Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions roman_imsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# Import core modules for public use
from .obseq import *
from .photonOps import *
from .filter_refraction import *
from .psf import *
from .sca import *
from .skycat import *
Expand Down
4 changes: 3 additions & 1 deletion roman_imsim/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ stamp:
exptime: { type: ObSeqData, field: exptime }

photon_ops:
-
-
type: RomanFilterRefraction
-
type: ChargeDiff

psf:
Expand Down
Loading
Loading