public class CCDGeometry.CCDSegment extends Object
| Modifier and Type | Method and Description |
|---|---|
CCDGeometry |
getCCDGeometry()
Get the CCD geometry of which the segment is a part
|
int |
getChannel() |
int |
getColumn() |
CCDGeometry.ReadoutOrder |
getReadout() |
int |
getRow() |
Map<String,Object> |
getSegmentHeaders()
Create fits headers for this segment.
|
Map<String,Object> |
getSegmentHeaders(boolean treatOverAndUnderscanAsActive)
Create fits headers for this segment.
|
String |
toString() |
public Map<String,Object> getSegmentHeaders()
public Map<String,Object> getSegmentHeaders(boolean treatOverAndUnderscanAsActive)
treatOverAndUnderscanAsActive - If true then the DATASEC
and DETSEC headers are modified to treat all pixels as active, and the BIASSEC
keyword is omitted. Note that files written in this way are not compliant with
LCA-10140.public int getChannel()
public CCDGeometry.ReadoutOrder getReadout()
public int getRow()
public int getColumn()
public CCDGeometry getCCDGeometry()
Copyright © 2015 LSST. All rights reserved.