Skip to content

Commit

Permalink
Merge pull request #39 from spacetelescope/dr5b_updates
Browse files Browse the repository at this point in the history
Add condition for running code on Linux
  • Loading branch information
jotaylor authored Nov 14, 2022
2 parents 7e2adff + bf4bdc8 commit 2f23236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ullyses/calibrate_stis_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
OREF_DIR = "/Volumes/cdbs/oref"
else:
monterey = False
else:
monterey = False

if monterey is False:
os.environ["oref"] = "/grp/hst/cdbs/oref/"
Expand Down

0 comments on commit 2f23236

Please sign in to comment.