Changes between Version 16 and Version 17 of adeiDG

Show
Ignore:
Author:
csa (IP: 208.82.99.233)
Timestamp:
10/05/08 00:29:20 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiDG

    v16 v17  
    44 
    55== Supported Services == 
    6 '''Accessing current configuration''' 
    7  
    8  * ''server.php'' - Returns list of configured data sources 
    9  * ''database.php'' - Returns list of available databases within data source 
    10  * ''loggroup.php'' - Returns list of available loggroups within specified database 
    11  * ''mask.php'' - Returns list of configured masks withing specified loggroup 
    12  * ''item.php'' - Returns list of available data items (channels) within specified loggroup 
    13  * ''experiment.php'' - Returns list of experiments 
    14  * ''timewindow.php'' - Returns list standard window sizes 
    15 '''Access to the export related configuration''' 
    16  * ''format.php'' - Returns list of supported export formats 
    17  * ''export_sampling.php'' - Returns list of supported sampling rates (optional, for data export) 
    18  * ''export_window.php'' - Returns list of supported export modes (interval) 
    19    * Selection 
    20    * Currently opened data window 
    21    * Whole experiment 
    22  * ''export_mask.php'' - Returns list of supported export modes (item mask) 
    23    * Current group only 
    24    * All groups having the mask with specified name 
    25    * Complete data source 
    26    * Everything 
    27 '''Access to the data aggregation related configuration (image generation)''' 
    28  * ''aggregation.php'' - Returns list of supported data aggregation modes (MEAN, MMAX, ...) 
    29  * ''interpolate.php'' - Returns list of current interpolation modes 
    30  * ''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''' 
     6 * [wiki:adeiService_list list.php ] - List various aspects of ADEI configuration 
    337 * [wiki:adeiService_getdata getdata.php ] - Returns the requested data in the specified format (only real data is returned, no aggregation is performed) 
    348 * [wiki:adeiService_genimage genimage.php ] - Generate image and return image identificator (for future use in getimage.php) along with various image properties. 
    359 * [wiki:adeiService_getimage getimage.php ] - Returns the specified image (which previously generated with ''genimage'' request) 
     10 * [wiki:adeiService_legend legend.php ] - Generates list of channels having at the demanded time point the values in the specified range (API is expected to change in the near future and not documented for this reason). 
    3611 
    37 == Supported Parameters == 
     12== Common Parameters == 
    3813'''Data Source Specification''' 
    3914 * ''db_server'' - Data source (Server Identificator)