Changeset 14389
- Timestamp:
- Jul 25, 2007, 5:17:00 PM (19 years ago)
- Location:
- trunk/pswarp/src
- Files:
-
- 2 edited
-
pswarp.h (modified) (1 diff)
-
pswarpArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarp.h
r13661 r14389 33 33 34 34 pmConfig *pswarpArguments (int argc, char **argv); 35 bool pswarpOptions(pmConfig *config); 35 36 bool pswarpParseCamera (pmConfig *config); 36 37 bool pswarpDefine (pmConfig *config); -
trunk/pswarp/src/pswarpArguments.c
r13750 r14389 68 68 psFree (array); 69 69 70 psTrace("pswarp", 1, "Done with pswarpArguments...\n"); 71 return (config); 72 } 70 73 71 74 // Parse the recipe and format into the arguments 72 { 73 75 bool pswarpOptions(pmConfig *config) 76 { 74 77 // Select the appropriate recipe 75 78 psMetadata *recipe = psMetadataLookupPtr (NULL, config->recipes, PSWARP_RECIPE); … … 146 149 psMetadataAddF32(config->arguments, PS_LIST_TAIL, "POOR.FRAC", 0, 147 150 "Fraction of bad flux for a pixel to be marked as poor", poorFrac); 148 }149 150 151 psTrace("pswarp", 1, "Done with pswarpArguments...\n"); 151 152 return (config);
Note:
See TracChangeset
for help on using the changeset viewer.
