Skip to content

Latest commit

 

History

History
135 lines (96 loc) · 3.71 KB

CHANGELOG.rst

File metadata and controls

135 lines (96 loc) · 3.71 KB

Change Log

This document records the main changes to the guiderActor code.

master

[View commits](https://github.com/sdss/guiderActor/compare/3.9.2...HEAD)

Added

  • Now it's possible to use guider loadCartridge force cartridge=5 to load a cartridge bypassing the MCP.

3.9.2 (2019-01-31)

Fixed

  • Fixed Ticket #2920; disable automatic scaling of Ti in raDec if Ti has been set manually.
  • Actually call PID.reset when the resetPID command gets called.

3.9.1 (2018-12-11)

Fixed

  • Remove non-ascii character in guider_movie (fixes ticket #2922.

3.9.0 (2018-05-30)

Added

  • When starting, guiderActor check whether $GUIDERACTOR_DIR/lib/libguide.so exists and fails if it does not. This prevents problems when observing if the guide tools have not been compiled. (#8).
  • guideStep now executes all the offsets at once making use of tcc guide (#3).

Refactored

  • Applied recursive autoformatting and isort (#5).
  • Removed references to LCO in files and functions.
  • Rewritten setup.py. Now it does not use sdss3tools and the link to build/lib.XXX is created when building.

[View commits](https://github.com/sdss/guiderActor/compare/3.8.1...3.9.0)

3.8.1 (2018-05-03)

Modified

  • Ticket #2325: if the number of valid stars is <= 2 (e.g., during centre-up), does not apply the fitting algorithm. Instead, uses the mean of the dRA and dDec offsets.

Fixed

  • Sets fittingAlgorithm='NA' when FrameInfo is instantiated. Fixes #2866

3.8.0 (2018-04-04)

Added

  • Implemented use of bumpversion.
  • Implemented GuiderActor.version (needs actorcore >= v4_1_3).
  • Ticket #2030: proc-gimg shows parameters we are guiding on.
  • Allows to choose the fitting algorithm between the default, traditional one, and Umeyama. The fitting algorithm can be defined in the configuration file and overridden via de setFittingAlgorithm command.
  • Added POSERROR keyword to the header to show the goodness of the fit.

Modified

  • Using X.Y.Z instead of vX_Y_Z.
  • Updated gcamFiberInfo.par.
  • Some improvements to the reprocessFile command. It may work at APO.

Fixed

  • GUIDEAXE, GUIDEFOC, and GUIDESCL in the proc-gimg headers now should be updated correctly (for MJD >= 58212).

Removed

  • python/guiderActor/obsolete (as for ticket #2596).

v3_7 (2017-06-11)

Added

  • Ticket #1762: Guider should give better warnings about blank flats. Guider will check if FFS are closed and FF lamps are on before even trying a flat.
  • Ticket #2359: command to reset guider scale parameters

Fixed

  • Ticket #2729: Incorrect guider behavior when PID coefficients adjusted during MANGA exposures
  • Ticket #2759: Misbehavior of SOP bypasses. Restores some keywords for setRefractionBalance that allow SOP bypasses to work.
  • Cleaner exit when guiderStep fails.