sharp_mnr - Generate HRPT minor frame data from the SHARP format

SYNTAX

FUNCTION sharp_mnr (inbuf, mnrbuf)

    unsigned char *inbuf;
    short 	  *mnrbuf;

PARAMETERS

inbuf (unsigned char *, input)

Input buffer of one record read from the SHARP format.

mnrbuf (short *, output)

Output buffer of HRPT minor frame data, dimensioned to MNR_SIZ.

DESCRIPTION

The sharp_mnr() routine converts data in the SHARP format to a buffer of HRPT minor frame data.

RETURN VALUE

sharp_mnr() returns

    E_SUCC (0)  --> Successful completion.