Changeset 14389 for trunk/pswarp/src/pswarpArguments.c
- Timestamp:
- Jul 25, 2007, 5:17:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
