-
Couldn't load subscription status.
- Fork 12
Lightcurve recipes :) #60
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
base: main
Are you sure you want to change the base?
Lightcurve recipes :) #60
Conversation
I have added a new plotting recipe
|
…tingray.jl into lightcurve_recipes
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
===========================================
- Coverage 89.26% 74.76% -14.51%
===========================================
Files 5 7 +2
Lines 1025 1775 +750
===========================================
+ Hits 915 1327 +412
- Misses 110 448 +338 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



lightcurve :: recpies
So here I have used the datasets from_here [NICER-HESRAC-CL.EVT] .
USING PLOTS [PLOTING EXAMPLES FOR LIGHTCURVE]
output
simple plot
plot(events)output

Light curve with energy filtering
output

Light curve with time range filtering
output

lightcurve with axis limits and show_gtis and show_btis
output:

output:

output:

rebining
output :

with Poission errors
suggestion when looking for errors, first create a lightcurve
output

Now with monal_testA :
with Gaussian errors
output

segmentation
output:

tagging @fjebaker @matteobachetti @stefanocovino