Changeset 25181 for branches/pap_mops/ppMops/src/ppMopsRead.c
- Timestamp:
- Aug 24, 2009, 6:00:00 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ppMops/src/ppMopsRead.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ppMops/src/ppMopsRead.c
r25162 r25181 60 60 psMetadataLookupF32(NULL, header, "FWHM_MIN")); 61 61 62 int naxis1 = psMetadataLookupS32(NULL, header, "IMNAXIS1"); // Number of columns 63 int naxis2 = psMetadataLookupS32(NULL, header, "IMNAXIS2"); // Number of rows 64 62 65 psFree(header); 63 66 … … 85 88 det->flags->data.F32[j] = psMetadataLookupU32(NULL, row, "FLAGS"); 86 89 det->diffSkyfileId->data.F32[j] = diffSkyfileId; 90 det->naxis1->data.S32[j] = naxis1; 91 det->naxis2->data.S32[j] = naxis2; 92 det->mask->data.U8[j] = 0; 87 93 88 94 // Calculate error in RA, Dec
Note:
See TracChangeset
for help on using the changeset viewer.
