- Timestamp:
- Feb 19, 2009, 7:59:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/ppStack/src/ppStackArguments.c
r21477 r21536 176 176 psMetadataAddF32(arguments, PS_LIST_TAIL, "-zp-star-limit", 0, "Limit on star rejection fraction for successful iteration", NAN); 177 177 psMetadataAddF32(arguments, PS_LIST_TAIL, "-zp-star-sys", 0, "Estimated systematic error", NAN); 178 psMetadataAddBool(arguments, PS_LIST_TAIL, "-renorm", 0, "Renormalise variance maps?", false);179 psMetadataAddStr(arguments, PS_LIST_TAIL, "-renorm-mean", 0,180 "Statistic for mean in renormalisation", NULL);181 psMetadataAddStr(arguments, PS_LIST_TAIL, "-renorm-stdev", 0,182 "Statistic for stdev in renormalisation", NULL);183 psMetadataAddF32(arguments, PS_LIST_TAIL, "-renorm-width", 0, "Gaussian width for renormalisation", NAN);184 psMetadataAddS32(arguments, PS_LIST_TAIL, "-renorm-num", 0, "Number of samples for renormalisation", 0);185 178 psMetadataAddStr(arguments, PS_LIST_TAIL, "-temp-image", 0, "Suffix for temporary images", NULL); 186 179 psMetadataAddStr(arguments, PS_LIST_TAIL, "-temp-mask", 0, "Suffix for temporary masks", NULL); … … 189 182 "Delete temporary files on completion?", false); 190 183 psMetadataAddS32(arguments, PS_LIST_TAIL, "-threads", 0, "Number of threads to use", 0); 191 psMetadataAddBool(arguments, PS_LIST_TAIL, "- psphot-visual", 0, "psphotvisualisation", 0);184 psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "visualisation", 0); 192 185 193 186 if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 3) { … … 280 273 } 281 274 282 if (psMetadataLookupBool(NULL, arguments, "-renorm") ||283 psMetadataLookupBool(NULL, recipe, "RENORM")) {284 psMetadataAddBool(arguments, PS_LIST_TAIL, "RENORM", 0, "Renormalise variance maps?", true);285 }286 VALUE_ARG_RECIPE_INT("-renorm-num", "RENORM.NUM", S32, 0);287 VALUE_ARG_RECIPE_FLOAT("-renorm-width", "RENORM.WIDTH", F32);288 valueArgRecipeStr(arguments, recipe, "-renorm-mean", "RENORM.MEAN", recipe);289 valueArgRecipeStr(arguments, recipe, "-renorm-stdev", "RENORM.STDEV", recipe);290 291 275 valueArgRecipeStr(arguments, recipe, "-temp-image", "TEMP.IMAGE", recipe); 292 276 valueArgRecipeStr(arguments, recipe, "-temp-mask", "TEMP.MASK", recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
