BDI1_WBLQ

Write back invented logical quality to the file quality component

Invocation

CALL BDI1_WBLQ( BDID, HFID, PSID, STATUS )

Description

Writes logical quality to a dataset. If no quality already exists then QUAL__BAD is written to each pixel with bad (= false) logical quality. If quality does already exist then only those pixels which have become bad have their quality values changed.

Arguments

References


BDI1_WBLQ_INT

Convert logical quality to byte values

Invocation

CALL BDI1_WBLQ_INT( N, LVAL, NEW, BVAL, STATUS )

Description

Creates byte quality from logical quality. If the quality is new we write directly, otherwise we bit-wise OR the existing quality with QUAL__BAD.

Arguments

References

CODE