User contributions
Jump to navigation
Jump to search
- 16:01, 5 August 2010 diff hist +1 Main Page
- 16:00, 5 August 2010 diff hist +67 Main Page
- 15:57, 5 August 2010 diff hist +3,101 Process ac9.m current
- 15:55, 5 August 2010 diff hist +3,353 N Zcorr.m Created page with '<pre> function zcorr(scale,offset) %created by Erik Stassinos 3/3/10 %function to apply depth correction with slope and offset info from matlab %program createdepth Dirname …' current
- 15:54, 5 August 2010 diff hist +606 N Read text.m Created page with '<pre> % Title: READ_TEXT.M % Date: 7/99 % Author: SRW % Input: filename % Output: padded string array % Files: auxillary files % Assumes:…' current
- 15:53, 5 August 2010 diff hist +2,836 N Read struc.m Created page with '<pre> %READ_STRUC2.M %SRW 11/98,09/99 %Returns an empty structure in parfile not found. %Reads data into a structure from a file with, % 1) Field name lines begin with a #,##,##…' current
- 15:51, 5 August 2010 diff hist +1,414 N Parse.m Created page with '<pre> %PARSE2.M %Takes a string and returns val token. %Returns [] if val token does not exist. %Returns val token and rest of line if val<0 including any blanks. %returns cell a…' current
- 15:50, 5 August 2010 diff hist +4,521 N Par input.m Created page with '<pre> %PAR_INPUT.M %11/4/99 code pulled from goplot4.m %parfile,gp,dp %called by goac9_tiho Added by Erik S 6/6/2010 function [par,parnames]=par_input(varargin) %assign command …' current
- 15:49, 5 August 2010 diff hist +1,280 N Noclear.m Created page with '<pre> %NOCLEAR.M % script to clear all variables but those listed in noclear_list, a cell % array of variable names. Include noclear_list if you wish to keep it. % If noclear_lis…' current
- 15:48, 5 August 2010 diff hist +654 N Newline.m Created page with '<pre> function new_string=newline(old_string) % function new_string=newline(old_string) % % makes an array from a string which contains % carriage returns (e.g., string=ls). …' current
- 15:46, 5 August 2010 diff hist +2,262 N Moavg.m Created page with '<pre> function mavg = moavg(flag,diff,r,c,matrix,trend,pts) %created by Erik Stassinos %3/18/2010 %function called by dspike to calculate moving average of points %passes in row …' current
- 15:44, 5 August 2010 diff hist -2 Example of list ac9merge ac9 current
- 15:44, 5 August 2010 diff hist +415 Example of list ac9merge ac9
- 15:34, 5 August 2010 diff hist +31 Merge ctdac9 v2.m current
- 15:31, 5 August 2010 diff hist +11,788 N Merge ctdac9 v2.m Created page with '<pre> % MERGE_ctdac9.M % DEC 97, JUL 98, 9/99 % John Ubante, SRW % Input: none % Look for: upused.txt, for pairing of ctd and ac9 files; % LIST/list_ac9merge_ctd % …'
- 15:27, 5 August 2010 diff hist +24 Merge ctdac9 v2 current
- 15:23, 5 August 2010 diff hist +2,243 N Makeup.m Created page with '<pre> function makeup(pb) %created by Erik Stassinos %function to create upused.txt %prints formatted file using list_ac9mdz, ac9file or read file date and ctd %file name %cd(pb…' current
- 15:21, 5 August 2010 diff hist +1,482 N Index1.m Created page with '<pre> function [indexing,merloc,depthloc] = index1(lcdin) %created by Erik Stassinos %3/16/10 %this function will scan through the lcd file and determine the column %position in …' current
- 15:16, 5 August 2010 diff hist +6,977 N Fixdepth ac9 pnb.m Created page with '<pre> % FIXDEPTH_AC9.M % 29 SEP 97, 04 JUN 2000 % John Ubante, SRW % Input: stripped mer, ac9 files [time depth] % Output: returns scale and offset of regression of ac9 on mer…' current
- 15:05, 5 August 2010 diff hist +1,165 N File read.m Created page with '<pre> function [matrix,head]=file_read(file,n_Lines) % function [matrix,header]=file_read(file,n_lines) % % reads in a header of 'n_lines' from 'file' and % then reads in data to…' current
- 14:55, 5 August 2010 diff hist +1,636 N Excisit.m Created page with '<pre> % EXCISEIT.M % Combines excise and exciseCol % Mfile to excise any row containing data less than -1000 from entire % matrix based on trapflags in col. % Modified to include…' current
- 14:52, 5 August 2010 diff hist +547 N Excise.m Created page with '<pre> % EXCISE.M % Mfile to excise any row containing data less than thresholds. % Used to remove rows of data with TRAPFLAGS in them. % Created: JCS - someTime 1992 (: functio…' current
- 14:51, 5 August 2010 diff hist +7,986 N E BBstrip.m Created page with '<pre> function out = E_BBstrip(pb,infile,varargin)%(,infile) %created by Erik Stassinos 2/22/10 %created to replace bbopstrip %this program takes input parameters and the pb numb…' current
- 14:46, 5 August 2010 diff hist -1 Dspike.m current
- 14:45, 5 August 2010 diff hist +19,240 N Dspike.m Created page with '<pre> function dspike() %created by Erik Stassinos %3/16/10 %%the infile will will be the whole lcd file %despike function with hard coded trend of .01 and flag of 15 %first diff…'
- 14:37, 5 August 2010 diff hist +1,407 N Deemmer.m Created page with '<pre> function deemmer(filename) %created by Erik Stassinos 4/11/2010 %this is a short function to remove the '^M' that is created at the end of %the line by matlabs write/print …' current
- 14:32, 5 August 2010 diff hist +2,165 N Ctd2strip v2.m Created page with '<pre> %CTD2STRIP.M %function to add header information to the flat ctd files. %called by merge_ctdac9_v2 ----Modified by Erik S. %Modified to print ctd_head here instead of in me…' current
- 14:15, 5 August 2010 diff hist +1,033 N Ctdstrip E.m Created page with '<pre> function ctdstrip_E(pb,file) %ctdstrip_E %created by Erik Stassinos 2/10/10 %m function to strip first and third columns from ctd file and write them %to XyymmddD.ASC.stri…' current
- 14:10, 5 August 2010 diff hist +1,030 N Createdepth ac9 pnb.m Created page with '<pre>function out=createdepth_ac9_pnb(ctd_strip,ac9_strip,pb) %have olga make unbinned file in stripped form %createdepth_ac9_pnb('X990614D.strip','a990614d.lcd') …' current
- 14:04, 5 August 2010 diff hist -4 Ac9file current
- 14:04, 5 August 2010 diff hist -5 Ac9bt current
- 16:05, 2 August 2010 diff hist +4,215 N Cleanup.m Created page with '<pre> function cleanup() %created by Erik Stassinos 4/27/2010 %revised 5/18/2010 %should be run in processing folder %This function goes into the current processing folder and %r…' current
- 16:04, 2 August 2010 diff hist +11,047 N Binner.m Created page with '<pre> function binner() %created by Erik Stassinos %4/7/2010 %this is a binning script to cycle through each row and column %counts and outputs the number of bins it's made %loop…' current
- 16:03, 2 August 2010 diff hist +10,232 N Indmovavg.m Created page with '<pre> function indmovavg() %created by Erik Stassinos %4/3/2010 %function to calculated moving independently of moving avg inside dspike %function. Both moving avg functions are…' current
- 16:01, 2 August 2010 diff hist +2,575 N Hs6 split.m Created page with '<pre> function hs6_split() %Created by Erik Stassinos 5/26/2010 %This function takes the input single lcd and then slits it into up and %downcast matricies line =0; h1=0; id = …' current
- 16:00, 2 August 2010 diff hist +856 N Read strip.m Created page with '<pre> function [matrix,head]=read_strip(file) % function [matrix,head]=read_strip(file) % % read a bbopstrip file % open file %cd(pb); pwdinreadstrip = pwd %cd('processing') %…' current
- 15:58, 2 August 2010 diff hist +518 N Pb let2num.m Created page with '<pre> function [station_num]=pb_let2num(sletter) if sletter == 'A' | sletter =='a' station_num=7; elseif sletter == 'B' | sletter == 'b' station_num=6; elseif sletter …' current
- 15:56, 2 August 2010 diff hist +3,198 N Make meta hs6.m Created page with '<pre> function make_meta_hs6(cruise) %Function to automatyically construct the metafile.txt %needed for HS-6 data processing %Shpuld work on PC and UNIX %Author: Tihomir Kostadi…' current
- 15:55, 2 August 2010 diff hist +4,380 N Bt ac9.m Created page with '<pre> % command file for matlab bottom top determination: Daniel C. Konnoff % 10/08/92 % modified: JBU Oct 97 - fits new 1997 ac9 processing scheme % - yadda yadda yadda …' current
- 15:53, 2 August 2010 diff hist +21 Hs6bt.m current
- 15:52, 2 August 2010 diff hist +4,450 N Hs6bt.m Created page with '<pre> % AC9BT % FEB 98,FEB 99 % Stephen Wolfe % Input: none % Look for: list_hs6 % Output: z*.lcd.?, z*.lcd.strip % Assumptions: fixed for either single casts or yo-yo's. Have t…'
- 15:31, 2 August 2010 diff hist +29 Conv2lcd HS6.m current
- 15:30, 2 August 2010 diff hist +5,388 N Conv2lcd HS6.m Created page with '<pre> function conv2lcd_HS6(pb) %conv2lcd_HS6 %This is the first part of the Hydroscat processing once it passes through %Hydrosoft. %This function reads in the .dat file and spl…'
- 13:13, 8 July 2010 diff hist +14 Main Page
- 13:13, 8 July 2010 diff hist -117 Main Page
- 13:12, 8 July 2010 diff hist +115 Wiki support current
- 13:12, 8 July 2010 diff hist -274 Main Page
- 13:12, 8 July 2010 diff hist +16 Main Page
- 13:11, 8 July 2010 diff hist +6 Wiki support
- 13:11, 8 July 2010 diff hist +274 N Wiki support New page: <small>Getting started<small> * [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list] * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] * [http://...