Changeset 30631 for branches/czw_branch/20101203/psphot/src/psphotOutput.c
- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot/src/psphotOutput.c
r30587 r30631 15 15 psFree (name); 16 16 return num; 17 } 18 19 // convert filerule to filerule.NUM and look up in the config->arguments metadata 20 bool psphotFileruleCountSet(const pmConfig *config, const char *filerule, int num) { 21 22 psString name = NULL; 23 psStringAppend(&name, "%s.NUM", filerule); 24 25 bool status = psMetadataAddS32(config->arguments, PS_LIST_TAIL, name, PS_META_REPLACE, "", num); 26 psFree (name); 27 28 return status; 17 29 } 18 30 … … 261 273 psMetadataItemSupplement (&status, header, analysis, "ANGLE"); 262 274 275 psMetadataItemSupplement (&status, header, analysis, "PSFMODEL"); 276 psMetadataItemSupplement (&status, header, analysis, "PSF_OK"); 277 263 278 // Image Quality measurements 264 279 psMetadataItemSupplement (&status, header, analysis, "IQ_NSTAR");
Note:
See TracChangeset
for help on using the changeset viewer.
