abuonomo / paper-data-links

heliophysics query scripts
MIT License
1 stars 1 forks source link

Review script for paper "2024SoPh..299...38M" made with predictor "DataLinkerCondenseDetailsWithTemplate" #39

Closed abuonomo closed 2 months ago

abuonomo commented 4 months ago

Created by Paper Data Linking Bot

Please review the download script and instrument details for the paper.

bibcode: 2024SoPh..299...38M predictor: DataLinkerCondenseDetailsWithTemplate annotated pdf: not available

Checklist

Download Script

Instrument Details

Metadata

For more details, refer to the Contributing Guide.

catbyrd commented 4 months ago

The analyzer failed to capture both SECCHI-COR1-A (West limb) and SECCHI_COR1-B (East limb) observation times for 2010; only captured SECCHI-COR1-A times. The analyzer failed to capture both SECCHI-COR2-A (West limb) and SECCHI_COR2-B (East limb) observation times for 2010; only captured SECCHI-COR2-A times.

Define the specific observation times and instruments for the CME events

LASCO-C2 observations

lasco_c2_2010_query = Fido.search(a.Time('2010-06-16T14:27:00', '2010-06-16T20:54:00'), a.Instrument('LASCO'), a.Detector('C2')) lasco_c2_2011_query = Fido.search(a.Time('2011-06-14T06:24:00', '2011-06-14T09:36:00'), a.Instrument('LASCO'), a.Detector('C2'))

LASCO-C3 observations

lasco_c3_2011_query = Fido.search(a.Time('2011-06-14T08:42:00', '2011-06-14T16:30:00'), a.Instrument('LASCO'), a.Detector('C3'))

SECCHI-COR2 observations

secchi_cor2_2010_query = Fido.search(a.Time('2010-06-16T12:09:00', '2010-06-16T21:54:00'), a.Instrument('SECCHI'), a.Detector('COR2')) secchi_cor2_2010_query = Fido.search(a.Time('2010-06-16T14:24:00', '2010-06-16T23:24:00'), a.Instrument('SECCHI'), a.Detector('COR2')) secchi_cor2_2011_query = Fido.search(a.Time('2011-06-14T07:39:00', '2011-06-14T12:24:00'), a.Instrument('SECCHI'), a.Detector('COR2'))

SECCHI-COR1 observations

secchi_cor1_2010_query = Fido.search(a.Time('2010-06-16T08:40:00', '2010-06-16T12:15:00'), a.Instrument('SECCHI'), a.Detector('COR1')) secchi_cor1_2010_query = Fido.search(a.Time('2010-06-16T08:30:00', '2010-06-16T13:24:00'), a.Instrument('SECCHI'), a.Detector('COR1')) secchi_cor1_2011_query = Fido.search(a.Time('2011-06-14T06:10:00', '2011-06-14T08:15:00'), a.Instrument('SECCHI'), a.Detector('COR1'))