libsim  Versione 7.1.9

◆ vol7d_peeling()

subroutine, public modqc::vol7d_peeling ( type(vol7d), intent(inout)  this,
integer, dimension(:,:,:,:,:), intent(inout), optional, pointer  data_id,
character(len=*), dimension(:), intent(in), optional  keep_attr,
character(len=*), dimension(:), intent(in), optional  delete_attr,
logical, intent(in), optional  preserve,
logical, intent(in), optional  purgeana 
)

Remove data under the predefined grade of confidence.

If neither keep_attr nor delete_attr are passed, all the attributes will be deleted after peeling; if keep_attr is provided, only attributed listed in keep_attr will be kept in output, (delete_attr will be ignored); if delete_attr is provided, attributed listed in delete_attr will be deleted from output.

Parametri
[in,out]thisobject that has to be peeled
[in,out]data_iddata ID to use with dballe DB (for fast write of attributes)
[in]keep_attrBtable of attributes that should be kept after removing data
[in]delete_attrBtable of attributes that should be deleted after removing data
[in]preservepreserve all attributes if true (alternative to keep_attr and delete_attr)
[in]purgeanaif true remove ana with all data missing

Definizione alla linea 2871 del file modqc.F90.


Generated with Doxygen.