How to change the scale bar and units in the 2D view area

I just finished working in the Segment Editor and I added a scale bar to the red, 2D image. I noticed that the scale bar is very big. The red circle in the image is approximately 300µm in diameter. How do I change the size of the scale bar and the units associated with it? The images were originally from a DICOM which I dropped into image J, concatenated 3 different files, and then exported it as one tiff stack. I can not program so I will not be able to work directly with python. Any help would be greatly appreciated. Thank you,

Steve


Screen Shot 2022-01-31 at 10.59.20 AM|589x500


It seems this screen shot didn’t make it into my first message.

It seems that you need to set the correct spacing in the image because ImageJ has lost it either during DICOM import or when it saved the data into TIFF format.

You can go to Volumes module and set the correct spacing values in Volume Information section. Spacing of segmentations is not directly editable, so you can either export it to a labelmap volume and edit the spacing there (you can then convert it to a segmentation again) or apply a scaling transform to the segmentation in Transforms module.

In the future, I would recommend to load the images using Slicer. If you try a recent Slicer Preview Release and it does not load the images then upload it somewhere (dropbox, onedrive, …) and post the link here and we update the DICOM importer as needed.

Using TIFF format for 3D image storage is not ideal either, due to no standard way of storing essential 3D metadata (such as origin, spacing, axis directions). Instead, you can use NRRD file format, which is very simple and works well.

Thank you very much.

I’ll try it.

Steve

Mr. Lasso,

Thank you for your help. I was able to export as a labelmap volume and edit it, but how do I convert it back to a segmentaiton.

In Data module you can right click on the labelmap to convert it to segmentation.

I supplied a before and after screen shot for reference. I must have done something wrong, although the scale bar looks correct now. What happened to the 2D images?


Everything looks good to me. The slice viewers show cross-sections of the image with segmentations and/or labelmap volumes overlaid on it.