- Timestamp:
- Jun 27, 2018, 3:31:55 PM (8 years ago)
- Location:
- branches/czw_branch/20170908
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubDefineOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/ppSub/src/ppSubDefineOutput.c
r37966 r40483 198 198 psMetadataAddStr(tgtHeader, PS_LIST_TAIL, keyword, PS_META_REPLACE, "input image", string); 199 199 } 200 201 // Copy PSREFCAT from the source to the target as well 202 snprintf(keyword, 80, "PSREFCAT"); 203 char *string = psMetadataLookupStr(&status, srcHeader, keyword); 204 if (status) { 205 psMetadataAddStr(tgtHeader, PS_LIST_TAIL, keyword, PS_META_REPLACE, "input image reference catalog", string); 206 } 207 200 208 return true; 201 209 }
Note:
See TracChangeset
for help on using the changeset viewer.
