# LISA Orbits
LISA Orbits is a Python package which generates orbit files compatible with [LISA Instrument](https://gitlab.in2p3.fr/lisa-simulation/instrument), [LISA GW Response](https://gitlab.in2p3.fr/lisa-simulation/orbits), the [LDC Software](https://lisa-ldc.lal.in2p3.fr/code), and [LISANode](https://gitlab.in2p3.fr/j2b.bayle/LISANode). Among others, an orbit file contains the spacecraft state vectors, the light travel times and the proper pseudoranges.
## Contributing
### Report an issue
We use the issue-tracking management system associated with the project provided by Gitlab. If you want to report a bug or request a feature, open an issue at <https://gitlab.in2p3.fr/lisa-simulation/orbits/-/issues>. You may also thumb-up or comment on existing issues.
### Development environment
We strongly recommend to use [Python virtual environments](https://docs.python.org/3/tutorial/venv.html).
To setup the development environment, use the following commands:
```shell
git clone git@gitlab.in2p3.fr:lisa-simulation/orbits.git
cd orbits
python -m venv .
source ./bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -e .
```
### Workflow
The project's development workflow is based on the issue-tracking system provided by Gitlab, as well as peer-reviewed merge requests. This ensures high-quality standards.
Issues are solved by creating branches and opening merge requests. Only the assignee of the related issue and merge request can push commits on the branch. Once all the changes have been pushed, the "draft" specifier on the merge request is removed, and the merge request is assigned to a reviewer. He can push new changes to the branch, or request changes to the original author by re-assigning the merge request to them. When the merge request is accepted, the branch is merged onto master, deleted, and the associated issue is closed.
### Pylint and unittest
We enforce [PEP 8 (Style Guide for Python Code)](https://www.python.org/dev/peps/pep-0008/) with Pylint syntax checking, and correction of the code using the pytest testing framework. Both are implemented in the continuous integration system.
You can run them locally
```shell
pylint lisaorbits/*.py
python -m pytest
```
## Use policy
The project is distributed under the 3-Clause BSD open-source license to foster open science in our community and share common tools. Please keep in mind that developing and maintaining such a tool takes time and effort. Therefore, we kindly ask you to
* Cite the DOI (see badge above) in any publication
* Acknowledge the authors (below)
* Acknowledge the LISA Simulation Expert Group in any publication
Do not hesitate to send an email to the authors for support. We always appreciate being associated with research projects.
## Authors
* Jean-Baptiste Bayle (j2b.bayle@gmail.com)
* Aurélien Hees (aurelien.hees@obspm.fr)
* Marc Lilley (marc.lilley@obspm.fr)
* Christophe Le Poncin-Lafitte (christophe.leponcin@obspm.fr)
* Waldemar Martens (waldemar.martens@esa.int)
* Eric Joffre (eric.joffre@esa.int)
## Acknowledgements
ESA numerically-optimized orbit files are retreived from the official [ESA Github repository](https://github.com/esa/lisa-orbit-files). They are distributed under the [Creative Commons Attribution 4.0 International license](https://github.com/esa/lisa-orbit-files/blob/main/LICENSE), which permits almost any use subject to providing credit and license notice. Refer to the repository documentation for more information.
* Martens, W., Joffre, E. *Trajectory Design for the ESA LISA Mission*. J Astronaut Sci 68, 402–443 (2021). [arXiv:2101.03040](https://arxiv.org/abs/2101.03040).
Raw data
{
"_id": null,
"home_page": "https://gitlab.in2p3.fr/lisa-simulation/orbits",
"name": "lisaorbits",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Jean-Baptiste Bayle",
"author_email": "j2b.bayle@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/5f/e1/5f7543c820b6218f630b2eb230e4884d3a4f49e005a4befce839e9df0007/lisaorbits-2.4.2.tar.gz",
"platform": null,
"description": "# LISA Orbits\n\nLISA Orbits is a Python package which generates orbit files compatible with [LISA Instrument](https://gitlab.in2p3.fr/lisa-simulation/instrument), [LISA GW Response](https://gitlab.in2p3.fr/lisa-simulation/orbits), the [LDC Software](https://lisa-ldc.lal.in2p3.fr/code), and [LISANode](https://gitlab.in2p3.fr/j2b.bayle/LISANode). Among others, an orbit file contains the spacecraft state vectors, the light travel times and the proper pseudoranges.\n\n## Contributing\n\n### Report an issue\n\nWe use the issue-tracking management system associated with the project provided by Gitlab. If you want to report a bug or request a feature, open an issue at <https://gitlab.in2p3.fr/lisa-simulation/orbits/-/issues>. You may also thumb-up or comment on existing issues.\n\n### Development environment\n\nWe strongly recommend to use [Python virtual environments](https://docs.python.org/3/tutorial/venv.html).\n\nTo setup the development environment, use the following commands:\n\n```shell\ngit clone git@gitlab.in2p3.fr:lisa-simulation/orbits.git\ncd orbits\npython -m venv .\nsource ./bin/activate\npython -m pip install --upgrade pip\npython -m pip install -r requirements.txt\npython -m pip install -e .\n```\n\n### Workflow\n\nThe project's development workflow is based on the issue-tracking system provided by Gitlab, as well as peer-reviewed merge requests. This ensures high-quality standards.\n\nIssues are solved by creating branches and opening merge requests. Only the assignee of the related issue and merge request can push commits on the branch. Once all the changes have been pushed, the \"draft\" specifier on the merge request is removed, and the merge request is assigned to a reviewer. He can push new changes to the branch, or request changes to the original author by re-assigning the merge request to them. When the merge request is accepted, the branch is merged onto master, deleted, and the associated issue is closed.\n\n### Pylint and unittest\n\nWe enforce [PEP 8 (Style Guide for Python Code)](https://www.python.org/dev/peps/pep-0008/) with Pylint syntax checking, and correction of the code using the pytest testing framework. Both are implemented in the continuous integration system.\n\nYou can run them locally\n\n```shell\npylint lisaorbits/*.py\npython -m pytest\n```\n\n## Use policy\n\nThe project is distributed under the 3-Clause BSD open-source license to foster open science in our community and share common tools. Please keep in mind that developing and maintaining such a tool takes time and effort. Therefore, we kindly ask you to\n\n* Cite the DOI (see badge above) in any publication\n* Acknowledge the authors (below)\n* Acknowledge the LISA Simulation Expert Group in any publication\n\nDo not hesitate to send an email to the authors for support. We always appreciate being associated with research projects.\n\n## Authors\n\n* Jean-Baptiste Bayle (j2b.bayle@gmail.com)\n* Aur\u00e9lien Hees (aurelien.hees@obspm.fr)\n* Marc Lilley (marc.lilley@obspm.fr)\n* Christophe Le Poncin-Lafitte (christophe.leponcin@obspm.fr)\n* Waldemar Martens (waldemar.martens@esa.int)\n* Eric Joffre (eric.joffre@esa.int)\n\n## Acknowledgements\n\nESA numerically-optimized orbit files are retreived from the official [ESA Github repository](https://github.com/esa/lisa-orbit-files). They are distributed under the [Creative Commons Attribution 4.0 International license](https://github.com/esa/lisa-orbit-files/blob/main/LICENSE), which permits almost any use subject to providing credit and license notice. Refer to the repository documentation for more information.\n\n* Martens, W., Joffre, E. *Trajectory Design for the ESA LISA Mission*. J Astronaut Sci 68, 402\u2013443 (2021). [arXiv:2101.03040](https://arxiv.org/abs/2101.03040).\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "LISA Orbits generates orbit files containing spacecraft positions and velocities, proper pseudo-ranges, and spacecraft proper times.",
"version": "2.4.2",
"project_urls": {
"Homepage": "https://gitlab.in2p3.fr/lisa-simulation/orbits"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "43a6408a32b79292df7a962f4767a95a65a2d44252fff239eba6b1035141f22e",
"md5": "e4cc207ccbd4f8bb241667eece65305e",
"sha256": "65af7e3cf3c12c72f85304a997807c628bee419449ed18a69aeaf0b72a778fb3"
},
"downloads": -1,
"filename": "lisaorbits-2.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4cc207ccbd4f8bb241667eece65305e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 19432,
"upload_time": "2024-10-01T09:02:31",
"upload_time_iso_8601": "2024-10-01T09:02:31.856193Z",
"url": "https://files.pythonhosted.org/packages/43/a6/408a32b79292df7a962f4767a95a65a2d44252fff239eba6b1035141f22e/lisaorbits-2.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5fe15f7543c820b6218f630b2eb230e4884d3a4f49e005a4befce839e9df0007",
"md5": "8d3583dedc318f62ddb6a2223a31674b",
"sha256": "a39a1d222949894b7119b68425071596d9beea1b53d89fc35f187e92df9e6c73"
},
"downloads": -1,
"filename": "lisaorbits-2.4.2.tar.gz",
"has_sig": false,
"md5_digest": "8d3583dedc318f62ddb6a2223a31674b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 21100,
"upload_time": "2024-10-01T09:02:33",
"upload_time_iso_8601": "2024-10-01T09:02:33.223918Z",
"url": "https://files.pythonhosted.org/packages/5f/e1/5f7543c820b6218f630b2eb230e4884d3a4f49e005a4befce839e9df0007/lisaorbits-2.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-01 09:02:33",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "lisaorbits"
}