<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-04/func/sub-0044_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>4c8af3a1c4bdfba7f1f44076f5a2d10f</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>16:35:33.262500</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.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0998595</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92bcf4b1-30d9-44bc-bc27-527bd2aa939e||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.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['163533.262500', '163533.722500', '163534.182500', '163534.642500', '163535.102500', '163535.562500', '163536.022500', '163536.482500', '163536.942500', '163537.402500', '163537.862500', '163538.322500', '163538.782500', '163539.242500', '163539.702500', '163540.162500', '163540.622500', '163541.082500', '163541.542500', '163542.002500', '163542.462500', '163542.922500', '163543.382500', '163543.842500', '163544.302500', '163544.762500', '163545.222500', '163545.682500', '163546.142500', '163546.602500', '163547.062500', '163547.522500', '163547.982500', '163548.442500', '163548.902500', '163549.362500', '163549.822500', '163550.282500', '163550.742500', '163551.202500', '163551.662500', '163552.122500', '163552.582500', '163553.042500', '163553.502500', '163553.962500', '163554.422500', '163554.882500', '163555.342500', '163555.802500', '163556.262500', '163556.722500', '163557.182500', '163557.642500', '163558.102500', '163558.562500', '163559.022500', '163559.482500', '163559.942500', '163600.402500', '163600.862500', '163601.322500', '163601.782500', '163602.242500', '163602.702500', '163603.162500', '163603.622500', '163604.082500', '163604.542500', '163605.002500', '163605.462500', '163605.922500', '163606.382500', '163606.842500', '163607.302500', '163607.762500', '163608.222500', '163608.682500', '163609.142500', '163609.602500', '163610.062500', '163610.522500', '163610.982500', '163611.442500', '163611.902500', '163612.362500', '163612.822500', '163613.282500', '163613.742500', '163614.202500', '163614.662500', '163615.122500', '163615.582500', '163616.042500', '163616.502500', '163616.962500', '163617.422500', '163617.882500', '163618.342500', '163618.802500', '163619.262500', '163619.722500', '163620.182500', '163620.642500', '163621.102500', '163621.562500', '163622.022500', '163622.482500', '163622.942500', '163623.402500', '163623.862500', '163624.322500', '163624.782500', '163625.242500', '163625.702500', '163626.162500', '163626.622500', '163627.082500', '163627.542500', '163628.002500', '163628.462500', '163628.922500', '163629.382500', '163629.842500', '163630.302500', '163630.762500', '163631.222500', '163631.682500', '163632.142500', '163632.602500', '163633.062500', '163633.522500', '163633.982500', '163634.442500', '163634.902500', '163635.362500', '163635.822500', '163636.282500', '163636.742500', '163637.202500', '163637.662500', '163638.122500', '163638.582500', '163639.042500', '163639.502500', '163639.962500', '163640.422500', '163640.882500', '163641.342500', '163641.802500', '163642.262500', '163642.722500', '163643.182500', '163643.642500', '163644.102500', '163644.562500', '163645.022500', '163645.482500', '163645.942500', '163646.402500', '163646.862500', '163647.322500', '163647.782500', '163648.242500', '163648.702500', '163649.162500', '163649.622500', '163650.082500', '163650.542500', '163651.002500', '163651.462500', '163651.922500', '163652.382500', '163652.842500', '163653.302500', '163653.762500', '163654.222500', '163654.682500', '163655.142500', '163655.602500', '163656.062500', '163656.522500', '163656.982500', '163657.442500', '163657.902500', '163658.362500', '163658.822500', '163659.282500', '163659.742500', '163700.202500', '163700.662500', '163701.122500', '163701.582500', '163702.042500', '163702.502500', '163702.962500', '163703.422500', '163703.882500', '163704.342500', '163704.802500', '163705.262500', '163705.722500', '163706.182500', '163706.642500', '163707.102500', '163707.562500', '163708.022500', '163708.482500', '163708.942500', '163709.402500', '163709.862500', '163710.322500', '163710.782500', '163711.242500', '163711.702500', '163712.162500', '163712.622500', '163713.082500', '163713.542500', '163714.002500', '163714.462500', '163714.922500', '163715.382500', '163715.842500', '163716.302500', '163716.762500', '163717.222500', '163717.682500', '163718.142500', '163718.602500', '163719.062500', '163719.522500', '163719.982500', '163720.442500', '163720.902500', '163721.362500', '163721.822500', '163722.282500', '163722.742500', '163723.202500', '163723.662500', '163724.122500', '163724.582500', '163725.042500', '163725.502500', '163725.962500', '163726.422500', '163726.882500', '163727.342500', '163727.802500', '163728.262500', '163728.722500', '163729.182500', '163729.642500', '163730.102500', '163730.562500', '163731.022500', '163731.482500', '163731.942500', '163732.402500', '163732.862500', '163733.322500', '163733.782500', '163734.242500', '163734.702500', '163735.162500', '163735.622500', '163736.082500', '163736.542500', '163737.002500', '163737.462500', '163737.922500', '163738.382500', '163738.842500', '163739.302500', '163739.762500', '163740.222500', '163740.682500', '163741.142500', '163741.602500', '163742.062500', '163742.522500', '163742.982500', '163743.442500', '163743.902500', '163744.362500', '163744.822500', '163745.282500', '163745.742500', '163746.202500', '163746.662500', '163747.122500', '163747.582500', '163748.042500', '163748.502500', '163748.962500', '163749.422500', '163749.882500', '163750.342500', '163750.802500', '163751.262500', '163751.722500', '163752.182500', '163752.642500', '163753.102500', '163753.562500', '163754.022500', '163754.482500', '163754.942500', '163755.402500', '163755.862500', '163756.322500', '163756.782500', '163757.242500', '163757.702500', '163758.162500', '163758.622500', '163759.082500', '163759.542500', '163800.002500', '163800.462500', '163800.922500', '163801.382500', '163801.842500', '163802.302500', '163802.762500', '163803.222500', '163803.682500', '163804.142500', '163804.602500', '163805.062500', '163805.522500', '163805.982500', '163806.442500', '163806.902500', '163807.362500', '163807.822500', '163808.282500', '163808.742500', '163809.202500', '163809.662500', '163810.122500', '163810.582500', '163811.042500', '163811.502500', '163811.962500', '163812.422500', '163812.882500', '163813.342500', '163813.802500', '163814.262500', '163814.722500', '163815.182500', '163815.642500', '163816.102500', '163816.562500', '163817.022500', '163817.482500', '163817.942500', '163818.402500', '163818.862500', '163819.322500', '163819.782500', '163820.242500', '163820.702500', '163821.162500', '163821.622500', '163822.082500', '163822.542500', '163823.002500', '163823.462500', '163823.922500', '163824.382500', '163824.842500', '163825.302500', '163825.762500', '163826.222500', '163826.682500', '163827.142500', '163827.602500', '163828.062500', '163828.522500', '163828.982500', '163829.442500', '163829.902500', '163830.362500', '163830.822500', '163831.282500', '163831.742500', '163832.202500', '163832.662500', '163833.122500', '163833.582500', '163834.042500', '163834.502500', '163834.962500', '163835.422500', '163835.882500', '163836.342500', '163836.802500', '163837.262500', '163837.722500', '163838.182500', '163838.642500', '163839.102500', '163839.562500', '163840.022500', '163840.482500', '163840.942500', '163841.402500', '163841.862500', '163842.322500', '163842.782500', '163843.242500', '163843.702500', '163844.162500', '163844.622500', '163845.082500', '163845.542500', '163846.002500', '163846.462500', '163846.922500', '163847.382500', '163847.842500', '163848.302500', '163848.762500', '163849.222500', '163849.682500', '163850.142500', '163850.602500', '163851.062500', '163851.522500', '163851.982500', '163852.442500', '163852.902500', '163853.362500', '163853.822500', '163854.282500', '163854.742500', '163855.202500', '163855.662500', '163856.122500', '163856.582500', '163857.042500', '163857.502500', '163857.962500', '163858.422500', '163858.882500', '163859.342500', '163859.802500', '163900.262500', '163900.722500', '163901.182500', '163901.642500', '163902.102500', '163902.562500', '163903.022500', '163903.482500', '163903.942500', '163904.402500', '163904.862500', '163905.322500', '163905.782500', '163906.242500', '163906.702500', '163907.162500', '163907.622500', '163908.082500', '163908.542500', '163909.002500', '163909.462500', '163909.922500', '163910.382500', '163910.842500', '163911.302500', '163911.762500', '163912.222500', '163912.682500', '163913.142500', '163913.602500', '163914.062500', '163914.522500', '163914.982500', '163915.442500', '163915.902500', '163916.362500', '163916.822500', '163917.282500', '163917.742500', '163918.202500', '163918.662500', '163919.122500', '163919.582500', '163920.042500', '163920.502500', '163920.962500', '163921.422500', '163921.882500', '163922.342500', '163922.802500', '163923.262500', '163923.722500', '163924.182500', '163924.642500', '163925.102500', '163925.562500', '163926.022500', '163926.482500', '163926.942500', '163927.402500', '163927.862500', '163928.322500', '163928.782500', '163929.242500', '163929.702500', '163930.162500', '163930.622500', '163931.082500', '163931.542500', '163932.002500', '163932.462500', '163932.922500', '163933.382500', '163933.842500', '163934.302500', '163934.762500', '163935.222500', '163935.682500', '163936.142500', '163936.602500', '163937.062500', '163937.522500', '163937.982500', '163938.442500', '163938.902500', '163939.362500', '163939.822500', '163940.282500', '163940.742500', '163941.202500', '163941.662500', '163942.122500', '163942.582500', '163943.042500', '163943.502500', '163943.962500', '163944.422500', '163944.882500', '163945.342500', '163945.802500', '163946.262500', '163946.722500', '163947.182500', '163947.642500', '163948.102500', '163948.562500', '163949.022500', '163949.482500', '163949.942500', '163950.402500', '163950.862500', '163951.322500', '163951.782500', '163952.242500', '163952.702500', '163953.162500', '163953.622500', '163954.082500', '163954.542500', '163955.002500', '163955.462500', '163955.922500', '163956.382500', '163956.842500', '163957.302500', '163957.762500', '163958.222500', '163958.682500', '163959.142500', '163959.602500', '164000.062500', '164000.522500', '164000.982500', '164001.442500', '164001.902500', '164002.362500', '164002.822500', '164003.282500', '164003.742500', '164004.202500', '164004.662500', '164005.122500', '164005.582500', '164006.042500', '164006.502500', '164006.962500', '164007.422500', '164007.882500', '164008.342500', '164008.802500', '164009.262500', '164009.722500', '164010.182500', '164010.642500', '164011.102500', '164011.562500', '164012.022500', '164012.482500', '164012.942500', '164013.402500', '164013.862500', '164014.322500', '164014.782500', '164015.242500', '164015.702500', '164016.162500', '164016.622500', '164017.082500', '164017.542500', '164018.002500', '164018.462500', '164018.922500', '164019.382500', '164019.842500', '164020.302500', '164020.762500', '164021.222500', '164021.682500', '164022.142500', '164022.602500', '164023.062500', '164023.522500', '164023.982500', '164024.442500', '164024.902500', '164025.362500', '164025.822500', '164026.282500', '164026.742500', '164027.202500', '164027.662500', '164028.122500', '164028.582500', '164029.042500', '164029.502500', '164029.962500', '164030.422500', '164030.882500', '164031.342500', '164031.802500', '164032.262500', '164032.722500', '164033.182500', '164033.642500', '164034.102500', '164034.562500', '164035.022500', '164035.482500', '164035.942500', '164036.402500', '164036.862500', '164037.322500', '164037.782500', '164038.242500', '164038.702500', '164039.162500', '164039.622500', '164040.082500', '164040.542500', '164041.002500', '164041.462500', '164041.922500', '164042.382500', '164042.842500', '164043.302500', '164043.762500', '164044.222500', '164044.682500', '164045.142500', '164045.602500', '164046.062500', '164046.522500', '164046.982500', '164047.442500', '164047.902500', '164048.362500', '164048.822500', '164049.282500', '164049.742500', '164050.202500', '164050.662500', '164051.122500', '164051.582500', '164052.042500', '164052.502500', '164052.962500', '164053.422500', '164053.882500', '164054.342500', '164054.802500', '164055.262500', '164055.722500', '164056.182500', '164056.642500', '164057.102500', '164057.562500', '164058.022500', '164058.482500', '164058.942500', '164059.402500', '164059.862500', '164100.322500', '164100.782500', '164101.242500', '164101.702500', '164102.162500', '164102.622500', '164103.082500', '164103.542500', '164104.002500', '164104.462500', '164104.922500', '164105.382500', '164105.842500', '164106.302500', '164106.762500', '164107.222500', '164107.682500', '164108.142500', '164108.602500', '164109.062500', '164109.522500', '164109.982500', '164110.442500', '164110.902500', '164111.362500', '164111.822500', '164112.282500', '164112.742500', '164113.202500', '164113.662500', '164114.122500', '164114.582500', '164115.042500', '164115.502500', '164115.962500', '164116.422500', '164116.882500', '164117.342500', '164117.802500', '164118.262500', '164118.722500', '164119.182500', '164119.642500', '164120.102500', '164120.562500', '164121.022500', '164121.482500', '164121.942500', '164122.402500', '164122.862500', '164123.322500', '164123.782500', '164124.242500', '164124.702500', '164125.162500', '164125.622500', '164126.082500', '164126.542500', '164127.002500', '164127.462500', '164127.922500', '164128.382500', '164128.842500', '164129.302500', '164129.762500', '164130.222500', '164130.682500', '164131.142500', '164131.602500', '164132.062500', '164132.522500', '164132.982500', '164133.442500', '164133.902500', '164134.362500', '164134.822500', '164135.282500', '164135.742500', '164136.202500', '164136.662500', '164137.122500', '164137.582500', '164138.042500', '164138.502500', '164138.962500', '164139.422500', '164139.882500', '164140.342500', '164140.802500', '164141.262500', '164141.722500', '164142.182500', '164142.642500', '164143.102500', '164143.562500', '164144.022500', '164144.482500', '164144.942500', '164145.402500', '164145.862500', '164146.322500', '164146.782500', '164147.242500', '164147.702500', '164148.162500', '164148.622500', '164149.082500', '164149.542500', '164150.002500', '164150.462500', '164150.922500', '164151.382500', '164151.842500', '164152.302500', '164152.762500', '164153.222500', '164153.682500', '164154.142500', '164154.602500', '164155.062500', '164155.522500', '164155.982500', '164156.442500', '164156.902500', '164157.362500', '164157.822500', '164158.282500', '164158.742500', '164159.202500', '164159.662500', '164200.122500', '164200.582500', '164201.042500', '164201.502500', '164201.962500', '164202.422500', '164202.882500', '164203.342500', '164203.802500', '164204.262500', '164204.722500', '164205.182500', '164205.642500', '164206.102500', '164206.562500', '164207.022500', '164207.482500', '164207.942500', '164208.402500', '164208.862500', '164209.322500', '164209.782500', '164210.242500', '164210.702500', '164211.162500', '164211.622500', '164212.082500', '164212.542500', '164213.002500', '164213.462500', '164213.922500', '164214.382500', '164214.842500', '164215.302500', '164215.762500', '164216.222500', '164216.682500', '164217.142500', '164217.602500', '164218.062500', '164218.522500', '164218.982500', '164219.442500', '164219.902500', '164220.362500', '164220.822500', '164221.282500', '164221.742500', '164222.202500', '164222.662500', '164223.122500', '164223.582500', '164224.042500', '164224.502500', '164224.962500', '164225.422500', '164225.882500', '164226.342500', '164226.802500', '164227.262500', '164227.722500', '164228.182500', '164228.642500', '164229.102500', '164229.562500', '164230.022500', '164230.482500', '164230.942500', '164231.402500', '164231.862500', '164232.322500', '164232.782500', '164233.242500', '164233.702500', '164234.162500', '164234.622500', '164235.082500', '164235.542500', '164236.002500', '164236.462500', '164236.922500', '164237.382500', '164237.842500', '164238.302500', '164238.762500', '164239.222500', '164239.682500', '164240.142500', '164240.602500', '164241.062500', '164241.522500', '164241.982500', '164242.442500', '164242.902500', '164243.362500', '164243.822500', '164244.282500', '164244.742500', '164245.202500', '164245.662500', '164246.122500', '164246.582500', '164247.042500', '164247.502500', '164247.962500', '164248.422500', '164248.882500', '164249.342500', '164249.802500', '164250.262500', '164250.722500', '164251.182500', '164251.642500', '164252.102500', '164252.562500', '164253.022500', '164253.482500', '164253.942500', '164254.402500', '164254.862500', '164255.322500', '164255.782500', '164256.242500', '164256.702500', '164257.162500', '164257.622500', '164258.082500', '164258.542500', '164259.002500', '164259.462500', '164259.922500', '164300.382500', '164300.842500', '164301.302500', '164301.762500', '164302.222500', '164302.682500', '164303.142500', '164303.602500', '164304.062500', '164304.522500', '164304.982500', '164305.442500', '164305.902500', '164306.362500', '164306.822500', '164307.282500', '164307.742500', '164308.202500', '164308.662500', '164309.122500', '164309.582500', '164310.042500', '164310.502500', '164310.962500', '164311.422500', '164311.882500', '164312.342500', '164312.802500', '164313.262500', '164313.722500', '164314.182500', '164314.642500', '164315.102500', '164315.562500', '164316.022500', '164316.482500', '164316.942500', '164317.402500', '164317.862500', '164318.322500', '164318.782500', '164319.242500', '164319.702500', '164320.162500', '164320.622500', '164321.082500', '164321.542500', '164322.002500', '164322.462500', '164322.922500', '164323.382500', '164323.842500', '164324.302500', '164324.762500', '164325.222500', '164325.682500', '164326.142500', '164326.602500', '164327.062500', '164327.522500', '164327.982500', '164328.442500', '164328.902500', '164329.362500', '164329.822500', '164330.282500', '164330.742500', '164331.202500', '164331.662500', '164332.122500', '164332.582500', '164333.042500', '164333.502500', '164333.962500', '164334.422500', '164334.882500', '164335.342500', '164335.802500', '164336.262500', '164336.722500', '164337.182500', '164337.642500', '164338.102500', '164338.562500', '164339.022500', '164339.482500', '164339.942500', '164340.402500', '164340.862500', '164341.322500', '164341.782500', '164342.242500', '164342.702500', '164343.162500', '164343.622500', '164344.082500', '164344.542500', '164345.002500', '164345.462500', '164345.922500', '164346.382500', '164346.842500', '164347.302500', '164347.762500', '164348.222500', '164348.682500', '164349.142500', '164349.602500', '164350.062500', '164350.522500', '164350.982500', '164351.442500', '164351.902500', '164352.362500', '164352.822500', '164353.282500', '164353.742500', '164354.202500', '164354.662500', '164355.122500', '164355.582500', '164356.042500', '164356.502500', '164356.962500', '164357.422500', '164357.882500', '164358.342500', '164358.802500', '164359.262500', '164359.722500', '164400.182500', '164400.642500', '164401.102500', '164401.562500', '164402.022500', '164402.482500', '164402.942500', '164403.402500', '164403.862500', '164404.322500', '164404.782500', '164405.242500', '164405.702500', '164406.162500', '164406.622500', '164407.082500', '164407.542500', '164408.002500', '164408.462500', '164408.922500', '164409.382500', '164409.842500', '164410.302500', '164410.762500', '164411.222500', '164411.682500', '164412.142500', '164412.602500', '164413.062500', '164413.522500', '164413.982500', '164414.442500', '164414.902500', '164415.362500', '164415.822500', '164416.282500', '164416.742500', '164417.202500', '164417.662500', '164418.122500', '164418.582500', '164419.042500', '164419.502500', '164419.962500', '164420.422500', '164420.882500', '164421.342500', '164421.802500', '164422.262500', '164422.722500', '164423.182500', '164423.642500', '164424.102500', '164424.562500', '164425.022500', '164425.482500', '164425.942500', '164426.402500', '164426.862500', '164427.322500', '164427.782500', '164428.242500', '164428.702500', '164429.162500', '164429.622500', '164430.082500', '164430.542500', '164431.002500', '164431.462500', '164431.922500', '164432.382500', '164432.842500', '164433.302500', '164433.762500', '164434.222500', '164434.682500', '164435.142500', '164435.602500', '164436.062500', '164436.522500', '164436.982500', '164437.442500', '164437.902500', '164438.362500', '164438.822500', '164439.282500', '164439.742500', '164440.202500', '164440.662500', '164441.122500', '164441.582500', '164442.042500', '164442.502500', '164442.962500', '164443.422500', '164443.882500', '164444.342500', '164444.802500', '164445.262500', '164445.722500', '164446.182500', '164446.642500', '164447.102500', '164447.562500', '164448.022500', '164448.482500', '164448.942500', '164449.402500', '164449.862500', '164450.322500', '164450.782500', '164451.242500', '164451.702500', '164452.162500', '164452.622500', '164453.082500', '164453.542500', '164454.002500', '164454.462500', '164454.922500', '164455.382500', '164455.842500', '164456.302500', '164456.762500', '164457.222500', '164457.682500', '164458.142500', '164458.602500', '164459.062500', '164459.522500', '164459.982500', '164500.442500', '164500.902500', '164501.362500', '164501.822500', '164502.282500', '164502.742500', '164503.202500', '164503.662500', '164504.122500', '164504.582500', '164505.042500', '164505.502500', '164505.962500', '164506.422500', '164506.882500', '164507.342500', '164507.802500', '164508.262500', '164508.722500', '164509.182500', '164509.642500', '164510.102500', '164510.562500', '164511.022500', '164511.482500', '164511.942500', '164512.402500', '164512.862500', '164513.322500', '164513.782500', '164514.242500', '164514.702500', '164515.162500', '164515.622500', '164516.082500', '164516.542500', '164517.002500', '164517.462500', '164517.922500', '164518.382500', '164518.842500', '164519.302500', '164519.762500', '164520.222500', '164520.682500', '164521.142500', '164521.602500', '164522.062500', '164522.522500', '164522.982500', '164523.442500', '164523.902500', '164524.362500', '164524.822500', '164525.282500', '164525.742500', '164526.202500', '164526.662500', '164527.122500', '164527.582500', '164528.042500', '164528.502500', '164528.962500', '164529.422500', '164529.882500', '164530.342500', '164530.802500', '164531.262500', '164531.722500', '164532.182500', '164532.642500', '164533.102500', '164533.562500', '164534.022500', '164534.482500', '164534.942500', '164535.402500', '164535.862500', '164536.322500', '164536.782500', '164537.242500', '164537.702500', '164538.162500', '164538.622500', '164539.082500', '164539.542500', '164540.002500', '164540.462500', '164540.922500'], 'ContentTime': ['163601.723000', '163601.726000', '163601.729000', '163601.732000', '163601.738000', '163601.741000', '163601.743000', '163601.746000', '163601.748000', '163601.751000', '163601.753000', '163601.756000', '163601.759000', '163601.761000', '163601.764000', '163601.767000', '163601.769000', '163601.772000', '163601.774000', '163601.777000', '163601.779000', '163601.782000', '163601.784000', '163601.787000', '163601.790000', '163601.792000', '163601.795000', '163601.797000', '163601.800000', '163601.803000', '163601.805000', '163601.808000', '163601.810000', '163601.813000', '163601.816000', '163601.818000', '163601.821000', '163601.823000', '163601.826000', '163601.828000', '163601.831000', '163601.834000', '163601.836000', '163601.839000', '163601.841000', '163601.844000', '163601.846000', '163601.849000', '163601.851000', '163601.854000', '163601.857000', '163601.859000', '163601.868000', '163601.870000', '163601.873000', '163601.876000', '163601.878000', '163601.881000', '163601.883000', '163601.886000', '163621.696000', '163621.698000', '163621.701000', '163621.704000', '163621.706000', '163621.709000', '163621.711000', '163621.730000', '163621.732000', '163621.735000', '163621.737000', '163621.740000', '163621.742000', '163621.745000', '163621.748000', '163621.750000', '163621.753000', '163621.755000', '163621.758000', '163621.760000', '163621.763000', '163621.766000', '163621.769000', '163621.772000', '163621.775000', '163621.777000', '163621.780000', '163621.782000', '163621.785000', '163621.787000', '163621.790000', '163621.793000', '163621.795000', '163621.798000', '163621.875000', '163621.878000', '163621.880000', '163621.883000', '163621.885000', '163621.888000', '163621.891000', '163621.893000', '163621.896000', '163641.696000', '163641.699000', '163641.702000', '163641.705000', '163641.707000', '163641.710000', '163641.712000', '163641.715000', '163641.717000', '163641.720000', '163641.723000', '163641.725000', '163641.728000', '163641.731000', '163641.733000', '163641.736000', '163641.738000', '163641.741000', '163641.743000', '163641.746000', '163641.749000', '163641.751000', '163641.754000', '163641.757000', '163641.759000', '163641.762000', '163641.765000', '163641.767000', '163641.770000', '163641.772000', '163641.775000', '163641.777000', '163641.780000', '163641.783000', '163641.785000', '163641.788000', '163641.790000', '163641.793000', '163641.796000', '163641.798000', '163641.827000', '163641.829000', '163641.832000', '163641.835000', '163701.697000', '163701.699000', '163701.702000', '163701.705000', '163701.707000', '163701.710000', '163701.712000', '163701.715000', '163701.718000', '163701.720000', '163701.723000', '163701.725000', '163701.728000', '163701.730000', '163701.733000', '163701.736000', '163701.738000', '163701.741000', '163701.743000', '163701.746000', '163701.749000', '163701.751000', '163701.754000', '163701.756000', '163701.759000', '163701.761000', '163701.764000', '163701.767000', '163701.769000', '163701.772000', '163701.774000', '163701.777000', '163701.780000', '163701.782000', '163701.785000', '163701.787000', '163701.790000', '163701.793000', '163701.796000', '163701.798000', '163701.801000', '163701.803000', '163701.806000', '163721.697000', '163721.699000', '163721.702000', '163721.705000', '163721.707000', '163721.710000', '163721.713000', '163721.715000', '163721.718000', '163721.720000', '163721.723000', '163721.725000', '163721.728000', '163721.731000', '163721.733000', '163721.736000', '163721.738000', '163721.741000', '163721.744000', '163721.746000', '163721.749000', '163721.751000', '163721.754000', '163721.756000', '163721.759000', '163721.761000', '163721.764000', '163721.767000', '163721.769000', '163721.772000', '163721.775000', '163721.777000', '163721.780000', '163721.782000', '163721.785000', '163721.787000', '163721.790000', '163721.793000', '163721.795000', '163721.798000', '163721.832000', '163721.835000', '163721.838000', '163721.840000', '163741.697000', '163741.700000', '163741.702000', '163741.705000', '163741.707000', '163741.710000', '163741.713000', '163741.715000', '163741.718000', '163741.720000', '163741.723000', '163741.725000', '163741.728000', '163741.731000', '163741.733000', '163741.736000', '163741.738000', '163741.741000', '163741.744000', '163741.746000', '163741.749000', '163741.751000', '163741.754000', '163741.757000', '163741.759000', '163741.762000', '163741.764000', '163741.767000', '163741.770000', '163741.772000', '163741.775000', '163741.777000', '163741.780000', '163741.782000', '163741.785000', '163741.788000', '163741.790000', '163741.793000', '163741.795000', '163741.798000', '163741.838000', '163741.847000', '163741.850000', '163801.697000', '163801.700000', '163801.702000', '163801.705000', '163801.707000', '163801.710000', '163801.713000', '163801.715000', '163801.718000', '163801.720000', '163801.723000', '163801.725000', '163801.728000', '163801.731000', '163801.733000', '163801.736000', '163801.738000', '163801.741000', '163801.744000', '163801.746000', '163801.749000', '163801.751000', '163801.754000', '163801.756000', '163801.759000', '163801.762000', '163801.764000', '163801.767000', '163801.770000', '163801.772000', '163801.775000', '163801.777000', '163801.780000', '163801.782000', '163801.785000', '163801.788000', '163801.790000', '163801.793000', '163801.795000', '163801.798000', '163801.832000', '163801.834000', '163801.837000', '163801.840000', '163821.697000', '163821.699000', '163821.702000', '163821.705000', '163821.707000', '163821.710000', '163821.712000', '163821.715000', '163821.718000', '163821.720000', '163821.723000', '163821.726000', '163821.728000', '163821.731000', '163821.733000', '163821.736000', '163821.756000', '163821.759000', '163821.761000', '163821.764000', '163821.767000', '163821.769000', '163821.772000', '163821.774000', '163821.777000', '163821.780000', '163821.782000', '163821.785000', '163821.787000', '163821.790000', '163821.793000', '163821.795000', '163821.798000', '163821.801000', '163821.803000', '163821.806000', '163821.809000', '163821.812000', '163821.814000', '163821.817000', '163821.820000', '163821.822000', '163821.825000', '163841.696000', '163841.699000', '163841.701000', '163841.704000', '163841.706000', '163841.709000', '163841.712000', '163841.714000', '163841.717000', '163841.720000', '163841.722000', '163841.725000', '163841.727000', '163841.730000', '163841.733000', '163841.735000', '163841.738000', '163841.740000', '163841.743000', '163841.746000', '163841.748000', '163841.751000', '163841.753000', '163841.756000', '163841.759000', '163841.761000', '163841.764000', '163841.766000', '163841.769000', '163841.772000', '163841.774000', '163841.777000', '163841.779000', '163841.782000', '163841.784000', '163841.787000', '163841.790000', '163841.792000', '163841.795000', '163841.797000', '163841.854000', '163841.856000', '163841.859000', '163841.862000', '163901.697000', '163901.699000', '163901.702000', '163901.704000', '163901.707000', '163901.710000', '163901.712000', '163901.715000', '163901.718000', '163901.720000', '163901.723000', '163901.725000', '163901.728000', '163901.731000', '163901.733000', '163901.736000', '163901.738000', '163901.741000', '163901.743000', '163901.746000', '163901.749000', '163901.751000', '163901.754000', '163901.757000', '163901.759000', '163901.762000', '163901.764000', '163901.767000', '163901.770000', '163901.772000', '163901.775000', '163901.777000', '163901.780000', '163901.783000', '163901.785000', '163901.788000', '163901.790000', '163901.793000', '163901.796000', '163901.798000', '163901.836000', '163901.839000', '163901.842000', '163921.696000', '163921.699000', '163921.702000', '163921.704000', '163921.707000', '163921.710000', '163921.712000', '163921.715000', '163921.717000', '163921.720000', '163921.723000', '163921.725000', '163921.728000', '163921.730000', '163921.733000', '163921.736000', '163921.738000', '163921.741000', '163921.744000', '163921.746000', '163921.749000', '163921.751000', '163921.754000', '163921.757000', '163921.759000', '163921.762000', '163921.765000', '163921.767000', '163921.770000', '163921.772000', '163921.775000', '163921.794000', '163921.796000', '163921.799000', '163921.851000', '163921.854000', '163921.856000', '163921.859000', '163921.861000', '163921.864000', '163921.867000', '163921.870000', '163921.872000', '163921.875000', '163941.697000', '163941.700000', '163941.702000', '163941.705000', '163941.707000', '163941.710000', '163941.713000', '163941.715000', '163941.718000', '163941.720000', '163941.723000', '163941.725000', '163941.728000', '163941.731000', '163941.733000', '163941.736000', '163941.738000', '163941.741000', '163941.744000', '163941.746000', '163941.749000', '163941.751000', '163941.754000', '163941.757000', '163941.759000', '163941.762000', '163941.765000', '163941.767000', '163941.770000', '163941.772000', '163941.775000', '163941.778000', '163941.780000', '163941.783000', '163941.785000', '163941.788000', '163941.790000', '163941.793000', '163941.796000', '163941.798000', '163941.801000', '163941.842000', '163941.845000', '164001.697000', '164001.701000', '164001.704000', '164001.706000', '164001.709000', '164001.712000', '164001.714000', '164001.717000', '164001.719000', '164001.722000', '164001.725000', '164001.727000', '164001.730000', '164001.732000', '164001.735000', '164001.738000', '164001.740000', '164001.743000', '164001.746000', '164001.748000', '164001.751000', '164001.754000', '164001.756000', '164001.759000', '164001.761000', '164001.764000', '164001.767000', '164001.769000', '164001.772000', '164001.774000', '164001.777000', '164001.780000', '164001.782000', '164001.785000', '164001.787000', '164001.790000', '164001.793000', '164001.795000', '164001.798000', '164001.833000', '164001.836000', '164001.839000', '164001.841000', '164001.844000', '164021.697000', '164021.699000', '164021.702000', '164021.705000', '164021.707000', '164021.710000', '164021.712000', '164021.715000', '164021.718000', '164021.720000', '164021.723000', '164021.725000', '164021.728000', '164021.731000', '164021.733000', '164021.736000', '164021.738000', '164021.741000', '164021.744000', '164021.746000', '164021.749000', '164021.751000', '164021.754000', '164021.757000', '164021.759000', '164021.762000', '164021.765000', '164021.767000', '164021.770000', '164021.772000', '164021.775000', '164021.778000', '164021.780000', '164021.783000', '164021.785000', '164021.788000', '164021.791000', '164021.793000', '164021.796000', '164021.799000', '164021.801000', '164021.804000', '164021.806000', '164041.696000', '164041.698000', '164041.701000', '164041.704000', '164041.706000', '164041.709000', '164041.711000', '164041.714000', '164041.717000', '164041.719000', '164041.722000', '164041.725000', '164041.727000', '164041.730000', '164041.732000', '164041.735000', '164041.738000', '164041.740000', '164041.743000', '164041.745000', '164041.748000', '164041.751000', '164041.753000', '164041.756000', '164041.759000', '164041.761000', '164041.764000', '164041.766000', '164041.769000', '164041.772000', '164041.774000', '164041.777000', '164041.779000', '164041.782000', '164041.785000', '164041.787000', '164041.790000', '164041.792000', '164041.795000', '164041.798000', '164041.866000', '164041.869000', '164041.871000', '164041.874000', '164101.696000', '164101.698000', '164101.701000', '164101.704000', '164101.706000', '164101.709000', '164101.712000', '164101.715000', '164101.717000', '164101.720000', '164101.722000', '164101.725000', '164101.728000', '164101.730000', '164101.733000', '164101.735000', '164101.738000', '164101.741000', '164101.743000', '164101.746000', '164101.748000', '164101.751000', '164101.754000', '164101.756000', '164101.759000', '164101.761000', '164101.764000', '164101.766000', '164101.769000', '164101.772000', '164101.774000', '164101.777000', '164101.779000', '164101.782000', '164101.785000', '164101.787000', '164101.790000', '164101.793000', '164101.795000', '164101.798000', '164101.859000', '164101.861000', '164101.864000', '164121.697000', '164121.699000', '164121.702000', '164121.705000', '164121.707000', '164121.710000', '164121.713000', '164121.715000', '164121.718000', '164121.720000', '164121.723000', '164121.725000', '164121.728000', '164121.731000', '164121.733000', '164121.736000', '164121.739000', '164121.742000', '164121.745000', '164121.748000', '164121.750000', '164121.753000', '164121.755000', '164121.758000', '164121.761000', '164121.763000', '164121.766000', '164121.768000', '164121.771000', '164121.774000', '164121.776000', '164121.779000', '164121.781000', '164121.784000', '164121.787000', '164121.789000', '164121.792000', '164121.795000', '164121.797000', '164121.837000', '164121.839000', '164121.842000', '164121.844000', '164121.847000', '164141.697000', '164141.699000', '164141.702000', '164141.705000', '164141.707000', '164141.710000', '164141.713000', '164141.715000', '164141.718000', '164141.720000', '164141.723000', '164141.726000', '164141.728000', '164141.731000', '164141.733000', '164141.736000', '164141.739000', '164141.741000', '164141.744000', '164141.748000', '164141.750000', '164141.753000', '164141.755000', '164141.758000', '164141.761000', '164141.763000', '164141.766000', '164141.768000', '164141.771000', '164141.774000', '164141.776000', '164141.779000', '164141.781000', '164141.784000', '164141.787000', '164141.789000', '164141.792000', '164141.794000', '164141.797000', '164141.847000', '164141.850000', '164141.853000', '164141.855000', '164201.697000', '164201.699000', '164201.702000', '164201.705000', '164201.707000', '164201.710000', '164201.712000', '164201.715000', '164201.718000', '164201.720000', '164201.723000', '164201.726000', '164201.729000', '164201.732000', '164201.735000', '164201.738000', '164201.740000', '164201.743000', '164201.746000', '164201.748000', '164201.751000', '164201.753000', '164201.756000', '164201.758000', '164201.761000', '164201.764000', '164201.766000', '164201.769000', '164201.771000', '164201.774000', '164201.777000', '164201.779000', '164201.782000', '164201.784000', '164201.787000', '164201.790000', '164201.792000', '164201.795000', '164201.797000', '164201.852000', '164201.854000', '164201.857000', '164201.859000', '164221.696000', '164221.699000', '164221.702000', '164221.705000', '164221.707000', '164221.710000', '164221.712000', '164221.715000', '164221.717000', '164221.720000', '164221.723000', '164221.725000', '164221.728000', '164221.730000', '164221.733000', '164221.736000', '164221.738000', '164221.741000', '164221.744000', '164221.746000', '164221.749000', '164221.751000', '164221.754000', '164221.757000', '164221.759000', '164221.762000', '164221.764000', '164221.767000', '164221.770000', '164221.772000', '164221.775000', '164221.778000', '164221.780000', '164221.783000', '164221.785000', '164221.788000', '164221.790000', '164221.793000', '164221.796000', '164221.798000', '164221.845000', '164221.848000', '164221.850000', '164221.853000', '164241.697000', '164241.699000', '164241.702000', '164241.705000', '164241.707000', '164241.710000', '164241.712000', '164241.715000', '164241.718000', '164241.720000', '164241.723000', '164241.725000', '164241.728000', '164241.731000', '164241.733000', '164241.736000', '164241.738000', '164241.741000', '164241.744000', '164241.746000', '164241.749000', '164241.751000', '164241.754000', '164241.757000', '164241.760000', '164241.763000', '164241.766000', '164241.768000', '164241.771000', '164241.774000', '164241.778000', '164241.781000', '164241.784000', '164241.786000', '164241.789000', '164241.792000', '164241.794000', '164241.797000', '164241.799000', '164241.869000', '164241.871000', '164241.874000', '164241.876000', '164301.696000', '164301.698000', '164301.701000', '164301.704000', '164301.706000', '164301.709000', '164301.711000', '164301.714000', '164301.717000', '164301.719000', '164301.722000', '164301.725000', '164301.727000', '164301.730000', '164301.732000', '164301.735000', '164301.737000', '164301.740000', '164301.743000', '164301.745000', '164301.748000', '164301.751000', '164301.753000', '164301.756000', '164301.758000', '164301.761000', '164301.764000', '164301.766000', '164301.769000', '164301.772000', '164301.774000', '164301.777000', '164301.779000', '164301.782000', '164301.784000', '164301.787000', '164301.790000', '164301.792000', '164301.795000', '164301.797000', '164301.835000', '164301.838000', '164301.840000', '164301.843000', '164321.696000', '164321.698000', '164321.701000', '164321.704000', '164321.706000', '164321.709000', '164321.711000', '164321.714000', '164321.717000', '164321.719000', '164321.722000', '164321.724000', '164321.727000', '164321.729000', '164321.732000', '164321.735000', '164321.738000', '164321.740000', '164321.743000', '164321.746000', '164321.748000', '164321.751000', '164321.753000', '164321.756000', '164321.759000', '164321.761000', '164321.764000', '164321.766000', '164321.769000', '164321.772000', '164321.775000', '164321.777000', '164321.780000', '164321.782000', '164321.785000', '164321.788000', '164321.790000', '164321.793000', '164321.796000', '164321.798000', '164321.866000', '164321.869000', '164321.871000', '164341.696000', '164341.699000', '164341.702000', '164341.704000', '164341.707000', '164341.710000', '164341.712000', '164341.715000', '164341.718000', '164341.720000', '164341.723000', '164341.725000', '164341.728000', '164341.730000', '164341.733000', '164341.736000', '164341.738000', '164341.741000', '164341.743000', '164341.746000', '164341.749000', '164341.751000', '164341.754000', '164341.757000', '164341.759000', '164341.762000', '164341.764000', '164341.767000', '164341.770000', '164341.772000', '164341.775000', '164341.777000', '164341.780000', '164341.783000', '164341.785000', '164341.788000', '164341.791000', '164341.793000', '164341.796000', '164341.799000', '164341.868000', '164341.870000', '164341.873000', '164341.876000', '164401.697000', '164401.700000', '164401.702000', '164401.705000', '164401.708000', '164401.710000', '164401.713000', '164401.715000', '164401.718000', '164401.721000', '164401.723000', '164401.726000', '164401.728000', '164401.731000', '164401.733000', '164401.736000', '164401.739000', '164401.741000', '164401.744000', '164401.747000', '164401.749000', '164401.752000', '164401.754000', '164401.757000', '164401.760000', '164401.762000', '164401.765000', '164401.768000', '164401.770000', '164401.773000', '164401.775000', '164401.778000', '164401.781000', '164401.783000', '164401.786000', '164401.788000', '164401.791000', '164401.794000', '164401.797000', '164401.799000', '164401.841000', '164401.843000', '164401.846000', '164421.697000', '164421.700000', '164421.702000', '164421.705000', '164421.708000', '164421.710000', '164421.713000', '164421.716000', '164421.718000', '164421.721000', '164421.723000', '164421.726000', '164421.729000', '164421.731000', '164421.734000', '164421.736000', '164421.739000', '164421.742000', '164421.744000', '164421.747000', '164421.749000', '164421.752000', '164421.755000', '164421.757000', '164421.760000', '164421.762000', '164421.765000', '164421.768000', '164421.770000', '164421.773000', '164421.776000', '164421.778000', '164421.781000', '164421.784000', '164421.786000', '164421.789000', '164421.791000', '164421.794000', '164421.797000', '164421.799000', '164421.873000', '164421.876000', '164421.879000', '164421.881000', '164441.697000', '164441.699000', '164441.702000', '164441.705000', '164441.707000', '164441.710000', '164441.713000', '164441.715000', '164441.718000', '164441.720000', '164441.723000', '164441.726000', '164441.728000', '164441.731000', '164441.733000', '164441.736000', '164441.739000', '164441.741000', '164441.744000', '164441.746000', '164441.749000', '164441.752000', '164441.754000', '164441.757000', '164441.759000', '164441.762000', '164441.765000', '164441.767000', '164441.770000', '164441.773000', '164441.775000', '164441.778000', '164441.781000', '164441.783000', '164441.786000', '164441.788000', '164441.791000', '164441.794000', '164441.796000', '164441.799000', '164441.871000', '164441.873000', '164441.876000', '164501.697000', '164501.699000', '164501.702000', '164501.705000', '164501.707000', '164501.710000', '164501.712000', '164501.715000', '164501.718000', '164501.720000', '164501.723000', '164501.726000', '164501.728000', '164501.731000', '164501.734000', '164501.736000', '164501.739000', '164501.741000', '164501.744000', '164501.746000', '164501.749000', '164501.752000', '164501.754000', '164501.757000', '164501.759000', '164501.762000', '164501.765000', '164501.767000', '164501.770000', '164501.773000', '164501.775000', '164501.778000', '164501.780000', '164501.783000', '164501.785000', '164501.788000', '164501.791000', '164501.793000', '164501.796000', '164501.799000', '164501.871000', '164501.873000', '164501.876000', '164501.878000', '164521.696000', '164521.699000', '164521.701000', '164521.704000', '164521.706000', '164521.709000', '164521.712000', '164521.714000', '164521.717000', '164521.720000', '164521.722000', '164521.725000', '164521.728000', '164521.730000', '164521.733000', '164521.735000', '164521.738000', '164521.741000', '164521.743000', '164521.746000', '164521.749000', '164521.751000', '164521.754000', '164521.757000', '164521.759000', '164521.762000', '164521.764000', '164521.767000', '164521.770000', '164521.772000', '164521.775000', '164521.778000', '164521.780000', '164521.783000', '164521.785000', '164521.788000', '164521.791000', '164521.793000', '164521.796000', '164521.799000', '164521.869000', '164521.872000', '164521.874000', '164541.696000', '164541.699000', '164541.701000', '164541.704000', '164541.706000', '164541.711000', '164541.715000', '164541.723000', '164541.726000', '164541.730000', '164541.733000', '164541.737000', '164541.740000', '164541.743000', '164541.746000', '164541.748000', '164541.752000', '164541.755000', '164541.757000', '164541.761000', '164541.764000', '164541.768000', '164541.771000', '164541.775000', '164541.778000', '164541.782000', '164541.786000', '164541.790000', '164541.793000', '164541.796000', '164541.799000', '164541.897000', '164541.899000', '164541.902000', '164541.905000', '164541.907000', '164541.910000', '164541.913000', '164541.915000', '164541.918000', '164541.921000', '164541.923000', '164541.926000', '164541.929000', '164542.033000'], 'InstanceCreationTime': ['163601.723000', '163601.726000', '163601.729000', '163601.732000', '163601.738000', '163601.741000', '163601.743000', '163601.746000', '163601.748000', '163601.751000', '163601.753000', '163601.756000', '163601.759000', '163601.761000', '163601.764000', '163601.767000', '163601.769000', '163601.772000', '163601.774000', '163601.777000', '163601.779000', '163601.782000', '163601.784000', '163601.787000', '163601.790000', '163601.792000', '163601.795000', '163601.797000', '163601.800000', '163601.803000', '163601.805000', '163601.808000', '163601.810000', '163601.813000', '163601.816000', '163601.818000', '163601.821000', '163601.823000', '163601.826000', '163601.828000', '163601.831000', '163601.834000', '163601.836000', '163601.839000', '163601.841000', '163601.844000', '163601.846000', '163601.849000', '163601.851000', '163601.854000', '163601.857000', '163601.859000', '163601.868000', '163601.870000', '163601.873000', '163601.876000', '163601.878000', '163601.881000', '163601.883000', '163601.886000', '163621.696000', '163621.698000', '163621.701000', '163621.704000', '163621.706000', '163621.709000', '163621.711000', '163621.730000', '163621.732000', '163621.735000', '163621.737000', '163621.740000', '163621.742000', '163621.745000', '163621.748000', '163621.750000', '163621.753000', '163621.755000', '163621.758000', '163621.760000', '163621.763000', '163621.766000', '163621.769000', '163621.772000', '163621.775000', '163621.777000', '163621.780000', '163621.782000', '163621.785000', '163621.787000', '163621.790000', '163621.793000', '163621.795000', '163621.798000', '163621.875000', '163621.878000', '163621.880000', '163621.883000', '163621.885000', '163621.888000', '163621.891000', '163621.893000', '163621.896000', '163641.696000', '163641.699000', '163641.702000', '163641.705000', '163641.707000', '163641.710000', '163641.712000', '163641.715000', '163641.717000', '163641.720000', '163641.723000', '163641.725000', '163641.728000', '163641.731000', '163641.733000', '163641.736000', '163641.738000', '163641.741000', '163641.743000', '163641.746000', '163641.749000', '163641.751000', '163641.754000', '163641.757000', '163641.759000', '163641.762000', '163641.765000', '163641.767000', '163641.770000', '163641.772000', '163641.775000', '163641.777000', '163641.780000', '163641.783000', '163641.785000', '163641.788000', '163641.790000', '163641.793000', '163641.796000', '163641.798000', '163641.827000', '163641.829000', '163641.832000', '163641.835000', '163701.697000', '163701.699000', '163701.702000', '163701.705000', '163701.707000', '163701.710000', '163701.712000', '163701.715000', '163701.718000', '163701.720000', '163701.723000', '163701.725000', '163701.728000', '163701.730000', '163701.733000', '163701.736000', '163701.738000', '163701.741000', '163701.743000', '163701.746000', '163701.749000', '163701.751000', '163701.754000', '163701.756000', '163701.759000', '163701.761000', '163701.764000', '163701.767000', '163701.769000', '163701.772000', '163701.774000', '163701.777000', '163701.780000', '163701.782000', '163701.785000', '163701.787000', '163701.790000', '163701.793000', '163701.796000', '163701.798000', '163701.801000', '163701.803000', '163701.806000', '163721.697000', '163721.699000', '163721.702000', '163721.705000', '163721.707000', '163721.710000', '163721.713000', '163721.715000', '163721.718000', '163721.720000', '163721.723000', '163721.725000', '163721.728000', '163721.731000', '163721.733000', '163721.736000', '163721.738000', '163721.741000', '163721.744000', '163721.746000', '163721.749000', '163721.751000', '163721.754000', '163721.756000', '163721.759000', '163721.761000', '163721.764000', '163721.767000', '163721.769000', '163721.772000', '163721.775000', '163721.777000', '163721.780000', '163721.782000', '163721.785000', '163721.787000', '163721.790000', '163721.793000', '163721.795000', '163721.798000', '163721.832000', '163721.835000', '163721.838000', '163721.840000', '163741.697000', '163741.700000', '163741.702000', '163741.705000', '163741.707000', '163741.710000', '163741.713000', '163741.715000', '163741.718000', '163741.720000', '163741.723000', '163741.725000', '163741.728000', '163741.731000', '163741.733000', '163741.736000', '163741.738000', '163741.741000', '163741.744000', '163741.746000', '163741.749000', '163741.751000', '163741.754000', '163741.757000', '163741.759000', '163741.762000', '163741.764000', '163741.767000', '163741.770000', '163741.772000', '163741.775000', '163741.777000', '163741.780000', '163741.782000', '163741.785000', '163741.788000', '163741.790000', '163741.793000', '163741.795000', '163741.798000', '163741.838000', '163741.847000', '163741.850000', '163801.697000', '163801.700000', '163801.702000', '163801.705000', '163801.707000', '163801.710000', '163801.713000', '163801.715000', '163801.718000', '163801.720000', '163801.723000', '163801.725000', '163801.728000', '163801.731000', '163801.733000', '163801.736000', '163801.738000', '163801.741000', '163801.744000', '163801.746000', '163801.749000', '163801.751000', '163801.754000', '163801.756000', '163801.759000', '163801.762000', '163801.764000', '163801.767000', '163801.770000', '163801.772000', '163801.775000', '163801.777000', '163801.780000', '163801.782000', '163801.785000', '163801.788000', '163801.790000', '163801.793000', '163801.795000', '163801.798000', '163801.832000', '163801.834000', '163801.837000', '163801.840000', '163821.697000', '163821.699000', '163821.702000', '163821.705000', '163821.707000', '163821.710000', '163821.712000', '163821.715000', '163821.718000', '163821.720000', '163821.723000', '163821.726000', '163821.728000', '163821.731000', '163821.733000', '163821.736000', '163821.756000', '163821.759000', '163821.761000', '163821.764000', '163821.767000', '163821.769000', '163821.772000', '163821.774000', '163821.777000', '163821.780000', '163821.782000', '163821.785000', '163821.787000', '163821.790000', '163821.793000', '163821.795000', '163821.798000', '163821.801000', '163821.803000', '163821.806000', '163821.809000', '163821.812000', '163821.814000', '163821.817000', '163821.820000', '163821.822000', '163821.825000', '163841.696000', '163841.699000', '163841.701000', '163841.704000', '163841.706000', '163841.709000', '163841.712000', '163841.714000', '163841.717000', '163841.720000', '163841.722000', '163841.725000', '163841.727000', '163841.730000', '163841.733000', '163841.735000', '163841.738000', '163841.740000', '163841.743000', '163841.746000', '163841.748000', '163841.751000', '163841.753000', '163841.756000', '163841.759000', '163841.761000', '163841.764000', '163841.766000', '163841.769000', '163841.772000', '163841.774000', '163841.777000', '163841.779000', '163841.782000', '163841.784000', '163841.787000', '163841.790000', '163841.792000', '163841.795000', '163841.797000', '163841.854000', '163841.856000', '163841.859000', '163841.862000', '163901.697000', '163901.699000', '163901.702000', '163901.704000', '163901.707000', '163901.710000', '163901.712000', '163901.715000', '163901.718000', '163901.720000', '163901.723000', '163901.725000', '163901.728000', '163901.731000', '163901.733000', '163901.736000', '163901.738000', '163901.741000', '163901.743000', '163901.746000', '163901.749000', '163901.751000', '163901.754000', '163901.757000', '163901.759000', '163901.762000', '163901.764000', '163901.767000', '163901.770000', '163901.772000', '163901.775000', '163901.777000', '163901.780000', '163901.783000', '163901.785000', '163901.788000', '163901.790000', '163901.793000', '163901.796000', '163901.798000', '163901.836000', '163901.839000', '163901.842000', '163921.696000', '163921.699000', '163921.702000', '163921.704000', '163921.707000', '163921.710000', '163921.712000', '163921.715000', '163921.717000', '163921.720000', '163921.723000', '163921.725000', '163921.728000', '163921.730000', '163921.733000', '163921.736000', '163921.738000', '163921.741000', '163921.744000', '163921.746000', '163921.749000', '163921.751000', '163921.754000', '163921.757000', '163921.759000', '163921.762000', '163921.765000', '163921.767000', '163921.770000', '163921.772000', '163921.775000', '163921.794000', '163921.796000', '163921.799000', '163921.851000', '163921.854000', '163921.856000', '163921.859000', '163921.861000', '163921.864000', '163921.867000', '163921.870000', '163921.872000', '163921.875000', '163941.697000', '163941.700000', '163941.702000', '163941.705000', '163941.707000', '163941.710000', '163941.713000', '163941.715000', '163941.718000', '163941.720000', '163941.723000', '163941.725000', '163941.728000', '163941.731000', '163941.733000', '163941.736000', '163941.738000', '163941.741000', '163941.744000', '163941.746000', '163941.749000', '163941.751000', '163941.754000', '163941.757000', '163941.759000', '163941.762000', '163941.765000', '163941.767000', '163941.770000', '163941.772000', '163941.775000', '163941.778000', '163941.780000', '163941.783000', '163941.785000', '163941.788000', '163941.790000', '163941.793000', '163941.796000', '163941.798000', '163941.801000', '163941.842000', '163941.845000', '164001.697000', '164001.701000', '164001.704000', '164001.706000', '164001.709000', '164001.712000', '164001.714000', '164001.717000', '164001.719000', '164001.722000', '164001.725000', '164001.727000', '164001.730000', '164001.732000', '164001.735000', '164001.738000', '164001.740000', '164001.743000', '164001.746000', '164001.748000', '164001.751000', '164001.754000', '164001.756000', '164001.759000', '164001.761000', '164001.764000', '164001.767000', '164001.769000', '164001.772000', '164001.774000', '164001.777000', '164001.780000', '164001.782000', '164001.785000', '164001.787000', '164001.790000', '164001.793000', '164001.795000', '164001.798000', '164001.833000', '164001.836000', '164001.839000', '164001.841000', '164001.844000', '164021.697000', '164021.699000', '164021.702000', '164021.705000', '164021.707000', '164021.710000', '164021.712000', '164021.715000', '164021.718000', '164021.720000', '164021.723000', '164021.725000', '164021.728000', '164021.731000', '164021.733000', '164021.736000', '164021.738000', '164021.741000', '164021.744000', '164021.746000', '164021.749000', '164021.751000', '164021.754000', '164021.757000', '164021.759000', '164021.762000', '164021.765000', '164021.767000', '164021.770000', '164021.772000', '164021.775000', '164021.778000', '164021.780000', '164021.783000', '164021.785000', '164021.788000', '164021.791000', '164021.793000', '164021.796000', '164021.799000', '164021.801000', '164021.804000', '164021.806000', '164041.696000', '164041.698000', '164041.701000', '164041.704000', '164041.706000', '164041.709000', '164041.711000', '164041.714000', '164041.717000', '164041.719000', '164041.722000', '164041.725000', '164041.727000', '164041.730000', '164041.732000', '164041.735000', '164041.738000', '164041.740000', '164041.743000', '164041.745000', '164041.748000', '164041.751000', '164041.753000', '164041.756000', '164041.759000', '164041.761000', '164041.764000', '164041.766000', '164041.769000', '164041.772000', '164041.774000', '164041.777000', '164041.779000', '164041.782000', '164041.785000', '164041.787000', '164041.790000', '164041.792000', '164041.795000', '164041.798000', '164041.866000', '164041.869000', '164041.871000', '164041.874000', '164101.696000', '164101.698000', '164101.701000', '164101.704000', '164101.706000', '164101.709000', '164101.712000', '164101.715000', '164101.717000', '164101.720000', '164101.722000', '164101.725000', '164101.728000', '164101.730000', '164101.733000', '164101.735000', '164101.738000', '164101.741000', '164101.743000', '164101.746000', '164101.748000', '164101.751000', '164101.754000', '164101.756000', '164101.759000', '164101.761000', '164101.764000', '164101.766000', '164101.769000', '164101.772000', '164101.774000', '164101.777000', '164101.779000', '164101.782000', '164101.785000', '164101.787000', '164101.790000', '164101.793000', '164101.795000', '164101.798000', '164101.859000', '164101.861000', '164101.864000', '164121.697000', '164121.699000', '164121.702000', '164121.705000', '164121.707000', '164121.710000', '164121.713000', '164121.715000', '164121.718000', '164121.720000', '164121.723000', '164121.725000', '164121.728000', '164121.731000', '164121.733000', '164121.736000', '164121.739000', '164121.742000', '164121.745000', '164121.748000', '164121.750000', '164121.753000', '164121.755000', '164121.758000', '164121.761000', '164121.763000', '164121.766000', '164121.768000', '164121.771000', '164121.774000', '164121.776000', '164121.779000', '164121.781000', '164121.784000', '164121.787000', '164121.789000', '164121.792000', '164121.795000', '164121.797000', '164121.837000', '164121.839000', '164121.842000', '164121.844000', '164121.847000', '164141.697000', '164141.699000', '164141.702000', '164141.705000', '164141.707000', '164141.710000', '164141.713000', '164141.715000', '164141.718000', '164141.720000', '164141.723000', '164141.726000', '164141.728000', '164141.731000', '164141.733000', '164141.736000', '164141.739000', '164141.741000', '164141.744000', '164141.748000', '164141.750000', '164141.753000', '164141.755000', '164141.758000', '164141.761000', '164141.763000', '164141.766000', '164141.768000', '164141.771000', '164141.774000', '164141.776000', '164141.779000', '164141.781000', '164141.784000', '164141.787000', '164141.789000', '164141.792000', '164141.794000', '164141.797000', '164141.847000', '164141.850000', '164141.853000', '164141.855000', '164201.697000', '164201.699000', '164201.702000', '164201.705000', '164201.707000', '164201.710000', '164201.712000', '164201.715000', '164201.718000', '164201.720000', '164201.723000', '164201.726000', '164201.729000', '164201.732000', '164201.735000', '164201.738000', '164201.740000', '164201.743000', '164201.746000', '164201.748000', '164201.751000', '164201.753000', '164201.756000', '164201.758000', '164201.761000', '164201.764000', '164201.766000', '164201.769000', '164201.771000', '164201.774000', '164201.777000', '164201.779000', '164201.782000', '164201.784000', '164201.787000', '164201.790000', '164201.792000', '164201.795000', '164201.797000', '164201.852000', '164201.854000', '164201.857000', '164201.859000', '164221.696000', '164221.699000', '164221.702000', '164221.705000', '164221.707000', '164221.710000', '164221.712000', '164221.715000', '164221.717000', '164221.720000', '164221.723000', '164221.725000', '164221.728000', '164221.730000', '164221.733000', '164221.736000', '164221.738000', '164221.741000', '164221.744000', '164221.746000', '164221.749000', '164221.751000', '164221.754000', '164221.757000', '164221.759000', '164221.762000', '164221.764000', '164221.767000', '164221.770000', '164221.772000', '164221.775000', '164221.778000', '164221.780000', '164221.783000', '164221.785000', '164221.788000', '164221.790000', '164221.793000', '164221.796000', '164221.798000', '164221.845000', '164221.848000', '164221.850000', '164221.853000', '164241.697000', '164241.699000', '164241.702000', '164241.705000', '164241.707000', '164241.710000', '164241.712000', '164241.715000', '164241.718000', '164241.720000', '164241.723000', '164241.725000', '164241.728000', '164241.731000', '164241.733000', '164241.736000', '164241.738000', '164241.741000', '164241.744000', '164241.746000', '164241.749000', '164241.751000', '164241.754000', '164241.757000', '164241.760000', '164241.763000', '164241.766000', '164241.768000', '164241.771000', '164241.774000', '164241.778000', '164241.781000', '164241.784000', '164241.786000', '164241.789000', '164241.792000', '164241.794000', '164241.797000', '164241.799000', '164241.869000', '164241.871000', '164241.874000', '164241.876000', '164301.696000', '164301.698000', '164301.701000', '164301.704000', '164301.706000', '164301.709000', '164301.711000', '164301.714000', '164301.717000', '164301.719000', '164301.722000', '164301.725000', '164301.727000', '164301.730000', '164301.732000', '164301.735000', '164301.737000', '164301.740000', '164301.743000', '164301.745000', '164301.748000', '164301.751000', '164301.753000', '164301.756000', '164301.758000', '164301.761000', '164301.764000', '164301.766000', '164301.769000', '164301.772000', '164301.774000', '164301.777000', '164301.779000', '164301.782000', '164301.784000', '164301.787000', '164301.790000', '164301.792000', '164301.795000', '164301.797000', '164301.835000', '164301.838000', '164301.840000', '164301.843000', '164321.696000', '164321.698000', '164321.701000', '164321.704000', '164321.706000', '164321.709000', '164321.711000', '164321.714000', '164321.717000', '164321.719000', '164321.722000', '164321.724000', '164321.727000', '164321.729000', '164321.732000', '164321.735000', '164321.738000', '164321.740000', '164321.743000', '164321.746000', '164321.748000', '164321.751000', '164321.753000', '164321.756000', '164321.759000', '164321.761000', '164321.764000', '164321.766000', '164321.769000', '164321.772000', '164321.775000', '164321.777000', '164321.780000', '164321.782000', '164321.785000', '164321.788000', '164321.790000', '164321.793000', '164321.796000', '164321.798000', '164321.866000', '164321.869000', '164321.871000', '164341.696000', '164341.699000', '164341.702000', '164341.704000', '164341.707000', '164341.710000', '164341.712000', '164341.715000', '164341.718000', '164341.720000', '164341.723000', '164341.725000', '164341.728000', '164341.730000', '164341.733000', '164341.736000', '164341.738000', '164341.741000', '164341.743000', '164341.746000', '164341.749000', '164341.751000', '164341.754000', '164341.757000', '164341.759000', '164341.762000', '164341.764000', '164341.767000', '164341.770000', '164341.772000', '164341.775000', '164341.777000', '164341.780000', '164341.783000', '164341.785000', '164341.788000', '164341.791000', '164341.793000', '164341.796000', '164341.799000', '164341.868000', '164341.870000', '164341.873000', '164341.876000', '164401.697000', '164401.700000', '164401.702000', '164401.705000', '164401.708000', '164401.710000', '164401.713000', '164401.715000', '164401.718000', '164401.721000', '164401.723000', '164401.726000', '164401.728000', '164401.731000', '164401.733000', '164401.736000', '164401.739000', '164401.741000', '164401.744000', '164401.747000', '164401.749000', '164401.752000', '164401.754000', '164401.757000', '164401.760000', '164401.762000', '164401.765000', '164401.768000', '164401.770000', '164401.773000', '164401.775000', '164401.778000', '164401.781000', '164401.783000', '164401.786000', '164401.788000', '164401.791000', '164401.794000', '164401.797000', '164401.799000', '164401.841000', '164401.843000', '164401.846000', '164421.697000', '164421.700000', '164421.702000', '164421.705000', '164421.708000', '164421.710000', '164421.713000', '164421.716000', '164421.718000', '164421.721000', '164421.723000', '164421.726000', '164421.729000', '164421.731000', '164421.734000', '164421.736000', '164421.739000', '164421.742000', '164421.744000', '164421.747000', '164421.749000', '164421.752000', '164421.755000', '164421.757000', '164421.760000', '164421.762000', '164421.765000', '164421.768000', '164421.770000', '164421.773000', '164421.776000', '164421.778000', '164421.781000', '164421.784000', '164421.786000', '164421.789000', '164421.791000', '164421.794000', '164421.797000', '164421.799000', '164421.873000', '164421.876000', '164421.879000', '164421.881000', '164441.697000', '164441.699000', '164441.702000', '164441.705000', '164441.707000', '164441.710000', '164441.713000', '164441.715000', '164441.718000', '164441.720000', '164441.723000', '164441.726000', '164441.728000', '164441.731000', '164441.733000', '164441.736000', '164441.739000', '164441.741000', '164441.744000', '164441.746000', '164441.749000', '164441.752000', '164441.754000', '164441.757000', '164441.759000', '164441.762000', '164441.765000', '164441.767000', '164441.770000', '164441.773000', '164441.775000', '164441.778000', '164441.781000', '164441.783000', '164441.786000', '164441.788000', '164441.791000', '164441.794000', '164441.796000', '164441.799000', '164441.871000', '164441.873000', '164441.876000', '164501.697000', '164501.699000', '164501.702000', '164501.705000', '164501.707000', '164501.710000', '164501.712000', '164501.715000', '164501.718000', '164501.720000', '164501.723000', '164501.726000', '164501.728000', '164501.731000', '164501.734000', '164501.736000', '164501.739000', '164501.741000', '164501.744000', '164501.746000', '164501.749000', '164501.752000', '164501.754000', '164501.757000', '164501.759000', '164501.762000', '164501.765000', '164501.767000', '164501.770000', '164501.773000', '164501.775000', '164501.778000', '164501.780000', '164501.783000', '164501.785000', '164501.788000', '164501.791000', '164501.793000', '164501.796000', '164501.799000', '164501.871000', '164501.873000', '164501.876000', '164501.878000', '164521.696000', '164521.699000', '164521.701000', '164521.704000', '164521.706000', '164521.709000', '164521.712000', '164521.714000', '164521.717000', '164521.720000', '164521.722000', '164521.725000', '164521.728000', '164521.730000', '164521.733000', '164521.735000', '164521.738000', '164521.741000', '164521.743000', '164521.746000', '164521.749000', '164521.751000', '164521.754000', '164521.757000', '164521.759000', '164521.762000', '164521.764000', '164521.767000', '164521.770000', '164521.772000', '164521.775000', '164521.778000', '164521.780000', '164521.783000', '164521.785000', '164521.788000', '164521.791000', '164521.793000', '164521.796000', '164521.799000', '164521.869000', '164521.872000', '164521.874000', '164541.696000', '164541.699000', '164541.701000', '164541.704000', '164541.706000', '164541.711000', '164541.715000', '164541.723000', '164541.726000', '164541.730000', '164541.733000', '164541.737000', '164541.740000', '164541.743000', '164541.746000', '164541.748000', '164541.752000', '164541.755000', '164541.757000', '164541.761000', '164541.764000', '164541.768000', '164541.771000', '164541.775000', '164541.778000', '164541.782000', '164541.786000', '164541.790000', '164541.793000', '164541.796000', '164541.799000', '164541.897000', '164541.899000', '164541.902000', '164541.905000', '164541.907000', '164541.910000', '164541.913000', '164541.915000', '164541.918000', '164541.921000', '164541.923000', '164541.926000', '164541.929000', '164542.033000'], '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': [11461, 10300, 14949, 8724, 14078, 10107, 14398, 10461, 13075, 9297, 12056, 9344, 11569, 10262, 10754, 11680, 12340, 11884, 11063, 11398, 14630, 10628, 15558, 10948, 14928, 11114, 12284, 10929, 12190, 10401, 11310, 11080, 10039, 11137, 11666, 10662, 13168, 10650, 12083, 11156, 9600, 14494, 9190, 12823, 10238, 13176, 11257, 11739, 10511, 12681, 10492, 12645, 11404, 11776, 10323, 10352, 11166, 10223, 10304, 8982, 12014, 9239, 13044, 9908, 13420, 10516, 13337, 10995, 11888, 10215, 11934, 10239, 10756, 11160, 9491, 13179, 9057, 12237, 10137, 12654, 10300, 11516, 10769, 11308, 10462, 12503, 10513, 11607, 10827, 9681, 12038, 10750, 13370, 9768, 12447, 9684, 11863, 10153, 11934, 10989, 11257, 11007, 10148, 11130, 11354, 10435, 11655, 11352, 11561, 11386, 11532, 10692, 13098, 12252, 10921, 13805, 9590, 12435, 10043, 12116, 10106, 12741, 10763, 10729, 10712, 11261, 10363, 11136, 10460, 11141, 11206, 11953, 11313, 11087, 12563, 10839, 12337, 9354, 12707, 9435, 11942, 9808, 12077, 10291, 10275, 10206, 10238, 10447, 11420, 10588, 12042, 10870, 11812, 11142, 10985, 12267, 11334, 11522, 9979, 11546, 10327, 11398, 11235, 10275, 10194, 10084, 12276, 9417, 13871, 10237, 10546, 8993, 12292, 9715, 15723, 11644, 15761, 10141, 12361, 8562, 12081, 9071, 12171, 12348, 11061, 10718, 10536, 11959, 10145, 14429, 11215, 13404, 9775, 12312, 9925, 14065, 10969, 13317, 9803, 11445, 9992, 11537, 10855, 10035, 9788, 9755, 9752, 9871, 9444, 11552, 8962, 12911, 9807, 12569, 8846, 12344, 9339, 13312, 10107, 13728, 9662, 12295, 8748, 11154, 10027, 9810, 11063, 9176, 11860, 8999, 13874, 11002, 12993, 10137, 11327, 10935, 9613, 13344, 9989, 13546, 9024, 13346, 9620, 11341, 11976, 10204, 12239, 9091, 12599, 10100, 13350, 10245, 12804, 9403, 10247, 9502, 10014, 8826, 12660, 9208, 13333, 8822, 11738, 9071, 10492, 11085, 9800, 13065, 9248, 12913, 8955, 13227, 10787, 14509, 11924, 14750, 9100, 10608, 9267, 10523, 11510, 11748, 11973, 9386, 9428, 9528, 11425, 8939, 13543, 11011, 15451, 8994, 13261, 8600, 11108, 10770, 13014, 12661, 9460, 10873, 8733, 14220, 9507, 15006, 13853, 10112, 11090, 9257, 11528, 8948, 15329, 10653, 14427, 8635, 13055, 8749, 15005, 9493, 16093, 9124, 14223, 8601, 13651, 8550, 11179, 10154, 9116, 9295, 9213, 11426, 9139, 13804, 9778, 15692, 9753, 14787, 8608, 14419, 9021, 14775, 10698, 14703, 10714, 9163, 8907, 9371, 10065, 8614, 13188, 12554, 9191, 10863, 8709, 14589, 10415, 13320, 11910, 9943, 12265, 8846, 11326, 12245, 9924, 13779, 9071, 13551, 10328, 13474, 11898, 13213, 9496, 11529, 9267, 10564, 8893, 13093, 8837, 14500, 11427, 10032, 8890, 9521, 11371, 10310, 11337, 11362, 11063, 9773, 9292, 8958, 11702, 9036, 9946, 13648, 12047, 15659, 10167, 14878, 10739, 13724, 11149, 12730, 13382, 10530, 11920, 8836, 9530, 8971, 9898, 8804, 8780, 9814, 8852, 11966, 8916, 12907, 10027, 10776, 8612, 11201, 10715, 10881, 13633, 10804, 14274, 9413, 14106, 11942, 15082, 11442, 15056, 9235, 14258, 8969, 15393, 11306, 14387, 9004, 10687, 9181, 9858, 13804, 10561, 14578, 8707, 12100, 10575, 14771, 13116, 14712, 12615, 13514, 8658, 12589, 9298, 12839, 12213, 9828, 11368, 8982, 11464, 10127, 11654, 11339, 9646, 12692, 9255, 14727, 10951, 14643, 9269, 13385, 8854, 13649, 11897, 13023, 10036, 11206, 9590, 9385, 12270, 10194, 14263, 8806, 11405, 9201, 13352, 13054, 11459, 10185, 10948, 10752, 9544, 12389, 9101, 13556, 8627, 12486, 8953, 14208, 11399, 14354, 10176, 11937, 8827, 11865, 9362, 11932, 12353, 10032, 10777, 9370, 11702, 8902, 13487, 11142, 12511, 9938, 11024, 10094, 9289, 12356, 10985, 12524, 9231, 10770, 9079, 13249, 10830, 13947, 8833, 12024, 8687, 13273, 9857, 13853, 8711, 11837, 8890, 12547, 11189, 11960, 9251, 10672, 8818, 10239, 10989, 9293, 12783, 8905, 12948, 9369, 13713, 12585, 12574, 9207, 11545, 9755, 13168, 12990, 12293, 10077, 11134, 9592, 11086, 11119, 11211, 11724, 9622, 11302, 9158, 12733, 8798, 14207, 11054, 13327, 8732, 12382, 8938, 11540, 11380, 12554, 12179, 9538, 10881, 9584, 11692, 10716, 14400, 9974, 13433, 8942, 12924, 8742, 13684, 10275, 13029, 9176, 11723, 8927, 13742, 9447, 13498, 8802, 11179, 9048, 11907, 12205, 12469, 9332, 11361, 9355, 10613, 11094, 9914, 10395, 9811, 12136, 9784, 14388, 10977, 13531, 9181, 12866, 9071, 13957, 11922, 11998, 9593, 9913, 10078, 11006, 9557, 13127, 9053, 12381, 8804, 12570, 8807, 12924, 11727, 10897, 9712, 13599, 10268, 14776, 11239, 14429, 9031, 11631, 8717, 11202, 10123, 9375, 13053, 9615, 13037, 9750, 13512, 10244, 14694, 11088, 14706, 10860, 12770, 8775, 11531, 8776, 13697, 11303, 9388, 13194, 9154, 9575, 9503, 15375, 10837, 15627, 10812, 15593, 8796, 14713, 8729, 14100, 10986, 15913, 12923, 13903, 9219, 10328, 11218, 9737, 13915, 11355, 13588, 10121, 13249, 11740, 13441, 10031, 12014, 9077, 11201, 9788, 11688, 11385, 11220, 9055, 9871, 8946, 11109, 8734, 13945, 10396, 12890, 8867, 11876, 8631, 14174, 9710, 14776, 8651, 13733, 9082, 14604, 10869, 15399, 9373, 13746, 8884, 13511, 8550, 14250, 10369, 14569, 8986, 13595, 8890, 14411, 11196, 15374, 10338, 12063, 8727, 11973, 10425, 13578, 12870, 10169, 10252, 10766, 11216, 13297, 12246, 11711, 11073, 10703, 10576, 12848, 11493, 10481, 11004, 9415, 9988, 9048, 13569, 11479, 15531, 9589, 14104, 8686, 13895, 9700, 15523, 11153, 14976, 9410, 13317, 9178, 13902, 11983, 13587, 8856, 11120, 8706, 12745, 10920, 14848, 10178, 14529, 8510, 13781, 8853, 14729, 10363, 15332, 8925, 14259, 8665, 13397, 8502, 14823, 10542, 15587, 8878, 14090, 8725, 14108, 10535, 15191, 11424, 15707, 8692, 8903, 8902, 11141, 10193, 10486, 11016, 9676, 12654, 9216, 15072, 11604, 17324, 11791, 13115, 10775, 13181, 11822, 14020, 13814, 10692, 12923, 9040, 15360, 9053, 17452, 12143, 13265, 9749, 8950, 11213, 8915, 15468, 11119, 16530, 9792, 14681, 8710, 14748, 9058, 16838, 11339, 17255, 9079, 15987, 8684, 15257, 8594, 15889, 9564, 14939, 8517, 9846, 8928, 11296, 11925, 10427, 11187, 9337, 11603, 10123, 14030, 12831, 13144, 9770, 11674, 8824, 14211, 8719, 15522, 11709, 14170, 13940, 10148, 11558, 8689, 15322, 8830, 16669, 10703, 16918, 10873, 12466, 8931, 11779, 10456, 13248, 13214, 13233, 14063, 9656, 14148, 8975, 13595, 9309, 14805, 11288, 15718, 10966, 15577, 8806, 9997, 8710, 10716, 10038, 12300, 12458, 9831, 12764, 8974, 14316, 9355, 15335, 11650, 15979, 11443, 15130, 8954, 13529, 8813, 14162, 9824, 14736, 9465, 10363, 8871, 10020, 10432, 8790, 13557, 10112, 14548, 9084, 11489, 11334, 13732, 12401, 11143, 11944, 9980, 12478, 10206, 14027, 11459, 14884, 9226, 12997, 8861, 11280, 9905, 12838, 12108, 13796, 13473, 12039, 10448, 9653, 9441, 9121, 12053, 10798, 15123, 10422, 13761, 8814, 13408, 8789, 14936, 11251, 12155, 9115, 10730, 11096, 12889, 11720, 14606, 13876, 12378, 9093, 11610, 8941, 12294, 10359, 12394, 12063, 9248, 9405, 8758, 13310, 8714, 15233, 12779, 12642, 11981, 9076, 11766, 8894, 15637, 11361, 14598, 10829, 12370, 12297, 13603, 12840, 9904, 12125, 8762, 14611, 8827, 16626, 12540, 12154, 9406, 10611, 9661, 9178, 13592, 10462, 16261, 12954, 13467, 10224, 9194, 12683, 8946, 13167, 9326, 12979, 10123, 13011, 10299, 14891, 8864, 10910, 9938, 11304, 11907, 13764, 13043, 13606, 14392, 10045, 12616, 8669, 13953, 8733, 15790, 11783, 15104, 12799, 10223, 9820, 10278, 10796, 13343, 12984, 11732, 9141, 9649, 9488, 8656, 14770, 8945, 10489, 10603, 9879, 12664, 10898, 12632, 9772, 14171, 8757, 13971, 8804, 16746, 12474, 12508, 10270, 10704, 11045, 8969, 12565, 11238, 15682, 9195, 11373, 8977, 11972, 11127, 14987, 13089, 12058, 8757, 10708, 10293, 12135, 11734, 9039, 10772, 8811, 14277, 10136, 15431, 9988, 11958, 9143, 12497, 10981, 16180, 11457, 14277, 8765, 14041, 8556, 14417, 10952, 10423, 8690, 9273, 9723, 8713, 14408, 10296, 13512, 8703, 12607, 10415, 14098, 13293, 11909, 10872, 9304, 9808, 8824, 15241, 10515, 16694, 11767, 10171, 11243, 10154, 12108, 11954, 12064, 11577, 11858, 10377, 11089, 9713, 13922, 11960, 13313, 9288, 9877, 8609, 10703, 10017, 9221, 13445, 9838, 13664, 11349, 11971, 13373, 12189, 13389, 9866, 14266, 8781, 16017, 12010, 15965, 8952, 14605, 8755, 13953, 8964, 15124, 10479, 16105, 8952, 13392, 8864, 12794, 10183, 13159, 13127, 12465, 10021, 12056, 9040, 14758, 13073, 16166, 9599, 13750, 8920, 12353, 8446, 12536, 13261, 10394, 9548, 9275, 14117, 11605, 14267, 12281, 12258, 9390, 9794, 9021, 14890, 11312, 16692, 8947, 14417, 8692, 14390, 9528, 16004, 10245, 16124, 8695, 14691, 8926, 14205, 11015, 12789, 13246, 10155, 9992, 8705, 13676, 9799, 16903, 12315, 15265, 8702, 12411, 8644, 14691, 10715, 15443, 9694, 12340, 8998, 11775, 9758, 15657, 12472, 13447, 11564, 9894, 9320, 9112, 13027, 10512, 15603, 11137, 15170, 8723, 13848, 8741, 15824, 10826, 16026, 8923, 10038, 8835, 12235, 11813, 14341, 13307, 9004, 10205, 9031, 13800, 10318, 16025, 9653, 14593, 8689, 15719, 10469, 16147, 10325, 12765, 9341, 12629, 10699, 13280, 9338, 9775, 9061, 11244, 8772, 13731, 12157, 12631, 14432, 9260, 15454, 8924, 14260, 8735, 15150, 10087, 15878], 'WindowCenter': [4937.0, 4916.0, 4937.0, 4871.0, 4914.0, 4874.0, 4910.0, 4872.0, 4889.0, 4861.0, 4889.0, 4866.0, 4893.0, 4884.0, 4884.0, 4896.0, 4904.0, 4895.0, 4883.0, 4896.0, 4898.0, 4873.0, 4898.0, 4860.0, 4886.0, 4867.0, 4868.0, 4870.0, 4879.0, 4858.0, 4856.0, 4856.0, 4844.0, 4865.0, 4868.0, 4857.0, 4888.0, 4858.0, 4879.0, 4865.0, 4849.0, 4886.0, 4837.0, 4867.0, 4846.0, 4873.0, 4854.0, 4862.0, 4858.0, 4876.0, 4844.0, 4866.0, 4854.0, 4866.0, 4846.0, 4859.0, 4853.0, 4859.0, 4856.0, 4838.0, 4866.0, 4850.0, 4875.0, 4851.0, 4876.0, 4857.0, 4874.0, 4854.0, 4865.0, 4845.0, 4864.0, 4846.0, 4856.0, 4853.0, 4849.0, 4876.0, 4837.0, 4864.0, 4858.0, 4875.0, 4857.0, 4864.0, 4867.0, 4868.0, 4858.0, 4877.0, 4857.0, 4866.0, 4854.0, 4848.0, 4874.0, 4868.0, 4874.0, 4856.0, 4876.0, 4849.0, 4877.0, 4869.0, 4876.0, 4866.0, 4865.0, 4869.0, 4857.0, 4882.0, 4879.0, 4870.0, 4876.0, 4881.0, 4880.0, 4880.0, 4880.0, 4870.0, 4900.0, 4878.0, 4870.0, 4884.0, 4846.0, 4875.0, 4860.0, 4877.0, 4855.0, 4878.0, 4867.0, 4865.0, 4868.0, 4880.0, 4866.0, 4868.0, 4867.0, 4868.0, 4879.0, 4881.0, 4879.0, 4881.0, 4876.0, 4868.0, 4877.0, 4849.0, 4875.0, 4850.0, 4868.0, 4847.0, 4864.0, 4858.0, 4854.0, 4869.0, 4869.0, 4870.0, 4879.0, 4871.0, 4879.0, 4871.0, 4881.0, 4878.0, 4871.0, 4877.0, 4867.0, 4867.0, 4858.0, 4877.0, 4872.0, 4892.0, 4881.0, 4872.0, 4870.0, 4873.0, 4900.0, 4872.0, 4900.0, 4882.0, 4880.0, 4865.0, 4888.0, 4864.0, 4909.0, 4882.0, 4897.0, 4872.0, 4876.0, 4838.0, 4864.0, 4851.0, 4866.0, 4876.0, 4867.0, 4859.0, 4858.0, 4866.0, 4858.0, 4886.0, 4856.0, 4874.0, 4846.0, 4864.0, 4847.0, 4876.0, 4842.0, 4874.0, 4833.0, 4853.0, 4836.0, 4856.0, 4857.0, 4846.0, 4844.0, 4846.0, 4847.0, 4858.0, 4862.0, 4880.0, 4852.0, 4890.0, 4870.0, 4888.0, 4852.0, 4876.0, 4853.0, 4888.0, 4860.0, 4885.0, 4850.0, 4861.0, 4839.0, 4868.0, 4861.0, 4859.0, 4882.0, 4861.0, 4891.0, 4864.0, 4899.0, 4882.0, 4890.0, 4874.0, 4880.0, 4871.0, 4864.0, 4899.0, 4862.0, 4888.0, 4848.0, 4886.0, 4861.0, 4882.0, 4893.0, 4870.0, 4878.0, 4851.0, 4879.0, 4859.0, 4885.0, 4858.0, 4877.0, 4837.0, 4847.0, 4850.0, 4844.0, 4850.0, 4889.0, 4850.0, 4886.0, 4851.0, 4881.0, 4851.0, 4869.0, 4879.0, 4862.0, 4902.0, 4863.0, 4891.0, 4854.0, 4891.0, 4871.0, 4897.0, 4879.0, 4884.0, 4839.0, 4858.0, 4848.0, 4855.0, 4879.0, 4869.0, 4865.0, 4837.0, 4837.0, 4847.0, 4866.0, 4851.0, 4889.0, 4860.0, 4894.0, 4837.0, 4886.0, 4842.0, 4867.0, 4880.0, 4886.0, 4890.0, 4850.0, 4866.0, 4839.0, 4899.0, 4861.0, 4895.0, 4888.0, 4858.0, 4868.0, 4847.0, 4869.0, 4839.0, 4895.0, 4857.0, 4883.0, 4829.0, 4874.0, 4836.0, 4894.0, 4847.0, 4881.0, 4833.0, 4874.0, 4825.0, 4885.0, 4839.0, 4865.0, 4856.0, 4839.0, 4849.0, 4848.0, 4878.0, 4849.0, 4899.0, 4863.0, 4907.0, 4862.0, 4899.0, 4852.0, 4898.0, 4852.0, 4897.0, 4860.0, 4897.0, 4858.0, 4847.0, 4849.0, 4862.0, 4860.0, 4852.0, 4900.0, 4901.0, 4863.0, 4880.0, 4856.0, 4910.0, 4881.0, 4900.0, 4890.0, 4863.0, 4887.0, 4854.0, 4881.0, 4892.0, 4871.0, 4896.0, 4849.0, 4887.0, 4858.0, 4877.0, 4866.0, 4877.0, 4845.0, 4866.0, 4850.0, 4858.0, 4848.0, 4888.0, 4851.0, 4896.0, 4882.0, 4861.0, 4851.0, 4872.0, 4894.0, 4871.0, 4883.0, 4879.0, 4879.0, 4859.0, 4860.0, 4864.0, 4900.0, 4875.0, 4887.0, 4914.0, 4907.0, 4923.0, 4875.0, 4899.0, 4872.0, 4888.0, 4868.0, 4889.0, 4877.0, 4859.0, 4866.0, 4839.0, 4844.0, 4851.0, 4857.0, 4850.0, 4861.0, 4883.0, 4877.0, 4901.0, 4879.0, 4902.0, 4885.0, 4891.0, 4869.0, 4898.0, 4897.0, 4895.0, 4913.0, 4897.0, 4912.0, 4875.0, 4913.0, 4893.0, 4912.0, 4892.0, 4912.0, 4876.0, 4908.0, 4864.0, 4910.0, 4883.0, 4910.0, 4864.0, 4882.0, 4864.0, 4885.0, 4911.0, 4884.0, 4910.0, 4868.0, 4891.0, 4885.0, 4908.0, 4903.0, 4897.0, 4892.0, 4886.0, 4842.0, 4875.0, 4849.0, 4886.0, 4881.0, 4862.0, 4876.0, 4853.0, 4879.0, 4871.0, 4881.0, 4881.0, 4861.0, 4888.0, 4864.0, 4911.0, 4871.0, 4896.0, 4850.0, 4885.0, 4863.0, 4899.0, 4880.0, 4890.0, 4861.0, 4867.0, 4859.0, 4864.0, 4889.0, 4869.0, 4898.0, 4852.0, 4878.0, 4862.0, 4887.0, 4891.0, 4879.0, 4860.0, 4869.0, 4871.0, 4863.0, 4887.0, 4851.0, 4898.0, 4852.0, 4874.0, 4852.0, 4899.0, 4881.0, 4897.0, 4859.0, 4876.0, 4851.0, 4876.0, 4850.0, 4873.0, 4877.0, 4860.0, 4869.0, 4859.0, 4876.0, 4852.0, 4887.0, 4879.0, 4886.0, 4862.0, 4870.0, 4871.0, 4860.0, 4889.0, 4869.0, 4878.0, 4849.0, 4858.0, 4846.0, 4887.0, 4868.0, 4884.0, 4840.0, 4872.0, 4841.0, 4884.0, 4858.0, 4886.0, 4841.0, 4862.0, 4850.0, 4877.0, 4880.0, 4865.0, 4851.0, 4856.0, 4850.0, 4870.0, 4881.0, 4862.0, 4887.0, 4864.0, 4887.0, 4863.0, 4897.0, 4902.0, 4889.0, 4860.0, 4878.0, 4862.0, 4887.0, 4889.0, 4877.0, 4860.0, 4868.0, 4859.0, 4879.0, 4880.0, 4878.0, 4879.0, 4857.0, 4867.0, 4863.0, 4889.0, 4852.0, 4896.0, 4882.0, 4897.0, 4852.0, 4887.0, 4851.0, 4880.0, 4882.0, 4886.0, 4889.0, 4857.0, 4869.0, 4860.0, 4879.0, 4869.0, 4900.0, 4860.0, 4888.0, 4849.0, 4889.0, 4850.0, 4900.0, 4861.0, 4888.0, 4850.0, 4878.0, 4851.0, 4897.0, 4862.0, 4897.0, 4853.0, 4878.0, 4863.0, 4889.0, 4894.0, 4887.0, 4863.0, 4880.0, 4863.0, 4871.0, 4882.0, 4870.0, 4869.0, 4870.0, 4892.0, 4874.0, 4911.0, 4882.0, 4896.0, 4862.0, 4888.0, 4864.0, 4899.0, 4879.0, 4881.0, 4862.0, 4859.0, 4871.0, 4882.0, 4861.0, 4898.0, 4851.0, 4890.0, 4865.0, 4888.0, 4865.0, 4897.0, 4892.0, 4879.0, 4874.0, 4902.0, 4882.0, 4910.0, 4880.0, 4895.0, 4852.0, 4878.0, 4852.0, 4891.0, 4886.0, 4864.0, 4913.0, 4875.0, 4900.0, 4875.0, 4899.0, 4883.0, 4909.0, 4871.0, 4899.0, 4869.0, 4876.0, 4838.0, 4876.0, 4852.0, 4902.0, 4882.0, 4863.0, 4924.0, 4875.0, 4883.0, 4886.0, 4908.0, 4884.0, 4910.0, 4882.0, 4910.0, 4852.0, 4907.0, 4854.0, 4897.0, 4880.0, 4895.0, 4891.0, 4883.0, 4838.0, 4847.0, 4868.0, 4849.0, 4886.0, 4857.0, 4876.0, 4846.0, 4874.0, 4853.0, 4875.0, 4833.0, 4851.0, 4823.0, 4854.0, 4835.0, 4866.0, 4851.0, 4853.0, 4825.0, 4844.0, 4837.0, 4867.0, 4837.0, 4885.0, 4858.0, 4875.0, 4840.0, 4865.0, 4850.0, 4897.0, 4860.0, 4896.0, 4841.0, 4885.0, 4849.0, 4898.0, 4869.0, 4895.0, 4850.0, 4883.0, 4850.0, 4885.0, 4851.0, 4895.0, 4872.0, 4894.0, 4853.0, 4888.0, 4854.0, 4898.0, 4881.0, 4907.0, 4871.0, 4890.0, 4850.0, 4877.0, 4883.0, 4888.0, 4891.0, 4870.0, 4870.0, 4879.0, 4893.0, 4900.0, 4890.0, 4889.0, 4881.0, 4869.0, 4881.0, 4889.0, 4890.0, 4871.0, 4882.0, 4862.0, 4872.0, 4863.0, 4900.0, 4882.0, 4910.0, 4863.0, 4898.0, 4850.0, 4898.0, 4863.0, 4910.0, 4882.0, 4898.0, 4851.0, 4888.0, 4861.0, 4899.0, 4880.0, 4898.0, 4852.0, 4878.0, 4839.0, 4890.0, 4879.0, 4897.0, 4868.0, 4896.0, 4850.0, 4893.0, 4864.0, 4897.0, 4870.0, 4906.0, 4853.0, 4899.0, 4855.0, 4902.0, 4863.0, 4907.0, 4883.0, 4911.0, 4865.0, 4899.0, 4852.0, 4901.0, 4882.0, 4910.0, 4880.0, 4908.0, 4852.0, 4858.0, 4863.0, 4890.0, 4886.0, 4885.0, 4895.0, 4885.0, 4914.0, 4877.0, 4923.0, 4907.0, 4929.0, 4905.0, 4900.0, 4895.0, 4898.0, 4893.0, 4910.0, 4913.0, 4882.0, 4900.0, 4862.0, 4907.0, 4851.0, 4918.0, 4891.0, 4900.0, 4860.0, 4851.0, 4882.0, 4852.0, 4909.0, 4881.0, 4909.0, 4860.0, 4895.0, 4852.0, 4894.0, 4849.0, 4904.0, 4868.0, 4905.0, 4838.0, 4892.0, 4837.0, 4891.0, 4839.0, 4892.0, 4849.0, 4897.0, 4841.0, 4855.0, 4852.0, 4870.0, 4890.0, 4871.0, 4881.0, 4859.0, 4880.0, 4860.0, 4901.0, 4887.0, 4890.0, 4858.0, 4866.0, 4851.0, 4897.0, 4852.0, 4910.0, 4892.0, 4897.0, 4898.0, 4861.0, 4881.0, 4854.0, 4907.0, 4852.0, 4918.0, 4872.0, 4908.0, 4872.0, 4878.0, 4850.0, 4866.0, 4871.0, 4888.0, 4888.0, 4890.0, 4887.0, 4849.0, 4888.0, 4851.0, 4887.0, 4852.0, 4894.0, 4870.0, 4895.0, 4858.0, 4894.0, 4836.0, 4843.0, 4837.0, 4866.0, 4859.0, 4879.0, 4890.0, 4859.0, 4890.0, 4861.0, 4897.0, 4862.0, 4909.0, 4881.0, 4897.0, 4867.0, 4895.0, 4840.0, 4883.0, 4841.0, 4897.0, 4861.0, 4896.0, 4849.0, 4855.0, 4850.0, 4858.0, 4881.0, 4853.0, 4899.0, 4874.0, 4897.0, 4852.0, 4881.0, 4883.0, 4900.0, 4892.0, 4879.0, 4882.0, 4861.0, 4879.0, 4859.0, 4898.0, 4881.0, 4897.0, 4849.0, 4885.0, 4850.0, 4867.0, 4861.0, 4887.0, 4889.0, 4888.0, 4888.0, 4866.0, 4858.0, 4849.0, 4850.0, 4852.0, 4877.0, 4867.0, 4896.0, 4869.0, 4884.0, 4850.0, 4883.0, 4842.0, 4895.0, 4881.0, 4878.0, 4849.0, 4878.0, 4879.0, 4888.0, 4880.0, 4885.0, 4889.0, 4865.0, 4838.0, 4866.0, 4839.0, 4875.0, 4859.0, 4874.0, 4874.0, 4847.0, 4846.0, 4841.0, 4883.0, 4852.0, 4909.0, 4891.0, 4889.0, 4879.0, 4850.0, 4878.0, 4851.0, 4906.0, 4880.0, 4896.0, 4870.0, 4878.0, 4890.0, 4895.0, 4889.0, 4860.0, 4876.0, 4849.0, 4893.0, 4851.0, 4908.0, 4890.0, 4877.0, 4850.0, 4869.0, 4860.0, 4859.0, 4899.0, 4882.0, 4920.0, 4903.0, 4902.0, 4882.0, 4876.0, 4901.0, 4865.0, 4888.0, 4851.0, 4890.0, 4863.0, 4889.0, 4869.0, 4906.0, 4853.0, 4880.0, 4872.0, 4875.0, 4881.0, 4887.0, 4889.0, 4876.0, 4887.0, 4847.0, 4862.0, 4826.0, 4872.0, 4827.0, 4881.0, 4864.0, 4871.0, 4863.0, 4842.0, 4843.0, 4842.0, 4856.0, 4872.0, 4863.0, 4850.0, 4823.0, 4846.0, 4847.0, 4840.0, 4893.0, 4848.0, 4868.0, 4870.0, 4859.0, 4888.0, 4858.0, 4877.0, 4848.0, 4884.0, 4838.0, 4885.0, 4839.0, 4895.0, 4876.0, 4874.0, 4857.0, 4856.0, 4864.0, 4837.0, 4878.0, 4869.0, 4896.0, 4848.0, 4865.0, 4848.0, 4865.0, 4879.0, 4884.0, 4877.0, 4861.0, 4826.0, 4854.0, 4858.0, 4877.0, 4867.0, 4834.0, 4855.0, 4838.0, 4884.0, 4857.0, 4894.0, 4848.0, 4864.0, 4848.0, 4874.0, 4869.0, 4893.0, 4866.0, 4881.0, 4826.0, 4881.0, 4838.0, 4883.0, 4868.0, 4857.0, 4838.0, 4860.0, 4859.0, 4852.0, 4907.0, 4872.0, 4898.0, 4854.0, 4888.0, 4870.0, 4899.0, 4900.0, 4878.0, 4871.0, 4850.0, 4859.0, 4852.0, 4906.0, 4871.0, 4907.0, 4880.0, 4869.0, 4881.0, 4869.0, 4891.0, 4879.0, 4880.0, 4878.0, 4878.0, 4858.0, 4868.0, 4861.0, 4897.0, 4876.0, 4887.0, 4848.0, 4855.0, 4851.0, 4880.0, 4873.0, 4873.0, 4912.0, 4874.0, 4902.0, 4884.0, 4892.0, 4889.0, 4881.0, 4885.0, 4848.0, 4882.0, 4839.0, 4895.0, 4877.0, 4893.0, 4838.0, 4893.0, 4838.0, 4883.0, 4838.0, 4893.0, 4858.0, 4895.0, 4850.0, 4886.0, 4851.0, 4888.0, 4871.0, 4887.0, 4898.0, 4873.0, 4858.0, 4874.0, 4850.0, 4897.0, 4888.0, 4897.0, 4848.0, 4882.0, 4840.0, 4876.0, 4841.0, 4876.0, 4890.0, 4859.0, 4848.0, 4850.0, 4911.0, 4880.0, 4897.0, 4867.0, 4877.0, 4849.0, 4856.0, 4851.0, 4898.0, 4870.0, 4905.0, 4850.0, 4895.0, 4841.0, 4894.0, 4849.0, 4895.0, 4857.0, 4891.0, 4840.0, 4886.0, 4838.0, 4883.0, 4865.0, 4875.0, 4887.0, 4859.0, 4847.0, 4838.0, 4886.0, 4857.0, 4894.0, 4866.0, 4884.0, 4827.0, 4862.0, 4838.0, 4885.0, 4858.0, 4880.0, 4844.0, 4861.0, 4837.0, 4864.0, 4848.0, 4880.0, 4864.0, 4871.0, 4855.0, 4845.0, 4834.0, 4835.0, 4884.0, 4859.0, 4895.0, 4867.0, 4884.0, 4826.0, 4870.0, 4836.0, 4895.0, 4856.0, 4893.0, 4836.0, 4844.0, 4836.0, 4877.0, 4867.0, 4885.0, 4876.0, 4837.0, 4856.0, 4849.0, 4885.0, 4857.0, 4893.0, 4849.0, 4892.0, 4840.0, 4897.0, 4856.0, 4894.0, 4846.0, 4862.0, 4838.0, 4877.0, 4844.0, 4872.0, 4835.0, 4845.0, 4837.0, 4864.0, 4838.0, 4886.0, 4878.0, 4874.0, 4897.0, 4849.0, 4893.0, 4839.0, 4883.0, 4839.0, 4885.0, 4847.0, 4894.0], 'WindowWidth': [10739.0, 10703.0, 10716.0, 10630.0, 10679.0, 10621.0, 10664.0, 10615.0, 10633.0, 10599.0, 10636.0, 10611.0, 10644.0, 10636.0, 10636.0, 10652.0, 10660.0, 10648.0, 10630.0, 10650.0, 10645.0, 10614.0, 10642.0, 10592.0, 10622.0, 10597.0, 10596.0, 10603.0, 10615.0, 10584.0, 10580.0, 10580.0, 10560.0, 10593.0, 10598.0, 10583.0, 10626.0, 10584.0, 10613.0, 10593.0, 10575.0, 10621.0, 10557.0, 10594.0, 10566.0, 10599.0, 10575.0, 10581.0, 10585.0, 10606.0, 10560.0, 10592.0, 10573.0, 10592.0, 10565.0, 10586.0, 10573.0, 10586.0, 10580.0, 10559.0, 10593.0, 10578.0, 10606.0, 10579.0, 10606.0, 10582.0, 10600.0, 10576.0, 10590.0, 10564.0, 10588.0, 10565.0, 10578.0, 10572.0, 10572.0, 10605.0, 10558.0, 10588.0, 10585.0, 10604.0, 10586.0, 10589.0, 10600.0, 10600.0, 10585.0, 10610.0, 10583.0, 10594.0, 10577.0, 10575.0, 10605.0, 10601.0, 10604.0, 10583.0, 10607.0, 10576.0, 10612.0, 10605.0, 10610.0, 10599.0, 10593.0, 10605.0, 10585.0, 10626.0, 10618.0, 10609.0, 10611.0, 10624.0, 10620.0, 10623.0, 10624.0, 10610.0, 10649.0, 10614.0, 10607.0, 10617.0, 10570.0, 10605.0, 10591.0, 10612.0, 10582.0, 10612.0, 10600.0, 10594.0, 10604.0, 10620.0, 10599.0, 10601.0, 10600.0, 10602.0, 10617.0, 10620.0, 10619.0, 10623.0, 10608.0, 10600.0, 10610.0, 10577.0, 10606.0, 10580.0, 10600.0, 10571.0, 10589.0, 10587.0, 10576.0, 10605.0, 10604.0, 10608.0, 10617.0, 10609.0, 10618.0, 10609.0, 10622.0, 10618.0, 10608.0, 10612.0, 10599.0, 10598.0, 10589.0, 10612.0, 10612.0, 10644.0, 10625.0, 10613.0, 10608.0, 10615.0, 10651.0, 10618.0, 10649.0, 10630.0, 10624.0, 10608.0, 10631.0, 10604.0, 10659.0, 10625.0, 10639.0, 10611.0, 10609.0, 10562.0, 10591.0, 10580.0, 10594.0, 10610.0, 10597.0, 10588.0, 10586.0, 10595.0, 10589.0, 10622.0, 10580.0, 10600.0, 10568.0, 10586.0, 10567.0, 10605.0, 10556.0, 10598.0, 10543.0, 10570.0, 10549.0, 10577.0, 10580.0, 10566.0, 10560.0, 10566.0, 10572.0, 10587.0, 10598.0, 10621.0, 10587.0, 10632.0, 10609.0, 10629.0, 10586.0, 10609.0, 10586.0, 10626.0, 10591.0, 10618.0, 10576.0, 10582.0, 10562.0, 10600.0, 10595.0, 10591.0, 10624.0, 10599.0, 10637.0, 10607.0, 10647.0, 10628.0, 10634.0, 10615.0, 10619.0, 10608.0, 10603.0, 10644.0, 10597.0, 10629.0, 10577.0, 10626.0, 10596.0, 10629.0, 10644.0, 10607.0, 10617.0, 10583.0, 10618.0, 10587.0, 10621.0, 10584.0, 10608.0, 10554.0, 10568.0, 10576.0, 10562.0, 10582.0, 10630.0, 10579.0, 10623.0, 10582.0, 10621.0, 10582.0, 10603.0, 10619.0, 10598.0, 10653.0, 10603.0, 10637.0, 10590.0, 10634.0, 10609.0, 10640.0, 10618.0, 10617.0, 10561.0, 10587.0, 10573.0, 10581.0, 10616.0, 10599.0, 10591.0, 10554.0, 10555.0, 10572.0, 10595.0, 10583.0, 10629.0, 10589.0, 10630.0, 10557.0, 10620.0, 10570.0, 10598.0, 10621.0, 10623.0, 10633.0, 10576.0, 10594.0, 10563.0, 10640.0, 10594.0, 10633.0, 10628.0, 10585.0, 10598.0, 10570.0, 10601.0, 10561.0, 10631.0, 10582.0, 10612.0, 10546.0, 10599.0, 10555.0, 10628.0, 10567.0, 10606.0, 10545.0, 10597.0, 10538.0, 10615.0, 10563.0, 10592.0, 10582.0, 10561.0, 10575.0, 10574.0, 10614.0, 10578.0, 10642.0, 10598.0, 10653.0, 10597.0, 10642.0, 10586.0, 10640.0, 10583.0, 10638.0, 10591.0, 10637.0, 10585.0, 10571.0, 10575.0, 10598.0, 10594.0, 10588.0, 10647.0, 10652.0, 10603.0, 10622.0, 10596.0, 10663.0, 10626.0, 10649.0, 10635.0, 10600.0, 10628.0, 10590.0, 10626.0, 10640.0, 10610.0, 10639.0, 10579.0, 10625.0, 10584.0, 10610.0, 10594.0, 10609.0, 10565.0, 10593.0, 10578.0, 10584.0, 10575.0, 10628.0, 10583.0, 10638.0, 10627.0, 10596.0, 10584.0, 10616.0, 10644.0, 10611.0, 10630.0, 10617.0, 10618.0, 10591.0, 10593.0, 10607.0, 10652.0, 10626.0, 10644.0, 10677.0, 10666.0, 10684.0, 10621.0, 10645.0, 10610.0, 10629.0, 10601.0, 10630.0, 10607.0, 10586.0, 10592.0, 10560.0, 10563.0, 10582.0, 10588.0, 10582.0, 10602.0, 10633.0, 10633.0, 10659.0, 10636.0, 10659.0, 10639.0, 10642.0, 10619.0, 10657.0, 10659.0, 10653.0, 10676.0, 10656.0, 10670.0, 10624.0, 10672.0, 10645.0, 10668.0, 10643.0, 10667.0, 10625.0, 10659.0, 10606.0, 10663.0, 10630.0, 10664.0, 10604.0, 10630.0, 10605.0, 10637.0, 10667.0, 10633.0, 10665.0, 10617.0, 10641.0, 10635.0, 10660.0, 10656.0, 10641.0, 10639.0, 10624.0, 10569.0, 10606.0, 10579.0, 10624.0, 10622.0, 10596.0, 10610.0, 10587.0, 10621.0, 10611.0, 10622.0, 10623.0, 10598.0, 10631.0, 10605.0, 10665.0, 10609.0, 10638.0, 10580.0, 10622.0, 10602.0, 10645.0, 10621.0, 10631.0, 10592.0, 10599.0, 10590.0, 10606.0, 10631.0, 10606.0, 10643.0, 10586.0, 10617.0, 10600.0, 10627.0, 10636.0, 10616.0, 10591.0, 10602.0, 10607.0, 10601.0, 10626.0, 10583.0, 10644.0, 10586.0, 10607.0, 10584.0, 10647.0, 10623.0, 10638.0, 10590.0, 10609.0, 10582.0, 10610.0, 10578.0, 10602.0, 10613.0, 10592.0, 10603.0, 10592.0, 10611.0, 10585.0, 10628.0, 10621.0, 10626.0, 10596.0, 10605.0, 10609.0, 10593.0, 10633.0, 10605.0, 10615.0, 10575.0, 10585.0, 10571.0, 10625.0, 10601.0, 10617.0, 10563.0, 10600.0, 10569.0, 10619.0, 10588.0, 10622.0, 10567.0, 10587.0, 10579.0, 10613.0, 10621.0, 10595.0, 10579.0, 10581.0, 10578.0, 10608.0, 10623.0, 10599.0, 10628.0, 10604.0, 10630.0, 10606.0, 10642.0, 10653.0, 10631.0, 10593.0, 10615.0, 10600.0, 10627.0, 10632.0, 10612.0, 10591.0, 10601.0, 10590.0, 10618.0, 10621.0, 10615.0, 10617.0, 10587.0, 10599.0, 10600.0, 10630.0, 10587.0, 10638.0, 10624.0, 10640.0, 10586.0, 10627.0, 10584.0, 10621.0, 10626.0, 10626.0, 10631.0, 10587.0, 10604.0, 10594.0, 10618.0, 10603.0, 10647.0, 10592.0, 10626.0, 10579.0, 10630.0, 10581.0, 10647.0, 10595.0, 10626.0, 10579.0, 10613.0, 10582.0, 10639.0, 10598.0, 10641.0, 10588.0, 10618.0, 10604.0, 10634.0, 10645.0, 10629.0, 10600.0, 10619.0, 10602.0, 10609.0, 10626.0, 10610.0, 10606.0, 10611.0, 10641.0, 10618.0, 10665.0, 10628.0, 10639.0, 10599.0, 10629.0, 10606.0, 10648.0, 10618.0, 10621.0, 10598.0, 10591.0, 10613.0, 10627.0, 10597.0, 10643.0, 10585.0, 10636.0, 10609.0, 10633.0, 10611.0, 10643.0, 10644.0, 10623.0, 10621.0, 10652.0, 10630.0, 10661.0, 10621.0, 10636.0, 10585.0, 10615.0, 10585.0, 10639.0, 10638.0, 10607.0, 10671.0, 10622.0, 10652.0, 10623.0, 10649.0, 10631.0, 10662.0, 10609.0, 10643.0, 10603.0, 10607.0, 10562.0, 10612.0, 10589.0, 10654.0, 10628.0, 10605.0, 10694.0, 10627.0, 10635.0, 10641.0, 10661.0, 10633.0, 10663.0, 10627.0, 10662.0, 10588.0, 10658.0, 10591.0, 10642.0, 10621.0, 10635.0, 10633.0, 10616.0, 10556.0, 10567.0, 10598.0, 10575.0, 10622.0, 10581.0, 10604.0, 10565.0, 10602.0, 10572.0, 10601.0, 10542.0, 10565.0, 10528.0, 10572.0, 10549.0, 10591.0, 10566.0, 10570.0, 10536.0, 10559.0, 10556.0, 10595.0, 10558.0, 10619.0, 10586.0, 10603.0, 10563.0, 10592.0, 10581.0, 10638.0, 10594.0, 10636.0, 10567.0, 10619.0, 10578.0, 10641.0, 10603.0, 10632.0, 10578.0, 10614.0, 10579.0, 10620.0, 10584.0, 10634.0, 10612.0, 10633.0, 10588.0, 10628.0, 10591.0, 10644.0, 10625.0, 10654.0, 10610.0, 10634.0, 10583.0, 10614.0, 10629.0, 10630.0, 10638.0, 10608.0, 10610.0, 10620.0, 10643.0, 10649.0, 10637.0, 10632.0, 10625.0, 10606.0, 10625.0, 10635.0, 10636.0, 10611.0, 10625.0, 10600.0, 10611.0, 10605.0, 10650.0, 10628.0, 10663.0, 10603.0, 10643.0, 10584.0, 10644.0, 10602.0, 10660.0, 10626.0, 10642.0, 10582.0, 10628.0, 10598.0, 10646.0, 10619.0, 10642.0, 10585.0, 10614.0, 10566.0, 10633.0, 10619.0, 10640.0, 10602.0, 10637.0, 10581.0, 10632.0, 10606.0, 10642.0, 10607.0, 10651.0, 10588.0, 10645.0, 10593.0, 10655.0, 10607.0, 10657.0, 10630.0, 10663.0, 10608.0, 10647.0, 10588.0, 10651.0, 10629.0, 10660.0, 10623.0, 10659.0, 10589.0, 10593.0, 10607.0, 10641.0, 10640.0, 10637.0, 10652.0, 10640.0, 10675.0, 10629.0, 10687.0, 10669.0, 10695.0, 10664.0, 10651.0, 10649.0, 10647.0, 10645.0, 10663.0, 10670.0, 10627.0, 10648.0, 10602.0, 10656.0, 10586.0, 10672.0, 10638.0, 10647.0, 10593.0, 10584.0, 10626.0, 10586.0, 10659.0, 10622.0, 10659.0, 10594.0, 10636.0, 10584.0, 10634.0, 10578.0, 10645.0, 10599.0, 10645.0, 10559.0, 10625.0, 10556.0, 10623.0, 10562.0, 10625.0, 10575.0, 10635.0, 10568.0, 10581.0, 10584.0, 10606.0, 10634.0, 10609.0, 10622.0, 10593.0, 10622.0, 10593.0, 10649.0, 10627.0, 10634.0, 10587.0, 10594.0, 10581.0, 10639.0, 10586.0, 10660.0, 10641.0, 10640.0, 10644.0, 10594.0, 10620.0, 10590.0, 10653.0, 10584.0, 10669.0, 10612.0, 10653.0, 10607.0, 10612.0, 10577.0, 10595.0, 10607.0, 10628.0, 10627.0, 10630.0, 10625.0, 10577.0, 10626.0, 10582.0, 10624.0, 10582.0, 10631.0, 10605.0, 10632.0, 10584.0, 10628.0, 10553.0, 10562.0, 10559.0, 10597.0, 10591.0, 10618.0, 10635.0, 10591.0, 10634.0, 10600.0, 10641.0, 10598.0, 10657.0, 10621.0, 10639.0, 10598.0, 10632.0, 10565.0, 10615.0, 10567.0, 10638.0, 10594.0, 10635.0, 10576.0, 10581.0, 10578.0, 10591.0, 10625.0, 10593.0, 10648.0, 10617.0, 10643.0, 10587.0, 10623.0, 10629.0, 10648.0, 10639.0, 10619.0, 10623.0, 10596.0, 10616.0, 10591.0, 10642.0, 10620.0, 10638.0, 10577.0, 10622.0, 10580.0, 10601.0, 10597.0, 10626.0, 10632.0, 10627.0, 10628.0, 10595.0, 10587.0, 10577.0, 10576.0, 10583.0, 10612.0, 10599.0, 10637.0, 10603.0, 10619.0, 10580.0, 10616.0, 10570.0, 10634.0, 10621.0, 10615.0, 10578.0, 10616.0, 10620.0, 10627.0, 10620.0, 10620.0, 10628.0, 10591.0, 10559.0, 10593.0, 10561.0, 10606.0, 10589.0, 10603.0, 10605.0, 10571.0, 10567.0, 10568.0, 10618.0, 10586.0, 10658.0, 10636.0, 10630.0, 10617.0, 10581.0, 10613.0, 10582.0, 10652.0, 10621.0, 10637.0, 10606.0, 10613.0, 10633.0, 10637.0, 10630.0, 10591.0, 10611.0, 10580.0, 10632.0, 10582.0, 10657.0, 10635.0, 10612.0, 10579.0, 10606.0, 10593.0, 10595.0, 10647.0, 10628.0, 10680.0, 10657.0, 10655.0, 10632.0, 10627.0, 10654.0, 10610.0, 10630.0, 10582.0, 10631.0, 10599.0, 10631.0, 10605.0, 10653.0, 10589.0, 10622.0, 10613.0, 10609.0, 10622.0, 10626.0, 10629.0, 10606.0, 10622.0, 10566.0, 10582.0, 10538.0, 10593.0, 10538.0, 10606.0, 10587.0, 10592.0, 10585.0, 10555.0, 10557.0, 10555.0, 10579.0, 10594.0, 10583.0, 10563.0, 10529.0, 10565.0, 10568.0, 10565.0, 10632.0, 10577.0, 10603.0, 10608.0, 10589.0, 10628.0, 10586.0, 10609.0, 10573.0, 10617.0, 10561.0, 10619.0, 10561.0, 10632.0, 10609.0, 10605.0, 10584.0, 10581.0, 10592.0, 10559.0, 10614.0, 10602.0, 10637.0, 10573.0, 10592.0, 10573.0, 10591.0, 10617.0, 10615.0, 10609.0, 10581.0, 10538.0, 10575.0, 10588.0, 10610.0, 10598.0, 10548.0, 10575.0, 10558.0, 10616.0, 10584.0, 10630.0, 10571.0, 10588.0, 10573.0, 10605.0, 10603.0, 10627.0, 10594.0, 10607.0, 10539.0, 10609.0, 10563.0, 10615.0, 10600.0, 10583.0, 10559.0, 10594.0, 10592.0, 10587.0, 10655.0, 10613.0, 10645.0, 10592.0, 10628.0, 10609.0, 10643.0, 10647.0, 10614.0, 10608.0, 10580.0, 10589.0, 10583.0, 10650.0, 10609.0, 10653.0, 10620.0, 10607.0, 10623.0, 10604.0, 10637.0, 10617.0, 10619.0, 10615.0, 10615.0, 10588.0, 10602.0, 10595.0, 10640.0, 10608.0, 10624.0, 10576.0, 10582.0, 10584.0, 10627.0, 10620.0, 10619.0, 10670.0, 10620.0, 10656.0, 10630.0, 10639.0, 10629.0, 10621.0, 10619.0, 10572.0, 10613.0, 10560.0, 10632.0, 10610.0, 10628.0, 10560.0, 10629.0, 10560.0, 10614.0, 10560.0, 10628.0, 10584.0, 10630.0, 10579.0, 10620.0, 10579.0, 10628.0, 10609.0, 10623.0, 10643.0, 10603.0, 10586.0, 10604.0, 10579.0, 10639.0, 10628.0, 10637.0, 10574.0, 10612.0, 10563.0, 10608.0, 10568.0, 10608.0, 10632.0, 10589.0, 10574.0, 10580.0, 10666.0, 10618.0, 10639.0, 10595.0, 10609.0, 10576.0, 10580.0, 10585.0, 10640.0, 10603.0, 10647.0, 10579.0, 10635.0, 10570.0, 10631.0, 10576.0, 10632.0, 10582.0, 10622.0, 10563.0, 10618.0, 10560.0, 10613.0, 10594.0, 10604.0, 10625.0, 10587.0, 10569.0, 10561.0, 10623.0, 10585.0, 10630.0, 10592.0, 10613.0, 10540.0, 10582.0, 10559.0, 10618.0, 10583.0, 10606.0, 10562.0, 10581.0, 10556.0, 10585.0, 10571.0, 10606.0, 10587.0, 10592.0, 10576.0, 10562.0, 10547.0, 10551.0, 10617.0, 10587.0, 10632.0, 10596.0, 10613.0, 10539.0, 10592.0, 10556.0, 10629.0, 10580.0, 10626.0, 10553.0, 10562.0, 10556.0, 10608.0, 10597.0, 10617.0, 10606.0, 10556.0, 10581.0, 10578.0, 10622.0, 10585.0, 10629.0, 10574.0, 10627.0, 10566.0, 10638.0, 10579.0, 10627.0, 10564.0, 10583.0, 10555.0, 10609.0, 10560.0, 10596.0, 10548.0, 10562.0, 10555.0, 10590.0, 10563.0, 10621.0, 10613.0, 10605.0, 10637.0, 10577.0, 10631.0, 10563.0, 10614.0, 10561.0, 10617.0, 10567.0, 10626.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.0003704242424242424</td></tr>
<tr><td colspan=3>aqi</td><td>0.021578534393939395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.711022363351006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2319205898180436</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9888213776800605</td></tr>
<tr><td colspan=3>efc</td><td>0.4809</td></tr>
<tr><td colspan=3>fber</td><td>5763.23</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09289731513003305</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4242424242424243</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.453817077507028</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4351315783055756</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.646453027812734</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2798666264027734</td></tr>
<tr><td colspan=3>gcor</td><td>0.00984402</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01323737483471632</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026743728667497635</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.977694394261615</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>38.4456</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.7189</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.6149</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296159.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>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.0871</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8684</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>667.9109</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4043.4729</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80385.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1064.4291</td></tr>
<tr><td colspan=3>tsnr</td><td>41.46114467456937</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>