Changes between Version 2 and Version 3 of barServiceQueryReconstruction
- Timestamp:
- 03/08/12 10:03:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceQueryReconstruction
v2 v3 39 39 ==== Optional arguments ==== 40 40 * resolution 41 41 Coronal and anterior-posterior voxel size separated with a coma. 42 42 43 43 * pipeline 44 44 Service identifier of the pipeline the reconstructions has been generated with. 45 45 46 46 * switches 47 Nonempty coma-separated list of switches: 48 - brainoutline:: match only structures containing the outline of hierarchy tree root structure; forces 'composite' switch, 49 - composite:: only scene format descriptors ('exportToVRML', 'exportToX3d', 'exportToPOVRay', 'exportScreenshot', 'exportThumbnail') in the 'outputFormats' list. 47 Nonempty coma-separated list of switches: 48 - brainoutline 49 match only structures containing the outline of hierarchy tree root structure; forces 'composite' switch, 50 - composite 51 only scene format descriptors ('exportToVRML', 'exportToX3d', 'exportToPOVRay', 'exportScreenshot', 'exportThumbnail') in the 'outputFormats' list. 50 52 51 53 ==== AJAX data type ==== … … 53 55 [{ 54 56 String: String, 57 String: [Number, Number, String], 55 58 String: String, 56 59 String: Boolean, 57 60 String: String, 61 String: Number, 62 String: Number | null, 58 63 String: String, 59 String: Number, 60 String: String, 61 String: [Number, Number, String], 62 String: Number | null 64 String: String 63 65 }, 64 66 ...] … … 70 72 {{{ 71 73 [{ 72 'CAFSlideUnits': <unit>, 74 'groups': <groups>, 75 'quality': [<xyres>, <zres>, <pipeline name>], 76 'format': <format>, 77 'compressed': <compressed>, 73 78 'status': <status>, 74 'compressed': <compressed>,75 'groups': <groups>,76 'format': <format>,77 79 'cacheID': <id>, 80 'size': <size>, 78 81 'groupsID': <groups id>, 79 'quality': [<xyres>, <zres>, <pipeline name>], 80 'size': <size> 82 'CAFSlideUnits': <unit> 81 83 }, 82 84 ...] 83 85 }}} 86 where: 87 <groups>:: is a string composed of reconstructed groups names separated with '_' character; if an outline is present in the reconstruction, its name precedes others and is separated with double '_' character, 84 88 85 89