diff --git a/README.md b/README.md index 0163d44..96ed0aa 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ a CIL station and will fall back to a single input argument version (time), leaving the user responsible for chosing the correct tide location. -Please let us know if problems arise so that we can keep the code -bulletproof. +Please let us know if problems arise +[HERE](https://github.com/Coastal-Imaging-Research-Network/cBathy-Toolbox/issues) diff --git a/democBathy.m b/democBathy.m index a3b0011..fa32729 100644 --- a/democBathy.m +++ b/democBathy.m @@ -8,6 +8,7 @@ stationStr = 'argus02a'; stackName = 'testStack102210Duck'; bathy = analyzeSingleBathyRunNotCIL(stackName, stationStr); +bathy.params.debug.production=1; plotBathyCollect(bathy) % Now compare this result with a supplied example CRAB survey from three @@ -32,7 +33,10 @@ % Finally, try turning on the debug feature and test it using guidance from % the user manual. This is done by setting params.debug.production to 0. % You may want to change some of the debug options. You then simply repeat -% the analyzeSingleBathyNotCIL commands.% Copyright (C) 2017 Coastal Imaging Research Network + +% the analyzeSingleBathyNotCIL commands. + +% Copyright (C) 2017 Coastal Imaging Research Network % and Oregon State University % This program is free software: you can redistribute it and/or @@ -55,3 +59,4 @@ %key cBathy % + diff --git a/plotBathyKalmanStep.m b/plotBathyKalmanStep.m index 6017a44..2132cfc 100644 --- a/plotBathyKalmanStep.m +++ b/plotBathyKalmanStep.m @@ -65,6 +65,7 @@ function plotBathyKalmanStep(bathy, priorBathy) title('K') h=colorbar('peer', gca); foo = get( h, 'yticklabel' ); +foo = strrep(foo,'-',''); set( h, 'yticklabel', foo ); %