public class CCDType extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CCDType(CCDType type) |
|
CCDType(String name) |
protected |
CCDType(String name,
String type,
CCDGeometryConstants ccdGeometryConstants)
Create a CCDType.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CCDGeometryConstants |
getCCDGeometryConstants()
Get the CCDGeometryConstants for this CCDType.
|
static CCDType |
getCCDType(String name)
Get a CCDType by its name.
|
String |
getManufacturer() |
String |
getName()
The name of this CCDType.
|
String |
getType()
The type of this CCDType.
|
int |
hashCode() |
static void |
registerCCDType(CCDType type)
Register a CCDType so that it can be fetched by name with
getCCDType. |
String |
toString() |
public CCDType(String name)
protected CCDType(CCDType type)
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 getManufacturer()
public String getName()
public String getType()
public static void registerCCDType(CCDType type)
getCCDType.Copyright © 2024 LSST. All rights reserved.