Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe for simulating synthetic lightcurves and fitting the PSD of an observed curve. #29

Merged
merged 15 commits into from
Aug 30, 2024
Merged
15 changes: 15 additions & 0 deletions recipes/fit-psd-lightcurve/env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Declare your specific environment

name: fit-psd-lightcurve

channels:
- conda-forge

dependencies:
- gammapy=1.2
- python=3.11
- scipy
- jupyter
- matplotlib
cgalelli marked this conversation as resolved.
Show resolved Hide resolved
- pip:
- git+https://github.com/cgalelli/gammapy_SyLC.git
Loading
Loading