You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Via conversations on Slack, it seems the AD_HDF5_SINGLE handler is specific to some HDF5 files generated by the SIX instrument at facility NSLS-II. If so, that's too bad since the name suggests a more general use.
Maybe acknowledge (by stating boldly in the documentation) that AD_HDF5_SINGLE is only for NSLS-II instrument SIX. Make a new handler (say AD_HDF5_GENERAL) which matches the files generated via FileStoreHDF5SingleIterativeWrite (which may need some modification as well). Then, if SIX still uses this mixin, they, alone, would need to customize for their specific use.
One issue noted by @tacaswell with the AD_HDF5_SINGLE handler:
that handler does not conform to what we expect handlers to do (return an ND sliceable thing)
Via conversations on Slack, it seems the
AD_HDF5_SINGLE
handler is specific to some HDF5 files generated by theSIX
instrument at facility NSLS-II. If so, that's too bad since the name suggests a more general use.Maybe acknowledge (by stating boldly in the documentation) that
AD_HDF5_SINGLE
is only for NSLS-II instrument SIX. Make a new handler (sayAD_HDF5_GENERAL
) which matches the files generated viaFileStoreHDF5SingleIterativeWrite
(which may need some modification as well). Then, if SIX still uses this mixin, they, alone, would need to customize for their specific use.One issue noted by @tacaswell with the
AD_HDF5_SINGLE
handler:Related to: BCDA-APS/apstools#691
The text was updated successfully, but these errors were encountered: