Changes between Version 8 and Version 9 of adeiDG

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
07/18/08 11:09:28 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiDG

    v8 v9  
    7777http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600&format=csv 
    7878}}} 
     79* To generate an 1280x1024 image with composite graph of all channels from first loggroup for a period starting at May 19, 2008 and finishing at May 20, 2008 
     80{{{ 
     81http://localhost/adei/services/genimage.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600&frame_width=1280&frame_height=1024 
     82}}} 
     83In a response you will get JSON encoded document with various image properties. If an error was occurred, the JSON document will contain single property, called error, which describes the problem. Otherwise, among other properties, the 'image' property containing image identificator will be returned. You should pass it to getimage service in order to obtain image. 
     84{{{ 
     85http://localhost/adei/services/getimage.php?id=clients/00000000000000000000000000000000/draw.toskanadb__prespektrometer_rep__0/eda6ebefe6e066c87af7c3af423f195e/1216378894_1211159859_81741.png 
     86}}}