galfitools.sim package

Submodules

galfitools.sim.MakeSim module

galfitools.sim.MakeSim.makeSim(image, GAIN, skymean, skystd, newimage) None[source]

Simulates a observed galaxy from a GALFIT model

Makes a simple artificial galaxy model. It adds Poisson noise and sky noise to the GALFIT model.

Parameters:
  • image (str) – name of the FITS image that contains the galaxy model

  • GAIN (float) – CCD’s gain e-/ADU

  • skymean (float) – value of the mean of sky background

  • skystd (float) – value of standard deviation of sky background

  • newimage (str) – name of the new simulated image

Return type:

None

Module contents