I want to download LASCO-C2 or LASCO-C3 images (fits) from a time range, with a cadence.
# Search and Print results
results = Fido.search(
time_range,
a.Instrument.lasco,
)
print(results)
Results from 0 Providers:
does not return any result, because it seems like this images are not available on VSO.
The images are available on https://ssa.esac.esa.int/ssa/#/pages/home
but it doesnt allow me to search by detector (C2, C3) and cadence, is there any way i can download these images using sunpy, since i am already using it for AIA images. If not what are the alternatives ?
Also, can i progress LASCO images using sunpy similar to progressing AIA images (https://aiapy.readthedocs.io/en/latest/preparing_data.html). I want to use LASCO images with AIA images for machine learning applications.
Thank you