ispyb / ispyb-database-modeling

4 stars 3 forks source link

Store resolution where I/SigI drops below 2 #70

Closed KarlLevik closed 3 years ago

KarlLevik commented 3 years ago

It has been agreed in Diamond that it's a good idea to store the resolution value where I/SigI drops below 2.

So I'd like to propose the following schema addition:

ALTER TABLE AutoProcScalingStatistics
  ADD resWIOverSigIDropsBelow2 float COMMENT 'The resolution where (I)/sd(I) drops below 2';
KarlLevik commented 3 years ago

Sorry, this is a duplicate as it's already proposed: issue #68