diff --git a/config/consolidateObjectTable.py b/config/consolidateObjectTable.py new file mode 100644 index 00000000..dcf0413c --- /dev/null +++ b/config/consolidateObjectTable.py @@ -0,0 +1,4 @@ +# Reconfigure any actions that have a bands parameter +for action in config.actions: + if hasattr(action, "bands"): + action.bands = ["g", "r", "i", "z", "y"]