NSLS-II-SIX / profile_collection

Collection ipython profile
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Attempting to define a new filehandler for HDF5plugin Single mode #16

Closed awalter-bnl closed 6 years ago

awalter-bnl commented 6 years ago

This should add a new file handler that will hopefully allow for the XIP data to be retrieved by databroker. It also includes several changes to meet pep8 standards

Specific questions I have: is line 26 correct? is line 42 correct (I think that filename may actually include the path but am not sure)?

@danielballan or @tacaswell your feedback would be appreciated @stuwilkins you mentioned that you wrote the previous hdf5 handlers, having you look over this would also be useful.

awalter-bnl commented 6 years ago

@stuwilkins I think I have resolved all of the comments, let me know.