- Timestamp:
- Apr 18, 2009, 11:11:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/analysis/libpscoords/pscoords.h
r23490 r23924 1 /* Three-quarter-assed pscoords.h until jt writes me a real one*/1 /* Header file for pscoords.c */ 2 2 #define NINT(x) (x<0?(int)((x)-0.5):(int)((x)+0.5)) 3 3 … … 128 128 const PSC_OFFROT_T psc_otaoff[PSC_NX*PSC_NY]; 129 129 130 #define PS_scale 38.860 /* Default PS plate scale [um/arcsec] */ 131 #define PS_d3 1.49e-10 /* Default PS distortion [arcsec^-2] */ 132 #define PS_airdens 0.71 /* Default PS1 qir density (Haleakala) */ 133 130 134 /**********************/ 131 135 /* Normal Application */ … … 147 151 */ 148 152 149 150 153 /**************/ 151 154 /* Prototypes */
Note:
See TracChangeset
for help on using the changeset viewer.
