fitsfile.h | fitsfile.h | |||
---|---|---|---|---|
/*** File fitsfile.h FITS and IRAF file access subroutines | /*** File fitsfile.h FITS and IRAF file access subroutines | |||
*** September 25, 2009 | *** September 25, 2009 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Harvard-Smithsonian Center for Astrophysics | *** Harvard-Smithsonian Center for Astrophysics | |||
*** Copyright (C) 1996-2009 | *** Copyright (C) 1996-2009 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
#ifndef fitsfile_h_ | #ifndef fitsfile_h_ | |||
#define fitsfile_h_ | #define fitsfile_h_ | |||
#include "fitshead.h" | #include "fitshead.h" | |||
/* Declarations for subroutines in fitsfile.c, imhfile.c, imio.c, | /* Declarations for subroutines in fitsfile.c, imhfile.c, imio.c, | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
fitsfile1.h | fitsfile1.h | |||
---|---|---|---|---|
/*** File fitsfile.h FITS and IRAF file access subroutines | /*** File fitsfile.h FITS and IRAF file access subroutines | |||
*** January 5, 2007 | *** January 5, 2007 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Harvard-Smithsonian Center for Astrophysics | *** Harvard-Smithsonian Center for Astrophysics | |||
*** Copyright (C) 1996-2007 | *** Copyright (C) 1996-2007 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
#ifndef fitsfile_h_ | #ifndef fitsfile_h_ | |||
#define fitsfile_h_ | #define fitsfile_h_ | |||
#include "fitshead.h" | #include "fitshead.h" | |||
/* FITS table keyword structure */ | /* FITS table keyword structure */ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
fitshead.h | fitshead.h | |||
---|---|---|---|---|
/*** File fitshead.h FITS header access subroutines | /*** File fitshead.h FITS header access subroutines | |||
*** January 9, 2007 | *** January 9, 2007 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Harvard-Smithsonian Center for Astrophysics | *** Harvard-Smithsonian Center for Astrophysics | |||
*** Copyright (C) 1996-2007 | *** Copyright (C) 1996-2007 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
/* Declarations for subroutines in hget.c, hput.c, and iget.c */ | /* Declarations for subroutines in hget.c, hput.c, and iget.c */ | |||
#ifndef _fitshead_h_ | #ifndef _fitshead_h_ | |||
#define _fitshead_h_ | #define _fitshead_h_ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
imio.h | imio.h | |||
---|---|---|---|---|
/*** imio.h memory access subroutines | /*** imio.h memory access subroutines | |||
*** September 27, 1999 | *** September 27, 1999 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Harvard-Smithsonian Center for Astrophysics | *** Harvard-Smithsonian Center for Astrophysics | |||
*** Copyright (C) 1996-2002 | *** Copyright (C) 1996-2002 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
#ifndef imio_h_ | #ifndef imio_h_ | |||
#define imio_h_ | #define imio_h_ | |||
/* Image pixel access subroutines in imio.c */ | /* Image pixel access subroutines in imio.c */ | |||
extern double getpix(); /* Read one pixel from any data type 2-D array (0,0 )*/ | extern double getpix(); /* Read one pixel from any data type 2-D array (0,0 )*/ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
lwcs.h | lwcs.h | |||
---|---|---|---|---|
/*** File lwcs.h | /*** File lwcs.h | |||
*** April 25, 2006 | *** April 25, 2006 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Harvard-Smithsonian Center for Astrophysics | *** Harvard-Smithsonian Center for Astrophysics | |||
*** Copyright (C) 1999-2006 | *** Copyright (C) 1999-2006 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
/* The following are used in star finding (findstar.c) */ | /* The following are used in star finding (findstar.c) */ | |||
#define NSTATPIX 25 /* Stats are computed for +- this ma ny pixels */ | #define NSTATPIX 25 /* Stats are computed for +- this ma ny pixels */ | |||
#define ISTATPIX 10 /* Stats are computed every this man y pixels */ | #define ISTATPIX 10 /* Stats are computed every this man y pixels */ | |||
#define MAXWALK 20 /* Farthest distance to walk from se ed */ | #define MAXWALK 20 /* Farthest distance to walk from se ed */ | |||
#define BURNEDOUT 0 /* Clamp pixels brighter than this, if > 0 */ | #define BURNEDOUT 0 /* Clamp pixels brighter than this, if > 0 */ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
wcs.h | wcs.h | |||
---|---|---|---|---|
/*** File libwcs/wcs.h | /*** File libwcs/wcs.h | |||
*** September 9, 2011 | *** September 9, 2011 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Harvard-Smithsonian Center for Astrophysics | *** Harvard-Smithsonian Center for Astrophysics | |||
*** Copyright (C) 1994-2011 | *** Copyright (C) 1994-2011 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
#ifndef _wcs_h_ | #ifndef _wcs_h_ | |||
#define _wcs_h_ | #define _wcs_h_ | |||
#include "wcslib.h" | #include "wcslib.h" | |||
#include "fitshead.h" | #include "fitshead.h" | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
wcscat.h | wcscat.h | |||
---|---|---|---|---|
/*** File libwcs/wcscat.h | /*** File libwcs/wcscat.h | |||
*** April 06, 2010 | *** May 16, 2012 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Copyright (C) 1998-2010 | *** Copyright (C) 1998-2012 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
#ifndef _wcscat_h_ | #ifndef _wcscat_h_ | |||
#define _wcscat_h_ | #define _wcscat_h_ | |||
#define MAXNMAG 20 | #define MAXNMAG 20 | |||
/* Data structure for SAO TDC ASCII and binary star catalog entries */ | /* Data structure for SAO TDC ASCII and binary star catalog entries */ | |||
skipping to change at line 228 | skipping to change at line 228 | |||
#define EP_FD 4 /* Output epoch in FITS format (yyyy-mm-dd) */ | #define EP_FD 4 /* Output epoch in FITS format (yyyy-mm-dd) */ | |||
#define EP_ISO 5 /* Output epoch in ISO format (yyyy-mm-ddThh:mm:ss) */ | #define EP_ISO 5 /* Output epoch in ISO format (yyyy-mm-ddThh:mm:ss) */ | |||
/* Structure for dealing with ranges */ | /* Structure for dealing with ranges */ | |||
#define MAXRANGE 20 | #define MAXRANGE 20 | |||
struct Range { | struct Range { | |||
double first; /* Current minimum value */ | double first; /* Current minimum value */ | |||
double last; /* Current maximum value */ | double last; /* Current maximum value */ | |||
double step; /* Current step in value */ | double step; /* Current step in value */ | |||
double value; /* Current value */ | double value; /* Current value */ | |||
double valmin; /* Minimum value in all ranges */ | ||||
double valmax; /* Maximum value in all ranges */ | ||||
double ranges[MAXRANGE*3]; /* nranges sets of first, last, step */ | double ranges[MAXRANGE*3]; /* nranges sets of first, last, step */ | |||
int nvalues; /* Total number of values in all ranges */ | int nvalues; /* Total number of values in all ranges */ | |||
int nranges; /* Number of ranges */ | int nranges; /* Number of ranges */ | |||
int irange; /* Index of current range */ | int irange; /* Index of current range */ | |||
}; | }; | |||
/* Flags for sorting catalog search results */ | /* Flags for sorting catalog search results */ | |||
#define SORT_UNSET -1 /* Catalog sort flag not set yet */ | #define SORT_UNSET -1 /* Catalog sort flag not set yet */ | |||
#define SORT_NONE 0 /* Do not sort catalog output */ | #define SORT_NONE 0 /* Do not sort catalog output */ | |||
#define SORT_MAG 1 /* Sort output by magnitude */ | #define SORT_MAG 1 /* Sort output by magnitude */ | |||
skipping to change at line 1696 | skipping to change at line 1698 | |||
* | * | |||
* Oct 24 2008 Add gsct2t() to clean up tab-separated table from STScI CASB | * Oct 24 2008 Add gsct2t() to clean up tab-separated table from STScI CASB | |||
* | * | |||
* Sep 25 2009 Rename moveb() to movebuff() | * Sep 25 2009 Rename moveb() to movebuff() | |||
* Sep 25 2009 Add UCAC3 as catalog code 32 | * Sep 25 2009 Add UCAC3 as catalog code 32 | |||
* Oct 30 2009 Add position and proper motion error to star structure | * Oct 30 2009 Add position and proper motion error to star structure | |||
* Nov 2 2009 Add numbers of images and catalogs to star structure | * Nov 2 2009 Add numbers of images and catalogs to star structure | |||
* Nov 3 2009 Parameterize as MAXNMAG the maximum number of magnitudes | * Nov 3 2009 Parameterize as MAXNMAG the maximum number of magnitudes | |||
* | * | |||
* Apr 06 2010 Add fillblank argument to agets() | * Apr 06 2010 Add fillblank argument to agets() | |||
* | ||||
* May 16 2012 Add valmin and valmax to Range data structure | ||||
*/ | */ | |||
End of changes. 4 change blocks. | ||||
5 lines changed or deleted | 9 lines changed or added | |||
wcscat1.h | wcscat1.h | |||
---|---|---|---|---|
/*** File libwcs/wcscat.h | /*** File libwcs/wcscat.h | |||
*** January 10, 2007 | *** January 10, 2007 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Jessica Mink, jmink@cfa.harvard.edu | |||
*** Copyright (C) 1998-2007 | *** Copyright (C) 1998-2007 | |||
*** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | *** Smithsonian Astrophysical Observatory, Cambridge, MA, USA | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
Correspondence concerning WCSTools should be addressed as follows: | Correspondence concerning WCSTools should be addressed as follows: | |||
Internet email: dmink@cfa.harvard.edu | Internet email: jmink@cfa.harvard.edu | |||
Postal address: Doug Mink | Postal address: Jessica Mink | |||
Smithsonian Astrophysical Observatory | Smithsonian Astrophysical Observatory | |||
60 Garden St. | 60 Garden St. | |||
Cambridge, MA 02138 USA | Cambridge, MA 02138 USA | |||
*/ | */ | |||
#ifndef _wcscat_h_ | #ifndef _wcscat_h_ | |||
#define _wcscat_h_ | #define _wcscat_h_ | |||
/* Data structure for SAO TDC ASCII and binary star catalog entries */ | /* Data structure for SAO TDC ASCII and binary star catalog entries */ | |||
struct Star { | struct Star { | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||