public class ROILocation extends Object
| Constructor and Description |
|---|
ROILocation(byte bay,
byte board,
int sensor,
int segment,
int startRow,
int startCol)
Create an ROI for a single CCD
|
ROILocation(SensorLocation location,
int segment,
int startRow,
int startCol)
Create an ROI for a single CCD
|
| Modifier and Type | Method and Description |
|---|---|
SensorLocation |
getLocation() |
int |
getSegment() |
int |
getStartCol() |
int |
getStartRow() |
String |
toString() |
public ROILocation(byte bay,
byte board,
int sensor,
int segment,
int startRow,
int startCol)
bay - The bayboard - The boardsensor - The sensorsegment - The segment in which the ROI startsstartRow - The start rowstartCol - The start columnpublic ROILocation(SensorLocation location, int segment, int startRow, int startCol)
location - The Sensor locationsegment - The segment in which the ROI startsstartRow - The start rowstartCol - The start columnpublic int getStartRow()
public int getStartCol()
public SensorLocation getLocation()
public int getSegment()
Copyright © 2023 LSST. All rights reserved.