Changes between Version 4 and Version 5 of barServiceQueryReconstruction
- Timestamp:
- 03/08/12 11:08:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceQueryReconstruction
v4 v5 26 26 outputFormats:: Nonempty coma-separated list of reconstruction file format descriptors. 27 27 Allowed format descriptors are: 28 - 'exportToVRML':: VRML files, 29 - 'exportToX3d':: X3D files, 30 - 'exportToPOVRay':: POV-Ray files, 31 - 'exportToNiftii':: NIfTI files 32 - 'exportToVTKPolydata':: vtk polydata files, 33 - 'exportToNumpy':: NumPy array files, 34 - 'exportToVolume':: vtk structured grid files, 35 - 'exportScreenshot':: PNG images, 36 - 'exportThumbnail':: PNG thumbnails. 28 - 'exportToVRML' 29 VRML files, 30 - 'exportToX3d' 31 X3D files, 32 - 'exportToPOVRay' 33 POV-Ray files, 34 - 'exportToNiftii' 35 NIfTI files 36 - 'exportToVTKPolydata' 37 vtk polydata files, 38 - 'exportToNumpy' 39 NumPy array files, 40 - 'exportToVolume' 41 vtk structured grid files, 42 - 'exportScreenshot' 43 PNG images, 44 - 'exportThumbnail' 45 PNG thumbnails. 37 46 38 47 === Optional arguments === … … 48 57 only scene format descriptors ('exportToVRML', 'exportToX3d', 'exportToPOVRay', 49 58 'exportScreenshot', 'exportThumbnail') are allowed in the ''outputFormats'' list. 59 50 60 51 61 === AJAX data type === … … 64 74 ...] 65 75 }}} 76 66 77 67 78 === AJAX data description === … … 83 94 }}} 84 95 where: 96 85 97 <groups>:: is a string describing structures included in the reconstruction, 98 86 99 <xyres>:: is the coronal voxel size used in the reconstruction process, 100 87 101 <zres>:: is the anterior-posterior voxel size used in the reconstruction process, 102 88 103 <pipeline>:: is the service identifier of the pipeline used in the reconstruction process, 104 89 105 <format>:: is a string describing the format of reconstruction file, 106 90 107 <compressed>:: indicates if the reconstruction file has been compressed as a zip archive, 108 91 109 <status>:: is a string describing the status of the reconstruction; possible values are: 92 110 - 'None', … … 98 116 - 'Failed', 99 117 - 'Removed', 118 100 119 <id>:: is the service identifier of the reconstruction, 120 101 121 <size>:: is the reconstruction file size (in bytes), 122 102 123 <groups id>:: is a string composed of reconstructed groups names separated with '_' character; 103 124 if an outline is present in the reconstruction, its name precedes others and is 104 125 separated with double '_' character, 126 105 127 <unit>:: is the voxel size unit. 128 106 129 107 130 === Examples ===