Skip to main content

eDR3 zero point functions from Lindegren et al. 2020 implemented in Python.

Project description

gaiadr3_zeropoint

This Python package contains the necessary tools to query the value of the parallax zero-point for Gaia EDR3 and Gaia DR3. Based on the functions described in Lindegren et al. 2020, the code returns the estimated parallax zero -point given the ecliptic latitude, magnitude and colour of any Gaia (E)DR3 source.

NOTE: the zero-point returned by the code should be subtracted from the parallax value given in the Gaia archive. Run help(zpt.get_zpt) for more details.

Documentation

All classes and methods/functions are documented so use the python help() function to find out more.

Installation

This is a Python3 package (issues may arise if executed with Python2).

The required dependencies are:

  • numpy
  • pandas (only if you want to use the wrapper provided with the code)

To install the package:

From source (recommended)

  1. Clone the Github repository or download the source files
  2. cd to the directory
  3. Run python setup.py install or python setup install --user for installation in your own home directory

With pip

pip install gaiadr3-zeropoint

Basic usage

Once the package is installed, you can import it in Python:

from zero_point import zpt

Then, first load the coefficient tables by calling the load_tables() function.

Once the tables are loaded, the parallax zero-point can be queried as:

zpt.get_zpt(phot_g_mean_mag, nu_eff_used_in_astrometry, pseudocolour, ecl_lat, astrometric_params_solved)

This function accepts both single values as well as iterables, and returns a float (or array of such) corresponding to the zero-point of the source(s) with those parameters.

NOTE: for 5-p solutions (ra-dec-parallax-pmra-pmdec), the field astrometric_params_solved equals 31 and the pseudocolour variable can take any arbitrary values (even None). On the other hand, for 6-p solutions (ra-dec -parallax-pmra-pmdec-pseudocolour), the field astrometric_params_solved equals 95 and the nu_eff_used_in_astrometry variable can take any arbitrary values (even None).

Finally, if you have a pandas DataFrame (DF) of sources with the columns phot_g_mean_mag, nu_eff_used_in_astrometry, pseudocolour, ecl_lat, astrometric_params_solved, you can simply use the pandas wrapper zpt_wrapper:

zero_point = DF.apply(zpt_wrapper,axis=1) 

Attribution

If you make use of this package for your research, please acknowledge the following papers: Lindegren+20.

Help

If you encounter any problem with the software, please make use of the GitLub Issues page. Otherwise, contact pau.ramos@nao.ac.jp.

Copyright: Pau Ramos, University of Barcelona

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

gaiadr3_zeropoint-0.1.0.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

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

gaiadr3_zeropoint-0.1.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file gaiadr3_zeropoint-0.1.0.tar.gz.

File metadata

  • Download URL: gaiadr3_zeropoint-0.1.0.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.6

File hashes

Hashes for gaiadr3_zeropoint-0.1.0.tar.gz
Algorithm Hash digest
SHA256 95687809acb82cf6ed20034c3d59aa10b39028069f37fcd1939877af7adb3f5d
MD5 fa8c037ac955acca5fed7d58cfc4f408
BLAKE2b-256 f9f729d108a7965154828211dd27b0bddd0ce8c5c596c89c0c023428bb7d1b89

See more details on using hashes here.

File details

Details for the file gaiadr3_zeropoint-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gaiadr3_zeropoint-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 39b6ab4c58807a5313674767b494684bd8bea263b3c55a4ea489c8b13b1fe7fb
MD5 59632433ac3acc00fe400fe64f4b8800
BLAKE2b-256 898b08547b59619f29e63205686603c0275e37cc193725a2248164959a1e838b

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