<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-03/func/sub-0005_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>01d8e58e8b1ba1ea3b5f1983e3a37d77</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:51:47.687500</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.997913, -0.0620912, 0.0177306, 0.062084, 0.99807, 0.0009551]</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.0741743</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7769, -7314, 551, -51, -64, -48, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>256.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49dc061d-b469-4535-8181-ba1802828900||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.6773276329040527, 0.16656678915023804, 0.047940272837877274, 104.63504791259766], [0.1665860265493393, 2.6777501106262207, -0.000398728676373139, -100.75640869140625], [0.04756981134414673, -0.0025624637492001057, 2.6995742321014404, -84.47555541992188], [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': ['165147.687500', '165148.147500', '165148.607500', '165149.067500', '165149.527500', '165149.987500', '165150.447500', '165150.907500', '165151.367500', '165151.827500', '165152.287500', '165152.747500', '165153.207500', '165153.667500', '165154.127500', '165154.587500', '165155.047500', '165155.507500', '165155.967500', '165156.427500', '165156.887500', '165157.347500', '165157.807500', '165158.267500', '165158.727500', '165159.187500', '165159.647500', '165200.107500', '165200.567500', '165201.027500', '165201.487500', '165201.947500', '165202.407500', '165202.867500', '165203.327500', '165203.787500', '165204.247500', '165204.707500', '165205.167500', '165205.627500', '165206.087500', '165206.547500', '165207.007500', '165207.467500', '165207.927500', '165208.387500', '165208.847500', '165209.307500', '165209.767500', '165210.227500', '165210.687500', '165211.147500', '165211.607500', '165212.067500', '165212.527500', '165212.987500', '165213.447500', '165213.907500', '165214.367500', '165214.827500', '165215.287500', '165215.747500', '165216.207500', '165216.667500', '165217.127500', '165217.587500', '165218.047500', '165218.507500', '165218.967500', '165219.427500', '165219.887500', '165220.347500', '165220.807500', '165221.267500', '165221.727500', '165222.187500', '165222.647500', '165223.107500', '165223.567500', '165224.027500', '165224.487500', '165224.947500', '165225.407500', '165225.867500', '165226.327500', '165226.787500', '165227.247500', '165227.707500', '165228.167500', '165228.627500', '165229.087500', '165229.547500', '165230.007500', '165230.467500', '165230.927500', '165231.387500', '165231.847500', '165232.307500', '165232.767500', '165233.227500', '165233.687500', '165234.147500', '165234.607500', '165235.067500', '165235.527500', '165235.987500', '165236.447500', '165236.907500', '165237.367500', '165237.827500', '165238.287500', '165238.747500', '165239.207500', '165239.667500', '165240.127500', '165240.587500', '165241.047500', '165241.507500', '165241.967500', '165242.427500', '165242.887500', '165243.347500', '165243.807500', '165244.267500', '165244.727500', '165245.187500', '165245.647500', '165246.107500', '165246.567500', '165247.027500', '165247.487500', '165247.947500', '165248.407500', '165248.867500', '165249.327500', '165249.787500', '165250.247500', '165250.707500', '165251.167500', '165251.627500', '165252.087500', '165252.547500', '165253.007500', '165253.467500', '165253.927500', '165254.387500', '165254.847500', '165255.307500', '165255.767500', '165256.227500', '165256.687500', '165257.147500', '165257.607500', '165258.067500', '165258.527500', '165258.987500', '165259.447500', '165259.907500', '165300.367500', '165300.827500', '165301.287500', '165301.747500', '165302.207500', '165302.667500', '165303.127500', '165303.587500', '165304.047500', '165304.507500', '165304.967500', '165305.427500', '165305.887500', '165306.347500', '165306.807500', '165307.267500', '165307.727500', '165308.187500', '165308.647500', '165309.107500', '165309.567500', '165310.027500', '165310.487500', '165310.947500', '165311.407500', '165311.867500', '165312.327500', '165312.787500', '165313.247500', '165313.707500', '165314.167500', '165314.627500', '165315.087500', '165315.547500', '165316.007500', '165316.467500', '165316.927500', '165317.387500', '165317.847500', '165318.307500', '165318.767500', '165319.227500', '165319.687500', '165320.147500', '165320.607500', '165321.067500', '165321.527500', '165321.987500', '165322.447500', '165322.907500', '165323.367500', '165323.827500', '165324.287500', '165324.747500', '165325.207500', '165325.667500', '165326.127500', '165326.587500', '165327.047500', '165327.507500', '165327.967500', '165328.427500', '165328.887500', '165329.347500', '165329.807500', '165330.267500', '165330.727500', '165331.187500', '165331.647500', '165332.107500', '165332.567500', '165333.027500', '165333.487500', '165333.947500', '165334.407500', '165334.867500', '165335.327500', '165335.787500', '165336.247500', '165336.707500', '165337.167500', '165337.627500', '165338.087500', '165338.547500', '165339.007500', '165339.467500', '165339.927500', '165340.387500', '165340.847500', '165341.307500', '165341.767500', '165342.227500', '165342.687500', '165343.147500', '165343.607500', '165344.067500', '165344.527500', '165344.987500', '165345.447500', '165345.907500', '165346.367500', '165346.827500', '165347.287500', '165347.747500', '165348.207500', '165348.667500', '165349.127500', '165349.587500', '165350.047500', '165350.507500', '165350.967500', '165351.427500', '165351.887500', '165352.347500', '165352.807500', '165353.267500', '165353.727500', '165354.187500', '165354.647500', '165355.107500', '165355.567500', '165356.027500', '165356.487500', '165356.947500', '165357.407500', '165357.867500', '165358.327500', '165358.787500', '165359.247500', '165359.707500', '165400.167500', '165400.627500', '165401.087500', '165401.547500', '165402.007500', '165402.467500', '165402.927500', '165403.387500', '165403.847500', '165404.307500', '165404.767500', '165405.227500', '165405.687500', '165406.147500', '165406.607500', '165407.067500', '165407.527500', '165407.987500', '165408.447500', '165408.907500', '165409.367500', '165409.827500', '165410.287500', '165410.747500', '165411.207500', '165411.667500', '165412.127500', '165412.587500', '165413.047500', '165413.507500', '165413.967500', '165414.427500', '165414.887500', '165415.347500', '165415.807500', '165416.267500', '165416.727500', '165417.187500', '165417.647500', '165418.107500', '165418.567500', '165419.027500', '165419.487500', '165419.947500', '165420.407500', '165420.867500', '165421.327500', '165421.787500', '165422.247500', '165422.707500', '165423.167500', '165423.627500', '165424.087500', '165424.547500', '165425.007500', '165425.467500', '165425.927500', '165426.387500', '165426.847500', '165427.307500', '165427.767500', '165428.227500', '165428.687500', '165429.147500', '165429.607500', '165430.067500', '165430.527500', '165430.987500', '165431.447500', '165431.907500', '165432.367500', '165432.827500', '165433.287500', '165433.747500', '165434.207500', '165434.667500', '165435.127500', '165435.587500', '165436.047500', '165436.507500', '165436.967500', '165437.427500', '165437.887500', '165438.347500', '165438.807500', '165439.267500', '165439.727500', '165440.187500', '165440.647500', '165441.107500', '165441.567500', '165442.027500', '165442.487500', '165442.947500', '165443.407500', '165443.867500', '165444.327500', '165444.787500', '165445.247500', '165445.707500', '165446.167500', '165446.627500', '165447.087500', '165447.547500', '165448.007500', '165448.467500', '165448.927500', '165449.387500', '165449.847500', '165450.307500', '165450.767500', '165451.227500', '165451.687500', '165452.147500', '165452.607500', '165453.067500', '165453.527500', '165453.987500', '165454.447500', '165454.907500', '165455.367500', '165455.827500', '165456.287500', '165456.747500', '165457.207500', '165457.667500', '165458.127500', '165458.587500', '165459.047500', '165459.507500', '165459.967500', '165500.427500', '165500.887500', '165501.347500', '165501.807500', '165502.267500', '165502.727500', '165503.187500', '165503.647500', '165504.107500', '165504.567500', '165505.027500', '165505.487500', '165505.947500', '165506.407500', '165506.867500', '165507.327500', '165507.787500', '165508.247500', '165508.707500', '165509.167500', '165509.627500', '165510.087500', '165510.547500', '165511.007500', '165511.467500', '165511.927500', '165512.387500', '165512.847500', '165513.307500', '165513.767500', '165514.227500', '165514.687500', '165515.147500', '165515.607500', '165516.067500', '165516.527500', '165516.987500', '165517.447500', '165517.907500', '165518.367500', '165518.827500', '165519.287500', '165519.747500', '165520.207500', '165520.667500', '165521.127500', '165521.587500', '165522.047500', '165522.507500', '165522.967500', '165523.427500', '165523.887500', '165524.347500', '165524.807500', '165525.267500', '165525.727500', '165526.187500', '165526.647500', '165527.107500', '165527.567500', '165528.027500', '165528.487500', '165528.947500', '165529.407500', '165529.867500', '165530.327500', '165530.787500', '165531.247500', '165531.707500', '165532.167500', '165532.627500', '165533.087500', '165533.547500', '165534.007500', '165534.467500', '165534.927500', '165535.387500', '165535.847500', '165536.307500', '165536.767500', '165537.227500', '165537.687500', '165538.147500', '165538.607500', '165539.067500', '165539.527500', '165539.987500', '165540.447500', '165540.907500', '165541.367500', '165541.827500', '165542.287500', '165542.747500', '165543.207500', '165543.667500', '165544.127500', '165544.587500', '165545.047500', '165545.507500', '165545.967500', '165546.427500', '165546.887500', '165547.347500', '165547.807500', '165548.267500', '165548.727500', '165549.187500', '165549.647500', '165550.107500', '165550.567500', '165551.027500', '165551.487500', '165551.947500', '165552.407500', '165552.867500', '165553.327500', '165553.787500', '165554.247500', '165554.707500', '165555.167500', '165555.627500', '165556.087500', '165556.547500', '165557.007500', '165557.467500', '165557.927500', '165558.387500', '165558.847500', '165559.307500', '165559.767500', '165600.227500', '165600.687500', '165601.147500', '165601.607500', '165602.067500', '165602.527500', '165602.987500', '165603.447500', '165603.907500', '165604.367500', '165604.827500', '165605.287500', '165605.747500', '165606.207500', '165606.667500', '165607.127500', '165607.587500', '165608.047500', '165608.507500', '165608.967500', '165609.427500', '165609.887500', '165610.347500', '165610.807500', '165611.267500', '165611.727500', '165612.187500', '165612.647500', '165613.107500', '165613.567500', '165614.027500', '165614.487500', '165614.947500', '165615.407500', '165615.867500', '165616.327500', '165616.787500', '165617.247500', '165617.707500', '165618.167500', '165618.627500', '165619.087500', '165619.547500', '165620.007500', '165620.467500', '165620.927500', '165621.387500', '165621.847500', '165622.307500', '165622.767500', '165623.227500', '165623.687500', '165624.147500', '165624.607500', '165625.067500', '165625.527500', '165625.987500', '165626.447500', '165626.907500', '165627.367500', '165627.827500', '165628.287500', '165628.747500', '165629.207500', '165629.667500', '165630.127500', '165630.587500', '165631.047500', '165631.507500', '165631.967500', '165632.427500', '165632.887500', '165633.347500', '165633.807500', '165634.267500', '165634.727500', '165635.187500', '165635.647500', '165636.107500', '165636.567500', '165637.027500', '165637.487500', '165637.947500', '165638.407500', '165638.867500', '165639.327500', '165639.787500', '165640.247500', '165640.707500', '165641.167500', '165641.627500', '165642.087500', '165642.547500', '165643.007500', '165643.467500', '165643.927500', '165644.387500', '165644.847500', '165645.307500', '165645.767500', '165646.227500', '165646.687500', '165647.147500', '165647.607500', '165648.067500', '165648.527500', '165648.987500', '165649.447500', '165649.907500', '165650.367500', '165650.827500', '165651.287500', '165651.747500', '165652.207500', '165652.667500', '165653.127500', '165653.587500', '165654.047500', '165654.507500', '165654.967500', '165655.427500', '165655.887500', '165656.347500', '165656.807500', '165657.267500', '165657.727500', '165658.187500', '165658.647500', '165659.107500', '165659.567500', '165700.027500', '165700.487500', '165700.947500', '165701.407500', '165701.867500', '165702.327500', '165702.787500', '165703.247500', '165703.707500', '165704.167500', '165704.627500', '165705.087500', '165705.547500', '165706.007500', '165706.467500', '165706.927500', '165707.387500', '165707.847500', '165708.307500', '165708.767500', '165709.227500', '165709.687500', '165710.147500', '165710.607500', '165711.067500', '165711.527500', '165711.987500', '165712.447500', '165712.907500', '165713.367500', '165713.827500', '165714.287500', '165714.747500', '165715.207500', '165715.667500', '165716.127500', '165716.587500', '165717.047500', '165717.507500', '165717.967500', '165718.427500', '165718.887500', '165719.347500', '165719.807500', '165720.267500', '165720.727500', '165721.187500', '165721.647500', '165722.107500', '165722.567500', '165723.027500', '165723.487500', '165723.947500', '165724.407500', '165724.867500', '165725.327500', '165725.787500', '165726.247500', '165726.707500', '165727.167500', '165727.627500', '165728.087500', '165728.547500', '165729.007500', '165729.467500', '165729.927500', '165730.387500', '165730.847500', '165731.307500', '165731.767500', '165732.227500', '165732.687500', '165733.147500', '165733.607500', '165734.067500', '165734.527500', '165734.987500', '165735.447500', '165735.907500', '165736.367500', '165736.827500', '165737.287500', '165737.747500', '165738.207500', '165738.667500', '165739.127500', '165739.587500', '165740.047500', '165740.507500', '165740.967500', '165741.427500', '165741.887500', '165742.347500', '165742.807500', '165743.267500', '165743.727500', '165744.187500', '165744.647500', '165745.107500', '165745.567500', '165746.027500', '165746.487500', '165746.947500', '165747.407500', '165747.867500', '165748.327500', '165748.787500', '165749.247500', '165749.707500', '165750.167500', '165750.627500', '165751.087500', '165751.547500', '165752.007500', '165752.467500', '165752.927500', '165753.387500', '165753.847500', '165754.307500', '165754.767500', '165755.227500', '165755.687500', '165756.147500', '165756.607500', '165757.067500', '165757.527500', '165757.987500', '165758.447500', '165758.907500', '165759.367500', '165759.827500', '165800.287500', '165800.747500', '165801.207500', '165801.667500', '165802.127500', '165802.587500', '165803.047500', '165803.507500', '165803.967500', '165804.427500', '165804.887500', '165805.347500', '165805.807500', '165806.267500', '165806.727500', '165807.187500', '165807.647500', '165808.107500', '165808.567500', '165809.027500', '165809.487500', '165809.947500', '165810.407500', '165810.867500', '165811.327500', '165811.787500', '165812.247500', '165812.707500', '165813.167500', '165813.627500', '165814.087500', '165814.547500', '165815.007500', '165815.467500', '165815.927500', '165816.387500', '165816.847500', '165817.307500', '165817.767500', '165818.227500', '165818.687500', '165819.147500', '165819.607500', '165820.067500', '165820.527500', '165820.987500', '165821.447500', '165821.907500', '165822.367500', '165822.827500', '165823.287500', '165823.747500', '165824.207500', '165824.667500', '165825.127500', '165825.587500', '165826.047500', '165826.507500', '165826.967500', '165827.427500', '165827.887500', '165828.347500', '165828.807500', '165829.267500', '165829.727500', '165830.187500', '165830.647500', '165831.107500', '165831.567500', '165832.027500', '165832.487500', '165832.947500', '165833.407500', '165833.867500', '165834.327500', '165834.787500', '165835.247500', '165835.707500', '165836.167500', '165836.627500', '165837.087500', '165837.547500', '165838.007500', '165838.467500', '165838.927500', '165839.387500', '165839.847500', '165840.307500', '165840.767500', '165841.227500', '165841.687500', '165842.147500', '165842.607500', '165843.067500', '165843.527500', '165843.987500', '165844.447500', '165844.907500', '165845.367500', '165845.827500', '165846.287500', '165846.747500', '165847.207500', '165847.667500', '165848.127500', '165848.587500', '165849.047500', '165849.507500', '165849.967500', '165850.427500', '165850.887500', '165851.347500', '165851.807500', '165852.267500', '165852.727500', '165853.187500', '165853.647500', '165854.107500', '165854.567500', '165855.027500', '165855.487500', '165855.947500', '165856.407500', '165856.867500', '165857.327500', '165857.787500', '165858.247500', '165858.707500', '165859.167500', '165859.627500', '165900.087500', '165900.547500', '165901.007500', '165901.467500', '165901.927500', '165902.387500', '165902.847500', '165903.307500', '165903.767500', '165904.227500', '165904.687500', '165905.147500', '165905.607500', '165906.067500', '165906.527500', '165906.987500', '165907.447500', '165907.907500', '165908.367500', '165908.827500', '165909.287500', '165909.747500', '165910.207500', '165910.667500', '165911.127500', '165911.587500', '165912.047500', '165912.507500', '165912.967500', '165913.427500', '165913.887500', '165914.347500', '165914.807500', '165915.267500', '165915.727500', '165916.187500', '165916.647500', '165917.107500', '165917.567500', '165918.027500', '165918.487500', '165918.947500', '165919.407500', '165919.867500', '165920.327500', '165920.787500', '165921.247500', '165921.707500', '165922.167500', '165922.627500', '165923.087500', '165923.547500', '165924.007500', '165924.467500', '165924.927500', '165925.387500', '165925.847500', '165926.307500', '165926.767500', '165927.227500', '165927.687500', '165928.147500', '165928.607500', '165929.067500', '165929.527500', '165929.987500', '165930.447500', '165930.907500', '165931.367500', '165931.827500', '165932.287500', '165932.747500', '165933.207500', '165933.667500', '165934.127500', '165934.587500', '165935.047500', '165935.507500', '165935.967500', '165936.427500', '165936.887500', '165937.347500', '165937.807500', '165938.267500', '165938.727500', '165939.187500', '165939.647500', '165940.107500', '165940.567500', '165941.027500', '165941.487500', '165941.947500', '165942.407500', '165942.867500', '165943.327500', '165943.787500', '165944.247500', '165944.707500', '165945.167500', '165945.627500', '165946.087500', '165946.547500', '165947.007500', '165947.467500', '165947.927500', '165948.387500', '165948.847500', '165949.307500', '165949.767500', '165950.227500', '165950.687500', '165951.147500', '165951.607500', '165952.067500', '165952.527500', '165952.987500', '165953.447500', '165953.907500', '165954.367500', '165954.827500', '165955.287500', '165955.747500', '165956.207500', '165956.667500', '165957.127500', '165957.587500', '165958.047500', '165958.507500', '165958.967500', '165959.427500', '165959.887500', '170000.347500', '170000.807500', '170001.267500', '170001.727500', '170002.187500', '170002.647500', '170003.107500', '170003.567500', '170004.027500', '170004.487500', '170004.947500', '170005.407500', '170005.867500', '170006.327500', '170006.787500', '170007.247500', '170007.707500', '170008.167500', '170008.627500', '170009.087500', '170009.547500', '170010.007500', '170010.467500', '170010.927500', '170011.387500', '170011.847500', '170012.307500', '170012.767500', '170013.227500', '170013.687500', '170014.147500', '170014.607500', '170015.067500', '170015.527500', '170015.987500', '170016.447500', '170016.907500', '170017.367500', '170017.827500', '170018.287500', '170018.747500', '170019.207500', '170019.667500', '170020.127500', '170020.587500', '170021.047500', '170021.507500', '170021.967500', '170022.427500', '170022.887500', '170023.347500', '170023.807500', '170024.267500', '170024.727500', '170025.187500', '170025.647500', '170026.107500', '170026.567500', '170027.027500', '170027.487500', '170027.947500', '170028.407500', '170028.867500', '170029.327500', '170029.787500', '170030.247500', '170030.707500', '170031.167500', '170031.627500', '170032.087500', '170032.547500', '170033.007500', '170033.467500', '170033.927500', '170034.387500', '170034.847500', '170035.307500', '170035.767500', '170036.227500', '170036.687500', '170037.147500', '170037.607500', '170038.067500', '170038.527500', '170038.987500', '170039.447500', '170039.907500', '170040.367500', '170040.827500', '170041.287500', '170041.747500', '170042.207500', '170042.667500', '170043.127500', '170043.587500', '170044.047500', '170044.507500', '170044.967500', '170045.427500', '170045.887500', '170046.347500', '170046.807500', '170047.267500', '170047.727500', '170048.187500', '170048.647500', '170049.107500', '170049.567500', '170050.027500', '170050.487500', '170050.947500', '170051.407500', '170051.867500', '170052.327500', '170052.787500', '170053.247500', '170053.707500', '170054.167500', '170054.627500', '170055.087500', '170055.547500', '170056.007500', '170056.467500', '170056.927500', '170057.387500', '170057.847500', '170058.307500', '170058.767500', '170059.227500', '170059.687500', '170100.147500', '170100.607500', '170101.067500', '170101.527500', '170101.987500', '170102.447500', '170102.907500', '170103.367500', '170103.827500', '170104.287500', '170104.747500', '170105.207500', '170105.667500', '170106.127500', '170106.587500', '170107.047500', '170107.507500', '170107.967500', '170108.427500', '170108.887500', '170109.347500', '170109.807500', '170110.267500', '170110.727500', '170111.187500', '170111.647500', '170112.107500', '170112.567500', '170113.027500', '170113.487500', '170113.947500', '170114.407500', '170114.867500', '170115.327500', '170115.787500', '170116.247500', '170116.707500', '170117.167500', '170117.627500', '170118.087500', '170118.547500', '170119.007500', '170119.467500', '170119.927500', '170120.387500', '170120.847500', '170121.307500', '170121.767500', '170122.227500', '170122.687500', '170123.147500', '170123.607500', '170124.067500', '170124.527500', '170124.987500', '170125.447500', '170125.907500', '170126.367500', '170126.827500', '170127.287500', '170127.747500', '170128.207500', '170128.667500', '170129.127500', '170129.587500', '170130.047500', '170130.507500', '170130.967500', '170131.427500', '170131.887500', '170132.347500', '170132.807500', '170133.267500', '170133.727500', '170134.187500', '170134.647500', '170135.107500', '170135.567500', '170136.027500', '170136.487500', '170136.947500', '170137.407500', '170137.867500', '170138.327500', '170138.787500', '170139.247500', '170139.707500', '170140.167500', '170140.627500', '170141.087500', '170141.547500', '170142.007500', '170142.467500', '170142.927500', '170143.387500', '170143.847500', '170144.307500', '170144.767500', '170145.227500', '170145.687500', '170146.147500', '170146.607500', '170147.067500', '170147.527500', '170147.987500', '170148.447500', '170148.907500', '170149.367500', '170149.827500', '170150.287500', '170150.747500', '170151.207500', '170151.667500', '170152.127500', '170152.587500', '170153.047500', '170153.507500', '170153.967500', '170154.427500', '170154.887500', '170155.347500', '170155.807500', '170156.267500', '170156.727500', '170157.187500', '170157.647500', '170158.107500', '170158.567500', '170159.027500', '170159.487500', '170159.947500', '170200.407500', '170200.867500', '170201.327500'], 'ContentTime': ['165212.374000', '165212.377000', '165212.380000', '165212.383000', '165212.386000', '165212.389000', '165212.392000', '165212.395000', '165212.398000', '165212.401000', '165212.404000', '165212.407000', '165212.415000', '165212.418000', '165212.421000', '165212.424000', '165212.427000', '165212.430000', '165212.434000', '165212.437000', '165212.440000', '165212.443000', '165212.446000', '165212.449000', '165212.452000', '165212.455000', '165212.458000', '165212.461000', '165212.464000', '165212.467000', '165212.470000', '165212.473000', '165212.476000', '165212.479000', '165212.487000', '165212.490000', '165212.492000', '165212.495000', '165212.498000', '165212.501000', '165212.504000', '165212.507000', '165212.510000', '165212.513000', '165212.516000', '165212.519000', '165212.522000', '165212.525000', '165212.528000', '165212.531000', '165212.534000', '165232.342000', '165232.345000', '165232.348000', '165232.350000', '165232.353000', '165232.356000', '165232.359000', '165232.362000', '165232.365000', '165232.368000', '165232.370000', '165232.373000', '165232.376000', '165232.379000', '165232.382000', '165232.388000', '165232.390000', '165232.393000', '165232.396000', '165232.399000', '165232.401000', '165232.404000', '165232.407000', '165232.410000', '165232.413000', '165232.415000', '165232.418000', '165232.421000', '165232.424000', '165232.427000', '165232.429000', '165232.432000', '165232.435000', '165232.438000', '165232.440000', '165232.443000', '165232.446000', '165232.449000', '165232.452000', '165232.454000', '165232.457000', '165232.460000', '165232.463000', '165232.465000', '165252.342000', '165252.345000', '165252.357000', '165252.360000', '165252.363000', '165252.365000', '165252.368000', '165252.371000', '165252.374000', '165252.378000', '165252.381000', '165252.384000', '165252.387000', '165252.389000', '165252.392000', '165252.395000', '165252.398000', '165252.401000', '165252.404000', '165252.407000', '165252.409000', '165252.412000', '165252.415000', '165252.418000', '165252.421000', '165252.424000', '165252.426000', '165252.430000', '165252.434000', '165252.437000', '165252.440000', '165252.443000', '165252.446000', '165252.449000', '165252.474000', '165252.477000', '165252.480000', '165252.483000', '165252.486000', '165252.488000', '165252.491000', '165252.494000', '165252.497000', '165312.343000', '165312.346000', '165312.349000', '165312.352000', '165312.355000', '165312.357000', '165312.360000', '165312.363000', '165312.366000', '165312.369000', '165312.371000', '165312.374000', '165312.377000', '165312.380000', '165312.386000', '165312.389000', '165312.392000', '165312.395000', '165312.397000', '165312.400000', '165312.403000', '165312.406000', '165312.409000', '165312.412000', '165312.415000', '165312.417000', '165312.420000', '165312.423000', '165312.426000', '165312.429000', '165312.431000', '165312.435000', '165312.437000', '165312.440000', '165312.443000', '165312.446000', '165312.449000', '165312.452000', '165312.454000', '165312.457000', '165312.460000', '165312.463000', '165312.466000', '165312.469000', '165332.342000', '165332.345000', '165332.348000', '165332.351000', '165332.354000', '165332.357000', '165332.359000', '165332.362000', '165332.365000', '165332.368000', '165332.371000', '165332.373000', '165332.376000', '165332.379000', '165332.382000', '165332.397000', '165332.400000', '165332.403000', '165332.406000', '165332.409000', '165332.412000', '165332.415000', '165332.417000', '165332.420000', '165332.423000', '165332.426000', '165332.429000', '165332.432000', '165332.434000', '165332.437000', '165332.440000', '165332.443000', '165332.446000', '165332.449000', '165332.452000', '165332.457000', '165332.461000', '165332.464000', '165332.467000', '165332.470000', '165332.473000', '165332.475000', '165332.478000', '165352.342000', '165352.345000', '165352.348000', '165352.351000', '165352.353000', '165352.356000', '165352.359000', '165352.362000', '165352.364000', '165352.367000', '165352.370000', '165352.373000', '165352.376000', '165352.378000', '165352.381000', '165352.384000', '165352.387000', '165352.390000', '165352.393000', '165352.400000', '165352.403000', '165352.406000', '165352.409000', '165352.411000', '165352.414000', '165352.417000', '165352.420000', '165352.423000', '165352.425000', '165352.428000', '165352.431000', '165352.434000', '165352.437000', '165352.439000', '165352.442000', '165352.445000', '165352.448000', '165352.451000', '165352.453000', '165352.456000', '165352.459000', '165352.462000', '165352.465000', '165352.467000', '165412.342000', '165412.345000', '165412.348000', '165412.350000', '165412.362000', '165412.365000', '165412.368000', '165412.371000', '165412.374000', '165412.376000', '165412.379000', '165412.382000', '165412.385000', '165412.388000', '165412.391000', '165412.393000', '165412.396000', '165412.399000', '165412.402000', '165412.405000', '165412.408000', '165412.411000', '165412.414000', '165412.417000', '165412.420000', '165412.423000', '165412.426000', '165412.429000', '165412.432000', '165412.435000', '165412.437000', '165412.440000', '165412.443000', '165412.446000', '165412.449000', '165412.452000', '165412.455000', '165412.457000', '165412.460000', '165412.463000', '165412.466000', '165412.469000', '165412.472000', '165432.342000', '165432.345000', '165432.348000', '165432.350000', '165432.353000', '165432.356000', '165432.359000', '165432.362000', '165432.364000', '165432.367000', '165432.370000', '165432.373000', '165432.375000', '165432.378000', '165432.381000', '165432.384000', '165432.387000', '165432.390000', '165432.392000', '165432.395000', '165432.398000', '165432.401000', '165432.404000', '165432.407000', '165432.409000', '165432.412000', '165432.415000', '165432.418000', '165432.421000', '165432.424000', '165432.426000', '165432.429000', '165432.432000', '165432.442000', '165432.445000', '165432.447000', '165432.450000', '165432.453000', '165432.456000', '165432.459000', '165432.462000', '165432.465000', '165432.467000', '165432.470000', '165452.342000', '165452.345000', '165452.348000', '165452.351000', '165452.353000', '165452.356000', '165452.359000', '165452.362000', '165452.365000', '165452.367000', '165452.370000', '165452.373000', '165452.376000', '165452.379000', '165452.382000', '165452.385000', '165452.387000', '165452.390000', '165452.393000', '165452.396000', '165452.399000', '165452.402000', '165452.404000', '165452.407000', '165452.410000', '165452.413000', '165452.416000', '165452.419000', '165452.422000', '165452.424000', '165452.427000', '165452.430000', '165452.433000', '165452.436000', '165452.439000', '165452.442000', '165452.445000', '165452.447000', '165452.450000', '165452.453000', '165452.456000', '165452.459000', '165452.462000', '165512.342000', '165512.345000', '165512.348000', '165512.351000', '165512.354000', '165512.356000', '165512.359000', '165512.362000', '165512.365000', '165512.368000', '165512.371000', '165512.373000', '165512.377000', '165512.379000', '165512.382000', '165512.385000', '165512.388000', '165512.391000', '165512.394000', '165512.396000', '165512.399000', '165512.402000', '165512.405000', '165512.408000', '165512.411000', '165512.414000', '165512.417000', '165512.420000', '165512.423000', '165512.425000', '165512.428000', '165512.431000', '165512.434000', '165512.437000', '165512.440000', '165512.442000', '165512.445000', '165512.448000', '165512.451000', '165512.454000', '165512.457000', '165512.460000', '165512.463000', '165512.465000', '165532.342000', '165532.345000', '165532.348000', '165532.351000', '165532.353000', '165532.356000', '165532.359000', '165532.362000', '165532.365000', '165532.367000', '165532.370000', '165532.373000', '165532.376000', '165532.379000', '165532.382000', '165532.384000', '165532.387000', '165532.390000', '165532.393000', '165532.396000', '165532.398000', '165532.401000', '165532.404000', '165532.407000', '165532.410000', '165532.413000', '165532.415000', '165532.418000', '165532.421000', '165532.424000', '165532.427000', '165532.430000', '165532.432000', '165532.435000', '165532.438000', '165532.441000', '165532.444000', '165532.446000', '165532.449000', '165532.453000', '165532.456000', '165532.459000', '165532.462000', '165552.342000', '165552.345000', '165552.348000', '165552.350000', '165552.353000', '165552.356000', '165552.359000', '165552.362000', '165552.365000', '165552.367000', '165552.370000', '165552.373000', '165552.376000', '165552.379000', '165552.381000', '165552.384000', '165552.387000', '165552.390000', '165552.393000', '165552.395000', '165552.398000', '165552.401000', '165552.404000', '165552.407000', '165552.410000', '165552.412000', '165552.415000', '165552.419000', '165552.422000', '165552.425000', '165552.427000', '165552.430000', '165552.433000', '165552.436000', '165552.439000', '165552.442000', '165552.444000', '165552.447000', '165552.450000', '165552.453000', '165552.456000', '165552.459000', '165552.461000', '165552.464000', '165612.342000', '165612.345000', '165612.348000', '165612.350000', '165612.353000', '165612.356000', '165612.359000', '165612.362000', '165612.365000', '165612.368000', '165612.370000', '165612.373000', '165612.376000', '165612.379000', '165612.382000', '165612.384000', '165612.387000', '165612.390000', '165612.393000', '165612.396000', '165612.399000', '165612.401000', '165612.404000', '165612.407000', '165612.410000', '165612.413000', '165612.415000', '165612.418000', '165612.421000', '165612.424000', '165612.427000', '165612.430000', '165612.432000', '165612.435000', '165612.438000', '165612.441000', '165612.444000', '165612.447000', '165612.449000', '165612.452000', '165612.455000', '165612.458000', '165612.461000', '165632.342000', '165632.345000', '165632.348000', '165632.350000', '165632.353000', '165632.356000', '165632.359000', '165632.362000', '165632.365000', '165632.367000', '165632.370000', '165632.373000', '165632.376000', '165632.379000', '165632.381000', '165632.384000', '165632.387000', '165632.390000', '165632.393000', '165632.396000', '165632.398000', '165632.401000', '165632.419000', '165632.422000', '165632.424000', '165632.427000', '165632.430000', '165632.433000', '165632.436000', '165632.438000', '165632.441000', '165632.444000', '165632.447000', '165632.450000', '165632.452000', '165632.455000', '165632.458000', '165632.461000', '165632.464000', '165632.467000', '165632.469000', '165632.472000', '165632.475000', '165632.478000', '165652.342000', '165652.345000', '165652.348000', '165652.351000', '165652.353000', '165652.356000', '165652.359000', '165652.362000', '165652.365000', '165652.367000', '165652.370000', '165652.373000', '165652.376000', '165652.379000', '165652.382000', '165652.385000', '165652.387000', '165652.390000', '165652.393000', '165652.396000', '165652.399000', '165652.402000', '165652.404000', '165652.407000', '165652.410000', '165652.413000', '165652.416000', '165652.419000', '165652.421000', '165652.424000', '165652.427000', '165652.430000', '165652.433000', '165652.435000', '165652.438000', '165652.441000', '165652.444000', '165652.447000', '165652.449000', '165652.452000', '165652.455000', '165652.458000', '165652.460000', '165712.342000', '165712.345000', '165712.348000', '165712.351000', '165712.353000', '165712.356000', '165712.359000', '165712.362000', '165712.365000', '165712.368000', '165712.370000', '165712.373000', '165712.376000', '165712.379000', '165712.381000', '165712.384000', '165712.387000', '165712.390000', '165712.393000', '165712.395000', '165712.398000', '165712.401000', '165712.404000', '165712.407000', '165712.410000', '165712.412000', '165712.415000', '165712.418000', '165712.421000', '165712.424000', '165712.426000', '165712.429000', '165712.432000', '165712.435000', '165712.440000', '165712.442000', '165712.445000', '165712.448000', '165712.451000', '165712.454000', '165712.458000', '165712.461000', '165712.463000', '165732.342000', '165732.345000', '165732.348000', '165732.351000', '165732.353000', '165732.356000', '165732.359000', '165732.362000', '165732.365000', '165732.368000', '165732.370000', '165732.373000', '165732.376000', '165732.379000', '165732.381000', '165732.384000', '165732.387000', '165732.390000', '165732.393000', '165732.396000', '165732.398000', '165732.401000', '165732.405000', '165732.407000', '165732.410000', '165732.413000', '165732.416000', '165732.419000', '165732.421000', '165732.424000', '165732.427000', '165732.430000', '165732.433000', '165732.435000', '165732.438000', '165732.441000', '165732.444000', '165732.447000', '165732.449000', '165732.452000', '165732.455000', '165732.458000', '165732.461000', '165732.463000', '165752.342000', '165752.347000', '165752.360000', '165752.363000', '165752.366000', '165752.369000', '165752.372000', '165752.375000', '165752.377000', '165752.380000', '165752.383000', '165752.386000', '165752.389000', '165752.391000', '165752.394000', '165752.397000', '165752.400000', '165752.403000', '165752.405000', '165752.408000', '165752.411000', '165752.414000', '165752.417000', '165752.420000', '165752.422000', '165752.425000', '165752.428000', '165752.431000', '165752.434000', '165752.436000', '165752.439000', '165752.442000', '165752.445000', '165752.448000', '165752.450000', '165752.453000', '165752.456000', '165752.459000', '165752.462000', '165752.464000', '165752.467000', '165752.470000', '165752.473000', '165812.342000', '165812.345000', '165812.348000', '165812.351000', '165812.353000', '165812.356000', '165812.359000', '165812.362000', '165812.365000', '165812.367000', '165812.370000', '165812.373000', '165812.376000', '165812.378000', '165812.381000', '165812.384000', '165812.387000', '165812.390000', '165812.393000', '165812.395000', '165812.398000', '165812.401000', '165812.404000', '165812.407000', '165812.410000', '165812.412000', '165812.415000', '165812.418000', '165812.421000', '165812.423000', '165812.426000', '165812.429000', '165812.432000', '165812.435000', '165812.438000', '165812.440000', '165812.443000', '165812.446000', '165812.449000', '165812.452000', '165812.454000', '165812.457000', '165812.460000', '165812.463000', '165832.342000', '165832.345000', '165832.348000', '165832.351000', '165832.354000', '165832.356000', '165832.359000', '165832.362000', '165832.365000', '165832.371000', '165832.374000', '165832.377000', '165832.380000', '165832.383000', '165832.385000', '165832.388000', '165832.391000', '165832.394000', '165832.397000', '165832.400000', '165832.402000', '165832.405000', '165832.408000', '165832.411000', '165832.414000', '165832.416000', '165832.419000', '165832.422000', '165832.425000', '165832.428000', '165832.430000', '165832.433000', '165832.436000', '165832.439000', '165832.442000', '165832.444000', '165832.447000', '165832.450000', '165832.453000', '165832.456000', '165832.458000', '165832.461000', '165832.464000', '165852.342000', '165852.345000', '165852.353000', '165852.356000', '165852.359000', '165852.362000', '165852.365000', '165852.368000', '165852.371000', '165852.373000', '165852.376000', '165852.379000', '165852.382000', '165852.385000', '165852.388000', '165852.391000', '165852.394000', '165852.396000', '165852.399000', '165852.402000', '165852.405000', '165852.408000', '165852.410000', '165852.413000', '165852.416000', '165852.419000', '165852.422000', '165852.425000', '165852.427000', '165852.430000', '165852.433000', '165852.436000', '165852.439000', '165852.442000', '165852.444000', '165852.447000', '165852.450000', '165852.453000', '165852.455000', '165852.458000', '165852.461000', '165852.464000', '165852.466000', '165852.469000', '165912.342000', '165912.345000', '165912.348000', '165912.351000', '165912.353000', '165912.356000', '165912.359000', '165912.362000', '165912.365000', '165912.367000', '165912.370000', '165912.373000', '165912.376000', '165912.379000', '165912.383000', '165912.386000', '165912.389000', '165912.392000', '165912.395000', '165912.398000', '165912.400000', '165912.403000', '165912.406000', '165912.409000', '165912.412000', '165912.414000', '165912.417000', '165912.420000', '165912.423000', '165912.426000', '165912.429000', '165912.431000', '165912.434000', '165912.437000', '165912.440000', '165912.443000', '165912.445000', '165912.448000', '165912.451000', '165912.454000', '165912.457000', '165912.460000', '165912.462000', '165932.342000', '165932.345000', '165932.348000', '165932.351000', '165932.354000', '165932.356000', '165932.359000', '165932.362000', '165932.365000', '165932.367000', '165932.370000', '165932.373000', '165932.376000', '165932.379000', '165932.381000', '165932.384000', '165932.387000', '165932.390000', '165932.393000', '165932.396000', '165932.398000', '165932.401000', '165932.404000', '165932.407000', '165932.410000', '165932.413000', '165932.416000', '165932.418000', '165932.421000', '165932.433000', '165932.435000', '165932.438000', '165932.441000', '165932.444000', '165932.447000', '165932.450000', '165932.453000', '165932.456000', '165932.458000', '165932.461000', '165932.464000', '165932.467000', '165932.470000', '165932.473000', '165952.342000', '165952.345000', '165952.348000', '165952.351000', '165952.353000', '165952.356000', '165952.359000', '165952.362000', '165952.365000', '165952.368000', '165952.371000', '165952.374000', '165952.377000', '165952.380000', '165952.382000', '165952.385000', '165952.388000', '165952.391000', '165952.394000', '165952.397000', '165952.399000', '165952.402000', '165952.405000', '165952.408000', '165952.411000', '165952.413000', '165952.416000', '165952.419000', '165952.422000', '165952.425000', '165952.428000', '165952.430000', '165952.433000', '165952.436000', '165952.439000', '165952.442000', '165952.446000', '165952.452000', '165952.455000', '165952.457000', '165952.460000', '165952.463000', '165952.466000', '170012.342000', '170012.345000', '170012.348000', '170012.351000', '170012.354000', '170012.357000', '170012.359000', '170012.362000', '170012.365000', '170012.368000', '170012.370000', '170012.373000', '170012.376000', '170012.379000', '170012.382000', '170012.385000', '170012.387000', '170012.390000', '170012.393000', '170012.396000', '170012.399000', '170012.402000', '170012.404000', '170012.407000', '170012.410000', '170012.413000', '170012.416000', '170012.418000', '170012.421000', '170012.424000', '170012.427000', '170012.430000', '170012.433000', '170012.435000', '170012.438000', '170012.441000', '170012.444000', '170012.447000', '170012.449000', '170012.452000', '170012.455000', '170012.458000', '170012.461000', '170012.464000', '170032.342000', '170032.345000', '170032.348000', '170032.351000', '170032.354000', '170032.356000', '170032.359000', '170032.362000', '170032.365000', '170032.369000', '170032.372000', '170032.374000', '170032.377000', '170032.380000', '170032.383000', '170032.386000', '170032.389000', '170032.392000', '170032.394000', '170032.397000', '170032.400000', '170032.403000', '170032.406000', '170032.408000', '170032.411000', '170032.414000', '170032.417000', '170032.420000', '170032.425000', '170032.429000', '170032.432000', '170032.434000', '170032.437000', '170032.440000', '170032.443000', '170032.446000', '170032.467000', '170032.469000', '170032.472000', '170032.475000', '170032.489000', '170032.492000', '170032.495000', '170052.342000', '170052.345000', '170052.348000', '170052.351000', '170052.354000', '170052.356000', '170052.359000', '170052.362000', '170052.365000', '170052.368000', '170052.371000', '170052.374000', '170052.376000', '170052.379000', '170052.382000', '170052.385000', '170052.388000', '170052.391000', '170052.394000', '170052.396000', '170052.399000', '170052.402000', '170052.405000', '170052.408000', '170052.410000', '170052.413000', '170052.416000', '170052.419000', '170052.422000', '170052.425000', '170052.427000', '170052.430000', '170052.433000', '170052.436000', '170052.439000', '170052.442000', '170052.444000', '170052.447000', '170052.450000', '170052.453000', '170052.456000', '170052.459000', '170052.462000', '170052.464000', '170112.342000', '170112.345000', '170112.348000', '170112.351000', '170112.353000', '170112.356000', '170112.359000', '170112.362000', '170112.365000', '170112.367000', '170112.370000', '170112.373000', '170112.376000', '170112.379000', '170112.382000', '170112.384000', '170112.387000', '170112.390000', '170112.393000', '170112.396000', '170112.399000', '170112.401000', '170112.404000', '170112.407000', '170112.410000', '170112.413000', '170112.416000', '170112.418000', '170112.421000', '170112.424000', '170112.427000', '170112.430000', '170112.432000', '170112.435000', '170112.438000', '170112.441000', '170112.444000', '170112.447000', '170112.450000', '170112.453000', '170112.455000', '170112.458000', '170112.461000', '170132.342000', '170132.345000', '170132.348000', '170132.351000', '170132.353000', '170132.356000', '170132.359000', '170132.362000', '170132.365000', '170132.367000', '170132.370000', '170132.373000', '170132.376000', '170132.379000', '170132.381000', '170132.384000', '170132.387000', '170132.390000', '170132.393000', '170132.396000', '170132.398000', '170132.401000', '170132.404000', '170132.407000', '170132.410000', '170132.412000', '170132.415000', '170132.418000', '170132.421000', '170132.424000', '170132.427000', '170132.429000', '170132.432000', '170132.435000', '170132.438000', '170132.441000', '170132.443000', '170132.446000', '170132.449000', '170132.452000', '170132.455000', '170132.458000', '170132.460000', '170132.463000', '170152.342000', '170152.345000', '170152.348000', '170152.351000', '170152.353000', '170152.356000', '170152.359000', '170152.362000', '170152.365000', '170152.368000', '170152.370000', '170152.373000', '170152.376000', '170152.379000', '170152.382000', '170152.384000', '170152.387000', '170152.390000', '170152.393000', '170152.396000', '170152.399000', '170152.401000', '170152.405000', '170152.408000', '170152.411000', '170152.414000', '170152.417000', '170152.420000', '170152.423000', '170152.425000', '170152.428000', '170152.431000', '170152.434000', '170152.436000', '170152.439000', '170152.442000', '170152.457000', '170152.460000', '170152.463000', '170152.467000', '170152.470000', '170152.472000', '170152.475000', '170202.650000', '170202.653000', '170202.657000', '170202.660000', '170202.663000', '170202.666000', '170202.669000', '170202.672000', '170202.675000', '170202.678000', '170202.681000', '170202.684000', '170202.687000', '170202.690000', '170202.693000', '170202.696000', '170202.699000', '170202.702000', '170202.705000', '170202.708000', '170202.711000', '170202.714000', '170202.717000'], 'InstanceCreationTime': ['165212.374000', '165212.377000', '165212.380000', '165212.383000', '165212.386000', '165212.389000', '165212.392000', '165212.395000', '165212.398000', '165212.401000', '165212.404000', '165212.407000', '165212.415000', '165212.418000', '165212.421000', '165212.424000', '165212.427000', '165212.430000', '165212.434000', '165212.437000', '165212.440000', '165212.443000', '165212.446000', '165212.449000', '165212.452000', '165212.455000', '165212.458000', '165212.461000', '165212.464000', '165212.467000', '165212.470000', '165212.473000', '165212.476000', '165212.479000', '165212.487000', '165212.490000', '165212.492000', '165212.495000', '165212.498000', '165212.501000', '165212.504000', '165212.507000', '165212.510000', '165212.513000', '165212.516000', '165212.519000', '165212.522000', '165212.525000', '165212.528000', '165212.531000', '165212.534000', '165232.342000', '165232.345000', '165232.348000', '165232.350000', '165232.353000', '165232.356000', '165232.359000', '165232.362000', '165232.365000', '165232.368000', '165232.370000', '165232.373000', '165232.376000', '165232.379000', '165232.382000', '165232.388000', '165232.390000', '165232.393000', '165232.396000', '165232.399000', '165232.401000', '165232.404000', '165232.407000', '165232.410000', '165232.413000', '165232.415000', '165232.418000', '165232.421000', '165232.424000', '165232.427000', '165232.429000', '165232.432000', '165232.435000', '165232.438000', '165232.440000', '165232.443000', '165232.446000', '165232.449000', '165232.452000', '165232.454000', '165232.457000', '165232.460000', '165232.463000', '165232.465000', '165252.342000', '165252.345000', '165252.357000', '165252.360000', '165252.363000', '165252.365000', '165252.368000', '165252.371000', '165252.374000', '165252.378000', '165252.381000', '165252.384000', '165252.387000', '165252.389000', '165252.392000', '165252.395000', '165252.398000', '165252.401000', '165252.404000', '165252.407000', '165252.409000', '165252.412000', '165252.415000', '165252.418000', '165252.421000', '165252.424000', '165252.426000', '165252.430000', '165252.434000', '165252.437000', '165252.440000', '165252.443000', '165252.446000', '165252.449000', '165252.474000', '165252.477000', '165252.480000', '165252.483000', '165252.486000', '165252.488000', '165252.491000', '165252.494000', '165252.497000', '165312.343000', '165312.346000', '165312.349000', '165312.352000', '165312.355000', '165312.357000', '165312.360000', '165312.363000', '165312.366000', '165312.369000', '165312.371000', '165312.374000', '165312.377000', '165312.380000', '165312.386000', '165312.389000', '165312.392000', '165312.395000', '165312.397000', '165312.400000', '165312.403000', '165312.406000', '165312.409000', '165312.412000', '165312.415000', '165312.417000', '165312.420000', '165312.423000', '165312.426000', '165312.429000', '165312.431000', '165312.435000', '165312.437000', '165312.440000', '165312.443000', '165312.446000', '165312.449000', '165312.452000', '165312.454000', '165312.457000', '165312.460000', '165312.463000', '165312.466000', '165312.469000', '165332.342000', '165332.345000', '165332.348000', '165332.351000', '165332.354000', '165332.357000', '165332.359000', '165332.362000', '165332.365000', '165332.368000', '165332.371000', '165332.373000', '165332.376000', '165332.379000', '165332.382000', '165332.397000', '165332.400000', '165332.403000', '165332.406000', '165332.409000', '165332.412000', '165332.415000', '165332.417000', '165332.420000', '165332.423000', '165332.426000', '165332.429000', '165332.432000', '165332.434000', '165332.437000', '165332.440000', '165332.443000', '165332.446000', '165332.449000', '165332.452000', '165332.457000', '165332.461000', '165332.464000', '165332.467000', '165332.470000', '165332.473000', '165332.475000', '165332.478000', '165352.342000', '165352.345000', '165352.348000', '165352.351000', '165352.353000', '165352.356000', '165352.359000', '165352.362000', '165352.364000', '165352.367000', '165352.370000', '165352.373000', '165352.376000', '165352.378000', '165352.381000', '165352.384000', '165352.387000', '165352.390000', '165352.393000', '165352.400000', '165352.403000', '165352.406000', '165352.409000', '165352.411000', '165352.414000', '165352.417000', '165352.420000', '165352.423000', '165352.425000', '165352.428000', '165352.431000', '165352.434000', '165352.437000', '165352.439000', '165352.442000', '165352.445000', '165352.448000', '165352.451000', '165352.453000', '165352.456000', '165352.459000', '165352.462000', '165352.465000', '165352.467000', '165412.342000', '165412.345000', '165412.348000', '165412.350000', '165412.362000', '165412.365000', '165412.368000', '165412.371000', '165412.374000', '165412.376000', '165412.379000', '165412.382000', '165412.385000', '165412.388000', '165412.391000', '165412.393000', '165412.396000', '165412.399000', '165412.402000', '165412.405000', '165412.408000', '165412.411000', '165412.414000', '165412.417000', '165412.420000', '165412.423000', '165412.426000', '165412.429000', '165412.432000', '165412.435000', '165412.437000', '165412.440000', '165412.443000', '165412.446000', '165412.449000', '165412.452000', '165412.455000', '165412.457000', '165412.460000', '165412.463000', '165412.466000', '165412.469000', '165412.472000', '165432.342000', '165432.345000', '165432.348000', '165432.350000', '165432.353000', '165432.356000', '165432.359000', '165432.362000', '165432.364000', '165432.367000', '165432.370000', '165432.373000', '165432.375000', '165432.378000', '165432.381000', '165432.384000', '165432.387000', '165432.390000', '165432.392000', '165432.395000', '165432.398000', '165432.401000', '165432.404000', '165432.407000', '165432.409000', '165432.412000', '165432.415000', '165432.418000', '165432.421000', '165432.424000', '165432.426000', '165432.429000', '165432.432000', '165432.442000', '165432.445000', '165432.447000', '165432.450000', '165432.453000', '165432.456000', '165432.459000', '165432.462000', '165432.465000', '165432.467000', '165432.470000', '165452.342000', '165452.345000', '165452.348000', '165452.351000', '165452.353000', '165452.356000', '165452.359000', '165452.362000', '165452.365000', '165452.367000', '165452.370000', '165452.373000', '165452.376000', '165452.379000', '165452.382000', '165452.385000', '165452.387000', '165452.390000', '165452.393000', '165452.396000', '165452.399000', '165452.402000', '165452.404000', '165452.407000', '165452.410000', '165452.413000', '165452.416000', '165452.419000', '165452.422000', '165452.424000', '165452.427000', '165452.430000', '165452.433000', '165452.436000', '165452.439000', '165452.442000', '165452.445000', '165452.447000', '165452.450000', '165452.453000', '165452.456000', '165452.459000', '165452.462000', '165512.342000', '165512.345000', '165512.348000', '165512.351000', '165512.354000', '165512.356000', '165512.359000', '165512.362000', '165512.365000', '165512.368000', '165512.371000', '165512.373000', '165512.377000', '165512.379000', '165512.382000', '165512.385000', '165512.388000', '165512.391000', '165512.394000', '165512.396000', '165512.399000', '165512.402000', '165512.405000', '165512.408000', '165512.411000', '165512.414000', '165512.417000', '165512.420000', '165512.423000', '165512.425000', '165512.428000', '165512.431000', '165512.434000', '165512.437000', '165512.440000', '165512.442000', '165512.445000', '165512.448000', '165512.451000', '165512.454000', '165512.457000', '165512.460000', '165512.463000', '165512.465000', '165532.342000', '165532.345000', '165532.348000', '165532.351000', '165532.353000', '165532.356000', '165532.359000', '165532.362000', '165532.365000', '165532.367000', '165532.370000', '165532.373000', '165532.376000', '165532.379000', '165532.382000', '165532.384000', '165532.387000', '165532.390000', '165532.393000', '165532.396000', '165532.398000', '165532.401000', '165532.404000', '165532.407000', '165532.410000', '165532.413000', '165532.415000', '165532.418000', '165532.421000', '165532.424000', '165532.427000', '165532.430000', '165532.432000', '165532.435000', '165532.438000', '165532.441000', '165532.444000', '165532.446000', '165532.449000', '165532.453000', '165532.456000', '165532.459000', '165532.462000', '165552.342000', '165552.345000', '165552.348000', '165552.350000', '165552.353000', '165552.356000', '165552.359000', '165552.362000', '165552.365000', '165552.367000', '165552.370000', '165552.373000', '165552.376000', '165552.379000', '165552.381000', '165552.384000', '165552.387000', '165552.390000', '165552.393000', '165552.395000', '165552.398000', '165552.401000', '165552.404000', '165552.407000', '165552.410000', '165552.412000', '165552.415000', '165552.419000', '165552.422000', '165552.425000', '165552.427000', '165552.430000', '165552.433000', '165552.436000', '165552.439000', '165552.442000', '165552.444000', '165552.447000', '165552.450000', '165552.453000', '165552.456000', '165552.459000', '165552.461000', '165552.464000', '165612.342000', '165612.345000', '165612.348000', '165612.350000', '165612.353000', '165612.356000', '165612.359000', '165612.362000', '165612.365000', '165612.368000', '165612.370000', '165612.373000', '165612.376000', '165612.379000', '165612.382000', '165612.384000', '165612.387000', '165612.390000', '165612.393000', '165612.396000', '165612.399000', '165612.401000', '165612.404000', '165612.407000', '165612.410000', '165612.413000', '165612.415000', '165612.418000', '165612.421000', '165612.424000', '165612.427000', '165612.430000', '165612.432000', '165612.435000', '165612.438000', '165612.441000', '165612.444000', '165612.447000', '165612.449000', '165612.452000', '165612.455000', '165612.458000', '165612.461000', '165632.342000', '165632.345000', '165632.348000', '165632.350000', '165632.353000', '165632.356000', '165632.359000', '165632.362000', '165632.365000', '165632.367000', '165632.370000', '165632.373000', '165632.376000', '165632.379000', '165632.381000', '165632.384000', '165632.387000', '165632.390000', '165632.393000', '165632.396000', '165632.398000', '165632.401000', '165632.419000', '165632.422000', '165632.424000', '165632.427000', '165632.430000', '165632.433000', '165632.436000', '165632.438000', '165632.441000', '165632.444000', '165632.447000', '165632.450000', '165632.452000', '165632.455000', '165632.458000', '165632.461000', '165632.464000', '165632.467000', '165632.469000', '165632.472000', '165632.475000', '165632.478000', '165652.342000', '165652.345000', '165652.348000', '165652.351000', '165652.353000', '165652.356000', '165652.359000', '165652.362000', '165652.365000', '165652.367000', '165652.370000', '165652.373000', '165652.376000', '165652.379000', '165652.382000', '165652.385000', '165652.387000', '165652.390000', '165652.393000', '165652.396000', '165652.399000', '165652.402000', '165652.404000', '165652.407000', '165652.410000', '165652.413000', '165652.416000', '165652.419000', '165652.421000', '165652.424000', '165652.427000', '165652.430000', '165652.433000', '165652.435000', '165652.438000', '165652.441000', '165652.444000', '165652.447000', '165652.449000', '165652.452000', '165652.455000', '165652.458000', '165652.460000', '165712.342000', '165712.345000', '165712.348000', '165712.351000', '165712.353000', '165712.356000', '165712.359000', '165712.362000', '165712.365000', '165712.368000', '165712.370000', '165712.373000', '165712.376000', '165712.379000', '165712.381000', '165712.384000', '165712.387000', '165712.390000', '165712.393000', '165712.395000', '165712.398000', '165712.401000', '165712.404000', '165712.407000', '165712.410000', '165712.412000', '165712.415000', '165712.418000', '165712.421000', '165712.424000', '165712.426000', '165712.429000', '165712.432000', '165712.435000', '165712.440000', '165712.442000', '165712.445000', '165712.448000', '165712.451000', '165712.454000', '165712.458000', '165712.461000', '165712.463000', '165732.342000', '165732.345000', '165732.348000', '165732.351000', '165732.353000', '165732.356000', '165732.359000', '165732.362000', '165732.365000', '165732.368000', '165732.370000', '165732.373000', '165732.376000', '165732.379000', '165732.381000', '165732.384000', '165732.387000', '165732.390000', '165732.393000', '165732.396000', '165732.398000', '165732.401000', '165732.405000', '165732.407000', '165732.410000', '165732.413000', '165732.416000', '165732.419000', '165732.421000', '165732.424000', '165732.427000', '165732.430000', '165732.433000', '165732.435000', '165732.438000', '165732.441000', '165732.444000', '165732.447000', '165732.449000', '165732.452000', '165732.455000', '165732.458000', '165732.461000', '165732.463000', '165752.342000', '165752.347000', '165752.360000', '165752.363000', '165752.366000', '165752.369000', '165752.372000', '165752.375000', '165752.377000', '165752.380000', '165752.383000', '165752.386000', '165752.389000', '165752.391000', '165752.394000', '165752.397000', '165752.400000', '165752.403000', '165752.405000', '165752.408000', '165752.411000', '165752.414000', '165752.417000', '165752.420000', '165752.422000', '165752.425000', '165752.428000', '165752.431000', '165752.434000', '165752.436000', '165752.439000', '165752.442000', '165752.445000', '165752.448000', '165752.450000', '165752.453000', '165752.456000', '165752.459000', '165752.462000', '165752.464000', '165752.467000', '165752.470000', '165752.473000', '165812.342000', '165812.345000', '165812.348000', '165812.351000', '165812.353000', '165812.356000', '165812.359000', '165812.362000', '165812.365000', '165812.367000', '165812.370000', '165812.373000', '165812.376000', '165812.378000', '165812.381000', '165812.384000', '165812.387000', '165812.390000', '165812.393000', '165812.395000', '165812.398000', '165812.401000', '165812.404000', '165812.407000', '165812.410000', '165812.412000', '165812.415000', '165812.418000', '165812.421000', '165812.423000', '165812.426000', '165812.429000', '165812.432000', '165812.435000', '165812.438000', '165812.440000', '165812.443000', '165812.446000', '165812.449000', '165812.452000', '165812.454000', '165812.457000', '165812.460000', '165812.463000', '165832.342000', '165832.345000', '165832.348000', '165832.351000', '165832.354000', '165832.356000', '165832.359000', '165832.362000', '165832.365000', '165832.371000', '165832.374000', '165832.377000', '165832.380000', '165832.383000', '165832.385000', '165832.388000', '165832.391000', '165832.394000', '165832.397000', '165832.400000', '165832.402000', '165832.405000', '165832.408000', '165832.411000', '165832.414000', '165832.416000', '165832.419000', '165832.422000', '165832.425000', '165832.428000', '165832.430000', '165832.433000', '165832.436000', '165832.439000', '165832.442000', '165832.444000', '165832.447000', '165832.450000', '165832.453000', '165832.456000', '165832.458000', '165832.461000', '165832.464000', '165852.342000', '165852.345000', '165852.353000', '165852.356000', '165852.359000', '165852.362000', '165852.365000', '165852.368000', '165852.371000', '165852.373000', '165852.376000', '165852.379000', '165852.382000', '165852.385000', '165852.388000', '165852.391000', '165852.394000', '165852.396000', '165852.399000', '165852.402000', '165852.405000', '165852.408000', '165852.410000', '165852.413000', '165852.416000', '165852.419000', '165852.422000', '165852.425000', '165852.427000', '165852.430000', '165852.433000', '165852.436000', '165852.439000', '165852.442000', '165852.444000', '165852.447000', '165852.450000', '165852.453000', '165852.455000', '165852.458000', '165852.461000', '165852.464000', '165852.466000', '165852.469000', '165912.342000', '165912.345000', '165912.348000', '165912.351000', '165912.353000', '165912.356000', '165912.359000', '165912.362000', '165912.365000', '165912.367000', '165912.370000', '165912.373000', '165912.376000', '165912.379000', '165912.383000', '165912.386000', '165912.389000', '165912.392000', '165912.395000', '165912.398000', '165912.400000', '165912.403000', '165912.406000', '165912.409000', '165912.412000', '165912.414000', '165912.417000', '165912.420000', '165912.423000', '165912.426000', '165912.429000', '165912.431000', '165912.434000', '165912.437000', '165912.440000', '165912.443000', '165912.445000', '165912.448000', '165912.451000', '165912.454000', '165912.457000', '165912.460000', '165912.462000', '165932.342000', '165932.345000', '165932.348000', '165932.351000', '165932.354000', '165932.356000', '165932.359000', '165932.362000', '165932.365000', '165932.367000', '165932.370000', '165932.373000', '165932.376000', '165932.379000', '165932.381000', '165932.384000', '165932.387000', '165932.390000', '165932.393000', '165932.396000', '165932.398000', '165932.401000', '165932.404000', '165932.407000', '165932.410000', '165932.413000', '165932.416000', '165932.418000', '165932.421000', '165932.433000', '165932.435000', '165932.438000', '165932.441000', '165932.444000', '165932.447000', '165932.450000', '165932.453000', '165932.456000', '165932.458000', '165932.461000', '165932.464000', '165932.467000', '165932.470000', '165932.473000', '165952.342000', '165952.345000', '165952.348000', '165952.351000', '165952.353000', '165952.356000', '165952.359000', '165952.362000', '165952.365000', '165952.368000', '165952.371000', '165952.374000', '165952.377000', '165952.380000', '165952.382000', '165952.385000', '165952.388000', '165952.391000', '165952.394000', '165952.397000', '165952.399000', '165952.402000', '165952.405000', '165952.408000', '165952.411000', '165952.413000', '165952.416000', '165952.419000', '165952.422000', '165952.425000', '165952.428000', '165952.430000', '165952.433000', '165952.436000', '165952.439000', '165952.442000', '165952.446000', '165952.452000', '165952.455000', '165952.457000', '165952.460000', '165952.463000', '165952.466000', '170012.342000', '170012.345000', '170012.348000', '170012.351000', '170012.354000', '170012.357000', '170012.359000', '170012.362000', '170012.365000', '170012.368000', '170012.370000', '170012.373000', '170012.376000', '170012.379000', '170012.382000', '170012.385000', '170012.387000', '170012.390000', '170012.393000', '170012.396000', '170012.399000', '170012.402000', '170012.404000', '170012.407000', '170012.410000', '170012.413000', '170012.416000', '170012.418000', '170012.421000', '170012.424000', '170012.427000', '170012.430000', '170012.433000', '170012.435000', '170012.438000', '170012.441000', '170012.444000', '170012.447000', '170012.449000', '170012.452000', '170012.455000', '170012.458000', '170012.461000', '170012.464000', '170032.342000', '170032.345000', '170032.348000', '170032.351000', '170032.354000', '170032.356000', '170032.359000', '170032.362000', '170032.365000', '170032.369000', '170032.372000', '170032.374000', '170032.377000', '170032.380000', '170032.383000', '170032.386000', '170032.389000', '170032.392000', '170032.394000', '170032.397000', '170032.400000', '170032.403000', '170032.406000', '170032.408000', '170032.411000', '170032.414000', '170032.417000', '170032.420000', '170032.425000', '170032.429000', '170032.432000', '170032.434000', '170032.437000', '170032.440000', '170032.443000', '170032.446000', '170032.467000', '170032.469000', '170032.472000', '170032.475000', '170032.489000', '170032.492000', '170032.495000', '170052.342000', '170052.345000', '170052.348000', '170052.351000', '170052.354000', '170052.356000', '170052.359000', '170052.362000', '170052.365000', '170052.368000', '170052.371000', '170052.374000', '170052.376000', '170052.379000', '170052.382000', '170052.385000', '170052.388000', '170052.391000', '170052.394000', '170052.396000', '170052.399000', '170052.402000', '170052.405000', '170052.408000', '170052.410000', '170052.413000', '170052.416000', '170052.419000', '170052.422000', '170052.425000', '170052.427000', '170052.430000', '170052.433000', '170052.436000', '170052.439000', '170052.442000', '170052.444000', '170052.447000', '170052.450000', '170052.453000', '170052.456000', '170052.459000', '170052.462000', '170052.464000', '170112.342000', '170112.345000', '170112.348000', '170112.351000', '170112.353000', '170112.356000', '170112.359000', '170112.362000', '170112.365000', '170112.367000', '170112.370000', '170112.373000', '170112.376000', '170112.379000', '170112.382000', '170112.384000', '170112.387000', '170112.390000', '170112.393000', '170112.396000', '170112.399000', '170112.401000', '170112.404000', '170112.407000', '170112.410000', '170112.413000', '170112.416000', '170112.418000', '170112.421000', '170112.424000', '170112.427000', '170112.430000', '170112.432000', '170112.435000', '170112.438000', '170112.441000', '170112.444000', '170112.447000', '170112.450000', '170112.453000', '170112.455000', '170112.458000', '170112.461000', '170132.342000', '170132.345000', '170132.348000', '170132.351000', '170132.353000', '170132.356000', '170132.359000', '170132.362000', '170132.365000', '170132.367000', '170132.370000', '170132.373000', '170132.376000', '170132.379000', '170132.381000', '170132.384000', '170132.387000', '170132.390000', '170132.393000', '170132.396000', '170132.398000', '170132.401000', '170132.404000', '170132.407000', '170132.410000', '170132.412000', '170132.415000', '170132.418000', '170132.421000', '170132.424000', '170132.427000', '170132.429000', '170132.432000', '170132.435000', '170132.438000', '170132.441000', '170132.443000', '170132.446000', '170132.449000', '170132.452000', '170132.455000', '170132.458000', '170132.460000', '170132.463000', '170152.342000', '170152.345000', '170152.348000', '170152.351000', '170152.353000', '170152.356000', '170152.359000', '170152.362000', '170152.365000', '170152.368000', '170152.370000', '170152.373000', '170152.376000', '170152.379000', '170152.382000', '170152.384000', '170152.387000', '170152.390000', '170152.393000', '170152.396000', '170152.399000', '170152.401000', '170152.405000', '170152.408000', '170152.411000', '170152.414000', '170152.417000', '170152.420000', '170152.423000', '170152.425000', '170152.428000', '170152.431000', '170152.434000', '170152.436000', '170152.439000', '170152.442000', '170152.457000', '170152.460000', '170152.463000', '170152.467000', '170152.470000', '170152.472000', '170152.475000', '170202.650000', '170202.653000', '170202.657000', '170202.660000', '170202.663000', '170202.666000', '170202.669000', '170202.672000', '170202.675000', '170202.678000', '170202.681000', '170202.684000', '170202.687000', '170202.690000', '170202.693000', '170202.696000', '170202.699000', '170202.702000', '170202.705000', '170202.708000', '170202.711000', '170202.714000', '170202.717000'], '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': [10409, 8380, 11881, 8511, 13496, 7789, 13597, 8809, 12318, 8777, 10949, 7807, 10986, 8105, 12028, 7806, 13863, 8820, 13762, 10558, 13879, 10310, 7732, 9756, 7820, 13507, 9892, 15585, 10458, 13586, 9261, 14821, 10963, 13636, 9003, 11551, 8346, 11773, 7545, 11172, 8954, 7816, 13186, 9457, 11387, 7687, 12604, 8961, 12437, 10069, 12695, 9686, 12076, 8002, 12289, 9183, 14108, 8560, 12265, 8868, 12123, 8182, 12621, 8802, 11855, 7877, 13230, 7697, 12550, 9467, 14149, 9001, 14449, 18311, 14638, 16679, 9935, 13066, 9012, 7985, 14739, 8931, 13543, 8006, 11882, 7898, 9543, 12988, 9392, 12940, 7654, 12150, 7837, 7835, 14757, 9210, 12819, 9549, 11598, 7682, 9455, 13158, 9564, 13424, 9102, 12285, 8264, 12015, 8269, 11789, 8498, 8736, 10900, 7843, 16880, 10040, 12437, 8004, 9500, 7981, 8302, 11863, 7890, 14153, 8937, 10816, 7602, 8124, 7948, 7818, 14030, 9050, 12782, 7648, 9290, 10295, 7777, 13759, 7709, 13408, 8901, 11208, 8020, 8201, 7695, 7871, 13763, 8910, 12693, 7892, 8980, 8877, 7822, 8367, 7570, 15195, 9248, 11757, 7735, 8603, 9764, 7887, 13332, 8410, 13916, 8785, 11819, 7793, 8712, 7708, 8007, 14637, 9625, 12790, 8845, 12129, 7959, 11633, 10397, 7739, 16871, 9850, 13038, 7973, 9342, 7601, 7764, 16808, 9932, 12492, 7958, 8480, 9287, 7594, 14570, 9606, 12548, 8190, 7696, 9953, 7830, 13091, 7651, 8251, 13859, 8759, 11659, 7864, 10834, 7790, 7945, 13157, 9088, 12600, 8287, 11740, 7983, 7635, 8939, 7555, 13021, 8698, 12980, 9592, 12073, 8251, 11703, 8985, 7696, 11628, 8217, 12074, 7865, 13955, 10756, 12700, 10457, 13190, 9535, 8201, 10188, 7779, 12771, 9140, 8584, 17906, 12445, 14180, 8267, 9076, 7556, 7723, 16164, 9684, 12655, 7839, 8352, 11669, 7674, 9174, 8024, 12269, 7794, 9260, 10236, 7482, 7587, 7966, 12891, 9005, 11343, 7847, 7491, 7655, 7888, 13862, 10089, 12569, 8206, 11273, 7809, 12150, 7889, 10352, 10824, 8568, 7585, 8332, 18184, 12874, 14298, 9963, 12901, 7926, 12696, 8885, 15135, 10376, 15644, 8432, 12720, 8744, 11975, 14099, 9639, 7706, 8514, 8835, 10359, 7801, 12739, 9302, 16685, 13444, 15042, 18958, 12108, 16036, 11127, 13300, 7649, 8978, 13850, 8650, 13426, 9470, 11220, 7750, 10446, 8246, 7716, 13785, 8881, 12189, 7839, 9109, 7946, 8637, 7788, 9679, 7743, 10139, 7852, 11082, 7811, 12027, 8569, 14931, 12608, 14494, 8371, 12021, 8963, 14389, 9423, 13443, 9958, 11415, 8638, 8054, 9599, 7865, 13001, 9314, 12222, 9828, 9870, 13169, 9991, 17000, 12185, 16452, 13774, 9424, 13058, 8939, 11023, 15781, 9256, 13015, 8664, 8120, 8018, 8698, 9616, 15976, 10000, 12907, 8513, 11773, 7387, 10903, 7752, 9480, 7579, 9970, 7660, 10183, 7518, 10323, 7894, 10882, 8192, 10021, 8257, 7928, 8444, 13472, 8756, 12521, 8422, 11860, 7876, 11967, 8111, 8824, 12164, 8308, 14622, 9507, 12680, 8089, 11896, 8140, 10220, 9072, 7882, 15549, 9679, 11515, 7835, 10951, 7670, 11036, 8062, 9878, 7612, 9534, 7855, 8019, 10602, 7994, 10636, 8025, 7624, 7766, 11760, 8088, 13436, 9766, 9411, 7639, 7834, 7766, 7801, 9905, 9332, 9361, 7726, 10725, 7942, 12404, 15505, 9564, 15431, 9312, 14413, 8672, 10103, 9755, 7818, 7771, 7762, 12991, 8626, 13933, 10159, 13135, 9441, 12401, 9099, 7741, 13630, 9473, 12516, 8015, 12479, 8854, 11619, 8949, 7692, 7728, 7686, 14799, 9242, 8267, 16624, 9261, 8800, 8958, 8056, 12839, 7695, 8567, 7625, 7757, 7654, 8018, 12934, 9462, 11709, 7651, 10944, 7989, 10560, 16124, 9590, 14266, 10028, 12931, 7724, 11831, 18206, 12915, 13368, 16830, 9912, 12722, 7790, 8015, 14029, 9137, 9525, 7936, 7712, 7576, 7692, 12201, 7709, 10023, 7646, 9220, 7858, 8805, 15259, 9771, 11795, 17388, 12905, 13302, 17689, 10122, 12351, 7887, 7623, 11803, 7932, 11708, 7811, 8019, 13441, 9046, 10510, 7910, 8001, 14360, 9546, 11607, 13973, 8701, 13500, 7778, 12660, 12773, 8007, 14863, 8504, 10232, 7949, 7738, 13516, 7955, 10362, 12759, 8628, 12966, 7709, 11292, 10221, 7688, 13300, 8397, 9927, 7664, 7911, 13757, 8844, 9905, 16244, 10018, 11030, 7832, 9255, 7826, 7924, 10535, 7747, 12629, 9148, 11904, 7956, 11763, 16905, 11475, 12730, 8222, 7810, 10865, 8115, 12819, 8065, 8359, 14933, 8761, 10884, 7995, 8970, 10325, 7872, 12887, 8543, 10788, 9698, 7733, 8819, 7678, 11891, 8027, 12503, 9120, 12097, 8220, 12123, 7873, 11879, 9708, 12634, 8212, 12309, 8531, 10849, 7833, 12120, 8365, 13532, 10187, 13743, 7749, 10306, 9811, 8086, 17618, 10336, 13945, 10062, 12598, 8083, 12439, 9544, 12622, 9501, 12374, 7986, 10313, 9285, 8493, 7899, 8219, 10441, 7784, 7542, 8802, 7616, 11100, 7697, 11722, 8623, 13322, 8793, 13303, 8773, 12073, 8940, 11925, 7682, 10828, 7887, 9246, 7606, 11870, 8318, 12325, 9143, 11521, 9409, 7806, 10016, 7863, 13270, 9773, 10809, 9575, 8125, 11870, 9573, 11948, 8680, 9645, 7761, 8551, 7962, 7681, 16736, 10295, 12868, 7904, 11984, 7941, 7845, 12090, 7684, 10992, 7573, 8519, 7668, 11682, 7679, 8862, 10405, 7531, 9989, 7714, 12822, 8416, 10827, 9919, 7753, 12888, 8797, 12854, 7849, 12299, 7661, 8771, 14228, 9522, 12772, 7698, 12637, 8346, 10185, 10843, 7913, 9059, 7676, 15386, 7974, 11587, 9809, 7483, 11409, 7775, 13279, 9635, 12285, 8030, 10155, 8415, 8690, 14358, 9680, 14578, 9816, 12814, 8311, 13101, 10247, 13792, 19155, 14983, 13874, 8175, 9957, 16243, 9797, 12143, 9451, 7740, 12659, 7719, 9127, 7910, 7634, 12190, 7851, 12583, 7911, 9423, 13943, 9604, 13293, 9243, 12316, 7816, 11628, 18069, 11381, 13517, 7927, 10121, 14165, 8564, 13007, 14039, 7936, 12369, 7693, 8068, 13426, 7813, 8548, 12219, 7891, 10326, 7717, 8802, 11422, 7783, 12102, 7964, 8723, 7766, 7598, 13423, 9002, 12183, 8087, 7874, 13747, 9364, 12897, 8977, 12362, 8963, 7622, 16615, 9759, 11538, 9824, 7590, 14145, 7803, 11740, 8642, 7555, 13169, 8619, 10936, 7785, 7792, 12833, 7720, 12384, 7580, 8085, 9626, 7463, 8727, 7665, 12972, 9284, 12014, 7939, 9428, 9464, 7741, 16090, 8710, 11332, 8957, 7646, 15930, 8424, 12561, 7719, 7812, 10263, 7838, 13181, 7922, 12976, 8441, 10714, 9647, 7561, 10244, 7643, 13014, 8548, 10690, 11389, 8519, 12264, 7774, 12567, 7883, 7882, 12038, 8081, 13109, 8431, 10700, 16552, 8547, 7798, 13284, 8436, 8879, 7634, 7643, 7539, 7485, 7565, 7695, 10695, 15580, 16582, 11066, 14071, 7937, 11303, 17954, 13216, 12882, 7663, 9154, 16738, 9687, 12984, 8315, 10155, 7680, 7760, 12366, 8200, 12678, 9737, 11820, 7821, 11119, 9827, 7832, 15320, 9492, 11619, 7764, 11193, 9940, 8152, 14207, 9651, 12311, 7764, 12509, 9336, 12737, 9321, 12435, 8337, 8741, 13020, 8209, 15065, 9299, 15954, 9293, 11918, 9113, 7897, 15316, 7745, 13397, 7845, 9366, 11483, 8187, 13567, 8357, 12496, 7512, 9171, 10617, 7520, 13764, 8569, 12306, 8126, 11021, 9883, 7661, 8420, 7576, 14348, 9894, 12262, 7869, 7942, 11516, 8418, 10835, 7639, 14667, 9754, 12043, 8202, 7926, 8144, 7743, 16130, 9236, 13117, 8006, 10148, 7813, 9775, 7851, 10124, 7458, 11686, 8194, 7795, 9377, 7862, 12401, 18314, 13937, 13845, 7967, 8960, 11991, 7969, 13250, 9104, 16502, 9928, 12843, 8551, 7596, 11433, 8015, 13791, 8020, 12789, 7820, 8413, 8797, 7351, 7621, 7680, 13251, 9293, 11814, 7801, 8814, 7661, 8344, 16146, 9658, 11738, 7882, 10333, 7772, 7696, 13550, 9146, 13565, 9480, 12369, 9581, 11886, 7966, 12136, 8346, 11938, 8416, 8863, 7698, 9228, 7888, 12038, 7782, 13082, 9322, 16517, 19222, 16037, 12943, 7554, 11079, 7707, 14172, 8199, 11655, 7664, 10489, 7632, 9558, 7891, 7561, 9249, 7868, 7666, 7841, 11749, 8314, 16572, 10199, 13482, 9489, 12956, 7855, 10220, 7869, 9906, 7840, 8891, 14516, 8586, 12856, 7725, 11418, 7850, 12686, 10092, 12317, 7839, 10128, 8784, 9497, 7598, 8141, 11662, 7981, 15143, 9562, 13497, 9608, 12408, 7753, 9849, 7936, 10894, 7884, 11354, 7979, 9342, 11558, 8341, 10674, 7522, 12284, 7912, 12950, 8474, 13858, 9630, 12559, 8116, 12413, 9149, 11779, 8570, 11796, 8813, 12513, 7878, 12348, 9529, 12581, 9738, 12203, 8412, 13478, 9806, 12594, 8714, 12759, 7978, 11624, 7967, 10747, 8069, 9974, 7961, 12274, 7474, 7718, 9782, 8521, 11953, 18605, 14611, 13392, 7767, 8013, 13123, 8644, 12819, 9676, 10116, 7813, 10532, 7749, 11148, 7857, 9796, 7522, 10857, 7727, 9846, 17219, 11126, 10437, 15462, 8873, 9949, 7783, 11797, 7867, 11123, 8125, 11192, 8018, 11341, 17127, 10690, 13894, 8481, 11080, 8044, 8763, 7803, 7941, 17489, 9814, 13307, 9102, 11857, 7670, 11799, 8978, 12260, 9728, 11576, 8268, 12297, 8877, 13733, 9403, 10695, 7921, 11071, 7791, 12034, 8690, 11964, 8502, 7798, 7915, 10914, 7932, 12984, 9458, 12249, 8494, 12075, 7755, 14740, 10144, 12648, 9120, 12134, 7845, 11972, 7760, 8199, 12109, 8744, 14364, 9781, 12455, 7589, 12686, 8763, 12080, 8271, 11503, 7575, 10412, 7739, 8214, 11284, 8107, 15120, 9404, 12580, 8406, 12278, 8388, 8196, 16961, 9154, 13464, 7965, 13154, 8693, 11052, 9488, 7784, 10837, 7808, 13184, 7638, 12647, 8125], 'WindowCenter': [4760.0, 4701.0, 4735.0, 4679.0, 4741.0, 4669.0, 4742.0, 4692.0, 4716.0, 4664.0, 4680.0, 4629.0, 4668.0, 4652.0, 4688.0, 4641.0, 4683.0, 4630.0, 4681.0, 4653.0, 4683.0, 4653.0, 4625.0, 4654.0, 4627.0, 4695.0, 4671.0, 4719.0, 4682.0, 4697.0, 4658.0, 4697.0, 4665.0, 4685.0, 4635.0, 4664.0, 4624.0, 4674.0, 4626.0, 4675.0, 4645.0, 4627.0, 4684.0, 4655.0, 4676.0, 4639.0, 4686.0, 4648.0, 4686.0, 4669.0, 4685.0, 4659.0, 4687.0, 4641.0, 4690.0, 4661.0, 4696.0, 4648.0, 4675.0, 4659.0, 4689.0, 4637.0, 4676.0, 4646.0, 4676.0, 4627.0, 4686.0, 4626.0, 4686.0, 4656.0, 4685.0, 4635.0, 4695.0, 4704.0, 4683.0, 4682.0, 4631.0, 4659.0, 4609.0, 4600.0, 4668.0, 4619.0, 4657.0, 4609.0, 4648.0, 4599.0, 4629.0, 4660.0, 4631.0, 4659.0, 4600.0, 4659.0, 4598.0, 4599.0, 4669.0, 4631.0, 4660.0, 4631.0, 4650.0, 4611.0, 4632.0, 4670.0, 4631.0, 4671.0, 4631.0, 4661.0, 4623.0, 4660.0, 4621.0, 4662.0, 4623.0, 4623.0, 4651.0, 4622.0, 4690.0, 4640.0, 4660.0, 4612.0, 4630.0, 4612.0, 4622.0, 4661.0, 4621.0, 4682.0, 4632.0, 4650.0, 4612.0, 4613.0, 4612.0, 4614.0, 4682.0, 4633.0, 4671.0, 4612.0, 4632.0, 4643.0, 4613.0, 4683.0, 4614.0, 4671.0, 4634.0, 4663.0, 4624.0, 4624.0, 4614.0, 4626.0, 4682.0, 4634.0, 4674.0, 4625.0, 4645.0, 4633.0, 4626.0, 4636.0, 4627.0, 4694.0, 4645.0, 4675.0, 4615.0, 4634.0, 4644.0, 4626.0, 4684.0, 4634.0, 4685.0, 4634.0, 4675.0, 4615.0, 4635.0, 4625.0, 4625.0, 4695.0, 4656.0, 4685.0, 4645.0, 4674.0, 4637.0, 4677.0, 4656.0, 4627.0, 4705.0, 4656.0, 4684.0, 4625.0, 4634.0, 4614.0, 4615.0, 4702.0, 4644.0, 4672.0, 4612.0, 4634.0, 4633.0, 4614.0, 4693.0, 4644.0, 4674.0, 4623.0, 4614.0, 4642.0, 4614.0, 4673.0, 4613.0, 4624.0, 4683.0, 4624.0, 4663.0, 4625.0, 4663.0, 4615.0, 4635.0, 4683.0, 4645.0, 4684.0, 4636.0, 4677.0, 4635.0, 4627.0, 4646.0, 4628.0, 4684.0, 4648.0, 4697.0, 4657.0, 4685.0, 4638.0, 4688.0, 4646.0, 4628.0, 4676.0, 4638.0, 4687.0, 4648.0, 4707.0, 4678.0, 4687.0, 4678.0, 4698.0, 4659.0, 4649.0, 4680.0, 4640.0, 4701.0, 4659.0, 4649.0, 4716.0, 4687.0, 4697.0, 4636.0, 4646.0, 4639.0, 4627.0, 4704.0, 4644.0, 4674.0, 4613.0, 4634.0, 4662.0, 4625.0, 4645.0, 4637.0, 4674.0, 4625.0, 4656.0, 4656.0, 4627.0, 4627.0, 4637.0, 4687.0, 4648.0, 4677.0, 4637.0, 4628.0, 4627.0, 4639.0, 4696.0, 4668.0, 4688.0, 4639.0, 4678.0, 4629.0, 4686.0, 4638.0, 4668.0, 4667.0, 4648.0, 4628.0, 4649.0, 4726.0, 4687.0, 4696.0, 4657.0, 4688.0, 4637.0, 4696.0, 4658.0, 4707.0, 4670.0, 4717.0, 4650.0, 4699.0, 4648.0, 4676.0, 4695.0, 4646.0, 4613.0, 4635.0, 4644.0, 4655.0, 4626.0, 4684.0, 4647.0, 4707.0, 4684.0, 4684.0, 4702.0, 4661.0, 4679.0, 4639.0, 4659.0, 4597.0, 4620.0, 4667.0, 4608.0, 4657.0, 4616.0, 4637.0, 4599.0, 4639.0, 4608.0, 4600.0, 4667.0, 4620.0, 4660.0, 4600.0, 4619.0, 4610.0, 4632.0, 4614.0, 4642.0, 4613.0, 4653.0, 4624.0, 4663.0, 4625.0, 4687.0, 4648.0, 4708.0, 4687.0, 4693.0, 4635.0, 4673.0, 4646.0, 4694.0, 4633.0, 4671.0, 4642.0, 4650.0, 4635.0, 4624.0, 4641.0, 4624.0, 4671.0, 4635.0, 4675.0, 4645.0, 4657.0, 4673.0, 4644.0, 4691.0, 4664.0, 4706.0, 4674.0, 4622.0, 4661.0, 4612.0, 4641.0, 4692.0, 4619.0, 4658.0, 4606.0, 4583.0, 4598.0, 4597.0, 4605.0, 4652.0, 4603.0, 4633.0, 4593.0, 4625.0, 4577.0, 4626.0, 4585.0, 4616.0, 4588.0, 4616.0, 4600.0, 4629.0, 4604.0, 4642.0, 4625.0, 4654.0, 4639.0, 4658.0, 4651.0, 4639.0, 4639.0, 4687.0, 4637.0, 4675.0, 4627.0, 4666.0, 4627.0, 4676.0, 4625.0, 4637.0, 4674.0, 4637.0, 4696.0, 4647.0, 4676.0, 4628.0, 4677.0, 4627.0, 4658.0, 4661.0, 4641.0, 4719.0, 4669.0, 4675.0, 4624.0, 4675.0, 4635.0, 4664.0, 4622.0, 4653.0, 4622.0, 4643.0, 4623.0, 4634.0, 4664.0, 4624.0, 4664.0, 4635.0, 4624.0, 4626.0, 4687.0, 4636.0, 4684.0, 4654.0, 4645.0, 4625.0, 4624.0, 4638.0, 4680.0, 4696.0, 4644.0, 4629.0, 4611.0, 4662.0, 4624.0, 4686.0, 4705.0, 4656.0, 4706.0, 4655.0, 4696.0, 4634.0, 4653.0, 4642.0, 4613.0, 4612.0, 4624.0, 4684.0, 4635.0, 4692.0, 4666.0, 4685.0, 4684.0, 4702.0, 4647.0, 4637.0, 4697.0, 4656.0, 4686.0, 4637.0, 4674.0, 4645.0, 4676.0, 4646.0, 4628.0, 4627.0, 4637.0, 4707.0, 4645.0, 4635.0, 4704.0, 4634.0, 4633.0, 4633.0, 4623.0, 4673.0, 4624.0, 4635.0, 4624.0, 4626.0, 4626.0, 4638.0, 4686.0, 4657.0, 4687.0, 4640.0, 4679.0, 4639.0, 4669.0, 4715.0, 4657.0, 4694.0, 4656.0, 4685.0, 4626.0, 4676.0, 4713.0, 4674.0, 4684.0, 4692.0, 4642.0, 4661.0, 4601.0, 4612.0, 4680.0, 4631.0, 4631.0, 4611.0, 4622.0, 4624.0, 4625.0, 4673.0, 4625.0, 4656.0, 4627.0, 4657.0, 4639.0, 4659.0, 4707.0, 4655.0, 4678.0, 4705.0, 4675.0, 4685.0, 4702.0, 4642.0, 4660.0, 4611.0, 4612.0, 4661.0, 4623.0, 4663.0, 4611.0, 4624.0, 4682.0, 4644.0, 4654.0, 4624.0, 4634.0, 4694.0, 4644.0, 4664.0, 4683.0, 4634.0, 4683.0, 4624.0, 4674.0, 4672.0, 4623.0, 4682.0, 4621.0, 4642.0, 4612.0, 4614.0, 4672.0, 4612.0, 4652.0, 4671.0, 4632.0, 4671.0, 4613.0, 4663.0, 4652.0, 4612.0, 4682.0, 4623.0, 4643.0, 4613.0, 4623.0, 4683.0, 4633.0, 4644.0, 4704.0, 4654.0, 4653.0, 4613.0, 4643.0, 4624.0, 4625.0, 4662.0, 4627.0, 4686.0, 4656.0, 4687.0, 4662.0, 4713.0, 4727.0, 4688.0, 4686.0, 4632.0, 4624.0, 4662.0, 4634.0, 4683.0, 4622.0, 4634.0, 4703.0, 4632.0, 4661.0, 4622.0, 4643.0, 4652.0, 4633.0, 4682.0, 4645.0, 4665.0, 4653.0, 4625.0, 4643.0, 4625.0, 4673.0, 4634.0, 4684.0, 4655.0, 4674.0, 4636.0, 4685.0, 4635.0, 4674.0, 4667.0, 4685.0, 4636.0, 4688.0, 4635.0, 4665.0, 4626.0, 4685.0, 4646.0, 4685.0, 4656.0, 4684.0, 4613.0, 4653.0, 4641.0, 4622.0, 4701.0, 4651.0, 4680.0, 4643.0, 4672.0, 4623.0, 4671.0, 4643.0, 4672.0, 4643.0, 4673.0, 4622.0, 4653.0, 4644.0, 4659.0, 4692.0, 4662.0, 4652.0, 4611.0, 4610.0, 4643.0, 4624.0, 4674.0, 4625.0, 4674.0, 4645.0, 4694.0, 4646.0, 4696.0, 4647.0, 4689.0, 4663.0, 4695.0, 4641.0, 4667.0, 4625.0, 4616.0, 4597.0, 4644.0, 4594.0, 4629.0, 4628.0, 4649.0, 4631.0, 4612.0, 4642.0, 4625.0, 4683.0, 4656.0, 4664.0, 4644.0, 4623.0, 4663.0, 4632.0, 4662.0, 4621.0, 4631.0, 4612.0, 4620.0, 4611.0, 4613.0, 4691.0, 4641.0, 4660.0, 4612.0, 4660.0, 4625.0, 4651.0, 4686.0, 4627.0, 4665.0, 4626.0, 4634.0, 4627.0, 4675.0, 4625.0, 4646.0, 4666.0, 4628.0, 4657.0, 4639.0, 4688.0, 4636.0, 4678.0, 4658.0, 4642.0, 4688.0, 4637.0, 4685.0, 4638.0, 4687.0, 4624.0, 4635.0, 4695.0, 4658.0, 4685.0, 4627.0, 4686.0, 4635.0, 4656.0, 4665.0, 4626.0, 4645.0, 4626.0, 4705.0, 4626.0, 4675.0, 4644.0, 4615.0, 4664.0, 4625.0, 4683.0, 4655.0, 4675.0, 4625.0, 4655.0, 4661.0, 4701.0, 4695.0, 4643.0, 4693.0, 4656.0, 4684.0, 4636.0, 4685.0, 4655.0, 4695.0, 4714.0, 4682.0, 4670.0, 4610.0, 4641.0, 4679.0, 4630.0, 4650.0, 4618.0, 4599.0, 4658.0, 4599.0, 4629.0, 4610.0, 4612.0, 4660.0, 4622.0, 4672.0, 4622.0, 4633.0, 4681.0, 4642.0, 4671.0, 4632.0, 4662.0, 4612.0, 4662.0, 4690.0, 4648.0, 4659.0, 4609.0, 4640.0, 4668.0, 4619.0, 4658.0, 4667.0, 4598.0, 4647.0, 4597.0, 4598.0, 4656.0, 4597.0, 4618.0, 4647.0, 4610.0, 4639.0, 4611.0, 4632.0, 4660.0, 4613.0, 4672.0, 4622.0, 4631.0, 4613.0, 4614.0, 4683.0, 4632.0, 4663.0, 4623.0, 4624.0, 4681.0, 4644.0, 4673.0, 4634.0, 4672.0, 4632.0, 4613.0, 4691.0, 4631.0, 4662.0, 4640.0, 4612.0, 4671.0, 4612.0, 4661.0, 4620.0, 4610.0, 4669.0, 4622.0, 4652.0, 4612.0, 4614.0, 4672.0, 4613.0, 4673.0, 4612.0, 4625.0, 4643.0, 4615.0, 4633.0, 4626.0, 4683.0, 4646.0, 4675.0, 4625.0, 4646.0, 4655.0, 4627.0, 4705.0, 4636.0, 4665.0, 4634.0, 4626.0, 4704.0, 4634.0, 4674.0, 4625.0, 4624.0, 4653.0, 4626.0, 4684.0, 4636.0, 4683.0, 4634.0, 4665.0, 4654.0, 4626.0, 4654.0, 4625.0, 4685.0, 4645.0, 4665.0, 4674.0, 4636.0, 4674.0, 4626.0, 4685.0, 4625.0, 4636.0, 4675.0, 4636.0, 4686.0, 4636.0, 4667.0, 4705.0, 4635.0, 4625.0, 4684.0, 4631.0, 4641.0, 4627.0, 4624.0, 4639.0, 4639.0, 4652.0, 4652.0, 4693.0, 4733.0, 4718.0, 4679.0, 4697.0, 4625.0, 4677.0, 4715.0, 4683.0, 4673.0, 4625.0, 4645.0, 4703.0, 4644.0, 4682.0, 4624.0, 4654.0, 4625.0, 4625.0, 4684.0, 4636.0, 4683.0, 4655.0, 4675.0, 4626.0, 4676.0, 4655.0, 4627.0, 4704.0, 4644.0, 4665.0, 4626.0, 4664.0, 4655.0, 4636.0, 4693.0, 4657.0, 4685.0, 4627.0, 4685.0, 4658.0, 4697.0, 4658.0, 4687.0, 4636.0, 4647.0, 4686.0, 4636.0, 4695.0, 4646.0, 4704.0, 4644.0, 4663.0, 4633.0, 4624.0, 4691.0, 4613.0, 4671.0, 4611.0, 4630.0, 4661.0, 4622.0, 4671.0, 4622.0, 4671.0, 4602.0, 4632.0, 4651.0, 4613.0, 4680.0, 4633.0, 4672.0, 4623.0, 4653.0, 4641.0, 4613.0, 4622.0, 4612.0, 4682.0, 4643.0, 4663.0, 4612.0, 4623.0, 4662.0, 4623.0, 4652.0, 4624.0, 4692.0, 4643.0, 4661.0, 4622.0, 4613.0, 4612.0, 4614.0, 4692.0, 4643.0, 4684.0, 4624.0, 4654.0, 4627.0, 4628.0, 4596.0, 4626.0, 4602.0, 4673.0, 4647.0, 4637.0, 4659.0, 4638.0, 4699.0, 4719.0, 4698.0, 4712.0, 4652.0, 4646.0, 4662.0, 4613.0, 4670.0, 4633.0, 4690.0, 4642.0, 4672.0, 4621.0, 4612.0, 4659.0, 4623.0, 4669.0, 4637.0, 4688.0, 4625.0, 4633.0, 4622.0, 4600.0, 4598.0, 4610.0, 4670.0, 4631.0, 4662.0, 4613.0, 4632.0, 4625.0, 4636.0, 4703.0, 4645.0, 4674.0, 4624.0, 4654.0, 4613.0, 4615.0, 4683.0, 4644.0, 4685.0, 4657.0, 4699.0, 4671.0, 4677.0, 4636.0, 4675.0, 4636.0, 4675.0, 4623.0, 4646.0, 4615.0, 4646.0, 4635.0, 4687.0, 4639.0, 4687.0, 4646.0, 4703.0, 4701.0, 4690.0, 4660.0, 4625.0, 4663.0, 4624.0, 4683.0, 4622.0, 4650.0, 4612.0, 4641.0, 4599.0, 4628.0, 4613.0, 4611.0, 4631.0, 4622.0, 4613.0, 4610.0, 4649.0, 4622.0, 4702.0, 4642.0, 4685.0, 4646.0, 4674.0, 4613.0, 4642.0, 4612.0, 4642.0, 4610.0, 4632.0, 4667.0, 4608.0, 4659.0, 4612.0, 4677.0, 4639.0, 4686.0, 4655.0, 4674.0, 4623.0, 4653.0, 4620.0, 4630.0, 4611.0, 4613.0, 4676.0, 4638.0, 4694.0, 4644.0, 4683.0, 4645.0, 4660.0, 4599.0, 4630.0, 4611.0, 4652.0, 4625.0, 4678.0, 4625.0, 4645.0, 4663.0, 4624.0, 4654.0, 4611.0, 4659.0, 4624.0, 4684.0, 4635.0, 4684.0, 4645.0, 4685.0, 4639.0, 4686.0, 4645.0, 4672.0, 4635.0, 4662.0, 4635.0, 4673.0, 4624.0, 4673.0, 4645.0, 4672.0, 4654.0, 4674.0, 4649.0, 4684.0, 4655.0, 4685.0, 4635.0, 4673.0, 4622.0, 4663.0, 4624.0, 4663.0, 4622.0, 4618.0, 4611.0, 4661.0, 4614.0, 4624.0, 4656.0, 4636.0, 4677.0, 4705.0, 4681.0, 4660.0, 4599.0, 4600.0, 4657.0, 4623.0, 4686.0, 4646.0, 4640.0, 4613.0, 4651.0, 4614.0, 4663.0, 4612.0, 4643.0, 4613.0, 4654.0, 4615.0, 4646.0, 4705.0, 4653.0, 4643.0, 4681.0, 4622.0, 4631.0, 4612.0, 4660.0, 4623.0, 4664.0, 4625.0, 4666.0, 4628.0, 4667.0, 4706.0, 4654.0, 4682.0, 4625.0, 4654.0, 4613.0, 4624.0, 4614.0, 4638.0, 4743.0, 4670.0, 4684.0, 4636.0, 4674.0, 4626.0, 4663.0, 4635.0, 4675.0, 4657.0, 4666.0, 4637.0, 4662.0, 4634.0, 4673.0, 4648.0, 4668.0, 4626.0, 4665.0, 4616.0, 4674.0, 4635.0, 4663.0, 4623.0, 4613.0, 4624.0, 4653.0, 4625.0, 4673.0, 4644.0, 4663.0, 4624.0, 4663.0, 4614.0, 4684.0, 4644.0, 4673.0, 4634.0, 4661.0, 4615.0, 4664.0, 4614.0, 4624.0, 4663.0, 4635.0, 4683.0, 4645.0, 4663.0, 4614.0, 4671.0, 4635.0, 4675.0, 4625.0, 4665.0, 4615.0, 4654.0, 4615.0, 4625.0, 4664.0, 4625.0, 4694.0, 4645.0, 4675.0, 4624.0, 4674.0, 4624.0, 4625.0, 4693.0, 4634.0, 4672.0, 4613.0, 4672.0, 4623.0, 4652.0, 4632.0, 4613.0, 4652.0, 4612.0, 4672.0, 4614.0, 4673.0, 4624.0], 'WindowWidth': [10435.0, 10334.0, 10363.0, 10275.0, 10363.0, 10259.0, 10361.0, 10292.0, 10313.0, 10235.0, 10251.0, 10179.0, 10229.0, 10217.0, 10258.0, 10198.0, 10242.0, 10163.0, 10235.0, 10199.0, 10239.0, 10199.0, 10164.0, 10203.0, 10173.0, 10265.0, 10238.0, 10303.0, 10257.0, 10270.0, 10216.0, 10268.0, 10223.0, 10247.0, 10178.0, 10218.0, 10163.0, 10230.0, 10169.0, 10234.0, 10192.0, 10172.0, 10245.0, 10208.0, 10236.0, 10193.0, 10252.0, 10202.0, 10253.0, 10236.0, 10252.0, 10219.0, 10256.0, 10198.0, 10262.0, 10224.0, 10268.0, 10203.0, 10236.0, 10218.0, 10262.0, 10184.0, 10236.0, 10197.0, 10237.0, 10170.0, 10252.0, 10171.0, 10250.0, 10210.0, 10249.0, 10178.0, 10260.0, 10272.0, 10239.0, 10238.0, 10164.0, 10201.0, 10131.0, 10122.0, 10211.0, 10144.0, 10195.0, 10132.0, 10184.0, 10120.0, 10162.0, 10204.0, 10164.0, 10202.0, 10123.0, 10201.0, 10119.0, 10121.0, 10216.0, 10165.0, 10203.0, 10166.0, 10191.0, 10139.0, 10168.0, 10218.0, 10167.0, 10223.0, 10167.0, 10206.0, 10158.0, 10205.0, 10155.0, 10211.0, 10159.0, 10159.0, 10194.0, 10157.0, 10249.0, 10179.0, 10206.0, 10142.0, 10166.0, 10141.0, 10157.0, 10207.0, 10155.0, 10237.0, 10168.0, 10192.0, 10143.0, 10145.0, 10144.0, 10148.0, 10239.0, 10173.0, 10224.0, 10146.0, 10172.0, 10184.0, 10147.0, 10239.0, 10148.0, 10224.0, 10174.0, 10215.0, 10162.0, 10163.0, 10148.0, 10167.0, 10241.0, 10176.0, 10231.0, 10165.0, 10193.0, 10176.0, 10168.0, 10181.0, 10172.0, 10260.0, 10193.0, 10233.0, 10153.0, 10177.0, 10190.0, 10167.0, 10245.0, 10177.0, 10248.0, 10178.0, 10233.0, 10151.0, 10179.0, 10166.0, 10167.0, 10261.0, 10210.0, 10247.0, 10195.0, 10233.0, 10186.0, 10240.0, 10209.0, 10172.0, 10277.0, 10208.0, 10245.0, 10164.0, 10176.0, 10150.0, 10153.0, 10268.0, 10189.0, 10226.0, 10145.0, 10174.0, 10172.0, 10150.0, 10256.0, 10189.0, 10230.0, 10160.0, 10148.0, 10184.0, 10150.0, 10228.0, 10147.0, 10163.0, 10241.0, 10162.0, 10213.0, 10167.0, 10215.0, 10153.0, 10182.0, 10244.0, 10194.0, 10246.0, 10185.0, 10240.0, 10182.0, 10173.0, 10195.0, 10174.0, 10247.0, 10201.0, 10268.0, 10213.0, 10250.0, 10189.0, 10255.0, 10199.0, 10177.0, 10236.0, 10188.0, 10254.0, 10209.0, 10285.0, 10244.0, 10254.0, 10245.0, 10272.0, 10218.0, 10206.0, 10248.0, 10195.0, 10279.0, 10217.0, 10206.0, 10295.0, 10250.0, 10266.0, 10182.0, 10196.0, 10194.0, 10173.0, 10274.0, 10189.0, 10229.0, 10147.0, 10176.0, 10212.0, 10166.0, 10191.0, 10184.0, 10232.0, 10167.0, 10211.0, 10208.0, 10173.0, 10172.0, 10188.0, 10254.0, 10202.0, 10241.0, 10185.0, 10175.0, 10173.0, 10192.0, 10267.0, 10231.0, 10259.0, 10191.0, 10242.0, 10178.0, 10252.0, 10189.0, 10230.0, 10228.0, 10203.0, 10174.0, 10205.0, 10312.0, 10255.0, 10263.0, 10212.0, 10255.0, 10191.0, 10268.0, 10218.0, 10283.0, 10234.0, 10298.0, 10207.0, 10274.0, 10203.0, 10239.0, 10259.0, 10195.0, 10144.0, 10177.0, 10193.0, 10206.0, 10168.0, 10245.0, 10198.0, 10283.0, 10243.0, 10242.0, 10266.0, 10204.0, 10231.0, 10173.0, 10200.0, 10113.0, 10150.0, 10211.0, 10130.0, 10196.0, 10138.0, 10168.0, 10119.0, 10172.0, 10130.0, 10121.0, 10210.0, 10150.0, 10203.0, 10124.0, 10147.0, 10137.0, 10172.0, 10150.0, 10184.0, 10148.0, 10200.0, 10163.0, 10213.0, 10167.0, 10255.0, 10205.0, 10288.0, 10257.0, 10258.0, 10179.0, 10230.0, 10196.0, 10261.0, 10172.0, 10220.0, 10181.0, 10192.0, 10177.0, 10161.0, 10182.0, 10166.0, 10223.0, 10175.0, 10229.0, 10190.0, 10210.0, 10229.0, 10188.0, 10252.0, 10213.0, 10278.0, 10229.0, 10152.0, 10207.0, 10136.0, 10176.0, 10251.0, 10149.0, 10198.0, 10123.0, 10088.0, 10114.0, 10106.0, 10111.0, 10177.0, 10107.0, 10149.0, 10096.0, 10141.0, 10080.0, 10147.0, 10092.0, 10131.0, 10100.0, 10133.0, 10119.0, 10156.0, 10129.0, 10179.0, 10163.0, 10201.0, 10187.0, 10212.0, 10210.0, 10190.0, 10188.0, 10251.0, 10181.0, 10231.0, 10169.0, 10222.0, 10170.0, 10236.0, 10165.0, 10181.0, 10228.0, 10181.0, 10261.0, 10194.0, 10234.0, 10172.0, 10236.0, 10169.0, 10214.0, 10225.0, 10198.0, 10306.0, 10237.0, 10236.0, 10166.0, 10239.0, 10185.0, 10219.0, 10158.0, 10201.0, 10158.0, 10186.0, 10160.0, 10179.0, 10217.0, 10164.0, 10216.0, 10180.0, 10163.0, 10170.0, 10255.0, 10186.0, 10245.0, 10204.0, 10194.0, 10167.0, 10163.0, 10193.0, 10274.0, 10283.0, 10187.0, 10159.0, 10139.0, 10210.0, 10164.0, 10249.0, 10277.0, 10211.0, 10278.0, 10208.0, 10267.0, 10177.0, 10201.0, 10185.0, 10148.0, 10145.0, 10165.0, 10244.0, 10180.0, 10256.0, 10223.0, 10250.0, 10264.0, 10286.0, 10199.0, 10189.0, 10269.0, 10209.0, 10249.0, 10184.0, 10233.0, 10195.0, 10238.0, 10196.0, 10175.0, 10173.0, 10189.0, 10286.0, 10194.0, 10181.0, 10275.0, 10175.0, 10174.0, 10172.0, 10161.0, 10228.0, 10163.0, 10180.0, 10164.0, 10170.0, 10170.0, 10189.0, 10253.0, 10215.0, 10256.0, 10196.0, 10248.0, 10193.0, 10234.0, 10294.0, 10214.0, 10262.0, 10210.0, 10249.0, 10168.0, 10237.0, 10287.0, 10230.0, 10245.0, 10253.0, 10183.0, 10210.0, 10126.0, 10142.0, 10233.0, 10167.0, 10167.0, 10140.0, 10159.0, 10164.0, 10168.0, 10227.0, 10167.0, 10210.0, 10173.0, 10215.0, 10192.0, 10220.0, 10286.0, 10210.0, 10243.0, 10278.0, 10232.0, 10248.0, 10269.0, 10182.0, 10206.0, 10139.0, 10143.0, 10207.0, 10159.0, 10214.0, 10142.0, 10164.0, 10240.0, 10191.0, 10202.0, 10166.0, 10180.0, 10260.0, 10191.0, 10219.0, 10241.0, 10177.0, 10241.0, 10163.0, 10231.0, 10225.0, 10160.0, 10239.0, 10155.0, 10185.0, 10143.0, 10150.0, 10225.0, 10144.0, 10197.0, 10222.0, 10171.0, 10222.0, 10146.0, 10214.0, 10196.0, 10146.0, 10238.0, 10161.0, 10187.0, 10147.0, 10162.0, 10243.0, 10175.0, 10190.0, 10274.0, 10204.0, 10199.0, 10147.0, 10188.0, 10164.0, 10166.0, 10214.0, 10173.0, 10252.0, 10212.0, 10254.0, 10233.0, 10307.0, 10316.0, 10264.0, 10255.0, 10175.0, 10167.0, 10214.0, 10178.0, 10247.0, 10159.0, 10178.0, 10276.0, 10175.0, 10213.0, 10160.0, 10190.0, 10200.0, 10178.0, 10242.0, 10195.0, 10222.0, 10203.0, 10168.0, 10192.0, 10169.0, 10232.0, 10182.0, 10249.0, 10212.0, 10236.0, 10187.0, 10253.0, 10186.0, 10237.0, 10233.0, 10254.0, 10187.0, 10257.0, 10182.0, 10225.0, 10172.0, 10250.0, 10199.0, 10254.0, 10210.0, 10248.0, 10148.0, 10201.0, 10184.0, 10160.0, 10268.0, 10197.0, 10237.0, 10188.0, 10228.0, 10162.0, 10226.0, 10190.0, 10229.0, 10189.0, 10231.0, 10160.0, 10201.0, 10191.0, 10225.0, 10296.0, 10236.0, 10201.0, 10143.0, 10141.0, 10190.0, 10164.0, 10233.0, 10167.0, 10231.0, 10195.0, 10261.0, 10199.0, 10268.0, 10203.0, 10263.0, 10232.0, 10278.0, 10196.0, 10223.0, 10163.0, 10137.0, 10113.0, 10170.0, 10101.0, 10140.0, 10155.0, 10185.0, 10165.0, 10140.0, 10183.0, 10164.0, 10240.0, 10207.0, 10216.0, 10191.0, 10160.0, 10212.0, 10169.0, 10211.0, 10153.0, 10166.0, 10142.0, 10151.0, 10139.0, 10144.0, 10251.0, 10179.0, 10205.0, 10141.0, 10205.0, 10168.0, 10214.0, 10254.0, 10174.0, 10221.0, 10170.0, 10179.0, 10172.0, 10232.0, 10164.0, 10195.0, 10222.0, 10175.0, 10212.0, 10191.0, 10256.0, 10184.0, 10242.0, 10215.0, 10200.0, 10258.0, 10185.0, 10247.0, 10191.0, 10255.0, 10163.0, 10180.0, 10261.0, 10215.0, 10248.0, 10171.0, 10250.0, 10180.0, 10209.0, 10219.0, 10168.0, 10194.0, 10170.0, 10276.0, 10168.0, 10234.0, 10189.0, 10153.0, 10217.0, 10167.0, 10243.0, 10206.0, 10236.0, 10167.0, 10207.0, 10232.0, 10305.0, 10264.0, 10186.0, 10254.0, 10208.0, 10245.0, 10182.0, 10247.0, 10207.0, 10265.0, 10288.0, 10237.0, 10218.0, 10136.0, 10178.0, 10229.0, 10161.0, 10189.0, 10142.0, 10119.0, 10196.0, 10119.0, 10160.0, 10137.0, 10143.0, 10205.0, 10158.0, 10225.0, 10155.0, 10172.0, 10235.0, 10182.0, 10221.0, 10170.0, 10209.0, 10143.0, 10210.0, 10249.0, 10185.0, 10201.0, 10133.0, 10176.0, 10213.0, 10147.0, 10200.0, 10209.0, 10116.0, 10179.0, 10112.0, 10116.0, 10192.0, 10115.0, 10144.0, 10182.0, 10136.0, 10174.0, 10140.0, 10170.0, 10206.0, 10145.0, 10223.0, 10158.0, 10169.0, 10145.0, 10151.0, 10241.0, 10172.0, 10214.0, 10159.0, 10162.0, 10237.0, 10187.0, 10229.0, 10175.0, 10228.0, 10169.0, 10145.0, 10251.0, 10168.0, 10210.0, 10179.0, 10143.0, 10221.0, 10142.0, 10208.0, 10150.0, 10140.0, 10216.0, 10156.0, 10196.0, 10144.0, 10149.0, 10224.0, 10148.0, 10228.0, 10146.0, 10166.0, 10188.0, 10152.0, 10174.0, 10170.0, 10245.0, 10195.0, 10234.0, 10168.0, 10197.0, 10206.0, 10173.0, 10278.0, 10183.0, 10222.0, 10176.0, 10168.0, 10273.0, 10178.0, 10233.0, 10166.0, 10165.0, 10202.0, 10168.0, 10245.0, 10182.0, 10244.0, 10178.0, 10221.0, 10205.0, 10169.0, 10206.0, 10169.0, 10249.0, 10194.0, 10222.0, 10232.0, 10182.0, 10232.0, 10170.0, 10250.0, 10168.0, 10183.0, 10233.0, 10184.0, 10250.0, 10185.0, 10226.0, 10280.0, 10180.0, 10167.0, 10245.0, 10172.0, 10186.0, 10175.0, 10166.0, 10193.0, 10195.0, 10216.0, 10219.0, 10275.0, 10330.0, 10299.0, 10244.0, 10268.0, 10168.0, 10240.0, 10292.0, 10244.0, 10230.0, 10165.0, 10194.0, 10272.0, 10191.0, 10240.0, 10163.0, 10204.0, 10168.0, 10168.0, 10245.0, 10183.0, 10243.0, 10208.0, 10234.0, 10171.0, 10238.0, 10209.0, 10173.0, 10275.0, 10192.0, 10220.0, 10170.0, 10221.0, 10206.0, 10184.0, 10260.0, 10212.0, 10250.0, 10175.0, 10250.0, 10221.0, 10272.0, 10218.0, 10257.0, 10184.0, 10201.0, 10250.0, 10184.0, 10262.0, 10195.0, 10275.0, 10189.0, 10216.0, 10172.0, 10161.0, 10250.0, 10146.0, 10224.0, 10142.0, 10167.0, 10208.0, 10158.0, 10223.0, 10156.0, 10222.0, 10129.0, 10171.0, 10194.0, 10148.0, 10235.0, 10173.0, 10225.0, 10160.0, 10200.0, 10182.0, 10147.0, 10157.0, 10147.0, 10241.0, 10187.0, 10214.0, 10144.0, 10160.0, 10213.0, 10161.0, 10199.0, 10163.0, 10255.0, 10186.0, 10211.0, 10157.0, 10145.0, 10145.0, 10149.0, 10255.0, 10188.0, 10248.0, 10166.0, 10205.0, 10176.0, 10157.0, 10111.0, 10148.0, 10129.0, 10228.0, 10201.0, 10187.0, 10219.0, 10191.0, 10277.0, 10305.0, 10268.0, 10298.0, 10217.0, 10197.0, 10211.0, 10145.0, 10220.0, 10172.0, 10250.0, 10183.0, 10224.0, 10152.0, 10142.0, 10205.0, 10162.0, 10219.0, 10187.0, 10257.0, 10166.0, 10176.0, 10155.0, 10121.0, 10116.0, 10137.0, 10219.0, 10166.0, 10210.0, 10144.0, 10171.0, 10165.0, 10182.0, 10271.0, 10192.0, 10232.0, 10162.0, 10201.0, 10147.0, 10151.0, 10241.0, 10189.0, 10250.0, 10214.0, 10277.0, 10241.0, 10242.0, 10185.0, 10236.0, 10182.0, 10234.0, 10160.0, 10194.0, 10151.0, 10196.0, 10182.0, 10256.0, 10191.0, 10251.0, 10195.0, 10272.0, 10267.0, 10244.0, 10204.0, 10166.0, 10214.0, 10164.0, 10240.0, 10157.0, 10193.0, 10141.0, 10181.0, 10119.0, 10156.0, 10144.0, 10142.0, 10166.0, 10158.0, 10147.0, 10138.0, 10185.0, 10156.0, 10269.0, 10183.0, 10248.0, 10197.0, 10233.0, 10144.0, 10182.0, 10143.0, 10181.0, 10137.0, 10170.0, 10207.0, 10129.0, 10200.0, 10141.0, 10241.0, 10193.0, 10251.0, 10207.0, 10232.0, 10162.0, 10200.0, 10149.0, 10165.0, 10139.0, 10144.0, 10238.0, 10191.0, 10260.0, 10189.0, 10242.0, 10190.0, 10201.0, 10119.0, 10162.0, 10140.0, 10196.0, 10164.0, 10243.0, 10168.0, 10191.0, 10215.0, 10162.0, 10201.0, 10139.0, 10201.0, 10163.0, 10246.0, 10180.0, 10244.0, 10192.0, 10248.0, 10194.0, 10252.0, 10193.0, 10226.0, 10180.0, 10212.0, 10177.0, 10228.0, 10161.0, 10225.0, 10191.0, 10227.0, 10205.0, 10234.0, 10206.0, 10249.0, 10208.0, 10249.0, 10178.0, 10226.0, 10159.0, 10213.0, 10164.0, 10215.0, 10161.0, 10138.0, 10139.0, 10206.0, 10147.0, 10163.0, 10208.0, 10180.0, 10239.0, 10280.0, 10235.0, 10203.0, 10119.0, 10121.0, 10195.0, 10159.0, 10252.0, 10194.0, 10177.0, 10145.0, 10192.0, 10149.0, 10214.0, 10143.0, 10185.0, 10146.0, 10200.0, 10149.0, 10192.0, 10274.0, 10197.0, 10184.0, 10232.0, 10152.0, 10164.0, 10141.0, 10205.0, 10158.0, 10214.0, 10166.0, 10221.0, 10172.0, 10225.0, 10276.0, 10202.0, 10239.0, 10162.0, 10200.0, 10144.0, 10160.0, 10146.0, 10188.0, 10344.0, 10234.0, 10246.0, 10180.0, 10230.0, 10167.0, 10211.0, 10177.0, 10231.0, 10210.0, 10221.0, 10181.0, 10206.0, 10173.0, 10226.0, 10198.0, 10226.0, 10167.0, 10215.0, 10151.0, 10227.0, 10176.0, 10211.0, 10158.0, 10144.0, 10159.0, 10197.0, 10163.0, 10226.0, 10185.0, 10210.0, 10160.0, 10209.0, 10146.0, 10241.0, 10185.0, 10223.0, 10172.0, 10207.0, 10148.0, 10213.0, 10144.0, 10158.0, 10211.0, 10176.0, 10239.0, 10187.0, 10210.0, 10147.0, 10221.0, 10177.0, 10232.0, 10163.0, 10217.0, 10150.0, 10200.0, 10149.0, 10163.0, 10214.0, 10164.0, 10256.0, 10190.0, 10230.0, 10162.0, 10230.0, 10160.0, 10161.0, 10252.0, 10171.0, 10221.0, 10144.0, 10221.0, 10156.0, 10195.0, 10167.0, 10143.0, 10192.0, 10142.0, 10221.0, 10148.0, 10224.0, 10161.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.003971674174174175</td></tr>
<tr><td colspan=3>aqi</td><td>0.01768403671171171</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.08728584062361</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2669627442674671</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0629031887077378</td></tr>
<tr><td colspan=3>efc</td><td>0.4902</td></tr>
<tr><td colspan=3>fber</td><td>6748.6704</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09573861080302476</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.033033033033034</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5901197708106065</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5450525756848545</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6028253015801726</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.622481435166793</td></tr>
<tr><td colspan=3>gcor</td><td>0.0169443</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.010865410789847374</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032906655222177505</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.0213079380502545</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>25.5259</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6288</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.8701</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294423.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.6296</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6341</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.2281</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3836.3991</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.7111</td></tr>
<tr><td colspan=3>tsnr</td><td>40.960879552643746</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>