Changeset 42194 for branches/eam_branches/ipp-20220316
- Timestamp:
- May 10, 2022, 10:14:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psastro/src/psastroDataSave.c
r38040 r42194 75 75 if (hdu && hdu != lastHDU) { 76 76 psastroVersionHeaderFull(hdu->header); 77 // Append teh reference catalog to the header as well. 78 psMetadata *recipe = psMetadataLookupPtr(NULL, config->recipes, PSASTRO_RECIPE); 79 psMetadataAddStr(hdu->header,PS_LIST_TAIL,"PSREFCAT",PS_META_REPLACE,NULL, 80 psMetadataLookupStr(NULL,recipe,"PSASTRO.CATDIR")); 77 // Append the reference catalog to the header as well. 78 char *catdir = psMetadataLookupStr(NULL, recipe, "PSASTRO.CATDIR") 79 psMetadataAddStr(hdu->header, PS_LIST_TAIL, "PSREFCAT", PS_META_REPLACE, NULL, catdir); 81 80 lastHDU = hdu; 82 81 }
Note:
See TracChangeset
for help on using the changeset viewer.
