-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement standard AD PV in metadata?? What does DAMA recommend #31
Comments
@stuwilkins do you know |
@ambarb as far as I know, this whole PV is not used by this driver, so I have no idea what |
The reason why I am asking is we can use this to label "intent" from the IOC level by using Bluesky plans appropriately instead of randomly labeling the intent of the data in 5000 different ways with 5000 unique field or key names |
I don't think this PV has any default behavior, and needs to given a function by the driver. For another detector, the MarCCD for example, this PV does have a use defined in the driver, but it does not for the ADFastCCD driver. But the PV itself is part of ADCore or ADBase, and is of type mbbo. mbbo has fields with indexes, 0-15 and can have strings associated each index.
Are you looking to define a PV to store additional meta data? the strings in mbbo might be limited to 16 characters. You could make a new PV stringout, but that is limited to 40 characters. Or an array could be used for longer strings. |
possibly. we have plans for counting darks so it would be easy to either use the default settings found here or make customized strings as you indicate. we should also make a flatfield plan and can consider how to do this. the alternative is to fully commit to the bluesky dark frames model and also develop a similar model for flat field results that bluesky would "calculate" and then write as part of the data. If users want to customize later, they still can. NSLS-II-CSX/csxtools#55 what we decide to do affects csxtools. and also there is a better explanation of dark frames here |
Frame type is not used. Instead we have, for the dark images, created custom md keys for the start document. Maybe this is not needed if we use
FrameType
and the existing md key'fccd_cam_fcric_gain'
, which is in the descriptors document.@johnsinsheimer do you have any idea what
DblCorrelation
is?The text was updated successfully, but these errors were encountered: