LSSTDESC / rail_lephare

RAIL wrapper to the LePHARE photometric redshift code
MIT License
1 stars 0 forks source link

Improve Informer and estimator parameter setting #8

Closed raphaelshirley closed 4 months ago

raphaelshirley commented 5 months ago

We are currently setting config parameters in the Python code directly. These should be ceci.config.StageParameter objects with dictionaries that can be set during the inform stage.

We will still load the shared configs from the lsst.para file but all params that differ between stars, galaxies, and quasars should be set during inform.

raphaelshirley commented 5 months ago

This was partly addressed by PR 10 but might be improved if we manage to ensure all features can be captured in a single para file.

https://github.com/LSSTDESC/rail_lephare/pull/10

raphaelshirley commented 4 months ago

This is all handled though lephare config parameters so closing as is.