Generate XDS.INP: Difference between revisions

Jump to navigation Jump to search
(3 intermediate revisions by the same user not shown)
Line 76: Line 76:
# revision 0.57 . KD 12/2015 start to take care of vertical ROTATION_AXIS at Diamond I24 - for now only introduce comment
# revision 0.57 . KD 12/2015 start to take care of vertical ROTATION_AXIS at Diamond I24 - for now only introduce comment
# revision 0.58 . Keitaro 01/2016 fix for dTREK image: take 'rotation axis' information from header
# revision 0.58 . Keitaro 01/2016 fix for dTREK image: take 'rotation axis' information from header
REVISION="0.58 (18-Jan-2016)"
# revision 0.59 . KD 04/04/2016 check for ADSC detector _after_ checking for dtrek detector, to correct wrong choice for https://zenodo.org/record/45756
# revision 0.60 . KD 04/04/2016 ADSC detector SN=458 at APS 19-ID has reverse phi (https://zenodo.org/record/45756)
REVISION="0.60 (04-Apr-2016)"
#                                                                                                             
#                                                                                                             
# usage: e.g. generate_XDS.INP "/file/system/frms/mydata_1_???.img"                                                       
# usage: e.g. generate_XDS.INP "/file/system/frms/mydata_1_???.img"                                                       
Line 163: Line 165:
egrep -qi 'marccd|Corrected' tmp2 && DET=mccd                                 
egrep -qi 'marccd|Corrected' tmp2 && DET=mccd                                 
grep -q PILATUS tmp2            && DET=pilatus                               
grep -q PILATUS tmp2            && DET=pilatus                               
grep -q BEAM_CENTER_X tmp2      && DET=adsc                               
head -n1 tmp2 | grep -q "^RAXIS" && DET=raxis
head -n1 tmp2 | grep -q "^RAXIS" && DET=raxis
head -n1 tmp2 | grep -q "^R-AXIS" && DET=raxis
head -n1 tmp2 | grep -q "^R-AXIS" && DET=raxis
grep -q "^SOURCE_WAVELENGTH= *1" tmp2 && DET=dtrek
grep -q "^SOURCE_WAVELENGTH= *1" tmp2 && DET=dtrek
grep -q BEAM_CENTER_X tmp2      && DET=adsc                               
grep -q mar345 tmp2 && DET=MAR345                         
grep -q mar345 tmp2 && DET=MAR345                         


Line 324: Line 326:


       # Check detector serial number and recognize beamline for reversed-phi setting.
       # Check detector serial number and recognize beamline for reversed-phi setting.
       # Known detectors for reversed-phi in SPring-8: 915: BL38B1 Q315
       # Known detectors for reversed-phi in SPring-8: 915: BL38B1 Q315; APS 19-ID: 458
       REVERSEPHI_SNs="
       REVERSEPHI_SNs="
915
915
458
"
"
       if echo "${DET_SN}${REVERSEPHI_SNs}" | sort | uniq -d | grep [0-9] > /dev/null; then
       if echo "${DET_SN}${REVERSEPHI_SNs}" | sort | uniq -d | grep [0-9] > /dev/null; then
2,652

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu