stella.adapter
Interface Shutterless

All Known Implementing Classes:
AuxiliaryGuider, NasmythGuider, PrimeFocusGuider

public interface Shutterless

This interface defines the capabilities to remove read-out stripes from a candidates list.


Method Summary
 List<Guiding.RawStar> removeStripes(List<Guiding.RawStar> stars)
          Removes from the argumental list all possible entries that stem from a readout stripe.
 

Method Detail

removeStripes

List<Guiding.RawStar> removeStripes(List<Guiding.RawStar> stars)
Removes from the argumental list all possible entries that stem from a readout stripe. The candidates removed are returned in a separate list.