Changes between Version 4 and Version 5 of adeiDG

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

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiDG

    v4 v5  
    88 * 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 
    99{{{ 
    10 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600 
     10http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600&format=csv 
    1111}}} 
    1212 
    2020 * ''item.php'' - Returns list of available data items (channels) within specified loggroup 
    2121 * ''experiment.php'' - Returns list of experiments 
    22  * ''timewindow.php'' - Returns list standard window sizes'''Access to the export related configuration''' 
     22 * ''timewindow.php'' - Returns list standard window sizes 
     23'''Access to the export related configuration''' 
    2324 * ''format.php'' - Returns list of supported export formats 
    2425 * ''export_sampling.php'' - Returns list of supported sampling rates (optional, for data export) 
    3132   * All groups having the mask with specified name 
    3233   * Complete data source 
    33    * Everything'''Access to the data aggregation related configuration (image generation)''' 
     34   * Everything 
     35'''Access to the data aggregation related configuration (image generation)''' 
    3436 * ''aggregation.php'' - Returns list of supported data aggregation modes (MEAN, MMAX, ...) 
    3537 * ''interpolate.php'' - Returns list of current interpolation modes 
    3638 * ''show_gaps.php'' - Returns list of available modes for reporting missing data 
    37  * ''show_marks.php'' - Returns list of available modes for reporting positions of real data points'''Data requests''' 
     39 * ''show_marks.php'' - Returns list of available modes for reporting positions of real data points 
     40'''Data requests''' 
    3841 * ''getdata.php'' - Returns the requested data in the specified format (only real data is returned, no aggregation is performed) 
    3942 * ''genimage.php'' - Generate image and return image identificator (for future use in getimage.php) along with various image properties. 
    4245== Supported Parameters == 
    4346'''Data Source Specification''' 
    44  
    4547 * ''db_server'' - Data source (Server Identificator) 
    4648 * ''db_name'' - Database name (within data source) 
    4951   * mask name 
    5052   * comma separated list of items (numeric, counted from zero) 
    51    * omit this parameter to select all log group items'''Data Interval Specification''' 
     53   * omit this parameter to select all log group items 
     54'''Data Interval Specification''' 
    5255 * ''experiment'' - The current experiment duration 
    53  * ''window'' - data window within current experiment'''Export Specification''' 
     56   * ''0'' - specifies experiment covering all available data 
     57   * ''from-to'' - specifies experiment start and end timestamps (unix timestamp, seconds since January 1, 1970) 
     58 * ''window'' - data window within current experiment 
     59   * ''0'' - use maximal width (window is covering complete experiment duration) 
     60   * ''<number>'' - specifies window width in seconds, the window is positioned in the end of experiment 
     61   * ''<from>-<to>'' - specifies the window start and the end (as unix timestamps). The real numbers should be used to get subsecond precision. 
     62'''Export Specification''' 
    5463 * ''format'' - desired data format 
    5564 * ''resample'' - desired sampling rate (optional) 
    5665 * ''filename'' - desired file name (optional) 
    57  * ''mask_mode'' - should be specified if multiple groups are requested'''Data aggregation parameters''' 
     66 * ''mask_mode'' - should be specified if multiple groups are requested 
     67'''Data aggregation parameters''' 
    5868 * ''aggregator'' - data aggregation mode 
    5969 * ''show_marks'' - real-data-points reporting mode 
    6070 * ''show_gaps'' - missing-data reporting mode 
    61  * ''interpolate_gaps'' - data interpolation mode'''Various''' 
     71 * ''interpolate_gaps'' - data interpolation mode 
     72'''Various''' 
    6273 * ''id'' - image id in ''getimage'' request