You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scripts make_object_catalog.py and merge_metacal_cat.py should generate a config file at the end of the run, so that it'll be easier to create pull requests to GCRCatalogs.
Is it still planed to produce Object Catalogs for Run 3? If so I guess we will still benefit from implementing this feature. If not then I guess this issue is moot.
The scripts
make_object_catalog.py
andmerge_metacal_cat.py
should generate a config file at the end of the run, so that it'll be easier to create pull requests to GCRCatalogs.To deal with the path (
base_dir
) in the config file, we can use the path that is passed to script via--output_dir
(cf. https://github.com/LSSTDESC/ImageProcessingPipelines/blob/master/workflows/srs/pipe_setups/run_dpdd). Note that for now we need to replace the path before/dpdd/
to a NERSC path.cc @johannct @EiffL
The text was updated successfully, but these errors were encountered: