ispyb / ispyb-database-modeling

4 stars 3 forks source link

Recording the goniometer orientation of data collections #16

Open KarlLevik opened 7 years ago

KarlLevik commented 7 years ago

We'd like to record the goniometer orientation of data collections. I'd like to propose the following addition to the DataCollection table to cater for this:

ALTER TABLE DataCollection
  ADD goniometerOrientation enum('horizontal', 'vertical'); 
delageniere commented 6 years ago

We wonder if it should not be better in BeamlineSetup table ?

stufisher commented 6 years ago

It needs to be at a datacollection level. Some beamlines have more than one goniometer that can be switched at user time

KarlLevik commented 5 years ago

Olof suggested at the VC today that maybe a number column, allowing e.g. 0 and 90 degrees, but also other values for future-proofing, might be better?