Changes between Version 1 and Version 2 of VsoIDL/VsoSearch


Ignore:
Timestamp:
01/21/21 04:48:26 (3 years ago)
Author:
joe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VsoIDL/VsoSearch

    v1 v2  
    11== VSO IDL Client Documentation : vso_search == 
    22 
    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: 
     3For 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: 
    44 
    55{{{ 
     
    3131;               IDL> print_struct, a.time       ; if not called w/ /FLATTEN 
    3232;               IDL> sock_copy, a.url           ; if called w/ /URLS 
    33 ;               IDL> vso_get, a                 ; attempt to download products 
    34 ;                
     33;               IDL> b = vso_get( a )           ; attempt to download products 
     34;                
    3535; 
    3636; History     : Ver 0.1, 27-Oct-2005, J A Hourcle.  split this out from vso__define 
     
    4545;                           because it confused the compiler 
    4646;               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 
    4960;               http://virtualsolar.org/ 
    5061; 
     
    7182;                         synonym : TELESCOPE 
    7283;   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 
    7486 
    7587; Keywords with limited support; (may not work with all archives) 
     
    8294;    
    8395; (flag keywords) 
     96;   HELP       ; boolean ; display usage summary.  returns 0 
    8497;   QUICKLOOK  ; boolean ; retrieve 'quicklook' data if available (see below) 
    8598;   LATEST     ; boolean ; sets ( near=now, end=now, start=(now - 7 days) ) (see below) 
     
    128141;   in the future. 
    129142; * If you have a query that's not returning what you're expecting, 
    130 ;   please contact :  joseph.a.hourcle AT nasa.gov 
     143;   please contact :  help AT virtualsolar.org 
    131144;   (and make sure to send the query!) 
    132145;