Goodman v1.1.1 release
-
Bugs Fixed:
- Added clean exit when pipeline is unable to determine
instrument
or
technique
used. - Conversion from string to integer not always works, added intermediate float
conversion. - Abrupt exit when there were non-fits-compliant keywords. Now it attempts to
fix them all automatically and warns the user. Also, it ends the execution
and informs the user to try again.
- Added clean exit when pipeline is unable to determine
-
Removed unused code and tools.
-
Relocated module
check_version
from pipeline.tools` topipeline/core
. -
Implemented Authorized GitHub API access and added actual version check
-
Moved command line interface from
goodman/bin/
togoodman/pipeline/scripts/
-
Specified version of
cython
to be able to build. -
Added reference lamps for all usable modes for the grating 600 l/mm
-
Created method to use automatic keyword fix from
ccdproc
. -
Improved help information of arguments
-
Documentation updates