Skip to main content

A python package for astrometric catalog analyses

Project description

Fundamental Astrometric Catalog Tools (FACT)

A Python package for processing fundamental astrometric catalogs used in our group.

PyPI version License: MIT

Features

  • Parse and process fundamental astrometric catalogs like ICRF3.

Modules

  • cat_parser: Read commonly used astrometric catalogs, for example, ICRF3 catalogs.

Installation

You can install FACT using pip from PyPI:

pip install fact

Requirements

When you install FACT via pip, the necessary dependencies will be automatically installed. These include any libraries required for the core functionalities of the package.

Usage

Here's an example of how to use the cat_parser module to read an ICRF3 catalog:

from fact.cat_parser import read_icrf3

icrf3_data = read_icrf3("path_to_icrf3_catalog")
print(icrf3_data)

More detailed examples and usage guidelines will be available in the manual, which is currently under development.

Documentation

The manual is under development and will be available soon. We encourage users to provide feedback and suggestions to help improve the package and its documentation.

Contributing

Contributions are welcome! If you'd like to contribute to FACT, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix (git checkout -b feature-name).
  3. Make your changes and commit them with a clear message (git commit -m "Add new feature").
  4. Push to the branch (git push origin feature-name).
  5. Submit a pull request.

For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

This package was developed by our research group, and we would like to thank the Paris Observatory Geodetic VLBI Center for providing the VLBI products that form a crucial part of this work.

Contact

For questions, suggestions, or support, please contact Niu.

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

fact4astro-2024.8.26.tar.gz (6.0 MB view hashes)

Uploaded Source

Built Distribution

fact4astro-2024.8.26-py3-none-any.whl (48.2 kB view hashes)

Uploaded Python 3

Supported by

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