lsst-camera-dh / ghosts

Simulate Rubin LSST ghosts image
Other
0 stars 0 forks source link

Decide if it's worth implementing a realistic CCD with the correct pixel geometry #2

Open bregeon opened 2 years ago

bregeon commented 2 years ago

Right now, images are just 2D matplotlib hexbin histograms, so not even square pixels and these are pretty large.

bregeon commented 2 years ago

There are discussions about plugging batoid into imSim, in which case this problem would be solved.

bregeon commented 1 year ago

Note that #41 implements a simple camera geometry overlay on top of a 2D view of the focal plane

bregeon commented 1 year ago

https://github.com/lsst/afw

https://pipelines.lsst.io/modules/lsst.afw.cameraGeom/cameraGeom.html

bregeon commented 1 year ago

Todo

  1. create a new function to bin images of the ghosts with adjustable pixel size (10 mu, 100 mu), that may eventually replace the analysis.map_ghosts function
  2. create a new analysis.get_ghost_stats function that works from the pixel binned image instead of from raw simulated data
bregeon commented 1 year ago

related to #69