Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make default catalogs compatible with all surveys #218

Open
ismael-mendoza opened this issue Jul 29, 2021 · 2 comments
Open

make default catalogs compatible with all surveys #218

ismael-mendoza opened this issue Jul 29, 2021 · 2 comments
Labels
feature add new feature help wanted Extra attention is needed
Milestone

Comments

@ismael-mendoza
Copy link
Collaborator

@herjy mentioned that some surveys are not compatible with the base catalog because the corresponding bands are not available. It would be nice to have a catalog that works with all surveys potentially by adding more columns with correct magnitudes for bands in other surveys?

@ismael-mendoza ismael-mendoza added the bug Something isn't working label Jul 29, 2021
@ismael-mendoza ismael-mendoza added this to the v1.0.0 milestone Jul 29, 2021
@ismael-mendoza ismael-mendoza removed this from the v1.0.0 milestone Oct 6, 2021
@aguinot
Copy link

aguinot commented Oct 7, 2021

To have access to several bandpass the easiest way is to start from an SED which you can then integrate through various filters. This solution would work only for parametric objects. Also it requiers to either have a the SED provided directly in the catalog containing the galaxy parameters you need to create your model or to do a match based on the magnitudes and library of SED templates.
Here are some helpful codes:
SED matching: https://github.com/LSSTDESC/sims_photUtils/blob/master/python/lsst/sims/photUtils/readGalfast/selectGalaxySED.py

Photometry from SED: https://github.com/LSSTDESC/sims_photUtils/blob/master/python/lsst/sims/photUtils/Sed.py

I think those codes are part of ImSim (to be confirmed)

@ismael-mendoza ismael-mendoza changed the title survey compatible catalogs make default catalogs compatible with all surveys Apr 8, 2022
@ismael-mendoza ismael-mendoza added this to the 1.1.0 milestone Sep 12, 2022
@ismael-mendoza ismael-mendoza added help wanted Extra attention is needed feature add new feature and removed bug Something isn't working labels Aug 16, 2023
@ismael-mendoza
Copy link
Collaborator Author

Note: At least we throw an error in the CatsimCatalog in the case that the catalog does not have the required bands/filters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature add new feature help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants