Browse code

Merge pull request #143 from RGLab/fixed-linear-transformation-parsing-bug

fix linear transformation parsing bug

Mike Jiang authored on 21/08/2022 22:12:37 • GitHub committed on 21/08/2022 22:12:37
Showing 1 changed files

... ...
@@ -870,7 +870,7 @@ public:
870 870
 				  // and only meaningful for scaling cytolib::ellipsoidGate from 256 back
871 871
 				  // minRange=atof(transNode.getProperty("minRange").c_str());to raw
872 872
 				  cytolib::EVENT_DATA_TYPE maxRange =
873
-				    atof(transNode.getProperty("transforms:maxRange").c_str());
873
+				    atof(transNode.getProperty("maxRange").c_str());
874 874
 				  if (maxRange == 0) maxRange = 1;
875 875
 				  
876 876
 				  std::shared_ptr<cytolib::scaleTrans> curTran(