public class CCDType extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CCDType(String name,
String type,
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.
|
String |
getType()
The type of this CCDType.
|
protected CCDType(String name, String type, CCDGeometryConstants ccdGeometryConstants)
name - The name of this CCDTypeccdGeometryConstants - The geometry constants for this CCD.public CCDGeometryConstants getCCDGeometryConstants()
public String getName()
public String getType()
Copyright © 2019 LSST. All rights reserved.