Ignore:
Timestamp:
Jun 5, 2007, 9:56:55 AM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3.1/config/dist/raw-data-types.xml

    r2959 r3449  
    3636      name="diameter"
    3737      title="Spot diameter"
    38       description="The diameter of the spot in pixels"
     38      description="The diameter of the spot in µm"
    3939      column="diameter"
    4040      type="float"
     
    9090    <property
    9191      name="ch1PercSd1"
    92       title="Percent pixels within 1 standard deviation"
    93       description="Percentage of pixels within 1 standard deviation in channel 1"
     92      title="% pixels &gt; 1 standard deviation above backgound"
     93      description="Percentage of pixels more than 1 standard deviation
     94        above the background intensity in channel 1"
    9495      column="ch1_perc_sd1"
    9596      type="int"
     
    9899    <property
    99100      name="ch1PercSd2"
    100       title="Percent pixels within 2 standard deviations"
    101       description="Percentage of pixels within 2 standard deviations in channel 1"
     101      title="% pixels &gt; 2 standard deviations above backgound"
     102      description="Percentage of pixels more than 2 standard deviations
     103        above the background intensity in channel 1"
    102104      column="ch1_perc_sd2"
    103105      type="int"
     
    163165    <property
    164166      name="ch2PercSd1"
    165       title="Percent pixels within 1 standard deviation"
    166       description="Percentage of pixels within 1 standard deviation in channel 2"
     167      title="% pixels &gt; 1 standard deviation above backgound"
     168      description="Percentage of pixels more than 1 standard deviation
     169        above the background intensity in channel 2"
    167170      column="ch2_perc_sd1"
    168171      type="int"
     
    171174    <property
    172175      name="ch2PercSd2"
    173       title="Percent pixels within 2 standard deviations"
    174       description="Percentage of pixels within 2 standard deviations in channel 2"
     176      title="% pixels &gt; 2 standard deviations above backgound"
     177      description="Percentage of pixels more than 2 standard deviations
     178        above the background intensity in channel 2"
    175179      column="ch2_perc_sd2"
    176180      type="int"
     
    189193      name="ratiosSd"
    190194      title="Standard deviation of ratios"
    191       description="Standard deviation of the intensity ratios for all pixels"
     195      description="The geometric standard deviation of the pixel intensity ratios."
    192196      column="ratios_sd"
    193197      type="float"
     
    195199    <property
    196200      name="rgnRatio"
    197       title="Rgn ratio"
    198       description="Rgn ratio"
     201      title="Regression ratio"
     202      description="The regression ratio of every pixel in a 2-feature-diameter circle around the center of the feature."
    199203      column="rgn_ratio"
    200204      type="float"
     
    203207      name="rgnR2"
    204208      title="Rgn R2"
    205       description="Rgn R2"
     209      description="The coefficient of determination for the current regression value."
    206210      column="rgn_r2"
    207211      type="float"
Note: See TracChangeset for help on using the changeset viewer.