Closed jchate6 closed 4 years ago
in pp_run.py line 118, the variable instruments is spelled instruemnts which will lead to a NameError and breakage if pp_run is used on fits files from multiple instruments.
pp_run.py
instruments
instruemnts
NameError
pp_run
Thanks! Sounds like a clear case for a pull request. Can you open one?
in
pp_run.py
line 118, the variableinstruments
is spelledinstruemnts
which will lead to aNameError
and breakage ifpp_run
is used on fits files from multiple instruments.