Task #8188 (closed)
Opened 7 years ago
Closed 6 years ago
Download original file
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.0-beta1 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | fs@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | FS Demo 2 |
Description
all files are in their original format, so the download option should be turned on all the times.
Change History (21)
comment:1 Changed 7 years ago by jburel
comment:2 Changed 7 years ago by cblackburn
- Owner changed from jmoore to jburel
comment:3 Changed 7 years ago by jburel
- Sprint changed from 2012-03-13 (10) to 2012-03-27 (11)
comment:4 Changed 7 years ago by jburel
In order to handle the old and fslite import. When importing an image we should set the "archived" flag to true at the image level for the images are imported using fslite. This will make the transition easier.
Other ideas?
comment:5 Changed 7 years ago by jburel
Discussion: J-M, Colin:
The problem is to handle the 2 imports strategy i.e. old and fs
- Having the "archived" flag sets to true for fs.
- Client will then be able to have the "Download" on/off
- First attempt will be to download via the RawPixelsStore if failure we try the repo service.
comment:6 Changed 7 years ago by jburel
- Sprint changed from 2012-03-27 (11) to 2012-04-10 (12)
Moved from sprint 2012-03-27 (11)
comment:7 Changed 7 years ago by cblackburn
The archived flag for fs-lite imported images is now forced to true:
https://github.com/ximenesuk/openmicroscopy/commit/25741f760e5c88fca40771eaec738d0805931305
comment:8 Changed 7 years ago by jburel
Decision: J-M, Josh, Colin
we drop the archived flag,
- if pre-fs, the file is archived then we return the file.
- fs, return the file
- pre-fs not archived, OME-TIFF.
comment:9 Changed 7 years ago by jburel
- Milestone changed from OMERO-Beta4.4 to OMERO-Beta4.4.1
- Sprint 2012-04-10 (12) deleted
comment:10 Changed 7 years ago by cblackburn
Referencing ticket #909 has changed sprint.
comment:11 Changed 7 years ago by cblackburn
Referencing ticket #909 has changed sprint.
comment:12 Changed 7 years ago by jmoore
Referencing ticket #909 has changed sprint.
comment:13 Changed 7 years ago by jmoore
How do we handle downloading multi-file formats? As a zip? What's the directory prefix?
comment:14 Changed 7 years ago by jburel
- To handle:
- Indicates what type of import it is e.g. OME-TIFF for pre-fs non-archived files.
Zip will certainly make the most sense but that was not the strategy taken when downloading archived files.
The name was the name of the image itself, but we have another ticket for name.
comment:15 Changed 7 years ago by Chris Allan <callan@…>
(In [e62ea1d48b27b9bdfef23968165b5a7a6aa3fd23/ome.git] on branch develop) Forcing archived flag for image to true for all fs-lite imports. See #8188
comment:16 Changed 7 years ago by jburel
The zip and option to download as ome-tiff, should be implemented on both develop and stable branch.
comment:17 Changed 7 years ago by jburel
- Milestone changed from OMERO-4.5 to OMERO-5
- Sprint set to FS Demo 2
comment:18 Changed 7 years ago by jburel
First refactor code on 4.4 i.e. no longer return ome-tiff w/o letting the user decide so it will then be easier to add the FS part of the work.
comment:19 Changed 7 years ago by jburel
- Cc fs@… added; cblackburn jmoore removed
- Status changed from new to accepted
comment:20 Changed 6 years ago by jburel <j.burel@…>
(In [de4c1a8f0f9580f12c45aa52d08bdb37d94346b3/ome.git] on branch develop) No longer returned silently an OME-TIFF (see #8188)
Prepare the call so it is easier to merge to FS branch
comment:21 Changed 6 years ago by jburel
- Resolution set to fixed
- Status changed from accepted to closed
Old and new import can exist, need to review the methods to handle the 2 cases.