Skip to content

Commit

Permalink
Merge pull request #460 from bhilbert4/TA-lines-in-AMI-proposals
Browse files Browse the repository at this point in the history
TA lines in NIRISS AMI proposal: pointing file
  • Loading branch information
bhilbert4 committed Feb 18, 2020
2 parents 4cca93c + 79ed561 commit 809eb7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
1.3.3
=====

APT Pointing File
-----------------

Bug fix such that the only Target Acquisition observations that are read in are those for NIRCam TSO observations.

Header Keywords
---------------

Corrected schema to populate the XOFFSET and YOFFSET header keywords (#454)


Reference Files
---------------

Expand Down
6 changes: 1 addition & 5 deletions mirage/apt/apt_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,11 +775,7 @@ def get_pointing_info(self, file, propid=0, verbose=False):
or 'FGS' in elements[4]
or 'NRS' in elements[4]
or 'MIR' in elements[4])
) or (('TA' in elements[4]) & ('NRC' in elements[4]
or 'NIS' in elements[4]
or 'FGS' in elements[4]
or 'NRS' in elements[4]
or 'MIR' in elements[4])):
) or (('TA' in elements[4]) & ('NRC' in elements[4])):
if (elements[18] == 'PARALLEL') and ('MIRI' in elements[4]):
skip = True

Expand Down

0 comments on commit 809eb7b

Please sign in to comment.