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
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
The text was updated successfully, but these errors were encountered:
One thing standing in the way of reading both diffsky and cosmodc2 catalogs is that, by default, they use the same file name templates: galaxy_.parquet for main file and galaxy_flux_.parquet (and are expected to be in the same directory as the config file). With current code this can probably (awkwardly) be overridden at creation time and again when reading, but it would be better to just use distinct names.
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
The text was updated successfully, but these errors were encountered: