Step 5

Solve the full problem

\[ \tilde{\textbf{x}} = \arg\min \|\textbf{x}\|_1\quad\mbox{s.t.}\quad\left[ \begin{array}{ccc} \textbf{PC} & \vline & \textbf{W} \end{array}\right]\textbf{x}=\textbf{y} \]

Objectives:
  • Create an Augmented system of equations
  • Change verbosity of the output
Additional inputs:
  • 'lowfweight.rsf'
Additional outputs:
  • 'residual.rsf'

Walkthrough

The augmented operator created here represents the operator in the above equation.

    AH = AugOperator( [[PC],
                      [W]] )

Verbosity Output Options

Also note that the options passed into the SwellSeparation builder have changed.
    debug=['stat'] , logfile='sep.log'
the debug=['stat'] tells SLIMpy to only print the current status to the screen. The logfile options save all of the printed and unprinted output to the file sep.log. since there is so much information sep.log is not an ascii file and it must be viewd with the slimpy record_viewer.py executable.
Example usage:
To view the output the same as the provious example do:
record_viewer.py -a cmd -a err sep.log

Generated on Sun Aug 10 09:11:08 2008 for SLIMpy by  doxygen 1.5.6