AMS-02 proton flux (p), helium flux (He), p/He flux ratio, electron flux (e-), positron flux (e+) and e+/e- flux ratio at Bartels rotation time resolution - Prof. V. Bindi (University of Hawaii at Manoa)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'ISS_27DAY-AVERAGES_AMS-02'
start = '2011-05-20T00:00:00.000Z'
stop = '2017-04-13T00:00:00.000Z'
fr=cloudcatalog.CloudCatalog('s3://gov-nasa-hdrl-data1/')
filelist = fr.request_cloud_catalog(dataset_id, start_date=start, stop_date=stop)
#example usage:
fr.stream_uri(filelist, lambda s3_uri, start, stop, filesize: MYCODE(s3_uri, start, stop, filesize))
Yearly index files
-
ISS_27DAY-AVERAGES_AMS-02_2011.csv
https
s3
-
ISS_27DAY-AVERAGES_AMS-02_2012.csv
https
s3
-
ISS_27DAY-AVERAGES_AMS-02_2013.csv
https
s3
-
ISS_27DAY-AVERAGES_AMS-02_2014.csv
https
s3
-
ISS_27DAY-AVERAGES_AMS-02_2015.csv
https
s3
-
ISS_27DAY-AVERAGES_AMS-02_2016.csv
https
s3
-
ISS_27DAY-AVERAGES_AMS-02_2017.csv
https
s3