Skip to content

Quality controlled optical profiles #300

@HolgerPollyNet

Description

@HolgerPollyNet

A first attempt to create quality controlled optical profiles was made to allow agnostic users or expert users needing good profiles to work:

pollySaveProfiles_QC(data);

All work is done in the function:
lib/io/pollySaveProfiles_QC.m

Here the NR and FR profiles are glued (quick and dirty):

data.aerBsc355_raman(iGrp,(data.height <= PollyConfig.heightFullOverlap(3))) = data.aerBsc355_NR_raman(iGrp,(data.height <= PollyConfig.heightFullOverlap(3)));

some very basic quality control performed:

bsc532_thres=1e-7; %--> 10 times beta ef?

(currently everything below a certain backscatter threshold is discarded.

This, can be extended in future for better optical profiles, e.g. by @HenniHG

Results are stored in a new QC_netcdf
Later on it can be moved to a better place, but for testing the function is perfect.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions