我是靠谱客的博主 老实超短裙,这篇文章主要介绍IDL转换BSQ格式至BIL,现在分享给大家,希望可以做个参考。

IDL转换BSQ格式至BIL

复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pro Transform compile_opt idl2 e=envi(/headless) envi, /restore_base_save_files envi_batch_init, log_file = 'batch.txt', /no_status_window fn=dialog_pickfile(title='选择要转换的ENVI文件') envi_open_file, fn, r_fid=fid envi_file_query, fid, ns=ns, nl=nl, nb=nb, dims=dims, $ interleave=interleave, offset=offset, bnames=bnames print, interleave pos=indgen(nb) envi_doit, 'convert_doit', fid=fid, dims=dims, pos=pos, $ r_fid=fid_BIL, out_name='Data_BIL', o_interleave=1 envi_file_query, fid_BIL, interleave=interleave print, interleave end

最后

以上就是老实超短裙最近收集整理的关于IDL转换BSQ格式至BIL的全部内容,更多相关IDL转换BSQ格式至BIL内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(98)

评论列表共有 0 条评论

立即
投稿
返回
顶部