c_putbdr - Writes a band-dependent record to associated DDR file

SYNTAX

#include "las.h"

FUNCTION c_putbdr (hname, bddr)

     char                 *hname;
     struct BDDR          *bddr;

PARAMETERS

hname (input, character, length(CMLEN))

Image host filename for which the information is to be written.

bddr (input, BDDR)

A BDDR structure or a FORTRAN integer array dimensioned to BDRLEN. It contains the fields of the band record of the DDR.

DESCRIPTION

The c_putbdr() call is used to output the specified band-dependent record of DDR information of image hname.

RETURN VALUE

c_putbdr() returns

     E_SUCC (0)  --> successful completion
     E_FAIL (-1) --> operation failed

SPECIAL CONSIDERATIONS

The band field of the bddr structure must contain the band number of the DDR record that this structure will be written to.