<?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-0008_ses-02_task-narratives_acq-mb8_run-03_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-0008_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0008_suffix-bold_task-narratives" 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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_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-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-narratives_acq-mb8_run-03_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-0008/ses-02/func/sub-0008_ses-02_task-narratives_acq-mb8_run-03_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>e23ac52d5cb2695f9a7b19a55e83e373</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>12:54:27.305000</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_VE11C_LATEST_20160120</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.99986, 0.00842158, 0.0144933, -0.0095983, 0.996492, 0.0831361]</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.252</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-03_task-narratives_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.11294</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7725, -7229, 539, -145, -64, -76, 84]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>155b2970-6cf7-4ab6-bab2-c76a0c3061c3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825499534606934, -0.025751536712050438, 0.037104204297065735, 112.24427795410156], [-0.022594479843974113, 2.6735150814056396, 0.22481167316436768, -102.90532684326172], [0.03888440877199173, -0.22304821014404297, 2.69036865234375, -20.046327590942383], [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, 1298]</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], 'AcquisitionTime': ['125427.305000', '125427.765000', '125428.225000', '125428.685000', '125429.145000', '125429.605000', '125430.065000', '125430.525000', '125430.985000', '125431.445000', '125431.905000', '125432.365000', '125432.825000', '125433.285000', '125433.745000', '125434.205000', '125434.665000', '125435.125000', '125435.585000', '125436.045000', '125436.505000', '125436.965000', '125437.425000', '125437.885000', '125438.345000', '125438.805000', '125439.265000', '125439.725000', '125440.185000', '125440.645000', '125441.105000', '125441.565000', '125442.025000', '125442.485000', '125442.945000', '125443.405000', '125443.865000', '125444.325000', '125444.785000', '125445.245000', '125445.705000', '125446.165000', '125446.625000', '125447.085000', '125447.545000', '125448.005000', '125448.465000', '125448.925000', '125449.385000', '125449.845000', '125450.305000', '125450.765000', '125451.225000', '125451.685000', '125452.145000', '125452.605000', '125453.065000', '125453.525000', '125453.985000', '125454.445000', '125454.905000', '125455.365000', '125455.825000', '125456.285000', '125456.745000', '125457.205000', '125457.665000', '125458.125000', '125458.585000', '125459.045000', '125459.505000', '125459.965000', '125500.425000', '125500.885000', '125501.345000', '125501.805000', '125502.265000', '125502.725000', '125503.185000', '125503.645000', '125504.105000', '125504.565000', '125505.025000', '125505.485000', '125505.945000', '125506.405000', '125506.865000', '125507.325000', '125507.785000', '125508.245000', '125508.705000', '125509.165000', '125509.625000', '125510.085000', '125510.545000', '125511.005000', '125511.465000', '125511.925000', '125512.385000', '125512.845000', '125513.305000', '125513.765000', '125514.225000', '125514.685000', '125515.145000', '125515.605000', '125516.065000', '125516.525000', '125516.985000', '125517.445000', '125517.905000', '125518.365000', '125518.825000', '125519.285000', '125519.745000', '125520.205000', '125520.665000', '125521.125000', '125521.585000', '125522.045000', '125522.505000', '125522.965000', '125523.425000', '125523.885000', '125524.345000', '125524.805000', '125525.265000', '125525.725000', '125526.185000', '125526.645000', '125527.105000', '125527.565000', '125528.025000', '125528.485000', '125528.945000', '125529.405000', '125529.865000', '125530.325000', '125530.785000', '125531.245000', '125531.705000', '125532.165000', '125532.625000', '125533.085000', '125533.545000', '125534.005000', '125534.465000', '125534.925000', '125535.385000', '125535.845000', '125536.305000', '125536.765000', '125537.225000', '125537.685000', '125538.145000', '125538.605000', '125539.065000', '125539.525000', '125539.985000', '125540.445000', '125540.905000', '125541.365000', '125541.825000', '125542.285000', '125542.745000', '125543.205000', '125543.665000', '125544.125000', '125544.585000', '125545.045000', '125545.505000', '125545.965000', '125546.425000', '125546.885000', '125547.345000', '125547.805000', '125548.265000', '125548.725000', '125549.185000', '125549.645000', '125550.105000', '125550.565000', '125551.025000', '125551.485000', '125551.945000', '125552.405000', '125552.865000', '125553.325000', '125553.785000', '125554.245000', '125554.705000', '125555.165000', '125555.625000', '125556.085000', '125556.545000', '125557.005000', '125557.465000', '125557.925000', '125558.385000', '125558.845000', '125559.305000', '125559.765000', '125600.225000', '125600.685000', '125601.145000', '125601.605000', '125602.065000', '125602.525000', '125602.985000', '125603.445000', '125603.905000', '125604.365000', '125604.825000', '125605.285000', '125605.745000', '125606.205000', '125606.665000', '125607.125000', '125607.585000', '125608.045000', '125608.505000', '125608.965000', '125609.425000', '125609.885000', '125610.345000', '125610.805000', '125611.265000', '125611.725000', '125612.185000', '125612.645000', '125613.105000', '125613.565000', '125614.025000', '125614.485000', '125614.945000', '125615.405000', '125615.865000', '125616.325000', '125616.785000', '125617.245000', '125617.705000', '125618.165000', '125618.625000', '125619.085000', '125619.545000', '125620.005000', '125620.465000', '125620.925000', '125621.385000', '125621.845000', '125622.305000', '125622.765000', '125623.225000', '125623.685000', '125624.145000', '125624.605000', '125625.065000', '125625.525000', '125625.985000', '125626.445000', '125626.905000', '125627.365000', '125627.825000', '125628.285000', '125628.745000', '125629.205000', '125629.665000', '125630.125000', '125630.585000', '125631.045000', '125631.505000', '125631.965000', '125632.425000', '125632.885000', '125633.345000', '125633.805000', '125634.265000', '125634.725000', '125635.185000', '125635.645000', '125636.105000', '125636.565000', '125637.025000', '125637.485000', '125637.945000', '125638.405000', '125638.865000', '125639.325000', '125639.785000', '125640.245000', '125640.705000', '125641.165000', '125641.625000', '125642.085000', '125642.545000', '125643.005000', '125643.465000', '125643.925000', '125644.385000', '125644.845000', '125645.305000', '125645.765000', '125646.225000', '125646.685000', '125647.145000', '125647.605000', '125648.065000', '125648.525000', '125648.985000', '125649.445000', '125649.905000', '125650.365000', '125650.825000', '125651.285000', '125651.745000', '125652.205000', '125652.665000', '125653.125000', '125653.585000', '125654.045000', '125654.505000', '125654.965000', '125655.425000', '125655.885000', '125656.345000', '125656.805000', '125657.265000', '125657.725000', '125658.185000', '125658.645000', '125659.105000', '125659.565000', '125700.025000', '125700.485000', '125700.945000', '125701.405000', '125701.865000', '125702.325000', '125702.785000', '125703.245000', '125703.705000', '125704.165000', '125704.625000', '125705.085000', '125705.545000', '125706.005000', '125706.465000', '125706.925000', '125707.385000', '125707.845000', '125708.305000', '125708.765000', '125709.225000', '125709.685000', '125710.145000', '125710.605000', '125711.065000', '125711.525000', '125711.985000', '125712.445000', '125712.905000', '125713.365000', '125713.825000', '125714.285000', '125714.745000', '125715.205000', '125715.665000', '125716.125000', '125716.585000', '125717.045000', '125717.505000', '125717.965000', '125718.425000', '125718.885000', '125719.345000', '125719.805000', '125720.265000', '125720.725000', '125721.185000', '125721.645000', '125722.105000', '125722.565000', '125723.025000', '125723.485000', '125723.945000', '125724.405000', '125724.865000', '125725.325000', '125725.785000', '125726.245000', '125726.705000', '125727.165000', '125727.625000', '125728.085000', '125728.545000', '125729.005000', '125729.465000', '125729.925000', '125730.385000', '125730.845000', '125731.305000', '125731.765000', '125732.225000', '125732.685000', '125733.145000', '125733.605000', '125734.065000', '125734.525000', '125734.985000', '125735.445000', '125735.905000', '125736.365000', '125736.825000', '125737.285000', '125737.745000', '125738.205000', '125738.665000', '125739.125000', '125739.585000', '125740.045000', '125740.505000', '125740.965000', '125741.425000', '125741.885000', '125742.345000', '125742.805000', '125743.265000', '125743.725000', '125744.185000', '125744.645000', '125745.105000', '125745.565000', '125746.025000', '125746.485000', '125746.945000', '125747.405000', '125747.865000', '125748.325000', '125748.785000', '125749.245000', '125749.705000', '125750.165000', '125750.625000', '125751.085000', '125751.545000', '125752.005000', '125752.465000', '125752.925000', '125753.385000', '125753.845000', '125754.305000', '125754.765000', '125755.225000', '125755.685000', '125756.145000', '125756.605000', '125757.065000', '125757.525000', '125757.985000', '125758.445000', '125758.905000', '125759.365000', '125759.825000', '125800.285000', '125800.745000', '125801.205000', '125801.665000', '125802.125000', '125802.585000', '125803.045000', '125803.505000', '125803.965000', '125804.425000', '125804.885000', '125805.345000', '125805.805000', '125806.265000', '125806.725000', '125807.185000', '125807.645000', '125808.105000', '125808.565000', '125809.025000', '125809.485000', '125809.945000', '125810.405000', '125810.865000', '125811.325000', '125811.785000', '125812.245000', '125812.705000', '125813.165000', '125813.625000', '125814.085000', '125814.545000', '125815.005000', '125815.465000', '125815.925000', '125816.385000', '125816.845000', '125817.305000', '125817.765000', '125818.225000', '125818.685000', '125819.145000', '125819.605000', '125820.065000', '125820.525000', '125820.985000', '125821.445000', '125821.905000', '125822.365000', '125822.825000', '125823.285000', '125823.745000', '125824.205000', '125824.665000', '125825.125000', '125825.585000', '125826.045000', '125826.505000', '125826.965000', '125827.425000', '125827.885000', '125828.345000', '125828.805000', '125829.265000', '125829.725000', '125830.185000', '125830.645000', '125831.105000', '125831.565000', '125832.025000', '125832.485000', '125832.945000', '125833.405000', '125833.865000', '125834.325000', '125834.785000', '125835.245000', '125835.705000', '125836.165000', '125836.625000', '125837.085000', '125837.545000', '125838.005000', '125838.465000', '125838.925000', '125839.385000', '125839.845000', '125840.305000', '125840.765000', '125841.225000', '125841.685000', '125842.145000', '125842.605000', '125843.065000', '125843.525000', '125843.985000', '125844.445000', '125844.905000', '125845.365000', '125845.825000', '125846.285000', '125846.745000', '125847.205000', '125847.665000', '125848.125000', '125848.585000', '125849.045000', '125849.505000', '125849.965000', '125850.425000', '125850.885000', '125851.345000', '125851.805000', '125852.265000', '125852.725000', '125853.185000', '125853.645000', '125854.105000', '125854.565000', '125855.025000', '125855.485000', '125855.945000', '125856.405000', '125856.865000', '125857.325000', '125857.785000', '125858.245000', '125858.705000', '125859.165000', '125859.625000', '125900.085000', '125900.545000', '125901.005000', '125901.465000', '125901.925000', '125902.385000', '125902.845000', '125903.305000', '125903.765000', '125904.225000', '125904.685000', '125905.145000', '125905.605000', '125906.065000', '125906.525000', '125906.985000', '125907.445000', '125907.905000', '125908.365000', '125908.825000', '125909.285000', '125909.745000', '125910.205000', '125910.665000', '125911.125000', '125911.585000', '125912.045000', '125912.505000', '125912.965000', '125913.425000', '125913.885000', '125914.345000', '125914.805000', '125915.265000', '125915.725000', '125916.185000', '125916.645000', '125917.105000', '125917.565000', '125918.025000', '125918.485000', '125918.945000', '125919.405000', '125919.865000', '125920.325000', '125920.785000', '125921.245000', '125921.705000', '125922.165000', '125922.625000', '125923.085000', '125923.545000', '125924.005000', '125924.465000', '125924.925000', '125925.385000', '125925.845000', '125926.305000', '125926.765000', '125927.225000', '125927.685000', '125928.145000', '125928.605000', '125929.065000', '125929.525000', '125929.985000', '125930.445000', '125930.905000', '125931.365000', '125931.825000', '125932.285000', '125932.745000', '125933.205000', '125933.665000', '125934.125000', '125934.585000', '125935.045000', '125935.505000', '125935.965000', '125936.425000', '125936.885000', '125937.345000', '125937.805000', '125938.265000', '125938.725000', '125939.185000', '125939.645000', '125940.105000', '125940.565000', '125941.025000', '125941.485000', '125941.945000', '125942.405000', '125942.865000', '125943.325000', '125943.785000', '125944.245000', '125944.705000', '125945.165000', '125945.625000', '125946.085000', '125946.545000', '125947.005000', '125947.465000', '125947.925000', '125948.385000', '125948.845000', '125949.305000', '125949.765000', '125950.225000', '125950.685000', '125951.145000', '125951.605000', '125952.065000', '125952.525000', '125952.985000', '125953.445000', '125953.905000', '125954.365000', '125954.825000', '125955.285000', '125955.745000', '125956.205000', '125956.665000', '125957.125000', '125957.585000', '125958.045000', '125958.505000', '125958.965000', '125959.425000', '125959.885000', '130000.345000', '130000.805000', '130001.265000', '130001.725000', '130002.185000', '130002.645000', '130003.105000', '130003.565000', '130004.025000', '130004.485000', '130004.945000', '130005.405000', '130005.865000', '130006.325000', '130006.785000', '130007.245000', '130007.705000', '130008.165000', '130008.625000', '130009.085000', '130009.545000', '130010.005000', '130010.465000', '130010.925000', '130011.385000', '130011.845000', '130012.305000', '130012.765000', '130013.225000', '130013.685000', '130014.145000', '130014.605000', '130015.065000', '130015.525000', '130015.985000', '130016.445000', '130016.905000', '130017.365000', '130017.825000', '130018.285000', '130018.745000', '130019.205000', '130019.665000', '130020.125000', '130020.585000', '130021.045000', '130021.505000', '130021.965000', '130022.425000', '130022.885000', '130023.345000', '130023.805000', '130024.265000', '130024.725000', '130025.185000', '130025.645000', '130026.105000', '130026.565000', '130027.025000', '130027.485000', '130027.945000', '130028.405000', '130028.865000', '130029.325000', '130029.785000', '130030.245000', '130030.705000', '130031.165000', '130031.625000', '130032.085000', '130032.545000', '130033.005000', '130033.465000', '130033.925000', '130034.385000', '130034.845000', '130035.305000', '130035.765000', '130036.225000', '130036.685000', '130037.145000', '130037.605000', '130038.065000', '130038.525000', '130038.985000', '130039.445000', '130039.905000', '130040.365000', '130040.825000', '130041.285000', '130041.745000', '130042.205000', '130042.665000', '130043.125000', '130043.585000', '130044.045000', '130044.505000', '130044.965000', '130045.425000', '130045.885000', '130046.345000', '130046.805000', '130047.265000', '130047.725000', '130048.185000', '130048.645000', '130049.105000', '130049.565000', '130050.025000', '130050.485000', '130050.945000', '130051.405000', '130051.865000', '130052.325000', '130052.785000', '130053.245000', '130053.705000', '130054.165000', '130054.625000', '130055.085000', '130055.545000', '130056.005000', '130056.465000', '130056.925000', '130057.385000', '130057.845000', '130058.305000', '130058.765000', '130059.225000', '130059.685000', '130100.145000', '130100.605000', '130101.065000', '130101.525000', '130101.985000', '130102.445000', '130102.905000', '130103.365000', '130103.825000', '130104.285000', '130104.745000', '130105.205000', '130105.665000', '130106.125000', '130106.585000', '130107.045000', '130107.505000', '130107.965000', '130108.425000', '130108.885000', '130109.345000', '130109.805000', '130110.265000', '130110.725000', '130111.185000', '130111.645000', '130112.105000', '130112.565000', '130113.025000', '130113.485000', '130113.945000', '130114.405000', '130114.865000', '130115.325000', '130115.785000', '130116.245000', '130116.705000', '130117.165000', '130117.625000', '130118.085000', '130118.545000', '130119.005000', '130119.465000', '130119.925000', '130120.385000', '130120.845000', '130121.305000', '130121.765000', '130122.225000', '130122.685000', '130123.145000', '130123.605000', '130124.065000', '130124.525000', '130124.985000', '130125.445000', '130125.905000', '130126.365000', '130126.825000', '130127.285000', '130127.745000', '130128.205000', '130128.665000', '130129.125000', '130129.585000', '130130.045000', '130130.505000', '130130.965000', '130131.425000', '130131.885000', '130132.345000', '130132.805000', '130133.265000', '130133.725000', '130134.185000', '130134.645000', '130135.105000', '130135.565000', '130136.025000', '130136.485000', '130136.945000', '130137.405000', '130137.865000', '130138.325000', '130138.785000', '130139.245000', '130139.705000', '130140.165000', '130140.625000', '130141.085000', '130141.545000', '130142.005000', '130142.465000', '130142.925000', '130143.385000', '130143.845000', '130144.305000', '130144.765000', '130145.225000', '130145.685000', '130146.145000', '130146.605000', '130147.065000', '130147.525000', '130147.985000', '130148.445000', '130148.905000', '130149.365000', '130149.825000', '130150.285000', '130150.745000', '130151.205000', '130151.665000', '130152.125000', '130152.585000', '130153.045000', '130153.505000', '130153.965000', '130154.425000', '130154.885000', '130155.345000', '130155.805000', '130156.265000', '130156.725000', '130157.185000', '130157.645000', '130158.105000', '130158.565000', '130159.025000', '130159.485000', '130159.945000', '130200.405000', '130200.865000', '130201.325000', '130201.785000', '130202.245000', '130202.705000', '130203.165000', '130203.625000', '130204.085000', '130204.545000', '130205.005000', '130205.465000', '130205.925000', '130206.385000', '130206.845000', '130207.305000', '130207.765000', '130208.225000', '130208.685000', '130209.145000', '130209.605000', '130210.065000', '130210.525000', '130210.985000', '130211.445000', '130211.905000', '130212.365000', '130212.825000', '130213.285000', '130213.745000', '130214.205000', '130214.665000', '130215.125000', '130215.585000', '130216.045000', '130216.505000', '130216.965000', '130217.425000', '130217.885000', '130218.345000', '130218.805000', '130219.265000', '130219.725000', '130220.185000', '130220.645000', '130221.105000', '130221.565000', '130222.025000', '130222.485000', '130222.945000', '130223.405000', '130223.865000', '130224.325000', '130224.785000', '130225.245000', '130225.705000', '130226.165000', '130226.625000', '130227.085000', '130227.545000', '130228.005000', '130228.465000', '130228.925000', '130229.385000', '130229.845000', '130230.305000', '130230.765000', '130231.225000', '130231.685000', '130232.145000', '130232.605000', '130233.065000', '130233.525000', '130233.985000', '130234.445000', '130234.905000', '130235.365000', '130235.825000', '130236.285000', '130236.745000', '130237.205000', '130237.665000', '130238.125000', '130238.585000', '130239.045000', '130239.505000', '130239.965000', '130240.425000', '130240.885000', '130241.345000', '130241.805000', '130242.265000', '130242.725000', '130243.185000', '130243.645000', '130244.105000', '130244.565000', '130245.025000', '130245.485000', '130245.945000', '130246.405000', '130246.865000', '130247.325000', '130247.785000', '130248.245000', '130248.705000', '130249.165000', '130249.625000', '130250.085000', '130250.545000', '130251.005000', '130251.465000', '130251.925000', '130252.385000', '130252.845000', '130253.305000', '130253.765000', '130254.225000', '130254.685000', '130255.145000', '130255.605000', '130256.065000', '130256.525000', '130256.985000', '130257.445000', '130257.905000', '130258.365000', '130258.825000', '130259.285000', '130259.745000', '130300.205000', '130300.665000', '130301.125000', '130301.585000', '130302.045000', '130302.505000', '130302.965000', '130303.425000', '130303.885000', '130304.345000', '130304.805000', '130305.265000', '130305.725000', '130306.185000', '130306.645000', '130307.105000', '130307.565000', '130308.025000', '130308.485000', '130308.945000', '130309.405000', '130309.865000', '130310.325000', '130310.785000', '130311.245000', '130311.705000', '130312.165000', '130312.625000', '130313.085000', '130313.545000', '130314.005000', '130314.465000', '130314.925000', '130315.385000', '130315.845000', '130316.305000', '130316.765000', '130317.225000', '130317.685000', '130318.145000', '130318.605000', '130319.065000', '130319.525000', '130319.985000', '130320.445000', '130320.905000', '130321.365000', '130321.825000', '130322.285000', '130322.745000', '130323.205000', '130323.665000', '130324.125000', '130324.585000', '130325.045000', '130325.505000', '130325.965000', '130326.425000', '130326.885000', '130327.345000', '130327.805000', '130328.265000', '130328.725000', '130329.185000', '130329.645000', '130330.105000', '130330.565000', '130331.025000', '130331.485000', '130331.945000', '130332.405000', '130332.865000', '130333.325000', '130333.785000', '130334.245000', '130334.705000', '130335.165000', '130335.625000', '130336.085000', '130336.545000', '130337.005000', '130337.465000', '130337.925000', '130338.385000', '130338.845000', '130339.305000', '130339.765000', '130340.225000', '130340.685000', '130341.145000', '130341.605000', '130342.065000', '130342.525000', '130342.985000', '130343.445000', '130343.905000', '130344.365000', '130344.825000', '130345.285000', '130345.745000', '130346.205000', '130346.665000', '130347.125000', '130347.585000', '130348.045000', '130348.505000', '130348.965000', '130349.425000', '130349.885000', '130350.345000', '130350.805000', '130351.265000', '130351.725000', '130352.185000', '130352.645000', '130353.105000', '130353.565000', '130354.025000', '130354.485000', '130354.945000', '130355.405000', '130355.865000', '130356.325000', '130356.785000', '130357.245000', '130357.705000', '130358.165000', '130358.625000', '130359.085000', '130359.545000', '130400.005000', '130400.465000', '130400.925000', '130401.385000', '130401.845000', '130402.305000', '130402.765000', '130403.225000', '130403.685000', '130404.145000', '130404.605000', '130405.065000', '130405.525000', '130405.985000', '130406.445000', '130406.905000', '130407.365000', '130407.825000', '130408.285000', '130408.745000', '130409.205000', '130409.665000', '130410.125000', '130410.585000', '130411.045000', '130411.505000', '130411.965000', '130412.425000', '130412.885000', '130413.345000', '130413.805000', '130414.265000', '130414.725000', '130415.185000', '130415.645000', '130416.105000', '130416.565000', '130417.025000', '130417.485000', '130417.945000', '130418.405000', '130418.865000', '130419.325000', '130419.785000', '130420.245000', '130420.705000', '130421.165000', '130421.625000', '130422.085000', '130422.545000', '130423.005000', '130423.465000', '130423.925000'], 'ContentTime': ['125454.189000', '125454.193000', '125454.196000', '125454.198000', '125454.201000', '125454.204000', '125454.207000', '125454.210000', '125454.213000', '125454.215000', '125454.218000', '125454.221000', '125454.224000', '125454.227000', '125454.230000', '125454.232000', '125454.235000', '125454.238000', '125454.242000', '125454.245000', '125454.248000', '125454.251000', '125454.253000', '125454.256000', '125454.259000', '125454.262000', '125454.265000', '125454.272000', '125454.274000', '125454.278000', '125454.280000', '125454.283000', '125454.286000', '125454.289000', '125454.291000', '125454.294000', '125454.297000', '125454.300000', '125454.303000', '125454.306000', '125454.308000', '125454.311000', '125454.315000', '125454.320000', '125454.324000', '125454.326000', '125454.329000', '125454.332000', '125454.335000', '125454.338000', '125454.340000', '125454.343000', '125454.346000', '125454.349000', '125454.351000', '125454.354000', '125514.159000', '125514.162000', '125514.164000', '125514.167000', '125514.170000', '125514.173000', '125514.176000', '125514.178000', '125514.181000', '125514.184000', '125514.188000', '125514.191000', '125514.194000', '125514.196000', '125514.199000', '125514.202000', '125514.205000', '125514.209000', '125514.212000', '125514.214000', '125514.217000', '125514.220000', '125514.223000', '125514.226000', '125514.229000', '125514.231000', '125514.234000', '125514.237000', '125514.240000', '125514.243000', '125514.245000', '125514.248000', '125514.251000', '125514.254000', '125514.256000', '125514.259000', '125514.262000', '125514.265000', '125514.268000', '125514.270000', '125514.273000', '125514.276000', '125514.279000', '125514.282000', '125534.159000', '125534.162000', '125534.165000', '125534.167000', '125534.170000', '125534.173000', '125534.176000', '125534.179000', '125534.182000', '125534.184000', '125534.187000', '125534.190000', '125534.193000', '125534.196000', '125534.199000', '125534.202000', '125534.204000', '125534.207000', '125534.210000', '125534.213000', '125534.216000', '125534.218000', '125534.221000', '125534.224000', '125534.227000', '125534.230000', '125534.233000', '125534.236000', '125534.238000', '125534.241000', '125534.244000', '125534.247000', '125534.250000', '125534.253000', '125534.256000', '125534.258000', '125534.261000', '125534.264000', '125534.267000', '125534.270000', '125534.273000', '125534.275000', '125534.278000', '125554.160000', '125554.163000', '125554.166000', '125554.173000', '125554.176000', '125554.179000', '125554.182000', '125554.185000', '125554.187000', '125554.190000', '125554.193000', '125554.196000', '125554.206000', '125554.209000', '125554.211000', '125554.214000', '125554.217000', '125554.220000', '125554.223000', '125554.226000', '125554.228000', '125554.231000', '125554.234000', '125554.237000', '125554.240000', '125554.242000', '125554.245000', '125554.248000', '125554.251000', '125554.254000', '125554.256000', '125554.259000', '125554.262000', '125554.265000', '125554.268000', '125554.270000', '125554.273000', '125554.276000', '125554.279000', '125554.282000', '125554.285000', '125554.287000', '125554.290000', '125554.293000', '125614.160000', '125614.163000', '125614.166000', '125614.169000', '125614.171000', '125614.174000', '125614.177000', '125614.180000', '125614.183000', '125614.186000', '125614.189000', '125614.191000', '125614.194000', '125614.197000', '125614.200000', '125614.203000', '125614.206000', '125614.209000', '125614.211000', '125614.214000', '125614.217000', '125614.220000', '125614.223000', '125614.226000', '125614.228000', '125614.231000', '125614.234000', '125614.237000', '125614.240000', '125614.243000', '125614.246000', '125614.251000', '125614.254000', '125614.257000', '125614.259000', '125614.262000', '125614.265000', '125614.268000', '125614.271000', '125614.274000', '125614.276000', '125614.280000', '125614.283000', '125634.160000', '125634.163000', '125634.166000', '125634.169000', '125634.172000', '125634.174000', '125634.177000', '125634.180000', '125634.183000', '125634.186000', '125634.189000', '125634.192000', '125634.194000', '125634.197000', '125634.200000', '125634.203000', '125634.206000', '125634.209000', '125634.211000', '125634.214000', '125634.217000', '125634.220000', '125634.223000', '125634.226000', '125634.229000', '125634.232000', '125634.234000', '125634.237000', '125634.240000', '125634.243000', '125634.246000', '125634.249000', '125634.252000', '125634.254000', '125634.257000', '125634.260000', '125634.263000', '125634.266000', '125634.269000', '125634.272000', '125634.275000', '125634.277000', '125634.281000', '125634.283000', '125654.160000', '125654.163000', '125654.166000', '125654.168000', '125654.171000', '125654.174000', '125654.177000', '125654.180000', '125654.183000', '125654.186000', '125654.189000', '125654.191000', '125654.194000', '125654.197000', '125654.200000', '125654.203000', '125654.206000', '125654.209000', '125654.211000', '125654.214000', '125654.217000', '125654.220000', '125654.223000', '125654.226000', '125654.229000', '125654.231000', '125654.234000', '125654.237000', '125654.240000', '125654.243000', '125654.246000', '125654.249000', '125654.252000', '125654.254000', '125654.257000', '125654.260000', '125654.263000', '125654.266000', '125654.269000', '125654.271000', '125654.274000', '125654.277000', '125654.280000', '125714.159000', '125714.162000', '125714.165000', '125714.168000', '125714.171000', '125714.174000', '125714.177000', '125714.180000', '125714.183000', '125714.186000', '125714.188000', '125714.191000', '125714.194000', '125714.197000', '125714.200000', '125714.203000', '125714.205000', '125714.208000', '125714.211000', '125714.214000', '125714.217000', '125714.220000', '125714.222000', '125714.225000', '125714.228000', '125714.231000', '125714.234000', '125714.237000', '125714.239000', '125714.242000', '125714.245000', '125714.248000', '125714.251000', '125714.254000', '125714.256000', '125714.259000', '125714.262000', '125714.265000', '125714.268000', '125714.271000', '125714.273000', '125714.276000', '125714.279000', '125734.159000', '125734.162000', '125734.165000', '125734.168000', '125734.171000', '125734.173000', '125734.176000', '125734.179000', '125734.194000', '125734.197000', '125734.200000', '125734.203000', '125734.206000', '125734.209000', '125734.211000', '125734.214000', '125734.217000', '125734.220000', '125734.223000', '125734.225000', '125734.229000', '125734.231000', '125734.234000', '125734.237000', '125734.240000', '125734.243000', '125734.246000', '125734.248000', '125734.251000', '125734.254000', '125734.257000', '125734.260000', '125734.263000', '125734.266000', '125734.268000', '125734.271000', '125734.274000', '125734.277000', '125734.280000', '125734.283000', '125734.286000', '125734.288000', '125734.291000', '125734.294000', '125754.159000', '125754.162000', '125754.165000', '125754.171000', '125754.174000', '125754.178000', '125754.180000', '125754.183000', '125754.186000', '125754.189000', '125754.192000', '125754.195000', '125754.198000', '125754.200000', '125754.203000', '125754.206000', '125754.209000', '125754.212000', '125754.214000', '125754.217000', '125754.220000', '125754.223000', '125754.226000', '125754.229000', '125754.232000', '125754.235000', '125754.237000', '125754.240000', '125754.243000', '125754.246000', '125754.249000', '125754.252000', '125754.255000', '125754.257000', '125754.260000', '125754.263000', '125754.266000', '125754.269000', '125754.272000', '125754.274000', '125754.277000', '125754.280000', '125754.286000', '125814.160000', '125814.163000', '125814.166000', '125814.169000', '125814.171000', '125814.174000', '125814.177000', '125814.180000', '125814.183000', '125814.186000', '125814.189000', '125814.192000', '125814.194000', '125814.197000', '125814.200000', '125814.203000', '125814.206000', '125814.209000', '125814.211000', '125814.214000', '125814.217000', '125814.220000', '125814.223000', '125814.226000', '125814.228000', '125814.231000', '125814.234000', '125814.237000', '125814.240000', '125814.243000', '125814.245000', '125814.248000', '125814.251000', '125814.254000', '125814.257000', '125814.259000', '125814.262000', '125814.265000', '125814.268000', '125814.271000', '125814.274000', '125814.276000', '125814.279000', '125814.282000', '125834.160000', '125834.163000', '125834.166000', '125834.169000', '125834.172000', '125834.175000', '125834.178000', '125834.181000', '125834.184000', '125834.187000', '125834.190000', '125834.193000', '125834.196000', '125834.199000', '125834.201000', '125834.204000', '125834.207000', '125834.210000', '125834.213000', '125834.216000', '125834.219000', '125834.221000', '125834.224000', '125834.227000', '125834.230000', '125834.233000', '125834.236000', '125834.239000', '125834.241000', '125834.244000', '125834.247000', '125834.250000', '125834.253000', '125834.256000', '125834.258000', '125834.261000', '125834.264000', '125834.267000', '125834.270000', '125834.273000', '125834.276000', '125834.278000', '125834.281000', '125854.160000', '125854.163000', '125854.166000', '125854.169000', '125854.172000', '125854.174000', '125854.177000', '125854.180000', '125854.183000', '125854.186000', '125854.189000', '125854.192000', '125854.194000', '125854.197000', '125854.200000', '125854.203000', '125854.206000', '125854.209000', '125854.212000', '125854.215000', '125854.217000', '125854.220000', '125854.223000', '125854.226000', '125854.229000', '125854.232000', '125854.235000', '125854.237000', '125854.240000', '125854.243000', '125854.246000', '125854.249000', '125854.252000', '125854.261000', '125854.264000', '125854.267000', '125854.269000', '125854.272000', '125854.275000', '125854.278000', '125854.281000', '125854.283000', '125854.286000', '125854.289000', '125914.160000', '125914.163000', '125914.166000', '125914.169000', '125914.172000', '125914.174000', '125914.177000', '125914.180000', '125914.183000', '125914.186000', '125914.189000', '125914.191000', '125914.194000', '125914.197000', '125914.202000', '125914.206000', '125914.210000', '125914.212000', '125914.215000', '125914.218000', '125914.221000', '125914.224000', '125914.227000', '125914.230000', '125914.233000', '125914.235000', '125914.238000', '125914.241000', '125914.244000', '125914.247000', '125914.250000', '125914.252000', '125914.255000', '125914.258000', '125914.261000', '125914.264000', '125914.267000', '125914.270000', '125914.273000', '125914.275000', '125914.278000', '125914.281000', '125914.284000', '125934.159000', '125934.162000', '125934.165000', '125934.168000', '125934.171000', '125934.174000', '125934.176000', '125934.179000', '125934.182000', '125934.185000', '125934.188000', '125934.191000', '125934.194000', '125934.197000', '125934.199000', '125934.202000', '125934.205000', '125934.208000', '125934.211000', '125934.214000', '125934.216000', '125934.219000', '125934.222000', '125934.225000', '125934.228000', '125934.231000', '125934.234000', '125934.236000', '125934.239000', '125934.242000', '125934.245000', '125934.248000', '125934.251000', '125934.254000', '125934.256000', '125934.259000', '125934.262000', '125934.265000', '125934.268000', '125934.271000', '125934.273000', '125934.276000', '125934.279000', '125934.282000', '125954.159000', '125954.162000', '125954.165000', '125954.168000', '125954.171000', '125954.174000', '125954.177000', '125954.180000', '125954.182000', '125954.185000', '125954.188000', '125954.191000', '125954.194000', '125954.197000', '125954.200000', '125954.203000', '125954.205000', '125954.208000', '125954.211000', '125954.217000', '125954.220000', '125954.223000', '125954.226000', '125954.229000', '125954.232000', '125954.235000', '125954.238000', '125954.241000', '125954.244000', '125954.247000', '125954.250000', '125954.252000', '125954.255000', '125954.258000', '125954.261000', '125954.264000', '125954.267000', '125954.269000', '125954.272000', '125954.275000', '125954.278000', '125954.281000', '125954.284000', '130014.159000', '130014.162000', '130014.165000', '130014.168000', '130014.171000', '130014.174000', '130014.176000', '130014.179000', '130014.182000', '130014.185000', '130014.188000', '130014.191000', '130014.194000', '130014.196000', '130014.199000', '130014.202000', '130014.205000', '130014.208000', '130014.211000', '130014.214000', '130014.217000', '130014.219000', '130014.222000', '130014.225000', '130014.228000', '130014.231000', '130014.233000', '130014.236000', '130014.239000', '130014.242000', '130014.245000', '130014.248000', '130014.251000', '130014.254000', '130014.256000', '130014.259000', '130014.262000', '130014.265000', '130014.268000', '130014.271000', '130014.274000', '130014.276000', '130014.279000', '130014.282000', '130034.160000', '130034.163000', '130034.166000', '130034.169000', '130034.172000', '130034.174000', '130034.177000', '130034.180000', '130034.183000', '130034.186000', '130034.189000', '130034.192000', '130034.194000', '130034.197000', '130034.200000', '130034.203000', '130034.206000', '130034.210000', '130034.213000', '130034.216000', '130034.219000', '130034.222000', '130034.225000', '130034.227000', '130034.230000', '130034.233000', '130034.236000', '130034.239000', '130034.243000', '130034.248000', '130034.252000', '130034.254000', '130034.258000', '130034.260000', '130034.263000', '130034.266000', '130034.269000', '130034.272000', '130034.274000', '130034.277000', '130034.280000', '130034.283000', '130034.286000', '130054.160000', '130054.163000', '130054.165000', '130054.168000', '130054.171000', '130054.174000', '130054.177000', '130054.180000', '130054.183000', '130054.186000', '130054.188000', '130054.191000', '130054.194000', '130054.197000', '130054.200000', '130054.203000', '130054.205000', '130054.208000', '130054.211000', '130054.214000', '130054.217000', '130054.220000', '130054.222000', '130054.225000', '130054.228000', '130054.231000', '130054.234000', '130054.237000', '130054.240000', '130054.243000', '130054.245000', '130054.248000', '130054.251000', '130054.254000', '130054.257000', '130054.260000', '130054.263000', '130054.265000', '130054.268000', '130054.271000', '130054.274000', '130054.277000', '130054.280000', '130054.283000', '130114.160000', '130114.163000', '130114.166000', '130114.169000', '130114.172000', '130114.175000', '130114.178000', '130114.180000', '130114.183000', '130114.186000', '130114.189000', '130114.192000', '130114.196000', '130114.199000', '130114.202000', '130114.204000', '130114.207000', '130114.210000', '130114.213000', '130114.216000', '130114.219000', '130114.222000', '130114.225000', '130114.227000', '130114.230000', '130114.233000', '130114.236000', '130114.239000', '130114.242000', '130114.245000', '130114.247000', '130114.252000', '130114.256000', '130114.259000', '130114.262000', '130114.265000', '130114.268000', '130114.271000', '130114.274000', '130114.277000', '130114.279000', '130114.282000', '130114.285000', '130134.160000', '130134.163000', '130134.166000', '130134.169000', '130134.172000', '130134.175000', '130134.178000', '130134.181000', '130134.183000', '130134.186000', '130134.189000', '130134.192000', '130134.195000', '130134.198000', '130134.201000', '130134.203000', '130134.206000', '130134.209000', '130134.212000', '130134.215000', '130134.218000', '130134.220000', '130134.223000', '130134.226000', '130134.229000', '130134.232000', '130134.235000', '130134.238000', '130134.241000', '130134.243000', '130134.246000', '130134.249000', '130134.252000', '130134.255000', '130134.258000', '130134.261000', '130134.263000', '130134.266000', '130134.269000', '130134.272000', '130134.275000', '130134.278000', '130134.281000', '130134.284000', '130154.159000', '130154.162000', '130154.165000', '130154.168000', '130154.171000', '130154.174000', '130154.177000', '130154.179000', '130154.182000', '130154.185000', '130154.188000', '130154.191000', '130154.194000', '130154.197000', '130154.199000', '130154.202000', '130154.205000', '130154.208000', '130154.211000', '130154.214000', '130154.217000', '130154.220000', '130154.222000', '130154.225000', '130154.228000', '130154.231000', '130154.234000', '130154.237000', '130154.240000', '130154.243000', '130154.245000', '130154.248000', '130154.251000', '130154.254000', '130154.257000', '130154.260000', '130154.263000', '130154.265000', '130154.268000', '130154.271000', '130154.274000', '130154.277000', '130154.280000', '130214.159000', '130214.162000', '130214.165000', '130214.168000', '130214.171000', '130214.174000', '130214.176000', '130214.179000', '130214.182000', '130214.185000', '130214.188000', '130214.191000', '130214.194000', '130214.197000', '130214.199000', '130214.202000', '130214.205000', '130214.208000', '130214.211000', '130214.214000', '130214.217000', '130214.220000', '130214.222000', '130214.225000', '130214.228000', '130214.231000', '130214.234000', '130214.237000', '130214.239000', '130214.242000', '130214.245000', '130214.248000', '130214.251000', '130214.254000', '130214.256000', '130214.259000', '130214.262000', '130214.265000', '130214.268000', '130214.271000', '130214.274000', '130214.277000', '130214.279000', '130214.282000', '130234.159000', '130234.162000', '130234.165000', '130234.168000', '130234.170000', '130234.173000', '130234.176000', '130234.179000', '130234.182000', '130234.185000', '130234.188000', '130234.191000', '130234.194000', '130234.196000', '130234.199000', '130234.202000', '130234.205000', '130234.208000', '130234.211000', '130234.214000', '130234.216000', '130234.219000', '130234.222000', '130234.225000', '130234.228000', '130234.231000', '130234.235000', '130234.238000', '130234.241000', '130234.243000', '130234.246000', '130234.249000', '130234.252000', '130234.255000', '130234.258000', '130234.261000', '130234.263000', '130234.266000', '130234.269000', '130234.272000', '130234.275000', '130234.277000', '130234.280000', '130254.160000', '130254.163000', '130254.166000', '130254.169000', '130254.172000', '130254.174000', '130254.177000', '130254.180000', '130254.183000', '130254.186000', '130254.189000', '130254.192000', '130254.194000', '130254.197000', '130254.200000', '130254.203000', '130254.206000', '130254.209000', '130254.212000', '130254.215000', '130254.218000', '130254.220000', '130254.223000', '130254.226000', '130254.229000', '130254.232000', '130254.235000', '130254.237000', '130254.241000', '130254.243000', '130254.246000', '130254.249000', '130254.252000', '130254.255000', '130254.257000', '130254.260000', '130254.263000', '130254.266000', '130254.269000', '130254.272000', '130254.274000', '130254.277000', '130254.280000', '130254.283000', '130314.160000', '130314.163000', '130314.166000', '130314.169000', '130314.172000', '130314.174000', '130314.182000', '130314.184000', '130314.187000', '130314.190000', '130314.193000', '130314.196000', '130314.199000', '130314.202000', '130314.205000', '130314.208000', '130314.210000', '130314.213000', '130314.216000', '130314.219000', '130314.222000', '130314.225000', '130314.228000', '130314.230000', '130314.233000', '130314.236000', '130314.239000', '130314.242000', '130314.245000', '130314.248000', '130314.251000', '130314.253000', '130314.256000', '130314.259000', '130314.262000', '130314.265000', '130314.268000', '130314.270000', '130314.273000', '130314.276000', '130314.279000', '130314.282000', '130314.285000', '130334.160000', '130334.163000', '130334.166000', '130334.169000', '130334.171000', '130334.174000', '130334.177000', '130334.180000', '130334.183000', '130334.186000', '130334.189000', '130334.192000', '130334.195000', '130334.197000', '130334.200000', '130334.203000', '130334.206000', '130334.209000', '130334.212000', '130334.214000', '130334.217000', '130334.220000', '130334.223000', '130334.226000', '130334.229000', '130334.231000', '130334.234000', '130334.237000', '130334.240000', '130334.243000', '130334.246000', '130334.249000', '130334.251000', '130334.254000', '130334.257000', '130334.260000', '130334.263000', '130334.265000', '130334.268000', '130334.271000', '130334.274000', '130334.277000', '130334.279000', '130334.282000', '130354.159000', '130354.162000', '130354.165000', '130354.168000', '130354.171000', '130354.174000', '130354.177000', '130354.179000', '130354.182000', '130354.185000', '130354.188000', '130354.191000', '130354.194000', '130354.197000', '130354.199000', '130354.202000', '130354.205000', '130354.208000', '130354.211000', '130354.214000', '130354.217000', '130354.220000', '130354.223000', '130354.225000', '130354.228000', '130354.231000', '130354.234000', '130354.237000', '130354.240000', '130354.243000', '130354.245000', '130354.248000', '130354.251000', '130354.254000', '130354.257000', '130354.260000', '130354.262000', '130354.265000', '130354.268000', '130354.272000', '130354.275000', '130354.278000', '130354.281000', '130414.159000', '130414.162000', '130414.165000', '130414.168000', '130414.171000', '130414.174000', '130414.176000', '130414.179000', '130414.182000', '130414.185000', '130414.188000', '130414.191000', '130414.194000', '130414.196000', '130414.199000', '130414.202000', '130414.205000', '130414.208000', '130414.211000', '130414.214000', '130414.216000', '130414.219000', '130414.222000', '130414.225000', '130414.228000', '130414.231000', '130414.234000', '130414.238000', '130414.240000', '130414.243000', '130414.246000', '130414.249000', '130414.252000', '130414.255000', '130414.258000', '130414.261000', '130414.264000', '130414.266000', '130414.269000', '130414.272000', '130414.275000', '130414.278000', '130414.281000', '130414.284000', '130425.211000', '130425.214000', '130425.217000', '130425.235000', '130425.238000', '130425.241000', '130425.250000', '130425.253000', '130425.256000', '130425.259000', '130425.262000', '130425.264000', '130425.268000', '130425.271000', '130425.275000', '130425.278000', '130425.281000', '130425.284000', '130425.287000', '130425.291000', '130425.294000', '130425.297000', '130425.300000', '130425.303000'], 'InstanceCreationTime': ['125454.189000', '125454.193000', '125454.196000', '125454.198000', '125454.201000', '125454.204000', '125454.207000', '125454.210000', '125454.213000', '125454.215000', '125454.218000', '125454.221000', '125454.224000', '125454.227000', '125454.230000', '125454.232000', '125454.235000', '125454.238000', '125454.242000', '125454.245000', '125454.248000', '125454.251000', '125454.253000', '125454.256000', '125454.259000', '125454.262000', '125454.265000', '125454.272000', '125454.274000', '125454.278000', '125454.280000', '125454.283000', '125454.286000', '125454.289000', '125454.291000', '125454.294000', '125454.297000', '125454.300000', '125454.303000', '125454.306000', '125454.308000', '125454.311000', '125454.315000', '125454.320000', '125454.324000', '125454.326000', '125454.329000', '125454.332000', '125454.335000', '125454.338000', '125454.340000', '125454.343000', '125454.346000', '125454.349000', '125454.351000', '125454.354000', '125514.159000', '125514.162000', '125514.164000', '125514.167000', '125514.170000', '125514.173000', '125514.176000', '125514.178000', '125514.181000', '125514.184000', '125514.188000', '125514.191000', '125514.194000', '125514.196000', '125514.199000', '125514.202000', '125514.205000', '125514.209000', '125514.212000', '125514.214000', '125514.217000', '125514.220000', '125514.223000', '125514.226000', '125514.229000', '125514.231000', '125514.234000', '125514.237000', '125514.240000', '125514.243000', '125514.245000', '125514.248000', '125514.251000', '125514.254000', '125514.256000', '125514.259000', '125514.262000', '125514.265000', '125514.268000', '125514.270000', '125514.273000', '125514.276000', '125514.279000', '125514.282000', '125534.159000', '125534.162000', '125534.165000', '125534.167000', '125534.170000', '125534.173000', '125534.176000', '125534.179000', '125534.182000', '125534.184000', '125534.187000', '125534.190000', '125534.193000', '125534.196000', '125534.199000', '125534.202000', '125534.204000', '125534.207000', '125534.210000', '125534.213000', '125534.216000', '125534.218000', '125534.221000', '125534.224000', '125534.227000', '125534.230000', '125534.233000', '125534.236000', '125534.238000', '125534.241000', '125534.244000', '125534.247000', '125534.250000', '125534.253000', '125534.256000', '125534.258000', '125534.261000', '125534.264000', '125534.267000', '125534.270000', '125534.273000', '125534.275000', '125534.278000', '125554.160000', '125554.163000', '125554.166000', '125554.173000', '125554.176000', '125554.179000', '125554.182000', '125554.185000', '125554.187000', '125554.190000', '125554.193000', '125554.196000', '125554.206000', '125554.209000', '125554.211000', '125554.214000', '125554.217000', '125554.220000', '125554.223000', '125554.226000', '125554.228000', '125554.231000', '125554.234000', '125554.237000', '125554.240000', '125554.242000', '125554.245000', '125554.248000', '125554.251000', '125554.254000', '125554.256000', '125554.259000', '125554.262000', '125554.265000', '125554.268000', '125554.270000', '125554.273000', '125554.276000', '125554.279000', '125554.282000', '125554.285000', '125554.287000', '125554.290000', '125554.293000', '125614.160000', '125614.163000', '125614.166000', '125614.169000', '125614.171000', '125614.174000', '125614.177000', '125614.180000', '125614.183000', '125614.186000', '125614.189000', '125614.191000', '125614.194000', '125614.197000', '125614.200000', '125614.203000', '125614.206000', '125614.209000', '125614.211000', '125614.214000', '125614.217000', '125614.220000', '125614.223000', '125614.226000', '125614.228000', '125614.231000', '125614.234000', '125614.237000', '125614.240000', '125614.243000', '125614.246000', '125614.251000', '125614.254000', '125614.257000', '125614.259000', '125614.262000', '125614.265000', '125614.268000', '125614.271000', '125614.274000', '125614.276000', '125614.280000', '125614.283000', '125634.160000', '125634.163000', '125634.166000', '125634.169000', '125634.172000', '125634.174000', '125634.177000', '125634.180000', '125634.183000', '125634.186000', '125634.189000', '125634.192000', '125634.194000', '125634.197000', '125634.200000', '125634.203000', '125634.206000', '125634.209000', '125634.211000', '125634.214000', '125634.217000', '125634.220000', '125634.223000', '125634.226000', '125634.229000', '125634.232000', '125634.234000', '125634.237000', '125634.240000', '125634.243000', '125634.246000', '125634.249000', '125634.252000', '125634.254000', '125634.257000', '125634.260000', '125634.263000', '125634.266000', '125634.269000', '125634.272000', '125634.275000', '125634.277000', '125634.281000', '125634.283000', '125654.160000', '125654.163000', '125654.166000', '125654.168000', '125654.171000', '125654.174000', '125654.177000', '125654.180000', '125654.183000', '125654.186000', '125654.189000', '125654.191000', '125654.194000', '125654.197000', '125654.200000', '125654.203000', '125654.206000', '125654.209000', '125654.211000', '125654.214000', '125654.217000', '125654.220000', '125654.223000', '125654.226000', '125654.229000', '125654.231000', '125654.234000', '125654.237000', '125654.240000', '125654.243000', '125654.246000', '125654.249000', '125654.252000', '125654.254000', '125654.257000', '125654.260000', '125654.263000', '125654.266000', '125654.269000', '125654.271000', '125654.274000', '125654.277000', '125654.280000', '125714.159000', '125714.162000', '125714.165000', '125714.168000', '125714.171000', '125714.174000', '125714.177000', '125714.180000', '125714.183000', '125714.186000', '125714.188000', '125714.191000', '125714.194000', '125714.197000', '125714.200000', '125714.203000', '125714.205000', '125714.208000', '125714.211000', '125714.214000', '125714.217000', '125714.220000', '125714.222000', '125714.225000', '125714.228000', '125714.231000', '125714.234000', '125714.237000', '125714.239000', '125714.242000', '125714.245000', '125714.248000', '125714.251000', '125714.254000', '125714.256000', '125714.259000', '125714.262000', '125714.265000', '125714.268000', '125714.271000', '125714.273000', '125714.276000', '125714.279000', '125734.159000', '125734.162000', '125734.165000', '125734.168000', '125734.171000', '125734.173000', '125734.176000', '125734.179000', '125734.194000', '125734.197000', '125734.200000', '125734.203000', '125734.206000', '125734.209000', '125734.211000', '125734.214000', '125734.217000', '125734.220000', '125734.223000', '125734.225000', '125734.229000', '125734.231000', '125734.234000', '125734.237000', '125734.240000', '125734.243000', '125734.246000', '125734.248000', '125734.251000', '125734.254000', '125734.257000', '125734.260000', '125734.263000', '125734.266000', '125734.268000', '125734.271000', '125734.274000', '125734.277000', '125734.280000', '125734.283000', '125734.286000', '125734.288000', '125734.291000', '125734.294000', '125754.159000', '125754.162000', '125754.165000', '125754.171000', '125754.174000', '125754.178000', '125754.180000', '125754.183000', '125754.186000', '125754.189000', '125754.192000', '125754.195000', '125754.198000', '125754.200000', '125754.203000', '125754.206000', '125754.209000', '125754.212000', '125754.214000', '125754.217000', '125754.220000', '125754.223000', '125754.226000', '125754.229000', '125754.232000', '125754.235000', '125754.237000', '125754.240000', '125754.243000', '125754.246000', '125754.249000', '125754.252000', '125754.255000', '125754.257000', '125754.260000', '125754.263000', '125754.266000', '125754.269000', '125754.272000', '125754.274000', '125754.277000', '125754.280000', '125754.286000', '125814.160000', '125814.163000', '125814.166000', '125814.169000', '125814.171000', '125814.174000', '125814.177000', '125814.180000', '125814.183000', '125814.186000', '125814.189000', '125814.192000', '125814.194000', '125814.197000', '125814.200000', '125814.203000', '125814.206000', '125814.209000', '125814.211000', '125814.214000', '125814.217000', '125814.220000', '125814.223000', '125814.226000', '125814.228000', '125814.231000', '125814.234000', '125814.237000', '125814.240000', '125814.243000', '125814.245000', '125814.248000', '125814.251000', '125814.254000', '125814.257000', '125814.259000', '125814.262000', '125814.265000', '125814.268000', '125814.271000', '125814.274000', '125814.276000', '125814.279000', '125814.282000', '125834.160000', '125834.163000', '125834.166000', '125834.169000', '125834.172000', '125834.175000', '125834.178000', '125834.181000', '125834.184000', '125834.187000', '125834.190000', '125834.193000', '125834.196000', '125834.199000', '125834.201000', '125834.204000', '125834.207000', '125834.210000', '125834.213000', '125834.216000', '125834.219000', '125834.221000', '125834.224000', '125834.227000', '125834.230000', '125834.233000', '125834.236000', '125834.239000', '125834.241000', '125834.244000', '125834.247000', '125834.250000', '125834.253000', '125834.256000', '125834.258000', '125834.261000', '125834.264000', '125834.267000', '125834.270000', '125834.273000', '125834.276000', '125834.278000', '125834.281000', '125854.160000', '125854.163000', '125854.166000', '125854.169000', '125854.172000', '125854.174000', '125854.177000', '125854.180000', '125854.183000', '125854.186000', '125854.189000', '125854.192000', '125854.194000', '125854.197000', '125854.200000', '125854.203000', '125854.206000', '125854.209000', '125854.212000', '125854.215000', '125854.217000', '125854.220000', '125854.223000', '125854.226000', '125854.229000', '125854.232000', '125854.235000', '125854.237000', '125854.240000', '125854.243000', '125854.246000', '125854.249000', '125854.252000', '125854.261000', '125854.264000', '125854.267000', '125854.269000', '125854.272000', '125854.275000', '125854.278000', '125854.281000', '125854.283000', '125854.286000', '125854.289000', '125914.160000', '125914.163000', '125914.166000', '125914.169000', '125914.172000', '125914.174000', '125914.177000', '125914.180000', '125914.183000', '125914.186000', '125914.189000', '125914.191000', '125914.194000', '125914.197000', '125914.202000', '125914.206000', '125914.210000', '125914.212000', '125914.215000', '125914.218000', '125914.221000', '125914.224000', '125914.227000', '125914.230000', '125914.233000', '125914.235000', '125914.238000', '125914.241000', '125914.244000', '125914.247000', '125914.250000', '125914.252000', '125914.255000', '125914.258000', '125914.261000', '125914.264000', '125914.267000', '125914.270000', '125914.273000', '125914.275000', '125914.278000', '125914.281000', '125914.284000', '125934.159000', '125934.162000', '125934.165000', '125934.168000', '125934.171000', '125934.174000', '125934.176000', '125934.179000', '125934.182000', '125934.185000', '125934.188000', '125934.191000', '125934.194000', '125934.197000', '125934.199000', '125934.202000', '125934.205000', '125934.208000', '125934.211000', '125934.214000', '125934.216000', '125934.219000', '125934.222000', '125934.225000', '125934.228000', '125934.231000', '125934.234000', '125934.236000', '125934.239000', '125934.242000', '125934.245000', '125934.248000', '125934.251000', '125934.254000', '125934.256000', '125934.259000', '125934.262000', '125934.265000', '125934.268000', '125934.271000', '125934.273000', '125934.276000', '125934.279000', '125934.282000', '125954.159000', '125954.162000', '125954.165000', '125954.168000', '125954.171000', '125954.174000', '125954.177000', '125954.180000', '125954.182000', '125954.185000', '125954.188000', '125954.191000', '125954.194000', '125954.197000', '125954.200000', '125954.203000', '125954.205000', '125954.208000', '125954.211000', '125954.217000', '125954.220000', '125954.223000', '125954.226000', '125954.229000', '125954.232000', '125954.235000', '125954.238000', '125954.241000', '125954.244000', '125954.247000', '125954.250000', '125954.252000', '125954.255000', '125954.258000', '125954.261000', '125954.264000', '125954.267000', '125954.269000', '125954.272000', '125954.275000', '125954.278000', '125954.281000', '125954.284000', '130014.159000', '130014.162000', '130014.165000', '130014.168000', '130014.171000', '130014.174000', '130014.176000', '130014.179000', '130014.182000', '130014.185000', '130014.188000', '130014.191000', '130014.194000', '130014.196000', '130014.199000', '130014.202000', '130014.205000', '130014.208000', '130014.211000', '130014.214000', '130014.217000', '130014.219000', '130014.222000', '130014.225000', '130014.228000', '130014.231000', '130014.233000', '130014.236000', '130014.239000', '130014.242000', '130014.245000', '130014.248000', '130014.251000', '130014.254000', '130014.256000', '130014.259000', '130014.262000', '130014.265000', '130014.268000', '130014.271000', '130014.274000', '130014.276000', '130014.279000', '130014.282000', '130034.160000', '130034.163000', '130034.166000', '130034.169000', '130034.172000', '130034.174000', '130034.177000', '130034.180000', '130034.183000', '130034.186000', '130034.189000', '130034.192000', '130034.194000', '130034.197000', '130034.200000', '130034.203000', '130034.206000', '130034.210000', '130034.213000', '130034.216000', '130034.219000', '130034.222000', '130034.225000', '130034.227000', '130034.230000', '130034.233000', '130034.236000', '130034.239000', '130034.243000', '130034.248000', '130034.252000', '130034.254000', '130034.258000', '130034.260000', '130034.263000', '130034.266000', '130034.269000', '130034.272000', '130034.274000', '130034.277000', '130034.280000', '130034.283000', '130034.286000', '130054.160000', '130054.163000', '130054.165000', '130054.168000', '130054.171000', '130054.174000', '130054.177000', '130054.180000', '130054.183000', '130054.186000', '130054.188000', '130054.191000', '130054.194000', '130054.197000', '130054.200000', '130054.203000', '130054.205000', '130054.208000', '130054.211000', '130054.214000', '130054.217000', '130054.220000', '130054.222000', '130054.225000', '130054.228000', '130054.231000', '130054.234000', '130054.237000', '130054.240000', '130054.243000', '130054.245000', '130054.248000', '130054.251000', '130054.254000', '130054.257000', '130054.260000', '130054.263000', '130054.265000', '130054.268000', '130054.271000', '130054.274000', '130054.277000', '130054.280000', '130054.283000', '130114.160000', '130114.163000', '130114.166000', '130114.169000', '130114.172000', '130114.175000', '130114.178000', '130114.180000', '130114.183000', '130114.186000', '130114.189000', '130114.192000', '130114.196000', '130114.199000', '130114.202000', '130114.204000', '130114.207000', '130114.210000', '130114.213000', '130114.216000', '130114.219000', '130114.222000', '130114.225000', '130114.227000', '130114.230000', '130114.233000', '130114.236000', '130114.239000', '130114.242000', '130114.245000', '130114.247000', '130114.252000', '130114.256000', '130114.259000', '130114.262000', '130114.265000', '130114.268000', '130114.271000', '130114.274000', '130114.277000', '130114.279000', '130114.282000', '130114.285000', '130134.160000', '130134.163000', '130134.166000', '130134.169000', '130134.172000', '130134.175000', '130134.178000', '130134.181000', '130134.183000', '130134.186000', '130134.189000', '130134.192000', '130134.195000', '130134.198000', '130134.201000', '130134.203000', '130134.206000', '130134.209000', '130134.212000', '130134.215000', '130134.218000', '130134.220000', '130134.223000', '130134.226000', '130134.229000', '130134.232000', '130134.235000', '130134.238000', '130134.241000', '130134.243000', '130134.246000', '130134.249000', '130134.252000', '130134.255000', '130134.258000', '130134.261000', '130134.263000', '130134.266000', '130134.269000', '130134.272000', '130134.275000', '130134.278000', '130134.281000', '130134.284000', '130154.159000', '130154.162000', '130154.165000', '130154.168000', '130154.171000', '130154.174000', '130154.177000', '130154.179000', '130154.182000', '130154.185000', '130154.188000', '130154.191000', '130154.194000', '130154.197000', '130154.199000', '130154.202000', '130154.205000', '130154.208000', '130154.211000', '130154.214000', '130154.217000', '130154.220000', '130154.222000', '130154.225000', '130154.228000', '130154.231000', '130154.234000', '130154.237000', '130154.240000', '130154.243000', '130154.245000', '130154.248000', '130154.251000', '130154.254000', '130154.257000', '130154.260000', '130154.263000', '130154.265000', '130154.268000', '130154.271000', '130154.274000', '130154.277000', '130154.280000', '130214.159000', '130214.162000', '130214.165000', '130214.168000', '130214.171000', '130214.174000', '130214.176000', '130214.179000', '130214.182000', '130214.185000', '130214.188000', '130214.191000', '130214.194000', '130214.197000', '130214.199000', '130214.202000', '130214.205000', '130214.208000', '130214.211000', '130214.214000', '130214.217000', '130214.220000', '130214.222000', '130214.225000', '130214.228000', '130214.231000', '130214.234000', '130214.237000', '130214.239000', '130214.242000', '130214.245000', '130214.248000', '130214.251000', '130214.254000', '130214.256000', '130214.259000', '130214.262000', '130214.265000', '130214.268000', '130214.271000', '130214.274000', '130214.277000', '130214.279000', '130214.282000', '130234.159000', '130234.162000', '130234.165000', '130234.168000', '130234.170000', '130234.173000', '130234.176000', '130234.179000', '130234.182000', '130234.185000', '130234.188000', '130234.191000', '130234.194000', '130234.196000', '130234.199000', '130234.202000', '130234.205000', '130234.208000', '130234.211000', '130234.214000', '130234.216000', '130234.219000', '130234.222000', '130234.225000', '130234.228000', '130234.231000', '130234.235000', '130234.238000', '130234.241000', '130234.243000', '130234.246000', '130234.249000', '130234.252000', '130234.255000', '130234.258000', '130234.261000', '130234.263000', '130234.266000', '130234.269000', '130234.272000', '130234.275000', '130234.277000', '130234.280000', '130254.160000', '130254.163000', '130254.166000', '130254.169000', '130254.172000', '130254.174000', '130254.177000', '130254.180000', '130254.183000', '130254.186000', '130254.189000', '130254.192000', '130254.194000', '130254.197000', '130254.200000', '130254.203000', '130254.206000', '130254.209000', '130254.212000', '130254.215000', '130254.218000', '130254.220000', '130254.223000', '130254.226000', '130254.229000', '130254.232000', '130254.235000', '130254.237000', '130254.241000', '130254.243000', '130254.246000', '130254.249000', '130254.252000', '130254.255000', '130254.257000', '130254.260000', '130254.263000', '130254.266000', '130254.269000', '130254.272000', '130254.274000', '130254.277000', '130254.280000', '130254.283000', '130314.160000', '130314.163000', '130314.166000', '130314.169000', '130314.172000', '130314.174000', '130314.182000', '130314.184000', '130314.187000', '130314.190000', '130314.193000', '130314.196000', '130314.199000', '130314.202000', '130314.205000', '130314.208000', '130314.210000', '130314.213000', '130314.216000', '130314.219000', '130314.222000', '130314.225000', '130314.228000', '130314.230000', '130314.233000', '130314.236000', '130314.239000', '130314.242000', '130314.245000', '130314.248000', '130314.251000', '130314.253000', '130314.256000', '130314.259000', '130314.262000', '130314.265000', '130314.268000', '130314.270000', '130314.273000', '130314.276000', '130314.279000', '130314.282000', '130314.285000', '130334.160000', '130334.163000', '130334.166000', '130334.169000', '130334.171000', '130334.174000', '130334.177000', '130334.180000', '130334.183000', '130334.186000', '130334.189000', '130334.192000', '130334.195000', '130334.197000', '130334.200000', '130334.203000', '130334.206000', '130334.209000', '130334.212000', '130334.214000', '130334.217000', '130334.220000', '130334.223000', '130334.226000', '130334.229000', '130334.231000', '130334.234000', '130334.237000', '130334.240000', '130334.243000', '130334.246000', '130334.249000', '130334.251000', '130334.254000', '130334.257000', '130334.260000', '130334.263000', '130334.265000', '130334.268000', '130334.271000', '130334.274000', '130334.277000', '130334.279000', '130334.282000', '130354.159000', '130354.162000', '130354.165000', '130354.168000', '130354.171000', '130354.174000', '130354.177000', '130354.179000', '130354.182000', '130354.185000', '130354.188000', '130354.191000', '130354.194000', '130354.197000', '130354.199000', '130354.202000', '130354.205000', '130354.208000', '130354.211000', '130354.214000', '130354.217000', '130354.220000', '130354.223000', '130354.225000', '130354.228000', '130354.231000', '130354.234000', '130354.237000', '130354.240000', '130354.243000', '130354.245000', '130354.248000', '130354.251000', '130354.254000', '130354.257000', '130354.260000', '130354.262000', '130354.265000', '130354.268000', '130354.272000', '130354.275000', '130354.278000', '130354.281000', '130414.159000', '130414.162000', '130414.165000', '130414.168000', '130414.171000', '130414.174000', '130414.176000', '130414.179000', '130414.182000', '130414.185000', '130414.188000', '130414.191000', '130414.194000', '130414.196000', '130414.199000', '130414.202000', '130414.205000', '130414.208000', '130414.211000', '130414.214000', '130414.216000', '130414.219000', '130414.222000', '130414.225000', '130414.228000', '130414.231000', '130414.234000', '130414.238000', '130414.240000', '130414.243000', '130414.246000', '130414.249000', '130414.252000', '130414.255000', '130414.258000', '130414.261000', '130414.264000', '130414.266000', '130414.269000', '130414.272000', '130414.275000', '130414.278000', '130414.281000', '130414.284000', '130425.211000', '130425.214000', '130425.217000', '130425.235000', '130425.238000', '130425.241000', '130425.250000', '130425.253000', '130425.256000', '130425.259000', '130425.262000', '130425.264000', '130425.268000', '130425.271000', '130425.275000', '130425.278000', '130425.281000', '130425.284000', '130425.287000', '130425.291000', '130425.294000', '130425.297000', '130425.300000', '130425.303000'], '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], 'LargestImagePixelValue': [12254, 12393, 12135, 12133, 11874, 12386, 11538, 11694, 12229, 13424, 12179, 12769, 12460, 12833, 12067, 12980, 12467, 13797, 12485, 12827, 12574, 12864, 12488, 13094, 12386, 12644, 12366, 13309, 12283, 12928, 12744, 13584, 12964, 14651, 13109, 14337, 13046, 14294, 13049, 11838, 12567, 12316, 12372, 12148, 12358, 12223, 12604, 12527, 12590, 12483, 12412, 12478, 11710, 12451, 12115, 12496, 12472, 12308, 13406, 12276, 12742, 12281, 12492, 12486, 12582, 12815, 13504, 12912, 12913, 13008, 13306, 13001, 12495, 12810, 12321, 12743, 12617, 13001, 12666, 13481, 12734, 12964, 12566, 12308, 12673, 12480, 12429, 12783, 12363, 12602, 12308, 13579, 12445, 12281, 12230, 12749, 12888, 13814, 12698, 12023, 12611, 12400, 12533, 12480, 12897, 12425, 13023, 12651, 12499, 12642, 12016, 12625, 12453, 12685, 12071, 12456, 12343, 12288, 12633, 12150, 11702, 12095, 13289, 12180, 12046, 12156, 13143, 12412, 13832, 12559, 13418, 12189, 13212, 12404, 11851, 12210, 12451, 12080, 12240, 12165, 12232, 12357, 12332, 12678, 12411, 12642, 12149, 11945, 12203, 12220, 12429, 12312, 11937, 12051, 12149, 12341, 12038, 11925, 11956, 11932, 11772, 12220, 12089, 12017, 12046, 12842, 12132, 12296, 12064, 12185, 11800, 12487, 12056, 12415, 11897, 12036, 11714, 11951, 11961, 12154, 11360, 12192, 11704, 11970, 11313, 11750, 12618, 11838, 11482, 11449, 12749, 11476, 11864, 11722, 12186, 11669, 12219, 11740, 12140, 11306, 11942, 11080, 11898, 11465, 11555, 11286, 11683, 12137, 11707, 11606, 11613, 11181, 11627, 11689, 11531, 12077, 11756, 11991, 12072, 11929, 11098, 12064, 11620, 11935, 11306, 11665, 11974, 11879, 12149, 11622, 12231, 11750, 11521, 11837, 13362, 12191, 11977, 11730, 12057, 11730, 12149, 11986, 12047, 11905, 12062, 11426, 11599, 12111, 11667, 12608, 11732, 11246, 11862, 11933, 11891, 12200, 11855, 11957, 11188, 11723, 11624, 11608, 11467, 11668, 12313, 11621, 12756, 11437, 11979, 11660, 11986, 11612, 12085, 11914, 11986, 11208, 11818, 11358, 11818, 11317, 11491, 12211, 11492, 11920, 11880, 13158, 11752, 11858, 11461, 12031, 11309, 12225, 11934, 12123, 11979, 12074, 11656, 12087, 11015, 11379, 11747, 11440, 11895, 11637, 12577, 11661, 11333, 11620, 12218, 11685, 11212, 11455, 12040, 11432, 11932, 11449, 11818, 10927, 11647, 10685, 11755, 10849, 11420, 11620, 11173, 10998, 11249, 11553, 11034, 11556, 10527, 11739, 10625, 11592, 11150, 11523, 11358, 11633, 11130, 11383, 10633, 10899, 11053, 10816, 11950, 10931, 11666, 10893, 11777, 11265, 11526, 10589, 11433, 10869, 10996, 10783, 10925, 10791, 11187, 11902, 11266, 11136, 11288, 11766, 10957, 11442, 11601, 11803, 11175, 11572, 11304, 11525, 10958, 11153, 11164, 11181, 10960, 10841, 11244, 10112, 10422, 10863, 11427, 10948, 10876, 10834, 11065, 10457, 10899, 10209, 10826, 11115, 10744, 12498, 11133, 11428, 11140, 11638, 11344, 11324, 11810, 11516, 11229, 11332, 10946, 10998, 11476, 11046, 11852, 10988, 12584, 11242, 11492, 11147, 11685, 11107, 11486, 11439, 10976, 12125, 11044, 11188, 11052, 11380, 11496, 11440, 10694, 11126, 11295, 11237, 11185, 11055, 11492, 10972, 12752, 10982, 10437, 11028, 11699, 11008, 11758, 11423, 11607, 11122, 11460, 10971, 11274, 11165, 10927, 10905, 11131, 10982, 10938, 11604, 10962, 11680, 10856, 12305, 11338, 11698, 10962, 11414, 11078, 11695, 10552, 11281, 9991, 11564, 11111, 11173, 10468, 10438, 11042, 10276, 11194, 10007, 11173, 10207, 10619, 9689, 10232, 9054, 10216, 9064, 10175, 11590, 9610, 10932, 9576, 10926, 9565, 10877, 10067, 10906, 10332, 11085, 9715, 10466, 9458, 10293, 10028, 10221, 9764, 10371, 10104, 10330, 11343, 10418, 11055, 10356, 11090, 10490, 11005, 10200, 10927, 9636, 10750, 9393, 10550, 10347, 10446, 10909, 10246, 10824, 10107, 11119, 9962, 11243, 9988, 10745, 10360, 10785, 9528, 10439, 9039, 10249, 11535, 10013, 10187, 9907, 10829, 9892, 10997, 9743, 10859, 9996, 10596, 9831, 10809, 9504, 10427, 9327, 10230, 9759, 10134, 11130, 10235, 10178, 10129, 11378, 10275, 10967, 10669, 10821, 9894, 10729, 9483, 10919, 9213, 10448, 10005, 10188, 9226, 10213, 9962, 10137, 10032, 9950, 11393, 9816, 11035, 9918, 11054, 10332, 10999, 9911, 10806, 9288, 10715, 9819, 9955, 10621, 9794, 9565, 9777, 10704, 9752, 10690, 9683, 10590, 9990, 10300, 9496, 10911, 10407, 10844, 11014, 10494, 10825, 9879, 11825, 9997, 11264, 9965, 11090, 9876, 10810, 10172, 10659, 10211, 10815, 10033, 10483, 9997, 10660, 9714, 10420, 9282, 10217, 10982, 9931, 10848, 10085, 11406, 9771, 10102, 9775, 10992, 9645, 10831, 10026, 10873, 9550, 10551, 9400, 10269, 9196, 9975, 9760, 9818, 10879, 9944, 10614, 10107, 11082, 9917, 10759, 9966, 10988, 10203, 10977, 10181, 10793, 9835, 10587, 9778, 10447, 9764, 10357, 10240, 10406, 11195, 10290, 11508, 10122, 10876, 10085, 10658, 9796, 11142, 9677, 10983, 9771, 11103, 9859, 10874, 9768, 10958, 9366, 10347, 9201, 10246, 9609, 10229, 9243, 10174, 9852, 10228, 9723, 9942, 9963, 9616, 10902, 9683, 10546, 9581, 11085, 9525, 10940, 9651, 10683, 9493, 10779, 9376, 10503, 9371, 10047, 10081, 9595, 10185, 9817, 9468, 9854, 10937, 9494, 10384, 9882, 9702, 9441, 10824, 9466, 10827, 9590, 10633, 9943, 10991, 9618, 10687, 9254, 10164, 9587, 10291, 10091, 9912, 9682, 10025, 11429, 9778, 10779, 9548, 11010, 9969, 10847, 10004, 10557, 9687, 10461, 9606, 10096, 9796, 10217, 10375, 10033, 11300, 10137, 10802, 9881, 11193, 10147, 10756, 10121, 10682, 10432, 10577, 10060, 10526, 9714, 10381, 11090, 10100, 11560, 10142, 10780, 10160, 11212, 10167, 11349, 10403, 10933, 10081, 10862, 9609, 10472, 9695, 10249, 10497, 10346, 11146, 10021, 10877, 10069, 11030, 10231, 11050, 10166, 10818, 9712, 10654, 10199, 10392, 9852, 10024, 9926, 10303, 11831, 10379, 10558, 10115, 10973, 10015, 11111, 10420, 11001, 10571, 10845, 10118, 10964, 10198, 10819, 10324, 10696, 10486, 10342, 10292, 10406, 10180, 10048, 9734, 10482, 9879, 10403, 9785, 10439, 10520, 10272, 10282, 10213, 10679, 10319, 11732, 10107, 10604, 9980, 11169, 9940, 10786, 9840, 10712, 10167, 10535, 10252, 10680, 10512, 10435, 10250, 10689, 10090, 10496, 9821, 10572, 9696, 10531, 9556, 10052, 10294, 9929, 10355, 10040, 10680, 9956, 10586, 9645, 10594, 9692, 10150, 9641, 11346, 9574, 11146, 10027, 10423, 9846, 10823, 9459, 10779, 9890, 10635, 9952, 10634, 10153, 10238, 10083, 10269, 9774, 10116, 9871, 10196, 9982, 9945, 9965, 10063, 9966, 9942, 10307, 9962, 10629, 9953, 10576, 9901, 10923, 10077, 11572, 10367, 10309, 10062, 10636, 10507, 10372, 9892, 10347, 9824, 10159, 9518, 10070, 10352, 9997, 10262, 9655, 10147, 9969, 10677, 9706, 10737, 9475, 11075, 10049, 10994, 9735, 10860, 9722, 10229, 9765, 10375, 10465, 9850, 9639, 9806, 11753, 9653, 10389, 9604, 10607, 9565, 10729, 9505, 10193, 9921, 10113, 10145, 10300, 10015, 10267, 9635, 10081, 9543, 9941, 10518, 9692, 10174, 9664, 10617, 9715, 10754, 9707, 10546, 9915, 10460, 10017, 10074, 9925, 9885, 9674, 9906, 9982, 9890, 10180, 9858, 11833, 10108, 10802, 9866, 11631, 9811, 10773, 10203, 10797, 9698, 10496, 9960, 10328, 9912, 10136, 9868, 9844, 10283, 9810, 10134, 9996, 10345, 10025, 10394, 9813, 10546, 9587, 10031, 9753, 10050, 9736, 10654, 9794, 10449, 9406, 10391, 9645, 12285, 9811, 11849, 9913, 12007, 9662, 10706, 9855, 10767, 9902, 10616, 9952, 10474, 10074, 10314, 10154, 10486, 10357, 10347, 9918, 10123, 9596, 10212, 9666, 10468, 9592, 10451, 9797, 9995, 10237, 9893, 11176, 10037, 10071, 9988, 9770, 10159, 10181, 9886, 11332, 9797, 10218, 9748, 11721, 9913, 10619, 9748, 10499, 9711, 10571, 9985, 10608, 9719, 10362, 9517, 9948, 10034, 10078, 10379, 9911, 10141, 9813, 11227, 9802, 11161, 10025, 10594, 9663, 10789, 9595, 10542, 9632, 10769, 9745, 10442, 9985, 10403, 9132, 10089, 9372, 10330, 9518, 9888, 10649, 9704, 9429, 9527, 10041, 9860, 9809, 9819, 10597, 9681, 10350, 10217, 10334, 9804, 10608, 9342, 10347, 9954, 10130, 10274, 9749, 11199, 9811, 10871, 10032, 10375, 9859, 10915, 9892, 10689, 9900, 10718, 9791, 10294, 9119, 10404, 10049, 10506, 9421, 10967, 10312, 10540, 10112, 10454, 9613, 10299, 9487, 9943, 9450, 9764, 9486, 9500, 9800, 9501, 9716, 9403, 9783, 9276, 9797, 9183, 9474, 9961, 9489, 9585, 9564, 9629, 9402, 10759, 9301, 10377, 9575, 9916, 9436, 10008, 9862, 9780, 9571, 9707, 9544, 9757, 10222, 9548, 10289, 9470, 10882, 9569, 10204, 9586, 10272, 10139, 10207, 10197, 10216, 9439, 9867, 9757, 9897, 9579, 9901, 10596, 9724, 10581, 9679, 10057, 9822, 11562, 9614, 10412, 9429, 10086, 9672, 10468, 9546, 11360, 9882, 9700, 9478, 9686, 9178, 9527, 9196, 10929, 9017, 9556, 9490, 9416, 10282, 9237, 9697, 9594, 10467, 9342, 10627, 9281, 10944, 9355, 10124, 9226, 10434, 9216, 11262, 9209, 10211, 9388, 9993, 9214, 9644, 9377, 9979, 9146, 10533, 9408, 9704, 9397, 9715, 9161, 9613, 9350, 9276, 9975, 9501, 9958, 9473, 10492, 9490, 9868, 9255, 10165, 9561, 9897, 9640, 10003, 9426, 9804, 9664, 9531, 9677, 9311, 9745, 9095, 10235], 'WindowCenter': [4396.0, 4379.0, 4365.0, 4352.0, 4350.0, 4348.0, 4339.0, 4336.0, 4337.0, 4347.0, 4336.0, 4348.0, 4345.0, 4359.0, 4360.0, 4373.0, 4361.0, 4361.0, 4349.0, 4349.0, 4349.0, 4360.0, 4349.0, 4347.0, 4348.0, 4347.0, 4336.0, 4335.0, 4324.0, 4332.0, 4333.0, 4332.0, 4334.0, 4342.0, 4333.0, 4343.0, 4345.0, 4343.0, 4345.0, 4323.0, 4336.0, 4335.0, 4336.0, 4334.0, 4335.0, 4335.0, 4333.0, 4333.0, 4332.0, 4333.0, 4331.0, 4331.0, 4322.0, 4322.0, 4323.0, 4332.0, 4331.0, 4331.0, 4332.0, 4334.0, 4333.0, 4333.0, 4344.0, 4346.0, 4346.0, 4348.0, 4357.0, 4360.0, 4361.0, 4371.0, 4369.0, 4371.0, 4360.0, 4362.0, 4361.0, 4363.0, 4362.0, 4359.0, 4349.0, 4358.0, 4347.0, 4345.0, 4348.0, 4336.0, 4347.0, 4347.0, 4345.0, 4345.0, 4345.0, 4335.0, 4335.0, 4345.0, 4347.0, 4347.0, 4348.0, 4347.0, 4349.0, 4357.0, 4359.0, 4349.0, 4359.0, 4349.0, 4361.0, 4349.0, 4358.0, 4348.0, 4359.0, 4348.0, 4346.0, 4348.0, 4347.0, 4348.0, 4346.0, 4344.0, 4334.0, 4334.0, 4334.0, 4334.0, 4335.0, 4333.0, 4324.0, 4334.0, 4342.0, 4334.0, 4333.0, 4333.0, 4343.0, 4334.0, 4356.0, 4348.0, 4358.0, 4350.0, 4360.0, 4360.0, 4349.0, 4349.0, 4347.0, 4347.0, 4347.0, 4347.0, 4337.0, 4347.0, 4347.0, 4347.0, 4335.0, 4344.0, 4335.0, 4337.0, 4347.0, 4347.0, 4348.0, 4347.0, 4348.0, 4348.0, 4347.0, 4348.0, 4347.0, 4350.0, 4347.0, 4348.0, 4350.0, 4349.0, 4348.0, 4347.0, 4349.0, 4348.0, 4348.0, 4349.0, 4347.0, 4349.0, 4348.0, 4349.0, 4347.0, 4345.0, 4335.0, 4335.0, 4336.0, 4324.0, 4324.0, 4335.0, 4323.0, 4333.0, 4334.0, 4322.0, 4322.0, 4322.0, 4331.0, 4333.0, 4323.0, 4335.0, 4335.0, 4335.0, 4333.0, 4336.0, 4333.0, 4325.0, 4335.0, 4334.0, 4335.0, 4324.0, 4337.0, 4324.0, 4334.0, 4323.0, 4334.0, 4325.0, 4334.0, 4334.0, 4336.0, 4336.0, 4337.0, 4336.0, 4338.0, 4335.0, 4336.0, 4335.0, 4335.0, 4337.0, 4335.0, 4333.0, 4335.0, 4347.0, 4337.0, 4349.0, 4336.0, 4349.0, 4336.0, 4336.0, 4346.0, 4350.0, 4348.0, 4347.0, 4350.0, 4349.0, 4358.0, 4349.0, 4349.0, 4349.0, 4349.0, 4349.0, 4348.0, 4349.0, 4335.0, 4335.0, 4348.0, 4336.0, 4336.0, 4348.0, 4336.0, 4335.0, 4334.0, 4325.0, 4333.0, 4333.0, 4334.0, 4334.0, 4336.0, 4335.0, 4334.0, 4336.0, 4336.0, 4336.0, 4335.0, 4335.0, 4335.0, 4337.0, 4346.0, 4338.0, 4337.0, 4337.0, 4334.0, 4335.0, 4334.0, 4334.0, 4336.0, 4325.0, 4336.0, 4335.0, 4336.0, 4334.0, 4334.0, 4335.0, 4336.0, 4335.0, 4335.0, 4345.0, 4336.0, 4335.0, 4336.0, 4347.0, 4339.0, 4346.0, 4335.0, 4334.0, 4347.0, 4336.0, 4336.0, 4336.0, 4325.0, 4333.0, 4333.0, 4336.0, 4336.0, 4334.0, 4346.0, 4337.0, 4336.0, 4336.0, 4335.0, 4349.0, 4336.0, 4336.0, 4335.0, 4325.0, 4334.0, 4323.0, 4333.0, 4325.0, 4325.0, 4313.0, 4323.0, 4322.0, 4323.0, 4322.0, 4322.0, 4321.0, 4320.0, 4321.0, 4323.0, 4324.0, 4323.0, 4334.0, 4324.0, 4323.0, 4325.0, 4333.0, 4335.0, 4335.0, 4325.0, 4334.0, 4326.0, 4336.0, 4325.0, 4324.0, 4323.0, 4322.0, 4323.0, 4322.0, 4333.0, 4323.0, 4325.0, 4325.0, 4334.0, 4334.0, 4323.0, 4334.0, 4337.0, 4336.0, 4337.0, 4336.0, 4337.0, 4346.0, 4336.0, 4335.0, 4338.0, 4337.0, 4336.0, 4348.0, 4336.0, 4336.0, 4336.0, 4336.0, 4326.0, 4335.0, 4336.0, 4337.0, 4326.0, 4350.0, 4367.0, 4339.0, 4341.0, 4336.0, 4348.0, 4364.0, 4338.0, 4339.0, 4336.0, 4337.0, 4325.0, 4327.0, 4337.0, 4337.0, 4336.0, 4348.0, 4337.0, 4335.0, 4335.0, 4336.0, 4326.0, 4334.0, 4336.0, 4336.0, 4336.0, 4336.0, 4324.0, 4336.0, 4336.0, 4336.0, 4337.0, 4325.0, 4334.0, 4334.0, 4335.0, 4325.0, 4334.0, 4336.0, 4334.0, 4325.0, 4323.0, 4324.0, 4324.0, 4323.0, 4322.0, 4323.0, 4332.0, 4336.0, 4326.0, 4338.0, 4339.0, 4337.0, 4335.0, 4337.0, 4337.0, 4336.0, 4347.0, 4337.0, 4328.0, 4326.0, 4336.0, 4324.0, 4335.0, 4334.0, 4335.0, 4323.0, 4336.0, 4326.0, 4335.0, 4324.0, 4323.0, 4325.0, 4336.0, 4335.0, 4338.0, 4336.0, 4327.0, 4337.0, 4325.0, 4336.0, 4325.0, 4323.0, 4323.0, 4322.0, 4324.0, 4335.0, 4325.0, 4323.0, 4312.0, 4323.0, 4324.0, 4323.0, 4324.0, 4325.0, 4323.0, 4313.0, 4323.0, 4315.0, 4324.0, 4325.0, 4339.0, 4316.0, 4325.0, 4304.0, 4324.0, 4305.0, 4325.0, 4335.0, 4316.0, 4325.0, 4315.0, 4324.0, 4315.0, 4322.0, 4326.0, 4325.0, 4325.0, 4323.0, 4313.0, 4325.0, 4315.0, 4325.0, 4325.0, 4326.0, 4328.0, 4326.0, 4325.0, 4326.0, 4337.0, 4336.0, 4337.0, 4327.0, 4337.0, 4327.0, 4326.0, 4325.0, 4326.0, 4317.0, 4325.0, 4315.0, 4327.0, 4324.0, 4327.0, 4323.0, 4326.0, 4325.0, 4326.0, 4325.0, 4315.0, 4323.0, 4314.0, 4324.0, 4323.0, 4324.0, 4313.0, 4323.0, 4302.0, 4314.0, 4324.0, 4315.0, 4313.0, 4315.0, 4323.0, 4314.0, 4324.0, 4315.0, 4325.0, 4316.0, 4325.0, 4314.0, 4325.0, 4316.0, 4324.0, 4314.0, 4324.0, 4315.0, 4325.0, 4324.0, 4326.0, 4327.0, 4323.0, 4322.0, 4313.0, 4324.0, 4325.0, 4325.0, 4327.0, 4326.0, 4312.0, 4325.0, 4304.0, 4313.0, 4313.0, 4314.0, 4312.0, 4323.0, 4312.0, 4323.0, 4315.0, 4315.0, 4333.0, 4314.0, 4324.0, 4315.0, 4324.0, 4323.0, 4324.0, 4314.0, 4324.0, 4303.0, 4323.0, 4312.0, 4314.0, 4325.0, 4313.0, 4315.0, 4314.0, 4324.0, 4314.0, 4335.0, 4327.0, 4334.0, 4328.0, 4340.0, 4329.0, 4366.0, 4351.0, 4351.0, 4350.0, 4352.0, 4350.0, 4338.0, 4335.0, 4313.0, 4323.0, 4314.0, 4322.0, 4313.0, 4323.0, 4314.0, 4325.0, 4325.0, 4325.0, 4314.0, 4325.0, 4325.0, 4327.0, 4317.0, 4324.0, 4315.0, 4326.0, 4325.0, 4316.0, 4324.0, 4313.0, 4324.0, 4313.0, 4312.0, 4313.0, 4323.0, 4313.0, 4322.0, 4315.0, 4324.0, 4302.0, 4313.0, 4302.0, 4313.0, 4302.0, 4312.0, 4312.0, 4325.0, 4324.0, 4326.0, 4325.0, 4327.0, 4347.0, 4327.0, 4336.0, 4327.0, 4336.0, 4327.0, 4336.0, 4324.0, 4336.0, 4324.0, 4325.0, 4325.0, 4326.0, 4326.0, 4326.0, 4325.0, 4325.0, 4335.0, 4326.0, 4336.0, 4326.0, 4325.0, 4325.0, 4325.0, 4315.0, 4322.0, 4314.0, 4322.0, 4312.0, 4325.0, 4313.0, 4323.0, 4311.0, 4321.0, 4301.0, 4312.0, 4301.0, 4312.0, 4300.0, 4310.0, 4302.0, 4311.0, 4312.0, 4312.0, 4314.0, 4313.0, 4315.0, 4316.0, 4326.0, 4315.0, 4323.0, 4312.0, 4323.0, 4313.0, 4323.0, 4312.0, 4325.0, 4302.0, 4322.0, 4302.0, 4313.0, 4301.0, 4311.0, 4313.0, 4313.0, 4311.0, 4313.0, 4314.0, 4323.0, 4325.0, 4314.0, 4326.0, 4324.0, 4315.0, 4313.0, 4324.0, 4313.0, 4323.0, 4314.0, 4324.0, 4315.0, 4325.0, 4314.0, 4323.0, 4301.0, 4312.0, 4302.0, 4312.0, 4312.0, 4313.0, 4312.0, 4313.0, 4323.0, 4313.0, 4323.0, 4315.0, 4336.0, 4325.0, 4325.0, 4323.0, 4325.0, 4314.0, 4325.0, 4314.0, 4324.0, 4326.0, 4324.0, 4326.0, 4324.0, 4336.0, 4324.0, 4334.0, 4327.0, 4335.0, 4324.0, 4325.0, 4314.0, 4324.0, 4324.0, 4323.0, 4324.0, 4325.0, 4316.0, 4324.0, 4335.0, 4326.0, 4333.0, 4325.0, 4322.0, 4313.0, 4335.0, 4325.0, 4323.0, 4323.0, 4324.0, 4312.0, 4325.0, 4312.0, 4324.0, 4312.0, 4311.0, 4312.0, 4312.0, 4321.0, 4313.0, 4324.0, 4312.0, 4323.0, 4313.0, 4323.0, 4313.0, 4323.0, 4312.0, 4323.0, 4312.0, 4324.0, 4314.0, 4325.0, 4326.0, 4338.0, 4346.0, 4326.0, 4324.0, 4326.0, 4336.0, 4326.0, 4337.0, 4336.0, 4337.0, 4324.0, 4325.0, 4326.0, 4335.0, 4325.0, 4337.0, 4326.0, 4337.0, 4337.0, 4326.0, 4328.0, 4337.0, 4327.0, 4327.0, 4316.0, 4326.0, 4326.0, 4326.0, 4315.0, 4325.0, 4324.0, 4325.0, 4314.0, 4314.0, 4324.0, 4312.0, 4323.0, 4309.0, 4311.0, 4301.0, 4311.0, 4300.0, 4311.0, 4312.0, 4322.0, 4313.0, 4323.0, 4324.0, 4323.0, 4336.0, 4338.0, 4326.0, 4326.0, 4326.0, 4327.0, 4325.0, 4325.0, 4315.0, 4326.0, 4315.0, 4314.0, 4314.0, 4315.0, 4313.0, 4312.0, 4323.0, 4313.0, 4324.0, 4314.0, 4325.0, 4313.0, 4325.0, 4314.0, 4323.0, 4313.0, 4323.0, 4314.0, 4323.0, 4313.0, 4321.0, 4314.0, 4323.0, 4313.0, 4324.0, 4312.0, 4324.0, 4313.0, 4313.0, 4325.0, 4325.0, 4312.0, 4325.0, 4313.0, 4324.0, 4324.0, 4314.0, 4315.0, 4314.0, 4314.0, 4313.0, 4323.0, 4313.0, 4312.0, 4312.0, 4312.0, 4313.0, 4322.0, 4313.0, 4323.0, 4313.0, 4313.0, 4310.0, 4310.0, 4311.0, 4313.0, 4313.0, 4324.0, 4313.0, 4325.0, 4315.0, 4325.0, 4326.0, 4314.0, 4323.0, 4312.0, 4325.0, 4314.0, 4325.0, 4313.0, 4324.0, 4313.0, 4323.0, 4313.0, 4324.0, 4302.0, 4310.0, 4302.0, 4299.0, 4300.0, 4310.0, 4310.0, 4310.0, 4299.0, 4311.0, 4321.0, 4312.0, 4311.0, 4312.0, 4322.0, 4312.0, 4324.0, 4311.0, 4313.0, 4312.0, 4323.0, 4324.0, 4326.0, 4325.0, 4326.0, 4313.0, 4325.0, 4315.0, 4313.0, 4324.0, 4312.0, 4314.0, 4313.0, 4323.0, 4313.0, 4322.0, 4313.0, 4323.0, 4314.0, 4324.0, 4313.0, 4315.0, 4323.0, 4326.0, 4317.0, 4326.0, 4325.0, 4327.0, 4327.0, 4325.0, 4335.0, 4324.0, 4334.0, 4326.0, 4334.0, 4316.0, 4324.0, 4323.0, 4324.0, 4312.0, 4324.0, 4314.0, 4323.0, 4312.0, 4326.0, 4325.0, 4326.0, 4324.0, 4327.0, 4325.0, 4327.0, 4326.0, 4327.0, 4325.0, 4329.0, 4337.0, 4328.0, 4326.0, 4327.0, 4324.0, 4316.0, 4326.0, 4326.0, 4337.0, 4328.0, 4326.0, 4326.0, 4346.0, 4325.0, 4335.0, 4316.0, 4332.0, 4312.0, 4312.0, 4313.0, 4323.0, 4312.0, 4312.0, 4313.0, 4323.0, 4313.0, 4313.0, 4312.0, 4322.0, 4323.0, 4324.0, 4327.0, 4326.0, 4326.0, 4337.0, 4327.0, 4337.0, 4328.0, 4337.0, 4314.0, 4325.0, 4326.0, 4314.0, 4324.0, 4316.0, 4315.0, 4314.0, 4314.0, 4315.0, 4313.0, 4313.0, 4323.0, 4315.0, 4312.0, 4314.0, 4335.0, 4313.0, 4324.0, 4314.0, 4324.0, 4316.0, 4324.0, 4314.0, 4324.0, 4314.0, 4313.0, 4302.0, 4314.0, 4311.0, 4312.0, 4313.0, 4313.0, 4314.0, 4314.0, 4323.0, 4314.0, 4334.0, 4315.0, 4324.0, 4314.0, 4324.0, 4313.0, 4324.0, 4314.0, 4325.0, 4313.0, 4323.0, 4312.0, 4324.0, 4302.0, 4314.0, 4304.0, 4324.0, 4314.0, 4313.0, 4313.0, 4311.0, 4303.0, 4314.0, 4314.0, 4314.0, 4323.0, 4313.0, 4324.0, 4315.0, 4325.0, 4325.0, 4324.0, 4316.0, 4323.0, 4304.0, 4314.0, 4313.0, 4314.0, 4324.0, 4316.0, 4324.0, 4312.0, 4323.0, 4313.0, 4311.0, 4312.0, 4324.0, 4313.0, 4324.0, 4314.0, 4324.0, 4313.0, 4325.0, 4330.0, 4338.0, 4326.0, 4325.0, 4303.0, 4325.0, 4325.0, 4325.0, 4324.0, 4323.0, 4315.0, 4325.0, 4315.0, 4324.0, 4328.0, 4326.0, 4328.0, 4328.0, 4329.0, 4329.0, 4355.0, 4345.0, 4354.0, 4343.0, 4328.0, 4315.0, 4326.0, 4329.0, 4328.0, 4330.0, 4329.0, 4315.0, 4330.0, 4336.0, 4317.0, 4339.0, 4328.0, 4325.0, 4318.0, 4327.0, 4327.0, 4327.0, 4327.0, 4328.0, 4327.0, 4327.0, 4340.0, 4329.0, 4324.0, 4316.0, 4325.0, 4316.0, 4326.0, 4326.0, 4327.0, 4328.0, 4325.0, 4336.0, 4337.0, 4317.0, 4329.0, 4327.0, 4326.0, 4328.0, 4329.0, 4340.0, 4328.0, 4337.0, 4343.0, 4325.0, 4326.0, 4336.0, 4316.0, 4327.0, 4317.0, 4328.0, 4318.0, 4327.0, 4317.0, 4338.0, 4327.0, 4327.0, 4315.0, 4315.0, 4315.0, 4314.0, 4314.0, 4327.0, 4304.0, 4315.0, 4316.0, 4314.0, 4313.0, 4314.0, 4314.0, 4314.0, 4326.0, 4315.0, 4325.0, 4315.0, 4324.0, 4315.0, 4312.0, 4315.0, 4324.0, 4313.0, 4336.0, 4315.0, 4325.0, 4305.0, 4315.0, 4305.0, 4314.0, 4314.0, 4312.0, 4303.0, 4313.0, 4314.0, 4314.0, 4315.0, 4313.0, 4304.0, 4315.0, 4315.0, 4316.0, 4326.0, 4316.0, 4314.0, 4314.0, 4323.0, 4314.0, 4315.0, 4315.0, 4327.0, 4315.0, 4314.0, 4315.0, 4326.0, 4315.0, 4315.0, 4315.0, 4315.0, 4315.0, 4318.0, 4316.0, 4317.0, 4327.0], 'WindowWidth': [9694.0, 9657.0, 9627.0, 9601.0, 9595.0, 9587.0, 9575.0, 9567.0, 9567.0, 9583.0, 9566.0, 9584.0, 9576.0, 9602.0, 9606.0, 9630.0, 9610.0, 9607.0, 9587.0, 9589.0, 9587.0, 9605.0, 9589.0, 9583.0, 9584.0, 9581.0, 9564.0, 9562.0, 9544.0, 9553.0, 9554.0, 9552.0, 9554.0, 9564.0, 9553.0, 9569.0, 9574.0, 9572.0, 9576.0, 9545.0, 9563.0, 9560.0, 9562.0, 9559.0, 9563.0, 9561.0, 9557.0, 9556.0, 9554.0, 9555.0, 9551.0, 9550.0, 9536.0, 9537.0, 9541.0, 9551.0, 9549.0, 9551.0, 9553.0, 9559.0, 9557.0, 9560.0, 9575.0, 9578.0, 9580.0, 9584.0, 9598.0, 9608.0, 9611.0, 9623.0, 9618.0, 9623.0, 9607.0, 9614.0, 9610.0, 9614.0, 9612.0, 9603.0, 9587.0, 9599.0, 9583.0, 9579.0, 9585.0, 9566.0, 9582.0, 9579.0, 9577.0, 9578.0, 9578.0, 9563.0, 9564.0, 9576.0, 9583.0, 9584.0, 9585.0, 9585.0, 9588.0, 9600.0, 9604.0, 9588.0, 9604.0, 9590.0, 9607.0, 9591.0, 9601.0, 9588.0, 9602.0, 9586.0, 9582.0, 9588.0, 9582.0, 9586.0, 9581.0, 9574.0, 9559.0, 9560.0, 9559.0, 9557.0, 9561.0, 9556.0, 9546.0, 9557.0, 9568.0, 9558.0, 9557.0, 9557.0, 9572.0, 9561.0, 9592.0, 9586.0, 9600.0, 9593.0, 9606.0, 9606.0, 9589.0, 9588.0, 9584.0, 9584.0, 9583.0, 9584.0, 9571.0, 9582.0, 9581.0, 9582.0, 9562.0, 9573.0, 9565.0, 9568.0, 9582.0, 9583.0, 9585.0, 9583.0, 9584.0, 9584.0, 9583.0, 9587.0, 9585.0, 9591.0, 9584.0, 9586.0, 9591.0, 9590.0, 9586.0, 9585.0, 9588.0, 9586.0, 9587.0, 9589.0, 9586.0, 9590.0, 9586.0, 9589.0, 9584.0, 9578.0, 9563.0, 9564.0, 9563.0, 9546.0, 9545.0, 9563.0, 9542.0, 9555.0, 9558.0, 9539.0, 9538.0, 9539.0, 9551.0, 9557.0, 9543.0, 9562.0, 9562.0, 9563.0, 9560.0, 9564.0, 9558.0, 9548.0, 9562.0, 9560.0, 9562.0, 9548.0, 9567.0, 9546.0, 9560.0, 9545.0, 9561.0, 9550.0, 9561.0, 9561.0, 9566.0, 9566.0, 9569.0, 9567.0, 9570.0, 9563.0, 9565.0, 9565.0, 9562.0, 9568.0, 9564.0, 9561.0, 9565.0, 9582.0, 9569.0, 9589.0, 9569.0, 9588.0, 9566.0, 9566.0, 9579.0, 9590.0, 9586.0, 9584.0, 9592.0, 9589.0, 9600.0, 9588.0, 9588.0, 9589.0, 9587.0, 9589.0, 9585.0, 9587.0, 9566.0, 9566.0, 9584.0, 9566.0, 9566.0, 9587.0, 9567.0, 9563.0, 9560.0, 9550.0, 9557.0, 9558.0, 9561.0, 9560.0, 9565.0, 9564.0, 9562.0, 9566.0, 9567.0, 9567.0, 9564.0, 9565.0, 9565.0, 9567.0, 9580.0, 9571.0, 9571.0, 9569.0, 9562.0, 9563.0, 9560.0, 9560.0, 9565.0, 9551.0, 9565.0, 9565.0, 9567.0, 9562.0, 9560.0, 9563.0, 9567.0, 9565.0, 9565.0, 9578.0, 9568.0, 9564.0, 9569.0, 9583.0, 9574.0, 9581.0, 9566.0, 9563.0, 9584.0, 9565.0, 9564.0, 9564.0, 9549.0, 9559.0, 9559.0, 9566.0, 9565.0, 9564.0, 9581.0, 9569.0, 9568.0, 9568.0, 9566.0, 9587.0, 9566.0, 9567.0, 9564.0, 9549.0, 9558.0, 9543.0, 9557.0, 9546.0, 9548.0, 9530.0, 9544.0, 9540.0, 9542.0, 9540.0, 9540.0, 9539.0, 9537.0, 9541.0, 9544.0, 9546.0, 9546.0, 9560.0, 9546.0, 9544.0, 9549.0, 9559.0, 9564.0, 9562.0, 9550.0, 9561.0, 9552.0, 9567.0, 9550.0, 9547.0, 9545.0, 9541.0, 9544.0, 9542.0, 9556.0, 9543.0, 9547.0, 9548.0, 9560.0, 9562.0, 9547.0, 9563.0, 9569.0, 9567.0, 9570.0, 9567.0, 9571.0, 9584.0, 9569.0, 9567.0, 9573.0, 9570.0, 9568.0, 9587.0, 9566.0, 9566.0, 9565.0, 9566.0, 9552.0, 9564.0, 9565.0, 9568.0, 9553.0, 9594.0, 9629.0, 9579.0, 9583.0, 9571.0, 9588.0, 9621.0, 9576.0, 9576.0, 9566.0, 9571.0, 9551.0, 9557.0, 9570.0, 9568.0, 9568.0, 9588.0, 9569.0, 9565.0, 9565.0, 9567.0, 9553.0, 9561.0, 9568.0, 9566.0, 9567.0, 9567.0, 9550.0, 9567.0, 9567.0, 9566.0, 9569.0, 9552.0, 9563.0, 9561.0, 9563.0, 9549.0, 9563.0, 9566.0, 9560.0, 9550.0, 9543.0, 9547.0, 9544.0, 9544.0, 9542.0, 9543.0, 9557.0, 9565.0, 9553.0, 9572.0, 9575.0, 9570.0, 9566.0, 9570.0, 9570.0, 9568.0, 9583.0, 9570.0, 9556.0, 9553.0, 9567.0, 9548.0, 9562.0, 9561.0, 9561.0, 9545.0, 9564.0, 9550.0, 9562.0, 9546.0, 9544.0, 9551.0, 9566.0, 9566.0, 9570.0, 9567.0, 9555.0, 9570.0, 9552.0, 9567.0, 9548.0, 9545.0, 9544.0, 9544.0, 9546.0, 9563.0, 9551.0, 9545.0, 9527.0, 9542.0, 9544.0, 9543.0, 9546.0, 9551.0, 9543.0, 9529.0, 9542.0, 9534.0, 9545.0, 9550.0, 9577.0, 9539.0, 9550.0, 9521.0, 9549.0, 9524.0, 9550.0, 9563.0, 9538.0, 9549.0, 9534.0, 9548.0, 9537.0, 9543.0, 9552.0, 9549.0, 9550.0, 9546.0, 9533.0, 9550.0, 9535.0, 9550.0, 9551.0, 9554.0, 9560.0, 9555.0, 9552.0, 9553.0, 9570.0, 9569.0, 9570.0, 9558.0, 9571.0, 9557.0, 9553.0, 9551.0, 9552.0, 9541.0, 9550.0, 9538.0, 9555.0, 9550.0, 9555.0, 9547.0, 9551.0, 9549.0, 9553.0, 9549.0, 9537.0, 9546.0, 9534.0, 9546.0, 9546.0, 9547.0, 9531.0, 9544.0, 9517.0, 9533.0, 9548.0, 9534.0, 9530.0, 9534.0, 9544.0, 9533.0, 9546.0, 9536.0, 9549.0, 9538.0, 9549.0, 9534.0, 9549.0, 9537.0, 9548.0, 9534.0, 9546.0, 9537.0, 9550.0, 9549.0, 9554.0, 9554.0, 9546.0, 9543.0, 9530.0, 9546.0, 9548.0, 9550.0, 9554.0, 9551.0, 9528.0, 9548.0, 9520.0, 9531.0, 9531.0, 9533.0, 9531.0, 9545.0, 9529.0, 9546.0, 9536.0, 9536.0, 9557.0, 9534.0, 9546.0, 9536.0, 9549.0, 9547.0, 9546.0, 9534.0, 9548.0, 9517.0, 9543.0, 9529.0, 9535.0, 9549.0, 9530.0, 9535.0, 9535.0, 9548.0, 9534.0, 9566.0, 9557.0, 9564.0, 9559.0, 9579.0, 9565.0, 9628.0, 9598.0, 9600.0, 9593.0, 9599.0, 9597.0, 9576.0, 9565.0, 9532.0, 9544.0, 9533.0, 9542.0, 9533.0, 9546.0, 9534.0, 9549.0, 9550.0, 9551.0, 9535.0, 9550.0, 9552.0, 9555.0, 9541.0, 9548.0, 9538.0, 9555.0, 9551.0, 9540.0, 9548.0, 9532.0, 9546.0, 9532.0, 9529.0, 9531.0, 9544.0, 9531.0, 9543.0, 9536.0, 9546.0, 9515.0, 9529.0, 9513.0, 9530.0, 9515.0, 9529.0, 9530.0, 9551.0, 9548.0, 9554.0, 9552.0, 9558.0, 9585.0, 9557.0, 9568.0, 9556.0, 9568.0, 9556.0, 9566.0, 9551.0, 9568.0, 9550.0, 9552.0, 9551.0, 9554.0, 9554.0, 9554.0, 9553.0, 9551.0, 9566.0, 9553.0, 9567.0, 9554.0, 9550.0, 9549.0, 9550.0, 9536.0, 9544.0, 9533.0, 9544.0, 9530.0, 9550.0, 9529.0, 9543.0, 9528.0, 9538.0, 9511.0, 9528.0, 9512.0, 9527.0, 9511.0, 9525.0, 9515.0, 9528.0, 9530.0, 9530.0, 9535.0, 9534.0, 9538.0, 9539.0, 9553.0, 9537.0, 9547.0, 9529.0, 9544.0, 9531.0, 9544.0, 9528.0, 9550.0, 9514.0, 9540.0, 9516.0, 9530.0, 9511.0, 9526.0, 9532.0, 9532.0, 9527.0, 9533.0, 9535.0, 9547.0, 9551.0, 9536.0, 9555.0, 9551.0, 9538.0, 9535.0, 9548.0, 9534.0, 9548.0, 9535.0, 9548.0, 9537.0, 9550.0, 9535.0, 9544.0, 9513.0, 9529.0, 9515.0, 9527.0, 9527.0, 9530.0, 9529.0, 9531.0, 9544.0, 9532.0, 9546.0, 9538.0, 9568.0, 9552.0, 9549.0, 9547.0, 9550.0, 9535.0, 9551.0, 9537.0, 9550.0, 9553.0, 9549.0, 9552.0, 9549.0, 9568.0, 9551.0, 9562.0, 9555.0, 9565.0, 9549.0, 9550.0, 9534.0, 9547.0, 9548.0, 9545.0, 9549.0, 9551.0, 9539.0, 9549.0, 9568.0, 9553.0, 9561.0, 9550.0, 9544.0, 9531.0, 9564.0, 9549.0, 9545.0, 9545.0, 9547.0, 9531.0, 9549.0, 9530.0, 9546.0, 9529.0, 9526.0, 9528.0, 9528.0, 9540.0, 9531.0, 9545.0, 9531.0, 9545.0, 9533.0, 9547.0, 9531.0, 9544.0, 9530.0, 9544.0, 9529.0, 9547.0, 9534.0, 9552.0, 9554.0, 9574.0, 9581.0, 9554.0, 9548.0, 9554.0, 9569.0, 9555.0, 9569.0, 9568.0, 9569.0, 9548.0, 9551.0, 9554.0, 9565.0, 9551.0, 9569.0, 9556.0, 9569.0, 9572.0, 9556.0, 9559.0, 9573.0, 9559.0, 9558.0, 9542.0, 9555.0, 9554.0, 9553.0, 9537.0, 9552.0, 9549.0, 9550.0, 9533.0, 9533.0, 9547.0, 9527.0, 9544.0, 9520.0, 9524.0, 9512.0, 9523.0, 9507.0, 9524.0, 9527.0, 9542.0, 9531.0, 9545.0, 9549.0, 9548.0, 9570.0, 9571.0, 9555.0, 9555.0, 9554.0, 9556.0, 9552.0, 9552.0, 9536.0, 9553.0, 9537.0, 9533.0, 9533.0, 9536.0, 9530.0, 9529.0, 9546.0, 9532.0, 9549.0, 9536.0, 9549.0, 9533.0, 9550.0, 9536.0, 9546.0, 9534.0, 9547.0, 9535.0, 9544.0, 9532.0, 9541.0, 9534.0, 9545.0, 9532.0, 9545.0, 9529.0, 9548.0, 9533.0, 9532.0, 9550.0, 9549.0, 9532.0, 9549.0, 9533.0, 9548.0, 9550.0, 9536.0, 9537.0, 9535.0, 9533.0, 9530.0, 9545.0, 9530.0, 9528.0, 9529.0, 9529.0, 9530.0, 9542.0, 9530.0, 9543.0, 9530.0, 9528.0, 9523.0, 9522.0, 9526.0, 9529.0, 9532.0, 9547.0, 9532.0, 9550.0, 9538.0, 9550.0, 9553.0, 9534.0, 9546.0, 9530.0, 9549.0, 9535.0, 9551.0, 9534.0, 9547.0, 9532.0, 9545.0, 9529.0, 9545.0, 9512.0, 9520.0, 9512.0, 9504.0, 9507.0, 9521.0, 9520.0, 9522.0, 9506.0, 9526.0, 9539.0, 9528.0, 9525.0, 9527.0, 9541.0, 9529.0, 9545.0, 9527.0, 9530.0, 9530.0, 9545.0, 9548.0, 9553.0, 9551.0, 9553.0, 9534.0, 9549.0, 9538.0, 9533.0, 9548.0, 9529.0, 9533.0, 9530.0, 9544.0, 9531.0, 9541.0, 9531.0, 9544.0, 9534.0, 9547.0, 9532.0, 9535.0, 9547.0, 9553.0, 9543.0, 9554.0, 9551.0, 9556.0, 9560.0, 9552.0, 9565.0, 9549.0, 9563.0, 9554.0, 9563.0, 9538.0, 9547.0, 9545.0, 9545.0, 9529.0, 9545.0, 9533.0, 9545.0, 9531.0, 9552.0, 9550.0, 9552.0, 9548.0, 9556.0, 9552.0, 9557.0, 9557.0, 9557.0, 9554.0, 9562.0, 9573.0, 9560.0, 9556.0, 9557.0, 9551.0, 9541.0, 9554.0, 9556.0, 9571.0, 9561.0, 9556.0, 9555.0, 9583.0, 9551.0, 9565.0, 9539.0, 9557.0, 9529.0, 9529.0, 9530.0, 9544.0, 9528.0, 9528.0, 9530.0, 9543.0, 9531.0, 9531.0, 9528.0, 9544.0, 9546.0, 9549.0, 9559.0, 9555.0, 9555.0, 9572.0, 9558.0, 9571.0, 9560.0, 9568.0, 9536.0, 9551.0, 9554.0, 9536.0, 9547.0, 9541.0, 9535.0, 9532.0, 9533.0, 9534.0, 9532.0, 9531.0, 9546.0, 9536.0, 9531.0, 9533.0, 9564.0, 9532.0, 9548.0, 9536.0, 9548.0, 9538.0, 9546.0, 9533.0, 9546.0, 9533.0, 9530.0, 9515.0, 9532.0, 9526.0, 9527.0, 9529.0, 9530.0, 9534.0, 9533.0, 9545.0, 9534.0, 9562.0, 9536.0, 9547.0, 9536.0, 9548.0, 9533.0, 9548.0, 9534.0, 9549.0, 9531.0, 9544.0, 9529.0, 9545.0, 9514.0, 9532.0, 9519.0, 9546.0, 9533.0, 9530.0, 9529.0, 9527.0, 9518.0, 9535.0, 9534.0, 9535.0, 9547.0, 9531.0, 9547.0, 9537.0, 9549.0, 9550.0, 9548.0, 9539.0, 9546.0, 9519.0, 9533.0, 9532.0, 9532.0, 9549.0, 9538.0, 9547.0, 9529.0, 9544.0, 9530.0, 9527.0, 9529.0, 9545.0, 9532.0, 9548.0, 9535.0, 9549.0, 9531.0, 9551.0, 9571.0, 9575.0, 9554.0, 9547.0, 9514.0, 9550.0, 9549.0, 9550.0, 9547.0, 9545.0, 9537.0, 9550.0, 9537.0, 9549.0, 9557.0, 9555.0, 9560.0, 9562.0, 9561.0, 9565.0, 9611.0, 9595.0, 9608.0, 9594.0, 9561.0, 9537.0, 9555.0, 9562.0, 9561.0, 9567.0, 9561.0, 9539.0, 9569.0, 9570.0, 9545.0, 9578.0, 9561.0, 9553.0, 9547.0, 9557.0, 9557.0, 9557.0, 9557.0, 9559.0, 9556.0, 9558.0, 9580.0, 9562.0, 9549.0, 9537.0, 9549.0, 9541.0, 9554.0, 9553.0, 9559.0, 9560.0, 9553.0, 9571.0, 9571.0, 9545.0, 9564.0, 9557.0, 9555.0, 9558.0, 9562.0, 9579.0, 9562.0, 9572.0, 9588.0, 9553.0, 9555.0, 9567.0, 9541.0, 9557.0, 9543.0, 9558.0, 9546.0, 9555.0, 9543.0, 9571.0, 9559.0, 9559.0, 9538.0, 9537.0, 9539.0, 9536.0, 9535.0, 9554.0, 9522.0, 9535.0, 9539.0, 9534.0, 9532.0, 9534.0, 9535.0, 9535.0, 9552.0, 9538.0, 9552.0, 9538.0, 9548.0, 9537.0, 9531.0, 9537.0, 9549.0, 9535.0, 9567.0, 9538.0, 9550.0, 9523.0, 9535.0, 9522.0, 9534.0, 9535.0, 9530.0, 9518.0, 9532.0, 9537.0, 9534.0, 9536.0, 9533.0, 9520.0, 9536.0, 9536.0, 9539.0, 9554.0, 9539.0, 9536.0, 9535.0, 9546.0, 9535.0, 9538.0, 9537.0, 9554.0, 9538.0, 9536.0, 9538.0, 9553.0, 9537.0, 9536.0, 9536.0, 9537.0, 9539.0, 9544.0, 9541.0, 9544.0, 9557.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.0007081727062451812</td></tr>
<tr><td colspan=3>aqi</td><td>0.01921998912875867</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.846281678626525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1833984458256173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0057747080941355</td></tr>
<tr><td colspan=3>efc</td><td>0.4681</td></tr>
<tr><td colspan=3>fber</td><td>5925.2856</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06363798605191545</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.002313030069391</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6489614088374416</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5938276654310566</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8766195677796813</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.476436993301586</td></tr>
<tr><td colspan=3>gcor</td><td>0.00709751</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011071794666349888</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019817233085632324</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</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>3.675198129297395</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>34.3376</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5892</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6936</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301415.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.7895</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8681</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.542</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3486.288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.4487</td></tr>
<tr><td colspan=3>tsnr</td><td>43.18220497481525</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>