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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-01/func/sub-0122_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9a7f595906a81183493b98c0a129d256</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:17:17.022500</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.999019, -0.0103127, -0.0430655, 0.0104621, 0.99994, 0.00324669]</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.0880746</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7753, -7193, 427, -142, 84, 37, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>237.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9931f378-f9c9-4c78-b9ee-0c0912e4ffa4||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.680294990539551, 0.028069116175174713, -0.11617948114871979, 113.38776397705078], [0.027668114751577377, 2.6827659606933594, 0.00997396744787693, -106.70344543457031], [-0.11554159969091415, -0.008710633032023907, 2.6974806785583496, -61.30177307128906], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['171717.022500', '171717.482500', '171717.942500', '171718.402500', '171718.862500', '171719.322500', '171719.782500', '171720.242500', '171720.702500', '171721.162500', '171721.622500', '171722.082500', '171722.542500', '171723.002500', '171723.462500', '171723.922500', '171724.382500', '171724.842500', '171725.302500', '171725.762500', '171726.222500', '171726.682500', '171727.142500', '171727.602500', '171728.062500', '171728.522500', '171728.982500', '171729.442500', '171729.902500', '171730.362500', '171730.822500', '171731.282500', '171731.742500', '171732.202500', '171732.662500', '171733.122500', '171733.582500', '171734.042500', '171734.502500', '171734.962500', '171735.422500', '171735.882500', '171736.342500', '171736.802500', '171737.262500', '171737.722500', '171738.182500', '171738.642500', '171739.102500', '171739.562500', '171740.022500', '171740.482500', '171740.942500', '171741.402500', '171741.862500', '171742.322500', '171742.782500', '171743.242500', '171743.702500', '171744.162500', '171744.622500', '171745.082500', '171745.542500', '171746.002500', '171746.462500', '171746.922500', '171747.382500', '171747.842500', '171748.302500', '171748.762500', '171749.222500', '171749.682500', '171750.142500', '171750.602500', '171751.062500', '171751.522500', '171751.982500', '171752.442500', '171752.902500', '171753.362500', '171753.822500', '171754.282500', '171754.742500', '171755.202500', '171755.662500', '171756.122500', '171756.582500', '171757.042500', '171757.502500', '171757.962500', '171758.422500', '171758.882500', '171759.342500', '171759.802500', '171800.262500', '171800.722500', '171801.182500', '171801.642500', '171802.102500', '171802.562500', '171803.022500', '171803.482500', '171803.942500', '171804.402500', '171804.862500', '171805.322500', '171805.782500', '171806.242500', '171806.702500', '171807.162500', '171807.622500', '171808.082500', '171808.542500', '171809.002500', '171809.462500', '171809.922500', '171810.382500', '171810.842500', '171811.302500', '171811.762500', '171812.222500', '171812.682500', '171813.142500', '171813.602500', '171814.062500', '171814.522500', '171814.982500', '171815.442500', '171815.902500', '171816.362500', '171816.822500', '171817.282500', '171817.742500', '171818.202500', '171818.662500', '171819.122500', '171819.582500', '171820.042500', '171820.502500', '171820.962500', '171821.422500', '171821.882500', '171822.342500', '171822.802500', '171823.262500', '171823.722500', '171824.182500', '171824.642500', '171825.102500', '171825.562500', '171826.022500', '171826.482500', '171826.942500', '171827.402500', '171827.862500', '171828.322500', '171828.782500', '171829.242500', '171829.702500', '171830.162500', '171830.622500', '171831.082500', '171831.542500', '171832.002500', '171832.462500', '171832.922500', '171833.382500', '171833.842500', '171834.302500', '171834.762500', '171835.222500', '171835.682500', '171836.142500', '171836.602500', '171837.062500', '171837.522500', '171837.982500', '171838.442500', '171838.902500', '171839.362500', '171839.822500', '171840.282500', '171840.742500', '171841.202500', '171841.662500', '171842.122500', '171842.582500', '171843.042500', '171843.502500', '171843.962500', '171844.422500', '171844.882500', '171845.342500', '171845.802500', '171846.262500', '171846.722500', '171847.182500', '171847.642500', '171848.102500', '171848.562500', '171849.022500', '171849.482500', '171849.942500', '171850.402500', '171850.862500', '171851.322500', '171851.782500', '171852.242500', '171852.702500', '171853.162500', '171853.622500', '171854.082500', '171854.542500', '171855.002500', '171855.462500', '171855.922500', '171856.382500', '171856.842500', '171857.302500', '171857.762500', '171858.222500', '171858.682500', '171859.142500', '171859.602500', '171900.062500', '171900.522500', '171900.982500', '171901.442500', '171901.902500', '171902.362500', '171902.822500', '171903.282500', '171903.742500', '171904.202500', '171904.662500', '171905.122500', '171905.582500', '171906.042500', '171906.502500', '171906.962500', '171907.422500', '171907.882500', '171908.342500', '171908.802500', '171909.262500', '171909.722500', '171910.182500', '171910.642500', '171911.102500', '171911.562500', '171912.022500', '171912.482500', '171912.942500', '171913.402500', '171913.862500', '171914.322500', '171914.782500', '171915.242500', '171915.702500', '171916.162500', '171916.622500', '171917.082500', '171917.542500', '171918.002500', '171918.462500', '171918.922500', '171919.382500', '171919.842500', '171920.302500', '171920.762500', '171921.222500', '171921.682500', '171922.142500', '171922.602500', '171923.062500', '171923.522500', '171923.982500', '171924.442500', '171924.902500', '171925.362500', '171925.822500', '171926.282500', '171926.742500', '171927.202500', '171927.662500', '171928.122500', '171928.582500', '171929.042500', '171929.502500', '171929.962500', '171930.422500', '171930.882500', '171931.342500', '171931.802500', '171932.262500', '171932.722500', '171933.182500', '171933.642500', '171934.102500', '171934.562500', '171935.022500', '171935.482500', '171935.942500', '171936.402500', '171936.862500', '171937.322500', '171937.782500', '171938.242500', '171938.702500', '171939.162500', '171939.622500', '171940.082500', '171940.542500', '171941.002500', '171941.462500', '171941.922500', '171942.382500', '171942.842500', '171943.302500', '171943.762500', '171944.222500', '171944.682500', '171945.142500', '171945.602500', '171946.062500', '171946.522500', '171946.982500', '171947.442500', '171947.902500', '171948.362500', '171948.822500', '171949.282500', '171949.742500', '171950.202500', '171950.662500', '171951.122500', '171951.582500', '171952.042500', '171952.502500', '171952.962500', '171953.422500', '171953.882500', '171954.342500', '171954.802500', '171955.262500', '171955.722500', '171956.182500', '171956.642500', '171957.102500', '171957.562500', '171958.022500', '171958.482500', '171958.942500', '171959.402500', '171959.862500', '172000.322500', '172000.782500', '172001.242500', '172001.702500', '172002.162500', '172002.622500', '172003.082500', '172003.542500', '172004.002500', '172004.462500', '172004.922500', '172005.382500', '172005.842500', '172006.302500', '172006.762500', '172007.222500', '172007.682500', '172008.142500', '172008.602500', '172009.062500', '172009.522500', '172009.982500', '172010.442500', '172010.902500', '172011.362500', '172011.822500', '172012.282500', '172012.742500', '172013.202500', '172013.662500', '172014.122500', '172014.582500', '172015.042500', '172015.502500', '172015.962500', '172016.422500', '172016.882500', '172017.342500', '172017.802500', '172018.262500', '172018.722500', '172019.182500', '172019.642500', '172020.102500', '172020.562500', '172021.022500', '172021.482500', '172021.942500', '172022.402500', '172022.862500', '172023.322500', '172023.782500', '172024.242500', '172024.702500', '172025.162500', '172025.622500', '172026.082500', '172026.542500', '172027.002500', '172027.462500', '172027.922500', '172028.382500', '172028.842500', '172029.302500', '172029.762500', '172030.222500', '172030.682500', '172031.142500', '172031.602500', '172032.062500', '172032.522500', '172032.982500', '172033.442500', '172033.902500', '172034.362500', '172034.822500', '172035.282500', '172035.742500', '172036.202500', '172036.662500', '172037.122500', '172037.582500', '172038.042500', '172038.502500', '172038.962500', '172039.422500', '172039.882500', '172040.342500', '172040.802500', '172041.262500', '172041.722500', '172042.182500', '172042.642500', '172043.102500', '172043.562500', '172044.022500', '172044.482500', '172044.942500', '172045.402500', '172045.862500', '172046.322500', '172046.782500', '172047.242500', '172047.702500', '172048.162500', '172048.622500', '172049.082500', '172049.542500', '172050.002500', '172050.462500', '172050.922500', '172051.382500', '172051.842500', '172052.302500', '172052.762500', '172053.222500', '172053.682500', '172054.142500', '172054.602500', '172055.062500', '172055.522500', '172055.982500', '172056.442500', '172056.902500', '172057.362500', '172057.822500', '172058.282500', '172058.742500', '172059.202500', '172059.662500', '172100.122500', '172100.582500', '172101.042500', '172101.502500', '172101.962500', '172102.422500', '172102.882500', '172103.342500', '172103.802500', '172104.262500', '172104.722500', '172105.182500', '172105.642500', '172106.102500', '172106.562500', '172107.022500', '172107.482500', '172107.942500', '172108.402500', '172108.862500', '172109.322500', '172109.782500', '172110.242500', '172110.702500', '172111.162500', '172111.622500', '172112.082500', '172112.542500', '172113.002500', '172113.462500', '172113.922500', '172114.382500', '172114.842500', '172115.302500', '172115.762500', '172116.222500', '172116.682500', '172117.142500', '172117.602500', '172118.062500', '172118.522500', '172118.982500', '172119.442500', '172119.902500', '172120.362500', '172120.822500', '172121.282500', '172121.742500', '172122.202500', '172122.662500', '172123.122500', '172123.582500', '172124.042500', '172124.502500', '172124.962500', '172125.422500', '172125.882500', '172126.342500', '172126.802500', '172127.262500', '172127.722500', '172128.182500', '172128.642500', '172129.102500', '172129.562500', '172130.022500', '172130.482500', '172130.942500', '172131.402500', '172131.862500', '172132.322500', '172132.782500', '172133.242500', '172133.702500', '172134.162500', '172134.622500', '172135.082500', '172135.542500', '172136.002500', '172136.462500', '172136.922500', '172137.382500', '172137.842500', '172138.302500', '172138.762500', '172139.222500', '172139.682500', '172140.142500', '172140.602500', '172141.062500', '172141.522500', '172141.982500', '172142.442500', '172142.902500', '172143.362500', '172143.822500', '172144.282500', '172144.742500', '172145.202500', '172145.662500', '172146.122500', '172146.582500', '172147.042500', '172147.502500', '172147.962500', '172148.422500', '172148.882500', '172149.342500', '172149.802500', '172150.262500', '172150.722500', '172151.182500', '172151.642500', '172152.102500', '172152.562500', '172153.022500', '172153.482500', '172153.942500', '172154.402500', '172154.862500', '172155.322500', '172155.782500', '172156.242500', '172156.702500', '172157.162500', '172157.622500', '172158.082500', '172158.542500', '172159.002500', '172159.462500', '172159.922500', '172200.382500', '172200.842500', '172201.302500', '172201.762500', '172202.222500', '172202.682500', '172203.142500', '172203.602500', '172204.062500', '172204.522500', '172204.982500', '172205.442500', '172205.902500', '172206.362500', '172206.822500', '172207.282500', '172207.742500', '172208.202500', '172208.662500', '172209.122500', '172209.582500', '172210.042500', '172210.502500', '172210.962500', '172211.422500', '172211.882500', '172212.342500', '172212.802500', '172213.262500', '172213.722500', '172214.182500', '172214.642500', '172215.102500', '172215.562500', '172216.022500', '172216.482500', '172216.942500', '172217.402500', '172217.862500', '172218.322500', '172218.782500', '172219.242500', '172219.702500', '172220.162500', '172220.622500', '172221.082500', '172221.542500', '172222.002500', '172222.462500', '172222.922500', '172223.382500', '172223.842500', '172224.302500', '172224.762500', '172225.222500', '172225.682500', '172226.142500', '172226.602500', '172227.062500', '172227.522500', '172227.982500', '172228.442500', '172228.902500', '172229.362500', '172229.822500', '172230.282500', '172230.742500', '172231.202500', '172231.662500', '172232.122500', '172232.582500', '172233.042500', '172233.502500', '172233.962500', '172234.422500', '172234.882500', '172235.342500', '172235.802500', '172236.262500', '172236.722500', '172237.182500', '172237.642500', '172238.102500', '172238.562500', '172239.022500', '172239.482500', '172239.942500', '172240.402500', '172240.862500', '172241.322500', '172241.782500', '172242.242500', '172242.702500', '172243.162500', '172243.622500', '172244.082500', '172244.542500', '172245.002500', '172245.462500', '172245.922500', '172246.382500', '172246.842500', '172247.302500', '172247.762500', '172248.222500', '172248.682500', '172249.142500', '172249.602500', '172250.062500', '172250.522500', '172250.982500', '172251.442500', '172251.902500', '172252.362500', '172252.822500', '172253.282500', '172253.742500', '172254.202500', '172254.662500', '172255.122500', '172255.582500', '172256.042500', '172256.502500', '172256.962500', '172257.422500', '172257.882500', '172258.342500', '172258.802500', '172259.262500', '172259.722500', '172300.182500', '172300.642500', '172301.102500', '172301.562500', '172302.022500', '172302.482500', '172302.942500', '172303.402500', '172303.862500', '172304.322500', '172304.782500', '172305.242500', '172305.702500', '172306.162500', '172306.622500', '172307.082500', '172307.542500', '172308.002500', '172308.462500', '172308.922500', '172309.382500', '172309.842500', '172310.302500', '172310.762500', '172311.222500', '172311.682500', '172312.142500', '172312.602500', '172313.062500', '172313.522500', '172313.982500', '172314.442500', '172314.902500', '172315.362500', '172315.822500', '172316.282500', '172316.742500', '172317.202500', '172317.662500', '172318.122500', '172318.582500', '172319.042500', '172319.502500', '172319.962500', '172320.422500', '172320.882500', '172321.342500', '172321.802500', '172322.262500', '172322.722500', '172323.182500', '172323.642500', '172324.102500', '172324.562500', '172325.022500', '172325.482500', '172325.942500', '172326.402500', '172326.862500', '172327.322500', '172327.782500', '172328.242500', '172328.702500', '172329.162500', '172329.622500', '172330.082500', '172330.542500', '172331.002500', '172331.462500', '172331.922500', '172332.382500', '172332.842500', '172333.302500', '172333.762500', '172334.222500', '172334.682500', '172335.142500', '172335.602500', '172336.062500', '172336.522500', '172336.982500', '172337.442500', '172337.902500', '172338.362500', '172338.822500', '172339.282500', '172339.742500', '172340.202500', '172340.662500', '172341.122500', '172341.582500', '172342.042500', '172342.502500', '172342.962500', '172343.422500', '172343.882500', '172344.342500', '172344.802500', '172345.262500', '172345.722500', '172346.182500', '172346.642500', '172347.102500', '172347.562500', '172348.022500', '172348.482500', '172348.942500', '172349.402500', '172349.862500', '172350.322500', '172350.782500', '172351.242500', '172351.702500', '172352.162500', '172352.622500', '172353.082500', '172353.542500', '172354.002500', '172354.462500', '172354.922500', '172355.382500', '172355.842500', '172356.302500', '172356.762500', '172357.222500', '172357.682500', '172358.142500', '172358.602500', '172359.062500', '172359.522500', '172359.982500', '172400.442500', '172400.902500', '172401.362500', '172401.822500', '172402.282500', '172402.742500', '172403.202500', '172403.662500', '172404.122500', '172404.582500', '172405.042500', '172405.502500', '172405.962500', '172406.422500', '172406.882500', '172407.342500', '172407.802500', '172408.262500', '172408.722500', '172409.182500', '172409.642500', '172410.102500', '172410.562500', '172411.022500', '172411.482500', '172411.942500', '172412.402500', '172412.862500', '172413.322500', '172413.782500', '172414.242500', '172414.702500', '172415.162500', '172415.622500', '172416.082500', '172416.542500', '172417.002500', '172417.462500', '172417.922500', '172418.382500', '172418.842500', '172419.302500', '172419.762500', '172420.222500', '172420.682500', '172421.142500', '172421.602500', '172422.062500', '172422.522500', '172422.982500', '172423.442500', '172423.902500', '172424.362500', '172424.822500', '172425.282500', '172425.742500', '172426.202500', '172426.662500', '172427.122500', '172427.582500', '172428.042500', '172428.502500', '172428.962500', '172429.422500', '172429.882500', '172430.342500', '172430.802500', '172431.262500', '172431.722500', '172432.182500', '172432.642500', '172433.102500', '172433.562500', '172434.022500', '172434.482500', '172434.942500', '172435.402500', '172435.862500', '172436.322500', '172436.782500', '172437.242500', '172437.702500', '172438.162500', '172438.622500', '172439.082500', '172439.542500', '172440.002500', '172440.462500', '172440.922500', '172441.382500', '172441.842500', '172442.302500', '172442.762500', '172443.222500', '172443.682500', '172444.142500', '172444.602500', '172445.062500', '172445.522500', '172445.982500', '172446.442500', '172446.902500', '172447.362500', '172447.822500', '172448.282500', '172448.742500', '172449.202500', '172449.662500', '172450.122500', '172450.582500', '172451.042500', '172451.502500', '172451.962500', '172452.422500', '172452.882500', '172453.342500', '172453.802500', '172454.262500', '172454.722500', '172455.182500', '172455.642500', '172456.102500', '172456.562500', '172457.022500', '172457.482500', '172457.942500', '172458.402500', '172458.862500', '172459.322500', '172459.782500', '172500.242500', '172500.702500', '172501.162500', '172501.622500', '172502.082500', '172502.542500', '172503.002500', '172503.462500', '172503.922500', '172504.382500', '172504.842500', '172505.302500', '172505.762500', '172506.222500', '172506.682500', '172507.142500', '172507.602500', '172508.062500', '172508.522500', '172508.982500', '172509.442500', '172509.902500', '172510.362500', '172510.822500', '172511.282500', '172511.742500', '172512.202500', '172512.662500', '172513.122500', '172513.582500', '172514.042500', '172514.502500', '172514.962500', '172515.422500', '172515.882500', '172516.342500', '172516.802500', '172517.262500', '172517.722500', '172518.182500', '172518.642500', '172519.102500', '172519.562500', '172520.022500', '172520.482500', '172520.942500', '172521.402500', '172521.862500', '172522.322500', '172522.782500', '172523.242500', '172523.702500', '172524.162500', '172524.622500', '172525.082500', '172525.542500', '172526.002500', '172526.462500', '172526.922500', '172527.382500', '172527.842500', '172528.302500', '172528.762500', '172529.222500', '172529.682500', '172530.142500', '172530.602500', '172531.062500', '172531.522500', '172531.982500', '172532.442500', '172532.902500', '172533.362500', '172533.822500', '172534.282500', '172534.742500', '172535.202500', '172535.662500', '172536.122500', '172536.582500', '172537.042500', '172537.502500', '172537.962500', '172538.422500', '172538.882500', '172539.342500', '172539.802500', '172540.262500', '172540.722500', '172541.182500', '172541.642500', '172542.102500', '172542.562500', '172543.022500', '172543.482500', '172543.942500', '172544.402500', '172544.862500', '172545.322500', '172545.782500', '172546.242500', '172546.702500', '172547.162500', '172547.622500', '172548.082500', '172548.542500', '172549.002500', '172549.462500', '172549.922500', '172550.382500', '172550.842500', '172551.302500', '172551.762500', '172552.222500', '172552.682500', '172553.142500', '172553.602500', '172554.062500', '172554.522500', '172554.982500', '172555.442500', '172555.902500', '172556.362500', '172556.822500', '172557.282500', '172557.742500', '172558.202500', '172558.662500', '172559.122500', '172559.582500', '172600.042500', '172600.502500', '172600.962500', '172601.422500', '172601.882500', '172602.342500', '172602.802500', '172603.262500', '172603.722500', '172604.182500', '172604.642500', '172605.102500', '172605.562500', '172606.022500', '172606.482500', '172606.942500', '172607.402500', '172607.862500', '172608.322500', '172608.782500', '172609.242500', '172609.702500', '172610.162500', '172610.622500', '172611.082500', '172611.542500', '172612.002500', '172612.462500', '172612.922500', '172613.382500', '172613.842500', '172614.302500', '172614.762500', '172615.222500', '172615.682500', '172616.142500', '172616.602500', '172617.062500', '172617.522500', '172617.982500', '172618.442500', '172618.902500', '172619.362500', '172619.822500', '172620.282500', '172620.742500', '172621.202500', '172621.662500', '172622.122500', '172622.582500', '172623.042500', '172623.502500', '172623.962500', '172624.422500', '172624.882500', '172625.342500', '172625.802500', '172626.262500', '172626.722500', '172627.182500', '172627.642500', '172628.102500', '172628.562500', '172629.022500', '172629.482500', '172629.942500', '172630.402500', '172630.862500', '172631.322500', '172631.782500', '172632.242500', '172632.702500', '172633.162500', '172633.622500', '172634.082500', '172634.542500', '172635.002500', '172635.462500', '172635.922500', '172636.382500', '172636.842500', '172637.302500', '172637.762500', '172638.222500', '172638.682500', '172639.142500', '172639.602500', '172640.062500', '172640.522500', '172640.982500', '172641.442500', '172641.902500', '172642.362500', '172642.822500', '172643.282500', '172643.742500', '172644.202500', '172644.662500', '172645.122500', '172645.582500', '172646.042500', '172646.502500', '172646.962500', '172647.422500', '172647.882500', '172648.342500', '172648.802500', '172649.262500', '172649.722500', '172650.182500', '172650.642500', '172651.102500', '172651.562500', '172652.022500', '172652.482500', '172652.942500', '172653.402500', '172653.862500', '172654.322500', '172654.782500', '172655.242500', '172655.702500', '172656.162500', '172656.622500', '172657.082500', '172657.542500', '172658.002500', '172658.462500', '172658.922500', '172659.382500', '172659.842500', '172700.302500', '172700.762500', '172701.222500', '172701.682500', '172702.142500', '172702.602500', '172703.062500', '172703.522500', '172703.982500', '172704.442500', '172704.902500', '172705.362500', '172705.822500', '172706.282500', '172706.742500', '172707.202500', '172707.662500', '172708.122500', '172708.582500', '172709.042500', '172709.502500', '172709.962500', '172710.422500', '172710.882500', '172711.342500', '172711.802500', '172712.262500', '172712.722500', '172713.182500', '172713.642500', '172714.102500', '172714.562500', '172715.022500', '172715.482500', '172715.942500', '172716.402500', '172716.862500', '172717.322500', '172717.782500', '172718.242500', '172718.702500', '172719.162500', '172719.622500', '172720.082500', '172720.542500', '172721.002500', '172721.462500', '172721.922500', '172722.382500', '172722.842500', '172723.302500', '172723.762500', '172724.222500', '172724.682500', '172725.142500', '172725.602500', '172726.062500', '172726.522500', '172726.982500', '172727.442500', '172727.902500', '172728.362500', '172728.822500', '172729.282500', '172729.742500', '172730.202500', '172730.662500', '172731.122500', '172731.582500', '172732.042500', '172732.502500', '172732.962500', '172733.422500', '172733.882500', '172734.342500', '172734.802500', '172735.262500', '172735.722500', '172736.182500', '172736.642500', '172737.102500', '172737.562500', '172738.022500', '172738.482500', '172738.942500', '172739.402500', '172739.862500', '172740.322500', '172740.782500', '172741.242500', '172741.702500', '172742.162500', '172742.622500', '172743.082500', '172743.542500', '172744.002500', '172744.462500', '172744.922500', '172745.382500', '172745.842500', '172746.302500', '172746.762500', '172747.222500', '172747.682500', '172748.142500', '172748.602500', '172749.062500', '172749.522500'], 'ContentTime': ['171740.819000', '171740.823000', '171740.827000', '171740.829000', '171740.832000', '171740.834000', '171740.837000', '171740.840000', '171740.842000', '171740.845000', '171740.847000', '171740.850000', '171740.852000', '171740.855000', '171740.857000', '171740.860000', '171740.862000', '171740.865000', '171740.867000', '171740.870000', '171740.872000', '171740.875000', '171740.878000', '171740.880000', '171740.883000', '171740.885000', '171740.888000', '171740.890000', '171740.893000', '171740.895000', '171740.898000', '171740.900000', '171740.903000', '171740.906000', '171740.908000', '171740.911000', '171740.916000', '171740.919000', '171740.921000', '171740.924000', '171740.927000', '171740.929000', '171740.932000', '171740.935000', '171740.938000', '171740.941000', '171740.943000', '171740.946000', '171740.949000', '171800.771000', '171800.774000', '171800.777000', '171800.779000', '171800.782000', '171800.784000', '171800.787000', '171800.790000', '171800.792000', '171800.795000', '171800.797000', '171800.800000', '171800.822000', '171800.824000', '171800.827000', '171800.829000', '171800.838000', '171800.840000', '171800.843000', '171800.845000', '171800.848000', '171800.851000', '171800.853000', '171800.856000', '171800.858000', '171800.861000', '171800.863000', '171800.866000', '171800.868000', '171800.871000', '171800.873000', '171800.876000', '171800.879000', '171800.881000', '171800.884000', '171800.886000', '171800.889000', '171800.891000', '171800.894000', '171800.896000', '171800.899000', '171800.901000', '171800.904000', '171800.907000', '171820.772000', '171820.774000', '171820.777000', '171820.779000', '171820.782000', '171820.793000', '171820.795000', '171820.798000', '171820.801000', '171820.803000', '171820.806000', '171820.808000', '171820.811000', '171820.813000', '171820.816000', '171820.818000', '171820.821000', '171820.824000', '171820.826000', '171820.830000', '171820.832000', '171820.835000', '171820.837000', '171820.840000', '171820.843000', '171820.845000', '171820.848000', '171820.850000', '171820.853000', '171820.855000', '171820.858000', '171820.860000', '171820.863000', '171820.866000', '171820.868000', '171820.871000', '171820.876000', '171820.879000', '171820.881000', '171820.884000', '171820.886000', '171820.889000', '171820.891000', '171840.771000', '171840.774000', '171840.777000', '171840.780000', '171840.784000', '171840.787000', '171840.789000', '171840.795000', '171840.797000', '171840.800000', '171840.803000', '171840.805000', '171840.808000', '171840.811000', '171840.813000', '171840.816000', '171840.819000', '171840.821000', '171840.824000', '171840.826000', '171840.829000', '171840.831000', '171840.834000', '171840.837000', '171840.839000', '171840.842000', '171840.844000', '171840.847000', '171840.849000', '171840.852000', '171840.855000', '171840.857000', '171840.860000', '171840.862000', '171840.865000', '171840.867000', '171840.870000', '171840.872000', '171840.875000', '171840.878000', '171840.880000', '171840.883000', '171840.885000', '171900.771000', '171900.774000', '171900.777000', '171900.779000', '171900.782000', '171900.785000', '171900.787000', '171900.790000', '171900.792000', '171900.795000', '171900.797000', '171900.800000', '171900.803000', '171900.805000', '171900.808000', '171900.810000', '171900.813000', '171900.830000', '171900.833000', '171900.835000', '171900.838000', '171900.840000', '171900.843000', '171900.845000', '171900.848000', '171900.851000', '171900.853000', '171900.856000', '171900.858000', '171900.861000', '171900.864000', '171900.866000', '171900.869000', '171900.871000', '171900.874000', '171900.877000', '171900.879000', '171900.882000', '171900.884000', '171900.887000', '171900.889000', '171900.892000', '171900.894000', '171900.897000', '171920.771000', '171920.774000', '171920.777000', '171920.782000', '171920.785000', '171920.787000', '171920.790000', '171920.792000', '171920.795000', '171920.797000', '171920.836000', '171920.839000', '171920.842000', '171920.844000', '171920.847000', '171920.849000', '171920.852000', '171920.854000', '171920.857000', '171920.860000', '171920.862000', '171920.865000', '171920.868000', '171920.870000', '171920.873000', '171920.875000', '171920.878000', '171920.880000', '171920.883000', '171920.886000', '171920.888000', '171920.891000', '171920.893000', '171920.896000', '171920.898000', '171920.901000', '171920.904000', '171920.906000', '171920.909000', '171920.911000', '171920.914000', '171920.916000', '171920.919000', '171920.921000', '171940.773000', '171940.775000', '171940.778000', '171940.781000', '171940.783000', '171940.786000', '171940.788000', '171940.791000', '171940.793000', '171940.796000', '171940.798000', '171940.828000', '171940.831000', '171940.834000', '171940.836000', '171940.839000', '171940.841000', '171940.844000', '171940.846000', '171940.849000', '171940.851000', '171940.854000', '171940.856000', '171940.859000', '171940.862000', '171940.864000', '171940.867000', '171940.869000', '171940.872000', '171940.875000', '171940.877000', '171940.880000', '171940.882000', '171940.885000', '171940.887000', '171940.890000', '171940.892000', '171940.895000', '171940.897000', '171940.900000', '171940.902000', '171940.905000', '171940.908000', '172000.773000', '172000.791000', '172000.793000', '172000.796000', '172000.798000', '172000.801000', '172000.804000', '172000.806000', '172000.809000', '172000.811000', '172000.814000', '172000.816000', '172000.819000', '172000.823000', '172000.826000', '172000.828000', '172000.831000', '172000.834000', '172000.836000', '172000.839000', '172000.841000', '172000.844000', '172000.846000', '172000.849000', '172000.852000', '172000.854000', '172000.857000', '172000.859000', '172000.862000', '172000.865000', '172000.867000', '172000.870000', '172000.872000', '172000.875000', '172000.878000', '172000.881000', '172000.883000', '172000.886000', '172000.888000', '172000.891000', '172000.894000', '172000.896000', '172000.899000', '172000.901000', '172020.771000', '172020.774000', '172020.777000', '172020.779000', '172020.782000', '172020.785000', '172020.787000', '172020.790000', '172020.793000', '172020.795000', '172020.798000', '172020.864000', '172020.867000', '172020.869000', '172020.872000', '172020.874000', '172020.877000', '172020.880000', '172020.882000', '172020.885000', '172020.887000', '172020.890000', '172020.892000', '172020.895000', '172020.897000', '172020.900000', '172020.902000', '172020.905000', '172020.908000', '172020.910000', '172020.913000', '172020.915000', '172020.918000', '172020.920000', '172020.923000', '172020.925000', '172020.928000', '172020.930000', '172020.933000', '172020.936000', '172020.938000', '172020.941000', '172020.943000', '172040.771000', '172040.774000', '172040.777000', '172040.780000', '172040.783000', '172040.786000', '172040.788000', '172040.791000', '172040.794000', '172040.796000', '172040.799000', '172040.802000', '172040.804000', '172040.807000', '172040.809000', '172040.812000', '172040.815000', '172040.817000', '172040.820000', '172040.822000', '172040.825000', '172040.828000', '172040.830000', '172040.833000', '172040.835000', '172040.838000', '172040.840000', '172040.843000', '172040.846000', '172040.848000', '172040.851000', '172040.853000', '172040.856000', '172040.858000', '172040.861000', '172040.864000', '172040.873000', '172040.875000', '172040.878000', '172040.881000', '172040.883000', '172040.886000', '172040.888000', '172100.771000', '172100.774000', '172100.777000', '172100.779000', '172100.782000', '172100.784000', '172100.787000', '172100.789000', '172100.792000', '172100.795000', '172100.797000', '172100.833000', '172100.836000', '172100.838000', '172100.841000', '172100.843000', '172100.846000', '172100.849000', '172100.851000', '172100.854000', '172100.856000', '172100.859000', '172100.861000', '172100.864000', '172100.866000', '172100.869000', '172100.871000', '172100.874000', '172100.877000', '172100.879000', '172100.882000', '172100.884000', '172100.887000', '172100.889000', '172100.892000', '172100.894000', '172100.897000', '172100.899000', '172100.902000', '172100.904000', '172100.907000', '172100.910000', '172100.912000', '172100.915000', '172120.771000', '172120.774000', '172120.777000', '172120.779000', '172120.782000', '172120.785000', '172120.787000', '172120.790000', '172120.792000', '172120.795000', '172120.797000', '172120.842000', '172120.844000', '172120.847000', '172120.850000', '172120.852000', '172120.855000', '172120.858000', '172120.861000', '172120.864000', '172120.866000', '172120.869000', '172120.871000', '172120.874000', '172120.877000', '172120.879000', '172120.882000', '172120.884000', '172120.887000', '172120.889000', '172120.892000', '172120.895000', '172120.897000', '172120.900000', '172120.902000', '172120.905000', '172120.907000', '172120.910000', '172120.913000', '172120.916000', '172120.953000', '172120.956000', '172120.959000', '172140.772000', '172140.775000', '172140.778000', '172140.780000', '172140.783000', '172140.785000', '172140.788000', '172140.790000', '172140.793000', '172140.796000', '172140.798000', '172140.822000', '172140.824000', '172140.827000', '172140.829000', '172140.832000', '172140.834000', '172140.837000', '172140.839000', '172140.842000', '172140.844000', '172140.847000', '172140.849000', '172140.852000', '172140.855000', '172140.857000', '172140.860000', '172140.862000', '172140.865000', '172140.868000', '172140.870000', '172140.873000', '172140.875000', '172140.878000', '172140.880000', '172140.883000', '172140.885000', '172140.888000', '172140.891000', '172140.893000', '172140.896000', '172140.898000', '172140.901000', '172140.903000', '172200.772000', '172200.775000', '172200.778000', '172200.780000', '172200.783000', '172200.785000', '172200.788000', '172200.791000', '172200.793000', '172200.796000', '172200.798000', '172200.801000', '172200.804000', '172200.806000', '172200.809000', '172200.811000', '172200.814000', '172200.816000', '172200.819000', '172200.821000', '172200.824000', '172200.827000', '172200.829000', '172200.832000', '172200.835000', '172200.837000', '172200.840000', '172200.842000', '172200.845000', '172200.847000', '172200.850000', '172200.852000', '172200.855000', '172200.858000', '172200.860000', '172200.863000', '172200.865000', '172200.868000', '172200.871000', '172200.873000', '172200.876000', '172200.879000', '172200.881000', '172220.773000', '172220.775000', '172220.778000', '172220.781000', '172220.783000', '172220.786000', '172220.788000', '172220.791000', '172220.793000', '172220.796000', '172220.799000', '172220.876000', '172220.878000', '172220.881000', '172220.883000', '172220.886000', '172220.888000', '172220.891000', '172220.894000', '172220.896000', '172220.899000', '172220.901000', '172220.904000', '172220.906000', '172220.909000', '172220.911000', '172220.914000', '172220.917000', '172220.919000', '172220.922000', '172220.924000', '172220.927000', '172220.929000', '172220.932000', '172220.934000', '172220.937000', '172220.939000', '172220.942000', '172220.945000', '172220.947000', '172220.950000', '172220.952000', '172220.955000', '172220.957000', '172240.771000', '172240.774000', '172240.777000', '172240.779000', '172240.782000', '172240.785000', '172240.787000', '172240.790000', '172240.792000', '172240.795000', '172240.797000', '172240.846000', '172240.848000', '172240.851000', '172240.854000', '172240.856000', '172240.859000', '172240.861000', '172240.864000', '172240.867000', '172240.869000', '172240.872000', '172240.875000', '172240.878000', '172240.881000', '172240.883000', '172240.886000', '172240.889000', '172240.891000', '172240.894000', '172240.896000', '172240.900000', '172240.903000', '172240.905000', '172240.908000', '172240.911000', '172240.913000', '172240.916000', '172240.918000', '172240.921000', '172240.924000', '172240.926000', '172240.929000', '172300.771000', '172300.774000', '172300.777000', '172300.779000', '172300.782000', '172300.785000', '172300.787000', '172300.790000', '172300.803000', '172300.856000', '172300.859000', '172300.862000', '172300.864000', '172300.867000', '172300.869000', '172300.872000', '172300.874000', '172300.877000', '172300.880000', '172300.882000', '172300.885000', '172300.887000', '172300.890000', '172300.892000', '172300.895000', '172300.897000', '172300.900000', '172300.903000', '172300.905000', '172300.908000', '172300.910000', '172300.913000', '172300.915000', '172300.918000', '172300.920000', '172300.923000', '172300.926000', '172300.928000', '172300.931000', '172300.933000', '172300.936000', '172300.938000', '172300.941000', '172300.943000', '172320.772000', '172320.774000', '172320.777000', '172320.779000', '172320.782000', '172320.785000', '172320.787000', '172320.790000', '172320.792000', '172320.795000', '172320.797000', '172320.841000', '172320.843000', '172320.846000', '172320.848000', '172320.851000', '172320.854000', '172320.856000', '172320.859000', '172320.861000', '172320.864000', '172320.867000', '172320.869000', '172320.872000', '172320.874000', '172320.877000', '172320.880000', '172320.883000', '172320.886000', '172320.889000', '172320.892000', '172320.894000', '172320.897000', '172320.899000', '172320.902000', '172320.905000', '172320.907000', '172320.910000', '172320.912000', '172320.915000', '172320.917000', '172320.920000', '172320.922000', '172340.771000', '172340.774000', '172340.777000', '172340.779000', '172340.782000', '172340.785000', '172340.787000', '172340.790000', '172340.792000', '172340.795000', '172340.797000', '172340.844000', '172340.846000', '172340.849000', '172340.852000', '172340.854000', '172340.857000', '172340.859000', '172340.862000', '172340.865000', '172340.867000', '172340.870000', '172340.872000', '172340.875000', '172340.877000', '172340.880000', '172340.882000', '172340.885000', '172340.887000', '172340.890000', '172340.893000', '172340.895000', '172340.898000', '172340.900000', '172340.903000', '172340.905000', '172340.908000', '172340.911000', '172340.913000', '172340.916000', '172340.918000', '172340.921000', '172340.923000', '172340.926000', '172400.772000', '172400.775000', '172400.778000', '172400.781000', '172400.783000', '172400.786000', '172400.788000', '172400.791000', '172400.794000', '172400.796000', '172400.799000', '172400.839000', '172400.842000', '172400.844000', '172400.847000', '172400.849000', '172400.852000', '172400.854000', '172400.857000', '172400.860000', '172400.862000', '172400.865000', '172400.868000', '172400.870000', '172400.873000', '172400.875000', '172400.878000', '172400.880000', '172400.883000', '172400.886000', '172400.889000', '172400.892000', '172400.895000', '172400.897000', '172400.900000', '172400.902000', '172400.905000', '172400.907000', '172400.910000', '172400.913000', '172400.915000', '172400.918000', '172400.920000', '172420.772000', '172420.775000', '172420.778000', '172420.780000', '172420.783000', '172420.785000', '172420.788000', '172420.791000', '172420.793000', '172420.796000', '172420.798000', '172420.832000', '172420.835000', '172420.838000', '172420.840000', '172420.843000', '172420.846000', '172420.848000', '172420.858000', '172420.861000', '172420.864000', '172420.866000', '172420.869000', '172420.872000', '172420.874000', '172420.877000', '172420.879000', '172420.882000', '172420.884000', '172420.887000', '172420.890000', '172420.892000', '172420.895000', '172420.897000', '172420.900000', '172420.903000', '172420.905000', '172420.908000', '172420.910000', '172420.913000', '172420.916000', '172420.918000', '172420.921000', '172420.923000', '172440.773000', '172440.775000', '172440.778000', '172440.781000', '172440.783000', '172440.786000', '172440.788000', '172440.791000', '172440.793000', '172440.796000', '172440.799000', '172440.854000', '172440.856000', '172440.859000', '172440.862000', '172440.864000', '172440.867000', '172440.869000', '172440.872000', '172440.874000', '172440.877000', '172440.880000', '172440.882000', '172440.885000', '172440.887000', '172440.890000', '172440.892000', '172440.895000', '172440.898000', '172440.900000', '172440.903000', '172440.905000', '172440.908000', '172440.910000', '172440.913000', '172440.916000', '172440.918000', '172440.921000', '172440.924000', '172440.927000', '172440.930000', '172440.933000', '172440.935000', '172500.772000', '172500.774000', '172500.777000', '172500.780000', '172500.782000', '172500.785000', '172500.787000', '172500.790000', '172500.792000', '172500.795000', '172500.798000', '172500.838000', '172500.840000', '172500.843000', '172500.846000', '172500.848000', '172500.851000', '172500.853000', '172500.856000', '172500.858000', '172500.861000', '172500.864000', '172500.866000', '172500.869000', '172500.871000', '172500.874000', '172500.876000', '172500.879000', '172500.881000', '172500.884000', '172500.887000', '172500.889000', '172500.892000', '172500.894000', '172500.897000', '172500.899000', '172500.902000', '172500.905000', '172500.907000', '172500.910000', '172500.912000', '172500.915000', '172500.917000', '172500.920000', '172520.771000', '172520.774000', '172520.777000', '172520.779000', '172520.782000', '172520.784000', '172520.787000', '172520.790000', '172520.792000', '172520.795000', '172520.797000', '172520.858000', '172520.861000', '172520.864000', '172520.866000', '172520.869000', '172520.871000', '172520.874000', '172520.877000', '172520.879000', '172520.882000', '172520.884000', '172520.887000', '172520.889000', '172520.892000', '172520.894000', '172520.897000', '172520.900000', '172520.902000', '172520.905000', '172520.907000', '172520.910000', '172520.912000', '172520.915000', '172520.918000', '172520.920000', '172520.923000', '172520.925000', '172520.928000', '172520.930000', '172520.933000', '172520.936000', '172520.938000', '172540.772000', '172540.775000', '172540.777000', '172540.780000', '172540.782000', '172540.785000', '172540.787000', '172540.790000', '172540.793000', '172540.795000', '172540.798000', '172540.836000', '172540.839000', '172540.842000', '172540.844000', '172540.860000', '172540.862000', '172540.865000', '172540.868000', '172540.870000', '172540.873000', '172540.875000', '172540.878000', '172540.880000', '172540.883000', '172540.885000', '172540.888000', '172540.890000', '172540.893000', '172540.896000', '172540.898000', '172540.901000', '172540.903000', '172540.906000', '172540.908000', '172540.911000', '172540.913000', '172540.916000', '172540.919000', '172540.921000', '172540.924000', '172540.926000', '172540.929000', '172540.932000', '172600.772000', '172600.774000', '172600.777000', '172600.779000', '172600.782000', '172600.785000', '172600.787000', '172600.790000', '172600.792000', '172600.795000', '172600.797000', '172600.874000', '172600.876000', '172600.879000', '172600.882000', '172600.884000', '172600.887000', '172600.889000', '172600.892000', '172600.894000', '172600.897000', '172600.900000', '172600.902000', '172600.905000', '172600.907000', '172600.910000', '172600.912000', '172600.915000', '172600.918000', '172600.920000', '172600.923000', '172600.925000', '172600.928000', '172600.930000', '172600.933000', '172600.936000', '172600.949000', '172600.952000', '172600.954000', '172600.957000', '172600.959000', '172600.962000', '172600.965000', '172620.773000', '172620.775000', '172620.778000', '172620.782000', '172620.785000', '172620.787000', '172620.790000', '172620.792000', '172620.795000', '172620.798000', '172620.866000', '172620.869000', '172620.871000', '172620.874000', '172620.876000', '172620.879000', '172620.881000', '172620.884000', '172620.887000', '172620.889000', '172620.892000', '172620.894000', '172620.897000', '172620.899000', '172620.902000', '172620.904000', '172620.907000', '172620.910000', '172620.912000', '172620.915000', '172620.917000', '172620.920000', '172620.922000', '172620.925000', '172620.927000', '172620.930000', '172620.933000', '172620.935000', '172620.938000', '172620.940000', '172620.943000', '172620.945000', '172620.948000', '172620.951000', '172640.773000', '172640.775000', '172640.778000', '172640.781000', '172640.783000', '172640.786000', '172640.788000', '172640.791000', '172640.793000', '172640.796000', '172640.799000', '172640.851000', '172640.854000', '172640.856000', '172640.859000', '172640.861000', '172640.864000', '172640.866000', '172640.869000', '172640.872000', '172640.874000', '172640.877000', '172640.879000', '172640.882000', '172640.884000', '172640.887000', '172640.890000', '172640.892000', '172640.895000', '172640.897000', '172640.900000', '172640.902000', '172640.905000', '172640.908000', '172640.910000', '172640.913000', '172640.915000', '172640.918000', '172640.920000', '172640.923000', '172640.926000', '172640.928000', '172640.931000', '172700.773000', '172700.775000', '172700.778000', '172700.780000', '172700.783000', '172700.786000', '172700.788000', '172700.791000', '172700.793000', '172700.796000', '172700.799000', '172700.853000', '172700.856000', '172700.859000', '172700.861000', '172700.864000', '172700.866000', '172700.869000', '172700.872000', '172700.874000', '172700.877000', '172700.879000', '172700.882000', '172700.884000', '172700.887000', '172700.889000', '172700.892000', '172700.895000', '172700.897000', '172700.900000', '172700.902000', '172700.905000', '172700.908000', '172700.910000', '172700.913000', '172700.915000', '172700.918000', '172700.920000', '172700.923000', '172700.926000', '172700.928000', '172700.931000', '172700.933000', '172700.936000', '172720.772000', '172720.774000', '172720.777000', '172720.780000', '172720.782000', '172720.785000', '172720.788000', '172720.790000', '172720.793000', '172720.795000', '172720.798000', '172720.848000', '172720.850000', '172720.853000', '172720.855000', '172720.858000', '172720.860000', '172720.863000', '172720.865000', '172720.868000', '172720.871000', '172720.873000', '172720.876000', '172720.878000', '172720.881000', '172720.884000', '172720.886000', '172720.889000', '172720.891000', '172720.894000', '172720.896000', '172720.899000', '172720.902000', '172720.904000', '172720.907000', '172720.909000', '172720.912000', '172720.915000', '172720.917000', '172720.920000', '172720.923000', '172720.925000', '172720.928000', '172740.772000', '172740.774000', '172740.777000', '172740.779000', '172740.782000', '172740.785000', '172740.787000', '172740.790000', '172740.792000', '172740.795000', '172740.797000', '172740.800000', '172740.803000', '172740.805000', '172740.808000', '172740.811000', '172740.813000', '172740.816000', '172740.819000', '172740.822000', '172740.825000', '172740.828000', '172740.830000', '172740.833000', '172740.835000', '172740.838000', '172740.841000', '172740.843000', '172740.846000', '172740.848000', '172740.851000', '172740.853000', '172740.856000', '172740.859000', '172740.861000', '172740.864000', '172740.866000', '172740.869000', '172740.871000', '172740.874000', '172740.877000', '172740.879000', '172740.882000', '172750.873000', '172750.876000', '172750.879000', '172750.882000', '172750.885000', '172750.887000', '172750.890000', '172750.893000', '172750.895000', '172750.898000', '172750.902000', '172750.906000', '172750.909000', '172750.913000', '172750.916000', '172750.919000', '172750.921000', '172750.924000', '172750.927000', '172750.931000', '172750.934000', '172750.937000', '172750.940000'], 'InstanceCreationTime': ['171740.819000', '171740.823000', '171740.827000', '171740.829000', '171740.832000', '171740.834000', '171740.837000', '171740.840000', '171740.842000', '171740.845000', '171740.847000', '171740.850000', '171740.852000', '171740.855000', '171740.857000', '171740.860000', '171740.862000', '171740.865000', '171740.867000', '171740.870000', '171740.872000', '171740.875000', '171740.878000', '171740.880000', '171740.883000', '171740.885000', '171740.888000', '171740.890000', '171740.893000', '171740.895000', '171740.898000', '171740.900000', '171740.903000', '171740.906000', '171740.908000', '171740.911000', '171740.916000', '171740.919000', '171740.921000', '171740.924000', '171740.927000', '171740.929000', '171740.932000', '171740.935000', '171740.938000', '171740.941000', '171740.943000', '171740.946000', '171740.949000', '171800.771000', '171800.774000', '171800.777000', '171800.779000', '171800.782000', '171800.784000', '171800.787000', '171800.790000', '171800.792000', '171800.795000', '171800.797000', '171800.800000', '171800.822000', '171800.824000', '171800.827000', '171800.829000', '171800.838000', '171800.840000', '171800.843000', '171800.845000', '171800.848000', '171800.851000', '171800.853000', '171800.856000', '171800.858000', '171800.861000', '171800.863000', '171800.866000', '171800.868000', '171800.871000', '171800.873000', '171800.876000', '171800.879000', '171800.881000', '171800.884000', '171800.886000', '171800.889000', '171800.891000', '171800.894000', '171800.896000', '171800.899000', '171800.901000', '171800.904000', '171800.907000', '171820.772000', '171820.774000', '171820.777000', '171820.779000', '171820.782000', '171820.793000', '171820.795000', '171820.798000', '171820.801000', '171820.803000', '171820.806000', '171820.808000', '171820.811000', '171820.813000', '171820.816000', '171820.818000', '171820.821000', '171820.824000', '171820.826000', '171820.830000', '171820.832000', '171820.835000', '171820.837000', '171820.840000', '171820.843000', '171820.845000', '171820.848000', '171820.850000', '171820.853000', '171820.855000', '171820.858000', '171820.860000', '171820.863000', '171820.866000', '171820.868000', '171820.871000', '171820.876000', '171820.879000', '171820.881000', '171820.884000', '171820.886000', '171820.889000', '171820.891000', '171840.771000', '171840.774000', '171840.777000', '171840.780000', '171840.784000', '171840.787000', '171840.789000', '171840.795000', '171840.797000', '171840.800000', '171840.803000', '171840.805000', '171840.808000', '171840.811000', '171840.813000', '171840.816000', '171840.819000', '171840.821000', '171840.824000', '171840.826000', '171840.829000', '171840.831000', '171840.834000', '171840.837000', '171840.839000', '171840.842000', '171840.844000', '171840.847000', '171840.849000', '171840.852000', '171840.855000', '171840.857000', '171840.860000', '171840.862000', '171840.865000', '171840.867000', '171840.870000', '171840.872000', '171840.875000', '171840.878000', '171840.880000', '171840.883000', '171840.885000', '171900.771000', '171900.774000', '171900.777000', '171900.779000', '171900.782000', '171900.785000', '171900.787000', '171900.790000', '171900.792000', '171900.795000', '171900.797000', '171900.800000', '171900.803000', '171900.805000', '171900.808000', '171900.810000', '171900.813000', '171900.830000', '171900.833000', '171900.835000', '171900.838000', '171900.840000', '171900.843000', '171900.845000', '171900.848000', '171900.851000', '171900.853000', '171900.856000', '171900.858000', '171900.861000', '171900.864000', '171900.866000', '171900.869000', '171900.871000', '171900.874000', '171900.877000', '171900.879000', '171900.882000', '171900.884000', '171900.887000', '171900.889000', '171900.892000', '171900.894000', '171900.897000', '171920.771000', '171920.774000', '171920.777000', '171920.782000', '171920.785000', '171920.787000', '171920.790000', '171920.792000', '171920.795000', '171920.797000', '171920.836000', '171920.839000', '171920.842000', '171920.844000', '171920.847000', '171920.849000', '171920.852000', '171920.854000', '171920.857000', '171920.860000', '171920.862000', '171920.865000', '171920.868000', '171920.870000', '171920.873000', '171920.875000', '171920.878000', '171920.880000', '171920.883000', '171920.886000', '171920.888000', '171920.891000', '171920.893000', '171920.896000', '171920.898000', '171920.901000', '171920.904000', '171920.906000', '171920.909000', '171920.911000', '171920.914000', '171920.916000', '171920.919000', '171920.921000', '171940.773000', '171940.775000', '171940.778000', '171940.781000', '171940.783000', '171940.786000', '171940.788000', '171940.791000', '171940.793000', '171940.796000', '171940.798000', '171940.828000', '171940.831000', '171940.834000', '171940.836000', '171940.839000', '171940.841000', '171940.844000', '171940.846000', '171940.849000', '171940.851000', '171940.854000', '171940.856000', '171940.859000', '171940.862000', '171940.864000', '171940.867000', '171940.869000', '171940.872000', '171940.875000', '171940.877000', '171940.880000', '171940.882000', '171940.885000', '171940.887000', '171940.890000', '171940.892000', '171940.895000', '171940.897000', '171940.900000', '171940.902000', '171940.905000', '171940.908000', '172000.773000', '172000.791000', '172000.793000', '172000.796000', '172000.798000', '172000.801000', '172000.804000', '172000.806000', '172000.809000', '172000.811000', '172000.814000', '172000.816000', '172000.819000', '172000.823000', '172000.826000', '172000.828000', '172000.831000', '172000.834000', '172000.836000', '172000.839000', '172000.841000', '172000.844000', '172000.846000', '172000.849000', '172000.852000', '172000.854000', '172000.857000', '172000.859000', '172000.862000', '172000.865000', '172000.867000', '172000.870000', '172000.872000', '172000.875000', '172000.878000', '172000.881000', '172000.883000', '172000.886000', '172000.888000', '172000.891000', '172000.894000', '172000.896000', '172000.899000', '172000.901000', '172020.771000', '172020.774000', '172020.777000', '172020.779000', '172020.782000', '172020.785000', '172020.787000', '172020.790000', '172020.793000', '172020.795000', '172020.798000', '172020.864000', '172020.867000', '172020.869000', '172020.872000', '172020.874000', '172020.877000', '172020.880000', '172020.882000', '172020.885000', '172020.887000', '172020.890000', '172020.892000', '172020.895000', '172020.897000', '172020.900000', '172020.902000', '172020.905000', '172020.908000', '172020.910000', '172020.913000', '172020.915000', '172020.918000', '172020.920000', '172020.923000', '172020.925000', '172020.928000', '172020.930000', '172020.933000', '172020.936000', '172020.938000', '172020.941000', '172020.943000', '172040.771000', '172040.774000', '172040.777000', '172040.780000', '172040.783000', '172040.786000', '172040.788000', '172040.791000', '172040.794000', '172040.796000', '172040.799000', '172040.802000', '172040.804000', '172040.807000', '172040.809000', '172040.812000', '172040.815000', '172040.817000', '172040.820000', '172040.822000', '172040.825000', '172040.828000', '172040.830000', '172040.833000', '172040.835000', '172040.838000', '172040.840000', '172040.843000', '172040.846000', '172040.848000', '172040.851000', '172040.853000', '172040.856000', '172040.858000', '172040.861000', '172040.864000', '172040.873000', '172040.875000', '172040.878000', '172040.881000', '172040.883000', '172040.886000', '172040.888000', '172100.771000', '172100.774000', '172100.777000', '172100.779000', '172100.782000', '172100.784000', '172100.787000', '172100.789000', '172100.792000', '172100.795000', '172100.797000', '172100.833000', '172100.836000', '172100.838000', '172100.841000', '172100.843000', '172100.846000', '172100.849000', '172100.851000', '172100.854000', '172100.856000', '172100.859000', '172100.861000', '172100.864000', '172100.866000', '172100.869000', '172100.871000', '172100.874000', '172100.877000', '172100.879000', '172100.882000', '172100.884000', '172100.887000', '172100.889000', '172100.892000', '172100.894000', '172100.897000', '172100.899000', '172100.902000', '172100.904000', '172100.907000', '172100.910000', '172100.912000', '172100.915000', '172120.771000', '172120.774000', '172120.777000', '172120.779000', '172120.782000', '172120.785000', '172120.787000', '172120.790000', '172120.792000', '172120.795000', '172120.797000', '172120.842000', '172120.844000', '172120.847000', '172120.850000', '172120.852000', '172120.855000', '172120.858000', '172120.861000', '172120.864000', '172120.866000', '172120.869000', '172120.871000', '172120.874000', '172120.877000', '172120.879000', '172120.882000', '172120.884000', '172120.887000', '172120.889000', '172120.892000', '172120.895000', '172120.897000', '172120.900000', '172120.902000', '172120.905000', '172120.907000', '172120.910000', '172120.913000', '172120.916000', '172120.953000', '172120.956000', '172120.959000', '172140.772000', '172140.775000', '172140.778000', '172140.780000', '172140.783000', '172140.785000', '172140.788000', '172140.790000', '172140.793000', '172140.796000', '172140.798000', '172140.822000', '172140.824000', '172140.827000', '172140.829000', '172140.832000', '172140.834000', '172140.837000', '172140.839000', '172140.842000', '172140.844000', '172140.847000', '172140.849000', '172140.852000', '172140.855000', '172140.857000', '172140.860000', '172140.862000', '172140.865000', '172140.868000', '172140.870000', '172140.873000', '172140.875000', '172140.878000', '172140.880000', '172140.883000', '172140.885000', '172140.888000', '172140.891000', '172140.893000', '172140.896000', '172140.898000', '172140.901000', '172140.903000', '172200.772000', '172200.775000', '172200.778000', '172200.780000', '172200.783000', '172200.785000', '172200.788000', '172200.791000', '172200.793000', '172200.796000', '172200.798000', '172200.801000', '172200.804000', '172200.806000', '172200.809000', '172200.811000', '172200.814000', '172200.816000', '172200.819000', '172200.821000', '172200.824000', '172200.827000', '172200.829000', '172200.832000', '172200.835000', '172200.837000', '172200.840000', '172200.842000', '172200.845000', '172200.847000', '172200.850000', '172200.852000', '172200.855000', '172200.858000', '172200.860000', '172200.863000', '172200.865000', '172200.868000', '172200.871000', '172200.873000', '172200.876000', '172200.879000', '172200.881000', '172220.773000', '172220.775000', '172220.778000', '172220.781000', '172220.783000', '172220.786000', '172220.788000', '172220.791000', '172220.793000', '172220.796000', '172220.799000', '172220.876000', '172220.878000', '172220.881000', '172220.883000', '172220.886000', '172220.888000', '172220.891000', '172220.894000', '172220.896000', '172220.899000', '172220.901000', '172220.904000', '172220.906000', '172220.909000', '172220.911000', '172220.914000', '172220.917000', '172220.919000', '172220.922000', '172220.924000', '172220.927000', '172220.929000', '172220.932000', '172220.934000', '172220.937000', '172220.939000', '172220.942000', '172220.945000', '172220.947000', '172220.950000', '172220.952000', '172220.955000', '172220.957000', '172240.771000', '172240.774000', '172240.777000', '172240.779000', '172240.782000', '172240.785000', '172240.787000', '172240.790000', '172240.792000', '172240.795000', '172240.797000', '172240.846000', '172240.848000', '172240.851000', '172240.854000', '172240.856000', '172240.859000', '172240.861000', '172240.864000', '172240.867000', '172240.869000', '172240.872000', '172240.875000', '172240.878000', '172240.881000', '172240.883000', '172240.886000', '172240.889000', '172240.891000', '172240.894000', '172240.896000', '172240.900000', '172240.903000', '172240.905000', '172240.908000', '172240.911000', '172240.913000', '172240.916000', '172240.918000', '172240.921000', '172240.924000', '172240.926000', '172240.929000', '172300.771000', '172300.774000', '172300.777000', '172300.779000', '172300.782000', '172300.785000', '172300.787000', '172300.790000', '172300.803000', '172300.856000', '172300.859000', '172300.862000', '172300.864000', '172300.867000', '172300.869000', '172300.872000', '172300.874000', '172300.877000', '172300.880000', '172300.882000', '172300.885000', '172300.887000', '172300.890000', '172300.892000', '172300.895000', '172300.897000', '172300.900000', '172300.903000', '172300.905000', '172300.908000', '172300.910000', '172300.913000', '172300.915000', '172300.918000', '172300.920000', '172300.923000', '172300.926000', '172300.928000', '172300.931000', '172300.933000', '172300.936000', '172300.938000', '172300.941000', '172300.943000', '172320.772000', '172320.774000', '172320.777000', '172320.779000', '172320.782000', '172320.785000', '172320.787000', '172320.790000', '172320.792000', '172320.795000', '172320.797000', '172320.841000', '172320.843000', '172320.846000', '172320.848000', '172320.851000', '172320.854000', '172320.856000', '172320.859000', '172320.861000', '172320.864000', '172320.867000', '172320.869000', '172320.872000', '172320.874000', '172320.877000', '172320.880000', '172320.883000', '172320.886000', '172320.889000', '172320.892000', '172320.894000', '172320.897000', '172320.899000', '172320.902000', '172320.905000', '172320.907000', '172320.910000', '172320.912000', '172320.915000', '172320.917000', '172320.920000', '172320.922000', '172340.771000', '172340.774000', '172340.777000', '172340.779000', '172340.782000', '172340.785000', '172340.787000', '172340.790000', '172340.792000', '172340.795000', '172340.797000', '172340.844000', '172340.846000', '172340.849000', '172340.852000', '172340.854000', '172340.857000', '172340.859000', '172340.862000', '172340.865000', '172340.867000', '172340.870000', '172340.872000', '172340.875000', '172340.877000', '172340.880000', '172340.882000', '172340.885000', '172340.887000', '172340.890000', '172340.893000', '172340.895000', '172340.898000', '172340.900000', '172340.903000', '172340.905000', '172340.908000', '172340.911000', '172340.913000', '172340.916000', '172340.918000', '172340.921000', '172340.923000', '172340.926000', '172400.772000', '172400.775000', '172400.778000', '172400.781000', '172400.783000', '172400.786000', '172400.788000', '172400.791000', '172400.794000', '172400.796000', '172400.799000', '172400.839000', '172400.842000', '172400.844000', '172400.847000', '172400.849000', '172400.852000', '172400.854000', '172400.857000', '172400.860000', '172400.862000', '172400.865000', '172400.868000', '172400.870000', '172400.873000', '172400.875000', '172400.878000', '172400.880000', '172400.883000', '172400.886000', '172400.889000', '172400.892000', '172400.895000', '172400.897000', '172400.900000', '172400.902000', '172400.905000', '172400.907000', '172400.910000', '172400.913000', '172400.915000', '172400.918000', '172400.920000', '172420.772000', '172420.775000', '172420.778000', '172420.780000', '172420.783000', '172420.785000', '172420.788000', '172420.791000', '172420.793000', '172420.796000', '172420.798000', '172420.832000', '172420.835000', '172420.838000', '172420.840000', '172420.843000', '172420.846000', '172420.848000', '172420.858000', '172420.861000', '172420.864000', '172420.866000', '172420.869000', '172420.872000', '172420.874000', '172420.877000', '172420.879000', '172420.882000', '172420.884000', '172420.887000', '172420.890000', '172420.892000', '172420.895000', '172420.897000', '172420.900000', '172420.903000', '172420.905000', '172420.908000', '172420.910000', '172420.913000', '172420.916000', '172420.918000', '172420.921000', '172420.923000', '172440.773000', '172440.775000', '172440.778000', '172440.781000', '172440.783000', '172440.786000', '172440.788000', '172440.791000', '172440.793000', '172440.796000', '172440.799000', '172440.854000', '172440.856000', '172440.859000', '172440.862000', '172440.864000', '172440.867000', '172440.869000', '172440.872000', '172440.874000', '172440.877000', '172440.880000', '172440.882000', '172440.885000', '172440.887000', '172440.890000', '172440.892000', '172440.895000', '172440.898000', '172440.900000', '172440.903000', '172440.905000', '172440.908000', '172440.910000', '172440.913000', '172440.916000', '172440.918000', '172440.921000', '172440.924000', '172440.927000', '172440.930000', '172440.933000', '172440.935000', '172500.772000', '172500.774000', '172500.777000', '172500.780000', '172500.782000', '172500.785000', '172500.787000', '172500.790000', '172500.792000', '172500.795000', '172500.798000', '172500.838000', '172500.840000', '172500.843000', '172500.846000', '172500.848000', '172500.851000', '172500.853000', '172500.856000', '172500.858000', '172500.861000', '172500.864000', '172500.866000', '172500.869000', '172500.871000', '172500.874000', '172500.876000', '172500.879000', '172500.881000', '172500.884000', '172500.887000', '172500.889000', '172500.892000', '172500.894000', '172500.897000', '172500.899000', '172500.902000', '172500.905000', '172500.907000', '172500.910000', '172500.912000', '172500.915000', '172500.917000', '172500.920000', '172520.771000', '172520.774000', '172520.777000', '172520.779000', '172520.782000', '172520.784000', '172520.787000', '172520.790000', '172520.792000', '172520.795000', '172520.797000', '172520.858000', '172520.861000', '172520.864000', '172520.866000', '172520.869000', '172520.871000', '172520.874000', '172520.877000', '172520.879000', '172520.882000', '172520.884000', '172520.887000', '172520.889000', '172520.892000', '172520.894000', '172520.897000', '172520.900000', '172520.902000', '172520.905000', '172520.907000', '172520.910000', '172520.912000', '172520.915000', '172520.918000', '172520.920000', '172520.923000', '172520.925000', '172520.928000', '172520.930000', '172520.933000', '172520.936000', '172520.938000', '172540.772000', '172540.775000', '172540.777000', '172540.780000', '172540.782000', '172540.785000', '172540.787000', '172540.790000', '172540.793000', '172540.795000', '172540.798000', '172540.836000', '172540.839000', '172540.842000', '172540.844000', '172540.860000', '172540.862000', '172540.865000', '172540.868000', '172540.870000', '172540.873000', '172540.875000', '172540.878000', '172540.880000', '172540.883000', '172540.885000', '172540.888000', '172540.890000', '172540.893000', '172540.896000', '172540.898000', '172540.901000', '172540.903000', '172540.906000', '172540.908000', '172540.911000', '172540.913000', '172540.916000', '172540.919000', '172540.921000', '172540.924000', '172540.926000', '172540.929000', '172540.932000', '172600.772000', '172600.774000', '172600.777000', '172600.779000', '172600.782000', '172600.785000', '172600.787000', '172600.790000', '172600.792000', '172600.795000', '172600.797000', '172600.874000', '172600.876000', '172600.879000', '172600.882000', '172600.884000', '172600.887000', '172600.889000', '172600.892000', '172600.894000', '172600.897000', '172600.900000', '172600.902000', '172600.905000', '172600.907000', '172600.910000', '172600.912000', '172600.915000', '172600.918000', '172600.920000', '172600.923000', '172600.925000', '172600.928000', '172600.930000', '172600.933000', '172600.936000', '172600.949000', '172600.952000', '172600.954000', '172600.957000', '172600.959000', '172600.962000', '172600.965000', '172620.773000', '172620.775000', '172620.778000', '172620.782000', '172620.785000', '172620.787000', '172620.790000', '172620.792000', '172620.795000', '172620.798000', '172620.866000', '172620.869000', '172620.871000', '172620.874000', '172620.876000', '172620.879000', '172620.881000', '172620.884000', '172620.887000', '172620.889000', '172620.892000', '172620.894000', '172620.897000', '172620.899000', '172620.902000', '172620.904000', '172620.907000', '172620.910000', '172620.912000', '172620.915000', '172620.917000', '172620.920000', '172620.922000', '172620.925000', '172620.927000', '172620.930000', '172620.933000', '172620.935000', '172620.938000', '172620.940000', '172620.943000', '172620.945000', '172620.948000', '172620.951000', '172640.773000', '172640.775000', '172640.778000', '172640.781000', '172640.783000', '172640.786000', '172640.788000', '172640.791000', '172640.793000', '172640.796000', '172640.799000', '172640.851000', '172640.854000', '172640.856000', '172640.859000', '172640.861000', '172640.864000', '172640.866000', '172640.869000', '172640.872000', '172640.874000', '172640.877000', '172640.879000', '172640.882000', '172640.884000', '172640.887000', '172640.890000', '172640.892000', '172640.895000', '172640.897000', '172640.900000', '172640.902000', '172640.905000', '172640.908000', '172640.910000', '172640.913000', '172640.915000', '172640.918000', '172640.920000', '172640.923000', '172640.926000', '172640.928000', '172640.931000', '172700.773000', '172700.775000', '172700.778000', '172700.780000', '172700.783000', '172700.786000', '172700.788000', '172700.791000', '172700.793000', '172700.796000', '172700.799000', '172700.853000', '172700.856000', '172700.859000', '172700.861000', '172700.864000', '172700.866000', '172700.869000', '172700.872000', '172700.874000', '172700.877000', '172700.879000', '172700.882000', '172700.884000', '172700.887000', '172700.889000', '172700.892000', '172700.895000', '172700.897000', '172700.900000', '172700.902000', '172700.905000', '172700.908000', '172700.910000', '172700.913000', '172700.915000', '172700.918000', '172700.920000', '172700.923000', '172700.926000', '172700.928000', '172700.931000', '172700.933000', '172700.936000', '172720.772000', '172720.774000', '172720.777000', '172720.780000', '172720.782000', '172720.785000', '172720.788000', '172720.790000', '172720.793000', '172720.795000', '172720.798000', '172720.848000', '172720.850000', '172720.853000', '172720.855000', '172720.858000', '172720.860000', '172720.863000', '172720.865000', '172720.868000', '172720.871000', '172720.873000', '172720.876000', '172720.878000', '172720.881000', '172720.884000', '172720.886000', '172720.889000', '172720.891000', '172720.894000', '172720.896000', '172720.899000', '172720.902000', '172720.904000', '172720.907000', '172720.909000', '172720.912000', '172720.915000', '172720.917000', '172720.920000', '172720.923000', '172720.925000', '172720.928000', '172740.772000', '172740.774000', '172740.777000', '172740.779000', '172740.782000', '172740.785000', '172740.787000', '172740.790000', '172740.792000', '172740.795000', '172740.797000', '172740.800000', '172740.803000', '172740.805000', '172740.808000', '172740.811000', '172740.813000', '172740.816000', '172740.819000', '172740.822000', '172740.825000', '172740.828000', '172740.830000', '172740.833000', '172740.835000', '172740.838000', '172740.841000', '172740.843000', '172740.846000', '172740.848000', '172740.851000', '172740.853000', '172740.856000', '172740.859000', '172740.861000', '172740.864000', '172740.866000', '172740.869000', '172740.871000', '172740.874000', '172740.877000', '172740.879000', '172740.882000', '172750.873000', '172750.876000', '172750.879000', '172750.882000', '172750.885000', '172750.887000', '172750.890000', '172750.893000', '172750.895000', '172750.898000', '172750.902000', '172750.906000', '172750.909000', '172750.913000', '172750.916000', '172750.919000', '172750.921000', '172750.924000', '172750.927000', '172750.931000', '172750.934000', '172750.937000', '172750.940000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10738, 10351, 10694, 10626, 10508, 10684, 14177, 10801, 11511, 10708, 10376, 9098, 10759, 12925, 12108, 14286, 12041, 11941, 10895, 16431, 10833, 15610, 11200, 13712, 11224, 11908, 10600, 8771, 10759, 12993, 10862, 13718, 11241, 11456, 11154, 10819, 15928, 10639, 15767, 11029, 14004, 10786, 14974, 11824, 11031, 16815, 10780, 14766, 10188, 11345, 10310, 10934, 14501, 10013, 11542, 11400, 11817, 10520, 14602, 10804, 10771, 14344, 10884, 12293, 10611, 11642, 10420, 10413, 10623, 10594, 15879, 12487, 11672, 11497, 10822, 15571, 10312, 14809, 11163, 11048, 16155, 10846, 14675, 10213, 10386, 12473, 10503, 11446, 10251, 10531, 11416, 10586, 13936, 10499, 10406, 11427, 10531, 10860, 10901, 9823, 11011, 14233, 11719, 10709, 16632, 10915, 14546, 10917, 10696, 17898, 10795, 14449, 11789, 11113, 17369, 10696, 10451, 11356, 10675, 13437, 10770, 15972, 10792, 10754, 11803, 10722, 15776, 10696, 14514, 10727, 10556, 12312, 11117, 15570, 11104, 13385, 11025, 11606, 17004, 11115, 14941, 11630, 10973, 16868, 11011, 14177, 11671, 10754, 16187, 10416, 11426, 10810, 10415, 11084, 12499, 11881, 11269, 16121, 11100, 12691, 11716, 11557, 13941, 11424, 16315, 11402, 10961, 15268, 11324, 15278, 11020, 10977, 11862, 10933, 13925, 11440, 15085, 11078, 10789, 11145, 10549, 11589, 11244, 16153, 11119, 12309, 10819, 10728, 11535, 10947, 15681, 10777, 10481, 10990, 10768, 10279, 10507, 10814, 12024, 15134, 11228, 14862, 11319, 10736, 13886, 10916, 14358, 10681, 10708, 11432, 10749, 12077, 10742, 10565, 11696, 10680, 15408, 10835, 10589, 11959, 11216, 16635, 11164, 13911, 14757, 10882, 15467, 11007, 11057, 11482, 11361, 15136, 11185, 11317, 15384, 11677, 15243, 11636, 11043, 15489, 10761, 10528, 11317, 11219, 11043, 11507, 14463, 11720, 11183, 17097, 11652, 15191, 11798, 11608, 16506, 11297, 11057, 11909, 11681, 12035, 11661, 11667, 15982, 11538, 11341, 12208, 11882, 16652, 12073, 11543, 13692, 11812, 11195, 11669, 11513, 16021, 11947, 11576, 12398, 11489, 13920, 11832, 11601, 12579, 11614, 12837, 11963, 11498, 12433, 11994, 15392, 12306, 11676, 12065, 10781, 11845, 14588, 17601, 11793, 14938, 12587, 12037, 12190, 12012, 15949, 12163, 11955, 15631, 11954, 15383, 12069, 12202, 13934, 12184, 15462, 12145, 11957, 14315, 12411, 14550, 12004, 11996, 15042, 12455, 15575, 12452, 11807, 15474, 12276, 13060, 12143, 11832, 12501, 12208, 15730, 12118, 11955, 13143, 12327, 11492, 12594, 14610, 12418, 12260, 16065, 12601, 15180, 13101, 12339, 16157, 13115, 15563, 13130, 12730, 12409, 12776, 15013, 12141, 11963, 11909, 12066, 12100, 11886, 12807, 11910, 12674, 11929, 12295, 12401, 12837, 12035, 16228, 12121, 12909, 13101, 12224, 13626, 17516, 12576, 15186, 12409, 12413, 12405, 12631, 17569, 12728, 14970, 12603, 13911, 12285, 12390, 15417, 12790, 15692, 12345, 14506, 12662, 13338, 13391, 12715, 16927, 11826, 14352, 12379, 12240, 13628, 12404, 14232, 11821, 11710, 11885, 12301, 12466, 12341, 15411, 11982, 13191, 12398, 10110, 12865, 15097, 12499, 13232, 15070, 13009, 16613, 12760, 15383, 12361, 12107, 17053, 11899, 14828, 11929, 11951, 15437, 11657, 13946, 11708, 11577, 12565, 11915, 12940, 11673, 11421, 11680, 11547, 12239, 11754, 15846, 11862, 11846, 12202, 11945, 16873, 12210, 13956, 12467, 12237, 15085, 12617, 12937, 12644, 12439, 12881, 12522, 15021, 12886, 12461, 12348, 12417, 16394, 12034, 13375, 12337, 12532, 15094, 12516, 13491, 12245, 11866, 12423, 12581, 12268, 12367, 12283, 12487, 16274, 12788, 15954, 12790, 16271, 12574, 15829, 12378, 14775, 12160, 12634, 12347, 12394, 15545, 12745, 16587, 12054, 13367, 12595, 12289, 12217, 12573, 16661, 12437, 14777, 12259, 11243, 12774, 11905, 12899, 15793, 12504, 14825, 12351, 13090, 12730, 12917, 12213, 12612, 11832, 15599, 16928, 14212, 16364, 12399, 11949, 16536, 12306, 14850, 12382, 11938, 14785, 12281, 11417, 11546, 11727, 11181, 12159, 11433, 11907, 11751, 11489, 11581, 11167, 11640, 11224, 11876, 11799, 11909, 11839, 12134, 12269, 15634, 12602, 15473, 12447, 12450, 16361, 12510, 14622, 12882, 14924, 15410, 13233, 15746, 12963, 12937, 13190, 13023, 17574, 13669, 14507, 12340, 13089, 15143, 13213, 14643, 12590, 12644, 16027, 12851, 15025, 12863, 12456, 12726, 13122, 14131, 13010, 12736, 12858, 12618, 12357, 12741, 15844, 11933, 12996, 11929, 12306, 15400, 12477, 13055, 12043, 12078, 12157, 12595, 14881, 12328, 11980, 13184, 12164, 15382, 12346, 13170, 12464, 12665, 12358, 12137, 16023, 12289, 14781, 12618, 12120, 15641, 12657, 16820, 12352, 15328, 11738, 11768, 17466, 12055, 14925, 12343, 12526, 12378, 11851, 12017, 12332, 11833, 12340, 12546, 12657, 12037, 12121, 13205, 12201, 12670, 15285, 12034, 16017, 12092, 13599, 12466, 16739, 14342, 12581, 18168, 12351, 12007, 11741, 12388, 17897, 12740, 15258, 12142, 11973, 15763, 12479, 12414, 12655, 11811, 12155, 12318, 11706, 12626, 11805, 12563, 12185, 11697, 12521, 14498, 12745, 12145, 12126, 12621, 15965, 12591, 12150, 12652, 12513, 12857, 12738, 17128, 13379, 15028, 12329, 12969, 16533, 13365, 15123, 12380, 12481, 16930, 12364, 13394, 12709, 12238, 12471, 13335, 12697, 12779, 12237, 13210, 11919, 12377, 12295, 14133, 12887, 15050, 16988, 12833, 15588, 12062, 12351, 12080, 12257, 16563, 12410, 11892, 12049, 11966, 12056, 12662, 11745, 12906, 12238, 12039, 12169, 12506, 12803, 12165, 12698, 12176, 12274, 12474, 16363, 12511, 15341, 12663, 15244, 12491, 12987, 14968, 13326, 14001, 13357, 17111, 13823, 15477, 17157, 13757, 17192, 13843, 15079, 13688, 13349, 17173, 13851, 15960, 14126, 13042, 14150, 13260, 13616, 13561, 17967, 13752, 16186, 13844, 13240, 16910, 13764, 16223, 13840, 12875, 13660, 13227, 11339, 13647, 12470, 13817, 12872, 13196, 12834, 15510, 13014, 14933, 13893, 12094, 13619, 15502, 13109, 13297, 17624, 13265, 14025, 13734, 12661, 18999, 12554, 15656, 12541, 11880, 14973, 12989, 18087, 13224, 15148, 12564, 12130, 12553, 12280, 12397, 12390, 14514, 12606, 11593, 12775, 10320, 12679, 11945, 12890, 12346, 14077, 12729, 14711, 12767, 17183, 12732, 13362, 18448, 12689, 15817, 12626, 12202, 12187, 12360, 16437, 12545, 11965, 12701, 11965, 12036, 12654, 16894, 12288, 13444, 12157, 12501, 17083, 12668, 11881, 12295, 11877, 12438, 12182, 12887, 11969, 13044, 12255, 12228, 13073, 12545, 12988, 11563, 11952, 11842, 11387, 12867, 12034, 16225, 19173, 13280, 16813, 11916, 12217, 12510, 11730, 12641, 11529, 12646, 15321, 12519, 13155, 12349, 12337, 12613, 13376, 12918, 12605, 12804, 12561, 15566, 11993, 15312, 12129, 12899, 12924, 12726, 12706, 13165, 12558, 18692, 12846, 16561, 13762, 12006, 12653, 12798, 12464, 16901, 13025, 16793, 12540, 12926, 12494, 10496, 12936, 12385, 12873, 14559, 12945, 16311, 13075, 15756, 12456, 12476, 14023, 12899, 13442, 12529, 12210, 12481, 12733, 12617, 12758, 13054, 18288, 13103, 14679, 12967, 13455, 13247, 12245, 13166, 12105, 13204, 14345, 12151, 12168, 11769, 11547, 10013, 11103, 11893, 12291, 14077, 15378, 13210, 15852, 13178, 12787, 12646, 12954, 13250, 12493, 13081, 16347, 13060, 15661, 13003, 14448, 12804, 12508, 12895, 12378, 12925, 12640, 12377, 14143, 12817, 12851, 13848, 12974, 15260, 13213, 12370, 12787, 12834, 12989, 12608, 13202, 12560, 13140, 12403, 11741, 10222, 11952, 12453, 12528, 12690, 14191, 12337, 15163, 12187, 14773, 12392, 15103, 12378, 15725, 11994, 15588, 12315, 13358, 12262, 14939, 11618, 14605, 11376, 11799, 15124, 11720, 13691, 11681, 11089, 12043, 11646, 12043, 12100, 11491, 12350, 14412, 12331, 11916, 11849, 11927, 12005, 12130, 12093, 12412, 11616, 12195, 13893, 12208, 13980, 12521, 13835, 11741, 12455, 14260, 12272, 14663, 12096, 13177, 12434, 10889, 12714, 11727, 12418, 11712, 12476, 12638, 11414, 12650, 15216, 12307, 14672, 13667, 12426, 15076, 12398, 12655, 12452, 14141, 12410, 14659, 12254, 13502, 11975, 12043, 12285, 11823, 12256, 12088, 12389, 12066, 11983, 12526, 11107, 10791, 12104, 12677, 12599, 14900, 12963, 15566, 12825, 13730, 12472, 12448, 12264, 14785, 12615, 10659, 12943, 14919, 13098, 15223, 12280, 12740, 12028, 12855, 12181, 12921, 15831, 12892, 12597, 12295, 12450, 12364, 12788, 12412, 12586, 12839, 12539, 12265, 13144, 12283, 13091, 12009, 12835, 12197, 12625, 12967, 13281, 13045, 15474, 16190, 13171, 14289, 12861, 13024, 12430, 12784, 11708, 13116, 14165, 12789, 9892, 12956, 12161, 12575, 12429, 12983, 13321, 12182, 12600, 12638, 12624, 13582, 12780, 13752, 12595, 12434, 12115, 12750, 12253, 12740, 13890, 12927, 11916, 12875, 12336, 12669, 12536, 12123, 12817, 12134, 12706, 12310, 12940, 12351, 12860, 14777, 12553, 13198, 12238, 12792, 12337, 13007, 14794, 12780, 13574, 12778, 12425, 13008, 12625, 12826, 12884, 12473, 12916, 12273, 13039, 15224, 12992, 14658, 12204, 12978, 13130, 12657, 12079, 12292, 12317, 12502, 12452, 12690, 14381, 12710, 15096, 13180, 13081, 13167, 14773, 12930, 15136, 12270, 12665, 12119, 12664, 11915, 12188, 12092, 12268, 13043, 13405, 13020, 15172, 13008, 15188, 12888, 15035, 13702, 13107, 15228, 12775, 13011, 12183, 12320, 11817, 12272, 11954, 12259, 12143, 11876, 12009, 12190, 12311, 13339, 12687, 13291, 12134, 12230, 12230, 12028, 11403, 11520, 14382, 11530, 14235, 11454, 11779, 12026, 12071, 12132, 12336, 12413, 12518, 13987, 12987, 15165, 12696, 15142, 12318, 12394, 14229, 12653, 12745, 12530, 14478, 12329, 14425, 12216, 12412, 15084, 12238, 14716, 12261, 12094, 11233, 12325, 12881, 12089, 12163, 12325, 12242, 14714, 12242, 13282, 12090, 11601, 15105, 11919, 14486, 11869, 12134, 12018, 12296, 13090, 11842, 12194, 12351, 12312, 12422, 12259, 11866, 12433, 12955, 12190, 12087, 12282, 14864, 12500, 15165, 12868, 12660, 15634, 12223, 13980, 11911, 12041, 12404, 12167, 12109, 12325, 12185, 12239, 12263, 12963, 12493, 12589, 14013, 12663, 13581, 12334, 12750, 12050, 12971, 11765, 12942], 'WindowCenter': [4650.0, 4623.0, 4619.0, 4619.0, 4604.0, 4618.0, 4635.0, 4618.0, 4626.0, 4614.0, 4617.0, 4596.0, 4627.0, 4636.0, 4637.0, 4634.0, 4620.0, 4614.0, 4605.0, 4633.0, 4603.0, 4625.0, 4602.0, 4622.0, 4602.0, 4612.0, 4605.0, 4583.0, 4616.0, 4635.0, 4618.0, 4638.0, 4616.0, 4626.0, 4620.0, 4629.0, 4643.0, 4618.0, 4639.0, 4616.0, 4643.0, 4619.0, 4640.0, 4614.0, 4616.0, 4644.0, 4609.0, 4633.0, 4618.0, 4610.0, 4615.0, 4610.0, 4634.0, 4619.0, 4627.0, 4628.0, 4626.0, 4615.0, 4646.0, 4614.0, 4609.0, 4645.0, 4610.0, 4626.0, 4616.0, 4624.0, 4615.0, 4627.0, 4616.0, 4630.0, 4660.0, 4626.0, 4610.0, 4614.0, 4610.0, 4644.0, 4604.0, 4634.0, 4602.0, 4603.0, 4629.0, 4597.0, 4614.0, 4585.0, 4602.0, 4610.0, 4602.0, 4613.0, 4601.0, 4604.0, 4613.0, 4615.0, 4630.0, 4605.0, 4615.0, 4626.0, 4610.0, 4617.0, 4616.0, 4605.0, 4618.0, 4642.0, 4627.0, 4611.0, 4645.0, 4615.0, 4633.0, 4614.0, 4616.0, 4636.0, 4602.0, 4632.0, 4612.0, 4604.0, 4641.0, 4603.0, 4601.0, 4614.0, 4603.0, 4621.0, 4604.0, 4640.0, 4613.0, 4603.0, 4612.0, 4615.0, 4632.0, 4604.0, 4625.0, 4602.0, 4604.0, 4610.0, 4614.0, 4626.0, 4607.0, 4616.0, 4613.0, 4633.0, 4661.0, 4609.0, 4632.0, 4601.0, 4602.0, 4639.0, 4595.0, 4621.0, 4600.0, 4602.0, 4642.0, 4601.0, 4610.0, 4613.0, 4602.0, 4619.0, 4625.0, 4613.0, 4614.0, 4636.0, 4612.0, 4624.0, 4614.0, 4614.0, 4632.0, 4613.0, 4643.0, 4611.0, 4602.0, 4631.0, 4601.0, 4624.0, 4595.0, 4602.0, 4613.0, 4614.0, 4631.0, 4614.0, 4630.0, 4613.0, 4601.0, 4615.0, 4604.0, 4613.0, 4607.0, 4641.0, 4614.0, 4605.0, 4614.0, 4597.0, 4612.0, 4603.0, 4624.0, 4597.0, 4604.0, 4613.0, 4607.0, 4616.0, 4609.0, 4628.0, 4632.0, 4644.0, 4613.0, 4634.0, 4614.0, 4597.0, 4621.0, 4604.0, 4621.0, 4601.0, 4596.0, 4611.0, 4614.0, 4611.0, 4608.0, 4603.0, 4612.0, 4616.0, 4642.0, 4615.0, 4614.0, 4614.0, 4625.0, 4637.0, 4615.0, 4629.0, 4632.0, 4615.0, 4632.0, 4601.0, 4614.0, 4610.0, 4612.0, 4631.0, 4611.0, 4613.0, 4630.0, 4613.0, 4633.0, 4612.0, 4614.0, 4632.0, 4614.0, 4604.0, 4613.0, 4609.0, 4612.0, 4614.0, 4634.0, 4625.0, 4616.0, 4642.0, 4613.0, 4634.0, 4612.0, 4607.0, 4625.0, 4613.0, 4612.0, 4611.0, 4612.0, 4606.0, 4611.0, 4608.0, 4642.0, 4614.0, 4613.0, 4623.0, 4624.0, 4641.0, 4622.0, 4614.0, 4632.0, 4624.0, 4607.0, 4613.0, 4609.0, 4642.0, 4624.0, 4614.0, 4623.0, 4627.0, 4635.0, 4620.0, 4626.0, 4624.0, 4629.0, 4630.0, 4620.0, 4622.0, 4637.0, 4633.0, 4656.0, 4637.0, 4621.0, 4640.0, 4627.0, 4652.0, 4666.0, 4657.0, 4639.0, 4642.0, 4625.0, 4621.0, 4625.0, 4626.0, 4639.0, 4618.0, 4628.0, 4642.0, 4626.0, 4637.0, 4625.0, 4619.0, 4632.0, 4625.0, 4627.0, 4612.0, 4608.0, 4621.0, 4624.0, 4622.0, 4612.0, 4607.0, 4631.0, 4611.0, 4625.0, 4611.0, 4605.0, 4630.0, 4613.0, 4616.0, 4611.0, 4612.0, 4622.0, 4625.0, 4636.0, 4623.0, 4608.0, 4623.0, 4625.0, 4613.0, 4625.0, 4640.0, 4624.0, 4619.0, 4645.0, 4627.0, 4644.0, 4623.0, 4619.0, 4633.0, 4637.0, 4640.0, 4636.0, 4627.0, 4622.0, 4649.0, 4644.0, 4619.0, 4606.0, 4625.0, 4622.0, 4625.0, 4625.0, 4634.0, 4625.0, 4636.0, 4636.0, 4639.0, 4642.0, 4649.0, 4644.0, 4659.0, 4652.0, 4637.0, 4649.0, 4651.0, 4661.0, 4666.0, 4639.0, 4630.0, 4624.0, 4618.0, 4622.0, 4617.0, 4643.0, 4624.0, 4632.0, 4613.0, 4621.0, 4613.0, 4623.0, 4630.0, 4617.0, 4626.0, 4623.0, 4625.0, 4622.0, 4633.0, 4620.0, 4623.0, 4654.0, 4624.0, 4632.0, 4612.0, 4612.0, 4619.0, 4622.0, 4615.0, 4612.0, 4611.0, 4611.0, 4617.0, 4623.0, 4625.0, 4643.0, 4627.0, 4624.0, 4632.0, 4616.0, 4647.0, 4646.0, 4626.0, 4631.0, 4633.0, 4630.0, 4643.0, 4636.0, 4658.0, 4636.0, 4627.0, 4642.0, 4607.0, 4620.0, 4610.0, 4612.0, 4630.0, 4613.0, 4625.0, 4613.0, 4611.0, 4611.0, 4611.0, 4620.0, 4613.0, 4612.0, 4624.0, 4613.0, 4623.0, 4619.0, 4638.0, 4625.0, 4619.0, 4617.0, 4626.0, 4642.0, 4612.0, 4633.0, 4613.0, 4624.0, 4632.0, 4624.0, 4616.0, 4624.0, 4618.0, 4623.0, 4626.0, 4633.0, 4624.0, 4625.0, 4624.0, 4626.0, 4638.0, 4626.0, 4618.0, 4617.0, 4624.0, 4633.0, 4624.0, 4628.0, 4626.0, 4619.0, 4626.0, 4630.0, 4636.0, 4636.0, 4627.0, 4639.0, 4655.0, 4639.0, 4657.0, 4633.0, 4650.0, 4626.0, 4641.0, 4624.0, 4634.0, 4624.0, 4624.0, 4624.0, 4637.0, 4633.0, 4618.0, 4638.0, 4613.0, 4623.0, 4624.0, 4618.0, 4622.0, 4624.0, 4642.0, 4625.0, 4630.0, 4619.0, 4613.0, 4637.0, 4625.0, 4631.0, 4640.0, 4625.0, 4648.0, 4619.0, 4637.0, 4621.0, 4625.0, 4627.0, 4636.0, 4627.0, 4640.0, 4632.0, 4616.0, 4614.0, 4600.0, 4601.0, 4618.0, 4598.0, 4607.0, 4596.0, 4599.0, 4604.0, 4598.0, 4585.0, 4598.0, 4599.0, 4586.0, 4598.0, 4581.0, 4599.0, 4600.0, 4600.0, 4614.0, 4601.0, 4615.0, 4612.0, 4625.0, 4624.0, 4628.0, 4640.0, 4628.0, 4639.0, 4647.0, 4639.0, 4642.0, 4624.0, 4628.0, 4644.0, 4627.0, 4629.0, 4626.0, 4647.0, 4634.0, 4618.0, 4633.0, 4625.0, 4626.0, 4623.0, 4636.0, 4637.0, 4622.0, 4635.0, 4612.0, 4623.0, 4630.0, 4624.0, 4627.0, 4624.0, 4625.0, 4643.0, 4622.0, 4631.0, 4623.0, 4625.0, 4623.0, 4623.0, 4621.0, 4625.0, 4618.0, 4647.0, 4636.0, 4626.0, 4650.0, 4652.0, 4625.0, 4629.0, 4624.0, 4626.0, 4644.0, 4625.0, 4625.0, 4624.0, 4626.0, 4625.0, 4635.0, 4643.0, 4626.0, 4620.0, 4624.0, 4626.0, 4645.0, 4635.0, 4634.0, 4638.0, 4637.0, 4636.0, 4626.0, 4645.0, 4621.0, 4639.0, 4630.0, 4639.0, 4646.0, 4637.0, 4650.0, 4625.0, 4639.0, 4613.0, 4609.0, 4642.0, 4608.0, 4626.0, 4623.0, 4606.0, 4624.0, 4612.0, 4613.0, 4626.0, 4625.0, 4625.0, 4637.0, 4639.0, 4639.0, 4637.0, 4650.0, 4652.0, 4664.0, 4645.0, 4628.0, 4628.0, 4614.0, 4622.0, 4625.0, 4642.0, 4621.0, 4602.0, 4623.0, 4594.0, 4599.0, 4582.0, 4600.0, 4616.0, 4597.0, 4608.0, 4586.0, 4586.0, 4604.0, 4596.0, 4584.0, 4597.0, 4588.0, 4599.0, 4609.0, 4599.0, 4612.0, 4599.0, 4611.0, 4613.0, 4601.0, 4613.0, 4621.0, 4612.0, 4613.0, 4611.0, 4614.0, 4632.0, 4613.0, 4611.0, 4622.0, 4618.0, 4625.0, 4621.0, 4643.0, 4625.0, 4646.0, 4614.0, 4624.0, 4631.0, 4623.0, 4635.0, 4625.0, 4625.0, 4640.0, 4612.0, 4616.0, 4625.0, 4606.0, 4624.0, 4635.0, 4619.0, 4637.0, 4623.0, 4638.0, 4628.0, 4636.0, 4627.0, 4635.0, 4638.0, 4643.0, 4643.0, 4618.0, 4633.0, 4607.0, 4613.0, 4612.0, 4613.0, 4630.0, 4612.0, 4605.0, 4612.0, 4613.0, 4624.0, 4625.0, 4612.0, 4635.0, 4624.0, 4636.0, 4631.0, 4626.0, 4637.0, 4625.0, 4632.0, 4621.0, 4625.0, 4640.0, 4655.0, 4639.0, 4641.0, 4637.0, 4659.0, 4620.0, 4636.0, 4644.0, 4643.0, 4648.0, 4639.0, 4650.0, 4635.0, 4659.0, 4656.0, 4637.0, 4639.0, 4625.0, 4634.0, 4622.0, 4626.0, 4642.0, 4635.0, 4643.0, 4629.0, 4617.0, 4634.0, 4636.0, 4634.0, 4619.0, 4638.0, 4624.0, 4634.0, 4621.0, 4623.0, 4631.0, 4616.0, 4625.0, 4622.0, 4624.0, 4624.0, 4636.0, 4615.0, 4636.0, 4624.0, 4636.0, 4618.0, 4636.0, 4648.0, 4656.0, 4638.0, 4646.0, 4662.0, 4639.0, 4651.0, 4644.0, 4624.0, 4632.0, 4669.0, 4636.0, 4638.0, 4623.0, 4651.0, 4666.0, 4632.0, 4645.0, 4624.0, 4608.0, 4631.0, 4616.0, 4633.0, 4609.0, 4621.0, 4611.0, 4599.0, 4610.0, 4608.0, 4611.0, 4623.0, 4632.0, 4623.0, 4610.0, 4619.0, 4602.0, 4635.0, 4619.0, 4636.0, 4631.0, 4636.0, 4636.0, 4635.0, 4634.0, 4639.0, 4617.0, 4635.0, 4653.0, 4623.0, 4627.0, 4612.0, 4613.0, 4610.0, 4624.0, 4641.0, 4623.0, 4612.0, 4616.0, 4612.0, 4611.0, 4623.0, 4643.0, 4614.0, 4624.0, 4613.0, 4618.0, 4639.0, 4622.0, 4604.0, 4614.0, 4606.0, 4624.0, 4624.0, 4637.0, 4624.0, 4637.0, 4626.0, 4628.0, 4639.0, 4641.0, 4633.0, 4629.0, 4627.0, 4628.0, 4640.0, 4651.0, 4641.0, 4665.0, 4658.0, 4620.0, 4640.0, 4615.0, 4596.0, 4605.0, 4594.0, 4613.0, 4600.0, 4610.0, 4619.0, 4600.0, 4609.0, 4609.0, 4606.0, 4615.0, 4621.0, 4622.0, 4614.0, 4625.0, 4626.0, 4645.0, 4616.0, 4622.0, 4608.0, 4626.0, 4627.0, 4625.0, 4638.0, 4612.0, 4615.0, 4655.0, 4612.0, 4619.0, 4611.0, 4602.0, 4613.0, 4612.0, 4626.0, 4630.0, 4612.0, 4626.0, 4602.0, 4595.0, 4602.0, 4590.0, 4612.0, 4613.0, 4625.0, 4622.0, 4614.0, 4632.0, 4613.0, 4623.0, 4613.0, 4602.0, 4609.0, 4598.0, 4599.0, 4600.0, 4590.0, 4599.0, 4611.0, 4601.0, 4600.0, 4601.0, 4618.0, 4600.0, 4592.0, 4597.0, 4596.0, 4600.0, 4598.0, 4612.0, 4599.0, 4610.0, 4636.0, 4615.0, 4610.0, 4614.0, 4602.0, 4594.0, 4615.0, 4616.0, 4639.0, 4651.0, 4635.0, 4615.0, 4617.0, 4612.0, 4615.0, 4614.0, 4624.0, 4625.0, 4619.0, 4619.0, 4634.0, 4601.0, 4609.0, 4586.0, 4596.0, 4585.0, 4585.0, 4586.0, 4584.0, 4584.0, 4585.0, 4584.0, 4595.0, 4585.0, 4585.0, 4584.0, 4595.0, 4604.0, 4597.0, 4586.0, 4587.0, 4597.0, 4599.0, 4597.0, 4611.0, 4610.0, 4625.0, 4618.0, 4628.0, 4607.0, 4627.0, 4639.0, 4639.0, 4640.0, 4650.0, 4621.0, 4636.0, 4613.0, 4625.0, 4612.0, 4622.0, 4607.0, 4626.0, 4597.0, 4620.0, 4602.0, 4610.0, 4612.0, 4615.0, 4615.0, 4621.0, 4586.0, 4589.0, 4607.0, 4599.0, 4606.0, 4600.0, 4587.0, 4600.0, 4598.0, 4600.0, 4600.0, 4600.0, 4611.0, 4621.0, 4612.0, 4601.0, 4611.0, 4601.0, 4612.0, 4613.0, 4613.0, 4619.0, 4614.0, 4626.0, 4635.0, 4626.0, 4636.0, 4622.0, 4639.0, 4627.0, 4627.0, 4635.0, 4619.0, 4633.0, 4609.0, 4623.0, 4640.0, 4616.0, 4637.0, 4639.0, 4640.0, 4641.0, 4641.0, 4635.0, 4629.0, 4651.0, 4644.0, 4616.0, 4637.0, 4623.0, 4609.0, 4633.0, 4615.0, 4623.0, 4625.0, 4620.0, 4613.0, 4622.0, 4613.0, 4623.0, 4608.0, 4607.0, 4625.0, 4608.0, 4625.0, 4625.0, 4626.0, 4625.0, 4626.0, 4640.0, 4625.0, 4618.0, 4634.0, 4639.0, 4636.0, 4649.0, 4638.0, 4631.0, 4616.0, 4619.0, 4614.0, 4621.0, 4626.0, 4629.0, 4625.0, 4604.0, 4626.0, 4628.0, 4624.0, 4635.0, 4614.0, 4615.0, 4601.0, 4613.0, 4613.0, 4624.0, 4625.0, 4611.0, 4610.0, 4612.0, 4606.0, 4612.0, 4613.0, 4625.0, 4624.0, 4626.0, 4625.0, 4626.0, 4638.0, 4627.0, 4649.0, 4627.0, 4628.0, 4620.0, 4620.0, 4637.0, 4631.0, 4625.0, 4648.0, 4628.0, 4619.0, 4617.0, 4612.0, 4611.0, 4610.0, 4612.0, 4601.0, 4621.0, 4632.0, 4622.0, 4592.0, 4623.0, 4625.0, 4637.0, 4623.0, 4635.0, 4624.0, 4614.0, 4619.0, 4622.0, 4625.0, 4622.0, 4619.0, 4622.0, 4622.0, 4611.0, 4612.0, 4624.0, 4612.0, 4626.0, 4634.0, 4627.0, 4613.0, 4637.0, 4619.0, 4625.0, 4627.0, 4625.0, 4627.0, 4626.0, 4626.0, 4627.0, 4637.0, 4638.0, 4639.0, 4647.0, 4639.0, 4631.0, 4627.0, 4621.0, 4625.0, 4630.0, 4635.0, 4626.0, 4624.0, 4627.0, 4624.0, 4637.0, 4620.0, 4636.0, 4637.0, 4638.0, 4633.0, 4629.0, 4638.0, 4646.0, 4638.0, 4648.0, 4627.0, 4637.0, 4625.0, 4637.0, 4627.0, 4628.0, 4638.0, 4637.0, 4636.0, 4650.0, 4648.0, 4632.0, 4647.0, 4639.0, 4636.0, 4632.0, 4638.0, 4625.0, 4645.0, 4613.0, 4624.0, 4626.0, 4638.0, 4628.0, 4638.0, 4637.0, 4636.0, 4648.0, 4649.0, 4652.0, 4659.0, 4639.0, 4631.0, 4625.0, 4635.0, 4621.0, 4611.0, 4614.0, 4610.0, 4609.0, 4601.0, 4612.0, 4599.0, 4611.0, 4610.0, 4624.0, 4622.0, 4614.0, 4625.0, 4627.0, 4638.0, 4635.0, 4631.0, 4637.0, 4632.0, 4626.0, 4638.0, 4654.0, 4652.0, 4640.0, 4646.0, 4626.0, 4630.0, 4627.0, 4622.0, 4638.0, 4637.0, 4638.0, 4633.0, 4638.0, 4641.0, 4647.0, 4651.0, 4649.0, 4650.0, 4656.0, 4637.0, 4638.0, 4637.0, 4632.0, 4636.0, 4637.0, 4640.0, 4627.0, 4648.0, 4624.0, 4626.0, 4644.0, 4626.0, 4646.0, 4614.0, 4625.0, 4614.0, 4626.0, 4622.0, 4626.0, 4626.0, 4624.0, 4625.0, 4634.0, 4627.0, 4629.0, 4626.0, 4626.0, 4634.0, 4619.0, 4636.0, 4613.0, 4626.0, 4612.0, 4625.0, 4617.0, 4615.0, 4624.0, 4626.0, 4626.0, 4636.0, 4637.0, 4638.0, 4651.0, 4638.0, 4639.0, 4637.0, 4639.0, 4641.0, 4625.0, 4642.0, 4624.0, 4625.0, 4633.0, 4613.0, 4622.0, 4614.0, 4606.0, 4612.0, 4624.0, 4624.0, 4622.0, 4635.0, 4629.0, 4638.0, 4645.0, 4626.0, 4639.0, 4645.0, 4636.0, 4630.0, 4625.0, 4619.0, 4625.0, 4636.0, 4615.0, 4637.0], 'WindowWidth': [10203.0, 10150.0, 10134.0, 10133.0, 10104.0, 10127.0, 10145.0, 10126.0, 10136.0, 10117.0, 10124.0, 10093.0, 10136.0, 10147.0, 10152.0, 10142.0, 10121.0, 10110.0, 10102.0, 10137.0, 10096.0, 10121.0, 10094.0, 10118.0, 10093.0, 10106.0, 10101.0, 10071.0, 10120.0, 10144.0, 10126.0, 10153.0, 10119.0, 10136.0, 10123.0, 10143.0, 10154.0, 10124.0, 10150.0, 10120.0, 10159.0, 10129.0, 10150.0, 10112.0, 10118.0, 10158.0, 10106.0, 10140.0, 10128.0, 10111.0, 10121.0, 10111.0, 10142.0, 10130.0, 10138.0, 10142.0, 10133.0, 10120.0, 10160.0, 10114.0, 10105.0, 10160.0, 10108.0, 10133.0, 10118.0, 10128.0, 10119.0, 10140.0, 10122.0, 10148.0, 10195.0, 10136.0, 10109.0, 10116.0, 10108.0, 10156.0, 10101.0, 10141.0, 10092.0, 10097.0, 10129.0, 10085.0, 10103.0, 10067.0, 10094.0, 10101.0, 10096.0, 10112.0, 10094.0, 10102.0, 10110.0, 10116.0, 10130.0, 10103.0, 10118.0, 10134.0, 10108.0, 10123.0, 10122.0, 10105.0, 10126.0, 10157.0, 10137.0, 10111.0, 10160.0, 10119.0, 10139.0, 10114.0, 10119.0, 10141.0, 10096.0, 10138.0, 10107.0, 10097.0, 10147.0, 10098.0, 10093.0, 10114.0, 10098.0, 10119.0, 10098.0, 10145.0, 10112.0, 10098.0, 10107.0, 10116.0, 10136.0, 10100.0, 10122.0, 10096.0, 10101.0, 10103.0, 10114.0, 10124.0, 10100.0, 10111.0, 10114.0, 10148.0, 10185.0, 10108.0, 10138.0, 10091.0, 10095.0, 10143.0, 10081.0, 10120.0, 10087.0, 10094.0, 10150.0, 10093.0, 10103.0, 10112.0, 10097.0, 10123.0, 10133.0, 10112.0, 10115.0, 10139.0, 10109.0, 10129.0, 10114.0, 10115.0, 10135.0, 10111.0, 10154.0, 10106.0, 10095.0, 10132.0, 10092.0, 10119.0, 10081.0, 10095.0, 10113.0, 10113.0, 10134.0, 10113.0, 10133.0, 10112.0, 10095.0, 10118.0, 10101.0, 10110.0, 10101.0, 10147.0, 10112.0, 10096.0, 10114.0, 10087.0, 10107.0, 10097.0, 10119.0, 10086.0, 10101.0, 10115.0, 10104.0, 10124.0, 10109.0, 10141.0, 10146.0, 10156.0, 10113.0, 10144.0, 10112.0, 10087.0, 10121.0, 10098.0, 10119.0, 10092.0, 10085.0, 10106.0, 10115.0, 10107.0, 10104.0, 10099.0, 10110.0, 10120.0, 10153.0, 10119.0, 10117.0, 10115.0, 10133.0, 10144.0, 10117.0, 10132.0, 10138.0, 10118.0, 10138.0, 10094.0, 10114.0, 10103.0, 10110.0, 10135.0, 10106.0, 10111.0, 10129.0, 10111.0, 10140.0, 10107.0, 10114.0, 10137.0, 10113.0, 10101.0, 10113.0, 10107.0, 10109.0, 10114.0, 10145.0, 10132.0, 10120.0, 10152.0, 10113.0, 10143.0, 10107.0, 10098.0, 10121.0, 10111.0, 10110.0, 10106.0, 10110.0, 10096.0, 10105.0, 10102.0, 10148.0, 10115.0, 10112.0, 10125.0, 10128.0, 10149.0, 10124.0, 10114.0, 10136.0, 10128.0, 10101.0, 10111.0, 10107.0, 10150.0, 10127.0, 10117.0, 10127.0, 10136.0, 10144.0, 10124.0, 10134.0, 10129.0, 10144.0, 10139.0, 10124.0, 10130.0, 10152.0, 10147.0, 10176.0, 10151.0, 10127.0, 10159.0, 10140.0, 10181.0, 10198.0, 10181.0, 10159.0, 10159.0, 10131.0, 10126.0, 10131.0, 10134.0, 10149.0, 10118.0, 10139.0, 10150.0, 10132.0, 10142.0, 10129.0, 10120.0, 10135.0, 10130.0, 10128.0, 10109.0, 10104.0, 10119.0, 10126.0, 10123.0, 10107.0, 10099.0, 10131.0, 10106.0, 10120.0, 10105.0, 10094.0, 10130.0, 10112.0, 10111.0, 10107.0, 10108.0, 10121.0, 10129.0, 10138.0, 10125.0, 10103.0, 10123.0, 10132.0, 10113.0, 10132.0, 10151.0, 10127.0, 10120.0, 10157.0, 10136.0, 10157.0, 10126.0, 10120.0, 10136.0, 10150.0, 10149.0, 10150.0, 10135.0, 10122.0, 10174.0, 10158.0, 10120.0, 10099.0, 10130.0, 10123.0, 10132.0, 10133.0, 10144.0, 10134.0, 10149.0, 10150.0, 10159.0, 10161.0, 10171.0, 10164.0, 10185.0, 10180.0, 10154.0, 10172.0, 10178.0, 10194.0, 10205.0, 10158.0, 10139.0, 10126.0, 10116.0, 10122.0, 10114.0, 10153.0, 10127.0, 10139.0, 10109.0, 10120.0, 10109.0, 10125.0, 10132.0, 10114.0, 10126.0, 10124.0, 10120.0, 10122.0, 10140.0, 10115.0, 10124.0, 10173.0, 10129.0, 10137.0, 10107.0, 10108.0, 10113.0, 10121.0, 10110.0, 10109.0, 10107.0, 10107.0, 10113.0, 10123.0, 10131.0, 10154.0, 10136.0, 10129.0, 10143.0, 10122.0, 10168.0, 10164.0, 10132.0, 10138.0, 10140.0, 10136.0, 10155.0, 10148.0, 10185.0, 10150.0, 10135.0, 10150.0, 10098.0, 10118.0, 10102.0, 10107.0, 10132.0, 10112.0, 10122.0, 10111.0, 10107.0, 10106.0, 10106.0, 10118.0, 10112.0, 10108.0, 10128.0, 10114.0, 10125.0, 10119.0, 10146.0, 10132.0, 10120.0, 10114.0, 10132.0, 10150.0, 10110.0, 10140.0, 10109.0, 10127.0, 10137.0, 10126.0, 10111.0, 10125.0, 10118.0, 10126.0, 10131.0, 10140.0, 10128.0, 10130.0, 10128.0, 10133.0, 10147.0, 10134.0, 10118.0, 10113.0, 10129.0, 10138.0, 10127.0, 10132.0, 10133.0, 10119.0, 10133.0, 10136.0, 10149.0, 10150.0, 10138.0, 10154.0, 10176.0, 10157.0, 10177.0, 10145.0, 10166.0, 10133.0, 10154.0, 10130.0, 10143.0, 10127.0, 10129.0, 10128.0, 10149.0, 10136.0, 10115.0, 10145.0, 10111.0, 10126.0, 10126.0, 10117.0, 10122.0, 10127.0, 10152.0, 10129.0, 10132.0, 10119.0, 10113.0, 10149.0, 10132.0, 10141.0, 10153.0, 10132.0, 10168.0, 10117.0, 10149.0, 10118.0, 10131.0, 10135.0, 10149.0, 10138.0, 10150.0, 10139.0, 10111.0, 10104.0, 10085.0, 10088.0, 10107.0, 10080.0, 10093.0, 10075.0, 10083.0, 10084.0, 10078.0, 10060.0, 10081.0, 10084.0, 10063.0, 10081.0, 10053.0, 10083.0, 10088.0, 10087.0, 10112.0, 10091.0, 10117.0, 10108.0, 10132.0, 10129.0, 10139.0, 10161.0, 10138.0, 10157.0, 10163.0, 10154.0, 10159.0, 10128.0, 10138.0, 10156.0, 10136.0, 10133.0, 10131.0, 10163.0, 10139.0, 10114.0, 10138.0, 10127.0, 10132.0, 10125.0, 10146.0, 10142.0, 10120.0, 10144.0, 10107.0, 10122.0, 10130.0, 10125.0, 10125.0, 10127.0, 10132.0, 10151.0, 10120.0, 10131.0, 10123.0, 10130.0, 10123.0, 10124.0, 10120.0, 10128.0, 10114.0, 10167.0, 10148.0, 10132.0, 10174.0, 10170.0, 10133.0, 10133.0, 10127.0, 10134.0, 10153.0, 10129.0, 10132.0, 10129.0, 10133.0, 10130.0, 10145.0, 10154.0, 10133.0, 10123.0, 10128.0, 10133.0, 10159.0, 10145.0, 10143.0, 10153.0, 10151.0, 10148.0, 10135.0, 10160.0, 10125.0, 10148.0, 10139.0, 10156.0, 10161.0, 10149.0, 10164.0, 10131.0, 10147.0, 10111.0, 10104.0, 10151.0, 10100.0, 10125.0, 10124.0, 10097.0, 10126.0, 10108.0, 10110.0, 10132.0, 10130.0, 10131.0, 10151.0, 10155.0, 10156.0, 10153.0, 10177.0, 10183.0, 10202.0, 10172.0, 10140.0, 10130.0, 10114.0, 10122.0, 10130.0, 10158.0, 10119.0, 10091.0, 10116.0, 10074.0, 10082.0, 10053.0, 10083.0, 10101.0, 10075.0, 10093.0, 10060.0, 10061.0, 10083.0, 10073.0, 10055.0, 10076.0, 10066.0, 10082.0, 10098.0, 10084.0, 10104.0, 10084.0, 10102.0, 10107.0, 10090.0, 10108.0, 10117.0, 10105.0, 10108.0, 10102.0, 10110.0, 10132.0, 10109.0, 10104.0, 10123.0, 10115.0, 10128.0, 10123.0, 10152.0, 10128.0, 10160.0, 10113.0, 10127.0, 10132.0, 10125.0, 10143.0, 10128.0, 10128.0, 10145.0, 10107.0, 10108.0, 10129.0, 10094.0, 10125.0, 10143.0, 10117.0, 10150.0, 10130.0, 10153.0, 10140.0, 10147.0, 10136.0, 10146.0, 10154.0, 10158.0, 10152.0, 10113.0, 10140.0, 10097.0, 10109.0, 10106.0, 10110.0, 10130.0, 10107.0, 10093.0, 10108.0, 10108.0, 10127.0, 10128.0, 10109.0, 10144.0, 10129.0, 10147.0, 10138.0, 10131.0, 10149.0, 10132.0, 10142.0, 10125.0, 10131.0, 10159.0, 10174.0, 10156.0, 10155.0, 10150.0, 10185.0, 10120.0, 10147.0, 10155.0, 10158.0, 10165.0, 10154.0, 10165.0, 10144.0, 10185.0, 10172.0, 10147.0, 10147.0, 10128.0, 10142.0, 10120.0, 10130.0, 10149.0, 10140.0, 10152.0, 10130.0, 10111.0, 10139.0, 10146.0, 10140.0, 10118.0, 10144.0, 10125.0, 10139.0, 10115.0, 10122.0, 10130.0, 10107.0, 10118.0, 10118.0, 10127.0, 10126.0, 10148.0, 10120.0, 10147.0, 10127.0, 10145.0, 10117.0, 10147.0, 10169.0, 10177.0, 10151.0, 10164.0, 10194.0, 10158.0, 10176.0, 10163.0, 10130.0, 10140.0, 10201.0, 10148.0, 10151.0, 10123.0, 10175.0, 10192.0, 10142.0, 10161.0, 10124.0, 10100.0, 10132.0, 10109.0, 10129.0, 10098.0, 10118.0, 10101.0, 10084.0, 10099.0, 10097.0, 10105.0, 10124.0, 10136.0, 10126.0, 10103.0, 10117.0, 10096.0, 10145.0, 10118.0, 10148.0, 10139.0, 10145.0, 10147.0, 10142.0, 10143.0, 10149.0, 10112.0, 10145.0, 10167.0, 10124.0, 10125.0, 10107.0, 10110.0, 10102.0, 10125.0, 10148.0, 10124.0, 10107.0, 10109.0, 10109.0, 10103.0, 10125.0, 10153.0, 10113.0, 10125.0, 10109.0, 10113.0, 10141.0, 10120.0, 10092.0, 10111.0, 10097.0, 10126.0, 10127.0, 10149.0, 10127.0, 10149.0, 10137.0, 10139.0, 10156.0, 10161.0, 10145.0, 10140.0, 10133.0, 10142.0, 10160.0, 10178.0, 10161.0, 10194.0, 10187.0, 10122.0, 10149.0, 10112.0, 10079.0, 10090.0, 10075.0, 10106.0, 10087.0, 10098.0, 10112.0, 10083.0, 10098.0, 10098.0, 10093.0, 10112.0, 10117.0, 10120.0, 10110.0, 10127.0, 10133.0, 10158.0, 10115.0, 10118.0, 10097.0, 10130.0, 10135.0, 10128.0, 10150.0, 10107.0, 10114.0, 10172.0, 10105.0, 10110.0, 10101.0, 10089.0, 10106.0, 10104.0, 10129.0, 10127.0, 10103.0, 10122.0, 10089.0, 10076.0, 10087.0, 10071.0, 10106.0, 10107.0, 10126.0, 10118.0, 10109.0, 10135.0, 10107.0, 10122.0, 10107.0, 10091.0, 10093.0, 10077.0, 10079.0, 10081.0, 10067.0, 10080.0, 10099.0, 10089.0, 10082.0, 10086.0, 10109.0, 10081.0, 10065.0, 10073.0, 10070.0, 10083.0, 10077.0, 10103.0, 10082.0, 10097.0, 10144.0, 10115.0, 10101.0, 10111.0, 10090.0, 10082.0, 10116.0, 10116.0, 10155.0, 10176.0, 10143.0, 10112.0, 10111.0, 10102.0, 10111.0, 10107.0, 10125.0, 10128.0, 10116.0, 10116.0, 10140.0, 10086.0, 10094.0, 10057.0, 10069.0, 10053.0, 10055.0, 10055.0, 10053.0, 10052.0, 10056.0, 10052.0, 10067.0, 10052.0, 10053.0, 10049.0, 10067.0, 10079.0, 10072.0, 10057.0, 10060.0, 10073.0, 10078.0, 10075.0, 10101.0, 10099.0, 10128.0, 10114.0, 10137.0, 10106.0, 10134.0, 10153.0, 10157.0, 10159.0, 10172.0, 10123.0, 10147.0, 10109.0, 10127.0, 10105.0, 10121.0, 10096.0, 10123.0, 10084.0, 10114.0, 10090.0, 10098.0, 10106.0, 10107.0, 10114.0, 10115.0, 10060.0, 10066.0, 10088.0, 10081.0, 10088.0, 10085.0, 10064.0, 10086.0, 10079.0, 10084.0, 10086.0, 10084.0, 10101.0, 10114.0, 10102.0, 10091.0, 10104.0, 10091.0, 10105.0, 10109.0, 10109.0, 10118.0, 10112.0, 10134.0, 10144.0, 10133.0, 10147.0, 10126.0, 10156.0, 10134.0, 10135.0, 10142.0, 10119.0, 10139.0, 10104.0, 10124.0, 10155.0, 10119.0, 10150.0, 10158.0, 10160.0, 10162.0, 10160.0, 10150.0, 10143.0, 10175.0, 10163.0, 10119.0, 10148.0, 10123.0, 10102.0, 10135.0, 10113.0, 10120.0, 10128.0, 10115.0, 10108.0, 10120.0, 10109.0, 10122.0, 10099.0, 10098.0, 10129.0, 10101.0, 10130.0, 10126.0, 10132.0, 10130.0, 10133.0, 10159.0, 10135.0, 10123.0, 10147.0, 10154.0, 10152.0, 10167.0, 10151.0, 10137.0, 10115.0, 10116.0, 10112.0, 10124.0, 10131.0, 10131.0, 10130.0, 10099.0, 10132.0, 10128.0, 10125.0, 10146.0, 10112.0, 10115.0, 10091.0, 10106.0, 10105.0, 10123.0, 10119.0, 10101.0, 10099.0, 10105.0, 10092.0, 10103.0, 10107.0, 10126.0, 10128.0, 10133.0, 10132.0, 10132.0, 10152.0, 10134.0, 10169.0, 10136.0, 10136.0, 10120.0, 10121.0, 10149.0, 10139.0, 10127.0, 10162.0, 10129.0, 10115.0, 10111.0, 10104.0, 10102.0, 10099.0, 10105.0, 10086.0, 10117.0, 10134.0, 10121.0, 10079.0, 10123.0, 10130.0, 10151.0, 10126.0, 10142.0, 10128.0, 10109.0, 10118.0, 10122.0, 10126.0, 10121.0, 10116.0, 10123.0, 10120.0, 10107.0, 10106.0, 10126.0, 10109.0, 10131.0, 10140.0, 10133.0, 10112.0, 10149.0, 10117.0, 10128.0, 10135.0, 10129.0, 10134.0, 10131.0, 10133.0, 10135.0, 10150.0, 10152.0, 10156.0, 10167.0, 10153.0, 10139.0, 10132.0, 10123.0, 10130.0, 10133.0, 10145.0, 10133.0, 10126.0, 10136.0, 10128.0, 10149.0, 10121.0, 10148.0, 10153.0, 10153.0, 10144.0, 10141.0, 10152.0, 10164.0, 10149.0, 10168.0, 10133.0, 10149.0, 10132.0, 10149.0, 10135.0, 10138.0, 10151.0, 10152.0, 10148.0, 10173.0, 10166.0, 10141.0, 10164.0, 10155.0, 10147.0, 10143.0, 10146.0, 10131.0, 10159.0, 10111.0, 10128.0, 10133.0, 10152.0, 10139.0, 10153.0, 10149.0, 10149.0, 10166.0, 10170.0, 10178.0, 10187.0, 10158.0, 10140.0, 10128.0, 10142.0, 10115.0, 10101.0, 10104.0, 10101.0, 10099.0, 10087.0, 10103.0, 10086.0, 10105.0, 10101.0, 10127.0, 10123.0, 10114.0, 10129.0, 10136.0, 10154.0, 10146.0, 10139.0, 10152.0, 10143.0, 10135.0, 10152.0, 10187.0, 10183.0, 10161.0, 10164.0, 10135.0, 10139.0, 10137.0, 10130.0, 10153.0, 10151.0, 10155.0, 10145.0, 10152.0, 10160.0, 10165.0, 10176.0, 10170.0, 10174.0, 10187.0, 10154.0, 10154.0, 10149.0, 10142.0, 10147.0, 10151.0, 10150.0, 10135.0, 10168.0, 10128.0, 10131.0, 10156.0, 10133.0, 10161.0, 10114.0, 10131.0, 10114.0, 10132.0, 10124.0, 10133.0, 10135.0, 10128.0, 10133.0, 10144.0, 10135.0, 10133.0, 10133.0, 10133.0, 10142.0, 10120.0, 10147.0, 10112.0, 10130.0, 10108.0, 10128.0, 10114.0, 10115.0, 10128.0, 10133.0, 10134.0, 10148.0, 10153.0, 10154.0, 10176.0, 10155.0, 10158.0, 10150.0, 10155.0, 10157.0, 10133.0, 10159.0, 10130.0, 10130.0, 10140.0, 10109.0, 10123.0, 10112.0, 10097.0, 10106.0, 10127.0, 10126.0, 10123.0, 10147.0, 10136.0, 10156.0, 10165.0, 10135.0, 10155.0, 10161.0, 10148.0, 10139.0, 10129.0, 10121.0, 10129.0, 10145.0, 10115.0, 10153.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.00043805818181818183</td></tr>
<tr><td colspan=3>aqi</td><td>0.020450125672727273</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.83525745099708</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2844845622416319</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059923118922847</td></tr>
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
<tr><td colspan=3>fber</td><td>6137.4985</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0902856230828311</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.709090909090909</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.280766391136156</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2569865825528828</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4321348511042955</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1531777397512903</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151796</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015296525321900845</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024180715903639793</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.367517652236585</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>23.7697</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8613</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.1446</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297546.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>990.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.7102</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2904</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.309</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3839.3092</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.8091</td></tr>
<tr><td colspan=3>tsnr</td><td>43.000968486769125</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>