Changes between Version 1 and Version 2 of VsoIDL/VsoSearch
- Timestamp:
- 01/21/21 04:48:26 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VsoIDL/VsoSearch
v1 v2 1 1 == VSO IDL Client Documentation : vso_search == 2 2 3 For the time being (17 Sept 2010), this is basically just what you'd get from running `doc_menu, 'vso_search'` and `doc_menu, 'vso_get'`, but I hope to get a better list of real-world examples up. So, if you have a question about how to do something using the client, [wiki:People/JoeHourcle contact me], and I'll add to the list:3 For the time being, this is basically just what you'd get from running `doc_menu, 'vso_search'` and `doc_menu, 'vso_get'`, but I hope to get a better list of real-world examples up. So, if you have a question about how to do something using the client, [wiki:People/JoeHourcle contact me], and I'll add to the list: 4 4 5 5 {{{ … … 31 31 ; IDL> print_struct, a.time ; if not called w/ /FLATTEN 32 32 ; IDL> sock_copy, a.url ; if called w/ /URLS 33 ; IDL> vso_get, a; attempt to download products34 ; 33 ; IDL> b = vso_get( a ) ; attempt to download products 34 ; 35 35 ; 36 36 ; History : Ver 0.1, 27-Oct-2005, J A Hourcle. split this out from vso__define … … 45 45 ; because it confused the compiler 46 46 ; Ver 2.0, 06-Jul-2010, Hourcle. Updated documentation (see vso__define:buildquery) 47 ; 48 ; Contact : oneiros@grace.nascom.nasa.gov 47 ; Ver 2.1, 15-Nov-2011, Hourcle. Updated docs, add /help 48 ; Ver 2.2, 30-May-2012, Hourcle. Fixed docs (vso_get example) 49 ; Ver 2.3, 22-Apr-2013, Zarro. Added COUNT output keyword 50 ; Ver 2.4, 31-Jul-2017, Zarro. Made DATE keyword explicit 51 ; Ver 2.5, 05-Sep-2018, Davey. Added /sort option to sort 52 ; returned VSO structure data by time.start. 53 ; 05-Sep-2018, Davey. Updated contact 54 ; information. 55 ; 15-Jan-2018,Zarro. Replaced /NULL in SORT/WHERE 56 ; call with COUNT as NULL not supported in pre-version 8. 57 ; 58 ; 59 ; Contact : help@virtualsolar.org 49 60 ; http://virtualsolar.org/ 50 61 ; … … 71 82 ; synonym : TELESCOPE 72 83 ; DETECTOR ; string ; detector ID (C3, EUVI, COR2, etc.) 73 ; LAYOUT ; string ; layout of the data (image, spectrum, time_series, etc.) 84 ; LAYOUT ; string ; layout of the data (image, spectrum,time_series, etc.) 85 ; COUNT ; long ; number of search results 74 86 75 87 ; Keywords with limited support; (may not work with all archives) … … 82 94 ; 83 95 ; (flag keywords) 96 ; HELP ; boolean ; display usage summary. returns 0 84 97 ; QUICKLOOK ; boolean ; retrieve 'quicklook' data if available (see below) 85 98 ; LATEST ; boolean ; sets ( near=now, end=now, start=(now - 7 days) ) (see below) … … 128 141 ; in the future. 129 142 ; * If you have a query that's not returning what you're expecting, 130 ; please contact : joseph.a.hourcle AT nasa.gov143 ; please contact : help AT virtualsolar.org 131 144 ; (and make sure to send the query!) 132 145 ;