actris-cloudnet / cloudnetpy

Python package for Cloudnet data processing
MIT License
34 stars 26 forks source link

Extend ignorekeys for mira when znc files are processed for speedup #87

Closed spirrobe closed 1 year ago

spirrobe commented 1 year ago

Improvement of #84, completing #86 to speed up processing by dropping spectra from znc files (usually when a path or list of znc files has been passed). This patch extends the previous keys to be ignored by the concat lib (was ["DropSize"] and is now ["DropSize", "SPCco", "SPCcx", "SPCcocxRe", "SPCcocxIm", "Doppler"]) This patch also added "nfft" to vary between files in case processing resp. number of fft (->nfft) was switched between consecutive files (potentially by scanning operation or similar)

siiptuo commented 1 year ago

Thanks!