Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Ability to see ROI areas in mm^2 not just cm^2. #8

Open
SuperSimon81 opened this issue Jul 10, 2019 · 2 comments
Open

Comments

@SuperSimon81
Copy link

I'm working with some very small ROIs below 1 cm^2 in area. I´d like to be able to see the area in mm^2 as well. Perhaps this is already a feature, if so, please advise.

Best regards
Simon

@johannestoger
Copy link
Member

Great idea. Should be a quick fix, but might need to sync with Medviso etc.

@johannestoger
Copy link
Member

In the meantime, you can get the internal data in cm^2 with more digits with the following commands in the Matlab prompt. Make sure to have the image with the ROI selected. Vary roino as needed if you have multiple ROI:s in the image stack.

global SET NO;
roino = 1;
SET(NO).Roi(roino).Area

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants