Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOpen multiple images at once #20
Comments
|
It seems that this could be address is one of several ways.
Options 2 and 4 could be made easier if the fish ID dialog box was initially populated with a better guess at the fish ID from the image file name. Currently the ID dialog box is initially populated with the image name (sans extension) such that the user can delete the part of the name that does not contain the ID. Perhaps assume that the fish ID is at the end of the filename and it follows an underscore. Could include an argument about whether the fish ID dialog box should be populated with this better guess (or just the image name). Alternatively, could write a |
|
Basically did options 2 and 4 above. Will be available in v0.0.11. |
A tester (B. Utrup and J-M Hessenauer) suggested that it would be nice if a user could "automatically" open several images at once so as not to have to go back to
digitizeRadii()multiple times to supply a new image name. This suggestion stemmed from realizing that if this code is runwithout completing the digitization after the first line of code, that the first image will appear and the second image will not appear until digitizing of the first image has been completed.