You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its certainly useful to search the metadata of the available data to perform more specific searches, for example you can query the EUI fits files using the TAP protocal and get at the dfferent table information such as the eui_fits headersL
this hence means you can search on these, for example say you want between a timerange and only ones with a reference coord between -100, 100
results=SOAR.launch_job("SELECT * FROM soar.v_eui_sc_fits ""WHERE date_average>='2022-02-30T00:00:00'""AND level='L2'""AND cr_val1<=100 AND cr_val1>=-100 ""AND cr_val2<=100 AND cr_val2>=-100"
)
r=results.get_results()
print(r.filename)
solo_L2_eui-fsi304-image_20220303T043556272_V01.fitssolo_L2_eui-fsi304-image_20220303T043556272_V01.fitssolo_L2_eui-fsi304-image_20220303T043600274_V01.fitssolo_L2_eui-fsi304-image_20220303T043600274_V01.fitssolo_L2_eui-fsi304-image_20220303T043604248_V01.fitssolo_L2_eui-fsi304-image_20220303T043604248_V01.fitssolo_L2_eui-fsi304-image_20220303T043608247_V01.fitssolo_L2_eui-fsi304-image_20220303T043608247_V01.fits
...
solo_L2_eui-fsi304-image_20220330T223015210_V01.fitssolo_L2_eui-fsi304-image_20220330T230015214_V01.fitssolo_L2_eui-fsi304-image_20220330T230015214_V01.fitssolo_L2_eui-fsi304-image_20220330T233015217_V01.fitssolo_L2_eui-fsi304-image_20220330T233015217_V01.fitssolo_L2_eui-fsi304-image_20220331T000015220_V01.fitssolo_L2_eui-fsi304-image_20220331T000015220_V01.fits
so lots to do here, I'm not sure the best approach and we could probably have to scope out the functionality that would live within sunpy_soar but having it as a wider sunpy-interface with the SOAR definitely has its benefits!
The text was updated successfully, but these errors were encountered:
Describe the feature
Its certainly useful to search the metadata of the available data to perform more specific searches, for example you can query the EUI fits files using the TAP protocal and get at the dfferent table information such as the eui_fits headersL
e.g.
this hence means you can search on these, for example say you want between a timerange and only ones with a reference coord between -100, 100
so lots to do here, I'm not sure the best approach and we could probably have to scope out the functionality that would live within sunpy_soar but having it as a wider sunpy-interface with the SOAR definitely has its benefits!
The text was updated successfully, but these errors were encountered: