Changes between Version 3 and Version 4 of adeiDG

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
06/25/08 12:32:02 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiDG

    v3 v4  
    22 
    33== Examples == 
    4  
     4 * To get list of available log groups (data source: ''toskanadb'', databse: ''prespektrometer_rep'') 
     5{{{ 
     6http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep 
     7}}} 
     8 * To get in CSV format all data channels from first loggroup for a period starting at May 19, 2008 and finishing at May 20, 2008 
     9{{{ 
     10http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600 
     11}}} 
    512 
    613== Supported Services == 
    714'''Accessing current configuration''' 
     15 
    816 * ''server.php'' - Returns list of configured data sources 
    917 * ''database.php'' - Returns list of available databases within data source 
    1220 * ''item.php'' - Returns list of available data items (channels) within specified loggroup 
    1321 * ''experiment.php'' - Returns list of experiments 
    14  * ''timewindow.php'' - Returns list standard window sizes 
    15 '''Access to the export related configuration''' 
     22 * ''timewindow.php'' - Returns list standard window sizes'''Access to the export related configuration''' 
    1623 * ''format.php'' - Returns list of supported export formats 
    1724 * ''export_sampling.php'' - Returns list of supported sampling rates (optional, for data export) 
    2431   * All groups having the mask with specified name 
    2532   * Complete data source 
    26    * Everything 
    27 '''Access to the data aggregation related configuration (image generation)''' 
     33   * Everything'''Access to the data aggregation related configuration (image generation)''' 
    2834 * ''aggregation.php'' - Returns list of supported data aggregation modes (MEAN, MMAX, ...) 
    2935 * ''interpolate.php'' - Returns list of current interpolation modes 
    3036 * ''show_gaps.php'' - Returns list of available modes for reporting missing data 
    31  * ''show_marks.php'' - Returns list of available modes for reporting positions of real data points 
    32 '''Data requests''' 
     37 * ''show_marks.php'' - Returns list of available modes for reporting positions of real data points'''Data requests''' 
    3338 * ''getdata.php'' - Returns the requested data in the specified format (only real data is returned, no aggregation is performed) 
    3439 * ''genimage.php'' - Generate image and return image identificator (for future use in getimage.php) along with various image properties. 
    3742== Supported Parameters == 
    3843'''Data Source Specification''' 
     44 
    3945 * ''db_server'' - Data source (Server Identificator) 
    4046 * ''db_name'' - Database name (within data source) 
    4349   * mask name 
    4450   * comma separated list of items (numeric, counted from zero) 
    45    * omit this parameter to select all log group items 
    46 '''Data Interval Specification''' 
     51   * omit this parameter to select all log group items'''Data Interval Specification''' 
    4752 * ''experiment'' - The current experiment duration 
    48  * ''window'' - data window within current experiment 
    49 '''Export Specification''' 
     53 * ''window'' - data window within current experiment'''Export Specification''' 
    5054 * ''format'' - desired data format 
    5155 * ''resample'' - desired sampling rate (optional) 
    5256 * ''filename'' - desired file name (optional) 
    53  * ''mask_mode'' - should be specified if multiple groups are requested 
    54 '''Data aggregation parameters''' 
     57 * ''mask_mode'' - should be specified if multiple groups are requested'''Data aggregation parameters''' 
    5558 * ''aggregator'' - data aggregation mode 
    5659 * ''show_marks'' - real-data-points reporting mode 
    5760 * ''show_gaps'' - missing-data reporting mode 
    58  * ''interpolate_gaps'' - data interpolation mode 
    59 '''Various''' 
     61 * ''interpolate_gaps'' - data interpolation mode'''Various''' 
    6062 * ''id'' - image id in ''getimage'' request