noraeisner / LATTE

Lightcurve Analysis Tool for Transiting Exoplanet
GNU Lesser General Public License v3.0
39 stars 10 forks source link

Reports aren't being produced for sectors above 56 #49

Open WilliamFran opened 6 months ago

WilliamFran commented 6 months ago

LATTE doesn't seem to be producing any Data Validation reports for transits occurring in sectors 57 or above (though it is still producing and saving most of the graphs). I believe this is because in the 'data' folder under 'LATTE_output' there are files of the form 'all_targets_S056_v1.txt' only up to sector 56. When I try to run LATTE on a sector above 56, I get this message in the terminal: "FileNotFoundError: [Errno 2] No such file or directory: '/Users/william/Desktop/LATTE_output/data/all_targets_S057_v1.txt'"

I've tried updating LATTE, and I get this message in the Terminal: "You're all caught up with your codes up to Sector 74 -- try downloading more data later Target lists only available up to Sector 57 -- try downloading more data later You're all caught up on your list of TCE and TOIS up to Sector 74 -- try downloading more data later"

Is there any way to get target lists from sectors above 56?