<?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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-01/func/sub-0128_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>bad497ac8045e8478f812fcb1d92c0d2</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>20:53:33.962500</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.994965, -0.00558305, 0.100071, -0.0116354, 0.985262, 0.170654]</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.0844267</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>33</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7816, -7246, 326, -164, -43, 116, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>865298c6-2a33-45ff-9c92-1ca02fe02322||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.669417381286621, -0.031216884031891823, 0.26878219842910767, 103.94681549072266], [0.014978926628828049, 2.6433866024017334, 0.4615907669067383, -99.42106628417969], [0.2684832215309143, -0.4578535258769989, 2.646637439727783, -57.32545471191406], [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': ['205333.962500', '205334.422500', '205334.882500', '205335.342500', '205335.802500', '205336.262500', '205336.722500', '205337.182500', '205337.642500', '205338.102500', '205338.562500', '205339.022500', '205339.482500', '205339.942500', '205340.402500', '205340.862500', '205341.322500', '205341.782500', '205342.242500', '205342.702500', '205343.162500', '205343.622500', '205344.082500', '205344.542500', '205345.002500', '205345.462500', '205345.922500', '205346.382500', '205346.842500', '205347.302500', '205347.762500', '205348.222500', '205348.682500', '205349.142500', '205349.602500', '205350.062500', '205350.522500', '205350.982500', '205351.442500', '205351.902500', '205352.362500', '205352.822500', '205353.282500', '205353.742500', '205354.202500', '205354.662500', '205355.122500', '205355.582500', '205356.042500', '205356.502500', '205356.962500', '205357.422500', '205357.882500', '205358.342500', '205358.802500', '205359.262500', '205359.722500', '205400.182500', '205400.642500', '205401.102500', '205401.562500', '205402.022500', '205402.482500', '205402.942500', '205403.402500', '205403.862500', '205404.322500', '205404.782500', '205405.242500', '205405.702500', '205406.162500', '205406.622500', '205407.082500', '205407.542500', '205408.002500', '205408.462500', '205408.922500', '205409.382500', '205409.842500', '205410.302500', '205410.762500', '205411.222500', '205411.682500', '205412.142500', '205412.602500', '205413.062500', '205413.522500', '205413.982500', '205414.442500', '205414.902500', '205415.362500', '205415.822500', '205416.282500', '205416.742500', '205417.202500', '205417.662500', '205418.122500', '205418.582500', '205419.042500', '205419.502500', '205419.962500', '205420.422500', '205420.882500', '205421.342500', '205421.802500', '205422.262500', '205422.722500', '205423.182500', '205423.642500', '205424.102500', '205424.562500', '205425.022500', '205425.482500', '205425.942500', '205426.402500', '205426.862500', '205427.322500', '205427.782500', '205428.242500', '205428.702500', '205429.162500', '205429.622500', '205430.082500', '205430.542500', '205431.002500', '205431.462500', '205431.922500', '205432.382500', '205432.842500', '205433.302500', '205433.762500', '205434.222500', '205434.682500', '205435.142500', '205435.602500', '205436.062500', '205436.522500', '205436.982500', '205437.442500', '205437.902500', '205438.362500', '205438.822500', '205439.282500', '205439.742500', '205440.202500', '205440.662500', '205441.122500', '205441.582500', '205442.042500', '205442.502500', '205442.962500', '205443.422500', '205443.882500', '205444.342500', '205444.802500', '205445.262500', '205445.722500', '205446.182500', '205446.642500', '205447.102500', '205447.562500', '205448.022500', '205448.482500', '205448.942500', '205449.402500', '205449.862500', '205450.322500', '205450.782500', '205451.242500', '205451.702500', '205452.162500', '205452.622500', '205453.082500', '205453.542500', '205454.002500', '205454.462500', '205454.922500', '205455.382500', '205455.842500', '205456.302500', '205456.762500', '205457.222500', '205457.682500', '205458.142500', '205458.602500', '205459.062500', '205459.522500', '205459.982500', '205500.442500', '205500.902500', '205501.362500', '205501.822500', '205502.282500', '205502.742500', '205503.202500', '205503.662500', '205504.122500', '205504.582500', '205505.042500', '205505.502500', '205505.962500', '205506.422500', '205506.882500', '205507.342500', '205507.802500', '205508.262500', '205508.722500', '205509.182500', '205509.642500', '205510.102500', '205510.562500', '205511.022500', '205511.482500', '205511.942500', '205512.402500', '205512.862500', '205513.322500', '205513.782500', '205514.242500', '205514.702500', '205515.162500', '205515.622500', '205516.082500', '205516.542500', '205517.002500', '205517.462500', '205517.922500', '205518.382500', '205518.842500', '205519.302500', '205519.762500', '205520.222500', '205520.682500', '205521.142500', '205521.602500', '205522.062500', '205522.522500', '205522.982500', '205523.442500', '205523.902500', '205524.362500', '205524.822500', '205525.282500', '205525.742500', '205526.202500', '205526.662500', '205527.122500', '205527.582500', '205528.042500', '205528.502500', '205528.962500', '205529.422500', '205529.882500', '205530.342500', '205530.802500', '205531.262500', '205531.722500', '205532.182500', '205532.642500', '205533.102500', '205533.562500', '205534.022500', '205534.482500', '205534.942500', '205535.402500', '205535.862500', '205536.322500', '205536.782500', '205537.242500', '205537.702500', '205538.162500', '205538.622500', '205539.082500', '205539.542500', '205540.002500', '205540.462500', '205540.922500', '205541.382500', '205541.842500', '205542.302500', '205542.762500', '205543.222500', '205543.682500', '205544.142500', '205544.602500', '205545.062500', '205545.522500', '205545.982500', '205546.442500', '205546.902500', '205547.362500', '205547.822500', '205548.282500', '205548.742500', '205549.202500', '205549.662500', '205550.122500', '205550.582500', '205551.042500', '205551.502500', '205551.962500', '205552.422500', '205552.882500', '205553.342500', '205553.802500', '205554.262500', '205554.722500', '205555.182500', '205555.642500', '205556.102500', '205556.562500', '205557.022500', '205557.482500', '205557.942500', '205558.402500', '205558.862500', '205559.322500', '205559.782500', '205600.242500', '205600.702500', '205601.162500', '205601.622500', '205602.082500', '205602.542500', '205603.002500', '205603.462500', '205603.922500', '205604.382500', '205604.842500', '205605.302500', '205605.762500', '205606.222500', '205606.682500', '205607.142500', '205607.602500', '205608.062500', '205608.522500', '205608.982500', '205609.442500', '205609.902500', '205610.362500', '205610.822500', '205611.282500', '205611.742500', '205612.202500', '205612.662500', '205613.122500', '205613.582500', '205614.042500', '205614.502500', '205614.962500', '205615.422500', '205615.882500', '205616.342500', '205616.802500', '205617.262500', '205617.722500', '205618.182500', '205618.642500', '205619.102500', '205619.562500', '205620.022500', '205620.482500', '205620.942500', '205621.402500', '205621.862500', '205622.322500', '205622.782500', '205623.242500', '205623.702500', '205624.162500', '205624.622500', '205625.082500', '205625.542500', '205626.002500', '205626.462500', '205626.922500', '205627.382500', '205627.842500', '205628.302500', '205628.762500', '205629.222500', '205629.682500', '205630.142500', '205630.602500', '205631.062500', '205631.522500', '205631.982500', '205632.442500', '205632.902500', '205633.362500', '205633.822500', '205634.282500', '205634.742500', '205635.202500', '205635.662500', '205636.122500', '205636.582500', '205637.042500', '205637.502500', '205637.962500', '205638.422500', '205638.882500', '205639.342500', '205639.802500', '205640.262500', '205640.722500', '205641.182500', '205641.642500', '205642.102500', '205642.562500', '205643.022500', '205643.482500', '205643.942500', '205644.402500', '205644.862500', '205645.322500', '205645.782500', '205646.242500', '205646.702500', '205647.162500', '205647.622500', '205648.082500', '205648.542500', '205649.002500', '205649.462500', '205649.922500', '205650.382500', '205650.842500', '205651.302500', '205651.762500', '205652.222500', '205652.682500', '205653.142500', '205653.602500', '205654.062500', '205654.522500', '205654.982500', '205655.442500', '205655.902500', '205656.362500', '205656.822500', '205657.282500', '205657.742500', '205658.202500', '205658.662500', '205659.122500', '205659.582500', '205700.042500', '205700.502500', '205700.962500', '205701.422500', '205701.882500', '205702.342500', '205702.802500', '205703.262500', '205703.722500', '205704.182500', '205704.642500', '205705.102500', '205705.562500', '205706.022500', '205706.482500', '205706.942500', '205707.402500', '205707.862500', '205708.322500', '205708.782500', '205709.242500', '205709.702500', '205710.162500', '205710.622500', '205711.082500', '205711.542500', '205712.002500', '205712.462500', '205712.922500', '205713.382500', '205713.842500', '205714.302500', '205714.762500', '205715.222500', '205715.682500', '205716.142500', '205716.602500', '205717.062500', '205717.522500', '205717.982500', '205718.442500', '205718.902500', '205719.362500', '205719.822500', '205720.282500', '205720.742500', '205721.202500', '205721.662500', '205722.122500', '205722.582500', '205723.042500', '205723.502500', '205723.962500', '205724.422500', '205724.882500', '205725.342500', '205725.802500', '205726.262500', '205726.722500', '205727.182500', '205727.642500', '205728.102500', '205728.562500', '205729.022500', '205729.482500', '205729.942500', '205730.402500', '205730.862500', '205731.322500', '205731.782500', '205732.242500', '205732.702500', '205733.162500', '205733.622500', '205734.082500', '205734.542500', '205735.002500', '205735.462500', '205735.922500', '205736.382500', '205736.842500', '205737.302500', '205737.762500', '205738.222500', '205738.682500', '205739.142500', '205739.602500', '205740.062500', '205740.522500', '205740.982500', '205741.442500', '205741.902500', '205742.362500', '205742.822500', '205743.282500', '205743.742500', '205744.202500', '205744.662500', '205745.122500', '205745.582500', '205746.042500', '205746.502500', '205746.962500', '205747.422500', '205747.882500', '205748.342500', '205748.802500', '205749.262500', '205749.722500', '205750.182500', '205750.642500', '205751.102500', '205751.562500', '205752.022500', '205752.482500', '205752.942500', '205753.402500', '205753.862500', '205754.322500', '205754.782500', '205755.242500', '205755.702500', '205756.162500', '205756.622500', '205757.082500', '205757.542500', '205758.002500', '205758.462500', '205758.922500', '205759.382500', '205759.842500', '205800.302500', '205800.762500', '205801.222500', '205801.682500', '205802.142500', '205802.602500', '205803.062500', '205803.522500', '205803.982500', '205804.442500', '205804.902500', '205805.362500', '205805.822500', '205806.282500', '205806.742500', '205807.202500', '205807.662500', '205808.122500', '205808.582500', '205809.042500', '205809.502500', '205809.962500', '205810.422500', '205810.882500', '205811.342500', '205811.802500', '205812.262500', '205812.722500', '205813.182500', '205813.642500', '205814.102500', '205814.562500', '205815.022500', '205815.482500', '205815.942500', '205816.402500', '205816.862500', '205817.322500', '205817.782500', '205818.242500', '205818.702500', '205819.162500', '205819.622500', '205820.082500', '205820.542500', '205821.002500', '205821.462500', '205821.922500', '205822.382500', '205822.842500', '205823.302500', '205823.762500', '205824.222500', '205824.682500', '205825.142500', '205825.602500', '205826.062500', '205826.522500', '205826.982500', '205827.442500', '205827.902500', '205828.362500', '205828.822500', '205829.282500', '205829.742500', '205830.202500', '205830.662500', '205831.122500', '205831.582500', '205832.042500', '205832.502500', '205832.962500', '205833.422500', '205833.882500', '205834.342500', '205834.802500', '205835.262500', '205835.722500', '205836.182500', '205836.642500', '205837.102500', '205837.562500', '205838.022500', '205838.482500', '205838.942500', '205839.402500', '205839.862500', '205840.322500', '205840.782500', '205841.242500', '205841.702500', '205842.162500', '205842.622500', '205843.082500', '205843.542500', '205844.002500', '205844.462500', '205844.922500', '205845.382500', '205845.842500', '205846.302500', '205846.762500', '205847.222500', '205847.682500', '205848.142500', '205848.602500', '205849.062500', '205849.522500', '205849.982500', '205850.442500', '205850.902500', '205851.362500', '205851.822500', '205852.282500', '205852.742500', '205853.202500', '205853.662500', '205854.122500', '205854.582500', '205855.042500', '205855.502500', '205855.962500', '205856.422500', '205856.882500', '205857.342500', '205857.802500', '205858.262500', '205858.722500', '205859.182500', '205859.642500', '205900.102500', '205900.562500', '205901.022500', '205901.482500', '205901.942500', '205902.402500', '205902.862500', '205903.322500', '205903.782500', '205904.242500', '205904.702500', '205905.162500', '205905.622500', '205906.082500', '205906.542500', '205907.002500', '205907.462500', '205907.922500', '205908.382500', '205908.842500', '205909.302500', '205909.762500', '205910.222500', '205910.682500', '205911.142500', '205911.602500', '205912.062500', '205912.522500', '205912.982500', '205913.442500', '205913.902500', '205914.362500', '205914.822500', '205915.282500', '205915.742500', '205916.202500', '205916.662500', '205917.122500', '205917.582500', '205918.042500', '205918.502500', '205918.962500', '205919.422500', '205919.882500', '205920.342500', '205920.802500', '205921.262500', '205921.722500', '205922.182500', '205922.642500', '205923.102500', '205923.562500', '205924.022500', '205924.482500', '205924.942500', '205925.402500', '205925.862500', '205926.322500', '205926.782500', '205927.242500', '205927.702500', '205928.162500', '205928.622500', '205929.082500', '205929.542500', '205930.002500', '205930.462500', '205930.922500', '205931.382500', '205931.842500', '205932.302500', '205932.762500', '205933.222500', '205933.682500', '205934.142500', '205934.602500', '205935.062500', '205935.522500', '205935.982500', '205936.442500', '205936.902500', '205937.362500', '205937.822500', '205938.282500', '205938.742500', '205939.202500', '205939.662500', '205940.122500', '205940.582500', '205941.042500', '205941.502500', '205941.962500', '205942.422500', '205942.882500', '205943.342500', '205943.802500', '205944.262500', '205944.722500', '205945.182500', '205945.642500', '205946.102500', '205946.562500', '205947.022500', '205947.482500', '205947.942500', '205948.402500', '205948.862500', '205949.322500', '205949.782500', '205950.242500', '205950.702500', '205951.162500', '205951.622500', '205952.082500', '205952.542500', '205953.002500', '205953.462500', '205953.922500', '205954.382500', '205954.842500', '205955.302500', '205955.762500', '205956.222500', '205956.682500', '205957.142500', '205957.602500', '205958.062500', '205958.522500', '205958.982500', '205959.442500', '205959.902500', '210000.362500', '210000.822500', '210001.282500', '210001.742500', '210002.202500', '210002.662500', '210003.122500', '210003.582500', '210004.042500', '210004.502500', '210004.962500', '210005.422500', '210005.882500', '210006.342500', '210006.802500', '210007.262500', '210007.722500', '210008.182500', '210008.642500', '210009.102500', '210009.562500', '210010.022500', '210010.482500', '210010.942500', '210011.402500', '210011.862500', '210012.322500', '210012.782500', '210013.242500', '210013.702500', '210014.162500', '210014.622500', '210015.082500', '210015.542500', '210016.002500', '210016.462500', '210016.922500', '210017.382500', '210017.842500', '210018.302500', '210018.762500', '210019.222500', '210019.682500', '210020.142500', '210020.602500', '210021.062500', '210021.522500', '210021.982500', '210022.442500', '210022.902500', '210023.362500', '210023.822500', '210024.282500', '210024.742500', '210025.202500', '210025.662500', '210026.122500', '210026.582500', '210027.042500', '210027.502500', '210027.962500', '210028.422500', '210028.882500', '210029.342500', '210029.802500', '210030.262500', '210030.722500', '210031.182500', '210031.642500', '210032.102500', '210032.562500', '210033.022500', '210033.482500', '210033.942500', '210034.402500', '210034.862500', '210035.322500', '210035.782500', '210036.242500', '210036.702500', '210037.162500', '210037.622500', '210038.082500', '210038.542500', '210039.002500', '210039.462500', '210039.922500', '210040.382500', '210040.842500', '210041.302500', '210041.762500', '210042.222500', '210042.682500', '210043.142500', '210043.602500', '210044.062500', '210044.522500', '210044.982500', '210045.442500', '210045.902500', '210046.362500', '210046.822500', '210047.282500', '210047.742500', '210048.202500', '210048.662500', '210049.122500', '210049.582500', '210050.042500', '210050.502500', '210050.962500', '210051.422500', '210051.882500', '210052.342500', '210052.802500', '210053.262500', '210053.722500', '210054.182500', '210054.642500', '210055.102500', '210055.562500', '210056.022500', '210056.482500', '210056.942500', '210057.402500', '210057.862500', '210058.322500', '210058.782500', '210059.242500', '210059.702500', '210100.162500', '210100.622500', '210101.082500', '210101.542500', '210102.002500', '210102.462500', '210102.922500', '210103.382500', '210103.842500', '210104.302500', '210104.762500', '210105.222500', '210105.682500', '210106.142500', '210106.602500', '210107.062500', '210107.522500', '210107.982500', '210108.442500', '210108.902500', '210109.362500', '210109.822500', '210110.282500', '210110.742500', '210111.202500', '210111.662500', '210112.122500', '210112.582500', '210113.042500', '210113.502500', '210113.962500', '210114.422500', '210114.882500', '210115.342500', '210115.802500', '210116.262500', '210116.722500', '210117.182500', '210117.642500', '210118.102500', '210118.562500', '210119.022500', '210119.482500', '210119.942500', '210120.402500', '210120.862500', '210121.322500', '210121.782500', '210122.242500', '210122.702500', '210123.162500', '210123.622500', '210124.082500', '210124.542500', '210125.002500', '210125.462500', '210125.922500', '210126.382500', '210126.842500', '210127.302500', '210127.762500', '210128.222500', '210128.682500', '210129.142500', '210129.602500', '210130.062500', '210130.522500', '210130.982500', '210131.442500', '210131.902500', '210132.362500', '210132.822500', '210133.282500', '210133.742500', '210134.202500', '210134.662500', '210135.122500', '210135.582500', '210136.042500', '210136.502500', '210136.962500', '210137.422500', '210137.882500', '210138.342500', '210138.802500', '210139.262500', '210139.722500', '210140.182500', '210140.642500', '210141.102500', '210141.562500', '210142.022500', '210142.482500', '210142.942500', '210143.402500', '210143.862500', '210144.322500', '210144.782500', '210145.242500', '210145.702500', '210146.162500', '210146.622500', '210147.082500', '210147.542500', '210148.002500', '210148.462500', '210148.922500', '210149.382500', '210149.842500', '210150.302500', '210150.762500', '210151.222500', '210151.682500', '210152.142500', '210152.602500', '210153.062500', '210153.522500', '210153.982500', '210154.442500', '210154.902500', '210155.362500', '210155.822500', '210156.282500', '210156.742500', '210157.202500', '210157.662500', '210158.122500', '210158.582500', '210159.042500', '210159.502500', '210159.962500', '210200.422500', '210200.882500', '210201.342500', '210201.802500', '210202.262500', '210202.722500', '210203.182500', '210203.642500', '210204.102500', '210204.562500', '210205.022500', '210205.482500', '210205.942500', '210206.402500', '210206.862500', '210207.322500', '210207.782500', '210208.242500', '210208.702500', '210209.162500', '210209.622500', '210210.082500', '210210.542500', '210211.002500', '210211.462500', '210211.922500', '210212.382500', '210212.842500', '210213.302500', '210213.762500', '210214.222500', '210214.682500', '210215.142500', '210215.602500', '210216.062500', '210216.522500', '210216.982500', '210217.442500', '210217.902500', '210218.362500', '210218.822500', '210219.282500', '210219.742500', '210220.202500', '210220.662500', '210221.122500', '210221.582500', '210222.042500', '210222.502500', '210222.962500', '210223.422500', '210223.882500', '210224.342500', '210224.802500', '210225.262500', '210225.722500', '210226.182500', '210226.642500', '210227.102500', '210227.562500', '210228.022500', '210228.482500', '210228.942500', '210229.402500', '210229.862500', '210230.322500', '210230.782500', '210231.242500', '210231.702500', '210232.162500', '210232.622500', '210233.082500', '210233.542500', '210234.002500', '210234.462500', '210234.922500', '210235.382500', '210235.842500', '210236.302500', '210236.762500', '210237.222500', '210237.682500', '210238.142500', '210238.602500', '210239.062500', '210239.522500', '210239.982500', '210240.442500', '210240.902500', '210241.362500', '210241.822500', '210242.282500', '210242.742500', '210243.202500', '210243.662500', '210244.122500', '210244.582500', '210245.042500', '210245.502500', '210245.962500', '210246.422500', '210246.882500', '210247.342500', '210247.802500', '210248.262500', '210248.722500', '210249.182500', '210249.642500', '210250.102500', '210250.562500', '210251.022500', '210251.482500', '210251.942500', '210252.402500', '210252.862500', '210253.322500', '210253.782500', '210254.242500', '210254.702500', '210255.162500', '210255.622500', '210256.082500', '210256.542500', '210257.002500', '210257.462500', '210257.922500', '210258.382500', '210258.842500', '210259.302500', '210259.762500', '210300.222500', '210300.682500', '210301.142500', '210301.602500', '210302.062500', '210302.522500', '210302.982500', '210303.442500', '210303.902500', '210304.362500', '210304.822500', '210305.282500', '210305.742500', '210306.202500', '210306.662500', '210307.122500', '210307.582500', '210308.042500', '210308.502500', '210308.962500', '210309.422500', '210309.882500', '210310.342500', '210310.802500', '210311.262500', '210311.722500', '210312.182500', '210312.642500', '210313.102500', '210313.562500', '210314.022500', '210314.482500', '210314.942500', '210315.402500', '210315.862500', '210316.322500', '210316.782500', '210317.242500', '210317.702500', '210318.162500', '210318.622500', '210319.082500', '210319.542500', '210320.002500', '210320.462500', '210320.922500', '210321.382500', '210321.842500', '210322.302500', '210322.762500', '210323.222500', '210323.682500', '210324.142500', '210324.602500', '210325.062500', '210325.522500', '210325.982500', '210326.442500', '210326.902500', '210327.362500', '210327.822500', '210328.282500', '210328.742500', '210329.202500', '210329.662500', '210330.122500', '210330.582500', '210331.042500', '210331.502500', '210331.962500', '210332.422500', '210332.882500', '210333.342500', '210333.802500', '210334.262500', '210334.722500', '210335.182500', '210335.642500', '210336.102500', '210336.562500', '210337.022500', '210337.482500', '210337.942500', '210338.402500', '210338.862500', '210339.322500', '210339.782500', '210340.242500', '210340.702500', '210341.162500', '210341.622500', '210342.082500', '210342.542500', '210343.002500', '210343.462500', '210343.922500', '210344.382500', '210344.842500', '210345.302500', '210345.762500', '210346.222500', '210346.682500', '210347.142500', '210347.602500', '210348.062500', '210348.522500', '210348.982500', '210349.442500', '210349.902500', '210350.362500', '210350.822500', '210351.282500', '210351.742500', '210352.202500', '210352.662500', '210353.122500', '210353.582500', '210354.042500', '210354.502500', '210354.962500', '210355.422500', '210355.882500', '210356.342500', '210356.802500', '210357.262500', '210357.722500', '210358.182500', '210358.642500', '210359.102500', '210359.562500', '210400.022500', '210400.482500', '210400.942500', '210401.402500', '210401.862500', '210402.322500', '210402.782500', '210403.242500', '210403.702500', '210404.162500', '210404.622500', '210405.082500', '210405.542500', '210406.002500', '210406.462500'], 'ContentTime': ['205349.077000', '205349.081000', '205349.084000', '205349.087000', '205349.089000', '205349.092000', '205349.100000', '205349.102000', '205349.105000', '205349.107000', '205349.110000', '205349.112000', '205349.115000', '205349.118000', '205349.120000', '205349.123000', '205349.125000', '205349.128000', '205349.130000', '205349.133000', '205349.135000', '205349.138000', '205349.140000', '205349.143000', '205349.146000', '205349.148000', '205349.151000', '205349.169000', '205349.172000', '205349.175000', '205349.177000', '205409.040000', '205409.043000', '205409.046000', '205409.048000', '205409.051000', '205409.053000', '205409.056000', '205409.058000', '205409.061000', '205409.063000', '205409.066000', '205409.069000', '205409.071000', '205409.074000', '205409.076000', '205409.079000', '205409.082000', '205409.085000', '205409.088000', '205409.090000', '205409.093000', '205409.095000', '205409.098000', '205409.101000', '205409.103000', '205409.106000', '205409.108000', '205409.114000', '205409.117000', '205409.119000', '205409.122000', '205409.124000', '205409.127000', '205409.130000', '205409.132000', '205409.135000', '205409.137000', '205409.140000', '205409.142000', '205409.145000', '205409.147000', '205409.150000', '205409.152000', '205429.040000', '205429.042000', '205429.045000', '205429.047000', '205429.050000', '205429.053000', '205429.055000', '205429.058000', '205429.065000', '205429.067000', '205429.070000', '205429.072000', '205429.075000', '205429.077000', '205429.080000', '205429.083000', '205429.085000', '205429.088000', '205429.090000', '205429.093000', '205429.095000', '205429.098000', '205429.100000', '205429.103000', '205429.105000', '205429.108000', '205429.111000', '205429.113000', '205429.116000', '205429.118000', '205429.121000', '205429.123000', '205429.126000', '205429.129000', '205429.131000', '205429.134000', '205429.136000', '205429.139000', '205429.141000', '205429.144000', '205429.146000', '205429.149000', '205429.152000', '205429.154000', '205449.040000', '205449.043000', '205449.046000', '205449.048000', '205449.051000', '205449.054000', '205449.056000', '205449.059000', '205449.061000', '205449.064000', '205449.067000', '205449.069000', '205449.072000', '205449.074000', '205449.077000', '205449.079000', '205449.082000', '205449.085000', '205449.087000', '205449.090000', '205449.092000', '205449.095000', '205449.098000', '205449.101000', '205449.103000', '205449.106000', '205449.109000', '205449.112000', '205449.116000', '205449.119000', '205449.121000', '205449.124000', '205449.127000', '205449.129000', '205449.132000', '205449.134000', '205449.137000', '205449.139000', '205449.142000', '205449.145000', '205449.147000', '205449.150000', '205449.152000', '205509.040000', '205509.043000', '205509.046000', '205509.048000', '205509.051000', '205509.054000', '205509.056000', '205509.059000', '205509.061000', '205509.064000', '205509.066000', '205509.069000', '205509.072000', '205509.074000', '205509.077000', '205509.079000', '205509.082000', '205509.084000', '205509.087000', '205509.089000', '205509.092000', '205509.095000', '205509.097000', '205509.100000', '205509.102000', '205509.105000', '205509.108000', '205509.110000', '205509.113000', '205509.115000', '205509.118000', '205509.120000', '205509.123000', '205509.125000', '205509.128000', '205509.131000', '205509.133000', '205509.136000', '205509.138000', '205509.141000', '205509.143000', '205509.146000', '205509.148000', '205509.151000', '205529.040000', '205529.043000', '205529.046000', '205529.048000', '205529.051000', '205529.054000', '205529.056000', '205529.059000', '205529.061000', '205529.064000', '205529.067000', '205529.069000', '205529.072000', '205529.074000', '205529.077000', '205529.080000', '205529.082000', '205529.085000', '205529.087000', '205529.090000', '205529.092000', '205529.096000', '205529.099000', '205529.102000', '205529.104000', '205529.107000', '205529.109000', '205529.112000', '205529.114000', '205529.117000', '205529.120000', '205529.122000', '205529.125000', '205529.127000', '205529.130000', '205529.133000', '205529.135000', '205529.138000', '205529.140000', '205529.143000', '205529.145000', '205529.148000', '205529.151000', '205549.041000', '205549.043000', '205549.046000', '205549.049000', '205549.051000', '205549.054000', '205549.056000', '205549.059000', '205549.062000', '205549.064000', '205549.067000', '205549.069000', '205549.072000', '205549.074000', '205549.077000', '205549.080000', '205549.082000', '205549.085000', '205549.087000', '205549.090000', '205549.093000', '205549.095000', '205549.098000', '205549.100000', '205549.103000', '205549.105000', '205549.108000', '205549.111000', '205549.113000', '205549.116000', '205549.118000', '205549.121000', '205549.124000', '205549.126000', '205549.129000', '205549.131000', '205549.134000', '205549.137000', '205549.139000', '205549.142000', '205549.144000', '205549.147000', '205549.150000', '205549.152000', '205609.040000', '205609.043000', '205609.046000', '205609.048000', '205609.051000', '205609.054000', '205609.056000', '205609.059000', '205609.061000', '205609.064000', '205609.066000', '205609.069000', '205609.071000', '205609.074000', '205609.077000', '205609.079000', '205609.082000', '205609.084000', '205609.087000', '205609.090000', '205609.092000', '205609.095000', '205609.097000', '205609.100000', '205609.103000', '205609.105000', '205609.108000', '205609.110000', '205609.113000', '205609.116000', '205609.118000', '205609.121000', '205609.123000', '205609.126000', '205609.128000', '205609.131000', '205609.134000', '205609.136000', '205609.139000', '205609.141000', '205609.144000', '205609.146000', '205609.149000', '205629.040000', '205629.043000', '205629.046000', '205629.048000', '205629.051000', '205629.054000', '205629.056000', '205629.059000', '205629.061000', '205629.064000', '205629.066000', '205629.069000', '205629.072000', '205629.074000', '205629.077000', '205629.079000', '205629.082000', '205629.084000', '205629.087000', '205629.090000', '205629.092000', '205629.095000', '205629.097000', '205629.100000', '205629.102000', '205629.105000', '205629.107000', '205629.110000', '205629.113000', '205629.115000', '205629.118000', '205629.121000', '205629.123000', '205629.126000', '205629.128000', '205629.131000', '205629.133000', '205629.136000', '205629.138000', '205629.141000', '205629.144000', '205629.146000', '205629.149000', '205629.151000', '205649.039000', '205649.042000', '205649.045000', '205649.048000', '205649.050000', '205649.053000', '205649.055000', '205649.058000', '205649.061000', '205649.063000', '205649.066000', '205649.068000', '205649.071000', '205649.074000', '205649.076000', '205649.079000', '205649.081000', '205649.084000', '205649.086000', '205649.089000', '205649.092000', '205649.094000', '205649.097000', '205649.099000', '205649.102000', '205649.104000', '205649.107000', '205649.110000', '205649.112000', '205649.115000', '205649.117000', '205649.120000', '205649.123000', '205649.125000', '205649.128000', '205649.130000', '205649.133000', '205649.135000', '205649.138000', '205649.141000', '205649.143000', '205649.146000', '205649.148000', '205709.040000', '205709.043000', '205709.046000', '205709.048000', '205709.051000', '205709.054000', '205709.056000', '205709.059000', '205709.061000', '205709.064000', '205709.067000', '205709.069000', '205709.072000', '205709.074000', '205709.077000', '205709.080000', '205709.082000', '205709.085000', '205709.088000', '205709.090000', '205709.093000', '205709.095000', '205709.098000', '205709.100000', '205709.103000', '205709.105000', '205709.108000', '205709.111000', '205709.113000', '205709.116000', '205709.118000', '205709.141000', '205709.144000', '205709.146000', '205709.149000', '205709.152000', '205709.154000', '205709.157000', '205709.159000', '205709.162000', '205709.164000', '205709.167000', '205709.170000', '205709.172000', '205729.040000', '205729.043000', '205729.046000', '205729.049000', '205729.051000', '205729.054000', '205729.056000', '205729.059000', '205729.061000', '205729.064000', '205729.067000', '205729.069000', '205729.072000', '205729.074000', '205729.077000', '205729.080000', '205729.082000', '205729.085000', '205729.087000', '205729.090000', '205729.092000', '205729.095000', '205729.097000', '205729.100000', '205729.103000', '205729.105000', '205729.108000', '205729.110000', '205729.113000', '205729.116000', '205729.118000', '205729.121000', '205729.123000', '205729.126000', '205729.128000', '205729.131000', '205729.133000', '205729.136000', '205729.139000', '205729.141000', '205729.144000', '205729.146000', '205729.149000', '205749.040000', '205749.043000', '205749.046000', '205749.049000', '205749.051000', '205749.054000', '205749.056000', '205749.059000', '205749.061000', '205749.064000', '205749.067000', '205749.069000', '205749.072000', '205749.074000', '205749.077000', '205749.080000', '205749.082000', '205749.085000', '205749.087000', '205749.090000', '205749.092000', '205749.095000', '205749.098000', '205749.100000', '205749.103000', '205749.105000', '205749.108000', '205749.111000', '205749.113000', '205749.116000', '205749.119000', '205749.121000', '205749.124000', '205749.126000', '205749.129000', '205749.132000', '205749.134000', '205749.137000', '205749.139000', '205749.142000', '205749.145000', '205749.147000', '205749.150000', '205749.152000', '205809.041000', '205809.043000', '205809.046000', '205809.049000', '205809.051000', '205809.054000', '205809.056000', '205809.059000', '205809.062000', '205809.064000', '205809.067000', '205809.069000', '205809.072000', '205809.074000', '205809.077000', '205809.080000', '205809.082000', '205809.085000', '205809.087000', '205809.090000', '205809.092000', '205809.095000', '205809.097000', '205809.100000', '205809.103000', '205809.105000', '205809.108000', '205809.110000', '205809.113000', '205809.115000', '205809.118000', '205809.121000', '205809.123000', '205809.126000', '205809.128000', '205809.131000', '205809.133000', '205809.136000', '205809.139000', '205809.141000', '205809.144000', '205809.146000', '205809.149000', '205829.041000', '205829.044000', '205829.047000', '205829.049000', '205829.052000', '205829.055000', '205829.057000', '205829.060000', '205829.062000', '205829.065000', '205829.067000', '205829.070000', '205829.072000', '205829.075000', '205829.078000', '205829.080000', '205829.083000', '205829.086000', '205829.088000', '205829.091000', '205829.093000', '205829.096000', '205829.098000', '205829.101000', '205829.104000', '205829.106000', '205829.109000', '205829.112000', '205829.114000', '205829.117000', '205829.119000', '205829.122000', '205829.125000', '205829.127000', '205829.130000', '205829.132000', '205829.135000', '205829.137000', '205829.140000', '205829.143000', '205829.145000', '205829.148000', '205829.150000', '205849.041000', '205849.043000', '205849.046000', '205849.049000', '205849.051000', '205849.054000', '205849.056000', '205849.059000', '205849.062000', '205849.064000', '205849.067000', '205849.070000', '205849.072000', '205849.075000', '205849.077000', '205849.080000', '205849.083000', '205849.085000', '205849.088000', '205849.090000', '205849.093000', '205849.096000', '205849.098000', '205849.101000', '205849.103000', '205849.106000', '205849.109000', '205849.111000', '205849.114000', '205849.116000', '205849.119000', '205849.122000', '205849.124000', '205849.127000', '205849.129000', '205849.132000', '205849.134000', '205849.137000', '205849.140000', '205849.142000', '205849.145000', '205849.148000', '205849.150000', '205849.153000', '205909.040000', '205909.042000', '205909.045000', '205909.048000', '205909.050000', '205909.053000', '205909.055000', '205909.058000', '205909.061000', '205909.063000', '205909.066000', '205909.069000', '205909.071000', '205909.074000', '205909.077000', '205909.079000', '205909.082000', '205909.084000', '205909.087000', '205909.090000', '205909.092000', '205909.095000', '205909.097000', '205909.100000', '205909.103000', '205909.105000', '205909.108000', '205909.112000', '205909.115000', '205909.118000', '205909.120000', '205909.123000', '205909.125000', '205909.128000', '205909.131000', '205909.133000', '205909.136000', '205909.138000', '205909.141000', '205909.143000', '205909.146000', '205909.149000', '205909.151000', '205909.154000', '205929.040000', '205929.043000', '205929.046000', '205929.049000', '205929.051000', '205929.054000', '205929.056000', '205929.059000', '205929.061000', '205929.064000', '205929.067000', '205929.069000', '205929.072000', '205929.074000', '205929.077000', '205929.080000', '205929.082000', '205929.085000', '205929.087000', '205929.090000', '205929.092000', '205929.095000', '205929.097000', '205929.100000', '205929.103000', '205929.105000', '205929.108000', '205929.110000', '205929.113000', '205929.116000', '205929.118000', '205929.121000', '205929.123000', '205929.126000', '205929.128000', '205929.131000', '205929.134000', '205929.136000', '205929.139000', '205929.141000', '205929.144000', '205929.146000', '205929.149000', '205949.040000', '205949.043000', '205949.046000', '205949.049000', '205949.051000', '205949.054000', '205949.056000', '205949.059000', '205949.061000', '205949.064000', '205949.067000', '205949.069000', '205949.072000', '205949.074000', '205949.077000', '205949.079000', '205949.082000', '205949.085000', '205949.087000', '205949.090000', '205949.093000', '205949.095000', '205949.098000', '205949.100000', '205949.103000', '205949.106000', '205949.108000', '205949.111000', '205949.113000', '205949.116000', '205949.119000', '205949.121000', '205949.124000', '205949.126000', '205949.129000', '205949.131000', '205949.134000', '205949.136000', '205949.139000', '205949.142000', '205949.144000', '205949.147000', '205949.149000', '205949.152000', '210009.040000', '210009.043000', '210009.046000', '210009.048000', '210009.051000', '210009.054000', '210009.056000', '210009.059000', '210009.087000', '210009.089000', '210009.092000', '210009.095000', '210009.097000', '210009.100000', '210009.103000', '210009.105000', '210009.108000', '210009.110000', '210009.113000', '210009.115000', '210009.118000', '210009.121000', '210009.123000', '210009.126000', '210009.128000', '210009.131000', '210009.134000', '210009.136000', '210009.139000', '210009.141000', '210009.144000', '210009.146000', '210009.149000', '210009.152000', '210009.154000', '210009.157000', '210009.159000', '210009.162000', '210009.164000', '210009.167000', '210009.170000', '210009.172000', '210009.175000', '210029.040000', '210029.043000', '210029.046000', '210029.048000', '210029.051000', '210029.054000', '210029.056000', '210029.059000', '210029.061000', '210029.064000', '210029.067000', '210029.069000', '210029.072000', '210029.074000', '210029.077000', '210029.080000', '210029.082000', '210029.085000', '210029.087000', '210029.090000', '210029.093000', '210029.095000', '210029.098000', '210029.100000', '210029.103000', '210029.106000', '210029.108000', '210029.111000', '210029.113000', '210029.116000', '210029.119000', '210029.121000', '210029.124000', '210029.126000', '210029.129000', '210029.131000', '210029.134000', '210029.137000', '210029.139000', '210029.142000', '210029.144000', '210029.147000', '210029.150000', '210049.041000', '210049.043000', '210049.046000', '210049.049000', '210049.051000', '210049.054000', '210049.056000', '210049.059000', '210049.062000', '210049.064000', '210049.067000', '210049.069000', '210049.072000', '210049.075000', '210049.077000', '210049.080000', '210049.082000', '210049.085000', '210049.088000', '210049.090000', '210049.093000', '210049.095000', '210049.098000', '210049.100000', '210049.103000', '210049.106000', '210049.108000', '210049.111000', '210049.113000', '210049.116000', '210049.118000', '210049.121000', '210049.123000', '210049.126000', '210049.129000', '210049.131000', '210049.134000', '210049.136000', '210049.139000', '210049.142000', '210049.144000', '210049.147000', '210049.149000', '210049.152000', '210109.041000', '210109.044000', '210109.046000', '210109.049000', '210109.052000', '210109.054000', '210109.057000', '210109.060000', '210109.062000', '210109.065000', '210109.067000', '210109.070000', '210109.073000', '210109.076000', '210109.078000', '210109.081000', '210109.084000', '210109.086000', '210109.089000', '210109.091000', '210109.094000', '210109.097000', '210109.099000', '210109.102000', '210109.104000', '210109.107000', '210109.110000', '210109.112000', '210109.115000', '210109.117000', '210109.120000', '210109.122000', '210109.125000', '210109.128000', '210109.130000', '210109.133000', '210109.135000', '210109.138000', '210109.141000', '210109.143000', '210109.146000', '210109.148000', '210109.151000', '210129.039000', '210129.042000', '210129.045000', '210129.048000', '210129.050000', '210129.053000', '210129.055000', '210129.058000', '210129.060000', '210129.063000', '210129.066000', '210129.068000', '210129.071000', '210129.073000', '210129.076000', '210129.078000', '210129.081000', '210129.084000', '210129.086000', '210129.089000', '210129.110000', '210129.113000', '210129.115000', '210129.118000', '210129.120000', '210129.123000', '210129.125000', '210129.128000', '210129.131000', '210129.133000', '210129.136000', '210129.138000', '210129.141000', '210129.143000', '210129.146000', '210129.149000', '210129.151000', '210129.154000', '210129.156000', '210129.159000', '210129.161000', '210129.164000', '210129.167000', '210129.169000', '210149.040000', '210149.043000', '210149.046000', '210149.049000', '210149.051000', '210149.054000', '210149.056000', '210149.059000', '210149.062000', '210149.064000', '210149.067000', '210149.069000', '210149.072000', '210149.075000', '210149.077000', '210149.080000', '210149.083000', '210149.085000', '210149.088000', '210149.091000', '210149.093000', '210149.096000', '210149.098000', '210149.101000', '210149.104000', '210149.106000', '210149.109000', '210149.111000', '210149.114000', '210149.116000', '210149.119000', '210149.122000', '210149.124000', '210149.127000', '210149.129000', '210149.132000', '210149.135000', '210149.137000', '210149.140000', '210149.142000', '210149.145000', '210149.148000', '210149.150000', '210209.040000', '210209.043000', '210209.046000', '210209.049000', '210209.051000', '210209.054000', '210209.057000', '210209.059000', '210209.062000', '210209.064000', '210209.067000', '210209.070000', '210209.072000', '210209.075000', '210209.077000', '210209.080000', '210209.082000', '210209.085000', '210209.088000', '210209.090000', '210209.093000', '210209.095000', '210209.098000', '210209.100000', '210209.103000', '210209.105000', '210209.108000', '210209.111000', '210209.113000', '210209.116000', '210209.119000', '210209.121000', '210209.124000', '210209.126000', '210209.129000', '210209.132000', '210209.134000', '210209.137000', '210209.139000', '210209.142000', '210209.144000', '210209.147000', '210209.150000', '210209.152000', '210229.040000', '210229.043000', '210229.046000', '210229.049000', '210229.051000', '210229.054000', '210229.056000', '210229.059000', '210229.062000', '210229.064000', '210229.067000', '210229.069000', '210229.072000', '210229.074000', '210229.077000', '210229.080000', '210229.082000', '210229.085000', '210229.088000', '210229.091000', '210229.094000', '210229.097000', '210229.099000', '210229.102000', '210229.105000', '210229.107000', '210229.110000', '210229.113000', '210229.116000', '210229.118000', '210229.121000', '210229.124000', '210229.126000', '210229.129000', '210229.131000', '210229.134000', '210229.137000', '210229.139000', '210229.142000', '210229.145000', '210229.147000', '210229.150000', '210229.152000', '210249.041000', '210249.044000', '210249.053000', '210249.056000', '210249.058000', '210249.061000', '210249.064000', '210249.066000', '210249.069000', '210249.071000', '210249.074000', '210249.077000', '210249.079000', '210249.082000', '210249.084000', '210249.087000', '210249.089000', '210249.092000', '210249.095000', '210249.097000', '210249.100000', '210249.102000', '210249.105000', '210249.108000', '210249.110000', '210249.113000', '210249.115000', '210249.118000', '210249.120000', '210249.123000', '210249.126000', '210249.128000', '210249.131000', '210249.134000', '210249.136000', '210249.139000', '210249.141000', '210249.144000', '210249.147000', '210249.149000', '210249.152000', '210249.154000', '210249.157000', '210249.159000', '210309.041000', '210309.044000', '210309.046000', '210309.049000', '210309.052000', '210309.054000', '210309.057000', '210309.059000', '210309.062000', '210309.064000', '210309.067000', '210309.070000', '210309.072000', '210309.075000', '210309.077000', '210309.080000', '210309.082000', '210309.085000', '210309.088000', '210309.090000', '210309.093000', '210309.095000', '210309.098000', '210309.101000', '210309.104000', '210309.106000', '210309.109000', '210309.112000', '210309.114000', '210309.117000', '210309.120000', '210309.122000', '210309.125000', '210309.128000', '210309.130000', '210309.133000', '210309.135000', '210309.138000', '210309.141000', '210309.143000', '210309.146000', '210309.149000', '210309.151000', '210329.041000', '210329.044000', '210329.046000', '210329.049000', '210329.051000', '210329.054000', '210329.057000', '210329.059000', '210329.062000', '210329.064000', '210329.067000', '210329.069000', '210329.072000', '210329.075000', '210329.077000', '210329.080000', '210329.082000', '210329.085000', '210329.087000', '210329.090000', '210329.093000', '210329.095000', '210329.098000', '210329.100000', '210329.103000', '210329.105000', '210329.108000', '210329.111000', '210329.113000', '210329.116000', '210329.118000', '210329.121000', '210329.124000', '210329.126000', '210329.129000', '210329.131000', '210329.134000', '210329.137000', '210329.139000', '210329.142000', '210329.144000', '210329.147000', '210329.150000', '210329.152000', '210349.040000', '210349.042000', '210349.045000', '210349.048000', '210349.050000', '210349.053000', '210349.055000', '210349.058000', '210349.060000', '210349.063000', '210349.066000', '210349.068000', '210349.071000', '210349.073000', '210349.076000', '210349.078000', '210349.081000', '210349.084000', '210349.086000', '210349.089000', '210349.091000', '210349.094000', '210349.096000', '210349.099000', '210349.101000', '210349.104000', '210349.107000', '210349.109000', '210349.112000', '210349.115000', '210349.118000', '210349.121000', '210349.124000', '210349.127000', '210349.129000', '210349.132000', '210349.135000', '210349.137000', '210349.140000', '210349.142000', '210349.145000', '210349.148000', '210349.151000', '210407.489000', '210407.492000', '210407.495000', '210407.498000', '210407.501000', '210407.503000', '210407.506000', '210407.509000', '210407.512000', '210407.514000', '210407.517000', '210407.520000', '210407.523000', '210407.526000', '210407.528000', '210407.531000', '210407.534000', '210407.537000', '210407.540000', '210407.543000', '210407.545000', '210407.548000', '210407.555000', '210407.557000', '210407.560000', '210407.563000', '210407.569000', '210407.572000', '210407.575000', '210407.578000', '210407.580000', '210407.583000', '210407.586000', '210407.589000', '210407.592000', '210407.595000', '210407.597000', '210407.600000', '210407.604000', '210407.607000', '210407.609000'], 'InstanceCreationTime': ['205349.077000', '205349.081000', '205349.084000', '205349.087000', '205349.089000', '205349.092000', '205349.100000', '205349.102000', '205349.105000', '205349.107000', '205349.110000', '205349.112000', '205349.115000', '205349.118000', '205349.120000', '205349.123000', '205349.125000', '205349.128000', '205349.130000', '205349.133000', '205349.135000', '205349.138000', '205349.140000', '205349.143000', '205349.146000', '205349.148000', '205349.151000', '205349.169000', '205349.172000', '205349.175000', '205349.177000', '205409.040000', '205409.043000', '205409.046000', '205409.048000', '205409.051000', '205409.053000', '205409.056000', '205409.058000', '205409.061000', '205409.063000', '205409.066000', '205409.069000', '205409.071000', '205409.074000', '205409.076000', '205409.079000', '205409.082000', '205409.085000', '205409.088000', '205409.090000', '205409.093000', '205409.095000', '205409.098000', '205409.101000', '205409.103000', '205409.106000', '205409.108000', '205409.114000', '205409.117000', '205409.119000', '205409.122000', '205409.124000', '205409.127000', '205409.130000', '205409.132000', '205409.135000', '205409.137000', '205409.140000', '205409.142000', '205409.145000', '205409.147000', '205409.150000', '205409.152000', '205429.040000', '205429.042000', '205429.045000', '205429.047000', '205429.050000', '205429.053000', '205429.055000', '205429.058000', '205429.065000', '205429.067000', '205429.070000', '205429.072000', '205429.075000', '205429.077000', '205429.080000', '205429.083000', '205429.085000', '205429.088000', '205429.090000', '205429.093000', '205429.095000', '205429.098000', '205429.100000', '205429.103000', '205429.105000', '205429.108000', '205429.111000', '205429.113000', '205429.116000', '205429.118000', '205429.121000', '205429.123000', '205429.126000', '205429.129000', '205429.131000', '205429.134000', '205429.136000', '205429.139000', '205429.141000', '205429.144000', '205429.146000', '205429.149000', '205429.152000', '205429.154000', '205449.040000', '205449.043000', '205449.046000', '205449.048000', '205449.051000', '205449.054000', '205449.056000', '205449.059000', '205449.061000', '205449.064000', '205449.067000', '205449.069000', '205449.072000', '205449.074000', '205449.077000', '205449.079000', '205449.082000', '205449.085000', '205449.087000', '205449.090000', '205449.092000', '205449.095000', '205449.098000', '205449.101000', '205449.103000', '205449.106000', '205449.109000', '205449.112000', '205449.116000', '205449.119000', '205449.121000', '205449.124000', '205449.127000', '205449.129000', '205449.132000', '205449.134000', '205449.137000', '205449.139000', '205449.142000', '205449.145000', '205449.147000', '205449.150000', '205449.152000', '205509.040000', '205509.043000', '205509.046000', '205509.048000', '205509.051000', '205509.054000', '205509.056000', '205509.059000', '205509.061000', '205509.064000', '205509.066000', '205509.069000', '205509.072000', '205509.074000', '205509.077000', '205509.079000', '205509.082000', '205509.084000', '205509.087000', '205509.089000', '205509.092000', '205509.095000', '205509.097000', '205509.100000', '205509.102000', '205509.105000', '205509.108000', '205509.110000', '205509.113000', '205509.115000', '205509.118000', '205509.120000', '205509.123000', '205509.125000', '205509.128000', '205509.131000', '205509.133000', '205509.136000', '205509.138000', '205509.141000', '205509.143000', '205509.146000', '205509.148000', '205509.151000', '205529.040000', '205529.043000', '205529.046000', '205529.048000', '205529.051000', '205529.054000', '205529.056000', '205529.059000', '205529.061000', '205529.064000', '205529.067000', '205529.069000', '205529.072000', '205529.074000', '205529.077000', '205529.080000', '205529.082000', '205529.085000', '205529.087000', '205529.090000', '205529.092000', '205529.096000', '205529.099000', '205529.102000', '205529.104000', '205529.107000', '205529.109000', '205529.112000', '205529.114000', '205529.117000', '205529.120000', '205529.122000', '205529.125000', '205529.127000', '205529.130000', '205529.133000', '205529.135000', '205529.138000', '205529.140000', '205529.143000', '205529.145000', '205529.148000', '205529.151000', '205549.041000', '205549.043000', '205549.046000', '205549.049000', '205549.051000', '205549.054000', '205549.056000', '205549.059000', '205549.062000', '205549.064000', '205549.067000', '205549.069000', '205549.072000', '205549.074000', '205549.077000', '205549.080000', '205549.082000', '205549.085000', '205549.087000', '205549.090000', '205549.093000', '205549.095000', '205549.098000', '205549.100000', '205549.103000', '205549.105000', '205549.108000', '205549.111000', '205549.113000', '205549.116000', '205549.118000', '205549.121000', '205549.124000', '205549.126000', '205549.129000', '205549.131000', '205549.134000', '205549.137000', '205549.139000', '205549.142000', '205549.144000', '205549.147000', '205549.150000', '205549.152000', '205609.040000', '205609.043000', '205609.046000', '205609.048000', '205609.051000', '205609.054000', '205609.056000', '205609.059000', '205609.061000', '205609.064000', '205609.066000', '205609.069000', '205609.071000', '205609.074000', '205609.077000', '205609.079000', '205609.082000', '205609.084000', '205609.087000', '205609.090000', '205609.092000', '205609.095000', '205609.097000', '205609.100000', '205609.103000', '205609.105000', '205609.108000', '205609.110000', '205609.113000', '205609.116000', '205609.118000', '205609.121000', '205609.123000', '205609.126000', '205609.128000', '205609.131000', '205609.134000', '205609.136000', '205609.139000', '205609.141000', '205609.144000', '205609.146000', '205609.149000', '205629.040000', '205629.043000', '205629.046000', '205629.048000', '205629.051000', '205629.054000', '205629.056000', '205629.059000', '205629.061000', '205629.064000', '205629.066000', '205629.069000', '205629.072000', '205629.074000', '205629.077000', '205629.079000', '205629.082000', '205629.084000', '205629.087000', '205629.090000', '205629.092000', '205629.095000', '205629.097000', '205629.100000', '205629.102000', '205629.105000', '205629.107000', '205629.110000', '205629.113000', '205629.115000', '205629.118000', '205629.121000', '205629.123000', '205629.126000', '205629.128000', '205629.131000', '205629.133000', '205629.136000', '205629.138000', '205629.141000', '205629.144000', '205629.146000', '205629.149000', '205629.151000', '205649.039000', '205649.042000', '205649.045000', '205649.048000', '205649.050000', '205649.053000', '205649.055000', '205649.058000', '205649.061000', '205649.063000', '205649.066000', '205649.068000', '205649.071000', '205649.074000', '205649.076000', '205649.079000', '205649.081000', '205649.084000', '205649.086000', '205649.089000', '205649.092000', '205649.094000', '205649.097000', '205649.099000', '205649.102000', '205649.104000', '205649.107000', '205649.110000', '205649.112000', '205649.115000', '205649.117000', '205649.120000', '205649.123000', '205649.125000', '205649.128000', '205649.130000', '205649.133000', '205649.135000', '205649.138000', '205649.141000', '205649.143000', '205649.146000', '205649.148000', '205709.040000', '205709.043000', '205709.046000', '205709.048000', '205709.051000', '205709.054000', '205709.056000', '205709.059000', '205709.061000', '205709.064000', '205709.067000', '205709.069000', '205709.072000', '205709.074000', '205709.077000', '205709.080000', '205709.082000', '205709.085000', '205709.088000', '205709.090000', '205709.093000', '205709.095000', '205709.098000', '205709.100000', '205709.103000', '205709.105000', '205709.108000', '205709.111000', '205709.113000', '205709.116000', '205709.118000', '205709.141000', '205709.144000', '205709.146000', '205709.149000', '205709.152000', '205709.154000', '205709.157000', '205709.159000', '205709.162000', '205709.164000', '205709.167000', '205709.170000', '205709.172000', '205729.040000', '205729.043000', '205729.046000', '205729.049000', '205729.051000', '205729.054000', '205729.056000', '205729.059000', '205729.061000', '205729.064000', '205729.067000', '205729.069000', '205729.072000', '205729.074000', '205729.077000', '205729.080000', '205729.082000', '205729.085000', '205729.087000', '205729.090000', '205729.092000', '205729.095000', '205729.097000', '205729.100000', '205729.103000', '205729.105000', '205729.108000', '205729.110000', '205729.113000', '205729.116000', '205729.118000', '205729.121000', '205729.123000', '205729.126000', '205729.128000', '205729.131000', '205729.133000', '205729.136000', '205729.139000', '205729.141000', '205729.144000', '205729.146000', '205729.149000', '205749.040000', '205749.043000', '205749.046000', '205749.049000', '205749.051000', '205749.054000', '205749.056000', '205749.059000', '205749.061000', '205749.064000', '205749.067000', '205749.069000', '205749.072000', '205749.074000', '205749.077000', '205749.080000', '205749.082000', '205749.085000', '205749.087000', '205749.090000', '205749.092000', '205749.095000', '205749.098000', '205749.100000', '205749.103000', '205749.105000', '205749.108000', '205749.111000', '205749.113000', '205749.116000', '205749.119000', '205749.121000', '205749.124000', '205749.126000', '205749.129000', '205749.132000', '205749.134000', '205749.137000', '205749.139000', '205749.142000', '205749.145000', '205749.147000', '205749.150000', '205749.152000', '205809.041000', '205809.043000', '205809.046000', '205809.049000', '205809.051000', '205809.054000', '205809.056000', '205809.059000', '205809.062000', '205809.064000', '205809.067000', '205809.069000', '205809.072000', '205809.074000', '205809.077000', '205809.080000', '205809.082000', '205809.085000', '205809.087000', '205809.090000', '205809.092000', '205809.095000', '205809.097000', '205809.100000', '205809.103000', '205809.105000', '205809.108000', '205809.110000', '205809.113000', '205809.115000', '205809.118000', '205809.121000', '205809.123000', '205809.126000', '205809.128000', '205809.131000', '205809.133000', '205809.136000', '205809.139000', '205809.141000', '205809.144000', '205809.146000', '205809.149000', '205829.041000', '205829.044000', '205829.047000', '205829.049000', '205829.052000', '205829.055000', '205829.057000', '205829.060000', '205829.062000', '205829.065000', '205829.067000', '205829.070000', '205829.072000', '205829.075000', '205829.078000', '205829.080000', '205829.083000', '205829.086000', '205829.088000', '205829.091000', '205829.093000', '205829.096000', '205829.098000', '205829.101000', '205829.104000', '205829.106000', '205829.109000', '205829.112000', '205829.114000', '205829.117000', '205829.119000', '205829.122000', '205829.125000', '205829.127000', '205829.130000', '205829.132000', '205829.135000', '205829.137000', '205829.140000', '205829.143000', '205829.145000', '205829.148000', '205829.150000', '205849.041000', '205849.043000', '205849.046000', '205849.049000', '205849.051000', '205849.054000', '205849.056000', '205849.059000', '205849.062000', '205849.064000', '205849.067000', '205849.070000', '205849.072000', '205849.075000', '205849.077000', '205849.080000', '205849.083000', '205849.085000', '205849.088000', '205849.090000', '205849.093000', '205849.096000', '205849.098000', '205849.101000', '205849.103000', '205849.106000', '205849.109000', '205849.111000', '205849.114000', '205849.116000', '205849.119000', '205849.122000', '205849.124000', '205849.127000', '205849.129000', '205849.132000', '205849.134000', '205849.137000', '205849.140000', '205849.142000', '205849.145000', '205849.148000', '205849.150000', '205849.153000', '205909.040000', '205909.042000', '205909.045000', '205909.048000', '205909.050000', '205909.053000', '205909.055000', '205909.058000', '205909.061000', '205909.063000', '205909.066000', '205909.069000', '205909.071000', '205909.074000', '205909.077000', '205909.079000', '205909.082000', '205909.084000', '205909.087000', '205909.090000', '205909.092000', '205909.095000', '205909.097000', '205909.100000', '205909.103000', '205909.105000', '205909.108000', '205909.112000', '205909.115000', '205909.118000', '205909.120000', '205909.123000', '205909.125000', '205909.128000', '205909.131000', '205909.133000', '205909.136000', '205909.138000', '205909.141000', '205909.143000', '205909.146000', '205909.149000', '205909.151000', '205909.154000', '205929.040000', '205929.043000', '205929.046000', '205929.049000', '205929.051000', '205929.054000', '205929.056000', '205929.059000', '205929.061000', '205929.064000', '205929.067000', '205929.069000', '205929.072000', '205929.074000', '205929.077000', '205929.080000', '205929.082000', '205929.085000', '205929.087000', '205929.090000', '205929.092000', '205929.095000', '205929.097000', '205929.100000', '205929.103000', '205929.105000', '205929.108000', '205929.110000', '205929.113000', '205929.116000', '205929.118000', '205929.121000', '205929.123000', '205929.126000', '205929.128000', '205929.131000', '205929.134000', '205929.136000', '205929.139000', '205929.141000', '205929.144000', '205929.146000', '205929.149000', '205949.040000', '205949.043000', '205949.046000', '205949.049000', '205949.051000', '205949.054000', '205949.056000', '205949.059000', '205949.061000', '205949.064000', '205949.067000', '205949.069000', '205949.072000', '205949.074000', '205949.077000', '205949.079000', '205949.082000', '205949.085000', '205949.087000', '205949.090000', '205949.093000', '205949.095000', '205949.098000', '205949.100000', '205949.103000', '205949.106000', '205949.108000', '205949.111000', '205949.113000', '205949.116000', '205949.119000', '205949.121000', '205949.124000', '205949.126000', '205949.129000', '205949.131000', '205949.134000', '205949.136000', '205949.139000', '205949.142000', '205949.144000', '205949.147000', '205949.149000', '205949.152000', '210009.040000', '210009.043000', '210009.046000', '210009.048000', '210009.051000', '210009.054000', '210009.056000', '210009.059000', '210009.087000', '210009.089000', '210009.092000', '210009.095000', '210009.097000', '210009.100000', '210009.103000', '210009.105000', '210009.108000', '210009.110000', '210009.113000', '210009.115000', '210009.118000', '210009.121000', '210009.123000', '210009.126000', '210009.128000', '210009.131000', '210009.134000', '210009.136000', '210009.139000', '210009.141000', '210009.144000', '210009.146000', '210009.149000', '210009.152000', '210009.154000', '210009.157000', '210009.159000', '210009.162000', '210009.164000', '210009.167000', '210009.170000', '210009.172000', '210009.175000', '210029.040000', '210029.043000', '210029.046000', '210029.048000', '210029.051000', '210029.054000', '210029.056000', '210029.059000', '210029.061000', '210029.064000', '210029.067000', '210029.069000', '210029.072000', '210029.074000', '210029.077000', '210029.080000', '210029.082000', '210029.085000', '210029.087000', '210029.090000', '210029.093000', '210029.095000', '210029.098000', '210029.100000', '210029.103000', '210029.106000', '210029.108000', '210029.111000', '210029.113000', '210029.116000', '210029.119000', '210029.121000', '210029.124000', '210029.126000', '210029.129000', '210029.131000', '210029.134000', '210029.137000', '210029.139000', '210029.142000', '210029.144000', '210029.147000', '210029.150000', '210049.041000', '210049.043000', '210049.046000', '210049.049000', '210049.051000', '210049.054000', '210049.056000', '210049.059000', '210049.062000', '210049.064000', '210049.067000', '210049.069000', '210049.072000', '210049.075000', '210049.077000', '210049.080000', '210049.082000', '210049.085000', '210049.088000', '210049.090000', '210049.093000', '210049.095000', '210049.098000', '210049.100000', '210049.103000', '210049.106000', '210049.108000', '210049.111000', '210049.113000', '210049.116000', '210049.118000', '210049.121000', '210049.123000', '210049.126000', '210049.129000', '210049.131000', '210049.134000', '210049.136000', '210049.139000', '210049.142000', '210049.144000', '210049.147000', '210049.149000', '210049.152000', '210109.041000', '210109.044000', '210109.046000', '210109.049000', '210109.052000', '210109.054000', '210109.057000', '210109.060000', '210109.062000', '210109.065000', '210109.067000', '210109.070000', '210109.073000', '210109.076000', '210109.078000', '210109.081000', '210109.084000', '210109.086000', '210109.089000', '210109.091000', '210109.094000', '210109.097000', '210109.099000', '210109.102000', '210109.104000', '210109.107000', '210109.110000', '210109.112000', '210109.115000', '210109.117000', '210109.120000', '210109.122000', '210109.125000', '210109.128000', '210109.130000', '210109.133000', '210109.135000', '210109.138000', '210109.141000', '210109.143000', '210109.146000', '210109.148000', '210109.151000', '210129.039000', '210129.042000', '210129.045000', '210129.048000', '210129.050000', '210129.053000', '210129.055000', '210129.058000', '210129.060000', '210129.063000', '210129.066000', '210129.068000', '210129.071000', '210129.073000', '210129.076000', '210129.078000', '210129.081000', '210129.084000', '210129.086000', '210129.089000', '210129.110000', '210129.113000', '210129.115000', '210129.118000', '210129.120000', '210129.123000', '210129.125000', '210129.128000', '210129.131000', '210129.133000', '210129.136000', '210129.138000', '210129.141000', '210129.143000', '210129.146000', '210129.149000', '210129.151000', '210129.154000', '210129.156000', '210129.159000', '210129.161000', '210129.164000', '210129.167000', '210129.169000', '210149.040000', '210149.043000', '210149.046000', '210149.049000', '210149.051000', '210149.054000', '210149.056000', '210149.059000', '210149.062000', '210149.064000', '210149.067000', '210149.069000', '210149.072000', '210149.075000', '210149.077000', '210149.080000', '210149.083000', '210149.085000', '210149.088000', '210149.091000', '210149.093000', '210149.096000', '210149.098000', '210149.101000', '210149.104000', '210149.106000', '210149.109000', '210149.111000', '210149.114000', '210149.116000', '210149.119000', '210149.122000', '210149.124000', '210149.127000', '210149.129000', '210149.132000', '210149.135000', '210149.137000', '210149.140000', '210149.142000', '210149.145000', '210149.148000', '210149.150000', '210209.040000', '210209.043000', '210209.046000', '210209.049000', '210209.051000', '210209.054000', '210209.057000', '210209.059000', '210209.062000', '210209.064000', '210209.067000', '210209.070000', '210209.072000', '210209.075000', '210209.077000', '210209.080000', '210209.082000', '210209.085000', '210209.088000', '210209.090000', '210209.093000', '210209.095000', '210209.098000', '210209.100000', '210209.103000', '210209.105000', '210209.108000', '210209.111000', '210209.113000', '210209.116000', '210209.119000', '210209.121000', '210209.124000', '210209.126000', '210209.129000', '210209.132000', '210209.134000', '210209.137000', '210209.139000', '210209.142000', '210209.144000', '210209.147000', '210209.150000', '210209.152000', '210229.040000', '210229.043000', '210229.046000', '210229.049000', '210229.051000', '210229.054000', '210229.056000', '210229.059000', '210229.062000', '210229.064000', '210229.067000', '210229.069000', '210229.072000', '210229.074000', '210229.077000', '210229.080000', '210229.082000', '210229.085000', '210229.088000', '210229.091000', '210229.094000', '210229.097000', '210229.099000', '210229.102000', '210229.105000', '210229.107000', '210229.110000', '210229.113000', '210229.116000', '210229.118000', '210229.121000', '210229.124000', '210229.126000', '210229.129000', '210229.131000', '210229.134000', '210229.137000', '210229.139000', '210229.142000', '210229.145000', '210229.147000', '210229.150000', '210229.152000', '210249.041000', '210249.044000', '210249.053000', '210249.056000', '210249.058000', '210249.061000', '210249.064000', '210249.066000', '210249.069000', '210249.071000', '210249.074000', '210249.077000', '210249.079000', '210249.082000', '210249.084000', '210249.087000', '210249.089000', '210249.092000', '210249.095000', '210249.097000', '210249.100000', '210249.102000', '210249.105000', '210249.108000', '210249.110000', '210249.113000', '210249.115000', '210249.118000', '210249.120000', '210249.123000', '210249.126000', '210249.128000', '210249.131000', '210249.134000', '210249.136000', '210249.139000', '210249.141000', '210249.144000', '210249.147000', '210249.149000', '210249.152000', '210249.154000', '210249.157000', '210249.159000', '210309.041000', '210309.044000', '210309.046000', '210309.049000', '210309.052000', '210309.054000', '210309.057000', '210309.059000', '210309.062000', '210309.064000', '210309.067000', '210309.070000', '210309.072000', '210309.075000', '210309.077000', '210309.080000', '210309.082000', '210309.085000', '210309.088000', '210309.090000', '210309.093000', '210309.095000', '210309.098000', '210309.101000', '210309.104000', '210309.106000', '210309.109000', '210309.112000', '210309.114000', '210309.117000', '210309.120000', '210309.122000', '210309.125000', '210309.128000', '210309.130000', '210309.133000', '210309.135000', '210309.138000', '210309.141000', '210309.143000', '210309.146000', '210309.149000', '210309.151000', '210329.041000', '210329.044000', '210329.046000', '210329.049000', '210329.051000', '210329.054000', '210329.057000', '210329.059000', '210329.062000', '210329.064000', '210329.067000', '210329.069000', '210329.072000', '210329.075000', '210329.077000', '210329.080000', '210329.082000', '210329.085000', '210329.087000', '210329.090000', '210329.093000', '210329.095000', '210329.098000', '210329.100000', '210329.103000', '210329.105000', '210329.108000', '210329.111000', '210329.113000', '210329.116000', '210329.118000', '210329.121000', '210329.124000', '210329.126000', '210329.129000', '210329.131000', '210329.134000', '210329.137000', '210329.139000', '210329.142000', '210329.144000', '210329.147000', '210329.150000', '210329.152000', '210349.040000', '210349.042000', '210349.045000', '210349.048000', '210349.050000', '210349.053000', '210349.055000', '210349.058000', '210349.060000', '210349.063000', '210349.066000', '210349.068000', '210349.071000', '210349.073000', '210349.076000', '210349.078000', '210349.081000', '210349.084000', '210349.086000', '210349.089000', '210349.091000', '210349.094000', '210349.096000', '210349.099000', '210349.101000', '210349.104000', '210349.107000', '210349.109000', '210349.112000', '210349.115000', '210349.118000', '210349.121000', '210349.124000', '210349.127000', '210349.129000', '210349.132000', '210349.135000', '210349.137000', '210349.140000', '210349.142000', '210349.145000', '210349.148000', '210349.151000', '210407.489000', '210407.492000', '210407.495000', '210407.498000', '210407.501000', '210407.503000', '210407.506000', '210407.509000', '210407.512000', '210407.514000', '210407.517000', '210407.520000', '210407.523000', '210407.526000', '210407.528000', '210407.531000', '210407.534000', '210407.537000', '210407.540000', '210407.543000', '210407.545000', '210407.548000', '210407.555000', '210407.557000', '210407.560000', '210407.563000', '210407.569000', '210407.572000', '210407.575000', '210407.578000', '210407.580000', '210407.583000', '210407.586000', '210407.589000', '210407.592000', '210407.595000', '210407.597000', '210407.600000', '210407.604000', '210407.607000', '210407.609000'], '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': [8872, 10544, 9359, 9356, 7749, 9163, 7936, 9089, 7832, 8608, 7750, 8273, 7831, 7956, 7973, 8640, 7679, 9366, 7931, 9860, 8068, 9488, 7885, 9136, 8573, 8164, 7680, 7590, 7762, 7645, 7559, 8068, 11056, 9653, 11114, 7588, 9341, 7570, 8298, 7865, 8029, 8047, 7996, 7524, 7882, 10409, 8070, 9678, 7749, 8805, 7483, 8083, 10254, 8378, 9849, 7530, 8729, 7898, 8346, 7871, 7939, 7593, 7973, 9303, 8562, 10652, 7743, 9420, 7742, 8655, 7516, 8267, 7643, 7850, 7542, 7891, 10745, 7827, 9161, 7852, 8017, 7953, 7958, 7810, 8244, 7576, 8116, 10351, 8206, 10599, 8070, 9102, 7805, 8396, 7443, 7847, 7532, 7789, 7451, 7837, 10615, 7993, 9119, 8057, 8263, 8040, 8128, 7904, 8347, 7815, 9564, 9097, 8270, 7497, 7948, 11031, 8160, 11353, 9344, 9507, 8114, 8338, 8072, 8055, 9462, 8164, 12022, 8700, 8381, 8073, 8309, 8256, 9340, 7960, 8062, 11308, 8511, 8553, 7966, 7978, 7616, 8320, 11259, 8141, 9774, 8061, 8873, 8238, 8276, 7740, 8057, 11828, 8746, 9947, 7925, 9286, 7674, 7869, 10765, 8053, 9590, 8036, 8619, 8240, 8615, 8135, 9248, 7982, 8474, 9338, 8159, 10233, 8214, 8944, 7585, 7948, 12693, 8631, 10111, 8343, 9499, 8231, 8703, 7858, 8163, 11670, 8019, 9904, 8047, 8915, 8080, 8680, 7681, 7800, 11420, 7729, 9509, 7804, 8506, 7215, 7859, 9766, 7944, 9964, 8744, 8619, 7945, 8375, 7907, 9245, 7912, 9609, 7922, 8494, 7949, 7689, 7886, 7605, 7591, 7873, 7965, 7865, 7593, 7853, 11587, 7904, 10330, 8281, 8362, 7583, 7722, 7518, 7641, 7851, 10663, 8096, 9455, 8023, 8760, 7815, 8056, 8845, 7801, 8135, 7519, 8669, 7968, 10427, 7838, 7766, 7670, 8259, 7509, 7870, 10388, 8063, 9545, 7877, 9453, 7518, 8211, 7595, 8250, 7832, 9682, 7766, 10706, 7737, 9037, 7642, 8094, 10301, 7801, 11162, 8977, 9365, 7987, 9138, 8031, 9288, 7780, 7912, 9512, 7840, 7720, 7643, 7829, 8015, 10656, 7977, 9480, 8160, 8963, 8026, 7948, 8072, 8176, 9728, 7922, 11233, 8939, 8613, 7960, 8321, 8178, 9913, 7940, 9133, 7684, 7853, 7648, 7734, 7571, 7986, 10831, 8824, 9563, 9023, 8706, 8096, 8376, 7859, 7727, 10432, 9075, 7795, 8012, 7665, 8200, 11060, 8094, 8102, 13168, 7993, 10200, 8147, 9182, 7958, 8712, 7783, 9336, 9204, 8253, 10831, 8086, 9611, 8041, 8046, 10179, 8035, 8817, 8193, 8405, 8133, 9473, 8190, 9619, 7988, 9062, 7945, 9181, 7831, 10445, 7971, 10803, 7889, 9914, 8181, 9763, 9390, 8063, 13541, 8061, 11388, 7970, 9867, 8665, 9550, 8687, 7968, 7814, 7594, 7809, 8023, 7655, 8339, 13024, 8251, 9769, 12046, 8148, 13624, 8108, 10268, 8801, 10159, 7927, 9393, 8191, 9109, 7914, 8740, 7927, 8019, 7626, 7929, 7702, 7816, 7616, 8741, 10345, 8925, 7529, 7791, 7757, 7789, 9301, 8058, 10043, 8632, 7360, 8090, 10948, 8099, 9252, 8129, 8364, 8055, 8197, 7933, 8518, 7719, 7856, 9882, 7837, 8393, 7518, 7686, 8051, 9287, 8576, 7744, 7778, 8033, 8151, 10295, 10782, 11189, 8424, 10079, 8065, 10015, 9014, 8682, 8475, 7552, 7639, 7653, 8197, 10456, 8904, 12578, 8839, 10405, 8225, 9461, 7947, 9346, 7988, 10400, 8075, 9182, 7905, 9329, 8685, 8264, 7391, 7870, 8277, 9273, 7895, 10676, 8710, 8224, 7738, 7360, 7524, 7533, 8161, 7684, 9419, 7790, 9886, 7842, 10668, 7464, 10562, 7896, 8373, 7786, 7659, 7734, 8220, 8206, 8247, 9840, 8277, 7687, 8122, 8312, 8029, 9016, 8864, 9552, 7868, 8192, 8345, 9139, 7779, 9764, 7910, 8109, 7628, 7818, 7836, 8228, 8035, 9322, 8317, 10546, 7534, 9947, 8265, 9384, 11218, 8245, 10386, 8258, 8274, 8361, 8202, 8345, 8347, 7629, 7648, 10386, 9278, 10194, 8352, 10056, 8451, 9947, 8016, 9681, 8147, 9485, 8073, 8751, 8092, 9975, 7701, 8991, 7648, 8340, 11491, 8132, 9691, 8273, 8875, 8523, 8086, 7835, 8156, 9148, 8290, 10381, 8918, 7600, 7884, 8067, 8200, 11628, 8181, 9569, 8227, 8045, 8831, 8271, 10075, 8265, 9575, 8138, 10543, 7977, 8325, 7777, 8331, 11035, 8154, 9926, 8713, 8308, 8160, 7747, 8178, 9343, 7983, 7782, 8835, 7871, 8039, 7896, 7333, 7701, 7532, 8552, 12068, 8298, 8094, 7806, 7945, 7646, 7660, 10311, 8147, 11232, 8151, 9014, 8079, 8262, 8158, 9276, 8112, 8861, 8295, 8937, 8240, 9068, 8415, 9589, 8079, 9022, 8009, 8722, 8164, 8112, 8118, 8716, 8204, 9698, 8253, 8879, 8538, 8908, 7850, 8333, 8149, 7398, 8015, 8179, 7635, 8103, 11437, 8663, 9589, 8400, 8389, 8149, 8199, 9567, 7652, 8462, 8261, 7738, 8246, 9363, 8198, 9273, 8154, 8769, 8110, 8370, 8297, 8750, 7840, 9364, 7984, 7744, 7815, 7672, 7801, 8013, 11492, 9115, 10174, 8153, 8450, 8071, 7898, 8160, 7921, 7515, 7593, 9401, 8210, 10544, 8056, 9184, 8094, 7964, 7841, 7572, 7857, 8083, 11345, 9372, 9789, 8249, 9002, 8248, 8155, 7604, 7805, 7571, 8258, 7948, 7776, 8187, 8713, 8070, 9828, 11460, 8270, 10521, 8113, 8400, 7937, 7443, 7645, 7829, 9777, 8492, 9049, 7915, 8756, 8170, 9304, 8059, 8905, 8031, 8637, 8282, 8513, 8197, 9270, 8112, 9084, 8001, 9169, 7611, 7500, 7674, 8030, 10225, 9044, 10006, 7947, 9123, 8060, 8485, 7919, 8491, 8003, 8315, 8089, 8512, 7709, 8799, 7447, 7700, 10669, 8127, 10534, 7808, 9219, 8871, 7383, 7434, 7461, 7998, 10780, 7920, 9658, 7932, 7937, 7705, 7391, 7736, 7589, 7585, 7781, 7554, 7884, 7824, 9573, 9694, 8502, 10787, 7882, 9264, 8226, 9210, 8072, 8460, 7877, 7608, 8001, 7703, 7914, 7713, 7901, 8450, 8041, 8857, 8469, 8107, 10580, 8049, 9447, 8183, 7798, 8298, 7804, 7885, 7759, 7950, 7838, 8235, 10235, 7931, 8934, 7800, 8756, 11993, 8596, 10395, 8019, 7761, 7537, 7578, 7630, 8179, 9465, 7990, 11059, 8189, 9420, 7871, 8606, 9602, 8046, 11250, 8831, 9544, 8230, 8977, 8246, 8970, 8350, 8648, 8286, 8685, 8130, 7889, 8319, 8696, 8467, 10341, 9769, 8740, 9093, 8253, 9568, 8183, 8730, 8377, 9063, 8131, 8520, 8294, 8554, 8214, 8429, 9856, 9321, 8572, 8761, 8497, 8320, 9751, 8394, 9512, 8182, 8325, 7949, 7925, 9347, 8146, 7666, 7766, 7836, 8764, 11079, 9135, 9933, 9136, 8845, 8337, 8647, 8544, 9556, 8227, 10858, 8126, 9220, 8658, 9844, 8521, 10551, 8251, 10142, 8495, 8870, 8716, 8287, 8266, 7825, 7918, 7892, 8079, 8406, 11290, 9377, 8782, 7870, 7777, 7959, 8104, 8716, 10342, 10029, 9158, 8259, 9368, 7822, 8544, 12801, 8426, 9745, 7980, 8511, 8100, 7953, 10182, 7964, 11441, 8742, 8986, 8355, 7788, 8262, 8768, 8554, 9620, 9389, 10607, 8318, 9949, 7958, 8328, 11705, 9185, 10055, 8096, 8780, 8181, 7681, 8312, 7827, 7984, 7997, 7920, 7727, 8092, 8354, 11445, 8913, 9556, 8479, 7788, 7958, 7880, 9637, 8451, 10492, 9183, 7857, 8255, 8212, 7825, 8664, 9347, 8750, 11168, 8942, 10710, 7665, 8007, 7578, 7941, 9507, 15178, 8693, 12634, 9137, 8098, 9458, 8011, 7890, 8092, 8032, 8420, 7910, 9639, 8053, 10406, 8754, 9446, 7728, 7950, 8112, 10622, 7928, 11641, 9046, 9508, 7528, 7497, 7527, 7980, 7964, 9365, 8223, 7615, 8266, 7815, 7973, 10609, 8003, 10192, 8101, 8638, 8094, 8452, 7413, 7541, 8468, 9772, 7900, 9680, 8417, 7932, 7882, 7900, 9972, 8188, 10486, 8124, 9132, 8386, 8544, 7949, 8454, 7566, 8704, 7826, 8507, 7653, 7740, 9484, 8327, 7212, 7715, 7303, 8211, 7839, 10414, 7871, 10752, 8668, 8128, 9007, 7776, 9833, 15169, 8210, 12699, 9623, 8725, 8329, 8551, 8056, 8256, 8250, 9864, 8330, 11124, 7856, 10560, 8047, 10179, 8315, 10259, 8437, 8244, 8580, 7941, 7812, 7937, 8430, 8782, 12760, 9895, 10408, 8080, 7854, 8131, 8336, 8350, 9087, 8081, 9166, 8478, 8119, 8586, 12758, 8315, 9812, 12252, 8579, 9666, 8402, 9590, 7823, 8420, 8056, 8650, 8045, 8234, 7888, 8574, 7864, 8334, 8944, 8464, 10611, 9920, 8565, 7960, 8476, 8445, 9235, 7343, 8682, 7336, 8341, 7930, 8213, 8180, 8454, 10918, 8125, 9236, 7827, 8605, 7468, 8407, 7387, 8483, 8118, 9254, 7344, 8285, 9841, 8429, 9904, 7944, 8381, 7337, 8373, 7368, 8380, 10757, 8345, 9200, 7837, 7628, 7367, 7752, 7613, 8248, 9541, 8694, 8768, 8145, 8868, 7656, 8956, 7616, 9037, 7440, 8541, 7310, 7734, 7367, 8943, 7205, 8728, 9826, 9076, 8419, 8111, 7219, 7808, 8441, 10816, 7823, 8581, 14035, 8792, 12265, 7286, 9598, 7342, 9040, 7436, 8510, 13633, 8836, 8375, 8507, 7320, 8505, 7442, 8533, 12452, 8894, 10848, 8821, 8800, 7436, 7615, 7750, 7667, 8497, 9714, 7595, 8123, 10651, 8383, 9101, 7455, 8913, 7411, 9262, 7438, 9011, 7333, 9033, 7378, 9394, 10350, 8389, 9936, 7409, 8249, 7402, 8327, 10707, 9701, 9434, 8259, 7401, 8281, 7408, 8184, 10808, 7543, 8172, 9739, 8204, 8990, 8449, 8775, 7538, 7866, 7847, 8424, 8452, 11015, 9954, 9862, 8675, 9163, 7435, 9209, 7533, 9085, 7422, 8289, 7534, 7896, 7356, 8215, 10339, 8346, 7602, 8240, 7312, 8511, 7457, 9175, 12810, 8212, 11606, 9086, 9098, 7323, 8205, 7398, 8595, 8114, 9433, 7311, 8120, 8542, 8258, 10571, 8090, 9389, 8883, 7284, 8065, 7451, 8035, 8754, 8402, 9958, 7491, 8498, 7460, 8870, 7614, 8161, 7684, 8367, 8923, 7455, 10837, 8387, 11558, 8654, 11764, 7876, 8348, 7594], 'WindowCenter': [4425.0, 4417.0, 4394.0, 4365.0, 4361.0, 4378.0, 4354.0, 4368.0, 4359.0, 4367.0, 4357.0, 4356.0, 4356.0, 4356.0, 4357.0, 4368.0, 4370.0, 4378.0, 4368.0, 4387.0, 4368.0, 4376.0, 4357.0, 4377.0, 4365.0, 4355.0, 4345.0, 4346.0, 4356.0, 4357.0, 4357.0, 4382.0, 4388.0, 4377.0, 4374.0, 4346.0, 4364.0, 4345.0, 4342.0, 4356.0, 4357.0, 4354.0, 4357.0, 4346.0, 4357.0, 4377.0, 4368.0, 4379.0, 4348.0, 4366.0, 4345.0, 4357.0, 4375.0, 4356.0, 4378.0, 4356.0, 4353.0, 4357.0, 4354.0, 4355.0, 4355.0, 4357.0, 4370.0, 4380.0, 4369.0, 4386.0, 4358.0, 4377.0, 4358.0, 4369.0, 4358.0, 4358.0, 4346.0, 4358.0, 4356.0, 4358.0, 4386.0, 4359.0, 4378.0, 4359.0, 4356.0, 4358.0, 4368.0, 4358.0, 4370.0, 4359.0, 4370.0, 4388.0, 4367.0, 4388.0, 4356.0, 4367.0, 4357.0, 4366.0, 4333.0, 4356.0, 4357.0, 4357.0, 4347.0, 4359.0, 4389.0, 4368.0, 4368.0, 4358.0, 4356.0, 4356.0, 4358.0, 4368.0, 4379.0, 4370.0, 4390.0, 4377.0, 4370.0, 4358.0, 4370.0, 4397.0, 4381.0, 4401.0, 4377.0, 4376.0, 4356.0, 4355.0, 4355.0, 4357.0, 4377.0, 4367.0, 4397.0, 4366.0, 4353.0, 4356.0, 4367.0, 4368.0, 4389.0, 4357.0, 4367.0, 4386.0, 4365.0, 4364.0, 4355.0, 4357.0, 4345.0, 4368.0, 4386.0, 4357.0, 4375.0, 4357.0, 4365.0, 4366.0, 4368.0, 4357.0, 4368.0, 4397.0, 4350.0, 4374.0, 4355.0, 4375.0, 4344.0, 4356.0, 4386.0, 4355.0, 4364.0, 4355.0, 4365.0, 4366.0, 4366.0, 4369.0, 4379.0, 4369.0, 4367.0, 4376.0, 4366.0, 4386.0, 4367.0, 4377.0, 4342.0, 4357.0, 4396.0, 4366.0, 4376.0, 4355.0, 4376.0, 4365.0, 4367.0, 4355.0, 4367.0, 4385.0, 4355.0, 4362.0, 4358.0, 4367.0, 4356.0, 4367.0, 4355.0, 4357.0, 4386.0, 4346.0, 4364.0, 4341.0, 4367.0, 4345.0, 4356.0, 4376.0, 4366.0, 4377.0, 4367.0, 4366.0, 4367.0, 4367.0, 4370.0, 4379.0, 4371.0, 4390.0, 4370.0, 4368.0, 4357.0, 4356.0, 4367.0, 4369.0, 4370.0, 4370.0, 4358.0, 4367.0, 4356.0, 4369.0, 4409.0, 4369.0, 4388.0, 4368.0, 4368.0, 4358.0, 4358.0, 4346.0, 4369.0, 4382.0, 4400.0, 4356.0, 4388.0, 4370.0, 4380.0, 4358.0, 4371.0, 4379.0, 4359.0, 4357.0, 4344.0, 4352.0, 4370.0, 4398.0, 4359.0, 4358.0, 4357.0, 4365.0, 4345.0, 4369.0, 4387.0, 4368.0, 4376.0, 4369.0, 4388.0, 4357.0, 4367.0, 4359.0, 4369.0, 4369.0, 4392.0, 4371.0, 4400.0, 4356.0, 4389.0, 4369.0, 4381.0, 4401.0, 4371.0, 4399.0, 4379.0, 4379.0, 4370.0, 4378.0, 4370.0, 4388.0, 4371.0, 4372.0, 4388.0, 4368.0, 4357.0, 4359.0, 4343.0, 4369.0, 4400.0, 4356.0, 4389.0, 4367.0, 4367.0, 4342.0, 4359.0, 4358.0, 4369.0, 4377.0, 4368.0, 4382.0, 4367.0, 4365.0, 4367.0, 4366.0, 4370.0, 4388.0, 4381.0, 4391.0, 4358.0, 4369.0, 4357.0, 4343.0, 4357.0, 4370.0, 4386.0, 4381.0, 4379.0, 4379.0, 4370.0, 4368.0, 4368.0, 4368.0, 4370.0, 4388.0, 4368.0, 4356.0, 4358.0, 4356.0, 4368.0, 4387.0, 4357.0, 4368.0, 4407.0, 4356.0, 4375.0, 4354.0, 4365.0, 4356.0, 4353.0, 4369.0, 4390.0, 4378.0, 4369.0, 4387.0, 4369.0, 4377.0, 4368.0, 4370.0, 4387.0, 4355.0, 4364.0, 4366.0, 4353.0, 4369.0, 4375.0, 4369.0, 4362.0, 4353.0, 4365.0, 4370.0, 4389.0, 4370.0, 4400.0, 4355.0, 4400.0, 4371.0, 4389.0, 4381.0, 4376.0, 4378.0, 4359.0, 4406.0, 4355.0, 4384.0, 4341.0, 4375.0, 4367.0, 4376.0, 4369.0, 4370.0, 4358.0, 4357.0, 4357.0, 4369.0, 4356.0, 4365.0, 4408.0, 4355.0, 4379.0, 4397.0, 4355.0, 4406.0, 4356.0, 4373.0, 4364.0, 4363.0, 4342.0, 4349.0, 4351.0, 4353.0, 4344.0, 4355.0, 4343.0, 4342.0, 4343.0, 4342.0, 4330.0, 4345.0, 4357.0, 4365.0, 4374.0, 4365.0, 4345.0, 4355.0, 4356.0, 4343.0, 4361.0, 4367.0, 4376.0, 4367.0, 4356.0, 4369.0, 4388.0, 4358.0, 4363.0, 4356.0, 4355.0, 4358.0, 4355.0, 4356.0, 4367.0, 4357.0, 4358.0, 4376.0, 4358.0, 4367.0, 4358.0, 4368.0, 4382.0, 4389.0, 4380.0, 4359.0, 4371.0, 4370.0, 4382.0, 4402.0, 4401.0, 4400.0, 4371.0, 4388.0, 4369.0, 4374.0, 4368.0, 4366.0, 4368.0, 4357.0, 4356.0, 4357.0, 4354.0, 4389.0, 4364.0, 4398.0, 4367.0, 4374.0, 4356.0, 4364.0, 4343.0, 4351.0, 4342.0, 4375.0, 4357.0, 4365.0, 4343.0, 4377.0, 4367.0, 4356.0, 4345.0, 4357.0, 4367.0, 4378.0, 4354.0, 4387.0, 4365.0, 4351.0, 4341.0, 4346.0, 4357.0, 4342.0, 4367.0, 4342.0, 4363.0, 4357.0, 4389.0, 4367.0, 4387.0, 4342.0, 4388.0, 4354.0, 4365.0, 4356.0, 4357.0, 4368.0, 4368.0, 4379.0, 4353.0, 4378.0, 4357.0, 4357.0, 4357.0, 4356.0, 4342.0, 4352.0, 4367.0, 4350.0, 4356.0, 4354.0, 4366.0, 4376.0, 4341.0, 4378.0, 4341.0, 4342.0, 4344.0, 4329.0, 4344.0, 4355.0, 4341.0, 4377.0, 4369.0, 4386.0, 4343.0, 4379.0, 4368.0, 4364.0, 4387.0, 4354.0, 4373.0, 4365.0, 4341.0, 4356.0, 4367.0, 4367.0, 4352.0, 4356.0, 4354.0, 4387.0, 4366.0, 4375.0, 4368.0, 4388.0, 4367.0, 4378.0, 4368.0, 4378.0, 4357.0, 4379.0, 4357.0, 4378.0, 4370.0, 4375.0, 4357.0, 4379.0, 4357.0, 4354.0, 4398.0, 4368.0, 4376.0, 4357.0, 4363.0, 4355.0, 4356.0, 4331.0, 4357.0, 4377.0, 4367.0, 4360.0, 4366.0, 4345.0, 4355.0, 4356.0, 4368.0, 4397.0, 4368.0, 4379.0, 4355.0, 4355.0, 4364.0, 4355.0, 4374.0, 4356.0, 4362.0, 4358.0, 4360.0, 4343.0, 4357.0, 4345.0, 4355.0, 4359.0, 4356.0, 4374.0, 4355.0, 4345.0, 4354.0, 4343.0, 4356.0, 4365.0, 4355.0, 4357.0, 4351.0, 4341.0, 4354.0, 4356.0, 4357.0, 4359.0, 4357.0, 4364.0, 4398.0, 4353.0, 4341.0, 4346.0, 4358.0, 4355.0, 4357.0, 4360.0, 4354.0, 4387.0, 4354.0, 4364.0, 4356.0, 4340.0, 4342.0, 4377.0, 4342.0, 4352.0, 4356.0, 4364.0, 4354.0, 4366.0, 4366.0, 4376.0, 4342.0, 4366.0, 4354.0, 4354.0, 4356.0, 4356.0, 4356.0, 4365.0, 4356.0, 4351.0, 4367.0, 4366.0, 4366.0, 4379.0, 4341.0, 4356.0, 4355.0, 4345.0, 4356.0, 4352.0, 4356.0, 4357.0, 4386.0, 4355.0, 4365.0, 4355.0, 4356.0, 4344.0, 4341.0, 4349.0, 4346.0, 4354.0, 4355.0, 4344.0, 4340.0, 4377.0, 4367.0, 4361.0, 4342.0, 4366.0, 4342.0, 4366.0, 4369.0, 4379.0, 4356.0, 4366.0, 4355.0, 4355.0, 4344.0, 4357.0, 4342.0, 4355.0, 4382.0, 4352.0, 4360.0, 4354.0, 4355.0, 4354.0, 4355.0, 4355.0, 4341.0, 4346.0, 4341.0, 4360.0, 4367.0, 4387.0, 4367.0, 4361.0, 4357.0, 4354.0, 4341.0, 4355.0, 4341.0, 4367.0, 4373.0, 4376.0, 4374.0, 4356.0, 4365.0, 4340.0, 4355.0, 4357.0, 4358.0, 4355.0, 4366.0, 4342.0, 4356.0, 4379.0, 4363.0, 4369.0, 4402.0, 4399.0, 4353.0, 4376.0, 4341.0, 4356.0, 4338.0, 4331.0, 4341.0, 4356.0, 4359.0, 4350.0, 4364.0, 4341.0, 4365.0, 4367.0, 4377.0, 4358.0, 4352.0, 4353.0, 4354.0, 4356.0, 4366.0, 4367.0, 4377.0, 4369.0, 4365.0, 4368.0, 4363.0, 4359.0, 4358.0, 4356.0, 4354.0, 4372.0, 4378.0, 4361.0, 4356.0, 4375.0, 4369.0, 4367.0, 4357.0, 4351.0, 4344.0, 4352.0, 4368.0, 4379.0, 4370.0, 4367.0, 4330.0, 4343.0, 4386.0, 4353.0, 4388.0, 4358.0, 4377.0, 4378.0, 4357.0, 4357.0, 4343.0, 4369.0, 4400.0, 4368.0, 4376.0, 4342.0, 4341.0, 4341.0, 4357.0, 4357.0, 4353.0, 4358.0, 4343.0, 4358.0, 4353.0, 4355.0, 4386.0, 4374.0, 4379.0, 4388.0, 4353.0, 4376.0, 4367.0, 4363.0, 4369.0, 4368.0, 4340.0, 4357.0, 4340.0, 4355.0, 4357.0, 4356.0, 4367.0, 4352.0, 4340.0, 4362.0, 4357.0, 4342.0, 4386.0, 4367.0, 4376.0, 4341.0, 4341.0, 4340.0, 4340.0, 4339.0, 4355.0, 4353.0, 4358.0, 4367.0, 4386.0, 4352.0, 4378.0, 4368.0, 4379.0, 4394.0, 4378.0, 4386.0, 4355.0, 4356.0, 4355.0, 4355.0, 4357.0, 4365.0, 4388.0, 4354.0, 4397.0, 4368.0, 4363.0, 4353.0, 4365.0, 4362.0, 4367.0, 4387.0, 4366.0, 4366.0, 4351.0, 4365.0, 4352.0, 4351.0, 4368.0, 4366.0, 4351.0, 4365.0, 4356.0, 4366.0, 4377.0, 4379.0, 4378.0, 4401.0, 4387.0, 4362.0, 4366.0, 4365.0, 4376.0, 4368.0, 4368.0, 4366.0, 4365.0, 4355.0, 4376.0, 4351.0, 4363.0, 4353.0, 4380.0, 4372.0, 4377.0, 4350.0, 4377.0, 4351.0, 4379.0, 4376.0, 4353.0, 4372.0, 4367.0, 4353.0, 4353.0, 4365.0, 4373.0, 4355.0, 4369.0, 4369.0, 4369.0, 4376.0, 4411.0, 4389.0, 4373.0, 4379.0, 4361.0, 4369.0, 4378.0, 4379.0, 4374.0, 4368.0, 4381.0, 4367.0, 4378.0, 4363.0, 4389.0, 4377.0, 4387.0, 4366.0, 4386.0, 4351.0, 4377.0, 4364.0, 4367.0, 4364.0, 4355.0, 4354.0, 4357.0, 4355.0, 4353.0, 4380.0, 4375.0, 4365.0, 4365.0, 4340.0, 4367.0, 4368.0, 4375.0, 4389.0, 4390.0, 4390.0, 4380.0, 4377.0, 4359.0, 4366.0, 4407.0, 4365.0, 4359.0, 4354.0, 4367.0, 4340.0, 4352.0, 4371.0, 4350.0, 4384.0, 4364.0, 4363.0, 4350.0, 4352.0, 4366.0, 4362.0, 4380.0, 4388.0, 4390.0, 4398.0, 4378.0, 4388.0, 4367.0, 4353.0, 4397.0, 4374.0, 4376.0, 4366.0, 4350.0, 4350.0, 4356.0, 4366.0, 4341.0, 4339.0, 4355.0, 4354.0, 4356.0, 4365.0, 4363.0, 4396.0, 4377.0, 4376.0, 4366.0, 4357.0, 4355.0, 4366.0, 4386.0, 4367.0, 4370.0, 4375.0, 4340.0, 4351.0, 4365.0, 4357.0, 4366.0, 4378.0, 4363.0, 4398.0, 4377.0, 4386.0, 4368.0, 4368.0, 4356.0, 4369.0, 4390.0, 4431.0, 4380.0, 4394.0, 4366.0, 4356.0, 4364.0, 4355.0, 4338.0, 4354.0, 4355.0, 4364.0, 4367.0, 4386.0, 4380.0, 4399.0, 4380.0, 4379.0, 4368.0, 4353.0, 4368.0, 4387.0, 4368.0, 4397.0, 4368.0, 4375.0, 4357.0, 4356.0, 4358.0, 4366.0, 4368.0, 4362.0, 4367.0, 4344.0, 4365.0, 4355.0, 4368.0, 4385.0, 4356.0, 4387.0, 4356.0, 4364.0, 4355.0, 4354.0, 4356.0, 4356.0, 4368.0, 4387.0, 4368.0, 4390.0, 4353.0, 4356.0, 4355.0, 4366.0, 4376.0, 4366.0, 4386.0, 4341.0, 4361.0, 4365.0, 4351.0, 4356.0, 4367.0, 4358.0, 4366.0, 4356.0, 4353.0, 4357.0, 4369.0, 4377.0, 4366.0, 4346.0, 4357.0, 4343.0, 4379.0, 4371.0, 4412.0, 4395.0, 4413.0, 4382.0, 4381.0, 4391.0, 4370.0, 4402.0, 4420.0, 4354.0, 4393.0, 4376.0, 4355.0, 4355.0, 4349.0, 4356.0, 4366.0, 4368.0, 4390.0, 4368.0, 4398.0, 4369.0, 4398.0, 4370.0, 4399.0, 4379.0, 4401.0, 4367.0, 4368.0, 4365.0, 4356.0, 4355.0, 4369.0, 4382.0, 4383.0, 4397.0, 4364.0, 4377.0, 4345.0, 4346.0, 4331.0, 4357.0, 4356.0, 4382.0, 4358.0, 4379.0, 4357.0, 4356.0, 4383.0, 4401.0, 4357.0, 4381.0, 4390.0, 4355.0, 4368.0, 4344.0, 4377.0, 4344.0, 4345.0, 4359.0, 4383.0, 4369.0, 4368.0, 4348.0, 4380.0, 4358.0, 4368.0, 4394.0, 4384.0, 4402.0, 4390.0, 4369.0, 4356.0, 4358.0, 4382.0, 4381.0, 4372.0, 4368.0, 4334.0, 4368.0, 4344.0, 4355.0, 4343.0, 4369.0, 4385.0, 4369.0, 4355.0, 4343.0, 4366.0, 4333.0, 4368.0, 4359.0, 4380.0, 4369.0, 4379.0, 4347.0, 4369.0, 4378.0, 4369.0, 4390.0, 4370.0, 4357.0, 4333.0, 4346.0, 4346.0, 4370.0, 4388.0, 4357.0, 4377.0, 4346.0, 4346.0, 4333.0, 4346.0, 4357.0, 4357.0, 4390.0, 4369.0, 4368.0, 4370.0, 4380.0, 4371.0, 4378.0, 4374.0, 4381.0, 4359.0, 4369.0, 4359.0, 4369.0, 4360.0, 4391.0, 4350.0, 4381.0, 4379.0, 4367.0, 4368.0, 4369.0, 4371.0, 4372.0, 4394.0, 4414.0, 4372.0, 4381.0, 4410.0, 4368.0, 4398.0, 4348.0, 4378.0, 4348.0, 4367.0, 4335.0, 4354.0, 4396.0, 4366.0, 4355.0, 4355.0, 4335.0, 4356.0, 4333.0, 4357.0, 4371.0, 4354.0, 4376.0, 4356.0, 4354.0, 4334.0, 4330.0, 4335.0, 4346.0, 4369.0, 4377.0, 4332.0, 4345.0, 4365.0, 4356.0, 4354.0, 4346.0, 4365.0, 4347.0, 4366.0, 4345.0, 4364.0, 4347.0, 4367.0, 4359.0, 4382.0, 4375.0, 4368.0, 4378.0, 4333.0, 4355.0, 4358.0, 4369.0, 4365.0, 4367.0, 4365.0, 4356.0, 4346.0, 4355.0, 4347.0, 4369.0, 4399.0, 4358.0, 4369.0, 4366.0, 4370.0, 4367.0, 4357.0, 4367.0, 4370.0, 4369.0, 4382.0, 4381.0, 4369.0, 4402.0, 4404.0, 4392.0, 4382.0, 4380.0, 4360.0, 4380.0, 4372.0, 4380.0, 4348.0, 4368.0, 4358.0, 4369.0, 4359.0, 4370.0, 4388.0, 4370.0, 4344.0, 4369.0, 4360.0, 4380.0, 4361.0, 4391.0, 4398.0, 4356.0, 4399.0, 4369.0, 4368.0, 4359.0, 4358.0, 4360.0, 4380.0, 4356.0, 4367.0, 4360.0, 4354.0, 4367.0, 4370.0, 4388.0, 4369.0, 4379.0, 4368.0, 4333.0, 4368.0, 4358.0, 4372.0, 4381.0, 4381.0, 4392.0, 4361.0, 4369.0, 4345.0, 4366.0, 4349.0, 4370.0, 4358.0, 4381.0, 4370.0, 4371.0, 4402.0, 4370.0, 4413.0, 4356.0, 4400.0, 4343.0, 4357.0, 4346.0], 'WindowWidth': [9758.0, 9729.0, 9689.0, 9631.0, 9635.0, 9653.0, 9612.0, 9639.0, 9628.0, 9636.0, 9622.0, 9620.0, 9622.0, 9619.0, 9624.0, 9641.0, 9646.0, 9653.0, 9641.0, 9664.0, 9642.0, 9650.0, 9625.0, 9650.0, 9631.0, 9616.0, 9603.0, 9606.0, 9618.0, 9623.0, 9623.0, 9666.0, 9665.0, 9648.0, 9639.0, 9604.0, 9626.0, 9602.0, 9589.0, 9620.0, 9623.0, 9613.0, 9621.0, 9604.0, 9621.0, 9647.0, 9640.0, 9656.0, 9610.0, 9632.0, 9600.0, 9620.0, 9642.0, 9619.0, 9652.0, 9622.0, 9605.0, 9619.0, 9612.0, 9617.0, 9617.0, 9621.0, 9647.0, 9657.0, 9642.0, 9662.0, 9624.0, 9648.0, 9626.0, 9642.0, 9626.0, 9626.0, 9605.0, 9623.0, 9618.0, 9626.0, 9662.0, 9629.0, 9654.0, 9628.0, 9620.0, 9625.0, 9640.0, 9628.0, 9646.0, 9631.0, 9645.0, 9667.0, 9638.0, 9665.0, 9622.0, 9638.0, 9624.0, 9635.0, 9578.0, 9620.0, 9622.0, 9622.0, 9609.0, 9630.0, 9672.0, 9641.0, 9640.0, 9624.0, 9619.0, 9621.0, 9625.0, 9640.0, 9658.0, 9649.0, 9675.0, 9652.0, 9645.0, 9627.0, 9648.0, 9680.0, 9663.0, 9690.0, 9651.0, 9647.0, 9619.0, 9618.0, 9617.0, 9624.0, 9650.0, 9637.0, 9680.0, 9633.0, 9611.0, 9620.0, 9636.0, 9644.0, 9672.0, 9625.0, 9639.0, 9663.0, 9631.0, 9628.0, 9619.0, 9624.0, 9604.0, 9641.0, 9662.0, 9622.0, 9643.0, 9624.0, 9631.0, 9634.0, 9640.0, 9625.0, 9640.0, 9676.0, 9600.0, 9642.0, 9617.0, 9645.0, 9600.0, 9621.0, 9659.0, 9617.0, 9627.0, 9617.0, 9631.0, 9635.0, 9635.0, 9644.0, 9658.0, 9642.0, 9639.0, 9647.0, 9635.0, 9661.0, 9637.0, 9652.0, 9593.0, 9623.0, 9675.0, 9633.0, 9646.0, 9619.0, 9645.0, 9632.0, 9637.0, 9618.0, 9636.0, 9658.0, 9615.0, 9615.0, 9624.0, 9635.0, 9622.0, 9638.0, 9617.0, 9623.0, 9660.0, 9606.0, 9628.0, 9589.0, 9637.0, 9605.0, 9622.0, 9647.0, 9637.0, 9650.0, 9637.0, 9636.0, 9639.0, 9637.0, 9647.0, 9656.0, 9650.0, 9673.0, 9644.0, 9639.0, 9624.0, 9622.0, 9637.0, 9647.0, 9647.0, 9645.0, 9626.0, 9639.0, 9622.0, 9643.0, 9698.0, 9646.0, 9670.0, 9640.0, 9639.0, 9628.0, 9628.0, 9605.0, 9645.0, 9668.0, 9691.0, 9619.0, 9669.0, 9646.0, 9659.0, 9628.0, 9652.0, 9659.0, 9629.0, 9625.0, 9598.0, 9607.0, 9646.0, 9682.0, 9632.0, 9626.0, 9622.0, 9633.0, 9604.0, 9643.0, 9666.0, 9641.0, 9646.0, 9646.0, 9667.0, 9626.0, 9639.0, 9630.0, 9645.0, 9647.0, 9682.0, 9653.0, 9689.0, 9618.0, 9674.0, 9646.0, 9664.0, 9691.0, 9652.0, 9688.0, 9656.0, 9656.0, 9646.0, 9655.0, 9648.0, 9670.0, 9649.0, 9654.0, 9670.0, 9641.0, 9624.0, 9631.0, 9596.0, 9646.0, 9688.0, 9618.0, 9672.0, 9638.0, 9635.0, 9594.0, 9628.0, 9626.0, 9644.0, 9652.0, 9642.0, 9647.0, 9636.0, 9630.0, 9637.0, 9636.0, 9647.0, 9671.0, 9666.0, 9679.0, 9627.0, 9643.0, 9625.0, 9597.0, 9625.0, 9647.0, 9660.0, 9663.0, 9656.0, 9657.0, 9644.0, 9641.0, 9641.0, 9642.0, 9648.0, 9668.0, 9639.0, 9619.0, 9625.0, 9621.0, 9640.0, 9666.0, 9623.0, 9642.0, 9691.0, 9619.0, 9641.0, 9615.0, 9631.0, 9622.0, 9608.0, 9646.0, 9675.0, 9653.0, 9644.0, 9664.0, 9642.0, 9652.0, 9643.0, 9648.0, 9664.0, 9619.0, 9629.0, 9635.0, 9609.0, 9647.0, 9642.0, 9644.0, 9618.0, 9609.0, 9627.0, 9646.0, 9671.0, 9649.0, 9687.0, 9615.0, 9686.0, 9651.0, 9672.0, 9664.0, 9648.0, 9653.0, 9629.0, 9688.0, 9616.0, 9655.0, 9588.0, 9646.0, 9637.0, 9647.0, 9642.0, 9646.0, 9624.0, 9624.0, 9624.0, 9641.0, 9621.0, 9629.0, 9697.0, 9612.0, 9657.0, 9675.0, 9618.0, 9688.0, 9618.0, 9638.0, 9626.0, 9621.0, 9594.0, 9592.0, 9606.0, 9611.0, 9599.0, 9616.0, 9595.0, 9592.0, 9596.0, 9594.0, 9570.0, 9604.0, 9621.0, 9632.0, 9639.0, 9630.0, 9602.0, 9618.0, 9620.0, 9595.0, 9618.0, 9639.0, 9647.0, 9638.0, 9621.0, 9642.0, 9667.0, 9625.0, 9621.0, 9620.0, 9616.0, 9624.0, 9617.0, 9621.0, 9638.0, 9623.0, 9627.0, 9645.0, 9624.0, 9635.0, 9628.0, 9644.0, 9668.0, 9672.0, 9660.0, 9632.0, 9651.0, 9648.0, 9671.0, 9695.0, 9691.0, 9687.0, 9649.0, 9668.0, 9643.0, 9638.0, 9640.0, 9633.0, 9639.0, 9622.0, 9622.0, 9625.0, 9613.0, 9670.0, 9623.0, 9679.0, 9635.0, 9641.0, 9619.0, 9628.0, 9593.0, 9600.0, 9589.0, 9643.0, 9623.0, 9630.0, 9594.0, 9651.0, 9638.0, 9619.0, 9606.0, 9623.0, 9638.0, 9654.0, 9612.0, 9666.0, 9633.0, 9602.0, 9588.0, 9608.0, 9624.0, 9593.0, 9641.0, 9592.0, 9623.0, 9626.0, 9670.0, 9639.0, 9667.0, 9593.0, 9666.0, 9616.0, 9632.0, 9624.0, 9624.0, 9642.0, 9642.0, 9659.0, 9607.0, 9653.0, 9622.0, 9624.0, 9621.0, 9619.0, 9591.0, 9604.0, 9633.0, 9597.0, 9619.0, 9616.0, 9635.0, 9648.0, 9589.0, 9652.0, 9588.0, 9590.0, 9599.0, 9570.0, 9602.0, 9616.0, 9588.0, 9652.0, 9642.0, 9663.0, 9595.0, 9655.0, 9640.0, 9628.0, 9663.0, 9611.0, 9636.0, 9633.0, 9586.0, 9618.0, 9635.0, 9635.0, 9607.0, 9621.0, 9613.0, 9662.0, 9635.0, 9643.0, 9639.0, 9668.0, 9640.0, 9654.0, 9640.0, 9654.0, 9624.0, 9653.0, 9624.0, 9654.0, 9646.0, 9642.0, 9623.0, 9657.0, 9623.0, 9609.0, 9680.0, 9640.0, 9647.0, 9622.0, 9624.0, 9616.0, 9620.0, 9573.0, 9623.0, 9651.0, 9636.0, 9611.0, 9632.0, 9603.0, 9618.0, 9621.0, 9642.0, 9677.0, 9638.0, 9655.0, 9616.0, 9615.0, 9627.0, 9619.0, 9643.0, 9621.0, 9619.0, 9624.0, 9613.0, 9598.0, 9621.0, 9603.0, 9617.0, 9611.0, 9619.0, 9640.0, 9615.0, 9600.0, 9614.0, 9599.0, 9621.0, 9632.0, 9617.0, 9623.0, 9599.0, 9588.0, 9615.0, 9619.0, 9624.0, 9629.0, 9624.0, 9625.0, 9684.0, 9608.0, 9588.0, 9603.0, 9623.0, 9616.0, 9621.0, 9611.0, 9616.0, 9663.0, 9615.0, 9628.0, 9621.0, 9586.0, 9591.0, 9651.0, 9592.0, 9604.0, 9619.0, 9629.0, 9617.0, 9634.0, 9636.0, 9650.0, 9593.0, 9632.0, 9615.0, 9615.0, 9620.0, 9619.0, 9619.0, 9631.0, 9618.0, 9599.0, 9635.0, 9634.0, 9634.0, 9654.0, 9588.0, 9618.0, 9616.0, 9604.0, 9619.0, 9605.0, 9619.0, 9624.0, 9662.0, 9615.0, 9629.0, 9617.0, 9620.0, 9600.0, 9588.0, 9593.0, 9604.0, 9611.0, 9615.0, 9600.0, 9587.0, 9653.0, 9639.0, 9616.0, 9592.0, 9633.0, 9591.0, 9634.0, 9643.0, 9657.0, 9623.0, 9634.0, 9617.0, 9618.0, 9602.0, 9622.0, 9595.0, 9615.0, 9647.0, 9605.0, 9613.0, 9614.0, 9617.0, 9614.0, 9620.0, 9616.0, 9589.0, 9606.0, 9590.0, 9614.0, 9638.0, 9666.0, 9638.0, 9616.0, 9622.0, 9616.0, 9588.0, 9620.0, 9589.0, 9640.0, 9635.0, 9649.0, 9642.0, 9619.0, 9629.0, 9586.0, 9620.0, 9623.0, 9627.0, 9618.0, 9635.0, 9593.0, 9623.0, 9658.0, 9625.0, 9646.0, 9695.0, 9684.0, 9607.0, 9647.0, 9588.0, 9618.0, 9581.0, 9575.0, 9588.0, 9620.0, 9608.0, 9598.0, 9628.0, 9587.0, 9630.0, 9636.0, 9650.0, 9627.0, 9604.0, 9614.0, 9614.0, 9619.0, 9634.0, 9638.0, 9654.0, 9648.0, 9629.0, 9640.0, 9622.0, 9628.0, 9629.0, 9623.0, 9612.0, 9633.0, 9652.0, 9617.0, 9622.0, 9646.0, 9643.0, 9637.0, 9623.0, 9601.0, 9596.0, 9606.0, 9640.0, 9659.0, 9647.0, 9638.0, 9574.0, 9596.0, 9660.0, 9607.0, 9667.0, 9628.0, 9652.0, 9654.0, 9623.0, 9626.0, 9595.0, 9647.0, 9688.0, 9640.0, 9650.0, 9592.0, 9590.0, 9588.0, 9624.0, 9626.0, 9611.0, 9626.0, 9595.0, 9629.0, 9612.0, 9615.0, 9662.0, 9642.0, 9659.0, 9668.0, 9609.0, 9649.0, 9638.0, 9622.0, 9645.0, 9641.0, 9588.0, 9623.0, 9586.0, 9621.0, 9624.0, 9624.0, 9639.0, 9608.0, 9588.0, 9619.0, 9622.0, 9592.0, 9663.0, 9638.0, 9648.0, 9588.0, 9587.0, 9587.0, 9585.0, 9585.0, 9620.0, 9610.0, 9627.0, 9638.0, 9664.0, 9607.0, 9654.0, 9644.0, 9661.0, 9669.0, 9654.0, 9663.0, 9617.0, 9620.0, 9617.0, 9620.0, 9626.0, 9631.0, 9670.0, 9612.0, 9680.0, 9642.0, 9623.0, 9609.0, 9628.0, 9620.0, 9641.0, 9665.0, 9634.0, 9633.0, 9602.0, 9632.0, 9605.0, 9604.0, 9641.0, 9635.0, 9601.0, 9632.0, 9622.0, 9636.0, 9654.0, 9659.0, 9658.0, 9692.0, 9667.0, 9620.0, 9636.0, 9633.0, 9649.0, 9643.0, 9641.0, 9634.0, 9633.0, 9620.0, 9649.0, 9605.0, 9624.0, 9611.0, 9661.0, 9635.0, 9651.0, 9602.0, 9652.0, 9606.0, 9660.0, 9647.0, 9612.0, 9634.0, 9640.0, 9611.0, 9614.0, 9631.0, 9637.0, 9616.0, 9645.0, 9647.0, 9646.0, 9650.0, 9708.0, 9674.0, 9638.0, 9657.0, 9618.0, 9643.0, 9657.0, 9659.0, 9639.0, 9641.0, 9645.0, 9639.0, 9654.0, 9626.0, 9674.0, 9654.0, 9664.0, 9637.0, 9663.0, 9605.0, 9652.0, 9626.0, 9638.0, 9630.0, 9618.0, 9614.0, 9624.0, 9620.0, 9611.0, 9642.0, 9647.0, 9633.0, 9633.0, 9589.0, 9640.0, 9645.0, 9646.0, 9673.0, 9674.0, 9674.0, 9661.0, 9648.0, 9630.0, 9637.0, 9694.0, 9632.0, 9611.0, 9616.0, 9637.0, 9587.0, 9606.0, 9634.0, 9603.0, 9658.0, 9627.0, 9625.0, 9600.0, 9614.0, 9637.0, 9622.0, 9662.0, 9670.0, 9675.0, 9685.0, 9656.0, 9672.0, 9641.0, 9611.0, 9680.0, 9644.0, 9649.0, 9635.0, 9602.0, 9600.0, 9624.0, 9636.0, 9589.0, 9585.0, 9619.0, 9616.0, 9624.0, 9634.0, 9624.0, 9679.0, 9652.0, 9650.0, 9634.0, 9624.0, 9618.0, 9637.0, 9665.0, 9640.0, 9629.0, 9647.0, 9588.0, 9604.0, 9632.0, 9626.0, 9638.0, 9657.0, 9624.0, 9683.0, 9653.0, 9660.0, 9644.0, 9643.0, 9618.0, 9644.0, 9677.0, 9735.0, 9664.0, 9668.0, 9631.0, 9619.0, 9626.0, 9615.0, 9579.0, 9613.0, 9618.0, 9631.0, 9639.0, 9665.0, 9662.0, 9687.0, 9660.0, 9657.0, 9643.0, 9610.0, 9643.0, 9669.0, 9644.0, 9678.0, 9637.0, 9644.0, 9623.0, 9621.0, 9627.0, 9637.0, 9642.0, 9619.0, 9635.0, 9601.0, 9630.0, 9618.0, 9640.0, 9659.0, 9622.0, 9664.0, 9621.0, 9628.0, 9618.0, 9614.0, 9621.0, 9620.0, 9642.0, 9665.0, 9642.0, 9675.0, 9609.0, 9622.0, 9617.0, 9635.0, 9647.0, 9633.0, 9661.0, 9589.0, 9615.0, 9631.0, 9603.0, 9620.0, 9638.0, 9626.0, 9633.0, 9620.0, 9608.0, 9624.0, 9644.0, 9649.0, 9633.0, 9606.0, 9625.0, 9595.0, 9658.0, 9651.0, 9709.0, 9692.0, 9712.0, 9668.0, 9665.0, 9678.0, 9649.0, 9694.0, 9714.0, 9613.0, 9663.0, 9647.0, 9616.0, 9618.0, 9597.0, 9620.0, 9634.0, 9642.0, 9674.0, 9643.0, 9680.0, 9645.0, 9681.0, 9648.0, 9684.0, 9659.0, 9692.0, 9639.0, 9640.0, 9632.0, 9619.0, 9617.0, 9646.0, 9667.0, 9669.0, 9672.0, 9620.0, 9646.0, 9597.0, 9602.0, 9570.0, 9621.0, 9614.0, 9662.0, 9618.0, 9653.0, 9615.0, 9613.0, 9667.0, 9682.0, 9616.0, 9655.0, 9663.0, 9609.0, 9634.0, 9594.0, 9647.0, 9593.0, 9596.0, 9624.0, 9667.0, 9642.0, 9638.0, 9604.0, 9659.0, 9622.0, 9637.0, 9684.0, 9672.0, 9692.0, 9672.0, 9642.0, 9615.0, 9619.0, 9662.0, 9658.0, 9655.0, 9635.0, 9582.0, 9638.0, 9594.0, 9610.0, 9590.0, 9643.0, 9655.0, 9644.0, 9610.0, 9592.0, 9632.0, 9581.0, 9638.0, 9629.0, 9659.0, 9642.0, 9653.0, 9609.0, 9641.0, 9651.0, 9641.0, 9672.0, 9644.0, 9621.0, 9577.0, 9599.0, 9606.0, 9642.0, 9666.0, 9616.0, 9650.0, 9606.0, 9604.0, 9578.0, 9601.0, 9622.0, 9618.0, 9672.0, 9642.0, 9639.0, 9645.0, 9658.0, 9648.0, 9649.0, 9658.0, 9663.0, 9627.0, 9640.0, 9629.0, 9644.0, 9634.0, 9678.0, 9613.0, 9664.0, 9648.0, 9629.0, 9640.0, 9643.0, 9651.0, 9654.0, 9687.0, 9715.0, 9652.0, 9663.0, 9699.0, 9638.0, 9677.0, 9611.0, 9652.0, 9611.0, 9635.0, 9582.0, 9608.0, 9671.0, 9629.0, 9613.0, 9614.0, 9586.0, 9617.0, 9583.0, 9620.0, 9626.0, 9606.0, 9645.0, 9616.0, 9611.0, 9585.0, 9568.0, 9581.0, 9606.0, 9639.0, 9650.0, 9574.0, 9595.0, 9619.0, 9617.0, 9613.0, 9606.0, 9631.0, 9606.0, 9629.0, 9602.0, 9627.0, 9607.0, 9635.0, 9630.0, 9665.0, 9638.0, 9638.0, 9651.0, 9579.0, 9611.0, 9628.0, 9641.0, 9623.0, 9633.0, 9629.0, 9618.0, 9603.0, 9610.0, 9608.0, 9642.0, 9682.0, 9625.0, 9642.0, 9626.0, 9644.0, 9636.0, 9615.0, 9637.0, 9646.0, 9643.0, 9666.0, 9663.0, 9641.0, 9694.0, 9698.0, 9678.0, 9665.0, 9659.0, 9634.0, 9661.0, 9650.0, 9658.0, 9612.0, 9639.0, 9624.0, 9642.0, 9628.0, 9645.0, 9668.0, 9644.0, 9598.0, 9643.0, 9632.0, 9660.0, 9635.0, 9678.0, 9675.0, 9615.0, 9681.0, 9640.0, 9638.0, 9629.0, 9617.0, 9633.0, 9661.0, 9616.0, 9630.0, 9629.0, 9610.0, 9636.0, 9643.0, 9668.0, 9643.0, 9654.0, 9638.0, 9580.0, 9641.0, 9627.0, 9652.0, 9661.0, 9663.0, 9679.0, 9635.0, 9635.0, 9600.0, 9626.0, 9608.0, 9640.0, 9624.0, 9662.0, 9641.0, 9650.0, 9693.0, 9642.0, 9709.0, 9614.0, 9684.0, 9590.0, 9620.0, 9604.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.0015627312454479243</td></tr>
<tr><td colspan=3>aqi</td><td>0.027892864530225783</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.91452448708454</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1864827731851308</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0042535889139927</td></tr>
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
<tr><td colspan=3>fber</td><td>7647.7095</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07759835125875368</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0196649672250546</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.381739016256567</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.27873894567063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6439818460534696</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2224962570456004</td></tr>
<tr><td colspan=3>gcor</td><td>0.00543824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016192520037293434</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01672472432255745</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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>3.9538142243359786</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.3565</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8004</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.8069</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310429.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>941.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.5586</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4078</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.4459</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3670.7582</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.6114</td></tr>
<tr><td colspan=3>tsnr</td><td>37.578346172813326</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>