Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ci_imsim
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
ci_imsim_run.py (the command to process the testdata and run the tests) does not print useful help information. There appears to be some nested set of argument parsers, and the inner ones aren't passing their available args up to the one that parses the h. Please fix this so that users can know what args are available (e.g. -clean or -j, if the latter is supported).
$ bin/ci_imsim_run.py -h
|
usage: ci_imsim [-h] [--use_skymap_small]
|
|
Run ci_imsim on testdata_ci_imsim data
|
|
options:
|
-h, --help show this help message and exit
|
--use_skymap_small Use a smaller 2k x 2k pixel patch skymap instead of 4k^2
|
default
|
Attachments
Issue Links
- relates to
-
DM-33450 ci_imsim has inconsistent default behavior w.r.t. useCiLimits options
- Invalid
You'll be happy to learn that I also removed the NCSA-era ctrl_bps example yamls. In principle it would be nice to have updated USDF versions, but I can't think of a good way to prevent them from bitrotting and haven't used bps at the USDF yet anyway.