public interface FilterLocator
extends org.lsst.ccs.UsesSubsystem
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_CONFIG_CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
default void |
checkFiltersLocation()
This method updates the filters location in the Carousel sockets during
the initialization phase.
|
CarouselModule |
getCarousel()
Return the carousel Module of this filter locater.
|
FilterManager |
getFilterManager()
Return the filter manager of this filter locater.
|
default void |
saveFilterLocation()
This method save the location of the filters in the filesystem or
Configuration System.
|
static final String FILTER_CONFIG_CATEGORY
CarouselModule getCarousel()
FilterManager getFilterManager()
@Command(type=QUERY,
level=0,
description="Check which filters are on Carousel and on which socket and update the sockets.",
alias="locateFilters")
default void checkFiltersLocation()
@Command(type=QUERY,
level=0,
description="Save filter location in filesystem (in ~ccs/etc/) or Configuration System.")
default void saveFilterLocation()
Copyright © 2017 LSST. All rights reserved.