Changes between Version 33 and Version 34 of GeniTmixCalibTutorial


Ignore:
Timestamp:
06/19/14 19:11:46 (10 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixCalibTutorial

    v33 v34  
    100100== D Iterate ==
    101101[[Image(calibration.png, 550, nolink, right)]] '''Repeat steps 1 through 9 of section C''' for various input files (i.e. 1of02.cinit.tcvec), and plot the resulting bytes transferred.  You should reach a point where the linear growth stops.  You can use the following table to record your results.     
     102{{{
     103#!styledtable
     104
     105#!-- Define the table style
     106
     107@table (@default):
     108
     109#!-- Define the three columns to use
     110
     111@column task
     112@column details
     113@column status
     114
     115#!-- Tell the TablePlugin that this row should be styled with @header
     116
     117@row (@header)
     118
     119#!-- Define the first row, the table headers
     120
     121@task: Task
     122@details: Details
     123@status: Status
     124
     125#!-- The next row, noticed the @complete style applied to @status cell.
     126
     127@task: Task 1
     128@details: Details of Task 1.
     129@status (@complete): Complete
     130
     131#!-- Remaining rows below...
     132
     133@task: Task 2
     134@details: Details of Task 2.
     135@status (@complete): Complete
     136
     137@task: Task 3
     138@details: Details of Task 3.
     139@status (@not_complete): Not Complete
     140
     141@task: Task 4
     142@details: Details of Task 4.
     143@status: Waiting...
     144
     145@task: Task 5
     146@details: Details of Task 5.
     147@status: Waiting...
     148}}}
     149
    102150{{{
    103151#!div style="font-size: 180%"
     
    141189}}}
    142190where <sliceName> is once again replaced with your chosen unique slice name. 
    143