<?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-0118_ses-01_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-0118_ses-01_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-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_ses-01_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_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-0118/ses-01/func/sub-0118_ses-01_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>3441398e3493dfce6c0d823df2f72ed9</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:53:20.102500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999983, 0.00454059, 0.00364012, -0.00488687, 0.994816, 0.101572]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.084032</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>33</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4205, -7792, -7220, 348, -97, -26, -123, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f3fc1d9-2ed3-4da6-a8c9-74d2c78977bf||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828813552856445, -0.013111112639307976, 0.008532129228115082, 113.51448059082031], [-0.012182069942355156, 2.6690189838409424, 0.27428823709487915, -110.91435241699219], [0.009766162373125553, -0.27251070737838745, 2.6860179901123047, -50.679378509521484], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['165320.102500', '165320.562500', '165321.022500', '165321.482500', '165321.942500', '165322.402500', '165322.862500', '165323.322500', '165323.782500', '165324.242500', '165324.702500', '165325.162500', '165325.622500', '165326.082500', '165326.542500', '165327.002500', '165327.462500', '165327.922500', '165328.382500', '165328.842500', '165329.302500', '165329.762500', '165330.222500', '165330.682500', '165331.142500', '165331.602500', '165332.062500', '165332.522500', '165332.982500', '165333.442500', '165333.902500', '165334.362500', '165334.822500', '165335.282500', '165335.742500', '165336.202500', '165336.662500', '165337.122500', '165337.582500', '165338.042500', '165338.502500', '165338.962500', '165339.422500', '165339.882500', '165340.342500', '165340.802500', '165341.262500', '165341.722500', '165342.182500', '165342.642500', '165343.102500', '165343.562500', '165344.022500', '165344.482500', '165344.942500', '165345.402500', '165345.862500', '165346.322500', '165346.782500', '165347.242500', '165347.702500', '165348.162500', '165348.622500', '165349.082500', '165349.542500', '165350.002500', '165350.462500', '165350.922500', '165351.382500', '165351.842500', '165352.302500', '165352.762500', '165353.222500', '165353.682500', '165354.142500', '165354.602500', '165355.062500', '165355.522500', '165355.982500', '165356.442500', '165356.902500', '165357.362500', '165357.822500', '165358.282500', '165358.742500', '165359.202500', '165359.662500', '165400.122500', '165400.582500', '165401.042500', '165401.502500', '165401.962500', '165402.422500', '165402.882500', '165403.342500', '165403.802500', '165404.262500', '165404.722500', '165405.182500', '165405.642500', '165406.102500', '165406.562500', '165407.022500', '165407.482500', '165407.942500', '165408.402500', '165408.862500', '165409.322500', '165409.782500', '165410.242500', '165410.702500', '165411.162500', '165411.622500', '165412.082500', '165412.542500', '165413.002500', '165413.462500', '165413.922500', '165414.382500', '165414.842500', '165415.302500', '165415.762500', '165416.222500', '165416.682500', '165417.142500', '165417.602500', '165418.062500', '165418.522500', '165418.982500', '165419.442500', '165419.902500', '165420.362500', '165420.822500', '165421.282500', '165421.742500', '165422.202500', '165422.662500', '165423.122500', '165423.582500', '165424.042500', '165424.502500', '165424.962500', '165425.422500', '165425.882500', '165426.342500', '165426.802500', '165427.262500', '165427.722500', '165428.182500', '165428.642500', '165429.102500', '165429.562500', '165430.022500', '165430.482500', '165430.942500', '165431.402500', '165431.862500', '165432.322500', '165432.782500', '165433.242500', '165433.702500', '165434.162500', '165434.622500', '165435.082500', '165435.542500', '165436.002500', '165436.462500', '165436.922500', '165437.382500', '165437.842500', '165438.302500', '165438.762500', '165439.222500', '165439.682500', '165440.142500', '165440.602500', '165441.062500', '165441.522500', '165441.982500', '165442.442500', '165442.902500', '165443.362500', '165443.822500', '165444.282500', '165444.742500', '165445.202500', '165445.662500', '165446.122500', '165446.582500', '165447.042500', '165447.502500', '165447.962500', '165448.422500', '165448.882500', '165449.342500', '165449.802500', '165450.262500', '165450.722500', '165451.182500', '165451.642500', '165452.102500', '165452.562500', '165453.022500', '165453.482500', '165453.942500', '165454.402500', '165454.862500', '165455.322500', '165455.782500', '165456.242500', '165456.702500', '165457.162500', '165457.622500', '165458.082500', '165458.542500', '165459.002500', '165459.462500', '165459.922500', '165500.382500', '165500.842500', '165501.302500', '165501.762500', '165502.222500', '165502.682500', '165503.142500', '165503.602500', '165504.062500', '165504.522500', '165504.982500', '165505.442500', '165505.902500', '165506.362500', '165506.822500', '165507.282500', '165507.742500', '165508.202500', '165508.662500', '165509.122500', '165509.582500', '165510.042500', '165510.502500', '165510.962500', '165511.422500', '165511.882500', '165512.342500', '165512.802500', '165513.262500', '165513.722500', '165514.182500', '165514.642500', '165515.102500', '165515.562500', '165516.022500', '165516.482500', '165516.942500', '165517.402500', '165517.862500', '165518.322500', '165518.782500', '165519.242500', '165519.702500', '165520.162500', '165520.622500', '165521.082500', '165521.542500', '165522.002500', '165522.462500', '165522.922500', '165523.382500', '165523.842500', '165524.302500', '165524.762500', '165525.222500', '165525.682500', '165526.142500', '165526.602500', '165527.062500', '165527.522500', '165527.982500', '165528.442500', '165528.902500', '165529.362500', '165529.822500', '165530.282500', '165530.742500', '165531.202500', '165531.662500', '165532.122500', '165532.582500', '165533.042500', '165533.502500', '165533.962500', '165534.422500', '165534.882500', '165535.342500', '165535.802500', '165536.262500', '165536.722500', '165537.182500', '165537.642500', '165538.102500', '165538.562500', '165539.022500', '165539.482500', '165539.942500', '165540.402500', '165540.862500', '165541.322500', '165541.782500', '165542.242500', '165542.702500', '165543.162500', '165543.622500', '165544.082500', '165544.542500', '165545.002500', '165545.462500', '165545.922500', '165546.382500', '165546.842500', '165547.302500', '165547.762500', '165548.222500', '165548.682500', '165549.142500', '165549.602500', '165550.062500', '165550.522500', '165550.982500', '165551.442500', '165551.902500', '165552.362500', '165552.822500', '165553.282500', '165553.742500', '165554.202500', '165554.662500', '165555.122500', '165555.582500', '165556.042500', '165556.502500', '165556.962500', '165557.422500', '165557.882500', '165558.342500', '165558.802500', '165559.262500', '165559.722500', '165600.182500', '165600.642500', '165601.102500', '165601.562500', '165602.022500', '165602.482500', '165602.942500', '165603.402500', '165603.862500', '165604.322500', '165604.782500', '165605.242500', '165605.702500', '165606.162500', '165606.622500', '165607.082500', '165607.542500', '165608.002500', '165608.462500', '165608.922500', '165609.382500', '165609.842500', '165610.302500', '165610.762500', '165611.222500', '165611.682500', '165612.142500', '165612.602500', '165613.062500', '165613.522500', '165613.982500', '165614.442500', '165614.902500', '165615.362500', '165615.822500', '165616.282500', '165616.742500', '165617.202500', '165617.662500', '165618.122500', '165618.582500', '165619.042500', '165619.502500', '165619.962500', '165620.422500', '165620.882500', '165621.342500', '165621.802500', '165622.262500', '165622.722500', '165623.182500', '165623.642500', '165624.102500', '165624.562500', '165625.022500', '165625.482500', '165625.942500', '165626.402500', '165626.862500', '165627.322500', '165627.782500', '165628.242500', '165628.702500', '165629.162500', '165629.622500', '165630.082500', '165630.542500', '165631.002500', '165631.462500', '165631.922500', '165632.382500', '165632.842500', '165633.302500', '165633.762500', '165634.222500', '165634.682500', '165635.142500', '165635.602500', '165636.062500', '165636.522500', '165636.982500', '165637.442500', '165637.902500', '165638.362500', '165638.822500', '165639.282500', '165639.742500', '165640.202500', '165640.662500', '165641.122500', '165641.582500', '165642.042500', '165642.502500', '165642.962500', '165643.422500', '165643.882500', '165644.342500', '165644.802500', '165645.262500', '165645.722500', '165646.182500', '165646.642500', '165647.102500', '165647.562500', '165648.022500', '165648.482500', '165648.942500', '165649.402500', '165649.862500', '165650.322500', '165650.782500', '165651.242500', '165651.702500', '165652.162500', '165652.622500', '165653.082500', '165653.542500', '165654.002500', '165654.462500', '165654.922500', '165655.382500', '165655.842500', '165656.302500', '165656.762500', '165657.222500', '165657.682500', '165658.142500', '165658.602500', '165659.062500', '165659.522500', '165659.982500', '165700.442500', '165700.902500', '165701.362500', '165701.822500', '165702.282500', '165702.742500', '165703.202500', '165703.662500', '165704.122500', '165704.582500', '165705.042500', '165705.502500', '165705.962500', '165706.422500', '165706.882500', '165707.342500', '165707.802500', '165708.262500', '165708.722500', '165709.182500', '165709.642500', '165710.102500', '165710.562500', '165711.022500', '165711.482500', '165711.942500', '165712.402500', '165712.862500', '165713.322500', '165713.782500', '165714.242500', '165714.702500', '165715.162500', '165715.622500', '165716.082500', '165716.542500', '165717.002500', '165717.462500', '165717.922500', '165718.382500', '165718.842500', '165719.302500', '165719.762500', '165720.222500', '165720.682500', '165721.142500', '165721.602500', '165722.062500', '165722.522500', '165722.982500', '165723.442500', '165723.902500', '165724.362500', '165724.822500', '165725.282500', '165725.742500', '165726.202500', '165726.662500', '165727.122500', '165727.582500', '165728.042500', '165728.502500', '165728.962500', '165729.422500', '165729.882500', '165730.342500', '165730.802500', '165731.262500', '165731.722500', '165732.182500', '165732.642500', '165733.102500', '165733.562500', '165734.022500', '165734.482500', '165734.942500', '165735.402500', '165735.862500', '165736.322500', '165736.782500', '165737.242500', '165737.702500', '165738.162500', '165738.622500', '165739.082500', '165739.542500', '165740.002500', '165740.462500', '165740.922500', '165741.382500', '165741.842500', '165742.302500', '165742.762500', '165743.222500', '165743.682500', '165744.142500', '165744.602500', '165745.062500', '165745.522500', '165745.982500', '165746.442500', '165746.902500', '165747.362500', '165747.822500', '165748.282500', '165748.742500', '165749.202500', '165749.662500', '165750.122500', '165750.582500', '165751.042500', '165751.502500', '165751.962500', '165752.422500', '165752.882500', '165753.342500', '165753.802500', '165754.262500', '165754.722500', '165755.182500', '165755.642500', '165756.102500', '165756.562500', '165757.022500', '165757.482500', '165757.942500', '165758.402500', '165758.862500', '165759.322500', '165759.782500', '165800.242500', '165800.702500', '165801.162500', '165801.622500', '165802.082500', '165802.542500', '165803.002500', '165803.462500', '165803.922500', '165804.382500', '165804.842500', '165805.302500', '165805.762500', '165806.222500', '165806.682500', '165807.142500', '165807.602500', '165808.062500', '165808.522500', '165808.982500', '165809.442500', '165809.902500', '165810.362500', '165810.822500', '165811.282500', '165811.742500', '165812.202500', '165812.662500', '165813.122500', '165813.582500', '165814.042500', '165814.502500', '165814.962500', '165815.422500', '165815.882500', '165816.342500', '165816.802500', '165817.262500', '165817.722500', '165818.182500', '165818.642500', '165819.102500', '165819.562500', '165820.022500', '165820.482500', '165820.942500', '165821.402500', '165821.862500', '165822.322500', '165822.782500', '165823.242500', '165823.702500', '165824.162500', '165824.622500', '165825.082500', '165825.542500', '165826.002500', '165826.462500', '165826.922500', '165827.382500', '165827.842500', '165828.302500', '165828.762500', '165829.222500', '165829.682500', '165830.142500', '165830.602500', '165831.062500', '165831.522500', '165831.982500', '165832.442500', '165832.902500', '165833.362500', '165833.822500', '165834.282500', '165834.742500', '165835.202500', '165835.662500', '165836.122500', '165836.582500', '165837.042500', '165837.502500', '165837.962500', '165838.422500', '165838.882500', '165839.342500', '165839.802500', '165840.262500', '165840.722500', '165841.182500', '165841.642500', '165842.102500', '165842.562500', '165843.022500', '165843.482500', '165843.942500', '165844.402500', '165844.862500', '165845.322500', '165845.782500', '165846.242500', '165846.702500', '165847.162500', '165847.622500', '165848.082500', '165848.542500', '165849.002500', '165849.462500', '165849.922500', '165850.382500', '165850.842500', '165851.302500', '165851.762500', '165852.222500', '165852.682500', '165853.142500', '165853.602500', '165854.062500', '165854.522500', '165854.982500', '165855.442500', '165855.902500', '165856.362500', '165856.822500', '165857.282500', '165857.742500', '165858.202500', '165858.662500', '165859.122500', '165859.582500', '165900.042500', '165900.502500', '165900.962500', '165901.422500', '165901.882500', '165902.342500', '165902.802500', '165903.262500', '165903.722500', '165904.182500', '165904.642500', '165905.102500', '165905.562500', '165906.022500', '165906.482500', '165906.942500', '165907.402500', '165907.862500', '165908.322500', '165908.782500', '165909.242500', '165909.702500', '165910.162500', '165910.622500', '165911.082500', '165911.542500', '165912.002500', '165912.462500', '165912.922500', '165913.382500', '165913.842500', '165914.302500', '165914.762500', '165915.222500', '165915.682500', '165916.142500', '165916.602500', '165917.062500', '165917.522500', '165917.982500', '165918.442500', '165918.902500', '165919.362500', '165919.822500', '165920.282500', '165920.742500', '165921.202500', '165921.662500', '165922.122500', '165922.582500', '165923.042500', '165923.502500', '165923.962500', '165924.422500', '165924.882500', '165925.342500', '165925.802500', '165926.262500', '165926.722500', '165927.182500', '165927.642500', '165928.102500', '165928.562500', '165929.022500', '165929.482500', '165929.942500', '165930.402500', '165930.862500', '165931.322500', '165931.782500', '165932.242500', '165932.702500', '165933.162500', '165933.622500', '165934.082500', '165934.542500', '165935.002500', '165935.462500', '165935.922500', '165936.382500', '165936.842500', '165937.302500', '165937.762500', '165938.222500', '165938.682500', '165939.142500', '165939.602500', '165940.062500', '165940.522500', '165940.982500', '165941.442500', '165941.902500', '165942.362500', '165942.822500', '165943.282500', '165943.742500', '165944.202500', '165944.662500', '165945.122500', '165945.582500', '165946.042500', '165946.502500', '165946.962500', '165947.422500', '165947.882500', '165948.342500', '165948.802500', '165949.262500', '165949.722500', '165950.182500', '165950.642500', '165951.102500', '165951.562500', '165952.022500', '165952.482500', '165952.942500', '165953.402500', '165953.862500', '165954.322500', '165954.782500', '165955.242500', '165955.702500', '165956.162500', '165956.622500', '165957.082500', '165957.542500', '165958.002500', '165958.462500', '165958.922500', '165959.382500', '165959.842500', '170000.302500', '170000.762500', '170001.222500', '170001.682500', '170002.142500', '170002.602500', '170003.062500', '170003.522500', '170003.982500', '170004.442500', '170004.902500', '170005.362500', '170005.822500', '170006.282500', '170006.742500', '170007.202500', '170007.662500', '170008.122500', '170008.582500', '170009.042500', '170009.502500', '170009.962500', '170010.422500', '170010.882500', '170011.342500', '170011.802500', '170012.262500', '170012.722500', '170013.182500', '170013.642500', '170014.102500', '170014.562500', '170015.022500', '170015.482500', '170015.942500', '170016.402500', '170016.862500', '170017.322500', '170017.782500', '170018.242500', '170018.702500', '170019.162500', '170019.622500', '170020.082500', '170020.542500', '170021.002500', '170021.462500', '170021.922500', '170022.382500', '170022.842500', '170023.302500', '170023.762500', '170024.222500', '170024.682500', '170025.142500', '170025.602500', '170026.062500', '170026.522500', '170026.982500', '170027.442500', '170027.902500', '170028.362500', '170028.822500', '170029.282500', '170029.742500', '170030.202500', '170030.662500', '170031.122500', '170031.582500', '170032.042500', '170032.502500', '170032.962500', '170033.422500', '170033.882500', '170034.342500', '170034.802500', '170035.262500', '170035.722500', '170036.182500', '170036.642500', '170037.102500', '170037.562500', '170038.022500', '170038.482500', '170038.942500', '170039.402500', '170039.862500', '170040.322500', '170040.782500', '170041.242500', '170041.702500', '170042.162500', '170042.622500', '170043.082500', '170043.542500', '170044.002500', '170044.462500', '170044.922500', '170045.382500', '170045.842500', '170046.302500', '170046.762500', '170047.222500', '170047.682500', '170048.142500', '170048.602500', '170049.062500', '170049.522500', '170049.982500', '170050.442500', '170050.902500', '170051.362500', '170051.822500', '170052.282500', '170052.742500', '170053.202500', '170053.662500', '170054.122500', '170054.582500', '170055.042500', '170055.502500', '170055.962500', '170056.422500', '170056.882500', '170057.342500', '170057.802500', '170058.262500', '170058.722500', '170059.182500', '170059.642500', '170100.102500', '170100.562500', '170101.022500', '170101.482500', '170101.942500', '170102.402500', '170102.862500', '170103.322500', '170103.782500', '170104.242500', '170104.702500', '170105.162500', '170105.622500', '170106.082500', '170106.542500', '170107.002500', '170107.462500', '170107.922500', '170108.382500', '170108.842500', '170109.302500', '170109.762500', '170110.222500', '170110.682500', '170111.142500', '170111.602500', '170112.062500', '170112.522500', '170112.982500', '170113.442500', '170113.902500', '170114.362500', '170114.822500', '170115.282500', '170115.742500', '170116.202500', '170116.662500', '170117.122500', '170117.582500', '170118.042500', '170118.502500', '170118.962500', '170119.422500', '170119.882500', '170120.342500', '170120.802500', '170121.262500', '170121.722500', '170122.182500', '170122.642500', '170123.102500', '170123.562500', '170124.022500', '170124.482500', '170124.942500', '170125.402500', '170125.862500', '170126.322500', '170126.782500', '170127.242500', '170127.702500', '170128.162500', '170128.622500', '170129.082500', '170129.542500', '170130.002500', '170130.462500', '170130.922500', '170131.382500', '170131.842500', '170132.302500', '170132.762500', '170133.222500', '170133.682500', '170134.142500', '170134.602500', '170135.062500', '170135.522500', '170135.982500', '170136.442500', '170136.902500', '170137.362500', '170137.822500', '170138.282500', '170138.742500', '170139.202500', '170139.662500', '170140.122500', '170140.582500', '170141.042500', '170141.502500', '170141.962500', '170142.422500', '170142.882500', '170143.342500', '170143.802500', '170144.262500', '170144.722500', '170145.182500', '170145.642500', '170146.102500', '170146.562500', '170147.022500', '170147.482500', '170147.942500', '170148.402500', '170148.862500', '170149.322500', '170149.782500', '170150.242500', '170150.702500', '170151.162500', '170151.622500', '170152.082500', '170152.542500', '170153.002500', '170153.462500', '170153.922500', '170154.382500', '170154.842500', '170155.302500', '170155.762500', '170156.222500', '170156.682500', '170157.142500', '170157.602500', '170158.062500', '170158.522500', '170158.982500', '170159.442500', '170159.902500', '170200.362500', '170200.822500', '170201.282500', '170201.742500', '170202.202500', '170202.662500', '170203.122500', '170203.582500', '170204.042500', '170204.502500', '170204.962500', '170205.422500', '170205.882500', '170206.342500', '170206.802500', '170207.262500', '170207.722500', '170208.182500', '170208.642500', '170209.102500', '170209.562500', '170210.022500', '170210.482500', '170210.942500', '170211.402500', '170211.862500', '170212.322500', '170212.782500', '170213.242500', '170213.702500', '170214.162500', '170214.622500', '170215.082500', '170215.542500', '170216.002500', '170216.462500', '170216.922500', '170217.382500', '170217.842500', '170218.302500', '170218.762500', '170219.222500', '170219.682500', '170220.142500', '170220.602500', '170221.062500', '170221.522500', '170221.982500', '170222.442500', '170222.902500', '170223.362500', '170223.822500', '170224.282500', '170224.742500', '170225.202500', '170225.662500', '170226.122500', '170226.582500', '170227.042500', '170227.502500', '170227.962500', '170228.422500', '170228.882500', '170229.342500', '170229.802500', '170230.262500', '170230.722500', '170231.182500', '170231.642500', '170232.102500', '170232.562500', '170233.022500', '170233.482500', '170233.942500', '170234.402500', '170234.862500', '170235.322500', '170235.782500', '170236.242500', '170236.702500', '170237.162500', '170237.622500', '170238.082500', '170238.542500', '170239.002500', '170239.462500', '170239.922500', '170240.382500', '170240.842500', '170241.302500', '170241.762500', '170242.222500', '170242.682500', '170243.142500', '170243.602500', '170244.062500', '170244.522500', '170244.982500', '170245.442500', '170245.902500', '170246.362500', '170246.822500', '170247.282500', '170247.742500', '170248.202500', '170248.662500', '170249.122500', '170249.582500', '170250.042500', '170250.502500', '170250.962500', '170251.422500', '170251.882500', '170252.342500', '170252.802500', '170253.262500', '170253.722500', '170254.182500', '170254.642500', '170255.102500', '170255.562500', '170256.022500', '170256.482500', '170256.942500', '170257.402500', '170257.862500', '170258.322500', '170258.782500', '170259.242500', '170259.702500', '170300.162500', '170300.622500', '170301.082500', '170301.542500', '170302.002500', '170302.462500', '170302.922500', '170303.382500', '170303.842500', '170304.302500', '170304.762500', '170305.222500', '170305.682500', '170306.142500', '170306.602500', '170307.062500', '170307.522500', '170307.982500', '170308.442500', '170308.902500', '170309.362500', '170309.822500', '170310.282500', '170310.742500', '170311.202500', '170311.662500', '170312.122500', '170312.582500', '170313.042500', '170313.502500', '170313.962500', '170314.422500', '170314.882500', '170315.342500', '170315.802500', '170316.262500', '170316.722500', '170317.182500', '170317.642500', '170318.102500', '170318.562500', '170319.022500', '170319.482500', '170319.942500', '170320.402500', '170320.862500', '170321.322500', '170321.782500', '170322.242500', '170322.702500', '170323.162500', '170323.622500', '170324.082500', '170324.542500', '170325.002500', '170325.462500', '170325.922500', '170326.382500', '170326.842500', '170327.302500', '170327.762500', '170328.222500', '170328.682500', '170329.142500', '170329.602500', '170330.062500', '170330.522500', '170330.982500', '170331.442500', '170331.902500', '170332.362500', '170332.822500', '170333.282500', '170333.742500', '170334.202500', '170334.662500', '170335.122500', '170335.582500', '170336.042500', '170336.502500', '170336.962500', '170337.422500', '170337.882500', '170338.342500', '170338.802500', '170339.262500', '170339.722500', '170340.182500', '170340.642500', '170341.102500', '170341.562500', '170342.022500', '170342.482500', '170342.942500', '170343.402500', '170343.862500', '170344.322500', '170344.782500', '170345.242500', '170345.702500', '170346.162500', '170346.622500', '170347.082500', '170347.542500', '170348.002500', '170348.462500', '170348.922500', '170349.382500', '170349.842500', '170350.302500', '170350.762500', '170351.222500', '170351.682500', '170352.142500', '170352.602500'], 'ContentTime': ['165342.925000', '165342.928000', '165342.931000', '165342.933000', '165342.936000', '165342.938000', '165342.941000', '165342.944000', '165342.946000', '165342.949000', '165342.951000', '165342.954000', '165342.956000', '165342.959000', '165342.962000', '165342.964000', '165342.967000', '165342.969000', '165342.972000', '165342.974000', '165342.977000', '165342.980000', '165342.982000', '165342.985000', '165342.987000', '165342.990000', '165342.992000', '165342.995000', '165342.997000', '165343.001000', '165343.004000', '165343.006000', '165343.009000', '165343.011000', '165343.014000', '165343.016000', '165343.019000', '165343.022000', '165343.024000', '165343.027000', '165343.030000', '165343.041000', '165343.044000', '165343.048000', '165343.050000', '165343.053000', '165343.055000', '165402.880000', '165402.883000', '165402.886000', '165402.889000', '165402.892000', '165402.894000', '165402.897000', '165402.899000', '165402.902000', '165402.905000', '165402.907000', '165402.910000', '165402.912000', '165402.915000', '165402.917000', '165402.920000', '165402.923000', '165402.925000', '165402.928000', '165402.930000', '165402.933000', '165402.935000', '165402.938000', '165402.941000', '165402.943000', '165402.946000', '165402.948000', '165402.951000', '165402.954000', '165402.956000', '165402.959000', '165402.961000', '165402.964000', '165402.966000', '165402.969000', '165402.973000', '165402.976000', '165402.979000', '165402.981000', '165402.984000', '165402.986000', '165402.989000', '165402.992000', '165422.880000', '165422.882000', '165422.885000', '165422.888000', '165422.890000', '165422.893000', '165422.895000', '165422.898000', '165422.901000', '165422.903000', '165422.906000', '165422.908000', '165422.911000', '165422.914000', '165422.925000', '165422.927000', '165422.930000', '165422.932000', '165422.935000', '165422.937000', '165422.940000', '165422.943000', '165422.945000', '165422.948000', '165422.950000', '165422.953000', '165422.956000', '165422.958000', '165422.961000', '165422.963000', '165422.966000', '165422.968000', '165422.971000', '165422.974000', '165422.976000', '165422.979000', '165422.981000', '165422.984000', '165422.987000', '165422.989000', '165422.992000', '165422.994000', '165422.997000', '165423.000000', '165442.880000', '165442.883000', '165442.885000', '165442.888000', '165442.891000', '165442.893000', '165442.896000', '165442.899000', '165442.901000', '165442.904000', '165442.906000', '165442.909000', '165442.912000', '165442.914000', '165442.917000', '165442.919000', '165442.922000', '165442.925000', '165442.927000', '165442.930000', '165442.932000', '165442.935000', '165442.938000', '165442.940000', '165442.943000', '165442.945000', '165442.948000', '165442.951000', '165442.953000', '165442.956000', '165442.958000', '165442.961000', '165442.964000', '165442.966000', '165442.969000', '165442.971000', '165442.974000', '165442.976000', '165442.979000', '165442.982000', '165442.984000', '165442.987000', '165442.989000', '165442.992000', '165502.879000', '165502.882000', '165502.885000', '165502.887000', '165502.890000', '165502.906000', '165502.909000', '165502.911000', '165502.914000', '165502.916000', '165502.919000', '165502.921000', '165502.924000', '165502.927000', '165502.929000', '165502.932000', '165502.934000', '165502.937000', '165502.939000', '165502.942000', '165502.945000', '165502.947000', '165502.950000', '165502.952000', '165502.955000', '165502.957000', '165502.960000', '165502.963000', '165502.965000', '165502.968000', '165502.970000', '165502.973000', '165502.976000', '165502.978000', '165502.981000', '165502.983000', '165502.986000', '165502.989000', '165502.991000', '165502.994000', '165502.997000', '165503.000000', '165503.008000', '165522.880000', '165522.883000', '165522.886000', '165522.889000', '165522.891000', '165522.894000', '165522.897000', '165522.899000', '165522.902000', '165522.904000', '165522.907000', '165522.910000', '165522.912000', '165522.915000', '165522.917000', '165522.920000', '165522.922000', '165522.925000', '165522.928000', '165522.930000', '165522.933000', '165522.936000', '165522.939000', '165522.942000', '165522.945000', '165522.947000', '165522.950000', '165522.953000', '165522.955000', '165522.967000', '165522.970000', '165522.972000', '165522.975000', '165522.978000', '165522.980000', '165522.983000', '165522.986000', '165522.988000', '165522.991000', '165522.993000', '165522.996000', '165523.000000', '165523.002000', '165542.881000', '165542.883000', '165542.886000', '165542.889000', '165542.891000', '165542.894000', '165542.897000', '165542.899000', '165542.902000', '165542.904000', '165542.907000', '165542.909000', '165542.912000', '165542.915000', '165542.917000', '165542.920000', '165542.922000', '165542.925000', '165542.928000', '165542.930000', '165542.933000', '165542.935000', '165542.938000', '165542.941000', '165542.943000', '165542.946000', '165542.948000', '165542.951000', '165542.954000', '165542.956000', '165542.959000', '165542.961000', '165542.964000', '165542.967000', '165542.969000', '165542.972000', '165542.975000', '165542.977000', '165542.980000', '165542.982000', '165542.985000', '165542.987000', '165542.990000', '165542.993000', '165602.879000', '165602.882000', '165602.886000', '165602.889000', '165602.892000', '165602.895000', '165602.897000', '165602.900000', '165602.902000', '165602.905000', '165602.908000', '165602.911000', '165602.914000', '165602.917000', '165602.920000', '165602.922000', '165602.925000', '165602.927000', '165602.930000', '165602.938000', '165602.941000', '165602.943000', '165602.946000', '165602.948000', '165602.951000', '165602.953000', '165602.956000', '165602.959000', '165602.961000', '165602.964000', '165602.966000', '165602.969000', '165602.972000', '165602.974000', '165602.977000', '165602.979000', '165602.982000', '165602.984000', '165602.987000', '165602.990000', '165602.992000', '165602.995000', '165602.997000', '165622.879000', '165622.882000', '165622.885000', '165622.887000', '165622.890000', '165622.893000', '165622.895000', '165622.898000', '165622.900000', '165622.903000', '165622.906000', '165622.908000', '165622.911000', '165622.913000', '165622.916000', '165622.918000', '165622.921000', '165622.924000', '165622.926000', '165622.929000', '165622.931000', '165622.934000', '165622.937000', '165622.939000', '165622.942000', '165622.944000', '165622.947000', '165622.949000', '165622.952000', '165622.955000', '165622.957000', '165622.960000', '165622.962000', '165622.965000', '165622.968000', '165622.970000', '165622.973000', '165622.975000', '165622.978000', '165622.981000', '165622.983000', '165622.986000', '165622.988000', '165622.991000', '165642.880000', '165642.916000', '165642.919000', '165642.921000', '165642.924000', '165642.927000', '165642.929000', '165642.932000', '165642.935000', '165642.937000', '165642.940000', '165642.942000', '165642.945000', '165642.948000', '165642.950000', '165642.953000', '165642.956000', '165642.958000', '165642.961000', '165642.964000', '165642.966000', '165642.969000', '165642.971000', '165642.974000', '165642.976000', '165642.979000', '165642.982000', '165642.984000', '165642.987000', '165642.989000', '165642.992000', '165642.995000', '165642.997000', '165643.001000', '165643.003000', '165643.006000', '165643.009000', '165643.011000', '165643.014000', '165643.016000', '165643.019000', '165643.022000', '165643.024000', '165702.880000', '165702.883000', '165702.885000', '165702.888000', '165702.890000', '165702.893000', '165702.895000', '165702.898000', '165702.901000', '165702.903000', '165702.906000', '165702.908000', '165702.911000', '165702.914000', '165702.916000', '165702.919000', '165702.922000', '165702.924000', '165702.927000', '165702.929000', '165702.932000', '165702.934000', '165702.937000', '165702.940000', '165702.942000', '165702.945000', '165702.947000', '165702.950000', '165702.952000', '165702.955000', '165702.958000', '165702.960000', '165702.963000', '165702.965000', '165702.968000', '165702.970000', '165702.973000', '165702.976000', '165702.978000', '165702.981000', '165702.983000', '165702.986000', '165702.988000', '165702.991000', '165722.880000', '165722.883000', '165722.885000', '165722.888000', '165722.890000', '165722.902000', '165722.905000', '165722.908000', '165722.911000', '165722.914000', '165722.917000', '165722.919000', '165722.922000', '165722.925000', '165722.928000', '165722.931000', '165722.934000', '165722.936000', '165722.939000', '165722.941000', '165722.944000', '165722.947000', '165722.949000', '165722.953000', '165722.955000', '165722.958000', '165722.961000', '165722.963000', '165722.966000', '165722.968000', '165722.971000', '165722.973000', '165722.976000', '165722.979000', '165722.981000', '165722.984000', '165722.987000', '165722.989000', '165722.992000', '165722.994000', '165722.997000', '165722.999000', '165723.002000', '165742.881000', '165742.883000', '165742.886000', '165742.889000', '165742.891000', '165742.894000', '165742.897000', '165742.899000', '165742.902000', '165742.905000', '165742.907000', '165742.910000', '165742.912000', '165742.915000', '165742.918000', '165742.920000', '165742.923000', '165742.925000', '165742.928000', '165742.930000', '165742.933000', '165742.936000', '165742.938000', '165742.941000', '165742.943000', '165742.946000', '165742.949000', '165742.951000', '165742.954000', '165742.956000', '165742.959000', '165742.962000', '165742.964000', '165742.967000', '165742.969000', '165742.972000', '165742.974000', '165742.977000', '165742.980000', '165742.982000', '165742.985000', '165742.987000', '165742.990000', '165742.993000', '165802.879000', '165802.882000', '165802.885000', '165802.887000', '165802.890000', '165802.893000', '165802.895000', '165802.898000', '165802.900000', '165802.903000', '165802.906000', '165802.908000', '165802.911000', '165802.913000', '165802.916000', '165802.919000', '165802.921000', '165802.924000', '165802.927000', '165802.930000', '165802.933000', '165802.936000', '165802.938000', '165802.941000', '165802.944000', '165802.946000', '165802.965000', '165802.967000', '165802.970000', '165802.973000', '165802.975000', '165802.978000', '165802.980000', '165802.983000', '165802.986000', '165802.988000', '165802.991000', '165802.994000', '165802.996000', '165803.000000', '165803.003000', '165803.005000', '165803.008000', '165822.880000', '165822.882000', '165822.885000', '165822.888000', '165822.890000', '165822.893000', '165822.895000', '165822.898000', '165822.901000', '165822.903000', '165822.906000', '165822.908000', '165822.911000', '165822.914000', '165822.917000', '165822.919000', '165822.922000', '165822.925000', '165822.927000', '165822.930000', '165822.932000', '165822.935000', '165822.937000', '165822.940000', '165822.943000', '165822.945000', '165822.948000', '165822.950000', '165822.953000', '165822.956000', '165822.958000', '165822.961000', '165822.964000', '165822.966000', '165822.969000', '165822.971000', '165822.974000', '165822.976000', '165822.979000', '165822.982000', '165822.984000', '165822.987000', '165822.990000', '165822.992000', '165842.880000', '165842.882000', '165842.885000', '165842.888000', '165842.890000', '165842.893000', '165842.896000', '165842.898000', '165842.901000', '165842.903000', '165842.906000', '165842.909000', '165842.911000', '165842.914000', '165842.916000', '165842.919000', '165842.922000', '165842.924000', '165842.927000', '165842.930000', '165842.932000', '165842.935000', '165842.937000', '165842.940000', '165842.943000', '165842.945000', '165842.948000', '165842.951000', '165842.953000', '165842.956000', '165842.958000', '165842.961000', '165842.964000', '165842.967000', '165842.970000', '165842.972000', '165842.975000', '165842.977000', '165842.980000', '165842.983000', '165842.985000', '165842.988000', '165842.991000', '165902.880000', '165902.882000', '165902.885000', '165902.888000', '165902.890000', '165902.893000', '165902.895000', '165902.900000', '165902.902000', '165902.905000', '165902.908000', '165902.910000', '165902.913000', '165902.916000', '165902.918000', '165902.921000', '165902.923000', '165902.926000', '165902.929000', '165902.931000', '165902.934000', '165902.937000', '165902.939000', '165902.942000', '165902.944000', '165902.947000', '165902.950000', '165902.952000', '165902.955000', '165902.958000', '165902.960000', '165902.963000', '165902.965000', '165902.968000', '165902.970000', '165902.973000', '165902.976000', '165902.978000', '165902.981000', '165902.983000', '165902.986000', '165902.989000', '165902.991000', '165902.994000', '165922.879000', '165922.882000', '165922.885000', '165922.888000', '165922.890000', '165922.893000', '165922.895000', '165922.898000', '165922.901000', '165922.903000', '165922.906000', '165922.908000', '165922.911000', '165922.914000', '165922.916000', '165922.919000', '165922.921000', '165922.924000', '165922.927000', '165922.929000', '165922.932000', '165922.934000', '165922.937000', '165922.940000', '165922.942000', '165922.945000', '165922.947000', '165922.950000', '165922.953000', '165922.955000', '165922.958000', '165922.960000', '165922.963000', '165922.965000', '165922.968000', '165922.971000', '165922.973000', '165922.985000', '165922.988000', '165922.990000', '165922.993000', '165922.996000', '165922.998000', '165942.881000', '165942.884000', '165942.886000', '165942.889000', '165942.891000', '165942.894000', '165942.896000', '165942.899000', '165942.902000', '165942.904000', '165942.907000', '165942.910000', '165942.912000', '165942.915000', '165942.918000', '165942.920000', '165942.923000', '165942.925000', '165942.928000', '165942.930000', '165942.933000', '165942.936000', '165942.938000', '165942.941000', '165942.943000', '165942.946000', '165942.949000', '165942.951000', '165942.954000', '165942.956000', '165942.959000', '165942.961000', '165942.964000', '165942.967000', '165942.969000', '165942.972000', '165942.975000', '165942.977000', '165942.980000', '165942.982000', '165942.985000', '165942.987000', '165942.990000', '170002.880000', '170002.883000', '170002.886000', '170002.889000', '170002.891000', '170002.894000', '170002.896000', '170002.899000', '170002.902000', '170002.904000', '170002.907000', '170002.909000', '170002.912000', '170002.915000', '170002.917000', '170002.920000', '170002.922000', '170002.925000', '170002.927000', '170002.930000', '170002.933000', '170002.935000', '170002.938000', '170002.941000', '170002.943000', '170002.946000', '170002.948000', '170002.951000', '170002.953000', '170002.956000', '170002.959000', '170002.962000', '170002.965000', '170002.968000', '170002.971000', '170002.973000', '170002.976000', '170002.978000', '170002.981000', '170002.984000', '170002.986000', '170002.989000', '170002.991000', '170002.994000', '170022.880000', '170022.883000', '170022.885000', '170022.888000', '170022.890000', '170022.893000', '170022.896000', '170022.898000', '170022.901000', '170022.904000', '170022.906000', '170022.909000', '170022.911000', '170022.914000', '170022.916000', '170022.919000', '170022.922000', '170022.924000', '170022.927000', '170022.929000', '170022.932000', '170022.935000', '170022.937000', '170022.940000', '170022.942000', '170022.945000', '170022.948000', '170022.950000', '170022.953000', '170022.955000', '170022.958000', '170022.961000', '170022.963000', '170022.966000', '170022.968000', '170022.971000', '170022.974000', '170022.976000', '170022.979000', '170022.982000', '170022.984000', '170022.987000', '170022.989000', '170022.992000', '170042.880000', '170042.882000', '170042.885000', '170042.888000', '170042.890000', '170042.893000', '170042.896000', '170042.898000', '170042.901000', '170042.903000', '170042.906000', '170042.908000', '170042.911000', '170042.914000', '170042.916000', '170042.919000', '170042.921000', '170042.924000', '170042.927000', '170042.929000', '170042.932000', '170042.934000', '170042.937000', '170042.940000', '170042.942000', '170042.945000', '170042.947000', '170042.950000', '170042.952000', '170042.955000', '170042.958000', '170042.960000', '170042.963000', '170042.965000', '170042.968000', '170042.971000', '170042.973000', '170042.976000', '170042.978000', '170042.981000', '170042.984000', '170042.986000', '170042.989000', '170102.880000', '170102.882000', '170102.885000', '170102.888000', '170102.890000', '170102.893000', '170102.896000', '170102.898000', '170102.901000', '170102.903000', '170102.906000', '170102.909000', '170102.911000', '170102.914000', '170102.916000', '170102.919000', '170102.922000', '170102.924000', '170102.927000', '170102.930000', '170102.932000', '170102.935000', '170102.937000', '170102.940000', '170102.942000', '170102.945000', '170102.948000', '170102.950000', '170102.953000', '170102.955000', '170102.958000', '170102.960000', '170102.963000', '170102.966000', '170102.968000', '170102.971000', '170102.973000', '170102.976000', '170102.979000', '170102.981000', '170102.984000', '170102.986000', '170102.989000', '170102.992000', '170122.879000', '170122.882000', '170122.885000', '170122.888000', '170122.890000', '170122.893000', '170122.896000', '170122.898000', '170122.901000', '170122.903000', '170122.906000', '170122.908000', '170122.911000', '170122.914000', '170122.916000', '170122.919000', '170122.922000', '170122.924000', '170122.927000', '170122.930000', '170122.932000', '170122.935000', '170122.937000', '170122.940000', '170122.942000', '170122.945000', '170122.948000', '170122.950000', '170122.953000', '170122.955000', '170122.958000', '170122.960000', '170122.963000', '170122.966000', '170122.968000', '170122.971000', '170122.973000', '170122.976000', '170122.979000', '170122.981000', '170122.984000', '170122.986000', '170122.989000', '170142.880000', '170142.882000', '170142.885000', '170142.888000', '170142.890000', '170142.893000', '170142.896000', '170142.898000', '170142.901000', '170142.903000', '170142.906000', '170142.909000', '170142.911000', '170142.914000', '170142.916000', '170142.919000', '170142.921000', '170142.924000', '170142.927000', '170142.929000', '170142.932000', '170142.934000', '170142.937000', '170142.940000', '170142.942000', '170142.945000', '170142.947000', '170142.950000', '170142.953000', '170142.955000', '170142.958000', '170142.960000', '170142.963000', '170142.966000', '170142.968000', '170142.971000', '170142.973000', '170142.976000', '170142.978000', '170142.981000', '170142.984000', '170142.986000', '170142.989000', '170142.992000', '170202.881000', '170202.884000', '170202.886000', '170202.889000', '170202.892000', '170202.894000', '170202.897000', '170202.899000', '170202.902000', '170202.905000', '170202.907000', '170202.910000', '170202.912000', '170202.915000', '170202.918000', '170202.920000', '170202.923000', '170202.926000', '170202.928000', '170202.931000', '170202.933000', '170202.936000', '170202.938000', '170202.941000', '170202.944000', '170202.946000', '170202.949000', '170202.951000', '170202.954000', '170202.957000', '170202.959000', '170202.962000', '170202.965000', '170202.967000', '170202.970000', '170202.972000', '170202.975000', '170202.977000', '170202.980000', '170202.983000', '170202.985000', '170202.988000', '170202.990000', '170222.880000', '170222.883000', '170222.886000', '170222.889000', '170222.891000', '170222.894000', '170222.896000', '170222.899000', '170222.902000', '170222.904000', '170222.907000', '170222.910000', '170222.912000', '170222.915000', '170222.917000', '170222.920000', '170222.923000', '170222.925000', '170222.928000', '170222.930000', '170222.933000', '170222.936000', '170222.938000', '170222.941000', '170222.943000', '170222.946000', '170222.948000', '170222.951000', '170222.954000', '170222.956000', '170222.959000', '170222.962000', '170222.964000', '170222.967000', '170222.969000', '170222.972000', '170222.974000', '170222.977000', '170222.980000', '170222.982000', '170222.985000', '170222.987000', '170222.990000', '170222.993000', '170242.880000', '170242.882000', '170242.885000', '170242.888000', '170242.890000', '170242.893000', '170242.896000', '170242.898000', '170242.901000', '170242.903000', '170242.906000', '170242.908000', '170242.911000', '170242.914000', '170242.916000', '170242.919000', '170242.921000', '170242.924000', '170242.926000', '170242.929000', '170242.932000', '170242.934000', '170242.937000', '170242.939000', '170242.942000', '170242.944000', '170242.947000', '170242.950000', '170242.952000', '170242.955000', '170242.957000', '170242.960000', '170242.963000', '170242.965000', '170242.968000', '170242.970000', '170242.973000', '170242.975000', '170242.978000', '170242.981000', '170242.983000', '170242.986000', '170242.989000', '170302.880000', '170302.883000', '170302.885000', '170302.888000', '170302.890000', '170302.893000', '170302.896000', '170302.898000', '170302.901000', '170302.903000', '170302.906000', '170302.908000', '170302.911000', '170302.914000', '170302.917000', '170302.919000', '170302.922000', '170302.924000', '170302.927000', '170302.930000', '170302.932000', '170302.935000', '170302.937000', '170302.940000', '170302.942000', '170302.945000', '170302.947000', '170302.950000', '170302.953000', '170302.955000', '170302.958000', '170302.960000', '170302.963000', '170302.966000', '170302.968000', '170302.971000', '170302.973000', '170302.976000', '170302.978000', '170302.981000', '170302.984000', '170302.986000', '170302.989000', '170302.992000', '170322.880000', '170322.883000', '170322.885000', '170322.888000', '170322.891000', '170322.893000', '170322.896000', '170322.898000', '170322.901000', '170322.904000', '170322.906000', '170322.909000', '170322.911000', '170322.914000', '170322.917000', '170322.919000', '170322.922000', '170322.925000', '170322.927000', '170322.930000', '170322.932000', '170322.935000', '170322.937000', '170322.940000', '170322.943000', '170322.945000', '170322.948000', '170322.950000', '170322.953000', '170322.956000', '170322.958000', '170322.961000', '170322.963000', '170322.966000', '170322.968000', '170322.971000', '170322.974000', '170322.976000', '170322.979000', '170322.981000', '170322.991000', '170322.993000', '170322.996000', '170342.880000', '170342.883000', '170342.886000', '170342.888000', '170342.891000', '170342.893000', '170342.896000', '170342.899000', '170342.901000', '170342.904000', '170342.906000', '170342.909000', '170342.912000', '170342.914000', '170342.917000', '170342.919000', '170342.922000', '170342.925000', '170342.927000', '170342.930000', '170342.932000', '170342.935000', '170342.938000', '170342.940000', '170342.943000', '170342.946000', '170342.948000', '170342.951000', '170342.954000', '170342.956000', '170342.959000', '170342.962000', '170342.965000', '170342.967000', '170342.970000', '170342.972000', '170342.975000', '170342.978000', '170342.980000', '170342.983000', '170342.985000', '170342.988000', '170342.991000', '170353.896000', '170353.900000', '170353.902000', '170353.905000', '170353.908000', '170353.910000', '170353.913000', '170353.916000', '170353.919000', '170353.921000', '170353.924000', '170353.927000', '170353.929000', '170353.932000', '170353.935000', '170353.937000', '170353.940000', '170353.943000', '170353.945000', '170353.948000', '170353.951000', '170353.954000', '170353.959000', '170353.962000', '170353.964000'], 'InstanceCreationTime': ['165342.925000', '165342.928000', '165342.931000', '165342.933000', '165342.936000', '165342.938000', '165342.941000', '165342.944000', '165342.946000', '165342.949000', '165342.951000', '165342.954000', '165342.956000', '165342.959000', '165342.962000', '165342.964000', '165342.967000', '165342.969000', '165342.972000', '165342.974000', '165342.977000', '165342.980000', '165342.982000', '165342.985000', '165342.987000', '165342.990000', '165342.992000', '165342.995000', '165342.997000', '165343.001000', '165343.004000', '165343.006000', '165343.009000', '165343.011000', '165343.014000', '165343.016000', '165343.019000', '165343.022000', '165343.024000', '165343.027000', '165343.030000', '165343.041000', '165343.044000', '165343.048000', '165343.050000', '165343.053000', '165343.055000', '165402.880000', '165402.883000', '165402.886000', '165402.889000', '165402.892000', '165402.894000', '165402.897000', '165402.899000', '165402.902000', '165402.905000', '165402.907000', '165402.910000', '165402.912000', '165402.915000', '165402.917000', '165402.920000', '165402.923000', '165402.925000', '165402.928000', '165402.930000', '165402.933000', '165402.935000', '165402.938000', '165402.941000', '165402.943000', '165402.946000', '165402.948000', '165402.951000', '165402.954000', '165402.956000', '165402.959000', '165402.961000', '165402.964000', '165402.966000', '165402.969000', '165402.973000', '165402.976000', '165402.979000', '165402.981000', '165402.984000', '165402.986000', '165402.989000', '165402.992000', '165422.880000', '165422.882000', '165422.885000', '165422.888000', '165422.890000', '165422.893000', '165422.895000', '165422.898000', '165422.901000', '165422.903000', '165422.906000', '165422.908000', '165422.911000', '165422.914000', '165422.925000', '165422.927000', '165422.930000', '165422.932000', '165422.935000', '165422.937000', '165422.940000', '165422.943000', '165422.945000', '165422.948000', '165422.950000', '165422.953000', '165422.956000', '165422.958000', '165422.961000', '165422.963000', '165422.966000', '165422.968000', '165422.971000', '165422.974000', '165422.976000', '165422.979000', '165422.981000', '165422.984000', '165422.987000', '165422.989000', '165422.992000', '165422.994000', '165422.997000', '165423.000000', '165442.880000', '165442.883000', '165442.885000', '165442.888000', '165442.891000', '165442.893000', '165442.896000', '165442.899000', '165442.901000', '165442.904000', '165442.906000', '165442.909000', '165442.912000', '165442.914000', '165442.917000', '165442.919000', '165442.922000', '165442.925000', '165442.927000', '165442.930000', '165442.932000', '165442.935000', '165442.938000', '165442.940000', '165442.943000', '165442.945000', '165442.948000', '165442.951000', '165442.953000', '165442.956000', '165442.958000', '165442.961000', '165442.964000', '165442.966000', '165442.969000', '165442.971000', '165442.974000', '165442.976000', '165442.979000', '165442.982000', '165442.984000', '165442.987000', '165442.989000', '165442.992000', '165502.879000', '165502.882000', '165502.885000', '165502.887000', '165502.890000', '165502.906000', '165502.909000', '165502.911000', '165502.914000', '165502.916000', '165502.919000', '165502.921000', '165502.924000', '165502.927000', '165502.929000', '165502.932000', '165502.934000', '165502.937000', '165502.939000', '165502.942000', '165502.945000', '165502.947000', '165502.950000', '165502.952000', '165502.955000', '165502.957000', '165502.960000', '165502.963000', '165502.965000', '165502.968000', '165502.970000', '165502.973000', '165502.976000', '165502.978000', '165502.981000', '165502.983000', '165502.986000', '165502.989000', '165502.991000', '165502.994000', '165502.997000', '165503.000000', '165503.008000', '165522.880000', '165522.883000', '165522.886000', '165522.889000', '165522.891000', '165522.894000', '165522.897000', '165522.899000', '165522.902000', '165522.904000', '165522.907000', '165522.910000', '165522.912000', '165522.915000', '165522.917000', '165522.920000', '165522.922000', '165522.925000', '165522.928000', '165522.930000', '165522.933000', '165522.936000', '165522.939000', '165522.942000', '165522.945000', '165522.947000', '165522.950000', '165522.953000', '165522.955000', '165522.967000', '165522.970000', '165522.972000', '165522.975000', '165522.978000', '165522.980000', '165522.983000', '165522.986000', '165522.988000', '165522.991000', '165522.993000', '165522.996000', '165523.000000', '165523.002000', '165542.881000', '165542.883000', '165542.886000', '165542.889000', '165542.891000', '165542.894000', '165542.897000', '165542.899000', '165542.902000', '165542.904000', '165542.907000', '165542.909000', '165542.912000', '165542.915000', '165542.917000', '165542.920000', '165542.922000', '165542.925000', '165542.928000', '165542.930000', '165542.933000', '165542.935000', '165542.938000', '165542.941000', '165542.943000', '165542.946000', '165542.948000', '165542.951000', '165542.954000', '165542.956000', '165542.959000', '165542.961000', '165542.964000', '165542.967000', '165542.969000', '165542.972000', '165542.975000', '165542.977000', '165542.980000', '165542.982000', '165542.985000', '165542.987000', '165542.990000', '165542.993000', '165602.879000', '165602.882000', '165602.886000', '165602.889000', '165602.892000', '165602.895000', '165602.897000', '165602.900000', '165602.902000', '165602.905000', '165602.908000', '165602.911000', '165602.914000', '165602.917000', '165602.920000', '165602.922000', '165602.925000', '165602.927000', '165602.930000', '165602.938000', '165602.941000', '165602.943000', '165602.946000', '165602.948000', '165602.951000', '165602.953000', '165602.956000', '165602.959000', '165602.961000', '165602.964000', '165602.966000', '165602.969000', '165602.972000', '165602.974000', '165602.977000', '165602.979000', '165602.982000', '165602.984000', '165602.987000', '165602.990000', '165602.992000', '165602.995000', '165602.997000', '165622.879000', '165622.882000', '165622.885000', '165622.887000', '165622.890000', '165622.893000', '165622.895000', '165622.898000', '165622.900000', '165622.903000', '165622.906000', '165622.908000', '165622.911000', '165622.913000', '165622.916000', '165622.918000', '165622.921000', '165622.924000', '165622.926000', '165622.929000', '165622.931000', '165622.934000', '165622.937000', '165622.939000', '165622.942000', '165622.944000', '165622.947000', '165622.949000', '165622.952000', '165622.955000', '165622.957000', '165622.960000', '165622.962000', '165622.965000', '165622.968000', '165622.970000', '165622.973000', '165622.975000', '165622.978000', '165622.981000', '165622.983000', '165622.986000', '165622.988000', '165622.991000', '165642.880000', '165642.916000', '165642.919000', '165642.921000', '165642.924000', '165642.927000', '165642.929000', '165642.932000', '165642.935000', '165642.937000', '165642.940000', '165642.942000', '165642.945000', '165642.948000', '165642.950000', '165642.953000', '165642.956000', '165642.958000', '165642.961000', '165642.964000', '165642.966000', '165642.969000', '165642.971000', '165642.974000', '165642.976000', '165642.979000', '165642.982000', '165642.984000', '165642.987000', '165642.989000', '165642.992000', '165642.995000', '165642.997000', '165643.001000', '165643.003000', '165643.006000', '165643.009000', '165643.011000', '165643.014000', '165643.016000', '165643.019000', '165643.022000', '165643.024000', '165702.880000', '165702.883000', '165702.885000', '165702.888000', '165702.890000', '165702.893000', '165702.895000', '165702.898000', '165702.901000', '165702.903000', '165702.906000', '165702.908000', '165702.911000', '165702.914000', '165702.916000', '165702.919000', '165702.922000', '165702.924000', '165702.927000', '165702.929000', '165702.932000', '165702.934000', '165702.937000', '165702.940000', '165702.942000', '165702.945000', '165702.947000', '165702.950000', '165702.952000', '165702.955000', '165702.958000', '165702.960000', '165702.963000', '165702.965000', '165702.968000', '165702.970000', '165702.973000', '165702.976000', '165702.978000', '165702.981000', '165702.983000', '165702.986000', '165702.988000', '165702.991000', '165722.880000', '165722.883000', '165722.885000', '165722.888000', '165722.890000', '165722.902000', '165722.905000', '165722.908000', '165722.911000', '165722.914000', '165722.917000', '165722.919000', '165722.922000', '165722.925000', '165722.928000', '165722.931000', '165722.934000', '165722.936000', '165722.939000', '165722.941000', '165722.944000', '165722.947000', '165722.949000', '165722.953000', '165722.955000', '165722.958000', '165722.961000', '165722.963000', '165722.966000', '165722.968000', '165722.971000', '165722.973000', '165722.976000', '165722.979000', '165722.981000', '165722.984000', '165722.987000', '165722.989000', '165722.992000', '165722.994000', '165722.997000', '165722.999000', '165723.002000', '165742.881000', '165742.883000', '165742.886000', '165742.889000', '165742.891000', '165742.894000', '165742.897000', '165742.899000', '165742.902000', '165742.905000', '165742.907000', '165742.910000', '165742.912000', '165742.915000', '165742.918000', '165742.920000', '165742.923000', '165742.925000', '165742.928000', '165742.930000', '165742.933000', '165742.936000', '165742.938000', '165742.941000', '165742.943000', '165742.946000', '165742.949000', '165742.951000', '165742.954000', '165742.956000', '165742.959000', '165742.962000', '165742.964000', '165742.967000', '165742.969000', '165742.972000', '165742.974000', '165742.977000', '165742.980000', '165742.982000', '165742.985000', '165742.987000', '165742.990000', '165742.993000', '165802.879000', '165802.882000', '165802.885000', '165802.887000', '165802.890000', '165802.893000', '165802.895000', '165802.898000', '165802.900000', '165802.903000', '165802.906000', '165802.908000', '165802.911000', '165802.913000', '165802.916000', '165802.919000', '165802.921000', '165802.924000', '165802.927000', '165802.930000', '165802.933000', '165802.936000', '165802.938000', '165802.941000', '165802.944000', '165802.946000', '165802.965000', '165802.967000', '165802.970000', '165802.973000', '165802.975000', '165802.978000', '165802.980000', '165802.983000', '165802.986000', '165802.988000', '165802.991000', '165802.994000', '165802.996000', '165803.000000', '165803.003000', '165803.005000', '165803.008000', '165822.880000', '165822.882000', '165822.885000', '165822.888000', '165822.890000', '165822.893000', '165822.895000', '165822.898000', '165822.901000', '165822.903000', '165822.906000', '165822.908000', '165822.911000', '165822.914000', '165822.917000', '165822.919000', '165822.922000', '165822.925000', '165822.927000', '165822.930000', '165822.932000', '165822.935000', '165822.937000', '165822.940000', '165822.943000', '165822.945000', '165822.948000', '165822.950000', '165822.953000', '165822.956000', '165822.958000', '165822.961000', '165822.964000', '165822.966000', '165822.969000', '165822.971000', '165822.974000', '165822.976000', '165822.979000', '165822.982000', '165822.984000', '165822.987000', '165822.990000', '165822.992000', '165842.880000', '165842.882000', '165842.885000', '165842.888000', '165842.890000', '165842.893000', '165842.896000', '165842.898000', '165842.901000', '165842.903000', '165842.906000', '165842.909000', '165842.911000', '165842.914000', '165842.916000', '165842.919000', '165842.922000', '165842.924000', '165842.927000', '165842.930000', '165842.932000', '165842.935000', '165842.937000', '165842.940000', '165842.943000', '165842.945000', '165842.948000', '165842.951000', '165842.953000', '165842.956000', '165842.958000', '165842.961000', '165842.964000', '165842.967000', '165842.970000', '165842.972000', '165842.975000', '165842.977000', '165842.980000', '165842.983000', '165842.985000', '165842.988000', '165842.991000', '165902.880000', '165902.882000', '165902.885000', '165902.888000', '165902.890000', '165902.893000', '165902.895000', '165902.900000', '165902.902000', '165902.905000', '165902.908000', '165902.910000', '165902.913000', '165902.916000', '165902.918000', '165902.921000', '165902.923000', '165902.926000', '165902.929000', '165902.931000', '165902.934000', '165902.937000', '165902.939000', '165902.942000', '165902.944000', '165902.947000', '165902.950000', '165902.952000', '165902.955000', '165902.958000', '165902.960000', '165902.963000', '165902.965000', '165902.968000', '165902.970000', '165902.973000', '165902.976000', '165902.978000', '165902.981000', '165902.983000', '165902.986000', '165902.989000', '165902.991000', '165902.994000', '165922.879000', '165922.882000', '165922.885000', '165922.888000', '165922.890000', '165922.893000', '165922.895000', '165922.898000', '165922.901000', '165922.903000', '165922.906000', '165922.908000', '165922.911000', '165922.914000', '165922.916000', '165922.919000', '165922.921000', '165922.924000', '165922.927000', '165922.929000', '165922.932000', '165922.934000', '165922.937000', '165922.940000', '165922.942000', '165922.945000', '165922.947000', '165922.950000', '165922.953000', '165922.955000', '165922.958000', '165922.960000', '165922.963000', '165922.965000', '165922.968000', '165922.971000', '165922.973000', '165922.985000', '165922.988000', '165922.990000', '165922.993000', '165922.996000', '165922.998000', '165942.881000', '165942.884000', '165942.886000', '165942.889000', '165942.891000', '165942.894000', '165942.896000', '165942.899000', '165942.902000', '165942.904000', '165942.907000', '165942.910000', '165942.912000', '165942.915000', '165942.918000', '165942.920000', '165942.923000', '165942.925000', '165942.928000', '165942.930000', '165942.933000', '165942.936000', '165942.938000', '165942.941000', '165942.943000', '165942.946000', '165942.949000', '165942.951000', '165942.954000', '165942.956000', '165942.959000', '165942.961000', '165942.964000', '165942.967000', '165942.969000', '165942.972000', '165942.975000', '165942.977000', '165942.980000', '165942.982000', '165942.985000', '165942.987000', '165942.990000', '170002.880000', '170002.883000', '170002.886000', '170002.889000', '170002.891000', '170002.894000', '170002.896000', '170002.899000', '170002.902000', '170002.904000', '170002.907000', '170002.909000', '170002.912000', '170002.915000', '170002.917000', '170002.920000', '170002.922000', '170002.925000', '170002.927000', '170002.930000', '170002.933000', '170002.935000', '170002.938000', '170002.941000', '170002.943000', '170002.946000', '170002.948000', '170002.951000', '170002.953000', '170002.956000', '170002.959000', '170002.962000', '170002.965000', '170002.968000', '170002.971000', '170002.973000', '170002.976000', '170002.978000', '170002.981000', '170002.984000', '170002.986000', '170002.989000', '170002.991000', '170002.994000', '170022.880000', '170022.883000', '170022.885000', '170022.888000', '170022.890000', '170022.893000', '170022.896000', '170022.898000', '170022.901000', '170022.904000', '170022.906000', '170022.909000', '170022.911000', '170022.914000', '170022.916000', '170022.919000', '170022.922000', '170022.924000', '170022.927000', '170022.929000', '170022.932000', '170022.935000', '170022.937000', '170022.940000', '170022.942000', '170022.945000', '170022.948000', '170022.950000', '170022.953000', '170022.955000', '170022.958000', '170022.961000', '170022.963000', '170022.966000', '170022.968000', '170022.971000', '170022.974000', '170022.976000', '170022.979000', '170022.982000', '170022.984000', '170022.987000', '170022.989000', '170022.992000', '170042.880000', '170042.882000', '170042.885000', '170042.888000', '170042.890000', '170042.893000', '170042.896000', '170042.898000', '170042.901000', '170042.903000', '170042.906000', '170042.908000', '170042.911000', '170042.914000', '170042.916000', '170042.919000', '170042.921000', '170042.924000', '170042.927000', '170042.929000', '170042.932000', '170042.934000', '170042.937000', '170042.940000', '170042.942000', '170042.945000', '170042.947000', '170042.950000', '170042.952000', '170042.955000', '170042.958000', '170042.960000', '170042.963000', '170042.965000', '170042.968000', '170042.971000', '170042.973000', '170042.976000', '170042.978000', '170042.981000', '170042.984000', '170042.986000', '170042.989000', '170102.880000', '170102.882000', '170102.885000', '170102.888000', '170102.890000', '170102.893000', '170102.896000', '170102.898000', '170102.901000', '170102.903000', '170102.906000', '170102.909000', '170102.911000', '170102.914000', '170102.916000', '170102.919000', '170102.922000', '170102.924000', '170102.927000', '170102.930000', '170102.932000', '170102.935000', '170102.937000', '170102.940000', '170102.942000', '170102.945000', '170102.948000', '170102.950000', '170102.953000', '170102.955000', '170102.958000', '170102.960000', '170102.963000', '170102.966000', '170102.968000', '170102.971000', '170102.973000', '170102.976000', '170102.979000', '170102.981000', '170102.984000', '170102.986000', '170102.989000', '170102.992000', '170122.879000', '170122.882000', '170122.885000', '170122.888000', '170122.890000', '170122.893000', '170122.896000', '170122.898000', '170122.901000', '170122.903000', '170122.906000', '170122.908000', '170122.911000', '170122.914000', '170122.916000', '170122.919000', '170122.922000', '170122.924000', '170122.927000', '170122.930000', '170122.932000', '170122.935000', '170122.937000', '170122.940000', '170122.942000', '170122.945000', '170122.948000', '170122.950000', '170122.953000', '170122.955000', '170122.958000', '170122.960000', '170122.963000', '170122.966000', '170122.968000', '170122.971000', '170122.973000', '170122.976000', '170122.979000', '170122.981000', '170122.984000', '170122.986000', '170122.989000', '170142.880000', '170142.882000', '170142.885000', '170142.888000', '170142.890000', '170142.893000', '170142.896000', '170142.898000', '170142.901000', '170142.903000', '170142.906000', '170142.909000', '170142.911000', '170142.914000', '170142.916000', '170142.919000', '170142.921000', '170142.924000', '170142.927000', '170142.929000', '170142.932000', '170142.934000', '170142.937000', '170142.940000', '170142.942000', '170142.945000', '170142.947000', '170142.950000', '170142.953000', '170142.955000', '170142.958000', '170142.960000', '170142.963000', '170142.966000', '170142.968000', '170142.971000', '170142.973000', '170142.976000', '170142.978000', '170142.981000', '170142.984000', '170142.986000', '170142.989000', '170142.992000', '170202.881000', '170202.884000', '170202.886000', '170202.889000', '170202.892000', '170202.894000', '170202.897000', '170202.899000', '170202.902000', '170202.905000', '170202.907000', '170202.910000', '170202.912000', '170202.915000', '170202.918000', '170202.920000', '170202.923000', '170202.926000', '170202.928000', '170202.931000', '170202.933000', '170202.936000', '170202.938000', '170202.941000', '170202.944000', '170202.946000', '170202.949000', '170202.951000', '170202.954000', '170202.957000', '170202.959000', '170202.962000', '170202.965000', '170202.967000', '170202.970000', '170202.972000', '170202.975000', '170202.977000', '170202.980000', '170202.983000', '170202.985000', '170202.988000', '170202.990000', '170222.880000', '170222.883000', '170222.886000', '170222.889000', '170222.891000', '170222.894000', '170222.896000', '170222.899000', '170222.902000', '170222.904000', '170222.907000', '170222.910000', '170222.912000', '170222.915000', '170222.917000', '170222.920000', '170222.923000', '170222.925000', '170222.928000', '170222.930000', '170222.933000', '170222.936000', '170222.938000', '170222.941000', '170222.943000', '170222.946000', '170222.948000', '170222.951000', '170222.954000', '170222.956000', '170222.959000', '170222.962000', '170222.964000', '170222.967000', '170222.969000', '170222.972000', '170222.974000', '170222.977000', '170222.980000', '170222.982000', '170222.985000', '170222.987000', '170222.990000', '170222.993000', '170242.880000', '170242.882000', '170242.885000', '170242.888000', '170242.890000', '170242.893000', '170242.896000', '170242.898000', '170242.901000', '170242.903000', '170242.906000', '170242.908000', '170242.911000', '170242.914000', '170242.916000', '170242.919000', '170242.921000', '170242.924000', '170242.926000', '170242.929000', '170242.932000', '170242.934000', '170242.937000', '170242.939000', '170242.942000', '170242.944000', '170242.947000', '170242.950000', '170242.952000', '170242.955000', '170242.957000', '170242.960000', '170242.963000', '170242.965000', '170242.968000', '170242.970000', '170242.973000', '170242.975000', '170242.978000', '170242.981000', '170242.983000', '170242.986000', '170242.989000', '170302.880000', '170302.883000', '170302.885000', '170302.888000', '170302.890000', '170302.893000', '170302.896000', '170302.898000', '170302.901000', '170302.903000', '170302.906000', '170302.908000', '170302.911000', '170302.914000', '170302.917000', '170302.919000', '170302.922000', '170302.924000', '170302.927000', '170302.930000', '170302.932000', '170302.935000', '170302.937000', '170302.940000', '170302.942000', '170302.945000', '170302.947000', '170302.950000', '170302.953000', '170302.955000', '170302.958000', '170302.960000', '170302.963000', '170302.966000', '170302.968000', '170302.971000', '170302.973000', '170302.976000', '170302.978000', '170302.981000', '170302.984000', '170302.986000', '170302.989000', '170302.992000', '170322.880000', '170322.883000', '170322.885000', '170322.888000', '170322.891000', '170322.893000', '170322.896000', '170322.898000', '170322.901000', '170322.904000', '170322.906000', '170322.909000', '170322.911000', '170322.914000', '170322.917000', '170322.919000', '170322.922000', '170322.925000', '170322.927000', '170322.930000', '170322.932000', '170322.935000', '170322.937000', '170322.940000', '170322.943000', '170322.945000', '170322.948000', '170322.950000', '170322.953000', '170322.956000', '170322.958000', '170322.961000', '170322.963000', '170322.966000', '170322.968000', '170322.971000', '170322.974000', '170322.976000', '170322.979000', '170322.981000', '170322.991000', '170322.993000', '170322.996000', '170342.880000', '170342.883000', '170342.886000', '170342.888000', '170342.891000', '170342.893000', '170342.896000', '170342.899000', '170342.901000', '170342.904000', '170342.906000', '170342.909000', '170342.912000', '170342.914000', '170342.917000', '170342.919000', '170342.922000', '170342.925000', '170342.927000', '170342.930000', '170342.932000', '170342.935000', '170342.938000', '170342.940000', '170342.943000', '170342.946000', '170342.948000', '170342.951000', '170342.954000', '170342.956000', '170342.959000', '170342.962000', '170342.965000', '170342.967000', '170342.970000', '170342.972000', '170342.975000', '170342.978000', '170342.980000', '170342.983000', '170342.985000', '170342.988000', '170342.991000', '170353.896000', '170353.900000', '170353.902000', '170353.905000', '170353.908000', '170353.910000', '170353.913000', '170353.916000', '170353.919000', '170353.921000', '170353.924000', '170353.927000', '170353.929000', '170353.932000', '170353.935000', '170353.937000', '170353.940000', '170353.943000', '170353.945000', '170353.948000', '170353.951000', '170353.954000', '170353.959000', '170353.962000', '170353.964000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [9794, 8162, 9263, 9898, 9199, 8276, 10807, 9687, 9052, 8865, 11513, 9113, 8685, 11446, 9412, 12924, 11222, 8862, 14457, 11313, 9035, 12999, 9839, 8908, 9454, 9305, 10993, 9519, 8567, 11500, 10085, 8743, 11764, 9403, 8554, 9999, 9145, 8548, 9145, 9220, 10517, 8809, 8906, 9864, 9222, 9119, 9347, 8909, 8627, 11507, 9831, 8472, 12169, 12288, 9085, 13946, 12560, 8912, 14904, 11462, 9355, 13289, 9704, 12332, 12730, 9258, 13755, 9549, 8959, 14403, 11536, 8849, 16029, 13143, 8964, 14684, 9544, 8441, 10177, 8733, 12131, 8783, 8589, 12885, 8761, 8343, 11487, 8785, 9003, 9384, 8633, 8115, 8510, 8505, 10769, 8120, 8569, 11030, 8752, 8200, 11019, 8992, 8323, 10387, 8851, 8559, 10040, 8890, 8655, 11728, 8994, 8528, 11811, 9158, 8645, 13626, 9528, 8573, 14244, 10428, 8472, 14372, 10804, 10433, 13722, 9062, 13724, 11026, 8561, 16634, 12036, 8494, 15241, 9221, 8701, 14869, 9145, 8587, 14309, 9099, 8482, 13815, 9515, 8504, 13731, 10699, 8387, 12917, 9681, 8650, 14483, 13477, 8485, 14119, 9255, 8440, 15653, 12180, 8362, 14336, 8712, 8272, 13203, 8453, 8403, 8079, 8203, 8720, 8114, 9327, 8958, 8270, 12529, 8736, 8457, 13550, 9708, 8593, 14496, 8765, 8571, 11550, 9156, 8747, 11670, 8780, 8531, 12441, 9226, 8443, 13396, 12054, 8674, 11609, 13059, 9766, 9257, 11807, 9252, 11458, 12944, 9086, 9317, 9044, 8903, 10987, 12221, 8635, 8025, 9198, 9178, 8481, 10305, 9423, 8499, 11992, 9946, 8898, 14365, 10124, 8558, 12773, 9251, 8981, 13101, 12273, 9467, 13544, 12307, 8798, 16172, 13026, 8984, 16233, 11105, 9180, 14611, 10444, 8901, 12892, 9396, 8549, 9917, 9652, 8365, 10916, 9192, 8795, 10262, 8975, 9052, 8446, 8745, 8746, 8337, 10263, 9808, 8855, 12916, 11522, 9230, 14152, 10602, 12521, 10906, 9244, 10075, 9312, 9140, 12273, 9452, 8795, 13248, 10089, 8931, 10744, 9178, 8630, 9305, 9094, 9117, 8876, 8866, 10001, 8631, 8594, 9635, 8851, 8622, 13256, 9819, 8530, 11321, 10034, 10827, 10333, 8618, 13736, 10938, 8585, 14986, 11594, 8287, 12230, 8918, 9104, 8327, 8513, 9842, 8204, 8321, 15084, 12976, 8644, 13794, 11084, 8916, 12190, 8792, 8579, 9654, 8508, 8160, 10270, 8390, 8514, 9192, 8246, 7633, 9579, 8652, 7911, 14268, 8380, 8281, 13208, 8208, 8397, 12384, 9110, 8699, 13353, 9268, 11538, 11297, 8906, 15278, 12262, 8726, 11495, 8546, 8097, 9236, 8661, 7882, 8895, 7966, 10918, 8585, 7865, 12346, 8995, 7709, 10314, 8447, 16938, 11676, 8312, 15003, 8393, 18782, 15316, 10960, 15674, 8276, 12882, 13665, 8036, 16540, 8281, 14276, 12638, 7974, 16281, 10608, 16241, 15073, 10483, 14503, 8480, 17606, 11002, 15114, 13190, 7953, 15911, 8418, 17743, 10467, 9048, 12077, 8203, 11654, 8693, 7676, 10177, 8014, 12564, 8945, 7913, 14901, 8752, 11990, 11045, 8249, 16678, 11627, 7949, 15690, 9038, 16735, 12144, 8277, 17236, 8658, 15908, 14266, 8670, 17282, 9476, 10452, 10551, 8256, 17073, 13010, 7730, 13836, 7955, 14976, 13670, 8382, 16908, 8240, 15214, 12333, 8649, 17682, 12653, 8342, 12679, 8180, 16798, 13463, 8065, 15775, 8114, 15154, 12611, 8176, 16378, 8070, 12600, 10337, 8244, 15773, 8904, 7911, 11334, 8093, 15890, 14338, 8914, 16645, 8469, 14861, 14111, 9302, 17536, 11159, 16990, 14487, 8378, 16334, 8444, 14981, 14671, 8275, 15420, 12266, 8047, 16759, 11601, 11787, 13272, 8788, 12404, 9145, 8785, 15631, 12358, 8301, 12071, 8876, 13024, 9601, 8632, 15564, 13377, 8724, 14220, 8394, 7977, 12781, 10160, 9473, 11132, 8638, 10437, 8545, 8172, 14352, 12337, 8753, 15522, 10577, 8216, 12873, 8871, 14646, 13284, 8455, 14822, 8886, 8002, 8673, 8380, 12145, 8490, 8158, 12824, 8732, 7883, 8590, 8874, 8013, 9170, 8597, 7808, 8812, 8036, 7946, 8194, 8138, 7978, 8807, 8252, 8108, 8487, 8231, 11700, 8581, 8226, 14864, 10277, 8461, 14569, 11642, 8514, 14275, 9949, 8492, 14130, 11957, 8620, 15143, 11059, 8463, 14475, 11587, 13326, 13933, 8820, 15029, 12443, 8632, 16674, 13790, 8608, 15582, 12108, 8640, 14867, 10040, 8363, 15009, 12380, 8510, 14040, 8644, 8683, 14650, 13477, 10324, 15220, 9152, 13423, 12551, 8422, 14952, 14189, 8638, 15542, 12420, 8964, 16147, 14420, 9627, 14937, 9244, 8006, 11680, 9208, 14129, 13941, 9120, 13244, 8351, 8558, 11556, 8465, 8968, 12098, 8675, 8948, 14631, 12006, 8801, 15125, 12071, 9082, 16977, 13997, 10834, 16055, 12208, 8735, 15355, 12373, 13050, 14508, 8948, 11581, 10694, 8284, 13937, 14354, 8988, 12486, 11408, 8465, 15800, 13692, 9718, 16460, 10669, 8288, 15215, 15196, 12012, 10485, 17356, 9983, 7702, 15001, 8962, 7817, 15173, 11064, 8005, 17415, 12739, 8396, 16986, 12935, 8512, 15493, 8559, 10800, 14081, 8430, 15250, 11742, 8379, 17738, 14490, 10884, 17185, 10688, 10361, 14944, 8808, 16268, 14745, 8554, 16964, 12442, 8551, 17688, 13872, 8580, 16434, 8582, 14600, 14189, 10166, 17725, 11680, 8414, 10322, 8312, 7675, 11877, 16418, 12512, 8479, 17990, 13737, 11150, 17807, 13745, 9746, 16791, 9820, 10369, 16482, 9179, 15505, 11282, 8498, 17832, 14354, 8633, 18014, 12918, 8691, 16038, 8385, 11869, 13333, 8517, 16555, 9980, 8203, 16380, 8644, 14890, 13638, 8262, 16472, 9929, 8205, 16413, 8840, 8661, 18014, 13836, 8463, 16622, 8820, 16312, 14478, 12188, 18751, 11526, 9266, 12769, 8474, 17630, 15476, 10601, 17911, 8265, 7691, 12212, 8618, 12634, 13709, 8606, 16544, 13120, 8144, 17300, 10306, 14729, 15443, 8402, 16052, 9815, 8388, 15521, 9527, 8351, 15998, 8323, 7983, 13314, 8538, 16160, 14933, 9682, 18738, 13989, 10262, 17043, 11786, 15444, 14449, 8392, 17383, 12817, 8692, 17692, 14287, 8352, 16910, 9589, 8395, 16749, 13344, 12152, 15824, 8503, 13858, 11515, 7805, 9985, 16424, 12163, 8563, 15150, 10160, 8140, 13455, 14955, 8539, 11285, 11091, 8036, 14272, 15642, 8616, 14394, 13191, 8302, 16213, 15826, 8676, 16352, 12146, 8269, 17184, 14179, 9312, 17532, 11561, 8390, 17878, 15630, 11486, 18203, 14540, 9060, 18632, 14479, 11185, 17899, 11614, 8359, 17875, 14157, 11409, 18301, 10657, 8385, 16417, 12257, 8836, 17258, 9035, 8245, 15403, 10846, 8645, 17355, 12583, 10575, 15020, 8184, 13683, 14960, 9576, 14246, 12392, 8197, 15601, 9659, 8650, 17110, 11098, 8157, 16133, 8738, 8227, 15451, 10474, 8445, 14714, 8906, 8114, 14250, 11823, 9059, 14038, 14605, 9070, 10148, 16765, 12530, 10298, 15352, 15017, 9152, 8312, 15877, 11259, 7904, 17139, 13757, 8329, 17549, 13830, 13039, 17477, 8820, 16064, 15650, 10721, 17610, 13670, 10453, 15387, 8440, 15037, 13054, 8252, 13583, 8725, 8193, 17348, 13595, 8656, 17940, 12173, 8619, 16596, 10134, 15691, 15219, 8400, 15533, 11406, 8301, 18243, 14380, 9149, 16923, 8571, 14859, 13918, 10935, 18994, 13004, 10539, 14308, 8628, 16223, 13168, 8800, 17149, 9850, 8299, 15803, 8324, 7846, 14720, 8699, 14756, 11878, 8486, 17676, 13360, 14829, 14543, 8790, 17881, 12558, 15390, 16295, 10554, 16409, 10577, 8577, 17452, 12044, 12367, 15899, 9243, 8141, 11618, 8793, 8242, 14669, 10481, 8648, 17801, 14451, 10866, 15721, 8717, 18071, 13786, 14029, 15335, 8571, 17188, 10119, 11150, 11268, 8479, 15632, 9198, 8033, 12487, 8512, 10917, 10923, 8315, 14794, 9573, 8051, 15434, 9513, 14096, 12885, 8255, 15645, 11673, 8830, 16825, 12006, 11589, 14883, 8403, 14538, 12099, 8782, 17216, 15476, 11085, 16336, 10115, 12985, 15492, 10063, 14902, 13236, 8439, 17319, 11318, 8288, 17076, 10494, 7960, 13572, 8477, 12637, 12576, 8174, 14363, 9571, 8477, 16750, 12341, 10092, 16178, 8687, 11435, 11342, 8297, 16528, 12994, 8234, 15740, 8686, 13310, 13974, 8376, 14326, 9537, 8406, 16805, 12889, 8571, 15710, 8478, 7920, 11838, 8699, 14559, 11110, 8420, 15716, 10433, 8962, 15148, 9316, 13620, 12616, 8358, 16832, 12954, 11357, 16679, 8837, 13199, 12004, 8718, 16216, 11974, 8564, 16367, 9511, 8233, 15962, 11560, 10801, 14790, 8826, 13542, 11041, 8371, 16146, 12273, 8442, 16304, 9500, 8711, 14951, 8458, 13513, 11245, 8453, 16952, 9899, 8717, 15994, 8518, 14085, 9806, 8194, 15038, 10074, 8547, 15650, 8712, 14012, 9356, 8430, 16211, 10007, 7889, 14221, 8676, 8458, 10228, 8345, 13938, 10964, 8492, 14164, 10701, 8837, 16553, 12230, 11695, 17082, 10471, 13470, 13577, 9076, 18123, 15242, 12733, 17197, 8966, 14038, 10578, 8722, 17129, 13172, 8530, 15866, 8262, 8630, 11394, 8240, 16198, 11349, 8367, 14879, 9964, 8305, 15495, 11207, 8720, 15063, 9170, 12784, 12026, 8556, 17457, 15137, 12103, 15993, 9167, 10365, 12007, 8765, 15573, 12320, 8627, 15064, 9398, 8593, 15195, 11701, 8613, 16171, 10627, 8416, 14801, 9519, 12123, 15279, 10698, 13210, 14190, 9061, 17296, 11130, 16017, 15127, 12220, 17535, 9044, 8183, 12898, 9204, 10050, 9274, 8802, 16124, 10560, 8611, 15773, 8611, 8395, 14675, 9148, 15517, 14632, 9074, 15832, 10691, 8498, 14208, 9276, 14657, 13926, 9188, 15633, 12703, 8863, 16725, 11029, 12054, 12070, 9034, 16624, 13553, 8962, 15469, 9139, 8030, 10556, 8839, 12768, 11247, 8974, 12124, 8904, 8453, 14428, 11735, 8803, 15295, 9778, 8693, 11173, 8886, 14529, 11092, 8895, 15299, 9873, 8574, 14163, 9042, 9625, 14454, 8986, 14179, 12945, 9626, 15126, 10529, 14065, 14186, 10211, 17051, 12287, 13249, 13370, 8541, 15204, 9481, 13960, 8982, 8435, 12413, 8741, 8686, 13719, 8979, 7867, 9334, 8788, 15032, 9632, 8869, 14514, 9246, 11811, 10022, 8905, 15655, 12132, 9102, 14903, 9244, 11976, 12231, 8860, 15260, 12076, 9752], 'WindowCenter': [4624.0, 4582.0, 4588.0, 4586.0, 4598.0, 4567.0, 4617.0, 4598.0, 4586.0, 4576.0, 4604.0, 4586.0, 4577.0, 4615.0, 4597.0, 4637.0, 4617.0, 4589.0, 4646.0, 4617.0, 4587.0, 4635.0, 4606.0, 4597.0, 4608.0, 4610.0, 4629.0, 4608.0, 4587.0, 4627.0, 4618.0, 4597.0, 4637.0, 4610.0, 4598.0, 4618.0, 4608.0, 4599.0, 4607.0, 4608.0, 4627.0, 4599.0, 4609.0, 4620.0, 4619.0, 4611.0, 4610.0, 4609.0, 4611.0, 4639.0, 4632.0, 4600.0, 4651.0, 4650.0, 4612.0, 4661.0, 4650.0, 4610.0, 4659.0, 4651.0, 4609.0, 4658.0, 4618.0, 4647.0, 4648.0, 4609.0, 4658.0, 4609.0, 4609.0, 4658.0, 4638.0, 4608.0, 4666.0, 4647.0, 4607.0, 4657.0, 4618.0, 4588.0, 4616.0, 4597.0, 4639.0, 4586.0, 4598.0, 4645.0, 4598.0, 4597.0, 4638.0, 4610.0, 4608.0, 4608.0, 4598.0, 4588.0, 4597.0, 4611.0, 4639.0, 4589.0, 4597.0, 4627.0, 4610.0, 4600.0, 4641.0, 4621.0, 4601.0, 4629.0, 4620.0, 4609.0, 4630.0, 4621.0, 4610.0, 4635.0, 4622.0, 4610.0, 4660.0, 4618.0, 4612.0, 4671.0, 4631.0, 4623.0, 4642.0, 4640.0, 4601.0, 4667.0, 4637.0, 4627.0, 4657.0, 4607.0, 4668.0, 4627.0, 4610.0, 4677.0, 4635.0, 4597.0, 4668.0, 4608.0, 4610.0, 4666.0, 4595.0, 4584.0, 4668.0, 4595.0, 4610.0, 4643.0, 4619.0, 4599.0, 4669.0, 4641.0, 4612.0, 4658.0, 4630.0, 4610.0, 4669.0, 4658.0, 4597.0, 4657.0, 4618.0, 4600.0, 4666.0, 4611.0, 4599.0, 4655.0, 4598.0, 4600.0, 4656.0, 4587.0, 4597.0, 4587.0, 4598.0, 4609.0, 4600.0, 4580.0, 4620.0, 4599.0, 4657.0, 4610.0, 4597.0, 4658.0, 4606.0, 4612.0, 4668.0, 4608.0, 4572.0, 4624.0, 4618.0, 4583.0, 4636.0, 4598.0, 4622.0, 4658.0, 4621.0, 4600.0, 4657.0, 4648.0, 4610.0, 4623.0, 4656.0, 4617.0, 4620.0, 4649.0, 4607.0, 4647.0, 4657.0, 4609.0, 4617.0, 4595.0, 4609.0, 4637.0, 4647.0, 4597.0, 4588.0, 4618.0, 4620.0, 4611.0, 4638.0, 4618.0, 4609.0, 4649.0, 4629.0, 4621.0, 4668.0, 4628.0, 4609.0, 4658.0, 4619.0, 4622.0, 4658.0, 4637.0, 4620.0, 4668.0, 4646.0, 4596.0, 4655.0, 4644.0, 4595.0, 4640.0, 4625.0, 4591.0, 4656.0, 4627.0, 4597.0, 4645.0, 4605.0, 4596.0, 4616.0, 4616.0, 4597.0, 4639.0, 4618.0, 4608.0, 4638.0, 4620.0, 4620.0, 4611.0, 4621.0, 4621.0, 4624.0, 4651.0, 4643.0, 4632.0, 4670.0, 4660.0, 4621.0, 4670.0, 4639.0, 4658.0, 4639.0, 4618.0, 4627.0, 4618.0, 4619.0, 4648.0, 4619.0, 4610.0, 4670.0, 4640.0, 4619.0, 4639.0, 4629.0, 4621.0, 4631.0, 4632.0, 4620.0, 4620.0, 4620.0, 4639.0, 4621.0, 4622.0, 4639.0, 4631.0, 4622.0, 4680.0, 4643.0, 4635.0, 4662.0, 4655.0, 4663.0, 4642.0, 4621.0, 4670.0, 4651.0, 4621.0, 4679.0, 4661.0, 4612.0, 4660.0, 4621.0, 4609.0, 4610.0, 4622.0, 4640.0, 4610.0, 4609.0, 4677.0, 4670.0, 4621.0, 4668.0, 4650.0, 4619.0, 4647.0, 4609.0, 4609.0, 4629.0, 4621.0, 4610.0, 4640.0, 4622.0, 4621.0, 4630.0, 4611.0, 4590.0, 4619.0, 4609.0, 4601.0, 4680.0, 4612.0, 4614.0, 4670.0, 4611.0, 4612.0, 4659.0, 4620.0, 4611.0, 4669.0, 4623.0, 4650.0, 4650.0, 4620.0, 4680.0, 4663.0, 4612.0, 4649.0, 4609.0, 4601.0, 4620.0, 4610.0, 4590.0, 4610.0, 4602.0, 4650.0, 4622.0, 4603.0, 4661.0, 4624.0, 4592.0, 4642.0, 4613.0, 4679.0, 4651.0, 4602.0, 4668.0, 4591.0, 4688.0, 4669.0, 4617.0, 4655.0, 4588.0, 4645.0, 4657.0, 4589.0, 4666.0, 4588.0, 4656.0, 4648.0, 4577.0, 4666.0, 4619.0, 4664.0, 4656.0, 4615.0, 4645.0, 4586.0, 4653.0, 4616.0, 4644.0, 4635.0, 4565.0, 4653.0, 4586.0, 4653.0, 4615.0, 4584.0, 4636.0, 4576.0, 4624.0, 4586.0, 4567.0, 4618.0, 4589.0, 4646.0, 4598.0, 4589.0, 4658.0, 4599.0, 4639.0, 4638.0, 4590.0, 4669.0, 4637.0, 4590.0, 4668.0, 4610.0, 4667.0, 4637.0, 4588.0, 4666.0, 4599.0, 4666.0, 4655.0, 4597.0, 4666.0, 4607.0, 4616.0, 4615.0, 4588.0, 4663.0, 4645.0, 4567.0, 4644.0, 4588.0, 4656.0, 4646.0, 4576.0, 4655.0, 4578.0, 4644.0, 4635.0, 4587.0, 4664.0, 4635.0, 4575.0, 4633.0, 4588.0, 4667.0, 4647.0, 4577.0, 4655.0, 4588.0, 4655.0, 4636.0, 4586.0, 4654.0, 4577.0, 4624.0, 4605.0, 4587.0, 4655.0, 4596.0, 4577.0, 4626.0, 4588.0, 4666.0, 4657.0, 4597.0, 4665.0, 4587.0, 4643.0, 4645.0, 4596.0, 4664.0, 4624.0, 4654.0, 4643.0, 4574.0, 4653.0, 4575.0, 4643.0, 4642.0, 4576.0, 4654.0, 4635.0, 4575.0, 4653.0, 4625.0, 4625.0, 4645.0, 4585.0, 4634.0, 4595.0, 4585.0, 4654.0, 4636.0, 4585.0, 4633.0, 4597.0, 4644.0, 4606.0, 4586.0, 4655.0, 4646.0, 4597.0, 4654.0, 4587.0, 4577.0, 4646.0, 4616.0, 4606.0, 4627.0, 4598.0, 4625.0, 4597.0, 4599.0, 4656.0, 4647.0, 4598.0, 4665.0, 4626.0, 4587.0, 4646.0, 4596.0, 4655.0, 4645.0, 4586.0, 4655.0, 4597.0, 4577.0, 4587.0, 4588.0, 4636.0, 4597.0, 4588.0, 4648.0, 4599.0, 4589.0, 4609.0, 4611.0, 4590.0, 4619.0, 4609.0, 4581.0, 4609.0, 4602.0, 4592.0, 4612.0, 4603.0, 4602.0, 4622.0, 4614.0, 4604.0, 4624.0, 4614.0, 4662.0, 4623.0, 4614.0, 4681.0, 4642.0, 4614.0, 4682.0, 4653.0, 4613.0, 4681.0, 4633.0, 4613.0, 4682.0, 4662.0, 4613.0, 4681.0, 4653.0, 4613.0, 4681.0, 4663.0, 4671.0, 4671.0, 4612.0, 4668.0, 4650.0, 4599.0, 4679.0, 4660.0, 4601.0, 4669.0, 4650.0, 4601.0, 4669.0, 4631.0, 4602.0, 4669.0, 4660.0, 4611.0, 4670.0, 4612.0, 4612.0, 4681.0, 4671.0, 4632.0, 4680.0, 4622.0, 4659.0, 4649.0, 4601.0, 4668.0, 4658.0, 4601.0, 4668.0, 4649.0, 4611.0, 4679.0, 4668.0, 4619.0, 4668.0, 4609.0, 4589.0, 4649.0, 4609.0, 4658.0, 4658.0, 4609.0, 4647.0, 4600.0, 4601.0, 4638.0, 4600.0, 4610.0, 4648.0, 4600.0, 4612.0, 4669.0, 4650.0, 4610.0, 4668.0, 4649.0, 4599.0, 4667.0, 4659.0, 4628.0, 4667.0, 4638.0, 4588.0, 4657.0, 4638.0, 4647.0, 4657.0, 4599.0, 4627.0, 4618.0, 4589.0, 4647.0, 4657.0, 4599.0, 4647.0, 4628.0, 4589.0, 4667.0, 4658.0, 4608.0, 4666.0, 4617.0, 4589.0, 4657.0, 4657.0, 4650.0, 4629.0, 4678.0, 4618.0, 4580.0, 4655.0, 4597.0, 4568.0, 4656.0, 4627.0, 4579.0, 4666.0, 4637.0, 4588.0, 4666.0, 4636.0, 4587.0, 4654.0, 4587.0, 4616.0, 4646.0, 4588.0, 4656.0, 4627.0, 4588.0, 4666.0, 4657.0, 4627.0, 4666.0, 4618.0, 4607.0, 4646.0, 4597.0, 4656.0, 4645.0, 4587.0, 4654.0, 4635.0, 4587.0, 4665.0, 4646.0, 4587.0, 4654.0, 4586.0, 4646.0, 4645.0, 4606.0, 4666.0, 4625.0, 4578.0, 4605.0, 4576.0, 4566.0, 4626.0, 4655.0, 4637.0, 4589.0, 4666.0, 4648.0, 4626.0, 4654.0, 4635.0, 4595.0, 4643.0, 4594.0, 4604.0, 4653.0, 4595.0, 4643.0, 4613.0, 4575.0, 4662.0, 4645.0, 4586.0, 4654.0, 4635.0, 4575.0, 4653.0, 4576.0, 4625.0, 4634.0, 4586.0, 4654.0, 4605.0, 4576.0, 4654.0, 4586.0, 4644.0, 4646.0, 4587.0, 4666.0, 4607.0, 4587.0, 4654.0, 4596.0, 4598.0, 4666.0, 4647.0, 4589.0, 4666.0, 4598.0, 4666.0, 4656.0, 4636.0, 4665.0, 4625.0, 4595.0, 4634.0, 4577.0, 4654.0, 4644.0, 4605.0, 4654.0, 4576.0, 4566.0, 4624.0, 4587.0, 4634.0, 4645.0, 4586.0, 4654.0, 4635.0, 4576.0, 4664.0, 4606.0, 4645.0, 4655.0, 4577.0, 4654.0, 4605.0, 4587.0, 4655.0, 4608.0, 4589.0, 4666.0, 4589.0, 4589.0, 4657.0, 4600.0, 4666.0, 4657.0, 4618.0, 4675.0, 4656.0, 4616.0, 4665.0, 4636.0, 4655.0, 4645.0, 4587.0, 4664.0, 4635.0, 4587.0, 4665.0, 4646.0, 4587.0, 4664.0, 4607.0, 4587.0, 4665.0, 4646.0, 4626.0, 4654.0, 4586.0, 4634.0, 4614.0, 4566.0, 4606.0, 4666.0, 4637.0, 4599.0, 4656.0, 4617.0, 4578.0, 4646.0, 4655.0, 4587.0, 4626.0, 4626.0, 4579.0, 4656.0, 4657.0, 4599.0, 4657.0, 4647.0, 4589.0, 4666.0, 4657.0, 4599.0, 4667.0, 4637.0, 4588.0, 4666.0, 4646.0, 4598.0, 4666.0, 4626.0, 4589.0, 4666.0, 4656.0, 4626.0, 4666.0, 4656.0, 4597.0, 4676.0, 4646.0, 4616.0, 4665.0, 4625.0, 4576.0, 4664.0, 4645.0, 4625.0, 4665.0, 4617.0, 4587.0, 4655.0, 4636.0, 4596.0, 4665.0, 4597.0, 4587.0, 4655.0, 4627.0, 4587.0, 4666.0, 4637.0, 4617.0, 4645.0, 4576.0, 4645.0, 4645.0, 4606.0, 4645.0, 4635.0, 4587.0, 4654.0, 4596.0, 4587.0, 4665.0, 4626.0, 4578.0, 4655.0, 4587.0, 4598.0, 4667.0, 4628.0, 4589.0, 4657.0, 4598.0, 4590.0, 4658.0, 4638.0, 4610.0, 4658.0, 4657.0, 4597.0, 4618.0, 4667.0, 4638.0, 4619.0, 4668.0, 4668.0, 4609.0, 4589.0, 4668.0, 4628.0, 4589.0, 4667.0, 4647.0, 4588.0, 4666.0, 4657.0, 4646.0, 4666.0, 4598.0, 4654.0, 4655.0, 4615.0, 4663.0, 4644.0, 4614.0, 4644.0, 4587.0, 4655.0, 4645.0, 4588.0, 4645.0, 4587.0, 4588.0, 4666.0, 4647.0, 4599.0, 4678.0, 4639.0, 4599.0, 4666.0, 4618.0, 4657.0, 4657.0, 4590.0, 4657.0, 4627.0, 4589.0, 4676.0, 4658.0, 4608.0, 4666.0, 4598.0, 4657.0, 4646.0, 4616.0, 4664.0, 4635.0, 4615.0, 4644.0, 4586.0, 4653.0, 4634.0, 4586.0, 4664.0, 4605.0, 4576.0, 4654.0, 4577.0, 4577.0, 4656.0, 4598.0, 4645.0, 4626.0, 4587.0, 4665.0, 4636.0, 4644.0, 4644.0, 4576.0, 4653.0, 4624.0, 4632.0, 4642.0, 4604.0, 4642.0, 4604.0, 4574.0, 4653.0, 4626.0, 4625.0, 4656.0, 4597.0, 4566.0, 4614.0, 4576.0, 4575.0, 4644.0, 4605.0, 4587.0, 4665.0, 4645.0, 4605.0, 4642.0, 4575.0, 4642.0, 4622.0, 4609.0, 4619.0, 4561.0, 4628.0, 4580.0, 4589.0, 4590.0, 4562.0, 4630.0, 4572.0, 4553.0, 4622.0, 4574.0, 4614.0, 4615.0, 4577.0, 4644.0, 4596.0, 4566.0, 4656.0, 4597.0, 4646.0, 4636.0, 4579.0, 4644.0, 4615.0, 4586.0, 4655.0, 4637.0, 4626.0, 4645.0, 4577.0, 4635.0, 4625.0, 4586.0, 4654.0, 4645.0, 4615.0, 4644.0, 4604.0, 4634.0, 4644.0, 4606.0, 4643.0, 4623.0, 4575.0, 4642.0, 4614.0, 4574.0, 4653.0, 4604.0, 4566.0, 4634.0, 4576.0, 4635.0, 4625.0, 4577.0, 4644.0, 4595.0, 4577.0, 4655.0, 4636.0, 4606.0, 4655.0, 4587.0, 4625.0, 4615.0, 4577.0, 4654.0, 4636.0, 4577.0, 4655.0, 4588.0, 4646.0, 4645.0, 4588.0, 4647.0, 4608.0, 4587.0, 4654.0, 4635.0, 4586.0, 4655.0, 4577.0, 4577.0, 4626.0, 4588.0, 4646.0, 4627.0, 4589.0, 4656.0, 4618.0, 4598.0, 4657.0, 4598.0, 4646.0, 4635.0, 4577.0, 4655.0, 4635.0, 4615.0, 4654.0, 4587.0, 4635.0, 4625.0, 4586.0, 4654.0, 4626.0, 4586.0, 4655.0, 4606.0, 4578.0, 4655.0, 4627.0, 4616.0, 4645.0, 4598.0, 4635.0, 4616.0, 4577.0, 4655.0, 4625.0, 4577.0, 4654.0, 4597.0, 4587.0, 4645.0, 4578.0, 4636.0, 4616.0, 4577.0, 4655.0, 4606.0, 4587.0, 4655.0, 4588.0, 4646.0, 4607.0, 4578.0, 4645.0, 4607.0, 4587.0, 4655.0, 4588.0, 4645.0, 4596.0, 4577.0, 4655.0, 4607.0, 4577.0, 4646.0, 4588.0, 4577.0, 4607.0, 4589.0, 4647.0, 4628.0, 4600.0, 4658.0, 4619.0, 4599.0, 4657.0, 4638.0, 4628.0, 4667.0, 4619.0, 4637.0, 4636.0, 4588.0, 4655.0, 4645.0, 4625.0, 4654.0, 4585.0, 4634.0, 4604.0, 4576.0, 4653.0, 4634.0, 4575.0, 4644.0, 4576.0, 4585.0, 4625.0, 4588.0, 4655.0, 4616.0, 4577.0, 4644.0, 4606.0, 4577.0, 4655.0, 4627.0, 4588.0, 4657.0, 4609.0, 4637.0, 4626.0, 4588.0, 4655.0, 4646.0, 4626.0, 4645.0, 4596.0, 4605.0, 4624.0, 4587.0, 4645.0, 4626.0, 4587.0, 4645.0, 4597.0, 4588.0, 4656.0, 4637.0, 4589.0, 4657.0, 4618.0, 4588.0, 4647.0, 4608.0, 4625.0, 4656.0, 4618.0, 4637.0, 4635.0, 4587.0, 4654.0, 4616.0, 4643.0, 4634.0, 4614.0, 4643.0, 4574.0, 4564.0, 4622.0, 4584.0, 4593.0, 4585.0, 4586.0, 4654.0, 4617.0, 4587.0, 4655.0, 4587.0, 4577.0, 4645.0, 4597.0, 4645.0, 4646.0, 4586.0, 4645.0, 4606.0, 4576.0, 4634.0, 4586.0, 4634.0, 4634.0, 4586.0, 4644.0, 4625.0, 4586.0, 4654.0, 4605.0, 4613.0, 4613.0, 4575.0, 4643.0, 4624.0, 4585.0, 4644.0, 4585.0, 4566.0, 4605.0, 4586.0, 4625.0, 4615.0, 4587.0, 4626.0, 4597.0, 4589.0, 4647.0, 4628.0, 4599.0, 4657.0, 4608.0, 4588.0, 4617.0, 4598.0, 4646.0, 4617.0, 4598.0, 4656.0, 4607.0, 4588.0, 4646.0, 4599.0, 4608.0, 4647.0, 4599.0, 4647.0, 4638.0, 4597.0, 4646.0, 4617.0, 4646.0, 4646.0, 4606.0, 4654.0, 4626.0, 4624.0, 4634.0, 4575.0, 4643.0, 4596.0, 4646.0, 4598.0, 4578.0, 4635.0, 4587.0, 4587.0, 4647.0, 4599.0, 4579.0, 4608.0, 4600.0, 4658.0, 4620.0, 4599.0, 4658.0, 4609.0, 4638.0, 4609.0, 4600.0, 4657.0, 4639.0, 4598.0, 4657.0, 4609.0, 4627.0, 4637.0, 4588.0, 4656.0, 4636.0, 4597.0], 'WindowWidth': [10120.0, 10055.0, 10058.0, 10048.0, 10069.0, 10027.0, 10096.0, 10069.0, 10050.0, 10034.0, 10070.0, 10050.0, 10040.0, 10087.0, 10069.0, 10122.0, 10097.0, 10060.0, 10135.0, 10096.0, 10055.0, 10116.0, 10082.0, 10070.0, 10088.0, 10093.0, 10115.0, 10088.0, 10060.0, 10111.0, 10102.0, 10071.0, 10128.0, 10095.0, 10075.0, 10101.0, 10090.0, 10078.0, 10088.0, 10091.0, 10115.0, 10080.0, 10094.0, 10110.0, 10107.0, 10099.0, 10096.0, 10095.0, 10102.0, 10137.0, 10131.0, 10087.0, 10155.0, 10151.0, 10104.0, 10167.0, 10153.0, 10097.0, 10162.0, 10157.0, 10094.0, 10158.0, 10105.0, 10144.0, 10146.0, 10094.0, 10158.0, 10094.0, 10093.0, 10158.0, 10131.0, 10091.0, 10170.0, 10143.0, 10090.0, 10157.0, 10104.0, 10066.0, 10101.0, 10077.0, 10133.0, 10057.0, 10077.0, 10137.0, 10079.0, 10078.0, 10132.0, 10098.0, 10093.0, 10094.0, 10081.0, 10067.0, 10079.0, 10102.0, 10136.0, 10071.0, 10076.0, 10118.0, 10100.0, 10086.0, 10143.0, 10117.0, 10090.0, 10126.0, 10115.0, 10099.0, 10127.0, 10117.0, 10101.0, 10123.0, 10122.0, 10102.0, 10171.0, 10108.0, 10107.0, 10187.0, 10131.0, 10123.0, 10127.0, 10142.0, 10088.0, 10175.0, 10133.0, 10116.0, 10160.0, 10089.0, 10178.0, 10116.0, 10101.0, 10189.0, 10125.0, 10076.0, 10178.0, 10093.0, 10101.0, 10170.0, 10067.0, 10051.0, 10177.0, 10068.0, 10099.0, 10132.0, 10111.0, 10081.0, 10181.0, 10144.0, 10105.0, 10164.0, 10128.0, 10100.0, 10178.0, 10161.0, 10075.0, 10160.0, 10108.0, 10087.0, 10169.0, 10079.0, 10084.0, 10153.0, 10080.0, 10085.0, 10155.0, 10063.0, 10076.0, 10063.0, 10081.0, 10095.0, 10088.0, 10038.0, 10115.0, 10083.0, 10162.0, 10102.0, 10077.0, 10161.0, 10088.0, 10105.0, 10176.0, 10095.0, 10031.0, 10109.0, 10110.0, 10046.0, 10130.0, 10080.0, 10120.0, 10166.0, 10117.0, 10087.0, 10161.0, 10149.0, 10099.0, 10104.0, 10157.0, 10103.0, 10113.0, 10149.0, 10091.0, 10147.0, 10160.0, 10097.0, 10106.0, 10067.0, 10097.0, 10133.0, 10146.0, 10077.0, 10068.0, 10108.0, 10115.0, 10106.0, 10138.0, 10109.0, 10098.0, 10152.0, 10124.0, 10119.0, 10177.0, 10123.0, 10098.0, 10163.0, 10113.0, 10122.0, 10162.0, 10129.0, 10115.0, 10178.0, 10143.0, 10076.0, 10151.0, 10135.0, 10070.0, 10122.0, 10112.0, 10057.0, 10155.0, 10119.0, 10075.0, 10138.0, 10085.0, 10075.0, 10103.0, 10103.0, 10080.0, 10139.0, 10111.0, 10096.0, 10138.0, 10115.0, 10116.0, 10106.0, 10122.0, 10123.0, 10130.0, 10163.0, 10153.0, 10136.0, 10185.0, 10171.0, 10118.0, 10184.0, 10140.0, 10163.0, 10139.0, 10109.0, 10122.0, 10110.0, 10112.0, 10150.0, 10112.0, 10103.0, 10185.0, 10144.0, 10115.0, 10139.0, 10129.0, 10121.0, 10133.0, 10136.0, 10117.0, 10116.0, 10118.0, 10141.0, 10121.0, 10123.0, 10144.0, 10136.0, 10127.0, 10202.0, 10153.0, 10147.0, 10182.0, 10174.0, 10181.0, 10151.0, 10119.0, 10185.0, 10159.0, 10122.0, 10197.0, 10175.0, 10109.0, 10173.0, 10122.0, 10102.0, 10104.0, 10127.0, 10146.0, 10106.0, 10102.0, 10190.0, 10185.0, 10120.0, 10182.0, 10157.0, 10116.0, 10148.0, 10101.0, 10101.0, 10127.0, 10120.0, 10103.0, 10143.0, 10125.0, 10121.0, 10131.0, 10104.0, 10073.0, 10109.0, 10098.0, 10092.0, 10198.0, 10111.0, 10116.0, 10187.0, 10105.0, 10108.0, 10167.0, 10117.0, 10107.0, 10182.0, 10123.0, 10156.0, 10157.0, 10116.0, 10197.0, 10179.0, 10107.0, 10152.0, 10097.0, 10088.0, 10112.0, 10101.0, 10072.0, 10100.0, 10096.0, 10157.0, 10121.0, 10097.0, 10172.0, 10127.0, 10080.0, 10146.0, 10109.0, 10192.0, 10154.0, 10087.0, 10174.0, 10073.0, 10203.0, 10175.0, 10099.0, 10150.0, 10063.0, 10136.0, 10157.0, 10066.0, 10167.0, 10065.0, 10154.0, 10145.0, 10050.0, 10167.0, 10106.0, 10162.0, 10154.0, 10094.0, 10135.0, 10056.0, 10143.0, 10097.0, 10130.0, 10120.0, 10026.0, 10141.0, 10057.0, 10141.0, 10094.0, 10050.0, 10123.0, 10043.0, 10106.0, 10056.0, 10034.0, 10106.0, 10068.0, 10140.0, 10078.0, 10066.0, 10158.0, 10083.0, 10134.0, 10131.0, 10071.0, 10174.0, 10130.0, 10069.0, 10172.0, 10097.0, 10169.0, 10129.0, 10065.0, 10165.0, 10081.0, 10167.0, 10151.0, 10075.0, 10166.0, 10088.0, 10096.0, 10096.0, 10065.0, 10158.0, 10136.0, 10032.0, 10134.0, 10065.0, 10154.0, 10138.0, 10043.0, 10146.0, 10047.0, 10130.0, 10121.0, 10060.0, 10161.0, 10124.0, 10041.0, 10118.0, 10063.0, 10168.0, 10141.0, 10047.0, 10149.0, 10064.0, 10150.0, 10124.0, 10058.0, 10147.0, 10046.0, 10105.0, 10082.0, 10061.0, 10150.0, 10072.0, 10048.0, 10113.0, 10065.0, 10169.0, 10157.0, 10074.0, 10163.0, 10062.0, 10132.0, 10137.0, 10071.0, 10161.0, 10108.0, 10147.0, 10131.0, 10038.0, 10143.0, 10041.0, 10128.0, 10128.0, 10044.0, 10149.0, 10122.0, 10042.0, 10144.0, 10108.0, 10110.0, 10137.0, 10059.0, 10122.0, 10070.0, 10057.0, 10150.0, 10127.0, 10057.0, 10119.0, 10074.0, 10134.0, 10085.0, 10060.0, 10151.0, 10140.0, 10076.0, 10150.0, 10063.0, 10049.0, 10140.0, 10101.0, 10089.0, 10117.0, 10081.0, 10113.0, 10077.0, 10083.0, 10156.0, 10145.0, 10079.0, 10166.0, 10115.0, 10062.0, 10139.0, 10074.0, 10150.0, 10137.0, 10060.0, 10151.0, 10077.0, 10049.0, 10063.0, 10065.0, 10127.0, 10077.0, 10067.0, 10148.0, 10083.0, 10071.0, 10099.0, 10102.0, 10074.0, 10111.0, 10098.0, 10061.0, 10097.0, 10093.0, 10079.0, 10106.0, 10097.0, 10094.0, 10121.0, 10112.0, 10100.0, 10126.0, 10114.0, 10174.0, 10124.0, 10113.0, 10199.0, 10147.0, 10114.0, 10203.0, 10164.0, 10111.0, 10199.0, 10136.0, 10109.0, 10201.0, 10175.0, 10111.0, 10200.0, 10164.0, 10109.0, 10201.0, 10176.0, 10184.0, 10184.0, 10106.0, 10177.0, 10153.0, 10084.0, 10191.0, 10167.0, 10089.0, 10179.0, 10153.0, 10087.0, 10176.0, 10129.0, 10091.0, 10178.0, 10167.0, 10103.0, 10180.0, 10106.0, 10107.0, 10200.0, 10186.0, 10131.0, 10196.0, 10118.0, 10163.0, 10150.0, 10088.0, 10175.0, 10161.0, 10088.0, 10176.0, 10148.0, 10102.0, 10194.0, 10175.0, 10109.0, 10175.0, 10096.0, 10068.0, 10149.0, 10095.0, 10158.0, 10158.0, 10095.0, 10143.0, 10083.0, 10086.0, 10132.0, 10083.0, 10098.0, 10147.0, 10083.0, 10103.0, 10179.0, 10151.0, 10099.0, 10174.0, 10147.0, 10081.0, 10173.0, 10163.0, 10119.0, 10171.0, 10130.0, 10063.0, 10157.0, 10131.0, 10142.0, 10155.0, 10081.0, 10113.0, 10104.0, 10067.0, 10141.0, 10157.0, 10081.0, 10142.0, 10117.0, 10066.0, 10172.0, 10158.0, 10092.0, 10166.0, 10100.0, 10067.0, 10154.0, 10155.0, 10151.0, 10121.0, 10187.0, 10105.0, 10054.0, 10150.0, 10072.0, 10035.0, 10150.0, 10113.0, 10053.0, 10164.0, 10126.0, 10062.0, 10166.0, 10125.0, 10060.0, 10146.0, 10061.0, 10097.0, 10136.0, 10061.0, 10153.0, 10112.0, 10062.0, 10167.0, 10154.0, 10113.0, 10167.0, 10103.0, 10084.0, 10137.0, 10073.0, 10149.0, 10134.0, 10058.0, 10146.0, 10121.0, 10060.0, 10163.0, 10138.0, 10058.0, 10145.0, 10056.0, 10137.0, 10135.0, 10083.0, 10164.0, 10108.0, 10047.0, 10079.0, 10041.0, 10028.0, 10108.0, 10149.0, 10128.0, 10065.0, 10165.0, 10144.0, 10110.0, 10144.0, 10119.0, 10063.0, 10125.0, 10062.0, 10076.0, 10142.0, 10064.0, 10128.0, 10087.0, 10037.0, 10155.0, 10134.0, 10054.0, 10146.0, 10119.0, 10039.0, 10141.0, 10041.0, 10107.0, 10119.0, 10056.0, 10144.0, 10080.0, 10044.0, 10145.0, 10056.0, 10133.0, 10136.0, 10061.0, 10167.0, 10085.0, 10061.0, 10146.0, 10070.0, 10077.0, 10168.0, 10143.0, 10066.0, 10166.0, 10077.0, 10167.0, 10153.0, 10123.0, 10164.0, 10108.0, 10066.0, 10117.0, 10045.0, 10145.0, 10132.0, 10078.0, 10147.0, 10042.0, 10029.0, 10105.0, 10059.0, 10119.0, 10135.0, 10058.0, 10145.0, 10119.0, 10042.0, 10159.0, 10085.0, 10133.0, 10150.0, 10047.0, 10147.0, 10081.0, 10058.0, 10151.0, 10090.0, 10065.0, 10167.0, 10067.0, 10066.0, 10156.0, 10083.0, 10167.0, 10156.0, 10105.0, 10179.0, 10153.0, 10097.0, 10162.0, 10126.0, 10148.0, 10135.0, 10059.0, 10160.0, 10121.0, 10060.0, 10162.0, 10139.0, 10059.0, 10161.0, 10086.0, 10059.0, 10163.0, 10140.0, 10109.0, 10145.0, 10055.0, 10118.0, 10090.0, 10029.0, 10082.0, 10165.0, 10128.0, 10080.0, 10154.0, 10099.0, 10051.0, 10136.0, 10148.0, 10059.0, 10110.0, 10110.0, 10054.0, 10152.0, 10154.0, 10080.0, 10153.0, 10140.0, 10066.0, 10167.0, 10155.0, 10078.0, 10170.0, 10126.0, 10063.0, 10165.0, 10140.0, 10076.0, 10165.0, 10112.0, 10066.0, 10165.0, 10153.0, 10111.0, 10166.0, 10153.0, 10071.0, 10182.0, 10138.0, 10096.0, 10161.0, 10106.0, 10041.0, 10159.0, 10136.0, 10108.0, 10163.0, 10099.0, 10060.0, 10149.0, 10123.0, 10069.0, 10164.0, 10074.0, 10059.0, 10148.0, 10113.0, 10059.0, 10167.0, 10129.0, 10098.0, 10132.0, 10043.0, 10135.0, 10133.0, 10083.0, 10133.0, 10119.0, 10058.0, 10144.0, 10068.0, 10061.0, 10161.0, 10111.0, 10050.0, 10150.0, 10061.0, 10078.0, 10169.0, 10117.0, 10066.0, 10155.0, 10078.0, 10069.0, 10157.0, 10130.0, 10096.0, 10158.0, 10154.0, 10077.0, 10103.0, 10170.0, 10131.0, 10106.0, 10172.0, 10173.0, 10094.0, 10068.0, 10173.0, 10119.0, 10066.0, 10168.0, 10140.0, 10065.0, 10168.0, 10157.0, 10139.0, 10166.0, 10076.0, 10146.0, 10146.0, 10094.0, 10158.0, 10132.0, 10090.0, 10130.0, 10060.0, 10148.0, 10134.0, 10063.0, 10137.0, 10061.0, 10063.0, 10166.0, 10142.0, 10081.0, 10186.0, 10134.0, 10080.0, 10167.0, 10104.0, 10154.0, 10157.0, 10070.0, 10154.0, 10115.0, 10065.0, 10180.0, 10157.0, 10090.0, 10166.0, 10076.0, 10156.0, 10139.0, 10095.0, 10161.0, 10121.0, 10094.0, 10132.0, 10056.0, 10143.0, 10118.0, 10055.0, 10158.0, 10078.0, 10043.0, 10145.0, 10045.0, 10045.0, 10151.0, 10077.0, 10135.0, 10109.0, 10060.0, 10161.0, 10125.0, 10132.0, 10131.0, 10042.0, 10142.0, 10104.0, 10110.0, 10125.0, 10075.0, 10125.0, 10074.0, 10036.0, 10139.0, 10109.0, 10105.0, 10152.0, 10072.0, 10028.0, 10086.0, 10039.0, 10038.0, 10129.0, 10077.0, 10056.0, 10161.0, 10134.0, 10077.0, 10123.0, 10036.0, 10123.0, 10093.0, 10069.0, 10083.0, 10008.0, 10096.0, 10034.0, 10044.0, 10047.0, 10012.0, 10102.0, 10028.0, 10004.0, 10097.0, 10035.0, 10089.0, 10091.0, 10043.0, 10132.0, 10070.0, 10028.0, 10150.0, 10072.0, 10136.0, 10122.0, 10048.0, 10130.0, 10093.0, 10055.0, 10148.0, 10126.0, 10107.0, 10132.0, 10044.0, 10117.0, 10104.0, 10055.0, 10145.0, 10132.0, 10091.0, 10129.0, 10076.0, 10117.0, 10130.0, 10081.0, 10128.0, 10099.0, 10037.0, 10125.0, 10087.0, 10035.0, 10141.0, 10076.0, 10027.0, 10116.0, 10040.0, 10119.0, 10105.0, 10043.0, 10130.0, 10066.0, 10043.0, 10146.0, 10122.0, 10082.0, 10147.0, 10057.0, 10104.0, 10092.0, 10045.0, 10145.0, 10123.0, 10045.0, 10148.0, 10060.0, 10135.0, 10134.0, 10062.0, 10139.0, 10090.0, 10058.0, 10146.0, 10121.0, 10056.0, 10148.0, 10046.0, 10044.0, 10109.0, 10061.0, 10136.0, 10113.0, 10063.0, 10152.0, 10102.0, 10075.0, 10153.0, 10075.0, 10136.0, 10121.0, 10046.0, 10147.0, 10119.0, 10092.0, 10146.0, 10058.0, 10120.0, 10105.0, 10056.0, 10145.0, 10109.0, 10056.0, 10147.0, 10083.0, 10046.0, 10147.0, 10113.0, 10095.0, 10133.0, 10074.0, 10120.0, 10094.0, 10043.0, 10149.0, 10107.0, 10043.0, 10146.0, 10071.0, 10058.0, 10134.0, 10047.0, 10123.0, 10095.0, 10044.0, 10147.0, 10081.0, 10057.0, 10149.0, 10062.0, 10136.0, 10084.0, 10046.0, 10135.0, 10085.0, 10057.0, 10148.0, 10059.0, 10134.0, 10068.0, 10044.0, 10147.0, 10085.0, 10046.0, 10138.0, 10062.0, 10045.0, 10086.0, 10065.0, 10140.0, 10117.0, 10081.0, 10156.0, 10104.0, 10077.0, 10154.0, 10131.0, 10115.0, 10170.0, 10104.0, 10125.0, 10124.0, 10058.0, 10146.0, 10133.0, 10103.0, 10145.0, 10051.0, 10116.0, 10074.0, 10040.0, 10142.0, 10117.0, 10039.0, 10129.0, 10041.0, 10052.0, 10107.0, 10060.0, 10148.0, 10096.0, 10045.0, 10132.0, 10082.0, 10044.0, 10149.0, 10113.0, 10060.0, 10153.0, 10091.0, 10124.0, 10109.0, 10060.0, 10149.0, 10136.0, 10107.0, 10134.0, 10067.0, 10076.0, 10103.0, 10057.0, 10132.0, 10108.0, 10057.0, 10135.0, 10071.0, 10060.0, 10151.0, 10127.0, 10064.0, 10153.0, 10101.0, 10062.0, 10140.0, 10088.0, 10105.0, 10151.0, 10103.0, 10125.0, 10118.0, 10058.0, 10145.0, 10093.0, 10126.0, 10114.0, 10086.0, 10125.0, 10032.0, 10018.0, 10093.0, 10045.0, 10056.0, 10049.0, 10053.0, 10143.0, 10096.0, 10055.0, 10146.0, 10056.0, 10042.0, 10132.0, 10069.0, 10132.0, 10134.0, 10054.0, 10131.0, 10080.0, 10039.0, 10115.0, 10052.0, 10115.0, 10115.0, 10054.0, 10130.0, 10105.0, 10054.0, 10143.0, 10077.0, 10084.0, 10084.0, 10035.0, 10126.0, 10101.0, 10049.0, 10127.0, 10050.0, 10024.0, 10076.0, 10052.0, 10102.0, 10092.0, 10057.0, 10108.0, 10071.0, 10063.0, 10138.0, 10114.0, 10075.0, 10151.0, 10087.0, 10058.0, 10096.0, 10074.0, 10134.0, 10097.0, 10072.0, 10150.0, 10084.0, 10059.0, 10137.0, 10077.0, 10087.0, 10140.0, 10076.0, 10139.0, 10126.0, 10069.0, 10134.0, 10098.0, 10133.0, 10134.0, 10081.0, 10144.0, 10106.0, 10100.0, 10112.0, 10037.0, 10127.0, 10067.0, 10137.0, 10073.0, 10046.0, 10119.0, 10059.0, 10058.0, 10140.0, 10078.0, 10051.0, 10090.0, 10081.0, 10157.0, 10110.0, 10078.0, 10156.0, 10091.0, 10129.0, 10090.0, 10080.0, 10155.0, 10131.0, 10075.0, 10152.0, 10090.0, 10113.0, 10124.0, 10059.0, 10151.0, 10124.0, 10071.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.022531192727272727</td></tr>
<tr><td colspan=3>aqi</td><td>0.06373183585454545</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.54486888850799</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.272933186892285</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2490696224235818</td></tr>
<tr><td colspan=3>efc</td><td>0.449</td></tr>
<tr><td colspan=3>fber</td><td>6287.5981</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09920696979630324</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.654545454545454</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5527811505539195</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5609233025791944</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.715646117072133</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3817740320104313</td></tr>
<tr><td colspan=3>gcor</td><td>0.00466565</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007418723311275244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025893988087773323</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</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.051344632696728</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>28.8029</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0637</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.4487</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310392.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>841.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.2913</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4398</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.8589</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3917.4626</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1435.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.6918</td></tr>
<tr><td colspan=3>tsnr</td><td>25.57709075161256</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>