Changes between Version 4 and Version 5 of adeiDG
- Timestamp:
- 06/25/08 12:41:36 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiDG
v4 v5 8 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 9 {{{ 10 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600 10 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600&format=csv 11 11 }}} 12 12 20 20 * ''item.php'' - Returns list of available data items (channels) within specified loggroup 21 21 * ''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''' 23 24 * ''format.php'' - Returns list of supported export formats 24 25 * ''export_sampling.php'' - Returns list of supported sampling rates (optional, for data export) 31 32 * All groups having the mask with specified name 32 33 * 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)''' 34 36 * ''aggregation.php'' - Returns list of supported data aggregation modes (MEAN, MMAX, ...) 35 37 * ''interpolate.php'' - Returns list of current interpolation modes 36 38 * ''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''' 38 41 * ''getdata.php'' - Returns the requested data in the specified format (only real data is returned, no aggregation is performed) 39 42 * ''genimage.php'' - Generate image and return image identificator (for future use in getimage.php) along with various image properties. 42 45 == Supported Parameters == 43 46 '''Data Source Specification''' 44 45 47 * ''db_server'' - Data source (Server Identificator) 46 48 * ''db_name'' - Database name (within data source) 49 51 * mask name 50 52 * 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''' 52 55 * ''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''' 54 63 * ''format'' - desired data format 55 64 * ''resample'' - desired sampling rate (optional) 56 65 * ''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''' 58 68 * ''aggregator'' - data aggregation mode 59 69 * ''show_marks'' - real-data-points reporting mode 60 70 * ''show_gaps'' - missing-data reporting mode 61 * ''interpolate_gaps'' - data interpolation mode'''Various''' 71 * ''interpolate_gaps'' - data interpolation mode 72 '''Various''' 62 73 * ''id'' - image id in ''getimage'' request