Changeset 39782 for branches/czw_branch/20160809/psastro
- Timestamp:
- Oct 18, 2016, 4:58:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/psastro/src/psastroModelAdjust.c
r39777 r39782 28 28 } 29 29 30 31 30 32 // if we have not measured the boresite position, no adjustment is needed 31 33 bool fitBoresite = psMetadataLookupBool (&status, recipe, "PSASTRO.MODEL.FIT.BORESITE"); … … 60 62 int rotatorParity = psMetadataLookupS32(&status, recipe, "PSASTRO.MODEL.ROT.PARITY"); 61 63 if (!status) psAbort ("Can't find recipe option PSASTRO.MODEL.ROT.PARITY"); 62 psMetadataAddS32 (output->fpa->concepts, PS_LIST_TAIL, "FPA.ROT .PARITY", PS_META_REPLACE, "rotator parity parameter", rotatorParity);64 psMetadataAddS32 (output->fpa->concepts, PS_LIST_TAIL, "FPA.ROT_PARITY", PS_META_REPLACE, "rotator parity parameter", rotatorParity); 63 65 64 66 // get reference chip from name … … 150 152 151 153 psMetadata *header = output->fpa->hdu->header; 154 152 155 pmAstromWriteBilevelMosaic (header, output->fpa, NONLIN_TOL); 153 156
Note:
See TracChangeset
for help on using the changeset viewer.
