Changeset 40344 for trunk/pswarp/src/pswarpUpdateMetadata.c
- Timestamp:
- Feb 8, 2018, 2:53:29 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpUpdateMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpUpdateMetadata.c
r36835 r40344 20 20 bool bilevelAstrometry = psMetadataLookupBool (NULL, skycell->analysis, "ASTROMETRY.BILEVEL"); 21 21 22 psString refcat = psMetadataLookupStr (NULL, output->analysis, "REFERENCE_CATALOG"); 22 23 pmChip *chip; 23 24 while ((chip = pmFPAviewNextChip (view, output, 1)) != NULL) { … … 165 166 } 166 167 168 if (refcat) { 169 psMetadataAddStr(output->hdu->header, PS_LIST_TAIL, "PSREFCAT", PS_META_REPLACE, "Reference catalog used for calibration", refcat); 170 } 171 167 172 // apply the bilevel astrometry elements to the target 168 173 if (bilevelAstrometry) {
Note:
See TracChangeset
for help on using the changeset viewer.
