gbrammer / eazy-py

Pythonic photometric redshift tools based on EAZY
MIT License
35 stars 23 forks source link

Download function for templates #21

Closed ivastar closed 1 year ago

ivastar commented 1 year ago

Possible alternative to including eazy-photoz as a submodule would be to just download the filters and templates from that repo and put them in the eazy site-packaged directory. This allows for the filters and templates to be updated without having to reinstall eazy. Happy to tweak.

@jdavies-st

gbrammer commented 1 year ago

Thanks! I added something like this to https://github.com/gbrammer/eazy-py/pull/22 , where the code will clone eazy-photoz into data and do the symlinks if necessary.

gbrammer commented 1 year ago

Closing because implemented elsewhere as described above. But thanks for the original inspiration!