Skip to content

Releases: winter-telescope/wintertoo

v1.6.2

29 May 06:02
13843b8
Compare
Choose a tag to compare

Fix minor bug where default window for ToO was set an import time, not model instantiation time. Previously, if you ran a process for a week, all your ToOs would default to the past.

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

20 May 20:48
55e8f24
Compare
Choose a tag to compare

target name is now a required field.

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

20 May 20:04
4efc43e
Compare
Choose a tag to compare

Increase default dither from 30 arcsec to 90 arcsec

What's Changed

  • Increase default dithersize to 90, and compatibility with astropy V6 by @robertdstein in #69

Full Changelog: v1.5.1...v1.6.0

v1.5.1

19 Apr 07:26
fede5f8
Compare
Choose a tag to compare

Major fix that affects only the API server, but not users.

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Mar 21:06
5acce68
Compare
Choose a tag to compare

Adds option for Avros to be downloaded. Also renames kind to image_type, but maintains backwards-compatible alias.

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Feb 20:03
5359417
Compare
Choose a tag to compare

This release renames some two core ToO API parameters:

  • t_exp is now total_exposure_time
  • n_exp is now n_repetitions

However, the old names are maintained as aliases, so the API will be backwards-compatible!

In addition: the release adds single_exposure_time, which is a calculated property equal to total_exposure_time/n_dithers. When ToOs are submitted, the calculated properties are ignored, but the user will see it if they e.g use print. We do pass singleExpTime in the .db files for convenience, but the scheduler will just ignore this.

The release also updates the default total exposure time to 960, and the default number of dithers to 8.

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

16 Feb 22:35
bd2ac9a
Compare
Choose a tag to compare

Fixes a date bug where maximum value did not update over time.

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

13 Feb 21:06
a46faf3
Compare
Choose a tag to compare

Slightly updated model for image query. Adds one day grace period for requests covering the future, due to possible time zone confusion.

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

13 Feb 20:36
388d0f2
Compare
Choose a tag to compare

Somewhat breaking change: add bestDetector to schema, and options to ToO model etc to support that. It's a boolean to shift ra/dec to best detector.

v1.2.0

06 Feb 00:44
502b229
Compare
Choose a tag to compare

This release is updated for the new API. Main changes are adding targname, updating image queries and setting default use_field to False. Also updates ToO names to a new formula

  • Adds MAX_TARGNAME_LEN for targname length
    
  • Adds WinterImageTypes literal, and default stack
    
  • Sets default targname to null
    
  • Adds four classes of Image query: program only, program+targname, program+cone and program+rectangle
    
  • Adds targname to ToOs
    
  • Set ToO db files as request_PROGNAME_TIME (YYYY_MM_DD_HH_MM_SS)
    

What's Changed

Full Changelog: v1.1.0...v1.2.0