This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
:DESCRIPTION:code to process LISST VC data | |
:REQUIRES: | |
:TODO: | |
:AUTHOR: John Franco Saraceno | |
:ORGANIZATION: U.S. Geological Survey, United States Department of Interior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%code to batch process and invert binary lisst data | |
f_directory = 'C:\Users\saraceno\Documents\MATLAB\LISST\recachelisstdata'; | |
datafile_ext = '*.dat'; | |
zscfile = 'office_zsc_1145_110712.asc'; | |
fac_zscfile = 'factory_zsc_1145.asc'; | |
ringareafile = 'Ringarea_1145.asc'; | |
instrument_data = 'InstrumentData.txt'; | |
VCC = 4972; | |
type = 3; | |
random_shape = 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
:DESCRIPTION:Code for managing soil moisture data | |
:REQUIRES: | |
:TODO:More error handling | |
:AUTHOR: John Franco Saraceno | |
:ORGANIZATION: U.S. Geological Survey, United States Department of Interior | |
:CONTACT: [email protected] | |
:VERSION: 1.0 | |
Fri Jul 29 18:48:40 2016 |
NewerOlder