Skip to content

Bug fixes for lsst survey mode and supernovae timeseries

Compare
Choose a tag to compare
@rmorgan10 rmorgan10 released this 10 Mar 17:21
· 59 commits to master since this release
60993cb

This release contains multiple bug fixes.

  • The survey parameter in deeplenstronomy.make_dataset() caused an error due to a bug in surveys.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