Skip to content

Releases: mbsck/p2obt

v4.3.1 Timelink and Imaging upload

13 Mar 13:24

Choose a tag to compare

What's changed

  • Add correct time-link and imaging upload capabilities by @jvarga42
  • Fix parallax implementation
  • Adapt array configuration (by @jvarga42) and a parsing error

Full Changelog: v4.2.1...v4.3.1

v4.2.1 Add GAIA DR3 and fix serialisation bug

12 Mar 12:42

Choose a tag to compare

What's Changed

  • Add GAIA DR3 data in addition to DR2 data (DR2 will be used if no DR3 is available)
  • Fix serialisation bug by converting all np.float -> python-native float

Full Changelog: v4.1.4...v4.2.1

v4.1.4 Update templates for NGS/LGS modes of VLTI

11 Mar 12:22

Choose a tag to compare

What's Changed

  • Update templates for NGS/LGS modes of VLTI

Full Changelog: v4.1.3...v4.1.4

v4.1.3 Fix `DEC` bug

20 Jun 07:20

Choose a tag to compare

What's Changed

  • Most importantly: fixes a bug in setting the DEC in the OBs
  • Removes some potential for errors (get keyword for some dict accesses)
  • Implements the creation of imaging and time series concatenations
  • Licensing update
  • Wraps up the naming update p2obt -> p2obt

Full Changelog: v2.0.0...v4.1.3

v2.0.0 SimpleNamespaces

23 Feb 09:43

Choose a tag to compare

What's Changed

  • Switch to SimpleNamespaces by @mbsck in #39
  • Add new constraint functionality
  • Improve login with automatic password to keychain save functionality (can be deactivated for servers that don't support it)

Full Changelog: v1.5.0...v2.0.0

v1.5.0 - Stable Version (CIAO Offaxis and GS support)

10 May 13:59

Choose a tag to compare

  • Implement local databases for GS acquisition (with ciao offaxis support and two distinct choosable databases)
  • Implement local, night plan parsed ob generation with create_obs
  • Add comprehensive documentation https://mbsck.github.io/p2obp/
  • Add automatic setting of
    • Central Wavelength
    • Photometry toggle
  • Change DITs for UTs
  • Various small bugfixes
  • More smaller additions

What's Changed

Full Changelog: v1.0.3...v1.5.0

v1.0.3-beta-improve-parsing

30 Apr 19:52

Choose a tag to compare

Pre-release

The parsing errors have been fixed and now the program won't crash due to parsing. For the specifics of the new parsing see the README, but here in short.

No order needs to be taken care of anymore for the run name parsing, only that the line stars with "run ...." the rest can be parsed more efficiently now. Additionally, the night parsing also is more robust.

v1.0.0-beta

28 Apr 17:23

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release

This version includes

  • Querying a target from the databases (gaia, mdfc, simbad, ) with p2obp.query
  • Parsing a night plan with p2obp.parse_night_plan
  • Creating an ob-dictionary that can be written as a file with p2obp.create_ob
  • Uploading an ob-dictionary to the p2 enviroment with p2api via p2obp.upload_ob
  • Create multiple obs or upload them directly, either via manual input of lists or a parsed night plan with p2obp.create_obs

What's Changed

Full Changelog: v0.1.0...v1.0.0