LISA Orbits generates orbit files containing spacecraft positions and velocities, proper pseudo-ranges, and spacecraft proper times.
Project description
LISA Orbits
LISA Orbits is a Python package which generates orbit files compatible with LISA Instrument, LISA GW Response, the LDC Software, and LISANode. Among others, an orbit file contains the spacecraft state vectors, the light travel times and the proper pseudoranges.
- Documentation for the latest stable release is available at https://lisa-simulation.pages.in2p3.fr/orbits
- Documentation for the current development version is available at https://lisa-simulation.pages.in2p3.fr/orbits/master
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.
To setup the development environment, use the following commands:
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) 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
pylint lisaorbits/*.py
python -m pytest
Use policy
There are currently no licenses associated with this project. However, we would like to foster open science in our community and share common tools. To this end, we are making LISA Orbits available for full members of the LISA Consortium to use in their research free of charge.
However, please keep in mind that developing and maintaining such a tool takes time and effort. Therefore, we would appreciate to be associated with you research.
- Please cite the DOI (see badge above) and acknowledge the authors (below) in any publication
- Do not hesitate to send an email for support and collaboration
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)
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
File details
Details for the file lisaorbits-2.2.tar.gz
.
File metadata
- Download URL: lisaorbits-2.2.tar.gz
- Upload date:
- Size: 768.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d542d7ba6d07ba71910440775618c2d2a1eecce2fd8e1ba5ab0352d356ae921 |
|
MD5 | a8d8259f4fd5c78fd31d71c3be058417 |
|
BLAKE2b-256 | d0e904745d0ea4304c29b984b9b96a17193df6d4e06ae65f1d71d90b5e812c49 |
File details
Details for the file lisaorbits-2.2-py3-none-any.whl
.
File metadata
- Download URL: lisaorbits-2.2-py3-none-any.whl
- Upload date:
- Size: 775.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2410976b61a9bc325bcf110e50abf40095aa7b5064b7fd186afcdbe1ea6349c1 |
|
MD5 | 01271c6705314787d7e9a63685a56395 |
|
BLAKE2b-256 | 63b488481044ed052aec020482210861248e212f5b5611b9f87884b201255ff8 |