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.
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:
- Fork the repository.
- Create a new branch for your feature or bugfix (
git checkout -b feature-name
). - Make your changes and commit them with a clear message (
git commit -m "Add new feature"
). - Push to the branch (
git push origin feature-name
). - 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
Release history Release notifications | RSS feed
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
Hashes for fact4astro-2024.8.26-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f2c48b0651f83690a7d76680b5415ec1d9ec95f4684ce14a5c654aae1a8c551 |
|
MD5 | b835f1636f9bb9d33ab688586c8b60ed |
|
BLAKE2b-256 | 99acdbdb3ae7d28df1d17384d67ac70585de5a8eae974a52797399a8af625fee |