📄 rawtoicb.1
字号:
.TH RAWTOICB 1 "QCCPACK" "".SH NAMErawtoicb \- converts raw file to image cube.SH SYNOPSIS.B rawtoicb.RB "[\|" \-s "\|]".RB "[\|" \-bpv.IB bits_per_voxel "\|]".RB "[\|" \-bsq "\|]".RB "[\|" \-bil "\|]".RB "[\|" \-bip "\|]".RB "[\|" \-bend "\|]".RB "[\|" \-lend "\|]".I num_rows.I num_cols.I num_frames.I rawfile.I icbfile.SH OPTIONS.TP.BI \-sIndicates raw file contains signed values.Default: raw file contains unsigned values..TP.BI \-bpvIndicates the number of bits per each voxel (sample) value.Default is 16..TP.BI \-bsqIndicates raw file is stored in band-sequential (BSQ) order. This isthe default..TP.BI \-bilIndicates raw file is stored in band-interleaved-by-line (BIL) order..TP.BI \-bipIndicates raw file is stored in band-interleaved-by-pixel (BIP) order..TP.BI \-bendIndicates raw file contains 16-bit integers stored inbig-endian format. This is the default..TP.BI \-lendIndicates raw file contains 16-bit integers stored inlittle-endian format..SH DESCRIPTION.LP.B rawtoicbconverts a raw filecontaining a 3D array of integer samples (voxels) into a.BR ICB -formatfile. The size of the raw file must be given as.IR num_rows ,.IR num_cols ,and.IR num_frames.RI ( num_frames= number of spectral bands)..LPThe option.BR \-bpvspecifies the number of bits that each voxel value contains..IR bits_per_voxelmust be between 1 and 32. If.IR bits_per_voxelis <= 8, then each sample is stored in.IR rawfileas the least significantbits in a single byte; otherwise, if.IR bits_per_voxelis <= 16, then each sample is stored in.IR rawfileas the least significant bits of two consecutive bytes (the default);otherwise, if.IR bits_per_voxelis <= 32, then each sample is stored in.IR rawfileas the least significant bits of four consecutive bytes.The option.BR \-sindicates that the raw file contains signed values;unsigned is assumed if the.BR \-soption is absent.The options.BR \-bendand.BR \-lendindicate whether the raw file is inbig-endian or little-endianformat, respectively.If neither is specified,big-endian is assumed..LPThe options.BR \-bsq ,.BR \-bil ,and.BR \-bipindicate the scanning order of the rawfile;see.BR QccHYPRaw (3).If none of.BR \-bsq ,.BR \-bil ,or.BR \-bipare present,BSQ is assumed..SH "SEE ALSO".BR icbtoraw (1),.BR QccHYPRaw (3),.BR QccPackHYP (3),.BR QccPack (3).SH AUTHORCopyright (C) 1997-2009 James E. Fowler.\" The programs herein are free software; you can redistribute them and/or.\" modify them under the terms of the GNU General Public License.\" as published by the Free Software Foundation; either version 2.\" of the License, or (at your option) any later version..\" .\" These programs are distributed in the hope that they will be useful,.\" but WITHOUT ANY WARRANTY; without even the implied warranty of.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the.\" GNU General Public License for more details..\" .\" You should have received a copy of the GNU General Public License.\" along with these programs; if not, write to the Free Software.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -