Skip to content

Commit

Permalink
Remove use of ** markup -- HJB
Browse files Browse the repository at this point in the history
  • Loading branch information
yayahjb committed Oct 1, 2020
1 parent 0dda89f commit 16cc6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Using the Windows-10 release kit
You only should need the exe in the release downloads. That exe is a NSIS installer
that will install a folder with the necessary files in a folder you select and a file named

** eiger2cbf.bat **
`eiger2cbf.bat`

in C:\Windows and define an environment variable to find the folder you selected. You
should not need to add anything new to your path
Expand All @@ -186,13 +186,13 @@ run it in any command window.

If you just run

** eiger2cbf.bat **
`eiger2cbf.bat`

you should get the help message.

If you have an hdf5 master file, say, c:\myfiles\mydata_master.h5 and want
the cbfs of frames 37 through 48, then

** eiger2cbf.bat c:\myfiles\mydata_master.h5 37:48 mycbfs_ **
`eiger2cbf.bat c:\myfiles\mydata_master.h5 37:48 mycbfs_`

should give you those cbfs.

0 comments on commit 16cc6ba

Please sign in to comment.