mirror of
https://github.com/eddyem/apogee_control.git
synced 2025-12-06 02:35:16 +03:00
cols/rows
This commit is contained in:
parent
1f94f57682
commit
a6c1edb589
@ -439,7 +439,7 @@ void ApnGlueGetMaxValues(double *exptime, int *roiw, int *roih, int *osw,
|
|||||||
exptime[0] = alta->GetMinExposureTime();
|
exptime[0] = alta->GetMinExposureTime();
|
||||||
exptime[1] = alta->GetMaxExposureTime();
|
exptime[1] = alta->GetMaxExposureTime();
|
||||||
}
|
}
|
||||||
if(roiw) *roiw = alta->GetTotalRows();
|
if(roiw) *roiw = alta->GetMaxImgCols();
|
||||||
if(roih) *roih = alta->GetMaxImgRows();
|
if(roih) *roih = alta->GetMaxImgRows();
|
||||||
if(osw) *osw = alta->GetNumOverscanCols();
|
if(osw) *osw = alta->GetNumOverscanCols();
|
||||||
if(binw) *binw = alta->GetMaxBinCols();
|
if(binw) *binw = alta->GetMaxBinCols();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user