This folder contains the data involved in the figures from the measurements of each sample (sphere, hair, carbon, ZnO2) in a separated file. 
Each file follows the JSON structure, easily imported to Python to a dictonary stucture. Each file has the following structure: 

data = {
    'angleMax': {
        'mean'  : mean value of the maximum modulated extinction due to mutual scattering. This average is taken after 3 measurements. The units are normalized flux. 
        'std'   : Standard deviation of the maximum extinction due to mutual scattering. This average is taken after 3 measurements. The units are normalized flux. 
        },
    'angleMin': {
        'mean'  : mean value of the minimum modulated extinction due to mutual scattering. This average is taken after 3 measurements. The units are normalized flux. 
        'std'   : Standard deviation of the minimum extinction due to mutual scattering. This average is taken after 3 measurements. The units are normalized flux. 
        },
    'phase': {
        'mean'  : mean value of the phase difference between waves that maximizes extinction. The units are phase divided by 2pi.
        'error' : error range of the phase difference between waves that maximizes extinction. The procedure to extract the error is detailed in the appendix. The units are phase divided by 2pi.
        },
    'angle'     : angle array for plotting. The units are angle degrees.
    }