public interface SegmentInterface
| Modifier and Type | Method and Description |
|---|---|
int |
getChannel()
Get the Channel number for this Segment
|
int |
getParallelPosition()
Get the parallel position of this Segment in the CCD.
|
CCDInterface |
getParentCCD()
Get the parent CCDInterface this segment belongs to
|
int |
getSegmentParallelActiveSize()
Get the Segment parallel active size.
|
int |
getSegmentParallelOverscanSize()
Get the Segment parallel overscan size.
|
int |
getSegmentSerialActiveSize()
Get the Segment serial active size.
|
int |
getSegmentSerialOverscanSize()
Get the Segment serial overscan size.
|
int |
getSegmentSerialPrescanSize()
Get the Segment serial prescan size.
|
default int |
getSegmentTotalParallelSize()
Get the Segment total parallel size: overscan and active size.
|
default int |
getSegmentTotalSerialSize()
Get the Segment total serial size: prescan, overscan and active size.
|
int |
getSerialPosition()
Get the serial position of this Segment in the CCD.
|
boolean |
isReadoutDown()
Is this segment read down in the parallel direction.
|
boolean |
isReadoutLeft()
Is this segment read left in the parallel direction.
|
int getSerialPosition()
int getParallelPosition()
int getChannel()
default int getSegmentTotalSerialSize()
int getSegmentSerialActiveSize()
int getSegmentSerialPrescanSize()
int getSegmentSerialOverscanSize()
default int getSegmentTotalParallelSize()
int getSegmentParallelActiveSize()
int getSegmentParallelOverscanSize()
boolean isReadoutDown()
boolean isReadoutLeft()
CCDInterface getParentCCD()
Copyright © 2016 LSST. All rights reserved.