Line profiles of RGB image in GMS3.6
I’d like to obtain line profiles of RGB components of an RGB image.
I think the former version of GMS can show RGB line profiles from line profile tool.
(I’m sorry if I misunderstand.)
However, when I try it in GMS3.6, an error message appears.
Function LiveProfile_ExtractLineProfile() also does not work for an RGB image.
Are there no easy way to extract RGB profiles from GUI?
If the answer is “No”, how to extract profiles from line ROI?
What I’d like to do is that when the ROI position is dragged, shown profiles should be updated.
Adjustable line width like line profile tool would be better.
I think I have to deal with ImageDisplay, ROI object, event listener, and LinePlotImageDisplay…
Line profiles of RGB image in GMS3.6
I’d like to obtain line profiles of RGB components of an RGB image.
I think the former version of GMS can show RGB line profiles from line profile tool.
(I’m sorry if I misunderstand.)
However, when I try it in GMS3.6, an error message appears.
Function LiveProfile_ExtractLineProfile() also does not work for an RGB image.
Are there no easy way to extract RGB profiles from GUI?
If the answer is “No”, how to extract profiles from line ROI?
What I’d like to do is that when the ROI position is dragged, shown profiles should be updated.
Adjustable line width like line profile tool would be better.
I think I have to deal with ImageDisplay, ROI object, event listener, and LinePlotImageDisplay…
Is there a scripting call that is identical to the menu ‘File/Open’ (Ctrl+O)
With the menu File/Open I can pick a directory and a file within. Is there a scripting call that returns the path and file name? boolean OpenFile(string directory, string filename)
Managing tag paths shared by different scripts
Is there an efficient and elegant way to managing tag paths used by different scripts? For example, I have one script to write certain metadata in to an image:
Reconstructing EELS Spectra from Individual Files for SI-picker
I have EELS spectra from a STEM experiment that were unfortunately output into individual files instead of a single stack. Given that the dimensions in the real and EELS space are known, would it be possible to allocate the spectra and reconstruct an image recognizable by SI-picker?
Reconstructing EELS Spectra from Individual Files for SI-picker
I have EELS spectra from a STEM experiment that were unfortunately output into individual files instead of a single stack. Given that the dimensions in the real and EELS space are known, would it be possible to allocate the spectra and reconstruct an image recognizable by SI-picker?
Split mrc file into pieces by using DM script
I have a mrc file, which contains 10 pieces. After loading into DM, I can browser the pieces by using the left and right error. I’d like to use DM script to read the mrc file and then save each piece into a separated file. Is that possible?
Reading and manipulating a 3D stack of MRC images
The problem I am trying to solve is a three-parter.
Some letters are cut in the checkbox lables
I run the typical example of DLGCreateDialog in GMS 3.2.xx and GMS 3.5.xx
password input windows in GMS
I’d like to achieve the effect of password input in GMS. In other words, when I input a letter, it will show * instead of the letter. At least, it will convert the last letter to *, when I input a new letter. But I have not found a possible solution to achieve this.