Skip to main content

Toolset for interacting with the Nordic Optical Telescope (NOT)

Project description

betterNOT

Toolset for preparing observations with the Nordic Optical Telescope (NOT). Currently only set up to work with ZTF transients. You need Fritz credentials.

The observability code is largely based on the NOT Observing Tools by Steve Schulze.

Note the observation guidelines

Installation

Simply run pip install betternot.

If you want to make local changes, clone the repository, cd into it and issue poetry install.

Usage

Prepare observations

The observation planning can be run with a command line interface. Simply issue

not ZTF23changeit ZTF23thistoo ...

This will generate a standard star observability plot, create an observability plot for all ZTF objects, download the finding charts for them from Fritz and print the coordinates as well as the last observed magnitude. They will all end up in the betternot/DATE directory.

Optionally, you can specify a desired date with -date YYYY-MM-DD (the default is today). You can also specify a telescope site with -site SITE (available sites are listed here). Default is the NOT site (Roque de los Muchachos).

Uploading spectra to WISeREP

You will need a TNS and WISeREP bot token for this. Uploading spectra can be done as follows:

import logging
from betternot.wiserep import Wiserep

logging.basicConfig()
logger = logging.getLogger()
logger.setLevel(logging.DEBUG)

Wiserep(
    ztf_id="ZTF23aaawbsc",
    spec_path="ZTF23aaawbsc_combined_3850.ascii",
    sandbox=True,
    quality="high", # "low", "medium" or "high". Default: "medium"
)

This will check TNS if an IAU object exists at the ZTF transient location, open the spectrum, extract the metadata, and upload the file to WISeREP as well as a report containing the extracted metadata.

After checking with the WISeREP sandbox that everything works fine, use sandbox=False

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

betternot-0.1.3.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

betternot-0.1.3-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file betternot-0.1.3.tar.gz.

File metadata

  • Download URL: betternot-0.1.3.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Linux/5.15.0-1041-azure

File hashes

Hashes for betternot-0.1.3.tar.gz
Algorithm Hash digest
SHA256 76b5bb9a115c55f4b6365c94c024228939746a8c36ca2a06484ab92de494c971
MD5 a535c83dd882c2cfa43f77ee024ba231
BLAKE2b-256 2832df87cdc78894c92532a44c2ba2ec03c60a10ee9db76dd2d8eafca2d36c47

See more details on using hashes here.

File details

Details for the file betternot-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: betternot-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.4 Linux/5.15.0-1041-azure

File hashes

Hashes for betternot-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1e279274e8121a86ec0351d5d2b2ce984a00e0e827c2a386ad79397ec990751e
MD5 80a05c34c5da92255d6216dbce75ed26
BLAKE2b-256 0887681b14c8bc7c0c984a0d95e661aa5dcb16e1d77b5ace98e46219a0228101

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page