public class CCDGeometry.CCDSegment extends Object implements SegmentInterface
| Modifier and Type | Method and Description |
|---|---|
int |
getChannel()
Get the Channel number for this Segment
|
int |
getColumn() |
int |
getParallelPosition()
Get the parallel position of this Segment in the CCD.
|
CCDGeometry |
getParentCCD()
Get the CCD geometry of which the segment is a part
|
CCDGeometry.ReadoutOrder |
getReadout() |
int |
getRow() |
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.
|
int |
getSegmentTotalParallelSize()
Get the Segment total parallel size: overscan and active size.
|
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.
|
String |
toString() |
public int getParallelPosition()
SegmentInterfacegetParallelPosition in interface SegmentInterfacepublic int getSerialPosition()
SegmentInterfacegetSerialPosition in interface SegmentInterfacepublic int getChannel()
SegmentInterfacegetChannel in interface SegmentInterfacepublic int getSegmentTotalSerialSize()
SegmentInterfacegetSegmentTotalSerialSize in interface SegmentInterfacepublic int getSegmentSerialActiveSize()
SegmentInterfacegetSegmentSerialActiveSize in interface SegmentInterfacepublic int getSegmentSerialPrescanSize()
SegmentInterfacegetSegmentSerialPrescanSize in interface SegmentInterfacepublic int getSegmentSerialOverscanSize()
SegmentInterfacegetSegmentSerialOverscanSize in interface SegmentInterfacepublic int getSegmentTotalParallelSize()
SegmentInterfacegetSegmentTotalParallelSize in interface SegmentInterfacepublic int getSegmentParallelActiveSize()
SegmentInterfacegetSegmentParallelActiveSize in interface SegmentInterfacepublic int getSegmentParallelOverscanSize()
SegmentInterfacegetSegmentParallelOverscanSize in interface SegmentInterfacepublic boolean isReadoutDown()
SegmentInterfaceisReadoutDown in interface SegmentInterfacepublic boolean isReadoutLeft()
SegmentInterfaceisReadoutLeft in interface SegmentInterfacepublic CCDGeometry.ReadoutOrder getReadout()
public int getRow()
public int getColumn()
public CCDGeometry getParentCCD()
getParentCCD in interface SegmentInterfaceCopyright © 2016 LSST. All rights reserved.