There is no reason to create more than one galaxy type per invocation of create_sc.py - in fact normally catalogs for only one object type altogether are created at a time. But the API should be able to read catalogs for more than one type in the same session.
In order of desirability
- Verify this works properly now
- Update code to make it work
- Constrain users to simulate only one galaxy type per usage of skyCatalogs API
There is no reason to create more than one galaxy type per invocation of
create_sc.py- in fact normally catalogs for only one object type altogether are created at a time. But the API should be able to read catalogs for more than one type in the same session.In order of desirability