diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-26 16:10:22 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-26 16:10:22 +0800 |
commit | 463f932f93fad83431c6e6d849fc31863ca93647 (patch) | |
tree | e6c1fbf462953b2f62ea2b1c93d19a34f8d5732f | |
parent | 0577b5a91962bb8ca9196461b7358bbec0a7d75a (diff) | |
download | fg21sim-463f932f93fad83431c6e6d849fc31863ca93647.tar.bz2 |
docs: Add data manifest: "data-manifest.json"
NOTE:
The data files are hosted on the M$ OneDrive, and the direct download
link is obtained with some tricks [1].
[1] How to Get Direct Download Link From OneDrive
https://metadataconsulting.blogspot.com/2014/05/how-to-get-direct-download-link-from.html
-rw-r--r-- | docs/data-manifest.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/data-manifest.json b/docs/data-manifest.json new file mode 100644 index 0000000..64ea412 --- /dev/null +++ b/docs/data-manifest.json @@ -0,0 +1,38 @@ +[ + { + "filename": "GalacticSNRs_Green2014.csv", + "size": 24981, + "md5": "9851be15145e77f7f49f301ee54e5a14", + "url": "https://onedrive.live.com/download?cid=6BC61834227AC6CE&resid=6BC61834227AC6CE%2116026&authkey=AJcYjHaI7O7FEcY" + }, + { + "filename": "HVP_LCDM_DeepWedge_Catalog.csv", + "size": 1093936, + "md5": "f9011467812b77c791de9ca60996e210", + "url": "https://onedrive.live.com/download?cid=6BC61834227AC6CE&resid=6BC61834227AC6CE%2116028&authkey=AH7-EG_D40kDTF4" + }, + { + "filename": "Halpha_fwhm06_1024.fits", + "size": 50342400, + "md5": "1a3ec062818bbdd8254e5158cce90652", + "url": "https://onedrive.live.com/download?cid=6BC61834227AC6CE&resid=6BC61834227AC6CE%2116034&authkey=AGjsiwZBaZ-ZZLE" + }, + { + "filename": "SFD_i100_ns1024.fits", + "size": 50342400, + "md5": "e9d6e683f9f6aaa308275196615db17d", + "url": "https://onedrive.live.com/download?cid=6BC61834227AC6CE&resid=6BC61834227AC6CE%2116029&authkey=AAN7DT0JKWpFlyA" + }, + { + "filename": "haslam408_dsds_Remazeilles2014.fits", + "size": 12594240, + "md5": "53b99b6e61b80f6c6a603c0a50c9ba51", + "url": "https://onedrive.live.com/download?cid=6BC61834227AC6CE&resid=6BC61834227AC6CE%2116032&authkey=AHJyQFnMlp8yOIo" + }, + { + "filename": "synchrotron_specind2.fits", + "size": 25176960, + "md5": "0bc9899915db805ec1709f0c83ca6617", + "url": "https://onedrive.live.com/download?cid=6BC61834227AC6CE&resid=6BC61834227AC6CE%2116033&authkey=ADmJvJ3Shy7M9ig" + } +] |