Changeset 11382 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- Jan 29, 2007, 12:37:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r11313 r11382 73 73 } 74 74 fclose (f); 75 return true; 76 } 77 78 bool psphotAddPhotcode (psMetadata *recipe, pmConfig *config, pmFPAview *view) { 79 80 bool status; 81 82 pmFPAfile *input = psMetadataLookupPtr (&status, config->files, "PSPHOT.INPUT"); 83 assert (status); 84 85 // determine PHOTCODE from fpa & view, overwrite in recipe 86 // XXX test this: 87 char *photcode = pmConceptsPhotcodeForView (config, input, view); 88 assert (photcode); 89 90 psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE", PS_META_REPLACE, "photcode from FPA concepts", photcode); 91 psLogMsg ("psphot", 3, "PHOTCODE is %s", photcode); 92 93 psFree (photcode); 75 94 return true; 76 95 }
Note:
See TracChangeset
for help on using the changeset viewer.
