Generate XDS.INP: Difference between revisions

→‎The script: work on I24
(→‎The script: add'l ice ring resolution ranges from http://www.globalphasing.com/autoproc/ReleaseNotes/ReleaseNotes-autoPROC_snapshot_20161207.txt)
(→‎The script: work on I24)
Line 85: Line 85:
# revision 0.68 . KD 24/10/2016 add -H option (follow symlinks) to "find" command (thanks to Jan Gebauer!)
# revision 0.68 . KD 24/10/2016 add -H option (follow symlinks) to "find" command (thanks to Jan Gebauer!)
# revision 0.69 . KD 04/11/2016 add CMOS-1 MBC Detector at ALS 4.2.2
# revision 0.69 . KD 04/11/2016 add CMOS-1 MBC Detector at ALS 4.2.2
# revision 0.70alpha . KD 06/12/2016 ROTATION_AXIS=0 -1 0 at Diamond I24; depending on CBF header
# revision 0.70beta . KD 08/12/2016 ROTATION_AXIS=0 -1 0 at Diamond I24; depending on CBF header
REVISION="0.70alpha (06-Dec-2016)"
REVISION="0.70beta (08-Dec-2016)"


#                                                                                                             
#                                                                                                             
Line 433: Line 433:
        
        
# Diamond I24:
# Diamond I24:
       if [ ${DET_SN} = "PILATUS3 6M, S/N 60-0119" ] && grep -q "Oscillation_axis X.CW +SLOW" tmp2 ; then  
       if [ "$DET_SN" == "PILATUS3 6M, S/N 60-0119" ] ; then
        rotation_axis="0 -1 0"
        if grep -q "Oscillation_axis X.CW +SLOW" tmp2 ; then
          rotation_axis="0 -1 0"
        fi
       fi
       fi
# insert similar code for Petra P14 here
# insert similar code for Petra P14 here
2,652

edits