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,
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.
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?