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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0041_suffix-bold_task-fractional" 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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-01_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-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-fractional_acq-mb8_run-01_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-0041/ses-04/func/sub-0041_ses-04_task-fractional_acq-mb8_run-01_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>99a0e5ce4008d4c7bd9465f1d0c1ca79</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>15:09:7.377500</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.999852, -0.0171893, 0.000972382, 0.0171033, 0.998149, 0.0583565]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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-01_task-fractional_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.104198</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7767, -7244, 441, -53, -235, -19, 81]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>19ec0740-06ed-4e1c-a332-fdf7df8bb4ae||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.6825292110443115, 0.04588695243000984, 0.005328970029950142, 110.12684631347656], [0.04611774533987045, 2.677961587905884, 0.15749430656433105, -99.40980529785156], [0.002608830574899912, -0.15656624734401703, 2.69539737701416, -49.91384506225586], [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, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['150907.377500', '150907.837500', '150908.297500', '150908.757500', '150909.217500', '150909.677500', '150910.137500', '150910.597500', '150911.057500', '150911.517500', '150911.977500', '150912.437500', '150912.897500', '150913.357500', '150913.817500', '150914.277500', '150914.737500', '150915.197500', '150915.657500', '150916.117500', '150916.577500', '150917.037500', '150917.497500', '150917.957500', '150918.417500', '150918.877500', '150919.337500', '150919.797500', '150920.257500', '150920.717500', '150921.177500', '150921.637500', '150922.097500', '150922.557500', '150923.017500', '150923.477500', '150923.937500', '150924.397500', '150924.857500', '150925.317500', '150925.777500', '150926.237500', '150926.697500', '150927.157500', '150927.617500', '150928.077500', '150928.537500', '150928.997500', '150929.457500', '150929.917500', '150930.377500', '150930.837500', '150931.297500', '150931.757500', '150932.217500', '150932.677500', '150933.137500', '150933.597500', '150934.057500', '150934.517500', '150934.977500', '150935.437500', '150935.897500', '150936.357500', '150936.817500', '150937.277500', '150937.737500', '150938.197500', '150938.657500', '150939.117500', '150939.577500', '150940.037500', '150940.497500', '150940.957500', '150941.417500', '150941.877500', '150942.337500', '150942.797500', '150943.257500', '150943.717500', '150944.177500', '150944.637500', '150945.097500', '150945.557500', '150946.017500', '150946.477500', '150946.937500', '150947.397500', '150947.857500', '150948.317500', '150948.777500', '150949.237500', '150949.697500', '150950.157500', '150950.617500', '150951.077500', '150951.537500', '150951.997500', '150952.457500', '150952.917500', '150953.377500', '150953.837500', '150954.297500', '150954.757500', '150955.217500', '150955.677500', '150956.137500', '150956.597500', '150957.057500', '150957.517500', '150957.977500', '150958.437500', '150958.897500', '150959.357500', '150959.817500', '151000.277500', '151000.737500', '151001.197500', '151001.657500', '151002.117500', '151002.577500', '151003.037500', '151003.497500', '151003.957500', '151004.417500', '151004.877500', '151005.337500', '151005.797500', '151006.257500', '151006.717500', '151007.177500', '151007.637500', '151008.097500', '151008.557500', '151009.017500', '151009.477500', '151009.937500', '151010.397500', '151010.857500', '151011.317500', '151011.777500', '151012.237500', '151012.697500', '151013.157500', '151013.617500', '151014.077500', '151014.537500', '151014.997500', '151015.457500', '151015.917500', '151016.377500', '151016.837500', '151017.297500', '151017.757500', '151018.217500', '151018.677500', '151019.137500', '151019.597500', '151020.057500', '151020.517500', '151020.977500', '151021.437500', '151021.897500', '151022.357500', '151022.817500', '151023.277500', '151023.737500', '151024.197500', '151024.657500', '151025.117500', '151025.577500', '151026.037500', '151026.497500', '151026.957500', '151027.417500', '151027.877500', '151028.337500', '151028.797500', '151029.257500', '151029.717500', '151030.177500', '151030.637500', '151031.097500', '151031.557500', '151032.017500', '151032.477500', '151032.937500', '151033.397500', '151033.857500', '151034.317500', '151034.777500', '151035.237500', '151035.697500', '151036.157500', '151036.617500', '151037.077500', '151037.537500', '151037.997500', '151038.457500', '151038.917500', '151039.377500', '151039.837500', '151040.297500', '151040.757500', '151041.217500', '151041.677500', '151042.137500', '151042.597500', '151043.057500', '151043.517500', '151043.977500', '151044.437500', '151044.897500', '151045.357500', '151045.817500', '151046.277500', '151046.737500', '151047.197500', '151047.657500', '151048.117500', '151048.577500', '151049.037500', '151049.497500', '151049.957500', '151050.417500', '151050.877500', '151051.337500', '151051.797500', '151052.257500', '151052.717500', '151053.177500', '151053.637500', '151054.097500', '151054.557500', '151055.017500', '151055.477500', '151055.937500', '151056.397500', '151056.857500', '151057.317500', '151057.777500', '151058.237500', '151058.697500', '151059.157500', '151059.617500', '151100.077500', '151100.537500', '151100.997500', '151101.457500', '151101.917500', '151102.377500', '151102.837500', '151103.297500', '151103.757500', '151104.217500', '151104.677500', '151105.137500', '151105.597500', '151106.057500', '151106.517500', '151106.977500', '151107.437500', '151107.897500', '151108.357500', '151108.817500', '151109.277500', '151109.737500', '151110.197500', '151110.657500', '151111.117500', '151111.577500', '151112.037500', '151112.497500', '151112.957500', '151113.417500', '151113.877500', '151114.337500', '151114.797500', '151115.257500', '151115.717500', '151116.177500', '151116.637500', '151117.097500', '151117.557500', '151118.017500', '151118.477500', '151118.937500', '151119.397500', '151119.857500', '151120.317500', '151120.777500', '151121.237500', '151121.697500', '151122.157500', '151122.617500', '151123.077500', '151123.537500', '151123.997500', '151124.457500', '151124.917500', '151125.377500', '151125.837500', '151126.297500', '151126.757500', '151127.217500', '151127.677500', '151128.137500', '151128.597500', '151129.057500', '151129.517500', '151129.977500', '151130.437500', '151130.897500', '151131.357500', '151131.817500', '151132.277500', '151132.737500', '151133.197500', '151133.657500', '151134.117500', '151134.577500', '151135.037500', '151135.497500', '151135.957500', '151136.417500', '151136.877500', '151137.337500', '151137.797500', '151138.257500', '151138.717500', '151139.177500', '151139.637500', '151140.097500', '151140.557500', '151141.017500', '151141.477500', '151141.937500', '151142.397500', '151142.857500', '151143.317500', '151143.777500', '151144.237500', '151144.697500', '151145.157500', '151145.617500', '151146.077500', '151146.537500', '151146.997500', '151147.457500', '151147.917500', '151148.377500', '151148.837500', '151149.297500', '151149.757500', '151150.217500', '151150.677500', '151151.137500', '151151.597500', '151152.057500', '151152.517500', '151152.977500', '151153.437500', '151153.897500', '151154.357500', '151154.817500', '151155.277500', '151155.737500', '151156.197500', '151156.657500', '151157.117500', '151157.577500', '151158.037500', '151158.497500', '151158.957500', '151159.417500', '151159.877500', '151200.337500', '151200.797500', '151201.257500', '151201.717500', '151202.177500', '151202.637500', '151203.097500', '151203.557500', '151204.017500', '151204.477500', '151204.937500', '151205.397500', '151205.857500', '151206.317500', '151206.777500', '151207.237500', '151207.697500', '151208.157500', '151208.617500', '151209.077500', '151209.537500', '151209.997500', '151210.457500', '151210.917500', '151211.377500', '151211.837500', '151212.297500', '151212.757500', '151213.217500', '151213.677500', '151214.137500', '151214.597500', '151215.057500', '151215.517500', '151215.977500', '151216.437500', '151216.897500', '151217.357500', '151217.817500', '151218.277500', '151218.737500', '151219.197500', '151219.657500', '151220.117500', '151220.577500', '151221.037500', '151221.497500', '151221.957500', '151222.417500', '151222.877500', '151223.337500', '151223.797500', '151224.257500', '151224.717500', '151225.177500', '151225.637500', '151226.097500', '151226.557500', '151227.017500', '151227.477500', '151227.937500', '151228.397500', '151228.857500', '151229.317500', '151229.777500', '151230.237500', '151230.697500', '151231.157500', '151231.617500', '151232.077500', '151232.537500', '151232.997500', '151233.457500', '151233.917500', '151234.377500', '151234.837500', '151235.297500', '151235.757500', '151236.217500', '151236.677500', '151237.137500', '151237.597500', '151238.057500', '151238.517500', '151238.977500', '151239.437500', '151239.897500', '151240.357500', '151240.817500', '151241.277500', '151241.737500', '151242.197500', '151242.657500', '151243.117500', '151243.577500', '151244.037500', '151244.497500', '151244.957500', '151245.417500', '151245.877500', '151246.337500', '151246.797500', '151247.257500', '151247.717500', '151248.177500', '151248.637500', '151249.097500', '151249.557500', '151250.017500', '151250.477500', '151250.937500', '151251.397500', '151251.857500', '151252.317500', '151252.777500', '151253.237500', '151253.697500', '151254.157500', '151254.617500', '151255.077500', '151255.537500', '151255.997500', '151256.457500', '151256.917500', '151257.377500', '151257.837500', '151258.297500', '151258.757500', '151259.217500', '151259.677500', '151300.137500', '151300.597500', '151301.057500', '151301.517500', '151301.977500', '151302.437500', '151302.897500', '151303.357500', '151303.817500', '151304.277500', '151304.737500', '151305.197500', '151305.657500', '151306.117500', '151306.577500', '151307.037500', '151307.497500', '151307.957500', '151308.417500', '151308.877500', '151309.337500', '151309.797500', '151310.257500', '151310.717500', '151311.177500', '151311.637500', '151312.097500', '151312.557500', '151313.017500', '151313.477500', '151313.937500', '151314.397500', '151314.857500', '151315.317500', '151315.777500', '151316.237500', '151316.697500', '151317.157500', '151317.617500', '151318.077500', '151318.537500', '151318.997500', '151319.457500', '151319.917500', '151320.377500', '151320.837500', '151321.297500', '151321.757500', '151322.217500', '151322.677500', '151323.137500', '151323.597500', '151324.057500', '151324.517500', '151324.977500', '151325.437500', '151325.897500', '151326.357500', '151326.817500', '151327.277500', '151327.737500', '151328.197500', '151328.657500', '151329.117500', '151329.577500', '151330.037500', '151330.497500', '151330.957500', '151331.417500', '151331.877500', '151332.337500', '151332.797500', '151333.257500', '151333.717500', '151334.177500', '151334.637500', '151335.097500', '151335.557500', '151336.017500', '151336.477500', '151336.937500', '151337.397500', '151337.857500', '151338.317500', '151338.777500', '151339.237500', '151339.697500', '151340.157500', '151340.617500', '151341.077500', '151341.537500', '151341.997500', '151342.457500', '151342.917500', '151343.377500', '151343.837500', '151344.297500', '151344.757500', '151345.217500', '151345.677500', '151346.137500', '151346.597500', '151347.057500', '151347.517500', '151347.977500', '151348.437500', '151348.897500', '151349.357500', '151349.817500', '151350.277500', '151350.737500', '151351.197500', '151351.657500', '151352.117500', '151352.577500', '151353.037500', '151353.497500', '151353.957500', '151354.417500', '151354.877500', '151355.337500', '151355.797500', '151356.257500', '151356.717500', '151357.177500', '151357.637500', '151358.097500', '151358.557500', '151359.017500', '151359.477500', '151359.937500', '151400.397500', '151400.857500', '151401.317500', '151401.777500', '151402.237500', '151402.697500', '151403.157500', '151403.617500', '151404.077500', '151404.537500', '151404.997500', '151405.457500', '151405.917500', '151406.377500', '151406.837500', '151407.297500', '151407.757500', '151408.217500', '151408.677500', '151409.137500', '151409.597500', '151410.057500', '151410.517500', '151410.977500', '151411.437500', '151411.897500', '151412.357500', '151412.817500', '151413.277500', '151413.737500', '151414.197500', '151414.657500', '151415.117500', '151415.577500', '151416.037500', '151416.497500', '151416.957500', '151417.417500', '151417.877500', '151418.337500', '151418.797500', '151419.257500', '151419.717500', '151420.177500', '151420.637500', '151421.097500', '151421.557500', '151422.017500', '151422.477500', '151422.937500', '151423.397500', '151423.857500', '151424.317500', '151424.777500', '151425.237500', '151425.697500', '151426.157500', '151426.617500', '151427.077500', '151427.537500', '151427.997500', '151428.457500', '151428.917500', '151429.377500', '151429.837500', '151430.297500', '151430.757500', '151431.217500', '151431.677500', '151432.137500', '151432.597500', '151433.057500', '151433.517500', '151433.977500', '151434.437500', '151434.897500', '151435.357500', '151435.817500', '151436.277500', '151436.737500', '151437.197500', '151437.657500', '151438.117500', '151438.577500', '151439.037500', '151439.497500', '151439.957500', '151440.417500', '151440.877500', '151441.337500', '151441.797500', '151442.257500', '151442.717500', '151443.177500', '151443.637500', '151444.097500', '151444.557500', '151445.017500', '151445.477500', '151445.937500', '151446.397500', '151446.857500', '151447.317500', '151447.777500', '151448.237500', '151448.697500', '151449.157500', '151449.617500', '151450.077500', '151450.537500', '151450.997500', '151451.457500', '151451.917500', '151452.377500', '151452.837500', '151453.297500', '151453.757500', '151454.217500', '151454.677500', '151455.137500', '151455.597500', '151456.057500', '151456.517500', '151456.977500', '151457.437500', '151457.897500', '151458.357500', '151458.817500', '151459.277500', '151459.737500', '151500.197500', '151500.657500', '151501.117500', '151501.577500', '151502.037500', '151502.497500', '151502.957500', '151503.417500', '151503.877500', '151504.337500', '151504.797500', '151505.257500', '151505.717500', '151506.177500', '151506.637500', '151507.097500', '151507.557500', '151508.017500', '151508.477500', '151508.937500', '151509.397500', '151509.857500', '151510.317500', '151510.777500', '151511.237500', '151511.697500', '151512.157500', '151512.617500', '151513.077500', '151513.537500', '151513.997500', '151514.457500', '151514.917500', '151515.377500', '151515.837500', '151516.297500', '151516.757500', '151517.217500', '151517.677500', '151518.137500', '151518.597500', '151519.057500', '151519.517500', '151519.977500', '151520.437500', '151520.897500', '151521.357500', '151521.817500', '151522.277500', '151522.737500', '151523.197500', '151523.657500', '151524.117500', '151524.577500', '151525.037500', '151525.497500', '151525.957500', '151526.417500', '151526.877500', '151527.337500', '151527.797500', '151528.257500', '151528.717500', '151529.177500', '151529.637500', '151530.097500', '151530.557500', '151531.017500', '151531.477500', '151531.937500', '151532.397500', '151532.857500', '151533.317500', '151533.777500', '151534.237500', '151534.697500', '151535.157500', '151535.617500', '151536.077500', '151536.537500', '151536.997500', '151537.457500', '151537.917500', '151538.377500', '151538.837500', '151539.297500', '151539.757500', '151540.217500', '151540.677500', '151541.137500', '151541.597500', '151542.057500', '151542.517500', '151542.977500', '151543.437500', '151543.897500', '151544.357500', '151544.817500', '151545.277500', '151545.737500', '151546.197500', '151546.657500', '151547.117500', '151547.577500', '151548.037500', '151548.497500', '151548.957500', '151549.417500', '151549.877500', '151550.337500', '151550.797500', '151551.257500', '151551.717500', '151552.177500', '151552.637500', '151553.097500', '151553.557500', '151554.017500', '151554.477500', '151554.937500', '151555.397500', '151555.857500', '151556.317500', '151556.777500', '151557.237500', '151557.697500', '151558.157500', '151558.617500', '151559.077500', '151559.537500', '151559.997500', '151600.457500', '151600.917500', '151601.377500', '151601.837500', '151602.297500', '151602.757500', '151603.217500', '151603.677500', '151604.137500', '151604.597500', '151605.057500', '151605.517500', '151605.977500', '151606.437500', '151606.897500', '151607.357500', '151607.817500', '151608.277500', '151608.737500', '151609.197500', '151609.657500', '151610.117500', '151610.577500', '151611.037500', '151611.497500', '151611.957500', '151612.417500', '151612.877500', '151613.337500', '151613.797500', '151614.257500', '151614.717500', '151615.177500', '151615.637500', '151616.097500', '151616.557500', '151617.017500', '151617.477500', '151617.937500', '151618.397500', '151618.857500', '151619.317500', '151619.777500', '151620.237500', '151620.697500', '151621.157500', '151621.617500', '151622.077500', '151622.537500', '151622.997500', '151623.457500', '151623.917500', '151624.377500', '151624.837500', '151625.297500', '151625.757500', '151626.217500', '151626.677500', '151627.137500', '151627.597500', '151628.057500', '151628.517500', '151628.977500', '151629.437500', '151629.897500', '151630.357500', '151630.817500', '151631.277500', '151631.737500', '151632.197500', '151632.657500', '151633.117500', '151633.577500', '151634.037500', '151634.497500', '151634.957500', '151635.417500', '151635.877500', '151636.337500', '151636.797500', '151637.257500', '151637.717500', '151638.177500', '151638.637500', '151639.097500', '151639.557500', '151640.017500', '151640.477500', '151640.937500', '151641.397500', '151641.857500', '151642.317500', '151642.777500', '151643.237500', '151643.697500', '151644.157500', '151644.617500', '151645.077500', '151645.537500', '151645.997500', '151646.457500', '151646.917500', '151647.377500', '151647.837500', '151648.297500', '151648.757500', '151649.217500', '151649.677500', '151650.137500', '151650.597500', '151651.057500', '151651.517500', '151651.977500', '151652.437500', '151652.897500', '151653.357500', '151653.817500', '151654.277500', '151654.737500', '151655.197500', '151655.657500', '151656.117500', '151656.577500', '151657.037500', '151657.497500', '151657.957500', '151658.417500', '151658.877500', '151659.337500', '151659.797500', '151700.257500', '151700.717500', '151701.177500', '151701.637500', '151702.097500', '151702.557500', '151703.017500', '151703.477500', '151703.937500', '151704.397500', '151704.857500', '151705.317500', '151705.777500', '151706.237500', '151706.697500', '151707.157500', '151707.617500', '151708.077500', '151708.537500', '151708.997500', '151709.457500', '151709.917500', '151710.377500', '151710.837500', '151711.297500', '151711.757500', '151712.217500', '151712.677500', '151713.137500', '151713.597500', '151714.057500', '151714.517500', '151714.977500', '151715.437500', '151715.897500', '151716.357500', '151716.817500', '151717.277500', '151717.737500', '151718.197500', '151718.657500', '151719.117500', '151719.577500', '151720.037500', '151720.497500', '151720.957500', '151721.417500', '151721.877500', '151722.337500', '151722.797500', '151723.257500', '151723.717500', '151724.177500', '151724.637500', '151725.097500', '151725.557500', '151726.017500', '151726.477500', '151726.937500', '151727.397500', '151727.857500', '151728.317500', '151728.777500', '151729.237500', '151729.697500', '151730.157500', '151730.617500', '151731.077500', '151731.537500', '151731.997500', '151732.457500', '151732.917500', '151733.377500', '151733.837500', '151734.297500', '151734.757500', '151735.217500', '151735.677500', '151736.137500', '151736.597500', '151737.057500', '151737.517500', '151737.977500', '151738.437500', '151738.897500', '151739.357500', '151739.817500', '151740.277500', '151740.737500', '151741.197500', '151741.657500', '151742.117500', '151742.577500', '151743.037500', '151743.497500', '151743.957500', '151744.417500', '151744.877500', '151745.337500', '151745.797500', '151746.257500', '151746.717500', '151747.177500', '151747.637500', '151748.097500', '151748.557500', '151749.017500', '151749.477500', '151749.937500', '151750.397500', '151750.857500', '151751.317500', '151751.777500', '151752.237500', '151752.697500', '151753.157500', '151753.617500', '151754.077500', '151754.537500', '151754.997500', '151755.457500', '151755.917500', '151756.377500', '151756.837500', '151757.297500', '151757.757500', '151758.217500', '151758.677500', '151759.137500', '151759.597500', '151800.057500', '151800.517500', '151800.977500', '151801.437500', '151801.897500', '151802.357500', '151802.817500', '151803.277500', '151803.737500', '151804.197500', '151804.657500', '151805.117500', '151805.577500', '151806.037500', '151806.497500', '151806.957500', '151807.417500', '151807.877500', '151808.337500', '151808.797500', '151809.257500', '151809.717500', '151810.177500', '151810.637500', '151811.097500', '151811.557500', '151812.017500', '151812.477500', '151812.937500', '151813.397500', '151813.857500', '151814.317500', '151814.777500', '151815.237500', '151815.697500', '151816.157500', '151816.617500', '151817.077500', '151817.537500', '151817.997500', '151818.457500', '151818.917500', '151819.377500', '151819.837500', '151820.297500', '151820.757500', '151821.217500', '151821.677500', '151822.137500', '151822.597500', '151823.057500', '151823.517500', '151823.977500', '151824.437500', '151824.897500', '151825.357500', '151825.817500', '151826.277500', '151826.737500', '151827.197500', '151827.657500', '151828.117500', '151828.577500', '151829.037500', '151829.497500', '151829.957500', '151830.417500', '151830.877500', '151831.337500', '151831.797500', '151832.257500', '151832.717500', '151833.177500', '151833.637500', '151834.097500', '151834.557500', '151835.017500', '151835.477500', '151835.937500', '151836.397500', '151836.857500', '151837.317500', '151837.777500', '151838.237500', '151838.697500', '151839.157500', '151839.617500', '151840.077500', '151840.537500', '151840.997500', '151841.457500', '151841.917500', '151842.377500', '151842.837500', '151843.297500', '151843.757500', '151844.217500', '151844.677500', '151845.137500', '151845.597500', '151846.057500', '151846.517500', '151846.977500', '151847.437500', '151847.897500', '151848.357500', '151848.817500', '151849.277500', '151849.737500', '151850.197500', '151850.657500', '151851.117500', '151851.577500', '151852.037500', '151852.497500', '151852.957500', '151853.417500', '151853.877500', '151854.337500', '151854.797500', '151855.257500', '151855.717500', '151856.177500', '151856.637500', '151857.097500', '151857.557500', '151858.017500', '151858.477500', '151858.937500', '151859.397500', '151859.857500', '151900.317500', '151900.777500', '151901.237500', '151901.697500', '151902.157500', '151902.617500', '151903.077500', '151903.537500', '151903.997500', '151904.457500', '151904.917500', '151905.377500', '151905.837500', '151906.297500', '151906.757500', '151907.217500', '151907.677500', '151908.137500', '151908.597500', '151909.057500', '151909.517500', '151909.977500', '151910.437500', '151910.897500', '151911.357500', '151911.817500', '151912.277500', '151912.737500', '151913.197500', '151913.657500', '151914.117500', '151914.577500', '151915.037500'], 'ContentTime': ['150932.799000', '150932.802000', '150932.805000', '150932.808000', '150932.810000', '150932.813000', '150932.815000', '150932.818000', '150932.821000', '150932.823000', '150932.826000', '150932.828000', '150932.831000', '150932.833000', '150932.836000', '150932.839000', '150932.841000', '150932.844000', '150932.846000', '150932.849000', '150932.851000', '150932.854000', '150932.856000', '150932.859000', '150932.862000', '150932.865000', '150932.868000', '150932.871000', '150932.882000', '150932.885000', '150932.888000', '150932.890000', '150932.893000', '150932.895000', '150932.898000', '150932.900000', '150932.903000', '150932.905000', '150932.908000', '150932.910000', '150932.913000', '150932.916000', '150932.918000', '150932.921000', '150932.923000', '150932.926000', '150932.929000', '150932.931000', '150932.934000', '150932.936000', '150932.939000', '150932.942000', '150932.944000', '150952.773000', '150952.776000', '150952.779000', '150952.784000', '150952.787000', '150952.789000', '150952.792000', '150952.794000', '150952.797000', '150952.800000', '150952.802000', '150952.805000', '150952.807000', '150952.810000', '150952.812000', '150952.815000', '150952.833000', '150952.836000', '150952.838000', '150952.841000', '150952.843000', '150952.846000', '150952.848000', '150952.851000', '150952.853000', '150952.856000', '150952.859000', '150952.861000', '150952.864000', '150952.866000', '150952.869000', '150952.872000', '150952.874000', '150952.877000', '150952.879000', '150952.882000', '150952.884000', '150952.887000', '150952.889000', '150952.892000', '150952.895000', '150952.897000', '150952.900000', '150952.902000', '151012.772000', '151012.775000', '151012.778000', '151012.780000', '151012.783000', '151012.786000', '151012.788000', '151012.791000', '151012.793000', '151012.796000', '151012.799000', '151012.801000', '151012.804000', '151012.806000', '151012.809000', '151012.812000', '151012.814000', '151012.817000', '151012.819000', '151012.822000', '151012.824000', '151012.827000', '151012.830000', '151012.832000', '151012.835000', '151012.838000', '151012.841000', '151012.844000', '151012.847000', '151012.849000', '151012.852000', '151012.854000', '151012.857000', '151012.860000', '151012.862000', '151012.865000', '151012.867000', '151012.870000', '151012.872000', '151012.875000', '151012.878000', '151012.880000', '151012.883000', '151032.772000', '151032.775000', '151032.778000', '151032.780000', '151032.783000', '151032.793000', '151032.795000', '151032.798000', '151032.801000', '151032.803000', '151032.806000', '151032.808000', '151032.811000', '151032.814000', '151032.816000', '151032.819000', '151032.822000', '151032.824000', '151032.827000', '151032.829000', '151032.832000', '151032.834000', '151032.837000', '151032.840000', '151032.842000', '151032.845000', '151032.847000', '151032.850000', '151032.852000', '151032.855000', '151032.858000', '151032.860000', '151032.863000', '151032.865000', '151032.868000', '151032.870000', '151032.873000', '151032.876000', '151032.878000', '151032.881000', '151032.883000', '151032.886000', '151032.888000', '151032.891000', '151052.772000', '151052.775000', '151052.778000', '151052.780000', '151052.783000', '151052.785000', '151052.788000', '151052.790000', '151052.793000', '151052.796000', '151052.798000', '151052.801000', '151052.803000', '151052.806000', '151052.809000', '151052.811000', '151052.814000', '151052.816000', '151052.819000', '151052.821000', '151052.824000', '151052.827000', '151052.829000', '151052.832000', '151052.834000', '151052.837000', '151052.839000', '151052.842000', '151052.844000', '151052.847000', '151052.849000', '151052.852000', '151052.855000', '151052.857000', '151052.860000', '151052.862000', '151052.865000', '151052.867000', '151052.870000', '151052.873000', '151052.878000', '151052.881000', '151052.884000', '151112.773000', '151112.776000', '151112.779000', '151112.781000', '151112.784000', '151112.787000', '151112.789000', '151112.792000', '151112.794000', '151112.797000', '151112.821000', '151112.823000', '151112.826000', '151112.829000', '151112.831000', '151112.834000', '151112.836000', '151112.839000', '151112.841000', '151112.844000', '151112.846000', '151112.849000', '151112.852000', '151112.854000', '151112.857000', '151112.859000', '151112.862000', '151112.865000', '151112.867000', '151112.870000', '151112.872000', '151112.875000', '151112.877000', '151112.880000', '151112.882000', '151112.885000', '151112.893000', '151112.895000', '151112.898000', '151112.901000', '151112.903000', '151112.906000', '151112.909000', '151112.911000', '151132.773000', '151132.776000', '151132.779000', '151132.781000', '151132.784000', '151132.786000', '151132.789000', '151132.792000', '151132.794000', '151132.797000', '151132.799000', '151132.813000', '151132.815000', '151132.818000', '151132.821000', '151132.823000', '151132.826000', '151132.828000', '151132.831000', '151132.833000', '151132.836000', '151132.839000', '151132.841000', '151132.844000', '151132.846000', '151132.849000', '151132.851000', '151132.854000', '151132.856000', '151132.859000', '151132.862000', '151132.864000', '151132.867000', '151132.869000', '151132.872000', '151132.874000', '151132.877000', '151132.879000', '151132.882000', '151132.885000', '151132.887000', '151132.890000', '151132.892000', '151152.773000', '151152.776000', '151152.779000', '151152.782000', '151152.784000', '151152.787000', '151152.789000', '151152.792000', '151152.794000', '151152.797000', '151152.838000', '151152.840000', '151152.843000', '151152.846000', '151152.848000', '151152.851000', '151152.853000', '151152.856000', '151152.859000', '151152.861000', '151152.873000', '151152.875000', '151152.878000', '151152.881000', '151152.883000', '151152.886000', '151152.889000', '151152.891000', '151152.894000', '151152.896000', '151152.899000', '151152.902000', '151152.904000', '151152.907000', '151152.909000', '151152.912000', '151152.915000', '151152.917000', '151152.920000', '151152.923000', '151152.925000', '151152.928000', '151152.930000', '151152.933000', '151212.773000', '151212.776000', '151212.779000', '151212.782000', '151212.784000', '151212.787000', '151212.789000', '151212.792000', '151212.794000', '151212.797000', '151212.842000', '151212.845000', '151212.847000', '151212.850000', '151212.853000', '151212.855000', '151212.858000', '151212.860000', '151212.863000', '151212.865000', '151212.868000', '151212.871000', '151212.873000', '151212.876000', '151212.881000', '151212.884000', '151212.887000', '151212.889000', '151212.892000', '151212.894000', '151212.897000', '151212.899000', '151212.902000', '151212.905000', '151212.907000', '151212.910000', '151212.913000', '151212.915000', '151212.918000', '151212.921000', '151212.923000', '151212.926000', '151212.928000', '151232.772000', '151232.775000', '151232.778000', '151232.780000', '151232.783000', '151232.786000', '151232.788000', '151232.791000', '151232.793000', '151232.796000', '151232.798000', '151232.801000', '151232.835000', '151232.837000', '151232.840000', '151232.843000', '151232.845000', '151232.848000', '151232.850000', '151232.853000', '151232.855000', '151232.858000', '151232.861000', '151232.863000', '151232.866000', '151232.868000', '151232.871000', '151232.873000', '151232.876000', '151232.879000', '151232.881000', '151232.884000', '151232.886000', '151232.889000', '151232.892000', '151232.894000', '151232.897000', '151232.899000', '151232.902000', '151232.904000', '151232.907000', '151232.910000', '151232.912000', '151232.915000', '151252.773000', '151252.775000', '151252.778000', '151252.781000', '151252.783000', '151252.786000', '151252.788000', '151252.791000', '151252.794000', '151252.796000', '151252.799000', '151252.819000', '151252.821000', '151252.824000', '151252.826000', '151252.829000', '151252.832000', '151252.834000', '151252.837000', '151252.839000', '151252.842000', '151252.844000', '151252.847000', '151252.850000', '151252.852000', '151252.855000', '151252.858000', '151252.860000', '151252.863000', '151252.865000', '151252.868000', '151252.871000', '151252.873000', '151252.876000', '151252.878000', '151252.881000', '151252.907000', '151252.910000', '151252.912000', '151252.915000', '151252.918000', '151252.920000', '151252.923000', '151312.772000', '151312.775000', '151312.778000', '151312.781000', '151312.783000', '151312.786000', '151312.788000', '151312.791000', '151312.794000', '151312.796000', '151312.799000', '151312.858000', '151312.860000', '151312.863000', '151312.865000', '151312.868000', '151312.871000', '151312.873000', '151312.876000', '151312.878000', '151312.881000', '151312.884000', '151312.886000', '151312.889000', '151312.891000', '151312.894000', '151312.896000', '151312.899000', '151312.902000', '151312.904000', '151312.913000', '151312.916000', '151312.919000', '151312.921000', '151312.924000', '151312.926000', '151312.929000', '151312.932000', '151312.934000', '151312.937000', '151312.939000', '151312.942000', '151312.945000', '151312.947000', '151332.773000', '151332.776000', '151332.779000', '151332.781000', '151332.784000', '151332.787000', '151332.789000', '151332.792000', '151332.794000', '151332.797000', '151332.800000', '151332.802000', '151332.805000', '151332.807000', '151332.810000', '151332.813000', '151332.815000', '151332.818000', '151332.820000', '151332.823000', '151332.826000', '151332.828000', '151332.831000', '151332.833000', '151332.836000', '151332.838000', '151332.841000', '151332.844000', '151332.846000', '151332.849000', '151332.852000', '151332.854000', '151332.857000', '151332.859000', '151332.862000', '151332.865000', '151332.867000', '151332.870000', '151332.873000', '151332.875000', '151332.878000', '151332.880000', '151332.883000', '151352.773000', '151352.776000', '151352.779000', '151352.781000', '151352.784000', '151352.787000', '151352.789000', '151352.792000', '151352.794000', '151352.797000', '151352.800000', '151352.802000', '151352.805000', '151352.808000', '151352.810000', '151352.813000', '151352.816000', '151352.818000', '151352.821000', '151352.824000', '151352.826000', '151352.829000', '151352.832000', '151352.834000', '151352.837000', '151352.839000', '151352.842000', '151352.845000', '151352.847000', '151352.850000', '151352.853000', '151352.855000', '151352.858000', '151352.860000', '151352.863000', '151352.866000', '151352.868000', '151352.871000', '151352.873000', '151352.876000', '151352.879000', '151352.881000', '151352.884000', '151412.774000', '151412.776000', '151412.779000', '151412.782000', '151412.784000', '151412.787000', '151412.790000', '151412.792000', '151412.795000', '151412.797000', '151412.841000', '151412.844000', '151412.846000', '151412.849000', '151412.851000', '151412.854000', '151412.856000', '151412.859000', '151412.861000', '151412.864000', '151412.867000', '151412.869000', '151412.872000', '151412.874000', '151412.877000', '151412.880000', '151412.882000', '151412.885000', '151412.888000', '151412.890000', '151412.893000', '151412.895000', '151412.898000', '151412.900000', '151412.903000', '151412.906000', '151412.908000', '151412.911000', '151412.913000', '151412.916000', '151412.918000', '151412.921000', '151412.923000', '151412.926000', '151432.773000', '151432.776000', '151432.779000', '151432.781000', '151432.798000', '151432.800000', '151432.803000', '151432.806000', '151432.808000', '151432.811000', '151432.813000', '151432.816000', '151432.819000', '151432.821000', '151432.824000', '151432.826000', '151432.829000', '151432.832000', '151432.835000', '151432.838000', '151432.841000', '151432.843000', '151432.847000', '151432.850000', '151432.852000', '151432.855000', '151432.858000', '151432.860000', '151432.863000', '151432.866000', '151432.868000', '151432.871000', '151432.873000', '151432.876000', '151432.878000', '151432.881000', '151432.884000', '151432.886000', '151432.889000', '151432.892000', '151432.894000', '151432.897000', '151432.900000', '151452.772000', '151452.775000', '151452.778000', '151452.780000', '151452.783000', '151452.786000', '151452.788000', '151452.791000', '151452.793000', '151452.796000', '151452.799000', '151452.835000', '151452.838000', '151452.840000', '151452.843000', '151452.846000', '151452.848000', '151452.851000', '151452.853000', '151452.856000', '151452.859000', '151452.861000', '151452.864000', '151452.866000', '151452.869000', '151452.871000', '151452.874000', '151452.876000', '151452.879000', '151452.882000', '151452.884000', '151452.887000', '151452.889000', '151452.892000', '151452.895000', '151452.897000', '151452.900000', '151452.902000', '151452.905000', '151452.908000', '151452.910000', '151452.913000', '151452.915000', '151452.918000', '151512.772000', '151512.775000', '151512.778000', '151512.780000', '151512.783000', '151512.786000', '151512.788000', '151512.791000', '151512.794000', '151512.797000', '151512.897000', '151512.900000', '151512.903000', '151512.905000', '151512.908000', '151512.911000', '151512.913000', '151512.916000', '151512.919000', '151512.921000', '151512.924000', '151512.926000', '151512.929000', '151512.931000', '151512.934000', '151512.937000', '151512.939000', '151512.942000', '151512.944000', '151512.947000', '151512.949000', '151512.952000', '151512.955000', '151512.957000', '151512.960000', '151512.962000', '151512.965000', '151512.968000', '151512.970000', '151512.973000', '151512.976000', '151512.978000', '151512.981000', '151532.773000', '151532.775000', '151532.778000', '151532.781000', '151532.783000', '151532.786000', '151532.788000', '151532.791000', '151532.793000', '151532.796000', '151532.799000', '151532.801000', '151532.804000', '151532.807000', '151532.809000', '151532.812000', '151532.814000', '151532.817000', '151532.820000', '151532.822000', '151532.825000', '151532.827000', '151532.830000', '151532.832000', '151532.835000', '151532.837000', '151532.840000', '151532.843000', '151532.845000', '151532.848000', '151532.850000', '151532.853000', '151532.855000', '151532.858000', '151532.861000', '151532.863000', '151532.866000', '151532.868000', '151532.871000', '151532.873000', '151532.876000', '151532.878000', '151532.881000', '151532.884000', '151552.773000', '151552.776000', '151552.779000', '151552.781000', '151552.784000', '151552.786000', '151552.789000', '151552.792000', '151552.794000', '151552.797000', '151552.861000', '151552.863000', '151552.866000', '151552.869000', '151552.871000', '151552.874000', '151552.876000', '151552.879000', '151552.881000', '151552.884000', '151552.887000', '151552.890000', '151552.892000', '151552.895000', '151552.898000', '151552.900000', '151552.903000', '151552.906000', '151552.909000', '151552.918000', '151552.921000', '151552.923000', '151552.926000', '151552.928000', '151552.931000', '151552.934000', '151552.936000', '151552.939000', '151552.942000', '151552.944000', '151552.947000', '151552.950000', '151552.952000', '151612.773000', '151612.776000', '151612.779000', '151612.781000', '151612.784000', '151612.786000', '151612.789000', '151612.792000', '151612.794000', '151612.797000', '151612.855000', '151612.857000', '151612.860000', '151612.862000', '151612.865000', '151612.868000', '151612.870000', '151612.873000', '151612.875000', '151612.878000', '151612.880000', '151612.883000', '151612.886000', '151612.888000', '151612.891000', '151612.893000', '151612.896000', '151612.899000', '151612.901000', '151612.904000', '151612.906000', '151612.909000', '151612.911000', '151612.914000', '151612.917000', '151612.919000', '151612.922000', '151612.924000', '151612.927000', '151612.929000', '151612.932000', '151612.935000', '151612.937000', '151612.940000', '151632.773000', '151632.776000', '151632.779000', '151632.781000', '151632.784000', '151632.787000', '151632.789000', '151632.792000', '151632.794000', '151632.797000', '151632.880000', '151632.883000', '151632.885000', '151632.888000', '151632.891000', '151632.893000', '151632.896000', '151632.899000', '151632.901000', '151632.904000', '151632.906000', '151632.909000', '151632.912000', '151632.914000', '151632.917000', '151632.919000', '151632.922000', '151632.925000', '151632.927000', '151632.930000', '151632.932000', '151632.935000', '151632.937000', '151632.940000', '151632.943000', '151632.945000', '151632.948000', '151632.950000', '151632.953000', '151632.956000', '151632.958000', '151632.961000', '151632.963000', '151652.773000', '151652.776000', '151652.779000', '151652.781000', '151652.784000', '151652.787000', '151652.789000', '151652.792000', '151652.794000', '151652.797000', '151652.800000', '151652.802000', '151652.805000', '151652.807000', '151652.810000', '151652.813000', '151652.815000', '151652.818000', '151652.820000', '151652.823000', '151652.825000', '151652.828000', '151652.831000', '151652.833000', '151652.836000', '151652.838000', '151652.841000', '151652.843000', '151652.846000', '151652.849000', '151652.851000', '151652.854000', '151652.856000', '151652.859000', '151652.861000', '151652.864000', '151652.866000', '151652.869000', '151652.872000', '151652.874000', '151652.877000', '151652.879000', '151652.882000', '151652.885000', '151712.773000', '151712.775000', '151712.778000', '151712.781000', '151712.783000', '151712.786000', '151712.788000', '151712.791000', '151712.794000', '151712.796000', '151712.799000', '151712.860000', '151712.862000', '151712.865000', '151712.868000', '151712.870000', '151712.873000', '151712.875000', '151712.878000', '151712.881000', '151712.883000', '151712.886000', '151712.888000', '151712.891000', '151712.893000', '151712.896000', '151712.922000', '151712.925000', '151712.928000', '151712.931000', '151712.934000', '151712.936000', '151712.939000', '151712.941000', '151712.944000', '151712.946000', '151712.949000', '151712.952000', '151712.954000', '151712.957000', '151712.959000', '151712.962000', '151712.965000', '151732.773000', '151732.775000', '151732.778000', '151732.780000', '151732.783000', '151732.786000', '151732.788000', '151732.791000', '151732.793000', '151732.796000', '151732.799000', '151732.842000', '151732.845000', '151732.847000', '151732.850000', '151732.852000', '151732.855000', '151732.857000', '151732.860000', '151732.863000', '151732.865000', '151732.868000', '151732.870000', '151732.873000', '151732.875000', '151732.878000', '151732.881000', '151732.883000', '151732.886000', '151732.888000', '151732.891000', '151732.894000', '151732.896000', '151732.899000', '151732.901000', '151732.904000', '151732.907000', '151732.909000', '151732.912000', '151732.914000', '151732.917000', '151732.919000', '151732.922000', '151732.925000', '151752.773000', '151752.775000', '151752.778000', '151752.781000', '151752.783000', '151752.786000', '151752.788000', '151752.791000', '151752.793000', '151752.796000', '151752.799000', '151752.897000', '151752.900000', '151752.903000', '151752.905000', '151752.908000', '151752.910000', '151752.913000', '151752.916000', '151752.918000', '151752.921000', '151752.924000', '151752.926000', '151752.929000', '151752.932000', '151752.934000', '151752.937000', '151752.939000', '151752.942000', '151752.945000', '151752.947000', '151752.950000', '151752.952000', '151752.955000', '151752.957000', '151752.960000', '151752.963000', '151752.965000', '151752.968000', '151752.970000', '151752.973000', '151752.976000', '151752.978000', '151812.773000', '151812.776000', '151812.779000', '151812.781000', '151812.784000', '151812.787000', '151812.789000', '151812.792000', '151812.794000', '151812.797000', '151812.840000', '151812.843000', '151812.845000', '151812.848000', '151812.850000', '151812.853000', '151812.856000', '151812.858000', '151812.861000', '151812.863000', '151812.866000', '151812.868000', '151812.871000', '151812.874000', '151812.876000', '151812.879000', '151812.881000', '151812.884000', '151812.887000', '151812.889000', '151812.892000', '151812.894000', '151812.897000', '151812.900000', '151812.902000', '151812.905000', '151812.907000', '151812.910000', '151812.913000', '151812.915000', '151812.918000', '151812.920000', '151812.923000', '151812.925000', '151832.774000', '151832.777000', '151832.779000', '151832.782000', '151832.784000', '151832.787000', '151832.790000', '151832.792000', '151832.823000', '151832.868000', '151832.871000', '151832.873000', '151832.876000', '151832.878000', '151832.881000', '151832.884000', '151832.886000', '151832.889000', '151832.891000', '151832.894000', '151832.897000', '151832.899000', '151832.902000', '151832.904000', '151832.908000', '151832.911000', '151832.914000', '151832.916000', '151832.919000', '151832.922000', '151832.924000', '151832.927000', '151832.929000', '151832.932000', '151832.935000', '151832.937000', '151832.940000', '151832.942000', '151832.945000', '151832.947000', '151832.950000', '151832.953000', '151832.955000', '151852.774000', '151852.776000', '151852.779000', '151852.782000', '151852.784000', '151852.787000', '151852.789000', '151852.792000', '151852.801000', '151852.853000', '151852.856000', '151852.859000', '151852.861000', '151852.864000', '151852.866000', '151852.869000', '151852.871000', '151852.874000', '151852.877000', '151852.879000', '151852.882000', '151852.884000', '151852.887000', '151852.890000', '151852.892000', '151852.895000', '151852.898000', '151852.900000', '151852.903000', '151852.905000', '151852.908000', '151852.910000', '151852.913000', '151852.916000', '151852.918000', '151852.921000', '151852.924000', '151852.926000', '151852.929000', '151852.931000', '151852.934000', '151852.936000', '151852.939000', '151852.942000', '151912.774000', '151912.776000', '151912.779000', '151912.781000', '151912.784000', '151912.787000', '151912.789000', '151912.792000', '151912.794000', '151912.797000', '151912.855000', '151912.858000', '151912.861000', '151912.863000', '151912.866000', '151912.868000', '151912.871000', '151912.873000', '151912.876000', '151912.879000', '151912.881000', '151912.884000', '151912.886000', '151912.889000', '151912.892000', '151912.895000', '151912.897000', '151912.900000', '151912.902000', '151912.905000', '151912.908000', '151912.910000', '151912.913000', '151912.915000', '151912.918000', '151912.921000', '151912.924000', '151912.927000', '151912.930000', '151912.932000', '151912.935000', '151912.938000', '151912.940000', '151916.182000', '151916.185000', '151916.187000', '151916.190000', '151916.193000', '151916.195000', '151916.198000', '151916.201000'], 'InstanceCreationTime': ['150932.799000', '150932.802000', '150932.805000', '150932.808000', '150932.810000', '150932.813000', '150932.815000', '150932.818000', '150932.821000', '150932.823000', '150932.826000', '150932.828000', '150932.831000', '150932.833000', '150932.836000', '150932.839000', '150932.841000', '150932.844000', '150932.846000', '150932.849000', '150932.851000', '150932.854000', '150932.856000', '150932.859000', '150932.862000', '150932.865000', '150932.868000', '150932.871000', '150932.882000', '150932.885000', '150932.888000', '150932.890000', '150932.893000', '150932.895000', '150932.898000', '150932.900000', '150932.903000', '150932.905000', '150932.908000', '150932.910000', '150932.913000', '150932.916000', '150932.918000', '150932.921000', '150932.923000', '150932.926000', '150932.929000', '150932.931000', '150932.934000', '150932.936000', '150932.939000', '150932.942000', '150932.944000', '150952.773000', '150952.776000', '150952.779000', '150952.784000', '150952.787000', '150952.789000', '150952.792000', '150952.794000', '150952.797000', '150952.800000', '150952.802000', '150952.805000', '150952.807000', '150952.810000', '150952.812000', '150952.815000', '150952.833000', '150952.836000', '150952.838000', '150952.841000', '150952.843000', '150952.846000', '150952.848000', '150952.851000', '150952.853000', '150952.856000', '150952.859000', '150952.861000', '150952.864000', '150952.866000', '150952.869000', '150952.872000', '150952.874000', '150952.877000', '150952.879000', '150952.882000', '150952.884000', '150952.887000', '150952.889000', '150952.892000', '150952.895000', '150952.897000', '150952.900000', '150952.902000', '151012.772000', '151012.775000', '151012.778000', '151012.780000', '151012.783000', '151012.786000', '151012.788000', '151012.791000', '151012.793000', '151012.796000', '151012.799000', '151012.801000', '151012.804000', '151012.806000', '151012.809000', '151012.812000', '151012.814000', '151012.817000', '151012.819000', '151012.822000', '151012.824000', '151012.827000', '151012.830000', '151012.832000', '151012.835000', '151012.838000', '151012.841000', '151012.844000', '151012.847000', '151012.849000', '151012.852000', '151012.854000', '151012.857000', '151012.860000', '151012.862000', '151012.865000', '151012.867000', '151012.870000', '151012.872000', '151012.875000', '151012.878000', '151012.880000', '151012.883000', '151032.772000', '151032.775000', '151032.778000', '151032.780000', '151032.783000', '151032.793000', '151032.795000', '151032.798000', '151032.801000', '151032.803000', '151032.806000', '151032.808000', '151032.811000', '151032.814000', '151032.816000', '151032.819000', '151032.822000', '151032.824000', '151032.827000', '151032.829000', '151032.832000', '151032.834000', '151032.837000', '151032.840000', '151032.842000', '151032.845000', '151032.847000', '151032.850000', '151032.852000', '151032.855000', '151032.858000', '151032.860000', '151032.863000', '151032.865000', '151032.868000', '151032.870000', '151032.873000', '151032.876000', '151032.878000', '151032.881000', '151032.883000', '151032.886000', '151032.888000', '151032.891000', '151052.772000', '151052.775000', '151052.778000', '151052.780000', '151052.783000', '151052.785000', '151052.788000', '151052.790000', '151052.793000', '151052.796000', '151052.798000', '151052.801000', '151052.803000', '151052.806000', '151052.809000', '151052.811000', '151052.814000', '151052.816000', '151052.819000', '151052.821000', '151052.824000', '151052.827000', '151052.829000', '151052.832000', '151052.834000', '151052.837000', '151052.839000', '151052.842000', '151052.844000', '151052.847000', '151052.849000', '151052.852000', '151052.855000', '151052.857000', '151052.860000', '151052.862000', '151052.865000', '151052.867000', '151052.870000', '151052.873000', '151052.878000', '151052.881000', '151052.884000', '151112.773000', '151112.776000', '151112.779000', '151112.781000', '151112.784000', '151112.787000', '151112.789000', '151112.792000', '151112.794000', '151112.797000', '151112.821000', '151112.823000', '151112.826000', '151112.829000', '151112.831000', '151112.834000', '151112.836000', '151112.839000', '151112.841000', '151112.844000', '151112.846000', '151112.849000', '151112.852000', '151112.854000', '151112.857000', '151112.859000', '151112.862000', '151112.865000', '151112.867000', '151112.870000', '151112.872000', '151112.875000', '151112.877000', '151112.880000', '151112.882000', '151112.885000', '151112.893000', '151112.895000', '151112.898000', '151112.901000', '151112.903000', '151112.906000', '151112.909000', '151112.911000', '151132.773000', '151132.776000', '151132.779000', '151132.781000', '151132.784000', '151132.786000', '151132.789000', '151132.792000', '151132.794000', '151132.797000', '151132.799000', '151132.813000', '151132.815000', '151132.818000', '151132.821000', '151132.823000', '151132.826000', '151132.828000', '151132.831000', '151132.833000', '151132.836000', '151132.839000', '151132.841000', '151132.844000', '151132.846000', '151132.849000', '151132.851000', '151132.854000', '151132.856000', '151132.859000', '151132.862000', '151132.864000', '151132.867000', '151132.869000', '151132.872000', '151132.874000', '151132.877000', '151132.879000', '151132.882000', '151132.885000', '151132.887000', '151132.890000', '151132.892000', '151152.773000', '151152.776000', '151152.779000', '151152.782000', '151152.784000', '151152.787000', '151152.789000', '151152.792000', '151152.794000', '151152.797000', '151152.838000', '151152.840000', '151152.843000', '151152.846000', '151152.848000', '151152.851000', '151152.853000', '151152.856000', '151152.859000', '151152.861000', '151152.873000', '151152.875000', '151152.878000', '151152.881000', '151152.883000', '151152.886000', '151152.889000', '151152.891000', '151152.894000', '151152.896000', '151152.899000', '151152.902000', '151152.904000', '151152.907000', '151152.909000', '151152.912000', '151152.915000', '151152.917000', '151152.920000', '151152.923000', '151152.925000', '151152.928000', '151152.930000', '151152.933000', '151212.773000', '151212.776000', '151212.779000', '151212.782000', '151212.784000', '151212.787000', '151212.789000', '151212.792000', '151212.794000', '151212.797000', '151212.842000', '151212.845000', '151212.847000', '151212.850000', '151212.853000', '151212.855000', '151212.858000', '151212.860000', '151212.863000', '151212.865000', '151212.868000', '151212.871000', '151212.873000', '151212.876000', '151212.881000', '151212.884000', '151212.887000', '151212.889000', '151212.892000', '151212.894000', '151212.897000', '151212.899000', '151212.902000', '151212.905000', '151212.907000', '151212.910000', '151212.913000', '151212.915000', '151212.918000', '151212.921000', '151212.923000', '151212.926000', '151212.928000', '151232.772000', '151232.775000', '151232.778000', '151232.780000', '151232.783000', '151232.786000', '151232.788000', '151232.791000', '151232.793000', '151232.796000', '151232.798000', '151232.801000', '151232.835000', '151232.837000', '151232.840000', '151232.843000', '151232.845000', '151232.848000', '151232.850000', '151232.853000', '151232.855000', '151232.858000', '151232.861000', '151232.863000', '151232.866000', '151232.868000', '151232.871000', '151232.873000', '151232.876000', '151232.879000', '151232.881000', '151232.884000', '151232.886000', '151232.889000', '151232.892000', '151232.894000', '151232.897000', '151232.899000', '151232.902000', '151232.904000', '151232.907000', '151232.910000', '151232.912000', '151232.915000', '151252.773000', '151252.775000', '151252.778000', '151252.781000', '151252.783000', '151252.786000', '151252.788000', '151252.791000', '151252.794000', '151252.796000', '151252.799000', '151252.819000', '151252.821000', '151252.824000', '151252.826000', '151252.829000', '151252.832000', '151252.834000', '151252.837000', '151252.839000', '151252.842000', '151252.844000', '151252.847000', '151252.850000', '151252.852000', '151252.855000', '151252.858000', '151252.860000', '151252.863000', '151252.865000', '151252.868000', '151252.871000', '151252.873000', '151252.876000', '151252.878000', '151252.881000', '151252.907000', '151252.910000', '151252.912000', '151252.915000', '151252.918000', '151252.920000', '151252.923000', '151312.772000', '151312.775000', '151312.778000', '151312.781000', '151312.783000', '151312.786000', '151312.788000', '151312.791000', '151312.794000', '151312.796000', '151312.799000', '151312.858000', '151312.860000', '151312.863000', '151312.865000', '151312.868000', '151312.871000', '151312.873000', '151312.876000', '151312.878000', '151312.881000', '151312.884000', '151312.886000', '151312.889000', '151312.891000', '151312.894000', '151312.896000', '151312.899000', '151312.902000', '151312.904000', '151312.913000', '151312.916000', '151312.919000', '151312.921000', '151312.924000', '151312.926000', '151312.929000', '151312.932000', '151312.934000', '151312.937000', '151312.939000', '151312.942000', '151312.945000', '151312.947000', '151332.773000', '151332.776000', '151332.779000', '151332.781000', '151332.784000', '151332.787000', '151332.789000', '151332.792000', '151332.794000', '151332.797000', '151332.800000', '151332.802000', '151332.805000', '151332.807000', '151332.810000', '151332.813000', '151332.815000', '151332.818000', '151332.820000', '151332.823000', '151332.826000', '151332.828000', '151332.831000', '151332.833000', '151332.836000', '151332.838000', '151332.841000', '151332.844000', '151332.846000', '151332.849000', '151332.852000', '151332.854000', '151332.857000', '151332.859000', '151332.862000', '151332.865000', '151332.867000', '151332.870000', '151332.873000', '151332.875000', '151332.878000', '151332.880000', '151332.883000', '151352.773000', '151352.776000', '151352.779000', '151352.781000', '151352.784000', '151352.787000', '151352.789000', '151352.792000', '151352.794000', '151352.797000', '151352.800000', '151352.802000', '151352.805000', '151352.808000', '151352.810000', '151352.813000', '151352.816000', '151352.818000', '151352.821000', '151352.824000', '151352.826000', '151352.829000', '151352.832000', '151352.834000', '151352.837000', '151352.839000', '151352.842000', '151352.845000', '151352.847000', '151352.850000', '151352.853000', '151352.855000', '151352.858000', '151352.860000', '151352.863000', '151352.866000', '151352.868000', '151352.871000', '151352.873000', '151352.876000', '151352.879000', '151352.881000', '151352.884000', '151412.774000', '151412.776000', '151412.779000', '151412.782000', '151412.784000', '151412.787000', '151412.790000', '151412.792000', '151412.795000', '151412.797000', '151412.841000', '151412.844000', '151412.846000', '151412.849000', '151412.851000', '151412.854000', '151412.856000', '151412.859000', '151412.861000', '151412.864000', '151412.867000', '151412.869000', '151412.872000', '151412.874000', '151412.877000', '151412.880000', '151412.882000', '151412.885000', '151412.888000', '151412.890000', '151412.893000', '151412.895000', '151412.898000', '151412.900000', '151412.903000', '151412.906000', '151412.908000', '151412.911000', '151412.913000', '151412.916000', '151412.918000', '151412.921000', '151412.923000', '151412.926000', '151432.773000', '151432.776000', '151432.779000', '151432.781000', '151432.798000', '151432.800000', '151432.803000', '151432.806000', '151432.808000', '151432.811000', '151432.813000', '151432.816000', '151432.819000', '151432.821000', '151432.824000', '151432.826000', '151432.829000', '151432.832000', '151432.835000', '151432.838000', '151432.841000', '151432.843000', '151432.847000', '151432.850000', '151432.852000', '151432.855000', '151432.858000', '151432.860000', '151432.863000', '151432.866000', '151432.868000', '151432.871000', '151432.873000', '151432.876000', '151432.878000', '151432.881000', '151432.884000', '151432.886000', '151432.889000', '151432.892000', '151432.894000', '151432.897000', '151432.900000', '151452.772000', '151452.775000', '151452.778000', '151452.780000', '151452.783000', '151452.786000', '151452.788000', '151452.791000', '151452.793000', '151452.796000', '151452.799000', '151452.835000', '151452.838000', '151452.840000', '151452.843000', '151452.846000', '151452.848000', '151452.851000', '151452.853000', '151452.856000', '151452.859000', '151452.861000', '151452.864000', '151452.866000', '151452.869000', '151452.871000', '151452.874000', '151452.876000', '151452.879000', '151452.882000', '151452.884000', '151452.887000', '151452.889000', '151452.892000', '151452.895000', '151452.897000', '151452.900000', '151452.902000', '151452.905000', '151452.908000', '151452.910000', '151452.913000', '151452.915000', '151452.918000', '151512.772000', '151512.775000', '151512.778000', '151512.780000', '151512.783000', '151512.786000', '151512.788000', '151512.791000', '151512.794000', '151512.797000', '151512.897000', '151512.900000', '151512.903000', '151512.905000', '151512.908000', '151512.911000', '151512.913000', '151512.916000', '151512.919000', '151512.921000', '151512.924000', '151512.926000', '151512.929000', '151512.931000', '151512.934000', '151512.937000', '151512.939000', '151512.942000', '151512.944000', '151512.947000', '151512.949000', '151512.952000', '151512.955000', '151512.957000', '151512.960000', '151512.962000', '151512.965000', '151512.968000', '151512.970000', '151512.973000', '151512.976000', '151512.978000', '151512.981000', '151532.773000', '151532.775000', '151532.778000', '151532.781000', '151532.783000', '151532.786000', '151532.788000', '151532.791000', '151532.793000', '151532.796000', '151532.799000', '151532.801000', '151532.804000', '151532.807000', '151532.809000', '151532.812000', '151532.814000', '151532.817000', '151532.820000', '151532.822000', '151532.825000', '151532.827000', '151532.830000', '151532.832000', '151532.835000', '151532.837000', '151532.840000', '151532.843000', '151532.845000', '151532.848000', '151532.850000', '151532.853000', '151532.855000', '151532.858000', '151532.861000', '151532.863000', '151532.866000', '151532.868000', '151532.871000', '151532.873000', '151532.876000', '151532.878000', '151532.881000', '151532.884000', '151552.773000', '151552.776000', '151552.779000', '151552.781000', '151552.784000', '151552.786000', '151552.789000', '151552.792000', '151552.794000', '151552.797000', '151552.861000', '151552.863000', '151552.866000', '151552.869000', '151552.871000', '151552.874000', '151552.876000', '151552.879000', '151552.881000', '151552.884000', '151552.887000', '151552.890000', '151552.892000', '151552.895000', '151552.898000', '151552.900000', '151552.903000', '151552.906000', '151552.909000', '151552.918000', '151552.921000', '151552.923000', '151552.926000', '151552.928000', '151552.931000', '151552.934000', '151552.936000', '151552.939000', '151552.942000', '151552.944000', '151552.947000', '151552.950000', '151552.952000', '151612.773000', '151612.776000', '151612.779000', '151612.781000', '151612.784000', '151612.786000', '151612.789000', '151612.792000', '151612.794000', '151612.797000', '151612.855000', '151612.857000', '151612.860000', '151612.862000', '151612.865000', '151612.868000', '151612.870000', '151612.873000', '151612.875000', '151612.878000', '151612.880000', '151612.883000', '151612.886000', '151612.888000', '151612.891000', '151612.893000', '151612.896000', '151612.899000', '151612.901000', '151612.904000', '151612.906000', '151612.909000', '151612.911000', '151612.914000', '151612.917000', '151612.919000', '151612.922000', '151612.924000', '151612.927000', '151612.929000', '151612.932000', '151612.935000', '151612.937000', '151612.940000', '151632.773000', '151632.776000', '151632.779000', '151632.781000', '151632.784000', '151632.787000', '151632.789000', '151632.792000', '151632.794000', '151632.797000', '151632.880000', '151632.883000', '151632.885000', '151632.888000', '151632.891000', '151632.893000', '151632.896000', '151632.899000', '151632.901000', '151632.904000', '151632.906000', '151632.909000', '151632.912000', '151632.914000', '151632.917000', '151632.919000', '151632.922000', '151632.925000', '151632.927000', '151632.930000', '151632.932000', '151632.935000', '151632.937000', '151632.940000', '151632.943000', '151632.945000', '151632.948000', '151632.950000', '151632.953000', '151632.956000', '151632.958000', '151632.961000', '151632.963000', '151652.773000', '151652.776000', '151652.779000', '151652.781000', '151652.784000', '151652.787000', '151652.789000', '151652.792000', '151652.794000', '151652.797000', '151652.800000', '151652.802000', '151652.805000', '151652.807000', '151652.810000', '151652.813000', '151652.815000', '151652.818000', '151652.820000', '151652.823000', '151652.825000', '151652.828000', '151652.831000', '151652.833000', '151652.836000', '151652.838000', '151652.841000', '151652.843000', '151652.846000', '151652.849000', '151652.851000', '151652.854000', '151652.856000', '151652.859000', '151652.861000', '151652.864000', '151652.866000', '151652.869000', '151652.872000', '151652.874000', '151652.877000', '151652.879000', '151652.882000', '151652.885000', '151712.773000', '151712.775000', '151712.778000', '151712.781000', '151712.783000', '151712.786000', '151712.788000', '151712.791000', '151712.794000', '151712.796000', '151712.799000', '151712.860000', '151712.862000', '151712.865000', '151712.868000', '151712.870000', '151712.873000', '151712.875000', '151712.878000', '151712.881000', '151712.883000', '151712.886000', '151712.888000', '151712.891000', '151712.893000', '151712.896000', '151712.922000', '151712.925000', '151712.928000', '151712.931000', '151712.934000', '151712.936000', '151712.939000', '151712.941000', '151712.944000', '151712.946000', '151712.949000', '151712.952000', '151712.954000', '151712.957000', '151712.959000', '151712.962000', '151712.965000', '151732.773000', '151732.775000', '151732.778000', '151732.780000', '151732.783000', '151732.786000', '151732.788000', '151732.791000', '151732.793000', '151732.796000', '151732.799000', '151732.842000', '151732.845000', '151732.847000', '151732.850000', '151732.852000', '151732.855000', '151732.857000', '151732.860000', '151732.863000', '151732.865000', '151732.868000', '151732.870000', '151732.873000', '151732.875000', '151732.878000', '151732.881000', '151732.883000', '151732.886000', '151732.888000', '151732.891000', '151732.894000', '151732.896000', '151732.899000', '151732.901000', '151732.904000', '151732.907000', '151732.909000', '151732.912000', '151732.914000', '151732.917000', '151732.919000', '151732.922000', '151732.925000', '151752.773000', '151752.775000', '151752.778000', '151752.781000', '151752.783000', '151752.786000', '151752.788000', '151752.791000', '151752.793000', '151752.796000', '151752.799000', '151752.897000', '151752.900000', '151752.903000', '151752.905000', '151752.908000', '151752.910000', '151752.913000', '151752.916000', '151752.918000', '151752.921000', '151752.924000', '151752.926000', '151752.929000', '151752.932000', '151752.934000', '151752.937000', '151752.939000', '151752.942000', '151752.945000', '151752.947000', '151752.950000', '151752.952000', '151752.955000', '151752.957000', '151752.960000', '151752.963000', '151752.965000', '151752.968000', '151752.970000', '151752.973000', '151752.976000', '151752.978000', '151812.773000', '151812.776000', '151812.779000', '151812.781000', '151812.784000', '151812.787000', '151812.789000', '151812.792000', '151812.794000', '151812.797000', '151812.840000', '151812.843000', '151812.845000', '151812.848000', '151812.850000', '151812.853000', '151812.856000', '151812.858000', '151812.861000', '151812.863000', '151812.866000', '151812.868000', '151812.871000', '151812.874000', '151812.876000', '151812.879000', '151812.881000', '151812.884000', '151812.887000', '151812.889000', '151812.892000', '151812.894000', '151812.897000', '151812.900000', '151812.902000', '151812.905000', '151812.907000', '151812.910000', '151812.913000', '151812.915000', '151812.918000', '151812.920000', '151812.923000', '151812.925000', '151832.774000', '151832.777000', '151832.779000', '151832.782000', '151832.784000', '151832.787000', '151832.790000', '151832.792000', '151832.823000', '151832.868000', '151832.871000', '151832.873000', '151832.876000', '151832.878000', '151832.881000', '151832.884000', '151832.886000', '151832.889000', '151832.891000', '151832.894000', '151832.897000', '151832.899000', '151832.902000', '151832.904000', '151832.908000', '151832.911000', '151832.914000', '151832.916000', '151832.919000', '151832.922000', '151832.924000', '151832.927000', '151832.929000', '151832.932000', '151832.935000', '151832.937000', '151832.940000', '151832.942000', '151832.945000', '151832.947000', '151832.950000', '151832.953000', '151832.955000', '151852.774000', '151852.776000', '151852.779000', '151852.782000', '151852.784000', '151852.787000', '151852.789000', '151852.792000', '151852.801000', '151852.853000', '151852.856000', '151852.859000', '151852.861000', '151852.864000', '151852.866000', '151852.869000', '151852.871000', '151852.874000', '151852.877000', '151852.879000', '151852.882000', '151852.884000', '151852.887000', '151852.890000', '151852.892000', '151852.895000', '151852.898000', '151852.900000', '151852.903000', '151852.905000', '151852.908000', '151852.910000', '151852.913000', '151852.916000', '151852.918000', '151852.921000', '151852.924000', '151852.926000', '151852.929000', '151852.931000', '151852.934000', '151852.936000', '151852.939000', '151852.942000', '151912.774000', '151912.776000', '151912.779000', '151912.781000', '151912.784000', '151912.787000', '151912.789000', '151912.792000', '151912.794000', '151912.797000', '151912.855000', '151912.858000', '151912.861000', '151912.863000', '151912.866000', '151912.868000', '151912.871000', '151912.873000', '151912.876000', '151912.879000', '151912.881000', '151912.884000', '151912.886000', '151912.889000', '151912.892000', '151912.895000', '151912.897000', '151912.900000', '151912.902000', '151912.905000', '151912.908000', '151912.910000', '151912.913000', '151912.915000', '151912.918000', '151912.921000', '151912.924000', '151912.927000', '151912.930000', '151912.932000', '151912.935000', '151912.938000', '151912.940000', '151916.182000', '151916.185000', '151916.187000', '151916.190000', '151916.193000', '151916.195000', '151916.198000', '151916.201000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [12193, 11562, 11711, 12192, 10885, 16429, 11834, 13261, 11408, 10636, 15499, 11350, 12241, 10906, 11394, 12412, 11145, 11150, 10824, 17346, 12663, 15058, 11982, 12328, 11654, 12219, 10457, 11820, 14159, 11358, 11998, 13186, 11571, 12451, 10859, 10607, 15865, 11204, 11425, 12686, 11709, 13031, 10709, 11772, 13664, 11150, 12374, 11342, 11765, 11388, 10823, 10852, 13470, 10978, 12515, 11614, 11762, 15218, 10780, 11671, 11955, 11823, 15436, 10951, 11967, 11471, 11586, 13937, 11371, 14917, 10848, 11430, 11666, 10903, 13456, 11416, 12396, 11195, 11571, 11781, 11403, 14161, 11928, 15176, 11051, 12352, 11417, 11624, 10718, 11972, 13376, 12179, 14072, 11871, 14159, 12224, 14752, 11336, 13913, 11836, 13834, 11641, 12762, 13264, 10907, 16719, 11556, 13572, 11744, 11479, 11512, 11553, 11465, 13781, 11715, 11678, 15785, 11633, 13494, 11668, 10781, 15861, 12119, 13345, 11659, 10866, 15535, 12016, 12627, 11545, 10712, 15165, 12163, 11633, 11732, 11167, 13542, 11184, 10640, 11138, 11561, 14058, 11267, 11179, 15135, 11505, 12932, 10894, 11378, 15256, 11396, 13017, 10685, 11223, 12490, 11494, 11342, 10941, 11580, 14241, 15605, 11059, 15085, 10757, 10447, 10918, 10489, 11777, 11751, 11828, 12071, 16341, 12067, 13703, 11693, 11049, 11350, 11245, 14119, 12106, 11874, 11392, 11374, 12051, 11438, 14028, 11746, 13083, 14189, 11570, 14000, 11294, 11128, 14615, 11761, 12711, 11028, 11287, 12975, 11460, 11297, 11467, 13835, 11951, 11387, 12593, 11962, 11212, 11664, 11115, 15480, 12159, 11741, 11744, 10625, 17200, 11841, 12813, 11397, 11106, 17013, 11559, 11057, 11257, 11472, 11650, 11533, 13833, 11911, 12577, 11194, 11679, 16007, 12040, 13123, 10705, 11546, 16701, 11834, 13960, 11240, 11580, 14223, 12065, 10953, 11862, 11139, 12103, 14794, 11394, 12541, 15340, 11329, 12328, 10733, 11331, 14475, 10937, 10936, 11621, 11176, 14830, 11878, 11443, 12336, 11070, 11090, 11647, 10831, 11165, 11000, 11003, 11579, 10883, 14079, 11236, 12362, 10913, 11404, 15614, 11625, 11672, 12443, 12210, 10859, 11729, 11257, 11444, 11077, 11517, 14605, 11884, 12868, 12903, 11968, 13301, 11494, 11846, 11451, 11960, 11269, 12052, 15112, 12212, 12136, 11405, 11944, 13372, 12074, 11595, 11119, 12124, 14429, 11728, 11638, 14494, 11961, 12485, 12006, 11490, 15031, 11623, 11694, 12331, 11630, 14056, 11699, 11575, 16374, 11462, 12686, 11709, 11480, 15336, 11560, 11696, 11621, 10963, 13424, 11053, 10886, 11161, 10484, 14205, 10947, 11591, 10657, 10080, 15601, 10756, 12754, 10670, 10493, 13571, 10762, 13264, 10852, 11056, 10114, 10986, 15202, 11264, 13311, 11351, 11878, 15768, 11640, 14901, 10730, 11399, 11205, 10287, 16284, 10545, 12892, 10232, 10195, 10787, 10218, 11646, 10542, 9841, 15334, 10482, 12762, 10437, 10142, 14716, 10363, 10987, 10419, 10059, 11134, 10950, 10839, 16089, 11244, 12930, 11399, 11369, 12807, 11073, 10516, 12303, 11641, 11631, 11260, 10104, 10681, 11061, 13714, 11443, 11162, 10694, 10729, 12687, 11450, 14307, 11566, 11674, 10528, 10511, 15786, 11571, 13516, 11061, 12129, 10719, 10995, 15337, 11421, 12966, 11181, 11296, 12365, 11473, 13838, 10881, 12311, 11338, 10975, 14609, 11206, 13253, 10903, 10754, 15449, 10980, 13685, 11202, 11188, 10795, 10807, 13063, 11227, 11208, 10131, 11471, 15165, 10783, 12615, 10443, 10986, 15098, 10903, 12884, 10991, 11052, 15285, 11003, 12782, 10626, 11003, 14618, 11365, 12277, 10849, 10720, 13386, 11003, 13265, 11267, 10883, 12218, 10960, 12613, 11146, 10751, 13624, 11225, 12906, 11344, 10822, 16034, 11000, 13492, 11488, 11061, 10662, 11252, 13689, 11355, 10952, 11111, 11046, 10787, 11449, 13145, 11624, 10993, 10850, 11310, 14851, 11319, 12212, 11540, 10955, 14675, 11674, 13925, 11533, 10594, 11352, 11863, 11672, 11815, 11363, 11527, 14189, 11657, 11214, 11252, 11319, 14199, 11806, 11107, 11466, 11144, 11932, 11306, 14662, 11657, 11760, 11681, 11517, 13559, 11728, 14996, 12313, 12948, 11759, 11262, 11761, 11425, 11948, 11112, 12403, 11210, 14879, 12357, 12272, 12784, 11253, 14987, 11324, 13047, 11592, 11518, 15256, 12174, 13638, 11682, 11394, 15940, 11341, 12709, 12281, 10824, 12215, 11302, 12183, 10618, 11796, 10948, 11875, 11261, 15927, 11512, 13768, 11835, 11076, 16311, 11455, 12987, 11847, 10879, 11706, 10876, 12597, 11565, 10991, 12177, 11054, 11774, 10993, 14652, 11772, 11450, 12069, 11006, 15289, 11660, 12947, 11226, 10748, 11592, 11305, 12025, 11977, 11171, 12126, 11981, 11507, 12049, 11373, 11762, 15257, 11776, 13012, 12189, 10991, 13271, 11906, 13764, 11891, 11503, 11300, 14591, 11672, 14480, 11698, 11208, 14643, 11877, 11727, 12144, 10751, 12871, 11460, 12009, 11213, 10946, 11751, 11555, 12835, 11988, 11385, 10689, 10746, 15950, 11454, 13378, 11550, 10772, 15233, 11203, 12344, 11495, 10280, 10451, 11214, 11261, 11741, 11429, 11060, 11196, 11123, 15176, 11244, 13126, 11324, 10553, 11054, 13952, 11637, 16285, 11971, 11293, 15472, 11694, 12789, 11641, 11241, 10285, 11921, 13144, 11671, 11335, 11800, 11266, 12199, 11693, 11897, 11995, 13123, 12194, 11414, 11726, 11374, 15148, 11487, 11257, 11405, 11411, 13648, 11774, 12837, 11736, 11081, 11379, 11985, 14419, 12040, 11845, 11769, 11535, 11414, 11523, 15193, 11982, 13069, 11402, 11345, 15845, 12090, 13706, 12158, 11237, 11532, 11490, 15462, 12015, 12067, 12103, 11320, 13605, 11940, 14571, 12187, 11304, 11679, 11384, 15166, 11992, 11680, 11793, 11390, 14135, 11782, 12046, 12095, 11044, 11619, 11522, 12195, 12061, 11388, 11715, 11399, 14205, 11820, 12651, 11877, 11583, 11939, 11248, 11794, 11596, 15885, 12093, 13138, 11024, 11716, 14984, 12180, 11509, 11299, 11658, 13377, 10974, 11824, 10725, 10902, 10518, 10471, 10949, 10588, 15477, 11239, 13291, 10692, 10525, 13918, 11271, 11772, 10262, 9879, 14407, 11183, 12365, 10221, 9720, 17209, 10508, 11121, 9839, 10204, 10840, 10635, 10401, 14264, 10423, 11992, 13847, 10888, 14448, 10983, 13332, 12124, 11642, 17241, 11068, 14290, 11137, 14554, 11388, 10571, 11257, 15462, 11090, 14003, 12946, 11231, 11013, 11206, 11495, 10144, 11768, 11476, 11679, 11370, 13500, 11941, 13610, 12156, 11778, 11736, 11198, 10997, 11524, 12614, 11776, 10907, 10418, 11156, 9797, 10529, 10879, 10170, 11421, 11305, 11264, 11307, 13831, 13441, 10825, 14428, 9890, 10281, 9753, 10591, 14271, 10064, 12226, 10208, 10269, 9757, 10433, 10444, 10592, 10843, 11675, 11810, 10904, 14658, 11228, 10967, 16193, 10967, 13169, 10868, 10995, 14379, 10992, 14172, 10745, 12480, 11001, 11554, 10732, 11366, 16466, 11316, 14970, 11266, 12565, 11331, 10217, 11384, 12417, 11376, 11467, 15262, 11453, 14707, 11460, 9783, 9337, 15899, 10344, 10776, 10771, 13507, 11454, 12605, 11352, 10405, 11318, 11132, 11602, 11922, 12057, 10648, 15080, 11051, 14042, 10796, 10535, 10712, 10493, 10819, 10230, 11774, 10693, 16467, 11723, 14213, 11037, 10780, 15265, 11076, 12636, 11270, 10456, 14276, 11206, 13023, 11174, 10384, 16475, 11001, 12707, 11163, 9974, 10169, 10742, 11407, 10806, 9938, 11328, 10657, 11215, 10345, 10868, 10799, 15249, 11249, 12940, 10205, 10750, 15380, 11036, 13373, 10395, 10742, 15295, 10431, 12250, 10725, 10479, 10997, 10705, 10909, 10606, 10691, 10441, 11087, 10112, 10555, 16143, 10998, 13201, 16625, 11021, 14587, 11033, 10300, 10939, 10153, 10677, 10445, 10982, 10844, 11944, 11070, 11141, 17008, 12405, 14819, 10443, 9874, 13477, 10723, 10307, 10492, 10039, 10177, 9682, 10434, 10422, 10404, 10517, 13445, 16462, 11950, 14241, 10584, 10925, 16729, 10856, 14081, 11063, 9536, 9660, 13503, 9894, 11879, 10161, 9839, 12192, 8908, 11115, 10621, 9451, 14005, 9723, 11407, 9719, 9617, 14905, 9369, 11480, 9053, 9909, 15902, 10009, 12367, 9492, 10020, 16684, 10290, 12477, 10027, 9831, 10402, 10408, 13546, 10340, 10895, 9555, 10251, 15732, 10655, 12027, 9922, 10209, 16208, 10280, 11211, 10231, 9686, 10484, 10618, 11204, 10311, 9777, 14904, 10568, 13401, 10766, 11262, 10154, 10199, 15682, 10423, 12162, 9760, 9769, 15813, 10340, 11956, 10340, 9648, 10843, 10225, 13926, 10408, 10430, 10096, 9877, 10146, 9932, 9762, 10144, 15798, 10429, 12718, 11637, 10136, 15658, 10544, 13184, 11840, 9855, 16360, 10250, 9934, 10254, 9719, 9892, 9610, 10222, 15156, 10507, 11873, 14230, 10169, 14053, 10274, 11402, 14543, 10180, 15078, 10375, 11278, 10023, 9713, 15149, 9873, 10799, 9977, 9376, 11084, 10291, 10161, 10432, 9518, 9784, 9652, 15710, 10075, 12522, 9950, 9563, 16533, 9949, 13651, 10142, 10075, 9736, 9885, 16023, 10012, 13780, 10118, 9803, 9976, 12518, 10113, 10406, 11130, 9761, 14316, 10140, 13124, 11180, 9539, 16633, 9803, 13756, 9898, 12828, 10222, 9532, 16866, 9861, 12291, 9935, 9467, 9250, 15398, 9894, 13809, 9789, 10681, 10303, 10183, 12800, 9709, 9799, 9688, 9411, 9213, 9916, 9176, 11017, 9439, 16851, 10110, 14565, 9969, 9727, 10768, 9818, 12655, 9860, 10612, 10007, 9206, 10913, 9988, 10954, 10061, 10175, 10347, 9329, 10331, 9941, 14175, 10121, 12137, 10251, 11308, 9648, 9907, 16430, 10431, 14070, 10178, 9772, 13453, 10273, 15040, 10283, 12620, 10181, 9514, 10027, 9782, 10420, 10119, 12960, 10010, 15371, 10545, 13580, 10132, 10454, 16730, 10511, 14443, 10625, 11627, 13014, 10410, 13465, 10463, 10619, 10314, 11706, 10498, 10991, 10008, 10092, 15032, 10555, 11694, 10526, 9625, 10134, 10071, 13566, 10562, 9929, 10479, 14688, 10538, 13929, 10456, 11083, 13627, 10472], 'WindowCenter': [4373.0, 4357.0, 4343.0, 4342.0, 4320.0, 4348.0, 4328.0, 4329.0, 4316.0, 4307.0, 4335.0, 4316.0, 4327.0, 4317.0, 4328.0, 4338.0, 4332.0, 4331.0, 4346.0, 4362.0, 4329.0, 4338.0, 4316.0, 4316.0, 4328.0, 4328.0, 4317.0, 4329.0, 4340.0, 4331.0, 4331.0, 4338.0, 4331.0, 4342.0, 4334.0, 4333.0, 4349.0, 4330.0, 4328.0, 4340.0, 4328.0, 4338.0, 4320.0, 4328.0, 4351.0, 4331.0, 4341.0, 4329.0, 4330.0, 4319.0, 4320.0, 4332.0, 4351.0, 4330.0, 4339.0, 4332.0, 4342.0, 4362.0, 4329.0, 4332.0, 4332.0, 4343.0, 4351.0, 4323.0, 4333.0, 4332.0, 4330.0, 4339.0, 4334.0, 4364.0, 4345.0, 4330.0, 4333.0, 4334.0, 4354.0, 4348.0, 4355.0, 4343.0, 4345.0, 4344.0, 4332.0, 4353.0, 4345.0, 4366.0, 4334.0, 4342.0, 4331.0, 4333.0, 4336.0, 4346.0, 4354.0, 4342.0, 4364.0, 4342.0, 4352.0, 4340.0, 4352.0, 4333.0, 4340.0, 4333.0, 4352.0, 4332.0, 4342.0, 4330.0, 4320.0, 4351.0, 4330.0, 4339.0, 4329.0, 4329.0, 4342.0, 4340.0, 4343.0, 4356.0, 4333.0, 4335.0, 4351.0, 4319.0, 4340.0, 4317.0, 4320.0, 4348.0, 4327.0, 4340.0, 4318.0, 4333.0, 4350.0, 4329.0, 4328.0, 4317.0, 4318.0, 4338.0, 4328.0, 4319.0, 4327.0, 4331.0, 4339.0, 4330.0, 4320.0, 4315.0, 4331.0, 4339.0, 4318.0, 4330.0, 4349.0, 4331.0, 4339.0, 4320.0, 4330.0, 4348.0, 4329.0, 4340.0, 4319.0, 4331.0, 4330.0, 4343.0, 4332.0, 4331.0, 4345.0, 4366.0, 4351.0, 4320.0, 4339.0, 4307.0, 4307.0, 4306.0, 4308.0, 4328.0, 4331.0, 4331.0, 4345.0, 4362.0, 4330.0, 4338.0, 4317.0, 4318.0, 4317.0, 4320.0, 4338.0, 4327.0, 4319.0, 4318.0, 4319.0, 4330.0, 4331.0, 4341.0, 4331.0, 4343.0, 4342.0, 4345.0, 4352.0, 4318.0, 4331.0, 4339.0, 4329.0, 4328.0, 4317.0, 4319.0, 4328.0, 4330.0, 4321.0, 4330.0, 4341.0, 4331.0, 4331.0, 4329.0, 4332.0, 4347.0, 4344.0, 4342.0, 4365.0, 4356.0, 4345.0, 4343.0, 4322.0, 4362.0, 4332.0, 4344.0, 4330.0, 4333.0, 4363.0, 4330.0, 4332.0, 4332.0, 4332.0, 4331.0, 4343.0, 4353.0, 4344.0, 4345.0, 4332.0, 4334.0, 4364.0, 4341.0, 4342.0, 4309.0, 4319.0, 4351.0, 4318.0, 4339.0, 4307.0, 4318.0, 4338.0, 4328.0, 4319.0, 4330.0, 4358.0, 4356.0, 4367.0, 4331.0, 4331.0, 4338.0, 4318.0, 4330.0, 4306.0, 4316.0, 4337.0, 4319.0, 4307.0, 4317.0, 4316.0, 4339.0, 4316.0, 4315.0, 4314.0, 4316.0, 4305.0, 4315.0, 4318.0, 4318.0, 4319.0, 4318.0, 4317.0, 4320.0, 4338.0, 4331.0, 4330.0, 4319.0, 4333.0, 4363.0, 4318.0, 4317.0, 4329.0, 4331.0, 4321.0, 4331.0, 4321.0, 4332.0, 4345.0, 4349.0, 4366.0, 4336.0, 4335.0, 4319.0, 4320.0, 4341.0, 4320.0, 4320.0, 4319.0, 4331.0, 4332.0, 4344.0, 4353.0, 4333.0, 4332.0, 4319.0, 4332.0, 4340.0, 4332.0, 4359.0, 4333.0, 4357.0, 4353.0, 4333.0, 4332.0, 4340.0, 4330.0, 4331.0, 4329.0, 4330.0, 4350.0, 4331.0, 4332.0, 4328.0, 4320.0, 4351.0, 4331.0, 4330.0, 4351.0, 4319.0, 4330.0, 4331.0, 4329.0, 4351.0, 4331.0, 4330.0, 4329.0, 4322.0, 4339.0, 4331.0, 4321.0, 4319.0, 4334.0, 4350.0, 4321.0, 4332.0, 4319.0, 4322.0, 4351.0, 4321.0, 4341.0, 4321.0, 4322.0, 4341.0, 4321.0, 4341.0, 4322.0, 4331.0, 4310.0, 4319.0, 4349.0, 4320.0, 4340.0, 4320.0, 4346.0, 4363.0, 4332.0, 4349.0, 4319.0, 4319.0, 4305.0, 4305.0, 4346.0, 4306.0, 4328.0, 4307.0, 4308.0, 4304.0, 4307.0, 4315.0, 4306.0, 4306.0, 4337.0, 4307.0, 4329.0, 4306.0, 4307.0, 4337.0, 4308.0, 4317.0, 4318.0, 4320.0, 4331.0, 4332.0, 4335.0, 4361.0, 4320.0, 4330.0, 4318.0, 4317.0, 4328.0, 4319.0, 4310.0, 4316.0, 4332.0, 4320.0, 4320.0, 4309.0, 4308.0, 4322.0, 4340.0, 4331.0, 4332.0, 4334.0, 4337.0, 4341.0, 4332.0, 4341.0, 4330.0, 4347.0, 4335.0, 4336.0, 4352.0, 4333.0, 4343.0, 4346.0, 4344.0, 4323.0, 4322.0, 4352.0, 4332.0, 4342.0, 4336.0, 4334.0, 4342.0, 4334.0, 4355.0, 4333.0, 4345.0, 4336.0, 4333.0, 4352.0, 4333.0, 4357.0, 4322.0, 4334.0, 4352.0, 4322.0, 4342.0, 4332.0, 4333.0, 4319.0, 4320.0, 4329.0, 4322.0, 4323.0, 4321.0, 4333.0, 4352.0, 4319.0, 4332.0, 4322.0, 4334.0, 4351.0, 4322.0, 4331.0, 4320.0, 4333.0, 4350.0, 4321.0, 4331.0, 4310.0, 4322.0, 4351.0, 4319.0, 4331.0, 4308.0, 4321.0, 4329.0, 4320.0, 4330.0, 4309.0, 4309.0, 4330.0, 4324.0, 4330.0, 4318.0, 4309.0, 4328.0, 4320.0, 4331.0, 4319.0, 4320.0, 4349.0, 4321.0, 4341.0, 4319.0, 4319.0, 4307.0, 4321.0, 4340.0, 4331.0, 4321.0, 4320.0, 4321.0, 4319.0, 4330.0, 4342.0, 4321.0, 4321.0, 4310.0, 4319.0, 4340.0, 4322.0, 4332.0, 4320.0, 4311.0, 4337.0, 4320.0, 4330.0, 4322.0, 4321.0, 4332.0, 4331.0, 4332.0, 4336.0, 4321.0, 4332.0, 4342.0, 4321.0, 4320.0, 4324.0, 4321.0, 4341.0, 4331.0, 4319.0, 4319.0, 4334.0, 4332.0, 4333.0, 4354.0, 4334.0, 4330.0, 4320.0, 4323.0, 4330.0, 4318.0, 4338.0, 4320.0, 4330.0, 4319.0, 4308.0, 4330.0, 4330.0, 4344.0, 4337.0, 4334.0, 4322.0, 4342.0, 4330.0, 4332.0, 4329.0, 4310.0, 4339.0, 4307.0, 4329.0, 4319.0, 4319.0, 4336.0, 4306.0, 4327.0, 4316.0, 4306.0, 4336.0, 4308.0, 4316.0, 4315.0, 4307.0, 4316.0, 4319.0, 4330.0, 4309.0, 4330.0, 4320.0, 4319.0, 4308.0, 4338.0, 4308.0, 4328.0, 4306.0, 4310.0, 4350.0, 4307.0, 4316.0, 4317.0, 4307.0, 4319.0, 4323.0, 4319.0, 4318.0, 4309.0, 4330.0, 4322.0, 4320.0, 4320.0, 4341.0, 4321.0, 4318.0, 4320.0, 4321.0, 4353.0, 4322.0, 4330.0, 4323.0, 4321.0, 4320.0, 4335.0, 4332.0, 4333.0, 4321.0, 4343.0, 4344.0, 4347.0, 4347.0, 4333.0, 4335.0, 4368.0, 4334.0, 4332.0, 4321.0, 4309.0, 4330.0, 4322.0, 4341.0, 4333.0, 4333.0, 4333.0, 4353.0, 4320.0, 4342.0, 4310.0, 4308.0, 4328.0, 4319.0, 4319.0, 4320.0, 4325.0, 4328.0, 4320.0, 4319.0, 4308.0, 4311.0, 4331.0, 4346.0, 4345.0, 4331.0, 4333.0, 4321.0, 4318.0, 4349.0, 4319.0, 4339.0, 4319.0, 4321.0, 4350.0, 4332.0, 4330.0, 4331.0, 4322.0, 4319.0, 4332.0, 4333.0, 4343.0, 4333.0, 4336.0, 4334.0, 4346.0, 4367.0, 4324.0, 4342.0, 4336.0, 4337.0, 4348.0, 4359.0, 4335.0, 4370.0, 4335.0, 4324.0, 4351.0, 4319.0, 4320.0, 4307.0, 4307.0, 4297.0, 4316.0, 4316.0, 4308.0, 4308.0, 4320.0, 4321.0, 4332.0, 4333.0, 4332.0, 4332.0, 4332.0, 4345.0, 4335.0, 4333.0, 4320.0, 4340.0, 4321.0, 4321.0, 4321.0, 4332.0, 4341.0, 4332.0, 4332.0, 4321.0, 4321.0, 4319.0, 4334.0, 4340.0, 4320.0, 4320.0, 4333.0, 4335.0, 4323.0, 4334.0, 4355.0, 4334.0, 4332.0, 4333.0, 4322.0, 4351.0, 4321.0, 4331.0, 4332.0, 4321.0, 4319.0, 4320.0, 4340.0, 4320.0, 4321.0, 4320.0, 4308.0, 4329.0, 4319.0, 4338.0, 4318.0, 4311.0, 4310.0, 4321.0, 4340.0, 4320.0, 4320.0, 4317.0, 4319.0, 4330.0, 4320.0, 4318.0, 4319.0, 4320.0, 4308.0, 4320.0, 4332.0, 4330.0, 4322.0, 4320.0, 4334.0, 4339.0, 4320.0, 4329.0, 4320.0, 4319.0, 4320.0, 4321.0, 4334.0, 4347.0, 4366.0, 4333.0, 4343.0, 4309.0, 4333.0, 4341.0, 4320.0, 4319.0, 4333.0, 4332.0, 4341.0, 4323.0, 4330.0, 4322.0, 4320.0, 4322.0, 4321.0, 4332.0, 4323.0, 4351.0, 4321.0, 4343.0, 4323.0, 4322.0, 4341.0, 4321.0, 4330.0, 4308.0, 4299.0, 4327.0, 4308.0, 4328.0, 4308.0, 4299.0, 4361.0, 4321.0, 4331.0, 4310.0, 4322.0, 4321.0, 4309.0, 4319.0, 4339.0, 4308.0, 4331.0, 4342.0, 4322.0, 4340.0, 4321.0, 4343.0, 4319.0, 4308.0, 4337.0, 4294.0, 4325.0, 4295.0, 4326.0, 4307.0, 4296.0, 4309.0, 4339.0, 4295.0, 4314.0, 4302.0, 4291.0, 4292.0, 4304.0, 4317.0, 4308.0, 4332.0, 4320.0, 4320.0, 4318.0, 4327.0, 4318.0, 4328.0, 4318.0, 4317.0, 4318.0, 4308.0, 4310.0, 4320.0, 4328.0, 4320.0, 4323.0, 4334.0, 4334.0, 4325.0, 4333.0, 4337.0, 4338.0, 4348.0, 4350.0, 4351.0, 4351.0, 4371.0, 4346.0, 4324.0, 4347.0, 4300.0, 4313.0, 4300.0, 4321.0, 4342.0, 4311.0, 4332.0, 4312.0, 4311.0, 4311.0, 4324.0, 4336.0, 4337.0, 4348.0, 4349.0, 4337.0, 4336.0, 4356.0, 4334.0, 4324.0, 4352.0, 4322.0, 4334.0, 4322.0, 4322.0, 4340.0, 4312.0, 4339.0, 4311.0, 4331.0, 4323.0, 4333.0, 4311.0, 4321.0, 4350.0, 4320.0, 4339.0, 4320.0, 4330.0, 4322.0, 4311.0, 4334.0, 4332.0, 4322.0, 4336.0, 4354.0, 4333.0, 4340.0, 4323.0, 4304.0, 4303.0, 4343.0, 4314.0, 4324.0, 4336.0, 4344.0, 4334.0, 4332.0, 4309.0, 4309.0, 4321.0, 4319.0, 4335.0, 4333.0, 4332.0, 4312.0, 4341.0, 4310.0, 4332.0, 4308.0, 4308.0, 4309.0, 4310.0, 4321.0, 4311.0, 4333.0, 4325.0, 4377.0, 4334.0, 4342.0, 4323.0, 4321.0, 4340.0, 4319.0, 4331.0, 4309.0, 4309.0, 4327.0, 4309.0, 4317.0, 4306.0, 4308.0, 4336.0, 4308.0, 4328.0, 4306.0, 4298.0, 4295.0, 4307.0, 4307.0, 4307.0, 4297.0, 4321.0, 4321.0, 4334.0, 4326.0, 4336.0, 4338.0, 4354.0, 4333.0, 4345.0, 4312.0, 4323.0, 4366.0, 4323.0, 4343.0, 4308.0, 4308.0, 4338.0, 4298.0, 4317.0, 4309.0, 4320.0, 4334.0, 4324.0, 4323.0, 4322.0, 4321.0, 4323.0, 4336.0, 4326.0, 4338.0, 4368.0, 4312.0, 4332.0, 4351.0, 4311.0, 4340.0, 4322.0, 4311.0, 4323.0, 4325.0, 4326.0, 4337.0, 4325.0, 4325.0, 4335.0, 4335.0, 4336.0, 4365.0, 4334.0, 4343.0, 4312.0, 4311.0, 4329.0, 4311.0, 4311.0, 4323.0, 4315.0, 4324.0, 4315.0, 4325.0, 4338.0, 4337.0, 4338.0, 4359.0, 4366.0, 4336.0, 4344.0, 4312.0, 4323.0, 4366.0, 4324.0, 4354.0, 4335.0, 4314.0, 4324.0, 4343.0, 4301.0, 4334.0, 4322.0, 4312.0, 4331.0, 4301.0, 4321.0, 4310.0, 4312.0, 4353.0, 4311.0, 4320.0, 4300.0, 4301.0, 4351.0, 4312.0, 4322.0, 4290.0, 4313.0, 4351.0, 4299.0, 4319.0, 4299.0, 4302.0, 4350.0, 4309.0, 4330.0, 4298.0, 4310.0, 4309.0, 4321.0, 4329.0, 4298.0, 4309.0, 4298.0, 4310.0, 4341.0, 4310.0, 4318.0, 4287.0, 4298.0, 4348.0, 4312.0, 4320.0, 4297.0, 4299.0, 4310.0, 4310.0, 4321.0, 4312.0, 4313.0, 4340.0, 4324.0, 4342.0, 4326.0, 4322.0, 4300.0, 4299.0, 4339.0, 4310.0, 4320.0, 4300.0, 4299.0, 4340.0, 4310.0, 4321.0, 4312.0, 4312.0, 4309.0, 4312.0, 4342.0, 4310.0, 4310.0, 4312.0, 4311.0, 4325.0, 4324.0, 4311.0, 4323.0, 4364.0, 4323.0, 4332.0, 4319.0, 4310.0, 4351.0, 4310.0, 4331.0, 4318.0, 4299.0, 4349.0, 4310.0, 4311.0, 4324.0, 4313.0, 4324.0, 4313.0, 4325.0, 4366.0, 4323.0, 4333.0, 4341.0, 4311.0, 4342.0, 4312.0, 4333.0, 4341.0, 4309.0, 4339.0, 4309.0, 4320.0, 4298.0, 4298.0, 4338.0, 4298.0, 4309.0, 4299.0, 4299.0, 4308.0, 4310.0, 4310.0, 4321.0, 4312.0, 4311.0, 4312.0, 4353.0, 4311.0, 4331.0, 4311.0, 4311.0, 4351.0, 4309.0, 4330.0, 4309.0, 4299.0, 4301.0, 4310.0, 4350.0, 4300.0, 4340.0, 4311.0, 4311.0, 4312.0, 4332.0, 4311.0, 4311.0, 4321.0, 4313.0, 4341.0, 4310.0, 4331.0, 4310.0, 4311.0, 4361.0, 4299.0, 4328.0, 4297.0, 4329.0, 4309.0, 4298.0, 4347.0, 4297.0, 4317.0, 4310.0, 4311.0, 4312.0, 4350.0, 4299.0, 4328.0, 4299.0, 4308.0, 4310.0, 4311.0, 4329.0, 4298.0, 4299.0, 4310.0, 4313.0, 4311.0, 4311.0, 4301.0, 4321.0, 4301.0, 4362.0, 4310.0, 4340.0, 4298.0, 4298.0, 4307.0, 4298.0, 4317.0, 4298.0, 4308.0, 4311.0, 4302.0, 4308.0, 4310.0, 4320.0, 4312.0, 4311.0, 4323.0, 4313.0, 4312.0, 4312.0, 4342.0, 4311.0, 4331.0, 4326.0, 4335.0, 4311.0, 4311.0, 4352.0, 4310.0, 4341.0, 4322.0, 4311.0, 4329.0, 4310.0, 4350.0, 4323.0, 4331.0, 4309.0, 4299.0, 4310.0, 4311.0, 4334.0, 4324.0, 4342.0, 4311.0, 4352.0, 4321.0, 4342.0, 4310.0, 4310.0, 4351.0, 4321.0, 4340.0, 4309.0, 4320.0, 4328.0, 4307.0, 4327.0, 4309.0, 4320.0, 4323.0, 4330.0, 4309.0, 4320.0, 4310.0, 4321.0, 4350.0, 4309.0, 4320.0, 4320.0, 4310.0, 4311.0, 4311.0, 4340.0, 4310.0, 4312.0, 4323.0, 4352.0, 4310.0, 4343.0, 4322.0, 4347.0, 4342.0, 4321.0], 'WindowWidth': [9659.0, 9622.0, 9598.0, 9592.0, 9556.0, 9598.0, 9564.0, 9570.0, 9545.0, 9534.0, 9570.0, 9543.0, 9562.0, 9547.0, 9564.0, 9580.0, 9577.0, 9575.0, 9604.0, 9626.0, 9568.0, 9578.0, 9541.0, 9543.0, 9564.0, 9563.0, 9548.0, 9566.0, 9583.0, 9574.0, 9570.0, 9578.0, 9573.0, 9588.0, 9582.0, 9580.0, 9600.0, 9571.0, 9563.0, 9583.0, 9564.0, 9579.0, 9555.0, 9563.0, 9601.0, 9573.0, 9584.0, 9568.0, 9569.0, 9551.0, 9556.0, 9576.0, 9601.0, 9569.0, 9580.0, 9576.0, 9587.0, 9620.0, 9569.0, 9575.0, 9577.0, 9593.0, 9600.0, 9563.0, 9576.0, 9575.0, 9570.0, 9579.0, 9580.0, 9622.0, 9601.0, 9572.0, 9578.0, 9584.0, 9610.0, 9606.0, 9613.0, 9595.0, 9596.0, 9595.0, 9574.0, 9607.0, 9597.0, 9631.0, 9582.0, 9591.0, 9574.0, 9578.0, 9590.0, 9598.0, 9607.0, 9588.0, 9624.0, 9591.0, 9603.0, 9583.0, 9604.0, 9579.0, 9585.0, 9578.0, 9604.0, 9575.0, 9590.0, 9569.0, 9553.0, 9604.0, 9571.0, 9578.0, 9566.0, 9566.0, 9588.0, 9587.0, 9595.0, 9617.0, 9577.0, 9584.0, 9600.0, 9551.0, 9584.0, 9547.0, 9555.0, 9592.0, 9560.0, 9581.0, 9548.0, 9578.0, 9601.0, 9564.0, 9564.0, 9545.0, 9551.0, 9579.0, 9562.0, 9551.0, 9561.0, 9570.0, 9580.0, 9568.0, 9556.0, 9541.0, 9570.0, 9580.0, 9552.0, 9570.0, 9595.0, 9572.0, 9583.0, 9558.0, 9570.0, 9594.0, 9567.0, 9583.0, 9550.0, 9571.0, 9571.0, 9594.0, 9577.0, 9574.0, 9599.0, 9630.0, 9602.0, 9554.0, 9583.0, 9531.0, 9532.0, 9529.0, 9534.0, 9563.0, 9571.0, 9570.0, 9597.0, 9619.0, 9565.0, 9579.0, 9544.0, 9546.0, 9545.0, 9553.0, 9577.0, 9560.0, 9552.0, 9548.0, 9551.0, 9566.0, 9572.0, 9585.0, 9571.0, 9592.0, 9588.0, 9598.0, 9606.0, 9550.0, 9572.0, 9581.0, 9564.0, 9564.0, 9544.0, 9551.0, 9561.0, 9567.0, 9556.0, 9572.0, 9586.0, 9571.0, 9571.0, 9566.0, 9573.0, 9607.0, 9595.0, 9591.0, 9626.0, 9614.0, 9599.0, 9591.0, 9561.0, 9618.0, 9573.0, 9596.0, 9568.0, 9576.0, 9622.0, 9572.0, 9574.0, 9577.0, 9576.0, 9572.0, 9592.0, 9606.0, 9594.0, 9598.0, 9575.0, 9581.0, 9626.0, 9585.0, 9590.0, 9536.0, 9551.0, 9600.0, 9547.0, 9580.0, 9529.0, 9548.0, 9576.0, 9560.0, 9551.0, 9567.0, 9622.0, 9616.0, 9634.0, 9573.0, 9572.0, 9580.0, 9548.0, 9569.0, 9528.0, 9543.0, 9577.0, 9551.0, 9530.0, 9546.0, 9543.0, 9580.0, 9541.0, 9539.0, 9537.0, 9543.0, 9525.0, 9540.0, 9548.0, 9549.0, 9553.0, 9548.0, 9548.0, 9555.0, 9579.0, 9571.0, 9569.0, 9550.0, 9577.0, 9620.0, 9549.0, 9548.0, 9563.0, 9567.0, 9555.0, 9568.0, 9555.0, 9574.0, 9596.0, 9609.0, 9627.0, 9583.0, 9580.0, 9551.0, 9551.0, 9585.0, 9550.0, 9552.0, 9551.0, 9570.0, 9573.0, 9591.0, 9605.0, 9574.0, 9573.0, 9549.0, 9570.0, 9581.0, 9570.0, 9623.0, 9580.0, 9616.0, 9607.0, 9577.0, 9572.0, 9582.0, 9566.0, 9574.0, 9566.0, 9567.0, 9598.0, 9569.0, 9576.0, 9561.0, 9552.0, 9600.0, 9571.0, 9569.0, 9599.0, 9550.0, 9567.0, 9569.0, 9566.0, 9600.0, 9570.0, 9570.0, 9565.0, 9559.0, 9584.0, 9571.0, 9558.0, 9552.0, 9580.0, 9595.0, 9556.0, 9572.0, 9552.0, 9560.0, 9602.0, 9557.0, 9585.0, 9555.0, 9560.0, 9586.0, 9556.0, 9583.0, 9560.0, 9574.0, 9541.0, 9553.0, 9597.0, 9554.0, 9584.0, 9554.0, 9600.0, 9623.0, 9576.0, 9596.0, 9554.0, 9551.0, 9527.0, 9526.0, 9586.0, 9528.0, 9562.0, 9534.0, 9535.0, 9527.0, 9532.0, 9541.0, 9527.0, 9530.0, 9575.0, 9532.0, 9564.0, 9528.0, 9531.0, 9573.0, 9533.0, 9547.0, 9549.0, 9557.0, 9572.0, 9574.0, 9585.0, 9617.0, 9556.0, 9569.0, 9544.0, 9544.0, 9561.0, 9546.0, 9539.0, 9542.0, 9571.0, 9553.0, 9550.0, 9538.0, 9535.0, 9557.0, 9581.0, 9572.0, 9574.0, 9580.0, 9589.0, 9586.0, 9573.0, 9584.0, 9569.0, 9605.0, 9581.0, 9583.0, 9603.0, 9575.0, 9590.0, 9601.0, 9597.0, 9561.0, 9558.0, 9602.0, 9574.0, 9588.0, 9583.0, 9579.0, 9587.0, 9578.0, 9609.0, 9577.0, 9596.0, 9583.0, 9578.0, 9604.0, 9576.0, 9618.0, 9560.0, 9578.0, 9603.0, 9559.0, 9589.0, 9573.0, 9577.0, 9551.0, 9554.0, 9565.0, 9557.0, 9563.0, 9557.0, 9575.0, 9602.0, 9552.0, 9574.0, 9560.0, 9578.0, 9601.0, 9557.0, 9571.0, 9553.0, 9577.0, 9596.0, 9555.0, 9569.0, 9539.0, 9557.0, 9600.0, 9553.0, 9570.0, 9534.0, 9554.0, 9564.0, 9554.0, 9566.0, 9533.0, 9536.0, 9567.0, 9564.0, 9567.0, 9547.0, 9538.0, 9561.0, 9551.0, 9570.0, 9548.0, 9554.0, 9591.0, 9556.0, 9583.0, 9549.0, 9548.0, 9531.0, 9553.0, 9579.0, 9570.0, 9554.0, 9551.0, 9553.0, 9550.0, 9566.0, 9586.0, 9554.0, 9556.0, 9538.0, 9549.0, 9580.0, 9558.0, 9572.0, 9552.0, 9539.0, 9572.0, 9549.0, 9565.0, 9556.0, 9557.0, 9573.0, 9570.0, 9570.0, 9583.0, 9557.0, 9573.0, 9586.0, 9553.0, 9553.0, 9562.0, 9554.0, 9582.0, 9569.0, 9551.0, 9550.0, 9578.0, 9573.0, 9574.0, 9609.0, 9576.0, 9568.0, 9550.0, 9559.0, 9567.0, 9546.0, 9577.0, 9551.0, 9564.0, 9549.0, 9533.0, 9564.0, 9568.0, 9592.0, 9587.0, 9579.0, 9556.0, 9589.0, 9565.0, 9569.0, 9562.0, 9535.0, 9579.0, 9529.0, 9561.0, 9547.0, 9546.0, 9570.0, 9524.0, 9555.0, 9539.0, 9526.0, 9566.0, 9531.0, 9538.0, 9537.0, 9527.0, 9538.0, 9545.0, 9564.0, 9535.0, 9568.0, 9553.0, 9546.0, 9533.0, 9575.0, 9530.0, 9560.0, 9524.0, 9533.0, 9591.0, 9528.0, 9540.0, 9540.0, 9527.0, 9545.0, 9559.0, 9548.0, 9545.0, 9533.0, 9563.0, 9556.0, 9550.0, 9552.0, 9584.0, 9552.0, 9548.0, 9548.0, 9553.0, 9601.0, 9555.0, 9565.0, 9557.0, 9554.0, 9553.0, 9580.0, 9572.0, 9574.0, 9555.0, 9588.0, 9592.0, 9601.0, 9603.0, 9576.0, 9580.0, 9633.0, 9576.0, 9572.0, 9552.0, 9536.0, 9564.0, 9556.0, 9580.0, 9575.0, 9575.0, 9573.0, 9603.0, 9551.0, 9583.0, 9534.0, 9532.0, 9559.0, 9545.0, 9547.0, 9546.0, 9565.0, 9559.0, 9549.0, 9547.0, 9531.0, 9539.0, 9570.0, 9599.0, 9594.0, 9572.0, 9578.0, 9558.0, 9552.0, 9591.0, 9550.0, 9578.0, 9552.0, 9556.0, 9598.0, 9575.0, 9569.0, 9571.0, 9560.0, 9553.0, 9572.0, 9574.0, 9590.0, 9578.0, 9584.0, 9581.0, 9601.0, 9631.0, 9562.0, 9584.0, 9583.0, 9592.0, 9607.0, 9621.0, 9583.0, 9646.0, 9578.0, 9562.0, 9597.0, 9547.0, 9550.0, 9526.0, 9528.0, 9514.0, 9540.0, 9540.0, 9530.0, 9531.0, 9550.0, 9557.0, 9570.0, 9576.0, 9572.0, 9572.0, 9572.0, 9596.0, 9582.0, 9574.0, 9551.0, 9583.0, 9557.0, 9556.0, 9553.0, 9573.0, 9583.0, 9570.0, 9571.0, 9552.0, 9555.0, 9550.0, 9574.0, 9580.0, 9550.0, 9551.0, 9575.0, 9580.0, 9557.0, 9578.0, 9610.0, 9577.0, 9571.0, 9575.0, 9556.0, 9597.0, 9552.0, 9567.0, 9568.0, 9555.0, 9546.0, 9551.0, 9581.0, 9550.0, 9553.0, 9547.0, 9533.0, 9560.0, 9547.0, 9574.0, 9543.0, 9537.0, 9534.0, 9551.0, 9578.0, 9551.0, 9551.0, 9544.0, 9548.0, 9563.0, 9551.0, 9547.0, 9548.0, 9549.0, 9531.0, 9552.0, 9569.0, 9566.0, 9557.0, 9549.0, 9576.0, 9577.0, 9551.0, 9561.0, 9549.0, 9549.0, 9549.0, 9555.0, 9577.0, 9602.0, 9628.0, 9573.0, 9589.0, 9534.0, 9572.0, 9581.0, 9550.0, 9550.0, 9576.0, 9571.0, 9585.0, 9561.0, 9568.0, 9557.0, 9555.0, 9561.0, 9556.0, 9573.0, 9564.0, 9599.0, 9557.0, 9590.0, 9563.0, 9560.0, 9586.0, 9554.0, 9567.0, 9534.0, 9521.0, 9557.0, 9533.0, 9562.0, 9532.0, 9523.0, 9614.0, 9556.0, 9573.0, 9541.0, 9560.0, 9558.0, 9537.0, 9552.0, 9580.0, 9533.0, 9571.0, 9587.0, 9560.0, 9583.0, 9557.0, 9591.0, 9549.0, 9529.0, 9571.0, 9507.0, 9548.0, 9509.0, 9552.0, 9528.0, 9514.0, 9535.0, 9580.0, 9507.0, 9532.0, 9510.0, 9495.0, 9499.0, 9518.0, 9541.0, 9533.0, 9571.0, 9554.0, 9548.0, 9545.0, 9555.0, 9544.0, 9557.0, 9547.0, 9544.0, 9545.0, 9533.0, 9536.0, 9552.0, 9562.0, 9551.0, 9561.0, 9580.0, 9577.0, 9567.0, 9578.0, 9586.0, 9589.0, 9604.0, 9609.0, 9612.0, 9613.0, 9644.0, 9599.0, 9565.0, 9599.0, 9525.0, 9544.0, 9523.0, 9556.0, 9584.0, 9541.0, 9571.0, 9542.0, 9541.0, 9543.0, 9564.0, 9585.0, 9588.0, 9606.0, 9609.0, 9587.0, 9583.0, 9614.0, 9578.0, 9565.0, 9602.0, 9558.0, 9578.0, 9556.0, 9557.0, 9580.0, 9540.0, 9577.0, 9540.0, 9568.0, 9561.0, 9576.0, 9539.0, 9554.0, 9593.0, 9551.0, 9576.0, 9552.0, 9566.0, 9558.0, 9544.0, 9577.0, 9576.0, 9556.0, 9584.0, 9606.0, 9575.0, 9578.0, 9559.0, 9533.0, 9529.0, 9582.0, 9548.0, 9564.0, 9583.0, 9594.0, 9577.0, 9569.0, 9535.0, 9534.0, 9554.0, 9549.0, 9577.0, 9576.0, 9571.0, 9543.0, 9581.0, 9537.0, 9567.0, 9530.0, 9530.0, 9533.0, 9537.0, 9557.0, 9543.0, 9574.0, 9567.0, 9644.0, 9578.0, 9586.0, 9562.0, 9556.0, 9580.0, 9550.0, 9569.0, 9534.0, 9533.0, 9557.0, 9531.0, 9542.0, 9525.0, 9532.0, 9568.0, 9532.0, 9559.0, 9525.0, 9517.0, 9507.0, 9528.0, 9527.0, 9528.0, 9516.0, 9552.0, 9557.0, 9577.0, 9571.0, 9583.0, 9587.0, 9607.0, 9575.0, 9592.0, 9546.0, 9560.0, 9628.0, 9560.0, 9589.0, 9532.0, 9531.0, 9574.0, 9517.0, 9543.0, 9536.0, 9552.0, 9579.0, 9566.0, 9561.0, 9559.0, 9555.0, 9560.0, 9585.0, 9571.0, 9589.0, 9634.0, 9543.0, 9570.0, 9593.0, 9538.0, 9579.0, 9556.0, 9542.0, 9561.0, 9568.0, 9569.0, 9586.0, 9566.0, 9565.0, 9580.0, 9578.0, 9585.0, 9623.0, 9575.0, 9590.0, 9539.0, 9540.0, 9560.0, 9539.0, 9540.0, 9560.0, 9552.0, 9563.0, 9552.0, 9566.0, 9587.0, 9587.0, 9590.0, 9622.0, 9624.0, 9580.0, 9590.0, 9541.0, 9557.0, 9626.0, 9565.0, 9602.0, 9584.0, 9552.0, 9566.0, 9592.0, 9527.0, 9577.0, 9560.0, 9547.0, 9569.0, 9529.0, 9554.0, 9540.0, 9545.0, 9602.0, 9541.0, 9554.0, 9524.0, 9527.0, 9599.0, 9546.0, 9558.0, 9512.0, 9547.0, 9597.0, 9522.0, 9550.0, 9519.0, 9527.0, 9595.0, 9536.0, 9564.0, 9517.0, 9539.0, 9535.0, 9555.0, 9563.0, 9519.0, 9535.0, 9517.0, 9537.0, 9580.0, 9534.0, 9546.0, 9501.0, 9517.0, 9587.0, 9544.0, 9551.0, 9516.0, 9521.0, 9536.0, 9539.0, 9556.0, 9542.0, 9548.0, 9578.0, 9567.0, 9586.0, 9569.0, 9556.0, 9521.0, 9519.0, 9577.0, 9537.0, 9551.0, 9526.0, 9521.0, 9578.0, 9537.0, 9553.0, 9544.0, 9544.0, 9536.0, 9541.0, 9583.0, 9539.0, 9537.0, 9545.0, 9543.0, 9568.0, 9564.0, 9543.0, 9560.0, 9620.0, 9560.0, 9572.0, 9549.0, 9539.0, 9597.0, 9539.0, 9567.0, 9544.0, 9521.0, 9592.0, 9539.0, 9542.0, 9563.0, 9550.0, 9564.0, 9548.0, 9567.0, 9626.0, 9561.0, 9573.0, 9581.0, 9542.0, 9584.0, 9544.0, 9574.0, 9580.0, 9534.0, 9576.0, 9535.0, 9552.0, 9519.0, 9519.0, 9573.0, 9519.0, 9536.0, 9521.0, 9523.0, 9530.0, 9537.0, 9539.0, 9556.0, 9546.0, 9542.0, 9543.0, 9601.0, 9540.0, 9570.0, 9540.0, 9540.0, 9598.0, 9536.0, 9564.0, 9533.0, 9522.0, 9526.0, 9537.0, 9592.0, 9522.0, 9577.0, 9543.0, 9544.0, 9545.0, 9572.0, 9539.0, 9540.0, 9554.0, 9548.0, 9584.0, 9539.0, 9569.0, 9537.0, 9542.0, 9610.0, 9523.0, 9559.0, 9515.0, 9562.0, 9535.0, 9520.0, 9585.0, 9516.0, 9542.0, 9538.0, 9542.0, 9545.0, 9593.0, 9520.0, 9560.0, 9519.0, 9531.0, 9538.0, 9540.0, 9560.0, 9520.0, 9523.0, 9539.0, 9549.0, 9544.0, 9541.0, 9529.0, 9555.0, 9528.0, 9616.0, 9538.0, 9580.0, 9517.0, 9517.0, 9528.0, 9518.0, 9543.0, 9519.0, 9533.0, 9539.0, 9531.0, 9534.0, 9539.0, 9551.0, 9546.0, 9542.0, 9562.0, 9548.0, 9545.0, 9546.0, 9586.0, 9543.0, 9569.0, 9573.0, 9582.0, 9543.0, 9541.0, 9599.0, 9538.0, 9583.0, 9559.0, 9542.0, 9564.0, 9537.0, 9593.0, 9561.0, 9568.0, 9537.0, 9523.0, 9539.0, 9545.0, 9580.0, 9566.0, 9585.0, 9542.0, 9601.0, 9555.0, 9588.0, 9538.0, 9537.0, 9599.0, 9557.0, 9582.0, 9536.0, 9550.0, 9559.0, 9530.0, 9557.0, 9535.0, 9552.0, 9563.0, 9568.0, 9537.0, 9553.0, 9540.0, 9557.0, 9594.0, 9538.0, 9554.0, 9555.0, 9541.0, 9540.0, 9541.0, 9581.0, 9539.0, 9546.0, 9562.0, 9601.0, 9539.0, 9588.0, 9559.0, 9601.0, 9587.0, 9558.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.00171769696969697</td></tr>
<tr><td colspan=3>aqi</td><td>0.0479923771969697</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.16631034578462</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1609181882410928</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9609943082183469</td></tr>
<tr><td colspan=3>efc</td><td>0.4769</td></tr>
<tr><td colspan=3>fber</td><td>5812.8125</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12617520842837648</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>136</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.303030303030303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6865536200718636</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6282900282457735</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.950333838749469</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4810369932203473</td></tr>
<tr><td colspan=3>gcor</td><td>0.00732871</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01629951223731041</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026666298508644104</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8082993779884298</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>32.2049</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3942</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.5029</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299877.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>856.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.2072</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1923</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.4323</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3506.8028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.696</td></tr>
<tr><td colspan=3>tsnr</td><td>31.604790847050026</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>