Changeset 33669 for trunk/psastro/src/psastroDataSave.c
- Timestamp:
- Apr 3, 2012, 4:02:25 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataSave.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataSave.c
r27065 r33669 72 72 if (hdu && hdu != lastHDU) { 73 73 psastroVersionHeaderFull(hdu->header); 74 // Append teh reference catalog to the header as well. 75 psMetadata *recipe = psMetadataLookupPtr(NULL, config->recipes, PSASTRO_RECIPE); 76 psMetadataAddStr(hdu->header,PS_LIST_TAIL,"PSREFCAT",PS_META_REPLACE,NULL, 77 psMetadataLookupStr(NULL,recipe,"PSASTRO.CATDIR")); 74 78 lastHDU = hdu; 75 79 }
Note:
See TracChangeset
for help on using the changeset viewer.
