This is a static copy of a profile reportHome
alphaWrapper>printDisclaimer1 (1 call, 0.000 sec)
Generated 05-Aug-2011 13:03:51 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/support/alphaWrapper.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
149 | return; | 1 | 0 s | 0% |  |
147 | disp('====================ATTE... | 1 | 0 s | 0% |  |
146 | disp('i.e. 10 Column format');... | 1 | 0 s | 0% |  |
145 | disp('[TSKY_1 TLOAD_1 U1 Q1 U2... | 1 | 0 s | 0% |  |
144 | disp('columns in antenna0.rece... | 1 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 12 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 9 |
Code lines that did run | 9 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
138 function printDisclaimer1()
139
1 140 disp('====================ATTENTION=====================');
1 141 disp('You have now alpha calibrated your data');
1 142 disp('Your antenna0.receiver.data structure has changed');
1 143 disp('If the calibration thus far has worked, your');
1 144 disp('columns in antenna0.receiver.data now correspond to:');
1 145 disp('[TSKY_1 TLOAD_1 U1 Q1 U2 Q2 <U> <Q> TSKY_2 TLOAD_2]');
1 146 disp('i.e. 10 Column format');
1 147 disp('====================ATTENTION=====================');
148
1 149 return;
Other subfunctions in this file are not included in this listing.