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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-03/func/sub-0101_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1be7dba899818d79fa404aab5d6e3d94</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>17:31:7.327500</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.997683, 0.0497582, 0.0463887, -0.0423387, 0.987916, -0.149096]</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.125454</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7229, 8, -163, -104, -48, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>313.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>38a57bfe-ee4a-49e1-86e2-5a63a06d6d2e||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.6767115592956543, -0.11359155178070068, 0.1437666267156601, 112.74873352050781], [-0.13349772989749908, 2.650506019592285, -0.3963238596916199, -81.69607543945312], [0.12445750832557678, 0.40001380443573, 2.666881799697876, -113.70865631103516], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['173107.327500', '173107.787500', '173108.247500', '173108.707500', '173109.167500', '173109.627500', '173110.087500', '173110.547500', '173111.007500', '173111.467500', '173111.927500', '173112.387500', '173112.847500', '173113.307500', '173113.767500', '173114.227500', '173114.687500', '173115.147500', '173115.607500', '173116.067500', '173116.527500', '173116.987500', '173117.447500', '173117.907500', '173118.367500', '173118.827500', '173119.287500', '173119.747500', '173120.207500', '173120.667500', '173121.127500', '173121.587500', '173122.047500', '173122.507500', '173122.967500', '173123.427500', '173123.887500', '173124.347500', '173124.807500', '173125.267500', '173125.727500', '173126.187500', '173126.647500', '173127.107500', '173127.567500', '173128.027500', '173128.487500', '173128.947500', '173129.407500', '173129.867500', '173130.327500', '173130.787500', '173131.247500', '173131.707500', '173132.167500', '173132.627500', '173133.087500', '173133.547500', '173134.007500', '173134.467500', '173134.927500', '173135.387500', '173135.847500', '173136.307500', '173136.767500', '173137.227500', '173137.687500', '173138.147500', '173138.607500', '173139.067500', '173139.527500', '173139.987500', '173140.447500', '173140.907500', '173141.367500', '173141.827500', '173142.287500', '173142.747500', '173143.207500', '173143.667500', '173144.127500', '173144.587500', '173145.047500', '173145.507500', '173145.967500', '173146.427500', '173146.887500', '173147.347500', '173147.807500', '173148.267500', '173148.727500', '173149.187500', '173149.647500', '173150.107500', '173150.567500', '173151.027500', '173151.487500', '173151.947500', '173152.407500', '173152.867500', '173153.327500', '173153.787500', '173154.247500', '173154.707500', '173155.167500', '173155.627500', '173156.087500', '173156.547500', '173157.007500', '173157.467500', '173157.927500', '173158.387500', '173158.847500', '173159.307500', '173159.767500', '173200.227500', '173200.687500', '173201.147500', '173201.607500', '173202.067500', '173202.527500', '173202.987500', '173203.447500', '173203.907500', '173204.367500', '173204.827500', '173205.287500', '173205.747500', '173206.207500', '173206.667500', '173207.127500', '173207.587500', '173208.047500', '173208.507500', '173208.967500', '173209.427500', '173209.887500', '173210.347500', '173210.807500', '173211.267500', '173211.727500', '173212.187500', '173212.647500', '173213.107500', '173213.567500', '173214.027500', '173214.487500', '173214.947500', '173215.407500', '173215.867500', '173216.327500', '173216.787500', '173217.247500', '173217.707500', '173218.167500', '173218.627500', '173219.087500', '173219.547500', '173220.007500', '173220.467500', '173220.927500', '173221.387500', '173221.847500', '173222.307500', '173222.767500', '173223.227500', '173223.687500', '173224.147500', '173224.607500', '173225.067500', '173225.527500', '173225.987500', '173226.447500', '173226.907500', '173227.367500', '173227.827500', '173228.287500', '173228.747500', '173229.207500', '173229.667500', '173230.127500', '173230.587500', '173231.047500', '173231.507500', '173231.967500', '173232.427500', '173232.887500', '173233.347500', '173233.807500', '173234.267500', '173234.727500', '173235.187500', '173235.647500', '173236.107500', '173236.567500', '173237.027500', '173237.487500', '173237.947500', '173238.407500', '173238.867500', '173239.327500', '173239.787500', '173240.247500', '173240.707500', '173241.167500', '173241.627500', '173242.087500', '173242.547500', '173243.007500', '173243.467500', '173243.927500', '173244.387500', '173244.847500', '173245.307500', '173245.767500', '173246.227500', '173246.687500', '173247.147500', '173247.607500', '173248.067500', '173248.527500', '173248.987500', '173249.447500', '173249.907500', '173250.367500', '173250.827500', '173251.287500', '173251.747500', '173252.207500', '173252.667500', '173253.127500', '173253.587500', '173254.047500', '173254.507500', '173254.967500', '173255.427500', '173255.887500', '173256.347500', '173256.807500', '173257.267500', '173257.727500', '173258.187500', '173258.647500', '173259.107500', '173259.567500', '173300.027500', '173300.487500', '173300.947500', '173301.407500', '173301.867500', '173302.327500', '173302.787500', '173303.247500', '173303.707500', '173304.167500', '173304.627500', '173305.087500', '173305.547500', '173306.007500', '173306.467500', '173306.927500', '173307.387500', '173307.847500', '173308.307500', '173308.767500', '173309.227500', '173309.687500', '173310.147500', '173310.607500', '173311.067500', '173311.527500', '173311.987500', '173312.447500', '173312.907500', '173313.367500', '173313.827500', '173314.287500', '173314.747500', '173315.207500', '173315.667500', '173316.127500', '173316.587500', '173317.047500', '173317.507500', '173317.967500', '173318.427500', '173318.887500', '173319.347500', '173319.807500', '173320.267500', '173320.727500', '173321.187500', '173321.647500', '173322.107500', '173322.567500', '173323.027500', '173323.487500', '173323.947500', '173324.407500', '173324.867500', '173325.327500', '173325.787500', '173326.247500', '173326.707500', '173327.167500', '173327.627500', '173328.087500', '173328.547500', '173329.007500', '173329.467500', '173329.927500', '173330.387500', '173330.847500', '173331.307500', '173331.767500', '173332.227500', '173332.687500', '173333.147500', '173333.607500', '173334.067500', '173334.527500', '173334.987500', '173335.447500', '173335.907500', '173336.367500', '173336.827500', '173337.287500', '173337.747500', '173338.207500', '173338.667500', '173339.127500', '173339.587500', '173340.047500', '173340.507500', '173340.967500', '173341.427500', '173341.887500', '173342.347500', '173342.807500', '173343.267500', '173343.727500', '173344.187500', '173344.647500', '173345.107500', '173345.567500', '173346.027500', '173346.487500', '173346.947500', '173347.407500', '173347.867500', '173348.327500', '173348.787500', '173349.247500', '173349.707500', '173350.167500', '173350.627500', '173351.087500', '173351.547500', '173352.007500', '173352.467500', '173352.927500', '173353.387500', '173353.847500', '173354.307500', '173354.767500', '173355.227500', '173355.687500', '173356.147500', '173356.607500', '173357.067500', '173357.527500', '173357.987500', '173358.447500', '173358.907500', '173359.367500', '173359.827500', '173400.287500', '173400.747500', '173401.207500', '173401.667500', '173402.127500', '173402.587500', '173403.047500', '173403.507500', '173403.967500', '173404.427500', '173404.887500', '173405.347500', '173405.807500', '173406.267500', '173406.727500', '173407.187500', '173407.647500', '173408.107500', '173408.567500', '173409.027500', '173409.487500', '173409.947500', '173410.407500', '173410.867500', '173411.327500', '173411.787500', '173412.247500', '173412.707500', '173413.167500', '173413.627500', '173414.087500', '173414.547500', '173415.007500', '173415.467500', '173415.927500', '173416.387500', '173416.847500', '173417.307500', '173417.767500', '173418.227500', '173418.687500', '173419.147500', '173419.607500', '173420.067500', '173420.527500', '173420.987500', '173421.447500', '173421.907500', '173422.367500', '173422.827500', '173423.287500', '173423.747500', '173424.207500', '173424.667500', '173425.127500', '173425.587500', '173426.047500', '173426.507500', '173426.967500', '173427.427500', '173427.887500', '173428.347500', '173428.807500', '173429.267500', '173429.727500', '173430.187500', '173430.647500', '173431.107500', '173431.567500', '173432.027500', '173432.487500', '173432.947500', '173433.407500', '173433.867500', '173434.327500', '173434.787500', '173435.247500', '173435.707500', '173436.167500', '173436.627500', '173437.087500', '173437.547500', '173438.007500', '173438.467500', '173438.927500', '173439.387500', '173439.847500', '173440.307500', '173440.767500', '173441.227500', '173441.687500', '173442.147500', '173442.607500', '173443.067500', '173443.527500', '173443.987500', '173444.447500', '173444.907500', '173445.367500', '173445.827500', '173446.287500', '173446.747500', '173447.207500', '173447.667500', '173448.127500', '173448.587500', '173449.047500', '173449.507500', '173449.967500', '173450.427500', '173450.887500', '173451.347500', '173451.807500', '173452.267500', '173452.727500', '173453.187500', '173453.647500', '173454.107500', '173454.567500', '173455.027500', '173455.487500', '173455.947500', '173456.407500', '173456.867500', '173457.327500', '173457.787500', '173458.247500', '173458.707500', '173459.167500', '173459.627500', '173500.087500', '173500.547500', '173501.007500', '173501.467500', '173501.927500', '173502.387500', '173502.847500', '173503.307500', '173503.767500', '173504.227500', '173504.687500', '173505.147500', '173505.607500', '173506.067500', '173506.527500', '173506.987500', '173507.447500', '173507.907500', '173508.367500', '173508.827500', '173509.287500', '173509.747500', '173510.207500', '173510.667500', '173511.127500', '173511.587500', '173512.047500', '173512.507500', '173512.967500', '173513.427500', '173513.887500', '173514.347500', '173514.807500', '173515.267500', '173515.727500', '173516.187500', '173516.647500', '173517.107500', '173517.567500', '173518.027500', '173518.487500', '173518.947500', '173519.407500', '173519.867500', '173520.327500', '173520.787500', '173521.247500', '173521.707500', '173522.167500', '173522.627500', '173523.087500', '173523.547500', '173524.007500', '173524.467500', '173524.927500', '173525.387500', '173525.847500', '173526.307500', '173526.767500', '173527.227500', '173527.687500', '173528.147500', '173528.607500', '173529.067500', '173529.527500', '173529.987500', '173530.447500', '173530.907500', '173531.367500', '173531.827500', '173532.287500', '173532.747500', '173533.207500', '173533.667500', '173534.127500', '173534.587500', '173535.047500', '173535.507500', '173535.967500', '173536.427500', '173536.887500', '173537.347500', '173537.807500', '173538.267500', '173538.727500', '173539.187500', '173539.647500', '173540.107500', '173540.567500', '173541.027500', '173541.487500', '173541.947500', '173542.407500', '173542.867500', '173543.327500', '173543.787500', '173544.247500', '173544.707500', '173545.167500', '173545.627500', '173546.087500', '173546.547500', '173547.007500', '173547.467500', '173547.927500', '173548.387500', '173548.847500', '173549.307500', '173549.767500', '173550.227500', '173550.687500', '173551.147500', '173551.607500', '173552.067500', '173552.527500', '173552.987500', '173553.447500', '173553.907500', '173554.367500', '173554.827500', '173555.287500', '173555.747500', '173556.207500', '173556.667500', '173557.127500', '173557.587500', '173558.047500', '173558.507500', '173558.967500', '173559.427500', '173559.887500', '173600.347500', '173600.807500', '173601.267500', '173601.727500', '173602.187500', '173602.647500', '173603.107500', '173603.567500', '173604.027500', '173604.487500', '173604.947500', '173605.407500', '173605.867500', '173606.327500', '173606.787500', '173607.247500', '173607.707500', '173608.167500', '173608.627500', '173609.087500', '173609.547500', '173610.007500', '173610.467500', '173610.927500', '173611.387500', '173611.847500', '173612.307500', '173612.767500', '173613.227500', '173613.687500', '173614.147500', '173614.607500', '173615.067500', '173615.527500', '173615.987500', '173616.447500', '173616.907500', '173617.367500', '173617.827500', '173618.287500', '173618.747500', '173619.207500', '173619.667500', '173620.127500', '173620.587500', '173621.047500', '173621.507500', '173621.967500', '173622.427500', '173622.887500', '173623.347500', '173623.807500', '173624.267500', '173624.727500', '173625.187500', '173625.647500', '173626.107500', '173626.567500', '173627.027500', '173627.487500', '173627.947500', '173628.407500', '173628.867500', '173629.327500', '173629.787500', '173630.247500', '173630.707500', '173631.167500', '173631.627500', '173632.087500', '173632.547500', '173633.007500', '173633.467500', '173633.927500', '173634.387500', '173634.847500', '173635.307500', '173635.767500', '173636.227500', '173636.687500', '173637.147500', '173637.607500', '173638.067500', '173638.527500', '173638.987500', '173639.447500', '173639.907500', '173640.367500', '173640.827500', '173641.287500', '173641.747500', '173642.207500', '173642.667500', '173643.127500', '173643.587500', '173644.047500', '173644.507500', '173644.967500', '173645.427500', '173645.887500', '173646.347500', '173646.807500', '173647.267500', '173647.727500', '173648.187500', '173648.647500', '173649.107500', '173649.567500', '173650.027500', '173650.487500', '173650.947500', '173651.407500', '173651.867500', '173652.327500', '173652.787500', '173653.247500', '173653.707500', '173654.167500', '173654.627500', '173655.087500', '173655.547500', '173656.007500', '173656.467500', '173656.927500', '173657.387500', '173657.847500', '173658.307500', '173658.767500', '173659.227500', '173659.687500', '173700.147500', '173700.607500', '173701.067500', '173701.527500', '173701.987500', '173702.447500', '173702.907500', '173703.367500', '173703.827500', '173704.287500', '173704.747500', '173705.207500', '173705.667500', '173706.127500', '173706.587500', '173707.047500', '173707.507500', '173707.967500', '173708.427500', '173708.887500', '173709.347500', '173709.807500', '173710.267500', '173710.727500', '173711.187500', '173711.647500', '173712.107500', '173712.567500', '173713.027500', '173713.487500', '173713.947500', '173714.407500', '173714.867500', '173715.327500', '173715.787500', '173716.247500', '173716.707500', '173717.167500', '173717.627500', '173718.087500', '173718.547500', '173719.007500', '173719.467500', '173719.927500', '173720.387500', '173720.847500', '173721.307500', '173721.767500', '173722.227500', '173722.687500', '173723.147500', '173723.607500', '173724.067500', '173724.527500', '173724.987500', '173725.447500', '173725.907500', '173726.367500', '173726.827500', '173727.287500', '173727.747500', '173728.207500', '173728.667500', '173729.127500', '173729.587500', '173730.047500', '173730.507500', '173730.967500', '173731.427500', '173731.887500', '173732.347500', '173732.807500', '173733.267500', '173733.727500', '173734.187500', '173734.647500', '173735.107500', '173735.567500', '173736.027500', '173736.487500', '173736.947500', '173737.407500', '173737.867500', '173738.327500', '173738.787500', '173739.247500', '173739.707500', '173740.167500', '173740.627500', '173741.087500', '173741.547500', '173742.007500', '173742.467500', '173742.927500', '173743.387500', '173743.847500', '173744.307500', '173744.767500', '173745.227500', '173745.687500', '173746.147500', '173746.607500', '173747.067500', '173747.527500', '173747.987500', '173748.447500', '173748.907500', '173749.367500', '173749.827500', '173750.287500', '173750.747500', '173751.207500', '173751.667500', '173752.127500', '173752.587500', '173753.047500', '173753.507500', '173753.967500', '173754.427500', '173754.887500', '173755.347500', '173755.807500', '173756.267500', '173756.727500', '173757.187500', '173757.647500', '173758.107500', '173758.567500', '173759.027500', '173759.487500', '173759.947500', '173800.407500', '173800.867500', '173801.327500', '173801.787500', '173802.247500', '173802.707500', '173803.167500', '173803.627500', '173804.087500', '173804.547500', '173805.007500', '173805.467500', '173805.927500', '173806.387500', '173806.847500', '173807.307500', '173807.767500', '173808.227500', '173808.687500', '173809.147500', '173809.607500', '173810.067500', '173810.527500', '173810.987500', '173811.447500', '173811.907500', '173812.367500', '173812.827500', '173813.287500', '173813.747500', '173814.207500', '173814.667500', '173815.127500', '173815.587500', '173816.047500', '173816.507500', '173816.967500', '173817.427500', '173817.887500', '173818.347500', '173818.807500', '173819.267500', '173819.727500', '173820.187500', '173820.647500', '173821.107500', '173821.567500', '173822.027500', '173822.487500', '173822.947500', '173823.407500', '173823.867500', '173824.327500', '173824.787500', '173825.247500', '173825.707500', '173826.167500', '173826.627500', '173827.087500', '173827.547500', '173828.007500', '173828.467500', '173828.927500', '173829.387500', '173829.847500', '173830.307500', '173830.767500', '173831.227500', '173831.687500', '173832.147500', '173832.607500', '173833.067500', '173833.527500', '173833.987500', '173834.447500', '173834.907500', '173835.367500', '173835.827500', '173836.287500', '173836.747500', '173837.207500', '173837.667500', '173838.127500', '173838.587500', '173839.047500', '173839.507500', '173839.967500', '173840.427500', '173840.887500', '173841.347500', '173841.807500', '173842.267500', '173842.727500', '173843.187500', '173843.647500', '173844.107500', '173844.567500', '173845.027500', '173845.487500', '173845.947500', '173846.407500', '173846.867500', '173847.327500', '173847.787500', '173848.247500', '173848.707500', '173849.167500', '173849.627500', '173850.087500', '173850.547500', '173851.007500', '173851.467500', '173851.927500', '173852.387500', '173852.847500', '173853.307500', '173853.767500', '173854.227500', '173854.687500', '173855.147500', '173855.607500', '173856.067500', '173856.527500', '173856.987500', '173857.447500', '173857.907500', '173858.367500', '173858.827500', '173859.287500', '173859.747500', '173900.207500', '173900.667500', '173901.127500', '173901.587500', '173902.047500', '173902.507500', '173902.967500', '173903.427500', '173903.887500', '173904.347500', '173904.807500', '173905.267500', '173905.727500', '173906.187500', '173906.647500', '173907.107500', '173907.567500', '173908.027500', '173908.487500', '173908.947500', '173909.407500', '173909.867500', '173910.327500', '173910.787500', '173911.247500', '173911.707500', '173912.167500', '173912.627500', '173913.087500', '173913.547500', '173914.007500', '173914.467500', '173914.927500', '173915.387500', '173915.847500', '173916.307500', '173916.767500', '173917.227500', '173917.687500', '173918.147500', '173918.607500', '173919.067500', '173919.527500', '173919.987500', '173920.447500', '173920.907500', '173921.367500', '173921.827500', '173922.287500', '173922.747500', '173923.207500', '173923.667500', '173924.127500', '173924.587500', '173925.047500', '173925.507500', '173925.967500', '173926.427500', '173926.887500', '173927.347500', '173927.807500', '173928.267500', '173928.727500', '173929.187500', '173929.647500', '173930.107500', '173930.567500', '173931.027500', '173931.487500', '173931.947500', '173932.407500', '173932.867500', '173933.327500', '173933.787500', '173934.247500', '173934.707500', '173935.167500', '173935.627500', '173936.087500', '173936.547500', '173937.007500', '173937.467500', '173937.927500', '173938.387500', '173938.847500', '173939.307500', '173939.767500', '173940.227500', '173940.687500', '173941.147500', '173941.607500', '173942.067500', '173942.527500', '173942.987500', '173943.447500', '173943.907500', '173944.367500', '173944.827500', '173945.287500', '173945.747500', '173946.207500', '173946.667500', '173947.127500', '173947.587500', '173948.047500', '173948.507500', '173948.967500', '173949.427500', '173949.887500', '173950.347500', '173950.807500', '173951.267500', '173951.727500', '173952.187500', '173952.647500', '173953.107500', '173953.567500', '173954.027500', '173954.487500', '173954.947500', '173955.407500', '173955.867500', '173956.327500', '173956.787500', '173957.247500', '173957.707500', '173958.167500', '173958.627500', '173959.087500', '173959.547500', '174000.007500', '174000.467500', '174000.927500', '174001.387500', '174001.847500', '174002.307500', '174002.767500', '174003.227500', '174003.687500', '174004.147500', '174004.607500', '174005.067500', '174005.527500', '174005.987500', '174006.447500', '174006.907500', '174007.367500', '174007.827500', '174008.287500', '174008.747500', '174009.207500', '174009.667500', '174010.127500', '174010.587500', '174011.047500', '174011.507500', '174011.967500', '174012.427500', '174012.887500', '174013.347500', '174013.807500', '174014.267500', '174014.727500', '174015.187500', '174015.647500', '174016.107500', '174016.567500', '174017.027500', '174017.487500', '174017.947500', '174018.407500', '174018.867500', '174019.327500', '174019.787500', '174020.247500', '174020.707500', '174021.167500', '174021.627500', '174022.087500', '174022.547500', '174023.007500', '174023.467500', '174023.927500', '174024.387500', '174024.847500', '174025.307500', '174025.767500', '174026.227500', '174026.687500', '174027.147500', '174027.607500', '174028.067500', '174028.527500', '174028.987500', '174029.447500', '174029.907500', '174030.367500', '174030.827500', '174031.287500', '174031.747500', '174032.207500', '174032.667500', '174033.127500', '174033.587500', '174034.047500', '174034.507500', '174034.967500', '174035.427500', '174035.887500', '174036.347500', '174036.807500', '174037.267500', '174037.727500', '174038.187500', '174038.647500', '174039.107500', '174039.567500', '174040.027500', '174040.487500', '174040.947500', '174041.407500', '174041.867500', '174042.327500', '174042.787500', '174043.247500', '174043.707500', '174044.167500', '174044.627500', '174045.087500', '174045.547500', '174046.007500', '174046.467500', '174046.927500', '174047.387500', '174047.847500', '174048.307500', '174048.767500', '174049.227500', '174049.687500', '174050.147500', '174050.607500', '174051.067500', '174051.527500', '174051.987500', '174052.447500', '174052.907500', '174053.367500', '174053.827500', '174054.287500', '174054.747500', '174055.207500', '174055.667500', '174056.127500', '174056.587500', '174057.047500', '174057.507500', '174057.967500', '174058.427500', '174058.887500', '174059.347500', '174059.807500', '174100.267500', '174100.727500', '174101.187500', '174101.647500', '174102.107500', '174102.567500', '174103.027500', '174103.487500', '174103.947500', '174104.407500', '174104.867500', '174105.327500', '174105.787500', '174106.247500', '174106.707500', '174107.167500', '174107.627500', '174108.087500', '174108.547500', '174109.007500', '174109.467500', '174109.927500', '174110.387500', '174110.847500', '174111.307500', '174111.767500', '174112.227500', '174112.687500', '174113.147500', '174113.607500', '174114.067500', '174114.527500', '174114.987500', '174115.447500', '174115.907500', '174116.367500', '174116.827500', '174117.287500', '174117.747500', '174118.207500', '174118.667500', '174119.127500', '174119.587500', '174120.047500', '174120.507500', '174120.967500'], 'ContentTime': ['173117.706000', '173117.709000', '173117.712000', '173117.715000', '173117.717000', '173117.720000', '173117.722000', '173117.725000', '173117.728000', '173117.730000', '173117.743000', '173117.745000', '173117.748000', '173117.751000', '173117.753000', '173117.757000', '173117.760000', '173117.762000', '173117.770000', '173117.773000', '173137.679000', '173137.682000', '173137.685000', '173137.687000', '173137.690000', '173137.693000', '173137.695000', '173137.698000', '173137.700000', '173137.703000', '173137.706000', '173137.708000', '173137.711000', '173137.713000', '173137.716000', '173137.718000', '173137.721000', '173137.723000', '173137.726000', '173137.729000', '173137.731000', '173137.734000', '173137.736000', '173137.739000', '173137.742000', '173137.744000', '173137.747000', '173137.754000', '173137.756000', '173137.759000', '173137.761000', '173137.764000', '173137.767000', '173137.769000', '173137.772000', '173137.774000', '173137.777000', '173137.779000', '173137.782000', '173137.785000', '173137.787000', '173137.790000', '173137.792000', '173137.795000', '173157.679000', '173157.682000', '173157.685000', '173157.688000', '173157.690000', '173157.693000', '173157.695000', '173157.698000', '173157.701000', '173157.703000', '173157.706000', '173157.708000', '173157.711000', '173157.713000', '173157.717000', '173157.720000', '173157.723000', '173157.725000', '173157.728000', '173157.730000', '173157.733000', '173157.736000', '173157.738000', '173157.741000', '173157.743000', '173157.746000', '173157.749000', '173157.751000', '173157.754000', '173157.756000', '173157.759000', '173157.762000', '173157.764000', '173157.767000', '173157.780000', '173157.782000', '173157.785000', '173157.788000', '173157.790000', '173157.793000', '173157.795000', '173157.798000', '173157.801000', '173217.680000', '173217.682000', '173217.685000', '173217.688000', '173217.690000', '173217.693000', '173217.696000', '173217.698000', '173217.701000', '173217.703000', '173217.706000', '173217.709000', '173217.711000', '173217.714000', '173217.716000', '173217.719000', '173217.722000', '173217.724000', '173217.727000', '173217.730000', '173217.732000', '173217.735000', '173217.737000', '173217.740000', '173217.742000', '173217.745000', '173217.748000', '173217.750000', '173217.753000', '173217.755000', '173217.758000', '173217.761000', '173217.763000', '173217.766000', '173217.768000', '173217.771000', '173217.774000', '173217.776000', '173217.779000', '173217.781000', '173217.784000', '173217.786000', '173217.789000', '173217.792000', '173237.679000', '173237.681000', '173237.684000', '173237.686000', '173237.689000', '173237.692000', '173237.694000', '173237.697000', '173237.700000', '173237.702000', '173237.705000', '173237.707000', '173237.710000', '173237.712000', '173237.715000', '173237.718000', '173237.720000', '173237.723000', '173237.725000', '173237.728000', '173237.731000', '173237.733000', '173237.736000', '173237.738000', '173237.741000', '173237.744000', '173237.746000', '173237.749000', '173237.751000', '173237.754000', '173237.757000', '173237.759000', '173237.762000', '173237.764000', '173237.767000', '173237.770000', '173237.772000', '173237.775000', '173237.777000', '173237.780000', '173237.783000', '173237.785000', '173237.788000', '173257.679000', '173257.682000', '173257.684000', '173257.687000', '173257.689000', '173257.692000', '173257.694000', '173257.697000', '173257.700000', '173257.702000', '173257.705000', '173257.707000', '173257.710000', '173257.712000', '173257.715000', '173257.718000', '173257.720000', '173257.723000', '173257.725000', '173257.728000', '173257.731000', '173257.733000', '173257.736000', '173257.738000', '173257.741000', '173257.744000', '173257.746000', '173257.749000', '173257.751000', '173257.754000', '173257.757000', '173257.759000', '173257.762000', '173257.765000', '173257.767000', '173257.770000', '173257.772000', '173257.775000', '173257.778000', '173257.780000', '173257.783000', '173257.785000', '173257.788000', '173257.791000', '173317.679000', '173317.681000', '173317.684000', '173317.687000', '173317.689000', '173317.692000', '173317.695000', '173317.697000', '173317.700000', '173317.702000', '173317.705000', '173317.708000', '173317.710000', '173317.713000', '173317.715000', '173317.718000', '173317.721000', '173317.723000', '173317.726000', '173317.728000', '173317.731000', '173317.734000', '173317.737000', '173317.739000', '173317.742000', '173317.745000', '173317.747000', '173317.750000', '173317.752000', '173317.756000', '173317.759000', '173317.761000', '173317.764000', '173317.767000', '173317.769000', '173317.772000', '173317.774000', '173317.777000', '173317.780000', '173317.782000', '173317.785000', '173317.787000', '173317.790000', '173337.679000', '173337.682000', '173337.685000', '173337.688000', '173337.690000', '173337.693000', '173337.695000', '173337.698000', '173337.701000', '173337.703000', '173337.706000', '173337.708000', '173337.711000', '173337.713000', '173337.716000', '173337.719000', '173337.721000', '173337.724000', '173337.726000', '173337.729000', '173337.732000', '173337.734000', '173337.737000', '173337.739000', '173337.742000', '173337.745000', '173337.747000', '173337.750000', '173337.752000', '173337.755000', '173337.766000', '173337.769000', '173337.771000', '173337.774000', '173337.776000', '173337.779000', '173337.782000', '173337.784000', '173337.787000', '173337.789000', '173337.792000', '173337.794000', '173337.797000', '173337.800000', '173357.680000', '173357.682000', '173357.685000', '173357.688000', '173357.690000', '173357.693000', '173357.696000', '173357.698000', '173357.701000', '173357.703000', '173357.706000', '173357.709000', '173357.711000', '173357.714000', '173357.717000', '173357.719000', '173357.722000', '173357.724000', '173357.727000', '173357.730000', '173357.732000', '173357.735000', '173357.737000', '173357.740000', '173357.743000', '173357.745000', '173357.748000', '173357.750000', '173357.753000', '173357.756000', '173357.758000', '173357.761000', '173357.764000', '173357.767000', '173357.770000', '173357.773000', '173357.776000', '173357.778000', '173357.781000', '173357.783000', '173357.786000', '173357.789000', '173357.791000', '173417.679000', '173417.682000', '173417.685000', '173417.688000', '173417.690000', '173417.693000', '173417.695000', '173417.698000', '173417.701000', '173417.703000', '173417.706000', '173417.708000', '173417.711000', '173417.714000', '173417.716000', '173417.719000', '173417.722000', '173417.724000', '173417.727000', '173417.729000', '173417.732000', '173417.735000', '173417.737000', '173417.740000', '173417.742000', '173417.745000', '173417.747000', '173417.750000', '173417.753000', '173417.755000', '173417.758000', '173417.760000', '173417.763000', '173417.766000', '173417.768000', '173417.771000', '173417.773000', '173417.776000', '173417.779000', '173417.781000', '173417.784000', '173417.786000', '173417.789000', '173417.792000', '173437.679000', '173437.682000', '173437.685000', '173437.688000', '173437.690000', '173437.693000', '173437.696000', '173437.698000', '173437.701000', '173437.704000', '173437.706000', '173437.709000', '173437.711000', '173437.714000', '173437.717000', '173437.719000', '173437.722000', '173437.725000', '173437.727000', '173437.730000', '173437.732000', '173437.735000', '173437.738000', '173437.740000', '173437.743000', '173437.745000', '173437.748000', '173437.751000', '173437.753000', '173437.756000', '173437.759000', '173437.761000', '173437.764000', '173437.766000', '173437.769000', '173437.772000', '173437.774000', '173437.777000', '173437.780000', '173437.783000', '173437.786000', '173437.789000', '173437.791000', '173457.679000', '173457.682000', '173457.684000', '173457.687000', '173457.689000', '173457.692000', '173457.695000', '173457.697000', '173457.700000', '173457.702000', '173457.705000', '173457.707000', '173457.710000', '173457.713000', '173457.715000', '173457.718000', '173457.720000', '173457.723000', '173457.726000', '173457.728000', '173457.731000', '173457.733000', '173457.736000', '173457.739000', '173457.741000', '173457.744000', '173457.746000', '173457.749000', '173457.752000', '173457.754000', '173457.757000', '173457.759000', '173457.762000', '173457.765000', '173457.768000', '173457.771000', '173457.773000', '173457.776000', '173457.778000', '173457.781000', '173457.784000', '173457.786000', '173457.789000', '173457.791000', '173517.679000', '173517.682000', '173517.684000', '173517.687000', '173517.690000', '173517.692000', '173517.695000', '173517.697000', '173517.700000', '173517.703000', '173517.705000', '173517.717000', '173517.720000', '173517.722000', '173517.725000', '173517.728000', '173517.730000', '173517.733000', '173517.735000', '173517.738000', '173517.741000', '173517.743000', '173517.746000', '173517.748000', '173517.751000', '173517.754000', '173517.756000', '173517.759000', '173517.761000', '173517.764000', '173517.767000', '173517.770000', '173517.772000', '173517.775000', '173517.777000', '173517.780000', '173517.783000', '173517.785000', '173517.788000', '173517.791000', '173517.794000', '173517.797000', '173517.800000', '173537.679000', '173537.681000', '173537.684000', '173537.687000', '173537.690000', '173537.693000', '173537.696000', '173537.698000', '173537.701000', '173537.703000', '173537.706000', '173537.709000', '173537.711000', '173537.714000', '173537.717000', '173537.719000', '173537.722000', '173537.725000', '173537.728000', '173537.730000', '173537.733000', '173537.736000', '173537.738000', '173537.741000', '173537.743000', '173537.746000', '173537.749000', '173537.751000', '173537.754000', '173537.757000', '173537.759000', '173537.762000', '173537.765000', '173537.767000', '173537.770000', '173537.772000', '173537.775000', '173537.778000', '173537.780000', '173537.783000', '173537.786000', '173537.788000', '173537.791000', '173537.793000', '173557.680000', '173557.682000', '173557.685000', '173557.688000', '173557.690000', '173557.693000', '173557.696000', '173557.698000', '173557.701000', '173557.704000', '173557.706000', '173557.709000', '173557.711000', '173557.714000', '173557.716000', '173557.719000', '173557.722000', '173557.724000', '173557.727000', '173557.730000', '173557.732000', '173557.735000', '173557.737000', '173557.740000', '173557.743000', '173557.745000', '173557.748000', '173557.750000', '173557.753000', '173557.756000', '173557.758000', '173557.761000', '173557.763000', '173557.766000', '173557.769000', '173557.772000', '173557.774000', '173557.777000', '173557.780000', '173557.782000', '173557.785000', '173557.787000', '173557.790000', '173617.679000', '173617.682000', '173617.685000', '173617.688000', '173617.690000', '173617.693000', '173617.695000', '173617.698000', '173617.701000', '173617.703000', '173617.706000', '173617.708000', '173617.711000', '173617.714000', '173617.716000', '173617.719000', '173617.722000', '173617.724000', '173617.727000', '173617.729000', '173617.732000', '173617.735000', '173617.737000', '173617.740000', '173617.742000', '173617.745000', '173617.748000', '173617.750000', '173617.753000', '173617.755000', '173617.758000', '173617.761000', '173617.763000', '173617.766000', '173617.769000', '173617.771000', '173617.774000', '173617.777000', '173617.779000', '173617.782000', '173617.784000', '173617.787000', '173617.790000', '173617.792000', '173637.680000', '173637.682000', '173637.685000', '173637.688000', '173637.690000', '173637.693000', '173637.696000', '173637.698000', '173637.701000', '173637.704000', '173637.706000', '173637.709000', '173637.711000', '173637.714000', '173637.717000', '173637.720000', '173637.722000', '173637.725000', '173637.727000', '173637.730000', '173637.733000', '173637.735000', '173637.738000', '173637.741000', '173637.743000', '173637.748000', '173637.750000', '173637.753000', '173637.756000', '173637.759000', '173637.761000', '173637.764000', '173637.767000', '173637.769000', '173637.772000', '173637.775000', '173637.801000', '173637.803000', '173637.806000', '173637.809000', '173637.811000', '173637.814000', '173637.816000', '173657.679000', '173657.682000', '173657.685000', '173657.688000', '173657.690000', '173657.693000', '173657.696000', '173657.698000', '173657.701000', '173657.703000', '173657.706000', '173657.708000', '173657.711000', '173657.714000', '173657.716000', '173657.719000', '173657.721000', '173657.724000', '173657.727000', '173657.729000', '173657.732000', '173657.735000', '173657.737000', '173657.740000', '173657.742000', '173657.745000', '173657.748000', '173657.750000', '173657.753000', '173657.756000', '173657.758000', '173657.761000', '173657.763000', '173657.766000', '173657.769000', '173657.771000', '173657.774000', '173657.777000', '173657.779000', '173657.782000', '173657.784000', '173657.787000', '173657.790000', '173657.792000', '173717.678000', '173717.681000', '173717.684000', '173717.686000', '173717.689000', '173717.692000', '173717.695000', '173717.697000', '173717.700000', '173717.702000', '173717.705000', '173717.708000', '173717.710000', '173717.713000', '173717.715000', '173717.718000', '173717.720000', '173717.723000', '173717.726000', '173717.728000', '173717.731000', '173717.734000', '173717.736000', '173717.739000', '173717.741000', '173717.744000', '173717.747000', '173717.749000', '173717.752000', '173717.755000', '173717.757000', '173717.760000', '173717.762000', '173717.765000', '173717.768000', '173717.770000', '173717.773000', '173717.775000', '173717.778000', '173717.781000', '173717.783000', '173717.786000', '173717.788000', '173737.679000', '173737.681000', '173737.684000', '173737.687000', '173737.689000', '173737.692000', '173737.694000', '173737.697000', '173737.700000', '173737.702000', '173737.705000', '173737.707000', '173737.710000', '173737.713000', '173737.715000', '173737.718000', '173737.720000', '173737.723000', '173737.726000', '173737.728000', '173737.731000', '173737.733000', '173737.736000', '173737.739000', '173737.741000', '173737.744000', '173737.747000', '173737.749000', '173737.752000', '173737.754000', '173737.757000', '173737.760000', '173737.762000', '173737.765000', '173737.768000', '173737.770000', '173737.773000', '173737.776000', '173737.778000', '173737.781000', '173737.783000', '173737.786000', '173737.789000', '173737.791000', '173757.680000', '173757.682000', '173757.685000', '173757.688000', '173757.690000', '173757.693000', '173757.696000', '173757.698000', '173757.701000', '173757.703000', '173757.706000', '173757.709000', '173757.711000', '173757.714000', '173757.716000', '173757.719000', '173757.722000', '173757.724000', '173757.727000', '173757.729000', '173757.732000', '173757.735000', '173757.737000', '173757.740000', '173757.743000', '173757.745000', '173757.748000', '173757.750000', '173757.753000', '173757.755000', '173757.758000', '173757.761000', '173757.763000', '173757.766000', '173757.769000', '173757.771000', '173757.774000', '173757.776000', '173757.779000', '173757.782000', '173757.784000', '173757.787000', '173757.789000', '173817.680000', '173817.683000', '173817.685000', '173817.688000', '173817.691000', '173817.693000', '173817.696000', '173817.699000', '173817.701000', '173817.704000', '173817.706000', '173817.709000', '173817.711000', '173817.714000', '173817.717000', '173817.719000', '173817.722000', '173817.724000', '173817.727000', '173817.730000', '173817.733000', '173817.735000', '173817.738000', '173817.741000', '173817.743000', '173817.746000', '173817.748000', '173817.751000', '173817.754000', '173817.756000', '173817.759000', '173817.761000', '173817.764000', '173817.767000', '173817.769000', '173817.772000', '173817.774000', '173817.777000', '173817.780000', '173817.782000', '173817.785000', '173817.787000', '173817.790000', '173817.792000', '173837.680000', '173837.683000', '173837.685000', '173837.688000', '173837.691000', '173837.694000', '173837.696000', '173837.699000', '173837.701000', '173837.704000', '173837.707000', '173837.709000', '173837.712000', '173837.714000', '173837.717000', '173837.720000', '173837.722000', '173837.725000', '173837.728000', '173837.730000', '173837.733000', '173837.736000', '173837.738000', '173837.741000', '173837.743000', '173837.746000', '173837.749000', '173837.751000', '173837.754000', '173837.757000', '173837.759000', '173837.762000', '173837.765000', '173837.767000', '173837.770000', '173837.772000', '173837.775000', '173837.778000', '173837.780000', '173837.783000', '173837.786000', '173837.788000', '173837.791000', '173857.680000', '173857.682000', '173857.685000', '173857.688000', '173857.690000', '173857.693000', '173857.696000', '173857.698000', '173857.701000', '173857.703000', '173857.706000', '173857.709000', '173857.711000', '173857.714000', '173857.716000', '173857.719000', '173857.722000', '173857.724000', '173857.727000', '173857.729000', '173857.732000', '173857.735000', '173857.737000', '173857.740000', '173857.742000', '173857.745000', '173857.748000', '173857.750000', '173857.753000', '173857.755000', '173857.758000', '173857.761000', '173857.763000', '173857.766000', '173857.769000', '173857.771000', '173857.774000', '173857.776000', '173857.779000', '173857.782000', '173857.784000', '173857.787000', '173857.789000', '173857.792000', '173917.680000', '173917.683000', '173917.685000', '173917.688000', '173917.691000', '173917.693000', '173917.696000', '173917.698000', '173917.701000', '173917.704000', '173917.706000', '173917.709000', '173917.711000', '173917.714000', '173917.717000', '173917.719000', '173917.722000', '173917.725000', '173917.727000', '173917.730000', '173917.732000', '173917.735000', '173917.737000', '173917.740000', '173917.743000', '173917.745000', '173917.748000', '173917.751000', '173917.753000', '173917.756000', '173917.758000', '173917.761000', '173917.764000', '173917.766000', '173917.769000', '173917.771000', '173917.774000', '173917.777000', '173917.779000', '173917.782000', '173917.785000', '173917.787000', '173917.790000', '173937.679000', '173937.681000', '173937.684000', '173937.687000', '173937.689000', '173937.692000', '173937.695000', '173937.697000', '173937.700000', '173937.702000', '173937.705000', '173937.708000', '173937.710000', '173937.713000', '173937.717000', '173937.719000', '173937.722000', '173937.724000', '173937.727000', '173937.730000', '173937.732000', '173937.735000', '173937.738000', '173937.740000', '173937.743000', '173937.745000', '173937.748000', '173937.750000', '173937.753000', '173937.756000', '173937.758000', '173937.761000', '173937.764000', '173937.766000', '173937.769000', '173937.772000', '173937.774000', '173937.777000', '173937.779000', '173937.782000', '173937.785000', '173937.787000', '173937.790000', '173957.678000', '173957.681000', '173957.684000', '173957.687000', '173957.690000', '173957.692000', '173957.695000', '173957.697000', '173957.700000', '173957.703000', '173957.705000', '173957.708000', '173957.710000', '173957.713000', '173957.716000', '173957.718000', '173957.721000', '173957.723000', '173957.726000', '173957.729000', '173957.731000', '173957.734000', '173957.736000', '173957.739000', '173957.742000', '173957.744000', '173957.747000', '173957.749000', '173957.752000', '173957.755000', '173957.757000', '173957.760000', '173957.763000', '173957.765000', '173957.768000', '173957.771000', '173957.773000', '173957.776000', '173957.778000', '173957.781000', '173957.784000', '173957.786000', '173957.789000', '173957.792000', '174017.680000', '174017.683000', '174017.685000', '174017.688000', '174017.691000', '174017.693000', '174017.696000', '174017.698000', '174017.701000', '174017.704000', '174017.706000', '174017.709000', '174017.712000', '174017.714000', '174017.717000', '174017.720000', '174017.722000', '174017.725000', '174017.728000', '174017.731000', '174017.733000', '174017.736000', '174017.738000', '174017.741000', '174017.743000', '174017.746000', '174017.749000', '174017.751000', '174017.754000', '174017.757000', '174017.759000', '174017.762000', '174017.764000', '174017.767000', '174017.770000', '174017.772000', '174017.775000', '174017.778000', '174017.780000', '174017.783000', '174017.785000', '174017.788000', '174017.791000', '174037.680000', '174037.683000', '174037.685000', '174037.688000', '174037.690000', '174037.693000', '174037.696000', '174037.698000', '174037.701000', '174037.704000', '174037.706000', '174037.709000', '174037.711000', '174037.714000', '174037.717000', '174037.719000', '174037.722000', '174037.724000', '174037.727000', '174037.730000', '174037.732000', '174037.735000', '174037.738000', '174037.740000', '174037.743000', '174037.745000', '174037.748000', '174037.751000', '174037.753000', '174037.756000', '174037.758000', '174037.761000', '174037.764000', '174037.766000', '174037.769000', '174037.772000', '174037.774000', '174037.777000', '174037.786000', '174037.789000', '174037.807000', '174037.810000', '174037.812000', '174037.815000', '174057.680000', '174057.682000', '174057.685000', '174057.688000', '174057.690000', '174057.693000', '174057.696000', '174057.698000', '174057.701000', '174057.704000', '174057.706000', '174057.709000', '174057.711000', '174057.714000', '174057.717000', '174057.719000', '174057.722000', '174057.724000', '174057.727000', '174057.730000', '174057.732000', '174057.735000', '174057.737000', '174057.740000', '174057.743000', '174057.745000', '174057.748000', '174057.751000', '174057.753000', '174057.757000', '174057.759000', '174057.762000', '174057.764000', '174057.767000', '174057.770000', '174057.772000', '174057.775000', '174057.777000', '174057.780000', '174057.783000', '174057.785000', '174057.788000', '174057.791000', '174117.680000', '174117.683000', '174117.685000', '174117.688000', '174117.691000', '174117.693000', '174117.696000', '174117.698000', '174117.701000', '174117.704000', '174117.706000', '174117.709000', '174117.712000', '174117.714000', '174117.717000', '174117.719000', '174117.722000', '174117.725000', '174117.727000', '174117.730000', '174117.733000', '174117.735000', '174117.738000', '174117.741000', '174117.743000', '174117.746000', '174117.748000', '174117.751000', '174117.754000', '174117.756000', '174117.759000', '174117.762000', '174117.764000', '174117.767000', '174117.769000', '174117.772000', '174117.775000', '174117.777000', '174117.780000', '174117.783000', '174117.785000', '174117.788000', '174117.790000', '174117.793000', '174122.118000', '174122.121000', '174122.124000', '174122.126000', '174122.129000', '174122.132000', '174122.135000', '174122.137000', '174122.140000', '174122.143000'], 'InstanceCreationTime': ['173117.706000', '173117.709000', '173117.712000', '173117.715000', '173117.717000', '173117.720000', '173117.722000', '173117.725000', '173117.728000', '173117.730000', '173117.743000', '173117.745000', '173117.748000', '173117.751000', '173117.753000', '173117.757000', '173117.760000', '173117.762000', '173117.770000', '173117.773000', '173137.679000', '173137.682000', '173137.685000', '173137.687000', '173137.690000', '173137.693000', '173137.695000', '173137.698000', '173137.700000', '173137.703000', '173137.706000', '173137.708000', '173137.711000', '173137.713000', '173137.716000', '173137.718000', '173137.721000', '173137.723000', '173137.726000', '173137.729000', '173137.731000', '173137.734000', '173137.736000', '173137.739000', '173137.742000', '173137.744000', '173137.747000', '173137.754000', '173137.756000', '173137.759000', '173137.761000', '173137.764000', '173137.767000', '173137.769000', '173137.772000', '173137.774000', '173137.777000', '173137.779000', '173137.782000', '173137.785000', '173137.787000', '173137.790000', '173137.792000', '173137.795000', '173157.679000', '173157.682000', '173157.685000', '173157.688000', '173157.690000', '173157.693000', '173157.695000', '173157.698000', '173157.701000', '173157.703000', '173157.706000', '173157.708000', '173157.711000', '173157.713000', '173157.717000', '173157.720000', '173157.723000', '173157.725000', '173157.728000', '173157.730000', '173157.733000', '173157.736000', '173157.738000', '173157.741000', '173157.743000', '173157.746000', '173157.749000', '173157.751000', '173157.754000', '173157.756000', '173157.759000', '173157.762000', '173157.764000', '173157.767000', '173157.780000', '173157.782000', '173157.785000', '173157.788000', '173157.790000', '173157.793000', '173157.795000', '173157.798000', '173157.801000', '173217.680000', '173217.682000', '173217.685000', '173217.688000', '173217.690000', '173217.693000', '173217.696000', '173217.698000', '173217.701000', '173217.703000', '173217.706000', '173217.709000', '173217.711000', '173217.714000', '173217.716000', '173217.719000', '173217.722000', '173217.724000', '173217.727000', '173217.730000', '173217.732000', '173217.735000', '173217.737000', '173217.740000', '173217.742000', '173217.745000', '173217.748000', '173217.750000', '173217.753000', '173217.755000', '173217.758000', '173217.761000', '173217.763000', '173217.766000', '173217.768000', '173217.771000', '173217.774000', '173217.776000', '173217.779000', '173217.781000', '173217.784000', '173217.786000', '173217.789000', '173217.792000', '173237.679000', '173237.681000', '173237.684000', '173237.686000', '173237.689000', '173237.692000', '173237.694000', '173237.697000', '173237.700000', '173237.702000', '173237.705000', '173237.707000', '173237.710000', '173237.712000', '173237.715000', '173237.718000', '173237.720000', '173237.723000', '173237.725000', '173237.728000', '173237.731000', '173237.733000', '173237.736000', '173237.738000', '173237.741000', '173237.744000', '173237.746000', '173237.749000', '173237.751000', '173237.754000', '173237.757000', '173237.759000', '173237.762000', '173237.764000', '173237.767000', '173237.770000', '173237.772000', '173237.775000', '173237.777000', '173237.780000', '173237.783000', '173237.785000', '173237.788000', '173257.679000', '173257.682000', '173257.684000', '173257.687000', '173257.689000', '173257.692000', '173257.694000', '173257.697000', '173257.700000', '173257.702000', '173257.705000', '173257.707000', '173257.710000', '173257.712000', '173257.715000', '173257.718000', '173257.720000', '173257.723000', '173257.725000', '173257.728000', '173257.731000', '173257.733000', '173257.736000', '173257.738000', '173257.741000', '173257.744000', '173257.746000', '173257.749000', '173257.751000', '173257.754000', '173257.757000', '173257.759000', '173257.762000', '173257.765000', '173257.767000', '173257.770000', '173257.772000', '173257.775000', '173257.778000', '173257.780000', '173257.783000', '173257.785000', '173257.788000', '173257.791000', '173317.679000', '173317.681000', '173317.684000', '173317.687000', '173317.689000', '173317.692000', '173317.695000', '173317.697000', '173317.700000', '173317.702000', '173317.705000', '173317.708000', '173317.710000', '173317.713000', '173317.715000', '173317.718000', '173317.721000', '173317.723000', '173317.726000', '173317.728000', '173317.731000', '173317.734000', '173317.737000', '173317.739000', '173317.742000', '173317.745000', '173317.747000', '173317.750000', '173317.752000', '173317.756000', '173317.759000', '173317.761000', '173317.764000', '173317.767000', '173317.769000', '173317.772000', '173317.774000', '173317.777000', '173317.780000', '173317.782000', '173317.785000', '173317.787000', '173317.790000', '173337.679000', '173337.682000', '173337.685000', '173337.688000', '173337.690000', '173337.693000', '173337.695000', '173337.698000', '173337.701000', '173337.703000', '173337.706000', '173337.708000', '173337.711000', '173337.713000', '173337.716000', '173337.719000', '173337.721000', '173337.724000', '173337.726000', '173337.729000', '173337.732000', '173337.734000', '173337.737000', '173337.739000', '173337.742000', '173337.745000', '173337.747000', '173337.750000', '173337.752000', '173337.755000', '173337.766000', '173337.769000', '173337.771000', '173337.774000', '173337.776000', '173337.779000', '173337.782000', '173337.784000', '173337.787000', '173337.789000', '173337.792000', '173337.794000', '173337.797000', '173337.800000', '173357.680000', '173357.682000', '173357.685000', '173357.688000', '173357.690000', '173357.693000', '173357.696000', '173357.698000', '173357.701000', '173357.703000', '173357.706000', '173357.709000', '173357.711000', '173357.714000', '173357.717000', '173357.719000', '173357.722000', '173357.724000', '173357.727000', '173357.730000', '173357.732000', '173357.735000', '173357.737000', '173357.740000', '173357.743000', '173357.745000', '173357.748000', '173357.750000', '173357.753000', '173357.756000', '173357.758000', '173357.761000', '173357.764000', '173357.767000', '173357.770000', '173357.773000', '173357.776000', '173357.778000', '173357.781000', '173357.783000', '173357.786000', '173357.789000', '173357.791000', '173417.679000', '173417.682000', '173417.685000', '173417.688000', '173417.690000', '173417.693000', '173417.695000', '173417.698000', '173417.701000', '173417.703000', '173417.706000', '173417.708000', '173417.711000', '173417.714000', '173417.716000', '173417.719000', '173417.722000', '173417.724000', '173417.727000', '173417.729000', '173417.732000', '173417.735000', '173417.737000', '173417.740000', '173417.742000', '173417.745000', '173417.747000', '173417.750000', '173417.753000', '173417.755000', '173417.758000', '173417.760000', '173417.763000', '173417.766000', '173417.768000', '173417.771000', '173417.773000', '173417.776000', '173417.779000', '173417.781000', '173417.784000', '173417.786000', '173417.789000', '173417.792000', '173437.679000', '173437.682000', '173437.685000', '173437.688000', '173437.690000', '173437.693000', '173437.696000', '173437.698000', '173437.701000', '173437.704000', '173437.706000', '173437.709000', '173437.711000', '173437.714000', '173437.717000', '173437.719000', '173437.722000', '173437.725000', '173437.727000', '173437.730000', '173437.732000', '173437.735000', '173437.738000', '173437.740000', '173437.743000', '173437.745000', '173437.748000', '173437.751000', '173437.753000', '173437.756000', '173437.759000', '173437.761000', '173437.764000', '173437.766000', '173437.769000', '173437.772000', '173437.774000', '173437.777000', '173437.780000', '173437.783000', '173437.786000', '173437.789000', '173437.791000', '173457.679000', '173457.682000', '173457.684000', '173457.687000', '173457.689000', '173457.692000', '173457.695000', '173457.697000', '173457.700000', '173457.702000', '173457.705000', '173457.707000', '173457.710000', '173457.713000', '173457.715000', '173457.718000', '173457.720000', '173457.723000', '173457.726000', '173457.728000', '173457.731000', '173457.733000', '173457.736000', '173457.739000', '173457.741000', '173457.744000', '173457.746000', '173457.749000', '173457.752000', '173457.754000', '173457.757000', '173457.759000', '173457.762000', '173457.765000', '173457.768000', '173457.771000', '173457.773000', '173457.776000', '173457.778000', '173457.781000', '173457.784000', '173457.786000', '173457.789000', '173457.791000', '173517.679000', '173517.682000', '173517.684000', '173517.687000', '173517.690000', '173517.692000', '173517.695000', '173517.697000', '173517.700000', '173517.703000', '173517.705000', '173517.717000', '173517.720000', '173517.722000', '173517.725000', '173517.728000', '173517.730000', '173517.733000', '173517.735000', '173517.738000', '173517.741000', '173517.743000', '173517.746000', '173517.748000', '173517.751000', '173517.754000', '173517.756000', '173517.759000', '173517.761000', '173517.764000', '173517.767000', '173517.770000', '173517.772000', '173517.775000', '173517.777000', '173517.780000', '173517.783000', '173517.785000', '173517.788000', '173517.791000', '173517.794000', '173517.797000', '173517.800000', '173537.679000', '173537.681000', '173537.684000', '173537.687000', '173537.690000', '173537.693000', '173537.696000', '173537.698000', '173537.701000', '173537.703000', '173537.706000', '173537.709000', '173537.711000', '173537.714000', '173537.717000', '173537.719000', '173537.722000', '173537.725000', '173537.728000', '173537.730000', '173537.733000', '173537.736000', '173537.738000', '173537.741000', '173537.743000', '173537.746000', '173537.749000', '173537.751000', '173537.754000', '173537.757000', '173537.759000', '173537.762000', '173537.765000', '173537.767000', '173537.770000', '173537.772000', '173537.775000', '173537.778000', '173537.780000', '173537.783000', '173537.786000', '173537.788000', '173537.791000', '173537.793000', '173557.680000', '173557.682000', '173557.685000', '173557.688000', '173557.690000', '173557.693000', '173557.696000', '173557.698000', '173557.701000', '173557.704000', '173557.706000', '173557.709000', '173557.711000', '173557.714000', '173557.716000', '173557.719000', '173557.722000', '173557.724000', '173557.727000', '173557.730000', '173557.732000', '173557.735000', '173557.737000', '173557.740000', '173557.743000', '173557.745000', '173557.748000', '173557.750000', '173557.753000', '173557.756000', '173557.758000', '173557.761000', '173557.763000', '173557.766000', '173557.769000', '173557.772000', '173557.774000', '173557.777000', '173557.780000', '173557.782000', '173557.785000', '173557.787000', '173557.790000', '173617.679000', '173617.682000', '173617.685000', '173617.688000', '173617.690000', '173617.693000', '173617.695000', '173617.698000', '173617.701000', '173617.703000', '173617.706000', '173617.708000', '173617.711000', '173617.714000', '173617.716000', '173617.719000', '173617.722000', '173617.724000', '173617.727000', '173617.729000', '173617.732000', '173617.735000', '173617.737000', '173617.740000', '173617.742000', '173617.745000', '173617.748000', '173617.750000', '173617.753000', '173617.755000', '173617.758000', '173617.761000', '173617.763000', '173617.766000', '173617.769000', '173617.771000', '173617.774000', '173617.777000', '173617.779000', '173617.782000', '173617.784000', '173617.787000', '173617.790000', '173617.792000', '173637.680000', '173637.682000', '173637.685000', '173637.688000', '173637.690000', '173637.693000', '173637.696000', '173637.698000', '173637.701000', '173637.704000', '173637.706000', '173637.709000', '173637.711000', '173637.714000', '173637.717000', '173637.720000', '173637.722000', '173637.725000', '173637.727000', '173637.730000', '173637.733000', '173637.735000', '173637.738000', '173637.741000', '173637.743000', '173637.748000', '173637.750000', '173637.753000', '173637.756000', '173637.759000', '173637.761000', '173637.764000', '173637.767000', '173637.769000', '173637.772000', '173637.775000', '173637.801000', '173637.803000', '173637.806000', '173637.809000', '173637.811000', '173637.814000', '173637.816000', '173657.679000', '173657.682000', '173657.685000', '173657.688000', '173657.690000', '173657.693000', '173657.696000', '173657.698000', '173657.701000', '173657.703000', '173657.706000', '173657.708000', '173657.711000', '173657.714000', '173657.716000', '173657.719000', '173657.721000', '173657.724000', '173657.727000', '173657.729000', '173657.732000', '173657.735000', '173657.737000', '173657.740000', '173657.742000', '173657.745000', '173657.748000', '173657.750000', '173657.753000', '173657.756000', '173657.758000', '173657.761000', '173657.763000', '173657.766000', '173657.769000', '173657.771000', '173657.774000', '173657.777000', '173657.779000', '173657.782000', '173657.784000', '173657.787000', '173657.790000', '173657.792000', '173717.678000', '173717.681000', '173717.684000', '173717.686000', '173717.689000', '173717.692000', '173717.695000', '173717.697000', '173717.700000', '173717.702000', '173717.705000', '173717.708000', '173717.710000', '173717.713000', '173717.715000', '173717.718000', '173717.720000', '173717.723000', '173717.726000', '173717.728000', '173717.731000', '173717.734000', '173717.736000', '173717.739000', '173717.741000', '173717.744000', '173717.747000', '173717.749000', '173717.752000', '173717.755000', '173717.757000', '173717.760000', '173717.762000', '173717.765000', '173717.768000', '173717.770000', '173717.773000', '173717.775000', '173717.778000', '173717.781000', '173717.783000', '173717.786000', '173717.788000', '173737.679000', '173737.681000', '173737.684000', '173737.687000', '173737.689000', '173737.692000', '173737.694000', '173737.697000', '173737.700000', '173737.702000', '173737.705000', '173737.707000', '173737.710000', '173737.713000', '173737.715000', '173737.718000', '173737.720000', '173737.723000', '173737.726000', '173737.728000', '173737.731000', '173737.733000', '173737.736000', '173737.739000', '173737.741000', '173737.744000', '173737.747000', '173737.749000', '173737.752000', '173737.754000', '173737.757000', '173737.760000', '173737.762000', '173737.765000', '173737.768000', '173737.770000', '173737.773000', '173737.776000', '173737.778000', '173737.781000', '173737.783000', '173737.786000', '173737.789000', '173737.791000', '173757.680000', '173757.682000', '173757.685000', '173757.688000', '173757.690000', '173757.693000', '173757.696000', '173757.698000', '173757.701000', '173757.703000', '173757.706000', '173757.709000', '173757.711000', '173757.714000', '173757.716000', '173757.719000', '173757.722000', '173757.724000', '173757.727000', '173757.729000', '173757.732000', '173757.735000', '173757.737000', '173757.740000', '173757.743000', '173757.745000', '173757.748000', '173757.750000', '173757.753000', '173757.755000', '173757.758000', '173757.761000', '173757.763000', '173757.766000', '173757.769000', '173757.771000', '173757.774000', '173757.776000', '173757.779000', '173757.782000', '173757.784000', '173757.787000', '173757.789000', '173817.680000', '173817.683000', '173817.685000', '173817.688000', '173817.691000', '173817.693000', '173817.696000', '173817.699000', '173817.701000', '173817.704000', '173817.706000', '173817.709000', '173817.711000', '173817.714000', '173817.717000', '173817.719000', '173817.722000', '173817.724000', '173817.727000', '173817.730000', '173817.733000', '173817.735000', '173817.738000', '173817.741000', '173817.743000', '173817.746000', '173817.748000', '173817.751000', '173817.754000', '173817.756000', '173817.759000', '173817.761000', '173817.764000', '173817.767000', '173817.769000', '173817.772000', '173817.774000', '173817.777000', '173817.780000', '173817.782000', '173817.785000', '173817.787000', '173817.790000', '173817.792000', '173837.680000', '173837.683000', '173837.685000', '173837.688000', '173837.691000', '173837.694000', '173837.696000', '173837.699000', '173837.701000', '173837.704000', '173837.707000', '173837.709000', '173837.712000', '173837.714000', '173837.717000', '173837.720000', '173837.722000', '173837.725000', '173837.728000', '173837.730000', '173837.733000', '173837.736000', '173837.738000', '173837.741000', '173837.743000', '173837.746000', '173837.749000', '173837.751000', '173837.754000', '173837.757000', '173837.759000', '173837.762000', '173837.765000', '173837.767000', '173837.770000', '173837.772000', '173837.775000', '173837.778000', '173837.780000', '173837.783000', '173837.786000', '173837.788000', '173837.791000', '173857.680000', '173857.682000', '173857.685000', '173857.688000', '173857.690000', '173857.693000', '173857.696000', '173857.698000', '173857.701000', '173857.703000', '173857.706000', '173857.709000', '173857.711000', '173857.714000', '173857.716000', '173857.719000', '173857.722000', '173857.724000', '173857.727000', '173857.729000', '173857.732000', '173857.735000', '173857.737000', '173857.740000', '173857.742000', '173857.745000', '173857.748000', '173857.750000', '173857.753000', '173857.755000', '173857.758000', '173857.761000', '173857.763000', '173857.766000', '173857.769000', '173857.771000', '173857.774000', '173857.776000', '173857.779000', '173857.782000', '173857.784000', '173857.787000', '173857.789000', '173857.792000', '173917.680000', '173917.683000', '173917.685000', '173917.688000', '173917.691000', '173917.693000', '173917.696000', '173917.698000', '173917.701000', '173917.704000', '173917.706000', '173917.709000', '173917.711000', '173917.714000', '173917.717000', '173917.719000', '173917.722000', '173917.725000', '173917.727000', '173917.730000', '173917.732000', '173917.735000', '173917.737000', '173917.740000', '173917.743000', '173917.745000', '173917.748000', '173917.751000', '173917.753000', '173917.756000', '173917.758000', '173917.761000', '173917.764000', '173917.766000', '173917.769000', '173917.771000', '173917.774000', '173917.777000', '173917.779000', '173917.782000', '173917.785000', '173917.787000', '173917.790000', '173937.679000', '173937.681000', '173937.684000', '173937.687000', '173937.689000', '173937.692000', '173937.695000', '173937.697000', '173937.700000', '173937.702000', '173937.705000', '173937.708000', '173937.710000', '173937.713000', '173937.717000', '173937.719000', '173937.722000', '173937.724000', '173937.727000', '173937.730000', '173937.732000', '173937.735000', '173937.738000', '173937.740000', '173937.743000', '173937.745000', '173937.748000', '173937.750000', '173937.753000', '173937.756000', '173937.758000', '173937.761000', '173937.764000', '173937.766000', '173937.769000', '173937.772000', '173937.774000', '173937.777000', '173937.779000', '173937.782000', '173937.785000', '173937.787000', '173937.790000', '173957.678000', '173957.681000', '173957.684000', '173957.687000', '173957.690000', '173957.692000', '173957.695000', '173957.697000', '173957.700000', '173957.703000', '173957.705000', '173957.708000', '173957.710000', '173957.713000', '173957.716000', '173957.718000', '173957.721000', '173957.723000', '173957.726000', '173957.729000', '173957.731000', '173957.734000', '173957.736000', '173957.739000', '173957.742000', '173957.744000', '173957.747000', '173957.749000', '173957.752000', '173957.755000', '173957.757000', '173957.760000', '173957.763000', '173957.765000', '173957.768000', '173957.771000', '173957.773000', '173957.776000', '173957.778000', '173957.781000', '173957.784000', '173957.786000', '173957.789000', '173957.792000', '174017.680000', '174017.683000', '174017.685000', '174017.688000', '174017.691000', '174017.693000', '174017.696000', '174017.698000', '174017.701000', '174017.704000', '174017.706000', '174017.709000', '174017.712000', '174017.714000', '174017.717000', '174017.720000', '174017.722000', '174017.725000', '174017.728000', '174017.731000', '174017.733000', '174017.736000', '174017.738000', '174017.741000', '174017.743000', '174017.746000', '174017.749000', '174017.751000', '174017.754000', '174017.757000', '174017.759000', '174017.762000', '174017.764000', '174017.767000', '174017.770000', '174017.772000', '174017.775000', '174017.778000', '174017.780000', '174017.783000', '174017.785000', '174017.788000', '174017.791000', '174037.680000', '174037.683000', '174037.685000', '174037.688000', '174037.690000', '174037.693000', '174037.696000', '174037.698000', '174037.701000', '174037.704000', '174037.706000', '174037.709000', '174037.711000', '174037.714000', '174037.717000', '174037.719000', '174037.722000', '174037.724000', '174037.727000', '174037.730000', '174037.732000', '174037.735000', '174037.738000', '174037.740000', '174037.743000', '174037.745000', '174037.748000', '174037.751000', '174037.753000', '174037.756000', '174037.758000', '174037.761000', '174037.764000', '174037.766000', '174037.769000', '174037.772000', '174037.774000', '174037.777000', '174037.786000', '174037.789000', '174037.807000', '174037.810000', '174037.812000', '174037.815000', '174057.680000', '174057.682000', '174057.685000', '174057.688000', '174057.690000', '174057.693000', '174057.696000', '174057.698000', '174057.701000', '174057.704000', '174057.706000', '174057.709000', '174057.711000', '174057.714000', '174057.717000', '174057.719000', '174057.722000', '174057.724000', '174057.727000', '174057.730000', '174057.732000', '174057.735000', '174057.737000', '174057.740000', '174057.743000', '174057.745000', '174057.748000', '174057.751000', '174057.753000', '174057.757000', '174057.759000', '174057.762000', '174057.764000', '174057.767000', '174057.770000', '174057.772000', '174057.775000', '174057.777000', '174057.780000', '174057.783000', '174057.785000', '174057.788000', '174057.791000', '174117.680000', '174117.683000', '174117.685000', '174117.688000', '174117.691000', '174117.693000', '174117.696000', '174117.698000', '174117.701000', '174117.704000', '174117.706000', '174117.709000', '174117.712000', '174117.714000', '174117.717000', '174117.719000', '174117.722000', '174117.725000', '174117.727000', '174117.730000', '174117.733000', '174117.735000', '174117.738000', '174117.741000', '174117.743000', '174117.746000', '174117.748000', '174117.751000', '174117.754000', '174117.756000', '174117.759000', '174117.762000', '174117.764000', '174117.767000', '174117.769000', '174117.772000', '174117.775000', '174117.777000', '174117.780000', '174117.783000', '174117.785000', '174117.788000', '174117.790000', '174117.793000', '174122.118000', '174122.121000', '174122.124000', '174122.126000', '174122.129000', '174122.132000', '174122.135000', '174122.137000', '174122.140000', '174122.143000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [10637, 8072, 9285, 8777, 10349, 9325, 8352, 10645, 7643, 9052, 8704, 9422, 9379, 8784, 10862, 8206, 8696, 15131, 9826, 9575, 8186, 8887, 9399, 8706, 12398, 7924, 8574, 8607, 7793, 8891, 8102, 8553, 8357, 8420, 11450, 8523, 8874, 8005, 8548, 9443, 8757, 11973, 8246, 8797, 8786, 8005, 10110, 8606, 11135, 9351, 9331, 11030, 11748, 9238, 9765, 9428, 9863, 8785, 9342, 9057, 12117, 9049, 9884, 9371, 9679, 9420, 9398, 13681, 10196, 9835, 9278, 9130, 9599, 9110, 13287, 8123, 9482, 9236, 8583, 9203, 8887, 8964, 9945, 9279, 9526, 8275, 9309, 13057, 7863, 9241, 9133, 8702, 9599, 11170, 13308, 10201, 9342, 11220, 8987, 9456, 11087, 8217, 9223, 11749, 7642, 9377, 10265, 7981, 9568, 10119, 8691, 9290, 9074, 9172, 9919, 8991, 10727, 9179, 9642, 9037, 7781, 9243, 9523, 8192, 9152, 12024, 9377, 9455, 8823, 9024, 8736, 8422, 9202, 10775, 9243, 10279, 8091, 9257, 9288, 10259, 10122, 9387, 12861, 9875, 9983, 9465, 9600, 9818, 9401, 12156, 8381, 9525, 8973, 8067, 9302, 8785, 9113, 9133, 8975, 10178, 9287, 9225, 9455, 9108, 9586, 10407, 7871, 9312, 12162, 8992, 9488, 12371, 9645, 10186, 9241, 10046, 9870, 9615, 13074, 8394, 9374, 14198, 9984, 9579, 9281, 8545, 9729, 9420, 8567, 10048, 9317, 8905, 10066, 9263, 9047, 9698, 9179, 11260, 8199, 9168, 11223, 8784, 9531, 9295, 10533, 9843, 10201, 10071, 9240, 9275, 9831, 7872, 9121, 9445, 9680, 9126, 8959, 8980, 7501, 8608, 9871, 8629, 8568, 10242, 10143, 9399, 9133, 12808, 8854, 8718, 11642, 8721, 9212, 8480, 9047, 8968, 8601, 9925, 9130, 8595, 10547, 8467, 8751, 13766, 8839, 8900, 11328, 8307, 9056, 14540, 9015, 8806, 10071, 8439, 8739, 12362, 8340, 8675, 9661, 7583, 8495, 12429, 8578, 9114, 8561, 9095, 9550, 8412, 9835, 9585, 10777, 13240, 8732, 9202, 10334, 9107, 9096, 9607, 9453, 9389, 9327, 9687, 9200, 9110, 10596, 8508, 8813, 11402, 9980, 9116, 8413, 9140, 9504, 8710, 10522, 8774, 9140, 12313, 9255, 9281, 8373, 9638, 9509, 8890, 12703, 9233, 8507, 10489, 8319, 8840, 11326, 9034, 8926, 8375, 9431, 9030, 9707, 12685, 8506, 8883, 9720, 8492, 8681, 10640, 8521, 9137, 7981, 9318, 8674, 8322, 9526, 7824, 8682, 12738, 9829, 8712, 8062, 8632, 9184, 8417, 10482, 8577, 9009, 11453, 8865, 9159, 11087, 10142, 9590, 8733, 12958, 9933, 9168, 9385, 9239, 9153, 8533, 10348, 9769, 8754, 12764, 8721, 9327, 10729, 8457, 9257, 10468, 10731, 9625, 8543, 9339, 9270, 8531, 11243, 8399, 8718, 10271, 8474, 9053, 10923, 10117, 9617, 8750, 9916, 9794, 9224, 11764, 8825, 8884, 12809, 8632, 8924, 8769, 9094, 9038, 8924, 10362, 8537, 8661, 12011, 8913, 9344, 8475, 9444, 9190, 8653, 9947, 7924, 8732, 8559, 8454, 9114, 8404, 8817, 9128, 8495, 9468, 7738, 8580, 13033, 8276, 8732, 7676, 8520, 8648, 8526, 8926, 8592, 7998, 9723, 8948, 7995, 13339, 8736, 8666, 10361, 8852, 9201, 11125, 12149, 8620, 8080, 10586, 9187, 8376, 14603, 9084, 8641, 11666, 8460, 8950, 12018, 8616, 8963, 13719, 8930, 9334, 8435, 9118, 9219, 8271, 9351, 8645, 8047, 9945, 9447, 8322, 12376, 8141, 8484, 10087, 8402, 8608, 8193, 8536, 9110, 7927, 11217, 8577, 8092, 8649, 7376, 8034, 9866, 7230, 8209, 10369, 7821, 8251, 9681, 8897, 8337, 8123, 10144, 9101, 8224, 13010, 9239, 8175, 11039, 8069, 8111, 11775, 7850, 8659, 12985, 8992, 8461, 7993, 7811, 8425, 8309, 9976, 8272, 8015, 10091, 8036, 8261, 8689, 9223, 8780, 8245, 14173, 9532, 8813, 11961, 8423, 9223, 8870, 11475, 9258, 9223, 9897, 10756, 9414, 8854, 13258, 8644, 8547, 12213, 9892, 9113, 8862, 9201, 8818, 8186, 8141, 7396, 8970, 10586, 7888, 8471, 8174, 8698, 8652, 8363, 10142, 8481, 8149, 10162, 8021, 8583, 14868, 10064, 8742, 9409, 9532, 8907, 10321, 12314, 9024, 8448, 10975, 8722, 8608, 13876, 10623, 8795, 7950, 9106, 8922, 8402, 11917, 8813, 8110, 10315, 8152, 8159, 10831, 8181, 7936, 8013, 8768, 8331, 8330, 9962, 8236, 8514, 10162, 8656, 8987, 8344, 8948, 8526, 8599, 12177, 9422, 9599, 12764, 8501, 8531, 12060, 8593, 8753, 12225, 10445, 9166, 8157, 9166, 8715, 8379, 10556, 8244, 8467, 10544, 8476, 8405, 9845, 9981, 8749, 9201, 9755, 8544, 8429, 9137, 7700, 8328, 10895, 8647, 8587, 8370, 9079, 8948, 8204, 10978, 8329, 8853, 10386, 9217, 8827, 8309, 10360, 8704, 8934, 13927, 9153, 8667, 8840, 9114, 8843, 8859, 9050, 8400, 8336, 12493, 8958, 8906, 8020, 9007, 8561, 8726, 9403, 8457, 8976, 9217, 8915, 8712, 8271, 11454, 8576, 8746, 13267, 9398, 8928, 8512, 9027, 8537, 9822, 13019, 8398, 8474, 9988, 7684, 8749, 11276, 8808, 9133, 7813, 9627, 8144, 8629, 10671, 8684, 8890, 10484, 10248, 9043, 8799, 11858, 8681, 8839, 14058, 10085, 9959, 10059, 9890, 8598, 8803, 12031, 9075, 9357, 11119, 8865, 9022, 9495, 8682, 8352, 8533, 8483, 8723, 8452, 11059, 8791, 8942, 8065, 8946, 8142, 8767, 9696, 8731, 8454, 12249, 9966, 7665, 8124, 12482, 9116, 9023, 8708, 12048, 9281, 9442, 10380, 11168, 9282, 9946, 13414, 9319, 9446, 12994, 9448, 9889, 8881, 9473, 9048, 8162, 9114, 8649, 8953, 7900, 8189, 9190, 9350, 7938, 9043, 7977, 9675, 8674, 8772, 10968, 8448, 8795, 10109, 9113, 9074, 8371, 9371, 8749, 10184, 11158, 8203, 8528, 10594, 8980, 8709, 12493, 8984, 8734, 12276, 9173, 8808, 8659, 8882, 8948, 8609, 10135, 8120, 8974, 10597, 8981, 9208, 8353, 9672, 8640, 8754, 10288, 8530, 8807, 10461, 8747, 9198, 10021, 9337, 8677, 8644, 10111, 8483, 8784, 12751, 9399, 9162, 8917, 8723, 9227, 8047, 9621, 8709, 8455, 10847, 8536, 8864, 10237, 8613, 8426, 13348, 9528, 9033, 9738, 9311, 8693, 10669, 10616, 8572, 8718, 9206, 8565, 8513, 10182, 8460, 8912, 11502, 9010, 8933, 10029, 9265, 9147, 8457, 9738, 8777, 8887, 12011, 9058, 8540, 13010, 9800, 9083, 10047, 9410, 8692, 10014, 11115, 8827, 8676, 9395, 8083, 8428, 11780, 8986, 9552, 8348, 9638, 8785, 8403, 10177, 9083, 9113, 12869, 9170, 8755, 11473, 9398, 9278, 8834, 10011, 9234, 8634, 11433, 8897, 8630, 9475, 8709, 8599, 10846, 8251, 9092, 8162, 9334, 8774, 8660, 9160, 8433, 8970, 9501, 8830, 9254, 11158, 9032, 9339, 8321, 9784, 8744, 8666, 11516, 9228, 9190, 11434, 9598, 9474, 8755, 9168, 8574, 9093, 10071, 8825, 8708, 12943, 9465, 9064, 8715, 9650, 9050, 8635, 11068, 8859, 8889, 11180, 9712, 9183, 8475, 9159, 8683, 8893, 10068, 8945, 9055, 10503, 8912, 9133, 8833, 9066, 8748, 8423, 12732, 8341, 8930, 8630, 9837, 8628, 8794, 12117, 9459, 9344, 10916, 13221, 8676, 9431, 12673, 9501, 8851, 13102, 11860, 9134, 9103, 8953, 8981, 8193, 13324, 9465, 9571, 7882, 9543, 8811, 8945, 10956, 9049, 9318, 10048, 9498, 9203, 8455, 9580, 8569, 8714, 9765, 9123, 8948, 11485, 8865, 9362, 8275, 9609, 8664, 8568, 9329, 8662, 8914, 14150, 9186, 9556, 10053, 9323, 9258, 9591, 10071, 9168, 8570, 10642, 8507, 9512, 11562, 9840, 9030, 7551, 9586, 8610, 8813, 9455, 8842, 8997, 9876, 8603, 8844, 12097, 8942, 9198, 10580, 9340, 8924, 14702, 9427, 9913, 8266, 9616, 8927, 9986, 10496, 9099, 8923, 9152, 8498, 8840, 12984, 9256, 9747, 8299, 9542, 8658, 8816, 12337, 9137, 9314, 10947, 9539, 9100, 11755, 9862, 8973, 8858, 10329, 8763, 9641, 11982, 8954, 9081, 10387, 9181, 8660, 13435, 10123, 8523, 10110, 10458, 8038, 8065, 9516, 8794, 8890, 7900, 8589, 11813, 9276, 9195, 8864, 10718, 9024, 9511, 14964, 11426, 10424, 11268, 13497, 10794, 11841, 14364, 9712, 9753, 10773, 9851, 9653, 8444, 9534, 9461, 8512, 9727, 9369, 9252, 9359, 9403, 9269, 8956, 8673, 9370, 10711, 8781, 8830, 8585, 9322, 8436, 8446, 9722, 8912, 8826, 9881, 9235, 9052, 12784, 9442, 9476, 13153, 9810, 9540, 8918, 9717, 9403, 8554, 10644, 9213, 9040, 10798, 9011, 8844, 9764, 8997, 8814, 13205, 9611, 9472, 8329, 9420, 9051, 9031, 9716, 8459, 8966, 11183, 8158, 8494, 8009, 8486, 8987, 8595, 8966, 8700, 8856, 14552, 9226, 9207, 9560, 10013, 9069, 9384, 13148, 9221, 9210, 15550, 10787, 9475, 10587, 10017, 9514, 12629, 11685, 9691, 8770, 10037, 9181, 8916, 9362, 9255, 9181, 9719, 8858, 8913, 12616, 9586, 9799, 9194, 9780, 9049, 8300, 9138, 9153, 9148, 9902, 9200, 9282, 8846, 9152, 8767, 10142, 11261, 9016, 9037, 9304, 8896, 9167, 8574, 9494, 9557, 8907, 12173, 9244, 9332, 9779, 9150, 9426, 10441, 11074, 8766, 8964, 8628, 8790, 8626, 11375, 8816, 8702, 10602, 8875, 8496, 8316, 9468, 8600, 9254, 9599, 10227, 9488, 9240, 11574, 9862, 9729, 8852, 9980, 9240, 8929, 10839, 9465, 9195, 9928, 9245, 9129, 8898, 10030, 9245, 8464, 9756, 9699, 8870, 11890, 9080, 8632, 9151, 9336, 8856, 10536, 8976, 9051, 14379, 10784, 9163, 9404, 10529, 9156, 9189, 10405, 9602, 9535, 11695, 9878, 9513, 10861, 9692, 9299, 12865, 10283, 10151, 9157, 10153, 9612, 9041, 11121, 9089, 9505, 9002, 9285, 8840], 'WindowCenter': [4686.0, 4604.0, 4628.0, 4603.0, 4618.0, 4594.0, 4572.0, 4600.0, 4548.0, 4566.0, 4557.0, 4566.0, 4577.0, 4554.0, 4596.0, 4556.0, 4557.0, 4637.0, 4574.0, 4575.0, 4540.0, 4552.0, 4562.0, 4554.0, 4615.0, 4544.0, 4555.0, 4565.0, 4545.0, 4567.0, 4544.0, 4555.0, 4543.0, 4557.0, 4604.0, 4568.0, 4565.0, 4543.0, 4567.0, 4585.0, 4567.0, 4607.0, 4559.0, 4555.0, 4553.0, 4545.0, 4599.0, 4570.0, 4609.0, 4578.0, 4579.0, 4598.0, 4609.0, 4577.0, 4573.0, 4575.0, 4570.0, 4539.0, 4563.0, 4567.0, 4604.0, 4553.0, 4573.0, 4563.0, 4572.0, 4563.0, 4575.0, 4624.0, 4586.0, 4571.0, 4561.0, 4563.0, 4573.0, 4554.0, 4626.0, 4544.0, 4562.0, 4562.0, 4551.0, 4564.0, 4566.0, 4552.0, 4573.0, 4561.0, 4574.0, 4558.0, 4575.0, 4628.0, 4545.0, 4564.0, 4562.0, 4553.0, 4575.0, 4596.0, 4626.0, 4585.0, 4561.0, 4581.0, 4550.0, 4560.0, 4581.0, 4543.0, 4563.0, 4592.0, 4531.0, 4561.0, 4583.0, 4543.0, 4575.0, 4584.0, 4553.0, 4550.0, 4551.0, 4550.0, 4572.0, 4565.0, 4583.0, 4564.0, 4572.0, 4552.0, 4531.0, 4561.0, 4573.0, 4555.0, 4563.0, 4604.0, 4565.0, 4575.0, 4552.0, 4551.0, 4540.0, 4528.0, 4549.0, 4582.0, 4565.0, 4574.0, 4543.0, 4565.0, 4564.0, 4574.0, 4572.0, 4562.0, 4613.0, 4575.0, 4574.0, 4561.0, 4563.0, 4585.0, 4576.0, 4604.0, 4556.0, 4575.0, 4554.0, 4531.0, 4563.0, 4555.0, 4564.0, 4565.0, 4564.0, 4573.0, 4563.0, 4565.0, 4562.0, 4551.0, 4576.0, 4584.0, 4544.0, 4565.0, 4616.0, 4565.0, 4576.0, 4604.0, 4579.0, 4584.0, 4564.0, 4572.0, 4573.0, 4575.0, 4614.0, 4555.0, 4566.0, 4615.0, 4588.0, 4574.0, 4561.0, 4539.0, 4559.0, 4561.0, 4551.0, 4586.0, 4563.0, 4552.0, 4572.0, 4562.0, 4565.0, 4573.0, 4565.0, 4593.0, 4542.0, 4562.0, 4580.0, 4542.0, 4563.0, 4562.0, 4572.0, 4532.0, 4531.0, 4556.0, 4561.0, 4549.0, 4570.0, 4556.0, 4565.0, 4562.0, 4576.0, 4562.0, 4550.0, 4566.0, 4538.0, 4567.0, 4577.0, 4554.0, 4577.0, 4589.0, 4585.0, 4577.0, 4577.0, 4627.0, 4568.0, 4568.0, 4609.0, 4556.0, 4567.0, 4554.0, 4567.0, 4566.0, 4557.0, 4576.0, 4565.0, 4556.0, 4597.0, 4559.0, 4571.0, 4630.0, 4567.0, 4566.0, 4608.0, 4558.0, 4562.0, 4635.0, 4563.0, 4554.0, 4572.0, 4557.0, 4566.0, 4619.0, 4544.0, 4556.0, 4579.0, 4535.0, 4555.0, 4603.0, 4553.0, 4554.0, 4542.0, 4553.0, 4576.0, 4544.0, 4589.0, 4590.0, 4586.0, 4615.0, 4553.0, 4565.0, 4573.0, 4552.0, 4551.0, 4576.0, 4565.0, 4578.0, 4567.0, 4564.0, 4563.0, 4551.0, 4583.0, 4556.0, 4566.0, 4608.0, 4575.0, 4553.0, 4542.0, 4566.0, 4574.0, 4556.0, 4584.0, 4553.0, 4577.0, 4605.0, 4565.0, 4564.0, 4544.0, 4564.0, 4576.0, 4564.0, 4616.0, 4564.0, 4554.0, 4583.0, 4544.0, 4554.0, 4594.0, 4554.0, 4553.0, 4542.0, 4563.0, 4553.0, 4564.0, 4618.0, 4556.0, 4563.0, 4560.0, 4541.0, 4554.0, 4586.0, 4557.0, 4576.0, 4545.0, 4565.0, 4555.0, 4552.0, 4563.0, 4534.0, 4554.0, 4629.0, 4575.0, 4571.0, 4572.0, 4569.0, 4577.0, 4557.0, 4587.0, 4554.0, 4555.0, 4593.0, 4566.0, 4579.0, 4597.0, 4587.0, 4590.0, 4567.0, 4615.0, 4589.0, 4566.0, 4560.0, 4562.0, 4563.0, 4554.0, 4574.0, 4586.0, 4566.0, 4616.0, 4566.0, 4577.0, 4596.0, 4554.0, 4564.0, 4584.0, 4595.0, 4576.0, 4555.0, 4565.0, 4564.0, 4568.0, 4605.0, 4556.0, 4555.0, 4584.0, 4559.0, 4580.0, 4594.0, 4587.0, 4575.0, 4556.0, 4574.0, 4587.0, 4566.0, 4604.0, 4567.0, 4568.0, 4616.0, 4552.0, 4563.0, 4567.0, 4566.0, 4568.0, 4565.0, 4586.0, 4555.0, 4555.0, 4603.0, 4553.0, 4563.0, 4544.0, 4575.0, 4575.0, 4567.0, 4576.0, 4546.0, 4554.0, 4553.0, 4555.0, 4568.0, 4556.0, 4565.0, 4568.0, 4556.0, 4573.0, 4536.0, 4565.0, 4630.0, 4559.0, 4556.0, 4545.0, 4568.0, 4568.0, 4556.0, 4566.0, 4570.0, 4558.0, 4579.0, 4579.0, 4560.0, 4638.0, 4568.0, 4567.0, 4586.0, 4567.0, 4591.0, 4611.0, 4617.0, 4568.0, 4545.0, 4584.0, 4578.0, 4557.0, 4638.0, 4565.0, 4554.0, 4594.0, 4543.0, 4566.0, 4620.0, 4555.0, 4553.0, 4612.0, 4553.0, 4561.0, 4543.0, 4552.0, 4563.0, 4542.0, 4552.0, 4553.0, 4533.0, 4572.0, 4577.0, 4569.0, 4617.0, 4545.0, 4555.0, 4586.0, 4556.0, 4554.0, 4542.0, 4553.0, 4568.0, 4545.0, 4597.0, 4555.0, 4544.0, 4556.0, 4536.0, 4546.0, 4575.0, 4534.0, 4555.0, 4585.0, 4535.0, 4559.0, 4576.0, 4566.0, 4556.0, 4545.0, 4584.0, 4566.0, 4559.0, 4629.0, 4579.0, 4556.0, 4600.0, 4547.0, 4559.0, 4603.0, 4544.0, 4565.0, 4614.0, 4566.0, 4544.0, 4541.0, 4549.0, 4555.0, 4556.0, 4586.0, 4556.0, 4547.0, 4601.0, 4557.0, 4557.0, 4556.0, 4566.0, 4566.0, 4557.0, 4641.0, 4594.0, 4614.0, 4637.0, 4562.0, 4593.0, 4584.0, 4609.0, 4578.0, 4576.0, 4574.0, 4596.0, 4576.0, 4566.0, 4614.0, 4566.0, 4568.0, 4605.0, 4574.0, 4565.0, 4566.0, 4565.0, 4567.0, 4544.0, 4532.0, 4535.0, 4578.0, 4586.0, 4546.0, 4556.0, 4545.0, 4555.0, 4567.0, 4571.0, 4589.0, 4570.0, 4558.0, 4587.0, 4546.0, 4569.0, 4638.0, 4577.0, 4556.0, 4550.0, 4519.0, 4536.0, 4571.0, 4616.0, 4567.0, 4554.0, 4585.0, 4567.0, 4552.0, 4624.0, 4597.0, 4555.0, 4543.0, 4554.0, 4565.0, 4555.0, 4608.0, 4578.0, 4547.0, 4586.0, 4559.0, 4558.0, 4599.0, 4557.0, 4546.0, 4545.0, 4571.0, 4558.0, 4571.0, 4589.0, 4559.0, 4557.0, 4599.0, 4569.0, 4569.0, 4555.0, 4567.0, 4566.0, 4569.0, 4618.0, 4578.0, 4578.0, 4616.0, 4556.0, 4556.0, 4605.0, 4554.0, 4566.0, 4606.0, 4598.0, 4576.0, 4545.0, 4563.0, 4552.0, 4556.0, 4597.0, 4557.0, 4556.0, 4586.0, 4555.0, 4571.0, 4587.0, 4576.0, 4557.0, 4577.0, 4576.0, 4556.0, 4544.0, 4563.0, 4545.0, 4557.0, 4609.0, 4567.0, 4569.0, 4556.0, 4566.0, 4565.0, 4555.0, 4597.0, 4558.0, 4580.0, 4600.0, 4579.0, 4566.0, 4554.0, 4599.0, 4568.0, 4581.0, 4643.0, 4578.0, 4568.0, 4579.0, 4567.0, 4569.0, 4568.0, 4566.0, 4557.0, 4569.0, 4617.0, 4570.0, 4579.0, 4558.0, 4579.0, 4568.0, 4569.0, 4576.0, 4556.0, 4566.0, 4566.0, 4565.0, 4569.0, 4557.0, 4608.0, 4567.0, 4568.0, 4628.0, 4580.0, 4571.0, 4567.0, 4568.0, 4568.0, 4587.0, 4640.0, 4556.0, 4555.0, 4589.0, 4547.0, 4569.0, 4605.0, 4565.0, 4565.0, 4548.0, 4575.0, 4560.0, 4567.0, 4586.0, 4557.0, 4566.0, 4612.0, 4597.0, 4578.0, 4557.0, 4606.0, 4556.0, 4553.0, 4638.0, 4586.0, 4577.0, 4575.0, 4573.0, 4542.0, 4565.0, 4604.0, 4568.0, 4563.0, 4582.0, 4554.0, 4567.0, 4573.0, 4555.0, 4545.0, 4554.0, 4553.0, 4566.0, 4556.0, 4607.0, 4564.0, 4565.0, 4545.0, 4580.0, 4558.0, 4568.0, 4589.0, 4570.0, 4573.0, 4618.0, 4577.0, 4535.0, 4534.0, 4618.0, 4568.0, 4568.0, 4552.0, 4605.0, 4565.0, 4565.0, 4585.0, 4596.0, 4567.0, 4576.0, 4616.0, 4563.0, 4562.0, 4615.0, 4564.0, 4577.0, 4554.0, 4562.0, 4552.0, 4542.0, 4555.0, 4553.0, 4556.0, 4533.0, 4544.0, 4564.0, 4562.0, 4546.0, 4569.0, 4546.0, 4565.0, 4557.0, 4570.0, 4596.0, 4558.0, 4557.0, 4586.0, 4563.0, 4556.0, 4557.0, 4579.0, 4559.0, 4589.0, 4596.0, 4547.0, 4554.0, 4584.0, 4555.0, 4555.0, 4620.0, 4567.0, 4555.0, 4607.0, 4555.0, 4556.0, 4556.0, 4554.0, 4555.0, 4553.0, 4587.0, 4546.0, 4569.0, 4586.0, 4568.0, 4579.0, 4559.0, 4576.0, 4554.0, 4556.0, 4585.0, 4555.0, 4555.0, 4584.0, 4556.0, 4569.0, 4578.0, 4566.0, 4556.0, 4558.0, 4600.0, 4558.0, 4556.0, 4617.0, 4569.0, 4579.0, 4568.0, 4567.0, 4579.0, 4547.0, 4575.0, 4554.0, 4558.0, 4599.0, 4559.0, 4568.0, 4575.0, 4555.0, 4558.0, 4628.0, 4581.0, 4569.0, 4576.0, 4578.0, 4568.0, 4585.0, 4585.0, 4559.0, 4556.0, 4567.0, 4556.0, 4555.0, 4587.0, 4559.0, 4568.0, 4607.0, 4568.0, 4568.0, 4587.0, 4567.0, 4579.0, 4557.0, 4578.0, 4569.0, 4570.0, 4608.0, 4568.0, 4569.0, 4627.0, 4589.0, 4567.0, 4575.0, 4566.0, 4557.0, 4576.0, 4609.0, 4567.0, 4556.0, 4566.0, 4547.0, 4572.0, 4622.0, 4569.0, 4581.0, 4557.0, 4578.0, 4555.0, 4544.0, 4588.0, 4570.0, 4569.0, 4619.0, 4568.0, 4558.0, 4623.0, 4579.0, 4566.0, 4554.0, 4573.0, 4566.0, 4569.0, 4609.0, 4567.0, 4555.0, 4564.0, 4554.0, 4568.0, 4600.0, 4556.0, 4569.0, 4544.0, 4564.0, 4555.0, 4555.0, 4580.0, 4559.0, 4569.0, 4578.0, 4568.0, 4567.0, 4608.0, 4565.0, 4579.0, 4558.0, 4576.0, 4555.0, 4570.0, 4608.0, 4581.0, 4569.0, 4597.0, 4577.0, 4576.0, 4558.0, 4564.0, 4557.0, 4569.0, 4575.0, 4556.0, 4556.0, 4616.0, 4578.0, 4568.0, 4555.0, 4564.0, 4556.0, 4570.0, 4597.0, 4566.0, 4567.0, 4595.0, 4566.0, 4563.0, 4547.0, 4567.0, 4557.0, 4569.0, 4577.0, 4565.0, 4566.0, 4598.0, 4567.0, 4579.0, 4567.0, 4567.0, 4570.0, 4558.0, 4618.0, 4557.0, 4567.0, 4555.0, 4588.0, 4570.0, 4569.0, 4608.0, 4579.0, 4583.0, 4601.0, 4632.0, 4561.0, 4567.0, 4618.0, 4579.0, 4581.0, 4617.0, 4597.0, 4567.0, 4556.0, 4555.0, 4567.0, 4560.0, 4631.0, 4576.0, 4577.0, 4545.0, 4589.0, 4569.0, 4568.0, 4600.0, 4568.0, 4578.0, 4577.0, 4566.0, 4566.0, 4556.0, 4579.0, 4569.0, 4568.0, 4577.0, 4566.0, 4567.0, 4610.0, 4569.0, 4581.0, 4546.0, 4565.0, 4555.0, 4555.0, 4569.0, 4569.0, 4568.0, 4640.0, 4568.0, 4576.0, 4574.0, 4568.0, 4580.0, 4580.0, 4575.0, 4565.0, 4555.0, 4599.0, 4561.0, 4579.0, 4596.0, 4577.0, 4565.0, 4536.0, 4580.0, 4557.0, 4570.0, 4578.0, 4566.0, 4565.0, 4588.0, 4556.0, 4568.0, 4610.0, 4567.0, 4564.0, 4584.0, 4568.0, 4569.0, 4640.0, 4570.0, 4579.0, 4545.0, 4575.0, 4569.0, 4580.0, 4598.0, 4567.0, 4567.0, 4566.0, 4557.0, 4567.0, 4629.0, 4567.0, 4578.0, 4548.0, 4575.0, 4568.0, 4567.0, 4617.0, 4569.0, 4568.0, 4587.0, 4580.0, 4571.0, 4609.0, 4578.0, 4568.0, 4552.0, 4587.0, 4557.0, 4580.0, 4606.0, 4556.0, 4556.0, 4576.0, 4577.0, 4558.0, 4618.0, 4588.0, 4574.0, 4592.0, 4589.0, 4550.0, 4545.0, 4562.0, 4541.0, 4549.0, 4529.0, 4545.0, 4608.0, 4581.0, 4592.0, 4582.0, 4599.0, 4566.0, 4563.0, 4624.0, 4582.0, 4574.0, 4582.0, 4614.0, 4573.0, 4594.0, 4614.0, 4563.0, 4562.0, 4568.0, 4547.0, 4546.0, 4529.0, 4548.0, 4552.0, 4542.0, 4577.0, 4566.0, 4568.0, 4566.0, 4565.0, 4562.0, 4552.0, 4554.0, 4565.0, 4574.0, 4554.0, 4565.0, 4554.0, 4563.0, 4543.0, 4542.0, 4577.0, 4567.0, 4556.0, 4578.0, 4567.0, 4569.0, 4618.0, 4577.0, 4580.0, 4618.0, 4577.0, 4577.0, 4557.0, 4563.0, 4566.0, 4555.0, 4585.0, 4568.0, 4556.0, 4600.0, 4566.0, 4566.0, 4578.0, 4567.0, 4567.0, 4615.0, 4581.0, 4579.0, 4547.0, 4565.0, 4565.0, 4566.0, 4566.0, 4546.0, 4567.0, 4597.0, 4563.0, 4569.0, 4560.0, 4556.0, 4566.0, 4567.0, 4568.0, 4569.0, 4570.0, 4655.0, 4582.0, 4583.0, 4578.0, 4576.0, 4553.0, 4566.0, 4617.0, 4566.0, 4567.0, 4650.0, 4597.0, 4579.0, 4585.0, 4574.0, 4565.0, 4593.0, 4595.0, 4567.0, 4544.0, 4574.0, 4563.0, 4554.0, 4551.0, 4553.0, 4551.0, 4560.0, 4554.0, 4552.0, 4604.0, 4579.0, 4580.0, 4566.0, 4586.0, 4569.0, 4545.0, 4564.0, 4564.0, 4567.0, 4576.0, 4566.0, 4566.0, 4553.0, 4565.0, 4557.0, 4578.0, 4595.0, 4567.0, 4565.0, 4566.0, 4555.0, 4562.0, 4544.0, 4564.0, 4577.0, 4568.0, 4607.0, 4566.0, 4566.0, 4574.0, 4565.0, 4568.0, 4582.0, 4598.0, 4556.0, 4567.0, 4555.0, 4556.0, 4556.0, 4595.0, 4556.0, 4556.0, 4586.0, 4555.0, 4555.0, 4532.0, 4563.0, 4555.0, 4565.0, 4576.0, 4587.0, 4575.0, 4566.0, 4595.0, 4562.0, 4564.0, 4555.0, 4574.0, 4563.0, 4567.0, 4585.0, 4577.0, 4565.0, 4574.0, 4563.0, 4570.0, 4570.0, 4575.0, 4564.0, 4541.0, 4564.0, 4574.0, 4566.0, 4608.0, 4567.0, 4555.0, 4563.0, 4565.0, 4551.0, 4583.0, 4555.0, 4555.0, 4625.0, 4585.0, 4569.0, 4564.0, 4587.0, 4554.0, 4566.0, 4585.0, 4564.0, 4564.0, 4593.0, 4575.0, 4563.0, 4586.0, 4578.0, 4569.0, 4617.0, 4575.0, 4573.0, 4548.0, 4573.0, 4563.0, 4550.0, 4595.0, 4567.0, 4574.0, 4565.0, 4565.0, 4566.0], 'WindowWidth': [10294.0, 10154.0, 10170.0, 10123.0, 10131.0, 10089.0, 10056.0, 10086.0, 10012.0, 10035.0, 10024.0, 10035.0, 10050.0, 10016.0, 10072.0, 10020.0, 10022.0, 10132.0, 10039.0, 10041.0, 9990.0, 10007.0, 10019.0, 10011.0, 10097.0, 9999.0, 10013.0, 10030.0, 10003.0, 10035.0, 10000.0, 10011.0, 9996.0, 10021.0, 10081.0, 10037.0, 10030.0, 9998.0, 10034.0, 10059.0, 10033.0, 10087.0, 10022.0, 10013.0, 10009.0, 10003.0, 10081.0, 10044.0, 10095.0, 10049.0, 10050.0, 10074.0, 10094.0, 10048.0, 10036.0, 10039.0, 10027.0, 9983.0, 10018.0, 10031.0, 10077.0, 10007.0, 10033.0, 10021.0, 10033.0, 10021.0, 10041.0, 10106.0, 10057.0, 10030.0, 10015.0, 10019.0, 10036.0, 10010.0, 10112.0, 9996.0, 10018.0, 10020.0, 10004.0, 10025.0, 10030.0, 10005.0, 10033.0, 10016.0, 10039.0, 10025.0, 10041.0, 10116.0, 10000.0, 10025.0, 10019.0, 10009.0, 10041.0, 10071.0, 10113.0, 10052.0, 10016.0, 10040.0, 9998.0, 10011.0, 10043.0, 9992.0, 10019.0, 10059.0, 9976.0, 10014.0, 10051.0, 9997.0, 10041.0, 10051.0, 10004.0, 9999.0, 9999.0, 9997.0, 10031.0, 10028.0, 10048.0, 10028.0, 10033.0, 10005.0, 9975.0, 10015.0, 10038.0, 10014.0, 10022.0, 10076.0, 10024.0, 10038.0, 10005.0, 10001.0, 9985.0, 9966.0, 9993.0, 10043.0, 10023.0, 10036.0, 9997.0, 10027.0, 10024.0, 10036.0, 10032.0, 10019.0, 10092.0, 10040.0, 10037.0, 10017.0, 10017.0, 10056.0, 10044.0, 10077.0, 10019.0, 10040.0, 10008.0, 9975.0, 10021.0, 10015.0, 10025.0, 10024.0, 10023.0, 10034.0, 10021.0, 10023.0, 10016.0, 10003.0, 10043.0, 10051.0, 9997.0, 10025.0, 10099.0, 10028.0, 10040.0, 10078.0, 10049.0, 10053.0, 10022.0, 10035.0, 10036.0, 10040.0, 10090.0, 10013.0, 10027.0, 10093.0, 10062.0, 10037.0, 10014.0, 9982.0, 10008.0, 10015.0, 10003.0, 10056.0, 10021.0, 10005.0, 10031.0, 10018.0, 10032.0, 10037.0, 10027.0, 10060.0, 9989.0, 10017.0, 10040.0, 9989.0, 10021.0, 10019.0, 10029.0, 9958.0, 9953.0, 9999.0, 10015.0, 9997.0, 10027.0, 10020.0, 10028.0, 10016.0, 10042.0, 10018.0, 10002.0, 10033.0, 9997.0, 10032.0, 10044.0, 10013.0, 10052.0, 10065.0, 10054.0, 10046.0, 10049.0, 10117.0, 10035.0, 10036.0, 10093.0, 10019.0, 10032.0, 10011.0, 10036.0, 10031.0, 10020.0, 10043.0, 10027.0, 10015.0, 10075.0, 10027.0, 10046.0, 10124.0, 10033.0, 10028.0, 10093.0, 10025.0, 10023.0, 10125.0, 10028.0, 10010.0, 10031.0, 10022.0, 10033.0, 10105.0, 9998.0, 10015.0, 10054.0, 9990.0, 10013.0, 10076.0, 10007.0, 10009.0, 9991.0, 10007.0, 10043.0, 9999.0, 10065.0, 10072.0, 10056.0, 10095.0, 10010.0, 10026.0, 10036.0, 10004.0, 10003.0, 10045.0, 10026.0, 10052.0, 10031.0, 10024.0, 10020.0, 10004.0, 10048.0, 10017.0, 10031.0, 10089.0, 10039.0, 10008.0, 9993.0, 10033.0, 10041.0, 10018.0, 10051.0, 10008.0, 10048.0, 10081.0, 10028.0, 10024.0, 9995.0, 10022.0, 10046.0, 10025.0, 10099.0, 10025.0, 10010.0, 10049.0, 10000.0, 10011.0, 10066.0, 10008.0, 10008.0, 9994.0, 10024.0, 10010.0, 10025.0, 10106.0, 10019.0, 10025.0, 10015.0, 9990.0, 10013.0, 10059.0, 10021.0, 10045.0, 10001.0, 10027.0, 10015.0, 10008.0, 10023.0, 9984.0, 10015.0, 10120.0, 10040.0, 10046.0, 10053.0, 10039.0, 10046.0, 10020.0, 10058.0, 10010.0, 10011.0, 10064.0, 10032.0, 10056.0, 10075.0, 10059.0, 10069.0, 10038.0, 10098.0, 10068.0, 10030.0, 10016.0, 10018.0, 10020.0, 10010.0, 10037.0, 10059.0, 10032.0, 10101.0, 10031.0, 10049.0, 10074.0, 10013.0, 10026.0, 10053.0, 10069.0, 10043.0, 10015.0, 10030.0, 10026.0, 10039.0, 10084.0, 10018.0, 10017.0, 10053.0, 10026.0, 10058.0, 10068.0, 10058.0, 10043.0, 10019.0, 10042.0, 10059.0, 10031.0, 10080.0, 10033.0, 10036.0, 10100.0, 10009.0, 10024.0, 10036.0, 10031.0, 10039.0, 10029.0, 10056.0, 10013.0, 10015.0, 10078.0, 10008.0, 10023.0, 9998.0, 10041.0, 10043.0, 10035.0, 10045.0, 10003.0, 10013.0, 10013.0, 10017.0, 10040.0, 10017.0, 10028.0, 10033.0, 10017.0, 10038.0, 9990.0, 10029.0, 10125.0, 10025.0, 10017.0, 10002.0, 10039.0, 10037.0, 10018.0, 10032.0, 10044.0, 10025.0, 10050.0, 10054.0, 10031.0, 10135.0, 10037.0, 10034.0, 10057.0, 10033.0, 10075.0, 10098.0, 10104.0, 10037.0, 10004.0, 10055.0, 10053.0, 10022.0, 10134.0, 10030.0, 10011.0, 10065.0, 9997.0, 10030.0, 10113.0, 10015.0, 10010.0, 10088.0, 10007.0, 10016.0, 9994.0, 10006.0, 10021.0, 9992.0, 10005.0, 10008.0, 9982.0, 10034.0, 10046.0, 10043.0, 10104.0, 10003.0, 10018.0, 10060.0, 10018.0, 10012.0, 9993.0, 10008.0, 10040.0, 10004.0, 10075.0, 10016.0, 10000.0, 10017.0, 9993.0, 10006.0, 10043.0, 9987.0, 10015.0, 10055.0, 9990.0, 10025.0, 10045.0, 10031.0, 10019.0, 10003.0, 10053.0, 10033.0, 10028.0, 10124.0, 10054.0, 10017.0, 10084.0, 10009.0, 10028.0, 10080.0, 9998.0, 10033.0, 10095.0, 10034.0, 9999.0, 9992.0, 10013.0, 10019.0, 10021.0, 10058.0, 10018.0, 10008.0, 10089.0, 10025.0, 10022.0, 10018.0, 10029.0, 10033.0, 10022.0, 10139.0, 10080.0, 10124.0, 10145.0, 10035.0, 10078.0, 10066.0, 10094.0, 10050.0, 10045.0, 10041.0, 10072.0, 10044.0, 10029.0, 10092.0, 10032.0, 10035.0, 10082.0, 10036.0, 10025.0, 10032.0, 10027.0, 10033.0, 9996.0, 9977.0, 9988.0, 10051.0, 10058.0, 10004.0, 10016.0, 9998.0, 10013.0, 10033.0, 10045.0, 10066.0, 10043.0, 10022.0, 10058.0, 10003.0, 10041.0, 10131.0, 10045.0, 10015.0, 9995.0, 9934.0, 9972.0, 10027.0, 10102.0, 10034.0, 10013.0, 10052.0, 10033.0, 10010.0, 10107.0, 10078.0, 10017.0, 9998.0, 10013.0, 10027.0, 10015.0, 10090.0, 10053.0, 10009.0, 10058.0, 10030.0, 10027.0, 10082.0, 10019.0, 10004.0, 10002.0, 10049.0, 10026.0, 10046.0, 10066.0, 10025.0, 10020.0, 10082.0, 10041.0, 10041.0, 10018.0, 10033.0, 10032.0, 10041.0, 10109.0, 10051.0, 10051.0, 10100.0, 10017.0, 10018.0, 10082.0, 10015.0, 10036.0, 10088.0, 10077.0, 10044.0, 10002.0, 10023.0, 10007.0, 10022.0, 10078.0, 10025.0, 10020.0, 10057.0, 10016.0, 10048.0, 10063.0, 10044.0, 10020.0, 10048.0, 10046.0, 10016.0, 9999.0, 10025.0, 10003.0, 10022.0, 10094.0, 10035.0, 10042.0, 10021.0, 10031.0, 10029.0, 10016.0, 10076.0, 10025.0, 10057.0, 10085.0, 10051.0, 10033.0, 10015.0, 10084.0, 10038.0, 10060.0, 10145.0, 10049.0, 10038.0, 10057.0, 10035.0, 10039.0, 10039.0, 10032.0, 10019.0, 10042.0, 10102.0, 10042.0, 10053.0, 10023.0, 10057.0, 10038.0, 10041.0, 10045.0, 10019.0, 10033.0, 10032.0, 10030.0, 10040.0, 10023.0, 10091.0, 10036.0, 10040.0, 10121.0, 10057.0, 10045.0, 10036.0, 10038.0, 10042.0, 10061.0, 10138.0, 10020.0, 10017.0, 10069.0, 10011.0, 10043.0, 10085.0, 10029.0, 10030.0, 10013.0, 10044.0, 10030.0, 10035.0, 10060.0, 10020.0, 10033.0, 10104.0, 10079.0, 10053.0, 10020.0, 10084.0, 10015.0, 10009.0, 10134.0, 10061.0, 10050.0, 10042.0, 10035.0, 9992.0, 10029.0, 10079.0, 10037.0, 10022.0, 10045.0, 10012.0, 10038.0, 10037.0, 10018.0, 10001.0, 10010.0, 10012.0, 10035.0, 10019.0, 10092.0, 10028.0, 10029.0, 10003.0, 10058.0, 10025.0, 10042.0, 10068.0, 10046.0, 10053.0, 10104.0, 10046.0, 9988.0, 9984.0, 10105.0, 10039.0, 10038.0, 10010.0, 10082.0, 10027.0, 10027.0, 10054.0, 10071.0, 10032.0, 10044.0, 10097.0, 10022.0, 10017.0, 10094.0, 10024.0, 10046.0, 10009.0, 10017.0, 10005.0, 9993.0, 10015.0, 10009.0, 10017.0, 9982.0, 9995.0, 10021.0, 10020.0, 10002.0, 10039.0, 10004.0, 10026.0, 10020.0, 10042.0, 10072.0, 10024.0, 10021.0, 10056.0, 10023.0, 10015.0, 10022.0, 10055.0, 10023.0, 10063.0, 10067.0, 10001.0, 10009.0, 10051.0, 10014.0, 10014.0, 10109.0, 10035.0, 10013.0, 10083.0, 10009.0, 10015.0, 10015.0, 10011.0, 10010.0, 10008.0, 10061.0, 10004.0, 10036.0, 10057.0, 10033.0, 10049.0, 10025.0, 10043.0, 10011.0, 10015.0, 10054.0, 10012.0, 10012.0, 10052.0, 10019.0, 10037.0, 10050.0, 10030.0, 10017.0, 10021.0, 10084.0, 10021.0, 10017.0, 10100.0, 10035.0, 10049.0, 10036.0, 10033.0, 10051.0, 10008.0, 10042.0, 10015.0, 10023.0, 10076.0, 10024.0, 10033.0, 10040.0, 10014.0, 10026.0, 10117.0, 10056.0, 10039.0, 10044.0, 10049.0, 10037.0, 10054.0, 10056.0, 10023.0, 10016.0, 10030.0, 10014.0, 10012.0, 10059.0, 10023.0, 10036.0, 10087.0, 10035.0, 10036.0, 10061.0, 10033.0, 10052.0, 10021.0, 10050.0, 10040.0, 10040.0, 10089.0, 10035.0, 10039.0, 10114.0, 10066.0, 10032.0, 10039.0, 10029.0, 10021.0, 10045.0, 10092.0, 10031.0, 10016.0, 10029.0, 10003.0, 10048.0, 10116.0, 10037.0, 10055.0, 10022.0, 10046.0, 10015.0, 9997.0, 10060.0, 10039.0, 10040.0, 10105.0, 10032.0, 10022.0, 10118.0, 10053.0, 10030.0, 10010.0, 10032.0, 10029.0, 10041.0, 10091.0, 10034.0, 10014.0, 10026.0, 10012.0, 10037.0, 10083.0, 10019.0, 10038.0, 9999.0, 10023.0, 10013.0, 10014.0, 10057.0, 10026.0, 10040.0, 10048.0, 10034.0, 10030.0, 10091.0, 10030.0, 10054.0, 10021.0, 10042.0, 10015.0, 10043.0, 10091.0, 10058.0, 10038.0, 10074.0, 10043.0, 10042.0, 10024.0, 10028.0, 10020.0, 10038.0, 10040.0, 10014.0, 10017.0, 10097.0, 10049.0, 10033.0, 10013.0, 10024.0, 10015.0, 10042.0, 10073.0, 10034.0, 10032.0, 10067.0, 10026.0, 10024.0, 10005.0, 10035.0, 10021.0, 10036.0, 10045.0, 10027.0, 10032.0, 10078.0, 10032.0, 10050.0, 10030.0, 10031.0, 10042.0, 10023.0, 10104.0, 10020.0, 10030.0, 10013.0, 10063.0, 10042.0, 10038.0, 10089.0, 10049.0, 10065.0, 10085.0, 10126.0, 10028.0, 10030.0, 10100.0, 10051.0, 10059.0, 10099.0, 10072.0, 10030.0, 10014.0, 10012.0, 10032.0, 10029.0, 10122.0, 10042.0, 10044.0, 9999.0, 10067.0, 10039.0, 10034.0, 10079.0, 10034.0, 10048.0, 10045.0, 10028.0, 10030.0, 10019.0, 10050.0, 10039.0, 10037.0, 10045.0, 10030.0, 10033.0, 10094.0, 10037.0, 10055.0, 10005.0, 10027.0, 10013.0, 10012.0, 10037.0, 10040.0, 10035.0, 10136.0, 10034.0, 10041.0, 10040.0, 10034.0, 10054.0, 10053.0, 10041.0, 10027.0, 10016.0, 10082.0, 10028.0, 10052.0, 10072.0, 10044.0, 10028.0, 9989.0, 10055.0, 10021.0, 10041.0, 10046.0, 10030.0, 10028.0, 10064.0, 10019.0, 10038.0, 10091.0, 10031.0, 10025.0, 10051.0, 10034.0, 10037.0, 10137.0, 10038.0, 10050.0, 10000.0, 10042.0, 10039.0, 10052.0, 10076.0, 10032.0, 10031.0, 10029.0, 10021.0, 10033.0, 10120.0, 10032.0, 10046.0, 10005.0, 10042.0, 10038.0, 10034.0, 10103.0, 10036.0, 10034.0, 10058.0, 10055.0, 10041.0, 10092.0, 10046.0, 10032.0, 10007.0, 10060.0, 10018.0, 10056.0, 10085.0, 10016.0, 10014.0, 10043.0, 10047.0, 10020.0, 10100.0, 10062.0, 10054.0, 10072.0, 10064.0, 10013.0, 10000.0, 10014.0, 9989.0, 9998.0, 9970.0, 9997.0, 10086.0, 10056.0, 10075.0, 10061.0, 10082.0, 10032.0, 10020.0, 10104.0, 10044.0, 10032.0, 10045.0, 10090.0, 10034.0, 10062.0, 10092.0, 10019.0, 10016.0, 10017.0, 9986.0, 9987.0, 9966.0, 9992.0, 10000.0, 9990.0, 10045.0, 10031.0, 10033.0, 10028.0, 10025.0, 10017.0, 10003.0, 10010.0, 10025.0, 10037.0, 10009.0, 10026.0, 10011.0, 10020.0, 9993.0, 9990.0, 10046.0, 10031.0, 10014.0, 10045.0, 10032.0, 10037.0, 10103.0, 10047.0, 10052.0, 10102.0, 10044.0, 10044.0, 10014.0, 10020.0, 10025.0, 10011.0, 10053.0, 10034.0, 10015.0, 10076.0, 10030.0, 10029.0, 10046.0, 10029.0, 10032.0, 10096.0, 10057.0, 10049.0, 10004.0, 10025.0, 10027.0, 10028.0, 10028.0, 10002.0, 10031.0, 10072.0, 10036.0, 10042.0, 10026.0, 10015.0, 10029.0, 10032.0, 10036.0, 10039.0, 10041.0, 10165.0, 10061.0, 10062.0, 10049.0, 10041.0, 10008.0, 10027.0, 10100.0, 10029.0, 10032.0, 10152.0, 10076.0, 10052.0, 10053.0, 10036.0, 10023.0, 10060.0, 10068.0, 10031.0, 9996.0, 10035.0, 10020.0, 10008.0, 10002.0, 10003.0, 10001.0, 10014.0, 10008.0, 10007.0, 10078.0, 10052.0, 10051.0, 10028.0, 10060.0, 10040.0, 9999.0, 10022.0, 10024.0, 10032.0, 10043.0, 10030.0, 10029.0, 10008.0, 10024.0, 10020.0, 10044.0, 10067.0, 10033.0, 10027.0, 10029.0, 10011.0, 10019.0, 9995.0, 10025.0, 10044.0, 10033.0, 10086.0, 10028.0, 10027.0, 10037.0, 10025.0, 10033.0, 10048.0, 10075.0, 10015.0, 10030.0, 10012.0, 10016.0, 10019.0, 10069.0, 10014.0, 10014.0, 10053.0, 10012.0, 10011.0, 9976.0, 10019.0, 10012.0, 10028.0, 10044.0, 10058.0, 10041.0, 10027.0, 10066.0, 10018.0, 10021.0, 10010.0, 10039.0, 10022.0, 10033.0, 10053.0, 10043.0, 10030.0, 10040.0, 10021.0, 10040.0, 10038.0, 10039.0, 10023.0, 9989.0, 10023.0, 10042.0, 10031.0, 10085.0, 10032.0, 10014.0, 10024.0, 10026.0, 10002.0, 10047.0, 10012.0, 10013.0, 10108.0, 10055.0, 10035.0, 10026.0, 10054.0, 10007.0, 10031.0, 10053.0, 10020.0, 10022.0, 10061.0, 10037.0, 10021.0, 10057.0, 10048.0, 10034.0, 10099.0, 10037.0, 10030.0, 9993.0, 10031.0, 10021.0, 10001.0, 10070.0, 10030.0, 10039.0, 10027.0, 10027.0, 10028.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.0009048721804511279</td></tr>
<tr><td colspan=3>aqi</td><td>0.02737994082706767</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.11610938165536</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1561863693905197</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0109994770880366</td></tr>
<tr><td colspan=3>efc</td><td>0.5509</td></tr>
<tr><td colspan=3>fber</td><td>1515.2839</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12958766950707196</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>251</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.872180451127818</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4662854656647593</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3646898527123095</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6925258448960903</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3416406993858776</td></tr>
<tr><td colspan=3>gcor</td><td>0.00576611</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0146586112678051</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.060401760041713715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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.247293946249379</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>19.1248</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>109.5961</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>304.7103</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>98.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285124.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1319.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>493.6912</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7358</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.9009</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3718.966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1664.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.7457</td></tr>
<tr><td colspan=3>tsnr</td><td>33.503192220814526</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>