Difference between revisions of "Conv2lcd HS6"
Jump to navigation
Jump to search
(Removing all content from page) |
|||
Line 1: | Line 1: | ||
+ | <big>This matlab function performs the important role of ingesting the original .dat file and formatting it to the base lcd format. The .dat files will be in the form "ayymmdd.dat" (year, month, day) and are moved by the function from the dat directory to the next external level to the dat directory where the processing is taking place. | ||
+ | |||
+ | The output of this function is currently a hyymmdd*.lcd file which is the first lcd format, as well as a .datmat file which only has the original data from the .dat file.<big> | ||
+ | |||
+ | |||
+ | [[conv2lcd_HS6.m]] | ||
+ | |||
+ | |||
+ | [[Hydroscat Mfiles]] |
Latest revision as of 11:49, 8 July 2010
This matlab function performs the important role of ingesting the original .dat file and formatting it to the base lcd format. The .dat files will be in the form "ayymmdd.dat" (year, month, day) and are moved by the function from the dat directory to the next external level to the dat directory where the processing is taking place.
The output of this function is currently a hyymmdd*.lcd file which is the first lcd format, as well as a .datmat file which only has the original data from the .dat file.