Changeset eddf89f5


Ignore:
Timestamp:
04/09/2006 06:04:26 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
f4f7d18
Parents:
6753ff7
Message:

Added inline_doc fragments.

Location:
extras
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extras/do_ica_prep

    r6753ff7 reddf89f5  
    1010
    1111set -e
     12
     13: <<inline_doc
     14    desc:       prepare current iteration files for ICA report
     15    usage:      do_ica_prep $DEST_ICA/$ITERATION
     16    input vars: $1 directory where files from current iteration are stored
     17    externals:  --
     18    modifies:   --
     19    returns:    --
     20    on error:
     21    on success:
     22inline_doc
    1223
    1324local CMP_DIR=$1
  • extras/do_ica_work

    r6753ff7 reddf89f5  
    1010
    1111set -e
     12
     13: <<inline_doc
     14    desc:       creates the ICA report
     15    usage:      do_ica_work $PREV $ITERATION $ICALOGDIR $DEST_ICA
     16    input vars: $1 previous iteration
     17                $2 current iteration
     18                $3 ICA log dir
     19                $4 directory where ICA iterations are stored
     20    externals:  --
     21    modifies:   --
     22    returns:    --
     23    on error:
     24    on success:
     25inline_doc
    1226
    1327local RAWDIFF=/tmp/rawdiff.$$
Note: See TracChangeset for help on using the changeset viewer.