?? runpick.m
字號:
echo off;
% --- RUNPICK operates on Calibrated Slopes data %
% %
% Run the Pick Slices from Slopes Program %
% picker.m, and pass it info through %
% Global variables %
% %
% --- Steven R. Long at NASA GSFC / WFF ---------- %
% --- runpick.m ------------ Version 22.Aug.00 --- %
% clear; % Start With a Clear Memory
global filename start stop rownum B slice
filename = 'OMP1099_07'; % File Name Series
start = 120; % First Image in Sequence
stop = 135; % Last Image in Sequence
rownum = 345; % Row Number to Pick Out
picker % Program to Display Calibrated Images
% --- runpick.m Ends Normally -------------------- %
echo on;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -