Skip to content

Commit

Permalink
add processingLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
mpound committed Nov 7, 2023
1 parent 8ec9cb6 commit 8d83aae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/mk_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ def get_publicDate(projectId):
lmtdata.add_metadata("publicDate", get_publicDate(header(rc,"ProjectId")))
lmtdata.add_metadata("isPolarimetry", False) # or True if HWP mode not ABSENT
lmtdata.add_metadata("halfWavePlateMode", "ABSENT") # or FIXED or ROTATING
# 0 = unprocessed, 1 = pipeline processed, 2 = DA improvement
# toltec has different definitions and includes level 3.
# Leave this set to 1 for SLR.
lmtdata.add_metadata("processingLevel", 1)



Expand Down

0 comments on commit 8d83aae

Please sign in to comment.