public static class CCDTransform.GlobalTransform extends Object implements CCDTransform
CCDTransform.ActiveTransform, CCDTransform.GlobalTransform, CCDTransform.PixelType| Modifier and Type | Method and Description |
|---|---|
int |
getGlobalX()
The global coordinate corresponding to the currently selected coordinate.
|
int |
getGlobalY()
The global coordinate corresponding to the currently selected coordinate.
|
int |
getParallel()
The parallel coordinate of the currently selected pixel within the current CCD segment.
|
CCDTransform.PixelType |
getPixelType()
The type of pixel corresponding to the currently selected coordinate.
|
SegmentInterface |
getSegment()
The CCD segment corresponding to the currently selected coordinate.
|
int |
getSerial()
The serial position of the currently selected pixel within the current CCD segment.
|
int |
getX()
Get the CCD x coordinate
|
int |
getY()
Get the CCD selected y coordinate system
|
void |
setSegmentSerialParallel(SegmentInterface segment,
int serial,
int parallel)
Set the current segment, and serial and parallel pixel position within
the segment (in segment readout order).
|
void |
setXY(int x,
int y)
Select the absolute x,y CCD coordinate.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActiveTransform, getGlobalTransformpublic void setXY(int x,
int y)
CCDTransformsetXY in interface CCDTransformx - The x coordinate in the CCD coordinate systemy - The u coordinate in the CCD coordinate systempublic void setSegmentSerialParallel(SegmentInterface segment, int serial, int parallel)
CCDTransformsetSegmentSerialParallel in interface CCDTransformsegment - The CCD segment (amplifier)serial - The serial coordinate within the CCD segmentparallel - The parallel coordinate within the CCD segmentpublic SegmentInterface getSegment()
CCDTransformgetSegment in interface CCDTransformpublic int getSerial()
CCDTransformgetSerial in interface CCDTransformpublic int getParallel()
CCDTransformgetParallel in interface CCDTransformpublic CCDTransform.PixelType getPixelType()
CCDTransformgetPixelType in interface CCDTransformpublic int getGlobalX()
CCDTransformCCDGeometry#getGlobalTransform() then
it will be equivalent the the x coordinate, but if it was obtained via
CCDGeometry.getActiveParallelSize() it will return the global x coordinate
corresponding to the currently selected active pixel.getGlobalX in interface CCDTransformpublic int getGlobalY()
CCDTransformCCDGeometry#getGlobalTransform() then
it will be equivalent the the y coordinate, but if it was obtained via
CCDGeometry.getActiveParallelSize() it will return the global y coordinate
corresponding to the currently selected active pixel.getGlobalY in interface CCDTransformpublic int getX()
CCDTransformgetX in interface CCDTransformpublic int getY()
CCDTransformgetY in interface CCDTransformCopyright © 2016 LSST. All rights reserved.