Skip to content

Goodman v1.1.1 release

Compare
Choose a tag to compare
@simontorres simontorres released this 23 Aug 20:08
bf7c396
  • 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.
  • Removed unused code and tools.

  • Relocated module check_version from pipeline.tools` to pipeline/core.

  • Implemented Authorized GitHub API access and added actual version check

  • Moved command line interface from goodman/bin/ to goodman/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