https://github.com/richard-sti/rcfit
https://github.com/richard-sti/rcfit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/richard-sti/rcfit
- Owner: Richard-Sti
- License: mit
- Created: 2024-05-16T23:30:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-28T19:32:44.000Z (10 months ago)
- Last Synced: 2025-04-30T21:13:35.164Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rotation Curve Fitting
Code to fit rotation curves in [SPARC](https://arxiv.org/abs/1606.09251).
## Installation
```
git clone [email protected]:Richard-Sti/RCfit.git# Go to the cloned directory
cd RCfit# Create a virtual environment
python -m venv venv_rcfit
source venv_rcfit/bin/activate
python -m pip install --upgrade pip && python -m pip install --upgrade setuptools# Finally install the cloned package
python -m pip install -e .
```## License and Citation
If you use or find useful any of the code in this repository, please cite the following paper:
-
```
Copyright (C) 2024 Richard Stiskalek
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your
option) any later version.This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
```## Contributors
- Richard Stiskalek (University of Oxford)## Examples
See [`RCfit/notebooks/example.ipynb`](https://github.com/Richard-Sti/RCfit/blob/master/notebooks/example.ipynb).