LSSTDESC / DESC_DC2_imSim_Workflow

BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

add interface to read in node bundles from json file #3

Closed jchiang87 closed 6 years ago

jchiang87 commented 6 years ago

This is nearly ready to go, but I wanted to issue the PR now, so that people can comment on the interface. With a json file, one would call it like this:

python run_imsim.py --bundle_lists bundle_list.json --node_id node0 --visit_index 0

The calling code would still need to parse the json file for the node_id and visit_index values.