durbank / PAIPR

Functions to generate probabilistic estimates of annual accumulation from ice-penetrating radar without the need for manual layer selection or correction
3 stars 0 forks source link

Modularize PAIPR functions #27

Closed durbank closed 5 years ago

durbank commented 5 years ago

Migrates functions to a more modular approach. This helps with organization and maintenance of the code, and is, in general, a good practice. It also allows for updated use in scripts that only use a portion of the code (e.g. figure generation for different stages of processing).

durbank commented 5 years ago

Closes #20