<?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-0031_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-03/func/sub-0031_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0cb3866b80d2c367eebf2cce0cd17576</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:19:0.805000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99988, 0.015247, -0.00265075, -0.0151837, 0.999632, 0.02247]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100546</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7728, -7236, 538, -45, -171, 123, 58]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b9ae80e-7b1f-46de-8f83-d826926f00f2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682605504989624, -0.04073673486709595, -0.008079425431787968, 114.77664947509766], [-0.04090670496225357, 2.6819400787353516, 0.06055309250950813, -87.54645538330078], [-0.007111778017133474, -0.06028539687395096, 2.6993088722229004, -57.52263259887695], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['161900.805000', '161901.265000', '161901.725000', '161902.185000', '161902.645000', '161903.105000', '161903.565000', '161904.025000', '161904.485000', '161904.945000', '161905.405000', '161905.865000', '161906.325000', '161906.785000', '161907.245000', '161907.705000', '161908.165000', '161908.625000', '161909.085000', '161909.545000', '161910.005000', '161910.465000', '161910.925000', '161911.385000', '161911.845000', '161912.305000', '161912.765000', '161913.225000', '161913.685000', '161914.145000', '161914.605000', '161915.065000', '161915.525000', '161915.985000', '161916.445000', '161916.905000', '161917.365000', '161917.825000', '161918.285000', '161918.745000', '161919.205000', '161919.665000', '161920.125000', '161920.585000', '161921.045000', '161921.505000', '161921.965000', '161922.425000', '161922.885000', '161923.345000', '161923.805000', '161924.265000', '161924.725000', '161925.185000', '161925.645000', '161926.105000', '161926.565000', '161927.025000', '161927.485000', '161927.945000', '161928.405000', '161928.865000', '161929.325000', '161929.785000', '161930.245000', '161930.705000', '161931.165000', '161931.625000', '161932.085000', '161932.545000', '161933.005000', '161933.465000', '161933.925000', '161934.385000', '161934.845000', '161935.305000', '161935.765000', '161936.225000', '161936.685000', '161937.145000', '161937.605000', '161938.065000', '161938.525000', '161938.985000', '161939.445000', '161939.905000', '161940.365000', '161940.825000', '161941.285000', '161941.745000', '161942.205000', '161942.665000', '161943.125000', '161943.585000', '161944.045000', '161944.505000', '161944.965000', '161945.425000', '161945.885000', '161946.345000', '161946.805000', '161947.265000', '161947.725000', '161948.185000', '161948.645000', '161949.105000', '161949.565000', '161950.025000', '161950.485000', '161950.945000', '161951.405000', '161951.865000', '161952.325000', '161952.785000', '161953.245000', '161953.705000', '161954.165000', '161954.625000', '161955.085000', '161955.545000', '161956.005000', '161956.465000', '161956.925000', '161957.385000', '161957.845000', '161958.305000', '161958.765000', '161959.225000', '161959.685000', '162000.145000', '162000.605000', '162001.065000', '162001.525000', '162001.985000', '162002.445000', '162002.905000', '162003.365000', '162003.825000', '162004.285000', '162004.745000', '162005.205000', '162005.665000', '162006.125000', '162006.585000', '162007.045000', '162007.505000', '162007.965000', '162008.425000', '162008.885000', '162009.345000', '162009.805000', '162010.265000', '162010.725000', '162011.185000', '162011.645000', '162012.105000', '162012.565000', '162013.025000', '162013.485000', '162013.945000', '162014.405000', '162014.865000', '162015.325000', '162015.785000', '162016.245000', '162016.705000', '162017.165000', '162017.625000', '162018.085000', '162018.545000', '162019.005000', '162019.465000', '162019.925000', '162020.385000', '162020.845000', '162021.305000', '162021.765000', '162022.225000', '162022.685000', '162023.145000', '162023.605000', '162024.065000', '162024.525000', '162024.985000', '162025.445000', '162025.905000', '162026.365000', '162026.825000', '162027.285000', '162027.745000', '162028.205000', '162028.665000', '162029.125000', '162029.585000', '162030.045000', '162030.505000', '162030.965000', '162031.425000', '162031.885000', '162032.345000', '162032.805000', '162033.265000', '162033.725000', '162034.185000', '162034.645000', '162035.105000', '162035.565000', '162036.025000', '162036.485000', '162036.945000', '162037.405000', '162037.865000', '162038.325000', '162038.785000', '162039.245000', '162039.705000', '162040.165000', '162040.625000', '162041.085000', '162041.545000', '162042.005000', '162042.465000', '162042.925000', '162043.385000', '162043.845000', '162044.305000', '162044.765000', '162045.225000', '162045.685000', '162046.145000', '162046.605000', '162047.065000', '162047.525000', '162047.985000', '162048.445000', '162048.905000', '162049.365000', '162049.825000', '162050.285000', '162050.745000', '162051.205000', '162051.665000', '162052.125000', '162052.585000', '162053.045000', '162053.505000', '162053.965000', '162054.425000', '162054.885000', '162055.345000', '162055.805000', '162056.265000', '162056.725000', '162057.185000', '162057.645000', '162058.105000', '162058.565000', '162059.025000', '162059.485000', '162059.945000', '162100.405000', '162100.865000', '162101.325000', '162101.785000', '162102.245000', '162102.705000', '162103.165000', '162103.625000', '162104.085000', '162104.545000', '162105.005000', '162105.465000', '162105.925000', '162106.385000', '162106.845000', '162107.305000', '162107.765000', '162108.225000', '162108.685000', '162109.145000', '162109.605000', '162110.065000', '162110.525000', '162110.985000', '162111.445000', '162111.905000', '162112.365000', '162112.825000', '162113.285000', '162113.745000', '162114.205000', '162114.665000', '162115.125000', '162115.585000', '162116.045000', '162116.505000', '162116.965000', '162117.425000', '162117.885000', '162118.345000', '162118.805000', '162119.265000', '162119.725000', '162120.185000', '162120.645000', '162121.105000', '162121.565000', '162122.025000', '162122.485000', '162122.945000', '162123.405000', '162123.865000', '162124.325000', '162124.785000', '162125.245000', '162125.705000', '162126.165000', '162126.625000', '162127.085000', '162127.545000', '162128.005000', '162128.465000', '162128.925000', '162129.385000', '162129.845000', '162130.305000', '162130.765000', '162131.225000', '162131.685000', '162132.145000', '162132.605000', '162133.065000', '162133.525000', '162133.985000', '162134.445000', '162134.905000', '162135.365000', '162135.825000', '162136.285000', '162136.745000', '162137.205000', '162137.665000', '162138.125000', '162138.585000', '162139.045000', '162139.505000', '162139.965000', '162140.425000', '162140.885000', '162141.345000', '162141.805000', '162142.265000', '162142.725000', '162143.185000', '162143.645000', '162144.105000', '162144.565000', '162145.025000', '162145.485000', '162145.945000', '162146.405000', '162146.865000', '162147.325000', '162147.785000', '162148.245000', '162148.705000', '162149.165000', '162149.625000', '162150.085000', '162150.545000', '162151.005000', '162151.465000', '162151.925000', '162152.385000', '162152.845000', '162153.305000', '162153.765000', '162154.225000', '162154.685000', '162155.145000', '162155.605000', '162156.065000', '162156.525000', '162156.985000', '162157.445000', '162157.905000', '162158.365000', '162158.825000', '162159.285000', '162159.745000', '162200.205000', '162200.665000', '162201.125000', '162201.585000', '162202.045000', '162202.505000', '162202.965000', '162203.425000', '162203.885000', '162204.345000', '162204.805000', '162205.265000', '162205.725000', '162206.185000', '162206.645000', '162207.105000', '162207.565000', '162208.025000', '162208.485000', '162208.945000', '162209.405000', '162209.865000', '162210.325000', '162210.785000', '162211.245000', '162211.705000', '162212.165000', '162212.625000', '162213.085000', '162213.545000', '162214.005000', '162214.465000', '162214.925000', '162215.385000', '162215.845000', '162216.305000', '162216.765000', '162217.225000', '162217.685000', '162218.145000', '162218.605000', '162219.065000', '162219.525000', '162219.985000', '162220.445000', '162220.905000', '162221.365000', '162221.825000', '162222.285000', '162222.745000', '162223.205000', '162223.665000', '162224.125000', '162224.585000', '162225.045000', '162225.505000', '162225.965000', '162226.425000', '162226.885000', '162227.345000', '162227.805000', '162228.265000', '162228.725000', '162229.185000', '162229.645000', '162230.105000', '162230.565000', '162231.025000', '162231.485000', '162231.945000', '162232.405000', '162232.865000', '162233.325000', '162233.785000', '162234.245000', '162234.705000', '162235.165000', '162235.625000', '162236.085000', '162236.545000', '162237.005000', '162237.465000', '162237.925000', '162238.385000', '162238.845000', '162239.305000', '162239.765000', '162240.225000', '162240.685000', '162241.145000', '162241.605000', '162242.065000', '162242.525000', '162242.985000', '162243.445000', '162243.905000', '162244.365000', '162244.825000', '162245.285000', '162245.745000', '162246.205000', '162246.665000', '162247.125000', '162247.585000', '162248.045000', '162248.505000', '162248.965000', '162249.425000', '162249.885000', '162250.345000', '162250.805000', '162251.265000', '162251.725000', '162252.185000', '162252.645000', '162253.105000', '162253.565000', '162254.025000', '162254.485000', '162254.945000', '162255.405000', '162255.865000', '162256.325000', '162256.785000', '162257.245000', '162257.705000', '162258.165000', '162258.625000', '162259.085000', '162259.545000', '162300.005000', '162300.465000', '162300.925000', '162301.385000', '162301.845000', '162302.305000', '162302.765000', '162303.225000', '162303.685000', '162304.145000', '162304.605000', '162305.065000', '162305.525000', '162305.985000', '162306.445000', '162306.905000', '162307.365000', '162307.825000', '162308.285000', '162308.745000', '162309.205000', '162309.665000', '162310.125000', '162310.585000', '162311.045000', '162311.505000', '162311.965000', '162312.425000', '162312.885000', '162313.345000', '162313.805000', '162314.265000', '162314.725000', '162315.185000', '162315.645000', '162316.105000', '162316.565000', '162317.025000', '162317.485000', '162317.945000', '162318.405000', '162318.865000', '162319.325000', '162319.785000', '162320.245000', '162320.705000', '162321.165000', '162321.625000', '162322.085000', '162322.545000', '162323.005000', '162323.465000', '162323.925000', '162324.385000', '162324.845000', '162325.305000', '162325.765000', '162326.225000', '162326.685000', '162327.145000', '162327.605000', '162328.065000', '162328.525000', '162328.985000', '162329.445000', '162329.905000', '162330.365000', '162330.825000', '162331.285000', '162331.745000', '162332.205000', '162332.665000', '162333.125000', '162333.585000', '162334.045000', '162334.505000', '162334.965000', '162335.425000', '162335.885000', '162336.345000', '162336.805000', '162337.265000', '162337.725000', '162338.185000', '162338.645000', '162339.105000', '162339.565000', '162340.025000', '162340.485000', '162340.945000', '162341.405000', '162341.865000', '162342.325000', '162342.785000', '162343.245000', '162343.705000', '162344.165000', '162344.625000', '162345.085000', '162345.545000', '162346.005000', '162346.465000', '162346.925000', '162347.385000', '162347.845000', '162348.305000', '162348.765000', '162349.225000', '162349.685000', '162350.145000', '162350.605000', '162351.065000', '162351.525000', '162351.985000', '162352.445000', '162352.905000', '162353.365000', '162353.825000', '162354.285000', '162354.745000', '162355.205000', '162355.665000', '162356.125000', '162356.585000', '162357.045000', '162357.505000', '162357.965000', '162358.425000', '162358.885000', '162359.345000', '162359.805000', '162400.265000', '162400.725000', '162401.185000', '162401.645000', '162402.105000', '162402.565000', '162403.025000', '162403.485000', '162403.945000', '162404.405000', '162404.865000', '162405.325000', '162405.785000', '162406.245000', '162406.705000', '162407.165000', '162407.625000', '162408.085000', '162408.545000', '162409.005000', '162409.465000', '162409.925000', '162410.385000', '162410.845000', '162411.305000', '162411.765000', '162412.225000', '162412.685000', '162413.145000', '162413.605000', '162414.065000', '162414.525000', '162414.985000', '162415.445000', '162415.905000', '162416.365000', '162416.825000', '162417.285000', '162417.745000', '162418.205000', '162418.665000', '162419.125000', '162419.585000', '162420.045000', '162420.505000', '162420.965000', '162421.425000', '162421.885000', '162422.345000', '162422.805000', '162423.265000', '162423.725000', '162424.185000', '162424.645000', '162425.105000', '162425.565000', '162426.025000', '162426.485000', '162426.945000', '162427.405000', '162427.865000', '162428.325000', '162428.785000', '162429.245000', '162429.705000', '162430.165000', '162430.625000', '162431.085000', '162431.545000', '162432.005000', '162432.465000', '162432.925000', '162433.385000', '162433.845000', '162434.305000', '162434.765000', '162435.225000', '162435.685000', '162436.145000', '162436.605000', '162437.065000', '162437.525000', '162437.985000', '162438.445000', '162438.905000', '162439.365000', '162439.825000', '162440.285000', '162440.745000', '162441.205000', '162441.665000', '162442.125000', '162442.585000', '162443.045000', '162443.505000', '162443.965000', '162444.425000', '162444.885000', '162445.345000', '162445.805000', '162446.265000', '162446.725000', '162447.185000', '162447.645000', '162448.105000', '162448.565000', '162449.025000', '162449.485000', '162449.945000', '162450.405000', '162450.865000', '162451.325000', '162451.785000', '162452.245000', '162452.705000', '162453.165000', '162453.625000', '162454.085000', '162454.545000', '162455.005000', '162455.465000', '162455.925000', '162456.385000', '162456.845000', '162457.305000', '162457.765000', '162458.225000', '162458.685000', '162459.145000', '162459.605000', '162500.065000', '162500.525000', '162500.985000', '162501.445000', '162501.905000', '162502.365000', '162502.825000', '162503.285000', '162503.745000', '162504.205000', '162504.665000', '162505.125000', '162505.585000', '162506.045000', '162506.505000', '162506.965000', '162507.425000', '162507.885000', '162508.345000', '162508.805000', '162509.265000', '162509.725000', '162510.185000', '162510.645000', '162511.105000', '162511.565000', '162512.025000', '162512.485000', '162512.945000', '162513.405000', '162513.865000', '162514.325000', '162514.785000', '162515.245000', '162515.705000', '162516.165000', '162516.625000', '162517.085000', '162517.545000', '162518.005000', '162518.465000', '162518.925000', '162519.385000', '162519.845000', '162520.305000', '162520.765000', '162521.225000', '162521.685000', '162522.145000', '162522.605000', '162523.065000', '162523.525000', '162523.985000', '162524.445000', '162524.905000', '162525.365000', '162525.825000', '162526.285000', '162526.745000', '162527.205000', '162527.665000', '162528.125000', '162528.585000', '162529.045000', '162529.505000', '162529.965000', '162530.425000', '162530.885000', '162531.345000', '162531.805000', '162532.265000', '162532.725000', '162533.185000', '162533.645000', '162534.105000', '162534.565000', '162535.025000', '162535.485000', '162535.945000', '162536.405000', '162536.865000', '162537.325000', '162537.785000', '162538.245000', '162538.705000', '162539.165000', '162539.625000', '162540.085000', '162540.545000', '162541.005000', '162541.465000', '162541.925000', '162542.385000', '162542.845000', '162543.305000', '162543.765000', '162544.225000', '162544.685000', '162545.145000', '162545.605000', '162546.065000', '162546.525000', '162546.985000', '162547.445000', '162547.905000', '162548.365000', '162548.825000', '162549.285000', '162549.745000', '162550.205000', '162550.665000', '162551.125000', '162551.585000', '162552.045000', '162552.505000', '162552.965000', '162553.425000', '162553.885000', '162554.345000', '162554.805000', '162555.265000', '162555.725000', '162556.185000', '162556.645000', '162557.105000', '162557.565000', '162558.025000', '162558.485000', '162558.945000', '162559.405000', '162559.865000', '162600.325000', '162600.785000', '162601.245000', '162601.705000', '162602.165000', '162602.625000', '162603.085000', '162603.545000', '162604.005000', '162604.465000', '162604.925000', '162605.385000', '162605.845000', '162606.305000', '162606.765000', '162607.225000', '162607.685000', '162608.145000', '162608.605000', '162609.065000', '162609.525000', '162609.985000', '162610.445000', '162610.905000', '162611.365000', '162611.825000', '162612.285000', '162612.745000', '162613.205000', '162613.665000', '162614.125000', '162614.585000', '162615.045000', '162615.505000', '162615.965000', '162616.425000', '162616.885000', '162617.345000', '162617.805000', '162618.265000', '162618.725000', '162619.185000', '162619.645000', '162620.105000', '162620.565000', '162621.025000', '162621.485000', '162621.945000', '162622.405000', '162622.865000', '162623.325000', '162623.785000', '162624.245000', '162624.705000', '162625.165000', '162625.625000', '162626.085000', '162626.545000', '162627.005000', '162627.465000', '162627.925000', '162628.385000', '162628.845000', '162629.305000', '162629.765000', '162630.225000', '162630.685000', '162631.145000', '162631.605000', '162632.065000', '162632.525000', '162632.985000', '162633.445000', '162633.905000', '162634.365000', '162634.825000', '162635.285000', '162635.745000', '162636.205000', '162636.665000', '162637.125000', '162637.585000', '162638.045000', '162638.505000', '162638.965000', '162639.425000', '162639.885000', '162640.345000', '162640.805000', '162641.265000', '162641.725000', '162642.185000', '162642.645000', '162643.105000', '162643.565000', '162644.025000', '162644.485000', '162644.945000', '162645.405000', '162645.865000', '162646.325000', '162646.785000', '162647.245000', '162647.705000', '162648.165000', '162648.625000', '162649.085000', '162649.545000', '162650.005000', '162650.465000', '162650.925000', '162651.385000', '162651.845000', '162652.305000', '162652.765000', '162653.225000', '162653.685000', '162654.145000', '162654.605000', '162655.065000', '162655.525000', '162655.985000', '162656.445000', '162656.905000', '162657.365000', '162657.825000', '162658.285000', '162658.745000', '162659.205000', '162659.665000', '162700.125000', '162700.585000', '162701.045000', '162701.505000', '162701.965000', '162702.425000', '162702.885000', '162703.345000', '162703.805000', '162704.265000', '162704.725000', '162705.185000', '162705.645000', '162706.105000', '162706.565000', '162707.025000', '162707.485000', '162707.945000', '162708.405000', '162708.865000', '162709.325000', '162709.785000', '162710.245000', '162710.705000', '162711.165000', '162711.625000', '162712.085000', '162712.545000', '162713.005000', '162713.465000', '162713.925000', '162714.385000', '162714.845000', '162715.305000', '162715.765000', '162716.225000', '162716.685000', '162717.145000', '162717.605000', '162718.065000', '162718.525000', '162718.985000', '162719.445000', '162719.905000', '162720.365000', '162720.825000', '162721.285000', '162721.745000', '162722.205000', '162722.665000', '162723.125000', '162723.585000', '162724.045000', '162724.505000', '162724.965000', '162725.425000', '162725.885000', '162726.345000', '162726.805000', '162727.265000', '162727.725000', '162728.185000', '162728.645000', '162729.105000', '162729.565000', '162730.025000', '162730.485000', '162730.945000', '162731.405000', '162731.865000', '162732.325000', '162732.785000', '162733.245000', '162733.705000', '162734.165000', '162734.625000', '162735.085000', '162735.545000', '162736.005000', '162736.465000', '162736.925000', '162737.385000', '162737.845000', '162738.305000', '162738.765000', '162739.225000', '162739.685000', '162740.145000', '162740.605000', '162741.065000', '162741.525000', '162741.985000', '162742.445000', '162742.905000', '162743.365000', '162743.825000', '162744.285000', '162744.745000', '162745.205000', '162745.665000', '162746.125000', '162746.585000', '162747.045000', '162747.505000', '162747.965000', '162748.425000', '162748.885000', '162749.345000', '162749.805000', '162750.265000', '162750.725000', '162751.185000', '162751.645000', '162752.105000', '162752.565000', '162753.025000', '162753.485000', '162753.945000', '162754.405000', '162754.865000', '162755.325000', '162755.785000', '162756.245000', '162756.705000', '162757.165000', '162757.625000', '162758.085000', '162758.545000', '162759.005000', '162759.465000', '162759.925000', '162800.385000', '162800.845000', '162801.305000', '162801.765000', '162802.225000', '162802.685000', '162803.145000', '162803.605000', '162804.065000', '162804.525000', '162804.985000', '162805.445000', '162805.905000', '162806.365000', '162806.825000', '162807.285000', '162807.745000', '162808.205000', '162808.665000', '162809.125000', '162809.585000', '162810.045000', '162810.505000', '162810.965000', '162811.425000', '162811.885000', '162812.345000', '162812.805000', '162813.265000', '162813.725000', '162814.185000', '162814.645000', '162815.105000', '162815.565000', '162816.025000', '162816.485000', '162816.945000', '162817.405000', '162817.865000', '162818.325000', '162818.785000', '162819.245000', '162819.705000', '162820.165000', '162820.625000', '162821.085000', '162821.545000', '162822.005000', '162822.465000', '162822.925000', '162823.385000', '162823.845000', '162824.305000', '162824.765000', '162825.225000', '162825.685000', '162826.145000', '162826.605000', '162827.065000', '162827.525000', '162827.985000', '162828.445000', '162828.905000', '162829.365000', '162829.825000', '162830.285000', '162830.745000', '162831.205000', '162831.665000', '162832.125000', '162832.585000', '162833.045000', '162833.505000', '162833.965000', '162834.425000', '162834.885000', '162835.345000', '162835.805000', '162836.265000', '162836.725000', '162837.185000', '162837.645000', '162838.105000', '162838.565000', '162839.025000', '162839.485000', '162839.945000', '162840.405000', '162840.865000', '162841.325000', '162841.785000', '162842.245000', '162842.705000', '162843.165000', '162843.625000', '162844.085000', '162844.545000', '162845.005000', '162845.465000', '162845.925000', '162846.385000', '162846.845000', '162847.305000', '162847.765000', '162848.225000', '162848.685000', '162849.145000', '162849.605000', '162850.065000', '162850.525000', '162850.985000', '162851.445000', '162851.905000', '162852.365000', '162852.825000', '162853.285000', '162853.745000', '162854.205000', '162854.665000', '162855.125000', '162855.585000', '162856.045000', '162856.505000', '162856.965000', '162857.425000', '162857.885000', '162858.345000', '162858.805000', '162859.265000', '162859.725000', '162900.185000', '162900.645000', '162901.105000', '162901.565000', '162902.025000', '162902.485000', '162902.945000', '162903.405000', '162903.865000', '162904.325000', '162904.785000', '162905.245000', '162905.705000', '162906.165000', '162906.625000', '162907.085000', '162907.545000', '162908.005000', '162908.465000', '162908.925000', '162909.385000', '162909.845000', '162910.305000', '162910.765000', '162911.225000', '162911.685000', '162912.145000', '162912.605000', '162913.065000', '162913.525000', '162913.985000', '162914.445000'], 'ContentTime': ['161925.779000', '161925.783000', '161925.786000', '161925.789000', '161925.792000', '161925.795000', '161925.798000', '161925.801000', '161925.804000', '161925.807000', '161925.810000', '161925.813000', '161925.816000', '161925.819000', '161925.822000', '161925.825000', '161925.828000', '161925.831000', '161925.861000', '161925.864000', '161925.866000', '161925.871000', '161925.874000', '161925.877000', '161925.880000', '161925.883000', '161925.886000', '161925.889000', '161925.892000', '161925.895000', '161925.898000', '161925.901000', '161925.904000', '161925.907000', '161925.910000', '161925.913000', '161925.916000', '161925.919000', '161925.922000', '161925.925000', '161925.928000', '161925.931000', '161925.934000', '161925.937000', '161925.939000', '161925.942000', '161925.945000', '161925.948000', '161925.951000', '161925.954000', '161925.957000', '161925.960000', '161925.963000', '161945.742000', '161945.745000', '161945.764000', '161945.767000', '161945.769000', '161945.772000', '161945.775000', '161945.778000', '161945.781000', '161945.784000', '161945.786000', '161945.789000', '161945.792000', '161945.795000', '161945.798000', '161945.801000', '161945.804000', '161945.806000', '161945.809000', '161945.812000', '161945.815000', '161945.818000', '161945.829000', '161945.832000', '161945.834000', '161945.837000', '161945.840000', '161945.843000', '161945.846000', '161945.849000', '161945.851000', '161945.854000', '161945.857000', '161945.860000', '161945.863000', '161945.866000', '161945.869000', '161945.872000', '161945.874000', '161945.877000', '161945.880000', '161945.883000', '161945.886000', '161945.889000', '162005.743000', '162005.746000', '162005.749000', '162005.752000', '162005.755000', '162005.758000', '162005.761000', '162005.763000', '162005.766000', '162005.769000', '162005.772000', '162005.775000', '162005.778000', '162005.781000', '162005.784000', '162005.786000', '162005.797000', '162005.800000', '162005.803000', '162005.806000', '162005.809000', '162005.812000', '162005.815000', '162005.818000', '162005.822000', '162005.825000', '162005.828000', '162005.831000', '162005.834000', '162005.837000', '162005.840000', '162005.842000', '162005.845000', '162005.848000', '162005.851000', '162005.854000', '162005.857000', '162005.860000', '162005.863000', '162005.865000', '162005.868000', '162005.871000', '162005.874000', '162025.743000', '162025.746000', '162025.749000', '162025.752000', '162025.755000', '162025.757000', '162025.760000', '162025.763000', '162025.766000', '162025.769000', '162025.772000', '162025.775000', '162025.778000', '162025.781000', '162025.784000', '162025.786000', '162025.789000', '162025.792000', '162025.795000', '162025.798000', '162025.805000', '162025.808000', '162025.811000', '162025.814000', '162025.816000', '162025.819000', '162025.822000', '162025.825000', '162025.828000', '162025.831000', '162025.834000', '162025.837000', '162025.839000', '162025.842000', '162025.845000', '162025.848000', '162025.851000', '162025.854000', '162025.857000', '162025.860000', '162025.862000', '162025.865000', '162025.868000', '162025.871000', '162045.743000', '162045.746000', '162045.749000', '162045.752000', '162045.755000', '162045.758000', '162045.760000', '162045.763000', '162045.766000', '162045.769000', '162045.772000', '162045.775000', '162045.778000', '162045.781000', '162045.784000', '162045.786000', '162045.789000', '162045.792000', '162045.795000', '162045.798000', '162045.801000', '162045.804000', '162045.807000', '162045.809000', '162045.812000', '162045.815000', '162045.818000', '162045.821000', '162045.824000', '162045.827000', '162045.829000', '162045.832000', '162045.835000', '162045.838000', '162045.841000', '162045.844000', '162045.847000', '162045.850000', '162045.853000', '162045.855000', '162045.858000', '162045.861000', '162045.864000', '162105.743000', '162105.746000', '162105.749000', '162105.752000', '162105.755000', '162105.758000', '162105.761000', '162105.763000', '162105.766000', '162105.769000', '162105.772000', '162105.775000', '162105.778000', '162105.781000', '162105.784000', '162105.792000', '162105.795000', '162105.798000', '162105.800000', '162105.803000', '162105.806000', '162105.809000', '162105.812000', '162105.815000', '162105.818000', '162105.821000', '162105.823000', '162105.826000', '162105.829000', '162105.832000', '162105.835000', '162105.838000', '162105.841000', '162105.844000', '162105.847000', '162105.850000', '162105.852000', '162105.855000', '162105.858000', '162105.861000', '162105.864000', '162105.887000', '162105.890000', '162105.893000', '162125.742000', '162125.745000', '162125.748000', '162125.751000', '162125.754000', '162125.757000', '162125.759000', '162125.762000', '162125.765000', '162125.768000', '162125.771000', '162125.774000', '162125.777000', '162125.780000', '162125.783000', '162125.786000', '162125.788000', '162125.791000', '162125.794000', '162125.797000', '162125.800000', '162125.803000', '162125.806000', '162125.809000', '162125.811000', '162125.814000', '162125.817000', '162125.820000', '162125.823000', '162125.826000', '162125.829000', '162125.832000', '162125.834000', '162125.837000', '162125.840000', '162125.843000', '162125.846000', '162125.849000', '162125.852000', '162125.855000', '162125.859000', '162125.862000', '162125.865000', '162145.742000', '162145.745000', '162145.748000', '162145.751000', '162145.758000', '162145.761000', '162145.764000', '162145.766000', '162145.770000', '162145.773000', '162145.775000', '162145.778000', '162145.781000', '162145.784000', '162145.787000', '162145.790000', '162145.793000', '162145.796000', '162145.799000', '162145.801000', '162145.804000', '162145.807000', '162145.810000', '162145.813000', '162145.816000', '162145.819000', '162145.822000', '162145.825000', '162145.828000', '162145.830000', '162145.833000', '162145.836000', '162145.839000', '162145.842000', '162145.845000', '162145.848000', '162145.851000', '162145.853000', '162145.856000', '162145.859000', '162145.862000', '162145.865000', '162145.868000', '162145.871000', '162205.742000', '162205.745000', '162205.748000', '162205.751000', '162205.754000', '162205.757000', '162205.760000', '162205.763000', '162205.765000', '162205.768000', '162205.771000', '162205.774000', '162205.777000', '162205.780000', '162205.783000', '162205.786000', '162205.789000', '162205.792000', '162205.795000', '162205.797000', '162205.800000', '162205.803000', '162205.806000', '162205.809000', '162205.812000', '162205.815000', '162205.818000', '162205.820000', '162205.823000', '162205.826000', '162205.829000', '162205.832000', '162205.835000', '162205.838000', '162205.841000', '162205.844000', '162205.846000', '162205.849000', '162205.852000', '162205.855000', '162205.858000', '162205.861000', '162205.864000', '162225.743000', '162225.746000', '162225.749000', '162225.752000', '162225.755000', '162225.757000', '162225.760000', '162225.763000', '162225.766000', '162225.769000', '162225.772000', '162225.775000', '162225.778000', '162225.780000', '162225.783000', '162225.786000', '162225.789000', '162225.792000', '162225.795000', '162225.798000', '162225.801000', '162225.803000', '162225.806000', '162225.809000', '162225.812000', '162225.815000', '162225.818000', '162225.821000', '162225.824000', '162225.827000', '162225.829000', '162225.832000', '162225.835000', '162225.838000', '162225.841000', '162225.844000', '162225.847000', '162225.849000', '162225.852000', '162225.855000', '162225.858000', '162225.861000', '162225.864000', '162245.743000', '162245.746000', '162245.749000', '162245.752000', '162245.755000', '162245.757000', '162245.760000', '162245.763000', '162245.766000', '162245.769000', '162245.772000', '162245.775000', '162245.778000', '162245.781000', '162245.784000', '162245.786000', '162245.789000', '162245.792000', '162245.795000', '162245.798000', '162245.801000', '162245.804000', '162245.807000', '162245.832000', '162245.835000', '162245.838000', '162245.841000', '162245.843000', '162245.846000', '162245.849000', '162245.852000', '162245.855000', '162245.858000', '162245.861000', '162245.864000', '162245.867000', '162245.869000', '162245.872000', '162245.875000', '162245.878000', '162245.881000', '162245.884000', '162245.887000', '162245.890000', '162305.743000', '162305.746000', '162305.749000', '162305.752000', '162305.755000', '162305.758000', '162305.761000', '162305.764000', '162305.767000', '162305.770000', '162305.773000', '162305.775000', '162305.778000', '162305.781000', '162305.784000', '162305.787000', '162305.790000', '162305.793000', '162305.796000', '162305.799000', '162305.802000', '162305.804000', '162305.807000', '162305.810000', '162305.813000', '162305.816000', '162305.819000', '162305.822000', '162305.825000', '162305.828000', '162305.831000', '162305.833000', '162305.836000', '162305.839000', '162305.842000', '162305.845000', '162305.856000', '162305.858000', '162305.861000', '162305.864000', '162305.867000', '162305.870000', '162305.878000', '162325.743000', '162325.746000', '162325.749000', '162325.752000', '162325.755000', '162325.758000', '162325.761000', '162325.763000', '162325.766000', '162325.769000', '162325.772000', '162325.775000', '162325.778000', '162325.781000', '162325.784000', '162325.787000', '162325.789000', '162325.792000', '162325.795000', '162325.798000', '162325.801000', '162325.804000', '162325.807000', '162325.810000', '162325.813000', '162325.816000', '162325.818000', '162325.821000', '162325.824000', '162325.827000', '162325.830000', '162325.833000', '162325.836000', '162325.839000', '162325.841000', '162325.844000', '162325.847000', '162325.850000', '162325.853000', '162325.856000', '162325.859000', '162325.862000', '162325.865000', '162325.867000', '162345.742000', '162345.745000', '162345.748000', '162345.751000', '162345.754000', '162345.757000', '162345.760000', '162345.763000', '162345.766000', '162345.769000', '162345.771000', '162345.775000', '162345.777000', '162345.780000', '162345.783000', '162345.786000', '162345.789000', '162345.792000', '162345.795000', '162345.798000', '162345.802000', '162345.807000', '162345.810000', '162345.813000', '162345.815000', '162345.818000', '162345.821000', '162345.824000', '162345.827000', '162345.830000', '162345.833000', '162345.836000', '162345.838000', '162345.841000', '162345.844000', '162345.847000', '162345.850000', '162345.853000', '162345.856000', '162345.859000', '162345.862000', '162345.865000', '162345.867000', '162405.742000', '162405.745000', '162405.748000', '162405.751000', '162405.754000', '162405.757000', '162405.760000', '162405.763000', '162405.766000', '162405.768000', '162405.771000', '162405.774000', '162405.777000', '162405.780000', '162405.783000', '162405.786000', '162405.789000', '162405.792000', '162405.794000', '162405.797000', '162405.800000', '162405.803000', '162405.806000', '162405.809000', '162405.812000', '162405.815000', '162405.818000', '162405.820000', '162405.823000', '162405.826000', '162405.829000', '162405.832000', '162405.835000', '162405.838000', '162405.841000', '162405.844000', '162405.847000', '162405.849000', '162405.852000', '162405.855000', '162405.858000', '162405.861000', '162405.864000', '162405.867000', '162425.742000', '162425.745000', '162425.748000', '162425.751000', '162425.754000', '162425.757000', '162425.760000', '162425.763000', '162425.765000', '162425.768000', '162425.771000', '162425.774000', '162425.777000', '162425.780000', '162425.783000', '162425.786000', '162425.789000', '162425.794000', '162425.797000', '162425.800000', '162425.803000', '162425.806000', '162425.809000', '162425.811000', '162425.814000', '162425.817000', '162425.820000', '162425.823000', '162425.826000', '162425.829000', '162425.832000', '162425.835000', '162425.838000', '162425.840000', '162425.843000', '162425.846000', '162425.849000', '162425.852000', '162425.855000', '162425.860000', '162425.863000', '162425.865000', '162425.868000', '162445.743000', '162445.746000', '162445.749000', '162445.752000', '162445.755000', '162445.758000', '162445.761000', '162445.764000', '162445.766000', '162445.769000', '162445.772000', '162445.775000', '162445.778000', '162445.781000', '162445.784000', '162445.787000', '162445.790000', '162445.792000', '162445.795000', '162445.798000', '162445.801000', '162445.804000', '162445.807000', '162445.810000', '162445.813000', '162445.816000', '162445.818000', '162445.821000', '162445.824000', '162445.827000', '162445.830000', '162445.833000', '162445.836000', '162445.839000', '162445.841000', '162445.844000', '162445.847000', '162445.850000', '162445.853000', '162445.856000', '162445.859000', '162445.861000', '162445.864000', '162445.867000', '162505.743000', '162505.746000', '162505.749000', '162505.752000', '162505.755000', '162505.758000', '162505.761000', '162505.764000', '162505.766000', '162505.770000', '162505.773000', '162505.776000', '162505.779000', '162505.782000', '162505.785000', '162505.787000', '162505.791000', '162505.794000', '162505.798000', '162505.802000', '162505.805000', '162505.808000', '162505.811000', '162505.814000', '162505.817000', '162505.820000', '162505.823000', '162505.826000', '162505.829000', '162505.832000', '162505.835000', '162505.838000', '162505.841000', '162505.844000', '162505.847000', '162505.850000', '162505.853000', '162505.855000', '162505.858000', '162505.861000', '162505.864000', '162505.867000', '162505.870000', '162525.743000', '162525.746000', '162525.749000', '162525.752000', '162525.755000', '162525.758000', '162525.761000', '162525.764000', '162525.767000', '162525.770000', '162525.773000', '162525.776000', '162525.778000', '162525.781000', '162525.784000', '162525.787000', '162525.790000', '162525.793000', '162525.796000', '162525.799000', '162525.801000', '162525.804000', '162525.807000', '162525.810000', '162525.813000', '162525.816000', '162525.819000', '162525.822000', '162525.824000', '162525.827000', '162525.830000', '162525.833000', '162525.836000', '162525.839000', '162525.842000', '162525.845000', '162525.848000', '162525.850000', '162525.853000', '162525.856000', '162525.859000', '162525.862000', '162525.865000', '162525.868000', '162545.743000', '162545.770000', '162545.773000', '162545.775000', '162545.778000', '162545.781000', '162545.784000', '162545.787000', '162545.790000', '162545.793000', '162545.796000', '162545.799000', '162545.802000', '162545.804000', '162545.807000', '162545.810000', '162545.813000', '162545.816000', '162545.819000', '162545.822000', '162545.825000', '162545.828000', '162545.831000', '162545.834000', '162545.837000', '162545.840000', '162545.843000', '162545.845000', '162545.848000', '162545.851000', '162545.854000', '162545.857000', '162545.860000', '162545.863000', '162545.866000', '162545.869000', '162545.871000', '162545.874000', '162545.882000', '162545.885000', '162545.888000', '162545.891000', '162545.894000', '162605.762000', '162605.765000', '162605.768000', '162605.771000', '162605.774000', '162605.785000', '162605.788000', '162605.790000', '162605.793000', '162605.796000', '162605.799000', '162605.802000', '162605.805000', '162605.808000', '162605.811000', '162605.814000', '162605.816000', '162605.820000', '162605.822000', '162605.825000', '162605.828000', '162605.831000', '162605.834000', '162605.837000', '162605.840000', '162605.843000', '162605.845000', '162605.848000', '162605.851000', '162605.854000', '162605.857000', '162605.860000', '162605.863000', '162605.866000', '162605.869000', '162605.872000', '162605.874000', '162605.877000', '162605.880000', '162605.883000', '162605.886000', '162605.889000', '162605.892000', '162605.895000', '162625.742000', '162625.745000', '162625.748000', '162625.751000', '162625.754000', '162625.757000', '162625.760000', '162625.763000', '162625.765000', '162625.768000', '162625.772000', '162625.775000', '162625.778000', '162625.781000', '162625.784000', '162625.787000', '162625.790000', '162625.793000', '162625.796000', '162625.799000', '162625.802000', '162625.804000', '162625.807000', '162625.810000', '162625.813000', '162625.816000', '162625.819000', '162625.822000', '162625.825000', '162625.828000', '162625.831000', '162625.834000', '162625.837000', '162625.839000', '162625.842000', '162625.846000', '162625.848000', '162625.851000', '162625.854000', '162625.857000', '162625.860000', '162625.863000', '162625.866000', '162645.742000', '162645.745000', '162645.748000', '162645.751000', '162645.754000', '162645.757000', '162645.759000', '162645.762000', '162645.765000', '162645.768000', '162645.771000', '162645.774000', '162645.777000', '162645.780000', '162645.783000', '162645.786000', '162645.789000', '162645.791000', '162645.794000', '162645.797000', '162645.800000', '162645.803000', '162645.806000', '162645.809000', '162645.812000', '162645.815000', '162645.818000', '162645.820000', '162645.823000', '162645.826000', '162645.829000', '162645.832000', '162645.835000', '162645.838000', '162645.841000', '162645.844000', '162645.847000', '162645.849000', '162645.852000', '162645.855000', '162645.858000', '162645.861000', '162645.864000', '162645.867000', '162705.743000', '162705.746000', '162705.749000', '162705.752000', '162705.755000', '162705.758000', '162705.761000', '162705.764000', '162705.766000', '162705.769000', '162705.772000', '162705.787000', '162705.790000', '162705.793000', '162705.796000', '162705.799000', '162705.802000', '162705.805000', '162705.808000', '162705.810000', '162705.813000', '162705.816000', '162705.819000', '162705.822000', '162705.825000', '162705.828000', '162705.831000', '162705.834000', '162705.836000', '162705.839000', '162705.842000', '162705.845000', '162705.848000', '162705.851000', '162705.854000', '162705.857000', '162705.860000', '162705.862000', '162705.866000', '162705.869000', '162705.872000', '162705.875000', '162705.878000', '162725.743000', '162725.746000', '162725.749000', '162725.752000', '162725.755000', '162725.758000', '162725.761000', '162725.764000', '162725.767000', '162725.769000', '162725.772000', '162725.775000', '162725.778000', '162725.781000', '162725.784000', '162725.787000', '162725.790000', '162725.793000', '162725.795000', '162725.798000', '162725.801000', '162725.804000', '162725.807000', '162725.810000', '162725.813000', '162725.816000', '162725.819000', '162725.822000', '162725.824000', '162725.827000', '162725.830000', '162725.833000', '162725.836000', '162725.839000', '162725.842000', '162725.845000', '162725.847000', '162725.850000', '162725.853000', '162725.856000', '162725.859000', '162725.862000', '162725.865000', '162725.868000', '162745.743000', '162745.746000', '162745.749000', '162745.752000', '162745.755000', '162745.758000', '162745.761000', '162745.764000', '162745.767000', '162745.770000', '162745.773000', '162745.775000', '162745.778000', '162745.781000', '162745.784000', '162745.787000', '162745.790000', '162745.793000', '162745.796000', '162745.799000', '162745.801000', '162745.804000', '162745.807000', '162745.811000', '162745.814000', '162745.817000', '162745.820000', '162745.823000', '162745.825000', '162745.829000', '162745.831000', '162745.834000', '162745.837000', '162745.840000', '162745.843000', '162745.846000', '162745.849000', '162745.852000', '162745.855000', '162745.857000', '162745.860000', '162745.863000', '162745.866000', '162805.743000', '162805.746000', '162805.749000', '162805.752000', '162805.755000', '162805.758000', '162805.761000', '162805.764000', '162805.766000', '162805.770000', '162805.773000', '162805.775000', '162805.778000', '162805.781000', '162805.784000', '162805.787000', '162805.790000', '162805.793000', '162805.796000', '162805.799000', '162805.802000', '162805.805000', '162805.808000', '162805.811000', '162805.814000', '162805.817000', '162805.820000', '162805.822000', '162805.825000', '162805.828000', '162805.831000', '162805.834000', '162805.837000', '162805.840000', '162805.843000', '162805.845000', '162805.848000', '162805.851000', '162805.854000', '162805.857000', '162805.860000', '162805.863000', '162805.866000', '162805.869000', '162825.742000', '162825.745000', '162825.748000', '162825.751000', '162825.754000', '162825.757000', '162825.760000', '162825.763000', '162825.766000', '162825.768000', '162825.771000', '162825.774000', '162825.777000', '162825.780000', '162825.783000', '162825.786000', '162825.789000', '162825.792000', '162825.794000', '162825.797000', '162825.800000', '162825.803000', '162825.806000', '162825.809000', '162825.812000', '162825.815000', '162825.818000', '162825.820000', '162825.823000', '162825.826000', '162825.829000', '162825.832000', '162825.835000', '162825.838000', '162825.841000', '162825.844000', '162825.847000', '162825.850000', '162825.852000', '162825.855000', '162825.858000', '162825.861000', '162825.864000', '162845.742000', '162845.745000', '162845.748000', '162845.751000', '162845.754000', '162845.757000', '162845.760000', '162845.762000', '162845.765000', '162845.768000', '162845.771000', '162845.774000', '162845.777000', '162845.780000', '162845.783000', '162845.786000', '162845.788000', '162845.791000', '162845.794000', '162845.797000', '162845.800000', '162845.803000', '162845.806000', '162845.809000', '162845.811000', '162845.815000', '162845.817000', '162845.820000', '162845.823000', '162845.826000', '162845.829000', '162845.832000', '162845.835000', '162845.838000', '162845.840000', '162845.843000', '162845.846000', '162845.849000', '162845.852000', '162845.855000', '162845.858000', '162845.861000', '162845.864000', '162845.867000', '162905.742000', '162905.745000', '162905.748000', '162905.751000', '162905.754000', '162905.757000', '162905.760000', '162905.763000', '162905.766000', '162905.769000', '162905.771000', '162905.774000', '162905.777000', '162905.780000', '162905.783000', '162905.786000', '162905.789000', '162905.792000', '162905.795000', '162905.798000', '162905.801000', '162905.804000', '162905.806000', '162905.809000', '162905.812000', '162905.815000', '162905.818000', '162905.821000', '162905.824000', '162905.827000', '162905.829000', '162905.833000', '162905.835000', '162905.838000', '162905.841000', '162905.844000', '162905.848000', '162905.851000', '162905.854000', '162905.857000', '162905.860000', '162905.863000', '162905.866000', '162915.174000', '162915.178000', '162915.181000', '162915.184000', '162915.187000', '162915.190000', '162915.194000', '162915.198000', '162915.201000', '162915.203000', '162915.207000', '162915.209000', '162915.212000', '162915.215000', '162915.218000', '162915.221000', '162915.224000', '162915.227000', '162915.231000', '162915.234000', '162915.237000'], 'InstanceCreationTime': ['161925.779000', '161925.783000', '161925.786000', '161925.789000', '161925.792000', '161925.795000', '161925.798000', '161925.801000', '161925.804000', '161925.807000', '161925.810000', '161925.813000', '161925.816000', '161925.819000', '161925.822000', '161925.825000', '161925.828000', '161925.831000', '161925.861000', '161925.864000', '161925.866000', '161925.871000', '161925.874000', '161925.877000', '161925.880000', '161925.883000', '161925.886000', '161925.889000', '161925.892000', '161925.895000', '161925.898000', '161925.901000', '161925.904000', '161925.907000', '161925.910000', '161925.913000', '161925.916000', '161925.919000', '161925.922000', '161925.925000', '161925.928000', '161925.931000', '161925.934000', '161925.937000', '161925.939000', '161925.942000', '161925.945000', '161925.948000', '161925.951000', '161925.954000', '161925.957000', '161925.960000', '161925.963000', '161945.742000', '161945.745000', '161945.764000', '161945.767000', '161945.769000', '161945.772000', '161945.775000', '161945.778000', '161945.781000', '161945.784000', '161945.786000', '161945.789000', '161945.792000', '161945.795000', '161945.798000', '161945.801000', '161945.804000', '161945.806000', '161945.809000', '161945.812000', '161945.815000', '161945.818000', '161945.829000', '161945.832000', '161945.834000', '161945.837000', '161945.840000', '161945.843000', '161945.846000', '161945.849000', '161945.851000', '161945.854000', '161945.857000', '161945.860000', '161945.863000', '161945.866000', '161945.869000', '161945.872000', '161945.874000', '161945.877000', '161945.880000', '161945.883000', '161945.886000', '161945.889000', '162005.743000', '162005.746000', '162005.749000', '162005.752000', '162005.755000', '162005.758000', '162005.761000', '162005.763000', '162005.766000', '162005.769000', '162005.772000', '162005.775000', '162005.778000', '162005.781000', '162005.784000', '162005.786000', '162005.797000', '162005.800000', '162005.803000', '162005.806000', '162005.809000', '162005.812000', '162005.815000', '162005.818000', '162005.822000', '162005.825000', '162005.828000', '162005.831000', '162005.834000', '162005.837000', '162005.840000', '162005.842000', '162005.845000', '162005.848000', '162005.851000', '162005.854000', '162005.857000', '162005.860000', '162005.863000', '162005.865000', '162005.868000', '162005.871000', '162005.874000', '162025.743000', '162025.746000', '162025.749000', '162025.752000', '162025.755000', '162025.757000', '162025.760000', '162025.763000', '162025.766000', '162025.769000', '162025.772000', '162025.775000', '162025.778000', '162025.781000', '162025.784000', '162025.786000', '162025.789000', '162025.792000', '162025.795000', '162025.798000', '162025.805000', '162025.808000', '162025.811000', '162025.814000', '162025.816000', '162025.819000', '162025.822000', '162025.825000', '162025.828000', '162025.831000', '162025.834000', '162025.837000', '162025.839000', '162025.842000', '162025.845000', '162025.848000', '162025.851000', '162025.854000', '162025.857000', '162025.860000', '162025.862000', '162025.865000', '162025.868000', '162025.871000', '162045.743000', '162045.746000', '162045.749000', '162045.752000', '162045.755000', '162045.758000', '162045.760000', '162045.763000', '162045.766000', '162045.769000', '162045.772000', '162045.775000', '162045.778000', '162045.781000', '162045.784000', '162045.786000', '162045.789000', '162045.792000', '162045.795000', '162045.798000', '162045.801000', '162045.804000', '162045.807000', '162045.809000', '162045.812000', '162045.815000', '162045.818000', '162045.821000', '162045.824000', '162045.827000', '162045.829000', '162045.832000', '162045.835000', '162045.838000', '162045.841000', '162045.844000', '162045.847000', '162045.850000', '162045.853000', '162045.855000', '162045.858000', '162045.861000', '162045.864000', '162105.743000', '162105.746000', '162105.749000', '162105.752000', '162105.755000', '162105.758000', '162105.761000', '162105.763000', '162105.766000', '162105.769000', '162105.772000', '162105.775000', '162105.778000', '162105.781000', '162105.784000', '162105.792000', '162105.795000', '162105.798000', '162105.800000', '162105.803000', '162105.806000', '162105.809000', '162105.812000', '162105.815000', '162105.818000', '162105.821000', '162105.823000', '162105.826000', '162105.829000', '162105.832000', '162105.835000', '162105.838000', '162105.841000', '162105.844000', '162105.847000', '162105.850000', '162105.852000', '162105.855000', '162105.858000', '162105.861000', '162105.864000', '162105.887000', '162105.890000', '162105.893000', '162125.742000', '162125.745000', '162125.748000', '162125.751000', '162125.754000', '162125.757000', '162125.759000', '162125.762000', '162125.765000', '162125.768000', '162125.771000', '162125.774000', '162125.777000', '162125.780000', '162125.783000', '162125.786000', '162125.788000', '162125.791000', '162125.794000', '162125.797000', '162125.800000', '162125.803000', '162125.806000', '162125.809000', '162125.811000', '162125.814000', '162125.817000', '162125.820000', '162125.823000', '162125.826000', '162125.829000', '162125.832000', '162125.834000', '162125.837000', '162125.840000', '162125.843000', '162125.846000', '162125.849000', '162125.852000', '162125.855000', '162125.859000', '162125.862000', '162125.865000', '162145.742000', '162145.745000', '162145.748000', '162145.751000', '162145.758000', '162145.761000', '162145.764000', '162145.766000', '162145.770000', '162145.773000', '162145.775000', '162145.778000', '162145.781000', '162145.784000', '162145.787000', '162145.790000', '162145.793000', '162145.796000', '162145.799000', '162145.801000', '162145.804000', '162145.807000', '162145.810000', '162145.813000', '162145.816000', '162145.819000', '162145.822000', '162145.825000', '162145.828000', '162145.830000', '162145.833000', '162145.836000', '162145.839000', '162145.842000', '162145.845000', '162145.848000', '162145.851000', '162145.853000', '162145.856000', '162145.859000', '162145.862000', '162145.865000', '162145.868000', '162145.871000', '162205.742000', '162205.745000', '162205.748000', '162205.751000', '162205.754000', '162205.757000', '162205.760000', '162205.763000', '162205.765000', '162205.768000', '162205.771000', '162205.774000', '162205.777000', '162205.780000', '162205.783000', '162205.786000', '162205.789000', '162205.792000', '162205.795000', '162205.797000', '162205.800000', '162205.803000', '162205.806000', '162205.809000', '162205.812000', '162205.815000', '162205.818000', '162205.820000', '162205.823000', '162205.826000', '162205.829000', '162205.832000', '162205.835000', '162205.838000', '162205.841000', '162205.844000', '162205.846000', '162205.849000', '162205.852000', '162205.855000', '162205.858000', '162205.861000', '162205.864000', '162225.743000', '162225.746000', '162225.749000', '162225.752000', '162225.755000', '162225.757000', '162225.760000', '162225.763000', '162225.766000', '162225.769000', '162225.772000', '162225.775000', '162225.778000', '162225.780000', '162225.783000', '162225.786000', '162225.789000', '162225.792000', '162225.795000', '162225.798000', '162225.801000', '162225.803000', '162225.806000', '162225.809000', '162225.812000', '162225.815000', '162225.818000', '162225.821000', '162225.824000', '162225.827000', '162225.829000', '162225.832000', '162225.835000', '162225.838000', '162225.841000', '162225.844000', '162225.847000', '162225.849000', '162225.852000', '162225.855000', '162225.858000', '162225.861000', '162225.864000', '162245.743000', '162245.746000', '162245.749000', '162245.752000', '162245.755000', '162245.757000', '162245.760000', '162245.763000', '162245.766000', '162245.769000', '162245.772000', '162245.775000', '162245.778000', '162245.781000', '162245.784000', '162245.786000', '162245.789000', '162245.792000', '162245.795000', '162245.798000', '162245.801000', '162245.804000', '162245.807000', '162245.832000', '162245.835000', '162245.838000', '162245.841000', '162245.843000', '162245.846000', '162245.849000', '162245.852000', '162245.855000', '162245.858000', '162245.861000', '162245.864000', '162245.867000', '162245.869000', '162245.872000', '162245.875000', '162245.878000', '162245.881000', '162245.884000', '162245.887000', '162245.890000', '162305.743000', '162305.746000', '162305.749000', '162305.752000', '162305.755000', '162305.758000', '162305.761000', '162305.764000', '162305.767000', '162305.770000', '162305.773000', '162305.775000', '162305.778000', '162305.781000', '162305.784000', '162305.787000', '162305.790000', '162305.793000', '162305.796000', '162305.799000', '162305.802000', '162305.804000', '162305.807000', '162305.810000', '162305.813000', '162305.816000', '162305.819000', '162305.822000', '162305.825000', '162305.828000', '162305.831000', '162305.833000', '162305.836000', '162305.839000', '162305.842000', '162305.845000', '162305.856000', '162305.858000', '162305.861000', '162305.864000', '162305.867000', '162305.870000', '162305.878000', '162325.743000', '162325.746000', '162325.749000', '162325.752000', '162325.755000', '162325.758000', '162325.761000', '162325.763000', '162325.766000', '162325.769000', '162325.772000', '162325.775000', '162325.778000', '162325.781000', '162325.784000', '162325.787000', '162325.789000', '162325.792000', '162325.795000', '162325.798000', '162325.801000', '162325.804000', '162325.807000', '162325.810000', '162325.813000', '162325.816000', '162325.818000', '162325.821000', '162325.824000', '162325.827000', '162325.830000', '162325.833000', '162325.836000', '162325.839000', '162325.841000', '162325.844000', '162325.847000', '162325.850000', '162325.853000', '162325.856000', '162325.859000', '162325.862000', '162325.865000', '162325.867000', '162345.742000', '162345.745000', '162345.748000', '162345.751000', '162345.754000', '162345.757000', '162345.760000', '162345.763000', '162345.766000', '162345.769000', '162345.771000', '162345.775000', '162345.777000', '162345.780000', '162345.783000', '162345.786000', '162345.789000', '162345.792000', '162345.795000', '162345.798000', '162345.802000', '162345.807000', '162345.810000', '162345.813000', '162345.815000', '162345.818000', '162345.821000', '162345.824000', '162345.827000', '162345.830000', '162345.833000', '162345.836000', '162345.838000', '162345.841000', '162345.844000', '162345.847000', '162345.850000', '162345.853000', '162345.856000', '162345.859000', '162345.862000', '162345.865000', '162345.867000', '162405.742000', '162405.745000', '162405.748000', '162405.751000', '162405.754000', '162405.757000', '162405.760000', '162405.763000', '162405.766000', '162405.768000', '162405.771000', '162405.774000', '162405.777000', '162405.780000', '162405.783000', '162405.786000', '162405.789000', '162405.792000', '162405.794000', '162405.797000', '162405.800000', '162405.803000', '162405.806000', '162405.809000', '162405.812000', '162405.815000', '162405.818000', '162405.820000', '162405.823000', '162405.826000', '162405.829000', '162405.832000', '162405.835000', '162405.838000', '162405.841000', '162405.844000', '162405.847000', '162405.849000', '162405.852000', '162405.855000', '162405.858000', '162405.861000', '162405.864000', '162405.867000', '162425.742000', '162425.745000', '162425.748000', '162425.751000', '162425.754000', '162425.757000', '162425.760000', '162425.763000', '162425.765000', '162425.768000', '162425.771000', '162425.774000', '162425.777000', '162425.780000', '162425.783000', '162425.786000', '162425.789000', '162425.794000', '162425.797000', '162425.800000', '162425.803000', '162425.806000', '162425.809000', '162425.811000', '162425.814000', '162425.817000', '162425.820000', '162425.823000', '162425.826000', '162425.829000', '162425.832000', '162425.835000', '162425.838000', '162425.840000', '162425.843000', '162425.846000', '162425.849000', '162425.852000', '162425.855000', '162425.860000', '162425.863000', '162425.865000', '162425.868000', '162445.743000', '162445.746000', '162445.749000', '162445.752000', '162445.755000', '162445.758000', '162445.761000', '162445.764000', '162445.766000', '162445.769000', '162445.772000', '162445.775000', '162445.778000', '162445.781000', '162445.784000', '162445.787000', '162445.790000', '162445.792000', '162445.795000', '162445.798000', '162445.801000', '162445.804000', '162445.807000', '162445.810000', '162445.813000', '162445.816000', '162445.818000', '162445.821000', '162445.824000', '162445.827000', '162445.830000', '162445.833000', '162445.836000', '162445.839000', '162445.841000', '162445.844000', '162445.847000', '162445.850000', '162445.853000', '162445.856000', '162445.859000', '162445.861000', '162445.864000', '162445.867000', '162505.743000', '162505.746000', '162505.749000', '162505.752000', '162505.755000', '162505.758000', '162505.761000', '162505.764000', '162505.766000', '162505.770000', '162505.773000', '162505.776000', '162505.779000', '162505.782000', '162505.785000', '162505.787000', '162505.791000', '162505.794000', '162505.798000', '162505.802000', '162505.805000', '162505.808000', '162505.811000', '162505.814000', '162505.817000', '162505.820000', '162505.823000', '162505.826000', '162505.829000', '162505.832000', '162505.835000', '162505.838000', '162505.841000', '162505.844000', '162505.847000', '162505.850000', '162505.853000', '162505.855000', '162505.858000', '162505.861000', '162505.864000', '162505.867000', '162505.870000', '162525.743000', '162525.746000', '162525.749000', '162525.752000', '162525.755000', '162525.758000', '162525.761000', '162525.764000', '162525.767000', '162525.770000', '162525.773000', '162525.776000', '162525.778000', '162525.781000', '162525.784000', '162525.787000', '162525.790000', '162525.793000', '162525.796000', '162525.799000', '162525.801000', '162525.804000', '162525.807000', '162525.810000', '162525.813000', '162525.816000', '162525.819000', '162525.822000', '162525.824000', '162525.827000', '162525.830000', '162525.833000', '162525.836000', '162525.839000', '162525.842000', '162525.845000', '162525.848000', '162525.850000', '162525.853000', '162525.856000', '162525.859000', '162525.862000', '162525.865000', '162525.868000', '162545.743000', '162545.770000', '162545.773000', '162545.775000', '162545.778000', '162545.781000', '162545.784000', '162545.787000', '162545.790000', '162545.793000', '162545.796000', '162545.799000', '162545.802000', '162545.804000', '162545.807000', '162545.810000', '162545.813000', '162545.816000', '162545.819000', '162545.822000', '162545.825000', '162545.828000', '162545.831000', '162545.834000', '162545.837000', '162545.840000', '162545.843000', '162545.845000', '162545.848000', '162545.851000', '162545.854000', '162545.857000', '162545.860000', '162545.863000', '162545.866000', '162545.869000', '162545.871000', '162545.874000', '162545.882000', '162545.885000', '162545.888000', '162545.891000', '162545.894000', '162605.762000', '162605.765000', '162605.768000', '162605.771000', '162605.774000', '162605.785000', '162605.788000', '162605.790000', '162605.793000', '162605.796000', '162605.799000', '162605.802000', '162605.805000', '162605.808000', '162605.811000', '162605.814000', '162605.816000', '162605.820000', '162605.822000', '162605.825000', '162605.828000', '162605.831000', '162605.834000', '162605.837000', '162605.840000', '162605.843000', '162605.845000', '162605.848000', '162605.851000', '162605.854000', '162605.857000', '162605.860000', '162605.863000', '162605.866000', '162605.869000', '162605.872000', '162605.874000', '162605.877000', '162605.880000', '162605.883000', '162605.886000', '162605.889000', '162605.892000', '162605.895000', '162625.742000', '162625.745000', '162625.748000', '162625.751000', '162625.754000', '162625.757000', '162625.760000', '162625.763000', '162625.765000', '162625.768000', '162625.772000', '162625.775000', '162625.778000', '162625.781000', '162625.784000', '162625.787000', '162625.790000', '162625.793000', '162625.796000', '162625.799000', '162625.802000', '162625.804000', '162625.807000', '162625.810000', '162625.813000', '162625.816000', '162625.819000', '162625.822000', '162625.825000', '162625.828000', '162625.831000', '162625.834000', '162625.837000', '162625.839000', '162625.842000', '162625.846000', '162625.848000', '162625.851000', '162625.854000', '162625.857000', '162625.860000', '162625.863000', '162625.866000', '162645.742000', '162645.745000', '162645.748000', '162645.751000', '162645.754000', '162645.757000', '162645.759000', '162645.762000', '162645.765000', '162645.768000', '162645.771000', '162645.774000', '162645.777000', '162645.780000', '162645.783000', '162645.786000', '162645.789000', '162645.791000', '162645.794000', '162645.797000', '162645.800000', '162645.803000', '162645.806000', '162645.809000', '162645.812000', '162645.815000', '162645.818000', '162645.820000', '162645.823000', '162645.826000', '162645.829000', '162645.832000', '162645.835000', '162645.838000', '162645.841000', '162645.844000', '162645.847000', '162645.849000', '162645.852000', '162645.855000', '162645.858000', '162645.861000', '162645.864000', '162645.867000', '162705.743000', '162705.746000', '162705.749000', '162705.752000', '162705.755000', '162705.758000', '162705.761000', '162705.764000', '162705.766000', '162705.769000', '162705.772000', '162705.787000', '162705.790000', '162705.793000', '162705.796000', '162705.799000', '162705.802000', '162705.805000', '162705.808000', '162705.810000', '162705.813000', '162705.816000', '162705.819000', '162705.822000', '162705.825000', '162705.828000', '162705.831000', '162705.834000', '162705.836000', '162705.839000', '162705.842000', '162705.845000', '162705.848000', '162705.851000', '162705.854000', '162705.857000', '162705.860000', '162705.862000', '162705.866000', '162705.869000', '162705.872000', '162705.875000', '162705.878000', '162725.743000', '162725.746000', '162725.749000', '162725.752000', '162725.755000', '162725.758000', '162725.761000', '162725.764000', '162725.767000', '162725.769000', '162725.772000', '162725.775000', '162725.778000', '162725.781000', '162725.784000', '162725.787000', '162725.790000', '162725.793000', '162725.795000', '162725.798000', '162725.801000', '162725.804000', '162725.807000', '162725.810000', '162725.813000', '162725.816000', '162725.819000', '162725.822000', '162725.824000', '162725.827000', '162725.830000', '162725.833000', '162725.836000', '162725.839000', '162725.842000', '162725.845000', '162725.847000', '162725.850000', '162725.853000', '162725.856000', '162725.859000', '162725.862000', '162725.865000', '162725.868000', '162745.743000', '162745.746000', '162745.749000', '162745.752000', '162745.755000', '162745.758000', '162745.761000', '162745.764000', '162745.767000', '162745.770000', '162745.773000', '162745.775000', '162745.778000', '162745.781000', '162745.784000', '162745.787000', '162745.790000', '162745.793000', '162745.796000', '162745.799000', '162745.801000', '162745.804000', '162745.807000', '162745.811000', '162745.814000', '162745.817000', '162745.820000', '162745.823000', '162745.825000', '162745.829000', '162745.831000', '162745.834000', '162745.837000', '162745.840000', '162745.843000', '162745.846000', '162745.849000', '162745.852000', '162745.855000', '162745.857000', '162745.860000', '162745.863000', '162745.866000', '162805.743000', '162805.746000', '162805.749000', '162805.752000', '162805.755000', '162805.758000', '162805.761000', '162805.764000', '162805.766000', '162805.770000', '162805.773000', '162805.775000', '162805.778000', '162805.781000', '162805.784000', '162805.787000', '162805.790000', '162805.793000', '162805.796000', '162805.799000', '162805.802000', '162805.805000', '162805.808000', '162805.811000', '162805.814000', '162805.817000', '162805.820000', '162805.822000', '162805.825000', '162805.828000', '162805.831000', '162805.834000', '162805.837000', '162805.840000', '162805.843000', '162805.845000', '162805.848000', '162805.851000', '162805.854000', '162805.857000', '162805.860000', '162805.863000', '162805.866000', '162805.869000', '162825.742000', '162825.745000', '162825.748000', '162825.751000', '162825.754000', '162825.757000', '162825.760000', '162825.763000', '162825.766000', '162825.768000', '162825.771000', '162825.774000', '162825.777000', '162825.780000', '162825.783000', '162825.786000', '162825.789000', '162825.792000', '162825.794000', '162825.797000', '162825.800000', '162825.803000', '162825.806000', '162825.809000', '162825.812000', '162825.815000', '162825.818000', '162825.820000', '162825.823000', '162825.826000', '162825.829000', '162825.832000', '162825.835000', '162825.838000', '162825.841000', '162825.844000', '162825.847000', '162825.850000', '162825.852000', '162825.855000', '162825.858000', '162825.861000', '162825.864000', '162845.742000', '162845.745000', '162845.748000', '162845.751000', '162845.754000', '162845.757000', '162845.760000', '162845.762000', '162845.765000', '162845.768000', '162845.771000', '162845.774000', '162845.777000', '162845.780000', '162845.783000', '162845.786000', '162845.788000', '162845.791000', '162845.794000', '162845.797000', '162845.800000', '162845.803000', '162845.806000', '162845.809000', '162845.811000', '162845.815000', '162845.817000', '162845.820000', '162845.823000', '162845.826000', '162845.829000', '162845.832000', '162845.835000', '162845.838000', '162845.840000', '162845.843000', '162845.846000', '162845.849000', '162845.852000', '162845.855000', '162845.858000', '162845.861000', '162845.864000', '162845.867000', '162905.742000', '162905.745000', '162905.748000', '162905.751000', '162905.754000', '162905.757000', '162905.760000', '162905.763000', '162905.766000', '162905.769000', '162905.771000', '162905.774000', '162905.777000', '162905.780000', '162905.783000', '162905.786000', '162905.789000', '162905.792000', '162905.795000', '162905.798000', '162905.801000', '162905.804000', '162905.806000', '162905.809000', '162905.812000', '162905.815000', '162905.818000', '162905.821000', '162905.824000', '162905.827000', '162905.829000', '162905.833000', '162905.835000', '162905.838000', '162905.841000', '162905.844000', '162905.848000', '162905.851000', '162905.854000', '162905.857000', '162905.860000', '162905.863000', '162905.866000', '162915.174000', '162915.178000', '162915.181000', '162915.184000', '162915.187000', '162915.190000', '162915.194000', '162915.198000', '162915.201000', '162915.203000', '162915.207000', '162915.209000', '162915.212000', '162915.215000', '162915.218000', '162915.221000', '162915.224000', '162915.227000', '162915.231000', '162915.234000', '162915.237000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [18774, 12536, 11271, 16876, 11915, 14162, 13027, 11682, 15397, 11228, 12058, 12664, 10585, 14614, 11722, 10822, 14852, 10820, 11657, 13459, 10336, 15145, 11747, 10615, 14854, 11137, 13042, 14158, 9992, 16884, 11911, 10575, 14849, 10926, 16322, 12766, 10926, 15628, 10930, 11120, 13898, 10663, 16521, 12701, 11107, 14223, 10677, 17487, 12204, 10600, 14932, 10729, 12844, 13556, 10310, 16438, 11165, 12745, 12979, 10113, 15291, 10231, 16579, 11823, 17394, 12079, 11477, 13829, 9988, 16173, 11273, 9970, 13801, 9874, 15548, 11417, 15187, 11964, 10050, 14647, 9947, 15701, 11784, 15151, 12308, 10037, 14719, 9977, 16063, 11634, 10319, 13472, 9558, 14835, 10221, 15581, 10723, 15991, 11520, 15883, 11849, 16647, 12282, 15394, 11765, 10768, 14457, 10318, 15731, 11034, 11085, 13589, 10896, 15805, 11535, 12246, 12728, 10608, 15541, 11040, 17377, 12142, 13634, 12316, 9872, 14519, 10764, 15578, 11287, 15935, 11344, 12552, 12332, 10669, 14735, 10550, 16361, 11780, 11906, 13230, 10726, 15017, 10260, 16194, 11275, 17005, 11753, 13940, 12663, 10326, 14457, 10285, 15724, 11042, 16887, 12586, 10320, 13039, 10177, 14986, 10735, 16468, 12478, 11680, 12408, 10224, 14382, 10252, 16414, 11966, 16863, 11945, 14898, 12000, 10921, 14329, 10456, 15665, 11277, 16840, 12407, 10736, 14454, 10233, 15949, 11375, 15150, 12783, 9939, 14234, 10200, 15595, 11423, 16811, 12400, 10309, 13146, 10554, 15238, 11304, 16839, 11857, 9873, 13949, 10480, 15893, 11735, 14249, 12208, 10013, 14634, 10042, 16542, 11615, 16797, 12134, 15666, 12017, 11046, 14130, 10143, 14776, 10525, 16201, 11850, 13306, 13297, 9972, 14947, 11092, 16955, 12661, 11675, 13602, 9772, 14532, 10866, 15977, 11117, 16409, 11148, 16178, 12311, 15990, 12849, 9922, 14359, 10222, 15901, 12109, 10947, 14288, 9983, 15993, 11469, 17369, 12445, 13449, 13782, 10143, 14977, 10564, 16527, 12362, 18977, 11928, 12771, 13316, 11130, 15393, 11230, 16834, 11602, 10426, 14118, 10135, 15744, 11609, 11339, 12629, 10443, 15129, 11416, 16795, 12523, 13476, 12411, 10266, 14543, 10730, 16530, 11604, 15138, 12248, 10067, 14508, 10202, 16014, 11537, 14015, 12686, 10243, 14852, 10670, 16638, 11879, 11256, 13030, 10685, 15371, 11590, 16265, 12906, 10844, 14174, 10361, 16347, 12242, 10907, 13604, 10354, 15384, 11046, 14118, 12925, 10271, 14874, 10801, 16326, 12465, 10969, 13292, 10115, 14993, 11035, 12138, 13274, 10005, 15912, 11414, 9859, 14026, 10402, 16474, 12376, 10548, 13732, 10076, 16799, 12362, 11002, 14874, 10400, 16367, 11817, 9432, 14194, 11340, 11872, 13897, 10724, 14205, 14095, 10711, 15981, 12353, 10801, 15369, 11034, 13435, 13117, 9882, 15586, 10934, 14357, 12682, 10409, 15357, 10827, 9822, 13236, 9938, 13069, 12367, 10501, 14824, 10780, 17156, 12307, 10589, 14022, 9765, 16055, 11562, 10747, 14175, 10421, 16424, 11419, 10116, 14287, 10795, 13609, 12179, 10124, 14970, 11441, 13280, 12689, 10526, 14944, 10085, 15734, 11001, 15905, 12316, 17020, 11709, 10327, 13465, 10780, 15190, 11084, 14423, 12281, 10316, 15142, 11081, 17061, 12383, 10140, 13971, 9952, 15967, 11536, 9840, 13481, 9901, 15107, 11331, 15671, 12914, 10422, 14138, 9751, 15691, 11350, 16034, 12512, 12551, 12572, 9930, 14679, 10767, 16738, 12337, 11349, 12933, 10746, 15077, 10416, 16168, 11888, 16336, 11999, 15837, 11547, 12098, 13861, 10235, 14937, 10436, 16170, 11431, 16975, 12146, 11118, 12616, 10143, 14714, 10191, 15589, 11040, 16328, 12148, 12626, 12959, 10735, 14623, 9932, 15868, 11406, 16508, 12613, 13805, 12393, 10057, 14268, 10377, 15224, 10123, 15972, 11596, 15425, 12579, 10493, 14531, 9893, 15783, 11579, 16090, 12587, 10010, 13809, 10269, 15949, 11501, 18009, 12151, 14270, 12263, 10328, 14204, 10109, 15726, 10669, 15422, 11254, 16321, 12137, 13381, 11926, 10311, 13874, 10155, 15230, 11051, 16178, 11553, 13371, 12749, 10259, 13632, 9955, 14119, 10482, 15549, 10473, 15703, 11234, 16406, 12248, 10036, 13772, 9451, 14814, 10964, 15324, 12695, 10864, 13621, 10093, 14854, 10139, 16039, 12368, 16365, 11801, 14392, 12139, 11175, 14103, 10242, 15579, 10672, 16010, 12178, 14578, 12600, 10054, 14537, 10195, 15858, 11998, 17502, 12480, 12065, 13134, 10363, 15449, 10600, 14861, 12387, 10460, 14084, 10185, 15396, 10449, 16075, 11779, 12259, 14002, 10299, 15503, 11874, 10118, 14048, 10356, 17073, 12373, 10981, 13410, 12925, 13894, 14210, 14424, 10542, 15073, 10225, 16407, 11700, 17105, 12882, 12147, 13387, 10851, 15735, 11654, 12093, 14380, 10275, 16467, 11645, 11197, 13913, 10651, 16183, 11480, 12039, 13329, 11047, 15472, 11307, 14914, 11701, 10520, 14882, 10799, 17218, 12817, 10250, 13787, 10277, 16918, 12322, 10756, 14700, 10797, 12612, 13036, 11028, 15910, 12124, 10474, 13557, 9978, 16968, 12296, 10663, 15149, 10565, 13523, 12736, 10403, 15741, 11653, 13421, 12889, 9964, 15559, 11187, 17670, 12705, 10299, 13589, 9873, 15463, 11318, 11635, 13681, 9822, 15754, 11674, 9876, 13982, 10599, 16545, 11574, 9567, 13798, 10163, 17241, 12778, 9881, 14366, 10561, 16451, 12449, 9874, 14429, 11285, 17133, 12083, 10201, 14584, 10920, 17086, 12600, 10262, 14278, 9926, 15668, 11778, 16318, 12752, 10059, 13802, 10180, 15768, 11557, 12902, 13637, 9721, 15323, 11245, 15495, 12757, 10230, 14543, 10361, 16235, 11693, 12155, 13185, 10153, 15111, 10320, 16063, 11865, 13710, 12695, 10654, 15134, 10753, 15642, 12069, 10419, 14282, 10408, 16072, 11568, 12271, 12943, 10242, 15834, 11049, 10054, 13369, 10436, 15304, 11301, 16140, 11418, 11271, 13059, 10332, 15445, 10865, 16270, 11556, 11495, 12952, 10315, 15006, 10687, 15974, 11906, 10527, 14218, 10774, 16381, 11186, 11586, 12789, 10366, 15161, 10532, 16376, 11969, 13590, 12411, 10448, 14226, 9863, 15732, 11486, 17549, 12823, 10117, 13319, 9971, 15141, 11310, 13996, 13078, 10112, 15207, 11083, 14504, 12378, 10487, 14282, 10057, 15708, 11450, 15539, 12779, 10423, 13445, 10509, 14807, 10729, 16295, 11716, 13773, 11990, 10411, 14623, 11067, 16564, 11516, 10131, 13654, 9820, 15574, 11496, 15260, 11895, 10781, 13690, 10514, 15157, 10051, 15456, 11111, 16231, 12204, 12761, 12497, 9634, 14504, 10459, 15974, 11845, 13236, 12694, 9903, 14598, 10396, 16158, 12104, 15953, 12069, 10845, 13692, 10289, 16185, 11193, 16028, 12311, 10693, 14142, 10690, 15970, 11000, 12682, 12483, 10013, 14904, 11034, 15835, 11251, 14813, 12237, 10203, 14361, 10125, 15385, 11853, 11925, 13236, 9550, 16061, 10707, 12637, 12642, 9715, 15001, 10819, 15994, 10816, 16414, 12065, 14500, 12851, 10101, 13965, 10060, 15842, 11788, 15603, 12478, 9814, 13784, 9776, 15433, 11468, 16703, 11850, 13858, 12319, 10152, 14461, 10856, 15894, 11215, 15114, 11980, 12714, 13426, 10260, 15104, 10833, 15245, 12025, 13219, 13523, 10268, 15125, 11023, 15897, 12220, 14892, 13511, 9945, 14624, 10096, 16083, 12171, 18098, 12821, 10268, 13120, 9887, 15524, 11484, 14820, 12519, 10104, 14528, 10718, 15702, 12133, 16800, 12371, 11986, 12946, 10474, 15014, 10444, 16228, 10929, 16477, 11974, 13012, 12897, 10213, 14469, 9989, 15490, 11515, 12710, 12739, 9973, 15306, 10956, 11913, 13059, 10378, 15706, 11854, 14586, 12558, 10156, 15557, 10962, 16700, 12625, 14911, 12467, 10011, 14862, 10821, 16526, 12334, 11799, 12887, 9639, 15231, 11198, 16893, 12514, 11054, 13228, 9890, 15471, 11297, 17784, 12280, 11850, 12624, 10313, 15085, 10888, 16160, 11561, 15479, 11484, 11170, 13698, 10288, 15570, 10684, 14060, 11659, 10878, 14772, 10320, 16199, 11961, 12828, 12085, 10914, 14310, 10860, 15790, 10827, 16009, 11309, 16027, 12438, 11020, 13819, 10250, 15390, 10884, 15959, 11974, 10867, 14081, 9968, 15533, 11653, 11000, 14130, 10102, 15898, 10669, 15010, 12021, 10948, 14204, 10203, 15661, 10819, 15434, 12453, 10935, 15015, 10596, 16122, 11873, 10915, 14597, 11273, 15380, 12223, 10191, 15081, 11189, 15116, 12993, 10190, 14843, 10387, 15853, 11798, 10961, 13458, 9716, 14956, 11309, 13674, 12607, 10048, 15398, 10677, 13635, 12539, 10792, 15891, 11138, 16269, 11990, 10689, 14818, 11137, 14689, 11373, 10181, 16248, 12092, 10845, 16538, 12069, 11554, 15008, 10863, 13222, 12828, 11179, 15482, 11043, 17504, 11993, 18656, 11584, 14684, 12269, 10615, 15011, 10864, 10239, 12799, 10302, 15545, 11499, 10600, 14727, 10111, 11460, 12914, 11097, 15248, 11341, 17908, 11747, 12679, 12787, 10822, 15187, 11091, 13362, 12154, 10101, 15078, 11119, 14141, 12723, 9904, 15130, 10878, 14508, 12493, 9879, 15095, 10442, 11862, 12606, 10985, 15377, 11228, 13653, 12027, 10056, 15496, 11326, 13258, 12532, 9582, 15617, 11046, 12798, 13200, 9686, 15670, 10584, 11965, 12763, 10129, 15481, 10782, 14459, 11184, 9770, 14210, 10887, 15777, 11444, 9679, 13864, 10332, 15792, 12024, 10052, 13442, 9343, 15447, 11160, 13666, 12918, 10036, 14873, 10707, 11864, 13095, 10002, 15583, 10619, 12315, 12050, 9654, 14718, 10638, 16144, 12129, 12000, 13608, 9605, 15883, 10980, 10487, 13634, 9808, 15804, 11210, 10373, 13099, 9793, 15272, 11404, 12554, 12834, 9752, 15119, 11386, 13550, 12543, 9959, 15044, 10950, 17417, 12060, 9899, 15112, 10653, 10364, 14039, 10488, 16942, 12059, 9782, 14013, 10277, 13723, 12781, 9887, 15313, 11021, 11890, 13232, 10459, 15873, 11326, 11336, 12806, 10111, 15780, 11818, 10309, 13883, 9964, 12750, 12697, 10542, 15456, 11230, 10350, 13306, 10072, 16198, 12310, 10651, 14076, 10150, 12614, 12551, 10358, 15480, 11465, 10053, 13139, 9908, 15640, 11825, 13301, 13069, 10264, 15248, 10853, 15758, 11824, 13406, 12515, 9997], 'WindowCenter': [4930.0, 4851.0, 4826.0, 4861.0, 4812.0, 4828.0, 4805.0, 4795.0, 4824.0, 4784.0, 4790.0, 4792.0, 4785.0, 4812.0, 4792.0, 4782.0, 4814.0, 4783.0, 4794.0, 4804.0, 4785.0, 4825.0, 4806.0, 4795.0, 4826.0, 4797.0, 4814.0, 4825.0, 4788.0, 4846.0, 4809.0, 4797.0, 4836.0, 4797.0, 4836.0, 4816.0, 4798.0, 4838.0, 4796.0, 4796.0, 4816.0, 4786.0, 4836.0, 4804.0, 4795.0, 4811.0, 4786.0, 4836.0, 4803.0, 4788.0, 4825.0, 4798.0, 4818.0, 4827.0, 4798.0, 4847.0, 4805.0, 4814.0, 4815.0, 4784.0, 4824.0, 4784.0, 4834.0, 4794.0, 4832.0, 4794.0, 4792.0, 4815.0, 4773.0, 4833.0, 4794.0, 4774.0, 4813.0, 4784.0, 4833.0, 4807.0, 4824.0, 4795.0, 4774.0, 4823.0, 4787.0, 4834.0, 4804.0, 4825.0, 4804.0, 4775.0, 4822.0, 4786.0, 4836.0, 4807.0, 4800.0, 4826.0, 4788.0, 4838.0, 4797.0, 4850.0, 4808.0, 4847.0, 4808.0, 4837.0, 4807.0, 4847.0, 4809.0, 4825.0, 4804.0, 4785.0, 4815.0, 4785.0, 4832.0, 4794.0, 4793.0, 4812.0, 4785.0, 4835.0, 4797.0, 4804.0, 4814.0, 4784.0, 4834.0, 4793.0, 4836.0, 4804.0, 4815.0, 4805.0, 4773.0, 4812.0, 4783.0, 4824.0, 4792.0, 4833.0, 4793.0, 4791.0, 4801.0, 4785.0, 4813.0, 4784.0, 4832.0, 4804.0, 4794.0, 4802.0, 4783.0, 4823.0, 4785.0, 4831.0, 4792.0, 4832.0, 4795.0, 4810.0, 4802.0, 4783.0, 4812.0, 4771.0, 4819.0, 4782.0, 4831.0, 4806.0, 4782.0, 4802.0, 4783.0, 4821.0, 4793.0, 4836.0, 4806.0, 4804.0, 4816.0, 4785.0, 4823.0, 4786.0, 4846.0, 4806.0, 4834.0, 4805.0, 4823.0, 4804.0, 4783.0, 4825.0, 4783.0, 4823.0, 4793.0, 4832.0, 4803.0, 4783.0, 4812.0, 4770.0, 4822.0, 4792.0, 4812.0, 4802.0, 4774.0, 4813.0, 4781.0, 4821.0, 4793.0, 4834.0, 4805.0, 4784.0, 4802.0, 4783.0, 4820.0, 4785.0, 4833.0, 4792.0, 4771.0, 4810.0, 4784.0, 4822.0, 4794.0, 4824.0, 4803.0, 4783.0, 4824.0, 4784.0, 4833.0, 4797.0, 4835.0, 4806.0, 4822.0, 4807.0, 4793.0, 4814.0, 4785.0, 4821.0, 4782.0, 4833.0, 4806.0, 4815.0, 4814.0, 4786.0, 4833.0, 4806.0, 4845.0, 4817.0, 4806.0, 4829.0, 4784.0, 4824.0, 4794.0, 4837.0, 4796.0, 4833.0, 4795.0, 4833.0, 4804.0, 4834.0, 4805.0, 4787.0, 4825.0, 4788.0, 4833.0, 4805.0, 4795.0, 4826.0, 4786.0, 4836.0, 4807.0, 4848.0, 4816.0, 4812.0, 4817.0, 4786.0, 4825.0, 4784.0, 4831.0, 4805.0, 4842.0, 4793.0, 4792.0, 4799.0, 4781.0, 4814.0, 4783.0, 4828.0, 4781.0, 4769.0, 4799.0, 4771.0, 4822.0, 4794.0, 4794.0, 4804.0, 4785.0, 4821.0, 4793.0, 4836.0, 4804.0, 4815.0, 4806.0, 4782.0, 4812.0, 4783.0, 4836.0, 4793.0, 4822.0, 4803.0, 4773.0, 4812.0, 4784.0, 4831.0, 4796.0, 4814.0, 4807.0, 4783.0, 4821.0, 4784.0, 4834.0, 4795.0, 4793.0, 4806.0, 4784.0, 4825.0, 4794.0, 4834.0, 4806.0, 4787.0, 4814.0, 4784.0, 4832.0, 4792.0, 4785.0, 4814.0, 4783.0, 4822.0, 4795.0, 4813.0, 4804.0, 4782.0, 4812.0, 4784.0, 4833.0, 4804.0, 4785.0, 4812.0, 4784.0, 4821.0, 4795.0, 4805.0, 4816.0, 4783.0, 4834.0, 4806.0, 4786.0, 4823.0, 4795.0, 4847.0, 4818.0, 4795.0, 4823.0, 4785.0, 4846.0, 4804.0, 4796.0, 4823.0, 4794.0, 4836.0, 4805.0, 4792.0, 4837.0, 4808.0, 4805.0, 4812.0, 4783.0, 4813.0, 4812.0, 4785.0, 4822.0, 4803.0, 4784.0, 4824.0, 4783.0, 4800.0, 4815.0, 4785.0, 4821.0, 4784.0, 4811.0, 4803.0, 4772.0, 4821.0, 4780.0, 4772.0, 4802.0, 4783.0, 4812.0, 4804.0, 4783.0, 4822.0, 4786.0, 4832.0, 4804.0, 4784.0, 4814.0, 4773.0, 4824.0, 4794.0, 4781.0, 4814.0, 4786.0, 4832.0, 4792.0, 4784.0, 4822.0, 4793.0, 4814.0, 4806.0, 4795.0, 4836.0, 4807.0, 4829.0, 4818.0, 4797.0, 4836.0, 4788.0, 4835.0, 4795.0, 4824.0, 4806.0, 4831.0, 4792.0, 4773.0, 4801.0, 4784.0, 4822.0, 4792.0, 4813.0, 4803.0, 4785.0, 4820.0, 4794.0, 4833.0, 4804.0, 4784.0, 4813.0, 4776.0, 4834.0, 4794.0, 4785.0, 4813.0, 4784.0, 4823.0, 4797.0, 4822.0, 4813.0, 4787.0, 4814.0, 4776.0, 4821.0, 4794.0, 4822.0, 4802.0, 4804.0, 4802.0, 4773.0, 4812.0, 4784.0, 4832.0, 4804.0, 4792.0, 4804.0, 4793.0, 4821.0, 4785.0, 4833.0, 4805.0, 4833.0, 4794.0, 4820.0, 4794.0, 4790.0, 4802.0, 4775.0, 4812.0, 4783.0, 4818.0, 4792.0, 4831.0, 4793.0, 4781.0, 4800.0, 4782.0, 4812.0, 4782.0, 4832.0, 4793.0, 4834.0, 4806.0, 4804.0, 4803.0, 4785.0, 4823.0, 4786.0, 4832.0, 4795.0, 4831.0, 4804.0, 4813.0, 4804.0, 4775.0, 4813.0, 4783.0, 4821.0, 4782.0, 4820.0, 4792.0, 4820.0, 4803.0, 4784.0, 4812.0, 4773.0, 4819.0, 4795.0, 4820.0, 4803.0, 4774.0, 4813.0, 4772.0, 4821.0, 4793.0, 4835.0, 4793.0, 4812.0, 4791.0, 4771.0, 4809.0, 4770.0, 4821.0, 4781.0, 4810.0, 4782.0, 4820.0, 4794.0, 4798.0, 4791.0, 4771.0, 4799.0, 4772.0, 4824.0, 4793.0, 4834.0, 4793.0, 4814.0, 4806.0, 4783.0, 4814.0, 4772.0, 4814.0, 4783.0, 4822.0, 4784.0, 4824.0, 4792.0, 4833.0, 4804.0, 4774.0, 4812.0, 4777.0, 4826.0, 4797.0, 4833.0, 4817.0, 4795.0, 4826.0, 4785.0, 4825.0, 4786.0, 4835.0, 4804.0, 4835.0, 4804.0, 4814.0, 4804.0, 4783.0, 4812.0, 4785.0, 4822.0, 4785.0, 4823.0, 4808.0, 4820.0, 4805.0, 4783.0, 4825.0, 4785.0, 4832.0, 4795.0, 4834.0, 4806.0, 4793.0, 4803.0, 4783.0, 4823.0, 4784.0, 4824.0, 4805.0, 4786.0, 4824.0, 4787.0, 4837.0, 4795.0, 4834.0, 4808.0, 4807.0, 4825.0, 4796.0, 4835.0, 4807.0, 4797.0, 4827.0, 4800.0, 4861.0, 4831.0, 4811.0, 4841.0, 4829.0, 4829.0, 4828.0, 4828.0, 4797.0, 4824.0, 4787.0, 4834.0, 4795.0, 4835.0, 4808.0, 4792.0, 4803.0, 4784.0, 4834.0, 4793.0, 4803.0, 4815.0, 4785.0, 4835.0, 4793.0, 4792.0, 4812.0, 4784.0, 4832.0, 4795.0, 4792.0, 4802.0, 4782.0, 4821.0, 4785.0, 4822.0, 4794.0, 4783.0, 4820.0, 4781.0, 4832.0, 4802.0, 4781.0, 4812.0, 4783.0, 4832.0, 4803.0, 4783.0, 4824.0, 4794.0, 4802.0, 4815.0, 4794.0, 4833.0, 4804.0, 4785.0, 4816.0, 4785.0, 4844.0, 4804.0, 4796.0, 4840.0, 4795.0, 4813.0, 4804.0, 4783.0, 4822.0, 4795.0, 4813.0, 4803.0, 4773.0, 4821.0, 4782.0, 4831.0, 4802.0, 4774.0, 4801.0, 4774.0, 4821.0, 4782.0, 4781.0, 4811.0, 4773.0, 4822.0, 4792.0, 4772.0, 4812.0, 4785.0, 4832.0, 4796.0, 4774.0, 4813.0, 4785.0, 4843.0, 4805.0, 4787.0, 4826.0, 4797.0, 4833.0, 4805.0, 4774.0, 4816.0, 4794.0, 4844.0, 4806.0, 4783.0, 4822.0, 4793.0, 4833.0, 4804.0, 4782.0, 4822.0, 4772.0, 4821.0, 4795.0, 4819.0, 4803.0, 4772.0, 4811.0, 4781.0, 4820.0, 4794.0, 4803.0, 4812.0, 4772.0, 4821.0, 4793.0, 4821.0, 4801.0, 4782.0, 4811.0, 4785.0, 4830.0, 4792.0, 4803.0, 4802.0, 4780.0, 4821.0, 4783.0, 4823.0, 4792.0, 4810.0, 4803.0, 4781.0, 4823.0, 4781.0, 4821.0, 4791.0, 4781.0, 4813.0, 4781.0, 4820.0, 4792.0, 4792.0, 4803.0, 4783.0, 4824.0, 4794.0, 4775.0, 4800.0, 4782.0, 4822.0, 4793.0, 4833.0, 4793.0, 4783.0, 4801.0, 4772.0, 4824.0, 4784.0, 4832.0, 4791.0, 4789.0, 4802.0, 4771.0, 4822.0, 4782.0, 4831.0, 4791.0, 4784.0, 4810.0, 4794.0, 4834.0, 4793.0, 4793.0, 4805.0, 4784.0, 4823.0, 4795.0, 4835.0, 4802.0, 4812.0, 4800.0, 4786.0, 4813.0, 4782.0, 4823.0, 4793.0, 4832.0, 4803.0, 4773.0, 4800.0, 4773.0, 4810.0, 4792.0, 4811.0, 4802.0, 4781.0, 4822.0, 4792.0, 4811.0, 4804.0, 4783.0, 4823.0, 4784.0, 4820.0, 4792.0, 4820.0, 4801.0, 4784.0, 4802.0, 4772.0, 4808.0, 4779.0, 4820.0, 4791.0, 4800.0, 4789.0, 4769.0, 4810.0, 4792.0, 4832.0, 4791.0, 4783.0, 4813.0, 4782.0, 4831.0, 4795.0, 4823.0, 4794.0, 4784.0, 4811.0, 4781.0, 4819.0, 4771.0, 4819.0, 4792.0, 4821.0, 4791.0, 4801.0, 4801.0, 4770.0, 4809.0, 4783.0, 4820.0, 4792.0, 4804.0, 4802.0, 4772.0, 4810.0, 4773.0, 4821.0, 4795.0, 4831.0, 4792.0, 4782.0, 4798.0, 4784.0, 4831.0, 4792.0, 4821.0, 4792.0, 4772.0, 4812.0, 4781.0, 4820.0, 4784.0, 4802.0, 4800.0, 4773.0, 4821.0, 4793.0, 4823.0, 4792.0, 4811.0, 4790.0, 4771.0, 4811.0, 4782.0, 4819.0, 4792.0, 4791.0, 4800.0, 4772.0, 4834.0, 4783.0, 4803.0, 4811.0, 4774.0, 4823.0, 4797.0, 4833.0, 4794.0, 4831.0, 4802.0, 4813.0, 4805.0, 4781.0, 4811.0, 4772.0, 4821.0, 4794.0, 4820.0, 4791.0, 4773.0, 4800.0, 4770.0, 4812.0, 4791.0, 4831.0, 4791.0, 4801.0, 4791.0, 4773.0, 4809.0, 4783.0, 4832.0, 4790.0, 4821.0, 4793.0, 4801.0, 4801.0, 4783.0, 4821.0, 4785.0, 4823.0, 4802.0, 4799.0, 4814.0, 4786.0, 4823.0, 4794.0, 4832.0, 4802.0, 4821.0, 4814.0, 4773.0, 4813.0, 4773.0, 4821.0, 4791.0, 4831.0, 4800.0, 4774.0, 4802.0, 4773.0, 4820.0, 4791.0, 4810.0, 4804.0, 4784.0, 4821.0, 4783.0, 4835.0, 4804.0, 4844.0, 4805.0, 4793.0, 4803.0, 4781.0, 4822.0, 4782.0, 4832.0, 4785.0, 4831.0, 4793.0, 4802.0, 4800.0, 4770.0, 4813.0, 4770.0, 4820.0, 4791.0, 4799.0, 4801.0, 4771.0, 4824.0, 4784.0, 4794.0, 4811.0, 4784.0, 4824.0, 4805.0, 4823.0, 4804.0, 4783.0, 4821.0, 4785.0, 4830.0, 4803.0, 4819.0, 4802.0, 4770.0, 4809.0, 4783.0, 4831.0, 4801.0, 4791.0, 4801.0, 4774.0, 4822.0, 4791.0, 4831.0, 4799.0, 4781.0, 4800.0, 4773.0, 4820.0, 4780.0, 4827.0, 4793.0, 4790.0, 4792.0, 4772.0, 4810.0, 4781.0, 4821.0, 4791.0, 4809.0, 4782.0, 4780.0, 4798.0, 4771.0, 4820.0, 4784.0, 4812.0, 4794.0, 4782.0, 4810.0, 4774.0, 4834.0, 4794.0, 4801.0, 4792.0, 4784.0, 4812.0, 4781.0, 4822.0, 4782.0, 4822.0, 4780.0, 4822.0, 4802.0, 4781.0, 4799.0, 4772.0, 4810.0, 4781.0, 4820.0, 4779.0, 4779.0, 4809.0, 4772.0, 4821.0, 4793.0, 4783.0, 4811.0, 4784.0, 4833.0, 4785.0, 4821.0, 4806.0, 4781.0, 4813.0, 4771.0, 4822.0, 4784.0, 4811.0, 4793.0, 4770.0, 4810.0, 4772.0, 4822.0, 4793.0, 4769.0, 4810.0, 4781.0, 4811.0, 4790.0, 4771.0, 4820.0, 4780.0, 4811.0, 4802.0, 4773.0, 4810.0, 4772.0, 4819.0, 4791.0, 4780.0, 4810.0, 4773.0, 4821.0, 4793.0, 4814.0, 4802.0, 4771.0, 4821.0, 4783.0, 4814.0, 4803.0, 4795.0, 4832.0, 4795.0, 4833.0, 4793.0, 4784.0, 4821.0, 4794.0, 4825.0, 4807.0, 4795.0, 4846.0, 4803.0, 4794.0, 4834.0, 4803.0, 4793.0, 4823.0, 4786.0, 4803.0, 4804.0, 4792.0, 4823.0, 4782.0, 4832.0, 4782.0, 4829.0, 4781.0, 4796.0, 4777.0, 4769.0, 4807.0, 4769.0, 4768.0, 4789.0, 4770.0, 4821.0, 4793.0, 4785.0, 4823.0, 4784.0, 4794.0, 4804.0, 4795.0, 4822.0, 4795.0, 4844.0, 4793.0, 4792.0, 4802.0, 4781.0, 4824.0, 4797.0, 4813.0, 4792.0, 4773.0, 4811.0, 4782.0, 4813.0, 4806.0, 4773.0, 4819.0, 4783.0, 4813.0, 4803.0, 4774.0, 4822.0, 4782.0, 4794.0, 4806.0, 4794.0, 4837.0, 4797.0, 4813.0, 4790.0, 4773.0, 4810.0, 4782.0, 4802.0, 4802.0, 4775.0, 4823.0, 4784.0, 4802.0, 4801.0, 4772.0, 4822.0, 4783.0, 4792.0, 4803.0, 4772.0, 4823.0, 4784.0, 4809.0, 4782.0, 4772.0, 4811.0, 4783.0, 4821.0, 4790.0, 4771.0, 4811.0, 4784.0, 4820.0, 4795.0, 4772.0, 4813.0, 4765.0, 4820.0, 4792.0, 4801.0, 4804.0, 4772.0, 4822.0, 4783.0, 4795.0, 4801.0, 4773.0, 4823.0, 4784.0, 4803.0, 4803.0, 4771.0, 4822.0, 4785.0, 4833.0, 4804.0, 4803.0, 4813.0, 4775.0, 4834.0, 4792.0, 4783.0, 4815.0, 4774.0, 4825.0, 4796.0, 4784.0, 4813.0, 4785.0, 4822.0, 4797.0, 4804.0, 4802.0, 4775.0, 4824.0, 4805.0, 4816.0, 4806.0, 4784.0, 4822.0, 4795.0, 4846.0, 4803.0, 4784.0, 4826.0, 4785.0, 4783.0, 4813.0, 4783.0, 4835.0, 4803.0, 4785.0, 4811.0, 4785.0, 4811.0, 4802.0, 4774.0, 4820.0, 4782.0, 4791.0, 4801.0, 4782.0, 4819.0, 4781.0, 4780.0, 4802.0, 4771.0, 4820.0, 4792.0, 4774.0, 4812.0, 4785.0, 4801.0, 4802.0, 4793.0, 4835.0, 4806.0, 4787.0, 4813.0, 4784.0, 4833.0, 4803.0, 4784.0, 4822.0, 4786.0, 4803.0, 4803.0, 4785.0, 4834.0, 4806.0, 4786.0, 4817.0, 4786.0, 4834.0, 4809.0, 4816.0, 4816.0, 4786.0, 4824.0, 4793.0, 4823.0, 4794.0, 4812.0, 4804.0, 4775.0], 'WindowWidth': [10701.0, 10574.0, 10528.0, 10571.0, 10498.0, 10512.0, 10476.0, 10461.0, 10501.0, 10442.0, 10449.0, 10451.0, 10444.0, 10480.0, 10453.0, 10440.0, 10486.0, 10444.0, 10457.0, 10471.0, 10449.0, 10504.0, 10478.0, 10465.0, 10505.0, 10467.0, 10489.0, 10504.0, 10457.0, 10537.0, 10486.0, 10469.0, 10522.0, 10470.0, 10521.0, 10493.0, 10468.0, 10525.0, 10466.0, 10466.0, 10491.0, 10450.0, 10520.0, 10475.0, 10461.0, 10481.0, 10449.0, 10522.0, 10472.0, 10455.0, 10502.0, 10468.0, 10502.0, 10511.0, 10471.0, 10540.0, 10479.0, 10490.0, 10491.0, 10447.0, 10501.0, 10447.0, 10514.0, 10459.0, 10513.0, 10459.0, 10454.0, 10486.0, 10429.0, 10515.0, 10460.0, 10432.0, 10486.0, 10446.0, 10515.0, 10481.0, 10503.0, 10464.0, 10434.0, 10501.0, 10454.0, 10515.0, 10476.0, 10503.0, 10476.0, 10435.0, 10499.0, 10453.0, 10523.0, 10484.0, 10477.0, 10512.0, 10460.0, 10529.0, 10473.0, 10546.0, 10488.0, 10542.0, 10487.0, 10525.0, 10485.0, 10539.0, 10486.0, 10505.0, 10475.0, 10448.0, 10489.0, 10447.0, 10513.0, 10461.0, 10458.0, 10483.0, 10447.0, 10518.0, 10468.0, 10475.0, 10488.0, 10447.0, 10515.0, 10459.0, 10523.0, 10474.0, 10489.0, 10473.0, 10429.0, 10483.0, 10443.0, 10500.0, 10455.0, 10512.0, 10457.0, 10452.0, 10465.0, 10444.0, 10485.0, 10445.0, 10513.0, 10473.0, 10460.0, 10469.0, 10444.0, 10500.0, 10447.0, 10510.0, 10455.0, 10511.0, 10461.0, 10478.0, 10468.0, 10443.0, 10481.0, 10426.0, 10490.0, 10441.0, 10508.0, 10476.0, 10441.0, 10468.0, 10443.0, 10494.0, 10458.0, 10519.0, 10479.0, 10478.0, 10493.0, 10452.0, 10502.0, 10453.0, 10536.0, 10481.0, 10519.0, 10478.0, 10499.0, 10475.0, 10445.0, 10504.0, 10444.0, 10499.0, 10458.0, 10510.0, 10472.0, 10441.0, 10483.0, 10423.0, 10493.0, 10454.0, 10481.0, 10468.0, 10431.0, 10482.0, 10438.0, 10492.0, 10457.0, 10516.0, 10474.0, 10445.0, 10468.0, 10443.0, 10492.0, 10445.0, 10514.0, 10455.0, 10426.0, 10478.0, 10445.0, 10496.0, 10461.0, 10503.0, 10473.0, 10445.0, 10501.0, 10447.0, 10515.0, 10467.0, 10520.0, 10477.0, 10496.0, 10478.0, 10456.0, 10486.0, 10449.0, 10493.0, 10443.0, 10513.0, 10480.0, 10489.0, 10488.0, 10453.0, 10513.0, 10480.0, 10534.0, 10497.0, 10482.0, 10513.0, 10449.0, 10502.0, 10461.0, 10524.0, 10466.0, 10517.0, 10465.0, 10514.0, 10477.0, 10517.0, 10479.0, 10452.0, 10502.0, 10455.0, 10514.0, 10477.0, 10465.0, 10508.0, 10455.0, 10522.0, 10483.0, 10542.0, 10496.0, 10487.0, 10495.0, 10451.0, 10502.0, 10445.0, 10509.0, 10474.0, 10529.0, 10455.0, 10452.0, 10460.0, 10435.0, 10485.0, 10440.0, 10502.0, 10438.0, 10419.0, 10459.0, 10424.0, 10496.0, 10459.0, 10460.0, 10473.0, 10447.0, 10495.0, 10457.0, 10522.0, 10474.0, 10489.0, 10475.0, 10442.0, 10483.0, 10444.0, 10521.0, 10459.0, 10499.0, 10471.0, 10432.0, 10482.0, 10445.0, 10510.0, 10463.0, 10488.0, 10480.0, 10445.0, 10494.0, 10445.0, 10515.0, 10462.0, 10459.0, 10476.0, 10446.0, 10502.0, 10460.0, 10516.0, 10478.0, 10451.0, 10486.0, 10445.0, 10511.0, 10457.0, 10447.0, 10485.0, 10444.0, 10496.0, 10461.0, 10485.0, 10473.0, 10444.0, 10484.0, 10446.0, 10513.0, 10473.0, 10447.0, 10481.0, 10445.0, 10495.0, 10465.0, 10476.0, 10491.0, 10447.0, 10518.0, 10481.0, 10454.0, 10501.0, 10465.0, 10541.0, 10500.0, 10465.0, 10501.0, 10451.0, 10537.0, 10477.0, 10467.0, 10502.0, 10464.0, 10523.0, 10480.0, 10471.0, 10526.0, 10487.0, 10477.0, 10483.0, 10443.0, 10485.0, 10484.0, 10448.0, 10497.0, 10469.0, 10444.0, 10499.0, 10442.0, 10464.0, 10490.0, 10449.0, 10493.0, 10443.0, 10478.0, 10467.0, 10426.0, 10493.0, 10435.0, 10426.0, 10468.0, 10443.0, 10483.0, 10473.0, 10445.0, 10497.0, 10450.0, 10513.0, 10475.0, 10447.0, 10487.0, 10431.0, 10500.0, 10459.0, 10439.0, 10487.0, 10449.0, 10513.0, 10456.0, 10445.0, 10496.0, 10459.0, 10488.0, 10478.0, 10465.0, 10519.0, 10484.0, 10514.0, 10500.0, 10470.0, 10523.0, 10458.0, 10518.0, 10462.0, 10502.0, 10479.0, 10510.0, 10455.0, 10429.0, 10465.0, 10444.0, 10495.0, 10456.0, 10485.0, 10472.0, 10448.0, 10493.0, 10460.0, 10512.0, 10473.0, 10445.0, 10483.0, 10437.0, 10514.0, 10461.0, 10449.0, 10486.0, 10448.0, 10500.0, 10466.0, 10500.0, 10487.0, 10452.0, 10487.0, 10437.0, 10496.0, 10460.0, 10496.0, 10470.0, 10473.0, 10468.0, 10430.0, 10482.0, 10445.0, 10513.0, 10474.0, 10457.0, 10474.0, 10457.0, 10495.0, 10448.0, 10515.0, 10476.0, 10514.0, 10461.0, 10495.0, 10459.0, 10449.0, 10468.0, 10433.0, 10481.0, 10441.0, 10487.0, 10455.0, 10509.0, 10457.0, 10438.0, 10463.0, 10441.0, 10481.0, 10442.0, 10511.0, 10460.0, 10516.0, 10478.0, 10474.0, 10474.0, 10449.0, 10501.0, 10452.0, 10510.0, 10462.0, 10509.0, 10475.0, 10485.0, 10473.0, 10434.0, 10484.0, 10444.0, 10496.0, 10443.0, 10494.0, 10456.0, 10492.0, 10472.0, 10445.0, 10482.0, 10430.0, 10490.0, 10461.0, 10493.0, 10472.0, 10432.0, 10483.0, 10428.0, 10495.0, 10456.0, 10521.0, 10457.0, 10480.0, 10451.0, 10425.0, 10475.0, 10422.0, 10493.0, 10439.0, 10477.0, 10439.0, 10490.0, 10457.0, 10460.0, 10450.0, 10424.0, 10462.0, 10428.0, 10500.0, 10460.0, 10516.0, 10461.0, 10487.0, 10479.0, 10446.0, 10489.0, 10429.0, 10486.0, 10442.0, 10496.0, 10447.0, 10500.0, 10456.0, 10512.0, 10473.0, 10432.0, 10484.0, 10441.0, 10505.0, 10470.0, 10516.0, 10497.0, 10465.0, 10507.0, 10452.0, 10505.0, 10454.0, 10519.0, 10476.0, 10519.0, 10476.0, 10488.0, 10474.0, 10444.0, 10484.0, 10448.0, 10498.0, 10448.0, 10499.0, 10482.0, 10494.0, 10478.0, 10446.0, 10503.0, 10449.0, 10512.0, 10464.0, 10518.0, 10478.0, 10458.0, 10471.0, 10443.0, 10500.0, 10448.0, 10501.0, 10478.0, 10452.0, 10503.0, 10455.0, 10522.0, 10465.0, 10517.0, 10484.0, 10482.0, 10506.0, 10468.0, 10521.0, 10485.0, 10472.0, 10513.0, 10480.0, 10567.0, 10523.0, 10499.0, 10538.0, 10519.0, 10517.0, 10513.0, 10515.0, 10470.0, 10505.0, 10453.0, 10518.0, 10465.0, 10519.0, 10483.0, 10456.0, 10470.0, 10445.0, 10517.0, 10459.0, 10473.0, 10491.0, 10449.0, 10519.0, 10459.0, 10457.0, 10484.0, 10447.0, 10514.0, 10462.0, 10456.0, 10468.0, 10441.0, 10495.0, 10447.0, 10498.0, 10458.0, 10443.0, 10490.0, 10438.0, 10513.0, 10470.0, 10439.0, 10481.0, 10443.0, 10511.0, 10469.0, 10444.0, 10502.0, 10461.0, 10473.0, 10489.0, 10462.0, 10514.0, 10475.0, 10450.0, 10491.0, 10449.0, 10531.0, 10475.0, 10469.0, 10534.0, 10466.0, 10489.0, 10475.0, 10445.0, 10498.0, 10462.0, 10486.0, 10471.0, 10431.0, 10494.0, 10440.0, 10510.0, 10466.0, 10431.0, 10465.0, 10432.0, 10492.0, 10440.0, 10439.0, 10480.0, 10431.0, 10498.0, 10457.0, 10429.0, 10481.0, 10447.0, 10517.0, 10467.0, 10435.0, 10487.0, 10451.0, 10529.0, 10479.0, 10454.0, 10508.0, 10467.0, 10517.0, 10477.0, 10434.0, 10491.0, 10462.0, 10533.0, 10479.0, 10446.0, 10499.0, 10458.0, 10518.0, 10474.0, 10443.0, 10496.0, 10430.0, 10495.0, 10461.0, 10492.0, 10471.0, 10429.0, 10479.0, 10438.0, 10492.0, 10459.0, 10471.0, 10483.0, 10429.0, 10495.0, 10459.0, 10495.0, 10468.0, 10442.0, 10482.0, 10448.0, 10509.0, 10456.0, 10472.0, 10471.0, 10440.0, 10496.0, 10445.0, 10500.0, 10457.0, 10480.0, 10471.0, 10440.0, 10500.0, 10441.0, 10496.0, 10453.0, 10439.0, 10484.0, 10441.0, 10495.0, 10456.0, 10456.0, 10469.0, 10443.0, 10502.0, 10460.0, 10434.0, 10465.0, 10442.0, 10497.0, 10458.0, 10514.0, 10459.0, 10443.0, 10466.0, 10429.0, 10502.0, 10446.0, 10511.0, 10454.0, 10449.0, 10468.0, 10427.0, 10498.0, 10444.0, 10510.0, 10455.0, 10445.0, 10480.0, 10459.0, 10519.0, 10460.0, 10460.0, 10475.0, 10447.0, 10504.0, 10466.0, 10521.0, 10472.0, 10484.0, 10466.0, 10448.0, 10487.0, 10444.0, 10499.0, 10457.0, 10511.0, 10470.0, 10429.0, 10463.0, 10428.0, 10478.0, 10456.0, 10482.0, 10470.0, 10442.0, 10495.0, 10457.0, 10481.0, 10473.0, 10443.0, 10501.0, 10448.0, 10493.0, 10455.0, 10490.0, 10466.0, 10444.0, 10467.0, 10425.0, 10471.0, 10433.0, 10491.0, 10450.0, 10463.0, 10447.0, 10418.0, 10478.0, 10455.0, 10513.0, 10454.0, 10444.0, 10484.0, 10443.0, 10510.0, 10463.0, 10501.0, 10460.0, 10447.0, 10481.0, 10441.0, 10493.0, 10428.0, 10490.0, 10453.0, 10494.0, 10453.0, 10464.0, 10464.0, 10424.0, 10474.0, 10442.0, 10491.0, 10455.0, 10473.0, 10468.0, 10428.0, 10478.0, 10430.0, 10495.0, 10461.0, 10511.0, 10455.0, 10439.0, 10459.0, 10446.0, 10511.0, 10455.0, 10494.0, 10455.0, 10427.0, 10480.0, 10438.0, 10495.0, 10447.0, 10469.0, 10465.0, 10430.0, 10494.0, 10459.0, 10500.0, 10455.0, 10481.0, 10452.0, 10425.0, 10480.0, 10442.0, 10491.0, 10454.0, 10453.0, 10466.0, 10429.0, 10515.0, 10446.0, 10474.0, 10482.0, 10436.0, 10502.0, 10468.0, 10516.0, 10462.0, 10510.0, 10472.0, 10484.0, 10475.0, 10439.0, 10478.0, 10428.0, 10493.0, 10458.0, 10492.0, 10453.0, 10428.0, 10463.0, 10422.0, 10480.0, 10452.0, 10510.0, 10453.0, 10466.0, 10452.0, 10429.0, 10477.0, 10443.0, 10512.0, 10454.0, 10494.0, 10459.0, 10467.0, 10468.0, 10443.0, 10497.0, 10450.0, 10500.0, 10471.0, 10465.0, 10490.0, 10451.0, 10500.0, 10460.0, 10511.0, 10471.0, 10494.0, 10487.0, 10431.0, 10485.0, 10429.0, 10495.0, 10453.0, 10512.0, 10464.0, 10432.0, 10468.0, 10429.0, 10490.0, 10453.0, 10480.0, 10474.0, 10448.0, 10496.0, 10447.0, 10518.0, 10477.0, 10531.0, 10479.0, 10458.0, 10473.0, 10439.0, 10496.0, 10442.0, 10513.0, 10448.0, 10511.0, 10458.0, 10469.0, 10463.0, 10422.0, 10482.0, 10424.0, 10491.0, 10452.0, 10464.0, 10466.0, 10426.0, 10500.0, 10447.0, 10460.0, 10482.0, 10449.0, 10501.0, 10476.0, 10501.0, 10473.0, 10444.0, 10496.0, 10448.0, 10509.0, 10473.0, 10492.0, 10467.0, 10422.0, 10474.0, 10443.0, 10511.0, 10468.0, 10453.0, 10465.0, 10431.0, 10496.0, 10454.0, 10509.0, 10463.0, 10439.0, 10462.0, 10429.0, 10493.0, 10438.0, 10503.0, 10458.0, 10450.0, 10454.0, 10426.0, 10477.0, 10438.0, 10494.0, 10452.0, 10477.0, 10440.0, 10434.0, 10457.0, 10421.0, 10491.0, 10448.0, 10483.0, 10460.0, 10440.0, 10477.0, 10430.0, 10514.0, 10460.0, 10466.0, 10455.0, 10443.0, 10481.0, 10437.0, 10498.0, 10441.0, 10495.0, 10437.0, 10495.0, 10467.0, 10436.0, 10461.0, 10425.0, 10475.0, 10435.0, 10490.0, 10433.0, 10434.0, 10474.0, 10428.0, 10494.0, 10458.0, 10444.0, 10481.0, 10447.0, 10515.0, 10449.0, 10496.0, 10477.0, 10440.0, 10485.0, 10426.0, 10496.0, 10444.0, 10479.0, 10454.0, 10421.0, 10478.0, 10427.0, 10496.0, 10454.0, 10421.0, 10474.0, 10438.0, 10480.0, 10450.0, 10425.0, 10491.0, 10438.0, 10480.0, 10469.0, 10430.0, 10477.0, 10428.0, 10490.0, 10454.0, 10437.0, 10479.0, 10431.0, 10494.0, 10458.0, 10486.0, 10469.0, 10427.0, 10497.0, 10447.0, 10487.0, 10472.0, 10463.0, 10512.0, 10462.0, 10515.0, 10457.0, 10447.0, 10497.0, 10464.0, 10507.0, 10485.0, 10468.0, 10539.0, 10475.0, 10461.0, 10518.0, 10472.0, 10457.0, 10500.0, 10451.0, 10473.0, 10472.0, 10456.0, 10500.0, 10440.0, 10513.0, 10437.0, 10504.0, 10432.0, 10450.0, 10425.0, 10414.0, 10466.0, 10416.0, 10415.0, 10444.0, 10422.0, 10492.0, 10455.0, 10445.0, 10498.0, 10446.0, 10459.0, 10474.0, 10463.0, 10497.0, 10461.0, 10531.0, 10456.0, 10453.0, 10467.0, 10436.0, 10499.0, 10467.0, 10484.0, 10452.0, 10428.0, 10478.0, 10441.0, 10487.0, 10476.0, 10429.0, 10490.0, 10443.0, 10484.0, 10468.0, 10430.0, 10495.0, 10440.0, 10458.0, 10478.0, 10461.0, 10524.0, 10470.0, 10484.0, 10448.0, 10426.0, 10476.0, 10439.0, 10467.0, 10468.0, 10434.0, 10496.0, 10445.0, 10469.0, 10466.0, 10426.0, 10497.0, 10442.0, 10452.0, 10467.0, 10426.0, 10497.0, 10442.0, 10476.0, 10438.0, 10426.0, 10478.0, 10441.0, 10495.0, 10450.0, 10425.0, 10479.0, 10445.0, 10493.0, 10461.0, 10427.0, 10483.0, 10419.0, 10492.0, 10456.0, 10466.0, 10471.0, 10428.0, 10494.0, 10444.0, 10462.0, 10465.0, 10430.0, 10499.0, 10448.0, 10473.0, 10472.0, 10427.0, 10496.0, 10449.0, 10513.0, 10473.0, 10472.0, 10485.0, 10435.0, 10517.0, 10457.0, 10444.0, 10488.0, 10434.0, 10504.0, 10463.0, 10448.0, 10486.0, 10451.0, 10499.0, 10467.0, 10476.0, 10471.0, 10436.0, 10502.0, 10478.0, 10492.0, 10479.0, 10447.0, 10499.0, 10464.0, 10535.0, 10472.0, 10448.0, 10504.0, 10449.0, 10444.0, 10484.0, 10446.0, 10522.0, 10471.0, 10449.0, 10482.0, 10451.0, 10482.0, 10470.0, 10432.0, 10494.0, 10441.0, 10453.0, 10466.0, 10441.0, 10492.0, 10440.0, 10436.0, 10465.0, 10424.0, 10493.0, 10455.0, 10431.0, 10481.0, 10447.0, 10467.0, 10469.0, 10460.0, 10517.0, 10481.0, 10454.0, 10485.0, 10448.0, 10513.0, 10472.0, 10447.0, 10498.0, 10452.0, 10473.0, 10472.0, 10450.0, 10520.0, 10482.0, 10456.0, 10496.0, 10456.0, 10519.0, 10487.0, 10494.0, 10493.0, 10452.0, 10503.0, 10457.0, 10501.0, 10460.0, 10483.0, 10471.0, 10433.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.00019490608564988728</td></tr>
<tr><td colspan=3>aqi</td><td>0.017839377535687453</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.46274605957138</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2580441748796973</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940005108796988</td></tr>
<tr><td colspan=3>efc</td><td>0.518</td></tr>
<tr><td colspan=3>fber</td><td>3998.5854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06445372963981942</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9015777610818934</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2958686332866645</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.180383675288329</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5121444855603534</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.19507773901131</td></tr>
<tr><td colspan=3>gcor</td><td>0.00414799</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009237580932676792</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031187348067760468</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.294125270300662</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>12.5066</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.5344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.9778</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1238.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.6898</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2309</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.4354</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3976.9624</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1763.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.8147</td></tr>
<tr><td colspan=3>tsnr</td><td>43.13825669512153</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>