Changeset 3449 for branches/2.3.1/config/dist/raw-data-types.xml
- Timestamp:
- Jun 5, 2007, 9:56:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3.1/config/dist/raw-data-types.xml
r2959 r3449 36 36 name="diameter" 37 37 title="Spot diameter" 38 description="The diameter of the spot in pixels"38 description="The diameter of the spot in µm" 39 39 column="diameter" 40 40 type="float" … … 90 90 <property 91 91 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 > 1 standard deviation above backgound" 93 description="Percentage of pixels more than 1 standard deviation 94 above the background intensity in channel 1" 94 95 column="ch1_perc_sd1" 95 96 type="int" … … 98 99 <property 99 100 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 > 2 standard deviations above backgound" 102 description="Percentage of pixels more than 2 standard deviations 103 above the background intensity in channel 1" 102 104 column="ch1_perc_sd2" 103 105 type="int" … … 163 165 <property 164 166 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 > 1 standard deviation above backgound" 168 description="Percentage of pixels more than 1 standard deviation 169 above the background intensity in channel 2" 167 170 column="ch2_perc_sd1" 168 171 type="int" … … 171 174 <property 172 175 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 > 2 standard deviations above backgound" 177 description="Percentage of pixels more than 2 standard deviations 178 above the background intensity in channel 2" 175 179 column="ch2_perc_sd2" 176 180 type="int" … … 189 193 name="ratiosSd" 190 194 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." 192 196 column="ratios_sd" 193 197 type="float" … … 195 199 <property 196 200 name="rgnRatio" 197 title="R gn 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." 199 203 column="rgn_ratio" 200 204 type="float" … … 203 207 name="rgnR2" 204 208 title="Rgn R2" 205 description=" Rgn R2"209 description="The coefficient of determination for the current regression value." 206 210 column="rgn_r2" 207 211 type="float"
Note: See TracChangeset
for help on using the changeset viewer.