mommermi / photometrypipeline

automated photometry pipeline for small to medium-sized observatories
GNU General Public License v3.0
62 stars 26 forks source link

Typo in Error handling for multiple instruments (pp_run.py line 118) #41

Closed jchate6 closed 4 years ago

jchate6 commented 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.

mommermi commented 4 years ago

Thanks! Sounds like a clear case for a pull request. Can you open one?