Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-5860: First go at obs_monocam #2

Merged
merged 5 commits into from
May 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConstruct("obs_monocam")
3 changes: 3 additions & 0 deletions bin.src/SConscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.shebang()
9 changes: 9 additions & 0 deletions config/processCcd.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from lsst.obs.monocam import MonocamIsrTask
config.isr.retarget(MonocamIsrTask)
# Configs to get going.
config.isr.doDark = False
config.isr.doBias = False
config.isr.doFlat = False
config.isr.doFringe = False
# we don't have astrometry_net data (yet) so astrom and photo cal are impossible
config.doCalibrate = False