#include "las.h"
FUNCTION c_putbdr (hname, bddr)
char *hname; struct BDDR *bddr;
Image host filename for which the information is to be written.
A BDDR structure or a FORTRAN integer array dimensioned to BDRLEN. It contains the fields of the band record of the DDR.
The c_putbdr() call is used to output the specified band-dependent record of DDR information of image hname.
c_putbdr() returns
E_SUCC (0) --> successful completion E_FAIL (-1) --> operation failed
The band field of the bddr structure must contain the band number of the DDR record that this structure will be written to.