| Package | Description |
|---|---|
| ch.epfl.biop.imaris |
| Modifier and Type | Method and Description |
|---|---|
StatsQuery |
StatsQuery.appendTo(ij.measure.ResultsTable results)
Allows appending results from a previous run
|
StatsQuery |
StatsQuery.selectChannel(Integer channel)
Allows to select the channel from which to get statistics from
Careful.
|
StatsQuery |
StatsQuery.selectChannels(List<Integer> channels)
Allows to set a list of channels from which to get statistics from
Careful.
|
StatsQuery |
StatsQuery.selectId(Integer id)
Allows for the selection of a specific ID.
|
StatsQuery |
StatsQuery.selectIds(List<Integer> ids)
Allows to set a list of IDs from which to get statistics from
|
StatsQuery |
StatsQuery.selectStatistic(String name)
Allows to select the name of the statistic to export.
|
StatsQuery |
StatsQuery.selectStatistics(List<String> names)
Allows to set a list of IDs from which to get statistics from
|
StatsQuery |
StatsQuery.selectTime(Integer timepoint)
Allows to select the timepoint of the statistics to export.
|
StatsQuery |
StatsQuery.selectTimes(List<Integer> timepoints)
Allows to set a list of timepoints from which to get statistics from
Careful.
|
Copyright © 2011–2020 SciJava. All rights reserved.