Ticket #216 (closed enhancement: fixed)
Opened 2007-11-09T12:04:17-06:00
Last modified 2007-11-15T14:50:50-06:00
Improve window titles for multi-file datasets
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | plugins | Severity: | cosmetic |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Right now, if we open a multi-file dataset in ImageJ, the window title is set to the primary file in the dataset; e.g. if we open ome-tiff/tubhiswtTEST/time-series/tubhiswt_C1.tiff, the title is "tubhiswt_C1.tiff", but we are actually reading tubhiswt_C1.tiff and tubhiswt_C2.tiff. Ideally, the title would be tubhiswt_C<1-2>.tiff.
For formats that have both pixels and metadata files (Leica LEI, PerkinElmer, ...), we may want to do something slightly different:
- use the dataset name, or
- "$primaryFile ($num pixels files)"
Personally, I would prefer option #2, as it indicates that we are reading all files in the dataset.
Change History
comment:1 Changed 2007-11-15T14:50:50-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
r3373; multi-file formats will continue to use the primary file's name.