I recently downloaded the Mosfire DRP and began working through the tutorial data, but have reached a problem during the `interactive wavelength fitting' section on page 15 of the manual in which interactive commands do not function. All previous steps regarding flats and combining files prior to wavelength calibration worked.
First, the guide instructs me to uncomment the line:
"#Wavelength.fit_lambda(maskname, band, obsfiles, obsfiles, waveops)"
Which did not produce any UI windows. Thinking this was a typo, I instead uncommented:
"#Wavelength.fit_lambda_interactively(maskname, band, obsfiles,waveops, noninteractive=noninteractiveflag)"
This produced a plot similar to Figure. 5 in the Manual, but none of the keyboard commands (such as d for delete point, b for bypass) do anything. To troubleshoot this, I sent my tutorial files and Driver.py file to a collaborator who is using the Python 2.7 version and the interactive commands worked. Is there a known issue with the current DRP version using Python 3?
I am running versions:
python version = 3.6.3
numpy version = 1.13.3
matplotlib version = 2.1.1
astropy version = 2.0.3
ccdproc version = 1.3.0
I recently downloaded the Mosfire DRP and began working through the tutorial data, but have reached a problem during the `interactive wavelength fitting' section on page 15 of the manual in which interactive commands do not function. All previous steps regarding flats and combining files prior to wavelength calibration worked.
First, the guide instructs me to uncomment the line:
"#Wavelength.fit_lambda(maskname, band, obsfiles, obsfiles, waveops)"
Which did not produce any UI windows. Thinking this was a typo, I instead uncommented:
"#Wavelength.fit_lambda_interactively(maskname, band, obsfiles,waveops, noninteractive=noninteractiveflag)"
This produced a plot similar to Figure. 5 in the Manual, but none of the keyboard commands (such as d for delete point, b for bypass) do anything. To troubleshoot this, I sent my tutorial files and Driver.py file to a collaborator who is using the Python 2.7 version and the interactive commands worked. Is there a known issue with the current DRP version using Python 3?
I am running versions:
python version = 3.6.3
numpy version = 1.13.3
matplotlib version = 2.1.1
astropy version = 2.0.3
ccdproc version = 1.3.0