Add interactive LC plotter plotlc.py#4
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #4 +/- ##
==========================================
- Coverage 18.43% 18.34% -0.10%
==========================================
Files 15 15
Lines 1036 1052 +16
==========================================
+ Hits 191 193 +2
- Misses 845 859 +14
Continue to review full report at Codecov.
|
|
Could I get you to do run |
…al that has bad pixel mask
|
Normally I use the convention of having any command-line scripts have a name like |
|
I'll fix this up and change the name too. Good call |
|
Also, (and I know this is a source of controversy!) the rest of the code uses TABS to indent, and not spaces... You can just search-and-replace 4 spaces with 1 tab... |
|
Ok everything but spaces/tabs is basically fixed. I have all my editors set-up to use spaces so I really don't want to delve into that right now.. |
Should be included later in a different PR
|
Change test to check 3.8 instead of 3.5, then let's go ahead and merge this. |
This is a simple lightcurve plotting script that would be nice to have inside of flows as an optional script. However, it needs pandas and mplcursors, as well as Qt5Agg backend. It's only for us to use when diagnosing template subtractions as it allows one to quickly plot a selection of files or a target and can click on the individual points to get the fileID#. To make it easy for those doing imagematch template subtraction, I think we should bundle it with flows.
We can leave it as an optional script that requires the user to get the additional required packages to run.