You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roadmap for issue #378. This is intended to layout a set of concrete tasks/issues for @wangchv to work on. @jeff-regier let me know if you would add anything or have any suggestions.
Simulated
create a full image decoder that only uses galsim
create a PsfSampler class that returns a random sample of psfs from a file or galsim
Create functions like .from_file, .from_array and a subclass that uses galsim with varying FWHM
extend full image decoder to output PSF homogenized images using functions in homogenization.py
train detection_encoder on homogenized dataset that uses a random galsim PSF, check results are reasonable
compare performance between encoders trained on homogenized images vs not (precision, recall, etc.)
SDSS Data
Reimplement psf_at_points in sdss.py. See this diff.
Decide on a set of frame/camcols/runs to use in SDSS that overlap with DeCals ?
Roadmap for issue #378. This is intended to layout a set of concrete tasks/issues for @wangchv to work on. @jeff-regier let me know if you would add anything or have any suggestions.
Simulated
Create functions like.from_file
,.from_array
and a subclass that uses galsim with varying FWHMhomogenization.py
detection_encoder
on homogenized dataset that uses a random galsim PSF, check results are reasonableSDSS Data
psf_at_points
insdss.py
. See this diff.psf_at_points
to create a sample dataset of PSFs across previously decided frame/camcols/runs/positionPsfSampler
classIf time
binary_encoder
andgalaxy_encoder
as wellThe text was updated successfully, but these errors were encountered: