mdschneider / JIF

Joint Image Framework (JIF) for modeling astronomical images of stars and galaxies as seen by multiple telescopes.
Other
6 stars 1 forks source link

Output PSF hdf5 data in galsim_galaxy.py #25

Closed wadawson closed 9 years ago

wadawson commented 9 years ago

Currently the PSF is output as fits and png files but we should also include this information in the hdf5 data structure.

mdschneider commented 9 years ago

To clarify, we want the PSF in the HDF5 input to Roaster because we will either,

  1. assert the PSF when sampling galaxy model parameters
  2. initialize the PSF model from the input file when sampling galaxy & PSF model parameters

Is this correct @wadawson ?