spacetelescope / nircam_calib

A collection of software for creating NIRCam reference files, pipeline testing, etc.
2 stars 15 forks source link

Updated Python2 syntax to Python3 with 2to3 program #74

Closed aliciacanipe closed 5 years ago

aliciacanipe commented 5 years ago

I figured I could make some updates to the script as I was trying to get it to run. I just ran 2to3 on everything since some of the files had Python 2 syntax (print statements and xrange).