This commit is contained in:
Fabian Märki
2016-04-15 16:08:42 +02:00
parent 643f4089db
commit 9c94f6c3a6

View File

@ -648,7 +648,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"aggregationType":"value"
```
See [here](https://github.psi.ch/sf_daq/ch.psi.daq.query/blob/master/src/main/java/ch/psi/daq/query/model/Aggregation.java) for available value aggregations.
Illustration of array value [aggregation](https://github.psi.ch/sf_daq/ch.psi.daq.query/blob/master/src/main/java/ch/psi/daq/query/model/Aggregation.java):
![Value Aggregation](doc/images/Value_Aggregation.png)
@ -706,7 +706,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"nrOfBins":2,"aggregation
```
Array value [aggregations](https://github.psi.ch/projects/ST/repos/ch.psi.daq.query/browse/src/main/java/ch/psi/daq/query/model/Aggregation.java) with additional binning:
Illustration of array value [aggregation](https://github.psi.ch/sf_daq/ch.psi.daq.query/blob/master/src/main/java/ch/psi/daq/query/model/Aggregation.java) with additional binning:
![Value Aggregation with Binning](doc/images/Value_Binning_NrOfBins.png)
@ -765,7 +765,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"binSize":10,"aggregation
```
Array value [aggregations](https://github.psi.ch/projects/ST/repos/ch.psi.daq.query/browse/src/main/java/ch/psi/daq/query/model/Aggregation.java) with additional binning:
Illustration of array value [aggregation](https://github.psi.ch/sf_daq/ch.psi.daq.query/blob/master/src/main/java/ch/psi/daq/query/model/Aggregation.java) with additional binning:
![Value Aggregation with Binning](doc/images/Value_Binning_BinSize.png)
@ -834,7 +834,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"nrOfBins":1,"aggregation
]
```
[Aggregation](https://github.psi.ch/projects/ST/repos/ch.psi.daq.query/browse/src/main/java/ch/psi/daq/query/model/Aggregation.java) of array indices with binning (several nrOfBins are also possible).
Illustration of [Aggregation](https://github.psi.ch/sf_daq/ch.psi.daq.query/blob/master/src/main/java/ch/psi/daq/query/model/Aggregation.java) of array indices with binning (several nrOfBins are also possible):
![Index Aggregation with Binning](doc/images/Index_Binning.png)