joefinlon / UIOPS

University of Illinois/Oklahoma Optical Array Probe (OAP) Processing Software
GNU General Public License v3.0
4 stars 7 forks source link

imgProc/sizeDist bug fixes and additions -- Addition of new example wrappers #1

Closed dstex closed 7 years ago

dstex commented 7 years ago

Modified imgProc/sizeDist to allow for a small number of PECAN/other case-specific processing.

Added a new version of the python automatic processing wrapper which now takes command line arguments to eliminate the need for unique python wrappers and slurm batch scripts.

Added a few additional matlab wrapper script examples (specific to PECAN, but extensible to other projects). Similar in many ways to existing wrappers, so feel free to drop these from the merge if you'd like - just wanted to share if they'd be helpful.

dstex commented 7 years ago

Also - don't be alarmed by the number of additions/changes to sizeDist... These are largely due to formatting changes (tabs, etc...)

dstex commented 7 years ago

I've made some changes to the commits in the original pull request along with some new additions. Namely, netCDF variable types have been modified in imgProc_sm.m to improve computational efficiency, and to reduce output file sizes. Additionally, some additions specific to DMT probes were made to imgProc_sm.m which handle corrupt image records as seen during the PECAN project.

joefinlon commented 7 years ago

Thanks for your hard work with this! Looking forward to smaller PBP file sizes as well.