中国遥感卫星地面站ERS数字产品格式 ( CEOS格式之二 ) 1999年5月
中国遥感卫星地面站目前所生产的ERS-1/2数字产品共有如下三种格式: · VMP格式 – 由MDA公司的SARPS系统生成; · CEOS格式(之一) - 由欧空局MDPS系统生成; · CEOS格式(之二) - 由VMP产品经格式转换后生成。 本文件描述了由VMP产品经格式转换后所生成的CEOS格式。目前中国遥感卫星地面站不生产这种格式的RAW数字产品。 与VMP格式相比,CEOS格式的通用性更强,所包含的辅助信息也更多。目前多数图像处理软件系统(如PCI)都有专门用于读入CEOS数据的模块,用户可以非常方便地将CEOS格式的ERS磁带或光盘读入图像处理软件系统。 ERS CEOS格式的一般描述 ERS CEOS格式的磁带上共有四个文件,它们顺序为: 卷目录文件(Volume Directory File) — 描述本卷磁带的基本信息。文件由4个记录组成,共1440字节。 头文件(SAR Leader File) — 辅助数据文件,由6个记录组成,共29848字节。 数据文件(SAR Data File) — 根据产品类型(SLC和PRI)的不同,文件中图像数据记录的长度也不同。以下将分别对SLC和PRI产品做较为详细的介绍。 卷尾标识文件(Null Volme Directory File) — 标识本卷磁带内容结束。由1个记录组成,共360字节。 CEOS格式(之二)ERS SLC产品的磁带结构
|
Volume Descriptor Record |
|
File Pointer Record 1 |
|
File Pointer Record 2 |
|
Text Record |
EOF
|
File Descriptor Record |
|
Data Set Summary Record |
|
Map Projection Record |
|
Platform Position Data Record |
|
Facility Related Data Record 1 |
|
Facility Related Data Record 2 |
EOF
|
File Descriptor Record |
|
Processed Data Record |
|
Processed Data Record |
|
.
.
.
. |
|
Processed Data Record |
EOF
|
Null Volume Descriptor Record |
EOF
EOF
EOF
说明:
卷目录文件的4个记录均为360字节。
头文件中,
File Descriptor Record记录为720字节,
Data Set Summary Record记录为1886字节,
Map Projection Record记录为1620字节,
Platform Position Data Record记录为1046字节,
Facility Related Data Record 1记录为12288字节。
Facility Related Data Record 2记录为12288字节。
SLC产品的数据文件中,每一个记录均为19612字节。文件的第一个记录为描述性的记录,其余均为图像数据记录。
在图像数据记录的19612字节中,前12字节为行序列号,后19600字节为4900个复型数据采样点,每一个复型数据由16-bit有符号整数I通道和16-bit有符号整数Q通道组成。
卷尾标识文件为360字节。
CEOS格式(之二)ERS PRI产品的磁带结构
|
Volume Descriptor Record |
|
File Pointer Record 1 |
|
File Pointer Record 2 |
|
Text Record |
EOF
|
File Descriptor Record |
|
Data Set Summary Record |
|
Map Projection Record |
|
Platform Position Data Record |
|
Facility Related Data Record 1 |
|
Facility Related Data Record 2 |
EOF
|
File Descriptor Record |
|
Processed Data Record |
|
Processed Data Record |
|
.
.
.
. |
|
Processed Data Record |
EOF
|
Null Volume Descriptor Record |
EOF
EOF
EOF
说明: 卷目录文件的4个记录均为360字节。 头文件中, File Descriptor Record记录为720字节, Data Set Summary Record记录为1886字节, Map Projection Record记录为1620字节, Platform Position Data Record记录为1046字节, Facility Related Data Record 1记录为12288字节。 Facility Related Data Record 2记录为12288字节。 PRI产品的数据文件中,每一个记录均为16012字节。文件的第一个记录为描述性的记录,其余均为图像数据记录。 在图像数据记录的16012字节中,前12字节为行序列号,后16000字节为8000个16-bit无符号整数采样点。 卷尾标识文件为360字节。 ERS CEOS格式(之二)CD-ROM产品的结构与组织 一张CD-ROM的容量为650MB,可记录多景ERS数据。一般情况下,每张记录一景数据。 根目录下,每景一个子目录。子目录按以下方式取名: SCENE01 SCENE02 . . . SCENEnn 子目录内存放本景数据的卷目录文件(Volume Directory File)、头文件(Leader File)、图像文件(Imagery File)、卷尾标识文件(Null Volume Directory File),共4个。相应各文件的名字如下: vdf_dat.001 lea_01.001 dat_01.001 nul_dat.001
|