Skip to content

Commit

Permalink
Add Cycle 6 moc files
Browse files Browse the repository at this point in the history
  • Loading branch information
barentsen committed Jun 14, 2017
1 parent 0795be5 commit 293d75d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file added moc/k2-footprint-c17.moc
Binary file not shown.
Binary file added moc/k2-footprint-c18.moc
Binary file not shown.
Binary file added moc/k2-footprint-c19.moc
Binary file not shown.
6 changes: 4 additions & 2 deletions scripts/create-moc-files.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
NORDER_MOC = 14
# Load the K2 footprint corners?
FOOTPRINT = json.load(open("../json/k2-footprint.json"))
FOOTPRINT.update(json.load(open("../json/k2-footprint-proposed.json")))
#FOOTPRINT.update(json.load(open("../json/k2-footprint-proposed.json")))


def write_k2_moc(campaign=0, norder_moc=NORDER_MOC, output_fn=None):
Expand Down Expand Up @@ -56,5 +56,7 @@ def write_k2_moc(campaign=0, norder_moc=NORDER_MOC, output_fn=None):

if __name__ == "__main__":
# Write MOC files for all campaigns in parallel
campaigns = getFieldNumbers()
#campaigns = getFieldNumbers()
campaigns = [15, 16, 17, 18, 19]
ProgressBar.map(write_k2_moc, campaigns, multiprocess=True)
#write_k2_moc(112)

0 comments on commit 293d75d

Please sign in to comment.