Replies: 11 comments 12 replies
-
Don't know if it helps or matters for the notes, but DSP = Digital Spatial Profiler Also the 3GB png is an export of a "raw" tiff file separate from the CZI workflows |
Beta Was this translation helpful? Give feedback.
-
Thanks @hansenbry - to us there doesn't seem to be one single, czi workflow. There seems to be two workflows, one which deals with large color images (which may or may not take CZI type inputs) - but if we DO take a czi input we do NOT care about having special treatments for the channels, we'll transform it as a color image into some zoomable format. The other workflow, involved with florescence - (which will take czi inputs for now), we DO care about the ability to do certain treatments with certain channels. Thoughts welcome. |
Beta Was this translation helpful? Give feedback.
-
The CZI files ( both H&E and FL ) will contain multiple images. Including a "label image" and a "macro image". These images are smaller and may not need a multi-scale viewer. Perhaps just a JPEG/PNG conversion? There will also be multiple "main" images and lower resolutions of them for a pyramid like format. These "main" images will need to be converted to our web based multi-scale format. Additionally, I noted that when viewing RGB images in the Zen viewer it appeared to apply to a gama of .45 to the RGB channels. |
Beta Was this translation helpful? Give feedback.
-
May 22 2023 What relevance have these files? All "small" files, ie: XLS / PDF / ncc / pks files should be visible to users, and available for download as a single package per collection. (Maybe - don't know if we care or not about this.) A "sample" (AKA a "collection") is a set of files in this spreadsheet. Once this is noticed by Hedwig it can be submitted by user to pipeline. The only files that the pipeline currently cares about are: the n large png file, and n czi files. (if n > 50 then throw error and don't run.) Outputs - generate thumb from "large" png file. |
Beta Was this translation helpful? Give feedback.
-
I checked a couple "ROI Overlay" png files of exif meta data. The tools I used did not give and additional types beyond the ones to describe the image data e.g. pixel type, resolution etc. Also for reference the "heat map" image I inspected was 2.6x2.9k size in pixels. |
Beta Was this translation helpful? Give feedback.
-
A "brainstorming" idea for the heat maps which would require more work. Instead of being given a "png" for the heat map figure. The input data could be given and and interactive web visualization could be generated with python or R shiny. It could be implemented such that when a block is hovered over a pop up gives the details. https://jokergoo.github.io/InteractiveComplexHeatmap/articles/shiny_dev.html |
Beta Was this translation helpful? Give feedback.
-
@hansenbry - Looking at the files that have been presented as ROI, we notice that they are all tiffs (not pngs, as suggested in the table above).
We note that the version of GraphicsMagick is 1.3.38 2022-03-26 is currently being used. For For Imagemagick: |
Beta Was this translation helpful? Give feedback.
-
Overlay png (ROI) - do not sharpen. |
Beta Was this translation helpful? Give feedback.
-
Note - we'll want to create thumbs - same size as other thumbs (?) - for the heatmaps. |
Beta Was this translation helpful? Give feedback.
-
The steps for processing the "large png" images or ROI images consist the following steps:
|
Beta Was this translation helpful? Give feedback.
-
The following are the step to process large CZI files of immunofluorescence (IF) microscopy. This file consists of multiple IF images ( at multiple resolutions ) and also a "label" and "macro" color/RGB images. The IF images are multi-channel ( not visual spectrum color/RGB ) and are generally visualized with false color applied to each channel. The IF images are visualized with Neuroglancer, and no false colored thumbnails or key image, but do require neuroglacer metadata for visualization. The "label" and "macro" color/RGB images need a thumbnail and full resolution image ( no key image, as the specs for a key image are greater resolution than the original source image ). Overview |
Beta Was this translation helpful? Give feedback.
-
Terms:
Nanostring - a device/instrument used to generate data for this workflow.
DSP - instrument
ROI region of interest
Pipepine 1: "Large 2d color images pipeline".
large pngs
large czi
IFF czi file, convert to tiff.
convert from tiff || png -> pyramidal choice.
Pipeline 2: "multi channel pipeline (2d)"
Typically light microscopy / Florescent. Possibly turn channels on off
Computationally similar to above, but will have ability to do things specific to a channel.
(Typically for now - we'll use czi.)
->
saved as png file -> very large (eg 3 gig), want to make this available to viewer.
Additionally this is saved as a CZI ("raw") file (~order of mag larger). Want to make this available to the viewer too.
Outputs:
pyramid format, viewable in a web viewer. (Maybe a thumb.)
Beta Was this translation helpful? Give feedback.
All reactions