HISTORY
changeset 23 e83393696a24
parent 22 624b1ed6e9c9
equal deleted inserted replaced
22:624b1ed6e9c9 23:e83393696a24
     1 ======================================================================
     1 ======================================================================
     2                     H I S T O R Y 
     2                     H I S T O R Y 
     3                     doc: Tue Aug 16 11:41:46 2005
     3                     doc: Tue Aug 16 11:41:46 2005
     4                     dlm: Wed Sep  4 18:13:56 2019
     4                     dlm: Tue Jun 29 09:14:14 2021
     5                     (c) 2005 A.M. Thurnherr
     5                     (c) 2005 A.M. Thurnherr
     6                     uE-Info: 343 0 NIL 0 0 72 3 2 4 NIL ofnI
     6                     uE-Info: 370 10 NIL 0 0 72 3 2 4 NIL ofnI
     7 ======================================================================
     7 ======================================================================
     8 
     8 
     9 NB: CHANGE VERSION IN [default.m] BEFORE UPLOADING
     9 NB: CHANGE VERSION IN [default.m] BEFORE UPLOADING
    10 
    10 
    11 IX_0:
    11 IX_0:
   321 		- fixed bug in [geterr.m] for P6 cruise
   321 		- fixed bug in [geterr.m] for P6 cruise
   322 	Jan 17, 2018:
   322 	Jan 17, 2018:
   323 		- updated version to IX_13 in [default.m] [.hg/hgrc]
   323 		- updated version to IX_13 in [default.m] [.hg/hgrc]
   324 		- commit
   324 		- commit
   325 		- publish
   325 		- publish
   326 	...
   326 
       
   327 
       
   328 IX_14:
   327 	Sep 14, 2018:
   329 	Sep 14, 2018:
   328 		- updated version to IX_14beta in [default.m] [.hg/hgrc]
   330 		- updated version to IX_14beta in [default.m] [.hg/hgrc]
   329 		- fixed (without much checking) bug introduced in 2008 code move
   331 		- fixed (without much checking) bug introduced in 2008 code move
   330 		  from [loadctd.m] to [loadnav.m]
   332 		  from [loadctd.m] to [loadnav.m] (had to be undone in 2020)
   331 	...
   333 	Sep 15, 2018:
       
   334 		- [process_cast.m] disabled serial-number code
       
   335 
   332 	Feb  8, 2019:
   336 	Feb  8, 2019:
   333 		- added pauses to figure-saving loop, because on TheThinMint
   337 		- added pauses to figure-saving loop, because on TheThinMint
   334 		  occasionally the wrong figures were saved
   338 		  occasionally the wrong figures were saved
   335 	Feb 16, 2019:
   339 	Feb 16, 2019:
   336 		- moved post-processing to step 17 to ensure it is done before
   340 		- moved post-processing to step 17 to ensure it is done before
   337 		  results are saved		
   341 		  results are saved		
   338 	...
   342 	Aug 30, 2019:
       
   343 		- changed error message about p.getdepth in process_cast.m
       
   344 		- BUG: missing pressure values cause problem in output [getdpthi.m]
   339 	Sep  4, 2019:
   345 	Sep  4, 2019:
       
   346 		- MAY HAVE UPDATED VERSION TO 15beta AND LATER RETURNED TO 14beta2
   340 		- changed p.btrk_default from 3 to 2
   347 		- changed p.btrk_default from 3 to 2
   341 		- fixed [savearch.m] date bug
   348 		- fixed [savearch.m] date bug reported by EF
   342 		- swapped in Gerd's code [magdev.m] and made default in [loadnav.m]
   349 		- swapped in Gerd's code [magdev.m] and made default in [loadnav.m]
   343 		- modifications suggested by Gerd:
   350 		- modifications suggested by Gerd:
   344 			- [getinv.m] rounded default ps.dz
   351 			- [getinv.m] rounded default ps.dz
   345 			- [prepinv.m] BUG related to weights
   352 			- [prepinv.m] BUG related to weights
   346 			- [getbtrack.m] fixed minor typo
   353 			- [getbtrack.m] fixed minor typo
   347 			- [checkbtrk.m] fixed plotting error 
   354 			- [checkbtrk.m] fixed plotting error 
   348 		- adapted [process_cast.m] to new [calc_shear3.m] from GK
   355 		- adapted [process_cast.m] to new [calc_shear3.m] from GK
   349 		- [calc_shear3.m] required some adaptation
   356 		- [calc_shear3.m] required some adaptation
   350 		- updated version in [default.m] to 15beta, skipping 14, which
   357 
   351 		  was used for GO-SHIP work but never published
   358 	Jan 27, 2020:
       
   359 		- BUG: btmi was set to nan for JR195 stations 20 and 30;
       
   360                fixed by skipping sub-plots if btmi is not finite in [geterr.m]
       
   361 		- had to undo Sep 14, 2018 bug "fix" in [loadctd.m] [loadnav.m]
       
   362 		- [loadrdi.m] moved magdev call further back, where start time is known
       
   363 
       
   364 	Apr 29, 2021:
       
   365 		- disable use of bin-1 data for integration of w; this was necessitated
       
   366 		  by A22 030, which is a shallow profile where bin 1 of the on-deck DL
       
   367           data seems valid, messing up the zmax calculation
       
   368 
       
   369 	Jun 29, 2021:
       
   370 		- published IX_14