Changeset 7829
- Timestamp:
- Jul 5, 2006, 5:37:14 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
ppImage/src/ppFocusArguments.c (modified) (1 diff)
-
ppImage/src/ppImageArguments.c (modified) (1 diff)
-
ppImage/src/ppTest.c (modified) (1 diff)
-
ppMerge/src/ppMergeConfig.c (modified) (1 diff)
-
psastro/src/psastroArguments.c (modified) (1 diff)
-
psphot/src/psphotArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppFocusArguments.c
r7818 r7829 19 19 exit(EXIT_FAILURE); 20 20 } 21 22 // Storage for other command-line arguments23 config->arguments = psMetadataAlloc(); // The arguments, with default values24 21 25 22 // save these recipe options until we have loaded the options -
trunk/ppImage/src/ppImageArguments.c
r7818 r7829 19 19 exit(EXIT_FAILURE); 20 20 } 21 22 // Storage for other command-line arguments23 config->arguments = psMetadataAlloc(); // The arguments, with default values24 21 25 22 // save these recipe options until we have loaded the options -
trunk/ppImage/src/ppTest.c
r7818 r7829 18 18 19 19 // Parse other command-line arguments 20 config->arguments = psMetadataAlloc(); // The arguments, with default values21 20 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-key", 0, "exposure ID", ""); 22 21 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-bias", 0, "Name of the bias image", ""); -
trunk/ppMerge/src/ppMergeConfig.c
r7818 r7829 29 29 30 30 // Command-line arguments 31 config->arguments = psMetadataAlloc(); // The arguments, with default values32 31 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-type", 0, "Type of calibration frame", ""); 33 32 psMetadataAddBool(config->arguments, PS_LIST_TAIL, "-zero", 0, "Subtract background?", false); -
trunk/psastro/src/psastroArguments.c
r7818 r7829 31 31 pmConfig *config = pmConfigRead(&argc, argv); 32 32 33 // Storage for other command-line arguments34 config->arguments = psMetadataAlloc ();35 36 33 // save these recipe options until we have loaded the options 37 34 psMetadataAddPtr (config->arguments, PS_LIST_TAIL, "PSASTRO.OPTIONS", PS_DATA_METADATA, "", options); -
trunk/psphot/src/psphotArguments.c
r7818 r7829 18 18 return NULL; 19 19 } 20 21 // Storage for other command-line arguments22 config->arguments = psMetadataAlloc ();23 20 24 21 // save the recipe options separately until we have loaded the recipe (psphotParseDetrend)
Note:
See TracChangeset
for help on using the changeset viewer.
