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

Add mockups for DM psf objects #133

Closed esheldon closed 3 years ago

esheldon commented 3 years ago

looks like its failing during the stackvana install

esheldon commented 3 years ago

@beckermr any ideas how to fix the stackvana install?

beckermr commented 3 years ago

I think this should be close to fixed. There is no need for another channel now. It is built on conda-forge.

esheldon commented 3 years ago

thanks!

esheldon commented 3 years ago

The next step is to replace SEObs with stack exposures.

This is a big change

esheldon commented 3 years ago

This reinforces the maxim to focus on data structures and the code will fall in place.

If we had sorted out the DM data structures from the start we would not need all this code restructuring

esheldon commented 3 years ago

needed to add stack WCS code before making exposures

esheldon commented 3 years ago

I've got a temporary separate code path in the make_dmsim function (as opposed to make_sim) until I can demonstrate the new version agrees with the old, and have adapted the coadding code to use this version.

esheldon commented 3 years ago

currently there are some parallel versions here, e.g. the make_dmsim code that will become make_sim after more checks. But those checks must be done separately using the updated coadding code and a full run on a grid sim with PS psf

esheldon commented 3 years ago

More testing is needed, but it will need to be a shear recover test. we need to merge this to test further

beckermr commented 3 years ago

I won't get to this until next week.

esheldon commented 3 years ago

no problem

esheldon commented 3 years ago

I'm going to merge this, can you approve @beckermr ?