Disp_ibwImages
This is a specialized GUI app for visualizing and importing data from an '.ibw' image file generated by AFM machines of Asylum research(e.g. Cypher, MFP-3D).
The colormap and scale of each image are automatically set. The default setting is ...
surface morphology - Mocha
amplitude - gray (Black is assigned for zero amplitude)
phase - HSV (-90 deg to 270 deg.)
frequency - JET
otherwise - red-white-blue(White is assigned for zero)
Adding or removing the channel names as titles, colorbars, and scalebars are supported.
Your image note and a brief summary of measurement conditions are displayed:
scan size, scan rate, scan angle, driving amplitudes and frequencies, and AmpInvOLS.
How to use -
Run the app, and load an .ibw file.
Useful Notes)
The bottom left corners of the images correspond to (x,y)=(1,1)
All axes(=ax) are set to be
set(ax, 'YDir', 'normal'); % OR % axis xy
Cite As
Kanghyun Chu (2024). Disp_ibwImages (https://www.mathworks.com/matlabcentral/fileexchange/69561-disp_ibwimages), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired by: Igor Pro file format (ibw) to matlab variable
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.5 | Displaying the Short Note function no longer generates an error if the file does not contain 'LatDriveFrequency' or 'DriveFrequency1' information |
||
1.0.4 | Figure resizing is now supported.
|
||
1.0.3 | The frequency channel is now displayed in 'jet' colormap, instead of red-white-blue. Also, 'JET' is added to the radio button set for the colormap selection. |
||
1.0.2 | The app no longer crashes after closing the uigetfile window without selecting a file.
|
||
1.0.1 | Bug fix:
|
||
1.0.0 |