Start getTransmissionData.

This commit is contained in:
sunwen
2023-05-19 17:32:31 +08:00
parent 3dd9664ff6
commit d0c95811a7
8 changed files with 142 additions and 14 deletions

View File

@@ -120,8 +120,8 @@ namespace Recon
static int numPixelXY = 128;
static double offsetElectronic = 5.2e-7;
static int aScanReconstructionFrequency = 10000000;
static int minTemperature = 15;
static int maxTemperature = 40;
static double minTemperature = 15;
static double maxTemperature = 40;
//transParams.detection
static int forceRedetect = 0;
static int saveDetection = 0;