Disp_ibwImages

版本 1.0.5 (55.4 KB) 作者: Kanghyun Chu
This is an app for - channel-by-channel image display - importing raw data and notes to the Matlab workspace from .ibw scan image files.
233.0 次下载
更新时间 2019/9/10

查看许可证

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

引用格式

Kanghyun Chu (2024). Disp_ibwImages (https://www.mathworks.com/matlabcentral/fileexchange/69561-disp_ibwimages), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
与 R2017b 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Images 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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.
This app is now distributed as '.mlappinstall' file. Please check out 'app' → 'install app' tab in your menu bar.

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.
(Line 241-243 added)

1.0.1

Bug fix:
The tick mark value of the colorbars of Height and ZSensor images are properly displayed.
(Code line 201 in the previous version was deleted, and replaced by code line the 206, 210)

1.0.0