|
subroutine, public 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] | this | object that has to be peeled |
[in,out] | data_id | data ID to use with dballe DB (for fast write of attributes) |
[in] | keep_attr | Btable of attributes that should be kept after removing data |
[in] | delete_attr | Btable of attributes that should be deleted after removing data |
[in] | preserve | preserve all attributes if true (alternative to keep_attr and delete_attr) |
[in] | purgeana | if true remove ana with all data missing |
Definizione alla linea 2862 del file modqc.F90.
|