Difference: DSA_for_DC_Matlab (1 vs. 19)

Revision 1927 Feb 2015 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download http://temimps.nysbc.org/Dropshape.zip, and unzip them in the same folder. In case of bugs, please report to ncoudray@nysbc.org.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069443" name="DSA_for_DC.m" path="DSA_for_DC.m" size="37978" user="Main.NicolasCoudray" version="3"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069431" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19900" user="Main.NicolasCoudray" version="2"
Added:
>
>
META FILEATTACHMENT attachment="Dropshape.zip" attr="" comment="" date="1425062373" name="Dropshape.zip" path="Dropshape.zip" size="28219" stream="Dropshape.zip" user="Main.NicolasCoudray" version="1"
 

Revision 1821 Jul 2011 - Main.BillRice

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".

Changed:
<
<
Download http://tempimps.nysbc.org/Dropshape.zip, and unzip them in the same folder. In case of bugs, please report to ncoudray@nysbc.org.
>
>
Download http://temimps.nysbc.org/Dropshape.zip, and unzip them in the same folder. In case of bugs, please report to ncoudray@nysbc.org.
 Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069443" name="DSA_for_DC.m" path="DSA_for_DC.m" size="37978" user="Main.NicolasCoudray" version="3"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069431" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19900" user="Main.NicolasCoudray" version="2"

Revision 1721 Jul 2011 - Main.BillRice

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".

Changed:
<
<
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder. In case of bugs, please report to ncoudray@nysbc.org.
>
>
Download http://tempimps.nysbc.org/Dropshape.zip, and unzip them in the same folder. In case of bugs, please report to ncoudray@nysbc.org.
 Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069443" name="DSA_for_DC.m" path="DSA_for_DC.m" size="37978" user="Main.NicolasCoudray" version="3"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069431" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19900" user="Main.NicolasCoudray" version="2"

Revision 1626 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".

Changed:
<
<
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder.
>
>
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder. In case of bugs, please report to ncoudray@nysbc.org.
 Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="DSA_for_DC.m" attr="" comment="" date="1296069443" name="DSA_for_DC.m" path="DSA_for_DC.m" size="37978" stream="DSA_for_DC.m" user="Main.NicolasCoudray" version="3"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069443" name="DSA_for_DC.m" path="DSA_for_DC.m" size="37978" user="Main.NicolasCoudray" version="3"
 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069431" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19900" user="Main.NicolasCoudray" version="2"

Revision 1526 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295991370" name="DSA_for_DC.m" path="DSA_for_DC.m" size="40060" user="Main.NicolasCoudray" version="2"
META FILEATTACHMENT attachment="DropShapeAnalysis.m" attr="" comment="" date="1296069431" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19900" stream="DropShapeAnalysis.m" user="Main.NicolasCoudray" version="2"
>
>
META FILEATTACHMENT attachment="DSA_for_DC.m" attr="" comment="" date="1296069443" name="DSA_for_DC.m" path="DSA_for_DC.m" size="37978" stream="DSA_for_DC.m" user="Main.NicolasCoudray" version="3"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1296069431" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19900" user="Main.NicolasCoudray" version="2"
 

Revision 1426 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="DSA_for_DC.m" attr="" comment="" date="1295991370" name="DSA_for_DC.m" path="DSA_for_DC.m" size="40060" stream="DSA_for_DC.m" user="Main.NicolasCoudray" version="2"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553427" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19325" user="Main.NicolasCoudray" version="1"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295991370" name="DSA_for_DC.m" path="DSA_for_DC.m" size="40060" user="Main.NicolasCoudray" version="2"
META FILEATTACHMENT attachment="DropShapeAnalysis.m" attr="" comment="" date="1296069431" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19900" stream="DropShapeAnalysis.m" user="Main.NicolasCoudray" version="2"
 

Revision 1325 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553412" name="DSA_for_DC.m" path="DSA_for_DC.m" size="38909" user="Main.NicolasCoudray" version="1"
>
>
META FILEATTACHMENT attachment="DSA_for_DC.m" attr="" comment="" date="1295991370" name="DSA_for_DC.m" path="DSA_for_DC.m" size="40060" stream="DSA_for_DC.m" user="Main.NicolasCoudray" version="2"
 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553427" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19325" user="Main.NicolasCoudray" version="1"

Revision 1220 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).
Added:
>
>
  DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.

DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553412" name="DSA_for_DC.m" path="DSA_for_DC.m" size="38909" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553427" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19325" user="Main.NicolasCoudray" version="1"

Revision 1120 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".

Changed:
<
<
Download , and save them in the same folder.
>
>
Download DSA_for_DC.fig, DSA_for_DC.m and DropShapeAnalysis.m, and save them in the same folder.
 Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco). DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.
Added:
>
>
  DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

Deleted:
<
<
* DSA_for_DC.fig: DSA_for_DC.fig
 
Deleted:
<
<
* DSA_for_DC.m: DSA_for_DC.m

* DropShapeAnalysis.m: DropShapeAnalysis?.m

 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553412" name="DSA_for_DC.m" path="DSA_for_DC.m" size="38909" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="DropShapeAnalysis.m" attr="" comment="" date="1295553427" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19325" stream="DropShapeAnalysis.m" user="Main.NicolasCoudray" version="1"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553427" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19325" user="Main.NicolasCoudray" version="1"
 

Revision 1020 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco). DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file. DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

* DSA_for_DC.fig: DSA_for_DC.fig

* DSA_for_DC.m: DSA_for_DC.m

Added:
>
>
* DropShapeAnalysis.m: DropShapeAnalysis?.m
 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="DSA_for_DC.m" attr="" comment="" date="1295553411" name="DSA_for_DC.m" path="DSA_for_DC.m" size="38909" stream="DSA_for_DC.m" user="Main.NicolasCoudray" version="1"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553412" name="DSA_for_DC.m" path="DSA_for_DC.m" size="38909" user="Main.NicolasCoudray" version="1"
Added:
>
>
META FILEATTACHMENT attachment="DropShapeAnalysis.m" attr="" comment="" date="1295553427" name="DropShapeAnalysis.m" path="DropShapeAnalysis.m" size="19325" stream="DropShapeAnalysis.m" user="Main.NicolasCoudray" version="1"
 

Revision 920 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco). DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file. DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

* DSA_for_DC.fig: DSA_for_DC.fig

Added:
>
>
* DSA_for_DC.m: DSA_for_DC.m
 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="DSA_for_DC.fig" attr="" comment="" date="1295553393" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" stream="DSA_for_DC.fig" user="Main.NicolasCoudray" version="1"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553394" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" user="Main.NicolasCoudray" version="1"
Added:
>
>
META FILEATTACHMENT attachment="DSA_for_DC.m" attr="" comment="" date="1295553411" name="DSA_for_DC.m" path="DSA_for_DC.m" size="38909" stream="DSA_for_DC.m" user="Main.NicolasCoudray" version="1"
 

Revision 820 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
Principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco). DSA_for_DC_GUI_1.JPG

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file. DSA_for_DC_GUI_2.JPG

-- NicolasCoudray - 20 Jan 2011

Added:
>
>
* DSA_for_DC.fig: DSA_for_DC.fig
 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
Added:
>
>
META FILEATTACHMENT attachment="DSA_for_DC.fig" attr="" comment="" date="1295553393" name="DSA_for_DC.fig" path="DSA_for_DC.fig" size="13326" stream="DSA_for_DC.fig" user="Main.NicolasCoudray" version="1"
 

Revision 720 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.

Changed:
<
<
principles and practice for measuring detergent concentrations from drop shape are described here
>
>
Principles and practice for measuring detergent concentrations from drop shape are described here
 

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).
Added:
>
>
DSA_for_DC_GUI_1.JPG
 

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

Changed:
<
<
  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. They do not affect the files saved during the processing.
>
>
  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. When points are removed, they appear as gray squares and are not included in the fitting and in the measurement of the estimated CMC. They can only be used for display and they do not affect the files saved during the processing. Curves can be more customized by using directly the data saved in the excel file.
Added:
>
>
DSA_for_DC_GUI_2.JPG
 

Deleted:
<
<
  • Set ALLOWTOPICVIEW =
 -- NicolasCoudray - 20 Jan 2011
Deleted:
<
<
* DSA_for_DC_GUI_1.bmp: DSA_for_DC_GUI_1.bmp
 
Deleted:
<
<
* JPG:
DSA_for_DC_GUI_1.JPG

* JPG:
DSA_for_DC_GUI_2.JPG

 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="DSA_for_DC_GUI_2.JPG" attr="" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" stream="DSA_for_DC_GUI_2.JPG" user="Main.NicolasCoudray" version="1"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" user="Main.NicolasCoudray" version="1"
 

Revision 620 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. They do not affect the files saved during the processing.

  • Set ALLOWTOPICVIEW =

-- NicolasCoudray - 20 Jan 2011 * DSA_for_DC_GUI_1.bmp: DSA_for_DC_GUI_1.bmp

* JPG:
DSA_for_DC_GUI_1.JPG

Added:
>
>
* JPG:
DSA_for_DC_GUI_2.JPG
 
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
Added:
>
>
META FILEATTACHMENT attachment="DSA_for_DC_GUI_2.JPG" attr="" comment="" date="1295553117" name="DSA_for_DC_GUI_2.JPG" path="DSA_for_DC_GUI_2.JPG" size="63958" stream="DSA_for_DC_GUI_2.JPG" user="Main.NicolasCoudray" version="1"
 

Revision 520 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. They do not affect the files saved during the processing.

  • Set ALLOWTOPICVIEW =

-- NicolasCoudray - 20 Jan 2011 * DSA_for_DC_GUI_1.bmp: DSA_for_DC_GUI_1.bmp

* JPG:
DSA_for_DC_GUI_1.JPG

Changed:
<
<
META FILEATTACHMENT attachment="DSA_for_DC_GUI_1.bmp" attr="" comment="" date="1295552902" name="DSA_for_DC_GUI_1.bmp" path="DSA_for_DC_GUI_1.bmp" size="1519902" stream="DSA_for_DC_GUI_1.bmp" user="Main.NicolasCoudray" version="1"
>
>
META FILEATTACHMENT attr="" autoattached="1" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" user="Main.NicolasCoudray" version="1"
Deleted:
<
<
META FILEATTACHMENT attachment="DSA_for_DC_GUI_1.JPG" attr="" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" stream="DSA_for_DC_GUI_1.JPG" user="Main.NicolasCoudray" version="1"
 

Revision 420 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. They do not affect the files saved during the processing.

  • Set ALLOWTOPICVIEW =

-- NicolasCoudray - 20 Jan 2011 * DSA_for_DC_GUI_1.bmp: DSA_for_DC_GUI_1.bmp

Added:
>
>
* JPG:
DSA_for_DC_GUI_1.JPG
 
META FILEATTACHMENT attachment="DSA_for_DC_GUI_1.bmp" attr="" comment="" date="1295552902" name="DSA_for_DC_GUI_1.bmp" path="DSA_for_DC_GUI_1.bmp" size="1519902" stream="DSA_for_DC_GUI_1.bmp" user="Main.NicolasCoudray" version="1"
Added:
>
>
META FILEATTACHMENT attachment="DSA_for_DC_GUI_1.JPG" attr="" comment="" date="1295552954" name="DSA_for_DC_GUI_1.JPG" path="DSA_for_DC_GUI_1.JPG" size="64757" stream="DSA_for_DC_GUI_1.JPG" user="Main.NicolasCoudray" version="1"
 

Revision 320 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • Files saved:
    • in the folder where the program is located:
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.

nota:

  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. They do not affect the files saved during the processing.

  • Set ALLOWTOPICVIEW =

-- NicolasCoudray - 20 Jan 2011

Added:
>
>
* DSA_for_DC_GUI_1.bmp: DSA_for_DC_GUI_1.bmp

META FILEATTACHMENT attachment="DSA_for_DC_GUI_1.bmp" attr="" comment="" date="1295552902" name="DSA_for_DC_GUI_1.bmp" path="DSA_for_DC_GUI_1.bmp" size="1519902" stream="DSA_for_DC_GUI_1.bmp" user="Main.NicolasCoudray" version="1"
 

Revision 220 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
Changed:
<
<
  • File saved:
    • "CAngle_Data_ date _ ExperimentName .mat"
>
>
  • Files saved:
    • in the folder where the program is located:
Added:
>
>
      • "CAngle_Data_ date _ ExperimentName .mat" is the calibration file in the matlab format saved.
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • graphs displaying statistical results of the measurements
      • a "Statistics.xls" excel file with all the measures done for every images, the average and standard deviation for each concentration).
  • Nota: the CMC suggested in the title is calculated as follow (at least 5 points are needed):
    • the points are arbitrarily fitted with a sigmoid 'A + B (1 - (exp(x + D.log(2^(1/E)) -1) -C) /D ))^(-E))', and then, the "breakpoint" is identified using by finding the "breakpoint" of the curve, as in the Rosin's method (Rosin 2001,Patt. Reco).
 
Added:
>
>
 To obtain a standard curve calibration:
  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
Changed:
<
<
  • In the GUI, press "Load calibration" to load the corresponding calibration file (similar detergent, similar support).
>
>
  • In the GUI, press "Load calibration" to load the corresponding calibration file (named "CAngle_Data_ date _ ExperimentName .mat"). It should have been done with a similar detergent, on a similar support...
Added:
>
>
  • In the GUI, press "Assess [Detergent]"
  • Wait. Process can take around 15 sec per image.
  • Files saved:
    • in the folder where the images are located:
      • output image "_initial name_ -res.png" with the amount of points used for the fitting, the mean contact angle measured with the tangent to a conic section method, and the width/height ratio. The image also shows the identified background (blue points) and the corresponding fitting (red line), the identified drop contour (yellow) and the corresponding fitting (green), the center of the ellipse (yellow circle), the axis (dotted yellow lines) and the tangents (pink).
      • initial image in a similar format: "_initial name_ -init.png"
      • a "Statistics.xls" excel file with all the measures done for every images, and the average and standard deviation.
  • The detergent concentration estimated is displayed in the title of the curves, and is shown on each curve by black a dotted line.
 
Changed:
<
<
    • a list of relevant files should appear in the main window
    • xtracedrop0.jpg
  • if desired, enter the detergent concentrations next to each filename
>
>
nota:
  • The "< Remove point<", "> Add point>" buttons and "Log" checkbox can be used to modify the display of the curves in the GUI. They do not affect the files saved during the processing.
Deleted:
<
<
    • this is useful if you are analyzing a standard curve of known detergent concentrations
    • this information will allow xtracedrop to produce a plot of your results
  • change the name of the output file if desired
  • adjust the center coordinates of the drops if necessary
    • this value needs only be approximately correct
    • a single center is assumed to apply to all drops
  • Hit the "Run" button
  • Output will appear in the stdout window only after analysis of all the drops is complete
    • xtracedrop4.jpg
 

  • Set ALLOWTOPICVIEW =

-- NicolasCoudray - 20 Jan 2011

Revision 120 Jan 2011 - Main.NicolasCoudray

 
META TOPICPARENT name="DetConcent_DropShape"

DSA_for_DC: Matlab program (Drop Shape Measurement for Detergent Concentration quantification)

Contents

Program Installation

DSA_for_DC is a matlab program developed with Matlab 2009b, under Linux. It relies on the Matlab "Image Processing Toolbox".
Download , and save them in the same folder.
principles and practice for measuring detergent concentrations from drop shape are described here

Running the program

  • place drop images to be analyzed into a common directory
  • (Optional) if the detergent concentrations corresponding to the drop on the image is known, rename the image appropriately (add the concentration in mg/ml in front of the name, putting the values after the coma between two underscores). Examples:
    • if image is named DS150.jpg and concentration is 5.8 mg/ml, rename 5_8_DS150.jpg
    • if image is named DS151.jpg and concentration is 1 mg/ml, rename 1_0_DS151.jpg
    • if image is named DS152.jpg and concentration is 3.2 μg/ml, rename 0_0032_DS152.jpg
  • open matlab
  • check the "current folder" is the one where the DSA_for_DC files are. If not, change the directory.
  • run the program: type DSA_for_DC in the "command window". The GUI should appear.
  • File saved:
    • "CAngle_Data_ date _ ExperimentName .mat"

To obtain a standard curve calibration:

  • Press "Do New calib. file"
  • Select your folder where all the images are saved and press OK.
  • Follow the instructions:
    • choose an name for your experiment
    • If images have not been named properly (see above), the expected concentrations corresponding to the different images will be asked.
  • Wait. Process can take around 15 sec per image.

To identify the detergent concentration of a sample:

  • To assess the concentration, it is advised to take several images of several drops from the studied sample. Save the image(s) in a similar folder
  • In the GUI, press "Load calibration" to load the corresponding calibration file (similar detergent, similar support).

    • a list of relevant files should appear in the main window
    • xtracedrop0.jpg
  • if desired, enter the detergent concentrations next to each filename
    • this is useful if you are analyzing a standard curve of known detergent concentrations
    • this information will allow xtracedrop to produce a plot of your results
  • change the name of the output file if desired
  • adjust the center coordinates of the drops if necessary
    • this value needs only be approximately correct
    • a single center is assumed to apply to all drops
  • Hit the "Run" button
  • Output will appear in the stdout window only after analysis of all the drops is complete
    • xtracedrop4.jpg

  • Set ALLOWTOPICVIEW =

-- NicolasCoudray - 20 Jan 2011

 
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this intranet, Send feedback