Missing data when downloading AIA images

12 views
Skip to first unread message

Felipe Meza

unread,
Jun 5, 2020, 5:04:44 PM6/5/20
to SunPy
Hi folks, wondering If anyone of you have experiencing this behavior: I'm downloading images from AIA-SDO in a range of date (31 fits images total), I have run the same script in 4 different machines and all have different results in terms of the downloaded data size, in one laptop all images are around 12MB but one is 6MB, in a second machine half of the images are 0 bytes, in the third machine at least 6 images are 0 bytes the rest are ok around 12MB...etc Even in the same machine, I'm obtained different combinations every time I run the code.

Any idea of what could the root of the problem? Here is the code, as you can see is simple:

test = Fido.search(a.Time('2011-06-07 06:11:24', '2011-06-07 07:11:24'), a.jsoc.Series('aia.lev1_euv_12s'),
                         a
.jsoc.Wavelength(193*u.AA), a.vso.Sample(2*u.minute),  
                         a
.jsoc.Notify('xxx...@gmail.com'))

test

imagenes = Fido.fetch(test, path = 'test/{file}.fits')

Thanks for any advise!

Reply all
Reply to author
Forward
0 new messages