% CONTENTS - Contents file for //tsunami.shore.mbari.org/oasis/eqpac/brian % % For processing ASCIICON files =========================================================== % % The extensions used for data files are as follows: % .raw Binary files that are read by ASCIICON % .out Text versions of .raw. Calibration files are used to create these from .raw files % % I/O % READOUT Read the ASCII data files created by ASCIICON into a stordat structure % WRITEOUT Writes the contents of a stordat structure to an ASCIICON-style file % % Processing % PRCOUT Process stor*.out files, derive products, create stor*.15min and stor*.daily files % % Functions called by PRCOUT (The user should not need to call these functions directly) % AVGOUT Process Eqpac data into 15 minute or daily averages % PRC_ED490 Estimate Ed's from Ed490 % PRC_LU0 Estimate Lu[0m+], requires PRC_ED490 be run first % % ASCIICON % ASCIICON Convert binary count files to ascii physical units files % * SATLAN_PRC Automation function called by AT_EQPAC % SATLAN_WRITE Converts ascii *.out files to nasa format % * SATLAN1 Read Satlantic data in ARGOS file format, output clean hex value text-files % * SATLAN2 Convert hex files to binary format, ready to be read by ASCIICON % * SATLAN2OUT Wrapper function for SATLAN1, 2 and 3. Also derives additional products % * SATLAN3 Calls ASCIICON from Matlab to convert binary counts to ascii in physical units % % Conversion % PTT2OUT Convert *.ptt files to *.out files % % % For Processing Files in directories ep1 and ep2 ========================================== % % I/O % READEQPAC Reads files in epq and ep2 % READOASIS Reads Oasis files % READOASIS2 Reads Oasis files skipping lines with missing data % % Shell scripts for running ep* functions and updating the web pages % * AT_EQPAC PC script % * CRON_EQPAC UNIX script % % EQPAC2NASA functions - convert files in ep* to files that are sent to nasa % * EP_CMPL Cooallates files in ep* and derives standard products % * EP_INI Initialize variables for EQPAC2NASA processing % EP_PLOT Create graph of eqpac data % * EP_VIEW Views data created by CMPLEP % * EP_WRITE Write eqpac data in nasa file formats % % Quality Control % * ep1* Functions for creating quality control plots of argos data from ep1 % * ep2* Functions for creating quality control plots of argos data from ep2 % % % Static functions ========================================================================= % % A_OC2_C OC2V2 algorythmn for [Chl] % DY2DATE Convert decimal year format to serial date numbers % % NOTE: A '*' preceeding the file name indictates functions with hardwired paths