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
h5glance is a great tool to check for example the number of frame recorded by the DSSC in some old run. However, at the moment I have to type a lengthy command:
One way to make this simpler is TAB completion (which has some issue too #19 ), but maybe even quicker would be to allow: h5glance r0038/RAW-R0038-DSSC15-S00000.h5 pulseCount
The text was updated successfully, but these errors were encountered:
Tab completion is implemented - you can use python -m h5glance.completer to install it for bash & zsh. If you're using h5glance with any frequency, I'd strongly recommend doing this - it's a vastly better experience being able to tab down the paths inside the file. If you can't install it for some reason, you can put the path as - and it will prompt you for a path within the program, with tab completion enabled.
h5glance is a great tool to check for example the number of frame recorded by the DSSC in some old run. However, at the moment I have to type a lengthy command:
One way to make this simpler is TAB completion (which has some issue too #19 ), but maybe even quicker would be to allow:
h5glance r0038/RAW-R0038-DSSC15-S00000.h5 pulseCount
The text was updated successfully, but these errors were encountered: