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

Fix NRCB5_MASKLWB subarray name #744

Merged
merged 10 commits into from
Nov 2, 2021
2 changes: 1 addition & 1 deletion mirage/config/NIRCam_subarray_definitions.list
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ NRCA4_MASKSWB SUB640ASWB 1
NRCA4_FULL_MASKSWB FULL 1
NRCB1_MASK210R SUB640B210R 1
NRCB1_FULL_MASK210R FULL 1
NRCB5_MASKLWB SUB640BLWB 1
NRCB5_MASKLWB SUB320BLWB 1
NRCB3_MASKSWB SUB640BSWB 1
NRCB5_FULL_MASKLWB FULL 1
NRCB3_FULL_MASKSWB FULL 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run(self):
'sphinx-automodapi',
'sphinx-rtd-theme',
'stsci-rtd-theme',
'extension-helpers',
'extension-helpers'
]
TESTS_REQUIRE = [
'pytest',
Expand Down