Releases: mbsck/p2obt
Releases · mbsck/p2obt
v4.3.1 Timelink and Imaging upload
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
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-nativefloat
Full Changelog: v4.1.4...v4.2.1
v4.1.4 Update templates for NGS/LGS modes of VLTI
v4.1.3 Fix `DEC` bug
What's Changed
- Most importantly: fixes a bug in setting the
DECin the OBs - Removes some potential for errors (
getkeyword for somedictaccesses) - 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
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)
- 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
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
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
p2apiviap2obp.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