public class CCDType extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CCDType(String name,
CCDGeometryConstants ccdGeometryConstants)
Create a CCDType.
|
| Modifier and Type | Method and Description |
|---|---|
CCDGeometryConstants |
getCCDGeometryConstants()
Get the CCDGeometryConstants for this CCDType.
|
String |
getName()
The name of this CCDType.
|
protected CCDType(String name, CCDGeometryConstants ccdGeometryConstants)
name - The name of this CCDTypeccdGeometryConstants - The geometry constants for this CCD.public CCDGeometryConstants getCCDGeometryConstants()
public String getName()
Copyright © 2016 LSST. All rights reserved.