Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions euclidlike_imsim/stamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class Euclidlike_stamp(StampBuilder):

It uses the regular Basic functions for most things.
It specializes the quickSkip, buildProfile, and draw methods.
Note that the flux used throughout this class is not equal to the flux from
the truth catalogs, but rather the true flux times the exposure time and collecting area.
"""
_trivial_sed = galsim.SED(
galsim.LookupTable(
Expand Down
Loading