LSSTDESC / descwl-shear-sims

simple simulations for testing weak lensing shear measurement
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

return flags for LSST #194

Open esheldon opened 1 year ago

esheldon commented 1 year ago

A recent PR changed the flags name to fitter.kind + '_flags' to support multiple fitters, e.g. wmom_flags

This breaks downstream codes which assume its called flags.

Make another field flags which is a copy; if we ever do use multiple fitters we could OR them in.