<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0100_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-03/func/sub-0100_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b53d70203d83cde53c7fcabbe8f8f499</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:17:54.010000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996395, 0.0474863, 0.0702958, -0.0381035, 0.990877, -0.129268]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116554</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7756, -7226, 57, -157, -98, 76, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f0447b4-dbce-4c3b-8b37-945d89d20c38||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673255681991577, -0.10222883522510529, 0.20464107394218445, 110.77879333496094], [-0.12740226089954376, 2.658451557159424, -0.3405326008796692, -80.36979675292969], [0.18859855830669403, 0.34681570529937744, 2.6706104278564453, -104.8731918334961], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['101754.010000', '101754.470000', '101754.930000', '101755.390000', '101755.850000', '101756.310000', '101756.770000', '101757.230000', '101757.690000', '101758.150000', '101758.610000', '101759.070000', '101759.530000', '101759.990000', '101800.450000', '101800.910000', '101801.370000', '101801.830000', '101802.290000', '101802.750000', '101803.210000', '101803.670000', '101804.130000', '101804.590000', '101805.050000', '101805.510000', '101805.970000', '101806.430000', '101806.890000', '101807.350000', '101807.810000', '101808.270000', '101808.730000', '101809.190000', '101809.650000', '101810.110000', '101810.570000', '101811.030000', '101811.490000', '101811.950000', '101812.410000', '101812.870000', '101813.330000', '101813.790000', '101814.250000', '101814.710000', '101815.170000', '101815.630000', '101816.090000', '101816.550000', '101817.010000', '101817.470000', '101817.930000', '101818.390000', '101818.850000', '101819.310000', '101819.770000', '101820.230000', '101820.690000', '101821.150000', '101821.610000', '101822.070000', '101822.530000', '101822.990000', '101823.450000', '101823.910000', '101824.370000', '101824.830000', '101825.290000', '101825.750000', '101826.210000', '101826.670000', '101827.130000', '101827.590000', '101828.050000', '101828.510000', '101828.970000', '101829.430000', '101829.890000', '101830.350000', '101830.810000', '101831.270000', '101831.730000', '101832.190000', '101832.650000', '101833.110000', '101833.570000', '101834.030000', '101834.490000', '101834.950000', '101835.410000', '101835.870000', '101836.330000', '101836.790000', '101837.250000', '101837.710000', '101838.170000', '101838.630000', '101839.090000', '101839.550000', '101840.010000', '101840.470000', '101840.930000', '101841.390000', '101841.850000', '101842.310000', '101842.770000', '101843.230000', '101843.690000', '101844.150000', '101844.610000', '101845.070000', '101845.530000', '101845.990000', '101846.450000', '101846.910000', '101847.370000', '101847.830000', '101848.290000', '101848.750000', '101849.210000', '101849.670000', '101850.130000', '101850.590000', '101851.050000', '101851.510000', '101851.970000', '101852.430000', '101852.890000', '101853.350000', '101853.810000', '101854.270000', '101854.730000', '101855.190000', '101855.650000', '101856.110000', '101856.570000', '101857.030000', '101857.490000', '101857.950000', '101858.410000', '101858.870000', '101859.330000', '101859.790000', '101900.250000', '101900.710000', '101901.170000', '101901.630000', '101902.090000', '101902.550000', '101903.010000', '101903.470000', '101903.930000', '101904.390000', '101904.850000', '101905.310000', '101905.770000', '101906.230000', '101906.690000', '101907.150000', '101907.610000', '101908.070000', '101908.530000', '101908.990000', '101909.450000', '101909.910000', '101910.370000', '101910.830000', '101911.290000', '101911.750000', '101912.210000', '101912.670000', '101913.130000', '101913.590000', '101914.050000', '101914.510000', '101914.970000', '101915.430000', '101915.890000', '101916.350000', '101916.810000', '101917.270000', '101917.730000', '101918.190000', '101918.650000', '101919.110000', '101919.570000', '101920.030000', '101920.490000', '101920.950000', '101921.410000', '101921.870000', '101922.330000', '101922.790000', '101923.250000', '101923.710000', '101924.170000', '101924.630000', '101925.090000', '101925.550000', '101926.010000', '101926.470000', '101926.930000', '101927.390000', '101927.850000', '101928.310000', '101928.770000', '101929.230000', '101929.690000', '101930.150000', '101930.610000', '101931.070000', '101931.530000', '101931.990000', '101932.450000', '101932.910000', '101933.370000', '101933.830000', '101934.290000', '101934.750000', '101935.210000', '101935.670000', '101936.130000', '101936.590000', '101937.050000', '101937.510000', '101937.970000', '101938.430000', '101938.890000', '101939.350000', '101939.810000', '101940.270000', '101940.730000', '101941.190000', '101941.650000', '101942.110000', '101942.570000', '101943.030000', '101943.490000', '101943.950000', '101944.410000', '101944.870000', '101945.330000', '101945.790000', '101946.250000', '101946.710000', '101947.170000', '101947.630000', '101948.090000', '101948.550000', '101949.010000', '101949.470000', '101949.930000', '101950.390000', '101950.850000', '101951.310000', '101951.770000', '101952.230000', '101952.690000', '101953.150000', '101953.610000', '101954.070000', '101954.530000', '101954.990000', '101955.450000', '101955.910000', '101956.370000', '101956.830000', '101957.290000', '101957.750000', '101958.210000', '101958.670000', '101959.130000', '101959.590000', '102000.050000', '102000.510000', '102000.970000', '102001.430000', '102001.890000', '102002.350000', '102002.810000', '102003.270000', '102003.730000', '102004.190000', '102004.650000', '102005.110000', '102005.570000', '102006.030000', '102006.490000', '102006.950000', '102007.410000', '102007.870000', '102008.330000', '102008.790000', '102009.250000', '102009.710000', '102010.170000', '102010.630000', '102011.090000', '102011.550000', '102012.010000', '102012.470000', '102012.930000', '102013.390000', '102013.850000', '102014.310000', '102014.770000', '102015.230000', '102015.690000', '102016.150000', '102016.610000', '102017.070000', '102017.530000', '102017.990000', '102018.450000', '102018.910000', '102019.370000', '102019.830000', '102020.290000', '102020.750000', '102021.210000', '102021.670000', '102022.130000', '102022.590000', '102023.050000', '102023.510000', '102023.970000', '102024.430000', '102024.890000', '102025.350000', '102025.810000', '102026.270000', '102026.730000', '102027.190000', '102027.650000', '102028.110000', '102028.570000', '102029.030000', '102029.490000', '102029.950000', '102030.410000', '102030.870000', '102031.330000', '102031.790000', '102032.250000', '102032.710000', '102033.170000', '102033.630000', '102034.090000', '102034.550000', '102035.010000', '102035.470000', '102035.930000', '102036.390000', '102036.850000', '102037.310000', '102037.770000', '102038.230000', '102038.690000', '102039.150000', '102039.610000', '102040.070000', '102040.530000', '102040.990000', '102041.450000', '102041.910000', '102042.370000', '102042.830000', '102043.290000', '102043.750000', '102044.210000', '102044.670000', '102045.130000', '102045.590000', '102046.050000', '102046.510000', '102046.970000', '102047.430000', '102047.890000', '102048.350000', '102048.810000', '102049.270000', '102049.730000', '102050.190000', '102050.650000', '102051.110000', '102051.570000', '102052.030000', '102052.490000', '102052.950000', '102053.410000', '102053.870000', '102054.330000', '102054.790000', '102055.250000', '102055.710000', '102056.170000', '102056.630000', '102057.090000', '102057.550000', '102058.010000', '102058.470000', '102058.930000', '102059.390000', '102059.850000', '102100.310000', '102100.770000', '102101.230000', '102101.690000', '102102.150000', '102102.610000', '102103.070000', '102103.530000', '102103.990000', '102104.450000', '102104.910000', '102105.370000', '102105.830000', '102106.290000', '102106.750000', '102107.210000', '102107.670000', '102108.130000', '102108.590000', '102109.050000', '102109.510000', '102109.970000', '102110.430000', '102110.890000', '102111.350000', '102111.810000', '102112.270000', '102112.730000', '102113.190000', '102113.650000', '102114.110000', '102114.570000', '102115.030000', '102115.490000', '102115.950000', '102116.410000', '102116.870000', '102117.330000', '102117.790000', '102118.250000', '102118.710000', '102119.170000', '102119.630000', '102120.090000', '102120.550000', '102121.010000', '102121.470000', '102121.930000', '102122.390000', '102122.850000', '102123.310000', '102123.770000', '102124.230000', '102124.690000', '102125.150000', '102125.610000', '102126.070000', '102126.530000', '102126.990000', '102127.450000', '102127.910000', '102128.370000', '102128.830000', '102129.290000', '102129.750000', '102130.210000', '102130.670000', '102131.130000', '102131.590000', '102132.050000', '102132.510000', '102132.970000', '102133.430000', '102133.890000', '102134.350000', '102134.810000', '102135.270000', '102135.730000', '102136.190000', '102136.650000', '102137.110000', '102137.570000', '102138.030000', '102138.490000', '102138.950000', '102139.410000', '102139.870000', '102140.330000', '102140.790000', '102141.250000', '102141.710000', '102142.170000', '102142.630000', '102143.090000', '102143.550000', '102144.010000', '102144.470000', '102144.930000', '102145.390000', '102145.850000', '102146.310000', '102146.770000', '102147.230000', '102147.690000', '102148.150000', '102148.610000', '102149.070000', '102149.530000', '102149.990000', '102150.450000', '102150.910000', '102151.370000', '102151.830000', '102152.290000', '102152.750000', '102153.210000', '102153.670000', '102154.130000', '102154.590000', '102155.050000', '102155.510000', '102155.970000', '102156.430000', '102156.890000', '102157.350000', '102157.810000', '102158.270000', '102158.730000', '102159.190000', '102159.650000', '102200.110000', '102200.570000', '102201.030000', '102201.490000', '102201.950000', '102202.410000', '102202.870000', '102203.330000', '102203.790000', '102204.250000', '102204.710000', '102205.170000', '102205.630000', '102206.090000', '102206.550000', '102207.010000', '102207.470000', '102207.930000', '102208.390000', '102208.850000', '102209.310000', '102209.770000', '102210.230000', '102210.690000', '102211.150000', '102211.610000', '102212.070000', '102212.530000', '102212.990000', '102213.450000', '102213.910000', '102214.370000', '102214.830000', '102215.290000', '102215.750000', '102216.210000', '102216.670000', '102217.130000', '102217.590000', '102218.050000', '102218.510000', '102218.970000', '102219.430000', '102219.890000', '102220.350000', '102220.810000', '102221.270000', '102221.730000', '102222.190000', '102222.650000', '102223.110000', '102223.570000', '102224.030000', '102224.490000', '102224.950000', '102225.410000', '102225.870000', '102226.330000', '102226.790000', '102227.250000', '102227.710000', '102228.170000', '102228.630000', '102229.090000', '102229.550000', '102230.010000', '102230.470000', '102230.930000', '102231.390000', '102231.850000', '102232.310000', '102232.770000', '102233.230000', '102233.690000', '102234.150000', '102234.610000', '102235.070000', '102235.530000', '102235.990000', '102236.450000', '102236.910000', '102237.370000', '102237.830000', '102238.290000', '102238.750000', '102239.210000', '102239.670000', '102240.130000', '102240.590000', '102241.050000', '102241.510000', '102241.970000', '102242.430000', '102242.890000', '102243.350000', '102243.810000', '102244.270000', '102244.730000', '102245.190000', '102245.650000', '102246.110000', '102246.570000', '102247.030000', '102247.490000', '102247.950000', '102248.410000', '102248.870000', '102249.330000', '102249.790000', '102250.250000', '102250.710000', '102251.170000', '102251.630000', '102252.090000', '102252.550000', '102253.010000', '102253.470000', '102253.930000', '102254.390000', '102254.850000', '102255.310000', '102255.770000', '102256.230000', '102256.690000', '102257.150000', '102257.610000', '102258.070000', '102258.530000', '102258.990000', '102259.450000', '102259.910000', '102300.370000', '102300.830000', '102301.290000', '102301.750000', '102302.210000', '102302.670000', '102303.130000', '102303.590000', '102304.050000', '102304.510000', '102304.970000', '102305.430000', '102305.890000', '102306.350000', '102306.810000', '102307.270000', '102307.730000', '102308.190000', '102308.650000', '102309.110000', '102309.570000', '102310.030000', '102310.490000', '102310.950000', '102311.410000', '102311.870000', '102312.330000', '102312.790000', '102313.250000', '102313.710000', '102314.170000', '102314.630000', '102315.090000', '102315.550000', '102316.010000', '102316.470000', '102316.930000', '102317.390000', '102317.850000', '102318.310000', '102318.770000', '102319.230000', '102319.690000', '102320.150000', '102320.610000', '102321.070000', '102321.530000', '102321.990000', '102322.450000', '102322.910000', '102323.370000', '102323.830000', '102324.290000', '102324.750000', '102325.210000', '102325.670000', '102326.130000', '102326.590000', '102327.050000', '102327.510000', '102327.970000', '102328.430000', '102328.890000', '102329.350000', '102329.810000', '102330.270000', '102330.730000', '102331.190000', '102331.650000', '102332.110000', '102332.570000', '102333.030000', '102333.490000', '102333.950000', '102334.410000', '102334.870000', '102335.330000', '102335.790000', '102336.250000', '102336.710000', '102337.170000', '102337.630000', '102338.090000', '102338.550000', '102339.010000', '102339.470000', '102339.930000', '102340.390000', '102340.850000', '102341.310000', '102341.770000', '102342.230000', '102342.690000', '102343.150000', '102343.610000', '102344.070000', '102344.530000', '102344.990000', '102345.450000', '102345.910000', '102346.370000', '102346.830000', '102347.290000', '102347.750000', '102348.210000', '102348.670000', '102349.130000', '102349.590000', '102350.050000', '102350.510000', '102350.970000', '102351.430000', '102351.890000', '102352.350000', '102352.810000', '102353.270000', '102353.730000', '102354.190000', '102354.650000', '102355.110000', '102355.570000', '102356.030000', '102356.490000', '102356.950000', '102357.410000', '102357.870000', '102358.330000', '102358.790000', '102359.250000', '102359.710000', '102400.170000', '102400.630000', '102401.090000', '102401.550000', '102402.010000', '102402.470000', '102402.930000', '102403.390000', '102403.850000', '102404.310000', '102404.770000', '102405.230000', '102405.690000', '102406.150000', '102406.610000', '102407.070000', '102407.530000', '102407.990000', '102408.450000', '102408.910000', '102409.370000', '102409.830000', '102410.290000', '102410.750000', '102411.210000', '102411.670000', '102412.130000', '102412.590000', '102413.050000', '102413.510000', '102413.970000', '102414.430000', '102414.890000', '102415.350000', '102415.810000', '102416.270000', '102416.730000', '102417.190000', '102417.650000', '102418.110000', '102418.570000', '102419.030000', '102419.490000', '102419.950000', '102420.410000', '102420.870000', '102421.330000', '102421.790000', '102422.250000', '102422.710000', '102423.170000', '102423.630000', '102424.090000', '102424.550000', '102425.010000', '102425.470000', '102425.930000', '102426.390000', '102426.850000', '102427.310000', '102427.770000', '102428.230000', '102428.690000', '102429.150000', '102429.610000', '102430.070000', '102430.530000', '102430.990000', '102431.450000', '102431.910000', '102432.370000', '102432.830000', '102433.290000', '102433.750000', '102434.210000', '102434.670000', '102435.130000', '102435.590000', '102436.050000', '102436.510000', '102436.970000', '102437.430000', '102437.890000', '102438.350000', '102438.810000', '102439.270000', '102439.730000', '102440.190000', '102440.650000', '102441.110000', '102441.570000', '102442.030000', '102442.490000', '102442.950000', '102443.410000', '102443.870000', '102444.330000', '102444.790000', '102445.250000', '102445.710000', '102446.170000', '102446.630000', '102447.090000', '102447.550000', '102448.010000', '102448.470000', '102448.930000', '102449.390000', '102449.850000', '102450.310000', '102450.770000', '102451.230000', '102451.690000', '102452.150000', '102452.610000', '102453.070000', '102453.530000', '102453.990000', '102454.450000', '102454.910000', '102455.370000', '102455.830000', '102456.290000', '102456.750000', '102457.210000', '102457.670000', '102458.130000', '102458.590000', '102459.050000', '102459.510000', '102459.970000', '102500.430000', '102500.890000', '102501.350000', '102501.810000', '102502.270000', '102502.730000', '102503.190000', '102503.650000', '102504.110000', '102504.570000', '102505.030000', '102505.490000', '102505.950000', '102506.410000', '102506.870000', '102507.330000', '102507.790000', '102508.250000', '102508.710000', '102509.170000', '102509.630000', '102510.090000', '102510.550000', '102511.010000', '102511.470000', '102511.930000', '102512.390000', '102512.850000', '102513.310000', '102513.770000', '102514.230000', '102514.690000', '102515.150000', '102515.610000', '102516.070000', '102516.530000', '102516.990000', '102517.450000', '102517.910000', '102518.370000', '102518.830000', '102519.290000', '102519.750000', '102520.210000', '102520.670000', '102521.130000', '102521.590000', '102522.050000', '102522.510000', '102522.970000', '102523.430000', '102523.890000', '102524.350000', '102524.810000', '102525.270000', '102525.730000', '102526.190000', '102526.650000', '102527.110000', '102527.570000', '102528.030000', '102528.490000', '102528.950000', '102529.410000', '102529.870000', '102530.330000', '102530.790000', '102531.250000', '102531.710000', '102532.170000', '102532.630000', '102533.090000', '102533.550000', '102534.010000', '102534.470000', '102534.930000', '102535.390000', '102535.850000', '102536.310000', '102536.770000', '102537.230000', '102537.690000', '102538.150000', '102538.610000', '102539.070000', '102539.530000', '102539.990000', '102540.450000', '102540.910000', '102541.370000', '102541.830000', '102542.290000', '102542.750000', '102543.210000', '102543.670000', '102544.130000', '102544.590000', '102545.050000', '102545.510000', '102545.970000', '102546.430000', '102546.890000', '102547.350000', '102547.810000', '102548.270000', '102548.730000', '102549.190000', '102549.650000', '102550.110000', '102550.570000', '102551.030000', '102551.490000', '102551.950000', '102552.410000', '102552.870000', '102553.330000', '102553.790000', '102554.250000', '102554.710000', '102555.170000', '102555.630000', '102556.090000', '102556.550000', '102557.010000', '102557.470000', '102557.930000', '102558.390000', '102558.850000', '102559.310000', '102559.770000', '102600.230000', '102600.690000', '102601.150000', '102601.610000', '102602.070000', '102602.530000', '102602.990000', '102603.450000', '102603.910000', '102604.370000', '102604.830000', '102605.290000', '102605.750000', '102606.210000', '102606.670000', '102607.130000', '102607.590000', '102608.050000', '102608.510000', '102608.970000', '102609.430000', '102609.890000', '102610.350000', '102610.810000', '102611.270000', '102611.730000', '102612.190000', '102612.650000', '102613.110000', '102613.570000', '102614.030000', '102614.490000', '102614.950000', '102615.410000', '102615.870000', '102616.330000', '102616.790000', '102617.250000', '102617.710000', '102618.170000', '102618.630000', '102619.090000', '102619.550000', '102620.010000', '102620.470000', '102620.930000', '102621.390000', '102621.850000', '102622.310000', '102622.770000', '102623.230000', '102623.690000', '102624.150000', '102624.610000', '102625.070000', '102625.530000', '102625.990000', '102626.450000', '102626.910000', '102627.370000', '102627.830000', '102628.290000', '102628.750000', '102629.210000', '102629.670000', '102630.130000', '102630.590000', '102631.050000', '102631.510000', '102631.970000', '102632.430000', '102632.890000', '102633.350000', '102633.810000', '102634.270000', '102634.730000', '102635.190000', '102635.650000', '102636.110000', '102636.570000', '102637.030000', '102637.490000', '102637.950000', '102638.410000', '102638.870000', '102639.330000', '102639.790000', '102640.250000', '102640.710000', '102641.170000', '102641.630000', '102642.090000', '102642.550000', '102643.010000', '102643.470000', '102643.930000', '102644.390000', '102644.850000', '102645.310000', '102645.770000', '102646.230000', '102646.690000', '102647.150000', '102647.610000', '102648.070000', '102648.530000', '102648.990000', '102649.450000', '102649.910000', '102650.370000', '102650.830000', '102651.290000', '102651.750000', '102652.210000', '102652.670000', '102653.130000', '102653.590000', '102654.050000', '102654.510000', '102654.970000', '102655.430000', '102655.890000', '102656.350000', '102656.810000', '102657.270000', '102657.730000', '102658.190000', '102658.650000', '102659.110000', '102659.570000', '102700.030000', '102700.490000', '102700.950000', '102701.410000', '102701.870000', '102702.330000', '102702.790000', '102703.250000', '102703.710000', '102704.170000', '102704.630000', '102705.090000', '102705.550000', '102706.010000', '102706.470000', '102706.930000', '102707.390000', '102707.850000', '102708.310000', '102708.770000', '102709.230000', '102709.690000', '102710.150000', '102710.610000', '102711.070000', '102711.530000', '102711.990000', '102712.450000', '102712.910000', '102713.370000', '102713.830000', '102714.290000', '102714.750000', '102715.210000', '102715.670000', '102716.130000', '102716.590000', '102717.050000', '102717.510000', '102717.970000', '102718.430000', '102718.890000', '102719.350000', '102719.810000', '102720.270000', '102720.730000', '102721.190000', '102721.650000', '102722.110000', '102722.570000', '102723.030000', '102723.490000', '102723.950000', '102724.410000', '102724.870000', '102725.330000', '102725.790000', '102726.250000', '102726.710000', '102727.170000', '102727.630000', '102728.090000', '102728.550000', '102729.010000', '102729.470000', '102729.930000', '102730.390000', '102730.850000', '102731.310000', '102731.770000', '102732.230000', '102732.690000', '102733.150000', '102733.610000', '102734.070000', '102734.530000', '102734.990000', '102735.450000', '102735.910000', '102736.370000', '102736.830000', '102737.290000', '102737.750000', '102738.210000', '102738.670000', '102739.130000', '102739.590000', '102740.050000', '102740.510000', '102740.970000', '102741.430000', '102741.890000', '102742.350000', '102742.810000', '102743.270000', '102743.730000', '102744.190000', '102744.650000', '102745.110000', '102745.570000', '102746.030000', '102746.490000', '102746.950000', '102747.410000', '102747.870000', '102748.330000', '102748.790000', '102749.250000', '102749.710000', '102750.170000', '102750.630000', '102751.090000', '102751.550000', '102752.010000', '102752.470000', '102752.930000', '102753.390000', '102753.850000', '102754.310000', '102754.770000', '102755.230000', '102755.690000', '102756.150000', '102756.610000', '102757.070000', '102757.530000', '102757.990000', '102758.450000', '102758.910000', '102759.370000', '102759.830000', '102800.290000', '102800.750000', '102801.210000', '102801.670000', '102802.130000', '102802.590000', '102803.050000', '102803.510000', '102803.970000', '102804.430000', '102804.890000', '102805.350000', '102805.810000', '102806.270000', '102806.730000', '102807.190000', '102807.650000'], 'ContentTime': ['101817.623000', '101817.627000', '101817.630000', '101817.633000', '101817.635000', '101817.638000', '101817.641000', '101817.650000', '101817.652000', '101817.655000', '101817.658000', '101817.660000', '101817.663000', '101817.666000', '101817.668000', '101817.671000', '101817.673000', '101817.676000', '101817.678000', '101817.681000', '101817.683000', '101817.686000', '101817.689000', '101817.691000', '101817.694000', '101817.696000', '101817.703000', '101817.706000', '101817.708000', '101817.711000', '101817.714000', '101817.716000', '101817.719000', '101817.722000', '101817.724000', '101817.727000', '101817.729000', '101817.732000', '101817.735000', '101817.737000', '101817.740000', '101817.742000', '101817.745000', '101817.747000', '101817.750000', '101817.753000', '101817.755000', '101817.758000', '101817.760000', '101837.594000', '101837.597000', '101837.600000', '101837.603000', '101837.605000', '101837.608000', '101837.611000', '101837.613000', '101837.616000', '101837.618000', '101837.621000', '101837.624000', '101837.626000', '101837.629000', '101837.631000', '101837.634000', '101837.637000', '101837.639000', '101837.642000', '101837.645000', '101837.647000', '101837.650000', '101837.652000', '101837.655000', '101837.658000', '101837.660000', '101837.663000', '101837.670000', '101837.672000', '101837.675000', '101837.677000', '101837.680000', '101837.683000', '101837.685000', '101837.688000', '101837.691000', '101837.693000', '101837.696000', '101837.698000', '101837.701000', '101837.704000', '101837.706000', '101837.709000', '101837.711000', '101857.594000', '101857.598000', '101857.600000', '101857.603000', '101857.606000', '101857.617000', '101857.620000', '101857.622000', '101857.625000', '101857.628000', '101857.630000', '101857.633000', '101857.635000', '101857.638000', '101857.641000', '101857.643000', '101857.646000', '101857.648000', '101857.651000', '101857.654000', '101857.656000', '101857.659000', '101857.661000', '101857.664000', '101857.667000', '101857.669000', '101857.672000', '101857.674000', '101857.677000', '101857.680000', '101857.682000', '101857.685000', '101857.688000', '101857.690000', '101857.693000', '101857.695000', '101857.698000', '101857.701000', '101857.703000', '101857.706000', '101857.709000', '101857.711000', '101857.714000', '101917.594000', '101917.601000', '101917.603000', '101917.606000', '101917.613000', '101917.616000', '101917.618000', '101917.621000', '101917.624000', '101917.626000', '101917.629000', '101917.631000', '101917.634000', '101917.637000', '101917.639000', '101917.642000', '101917.644000', '101917.647000', '101917.650000', '101917.652000', '101917.655000', '101917.658000', '101917.660000', '101917.663000', '101917.666000', '101917.668000', '101917.671000', '101917.674000', '101917.676000', '101917.679000', '101917.682000', '101917.684000', '101917.688000', '101917.691000', '101917.694000', '101917.697000', '101917.699000', '101917.702000', '101917.705000', '101917.707000', '101917.710000', '101917.712000', '101917.715000', '101937.593000', '101937.597000', '101937.599000', '101937.602000', '101937.605000', '101937.607000', '101937.610000', '101937.612000', '101937.615000', '101937.618000', '101937.620000', '101937.623000', '101937.626000', '101937.628000', '101937.631000', '101937.633000', '101937.636000', '101937.639000', '101937.641000', '101937.644000', '101937.650000', '101937.653000', '101937.656000', '101937.659000', '101937.661000', '101937.664000', '101937.666000', '101937.669000', '101937.672000', '101937.674000', '101937.677000', '101937.680000', '101937.682000', '101937.685000', '101937.688000', '101937.690000', '101937.693000', '101937.696000', '101937.698000', '101937.701000', '101937.704000', '101937.706000', '101937.709000', '101937.712000', '101957.593000', '101957.596000', '101957.609000', '101957.611000', '101957.614000', '101957.617000', '101957.619000', '101957.622000', '101957.625000', '101957.627000', '101957.630000', '101957.632000', '101957.635000', '101957.638000', '101957.640000', '101957.643000', '101957.646000', '101957.648000', '101957.651000', '101957.654000', '101957.665000', '101957.668000', '101957.670000', '101957.673000', '101957.676000', '101957.678000', '101957.681000', '101957.684000', '101957.686000', '101957.689000', '101957.691000', '101957.694000', '101957.697000', '101957.699000', '101957.702000', '101957.705000', '101957.707000', '101957.710000', '101957.712000', '101957.715000', '101957.718000', '101957.720000', '101957.723000', '102017.595000', '102017.598000', '102017.600000', '102017.603000', '102017.606000', '102017.608000', '102017.611000', '102017.614000', '102017.616000', '102017.619000', '102017.621000', '102017.624000', '102017.627000', '102017.629000', '102017.632000', '102017.635000', '102017.637000', '102017.640000', '102017.642000', '102017.645000', '102017.648000', '102017.650000', '102017.653000', '102017.656000', '102017.658000', '102017.661000', '102017.664000', '102017.666000', '102017.669000', '102017.671000', '102017.674000', '102017.677000', '102017.679000', '102017.682000', '102017.685000', '102017.687000', '102017.690000', '102017.693000', '102017.695000', '102017.698000', '102017.700000', '102017.703000', '102017.706000', '102017.708000', '102037.595000', '102037.608000', '102037.611000', '102037.614000', '102037.616000', '102037.619000', '102037.621000', '102037.624000', '102037.627000', '102037.629000', '102037.632000', '102037.635000', '102037.637000', '102037.640000', '102037.642000', '102037.645000', '102037.648000', '102037.650000', '102037.653000', '102037.656000', '102037.658000', '102037.661000', '102037.664000', '102037.666000', '102037.669000', '102037.671000', '102037.674000', '102037.677000', '102037.679000', '102037.682000', '102037.684000', '102037.687000', '102037.690000', '102037.692000', '102037.695000', '102037.698000', '102037.700000', '102037.703000', '102037.705000', '102037.708000', '102037.711000', '102037.713000', '102037.716000', '102057.594000', '102057.597000', '102057.600000', '102057.602000', '102057.606000', '102057.609000', '102057.611000', '102057.614000', '102057.617000', '102057.619000', '102057.622000', '102057.624000', '102057.627000', '102057.630000', '102057.632000', '102057.635000', '102057.638000', '102057.640000', '102057.643000', '102057.645000', '102057.648000', '102057.651000', '102057.653000', '102057.656000', '102057.659000', '102057.661000', '102057.664000', '102057.666000', '102057.669000', '102057.672000', '102057.674000', '102057.677000', '102057.680000', '102057.682000', '102057.685000', '102057.688000', '102057.691000', '102057.693000', '102057.696000', '102057.698000', '102057.701000', '102057.704000', '102057.706000', '102057.709000', '102117.595000', '102117.598000', '102117.600000', '102117.603000', '102117.605000', '102117.608000', '102117.611000', '102117.613000', '102117.616000', '102117.619000', '102117.621000', '102117.624000', '102117.627000', '102117.629000', '102117.632000', '102117.635000', '102117.637000', '102117.640000', '102117.642000', '102117.645000', '102117.648000', '102117.650000', '102117.653000', '102117.655000', '102117.658000', '102117.661000', '102117.663000', '102117.666000', '102117.669000', '102117.671000', '102117.674000', '102117.677000', '102117.679000', '102117.682000', '102117.692000', '102117.695000', '102117.698000', '102117.700000', '102117.703000', '102117.705000', '102117.708000', '102117.711000', '102117.713000', '102137.594000', '102137.597000', '102137.600000', '102137.603000', '102137.605000', '102137.608000', '102137.611000', '102137.613000', '102137.616000', '102137.619000', '102137.621000', '102137.624000', '102137.626000', '102137.629000', '102137.632000', '102137.634000', '102137.637000', '102137.640000', '102137.642000', '102137.645000', '102137.647000', '102137.650000', '102137.653000', '102137.655000', '102137.658000', '102137.661000', '102137.663000', '102137.666000', '102137.669000', '102137.671000', '102137.674000', '102137.677000', '102137.679000', '102137.682000', '102137.684000', '102137.687000', '102137.690000', '102137.692000', '102137.695000', '102137.697000', '102137.700000', '102137.703000', '102137.705000', '102137.708000', '102157.594000', '102157.596000', '102157.599000', '102157.602000', '102157.604000', '102157.607000', '102157.609000', '102157.612000', '102157.615000', '102157.617000', '102157.620000', '102157.622000', '102157.625000', '102157.628000', '102157.631000', '102157.633000', '102157.636000', '102157.638000', '102157.641000', '102157.644000', '102157.646000', '102157.649000', '102157.651000', '102157.654000', '102157.657000', '102157.659000', '102157.662000', '102157.665000', '102157.667000', '102157.670000', '102157.673000', '102157.675000', '102157.678000', '102157.681000', '102157.683000', '102157.686000', '102157.688000', '102157.691000', '102157.694000', '102157.696000', '102157.707000', '102157.710000', '102157.713000', '102217.594000', '102217.596000', '102217.599000', '102217.602000', '102217.604000', '102217.607000', '102217.610000', '102217.612000', '102217.615000', '102217.618000', '102217.620000', '102217.623000', '102217.626000', '102217.628000', '102217.631000', '102217.634000', '102217.636000', '102217.639000', '102217.641000', '102217.644000', '102217.647000', '102217.649000', '102217.652000', '102217.655000', '102217.657000', '102217.660000', '102217.663000', '102217.665000', '102217.668000', '102217.670000', '102217.673000', '102217.676000', '102217.678000', '102217.681000', '102217.684000', '102217.686000', '102217.689000', '102217.692000', '102217.694000', '102217.697000', '102217.699000', '102217.702000', '102217.711000', '102217.713000', '102237.594000', '102237.597000', '102237.600000', '102237.603000', '102237.605000', '102237.608000', '102237.611000', '102237.613000', '102237.616000', '102237.619000', '102237.621000', '102237.624000', '102237.627000', '102237.629000', '102237.632000', '102237.635000', '102237.637000', '102237.640000', '102237.643000', '102237.645000', '102237.648000', '102237.650000', '102237.653000', '102237.656000', '102237.658000', '102237.661000', '102237.664000', '102237.666000', '102237.669000', '102237.672000', '102237.674000', '102237.677000', '102237.680000', '102237.682000', '102237.685000', '102237.687000', '102237.690000', '102237.693000', '102237.695000', '102237.698000', '102237.701000', '102237.703000', '102237.706000', '102257.594000', '102257.597000', '102257.600000', '102257.603000', '102257.605000', '102257.608000', '102257.611000', '102257.613000', '102257.616000', '102257.623000', '102257.625000', '102257.628000', '102257.631000', '102257.634000', '102257.636000', '102257.639000', '102257.641000', '102257.645000', '102257.647000', '102257.650000', '102257.652000', '102257.655000', '102257.658000', '102257.660000', '102257.663000', '102257.666000', '102257.668000', '102257.671000', '102257.674000', '102257.676000', '102257.679000', '102257.682000', '102257.684000', '102257.687000', '102257.689000', '102257.692000', '102257.695000', '102257.697000', '102257.700000', '102257.703000', '102257.705000', '102257.708000', '102257.710000', '102257.713000', '102317.595000', '102317.597000', '102317.600000', '102317.603000', '102317.606000', '102317.609000', '102317.611000', '102317.614000', '102317.617000', '102317.619000', '102317.622000', '102317.625000', '102317.627000', '102317.630000', '102317.632000', '102317.635000', '102317.638000', '102317.640000', '102317.643000', '102317.646000', '102317.648000', '102317.651000', '102317.654000', '102317.656000', '102317.659000', '102317.661000', '102317.664000', '102317.667000', '102317.669000', '102317.672000', '102317.675000', '102317.677000', '102317.680000', '102317.683000', '102317.685000', '102317.688000', '102317.691000', '102317.693000', '102317.696000', '102317.708000', '102317.710000', '102317.713000', '102317.715000', '102337.595000', '102337.597000', '102337.600000', '102337.603000', '102337.606000', '102337.609000', '102337.611000', '102337.626000', '102337.639000', '102337.642000', '102337.645000', '102337.647000', '102337.650000', '102337.652000', '102337.655000', '102337.658000', '102337.660000', '102337.663000', '102337.666000', '102337.668000', '102337.671000', '102337.674000', '102337.676000', '102337.679000', '102337.682000', '102337.684000', '102337.687000', '102337.689000', '102337.692000', '102337.695000', '102337.697000', '102337.700000', '102337.703000', '102337.705000', '102337.708000', '102337.710000', '102337.713000', '102337.716000', '102337.718000', '102337.721000', '102337.724000', '102337.726000', '102337.729000', '102357.595000', '102357.597000', '102357.600000', '102357.603000', '102357.605000', '102357.608000', '102357.611000', '102357.613000', '102357.616000', '102357.618000', '102357.621000', '102357.624000', '102357.627000', '102357.629000', '102357.632000', '102357.634000', '102357.637000', '102357.640000', '102357.642000', '102357.645000', '102357.648000', '102357.650000', '102357.653000', '102357.656000', '102357.658000', '102357.661000', '102357.663000', '102357.666000', '102357.669000', '102357.671000', '102357.674000', '102357.677000', '102357.679000', '102357.682000', '102357.685000', '102357.687000', '102357.690000', '102357.693000', '102357.695000', '102357.698000', '102357.700000', '102357.703000', '102357.706000', '102357.708000', '102417.594000', '102417.597000', '102417.600000', '102417.603000', '102417.606000', '102417.609000', '102417.612000', '102417.615000', '102417.617000', '102417.620000', '102417.622000', '102417.625000', '102417.628000', '102417.630000', '102417.633000', '102417.636000', '102417.638000', '102417.641000', '102417.643000', '102417.646000', '102417.649000', '102417.651000', '102417.654000', '102417.657000', '102417.659000', '102417.662000', '102417.665000', '102417.668000', '102417.670000', '102417.673000', '102417.675000', '102417.678000', '102417.681000', '102417.683000', '102417.686000', '102417.689000', '102417.691000', '102417.694000', '102417.696000', '102417.699000', '102417.702000', '102417.704000', '102417.707000', '102437.593000', '102437.596000', '102437.599000', '102437.602000', '102437.604000', '102437.607000', '102437.610000', '102437.612000', '102437.615000', '102437.617000', '102437.620000', '102437.623000', '102437.625000', '102437.628000', '102437.631000', '102437.633000', '102437.636000', '102437.638000', '102437.641000', '102437.644000', '102437.646000', '102437.649000', '102437.652000', '102437.654000', '102437.657000', '102437.659000', '102437.662000', '102437.665000', '102437.667000', '102437.670000', '102437.673000', '102437.675000', '102437.678000', '102437.680000', '102437.683000', '102437.686000', '102437.688000', '102437.691000', '102437.693000', '102437.696000', '102437.699000', '102437.701000', '102437.704000', '102437.714000', '102457.595000', '102457.598000', '102457.600000', '102457.603000', '102457.606000', '102457.608000', '102457.611000', '102457.614000', '102457.616000', '102457.619000', '102457.622000', '102457.624000', '102457.627000', '102457.630000', '102457.632000', '102457.635000', '102457.638000', '102457.641000', '102457.654000', '102457.657000', '102457.659000', '102457.662000', '102457.665000', '102457.667000', '102457.670000', '102457.673000', '102457.675000', '102457.678000', '102457.681000', '102457.683000', '102457.686000', '102457.689000', '102457.691000', '102457.694000', '102457.697000', '102457.699000', '102457.702000', '102457.704000', '102457.707000', '102457.710000', '102457.712000', '102457.715000', '102457.718000', '102517.595000', '102517.597000', '102517.600000', '102517.603000', '102517.605000', '102517.608000', '102517.611000', '102517.613000', '102517.616000', '102517.619000', '102517.621000', '102517.624000', '102517.626000', '102517.629000', '102517.632000', '102517.634000', '102517.637000', '102517.639000', '102517.642000', '102517.645000', '102517.647000', '102517.650000', '102517.652000', '102517.655000', '102517.658000', '102517.660000', '102517.663000', '102517.666000', '102517.668000', '102517.671000', '102517.674000', '102517.676000', '102517.679000', '102517.682000', '102517.684000', '102517.687000', '102517.690000', '102517.692000', '102517.695000', '102517.698000', '102517.700000', '102517.703000', '102517.706000', '102517.708000', '102537.595000', '102537.598000', '102537.606000', '102537.609000', '102537.611000', '102537.614000', '102537.616000', '102537.619000', '102537.622000', '102537.624000', '102537.627000', '102537.630000', '102537.632000', '102537.635000', '102537.638000', '102537.640000', '102537.643000', '102537.646000', '102537.648000', '102537.651000', '102537.654000', '102537.657000', '102537.661000', '102537.664000', '102537.666000', '102537.669000', '102537.672000', '102537.674000', '102537.677000', '102537.680000', '102537.682000', '102537.685000', '102537.687000', '102537.690000', '102537.693000', '102537.695000', '102537.698000', '102537.701000', '102537.703000', '102537.706000', '102537.708000', '102537.711000', '102537.714000', '102557.595000', '102557.597000', '102557.600000', '102557.603000', '102557.607000', '102557.609000', '102557.612000', '102557.614000', '102557.617000', '102557.620000', '102557.623000', '102557.625000', '102557.628000', '102557.631000', '102557.633000', '102557.636000', '102557.639000', '102557.641000', '102557.644000', '102557.646000', '102557.649000', '102557.652000', '102557.654000', '102557.657000', '102557.660000', '102557.662000', '102557.665000', '102557.667000', '102557.670000', '102557.673000', '102557.676000', '102557.678000', '102557.681000', '102557.684000', '102557.686000', '102557.689000', '102557.691000', '102557.694000', '102557.697000', '102557.699000', '102557.702000', '102557.704000', '102557.707000', '102557.710000', '102617.594000', '102617.597000', '102617.600000', '102617.603000', '102617.606000', '102617.608000', '102617.611000', '102617.613000', '102617.616000', '102617.619000', '102617.621000', '102617.624000', '102617.627000', '102617.629000', '102617.632000', '102617.660000', '102617.662000', '102617.665000', '102617.668000', '102617.670000', '102617.673000', '102617.676000', '102617.678000', '102617.681000', '102617.684000', '102617.686000', '102617.689000', '102617.692000', '102617.694000', '102617.697000', '102617.700000', '102617.702000', '102617.705000', '102617.707000', '102617.710000', '102617.713000', '102617.715000', '102617.718000', '102617.721000', '102617.723000', '102617.726000', '102617.729000', '102617.731000', '102637.594000', '102637.597000', '102637.599000', '102637.602000', '102637.605000', '102637.608000', '102637.610000', '102637.613000', '102637.616000', '102637.618000', '102637.621000', '102637.624000', '102637.626000', '102637.629000', '102637.631000', '102637.634000', '102637.637000', '102637.639000', '102637.642000', '102637.645000', '102637.647000', '102637.650000', '102637.652000', '102637.655000', '102637.658000', '102637.660000', '102637.663000', '102637.665000', '102637.668000', '102637.671000', '102637.673000', '102637.676000', '102637.679000', '102637.681000', '102637.684000', '102637.687000', '102637.689000', '102637.692000', '102637.694000', '102637.697000', '102637.700000', '102637.702000', '102637.716000', '102637.718000', '102657.593000', '102657.597000', '102657.599000', '102657.602000', '102657.604000', '102657.608000', '102657.610000', '102657.613000', '102657.616000', '102657.619000', '102657.621000', '102657.624000', '102657.626000', '102657.629000', '102657.632000', '102657.634000', '102657.637000', '102657.640000', '102657.642000', '102657.645000', '102657.648000', '102657.650000', '102657.653000', '102657.656000', '102657.658000', '102657.661000', '102657.663000', '102657.666000', '102657.669000', '102657.671000', '102657.674000', '102657.677000', '102657.680000', '102657.682000', '102657.686000', '102657.689000', '102657.691000', '102657.694000', '102657.697000', '102657.699000', '102657.702000', '102657.705000', '102657.707000', '102717.594000', '102717.597000', '102717.600000', '102717.603000', '102717.605000', '102717.608000', '102717.611000', '102717.613000', '102717.616000', '102717.619000', '102717.621000', '102717.624000', '102717.626000', '102717.629000', '102717.632000', '102717.634000', '102717.637000', '102717.640000', '102717.642000', '102717.645000', '102717.648000', '102717.650000', '102717.653000', '102717.656000', '102717.658000', '102717.661000', '102717.663000', '102717.666000', '102717.669000', '102717.671000', '102717.674000', '102717.677000', '102717.679000', '102717.682000', '102717.684000', '102717.687000', '102717.690000', '102717.692000', '102717.706000', '102717.709000', '102717.711000', '102717.714000', '102717.717000', '102717.719000', '102737.595000', '102737.598000', '102737.600000', '102737.603000', '102737.606000', '102737.608000', '102737.611000', '102737.614000', '102737.616000', '102737.619000', '102737.621000', '102737.624000', '102737.627000', '102737.629000', '102737.632000', '102737.635000', '102737.637000', '102737.640000', '102737.643000', '102737.645000', '102737.653000', '102737.656000', '102737.658000', '102737.661000', '102737.663000', '102737.666000', '102737.669000', '102737.671000', '102737.674000', '102737.677000', '102737.679000', '102737.682000', '102737.684000', '102737.687000', '102737.690000', '102737.692000', '102737.695000', '102737.698000', '102737.701000', '102737.703000', '102737.706000', '102737.709000', '102737.711000', '102757.595000', '102757.598000', '102757.600000', '102757.603000', '102757.606000', '102757.608000', '102757.611000', '102757.614000', '102757.616000', '102757.619000', '102757.622000', '102757.624000', '102757.627000', '102757.630000', '102757.632000', '102757.635000', '102757.638000', '102757.641000', '102757.643000', '102757.646000', '102757.648000', '102757.651000', '102757.654000', '102757.656000', '102757.659000', '102757.662000', '102757.664000', '102757.667000', '102757.670000', '102757.672000', '102757.675000', '102757.678000', '102757.680000', '102757.683000', '102757.686000', '102757.688000', '102757.691000', '102757.694000', '102757.696000', '102757.699000', '102757.701000', '102757.704000', '102757.707000', '102757.709000', '102808.938000', '102808.941000', '102808.943000', '102808.947000', '102808.949000', '102808.952000', '102808.955000', '102808.958000', '102808.960000', '102808.963000', '102808.966000', '102808.968000', '102808.971000', '102808.974000', '102808.976000', '102808.979000', '102808.982000', '102808.985000', '102808.987000', '102808.990000', '102808.993000', '102808.996000', '102808.998000', '102809.002000', '102809.005000'], 'InstanceCreationTime': ['101817.623000', '101817.627000', '101817.630000', '101817.633000', '101817.635000', '101817.638000', '101817.641000', '101817.650000', '101817.652000', '101817.655000', '101817.658000', '101817.660000', '101817.663000', '101817.666000', '101817.668000', '101817.671000', '101817.673000', '101817.676000', '101817.678000', '101817.681000', '101817.683000', '101817.686000', '101817.689000', '101817.691000', '101817.694000', '101817.696000', '101817.703000', '101817.706000', '101817.708000', '101817.711000', '101817.714000', '101817.716000', '101817.719000', '101817.722000', '101817.724000', '101817.727000', '101817.729000', '101817.732000', '101817.735000', '101817.737000', '101817.740000', '101817.742000', '101817.745000', '101817.747000', '101817.750000', '101817.753000', '101817.755000', '101817.758000', '101817.760000', '101837.594000', '101837.597000', '101837.600000', '101837.603000', '101837.605000', '101837.608000', '101837.611000', '101837.613000', '101837.616000', '101837.618000', '101837.621000', '101837.624000', '101837.626000', '101837.629000', '101837.631000', '101837.634000', '101837.637000', '101837.639000', '101837.642000', '101837.645000', '101837.647000', '101837.650000', '101837.652000', '101837.655000', '101837.658000', '101837.660000', '101837.663000', '101837.670000', '101837.672000', '101837.675000', '101837.677000', '101837.680000', '101837.683000', '101837.685000', '101837.688000', '101837.691000', '101837.693000', '101837.696000', '101837.698000', '101837.701000', '101837.704000', '101837.706000', '101837.709000', '101837.711000', '101857.594000', '101857.598000', '101857.600000', '101857.603000', '101857.606000', '101857.617000', '101857.620000', '101857.622000', '101857.625000', '101857.628000', '101857.630000', '101857.633000', '101857.635000', '101857.638000', '101857.641000', '101857.643000', '101857.646000', '101857.648000', '101857.651000', '101857.654000', '101857.656000', '101857.659000', '101857.661000', '101857.664000', '101857.667000', '101857.669000', '101857.672000', '101857.674000', '101857.677000', '101857.680000', '101857.682000', '101857.685000', '101857.688000', '101857.690000', '101857.693000', '101857.695000', '101857.698000', '101857.701000', '101857.703000', '101857.706000', '101857.709000', '101857.711000', '101857.714000', '101917.594000', '101917.601000', '101917.603000', '101917.606000', '101917.613000', '101917.616000', '101917.618000', '101917.621000', '101917.624000', '101917.626000', '101917.629000', '101917.631000', '101917.634000', '101917.637000', '101917.639000', '101917.642000', '101917.644000', '101917.647000', '101917.650000', '101917.652000', '101917.655000', '101917.658000', '101917.660000', '101917.663000', '101917.666000', '101917.668000', '101917.671000', '101917.674000', '101917.676000', '101917.679000', '101917.682000', '101917.684000', '101917.688000', '101917.691000', '101917.694000', '101917.697000', '101917.699000', '101917.702000', '101917.705000', '101917.707000', '101917.710000', '101917.712000', '101917.715000', '101937.593000', '101937.597000', '101937.599000', '101937.602000', '101937.605000', '101937.607000', '101937.610000', '101937.612000', '101937.615000', '101937.618000', '101937.620000', '101937.623000', '101937.626000', '101937.628000', '101937.631000', '101937.633000', '101937.636000', '101937.639000', '101937.641000', '101937.644000', '101937.650000', '101937.653000', '101937.656000', '101937.659000', '101937.661000', '101937.664000', '101937.666000', '101937.669000', '101937.672000', '101937.674000', '101937.677000', '101937.680000', '101937.682000', '101937.685000', '101937.688000', '101937.690000', '101937.693000', '101937.696000', '101937.698000', '101937.701000', '101937.704000', '101937.706000', '101937.709000', '101937.712000', '101957.593000', '101957.596000', '101957.609000', '101957.611000', '101957.614000', '101957.617000', '101957.619000', '101957.622000', '101957.625000', '101957.627000', '101957.630000', '101957.632000', '101957.635000', '101957.638000', '101957.640000', '101957.643000', '101957.646000', '101957.648000', '101957.651000', '101957.654000', '101957.665000', '101957.668000', '101957.670000', '101957.673000', '101957.676000', '101957.678000', '101957.681000', '101957.684000', '101957.686000', '101957.689000', '101957.691000', '101957.694000', '101957.697000', '101957.699000', '101957.702000', '101957.705000', '101957.707000', '101957.710000', '101957.712000', '101957.715000', '101957.718000', '101957.720000', '101957.723000', '102017.595000', '102017.598000', '102017.600000', '102017.603000', '102017.606000', '102017.608000', '102017.611000', '102017.614000', '102017.616000', '102017.619000', '102017.621000', '102017.624000', '102017.627000', '102017.629000', '102017.632000', '102017.635000', '102017.637000', '102017.640000', '102017.642000', '102017.645000', '102017.648000', '102017.650000', '102017.653000', '102017.656000', '102017.658000', '102017.661000', '102017.664000', '102017.666000', '102017.669000', '102017.671000', '102017.674000', '102017.677000', '102017.679000', '102017.682000', '102017.685000', '102017.687000', '102017.690000', '102017.693000', '102017.695000', '102017.698000', '102017.700000', '102017.703000', '102017.706000', '102017.708000', '102037.595000', '102037.608000', '102037.611000', '102037.614000', '102037.616000', '102037.619000', '102037.621000', '102037.624000', '102037.627000', '102037.629000', '102037.632000', '102037.635000', '102037.637000', '102037.640000', '102037.642000', '102037.645000', '102037.648000', '102037.650000', '102037.653000', '102037.656000', '102037.658000', '102037.661000', '102037.664000', '102037.666000', '102037.669000', '102037.671000', '102037.674000', '102037.677000', '102037.679000', '102037.682000', '102037.684000', '102037.687000', '102037.690000', '102037.692000', '102037.695000', '102037.698000', '102037.700000', '102037.703000', '102037.705000', '102037.708000', '102037.711000', '102037.713000', '102037.716000', '102057.594000', '102057.597000', '102057.600000', '102057.602000', '102057.606000', '102057.609000', '102057.611000', '102057.614000', '102057.617000', '102057.619000', '102057.622000', '102057.624000', '102057.627000', '102057.630000', '102057.632000', '102057.635000', '102057.638000', '102057.640000', '102057.643000', '102057.645000', '102057.648000', '102057.651000', '102057.653000', '102057.656000', '102057.659000', '102057.661000', '102057.664000', '102057.666000', '102057.669000', '102057.672000', '102057.674000', '102057.677000', '102057.680000', '102057.682000', '102057.685000', '102057.688000', '102057.691000', '102057.693000', '102057.696000', '102057.698000', '102057.701000', '102057.704000', '102057.706000', '102057.709000', '102117.595000', '102117.598000', '102117.600000', '102117.603000', '102117.605000', '102117.608000', '102117.611000', '102117.613000', '102117.616000', '102117.619000', '102117.621000', '102117.624000', '102117.627000', '102117.629000', '102117.632000', '102117.635000', '102117.637000', '102117.640000', '102117.642000', '102117.645000', '102117.648000', '102117.650000', '102117.653000', '102117.655000', '102117.658000', '102117.661000', '102117.663000', '102117.666000', '102117.669000', '102117.671000', '102117.674000', '102117.677000', '102117.679000', '102117.682000', '102117.692000', '102117.695000', '102117.698000', '102117.700000', '102117.703000', '102117.705000', '102117.708000', '102117.711000', '102117.713000', '102137.594000', '102137.597000', '102137.600000', '102137.603000', '102137.605000', '102137.608000', '102137.611000', '102137.613000', '102137.616000', '102137.619000', '102137.621000', '102137.624000', '102137.626000', '102137.629000', '102137.632000', '102137.634000', '102137.637000', '102137.640000', '102137.642000', '102137.645000', '102137.647000', '102137.650000', '102137.653000', '102137.655000', '102137.658000', '102137.661000', '102137.663000', '102137.666000', '102137.669000', '102137.671000', '102137.674000', '102137.677000', '102137.679000', '102137.682000', '102137.684000', '102137.687000', '102137.690000', '102137.692000', '102137.695000', '102137.697000', '102137.700000', '102137.703000', '102137.705000', '102137.708000', '102157.594000', '102157.596000', '102157.599000', '102157.602000', '102157.604000', '102157.607000', '102157.609000', '102157.612000', '102157.615000', '102157.617000', '102157.620000', '102157.622000', '102157.625000', '102157.628000', '102157.631000', '102157.633000', '102157.636000', '102157.638000', '102157.641000', '102157.644000', '102157.646000', '102157.649000', '102157.651000', '102157.654000', '102157.657000', '102157.659000', '102157.662000', '102157.665000', '102157.667000', '102157.670000', '102157.673000', '102157.675000', '102157.678000', '102157.681000', '102157.683000', '102157.686000', '102157.688000', '102157.691000', '102157.694000', '102157.696000', '102157.707000', '102157.710000', '102157.713000', '102217.594000', '102217.596000', '102217.599000', '102217.602000', '102217.604000', '102217.607000', '102217.610000', '102217.612000', '102217.615000', '102217.618000', '102217.620000', '102217.623000', '102217.626000', '102217.628000', '102217.631000', '102217.634000', '102217.636000', '102217.639000', '102217.641000', '102217.644000', '102217.647000', '102217.649000', '102217.652000', '102217.655000', '102217.657000', '102217.660000', '102217.663000', '102217.665000', '102217.668000', '102217.670000', '102217.673000', '102217.676000', '102217.678000', '102217.681000', '102217.684000', '102217.686000', '102217.689000', '102217.692000', '102217.694000', '102217.697000', '102217.699000', '102217.702000', '102217.711000', '102217.713000', '102237.594000', '102237.597000', '102237.600000', '102237.603000', '102237.605000', '102237.608000', '102237.611000', '102237.613000', '102237.616000', '102237.619000', '102237.621000', '102237.624000', '102237.627000', '102237.629000', '102237.632000', '102237.635000', '102237.637000', '102237.640000', '102237.643000', '102237.645000', '102237.648000', '102237.650000', '102237.653000', '102237.656000', '102237.658000', '102237.661000', '102237.664000', '102237.666000', '102237.669000', '102237.672000', '102237.674000', '102237.677000', '102237.680000', '102237.682000', '102237.685000', '102237.687000', '102237.690000', '102237.693000', '102237.695000', '102237.698000', '102237.701000', '102237.703000', '102237.706000', '102257.594000', '102257.597000', '102257.600000', '102257.603000', '102257.605000', '102257.608000', '102257.611000', '102257.613000', '102257.616000', '102257.623000', '102257.625000', '102257.628000', '102257.631000', '102257.634000', '102257.636000', '102257.639000', '102257.641000', '102257.645000', '102257.647000', '102257.650000', '102257.652000', '102257.655000', '102257.658000', '102257.660000', '102257.663000', '102257.666000', '102257.668000', '102257.671000', '102257.674000', '102257.676000', '102257.679000', '102257.682000', '102257.684000', '102257.687000', '102257.689000', '102257.692000', '102257.695000', '102257.697000', '102257.700000', '102257.703000', '102257.705000', '102257.708000', '102257.710000', '102257.713000', '102317.595000', '102317.597000', '102317.600000', '102317.603000', '102317.606000', '102317.609000', '102317.611000', '102317.614000', '102317.617000', '102317.619000', '102317.622000', '102317.625000', '102317.627000', '102317.630000', '102317.632000', '102317.635000', '102317.638000', '102317.640000', '102317.643000', '102317.646000', '102317.648000', '102317.651000', '102317.654000', '102317.656000', '102317.659000', '102317.661000', '102317.664000', '102317.667000', '102317.669000', '102317.672000', '102317.675000', '102317.677000', '102317.680000', '102317.683000', '102317.685000', '102317.688000', '102317.691000', '102317.693000', '102317.696000', '102317.708000', '102317.710000', '102317.713000', '102317.715000', '102337.595000', '102337.597000', '102337.600000', '102337.603000', '102337.606000', '102337.609000', '102337.611000', '102337.626000', '102337.639000', '102337.642000', '102337.645000', '102337.647000', '102337.650000', '102337.652000', '102337.655000', '102337.658000', '102337.660000', '102337.663000', '102337.666000', '102337.668000', '102337.671000', '102337.674000', '102337.676000', '102337.679000', '102337.682000', '102337.684000', '102337.687000', '102337.689000', '102337.692000', '102337.695000', '102337.697000', '102337.700000', '102337.703000', '102337.705000', '102337.708000', '102337.710000', '102337.713000', '102337.716000', '102337.718000', '102337.721000', '102337.724000', '102337.726000', '102337.729000', '102357.595000', '102357.597000', '102357.600000', '102357.603000', '102357.605000', '102357.608000', '102357.611000', '102357.613000', '102357.616000', '102357.618000', '102357.621000', '102357.624000', '102357.627000', '102357.629000', '102357.632000', '102357.634000', '102357.637000', '102357.640000', '102357.642000', '102357.645000', '102357.648000', '102357.650000', '102357.653000', '102357.656000', '102357.658000', '102357.661000', '102357.663000', '102357.666000', '102357.669000', '102357.671000', '102357.674000', '102357.677000', '102357.679000', '102357.682000', '102357.685000', '102357.687000', '102357.690000', '102357.693000', '102357.695000', '102357.698000', '102357.700000', '102357.703000', '102357.706000', '102357.708000', '102417.594000', '102417.597000', '102417.600000', '102417.603000', '102417.606000', '102417.609000', '102417.612000', '102417.615000', '102417.617000', '102417.620000', '102417.622000', '102417.625000', '102417.628000', '102417.630000', '102417.633000', '102417.636000', '102417.638000', '102417.641000', '102417.643000', '102417.646000', '102417.649000', '102417.651000', '102417.654000', '102417.657000', '102417.659000', '102417.662000', '102417.665000', '102417.668000', '102417.670000', '102417.673000', '102417.675000', '102417.678000', '102417.681000', '102417.683000', '102417.686000', '102417.689000', '102417.691000', '102417.694000', '102417.696000', '102417.699000', '102417.702000', '102417.704000', '102417.707000', '102437.593000', '102437.596000', '102437.599000', '102437.602000', '102437.604000', '102437.607000', '102437.610000', '102437.612000', '102437.615000', '102437.617000', '102437.620000', '102437.623000', '102437.625000', '102437.628000', '102437.631000', '102437.633000', '102437.636000', '102437.638000', '102437.641000', '102437.644000', '102437.646000', '102437.649000', '102437.652000', '102437.654000', '102437.657000', '102437.659000', '102437.662000', '102437.665000', '102437.667000', '102437.670000', '102437.673000', '102437.675000', '102437.678000', '102437.680000', '102437.683000', '102437.686000', '102437.688000', '102437.691000', '102437.693000', '102437.696000', '102437.699000', '102437.701000', '102437.704000', '102437.714000', '102457.595000', '102457.598000', '102457.600000', '102457.603000', '102457.606000', '102457.608000', '102457.611000', '102457.614000', '102457.616000', '102457.619000', '102457.622000', '102457.624000', '102457.627000', '102457.630000', '102457.632000', '102457.635000', '102457.638000', '102457.641000', '102457.654000', '102457.657000', '102457.659000', '102457.662000', '102457.665000', '102457.667000', '102457.670000', '102457.673000', '102457.675000', '102457.678000', '102457.681000', '102457.683000', '102457.686000', '102457.689000', '102457.691000', '102457.694000', '102457.697000', '102457.699000', '102457.702000', '102457.704000', '102457.707000', '102457.710000', '102457.712000', '102457.715000', '102457.718000', '102517.595000', '102517.597000', '102517.600000', '102517.603000', '102517.605000', '102517.608000', '102517.611000', '102517.613000', '102517.616000', '102517.619000', '102517.621000', '102517.624000', '102517.626000', '102517.629000', '102517.632000', '102517.634000', '102517.637000', '102517.639000', '102517.642000', '102517.645000', '102517.647000', '102517.650000', '102517.652000', '102517.655000', '102517.658000', '102517.660000', '102517.663000', '102517.666000', '102517.668000', '102517.671000', '102517.674000', '102517.676000', '102517.679000', '102517.682000', '102517.684000', '102517.687000', '102517.690000', '102517.692000', '102517.695000', '102517.698000', '102517.700000', '102517.703000', '102517.706000', '102517.708000', '102537.595000', '102537.598000', '102537.606000', '102537.609000', '102537.611000', '102537.614000', '102537.616000', '102537.619000', '102537.622000', '102537.624000', '102537.627000', '102537.630000', '102537.632000', '102537.635000', '102537.638000', '102537.640000', '102537.643000', '102537.646000', '102537.648000', '102537.651000', '102537.654000', '102537.657000', '102537.661000', '102537.664000', '102537.666000', '102537.669000', '102537.672000', '102537.674000', '102537.677000', '102537.680000', '102537.682000', '102537.685000', '102537.687000', '102537.690000', '102537.693000', '102537.695000', '102537.698000', '102537.701000', '102537.703000', '102537.706000', '102537.708000', '102537.711000', '102537.714000', '102557.595000', '102557.597000', '102557.600000', '102557.603000', '102557.607000', '102557.609000', '102557.612000', '102557.614000', '102557.617000', '102557.620000', '102557.623000', '102557.625000', '102557.628000', '102557.631000', '102557.633000', '102557.636000', '102557.639000', '102557.641000', '102557.644000', '102557.646000', '102557.649000', '102557.652000', '102557.654000', '102557.657000', '102557.660000', '102557.662000', '102557.665000', '102557.667000', '102557.670000', '102557.673000', '102557.676000', '102557.678000', '102557.681000', '102557.684000', '102557.686000', '102557.689000', '102557.691000', '102557.694000', '102557.697000', '102557.699000', '102557.702000', '102557.704000', '102557.707000', '102557.710000', '102617.594000', '102617.597000', '102617.600000', '102617.603000', '102617.606000', '102617.608000', '102617.611000', '102617.613000', '102617.616000', '102617.619000', '102617.621000', '102617.624000', '102617.627000', '102617.629000', '102617.632000', '102617.660000', '102617.662000', '102617.665000', '102617.668000', '102617.670000', '102617.673000', '102617.676000', '102617.678000', '102617.681000', '102617.684000', '102617.686000', '102617.689000', '102617.692000', '102617.694000', '102617.697000', '102617.700000', '102617.702000', '102617.705000', '102617.707000', '102617.710000', '102617.713000', '102617.715000', '102617.718000', '102617.721000', '102617.723000', '102617.726000', '102617.729000', '102617.731000', '102637.594000', '102637.597000', '102637.599000', '102637.602000', '102637.605000', '102637.608000', '102637.610000', '102637.613000', '102637.616000', '102637.618000', '102637.621000', '102637.624000', '102637.626000', '102637.629000', '102637.631000', '102637.634000', '102637.637000', '102637.639000', '102637.642000', '102637.645000', '102637.647000', '102637.650000', '102637.652000', '102637.655000', '102637.658000', '102637.660000', '102637.663000', '102637.665000', '102637.668000', '102637.671000', '102637.673000', '102637.676000', '102637.679000', '102637.681000', '102637.684000', '102637.687000', '102637.689000', '102637.692000', '102637.694000', '102637.697000', '102637.700000', '102637.702000', '102637.716000', '102637.718000', '102657.593000', '102657.597000', '102657.599000', '102657.602000', '102657.604000', '102657.608000', '102657.610000', '102657.613000', '102657.616000', '102657.619000', '102657.621000', '102657.624000', '102657.626000', '102657.629000', '102657.632000', '102657.634000', '102657.637000', '102657.640000', '102657.642000', '102657.645000', '102657.648000', '102657.650000', '102657.653000', '102657.656000', '102657.658000', '102657.661000', '102657.663000', '102657.666000', '102657.669000', '102657.671000', '102657.674000', '102657.677000', '102657.680000', '102657.682000', '102657.686000', '102657.689000', '102657.691000', '102657.694000', '102657.697000', '102657.699000', '102657.702000', '102657.705000', '102657.707000', '102717.594000', '102717.597000', '102717.600000', '102717.603000', '102717.605000', '102717.608000', '102717.611000', '102717.613000', '102717.616000', '102717.619000', '102717.621000', '102717.624000', '102717.626000', '102717.629000', '102717.632000', '102717.634000', '102717.637000', '102717.640000', '102717.642000', '102717.645000', '102717.648000', '102717.650000', '102717.653000', '102717.656000', '102717.658000', '102717.661000', '102717.663000', '102717.666000', '102717.669000', '102717.671000', '102717.674000', '102717.677000', '102717.679000', '102717.682000', '102717.684000', '102717.687000', '102717.690000', '102717.692000', '102717.706000', '102717.709000', '102717.711000', '102717.714000', '102717.717000', '102717.719000', '102737.595000', '102737.598000', '102737.600000', '102737.603000', '102737.606000', '102737.608000', '102737.611000', '102737.614000', '102737.616000', '102737.619000', '102737.621000', '102737.624000', '102737.627000', '102737.629000', '102737.632000', '102737.635000', '102737.637000', '102737.640000', '102737.643000', '102737.645000', '102737.653000', '102737.656000', '102737.658000', '102737.661000', '102737.663000', '102737.666000', '102737.669000', '102737.671000', '102737.674000', '102737.677000', '102737.679000', '102737.682000', '102737.684000', '102737.687000', '102737.690000', '102737.692000', '102737.695000', '102737.698000', '102737.701000', '102737.703000', '102737.706000', '102737.709000', '102737.711000', '102757.595000', '102757.598000', '102757.600000', '102757.603000', '102757.606000', '102757.608000', '102757.611000', '102757.614000', '102757.616000', '102757.619000', '102757.622000', '102757.624000', '102757.627000', '102757.630000', '102757.632000', '102757.635000', '102757.638000', '102757.641000', '102757.643000', '102757.646000', '102757.648000', '102757.651000', '102757.654000', '102757.656000', '102757.659000', '102757.662000', '102757.664000', '102757.667000', '102757.670000', '102757.672000', '102757.675000', '102757.678000', '102757.680000', '102757.683000', '102757.686000', '102757.688000', '102757.691000', '102757.694000', '102757.696000', '102757.699000', '102757.701000', '102757.704000', '102757.707000', '102757.709000', '102808.938000', '102808.941000', '102808.943000', '102808.947000', '102808.949000', '102808.952000', '102808.955000', '102808.958000', '102808.960000', '102808.963000', '102808.966000', '102808.968000', '102808.971000', '102808.974000', '102808.976000', '102808.979000', '102808.982000', '102808.985000', '102808.987000', '102808.990000', '102808.993000', '102808.996000', '102808.998000', '102809.002000', '102809.005000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8124, 8089, 9265, 8124, 7486, 8264, 8031, 7913, 7767, 9628, 7959, 10549, 8285, 9543, 9474, 8023, 8753, 7396, 8878, 7816, 9829, 9008, 8043, 10505, 7931, 17237, 13587, 12308, 8928, 8232, 7592, 7843, 11101, 8537, 9434, 7572, 7725, 8218, 7472, 13586, 10181, 10551, 7479, 8447, 8091, 7667, 11197, 9099, 15144, 9066, 8263, 8104, 7329, 10199, 8303, 10235, 7212, 7908, 9031, 7737, 10409, 7509, 8347, 7392, 13536, 14554, 10228, 10420, 7683, 9257, 8031, 7822, 9164, 13091, 16329, 8697, 9150, 8287, 7584, 7938, 10562, 17032, 13782, 13031, 7568, 8816, 8152, 8113, 7909, 7726, 7720, 9379, 8133, 14073, 12389, 10748, 9908, 7259, 10790, 7364, 7583, 9385, 8266, 13469, 8685, 10497, 7802, 7554, 10768, 10164, 15761, 10006, 10530, 8058, 8478, 7733, 8165, 7271, 7775, 9120, 7808, 9657, 8049, 7671, 7929, 7887, 7966, 8198, 7381, 8343, 8028, 7822, 9211, 7986, 9367, 7720, 7985, 8653, 8354, 9088, 8380, 9865, 7802, 12370, 9926, 17547, 12383, 9794, 7543, 7855, 7690, 8512, 12379, 8446, 8271, 7507, 7933, 7483, 8131, 8967, 8473, 8522, 8171, 11743, 8713, 9259, 8146, 7960, 13674, 10394, 13849, 8789, 13775, 9807, 14355, 9783, 10154, 9670, 12948, 16065, 13116, 12768, 7942, 8912, 8209, 9744, 8961, 15982, 12246, 8347, 7751, 8337, 8555, 8310, 8709, 7117, 8340, 8100, 8547, 9294, 8191, 8965, 7586, 12885, 10882, 8528, 7993, 8303, 8442, 8023, 15923, 12882, 12147, 8646, 8465, 7306, 8808, 9995, 8554, 8260, 8152, 9030, 7849, 7934, 7408, 8864, 9939, 7976, 11853, 7567, 8443, 8601, 14131, 14468, 8518, 8770, 7935, 10138, 7940, 15782, 10654, 8559, 7473, 8371, 8836, 8521, 11509, 8133, 7819, 7094, 8952, 8326, 8530, 7904, 8118, 13192, 9686, 10182, 7633, 8566, 7599, 9799, 15115, 8311, 9236, 7636, 9409, 7948, 14236, 10729, 9428, 7362, 8294, 8275, 8549, 10320, 8329, 7954, 7221, 9609, 10712, 8539, 8282, 8094, 8992, 7839, 11291, 10171, 8469, 7528, 7582, 10594, 7986, 10819, 7465, 8307, 7507, 8796, 12232, 7646, 8978, 8558, 11355, 10540, 15559, 14361, 8480, 8026, 7740, 9089, 8071, 12025, 11307, 8557, 7831, 8492, 8931, 8275, 9994, 8041, 8102, 7556, 8028, 9975, 9269, 14052, 7909, 8527, 7615, 8537, 9692, 8610, 8323, 7562, 13928, 11446, 11099, 7543, 8691, 7475, 7854, 13371, 9064, 9395, 7785, 8428, 7237, 7788, 10270, 8445, 8230, 8223, 8064, 7358, 8731, 7852, 8345, 9557, 8457, 10595, 7567, 9919, 8516, 13767, 12916, 8373, 9420, 7923, 9645, 8241, 15952, 12953, 10453, 8502, 8369, 8245, 8070, 12654, 8224, 8552, 7385, 9010, 13834, 9451, 11085, 7675, 8426, 7723, 10524, 8269, 8312, 8275, 7859, 13416, 9701, 9505, 7471, 8525, 7611, 8113, 11492, 7698, 8337, 7549, 8671, 12262, 8291, 9487, 7669, 8248, 7311, 8533, 11236, 8666, 8004, 8119, 10280, 8072, 8500, 7127, 8491, 8237, 8839, 9697, 7561, 8075, 7138, 10462, 10151, 8700, 8383, 7793, 11618, 9131, 17698, 13223, 10456, 8379, 8542, 8423, 7880, 8349, 9149, 8499, 7843, 7825, 7698, 7074, 8802, 8015, 7825, 10844, 8308, 14816, 10913, 8252, 8045, 7668, 10218, 8065, 12559, 8447, 8046, 8830, 7969, 11025, 7772, 8455, 7576, 11288, 13801, 8613, 8725, 7933, 9506, 8095, 12627, 9180, 8766, 7085, 8733, 8265, 8799, 8065, 9073, 7773, 8783, 9108, 7381, 8300, 7154, 8228, 8837, 8681, 14093, 8437, 10173, 8391, 8381, 7307, 10567, 8624, 8814, 8454, 8840, 12375, 8830, 10777, 8848, 8513, 7114, 9259, 9982, 8737, 8612, 8412, 13569, 10536, 13269, 8568, 8661, 8835, 8827, 15254, 9048, 12023, 7962, 13246, 11547, 8592, 7764, 8446, 12902, 8682, 9568, 7689, 8893, 8916, 10799, 10299, 8337, 7968, 7458, 8522, 9941, 8671, 9369, 8584, 7943, 7572, 10230, 11163, 8557, 8181, 8376, 10133, 8230, 8636, 7748, 8624, 11572, 8883, 13367, 7764, 8933, 9047, 11222, 13797, 7748, 9304, 7648, 12616, 11897, 8215, 8182, 7746, 12976, 9478, 9346, 7389, 8655, 7850, 8733, 12109, 8105, 8482, 7947, 8083, 8721, 8980, 7779, 8905, 8696, 7312, 10882, 9002, 8783, 8055, 8849, 10366, 8653, 8472, 7291, 8373, 10721, 8505, 15813, 9317, 8718, 8106, 8315, 12486, 11909, 16643, 9554, 8920, 7775, 8499, 14623, 9078, 10120, 7841, 8891, 9118, 11668, 16057, 8684, 10164, 7509, 8780, 9158, 10238, 16794, 13428, 11116, 7995, 8365, 8764, 7844, 13831, 8099, 8825, 7598, 7920, 10636, 8565, 8725, 7671, 8363, 11264, 9283, 12790, 8340, 8674, 8718, 7679, 14517, 10450, 10758, 7801, 8493, 10938, 8463, 8302, 8253, 8299, 7574, 9530, 9612, 8588, 9144, 7830, 8100, 7427, 8565, 9700, 8539, 9038, 7791, 8093, 7636, 8361, 8277, 8111, 8747, 7570, 10206, 8232, 8333, 9456, 8682, 16106, 13911, 14969, 9587, 8389, 9140, 8335, 8326, 8235, 11610, 13862, 8391, 8845, 8319, 8984, 7289, 8344, 10824, 7630, 10635, 7921, 8943, 7733, 8321, 8456, 7608, 11247, 8616, 17246, 12948, 11401, 8158, 7875, 9325, 11997, 16616, 11378, 10522, 7681, 7918, 8303, 9013, 7432, 8452, 7181, 8574, 7868, 8500, 7760, 7903, 8886, 7337, 9230, 7332, 7976, 11773, 8720, 11511, 7513, 8403, 8212, 10137, 9644, 13999, 11778, 8284, 7872, 8269, 10615, 8418, 8536, 7304, 8973, 7601, 8499, 10113, 8106, 9051, 7693, 14297, 11147, 11134, 8001, 8507, 7962, 9374, 15992, 13888, 14785, 8939, 8835, 7239, 8008, 9524, 7735, 9285, 7734, 8356, 7309, 8857, 7802, 8508, 7512, 7785, 11927, 8596, 8695, 7497, 8674, 7882, 9929, 10917, 8007, 8207, 7556, 13978, 10105, 9729, 7377, 8644, 7220, 7865, 13522, 9276, 9234, 7916, 8324, 7209, 8389, 9972, 8728, 8011, 8273, 8032, 8229, 8956, 7370, 8811, 8101, 8519, 11475, 7851, 10162, 7903, 12371, 12085, 8573, 7699, 8569, 8157, 7621, 15878, 11283, 10540, 7706, 8668, 7656, 7889, 9344, 8732, 8203, 8033, 7983, 7246, 8097, 7273, 8535, 8772, 7721, 9964, 7843, 7656, 8408, 7385, 9249, 8673, 14393, 13557, 9012, 11408, 7723, 16876, 13284, 11460, 8112, 7975, 7920, 8152, 11738, 7800, 8376, 7622, 7805, 7390, 8405, 7751, 8689, 7958, 7725, 9579, 8570, 8449, 7598, 7981, 10219, 8158, 8518, 7820, 12365, 9467, 14195, 8628, 9185, 7894, 7777, 11971, 8617, 10089, 7461, 10635, 8122, 15054, 8653, 8908, 7336, 7947, 8806, 8435, 9071, 7521, 8599, 7912, 12021, 8595, 8429, 7574, 8983, 7848, 7700, 11740, 8560, 9358, 7637, 8176, 9357, 7898, 10413, 7386, 9762, 7899, 10318, 7569, 9073, 7669, 13486, 10009, 13972, 8365, 8838, 8027, 7964, 10069, 8170, 15809, 8611, 8499, 7490, 8280, 9323, 8638, 8667, 7601, 8227, 7305, 8363, 7774, 8318, 8618, 7736, 13716, 9603, 9806, 7566, 7496, 9886, 10699, 15596, 9652, 9882, 7644, 8052, 9317, 10851, 12214, 8026, 9157, 7764, 8619, 7516, 8958, 7541, 8085, 8708, 7845, 10968, 7624, 8590, 8129, 7883, 11095, 7490, 9077, 7667, 10613, 8103, 8544, 7693, 7817, 9796, 7647, 10798, 7538, 7902, 7878, 8339, 9339, 8166, 8740, 7755, 9936, 7823, 11557, 8594, 8184, 8145, 7734, 11583, 8759, 8664, 7373, 8304, 8671, 7609, 11515, 7736, 8744, 7593, 8296, 9842, 7985, 8932, 7733, 11368, 8572, 8431, 7558, 7884, 11530, 11178, 15268, 7780, 8564, 7604, 8203, 9591, 8109, 9172, 7923, 8583, 7598, 9311, 7732, 8418, 7416, 8311, 8847, 7821, 11538, 8088, 8270, 7781, 8184, 10700, 7544, 9263, 7799, 9480, 10599, 10936, 11163, 7390, 9199, 7914, 13362, 12533, 13977, 8635, 8238, 7648, 7783, 11663, 8691, 8819, 7471, 7980, 8839, 7664, 13109, 7674, 8764, 7817, 7975, 11180, 7347, 9103, 7331, 9125, 9470, 9042, 8679, 7698, 8381, 7587, 9108, 10336, 8294, 7691, 7622, 9369, 7408, 11285, 8906, 8168, 8032, 7560, 10533, 9538, 11779, 9455, 7381, 8837, 7785, 13337, 9671, 8625, 7547, 7351, 11643, 8905, 10882, 7503, 8079, 9351, 11340, 13325, 7402, 9374, 8212, 9454, 8173, 11291, 8433, 8324, 7127, 7570, 11670, 8683, 9622, 7920, 8364, 7745, 8509, 9553, 7786, 7686, 7362, 8664, 7586, 12160, 10013, 8402, 7558, 7407, 8759, 7632, 13659, 15426, 11580, 10199, 7819, 8643, 7762, 12081, 14006, 11374, 11741, 7577, 8343, 7612, 8112, 10491, 7391, 8589, 7566, 8404, 7620, 8116, 7891, 7762, 12320, 9262, 13047, 8508, 7485, 8765, 7772, 7992, 7979, 7519, 8116, 7690, 10460, 10557, 8137, 8820, 7236, 8250, 7673, 8618, 7621, 9622, 13944, 9985, 9964, 7450, 8314, 7650, 9955, 10076, 11091, 11163, 7462, 8518, 7432, 8667, 8072, 12065, 8563, 8260, 7634, 7648, 8816, 7486, 10869, 7798, 8359, 7762, 8261, 12674, 10001, 10415, 7458, 8148, 7723, 8102, 7941, 8402, 8027, 8776, 7957, 7542, 11480, 8462, 8560, 7246, 8501, 7591, 8109, 13382, 8540, 9875, 7736, 9507, 11505, 8295, 10250, 7543, 10634, 9627, 9769, 9325, 7579, 7926, 7574, 10694, 14361, 9394, 9402, 7762, 8125, 7662, 11135, 11546, 8174, 7963, 7607, 11379, 8472, 9858, 7342, 7919, 8968, 7835, 12829, 7328, 7974, 7803, 8371, 16082, 9742, 8673, 7412, 7839, 12093, 10248, 12121, 7469, 8390, 7614, 7627, 12783, 10582, 8317, 7532, 7602, 8420, 7624, 11642, 7739, 8173, 8525, 7733, 14194, 8395], 'WindowCenter': [4422.0, 4405.0, 4403.0, 4383.0, 4346.0, 4353.0, 4341.0, 4339.0, 4340.0, 4368.0, 4352.0, 4379.0, 4362.0, 4370.0, 4369.0, 4349.0, 4347.0, 4325.0, 4357.0, 4368.0, 4383.0, 4362.0, 4338.0, 4378.0, 4335.0, 4438.0, 4420.0, 4399.0, 4355.0, 4334.0, 4323.0, 4350.0, 4387.0, 4374.0, 4372.0, 4340.0, 4339.0, 4364.0, 4340.0, 4408.0, 4393.0, 4379.0, 4338.0, 4349.0, 4337.0, 4350.0, 4389.0, 4371.0, 4432.0, 4359.0, 4346.0, 4335.0, 4329.0, 4379.0, 4363.0, 4378.0, 4328.0, 4350.0, 4371.0, 4341.0, 4378.0, 4328.0, 4350.0, 4339.0, 4418.0, 4433.0, 4379.0, 4365.0, 4324.0, 4343.0, 4336.0, 4338.0, 4357.0, 4408.0, 4442.0, 4346.0, 4342.0, 4334.0, 4325.0, 4336.0, 4375.0, 4454.0, 4434.0, 4436.0, 4364.0, 4371.0, 4348.0, 4335.0, 4336.0, 4337.0, 4339.0, 4370.0, 4351.0, 4421.0, 4414.0, 4391.0, 4368.0, 4327.0, 4363.0, 4316.0, 4323.0, 4344.0, 4335.0, 4395.0, 4347.0, 4365.0, 4327.0, 4336.0, 4375.0, 4364.0, 4417.0, 4354.0, 4350.0, 4324.0, 4320.0, 4324.0, 4322.0, 4327.0, 4337.0, 4356.0, 4324.0, 4355.0, 4334.0, 4321.0, 4323.0, 4322.0, 4336.0, 4347.0, 4328.0, 4347.0, 4350.0, 4339.0, 4357.0, 4338.0, 4355.0, 4354.0, 4350.0, 4362.0, 4350.0, 4359.0, 4347.0, 4367.0, 4352.0, 4411.0, 4381.0, 4453.0, 4410.0, 4366.0, 4326.0, 4337.0, 4339.0, 4357.0, 4423.0, 4364.0, 4349.0, 4340.0, 4363.0, 4341.0, 4365.0, 4373.0, 4360.0, 4361.0, 4376.0, 4414.0, 4379.0, 4384.0, 4365.0, 4365.0, 4436.0, 4395.0, 4422.0, 4360.0, 4424.0, 4382.0, 4421.0, 4370.0, 4381.0, 4383.0, 4410.0, 4442.0, 4422.0, 4397.0, 4324.0, 4332.0, 4348.0, 4367.0, 4357.0, 4441.0, 4400.0, 4335.0, 4324.0, 4349.0, 4357.0, 4363.0, 4347.0, 4319.0, 4347.0, 4350.0, 4371.0, 4371.0, 4349.0, 4373.0, 4352.0, 4410.0, 4403.0, 4347.0, 4337.0, 4345.0, 4359.0, 4348.0, 4429.0, 4426.0, 4399.0, 4347.0, 4334.0, 4328.0, 4357.0, 4380.0, 4358.0, 4346.0, 4353.0, 4370.0, 4364.0, 4349.0, 4326.0, 4373.0, 4381.0, 4363.0, 4400.0, 4340.0, 4361.0, 4360.0, 4432.0, 4431.0, 4348.0, 4345.0, 4350.0, 4378.0, 4347.0, 4441.0, 4390.0, 4346.0, 4314.0, 4349.0, 4358.0, 4361.0, 4400.0, 4339.0, 4338.0, 4330.0, 4370.0, 4350.0, 4346.0, 4349.0, 4351.0, 4411.0, 4383.0, 4367.0, 4327.0, 4360.0, 4339.0, 4380.0, 4432.0, 4348.0, 4355.0, 4326.0, 4357.0, 4337.0, 4419.0, 4390.0, 4355.0, 4313.0, 4347.0, 4346.0, 4358.0, 4378.0, 4347.0, 4347.0, 4337.0, 4367.0, 4391.0, 4360.0, 4346.0, 4336.0, 4356.0, 4350.0, 4389.0, 4380.0, 4346.0, 4325.0, 4338.0, 4378.0, 4350.0, 4376.0, 4315.0, 4348.0, 4326.0, 4359.0, 4398.0, 4325.0, 4343.0, 4359.0, 4387.0, 4376.0, 4427.0, 4419.0, 4334.0, 4321.0, 4324.0, 4344.0, 4334.0, 4385.0, 4388.0, 4347.0, 4324.0, 4333.0, 4356.0, 4347.0, 4368.0, 4339.0, 4336.0, 4327.0, 4349.0, 4379.0, 4383.0, 4419.0, 4336.0, 4344.0, 4338.0, 4347.0, 4368.0, 4346.0, 4349.0, 4338.0, 4418.0, 4403.0, 4376.0, 4324.0, 4345.0, 4325.0, 4334.0, 4408.0, 4359.0, 4355.0, 4325.0, 4347.0, 4326.0, 4337.0, 4379.0, 4348.0, 4334.0, 4349.0, 4348.0, 4340.0, 4359.0, 4338.0, 4350.0, 4369.0, 4350.0, 4378.0, 4341.0, 4380.0, 4348.0, 4420.0, 4410.0, 4335.0, 4345.0, 4336.0, 4367.0, 4348.0, 4429.0, 4412.0, 4377.0, 4334.0, 4333.0, 4335.0, 4336.0, 4397.0, 4348.0, 4347.0, 4328.0, 4356.0, 4420.0, 4368.0, 4375.0, 4324.0, 4332.0, 4338.0, 4376.0, 4347.0, 4335.0, 4347.0, 4350.0, 4408.0, 4371.0, 4356.0, 4315.0, 4334.0, 4339.0, 4338.0, 4389.0, 4328.0, 4348.0, 4340.0, 4359.0, 4411.0, 4350.0, 4356.0, 4326.0, 4335.0, 4328.0, 4347.0, 4402.0, 4350.0, 4337.0, 4350.0, 4379.0, 4349.0, 4347.0, 4317.0, 4348.0, 4348.0, 4360.0, 4369.0, 4340.0, 4351.0, 4331.0, 4392.0, 4382.0, 4348.0, 4336.0, 4341.0, 4388.0, 4369.0, 4440.0, 4412.0, 4366.0, 4335.0, 4349.0, 4347.0, 4338.0, 4335.0, 4369.0, 4359.0, 4336.0, 4340.0, 4338.0, 4330.0, 4359.0, 4337.0, 4340.0, 4389.0, 4348.0, 4432.0, 4392.0, 4347.0, 4325.0, 4327.0, 4379.0, 4350.0, 4400.0, 4348.0, 4338.0, 4359.0, 4338.0, 4378.0, 4338.0, 4349.0, 4339.0, 4388.0, 4423.0, 4349.0, 4345.0, 4337.0, 4367.0, 4349.0, 4410.0, 4371.0, 4348.0, 4317.0, 4359.0, 4348.0, 4362.0, 4338.0, 4359.0, 4338.0, 4373.0, 4370.0, 4345.0, 4354.0, 4331.0, 4363.0, 4372.0, 4361.0, 4435.0, 4352.0, 4368.0, 4350.0, 4350.0, 4330.0, 4393.0, 4362.0, 4349.0, 4351.0, 4361.0, 4411.0, 4374.0, 4378.0, 4358.0, 4360.0, 4331.0, 4383.0, 4384.0, 4361.0, 4349.0, 4365.0, 4422.0, 4395.0, 4412.0, 4350.0, 4347.0, 4361.0, 4359.0, 4433.0, 4360.0, 4399.0, 4351.0, 4411.0, 4402.0, 4348.0, 4327.0, 4350.0, 4410.0, 4351.0, 4356.0, 4340.0, 4359.0, 4358.0, 4392.0, 4368.0, 4337.0, 4325.0, 4341.0, 4348.0, 4369.0, 4362.0, 4360.0, 4349.0, 4337.0, 4342.0, 4380.0, 4405.0, 4348.0, 4337.0, 4363.0, 4380.0, 4364.0, 4361.0, 4329.0, 4362.0, 4402.0, 4374.0, 4411.0, 4330.0, 4362.0, 4361.0, 4403.0, 4421.0, 4328.0, 4358.0, 4340.0, 4411.0, 4402.0, 4338.0, 4335.0, 4341.0, 4408.0, 4372.0, 4356.0, 4316.0, 4349.0, 4348.0, 4359.0, 4401.0, 4338.0, 4335.0, 4351.0, 4336.0, 4361.0, 4360.0, 4327.0, 4357.0, 4359.0, 4341.0, 4403.0, 4374.0, 4359.0, 4338.0, 4373.0, 4392.0, 4375.0, 4363.0, 4330.0, 4364.0, 4403.0, 4373.0, 4445.0, 4372.0, 4349.0, 4340.0, 4363.0, 4411.0, 4416.0, 4443.0, 4370.0, 4348.0, 4352.0, 4359.0, 4433.0, 4349.0, 4367.0, 4340.0, 4360.0, 4359.0, 4387.0, 4443.0, 4349.0, 4365.0, 4316.0, 4349.0, 4358.0, 4378.0, 4443.0, 4422.0, 4377.0, 4339.0, 4349.0, 4345.0, 4336.0, 4420.0, 4337.0, 4345.0, 4326.0, 4351.0, 4390.0, 4363.0, 4348.0, 4327.0, 4351.0, 4390.0, 4372.0, 4412.0, 4338.0, 4345.0, 4348.0, 4340.0, 4420.0, 4381.0, 4365.0, 4339.0, 4347.0, 4376.0, 4347.0, 4334.0, 4334.0, 4335.0, 4338.0, 4366.0, 4367.0, 4359.0, 4356.0, 4326.0, 4324.0, 4330.0, 4347.0, 4369.0, 4360.0, 4358.0, 4327.0, 4350.0, 4340.0, 4362.0, 4350.0, 4338.0, 4350.0, 4341.0, 4379.0, 4350.0, 4349.0, 4372.0, 4361.0, 4431.0, 4423.0, 4429.0, 4356.0, 4335.0, 4345.0, 4348.0, 4347.0, 4348.0, 4390.0, 4423.0, 4349.0, 4346.0, 4337.0, 4345.0, 4327.0, 4348.0, 4390.0, 4339.0, 4377.0, 4350.0, 4358.0, 4328.0, 4337.0, 4337.0, 4341.0, 4391.0, 4359.0, 4442.0, 4400.0, 4375.0, 4324.0, 4337.0, 4357.0, 4385.0, 4428.0, 4375.0, 4362.0, 4324.0, 4333.0, 4335.0, 4346.0, 4326.0, 4336.0, 4317.0, 4358.0, 4338.0, 4348.0, 4337.0, 4352.0, 4371.0, 4342.0, 4359.0, 4342.0, 4350.0, 4399.0, 4363.0, 4401.0, 4329.0, 4335.0, 4351.0, 4378.0, 4368.0, 4422.0, 4400.0, 4338.0, 4325.0, 4350.0, 4377.0, 4352.0, 4347.0, 4328.0, 4361.0, 4340.0, 4363.0, 4381.0, 4338.0, 4359.0, 4340.0, 4420.0, 4404.0, 4378.0, 4337.0, 4348.0, 4338.0, 4358.0, 4428.0, 4421.0, 4406.0, 4344.0, 4343.0, 4326.0, 4336.0, 4368.0, 4341.0, 4357.0, 4327.0, 4347.0, 4329.0, 4360.0, 4337.0, 4347.0, 4329.0, 4340.0, 4400.0, 4362.0, 4346.0, 4316.0, 4349.0, 4338.0, 4380.0, 4378.0, 4325.0, 4348.0, 4340.0, 4419.0, 4380.0, 4354.0, 4313.0, 4346.0, 4326.0, 4334.0, 4410.0, 4370.0, 4345.0, 4334.0, 4336.0, 4328.0, 4346.0, 4382.0, 4361.0, 4337.0, 4350.0, 4350.0, 4362.0, 4361.0, 4328.0, 4359.0, 4352.0, 4362.0, 4403.0, 4340.0, 4380.0, 4352.0, 4411.0, 4414.0, 4350.0, 4327.0, 4349.0, 4349.0, 4340.0, 4430.0, 4403.0, 4378.0, 4328.0, 4347.0, 4337.0, 4348.0, 4357.0, 4360.0, 4348.0, 4338.0, 4353.0, 4354.0, 4349.0, 4327.0, 4361.0, 4360.0, 4353.0, 4381.0, 4352.0, 4341.0, 4361.0, 4341.0, 4370.0, 4361.0, 4436.0, 4412.0, 4347.0, 4389.0, 4338.0, 4441.0, 4409.0, 4374.0, 4323.0, 4335.0, 4332.0, 4334.0, 4387.0, 4323.0, 4321.0, 4338.0, 4336.0, 4326.0, 4350.0, 4338.0, 4347.0, 4336.0, 4350.0, 4381.0, 4361.0, 4348.0, 4351.0, 4349.0, 4392.0, 4339.0, 4347.0, 4340.0, 4410.0, 4381.0, 4420.0, 4348.0, 4344.0, 4338.0, 4336.0, 4400.0, 4348.0, 4365.0, 4327.0, 4376.0, 4337.0, 4417.0, 4348.0, 4344.0, 4313.0, 4336.0, 4356.0, 4350.0, 4359.0, 4328.0, 4359.0, 4350.0, 4397.0, 4360.0, 4348.0, 4326.0, 4345.0, 4337.0, 4337.0, 4400.0, 4362.0, 4359.0, 4341.0, 4350.0, 4369.0, 4339.0, 4378.0, 4327.0, 4367.0, 4338.0, 4367.0, 4326.0, 4358.0, 4338.0, 4409.0, 4379.0, 4420.0, 4348.0, 4344.0, 4323.0, 4336.0, 4365.0, 4347.0, 4429.0, 4360.0, 4347.0, 4325.0, 4347.0, 4356.0, 4361.0, 4347.0, 4338.0, 4360.0, 4340.0, 4362.0, 4340.0, 4349.0, 4360.0, 4352.0, 4421.0, 4383.0, 4368.0, 4328.0, 4339.0, 4380.0, 4379.0, 4431.0, 4370.0, 4356.0, 4337.0, 4336.0, 4355.0, 4388.0, 4398.0, 4337.0, 4344.0, 4338.0, 4346.0, 4340.0, 4347.0, 4326.0, 4349.0, 4359.0, 4349.0, 4378.0, 4338.0, 4334.0, 4349.0, 4337.0, 4391.0, 4328.0, 4346.0, 4340.0, 4377.0, 4351.0, 4347.0, 4337.0, 4338.0, 4366.0, 4341.0, 4378.0, 4338.0, 4348.0, 4350.0, 4358.0, 4370.0, 4349.0, 4347.0, 4339.0, 4378.0, 4337.0, 4400.0, 4349.0, 4336.0, 4336.0, 4338.0, 4386.0, 4361.0, 4348.0, 4326.0, 4347.0, 4358.0, 4339.0, 4389.0, 4338.0, 4347.0, 4339.0, 4349.0, 4381.0, 4338.0, 4357.0, 4340.0, 4389.0, 4361.0, 4337.0, 4337.0, 4338.0, 4388.0, 4391.0, 4429.0, 4326.0, 4332.0, 4338.0, 4346.0, 4366.0, 4350.0, 4358.0, 4337.0, 4345.0, 4338.0, 4356.0, 4351.0, 4348.0, 4326.0, 4349.0, 4359.0, 4340.0, 4390.0, 4339.0, 4348.0, 4339.0, 4360.0, 4391.0, 4328.0, 4357.0, 4351.0, 4369.0, 4390.0, 4392.0, 4389.0, 4327.0, 4356.0, 4339.0, 4407.0, 4410.0, 4419.0, 4335.0, 4334.0, 4326.0, 4325.0, 4387.0, 4348.0, 4344.0, 4314.0, 4338.0, 4357.0, 4338.0, 4408.0, 4326.0, 4335.0, 4340.0, 4337.0, 4390.0, 4313.0, 4343.0, 4327.0, 4354.0, 4367.0, 4371.0, 4346.0, 4326.0, 4346.0, 4339.0, 4358.0, 4393.0, 4349.0, 4326.0, 4340.0, 4368.0, 4328.0, 4400.0, 4360.0, 4338.0, 4335.0, 4340.0, 4377.0, 4369.0, 4401.0, 4368.0, 4326.0, 4357.0, 4338.0, 4410.0, 4370.0, 4336.0, 4326.0, 4327.0, 4389.0, 4360.0, 4364.0, 4328.0, 4336.0, 4356.0, 4388.0, 4408.0, 4315.0, 4343.0, 4348.0, 4355.0, 4347.0, 4388.0, 4337.0, 4334.0, 4316.0, 4326.0, 4385.0, 4360.0, 4355.0, 4325.0, 4335.0, 4338.0, 4346.0, 4371.0, 4338.0, 4325.0, 4327.0, 4347.0, 4337.0, 4401.0, 4381.0, 4337.0, 4325.0, 4316.0, 4359.0, 4339.0, 4408.0, 4432.0, 4388.0, 4353.0, 4324.0, 4345.0, 4325.0, 4385.0, 4407.0, 4388.0, 4373.0, 4323.0, 4333.0, 4336.0, 4335.0, 4377.0, 4315.0, 4332.0, 4326.0, 4334.0, 4325.0, 4324.0, 4335.0, 4338.0, 4396.0, 4355.0, 4407.0, 4345.0, 4326.0, 4344.0, 4325.0, 4338.0, 4336.0, 4328.0, 4337.0, 4340.0, 4389.0, 4380.0, 4352.0, 4358.0, 4327.0, 4334.0, 4325.0, 4335.0, 4338.0, 4358.0, 4423.0, 4370.0, 4366.0, 4316.0, 4336.0, 4340.0, 4367.0, 4366.0, 4389.0, 4387.0, 4326.0, 4346.0, 4317.0, 4336.0, 4340.0, 4398.0, 4348.0, 4335.0, 4314.0, 4339.0, 4357.0, 4327.0, 4376.0, 4328.0, 4335.0, 4340.0, 4348.0, 4411.0, 4381.0, 4379.0, 4329.0, 4325.0, 4342.0, 4338.0, 4338.0, 4362.0, 4339.0, 4349.0, 4350.0, 4353.0, 4398.0, 4365.0, 4362.0, 4331.0, 4359.0, 4352.0, 4350.0, 4424.0, 4362.0, 4367.0, 4353.0, 4370.0, 4402.0, 4350.0, 4368.0, 4341.0, 4377.0, 4369.0, 4383.0, 4360.0, 4340.0, 4350.0, 4340.0, 4390.0, 4435.0, 4372.0, 4358.0, 4341.0, 4350.0, 4338.0, 4402.0, 4403.0, 4351.0, 4338.0, 4341.0, 4389.0, 4363.0, 4369.0, 4317.0, 4340.0, 4359.0, 4341.0, 4410.0, 4327.0, 4339.0, 4339.0, 4348.0, 4442.0, 4371.0, 4347.0, 4340.0, 4337.0, 4398.0, 4393.0, 4400.0, 4329.0, 4348.0, 4340.0, 4338.0, 4408.0, 4393.0, 4348.0, 4327.0, 4340.0, 4348.0, 4341.0, 4390.0, 4329.0, 4336.0, 4360.0, 4338.0, 4420.0, 4337.0], 'WindowWidth': [9813.0, 9772.0, 9743.0, 9712.0, 9645.0, 9646.0, 9625.0, 9619.0, 9621.0, 9656.0, 9641.0, 9672.0, 9655.0, 9660.0, 9658.0, 9631.0, 9623.0, 9591.0, 9638.0, 9671.0, 9682.0, 9649.0, 9612.0, 9665.0, 9603.0, 9754.0, 9729.0, 9694.0, 9632.0, 9601.0, 9588.0, 9637.0, 9682.0, 9674.0, 9666.0, 9620.0, 9619.0, 9660.0, 9624.0, 9713.0, 9699.0, 9671.0, 9619.0, 9631.0, 9614.0, 9639.0, 9688.0, 9665.0, 9748.0, 9642.0, 9621.0, 9606.0, 9606.0, 9675.0, 9657.0, 9669.0, 9602.0, 9638.0, 9664.0, 9624.0, 9669.0, 9604.0, 9638.0, 9622.0, 9725.0, 9751.0, 9671.0, 9646.0, 9590.0, 9613.0, 9611.0, 9618.0, 9641.0, 9710.0, 9764.0, 9623.0, 9611.0, 9604.0, 9598.0, 9613.0, 9664.0, 9788.0, 9755.0, 9764.0, 9663.0, 9667.0, 9630.0, 9609.0, 9613.0, 9615.0, 9618.0, 9663.0, 9639.0, 9735.0, 9726.0, 9690.0, 9654.0, 9598.0, 9639.0, 9581.0, 9586.0, 9616.0, 9607.0, 9688.0, 9624.0, 9644.0, 9598.0, 9612.0, 9660.0, 9643.0, 9723.0, 9629.0, 9618.0, 9588.0, 9579.0, 9590.0, 9583.0, 9600.0, 9615.0, 9636.0, 9593.0, 9633.0, 9603.0, 9580.0, 9588.0, 9587.0, 9610.0, 9625.0, 9603.0, 9626.0, 9637.0, 9618.0, 9640.0, 9617.0, 9635.0, 9648.0, 9639.0, 9654.0, 9637.0, 9644.0, 9626.0, 9652.0, 9642.0, 9722.0, 9679.0, 9783.0, 9714.0, 9647.0, 9594.0, 9615.0, 9622.0, 9642.0, 9739.0, 9661.0, 9633.0, 9621.0, 9663.0, 9630.0, 9667.0, 9671.0, 9649.0, 9653.0, 9682.0, 9731.0, 9687.0, 9687.0, 9664.0, 9666.0, 9763.0, 9701.0, 9734.0, 9648.0, 9740.0, 9681.0, 9731.0, 9661.0, 9676.0, 9685.0, 9718.0, 9766.0, 9734.0, 9691.0, 9590.0, 9596.0, 9633.0, 9655.0, 9642.0, 9762.0, 9701.0, 9608.0, 9589.0, 9634.0, 9644.0, 9657.0, 9628.0, 9590.0, 9629.0, 9637.0, 9668.0, 9665.0, 9633.0, 9673.0, 9644.0, 9719.0, 9712.0, 9627.0, 9611.0, 9623.0, 9650.0, 9633.0, 9746.0, 9745.0, 9699.0, 9625.0, 9603.0, 9607.0, 9643.0, 9676.0, 9643.0, 9626.0, 9646.0, 9665.0, 9662.0, 9633.0, 9600.0, 9674.0, 9681.0, 9660.0, 9701.0, 9621.0, 9655.0, 9653.0, 9752.0, 9749.0, 9627.0, 9618.0, 9637.0, 9673.0, 9630.0, 9759.0, 9690.0, 9622.0, 9575.0, 9633.0, 9644.0, 9653.0, 9702.0, 9618.0, 9619.0, 9611.0, 9662.0, 9637.0, 9625.0, 9635.0, 9641.0, 9721.0, 9686.0, 9653.0, 9598.0, 9650.0, 9623.0, 9674.0, 9749.0, 9628.0, 9632.0, 9597.0, 9643.0, 9616.0, 9726.0, 9688.0, 9632.0, 9573.0, 9627.0, 9627.0, 9644.0, 9669.0, 9625.0, 9629.0, 9619.0, 9656.0, 9692.0, 9649.0, 9623.0, 9610.0, 9636.0, 9640.0, 9687.0, 9676.0, 9623.0, 9592.0, 9618.0, 9670.0, 9636.0, 9661.0, 9578.0, 9630.0, 9600.0, 9646.0, 9694.0, 9591.0, 9614.0, 9648.0, 9681.0, 9665.0, 9735.0, 9725.0, 9602.0, 9579.0, 9590.0, 9621.0, 9607.0, 9674.0, 9684.0, 9626.0, 9590.0, 9600.0, 9637.0, 9630.0, 9657.0, 9618.0, 9610.0, 9600.0, 9635.0, 9673.0, 9684.0, 9725.0, 9608.0, 9617.0, 9619.0, 9626.0, 9656.0, 9622.0, 9634.0, 9619.0, 9726.0, 9710.0, 9661.0, 9588.0, 9621.0, 9596.0, 9606.0, 9712.0, 9645.0, 9633.0, 9593.0, 9630.0, 9600.0, 9613.0, 9675.0, 9628.0, 9603.0, 9635.0, 9630.0, 9623.0, 9646.0, 9617.0, 9635.0, 9658.0, 9635.0, 9670.0, 9626.0, 9677.0, 9631.0, 9730.0, 9714.0, 9607.0, 9618.0, 9609.0, 9656.0, 9630.0, 9741.0, 9722.0, 9665.0, 9603.0, 9600.0, 9609.0, 9609.0, 9692.0, 9627.0, 9625.0, 9605.0, 9638.0, 9731.0, 9655.0, 9658.0, 9590.0, 9599.0, 9617.0, 9663.0, 9627.0, 9608.0, 9627.0, 9636.0, 9710.0, 9665.0, 9636.0, 9579.0, 9601.0, 9620.0, 9618.0, 9686.0, 9602.0, 9632.0, 9623.0, 9647.0, 9721.0, 9635.0, 9634.0, 9594.0, 9608.0, 9607.0, 9628.0, 9707.0, 9632.0, 9610.0, 9636.0, 9672.0, 9633.0, 9627.0, 9584.0, 9628.0, 9632.0, 9647.0, 9659.0, 9620.0, 9641.0, 9614.0, 9696.0, 9680.0, 9627.0, 9607.0, 9627.0, 9685.0, 9660.0, 9759.0, 9717.0, 9647.0, 9603.0, 9629.0, 9625.0, 9615.0, 9608.0, 9661.0, 9645.0, 9607.0, 9620.0, 9619.0, 9610.0, 9645.0, 9611.0, 9623.0, 9687.0, 9632.0, 9751.0, 9693.0, 9624.0, 9592.0, 9599.0, 9674.0, 9638.0, 9701.0, 9628.0, 9614.0, 9646.0, 9615.0, 9668.0, 9616.0, 9633.0, 9623.0, 9683.0, 9738.0, 9632.0, 9621.0, 9610.0, 9653.0, 9635.0, 9715.0, 9663.0, 9625.0, 9585.0, 9648.0, 9632.0, 9655.0, 9615.0, 9643.0, 9616.0, 9672.0, 9664.0, 9636.0, 9644.0, 9610.0, 9659.0, 9669.0, 9654.0, 9757.0, 9638.0, 9653.0, 9636.0, 9637.0, 9610.0, 9697.0, 9653.0, 9628.0, 9640.0, 9652.0, 9719.0, 9672.0, 9667.0, 9640.0, 9649.0, 9613.0, 9685.0, 9685.0, 9650.0, 9632.0, 9665.0, 9739.0, 9704.0, 9719.0, 9631.0, 9625.0, 9653.0, 9646.0, 9750.0, 9646.0, 9696.0, 9641.0, 9719.0, 9707.0, 9625.0, 9600.0, 9637.0, 9715.0, 9639.0, 9636.0, 9620.0, 9646.0, 9645.0, 9693.0, 9654.0, 9611.0, 9593.0, 9628.0, 9632.0, 9660.0, 9654.0, 9646.0, 9630.0, 9616.0, 9627.0, 9675.0, 9715.0, 9630.0, 9611.0, 9658.0, 9679.0, 9661.0, 9649.0, 9604.0, 9656.0, 9710.0, 9673.0, 9715.0, 9605.0, 9655.0, 9653.0, 9711.0, 9730.0, 9602.0, 9643.0, 9625.0, 9719.0, 9707.0, 9613.0, 9605.0, 9626.0, 9712.0, 9669.0, 9636.0, 9583.0, 9632.0, 9632.0, 9645.0, 9705.0, 9615.0, 9605.0, 9639.0, 9616.0, 9652.0, 9648.0, 9597.0, 9639.0, 9650.0, 9629.0, 9713.0, 9672.0, 9644.0, 9614.0, 9671.0, 9697.0, 9679.0, 9657.0, 9608.0, 9664.0, 9713.0, 9672.0, 9772.0, 9667.0, 9630.0, 9621.0, 9659.0, 9721.0, 9733.0, 9766.0, 9660.0, 9626.0, 9642.0, 9647.0, 9752.0, 9629.0, 9649.0, 9622.0, 9650.0, 9645.0, 9681.0, 9765.0, 9631.0, 9645.0, 9582.0, 9635.0, 9645.0, 9670.0, 9771.0, 9733.0, 9665.0, 9617.0, 9634.0, 9622.0, 9611.0, 9728.0, 9613.0, 9617.0, 9598.0, 9640.0, 9691.0, 9656.0, 9628.0, 9599.0, 9641.0, 9690.0, 9668.0, 9718.0, 9614.0, 9619.0, 9629.0, 9623.0, 9731.0, 9676.0, 9645.0, 9621.0, 9627.0, 9665.0, 9627.0, 9603.0, 9602.0, 9608.0, 9619.0, 9653.0, 9653.0, 9646.0, 9635.0, 9594.0, 9588.0, 9609.0, 9627.0, 9658.0, 9648.0, 9642.0, 9598.0, 9635.0, 9622.0, 9654.0, 9634.0, 9613.0, 9635.0, 9624.0, 9672.0, 9635.0, 9630.0, 9669.0, 9652.0, 9750.0, 9739.0, 9739.0, 9634.0, 9604.0, 9617.0, 9629.0, 9629.0, 9629.0, 9687.0, 9736.0, 9631.0, 9621.0, 9610.0, 9621.0, 9601.0, 9629.0, 9686.0, 9618.0, 9666.0, 9634.0, 9641.0, 9601.0, 9612.0, 9611.0, 9626.0, 9693.0, 9646.0, 9765.0, 9701.0, 9655.0, 9587.0, 9613.0, 9640.0, 9673.0, 9740.0, 9656.0, 9637.0, 9588.0, 9604.0, 9606.0, 9622.0, 9596.0, 9610.0, 9587.0, 9643.0, 9616.0, 9628.0, 9614.0, 9642.0, 9666.0, 9628.0, 9644.0, 9630.0, 9637.0, 9700.0, 9658.0, 9703.0, 9604.0, 9603.0, 9640.0, 9671.0, 9655.0, 9733.0, 9700.0, 9612.0, 9590.0, 9636.0, 9666.0, 9640.0, 9622.0, 9601.0, 9650.0, 9623.0, 9656.0, 9675.0, 9611.0, 9646.0, 9625.0, 9729.0, 9713.0, 9667.0, 9609.0, 9629.0, 9618.0, 9644.0, 9742.0, 9732.0, 9701.0, 9614.0, 9612.0, 9597.0, 9611.0, 9656.0, 9623.0, 9637.0, 9597.0, 9624.0, 9605.0, 9646.0, 9614.0, 9624.0, 9607.0, 9623.0, 9702.0, 9651.0, 9621.0, 9581.0, 9631.0, 9615.0, 9674.0, 9666.0, 9591.0, 9630.0, 9620.0, 9727.0, 9671.0, 9626.0, 9572.0, 9625.0, 9598.0, 9606.0, 9715.0, 9660.0, 9617.0, 9603.0, 9611.0, 9604.0, 9625.0, 9682.0, 9649.0, 9612.0, 9633.0, 9636.0, 9653.0, 9649.0, 9602.0, 9644.0, 9643.0, 9653.0, 9708.0, 9620.0, 9674.0, 9642.0, 9718.0, 9726.0, 9631.0, 9599.0, 9629.0, 9632.0, 9623.0, 9743.0, 9708.0, 9666.0, 9599.0, 9624.0, 9612.0, 9630.0, 9637.0, 9648.0, 9628.0, 9614.0, 9646.0, 9649.0, 9632.0, 9602.0, 9649.0, 9649.0, 9647.0, 9679.0, 9641.0, 9623.0, 9650.0, 9623.0, 9664.0, 9653.0, 9758.0, 9719.0, 9622.0, 9685.0, 9615.0, 9761.0, 9711.0, 9651.0, 9584.0, 9606.0, 9599.0, 9603.0, 9679.0, 9586.0, 9579.0, 9616.0, 9612.0, 9598.0, 9634.0, 9614.0, 9621.0, 9610.0, 9638.0, 9676.0, 9648.0, 9625.0, 9637.0, 9632.0, 9693.0, 9617.0, 9625.0, 9624.0, 9716.0, 9677.0, 9724.0, 9623.0, 9612.0, 9613.0, 9610.0, 9700.0, 9626.0, 9643.0, 9600.0, 9663.0, 9611.0, 9720.0, 9627.0, 9615.0, 9572.0, 9612.0, 9635.0, 9634.0, 9642.0, 9599.0, 9644.0, 9635.0, 9694.0, 9647.0, 9626.0, 9593.0, 9618.0, 9613.0, 9613.0, 9700.0, 9652.0, 9642.0, 9622.0, 9634.0, 9658.0, 9617.0, 9664.0, 9599.0, 9652.0, 9615.0, 9652.0, 9595.0, 9642.0, 9617.0, 9716.0, 9673.0, 9726.0, 9627.0, 9613.0, 9587.0, 9612.0, 9647.0, 9625.0, 9740.0, 9645.0, 9623.0, 9591.0, 9626.0, 9635.0, 9649.0, 9625.0, 9614.0, 9650.0, 9623.0, 9655.0, 9619.0, 9629.0, 9648.0, 9642.0, 9734.0, 9682.0, 9652.0, 9599.0, 9620.0, 9676.0, 9671.0, 9745.0, 9659.0, 9632.0, 9610.0, 9610.0, 9635.0, 9682.0, 9692.0, 9611.0, 9612.0, 9616.0, 9623.0, 9620.0, 9622.0, 9594.0, 9632.0, 9645.0, 9633.0, 9668.0, 9613.0, 9599.0, 9631.0, 9612.0, 9690.0, 9601.0, 9619.0, 9622.0, 9667.0, 9637.0, 9624.0, 9610.0, 9618.0, 9650.0, 9626.0, 9666.0, 9613.0, 9630.0, 9635.0, 9644.0, 9661.0, 9629.0, 9623.0, 9618.0, 9669.0, 9614.0, 9700.0, 9628.0, 9606.0, 9608.0, 9617.0, 9678.0, 9652.0, 9626.0, 9595.0, 9625.0, 9643.0, 9619.0, 9685.0, 9614.0, 9626.0, 9621.0, 9632.0, 9678.0, 9614.0, 9639.0, 9622.0, 9686.0, 9651.0, 9611.0, 9612.0, 9617.0, 9683.0, 9691.0, 9739.0, 9595.0, 9598.0, 9615.0, 9625.0, 9650.0, 9635.0, 9640.0, 9611.0, 9619.0, 9617.0, 9638.0, 9639.0, 9627.0, 9595.0, 9630.0, 9647.0, 9623.0, 9686.0, 9617.0, 9630.0, 9619.0, 9647.0, 9690.0, 9598.0, 9637.0, 9641.0, 9660.0, 9687.0, 9691.0, 9682.0, 9597.0, 9634.0, 9617.0, 9706.0, 9714.0, 9721.0, 9604.0, 9598.0, 9597.0, 9595.0, 9680.0, 9627.0, 9615.0, 9572.0, 9615.0, 9640.0, 9616.0, 9708.0, 9593.0, 9604.0, 9621.0, 9613.0, 9686.0, 9573.0, 9609.0, 9601.0, 9630.0, 9651.0, 9662.0, 9621.0, 9594.0, 9622.0, 9622.0, 9644.0, 9696.0, 9628.0, 9593.0, 9623.0, 9656.0, 9604.0, 9703.0, 9646.0, 9612.0, 9605.0, 9623.0, 9668.0, 9660.0, 9704.0, 9654.0, 9595.0, 9640.0, 9616.0, 9714.0, 9659.0, 9606.0, 9596.0, 9599.0, 9685.0, 9646.0, 9642.0, 9601.0, 9610.0, 9637.0, 9683.0, 9707.0, 9579.0, 9611.0, 9629.0, 9636.0, 9627.0, 9681.0, 9611.0, 9600.0, 9583.0, 9597.0, 9674.0, 9647.0, 9631.0, 9592.0, 9609.0, 9617.0, 9624.0, 9664.0, 9614.0, 9592.0, 9599.0, 9628.0, 9614.0, 9703.0, 9677.0, 9611.0, 9591.0, 9581.0, 9645.0, 9618.0, 9710.0, 9751.0, 9680.0, 9625.0, 9586.0, 9620.0, 9595.0, 9673.0, 9707.0, 9681.0, 9652.0, 9586.0, 9598.0, 9611.0, 9607.0, 9667.0, 9579.0, 9596.0, 9596.0, 9604.0, 9594.0, 9590.0, 9607.0, 9619.0, 9692.0, 9636.0, 9706.0, 9621.0, 9598.0, 9619.0, 9595.0, 9617.0, 9611.0, 9602.0, 9613.0, 9625.0, 9687.0, 9674.0, 9639.0, 9640.0, 9598.0, 9602.0, 9593.0, 9606.0, 9618.0, 9640.0, 9737.0, 9658.0, 9647.0, 9581.0, 9607.0, 9622.0, 9652.0, 9651.0, 9684.0, 9677.0, 9594.0, 9619.0, 9582.0, 9607.0, 9623.0, 9694.0, 9626.0, 9604.0, 9575.0, 9618.0, 9640.0, 9600.0, 9660.0, 9600.0, 9607.0, 9622.0, 9630.0, 9717.0, 9676.0, 9668.0, 9603.0, 9592.0, 9629.0, 9617.0, 9618.0, 9654.0, 9619.0, 9629.0, 9638.0, 9643.0, 9697.0, 9663.0, 9651.0, 9609.0, 9645.0, 9640.0, 9635.0, 9740.0, 9653.0, 9651.0, 9643.0, 9662.0, 9707.0, 9633.0, 9653.0, 9627.0, 9668.0, 9659.0, 9682.0, 9647.0, 9618.0, 9635.0, 9625.0, 9687.0, 9757.0, 9666.0, 9639.0, 9623.0, 9636.0, 9619.0, 9706.0, 9708.0, 9635.0, 9612.0, 9626.0, 9685.0, 9656.0, 9657.0, 9582.0, 9622.0, 9645.0, 9625.0, 9713.0, 9598.0, 9620.0, 9621.0, 9630.0, 9766.0, 9664.0, 9624.0, 9622.0, 9615.0, 9695.0, 9699.0, 9702.0, 9602.0, 9627.0, 9622.0, 9619.0, 9710.0, 9698.0, 9629.0, 9597.0, 9621.0, 9631.0, 9624.0, 9687.0, 9604.0, 9610.0, 9648.0, 9615.0, 9729.0, 9612.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0003919654913728432</td></tr>
<tr><td colspan=3>aqi</td><td>0.03076562730682671</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.78696225129119</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1916002992792807</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9890807356081072</td></tr>
<tr><td colspan=3>efc</td><td>0.5357</td></tr>
<tr><td colspan=3>fber</td><td>2336.6562</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23374761628955526</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>724</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>54.31357839459865</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3461439678958897</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.251701309951621</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.480082486324771</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.306648107411277</td></tr>
<tr><td colspan=3>gcor</td><td>0.00734976</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011908797547221184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04500379040837288</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.307850817565568</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.3572</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>79.2347</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.0941</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287408.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1140.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.1626</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.1818</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3551.337</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1676.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.8927</td></tr>
<tr><td colspan=3>tsnr</td><td>32.73690942313988</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>