default.m
changeset 22 624b1ed6e9c9
parent 20 61b92f8fb463
child 23 e83393696a24
equal deleted inserted replaced
21:bce791a17f4e 22:624b1ed6e9c9
     1 %======================================================================
     1 %======================================================================
     2 %                    D E F A U L T . M 
     2 %                    D E F A U L T . M 
     3 %                    doc: Sat Jun 26 06:10:09 2004
     3 %                    doc: Sat Jun 26 06:10:09 2004
     4 %                    dlm: Wed Jan 17 12:19:09 2018
     4 %                    dlm: Wed Sep  4 18:10:56 2019
     5 %                    (c) 2004 ladcp@
     5 %                    (c) 2004 ladcp@
     6 %                    uE-Info: 40 0 NIL 0 0 72 0 2 4 NIL ofnI
     6 %                    uE-Info: 26 48 NIL 0 0 72 0 2 4 NIL ofnI
     7 %======================================================================
     7 %======================================================================
     8 
     8 
     9 % CHANGES BY ANT:
     9 % CHANGES BY ANT:
    10 %	Jan  7, 2009: - tightened use of exist()
    10 %	Jan  7, 2009: - tightened use of exist()
    11 %	Jul 22, 2009: - typo in ps.smallfac
    11 %	Jul 22, 2009: - typo in ps.smallfac
    20 %	Nov 25, 2015: - changed version to IX_11
    20 %	Nov 25, 2015: - changed version to IX_11
    21 %	Feb 18, 2016: - changed version to IX_12 and published
    21 %	Feb 18, 2016: - changed version to IX_12 and published
    22 %				  - changed version to IX_13beta
    22 %				  - changed version to IX_13beta
    23 %	Mar 29, 2017: - added saveplot_pdf
    23 %	Mar 29, 2017: - added saveplot_pdf
    24 %	Jan 17, 2018: - changed ersion to IX_13 and published
    24 %	Jan 17, 2018: - changed ersion to IX_13 and published
       
    25 %	Sep  4, 2019: - changed p.btrk_mode from 3 to 2 (own only)
       
    26 %			      - updated to version IX_15beta
    25 
    27 
    26 % LADCP processing software
    28 % LADCP processing software
    27 % M. Visbeck. LDEO/2003
    29 % M. Visbeck. LDEO/2003
    28 % http://www.ldeo.columbia.edu/ladcp
    30 % http://www.ldeo.columbia.edu/ladcp
    29 %
    31 %
    35 % structure f.??? contains file names
    37 % structure f.??? contains file names
    36 % structure p.??? contains parameter relevant to reading and preparing
    38 % structure p.??? contains parameter relevant to reading and preparing
    37 %             the data
    39 %             the data
    38 % structure ps.??? contains parameter for the solution
    40 % structure ps.??? contains parameter for the solution
    39 % structure att.??? contains attributes
    41 % structure att.??? contains attributes
    40 p.software='LDEO LADCP software: Version IX_13';
    42 p.software='LDEO LADCP software: Version IX_14beta2';
    41 
    43 
    42 % file names
    44 % file names
    43 % f.ladcpdo  is the ONLY required input
    45 % f.ladcpdo  is the ONLY required input
    44 % f=setdefv(f,'ladcpdo',' ');
    46 % f=setdefv(f,'ladcpdo',' ');
    45 %
    47 %
   165 % 
   167 % 
   166 % mode = 1 :   use only RDI bottom track
   168 % mode = 1 :   use only RDI bottom track
   167 %        2 :   use only own bottom track
   169 %        2 :   use only own bottom track
   168 %        3 :   use RDI, if existent, own else (default)
   170 %        3 :   use RDI, if existent, own else (default)
   169 %        0 :   use not bottom track at all
   171 %        0 :   use not bottom track at all
   170 % p=setdefv(p,'btrk_mode',3);
   172 % p=setdefv(p,'btrk_mode',2);
   171 
   173 
   172 % p.btrk_ts is in dB to detect bottom above bin1 level (for own btm track)
   174 % p.btrk_ts is in dB to detect bottom above bin1 level (for own btm track)
   173 % p=setdefv(p,'btrk_ts',10);
   175 % p=setdefv(p,'btrk_ts',10);
   174 
   176 
   175 % p.btrk_below gives binoffset used below target strength maximum
   177 % p.btrk_below gives binoffset used below target strength maximum