Ticket #524 (closed task: fixed)
Opened 2010-07-29T13:41:57-05:00
Last modified 2010-11-17T03:13:14-06:00
Better documentation for command line tools
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | major |
Keywords: | Cc: | jmoore, curtis | |
Blocked By: | Blocking: |
Description
bfconvert, in particular, has some dangerously non-intuitive behavior. Some users would expect 'bfconvert *.png test.ome.tiff' to stitch all of the PNG files into a single OME-TIFF. What actually happens, though, is that the first PNG file is converted to the second PNG. We need to document this, and perhaps prompt the user if they actually intend to overwrite a file.
Command line tools should also exit immediately if an unknown flag is specified.