Bug fixes for lsst survey mode and supernovae timeseries
This release contains multiple bug fixes.
- The
survey
parameter indeeplenstronomy.make_dataset()
caused an error due to a bug insurveys.lsst()
which has now been fixed. - Previously high redshift supernovae would cause a NaN value to enter the simulated image pixels due to an improperly calculated kcorrection. timeseries.py now has safeguards for this behavior.
- USERDISTS caused issues when simulating time series data with several nights because the distribution was not sampled enough times to have a value for every image that would be simulated. The USERDISTs are now sampled a correct number of times to prevent this behavior