LSSTDESC / SprintWeek2022

Meeting repository for the LSST DESC 2022 Sprint Week
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Simulations with Chromatic Effects for Shear Calibration #30

Open sidneymau opened 1 year ago

sidneymau commented 1 year ago

Simulations with Chromatic Effects for Shear Calibration

Making simulations to test how shear calibration/measurement algorithms (e.g., metadetect) respond to the presence of chromatic effects, including chromatic PSFs and galaxies with realistic SEDs. This issue is mostly to keep myself accountable

Contacts: Sidney Mau (@sidneymau ) Day/Time: Mon–Fri Main communication channel: N/A GitHub repo: https://github.com/LSSTDESC/shear-bias-sims (this will probably be renamed ~soon) Zoom room (if applicable): N/A

Goals and deliverable

This is probably more than I can expect to finish during sprint week...

Resources and skills needed

Detailed description

I'm still in the early stages of this project, so I mostly just need to spend time getting all of the pieces together and working

sidneymau commented 1 year ago

Hexagonal grid working (though I can do better with how the parameters are defined/read from the config). The code is mostly general enough to accept any set of tiling vectors, and I'll try to implement the image type in this way. If this seems sufficiently useful, I'll work on cleaning up the relevant code and submitting a PR into GalSim. image

sidneymau commented 1 year ago

Now using GalSim functions to draw weight and noise using the same functionality as the config parser; see https://github.com/LSSTDESC/shear-bias-sims/blob/main/shear_bias_sims/run_utils.py#L71-L88.