mcclearyj / cweb_psf

1 stars 0 forks source link

Refactor PSF fitting & catalog-augmenting code #10

Open mcclearyj opened 9 months ago

mcclearyj commented 9 months ago

The PSF fitting and catalog making, filtering, and augmenting are all happening in an unholy loop in get_galaxy_cutouts.py. Many of the scripts in runners are also now deprecated.

The various functions in get_galaxy_cutouts should be separated into classes that can be imported by a runner script.