ispyb / ispyb-database-modeling

4 stars 3 forks source link

Add resIOverSigI2 column to AutoProcScalingStatistics #68

Open ndg63276 opened 3 years ago

ndg63276 commented 3 years ago

Add a column to store the resolution where I/SigI equals 2.

ALTER TABLE AutoProcScalingStatistics ADD resIOverSigI2 float COMMENT 'Resolution where I/Sigma(I) equals 2';```