kingjml / pySnowRadar

Snow radar data processing and snow depth retrieval
MIT License
8 stars 3 forks source link

Generalize picklayers and processing #27

Closed kingjml closed 4 years ago

kingjml commented 5 years ago

In prep for 0.1 release we need to generalize some of the stuctures. Long term we hope to have multiple options for pickers. To get there we need to do a few things:

  1. Rename mods in picklayer to be explicit i.e. picklayer.wavelet. We want to do this so that others can add in other pickers

  2. Generalize processing to accept a picker argument.

  3. Standardize the outputs. I think each frame should drop a standard debug image with the picked layers and there should be an option to drop a standard file with csv and pickle options.

Feel free to tag other 0.1 release issues here.

kingjml commented 4 years ago

Picker generalization is implemented!

kingjml commented 4 years ago

Merged to master in https://github.com/kingjml/pySnowRadar/pull/36

Closing.