c_getscene - Build an AVHRR scene ID for an image based on AVHRR model information

SYNTAX

FUNCTION c_getscene(model, sceneid)

    struct MODEL *model;
    char	 *sceneid;

PARAMETERS

model (struct MODEL *, input)

Satellite model and orbital information.

sceneid (char *, output)

The scene ID created from the model information.

DESCRIPTION

The scene ID is constructed using AVHRR model information. An example follows:

ah11042891051129

ah			- ah = HRPT data, al = LAC data, ag = GAC data
  11			- NOAA-11 Satellite
    04			- Month of acquisition
      28		- Day of acquisition
        91		- Year of acquisition
          05		- Starting hour of acquisition
            11		- Starting minute of acquisition
              29	- Starting second of acquisition

RETURN VALUE

c_getscene() has no return value.