API to access Transient Name Server (TNS) data
Project description
tns_api
API to access Transient Name Server (TNS) data
This code is largely based on the scripts already provided by TNS!
Installation
It is recommended to install tns_api from pip:
pip install tns_api
or it can be installed from source in the usual way.
Usage Example
Below are some basic examples of what the user can do with this package.
Environmental Variables
First of all, you will need to set a .env file in the current directory with the following variables:
tns_id = 'YOUR_TNS_ID'
tns_bot_name = 'YOUR_BOT_NAME'
tns_api_key = 'YOUR_API_KEY'
where the values for these can be obtained by creating a BOT (for mor information, check the TNS Help page).
Retrieving Properties
All the properties of an object can be obtained with a single line:
from tns_api.api import get_object
get_object('2004eo')
{'objname': '2004eo',
'name_prefix': 'SN',
'objid': 2980,
'object_type': {'name': 'SN Ia', 'id': 3},
'redshift': None,
'ra': '20:32:54.190',
'dec': '+09:55:42.71',
'radeg': 308.22579,
'decdeg': 9.92853,
'radeg_err': None,
'decdeg_err': None,
'hostname': 'NGC 6928 ',
'host_redshift': None,
'internal_names': None,
'discoverer_internal_name': None,
'discoverydate': '2004-09-17 00:00:00.000',
'discoverer': None,
'reporter': None,
'reporterid': None,
'source': 'bot',
'discoverymag': 17.8,
'discmagfilter': {'id': None, 'name': None, 'family': None},
'reporting_group': {'groupid': None, 'group_name': None},
'discovery_data_source': {'groupid': None, 'group_name': None},
'public': 1,
'end_prop_period': None}
An object name can be retrieved using its coordinates:
from tns_api.api import search
api.search("6.37483128187 20.24293729")
{'objname': '2024ryv', 'prefix': 'SN', 'objid': 159459}
Retrieving Photometry and Spectra
The new version of TNS (v2) includes photometry and spectra for recent objects.
from tns_api.api import get_photometry
get_photometry('2024ryv', parent_dir='.')
This downloads a CSV file with the available photometry.
from tns_api.api import get_spectra
get_spectra('2024ryv', parent_dir='.', verbose=False)
This downloads a CSV file with the available spectroscopic information and also the ASCII files.
Contributing
To contribute, either open an issue or send a pull request (prefered option). You can also contact me directly (check my profile: https://github.com/temuller).
Citing TNS API
If you make use of this code, please cite it:
@software{tomas_e_muller_bravo_2023_8181824,
author = {{M{\"u}ller-Bravo}, Tom{\'a}s E.},
title = {temuller/tns\_api: First Release (for zenodo)!},
month = jul,
year = 2023,
publisher = {Zenodo},
version = {zenodo\_version},
doi = {10.5281/zenodo.8181824},
url = {https://doi.org/10.5281/zenodo.8181824}
}
Don't forget to acknowledge TNS!
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tns_api-1.1.0.tar.gz.
File metadata
- Download URL: tns_api-1.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a9d6815c660b656e448d7a4bdad20fa9523a17bd6a314e3bd71c9a90e483a56
|
|
| MD5 |
ce6fa8acf7b910f252cf90bfada77fd8
|
|
| BLAKE2b-256 |
1298f2d1d037284329d76f99a12500426d0a8e58556765d8ac2747bb4847321b
|
File details
Details for the file tns_api-1.1.0-py3-none-any.whl.
File metadata
- Download URL: tns_api-1.1.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b6524c2d6c81030f8aaf175adf14210f77cafbbaf41913f8f52f82c714f1e4
|
|
| MD5 |
72142035019fa8673200d2365a97e769
|
|
| BLAKE2b-256 |
25f019968592f5bf9d861a55c682d3c3fec1d3c003197f4e0f13efd159bbb7ef
|