Skip to content

Commit

Permalink
Redefine default matRad scanner for MCsquare
Browse files Browse the repository at this point in the history
  • Loading branch information
burigolucas committed Jan 30, 2021
1 parent 36604cb commit e72651c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MCsquare/MatRad_MCsquareConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

%%% Input files
CT_File = 'Patient.mhd'; % Name of the CT file. Default: CT.mhd
HU_Density_Conversion_File = 'Scanners/matRad_water/HU_Density_Conversion.txt'; % Name of the file containing HU to density conversion data. Default: HU_Density_Conversion.txt
HU_Material_Conversion_File = 'Scanners/matRad_water/HU_Material_Conversion.txt'; % Name of the file containing HU to material conversion data. Default: HU_Material_Conversion.txt
HU_Density_Conversion_File = 'Scanners/matRad_default/HU_Density_Conversion.txt'; % Name of the file containing HU to density conversion data. Default: HU_Density_Conversion.txt
HU_Material_Conversion_File = 'Scanners/matRad_default/HU_Material_Conversion.txt'; % Name of the file containing HU to material conversion data. Default: HU_Material_Conversion.txt
BDL_Machine_Parameter_File = 'BDL/BDL_matrad.txt'; % Name of the machine parameter file for the beam data library. Default: BDL.txt
BDL_Plan_File = 'PlanPencil.txt'; % Name of the plan file for the beam data library. Default: Plan.txt

Expand Down

0 comments on commit e72651c

Please sign in to comment.