Skip to content

Commit

Permalink
Remove time from parallactic angle term as it is now used in all terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Dec 11, 2024
1 parent d601182 commit 924a31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartical/gains/parallactic_angle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ms_inputs = namedtuple(
'ms_inputs',
ParameterizedGain.ms_inputs._fields + \
('RECEPTOR_ANGLE', 'POSITION', 'TIME')
('RECEPTOR_ANGLE', 'POSITION')
)

class ParallacticAngle(ParameterizedGain):
Expand Down

0 comments on commit 924a31c

Please sign in to comment.