Skip to content

Commit

Permalink
Update lauetoolsneuralnetwork.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF committed Nov 22, 2022
1 parent cb786c7 commit 25103bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lauetoolsnn/lauetoolsneuralnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -5768,7 +5768,7 @@ def onclickImage(self, event123):
CCDLabel = CCDcalib['CCDLabel']
framedim = dictLT.dict_CCD[CCDLabel][0]
dict_dp={}
dict_dp['kf_direction']=default_detector_geom'
dict_dp['kf_direction']=default_detector_geom
dict_dp['detectorparameters']=detectorparameters
dict_dp['detectordistance']=detectorparameters[0]
dict_dp['detectordiameter']=pixelsize*framedim[0]#TODO*2
Expand Down

0 comments on commit 25103bc

Please sign in to comment.