File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -6848,6 +6848,22 @@ void SpecFile::set_detector_type_from_other_info()
6848
6848
return ;
6849
6849
}// if( icontains(instrument_model_, "Fulcrum") )
6850
6850
6851
+ if ( icontains (instrument_model_, " RadiaCode" ) )
6852
+ {
6853
+ if ( manufacturer_.empty () )
6854
+ manufacturer_ = " Scan-Electronics" ;
6855
+ detector_type_ = SpecUtils::DetectorType::RadiaCode;
6856
+ return ;
6857
+ }
6858
+
6859
+ if ( icontains (instrument_model_, " Raysid" ) )
6860
+ {
6861
+ if ( manufacturer_.empty () )
6862
+ manufacturer_ = " IN-NEW" ;
6863
+ detector_type_ = SpecUtils::DetectorType::Raysid;
6864
+ return ;
6865
+ }
6866
+
6851
6867
6852
6868
if ( manufacturer_.size () || instrument_model_.size () )
6853
6869
{
@@ -6866,7 +6882,6 @@ void SpecFile::set_detector_type_from_other_info()
6866
6882
&& !(manufacturer_==" " && instrument_model_==" 3x3x12 inch NaI Side Ortec Digibase MCA" )
6867
6883
&& !(manufacturer_==" Canberra Industries, Inc." && instrument_model_==" ASP EDM" )
6868
6884
&& !(manufacturer_==" Raytheon" && instrument_model_==" Variant C" )
6869
- && !(manufacturer_==" Scan-Electronics" && instrument_model_==" RadiaCode-102" )
6870
6885
&& !(manufacturer_==" Unknown" && instrument_model_==" Unknown" )
6871
6886
&& !icontains ( manufacturer_, " RIDs R Us" )
6872
6887
&& !icontains ( manufacturer_, " SRPMs R Us" )
You can’t perform that action at this time.
0 commit comments