Skip to content

Commit

Permalink
begin bright mc ext
Browse files Browse the repository at this point in the history
  • Loading branch information
johndonor3 committed Dec 16, 2024
1 parent db75b9c commit 3947fbb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/sdss5db/targetdb/data_table/cadence/brightMcExt.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from roboscheduler.cadence import CadenceList

clist = CadenceList()
clist.fromcfg("bright_mc_ext.cfg")

clist.tocsv("bright_mc_ext.csv")
15 changes: 15 additions & 0 deletions schema/sdss5db/targetdb/data_table/cadence/bright_mc_ext.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[bright_mc_2x1_v2]
label_root = bright_mc_2x1
label_version = _v2
nepochs = 2
skybrightness = 1.00
delta = 0.00
delta_min = 0.00
delta_max = 0.00
nexp = 1
max_length = 0.50
obsmode_pk = bright_mc
min_moon_sep = 15
min_deltav_ks91 = -3
min_twilight_ang = 8
max_airmass = 2

0 comments on commit 3947fbb

Please sign in to comment.