Skip to content

Commit

Permalink
imosTiltVelocitySetQC displays a warning, not an info message when in…
Browse files Browse the repository at this point in the history
…strument is not found in imosTiltVelositySetQC.txt
  • Loading branch information
ggalibert committed Jun 5, 2017
1 parent 71638ea commit 49cd6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutomaticQC/imosTiltVelocitySetQC.m
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

if isempty(firstTiltThreshold)
% couldn't find this instrument so quit the test
disp(['Info: imosTiltVelositySetQC could not be performed on ' sample_data.toolbox_input_file ...
disp(['Warning: imosTiltVelositySetQC could not be performed on ' sample_data.toolbox_input_file ...
' instrument = "' instrument '" => Fill imosTiltVelositySetQC.txt with relevant make/model information if you wish to run this test on this dataset.']);
return;
end
Expand Down

0 comments on commit 49cd6b0

Please sign in to comment.