esheldon / metadetect

Library for meta-detection, combining detection and metacalibration
Other
11 stars 5 forks source link

reuse runners + bootstrappers in joint fits #206

Closed beckermr closed 1 year ago

beckermr commented 1 year ago

cc @esheldon

esheldon commented 1 year ago

You can make a single bootstrapper and re-use it.

Note the option of ignoring failed psfs.

esheldon commented 1 year ago

(which is the default)

beckermr commented 1 year ago

We should turn off ignoring failed psfs.

esheldon commented 1 year ago

I think we probably do want it. How it works is that it can remove epochs from the ObsList. But it raises if all epochs would be removed. In other words, it does not allow a band to drop out.

esheldon commented 1 year ago

This is how BootPSFFailure gets raised in the fitting

beckermr commented 1 year ago

Ahhhh. That's fine then.

esheldon commented 1 year ago

OK, good, just wanted to discuss it to make sure we agreed.