Changeset 31395
- Timestamp:
- Apr 27, 2011, 4:03:00 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/ReadImageHeader.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/ReadImageHeader.c
r31391 r31395 6 6 7 7 int Nastro, hour, min, Nx, Ny, haveNx, haveNy, sourceID; 8 double tmp, sec, Cerror, ZeroPt,FWHM_X, FWHM_Y;8 double tmp, sec, Cerror, FWHM_X, FWHM_Y; 9 9 char *c, photname[64], line[80], ccdnum[64]; 10 10 PhotCode *photcodeData = NULL; … … 210 210 // sextractor will put in an arbitrary zero point that we need to understand to get back to 211 211 // instrumental mags. 212 double ZeroPt; 212 213 gfits_scan (header, "ZERO_PT", "%lf", 1, &ZeroPt); 213 214 if (ZeroPt != GetZeroPoint()) {
Note:
See TracChangeset
for help on using the changeset viewer.
