SDI-104 Operator's Manual
Version 2008

[Search Manual] [Table of Contents] [FAQ] [Go to Previous] [Go to Next]


POES Index Files

One index file is generated for each image detected in the SDFs.

Index File Naming Convention

The naming convention is: signal_type.ccyy.ddd.hhmmss.mode

Where:

signal_type is the satellite signal type, e.g., poes
cc the century the image ingest started
yy the year the image ingest started
ddd the julian day the image ingest started
hh the UTC hour the image ingest started
mm is the minute the image ingest started
ss is the second the image ingest started
mode is the transmission mode of the satellite, e.g., LAC, GAC, HRPT

As an example, the index file name for a 2006 GAC image, whose start of ingestion date and time are 288 and 12:20:00, respectively, has the name poes.2006.288.122000.GAC.

Index File Format

Each index file text entry has the following eight fields. One entry exists in the index file for each data frame.

The screen display below is a portion of a POES index file for an HRPT image. Each line consists of eight fields, described below.

$ more poes.2006.288.180623.HRPT
poes.2006.288.180630 772767 6 5 1 12 180650 140  1
poes.2006.288.180630 776630 2 5 2 12 180650 306  2
poes.2006.288.180630 800492 6 5 3 12 180650 473  3
poes.2006.288.180630 814355 2 5 1 12 180650 640  4
poes.2006.288.180630 828217 6 5 2 12 180650 806  5
poes.2006.288.180630 842080 2 5 3 12 180650 973  6
poes.2006.288.180630 855942 6 5 1 12 180651 140  7
poes.2006.288.180630 969805 2 5 2 12 180651 306  8
  a    b   c     d      e   f  g h i    j     k  l

 

Field Key

Description

a-d

components that form the name of an SDF containing a portion of this image, where:

a is the signal type, e.g., POES
b is the year, e.g., 2006
c is the julian day that the image was received , e.g., day 288
d is the hour, minute and second the image was received, e.g., 18:06:30

e

the byte address offset in the SDF that contains the start bit of the scan; for example, the first line in the screen display above begins somewhere in the 772,767th byte

f

the location of this scan's starting bit in the byte pointed to by e

g

the spacecraft address, not the McIDAS sensor source number, e.g., 5 (see the table at the beginning of this chapter)

h

subblock; for GAC, this should always be zero; for HRPT and LAC this should be a repeating pattern, e.g., 1, 2, 3, 1, 2, 3,...

i

nominal julian day of the image

j

nominal hour, minute and second of the data, e.g., 18:06:50

k

millisecond within the nominal second (e.g., 50) described in j

l

image frame line number


[Search Manual] [Table of Contents] [FAQ] [Go to Previous] [Go to Next]