wcs.h | wcs.h | |||
---|---|---|---|---|
/*** File libwcs/wcs.h | /*** File libwcs/wcs.h | |||
*** March 14, 2011 | *** September 9, 2011 | |||
*** By Doug Mink, dmink@cfa.harvard.edu | *** By Doug Mink, dmink@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. | |||
skipping to change at line 199 | skipping to change at line 199 | |||
#define WCS_MOL 23 /* Mollweide */ | #define WCS_MOL 23 /* Mollweide */ | |||
#define WCS_CSC 24 /* COBE quadrilateralized Spherical Cube */ | #define WCS_CSC 24 /* COBE quadrilateralized Spherical Cube */ | |||
#define WCS_QSC 25 /* Quadrilateralized Spherical Cube */ | #define WCS_QSC 25 /* Quadrilateralized Spherical Cube */ | |||
#define WCS_TSC 26 /* Tangential Spherical Cube */ | #define WCS_TSC 26 /* Tangential Spherical Cube */ | |||
#define WCS_NCP 27 /* Special case of SIN */ | #define WCS_NCP 27 /* Special case of SIN */ | |||
#define WCS_GLS 28 /* Same as SFL */ | #define WCS_GLS 28 /* Same as SFL */ | |||
#define WCS_DSS 29 /* Digitized Sky Survey plate solution */ | #define WCS_DSS 29 /* Digitized Sky Survey plate solution */ | |||
#define WCS_PLT 30 /* Plate fit polynomials (SAO) */ | #define WCS_PLT 30 /* Plate fit polynomials (SAO) */ | |||
#define WCS_TNX 31 /* Gnomonic = Tangent Plane (NOAO with corrections) */ | #define WCS_TNX 31 /* Gnomonic = Tangent Plane (NOAO with corrections) */ | |||
#define WCS_ZPX 32 /* Gnomonic = Tangent Plane (NOAO with corrections) */ | #define WCS_ZPX 32 /* Gnomonic = Tangent Plane (NOAO with corrections) */ | |||
#define NWCSTYPE 33 /* Number of WCS types (-1 really means no WCS) | #define WCS_TPV 33 /* Gnomonic = Tangent Plane (NOAO with corrections) | |||
*/ | ||||
#define NWCSTYPE 34 /* Number of WCS types (-1 really means no WCS) */ | ||||
/* Coordinate systems */ | /* Coordinate systems */ | |||
#define WCS_J2000 1 /* J2000(FK5) right ascension and declinatio n */ | #define WCS_J2000 1 /* J2000(FK5) right ascension and declinatio n */ | |||
#define WCS_B1950 2 /* B1950(FK4) right ascension and declinatio n */ | #define WCS_B1950 2 /* B1950(FK4) right ascension and declinatio n */ | |||
#define WCS_GALACTIC 3 /* Galactic longitude and latitude */ | #define WCS_GALACTIC 3 /* Galactic longitude and latitude */ | |||
#define WCS_ECLIPTIC 4 /* Ecliptic longitude and latitude */ | #define WCS_ECLIPTIC 4 /* Ecliptic longitude and latitude */ | |||
#define WCS_ALTAZ 5 /* Azimuth and altitude/elevation */ | #define WCS_ALTAZ 5 /* Azimuth and altitude/elevation */ | |||
#define WCS_LINEAR 6 /* Linear with optional units */ | #define WCS_LINEAR 6 /* Linear with optional units */ | |||
#define WCS_NPOLE 7 /* Longitude and north polar angle */ | #define WCS_NPOLE 7 /* Longitude and north polar angle */ | |||
#define WCS_SPA 8 /* Longitude and south polar angle * / | #define WCS_SPA 8 /* Longitude and south polar angle * / | |||
skipping to change at line 960 | skipping to change at line 961 | |||
* Jan 9 2007 Add worldpos.c, dsspos.c, platepos.c, and tnxpos.c subroutin es | * Jan 9 2007 Add worldpos.c, dsspos.c, platepos.c, and tnxpos.c subroutin es | |||
* Jan 10 2007 Add ANSI prototypes for all subroutines | * Jan 10 2007 Add ANSI prototypes for all subroutines | |||
* Feb 1 2007 Add wcs.wcslog for log wavelength | * Feb 1 2007 Add wcs.wcslog for log wavelength | |||
* Jul 25 2007 Add v2s3(), s2v3(), d2v3(), v2d3() for coordinate-vector con version | * Jul 25 2007 Add v2s3(), s2v3(), d2v3(), v2d3() for coordinate-vector con version | |||
* | * | |||
* Mar 31 2010 Add wcsdist1(), an alternate method | * Mar 31 2010 Add wcsdist1(), an alternate method | |||
* Apr 07 2010 Add NWCSTYPE to keep it aligned with actual number of WCS ty pes | * Apr 07 2010 Add NWCSTYPE to keep it aligned with actual number of WCS ty pes | |||
* | * | |||
* Mar 11 2011 Add NOAO ZPX projection parameters and subroutines (Frank Va ldes) | * Mar 11 2011 Add NOAO ZPX projection parameters and subroutines (Frank Va ldes) | |||
* Mar 14 2011 Add SCAMP polynomial projection coefficients | * Mar 14 2011 Add SCAMP polynomial projection coefficients | |||
* Sep 1 2011 Add TPV TAN projectioin with SCAT PV terms | ||||
* Sep 9 2011 Fix comment on TPV declaration | ||||
*/ | */ | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 6 lines changed or added | |||