| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Trend> |
TrendPlotter.getTrends()
Lists trends currently displayed by this plotter.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TrendData> |
RestSource.get(List<Trend> trends,
long begin,
long end,
Boolean raw,
Integer bins)
Retrieves from the REST server and processes historical data for the specified trending channel.
|
void |
TrendPlotter.plot(List<Trend> trendList,
int mode)
Plot the specified trends.
|
Copyright © 2023 LSST. All rights reserved.