Skip to content

Releases: sdss/lvmguider

lvmguider 0.3.0

01 Sep 21:51
Compare
Choose a tag to compare

🚀 New

  • #3 Plotting of focus sweep and fit data using a cubic spline.
  • #4 Added code to generate co-added frames and QA metrics. This code will probably change significantly before it's used routinely.

✨ Improved

  • Command telescope offsets with more relaxed thresholds for axis errors. Timeout and continue guiding if the offset takes longer than a certain amount of time.
  • Command PlaneWave offsets with more relaxed axis_error and a reasonable timeout to prevent offsets taking long to complete under windy conditions.

lvmguider 0.2.1

20 Aug 20:18
Compare
Choose a tag to compare

✨ Improved

  • Use actor model for lvm.TEL.foc to reduce polling.
  • Round up focus_position.
  • Prevent astropy from downloading data from the internet.

🔧 Fixed

  • Set guider to IDLE`` after stop --now`.

lvmguider 0.2.0

14 Aug 19:18
Compare
Choose a tag to compare

✨ Improved

  • #2 Improvements to proc- file and WCS:
    • Set WCSMODE in header.
    • Solve both cameras at the same time.
    • Store WCS for individual images in PROC extension (only for acquisition frames).
    • Add reference frames to proc- file.
    • Update proc- file WCS during guiding using reference WCS and offsets.
    • Fix offsets in header.
  • Take into account the offset of the reference image when guiding.
  • Handle compressed AG images.

🔧 Fixed

  • Fix a cosine of the declination in the calculation of the offsets during guiding, which caused guiding to drift away and revert to acquisition.
  • Fix cases in which the measured position would not be reported.
  • Fix repeated -t`` flag in expose`` command.
  • Fix some cases in which the sequence number for the next AG exposure would be off or would use a sequence number for which exposures already existed.

⚙️ Engineering

  • Lint using ruff.

lvmguider 0.1.0

26 Jul 23:13
Compare
Choose a tag to compare

🚀 New

  • Initial version of the guider with functioning focus, acquisition, and guiding routines.