<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-02/func/sub-0106_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>89c899f030433a7b772d445ba370c13f</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>21:18:53.282500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995409, 0.0751772, 0.0592433, -0.0835868, 0.984312, 0.15538]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.10306</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>[4241, -7796, -7204, 312, -87, 23, -57, 52]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c3bfb190-e2a7-4905-9486-70c6e3083e1f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6706089973449707, -0.2242572158575058, 0.125908762216568, 118.72057342529297], [-0.20169483125209808, 2.6408374309539795, 0.43096980452537537, -87.61688995361328], [0.15894542634487152, -0.4168728291988373, 2.662407159805298, -39.041053771972656], [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': ['211853.282500', '211853.742500', '211854.202500', '211854.662500', '211855.122500', '211855.582500', '211856.042500', '211856.502500', '211856.962500', '211857.422500', '211857.882500', '211858.342500', '211858.802500', '211859.262500', '211859.722500', '211900.182500', '211900.642500', '211901.102500', '211901.562500', '211902.022500', '211902.482500', '211902.942500', '211903.402500', '211903.862500', '211904.322500', '211904.782500', '211905.242500', '211905.702500', '211906.162500', '211906.622500', '211907.082500', '211907.542500', '211908.002500', '211908.462500', '211908.922500', '211909.382500', '211909.842500', '211910.302500', '211910.762500', '211911.222500', '211911.682500', '211912.142500', '211912.602500', '211913.062500', '211913.522500', '211913.982500', '211914.442500', '211914.902500', '211915.362500', '211915.822500', '211916.282500', '211916.742500', '211917.202500', '211917.662500', '211918.122500', '211918.582500', '211919.042500', '211919.502500', '211919.962500', '211920.422500', '211920.882500', '211921.342500', '211921.802500', '211922.262500', '211922.722500', '211923.182500', '211923.642500', '211924.102500', '211924.562500', '211925.022500', '211925.482500', '211925.942500', '211926.402500', '211926.862500', '211927.322500', '211927.782500', '211928.242500', '211928.702500', '211929.162500', '211929.622500', '211930.082500', '211930.542500', '211931.002500', '211931.462500', '211931.922500', '211932.382500', '211932.842500', '211933.302500', '211933.762500', '211934.222500', '211934.682500', '211935.142500', '211935.602500', '211936.062500', '211936.522500', '211936.982500', '211937.442500', '211937.902500', '211938.362500', '211938.822500', '211939.282500', '211939.742500', '211940.202500', '211940.662500', '211941.122500', '211941.582500', '211942.042500', '211942.502500', '211942.962500', '211943.422500', '211943.882500', '211944.342500', '211944.802500', '211945.262500', '211945.722500', '211946.182500', '211946.642500', '211947.102500', '211947.562500', '211948.022500', '211948.482500', '211948.942500', '211949.402500', '211949.862500', '211950.322500', '211950.782500', '211951.242500', '211951.702500', '211952.162500', '211952.622500', '211953.082500', '211953.542500', '211954.002500', '211954.462500', '211954.922500', '211955.382500', '211955.842500', '211956.302500', '211956.762500', '211957.222500', '211957.682500', '211958.142500', '211958.602500', '211959.062500', '211959.522500', '211959.982500', '212000.442500', '212000.902500', '212001.362500', '212001.822500', '212002.282500', '212002.742500', '212003.202500', '212003.662500', '212004.122500', '212004.582500', '212005.042500', '212005.502500', '212005.962500', '212006.422500', '212006.882500', '212007.342500', '212007.802500', '212008.262500', '212008.722500', '212009.182500', '212009.642500', '212010.102500', '212010.562500', '212011.022500', '212011.482500', '212011.942500', '212012.402500', '212012.862500', '212013.322500', '212013.782500', '212014.242500', '212014.702500', '212015.162500', '212015.622500', '212016.082500', '212016.542500', '212017.002500', '212017.462500', '212017.922500', '212018.382500', '212018.842500', '212019.302500', '212019.762500', '212020.222500', '212020.682500', '212021.142500', '212021.602500', '212022.062500', '212022.522500', '212022.982500', '212023.442500', '212023.902500', '212024.362500', '212024.822500', '212025.282500', '212025.742500', '212026.202500', '212026.662500', '212027.122500', '212027.582500', '212028.042500', '212028.502500', '212028.962500', '212029.422500', '212029.882500', '212030.342500', '212030.802500', '212031.262500', '212031.722500', '212032.182500', '212032.642500', '212033.102500', '212033.562500', '212034.022500', '212034.482500', '212034.942500', '212035.402500', '212035.862500', '212036.322500', '212036.782500', '212037.242500', '212037.702500', '212038.162500', '212038.622500', '212039.082500', '212039.542500', '212040.002500', '212040.462500', '212040.922500', '212041.382500', '212041.842500', '212042.302500', '212042.762500', '212043.222500', '212043.682500', '212044.142500', '212044.602500', '212045.062500', '212045.522500', '212045.982500', '212046.442500', '212046.902500', '212047.362500', '212047.822500', '212048.282500', '212048.742500', '212049.202500', '212049.662500', '212050.122500', '212050.582500', '212051.042500', '212051.502500', '212051.962500', '212052.422500', '212052.882500', '212053.342500', '212053.802500', '212054.262500', '212054.722500', '212055.182500', '212055.642500', '212056.102500', '212056.562500', '212057.022500', '212057.482500', '212057.942500', '212058.402500', '212058.862500', '212059.322500', '212059.782500', '212100.242500', '212100.702500', '212101.162500', '212101.622500', '212102.082500', '212102.542500', '212103.002500', '212103.462500', '212103.922500', '212104.382500', '212104.842500', '212105.302500', '212105.762500', '212106.222500', '212106.682500', '212107.142500', '212107.602500', '212108.062500', '212108.522500', '212108.982500', '212109.442500', '212109.902500', '212110.362500', '212110.822500', '212111.282500', '212111.742500', '212112.202500', '212112.662500', '212113.122500', '212113.582500', '212114.042500', '212114.502500', '212114.962500', '212115.422500', '212115.882500', '212116.342500', '212116.802500', '212117.262500', '212117.722500', '212118.182500', '212118.642500', '212119.102500', '212119.562500', '212120.022500', '212120.482500', '212120.942500', '212121.402500', '212121.862500', '212122.322500', '212122.782500', '212123.242500', '212123.702500', '212124.162500', '212124.622500', '212125.082500', '212125.542500', '212126.002500', '212126.462500', '212126.922500', '212127.382500', '212127.842500', '212128.302500', '212128.762500', '212129.222500', '212129.682500', '212130.142500', '212130.602500', '212131.062500', '212131.522500', '212131.982500', '212132.442500', '212132.902500', '212133.362500', '212133.822500', '212134.282500', '212134.742500', '212135.202500', '212135.662500', '212136.122500', '212136.582500', '212137.042500', '212137.502500', '212137.962500', '212138.422500', '212138.882500', '212139.342500', '212139.802500', '212140.262500', '212140.722500', '212141.182500', '212141.642500', '212142.102500', '212142.562500', '212143.022500', '212143.482500', '212143.942500', '212144.402500', '212144.862500', '212145.322500', '212145.782500', '212146.242500', '212146.702500', '212147.162500', '212147.622500', '212148.082500', '212148.542500', '212149.002500', '212149.462500', '212149.922500', '212150.382500', '212150.842500', '212151.302500', '212151.762500', '212152.222500', '212152.682500', '212153.142500', '212153.602500', '212154.062500', '212154.522500', '212154.982500', '212155.442500', '212155.902500', '212156.362500', '212156.822500', '212157.282500', '212157.742500', '212158.202500', '212158.662500', '212159.122500', '212159.582500', '212200.042500', '212200.502500', '212200.962500', '212201.422500', '212201.882500', '212202.342500', '212202.802500', '212203.262500', '212203.722500', '212204.182500', '212204.642500', '212205.102500', '212205.562500', '212206.022500', '212206.482500', '212206.942500', '212207.402500', '212207.862500', '212208.322500', '212208.782500', '212209.242500', '212209.702500', '212210.162500', '212210.622500', '212211.082500', '212211.542500', '212212.002500', '212212.462500', '212212.922500', '212213.382500', '212213.842500', '212214.302500', '212214.762500', '212215.222500', '212215.682500', '212216.142500', '212216.602500', '212217.062500', '212217.522500', '212217.982500', '212218.442500', '212218.902500', '212219.362500', '212219.822500', '212220.282500', '212220.742500', '212221.202500', '212221.662500', '212222.122500', '212222.582500', '212223.042500', '212223.502500', '212223.962500', '212224.422500', '212224.882500', '212225.342500', '212225.802500', '212226.262500', '212226.722500', '212227.182500', '212227.642500', '212228.102500', '212228.562500', '212229.022500', '212229.482500', '212229.942500', '212230.402500', '212230.862500', '212231.322500', '212231.782500', '212232.242500', '212232.702500', '212233.162500', '212233.622500', '212234.082500', '212234.542500', '212235.002500', '212235.462500', '212235.922500', '212236.382500', '212236.842500', '212237.302500', '212237.762500', '212238.222500', '212238.682500', '212239.142500', '212239.602500', '212240.062500', '212240.522500', '212240.982500', '212241.442500', '212241.902500', '212242.362500', '212242.822500', '212243.282500', '212243.742500', '212244.202500', '212244.662500', '212245.122500', '212245.582500', '212246.042500', '212246.502500', '212246.962500', '212247.422500', '212247.882500', '212248.342500', '212248.802500', '212249.262500', '212249.722500', '212250.182500', '212250.642500', '212251.102500', '212251.562500', '212252.022500', '212252.482500', '212252.942500', '212253.402500', '212253.862500', '212254.322500', '212254.782500', '212255.242500', '212255.702500', '212256.162500', '212256.622500', '212257.082500', '212257.542500', '212258.002500', '212258.462500', '212258.922500', '212259.382500', '212259.842500', '212300.302500', '212300.762500', '212301.222500', '212301.682500', '212302.142500', '212302.602500', '212303.062500', '212303.522500', '212303.982500', '212304.442500', '212304.902500', '212305.362500', '212305.822500', '212306.282500', '212306.742500', '212307.202500', '212307.662500', '212308.122500', '212308.582500', '212309.042500', '212309.502500', '212309.962500', '212310.422500', '212310.882500', '212311.342500', '212311.802500', '212312.262500', '212312.722500', '212313.182500', '212313.642500', '212314.102500', '212314.562500', '212315.022500', '212315.482500', '212315.942500', '212316.402500', '212316.862500', '212317.322500', '212317.782500', '212318.242500', '212318.702500', '212319.162500', '212319.622500', '212320.082500', '212320.542500', '212321.002500', '212321.462500', '212321.922500', '212322.382500', '212322.842500', '212323.302500', '212323.762500', '212324.222500', '212324.682500', '212325.142500', '212325.602500', '212326.062500', '212326.522500', '212326.982500', '212327.442500', '212327.902500', '212328.362500', '212328.822500', '212329.282500', '212329.742500', '212330.202500', '212330.662500', '212331.122500', '212331.582500', '212332.042500', '212332.502500', '212332.962500', '212333.422500', '212333.882500', '212334.342500', '212334.802500', '212335.262500', '212335.722500', '212336.182500', '212336.642500', '212337.102500', '212337.562500', '212338.022500', '212338.482500', '212338.942500', '212339.402500', '212339.862500', '212340.322500', '212340.782500', '212341.242500', '212341.702500', '212342.162500', '212342.622500', '212343.082500', '212343.542500', '212344.002500', '212344.462500', '212344.922500', '212345.382500', '212345.842500', '212346.302500', '212346.762500', '212347.222500', '212347.682500', '212348.142500', '212348.602500', '212349.062500', '212349.522500', '212349.982500', '212350.442500', '212350.902500', '212351.362500', '212351.822500', '212352.282500', '212352.742500', '212353.202500', '212353.662500', '212354.122500', '212354.582500', '212355.042500', '212355.502500', '212355.962500', '212356.422500', '212356.882500', '212357.342500', '212357.802500', '212358.262500', '212358.722500', '212359.182500', '212359.642500', '212400.102500', '212400.562500', '212401.022500', '212401.482500', '212401.942500', '212402.402500', '212402.862500', '212403.322500', '212403.782500', '212404.242500', '212404.702500', '212405.162500', '212405.622500', '212406.082500', '212406.542500', '212407.002500', '212407.462500', '212407.922500', '212408.382500', '212408.842500', '212409.302500', '212409.762500', '212410.222500', '212410.682500', '212411.142500', '212411.602500', '212412.062500', '212412.522500', '212412.982500', '212413.442500', '212413.902500', '212414.362500', '212414.822500', '212415.282500', '212415.742500', '212416.202500', '212416.662500', '212417.122500', '212417.582500', '212418.042500', '212418.502500', '212418.962500', '212419.422500', '212419.882500', '212420.342500', '212420.802500', '212421.262500', '212421.722500', '212422.182500', '212422.642500', '212423.102500', '212423.562500', '212424.022500', '212424.482500', '212424.942500', '212425.402500', '212425.862500', '212426.322500', '212426.782500', '212427.242500', '212427.702500', '212428.162500', '212428.622500', '212429.082500', '212429.542500', '212430.002500', '212430.462500', '212430.922500', '212431.382500', '212431.842500', '212432.302500', '212432.762500', '212433.222500', '212433.682500', '212434.142500', '212434.602500', '212435.062500', '212435.522500', '212435.982500', '212436.442500', '212436.902500', '212437.362500', '212437.822500', '212438.282500', '212438.742500', '212439.202500', '212439.662500', '212440.122500', '212440.582500', '212441.042500', '212441.502500', '212441.962500', '212442.422500', '212442.882500', '212443.342500', '212443.802500', '212444.262500', '212444.722500', '212445.182500', '212445.642500', '212446.102500', '212446.562500', '212447.022500', '212447.482500', '212447.942500', '212448.402500', '212448.862500', '212449.322500', '212449.782500', '212450.242500', '212450.702500', '212451.162500', '212451.622500', '212452.082500', '212452.542500', '212453.002500', '212453.462500', '212453.922500', '212454.382500', '212454.842500', '212455.302500', '212455.762500', '212456.222500', '212456.682500', '212457.142500', '212457.602500', '212458.062500', '212458.522500', '212458.982500', '212459.442500', '212459.902500', '212500.362500', '212500.822500', '212501.282500', '212501.742500', '212502.202500', '212502.662500', '212503.122500', '212503.582500', '212504.042500', '212504.502500', '212504.962500', '212505.422500', '212505.882500', '212506.342500', '212506.802500', '212507.262500', '212507.722500', '212508.182500', '212508.642500', '212509.102500', '212509.562500', '212510.022500', '212510.482500', '212510.942500', '212511.402500', '212511.862500', '212512.322500', '212512.782500', '212513.242500', '212513.702500', '212514.162500', '212514.622500', '212515.082500', '212515.542500', '212516.002500', '212516.462500', '212516.922500', '212517.382500', '212517.842500', '212518.302500', '212518.762500', '212519.222500', '212519.682500', '212520.142500', '212520.602500', '212521.062500', '212521.522500', '212521.982500', '212522.442500', '212522.902500', '212523.362500', '212523.822500', '212524.282500', '212524.742500', '212525.202500', '212525.662500', '212526.122500', '212526.582500', '212527.042500', '212527.502500', '212527.962500', '212528.422500', '212528.882500', '212529.342500', '212529.802500', '212530.262500', '212530.722500', '212531.182500', '212531.642500', '212532.102500', '212532.562500', '212533.022500', '212533.482500', '212533.942500', '212534.402500', '212534.862500', '212535.322500', '212535.782500', '212536.242500', '212536.702500', '212537.162500', '212537.622500', '212538.082500', '212538.542500', '212539.002500', '212539.462500', '212539.922500', '212540.382500', '212540.842500', '212541.302500', '212541.762500', '212542.222500', '212542.682500', '212543.142500', '212543.602500', '212544.062500', '212544.522500', '212544.982500', '212545.442500', '212545.902500', '212546.362500', '212546.822500', '212547.282500', '212547.742500', '212548.202500', '212548.662500', '212549.122500', '212549.582500', '212550.042500', '212550.502500', '212550.962500', '212551.422500', '212551.882500', '212552.342500', '212552.802500', '212553.262500', '212553.722500', '212554.182500', '212554.642500', '212555.102500', '212555.562500', '212556.022500', '212556.482500', '212556.942500', '212557.402500', '212557.862500', '212558.322500', '212558.782500', '212559.242500', '212559.702500', '212600.162500', '212600.622500', '212601.082500', '212601.542500', '212602.002500', '212602.462500', '212602.922500', '212603.382500', '212603.842500', '212604.302500', '212604.762500', '212605.222500', '212605.682500', '212606.142500', '212606.602500', '212607.062500', '212607.522500', '212607.982500', '212608.442500', '212608.902500', '212609.362500', '212609.822500', '212610.282500', '212610.742500', '212611.202500', '212611.662500', '212612.122500', '212612.582500', '212613.042500', '212613.502500', '212613.962500', '212614.422500', '212614.882500', '212615.342500', '212615.802500', '212616.262500', '212616.722500', '212617.182500', '212617.642500', '212618.102500', '212618.562500', '212619.022500', '212619.482500', '212619.942500', '212620.402500', '212620.862500', '212621.322500', '212621.782500', '212622.242500', '212622.702500', '212623.162500', '212623.622500', '212624.082500', '212624.542500', '212625.002500', '212625.462500', '212625.922500', '212626.382500', '212626.842500', '212627.302500', '212627.762500', '212628.222500', '212628.682500', '212629.142500', '212629.602500', '212630.062500', '212630.522500', '212630.982500', '212631.442500', '212631.902500', '212632.362500', '212632.822500', '212633.282500', '212633.742500', '212634.202500', '212634.662500', '212635.122500', '212635.582500', '212636.042500', '212636.502500', '212636.962500', '212637.422500', '212637.882500', '212638.342500', '212638.802500', '212639.262500', '212639.722500', '212640.182500', '212640.642500', '212641.102500', '212641.562500', '212642.022500', '212642.482500', '212642.942500', '212643.402500', '212643.862500', '212644.322500', '212644.782500', '212645.242500', '212645.702500', '212646.162500', '212646.622500', '212647.082500', '212647.542500', '212648.002500', '212648.462500', '212648.922500', '212649.382500', '212649.842500', '212650.302500', '212650.762500', '212651.222500', '212651.682500', '212652.142500', '212652.602500', '212653.062500', '212653.522500', '212653.982500', '212654.442500', '212654.902500', '212655.362500', '212655.822500', '212656.282500', '212656.742500', '212657.202500', '212657.662500', '212658.122500', '212658.582500', '212659.042500', '212659.502500', '212659.962500', '212700.422500', '212700.882500', '212701.342500', '212701.802500', '212702.262500', '212702.722500', '212703.182500', '212703.642500', '212704.102500', '212704.562500', '212705.022500', '212705.482500', '212705.942500', '212706.402500', '212706.862500', '212707.322500', '212707.782500', '212708.242500', '212708.702500', '212709.162500', '212709.622500', '212710.082500', '212710.542500', '212711.002500', '212711.462500', '212711.922500', '212712.382500', '212712.842500', '212713.302500', '212713.762500', '212714.222500', '212714.682500', '212715.142500', '212715.602500', '212716.062500', '212716.522500', '212716.982500', '212717.442500', '212717.902500', '212718.362500', '212718.822500', '212719.282500', '212719.742500', '212720.202500', '212720.662500', '212721.122500', '212721.582500', '212722.042500', '212722.502500', '212722.962500', '212723.422500', '212723.882500', '212724.342500', '212724.802500', '212725.262500', '212725.722500', '212726.182500', '212726.642500', '212727.102500', '212727.562500', '212728.022500', '212728.482500', '212728.942500', '212729.402500', '212729.862500', '212730.322500', '212730.782500', '212731.242500', '212731.702500', '212732.162500', '212732.622500', '212733.082500', '212733.542500', '212734.002500', '212734.462500', '212734.922500', '212735.382500', '212735.842500', '212736.302500', '212736.762500', '212737.222500', '212737.682500', '212738.142500', '212738.602500', '212739.062500', '212739.522500', '212739.982500', '212740.442500', '212740.902500', '212741.362500', '212741.822500', '212742.282500', '212742.742500', '212743.202500', '212743.662500', '212744.122500', '212744.582500', '212745.042500', '212745.502500', '212745.962500', '212746.422500', '212746.882500', '212747.342500', '212747.802500', '212748.262500', '212748.722500', '212749.182500', '212749.642500', '212750.102500', '212750.562500', '212751.022500', '212751.482500', '212751.942500', '212752.402500', '212752.862500', '212753.322500', '212753.782500', '212754.242500', '212754.702500', '212755.162500', '212755.622500', '212756.082500', '212756.542500', '212757.002500', '212757.462500', '212757.922500', '212758.382500', '212758.842500', '212759.302500', '212759.762500', '212800.222500', '212800.682500', '212801.142500', '212801.602500', '212802.062500', '212802.522500', '212802.982500', '212803.442500', '212803.902500', '212804.362500', '212804.822500', '212805.282500', '212805.742500', '212806.202500', '212806.662500', '212807.122500', '212807.582500', '212808.042500', '212808.502500', '212808.962500', '212809.422500', '212809.882500', '212810.342500', '212810.802500', '212811.262500', '212811.722500', '212812.182500', '212812.642500', '212813.102500', '212813.562500', '212814.022500', '212814.482500', '212814.942500', '212815.402500', '212815.862500', '212816.322500', '212816.782500', '212817.242500', '212817.702500', '212818.162500', '212818.622500', '212819.082500', '212819.542500', '212820.002500', '212820.462500', '212820.922500', '212821.382500', '212821.842500', '212822.302500', '212822.762500', '212823.222500', '212823.682500', '212824.142500', '212824.602500', '212825.062500', '212825.522500', '212825.982500', '212826.442500', '212826.902500', '212827.362500', '212827.822500', '212828.282500', '212828.742500', '212829.202500', '212829.662500', '212830.122500', '212830.582500', '212831.042500', '212831.502500', '212831.962500', '212832.422500', '212832.882500', '212833.342500', '212833.802500', '212834.262500', '212834.722500', '212835.182500', '212835.642500', '212836.102500', '212836.562500', '212837.022500', '212837.482500', '212837.942500', '212838.402500', '212838.862500', '212839.322500', '212839.782500', '212840.242500', '212840.702500', '212841.162500', '212841.622500', '212842.082500', '212842.542500', '212843.002500', '212843.462500', '212843.922500', '212844.382500', '212844.842500', '212845.302500', '212845.762500', '212846.222500', '212846.682500', '212847.142500', '212847.602500', '212848.062500', '212848.522500', '212848.982500', '212849.442500', '212849.902500'], 'ContentTime': ['211913.679000', '211913.682000', '211913.685000', '211913.688000', '211913.690000', '211913.693000', '211913.696000', '211913.698000', '211913.701000', '211913.703000', '211913.706000', '211913.709000', '211913.711000', '211913.714000', '211913.716000', '211913.720000', '211913.722000', '211913.725000', '211913.727000', '211913.735000', '211913.737000', '211913.740000', '211913.742000', '211913.745000', '211913.747000', '211913.750000', '211913.753000', '211913.755000', '211913.758000', '211913.760000', '211913.763000', '211913.765000', '211913.768000', '211913.770000', '211913.773000', '211913.776000', '211913.778000', '211913.781000', '211913.784000', '211913.787000', '211913.789000', '211933.634000', '211933.637000', '211933.640000', '211933.642000', '211933.645000', '211933.647000', '211933.650000', '211933.652000', '211933.655000', '211933.657000', '211933.660000', '211933.662000', '211933.665000', '211933.668000', '211933.670000', '211933.673000', '211933.675000', '211933.678000', '211933.680000', '211933.683000', '211933.685000', '211933.688000', '211933.690000', '211933.693000', '211933.696000', '211933.698000', '211933.701000', '211933.703000', '211933.706000', '211933.708000', '211933.711000', '211933.713000', '211933.716000', '211933.718000', '211933.721000', '211933.723000', '211933.726000', '211933.728000', '211933.731000', '211933.733000', '211933.738000', '211933.741000', '211933.743000', '211933.746000', '211953.624000', '211953.626000', '211953.629000', '211953.632000', '211953.634000', '211953.637000', '211953.639000', '211953.642000', '211953.644000', '211953.647000', '211953.649000', '211953.652000', '211953.654000', '211953.657000', '211953.660000', '211953.662000', '211953.665000', '211953.667000', '211953.670000', '211953.672000', '211953.675000', '211953.677000', '211953.680000', '211953.683000', '211953.685000', '211953.688000', '211953.690000', '211953.693000', '211953.696000', '211953.698000', '211953.701000', '211953.703000', '211953.706000', '211953.709000', '211953.711000', '211953.714000', '211953.716000', '211953.719000', '211953.721000', '211953.724000', '211953.726000', '211953.729000', '211953.732000', '212013.623000', '212013.626000', '212013.629000', '212013.631000', '212013.634000', '212013.636000', '212013.639000', '212013.641000', '212013.644000', '212013.646000', '212013.649000', '212013.651000', '212013.654000', '212013.657000', '212013.659000', '212013.662000', '212013.664000', '212013.667000', '212013.669000', '212013.672000', '212013.674000', '212013.677000', '212013.679000', '212013.682000', '212013.684000', '212013.687000', '212013.690000', '212013.703000', '212013.706000', '212013.708000', '212013.711000', '212013.713000', '212013.716000', '212013.718000', '212013.721000', '212013.723000', '212013.726000', '212013.728000', '212013.731000', '212013.733000', '212013.736000', '212013.739000', '212013.741000', '212013.744000', '212033.624000', '212033.626000', '212033.629000', '212033.631000', '212033.634000', '212033.637000', '212033.639000', '212033.642000', '212033.644000', '212033.647000', '212033.649000', '212033.652000', '212033.655000', '212033.657000', '212033.660000', '212033.662000', '212033.665000', '212033.667000', '212033.670000', '212033.672000', '212033.675000', '212033.677000', '212033.680000', '212033.683000', '212033.685000', '212033.688000', '212033.690000', '212033.693000', '212033.701000', '212033.704000', '212033.706000', '212033.709000', '212033.711000', '212033.714000', '212033.717000', '212033.719000', '212033.722000', '212033.724000', '212033.727000', '212033.729000', '212033.732000', '212033.734000', '212033.737000', '212053.623000', '212053.626000', '212053.629000', '212053.631000', '212053.634000', '212053.636000', '212053.639000', '212053.642000', '212053.644000', '212053.647000', '212053.649000', '212053.652000', '212053.654000', '212053.657000', '212053.659000', '212053.662000', '212053.664000', '212053.667000', '212053.670000', '212053.672000', '212053.675000', '212053.677000', '212053.680000', '212053.682000', '212053.685000', '212053.687000', '212053.690000', '212053.692000', '212053.695000', '212053.698000', '212053.700000', '212053.703000', '212053.705000', '212053.708000', '212053.710000', '212053.713000', '212053.715000', '212053.718000', '212053.721000', '212053.723000', '212053.726000', '212053.728000', '212053.731000', '212053.733000', '212113.623000', '212113.626000', '212113.629000', '212113.631000', '212113.634000', '212113.637000', '212113.639000', '212113.642000', '212113.644000', '212113.647000', '212113.649000', '212113.652000', '212113.655000', '212113.657000', '212113.660000', '212113.662000', '212113.665000', '212113.667000', '212113.670000', '212113.672000', '212113.675000', '212113.678000', '212113.680000', '212113.683000', '212113.685000', '212113.688000', '212113.691000', '212113.693000', '212113.696000', '212113.698000', '212113.701000', '212113.703000', '212113.706000', '212113.709000', '212113.711000', '212113.714000', '212113.716000', '212113.719000', '212113.721000', '212113.724000', '212113.727000', '212113.729000', '212113.732000', '212133.623000', '212133.626000', '212133.629000', '212133.632000', '212133.634000', '212133.637000', '212133.639000', '212133.642000', '212133.645000', '212133.648000', '212133.651000', '212133.654000', '212133.656000', '212133.659000', '212133.662000', '212133.664000', '212133.667000', '212133.669000', '212133.672000', '212133.674000', '212133.677000', '212133.680000', '212133.682000', '212133.685000', '212133.687000', '212133.690000', '212133.692000', '212133.695000', '212133.698000', '212133.700000', '212133.703000', '212133.705000', '212133.708000', '212133.710000', '212133.713000', '212133.716000', '212133.718000', '212133.721000', '212133.723000', '212133.726000', '212133.728000', '212133.731000', '212133.734000', '212153.624000', '212153.627000', '212153.630000', '212153.632000', '212153.635000', '212153.637000', '212153.640000', '212153.643000', '212153.645000', '212153.648000', '212153.650000', '212153.653000', '212153.655000', '212153.658000', '212153.661000', '212153.663000', '212153.666000', '212153.668000', '212153.671000', '212153.673000', '212153.676000', '212153.679000', '212153.681000', '212153.684000', '212153.686000', '212153.689000', '212153.691000', '212153.694000', '212153.697000', '212153.699000', '212153.702000', '212153.704000', '212153.707000', '212153.710000', '212153.712000', '212153.715000', '212153.717000', '212153.720000', '212153.722000', '212153.725000', '212153.727000', '212153.730000', '212153.732000', '212153.735000', '212213.623000', '212213.626000', '212213.629000', '212213.632000', '212213.634000', '212213.637000', '212213.639000', '212213.642000', '212213.651000', '212213.653000', '212213.656000', '212213.658000', '212213.661000', '212213.664000', '212213.666000', '212213.669000', '212213.671000', '212213.674000', '212213.676000', '212213.679000', '212213.682000', '212213.684000', '212213.687000', '212213.689000', '212213.692000', '212213.695000', '212213.697000', '212213.700000', '212213.702000', '212213.705000', '212213.708000', '212213.710000', '212213.713000', '212213.715000', '212213.718000', '212213.720000', '212213.723000', '212213.725000', '212213.728000', '212213.731000', '212213.733000', '212213.736000', '212213.738000', '212213.741000', '212233.623000', '212233.626000', '212233.629000', '212233.631000', '212233.634000', '212233.637000', '212233.639000', '212233.642000', '212233.644000', '212233.647000', '212233.649000', '212233.652000', '212233.654000', '212233.657000', '212233.659000', '212233.662000', '212233.665000', '212233.667000', '212233.670000', '212233.672000', '212233.675000', '212233.678000', '212233.680000', '212233.683000', '212233.685000', '212233.688000', '212233.690000', '212233.693000', '212233.695000', '212233.698000', '212233.701000', '212233.703000', '212233.706000', '212233.708000', '212233.727000', '212233.730000', '212233.732000', '212233.735000', '212233.737000', '212233.740000', '212233.742000', '212233.745000', '212233.747000', '212253.623000', '212253.626000', '212253.629000', '212253.631000', '212253.634000', '212253.636000', '212253.639000', '212253.641000', '212253.644000', '212253.647000', '212253.649000', '212253.652000', '212253.655000', '212253.657000', '212253.660000', '212253.662000', '212253.665000', '212253.668000', '212253.670000', '212253.673000', '212253.676000', '212253.678000', '212253.681000', '212253.683000', '212253.686000', '212253.688000', '212253.691000', '212253.694000', '212253.696000', '212253.699000', '212253.701000', '212253.704000', '212253.706000', '212253.709000', '212253.712000', '212253.714000', '212253.717000', '212253.719000', '212253.722000', '212253.724000', '212253.727000', '212253.730000', '212253.732000', '212253.735000', '212313.624000', '212313.627000', '212313.629000', '212313.632000', '212313.634000', '212313.637000', '212313.639000', '212313.642000', '212313.645000', '212313.647000', '212313.650000', '212313.652000', '212313.655000', '212313.657000', '212313.660000', '212313.662000', '212313.665000', '212313.668000', '212313.670000', '212313.673000', '212313.675000', '212313.678000', '212313.681000', '212313.683000', '212313.686000', '212313.688000', '212313.691000', '212313.693000', '212313.696000', '212313.699000', '212313.701000', '212313.704000', '212313.706000', '212313.709000', '212313.712000', '212313.714000', '212313.717000', '212313.719000', '212313.722000', '212313.724000', '212313.727000', '212313.730000', '212313.732000', '212333.623000', '212333.626000', '212333.629000', '212333.631000', '212333.634000', '212333.637000', '212333.639000', '212333.642000', '212333.644000', '212333.647000', '212333.649000', '212333.652000', '212333.654000', '212333.657000', '212333.660000', '212333.662000', '212333.665000', '212333.667000', '212333.670000', '212333.672000', '212333.675000', '212333.677000', '212333.680000', '212333.683000', '212333.685000', '212333.688000', '212333.690000', '212333.693000', '212333.695000', '212333.698000', '212333.701000', '212333.703000', '212333.706000', '212333.709000', '212333.711000', '212333.714000', '212333.716000', '212333.719000', '212333.721000', '212333.724000', '212333.726000', '212333.729000', '212333.732000', '212333.734000', '212353.624000', '212353.626000', '212353.629000', '212353.632000', '212353.634000', '212353.637000', '212353.639000', '212353.642000', '212353.644000', '212353.647000', '212353.649000', '212353.652000', '212353.655000', '212353.657000', '212353.660000', '212353.662000', '212353.665000', '212353.668000', '212353.670000', '212353.673000', '212353.675000', '212353.678000', '212353.680000', '212353.683000', '212353.685000', '212353.688000', '212353.691000', '212353.693000', '212353.696000', '212353.698000', '212353.701000', '212353.704000', '212353.706000', '212353.709000', '212353.711000', '212353.714000', '212353.717000', '212353.719000', '212353.722000', '212353.724000', '212353.727000', '212353.729000', '212353.732000', '212413.624000', '212413.627000', '212413.639000', '212413.642000', '212413.645000', '212413.647000', '212413.650000', '212413.653000', '212413.655000', '212413.658000', '212413.660000', '212413.663000', '212413.665000', '212413.668000', '212413.670000', '212413.673000', '212413.676000', '212413.678000', '212413.681000', '212413.683000', '212413.686000', '212413.688000', '212413.691000', '212413.694000', '212413.696000', '212413.699000', '212413.701000', '212413.704000', '212413.707000', '212413.709000', '212413.712000', '212413.715000', '212413.717000', '212413.720000', '212413.722000', '212413.725000', '212413.727000', '212413.730000', '212413.732000', '212413.735000', '212413.738000', '212413.740000', '212413.743000', '212433.623000', '212433.626000', '212433.629000', '212433.632000', '212433.634000', '212433.637000', '212433.639000', '212433.642000', '212433.645000', '212433.647000', '212433.650000', '212433.652000', '212433.655000', '212433.658000', '212433.660000', '212433.663000', '212433.666000', '212433.668000', '212433.671000', '212433.673000', '212433.676000', '212433.678000', '212433.681000', '212433.684000', '212433.686000', '212433.689000', '212433.691000', '212433.694000', '212433.696000', '212433.699000', '212433.702000', '212433.704000', '212433.707000', '212433.710000', '212433.712000', '212433.715000', '212433.717000', '212433.720000', '212433.722000', '212433.725000', '212433.728000', '212433.730000', '212433.733000', '212433.735000', '212453.623000', '212453.626000', '212453.629000', '212453.631000', '212453.634000', '212453.637000', '212453.639000', '212453.642000', '212453.644000', '212453.647000', '212453.649000', '212453.652000', '212453.654000', '212453.657000', '212453.660000', '212453.662000', '212453.665000', '212453.667000', '212453.670000', '212453.672000', '212453.675000', '212453.677000', '212453.680000', '212453.683000', '212453.685000', '212453.688000', '212453.690000', '212453.693000', '212453.695000', '212453.698000', '212453.701000', '212453.703000', '212453.706000', '212453.709000', '212453.711000', '212453.714000', '212453.718000', '212453.720000', '212453.723000', '212453.726000', '212453.728000', '212453.731000', '212453.733000', '212453.736000', '212513.624000', '212513.626000', '212513.629000', '212513.631000', '212513.634000', '212513.637000', '212513.639000', '212513.642000', '212513.644000', '212513.647000', '212513.649000', '212513.652000', '212513.654000', '212513.657000', '212513.660000', '212513.662000', '212513.665000', '212513.667000', '212513.670000', '212513.672000', '212513.675000', '212513.677000', '212513.680000', '212513.683000', '212513.685000', '212513.688000', '212513.690000', '212513.693000', '212513.695000', '212513.698000', '212513.700000', '212513.703000', '212513.706000', '212513.708000', '212513.711000', '212513.713000', '212513.716000', '212513.718000', '212513.721000', '212513.724000', '212513.726000', '212513.729000', '212513.731000', '212533.624000', '212533.626000', '212533.629000', '212533.631000', '212533.634000', '212533.637000', '212533.639000', '212533.642000', '212533.644000', '212533.647000', '212533.650000', '212533.652000', '212533.655000', '212533.667000', '212533.670000', '212533.672000', '212533.675000', '212533.678000', '212533.681000', '212533.683000', '212533.686000', '212533.688000', '212533.691000', '212533.693000', '212533.696000', '212533.699000', '212533.701000', '212533.704000', '212533.706000', '212533.709000', '212533.712000', '212533.714000', '212533.717000', '212533.719000', '212533.722000', '212533.724000', '212533.727000', '212533.730000', '212533.732000', '212533.735000', '212533.737000', '212533.740000', '212533.743000', '212553.623000', '212553.626000', '212553.629000', '212553.631000', '212553.634000', '212553.637000', '212553.639000', '212553.642000', '212553.644000', '212553.647000', '212553.649000', '212553.652000', '212553.655000', '212553.657000', '212553.660000', '212553.662000', '212553.665000', '212553.667000', '212553.670000', '212553.673000', '212553.675000', '212553.678000', '212553.680000', '212553.683000', '212553.685000', '212553.688000', '212553.690000', '212553.693000', '212553.696000', '212553.698000', '212553.701000', '212553.703000', '212553.706000', '212553.708000', '212553.711000', '212553.713000', '212553.716000', '212553.718000', '212553.721000', '212553.724000', '212553.726000', '212553.729000', '212553.731000', '212553.734000', '212613.624000', '212613.626000', '212613.629000', '212613.632000', '212613.634000', '212613.637000', '212613.639000', '212613.642000', '212613.644000', '212613.647000', '212613.650000', '212613.652000', '212613.655000', '212613.657000', '212613.660000', '212613.662000', '212613.665000', '212613.668000', '212613.670000', '212613.673000', '212613.676000', '212613.679000', '212613.682000', '212613.685000', '212613.687000', '212613.690000', '212613.692000', '212613.695000', '212613.698000', '212613.700000', '212613.703000', '212613.705000', '212613.708000', '212613.710000', '212613.713000', '212613.715000', '212613.718000', '212613.720000', '212613.723000', '212613.726000', '212613.728000', '212613.731000', '212613.734000', '212633.624000', '212633.627000', '212633.630000', '212633.632000', '212633.635000', '212633.638000', '212633.640000', '212633.643000', '212633.645000', '212633.648000', '212633.651000', '212633.653000', '212633.656000', '212633.658000', '212633.661000', '212633.663000', '212633.666000', '212633.669000', '212633.671000', '212633.674000', '212633.676000', '212633.679000', '212633.681000', '212633.684000', '212633.687000', '212633.689000', '212633.692000', '212633.695000', '212633.697000', '212633.700000', '212633.702000', '212633.705000', '212633.707000', '212633.710000', '212633.712000', '212633.715000', '212633.718000', '212633.720000', '212633.723000', '212633.725000', '212633.728000', '212633.730000', '212633.733000', '212633.736000', '212653.624000', '212653.626000', '212653.629000', '212653.632000', '212653.634000', '212653.637000', '212653.639000', '212653.642000', '212653.644000', '212653.647000', '212653.650000', '212653.652000', '212653.655000', '212653.657000', '212653.660000', '212653.663000', '212653.665000', '212653.668000', '212653.670000', '212653.673000', '212653.675000', '212653.678000', '212653.680000', '212653.695000', '212653.698000', '212653.701000', '212653.703000', '212653.706000', '212653.709000', '212653.711000', '212653.714000', '212653.716000', '212653.720000', '212653.723000', '212653.725000', '212653.728000', '212653.731000', '212653.733000', '212653.736000', '212653.738000', '212653.741000', '212653.743000', '212653.746000', '212713.623000', '212713.626000', '212713.629000', '212713.632000', '212713.634000', '212713.637000', '212713.639000', '212713.642000', '212713.644000', '212713.647000', '212713.650000', '212713.652000', '212713.655000', '212713.657000', '212713.660000', '212713.663000', '212713.665000', '212713.668000', '212713.670000', '212713.673000', '212713.675000', '212713.678000', '212713.681000', '212713.683000', '212713.686000', '212713.689000', '212713.691000', '212713.694000', '212713.697000', '212713.699000', '212713.702000', '212713.704000', '212713.707000', '212713.709000', '212713.712000', '212713.714000', '212713.717000', '212713.720000', '212713.722000', '212713.725000', '212713.727000', '212713.730000', '212713.732000', '212713.735000', '212733.624000', '212733.626000', '212733.629000', '212733.632000', '212733.634000', '212733.637000', '212733.639000', '212733.642000', '212733.644000', '212733.647000', '212733.650000', '212733.652000', '212733.655000', '212733.657000', '212733.660000', '212733.662000', '212733.665000', '212733.667000', '212733.670000', '212733.672000', '212733.675000', '212733.678000', '212733.680000', '212733.683000', '212733.685000', '212733.688000', '212733.691000', '212733.693000', '212733.696000', '212733.698000', '212733.701000', '212733.703000', '212733.706000', '212733.709000', '212733.711000', '212733.714000', '212733.716000', '212733.720000', '212733.723000', '212733.726000', '212733.728000', '212733.731000', '212733.733000', '212753.624000', '212753.626000', '212753.629000', '212753.632000', '212753.635000', '212753.637000', '212753.640000', '212753.642000', '212753.645000', '212753.647000', '212753.650000', '212753.653000', '212753.655000', '212753.658000', '212753.660000', '212753.663000', '212753.665000', '212753.668000', '212753.670000', '212753.673000', '212753.676000', '212753.678000', '212753.681000', '212753.683000', '212753.686000', '212753.688000', '212753.691000', '212753.694000', '212753.696000', '212753.699000', '212753.702000', '212753.704000', '212753.707000', '212753.709000', '212753.712000', '212753.715000', '212753.717000', '212753.720000', '212753.722000', '212753.725000', '212753.727000', '212753.730000', '212753.733000', '212753.735000', '212813.624000', '212813.626000', '212813.629000', '212813.632000', '212813.634000', '212813.637000', '212813.657000', '212813.660000', '212813.662000', '212813.665000', '212813.667000', '212813.670000', '212813.673000', '212813.675000', '212813.678000', '212813.680000', '212813.683000', '212813.685000', '212813.688000', '212813.690000', '212813.693000', '212813.696000', '212813.698000', '212813.701000', '212813.704000', '212813.706000', '212813.709000', '212813.711000', '212813.714000', '212813.716000', '212813.719000', '212813.722000', '212813.724000', '212813.727000', '212813.730000', '212813.732000', '212813.735000', '212813.737000', '212813.740000', '212813.742000', '212813.745000', '212813.748000', '212813.750000', '212833.625000', '212833.627000', '212833.630000', '212833.633000', '212833.635000', '212833.638000', '212833.641000', '212833.643000', '212833.646000', '212833.648000', '212833.651000', '212833.654000', '212833.656000', '212833.659000', '212833.661000', '212833.664000', '212833.667000', '212833.669000', '212833.672000', '212833.674000', '212833.677000', '212833.680000', '212833.682000', '212833.685000', '212833.687000', '212833.690000', '212833.692000', '212833.695000', '212833.698000', '212833.700000', '212833.703000', '212833.706000', '212833.708000', '212833.711000', '212833.713000', '212833.716000', '212833.719000', '212833.721000', '212833.724000', '212833.726000', '212833.729000', '212833.732000', '212833.734000', '212833.737000', '212851.416000', '212851.419000', '212851.422000', '212851.425000', '212851.428000', '212851.430000', '212851.435000', '212851.438000', '212851.441000', '212851.444000', '212851.447000', '212851.449000', '212851.452000', '212851.455000', '212851.458000', '212851.460000', '212851.463000', '212851.466000', '212851.469000', '212851.471000', '212851.474000', '212851.477000', '212851.480000', '212851.483000', '212851.486000', '212851.488000', '212851.491000', '212851.494000', '212851.496000', '212851.499000', '212851.502000', '212851.505000', '212851.508000', '212851.511000', '212851.513000', '212851.516000', '212851.519000', '212851.522000', '212851.525000'], 'InstanceCreationTime': ['211913.679000', '211913.682000', '211913.685000', '211913.688000', '211913.690000', '211913.693000', '211913.696000', '211913.698000', '211913.701000', '211913.703000', '211913.706000', '211913.709000', '211913.711000', '211913.714000', '211913.716000', '211913.720000', '211913.722000', '211913.725000', '211913.727000', '211913.735000', '211913.737000', '211913.740000', '211913.742000', '211913.745000', '211913.747000', '211913.750000', '211913.753000', '211913.755000', '211913.758000', '211913.760000', '211913.763000', '211913.765000', '211913.768000', '211913.770000', '211913.773000', '211913.776000', '211913.778000', '211913.781000', '211913.784000', '211913.787000', '211913.789000', '211933.634000', '211933.637000', '211933.640000', '211933.642000', '211933.645000', '211933.647000', '211933.650000', '211933.652000', '211933.655000', '211933.657000', '211933.660000', '211933.662000', '211933.665000', '211933.668000', '211933.670000', '211933.673000', '211933.675000', '211933.678000', '211933.680000', '211933.683000', '211933.685000', '211933.688000', '211933.690000', '211933.693000', '211933.696000', '211933.698000', '211933.701000', '211933.703000', '211933.706000', '211933.708000', '211933.711000', '211933.713000', '211933.716000', '211933.718000', '211933.721000', '211933.723000', '211933.726000', '211933.728000', '211933.731000', '211933.733000', '211933.738000', '211933.741000', '211933.743000', '211933.746000', '211953.624000', '211953.626000', '211953.629000', '211953.632000', '211953.634000', '211953.637000', '211953.639000', '211953.642000', '211953.644000', '211953.647000', '211953.649000', '211953.652000', '211953.654000', '211953.657000', '211953.660000', '211953.662000', '211953.665000', '211953.667000', '211953.670000', '211953.672000', '211953.675000', '211953.677000', '211953.680000', '211953.683000', '211953.685000', '211953.688000', '211953.690000', '211953.693000', '211953.696000', '211953.698000', '211953.701000', '211953.703000', '211953.706000', '211953.709000', '211953.711000', '211953.714000', '211953.716000', '211953.719000', '211953.721000', '211953.724000', '211953.726000', '211953.729000', '211953.732000', '212013.623000', '212013.626000', '212013.629000', '212013.631000', '212013.634000', '212013.636000', '212013.639000', '212013.641000', '212013.644000', '212013.646000', '212013.649000', '212013.651000', '212013.654000', '212013.657000', '212013.659000', '212013.662000', '212013.664000', '212013.667000', '212013.669000', '212013.672000', '212013.674000', '212013.677000', '212013.679000', '212013.682000', '212013.684000', '212013.687000', '212013.690000', '212013.703000', '212013.706000', '212013.708000', '212013.711000', '212013.713000', '212013.716000', '212013.718000', '212013.721000', '212013.723000', '212013.726000', '212013.728000', '212013.731000', '212013.733000', '212013.736000', '212013.739000', '212013.741000', '212013.744000', '212033.624000', '212033.626000', '212033.629000', '212033.631000', '212033.634000', '212033.637000', '212033.639000', '212033.642000', '212033.644000', '212033.647000', '212033.649000', '212033.652000', '212033.655000', '212033.657000', '212033.660000', '212033.662000', '212033.665000', '212033.667000', '212033.670000', '212033.672000', '212033.675000', '212033.677000', '212033.680000', '212033.683000', '212033.685000', '212033.688000', '212033.690000', '212033.693000', '212033.701000', '212033.704000', '212033.706000', '212033.709000', '212033.711000', '212033.714000', '212033.717000', '212033.719000', '212033.722000', '212033.724000', '212033.727000', '212033.729000', '212033.732000', '212033.734000', '212033.737000', '212053.623000', '212053.626000', '212053.629000', '212053.631000', '212053.634000', '212053.636000', '212053.639000', '212053.642000', '212053.644000', '212053.647000', '212053.649000', '212053.652000', '212053.654000', '212053.657000', '212053.659000', '212053.662000', '212053.664000', '212053.667000', '212053.670000', '212053.672000', '212053.675000', '212053.677000', '212053.680000', '212053.682000', '212053.685000', '212053.687000', '212053.690000', '212053.692000', '212053.695000', '212053.698000', '212053.700000', '212053.703000', '212053.705000', '212053.708000', '212053.710000', '212053.713000', '212053.715000', '212053.718000', '212053.721000', '212053.723000', '212053.726000', '212053.728000', '212053.731000', '212053.733000', '212113.623000', '212113.626000', '212113.629000', '212113.631000', '212113.634000', '212113.637000', '212113.639000', '212113.642000', '212113.644000', '212113.647000', '212113.649000', '212113.652000', '212113.655000', '212113.657000', '212113.660000', '212113.662000', '212113.665000', '212113.667000', '212113.670000', '212113.672000', '212113.675000', '212113.678000', '212113.680000', '212113.683000', '212113.685000', '212113.688000', '212113.691000', '212113.693000', '212113.696000', '212113.698000', '212113.701000', '212113.703000', '212113.706000', '212113.709000', '212113.711000', '212113.714000', '212113.716000', '212113.719000', '212113.721000', '212113.724000', '212113.727000', '212113.729000', '212113.732000', '212133.623000', '212133.626000', '212133.629000', '212133.632000', '212133.634000', '212133.637000', '212133.639000', '212133.642000', '212133.645000', '212133.648000', '212133.651000', '212133.654000', '212133.656000', '212133.659000', '212133.662000', '212133.664000', '212133.667000', '212133.669000', '212133.672000', '212133.674000', '212133.677000', '212133.680000', '212133.682000', '212133.685000', '212133.687000', '212133.690000', '212133.692000', '212133.695000', '212133.698000', '212133.700000', '212133.703000', '212133.705000', '212133.708000', '212133.710000', '212133.713000', '212133.716000', '212133.718000', '212133.721000', '212133.723000', '212133.726000', '212133.728000', '212133.731000', '212133.734000', '212153.624000', '212153.627000', '212153.630000', '212153.632000', '212153.635000', '212153.637000', '212153.640000', '212153.643000', '212153.645000', '212153.648000', '212153.650000', '212153.653000', '212153.655000', '212153.658000', '212153.661000', '212153.663000', '212153.666000', '212153.668000', '212153.671000', '212153.673000', '212153.676000', '212153.679000', '212153.681000', '212153.684000', '212153.686000', '212153.689000', '212153.691000', '212153.694000', '212153.697000', '212153.699000', '212153.702000', '212153.704000', '212153.707000', '212153.710000', '212153.712000', '212153.715000', '212153.717000', '212153.720000', '212153.722000', '212153.725000', '212153.727000', '212153.730000', '212153.732000', '212153.735000', '212213.623000', '212213.626000', '212213.629000', '212213.632000', '212213.634000', '212213.637000', '212213.639000', '212213.642000', '212213.651000', '212213.653000', '212213.656000', '212213.658000', '212213.661000', '212213.664000', '212213.666000', '212213.669000', '212213.671000', '212213.674000', '212213.676000', '212213.679000', '212213.682000', '212213.684000', '212213.687000', '212213.689000', '212213.692000', '212213.695000', '212213.697000', '212213.700000', '212213.702000', '212213.705000', '212213.708000', '212213.710000', '212213.713000', '212213.715000', '212213.718000', '212213.720000', '212213.723000', '212213.725000', '212213.728000', '212213.731000', '212213.733000', '212213.736000', '212213.738000', '212213.741000', '212233.623000', '212233.626000', '212233.629000', '212233.631000', '212233.634000', '212233.637000', '212233.639000', '212233.642000', '212233.644000', '212233.647000', '212233.649000', '212233.652000', '212233.654000', '212233.657000', '212233.659000', '212233.662000', '212233.665000', '212233.667000', '212233.670000', '212233.672000', '212233.675000', '212233.678000', '212233.680000', '212233.683000', '212233.685000', '212233.688000', '212233.690000', '212233.693000', '212233.695000', '212233.698000', '212233.701000', '212233.703000', '212233.706000', '212233.708000', '212233.727000', '212233.730000', '212233.732000', '212233.735000', '212233.737000', '212233.740000', '212233.742000', '212233.745000', '212233.747000', '212253.623000', '212253.626000', '212253.629000', '212253.631000', '212253.634000', '212253.636000', '212253.639000', '212253.641000', '212253.644000', '212253.647000', '212253.649000', '212253.652000', '212253.655000', '212253.657000', '212253.660000', '212253.662000', '212253.665000', '212253.668000', '212253.670000', '212253.673000', '212253.676000', '212253.678000', '212253.681000', '212253.683000', '212253.686000', '212253.688000', '212253.691000', '212253.694000', '212253.696000', '212253.699000', '212253.701000', '212253.704000', '212253.706000', '212253.709000', '212253.712000', '212253.714000', '212253.717000', '212253.719000', '212253.722000', '212253.724000', '212253.727000', '212253.730000', '212253.732000', '212253.735000', '212313.624000', '212313.627000', '212313.629000', '212313.632000', '212313.634000', '212313.637000', '212313.639000', '212313.642000', '212313.645000', '212313.647000', '212313.650000', '212313.652000', '212313.655000', '212313.657000', '212313.660000', '212313.662000', '212313.665000', '212313.668000', '212313.670000', '212313.673000', '212313.675000', '212313.678000', '212313.681000', '212313.683000', '212313.686000', '212313.688000', '212313.691000', '212313.693000', '212313.696000', '212313.699000', '212313.701000', '212313.704000', '212313.706000', '212313.709000', '212313.712000', '212313.714000', '212313.717000', '212313.719000', '212313.722000', '212313.724000', '212313.727000', '212313.730000', '212313.732000', '212333.623000', '212333.626000', '212333.629000', '212333.631000', '212333.634000', '212333.637000', '212333.639000', '212333.642000', '212333.644000', '212333.647000', '212333.649000', '212333.652000', '212333.654000', '212333.657000', '212333.660000', '212333.662000', '212333.665000', '212333.667000', '212333.670000', '212333.672000', '212333.675000', '212333.677000', '212333.680000', '212333.683000', '212333.685000', '212333.688000', '212333.690000', '212333.693000', '212333.695000', '212333.698000', '212333.701000', '212333.703000', '212333.706000', '212333.709000', '212333.711000', '212333.714000', '212333.716000', '212333.719000', '212333.721000', '212333.724000', '212333.726000', '212333.729000', '212333.732000', '212333.734000', '212353.624000', '212353.626000', '212353.629000', '212353.632000', '212353.634000', '212353.637000', '212353.639000', '212353.642000', '212353.644000', '212353.647000', '212353.649000', '212353.652000', '212353.655000', '212353.657000', '212353.660000', '212353.662000', '212353.665000', '212353.668000', '212353.670000', '212353.673000', '212353.675000', '212353.678000', '212353.680000', '212353.683000', '212353.685000', '212353.688000', '212353.691000', '212353.693000', '212353.696000', '212353.698000', '212353.701000', '212353.704000', '212353.706000', '212353.709000', '212353.711000', '212353.714000', '212353.717000', '212353.719000', '212353.722000', '212353.724000', '212353.727000', '212353.729000', '212353.732000', '212413.624000', '212413.627000', '212413.639000', '212413.642000', '212413.645000', '212413.647000', '212413.650000', '212413.653000', '212413.655000', '212413.658000', '212413.660000', '212413.663000', '212413.665000', '212413.668000', '212413.670000', '212413.673000', '212413.676000', '212413.678000', '212413.681000', '212413.683000', '212413.686000', '212413.688000', '212413.691000', '212413.694000', '212413.696000', '212413.699000', '212413.701000', '212413.704000', '212413.707000', '212413.709000', '212413.712000', '212413.715000', '212413.717000', '212413.720000', '212413.722000', '212413.725000', '212413.727000', '212413.730000', '212413.732000', '212413.735000', '212413.738000', '212413.740000', '212413.743000', '212433.623000', '212433.626000', '212433.629000', '212433.632000', '212433.634000', '212433.637000', '212433.639000', '212433.642000', '212433.645000', '212433.647000', '212433.650000', '212433.652000', '212433.655000', '212433.658000', '212433.660000', '212433.663000', '212433.666000', '212433.668000', '212433.671000', '212433.673000', '212433.676000', '212433.678000', '212433.681000', '212433.684000', '212433.686000', '212433.689000', '212433.691000', '212433.694000', '212433.696000', '212433.699000', '212433.702000', '212433.704000', '212433.707000', '212433.710000', '212433.712000', '212433.715000', '212433.717000', '212433.720000', '212433.722000', '212433.725000', '212433.728000', '212433.730000', '212433.733000', '212433.735000', '212453.623000', '212453.626000', '212453.629000', '212453.631000', '212453.634000', '212453.637000', '212453.639000', '212453.642000', '212453.644000', '212453.647000', '212453.649000', '212453.652000', '212453.654000', '212453.657000', '212453.660000', '212453.662000', '212453.665000', '212453.667000', '212453.670000', '212453.672000', '212453.675000', '212453.677000', '212453.680000', '212453.683000', '212453.685000', '212453.688000', '212453.690000', '212453.693000', '212453.695000', '212453.698000', '212453.701000', '212453.703000', '212453.706000', '212453.709000', '212453.711000', '212453.714000', '212453.718000', '212453.720000', '212453.723000', '212453.726000', '212453.728000', '212453.731000', '212453.733000', '212453.736000', '212513.624000', '212513.626000', '212513.629000', '212513.631000', '212513.634000', '212513.637000', '212513.639000', '212513.642000', '212513.644000', '212513.647000', '212513.649000', '212513.652000', '212513.654000', '212513.657000', '212513.660000', '212513.662000', '212513.665000', '212513.667000', '212513.670000', '212513.672000', '212513.675000', '212513.677000', '212513.680000', '212513.683000', '212513.685000', '212513.688000', '212513.690000', '212513.693000', '212513.695000', '212513.698000', '212513.700000', '212513.703000', '212513.706000', '212513.708000', '212513.711000', '212513.713000', '212513.716000', '212513.718000', '212513.721000', '212513.724000', '212513.726000', '212513.729000', '212513.731000', '212533.624000', '212533.626000', '212533.629000', '212533.631000', '212533.634000', '212533.637000', '212533.639000', '212533.642000', '212533.644000', '212533.647000', '212533.650000', '212533.652000', '212533.655000', '212533.667000', '212533.670000', '212533.672000', '212533.675000', '212533.678000', '212533.681000', '212533.683000', '212533.686000', '212533.688000', '212533.691000', '212533.693000', '212533.696000', '212533.699000', '212533.701000', '212533.704000', '212533.706000', '212533.709000', '212533.712000', '212533.714000', '212533.717000', '212533.719000', '212533.722000', '212533.724000', '212533.727000', '212533.730000', '212533.732000', '212533.735000', '212533.737000', '212533.740000', '212533.743000', '212553.623000', '212553.626000', '212553.629000', '212553.631000', '212553.634000', '212553.637000', '212553.639000', '212553.642000', '212553.644000', '212553.647000', '212553.649000', '212553.652000', '212553.655000', '212553.657000', '212553.660000', '212553.662000', '212553.665000', '212553.667000', '212553.670000', '212553.673000', '212553.675000', '212553.678000', '212553.680000', '212553.683000', '212553.685000', '212553.688000', '212553.690000', '212553.693000', '212553.696000', '212553.698000', '212553.701000', '212553.703000', '212553.706000', '212553.708000', '212553.711000', '212553.713000', '212553.716000', '212553.718000', '212553.721000', '212553.724000', '212553.726000', '212553.729000', '212553.731000', '212553.734000', '212613.624000', '212613.626000', '212613.629000', '212613.632000', '212613.634000', '212613.637000', '212613.639000', '212613.642000', '212613.644000', '212613.647000', '212613.650000', '212613.652000', '212613.655000', '212613.657000', '212613.660000', '212613.662000', '212613.665000', '212613.668000', '212613.670000', '212613.673000', '212613.676000', '212613.679000', '212613.682000', '212613.685000', '212613.687000', '212613.690000', '212613.692000', '212613.695000', '212613.698000', '212613.700000', '212613.703000', '212613.705000', '212613.708000', '212613.710000', '212613.713000', '212613.715000', '212613.718000', '212613.720000', '212613.723000', '212613.726000', '212613.728000', '212613.731000', '212613.734000', '212633.624000', '212633.627000', '212633.630000', '212633.632000', '212633.635000', '212633.638000', '212633.640000', '212633.643000', '212633.645000', '212633.648000', '212633.651000', '212633.653000', '212633.656000', '212633.658000', '212633.661000', '212633.663000', '212633.666000', '212633.669000', '212633.671000', '212633.674000', '212633.676000', '212633.679000', '212633.681000', '212633.684000', '212633.687000', '212633.689000', '212633.692000', '212633.695000', '212633.697000', '212633.700000', '212633.702000', '212633.705000', '212633.707000', '212633.710000', '212633.712000', '212633.715000', '212633.718000', '212633.720000', '212633.723000', '212633.725000', '212633.728000', '212633.730000', '212633.733000', '212633.736000', '212653.624000', '212653.626000', '212653.629000', '212653.632000', '212653.634000', '212653.637000', '212653.639000', '212653.642000', '212653.644000', '212653.647000', '212653.650000', '212653.652000', '212653.655000', '212653.657000', '212653.660000', '212653.663000', '212653.665000', '212653.668000', '212653.670000', '212653.673000', '212653.675000', '212653.678000', '212653.680000', '212653.695000', '212653.698000', '212653.701000', '212653.703000', '212653.706000', '212653.709000', '212653.711000', '212653.714000', '212653.716000', '212653.720000', '212653.723000', '212653.725000', '212653.728000', '212653.731000', '212653.733000', '212653.736000', '212653.738000', '212653.741000', '212653.743000', '212653.746000', '212713.623000', '212713.626000', '212713.629000', '212713.632000', '212713.634000', '212713.637000', '212713.639000', '212713.642000', '212713.644000', '212713.647000', '212713.650000', '212713.652000', '212713.655000', '212713.657000', '212713.660000', '212713.663000', '212713.665000', '212713.668000', '212713.670000', '212713.673000', '212713.675000', '212713.678000', '212713.681000', '212713.683000', '212713.686000', '212713.689000', '212713.691000', '212713.694000', '212713.697000', '212713.699000', '212713.702000', '212713.704000', '212713.707000', '212713.709000', '212713.712000', '212713.714000', '212713.717000', '212713.720000', '212713.722000', '212713.725000', '212713.727000', '212713.730000', '212713.732000', '212713.735000', '212733.624000', '212733.626000', '212733.629000', '212733.632000', '212733.634000', '212733.637000', '212733.639000', '212733.642000', '212733.644000', '212733.647000', '212733.650000', '212733.652000', '212733.655000', '212733.657000', '212733.660000', '212733.662000', '212733.665000', '212733.667000', '212733.670000', '212733.672000', '212733.675000', '212733.678000', '212733.680000', '212733.683000', '212733.685000', '212733.688000', '212733.691000', '212733.693000', '212733.696000', '212733.698000', '212733.701000', '212733.703000', '212733.706000', '212733.709000', '212733.711000', '212733.714000', '212733.716000', '212733.720000', '212733.723000', '212733.726000', '212733.728000', '212733.731000', '212733.733000', '212753.624000', '212753.626000', '212753.629000', '212753.632000', '212753.635000', '212753.637000', '212753.640000', '212753.642000', '212753.645000', '212753.647000', '212753.650000', '212753.653000', '212753.655000', '212753.658000', '212753.660000', '212753.663000', '212753.665000', '212753.668000', '212753.670000', '212753.673000', '212753.676000', '212753.678000', '212753.681000', '212753.683000', '212753.686000', '212753.688000', '212753.691000', '212753.694000', '212753.696000', '212753.699000', '212753.702000', '212753.704000', '212753.707000', '212753.709000', '212753.712000', '212753.715000', '212753.717000', '212753.720000', '212753.722000', '212753.725000', '212753.727000', '212753.730000', '212753.733000', '212753.735000', '212813.624000', '212813.626000', '212813.629000', '212813.632000', '212813.634000', '212813.637000', '212813.657000', '212813.660000', '212813.662000', '212813.665000', '212813.667000', '212813.670000', '212813.673000', '212813.675000', '212813.678000', '212813.680000', '212813.683000', '212813.685000', '212813.688000', '212813.690000', '212813.693000', '212813.696000', '212813.698000', '212813.701000', '212813.704000', '212813.706000', '212813.709000', '212813.711000', '212813.714000', '212813.716000', '212813.719000', '212813.722000', '212813.724000', '212813.727000', '212813.730000', '212813.732000', '212813.735000', '212813.737000', '212813.740000', '212813.742000', '212813.745000', '212813.748000', '212813.750000', '212833.625000', '212833.627000', '212833.630000', '212833.633000', '212833.635000', '212833.638000', '212833.641000', '212833.643000', '212833.646000', '212833.648000', '212833.651000', '212833.654000', '212833.656000', '212833.659000', '212833.661000', '212833.664000', '212833.667000', '212833.669000', '212833.672000', '212833.674000', '212833.677000', '212833.680000', '212833.682000', '212833.685000', '212833.687000', '212833.690000', '212833.692000', '212833.695000', '212833.698000', '212833.700000', '212833.703000', '212833.706000', '212833.708000', '212833.711000', '212833.713000', '212833.716000', '212833.719000', '212833.721000', '212833.724000', '212833.726000', '212833.729000', '212833.732000', '212833.734000', '212833.737000', '212851.416000', '212851.419000', '212851.422000', '212851.425000', '212851.428000', '212851.430000', '212851.435000', '212851.438000', '212851.441000', '212851.444000', '212851.447000', '212851.449000', '212851.452000', '212851.455000', '212851.458000', '212851.460000', '212851.463000', '212851.466000', '212851.469000', '212851.471000', '212851.474000', '212851.477000', '212851.480000', '212851.483000', '212851.486000', '212851.488000', '212851.491000', '212851.494000', '212851.496000', '212851.499000', '212851.502000', '212851.505000', '212851.508000', '212851.511000', '212851.513000', '212851.516000', '212851.519000', '212851.522000', '212851.525000'], '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': [11209, 9880, 8949, 10438, 9421, 11704, 9259, 10030, 9582, 8787, 10864, 9502, 11795, 9331, 9501, 9813, 8666, 10315, 10224, 10317, 11360, 11171, 9572, 10330, 9166, 8458, 9899, 8604, 10327, 8754, 11755, 9063, 8712, 10122, 8708, 10320, 8975, 10775, 9539, 11680, 9392, 8723, 9695, 8907, 10488, 9145, 12089, 9350, 11469, 9255, 8595, 10018, 8836, 11006, 8855, 10499, 9541, 8880, 10267, 8474, 10974, 8980, 11379, 9313, 8241, 10079, 8841, 10845, 9129, 10225, 9631, 8733, 10382, 8911, 10915, 10197, 9874, 10355, 8852, 9499, 9638, 10748, 12040, 9894, 11000, 9346, 11341, 9650, 10619, 11876, 11589, 10690, 10116, 11147, 9127, 11399, 9354, 11536, 10270, 11084, 9797, 10171, 10544, 9182, 10610, 10015, 8761, 10654, 9026, 10880, 9602, 10366, 10873, 9239, 10852, 10305, 11300, 9561, 10607, 10352, 10187, 9983, 10022, 11102, 8960, 10192, 9446, 9735, 10344, 9663, 10611, 9242, 11080, 9358, 8678, 10015, 9034, 10795, 9180, 8443, 9600, 9448, 11244, 9396, 9441, 9872, 8273, 10169, 9730, 11236, 9240, 8463, 9949, 8945, 10669, 9059, 10046, 10081, 8683, 10533, 9061, 9697, 10831, 9664, 12108, 9303, 8487, 9758, 8401, 11989, 9749, 12035, 9498, 8403, 9965, 9195, 11076, 9467, 10957, 11701, 9382, 10568, 8977, 10671, 10149, 8594, 10218, 8579, 10737, 9000, 10335, 9625, 10835, 11226, 9519, 10739, 8889, 8616, 9624, 9133, 11019, 9112, 8720, 9623, 9020, 12423, 9805, 11464, 10249, 9933, 9864, 8241, 10376, 9558, 11326, 9451, 9449, 9582, 8528, 10097, 8954, 10869, 9321, 8499, 10370, 9103, 11204, 10413, 8691, 10485, 8728, 10641, 9303, 10284, 11863, 10124, 10654, 8969, 10919, 9491, 10449, 11082, 8584, 10249, 9245, 10751, 9661, 10756, 9711, 8472, 9967, 8887, 10772, 9382, 10481, 10811, 8763, 10774, 9142, 10459, 9416, 10331, 9983, 8529, 10357, 9152, 10002, 9341, 9726, 9956, 8926, 10948, 9538, 9613, 9620, 10141, 9935, 9941, 10534, 9358, 10889, 9018, 8676, 9780, 9291, 10808, 8955, 8992, 9658, 8336, 10463, 9167, 11231, 9358, 8352, 9750, 8781, 10762, 9236, 11165, 9885, 8473, 9784, 9305, 11033, 9463, 11296, 10571, 8238, 9925, 9219, 10719, 9332, 10938, 9570, 8498, 10014, 8567, 10571, 8902, 11093, 9651, 10142, 9723, 8402, 9974, 9350, 11267, 9548, 10306, 9686, 10572, 9539, 10169, 10417, 9262, 10127, 9012, 8813, 9346, 8830, 11411, 9346, 11235, 9293, 8441, 9646, 8632, 11812, 9577, 10981, 9558, 8573, 9936, 8730, 10598, 9242, 10416, 9877, 8887, 9849, 9041, 10405, 9940, 8881, 10326, 9176, 10365, 9260, 10102, 10091, 9553, 10596, 9066, 8874, 9630, 8607, 10898, 9658, 11119, 9639, 8250, 10225, 9602, 11073, 9931, 8999, 9893, 9610, 10830, 9216, 10872, 9627, 12663, 9799, 8615, 10228, 9088, 10768, 9513, 10283, 9963, 9366, 10173, 8749, 11335, 9471, 11223, 9634, 10581, 9415, 10171, 9201, 9588, 9349, 9636, 9811, 9162, 9875, 8780, 9050, 9292, 9613, 9547, 9854, 10137, 9078, 8935, 8917, 8529, 9669, 8621, 10712, 8920, 8179, 9638, 8291, 10031, 9814, 11537, 8839, 8954, 9289, 7788, 9824, 9248, 11634, 9631, 12365, 9520, 7798, 10001, 9632, 10682, 9449, 10844, 9524, 10837, 9360, 9624, 10109, 8660, 10181, 9400, 10631, 9223, 10476, 9567, 8752, 10011, 9424, 10545, 8832, 10629, 8733, 10681, 9520, 10411, 9087, 8706, 9465, 9668, 9926, 9217, 10434, 9020, 10058, 9034, 10423, 9587, 9568, 9683, 8816, 10063, 9281, 10310, 9240, 10934, 8802, 8661, 9507, 8463, 10539, 8679, 9784, 9335, 8384, 9618, 8477, 11133, 10049, 10266, 9854, 9117, 11624, 9315, 13170, 9586, 12851, 9185, 8685, 9789, 7896, 11050, 9450, 10962, 9470, 9738, 9959, 8223, 10298, 8971, 11534, 9452, 11165, 9408, 8222, 10049, 9010, 10926, 9347, 10131, 9821, 8100, 10128, 8540, 12416, 9573, 11901, 9339, 8029, 10042, 9288, 11444, 9505, 10781, 9627, 8129, 9911, 8839, 10610, 9612, 9148, 10714, 9241, 11217, 9378, 12143, 9626, 13217, 9566, 8057, 10148, 8986, 10504, 9392, 9560, 9922, 9231, 10331, 9134, 10776, 9575, 11028, 9422, 10536, 9711, 8551, 10037, 8470, 10155, 8863, 9454, 9679, 8545, 9749, 8201, 10420, 8826, 10457, 9339, 8202, 9590, 8542, 9890, 8125, 10999, 9073, 10528, 8905, 10152, 9180, 10812, 9505, 8051, 9994, 8735, 8720, 9186, 10771, 10429, 11634, 9657, 11131, 9609, 11687, 11849, 13582, 9644, 10406, 9941, 10755, 9518, 10002, 9626, 8873, 9795, 8030, 9818, 10461, 9991, 8454, 10527, 9602, 10610, 8565, 10563, 8618, 10396, 9304, 9194, 9117, 8267, 9504, 8562, 10560, 9532, 10906, 9425, 10224, 9246, 11528, 9523, 11106, 9458, 10021, 8925, 10148, 9361, 9603, 9737, 8418, 10222, 8602, 10805, 8360, 10817, 8549, 10713, 8912, 8637, 9281, 9004, 9553, 9684, 11000, 9165, 10664, 8844, 10644, 9413, 10394, 10945, 9866, 10328, 9777, 10701, 9057, 11776, 10195, 10618, 9203, 9006, 9533, 9728, 10087, 10062, 10991, 9684, 11472, 9216, 12329, 10013, 11241, 9344, 10309, 9178, 8965, 9197, 10150, 9491, 8411, 10383, 8509, 10760, 9395, 10717, 9511, 11263, 9028, 10253, 9342, 11133, 9115, 9483, 10110, 8732, 10405, 8954, 10867, 9682, 10658, 9695, 10684, 9008, 9752, 9455, 10143, 10201, 10614, 9640, 8727, 10372, 8561, 10328, 8888, 8956, 10007, 9676, 10789, 9906, 11252, 9174, 10827, 9026, 9023, 10112, 8679, 10471, 8346, 10947, 8804, 11389, 9162, 11496, 9876, 11131, 8475, 10553, 9890, 11092, 8877, 10417, 8812, 11609, 9524, 10082, 9487, 8476, 10392, 8680, 10649, 10066, 10872, 10291, 11251, 9572, 9281, 10458, 9010, 10641, 9197, 11136, 10505, 10674, 9625, 10264, 9291, 11631, 10480, 11722, 10063, 8417, 10622, 9647, 10856, 9446, 10016, 10239, 8548, 8944, 10437, 10811, 8997, 11879, 9425, 9882, 8950, 10079, 10744, 10773, 10384, 9796, 11754, 11250, 14089, 12676, 14387, 12192, 12492, 11978, 10460, 12230, 10344, 12334, 10123, 12122, 9992, 12279, 10356, 9077, 10695, 10773, 11789, 9665, 9815, 10207, 10297, 11334, 9595, 9904, 9681, 8839, 11122, 9853, 9743, 10046, 9030, 10651, 10440, 11860, 9504, 8473, 10778, 10393, 11199, 9880, 8562, 10781, 10660, 11415, 9301, 11790, 11060, 8704, 11285, 10496, 11470, 9195, 10800, 9415, 8667, 10948, 10253, 11618, 9384, 11868, 10011, 11265, 10577, 10032, 11284, 9806, 11299, 10066, 9449, 10949, 9969, 10413, 9173, 11745, 10077, 11413, 9800, 9066, 10347, 9989, 9486, 11795, 9970, 8212, 10797, 10341, 11094, 10282, 11333, 10654, 11983, 9327, 8548, 10103, 9794, 10870, 9766, 11682, 9133, 9035, 10351, 9569, 10916, 10605, 12113, 10214, 9808, 10627, 10058, 11010, 10720, 11792, 9424, 8283, 10645, 10157, 11430, 10670, 12029, 10233, 12370, 10349, 10046, 10888, 10056, 11042, 10043, 11972, 10625, 8742, 10860, 10095, 11403, 9456, 11691, 10990, 12129, 10337, 12221, 11351, 12177, 10814, 10863, 9528, 8357, 10675, 10081, 11221, 8834, 10771, 9732, 8406, 10811, 9989, 11437, 9022, 11176, 9983, 11297, 9728, 9758, 10589, 9826, 11444, 9519, 10147, 10834, 9298, 11131, 10423, 11573, 9344, 12094, 10582, 9814, 11030, 10039, 11375, 11338, 12108, 9777, 12024, 9932, 12087, 9907, 12095, 9825, 10806, 10044, 9418, 10219, 9469, 10607, 8928, 10453, 10140, 9687, 9643, 9308, 10464, 9464, 10637, 9084, 11333, 10578, 11439, 10169, 12116, 9934, 12637, 11065, 13405, 10517, 9625, 11036, 9413, 11127, 10326, 12643, 10633, 9943, 10173, 9531, 12227, 11432, 12341, 11642, 12744, 10689, 8984, 11619, 11464, 12577, 10429, 12564, 12833, 13199, 11052, 8936, 11726, 11294, 12304, 9929, 12381, 10891, 12546, 11667, 10699, 10523, 9786, 10699, 9956, 10873, 9843, 12016, 9869, 12244, 9782, 12300, 11009, 12473, 10137, 10084, 10790, 9772, 11069, 11008, 12193, 9991, 12328, 9950, 12576, 9920, 10273, 10730, 8940, 11689, 9587, 12285, 9960, 10487, 9867, 8839, 11277, 9378, 10523, 10323, 10418, 11031, 11292, 11949, 9650, 11982, 10623, 10744, 10974, 9111, 11392, 10932, 12065, 10414, 10684, 9722, 9457, 11442, 9761, 11077, 10599, 9843, 10882, 10799, 11772, 10098, 10129, 10881, 9123, 11302, 10365, 12467, 10044, 9257, 10745, 10693, 11710, 10204, 9690, 11305, 9400, 11136, 9881, 10974, 10937, 10940, 10973, 9614, 9053, 10910, 10948, 12070, 10678, 9982, 10960, 9089, 11187, 11930, 12520, 9506, 12050, 9854, 11956, 10810, 10493, 10715, 10496, 11592, 11299, 12295, 11410, 12192, 10139, 12121, 11252, 12321, 9896, 10182, 9750, 8662, 11086, 10357, 10248, 10441, 12164, 9974, 12317, 10953, 9450, 11018, 8741, 11569, 11421, 11844, 9548, 11688, 10982, 11821, 9685, 10470, 9952, 9484, 10471, 9891, 11181, 10337, 11736, 9554, 11947, 10091, 10296, 10768, 10910, 11595, 10009, 11970, 9913, 12210, 10761, 8507, 11379, 10830, 11614, 11294, 12029, 10687, 9885, 11521, 9877, 11031, 10499, 9639, 12007, 9709, 11496, 10610, 10390, 11642, 10786, 12286, 10190, 12368, 10644, 10040, 10400, 9509, 11675, 11442, 12293, 10068, 12435, 9932, 10980, 10140, 9636, 10783, 9095, 11235, 10794, 11619, 10095, 9987, 11047, 9516, 11809, 9839, 11588, 9855, 12186, 10511, 9074, 10936, 9876, 11687], 'WindowCenter': [4644.0, 4618.0, 4594.0, 4600.0, 4582.0, 4609.0, 4577.0, 4576.0, 4578.0, 4565.0, 4607.0, 4590.0, 4610.0, 4578.0, 4589.0, 4577.0, 4578.0, 4587.0, 4585.0, 4611.0, 4624.0, 4613.0, 4566.0, 4587.0, 4576.0, 4555.0, 4586.0, 4578.0, 4599.0, 4579.0, 4597.0, 4591.0, 4581.0, 4590.0, 4569.0, 4588.0, 4569.0, 4601.0, 4578.0, 4598.0, 4567.0, 4557.0, 4587.0, 4566.0, 4586.0, 4568.0, 4609.0, 4567.0, 4586.0, 4562.0, 4567.0, 4577.0, 4566.0, 4598.0, 4567.0, 4599.0, 4577.0, 4563.0, 4589.0, 4557.0, 4599.0, 4579.0, 4587.0, 4568.0, 4569.0, 4577.0, 4579.0, 4587.0, 4580.0, 4587.0, 4577.0, 4579.0, 4600.0, 4579.0, 4600.0, 4600.0, 4578.0, 4588.0, 4579.0, 4588.0, 4602.0, 4598.0, 4611.0, 4589.0, 4599.0, 4567.0, 4584.0, 4567.0, 4587.0, 4598.0, 4596.0, 4586.0, 4564.0, 4586.0, 4563.0, 4583.0, 4555.0, 4595.0, 4565.0, 4573.0, 4573.0, 4574.0, 4574.0, 4563.0, 4586.0, 4574.0, 4565.0, 4574.0, 4554.0, 4574.0, 4564.0, 4575.0, 4574.0, 4565.0, 4573.0, 4563.0, 4581.0, 4563.0, 4575.0, 4562.0, 4572.0, 4552.0, 4558.0, 4573.0, 4553.0, 4585.0, 4576.0, 4564.0, 4586.0, 4576.0, 4586.0, 4577.0, 4585.0, 4564.0, 4556.0, 4576.0, 4565.0, 4586.0, 4577.0, 4555.0, 4588.0, 4566.0, 4587.0, 4578.0, 4578.0, 4576.0, 4568.0, 4576.0, 4589.0, 4586.0, 4590.0, 4567.0, 4588.0, 4579.0, 4600.0, 4581.0, 4591.0, 4599.0, 4569.0, 4599.0, 4580.0, 4579.0, 4588.0, 4580.0, 4610.0, 4589.0, 4581.0, 4599.0, 4568.0, 4608.0, 4577.0, 4608.0, 4567.0, 4568.0, 4586.0, 4566.0, 4597.0, 4588.0, 4586.0, 4608.0, 4566.0, 4588.0, 4577.0, 4577.0, 4587.0, 4556.0, 4575.0, 4567.0, 4576.0, 4555.0, 4586.0, 4578.0, 4574.0, 4598.0, 4576.0, 4595.0, 4577.0, 4566.0, 4587.0, 4578.0, 4587.0, 4577.0, 4578.0, 4589.0, 4578.0, 4620.0, 4589.0, 4586.0, 4577.0, 4576.0, 4587.0, 4568.0, 4577.0, 4577.0, 4586.0, 4577.0, 4576.0, 4587.0, 4578.0, 4588.0, 4567.0, 4598.0, 4568.0, 4577.0, 4597.0, 4580.0, 4610.0, 4601.0, 4580.0, 4598.0, 4580.0, 4599.0, 4567.0, 4577.0, 4587.0, 4588.0, 4575.0, 4567.0, 4585.0, 4565.0, 4586.0, 4595.0, 4566.0, 4575.0, 4566.0, 4586.0, 4575.0, 4584.0, 4565.0, 4543.0, 4576.0, 4566.0, 4586.0, 4565.0, 4575.0, 4585.0, 4556.0, 4584.0, 4565.0, 4574.0, 4553.0, 4564.0, 4576.0, 4543.0, 4584.0, 4565.0, 4564.0, 4555.0, 4565.0, 4575.0, 4566.0, 4587.0, 4573.0, 4576.0, 4575.0, 4575.0, 4575.0, 4564.0, 4586.0, 4565.0, 4584.0, 4565.0, 4566.0, 4587.0, 4577.0, 4598.0, 4567.0, 4566.0, 4589.0, 4567.0, 4601.0, 4579.0, 4588.0, 4577.0, 4567.0, 4576.0, 4568.0, 4599.0, 4579.0, 4598.0, 4590.0, 4568.0, 4585.0, 4577.0, 4598.0, 4578.0, 4598.0, 4587.0, 4546.0, 4565.0, 4577.0, 4585.0, 4578.0, 4586.0, 4577.0, 4568.0, 4566.0, 4566.0, 4587.0, 4565.0, 4575.0, 4574.0, 4574.0, 4564.0, 4542.0, 4578.0, 4577.0, 4595.0, 4576.0, 4576.0, 4576.0, 4574.0, 4575.0, 4575.0, 4586.0, 4551.0, 4564.0, 4566.0, 4564.0, 4565.0, 4567.0, 4599.0, 4577.0, 4597.0, 4577.0, 4567.0, 4577.0, 4555.0, 4596.0, 4575.0, 4585.0, 4574.0, 4554.0, 4564.0, 4566.0, 4587.0, 4565.0, 4586.0, 4586.0, 4578.0, 4586.0, 4577.0, 4598.0, 4578.0, 4579.0, 4589.0, 4580.0, 4588.0, 4578.0, 4576.0, 4577.0, 4566.0, 4587.0, 4576.0, 4566.0, 4578.0, 4567.0, 4598.0, 4567.0, 4596.0, 4577.0, 4556.0, 4576.0, 4566.0, 4574.0, 4583.0, 4566.0, 4576.0, 4564.0, 4575.0, 4553.0, 4585.0, 4567.0, 4582.0, 4572.0, 4543.0, 4563.0, 4553.0, 4584.0, 4564.0, 4575.0, 4576.0, 4563.0, 4564.0, 4554.0, 4574.0, 4564.0, 4586.0, 4565.0, 4575.0, 4561.0, 4573.0, 4553.0, 4576.0, 4554.0, 4564.0, 4576.0, 4554.0, 4586.0, 4556.0, 4567.0, 4578.0, 4578.0, 4577.0, 4587.0, 4588.0, 4566.0, 4556.0, 4566.0, 4567.0, 4577.0, 4580.0, 4599.0, 4578.0, 4569.0, 4590.0, 4570.0, 4599.0, 4588.0, 4598.0, 4567.0, 4578.0, 4578.0, 4555.0, 4576.0, 4577.0, 4598.0, 4579.0, 4606.0, 4565.0, 4545.0, 4575.0, 4564.0, 4585.0, 4565.0, 4573.0, 4575.0, 4581.0, 4566.0, 4577.0, 4563.0, 4555.0, 4563.0, 4552.0, 4574.0, 4565.0, 4585.0, 4576.0, 4566.0, 4575.0, 4564.0, 4584.0, 4564.0, 4575.0, 4554.0, 4576.0, 4565.0, 4562.0, 4565.0, 4561.0, 4565.0, 4576.0, 4575.0, 4577.0, 4575.0, 4556.0, 4586.0, 4576.0, 4586.0, 4567.0, 4565.0, 4566.0, 4575.0, 4578.0, 4567.0, 4589.0, 4578.0, 4598.0, 4578.0, 4567.0, 4590.0, 4580.0, 4611.0, 4582.0, 4596.0, 4590.0, 4581.0, 4579.0, 4571.0, 4611.0, 4590.0, 4587.0, 4588.0, 4580.0, 4609.0, 4580.0, 4607.0, 4576.0, 4607.0, 4554.0, 4556.0, 4565.0, 4556.0, 4585.0, 4576.0, 4586.0, 4577.0, 4574.0, 4577.0, 4557.0, 4565.0, 4565.0, 4573.0, 4564.0, 4584.0, 4565.0, 4555.0, 4563.0, 4566.0, 4586.0, 4576.0, 4585.0, 4575.0, 4557.0, 4586.0, 4552.0, 4605.0, 4576.0, 4596.0, 4575.0, 4544.0, 4564.0, 4565.0, 4586.0, 4566.0, 4586.0, 4565.0, 4556.0, 4575.0, 4576.0, 4587.0, 4577.0, 4576.0, 4587.0, 4578.0, 4597.0, 4576.0, 4598.0, 4576.0, 4604.0, 4562.0, 4534.0, 4563.0, 4554.0, 4587.0, 4577.0, 4565.0, 4565.0, 4566.0, 4575.0, 4576.0, 4587.0, 4577.0, 4575.0, 4555.0, 4584.0, 4563.0, 4543.0, 4564.0, 4556.0, 4575.0, 4577.0, 4577.0, 4567.0, 4568.0, 4589.0, 4571.0, 4589.0, 4579.0, 4600.0, 4579.0, 4570.0, 4578.0, 4579.0, 4589.0, 4557.0, 4599.0, 4567.0, 4598.0, 4567.0, 4588.0, 4568.0, 4599.0, 4590.0, 4569.0, 4577.0, 4569.0, 4569.0, 4580.0, 4601.0, 4601.0, 4609.0, 4589.0, 4586.0, 4589.0, 4598.0, 4586.0, 4595.0, 4564.0, 4585.0, 4564.0, 4584.0, 4576.0, 4574.0, 4574.0, 4553.0, 4573.0, 4533.0, 4565.0, 4571.0, 4565.0, 4555.0, 4576.0, 4563.0, 4570.0, 4554.0, 4573.0, 4554.0, 4574.0, 4565.0, 4566.0, 4567.0, 4566.0, 4589.0, 4568.0, 4597.0, 4578.0, 4587.0, 4578.0, 4576.0, 4563.0, 4598.0, 4566.0, 4592.0, 4565.0, 4574.0, 4567.0, 4576.0, 4578.0, 4577.0, 4588.0, 4555.0, 4587.0, 4568.0, 4587.0, 4566.0, 4586.0, 4565.0, 4575.0, 4566.0, 4554.0, 4577.0, 4576.0, 4587.0, 4576.0, 4597.0, 4577.0, 4587.0, 4577.0, 4588.0, 4578.0, 4588.0, 4598.0, 4566.0, 4585.0, 4564.0, 4588.0, 4567.0, 4595.0, 4574.0, 4575.0, 4554.0, 4564.0, 4565.0, 4565.0, 4576.0, 4577.0, 4586.0, 4564.0, 4585.0, 4554.0, 4595.0, 4563.0, 4574.0, 4563.0, 4563.0, 4552.0, 4564.0, 4565.0, 4585.0, 4566.0, 4557.0, 4576.0, 4566.0, 4585.0, 4577.0, 4588.0, 4566.0, 4596.0, 4556.0, 4585.0, 4566.0, 4597.0, 4578.0, 4577.0, 4588.0, 4567.0, 4587.0, 4567.0, 4599.0, 4577.0, 4599.0, 4567.0, 4577.0, 4578.0, 4578.0, 4587.0, 4577.0, 4588.0, 4587.0, 4578.0, 4568.0, 4575.0, 4568.0, 4587.0, 4579.0, 4578.0, 4589.0, 4589.0, 4599.0, 4589.0, 4611.0, 4580.0, 4588.0, 4577.0, 4566.0, 4587.0, 4579.0, 4587.0, 4557.0, 4598.0, 4578.0, 4608.0, 4568.0, 4585.0, 4586.0, 4587.0, 4546.0, 4587.0, 4577.0, 4586.0, 4556.0, 4597.0, 4567.0, 4596.0, 4577.0, 4576.0, 4579.0, 4556.0, 4588.0, 4567.0, 4597.0, 4588.0, 4588.0, 4572.0, 4587.0, 4567.0, 4576.0, 4576.0, 4567.0, 4588.0, 4567.0, 4585.0, 4586.0, 4586.0, 4576.0, 4575.0, 4577.0, 4585.0, 4586.0, 4592.0, 4575.0, 4556.0, 4575.0, 4578.0, 4625.0, 4603.0, 4602.0, 4603.0, 4582.0, 4569.0, 4600.0, 4612.0, 4579.0, 4598.0, 4578.0, 4577.0, 4580.0, 4589.0, 4589.0, 4600.0, 4590.0, 4590.0, 4598.0, 4600.0, 4606.0, 4584.0, 4603.0, 4573.0, 4581.0, 4558.0, 4559.0, 4557.0, 4537.0, 4580.0, 4558.0, 4568.0, 4559.0, 4582.0, 4560.0, 4539.0, 4571.0, 4583.0, 4593.0, 4575.0, 4575.0, 4575.0, 4585.0, 4595.0, 4565.0, 4586.0, 4578.0, 4575.0, 4598.0, 4589.0, 4589.0, 4591.0, 4568.0, 4589.0, 4587.0, 4608.0, 4579.0, 4570.0, 4589.0, 4600.0, 4610.0, 4578.0, 4570.0, 4596.0, 4599.0, 4598.0, 4568.0, 4588.0, 4586.0, 4568.0, 4586.0, 4575.0, 4586.0, 4566.0, 4587.0, 4567.0, 4567.0, 4587.0, 4588.0, 4585.0, 4567.0, 4608.0, 4588.0, 4597.0, 4575.0, 4562.0, 4585.0, 4586.0, 4597.0, 4578.0, 4565.0, 4586.0, 4586.0, 4587.0, 4589.0, 4609.0, 4579.0, 4599.0, 4589.0, 4567.0, 4578.0, 4588.0, 4590.0, 4609.0, 4589.0, 4557.0, 4587.0, 4588.0, 4600.0, 4588.0, 4598.0, 4597.0, 4597.0, 4579.0, 4557.0, 4578.0, 4578.0, 4600.0, 4591.0, 4610.0, 4591.0, 4569.0, 4600.0, 4590.0, 4600.0, 4588.0, 4610.0, 4579.0, 4579.0, 4589.0, 4590.0, 4611.0, 4600.0, 4610.0, 4579.0, 4570.0, 4589.0, 4600.0, 4612.0, 4590.0, 4609.0, 4589.0, 4594.0, 4589.0, 4576.0, 4587.0, 4577.0, 4597.0, 4566.0, 4585.0, 4575.0, 4566.0, 4573.0, 4586.0, 4598.0, 4577.0, 4595.0, 4583.0, 4583.0, 4563.0, 4583.0, 4583.0, 4593.0, 4584.0, 4582.0, 4573.0, 4555.0, 4571.0, 4575.0, 4598.0, 4568.0, 4599.0, 4589.0, 4569.0, 4600.0, 4579.0, 4599.0, 4580.0, 4601.0, 4578.0, 4587.0, 4579.0, 4586.0, 4587.0, 4574.0, 4610.0, 4577.0, 4588.0, 4600.0, 4580.0, 4589.0, 4597.0, 4599.0, 4568.0, 4598.0, 4599.0, 4589.0, 4587.0, 4589.0, 4609.0, 4588.0, 4609.0, 4588.0, 4607.0, 4587.0, 4606.0, 4589.0, 4595.0, 4577.0, 4599.0, 4578.0, 4566.0, 4588.0, 4565.0, 4587.0, 4577.0, 4586.0, 4599.0, 4579.0, 4590.0, 4592.0, 4614.0, 4603.0, 4602.0, 4605.0, 4627.0, 4600.0, 4611.0, 4601.0, 4609.0, 4579.0, 4608.0, 4598.0, 4607.0, 4575.0, 4565.0, 4575.0, 4565.0, 4601.0, 4626.0, 4621.0, 4583.0, 4587.0, 4587.0, 4577.0, 4610.0, 4599.0, 4596.0, 4596.0, 4594.0, 4585.0, 4553.0, 4583.0, 4573.0, 4595.0, 4571.0, 4596.0, 4594.0, 4594.0, 4559.0, 4547.0, 4569.0, 4558.0, 4583.0, 4548.0, 4571.0, 4571.0, 4580.0, 4558.0, 4561.0, 4571.0, 4547.0, 4561.0, 4563.0, 4572.0, 4548.0, 4569.0, 4560.0, 4582.0, 4549.0, 4581.0, 4569.0, 4580.0, 4561.0, 4550.0, 4561.0, 4563.0, 4582.0, 4562.0, 4592.0, 4572.0, 4594.0, 4574.0, 4595.0, 4564.0, 4574.0, 4586.0, 4564.0, 4596.0, 4575.0, 4593.0, 4565.0, 4586.0, 4587.0, 4567.0, 4597.0, 4567.0, 4587.0, 4598.0, 4598.0, 4588.0, 4598.0, 4597.0, 4578.0, 4608.0, 4577.0, 4598.0, 4598.0, 4557.0, 4595.0, 4597.0, 4596.0, 4599.0, 4599.0, 4589.0, 4567.0, 4597.0, 4589.0, 4598.0, 4600.0, 4590.0, 4589.0, 4599.0, 4611.0, 4589.0, 4599.0, 4599.0, 4580.0, 4610.0, 4589.0, 4618.0, 4589.0, 4579.0, 4600.0, 4601.0, 4599.0, 4589.0, 4579.0, 4599.0, 4579.0, 4610.0, 4602.0, 4611.0, 4590.0, 4601.0, 4600.0, 4579.0, 4580.0, 4600.0, 4612.0, 4610.0, 4600.0, 4589.0, 4598.0, 4579.0, 4611.0, 4610.0, 4595.0, 4578.0, 4607.0, 4566.0, 4597.0, 4596.0, 4598.0, 4588.0, 4574.0, 4596.0, 4585.0, 4595.0, 4596.0, 4598.0, 4575.0, 4595.0, 4572.0, 4593.0, 4575.0, 4586.0, 4566.0, 4567.0, 4586.0, 4576.0, 4588.0, 4600.0, 4610.0, 4589.0, 4607.0, 4600.0, 4578.0, 4586.0, 4556.0, 4609.0, 4598.0, 4597.0, 4576.0, 4596.0, 4571.0, 4595.0, 4576.0, 4588.0, 4589.0, 4589.0, 4599.0, 4589.0, 4589.0, 4590.0, 4609.0, 4591.0, 4620.0, 4601.0, 4591.0, 4601.0, 4600.0, 4612.0, 4580.0, 4610.0, 4591.0, 4598.0, 4599.0, 4557.0, 4598.0, 4596.0, 4597.0, 4595.0, 4608.0, 4589.0, 4590.0, 4595.0, 4589.0, 4600.0, 4598.0, 4578.0, 4597.0, 4577.0, 4597.0, 4599.0, 4588.0, 4598.0, 4586.0, 4595.0, 4576.0, 4595.0, 4574.0, 4565.0, 4574.0, 4563.0, 4587.0, 4584.0, 4594.0, 4576.0, 4606.0, 4577.0, 4585.0, 4564.0, 4575.0, 4586.0, 4577.0, 4598.0, 4611.0, 4618.0, 4590.0, 4590.0, 4611.0, 4591.0, 4632.0, 4598.0, 4613.0, 4590.0, 4609.0, 4599.0, 4579.0, 4589.0, 4591.0, 4609.0], 'WindowWidth': [10181.0, 10131.0, 10089.0, 10091.0, 10064.0, 10095.0, 10047.0, 10043.0, 10047.0, 10028.0, 10093.0, 10074.0, 10101.0, 10049.0, 10071.0, 10045.0, 10055.0, 10058.0, 10054.0, 10105.0, 10124.0, 10109.0, 10027.0, 10061.0, 10046.0, 10012.0, 10060.0, 10053.0, 10083.0, 10056.0, 10074.0, 10077.0, 10061.0, 10067.0, 10037.0, 10062.0, 10036.0, 10089.0, 10046.0, 10073.0, 10030.0, 10016.0, 10063.0, 10027.0, 10055.0, 10034.0, 10097.0, 10029.0, 10054.0, 10018.0, 10036.0, 10042.0, 10028.0, 10082.0, 10033.0, 10083.0, 10046.0, 10024.0, 10070.0, 10020.0, 10084.0, 10057.0, 10057.0, 10034.0, 10041.0, 10045.0, 10056.0, 10058.0, 10059.0, 10058.0, 10044.0, 10057.0, 10088.0, 10053.0, 10080.0, 10088.0, 10047.0, 10061.0, 10058.0, 10069.0, 10091.0, 10076.0, 10102.0, 10069.0, 10082.0, 10030.0, 10050.0, 10031.0, 10064.0, 10077.0, 10073.0, 10059.0, 10019.0, 10057.0, 10019.0, 10044.0, 10009.0, 10070.0, 10022.0, 10031.0, 10038.0, 10040.0, 10032.0, 10018.0, 10059.0, 10042.0, 10029.0, 10034.0, 10006.0, 10034.0, 10021.0, 10044.0, 10034.0, 10029.0, 10030.0, 10016.0, 10047.0, 10022.0, 10041.0, 10015.0, 10035.0, 10000.0, 10005.0, 10029.0, 10005.0, 10056.0, 10047.0, 10022.0, 10060.0, 10044.0, 10061.0, 10050.0, 10052.0, 10024.0, 10013.0, 10043.0, 10025.0, 10054.0, 10049.0, 10013.0, 10066.0, 10027.0, 10058.0, 10052.0, 10052.0, 10042.0, 10037.0, 10041.0, 10068.0, 10056.0, 10071.0, 10039.0, 10066.0, 10056.0, 10086.0, 10062.0, 10072.0, 10085.0, 10038.0, 10084.0, 10060.0, 10052.0, 10063.0, 10053.0, 10101.0, 10069.0, 10059.0, 10086.0, 10042.0, 10094.0, 10051.0, 10094.0, 10030.0, 10037.0, 10060.0, 10027.0, 10077.0, 10065.0, 10055.0, 10093.0, 10027.0, 10064.0, 10049.0, 10045.0, 10064.0, 10014.0, 10039.0, 10035.0, 10039.0, 10012.0, 10061.0, 10052.0, 10036.0, 10079.0, 10044.0, 10071.0, 10051.0, 10035.0, 10065.0, 10053.0, 10061.0, 10052.0, 10055.0, 10070.0, 10054.0, 10112.0, 10068.0, 10057.0, 10044.0, 10046.0, 10061.0, 10038.0, 10043.0, 10048.0, 10055.0, 10048.0, 10046.0, 10063.0, 10053.0, 10065.0, 10032.0, 10081.0, 10032.0, 10054.0, 10082.0, 10053.0, 10099.0, 10087.0, 10058.0, 10080.0, 10058.0, 10081.0, 10029.0, 10044.0, 10056.0, 10063.0, 10036.0, 10034.0, 10058.0, 10024.0, 10059.0, 10071.0, 10032.0, 10035.0, 10032.0, 10057.0, 10043.0, 10054.0, 10024.0, 9992.0, 10045.0, 10033.0, 10058.0, 10024.0, 10036.0, 10058.0, 10018.0, 10054.0, 10029.0, 10033.0, 10006.0, 10022.0, 10045.0, 9991.0, 10055.0, 10028.0, 10020.0, 10008.0, 10023.0, 10045.0, 10033.0, 10062.0, 10040.0, 10045.0, 10044.0, 10044.0, 10043.0, 10021.0, 10060.0, 10028.0, 10053.0, 10029.0, 10033.0, 10063.0, 10050.0, 10081.0, 10031.0, 10030.0, 10068.0, 10038.0, 10086.0, 10056.0, 10062.0, 10049.0, 10036.0, 10047.0, 10040.0, 10081.0, 10054.0, 10080.0, 10069.0, 10039.0, 10058.0, 10048.0, 10080.0, 10052.0, 10077.0, 10061.0, 9997.0, 10024.0, 10048.0, 10059.0, 10050.0, 10059.0, 10049.0, 10036.0, 10025.0, 10032.0, 10060.0, 10027.0, 10036.0, 10040.0, 10040.0, 10021.0, 9989.0, 10049.0, 10047.0, 10072.0, 10047.0, 10039.0, 10047.0, 10036.0, 10042.0, 10042.0, 10057.0, 10000.0, 10020.0, 10031.0, 10029.0, 10024.0, 10034.0, 10080.0, 10049.0, 10075.0, 10046.0, 10034.0, 10048.0, 10011.0, 10072.0, 10043.0, 10057.0, 10040.0, 10013.0, 10020.0, 10031.0, 10061.0, 10024.0, 10060.0, 10061.0, 10051.0, 10059.0, 10050.0, 10079.0, 10046.0, 10053.0, 10067.0, 10056.0, 10067.0, 10052.0, 10040.0, 10041.0, 10025.0, 10061.0, 10047.0, 10026.0, 10050.0, 10035.0, 10079.0, 10029.0, 10073.0, 10048.0, 10020.0, 10038.0, 10027.0, 10036.0, 10054.0, 10031.0, 10043.0, 10020.0, 10035.0, 10005.0, 10056.0, 10032.0, 10040.0, 10034.0, 9989.0, 10015.0, 10008.0, 10052.0, 10025.0, 10041.0, 10044.0, 10025.0, 10019.0, 10014.0, 10035.0, 10020.0, 10057.0, 10027.0, 10041.0, 10020.0, 10036.0, 10005.0, 10045.0, 10009.0, 10020.0, 10045.0, 10007.0, 10058.0, 10013.0, 10035.0, 10052.0, 10051.0, 10044.0, 10063.0, 10064.0, 10031.0, 10012.0, 10033.0, 10036.0, 10044.0, 10058.0, 10082.0, 10054.0, 10043.0, 10071.0, 10044.0, 10085.0, 10065.0, 10080.0, 10028.0, 10053.0, 10053.0, 10019.0, 10042.0, 10050.0, 10081.0, 10054.0, 10086.0, 10023.0, 10003.0, 10037.0, 10021.0, 10056.0, 10027.0, 10030.0, 10043.0, 10048.0, 10030.0, 10046.0, 10018.0, 10013.0, 10016.0, 10000.0, 10040.0, 10028.0, 10055.0, 10047.0, 10030.0, 10042.0, 10026.0, 10054.0, 10025.0, 10041.0, 10012.0, 10044.0, 10026.0, 10015.0, 10027.0, 10021.0, 10025.0, 10045.0, 10037.0, 10047.0, 10038.0, 10015.0, 10061.0, 10048.0, 10062.0, 10029.0, 10023.0, 10026.0, 10046.0, 10046.0, 10031.0, 10069.0, 10052.0, 10078.0, 10052.0, 10031.0, 10071.0, 10061.0, 10103.0, 10064.0, 10080.0, 10073.0, 10061.0, 10051.0, 10048.0, 10101.0, 10067.0, 10058.0, 10068.0, 10056.0, 10095.0, 10055.0, 10085.0, 10047.0, 10090.0, 10007.0, 10019.0, 10021.0, 10017.0, 10050.0, 10046.0, 10060.0, 10046.0, 10042.0, 10047.0, 10019.0, 10022.0, 10029.0, 10033.0, 10026.0, 10054.0, 10028.0, 10015.0, 10020.0, 10033.0, 10053.0, 10047.0, 10058.0, 10038.0, 10021.0, 10060.0, 10006.0, 10085.0, 10046.0, 10071.0, 10043.0, 9995.0, 10022.0, 10023.0, 10053.0, 10025.0, 10052.0, 10022.0, 10020.0, 10043.0, 10046.0, 10063.0, 10050.0, 10047.0, 10061.0, 10048.0, 10074.0, 10046.0, 10078.0, 10045.0, 10080.0, 10022.0, 9978.0, 10017.0, 10008.0, 10061.0, 10049.0, 10023.0, 10024.0, 10031.0, 10037.0, 10047.0, 10061.0, 10048.0, 10038.0, 10010.0, 10053.0, 10016.0, 9993.0, 10021.0, 10019.0, 10037.0, 10051.0, 10049.0, 10031.0, 10034.0, 10069.0, 10048.0, 10064.0, 10057.0, 10085.0, 10050.0, 10044.0, 10047.0, 10054.0, 10068.0, 10024.0, 10082.0, 10030.0, 10079.0, 10031.0, 10066.0, 10034.0, 10082.0, 10071.0, 10041.0, 10045.0, 10036.0, 10036.0, 10054.0, 10090.0, 10089.0, 10096.0, 10069.0, 10055.0, 10068.0, 10081.0, 10053.0, 10061.0, 10026.0, 10053.0, 10019.0, 10055.0, 10043.0, 10039.0, 10040.0, 10002.0, 10037.0, 9978.0, 10021.0, 10027.0, 10023.0, 10015.0, 10043.0, 10024.0, 10025.0, 10012.0, 10038.0, 10012.0, 10040.0, 10028.0, 10032.0, 10034.0, 10034.0, 10067.0, 10038.0, 10079.0, 10050.0, 10056.0, 10050.0, 10040.0, 10021.0, 10079.0, 10024.0, 10063.0, 10020.0, 10041.0, 10035.0, 10039.0, 10051.0, 10050.0, 10066.0, 10011.0, 10062.0, 10039.0, 10057.0, 10034.0, 10059.0, 10029.0, 10037.0, 10032.0, 10008.0, 10050.0, 10047.0, 10064.0, 10049.0, 10076.0, 10048.0, 10063.0, 10048.0, 10065.0, 10053.0, 10065.0, 10080.0, 10025.0, 10057.0, 10022.0, 10065.0, 10036.0, 10073.0, 10040.0, 10036.0, 10006.0, 10028.0, 10023.0, 10022.0, 10041.0, 10047.0, 10061.0, 10022.0, 10050.0, 10008.0, 10066.0, 10018.0, 10033.0, 10022.0, 10016.0, 10001.0, 10026.0, 10022.0, 10058.0, 10026.0, 10022.0, 10040.0, 10034.0, 10052.0, 10050.0, 10067.0, 10026.0, 10075.0, 10012.0, 10057.0, 10027.0, 10077.0, 10053.0, 10051.0, 10064.0, 10035.0, 10064.0, 10029.0, 10082.0, 10046.0, 10083.0, 10030.0, 10043.0, 10053.0, 10053.0, 10063.0, 10045.0, 10066.0, 10062.0, 10052.0, 10037.0, 10040.0, 10033.0, 10059.0, 10056.0, 10053.0, 10070.0, 10070.0, 10083.0, 10066.0, 10103.0, 10057.0, 10059.0, 10051.0, 10028.0, 10064.0, 10055.0, 10058.0, 10016.0, 10079.0, 10055.0, 10093.0, 10032.0, 10053.0, 10061.0, 10055.0, 10000.0, 10062.0, 10047.0, 10053.0, 10014.0, 10076.0, 10030.0, 10069.0, 10045.0, 10041.0, 10055.0, 10014.0, 10063.0, 10036.0, 10077.0, 10066.0, 10060.0, 10033.0, 10056.0, 10028.0, 10047.0, 10040.0, 10035.0, 10065.0, 10034.0, 10051.0, 10057.0, 10058.0, 10046.0, 10036.0, 10048.0, 10052.0, 10059.0, 10064.0, 10041.0, 10018.0, 10036.0, 10047.0, 10130.0, 10098.0, 10093.0, 10092.0, 10066.0, 10036.0, 10087.0, 10105.0, 10055.0, 10072.0, 10053.0, 10044.0, 10059.0, 10070.0, 10063.0, 10084.0, 10071.0, 10070.0, 10078.0, 10082.0, 10087.0, 10048.0, 10078.0, 10027.0, 10040.0, 10000.0, 10007.0, 9997.0, 9970.0, 10036.0, 10006.0, 10014.0, 10010.0, 10044.0, 10013.0, 9979.0, 10031.0, 10049.0, 10065.0, 10043.0, 10042.0, 10044.0, 10055.0, 10069.0, 10025.0, 10060.0, 10052.0, 10045.0, 10078.0, 10069.0, 10069.0, 10075.0, 10036.0, 10065.0, 10057.0, 10095.0, 10049.0, 10046.0, 10063.0, 10086.0, 10101.0, 10047.0, 10044.0, 10076.0, 10081.0, 10081.0, 10033.0, 10060.0, 10055.0, 10038.0, 10054.0, 10037.0, 10052.0, 10028.0, 10056.0, 10031.0, 10037.0, 10063.0, 10065.0, 10054.0, 10029.0, 10093.0, 10067.0, 10076.0, 10038.0, 10017.0, 10058.0, 10061.0, 10077.0, 10053.0, 10024.0, 10054.0, 10061.0, 10063.0, 10070.0, 10098.0, 10050.0, 10082.0, 10069.0, 10031.0, 10048.0, 10068.0, 10073.0, 10097.0, 10069.0, 10016.0, 10056.0, 10066.0, 10083.0, 10067.0, 10081.0, 10078.0, 10071.0, 10055.0, 10019.0, 10047.0, 10047.0, 10088.0, 10075.0, 10100.0, 10076.0, 10036.0, 10085.0, 10073.0, 10081.0, 10062.0, 10101.0, 10049.0, 10049.0, 10062.0, 10071.0, 10104.0, 10087.0, 10100.0, 10056.0, 10045.0, 10062.0, 10085.0, 10105.0, 10065.0, 10097.0, 10068.0, 10065.0, 10066.0, 10041.0, 10061.0, 10049.0, 10076.0, 10026.0, 10052.0, 10037.0, 10033.0, 10031.0, 10058.0, 10078.0, 10047.0, 10071.0, 10050.0, 10044.0, 10016.0, 10042.0, 10050.0, 10065.0, 10053.0, 10048.0, 10038.0, 10014.0, 10027.0, 10038.0, 10080.0, 10035.0, 10082.0, 10071.0, 10043.0, 10085.0, 10049.0, 10079.0, 10059.0, 10086.0, 10053.0, 10055.0, 10054.0, 10062.0, 10057.0, 10039.0, 10099.0, 10046.0, 10068.0, 10085.0, 10057.0, 10062.0, 10081.0, 10078.0, 10034.0, 10073.0, 10081.0, 10069.0, 10059.0, 10064.0, 10100.0, 10060.0, 10097.0, 10064.0, 10090.0, 10063.0, 10089.0, 10069.0, 10067.0, 10044.0, 10082.0, 10048.0, 10027.0, 10065.0, 10026.0, 10056.0, 10053.0, 10057.0, 10083.0, 10050.0, 10069.0, 10078.0, 10113.0, 10097.0, 10088.0, 10103.0, 10135.0, 10082.0, 10105.0, 10090.0, 10099.0, 10054.0, 10095.0, 10076.0, 10088.0, 10035.0, 10021.0, 10035.0, 10022.0, 10087.0, 10134.0, 10117.0, 10051.0, 10064.0, 10064.0, 10045.0, 10097.0, 10080.0, 10069.0, 10073.0, 10061.0, 10054.0, 10003.0, 10051.0, 10028.0, 10068.0, 10031.0, 10070.0, 10067.0, 10066.0, 10004.0, 9993.0, 10015.0, 10002.0, 10049.0, 9989.0, 10024.0, 10029.0, 10040.0, 10002.0, 10016.0, 10030.0, 9987.0, 10010.0, 10021.0, 10033.0, 9988.0, 10018.0, 10012.0, 10044.0, 9991.0, 10042.0, 10024.0, 10041.0, 10016.0, 9995.0, 10011.0, 10023.0, 10047.0, 10012.0, 10060.0, 10034.0, 10066.0, 10038.0, 10069.0, 10021.0, 10041.0, 10058.0, 10026.0, 10070.0, 10044.0, 10065.0, 10024.0, 10060.0, 10062.0, 10034.0, 10076.0, 10030.0, 10058.0, 10084.0, 10082.0, 10061.0, 10079.0, 10071.0, 10052.0, 10092.0, 10044.0, 10081.0, 10080.0, 10015.0, 10072.0, 10076.0, 10068.0, 10081.0, 10084.0, 10069.0, 10029.0, 10076.0, 10067.0, 10081.0, 10085.0, 10072.0, 10063.0, 10081.0, 10100.0, 10069.0, 10083.0, 10082.0, 10058.0, 10099.0, 10069.0, 10109.0, 10069.0, 10055.0, 10086.0, 10088.0, 10079.0, 10064.0, 10050.0, 10077.0, 10050.0, 10099.0, 10091.0, 10103.0, 10066.0, 10086.0, 10084.0, 10049.0, 10058.0, 10079.0, 10103.0, 10101.0, 10084.0, 10070.0, 10080.0, 10055.0, 10101.0, 10099.0, 10067.0, 10049.0, 10090.0, 10024.0, 10074.0, 10074.0, 10081.0, 10064.0, 10033.0, 10072.0, 10056.0, 10069.0, 10072.0, 10077.0, 10043.0, 10069.0, 10026.0, 10063.0, 10040.0, 10059.0, 10027.0, 10036.0, 10053.0, 10041.0, 10066.0, 10085.0, 10101.0, 10070.0, 10090.0, 10084.0, 10052.0, 10054.0, 10014.0, 10097.0, 10081.0, 10076.0, 10046.0, 10072.0, 10028.0, 10072.0, 10041.0, 10060.0, 10070.0, 10067.0, 10080.0, 10069.0, 10061.0, 10072.0, 10096.0, 10075.0, 10114.0, 10089.0, 10068.0, 10089.0, 10085.0, 10102.0, 10050.0, 10101.0, 10072.0, 10073.0, 10080.0, 10015.0, 10078.0, 10074.0, 10077.0, 10073.0, 10092.0, 10067.0, 10068.0, 10073.0, 10068.0, 10084.0, 10081.0, 10052.0, 10071.0, 10050.0, 10076.0, 10082.0, 10067.0, 10079.0, 10059.0, 10071.0, 10044.0, 10070.0, 10034.0, 10024.0, 10036.0, 10018.0, 10059.0, 10046.0, 10066.0, 10046.0, 10087.0, 10048.0, 10056.0, 10020.0, 10041.0, 10059.0, 10051.0, 10080.0, 10103.0, 10112.0, 10066.0, 10066.0, 10104.0, 10071.0, 10137.0, 10083.0, 10107.0, 10072.0, 10096.0, 10080.0, 10054.0, 10062.0, 10072.0, 10097.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.0031126234567901236</td></tr>
<tr><td colspan=3>aqi</td><td>0.025926924691358023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.903677412208445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2079440471042475</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0226197283706562</td></tr>
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
<tr><td colspan=3>fber</td><td>6512.4453</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06889321028267639</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7716049382716049</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4461763907466776</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3554983983859965</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.738997480151757</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2440332937022793</td></tr>
<tr><td colspan=3>gcor</td><td>0.00620306</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016392745077610016</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028422841802239418</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.009325073685203</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.9523</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.5373</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>782.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.8466</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3094</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>623.4321</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3810.965</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.164</td></tr>
<tr><td colspan=3>tsnr</td><td>37.08654008049052</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>