ENVI中的数据类型

来源:互联网 发布:gta5pc低配优化补丁 编辑:程序博客网 时间:2024/05/20 18:17

转自:http://hanbing6174.blog.163.com/blog/static/21755696201251810442220/

 

 

/*******************************************************
ENVI中的数据类型
1: Byte (8 bits)
2: Integer (16 bits)
3: Long integer (32 bits)
4: Floating-point (32 bits)
5: Double-precision floating-point (64 bits)
6: Complex (2x32 bits)
9: Double-precision complex (2x64 bits)
12: Unsigned integer (16 bits)
13: Unsigned long integer (32 bits)
14: Long 64-bit integer
15: Unsigned long 64-bit integer
********************************************************/