FUNCTION c_getscene(model, sceneid)
struct MODEL *model; char *sceneid;
Satellite model and orbital information.
The scene ID created from the model information.
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
c_getscene() has no return value.