<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-01/func/sub-0083_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>c537689a09b64d7573b9266766fe589a</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>22:06:6.035000</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.996543, -0.0436904, 0.0706698, 0.0405479, 0.99815, 0.0453069]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>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.0982149</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7063, 969, -73, -189, 134, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>534a6f2d-50aa-4e9a-b07c-2352f3a8271f||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.6736507415771484, 0.10878702998161316, 0.19580012559890747, 100.83346557617188], [0.11721803992986679, 2.6779630184173584, 0.11416871845722198, -109.09630584716797], [0.18960201740264893, -0.12155502289533615, 2.690469741821289, -49.496788024902344], [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': ['220606.035000', '220606.495000', '220606.955000', '220607.415000', '220607.875000', '220608.335000', '220608.795000', '220609.255000', '220609.715000', '220610.175000', '220610.635000', '220611.095000', '220611.555000', '220612.015000', '220612.475000', '220612.935000', '220613.395000', '220613.855000', '220614.315000', '220614.775000', '220615.235000', '220615.695000', '220616.155000', '220616.615000', '220617.075000', '220617.535000', '220617.995000', '220618.455000', '220618.915000', '220619.375000', '220619.835000', '220620.295000', '220620.755000', '220621.215000', '220621.675000', '220622.135000', '220622.595000', '220623.055000', '220623.515000', '220623.975000', '220624.435000', '220624.895000', '220625.355000', '220625.815000', '220626.275000', '220626.735000', '220627.195000', '220627.655000', '220628.115000', '220628.575000', '220629.035000', '220629.495000', '220629.955000', '220630.415000', '220630.875000', '220631.335000', '220631.795000', '220632.255000', '220632.715000', '220633.175000', '220633.635000', '220634.095000', '220634.555000', '220635.015000', '220635.475000', '220635.935000', '220636.395000', '220636.855000', '220637.315000', '220637.775000', '220638.235000', '220638.695000', '220639.155000', '220639.615000', '220640.075000', '220640.535000', '220640.995000', '220641.455000', '220641.915000', '220642.375000', '220642.835000', '220643.295000', '220643.755000', '220644.215000', '220644.675000', '220645.135000', '220645.595000', '220646.055000', '220646.515000', '220646.975000', '220647.435000', '220647.895000', '220648.355000', '220648.815000', '220649.275000', '220649.735000', '220650.195000', '220650.655000', '220651.115000', '220651.575000', '220652.035000', '220652.495000', '220652.955000', '220653.415000', '220653.875000', '220654.335000', '220654.795000', '220655.255000', '220655.715000', '220656.175000', '220656.635000', '220657.095000', '220657.555000', '220658.015000', '220658.475000', '220658.935000', '220659.395000', '220659.855000', '220700.315000', '220700.775000', '220701.235000', '220701.695000', '220702.155000', '220702.615000', '220703.075000', '220703.535000', '220703.995000', '220704.455000', '220704.915000', '220705.375000', '220705.835000', '220706.295000', '220706.755000', '220707.215000', '220707.675000', '220708.135000', '220708.595000', '220709.055000', '220709.515000', '220709.975000', '220710.435000', '220710.895000', '220711.355000', '220711.815000', '220712.275000', '220712.735000', '220713.195000', '220713.655000', '220714.115000', '220714.575000', '220715.035000', '220715.495000', '220715.955000', '220716.415000', '220716.875000', '220717.335000', '220717.795000', '220718.255000', '220718.715000', '220719.175000', '220719.635000', '220720.095000', '220720.555000', '220721.015000', '220721.475000', '220721.935000', '220722.395000', '220722.855000', '220723.315000', '220723.775000', '220724.235000', '220724.695000', '220725.155000', '220725.615000', '220726.075000', '220726.535000', '220726.995000', '220727.455000', '220727.915000', '220728.375000', '220728.835000', '220729.295000', '220729.755000', '220730.215000', '220730.675000', '220731.135000', '220731.595000', '220732.055000', '220732.515000', '220732.975000', '220733.435000', '220733.895000', '220734.355000', '220734.815000', '220735.275000', '220735.735000', '220736.195000', '220736.655000', '220737.115000', '220737.575000', '220738.035000', '220738.495000', '220738.955000', '220739.415000', '220739.875000', '220740.335000', '220740.795000', '220741.255000', '220741.715000', '220742.175000', '220742.635000', '220743.095000', '220743.555000', '220744.015000', '220744.475000', '220744.935000', '220745.395000', '220745.855000', '220746.315000', '220746.775000', '220747.235000', '220747.695000', '220748.155000', '220748.615000', '220749.075000', '220749.535000', '220749.995000', '220750.455000', '220750.915000', '220751.375000', '220751.835000', '220752.295000', '220752.755000', '220753.215000', '220753.675000', '220754.135000', '220754.595000', '220755.055000', '220755.515000', '220755.975000', '220756.435000', '220756.895000', '220757.355000', '220757.815000', '220758.275000', '220758.735000', '220759.195000', '220759.655000', '220800.115000', '220800.575000', '220801.035000', '220801.495000', '220801.955000', '220802.415000', '220802.875000', '220803.335000', '220803.795000', '220804.255000', '220804.715000', '220805.175000', '220805.635000', '220806.095000', '220806.555000', '220807.015000', '220807.475000', '220807.935000', '220808.395000', '220808.855000', '220809.315000', '220809.775000', '220810.235000', '220810.695000', '220811.155000', '220811.615000', '220812.075000', '220812.535000', '220812.995000', '220813.455000', '220813.915000', '220814.375000', '220814.835000', '220815.295000', '220815.755000', '220816.215000', '220816.675000', '220817.135000', '220817.595000', '220818.055000', '220818.515000', '220818.975000', '220819.435000', '220819.895000', '220820.355000', '220820.815000', '220821.275000', '220821.735000', '220822.195000', '220822.655000', '220823.115000', '220823.575000', '220824.035000', '220824.495000', '220824.955000', '220825.415000', '220825.875000', '220826.335000', '220826.795000', '220827.255000', '220827.715000', '220828.175000', '220828.635000', '220829.095000', '220829.555000', '220830.015000', '220830.475000', '220830.935000', '220831.395000', '220831.855000', '220832.315000', '220832.775000', '220833.235000', '220833.695000', '220834.155000', '220834.615000', '220835.075000', '220835.535000', '220835.995000', '220836.455000', '220836.915000', '220837.375000', '220837.835000', '220838.295000', '220838.755000', '220839.215000', '220839.675000', '220840.135000', '220840.595000', '220841.055000', '220841.515000', '220841.975000', '220842.435000', '220842.895000', '220843.355000', '220843.815000', '220844.275000', '220844.735000', '220845.195000', '220845.655000', '220846.115000', '220846.575000', '220847.035000', '220847.495000', '220847.955000', '220848.415000', '220848.875000', '220849.335000', '220849.795000', '220850.255000', '220850.715000', '220851.175000', '220851.635000', '220852.095000', '220852.555000', '220853.015000', '220853.475000', '220853.935000', '220854.395000', '220854.855000', '220855.315000', '220855.775000', '220856.235000', '220856.695000', '220857.155000', '220857.615000', '220858.075000', '220858.535000', '220858.995000', '220859.455000', '220859.915000', '220900.375000', '220900.835000', '220901.295000', '220901.755000', '220902.215000', '220902.675000', '220903.135000', '220903.595000', '220904.055000', '220904.515000', '220904.975000', '220905.435000', '220905.895000', '220906.355000', '220906.815000', '220907.275000', '220907.735000', '220908.195000', '220908.655000', '220909.115000', '220909.575000', '220910.035000', '220910.495000', '220910.955000', '220911.415000', '220911.875000', '220912.335000', '220912.795000', '220913.255000', '220913.715000', '220914.175000', '220914.635000', '220915.095000', '220915.555000', '220916.015000', '220916.475000', '220916.935000', '220917.395000', '220917.855000', '220918.315000', '220918.775000', '220919.235000', '220919.695000', '220920.155000', '220920.615000', '220921.075000', '220921.535000', '220921.995000', '220922.455000', '220922.915000', '220923.375000', '220923.835000', '220924.295000', '220924.755000', '220925.215000', '220925.675000', '220926.135000', '220926.595000', '220927.055000', '220927.515000', '220927.975000', '220928.435000', '220928.895000', '220929.355000', '220929.815000', '220930.275000', '220930.735000', '220931.195000', '220931.655000', '220932.115000', '220932.575000', '220933.035000', '220933.495000', '220933.955000', '220934.415000', '220934.875000', '220935.335000', '220935.795000', '220936.255000', '220936.715000', '220937.175000', '220937.635000', '220938.095000', '220938.555000', '220939.015000', '220939.475000', '220939.935000', '220940.395000', '220940.855000', '220941.315000', '220941.775000', '220942.235000', '220942.695000', '220943.155000', '220943.615000', '220944.075000', '220944.535000', '220944.995000', '220945.455000', '220945.915000', '220946.375000', '220946.835000', '220947.295000', '220947.755000', '220948.215000', '220948.675000', '220949.135000', '220949.595000', '220950.055000', '220950.515000', '220950.975000', '220951.435000', '220951.895000', '220952.355000', '220952.815000', '220953.275000', '220953.735000', '220954.195000', '220954.655000', '220955.115000', '220955.575000', '220956.035000', '220956.495000', '220956.955000', '220957.415000', '220957.875000', '220958.335000', '220958.795000', '220959.255000', '220959.715000', '221000.175000', '221000.635000', '221001.095000', '221001.555000', '221002.015000', '221002.475000', '221002.935000', '221003.395000', '221003.855000', '221004.315000', '221004.775000', '221005.235000', '221005.695000', '221006.155000', '221006.615000', '221007.075000', '221007.535000', '221007.995000', '221008.455000', '221008.915000', '221009.375000', '221009.835000', '221010.295000', '221010.755000', '221011.215000', '221011.675000', '221012.135000', '221012.595000', '221013.055000', '221013.515000', '221013.975000', '221014.435000', '221014.895000', '221015.355000', '221015.815000', '221016.275000', '221016.735000', '221017.195000', '221017.655000', '221018.115000', '221018.575000', '221019.035000', '221019.495000', '221019.955000', '221020.415000', '221020.875000', '221021.335000', '221021.795000', '221022.255000', '221022.715000', '221023.175000', '221023.635000', '221024.095000', '221024.555000', '221025.015000', '221025.475000', '221025.935000', '221026.395000', '221026.855000', '221027.315000', '221027.775000', '221028.235000', '221028.695000', '221029.155000', '221029.615000', '221030.075000', '221030.535000', '221030.995000', '221031.455000', '221031.915000', '221032.375000', '221032.835000', '221033.295000', '221033.755000', '221034.215000', '221034.675000', '221035.135000', '221035.595000', '221036.055000', '221036.515000', '221036.975000', '221037.435000', '221037.895000', '221038.355000', '221038.815000', '221039.275000', '221039.735000', '221040.195000', '221040.655000', '221041.115000', '221041.575000', '221042.035000', '221042.495000', '221042.955000', '221043.415000', '221043.875000', '221044.335000', '221044.795000', '221045.255000', '221045.715000', '221046.175000', '221046.635000', '221047.095000', '221047.555000', '221048.015000', '221048.475000', '221048.935000', '221049.395000', '221049.855000', '221050.315000', '221050.775000', '221051.235000', '221051.695000', '221052.155000', '221052.615000', '221053.075000', '221053.535000', '221053.995000', '221054.455000', '221054.915000', '221055.375000', '221055.835000', '221056.295000', '221056.755000', '221057.215000', '221057.675000', '221058.135000', '221058.595000', '221059.055000', '221059.515000', '221059.975000', '221100.435000', '221100.895000', '221101.355000', '221101.815000', '221102.275000', '221102.735000', '221103.195000', '221103.655000', '221104.115000', '221104.575000', '221105.035000', '221105.495000', '221105.955000', '221106.415000', '221106.875000', '221107.335000', '221107.795000', '221108.255000', '221108.715000', '221109.175000', '221109.635000', '221110.095000', '221110.555000', '221111.015000', '221111.475000', '221111.935000', '221112.395000', '221112.855000', '221113.315000', '221113.775000', '221114.235000', '221114.695000', '221115.155000', '221115.615000', '221116.075000', '221116.535000', '221116.995000', '221117.455000', '221117.915000', '221118.375000', '221118.835000', '221119.295000', '221119.755000', '221120.215000', '221120.675000', '221121.135000', '221121.595000', '221122.055000', '221122.515000', '221122.975000', '221123.435000', '221123.895000', '221124.355000', '221124.815000', '221125.275000', '221125.735000', '221126.195000', '221126.655000', '221127.115000', '221127.575000', '221128.035000', '221128.495000', '221128.955000', '221129.415000', '221129.875000', '221130.335000', '221130.795000', '221131.255000', '221131.715000', '221132.175000', '221132.635000', '221133.095000', '221133.555000', '221134.015000', '221134.475000', '221134.935000', '221135.395000', '221135.855000', '221136.315000', '221136.775000', '221137.235000', '221137.695000', '221138.155000', '221138.615000', '221139.075000', '221139.535000', '221139.995000', '221140.455000', '221140.915000', '221141.375000', '221141.835000', '221142.295000', '221142.755000', '221143.215000', '221143.675000', '221144.135000', '221144.595000', '221145.055000', '221145.515000', '221145.975000', '221146.435000', '221146.895000', '221147.355000', '221147.815000', '221148.275000', '221148.735000', '221149.195000', '221149.655000', '221150.115000', '221150.575000', '221151.035000', '221151.495000', '221151.955000', '221152.415000', '221152.875000', '221153.335000', '221153.795000', '221154.255000', '221154.715000', '221155.175000', '221155.635000', '221156.095000', '221156.555000', '221157.015000', '221157.475000', '221157.935000', '221158.395000', '221158.855000', '221159.315000', '221159.775000', '221200.235000', '221200.695000', '221201.155000', '221201.615000', '221202.075000', '221202.535000', '221202.995000', '221203.455000', '221203.915000', '221204.375000', '221204.835000', '221205.295000', '221205.755000', '221206.215000', '221206.675000', '221207.135000', '221207.595000', '221208.055000', '221208.515000', '221208.975000', '221209.435000', '221209.895000', '221210.355000', '221210.815000', '221211.275000', '221211.735000', '221212.195000', '221212.655000', '221213.115000', '221213.575000', '221214.035000', '221214.495000', '221214.955000', '221215.415000', '221215.875000', '221216.335000', '221216.795000', '221217.255000', '221217.715000', '221218.175000', '221218.635000', '221219.095000', '221219.555000', '221220.015000', '221220.475000', '221220.935000', '221221.395000', '221221.855000', '221222.315000', '221222.775000', '221223.235000', '221223.695000', '221224.155000', '221224.615000', '221225.075000', '221225.535000', '221225.995000', '221226.455000', '221226.915000', '221227.375000', '221227.835000', '221228.295000', '221228.755000', '221229.215000', '221229.675000', '221230.135000', '221230.595000', '221231.055000', '221231.515000', '221231.975000', '221232.435000', '221232.895000', '221233.355000', '221233.815000', '221234.275000', '221234.735000', '221235.195000', '221235.655000', '221236.115000', '221236.575000', '221237.035000', '221237.495000', '221237.955000', '221238.415000', '221238.875000', '221239.335000', '221239.795000', '221240.255000', '221240.715000', '221241.175000', '221241.635000', '221242.095000', '221242.555000', '221243.015000', '221243.475000', '221243.935000', '221244.395000', '221244.855000', '221245.315000', '221245.775000', '221246.235000', '221246.695000', '221247.155000', '221247.615000', '221248.075000', '221248.535000', '221248.995000', '221249.455000', '221249.915000', '221250.375000', '221250.835000', '221251.295000', '221251.755000', '221252.215000', '221252.675000', '221253.135000', '221253.595000', '221254.055000', '221254.515000', '221254.975000', '221255.435000', '221255.895000', '221256.355000', '221256.815000', '221257.275000', '221257.735000', '221258.195000', '221258.655000', '221259.115000', '221259.575000', '221300.035000', '221300.495000', '221300.955000', '221301.415000', '221301.875000', '221302.335000', '221302.795000', '221303.255000', '221303.715000', '221304.175000', '221304.635000', '221305.095000', '221305.555000', '221306.015000', '221306.475000', '221306.935000', '221307.395000', '221307.855000', '221308.315000', '221308.775000', '221309.235000', '221309.695000', '221310.155000', '221310.615000', '221311.075000', '221311.535000', '221311.995000', '221312.455000', '221312.915000', '221313.375000', '221313.835000', '221314.295000', '221314.755000', '221315.215000', '221315.675000', '221316.135000', '221316.595000', '221317.055000', '221317.515000', '221317.975000', '221318.435000', '221318.895000', '221319.355000', '221319.815000', '221320.275000', '221320.735000', '221321.195000', '221321.655000', '221322.115000', '221322.575000', '221323.035000', '221323.495000', '221323.955000', '221324.415000', '221324.875000', '221325.335000', '221325.795000', '221326.255000', '221326.715000', '221327.175000', '221327.635000', '221328.095000', '221328.555000', '221329.015000', '221329.475000', '221329.935000', '221330.395000', '221330.855000', '221331.315000', '221331.775000', '221332.235000', '221332.695000', '221333.155000', '221333.615000', '221334.075000', '221334.535000', '221334.995000', '221335.455000', '221335.915000', '221336.375000', '221336.835000', '221337.295000', '221337.755000', '221338.215000', '221338.675000', '221339.135000', '221339.595000', '221340.055000', '221340.515000', '221340.975000', '221341.435000', '221341.895000', '221342.355000', '221342.815000', '221343.275000', '221343.735000', '221344.195000', '221344.655000', '221345.115000', '221345.575000', '221346.035000', '221346.495000', '221346.955000', '221347.415000', '221347.875000', '221348.335000', '221348.795000', '221349.255000', '221349.715000', '221350.175000', '221350.635000', '221351.095000', '221351.555000', '221352.015000', '221352.475000', '221352.935000', '221353.395000', '221353.855000', '221354.315000', '221354.775000', '221355.235000', '221355.695000', '221356.155000', '221356.615000', '221357.075000', '221357.535000', '221357.995000', '221358.455000', '221358.915000', '221359.375000', '221359.835000', '221400.295000', '221400.755000', '221401.215000', '221401.675000', '221402.135000', '221402.595000', '221403.055000', '221403.515000', '221403.975000', '221404.435000', '221404.895000', '221405.355000', '221405.815000', '221406.275000', '221406.735000', '221407.195000', '221407.655000', '221408.115000', '221408.575000', '221409.035000', '221409.495000', '221409.955000', '221410.415000', '221410.875000', '221411.335000', '221411.795000', '221412.255000', '221412.715000', '221413.175000', '221413.635000', '221414.095000', '221414.555000', '221415.015000', '221415.475000', '221415.935000', '221416.395000', '221416.855000', '221417.315000', '221417.775000', '221418.235000', '221418.695000', '221419.155000', '221419.615000', '221420.075000', '221420.535000', '221420.995000', '221421.455000', '221421.915000', '221422.375000', '221422.835000', '221423.295000', '221423.755000', '221424.215000', '221424.675000', '221425.135000', '221425.595000', '221426.055000', '221426.515000', '221426.975000', '221427.435000', '221427.895000', '221428.355000', '221428.815000', '221429.275000', '221429.735000', '221430.195000', '221430.655000', '221431.115000', '221431.575000', '221432.035000', '221432.495000', '221432.955000', '221433.415000', '221433.875000', '221434.335000', '221434.795000', '221435.255000', '221435.715000', '221436.175000', '221436.635000', '221437.095000', '221437.555000', '221438.015000', '221438.475000', '221438.935000', '221439.395000', '221439.855000', '221440.315000', '221440.775000', '221441.235000', '221441.695000', '221442.155000', '221442.615000', '221443.075000', '221443.535000', '221443.995000', '221444.455000', '221444.915000', '221445.375000', '221445.835000', '221446.295000', '221446.755000', '221447.215000', '221447.675000', '221448.135000', '221448.595000', '221449.055000', '221449.515000', '221449.975000', '221450.435000', '221450.895000', '221451.355000', '221451.815000', '221452.275000', '221452.735000', '221453.195000', '221453.655000', '221454.115000', '221454.575000', '221455.035000', '221455.495000', '221455.955000', '221456.415000', '221456.875000', '221457.335000', '221457.795000', '221458.255000', '221458.715000', '221459.175000', '221459.635000', '221500.095000', '221500.555000', '221501.015000', '221501.475000', '221501.935000', '221502.395000', '221502.855000', '221503.315000', '221503.775000', '221504.235000', '221504.695000', '221505.155000', '221505.615000', '221506.075000', '221506.535000', '221506.995000', '221507.455000', '221507.915000', '221508.375000', '221508.835000', '221509.295000', '221509.755000', '221510.215000', '221510.675000', '221511.135000', '221511.595000', '221512.055000', '221512.515000', '221512.975000', '221513.435000', '221513.895000', '221514.355000', '221514.815000', '221515.275000', '221515.735000', '221516.195000', '221516.655000', '221517.115000', '221517.575000', '221518.035000', '221518.495000', '221518.955000', '221519.415000', '221519.875000', '221520.335000', '221520.795000', '221521.255000', '221521.715000', '221522.175000', '221522.635000', '221523.095000', '221523.555000', '221524.015000', '221524.475000', '221524.935000', '221525.395000', '221525.855000', '221526.315000', '221526.775000', '221527.235000', '221527.695000', '221528.155000', '221528.615000', '221529.075000', '221529.535000', '221529.995000', '221530.455000', '221530.915000', '221531.375000', '221531.835000', '221532.295000', '221532.755000', '221533.215000', '221533.675000', '221534.135000', '221534.595000', '221535.055000', '221535.515000', '221535.975000', '221536.435000', '221536.895000', '221537.355000', '221537.815000', '221538.275000', '221538.735000', '221539.195000', '221539.655000', '221540.115000', '221540.575000', '221541.035000', '221541.495000', '221541.955000', '221542.415000', '221542.875000', '221543.335000', '221543.795000', '221544.255000', '221544.715000', '221545.175000', '221545.635000', '221546.095000', '221546.555000', '221547.015000', '221547.475000', '221547.935000', '221548.395000', '221548.855000', '221549.315000', '221549.775000', '221550.235000', '221550.695000', '221551.155000', '221551.615000', '221552.075000', '221552.535000', '221552.995000', '221553.455000', '221553.915000', '221554.375000', '221554.835000', '221555.295000', '221555.755000', '221556.215000', '221556.675000', '221557.135000', '221557.595000', '221558.055000', '221558.515000', '221558.975000', '221559.435000', '221559.895000', '221600.355000', '221600.815000', '221601.275000', '221601.735000', '221602.195000', '221602.655000', '221603.115000', '221603.575000', '221604.035000', '221604.495000', '221604.955000', '221605.415000', '221605.875000', '221606.335000', '221606.795000', '221607.255000', '221607.715000', '221608.175000', '221608.635000', '221609.095000', '221609.555000', '221610.015000', '221610.475000', '221610.935000', '221611.395000', '221611.855000', '221612.315000', '221612.775000', '221613.235000', '221613.695000', '221614.155000', '221614.615000', '221615.075000', '221615.535000', '221615.995000', '221616.455000', '221616.915000', '221617.375000', '221617.835000', '221618.295000', '221618.755000', '221619.215000', '221619.675000', '221620.135000', '221620.595000', '221621.055000', '221621.515000', '221621.975000', '221622.435000', '221622.895000', '221623.355000', '221623.815000', '221624.275000', '221624.735000', '221625.195000', '221625.655000', '221626.115000', '221626.575000', '221627.035000', '221627.495000', '221627.955000', '221628.415000', '221628.875000', '221629.335000', '221629.795000', '221630.255000', '221630.715000', '221631.175000', '221631.635000', '221632.095000', '221632.555000', '221633.015000', '221633.475000', '221633.935000', '221634.395000', '221634.855000', '221635.315000', '221635.775000', '221636.235000', '221636.695000', '221637.155000', '221637.615000', '221638.075000', '221638.535000'], 'ContentTime': ['220624.681000', '220624.684000', '220624.687000', '220624.689000', '220624.692000', '220624.694000', '220624.697000', '220624.699000', '220624.702000', '220624.706000', '220624.709000', '220624.711000', '220624.714000', '220624.717000', '220624.719000', '220624.722000', '220624.724000', '220624.727000', '220624.729000', '220624.732000', '220624.734000', '220624.737000', '220624.739000', '220624.742000', '220624.745000', '220624.747000', '220624.750000', '220624.753000', '220624.755000', '220624.758000', '220624.760000', '220624.763000', '220624.765000', '220624.768000', '220624.770000', '220624.773000', '220624.776000', '220624.778000', '220624.781000', '220644.653000', '220644.655000', '220644.658000', '220644.660000', '220644.663000', '220644.666000', '220644.668000', '220644.671000', '220644.673000', '220644.676000', '220644.678000', '220644.681000', '220644.683000', '220644.686000', '220644.689000', '220644.691000', '220644.694000', '220644.696000', '220644.699000', '220644.701000', '220644.704000', '220644.707000', '220644.709000', '220644.712000', '220644.714000', '220644.717000', '220644.719000', '220644.722000', '220644.724000', '220644.727000', '220644.730000', '220644.732000', '220644.735000', '220644.737000', '220644.740000', '220644.743000', '220644.745000', '220644.748000', '220644.750000', '220644.753000', '220644.755000', '220644.758000', '220644.783000', '220644.785000', '220704.653000', '220704.656000', '220704.658000', '220704.661000', '220704.663000', '220704.666000', '220704.668000', '220704.671000', '220704.674000', '220704.676000', '220704.679000', '220704.681000', '220704.684000', '220704.686000', '220704.689000', '220704.692000', '220704.694000', '220704.697000', '220704.699000', '220704.702000', '220704.704000', '220704.707000', '220704.710000', '220704.712000', '220704.715000', '220704.717000', '220704.720000', '220704.722000', '220704.725000', '220704.728000', '220704.730000', '220704.733000', '220704.735000', '220704.738000', '220704.740000', '220704.743000', '220704.746000', '220704.748000', '220704.751000', '220704.753000', '220704.756000', '220704.758000', '220704.761000', '220724.663000', '220724.666000', '220724.669000', '220724.671000', '220724.674000', '220724.676000', '220724.679000', '220724.682000', '220724.684000', '220724.687000', '220724.689000', '220724.692000', '220724.695000', '220724.697000', '220724.700000', '220724.702000', '220724.705000', '220724.708000', '220724.712000', '220724.715000', '220724.717000', '220724.720000', '220724.722000', '220724.725000', '220724.727000', '220724.730000', '220724.733000', '220724.735000', '220724.738000', '220724.740000', '220724.743000', '220724.745000', '220724.748000', '220724.751000', '220724.753000', '220724.756000', '220724.759000', '220724.761000', '220724.764000', '220724.766000', '220724.769000', '220724.771000', '220724.774000', '220724.777000', '220744.651000', '220744.654000', '220744.657000', '220744.659000', '220744.662000', '220744.665000', '220744.667000', '220744.670000', '220744.672000', '220744.675000', '220744.677000', '220744.680000', '220744.682000', '220744.685000', '220744.688000', '220744.690000', '220744.693000', '220744.696000', '220744.698000', '220744.701000', '220744.703000', '220744.706000', '220744.708000', '220744.711000', '220744.714000', '220744.716000', '220744.719000', '220744.721000', '220744.724000', '220744.727000', '220744.729000', '220744.734000', '220744.736000', '220744.739000', '220744.741000', '220744.744000', '220744.747000', '220744.749000', '220744.752000', '220744.754000', '220744.757000', '220744.760000', '220744.762000', '220804.651000', '220804.654000', '220804.657000', '220804.659000', '220804.662000', '220804.664000', '220804.667000', '220804.670000', '220804.672000', '220804.675000', '220804.678000', '220804.680000', '220804.683000', '220804.685000', '220804.688000', '220804.691000', '220804.693000', '220804.696000', '220804.698000', '220804.701000', '220804.704000', '220804.706000', '220804.709000', '220804.711000', '220804.714000', '220804.716000', '220804.719000', '220804.722000', '220804.724000', '220804.727000', '220804.729000', '220804.732000', '220804.735000', '220804.737000', '220804.740000', '220804.742000', '220804.745000', '220804.747000', '220804.750000', '220804.752000', '220804.755000', '220804.758000', '220804.760000', '220824.652000', '220824.655000', '220824.657000', '220824.660000', '220824.662000', '220824.665000', '220824.667000', '220824.670000', '220824.672000', '220824.675000', '220824.678000', '220824.680000', '220824.683000', '220824.685000', '220824.688000', '220824.691000', '220824.693000', '220824.696000', '220824.699000', '220824.701000', '220824.704000', '220824.707000', '220824.709000', '220824.712000', '220824.714000', '220824.717000', '220824.719000', '220824.722000', '220824.725000', '220824.727000', '220824.730000', '220824.732000', '220824.735000', '220824.737000', '220824.740000', '220824.743000', '220824.745000', '220824.748000', '220824.750000', '220824.753000', '220824.755000', '220824.758000', '220824.760000', '220824.763000', '220844.651000', '220844.654000', '220844.657000', '220844.659000', '220844.662000', '220844.665000', '220844.667000', '220844.670000', '220844.672000', '220844.675000', '220844.677000', '220844.680000', '220844.683000', '220844.685000', '220844.688000', '220844.690000', '220844.693000', '220844.696000', '220844.698000', '220844.701000', '220844.703000', '220844.706000', '220844.708000', '220844.711000', '220844.713000', '220844.723000', '220844.725000', '220844.730000', '220844.733000', '220844.736000', '220844.738000', '220844.741000', '220844.743000', '220844.746000', '220844.748000', '220844.751000', '220844.754000', '220844.756000', '220844.759000', '220844.761000', '220844.764000', '220844.766000', '220844.769000', '220904.653000', '220904.655000', '220904.658000', '220904.660000', '220904.663000', '220904.666000', '220904.668000', '220904.671000', '220904.673000', '220904.676000', '220904.679000', '220904.681000', '220904.684000', '220904.686000', '220904.689000', '220904.692000', '220904.694000', '220904.697000', '220904.699000', '220904.702000', '220904.704000', '220904.707000', '220904.710000', '220904.712000', '220904.715000', '220904.717000', '220904.720000', '220904.723000', '220904.725000', '220904.728000', '220904.730000', '220904.733000', '220904.735000', '220904.738000', '220904.740000', '220904.743000', '220904.745000', '220904.748000', '220904.751000', '220904.753000', '220904.756000', '220904.759000', '220904.761000', '220904.764000', '220924.652000', '220924.655000', '220924.658000', '220924.660000', '220924.663000', '220924.666000', '220924.668000', '220924.671000', '220924.673000', '220924.676000', '220924.678000', '220924.681000', '220924.684000', '220924.686000', '220924.689000', '220924.692000', '220924.694000', '220924.697000', '220924.699000', '220924.702000', '220924.705000', '220924.707000', '220924.710000', '220924.713000', '220924.715000', '220924.718000', '220924.720000', '220924.723000', '220924.725000', '220924.728000', '220924.731000', '220924.733000', '220924.736000', '220924.739000', '220924.741000', '220924.744000', '220924.746000', '220924.749000', '220924.752000', '220924.754000', '220924.757000', '220924.759000', '220924.762000', '220944.652000', '220944.654000', '220944.657000', '220944.660000', '220944.662000', '220944.665000', '220944.667000', '220944.670000', '220944.672000', '220944.675000', '220944.679000', '220944.682000', '220944.684000', '220944.687000', '220944.689000', '220944.692000', '220944.695000', '220944.697000', '220944.700000', '220944.702000', '220944.705000', '220944.707000', '220944.710000', '220944.713000', '220944.715000', '220944.718000', '220944.720000', '220944.723000', '220944.726000', '220944.728000', '220944.731000', '220944.734000', '220944.736000', '220944.739000', '220944.741000', '220944.744000', '220944.747000', '220944.749000', '220944.752000', '220944.754000', '220944.757000', '220944.760000', '220944.762000', '220944.765000', '221004.652000', '221004.654000', '221004.657000', '221004.660000', '221004.662000', '221004.665000', '221004.667000', '221004.670000', '221004.672000', '221004.675000', '221004.678000', '221004.680000', '221004.683000', '221004.685000', '221004.688000', '221004.691000', '221004.693000', '221004.696000', '221004.699000', '221004.701000', '221004.704000', '221004.707000', '221004.709000', '221004.712000', '221004.714000', '221004.717000', '221004.719000', '221004.722000', '221004.725000', '221004.727000', '221004.730000', '221004.732000', '221004.735000', '221004.737000', '221004.740000', '221004.742000', '221004.745000', '221004.748000', '221004.750000', '221004.753000', '221004.755000', '221004.758000', '221004.761000', '221024.652000', '221024.654000', '221024.657000', '221024.660000', '221024.662000', '221024.665000', '221024.667000', '221024.676000', '221024.679000', '221024.681000', '221024.684000', '221024.686000', '221024.689000', '221024.691000', '221024.694000', '221024.697000', '221024.699000', '221024.702000', '221024.704000', '221024.707000', '221024.710000', '221024.712000', '221024.715000', '221024.717000', '221024.720000', '221024.723000', '221024.725000', '221024.728000', '221024.730000', '221024.733000', '221024.736000', '221024.738000', '221024.741000', '221024.743000', '221024.746000', '221024.748000', '221024.751000', '221024.754000', '221024.756000', '221024.759000', '221024.762000', '221024.764000', '221024.767000', '221024.769000', '221044.651000', '221044.654000', '221044.657000', '221044.659000', '221044.662000', '221044.665000', '221044.667000', '221044.670000', '221044.672000', '221044.675000', '221044.678000', '221044.680000', '221044.683000', '221044.685000', '221044.688000', '221044.691000', '221044.693000', '221044.696000', '221044.698000', '221044.701000', '221044.703000', '221044.706000', '221044.709000', '221044.711000', '221044.714000', '221044.716000', '221044.719000', '221044.722000', '221044.724000', '221044.727000', '221044.730000', '221044.732000', '221044.735000', '221044.737000', '221044.740000', '221044.742000', '221044.745000', '221044.748000', '221044.750000', '221044.753000', '221044.755000', '221044.758000', '221044.761000', '221104.651000', '221104.654000', '221104.657000', '221104.660000', '221104.662000', '221104.665000', '221104.667000', '221104.670000', '221104.672000', '221104.675000', '221104.678000', '221104.680000', '221104.683000', '221104.685000', '221104.688000', '221104.691000', '221104.693000', '221104.696000', '221104.698000', '221104.701000', '221104.704000', '221104.706000', '221104.709000', '221104.711000', '221104.714000', '221104.718000', '221104.720000', '221104.723000', '221104.726000', '221104.728000', '221104.731000', '221104.733000', '221104.736000', '221104.738000', '221104.741000', '221104.743000', '221104.746000', '221104.749000', '221104.751000', '221104.754000', '221104.756000', '221104.759000', '221104.762000', '221104.764000', '221124.652000', '221124.655000', '221124.658000', '221124.661000', '221124.663000', '221124.666000', '221124.669000', '221124.671000', '221124.674000', '221124.676000', '221124.679000', '221124.681000', '221124.684000', '221124.687000', '221124.689000', '221124.692000', '221124.694000', '221124.697000', '221124.700000', '221124.702000', '221124.705000', '221124.707000', '221124.710000', '221124.713000', '221124.715000', '221124.718000', '221124.720000', '221124.723000', '221124.725000', '221124.728000', '221124.731000', '221124.733000', '221124.736000', '221124.739000', '221124.741000', '221124.744000', '221124.746000', '221124.749000', '221124.752000', '221124.754000', '221124.757000', '221124.759000', '221124.762000', '221144.651000', '221144.654000', '221144.657000', '221144.660000', '221144.662000', '221144.665000', '221144.667000', '221144.670000', '221144.673000', '221144.675000', '221144.678000', '221144.680000', '221144.683000', '221144.686000', '221144.688000', '221144.691000', '221144.693000', '221144.696000', '221144.699000', '221144.701000', '221144.706000', '221144.708000', '221144.711000', '221144.714000', '221144.716000', '221144.719000', '221144.722000', '221144.724000', '221144.727000', '221144.729000', '221144.732000', '221144.735000', '221144.748000', '221144.751000', '221144.753000', '221144.756000', '221144.759000', '221144.761000', '221144.764000', '221144.766000', '221144.769000', '221144.772000', '221144.774000', '221144.777000', '221204.652000', '221204.654000', '221204.657000', '221204.660000', '221204.662000', '221204.665000', '221204.668000', '221204.670000', '221204.673000', '221204.675000', '221204.678000', '221204.680000', '221204.683000', '221204.686000', '221204.688000', '221204.691000', '221204.693000', '221204.696000', '221204.698000', '221204.701000', '221204.704000', '221204.706000', '221204.709000', '221204.711000', '221204.714000', '221204.717000', '221204.719000', '221204.722000', '221204.724000', '221204.727000', '221204.730000', '221204.732000', '221204.735000', '221204.737000', '221204.740000', '221204.742000', '221204.745000', '221204.748000', '221204.750000', '221204.753000', '221204.756000', '221204.758000', '221204.761000', '221224.652000', '221224.654000', '221224.657000', '221224.660000', '221224.662000', '221224.665000', '221224.667000', '221224.670000', '221224.672000', '221224.675000', '221224.678000', '221224.680000', '221224.683000', '221224.685000', '221224.688000', '221224.690000', '221224.693000', '221224.696000', '221224.698000', '221224.701000', '221224.703000', '221224.706000', '221224.709000', '221224.712000', '221224.714000', '221224.717000', '221224.719000', '221224.722000', '221224.725000', '221224.727000', '221224.730000', '221224.733000', '221224.735000', '221224.738000', '221224.740000', '221224.743000', '221224.745000', '221224.748000', '221224.750000', '221224.753000', '221224.756000', '221224.759000', '221224.762000', '221224.765000', '221244.652000', '221244.654000', '221244.657000', '221244.660000', '221244.662000', '221244.665000', '221244.667000', '221244.670000', '221244.673000', '221244.675000', '221244.678000', '221244.680000', '221244.683000', '221244.686000', '221244.688000', '221244.691000', '221244.693000', '221244.696000', '221244.699000', '221244.701000', '221244.704000', '221244.706000', '221244.709000', '221244.712000', '221244.714000', '221244.717000', '221244.719000', '221244.722000', '221244.725000', '221244.727000', '221244.730000', '221244.732000', '221244.735000', '221244.737000', '221244.740000', '221244.743000', '221244.745000', '221244.748000', '221244.750000', '221244.753000', '221244.756000', '221244.758000', '221244.761000', '221304.652000', '221304.654000', '221304.657000', '221304.660000', '221304.662000', '221304.665000', '221304.668000', '221304.670000', '221304.673000', '221304.675000', '221304.678000', '221304.687000', '221304.690000', '221304.692000', '221304.695000', '221304.698000', '221304.700000', '221304.703000', '221304.705000', '221304.708000', '221304.711000', '221304.713000', '221304.716000', '221304.718000', '221304.721000', '221304.723000', '221304.726000', '221304.729000', '221304.731000', '221304.734000', '221304.737000', '221304.739000', '221304.742000', '221304.744000', '221304.747000', '221304.750000', '221304.752000', '221304.755000', '221304.757000', '221304.760000', '221304.762000', '221304.765000', '221304.768000', '221304.781000', '221324.651000', '221324.654000', '221324.657000', '221324.659000', '221324.662000', '221324.664000', '221324.667000', '221324.670000', '221324.672000', '221324.675000', '221324.677000', '221324.680000', '221324.683000', '221324.685000', '221324.688000', '221324.690000', '221324.693000', '221324.695000', '221324.698000', '221324.701000', '221324.703000', '221324.706000', '221324.708000', '221324.711000', '221324.714000', '221324.716000', '221324.719000', '221324.721000', '221324.724000', '221324.727000', '221324.729000', '221324.732000', '221324.734000', '221324.737000', '221324.739000', '221324.742000', '221324.745000', '221324.747000', '221324.750000', '221324.752000', '221324.755000', '221324.758000', '221324.760000', '221344.653000', '221344.655000', '221344.658000', '221344.661000', '221344.663000', '221344.666000', '221344.668000', '221344.671000', '221344.674000', '221344.676000', '221344.679000', '221344.681000', '221344.684000', '221344.687000', '221344.689000', '221344.692000', '221344.694000', '221344.697000', '221344.699000', '221344.702000', '221344.705000', '221344.707000', '221344.710000', '221344.712000', '221344.715000', '221344.717000', '221344.720000', '221344.723000', '221344.725000', '221344.728000', '221344.730000', '221344.733000', '221344.736000', '221344.738000', '221344.741000', '221344.743000', '221344.746000', '221344.748000', '221344.751000', '221344.753000', '221344.756000', '221344.759000', '221344.761000', '221344.764000', '221404.652000', '221404.654000', '221404.657000', '221404.660000', '221404.662000', '221404.665000', '221404.667000', '221404.670000', '221404.672000', '221404.675000', '221404.678000', '221404.680000', '221404.683000', '221404.686000', '221404.688000', '221404.691000', '221404.693000', '221404.696000', '221404.698000', '221404.701000', '221404.703000', '221404.706000', '221404.709000', '221404.711000', '221404.714000', '221404.717000', '221404.719000', '221404.722000', '221404.724000', '221404.727000', '221404.729000', '221404.732000', '221404.735000', '221404.737000', '221404.740000', '221404.742000', '221404.745000', '221404.747000', '221404.750000', '221404.753000', '221404.755000', '221404.758000', '221404.760000', '221424.652000', '221424.654000', '221424.657000', '221424.660000', '221424.662000', '221424.665000', '221424.667000', '221424.670000', '221424.672000', '221424.675000', '221424.678000', '221424.680000', '221424.683000', '221424.685000', '221424.688000', '221424.690000', '221424.693000', '221424.696000', '221424.698000', '221424.701000', '221424.703000', '221424.706000', '221424.708000', '221424.711000', '221424.714000', '221424.716000', '221424.719000', '221424.722000', '221424.724000', '221424.727000', '221424.729000', '221424.732000', '221424.734000', '221424.737000', '221424.740000', '221424.742000', '221424.745000', '221424.747000', '221424.750000', '221424.780000', '221424.782000', '221424.785000', '221424.788000', '221424.790000', '221444.652000', '221444.655000', '221444.657000', '221444.660000', '221444.662000', '221444.665000', '221444.668000', '221444.670000', '221444.673000', '221444.676000', '221444.678000', '221444.681000', '221444.683000', '221444.686000', '221444.688000', '221444.691000', '221444.694000', '221444.696000', '221444.699000', '221444.702000', '221444.704000', '221444.707000', '221444.709000', '221444.712000', '221444.715000', '221444.717000', '221444.720000', '221444.722000', '221444.725000', '221444.728000', '221444.730000', '221444.733000', '221444.735000', '221444.738000', '221444.740000', '221444.743000', '221444.746000', '221444.748000', '221444.751000', '221444.753000', '221444.756000', '221444.758000', '221444.761000', '221504.652000', '221504.654000', '221504.657000', '221504.660000', '221504.662000', '221504.665000', '221504.667000', '221504.670000', '221504.673000', '221504.675000', '221504.678000', '221504.681000', '221504.683000', '221504.686000', '221504.688000', '221504.691000', '221504.693000', '221504.696000', '221504.698000', '221504.701000', '221504.704000', '221504.706000', '221504.709000', '221504.711000', '221504.714000', '221504.717000', '221504.719000', '221504.722000', '221504.724000', '221504.727000', '221504.729000', '221504.732000', '221504.735000', '221504.737000', '221504.740000', '221504.742000', '221504.745000', '221504.748000', '221504.750000', '221504.753000', '221504.755000', '221504.758000', '221504.761000', '221504.763000', '221524.652000', '221524.654000', '221524.657000', '221524.660000', '221524.662000', '221524.665000', '221524.667000', '221524.670000', '221524.673000', '221524.675000', '221524.678000', '221524.680000', '221524.683000', '221524.686000', '221524.688000', '221524.691000', '221524.693000', '221524.696000', '221524.699000', '221524.701000', '221524.704000', '221524.706000', '221524.709000', '221524.711000', '221524.714000', '221524.717000', '221524.719000', '221524.722000', '221524.724000', '221524.727000', '221524.729000', '221524.732000', '221524.735000', '221524.737000', '221524.740000', '221524.742000', '221524.745000', '221524.747000', '221524.750000', '221524.753000', '221524.755000', '221524.758000', '221524.760000', '221544.672000', '221544.674000', '221544.677000', '221544.679000', '221544.682000', '221544.685000', '221544.687000', '221544.690000', '221544.692000', '221544.695000', '221544.698000', '221544.700000', '221544.703000', '221544.705000', '221544.708000', '221544.710000', '221544.713000', '221544.716000', '221544.718000', '221544.721000', '221544.723000', '221544.726000', '221544.729000', '221544.731000', '221544.734000', '221544.736000', '221544.739000', '221544.742000', '221544.744000', '221544.747000', '221544.749000', '221544.752000', '221544.754000', '221544.757000', '221544.760000', '221544.762000', '221544.777000', '221544.780000', '221544.782000', '221544.785000', '221544.788000', '221544.790000', '221544.793000', '221604.653000', '221604.655000', '221604.658000', '221604.661000', '221604.663000', '221604.666000', '221604.668000', '221604.671000', '221604.674000', '221604.676000', '221604.679000', '221604.681000', '221604.684000', '221604.686000', '221604.689000', '221604.692000', '221604.694000', '221604.697000', '221604.699000', '221604.702000', '221604.705000', '221604.707000', '221604.710000', '221604.712000', '221604.715000', '221604.717000', '221604.720000', '221604.723000', '221604.726000', '221604.728000', '221604.731000', '221604.733000', '221604.736000', '221604.739000', '221604.741000', '221604.744000', '221604.746000', '221604.749000', '221604.752000', '221604.754000', '221604.757000', '221604.759000', '221604.762000', '221604.764000', '221624.652000', '221624.654000', '221624.657000', '221624.660000', '221624.662000', '221624.665000', '221624.668000', '221624.670000', '221624.673000', '221624.676000', '221624.678000', '221624.681000', '221624.683000', '221624.686000', '221624.689000', '221624.691000', '221624.694000', '221624.696000', '221624.699000', '221624.702000', '221624.704000', '221624.707000', '221624.709000', '221624.712000', '221624.714000', '221624.717000', '221624.720000', '221624.722000', '221624.725000', '221624.728000', '221624.730000', '221624.733000', '221624.735000', '221624.738000', '221624.741000', '221624.743000', '221624.746000', '221624.748000', '221624.751000', '221624.754000', '221624.756000', '221624.759000', '221624.762000', '221639.373000', '221639.376000', '221639.378000', '221639.381000', '221639.383000', '221639.386000', '221639.389000', '221639.391000', '221639.394000', '221639.397000', '221639.399000', '221639.402000', '221639.405000', '221639.407000', '221639.410000', '221639.413000', '221639.416000', '221639.419000', '221639.422000', '221639.425000', '221639.427000', '221639.430000', '221639.433000', '221639.436000', '221639.439000', '221639.442000', '221639.445000', '221639.447000', '221639.451000', '221639.454000', '221639.457000', '221639.461000', '221639.464000'], 'InstanceCreationTime': ['220624.681000', '220624.684000', '220624.687000', '220624.689000', '220624.692000', '220624.694000', '220624.697000', '220624.699000', '220624.702000', '220624.706000', '220624.709000', '220624.711000', '220624.714000', '220624.717000', '220624.719000', '220624.722000', '220624.724000', '220624.727000', '220624.729000', '220624.732000', '220624.734000', '220624.737000', '220624.739000', '220624.742000', '220624.745000', '220624.747000', '220624.750000', '220624.753000', '220624.755000', '220624.758000', '220624.760000', '220624.763000', '220624.765000', '220624.768000', '220624.770000', '220624.773000', '220624.776000', '220624.778000', '220624.781000', '220644.653000', '220644.655000', '220644.658000', '220644.660000', '220644.663000', '220644.666000', '220644.668000', '220644.671000', '220644.673000', '220644.676000', '220644.678000', '220644.681000', '220644.683000', '220644.686000', '220644.689000', '220644.691000', '220644.694000', '220644.696000', '220644.699000', '220644.701000', '220644.704000', '220644.707000', '220644.709000', '220644.712000', '220644.714000', '220644.717000', '220644.719000', '220644.722000', '220644.724000', '220644.727000', '220644.730000', '220644.732000', '220644.735000', '220644.737000', '220644.740000', '220644.743000', '220644.745000', '220644.748000', '220644.750000', '220644.753000', '220644.755000', '220644.758000', '220644.783000', '220644.785000', '220704.653000', '220704.656000', '220704.658000', '220704.661000', '220704.663000', '220704.666000', '220704.668000', '220704.671000', '220704.674000', '220704.676000', '220704.679000', '220704.681000', '220704.684000', '220704.686000', '220704.689000', '220704.692000', '220704.694000', '220704.697000', '220704.699000', '220704.702000', '220704.704000', '220704.707000', '220704.710000', '220704.712000', '220704.715000', '220704.717000', '220704.720000', '220704.722000', '220704.725000', '220704.728000', '220704.730000', '220704.733000', '220704.735000', '220704.738000', '220704.740000', '220704.743000', '220704.746000', '220704.748000', '220704.751000', '220704.753000', '220704.756000', '220704.758000', '220704.761000', '220724.663000', '220724.666000', '220724.669000', '220724.671000', '220724.674000', '220724.676000', '220724.679000', '220724.682000', '220724.684000', '220724.687000', '220724.689000', '220724.692000', '220724.695000', '220724.697000', '220724.700000', '220724.702000', '220724.705000', '220724.708000', '220724.712000', '220724.715000', '220724.717000', '220724.720000', '220724.722000', '220724.725000', '220724.727000', '220724.730000', '220724.733000', '220724.735000', '220724.738000', '220724.740000', '220724.743000', '220724.745000', '220724.748000', '220724.751000', '220724.753000', '220724.756000', '220724.759000', '220724.761000', '220724.764000', '220724.766000', '220724.769000', '220724.771000', '220724.774000', '220724.777000', '220744.651000', '220744.654000', '220744.657000', '220744.659000', '220744.662000', '220744.665000', '220744.667000', '220744.670000', '220744.672000', '220744.675000', '220744.677000', '220744.680000', '220744.682000', '220744.685000', '220744.688000', '220744.690000', '220744.693000', '220744.696000', '220744.698000', '220744.701000', '220744.703000', '220744.706000', '220744.708000', '220744.711000', '220744.714000', '220744.716000', '220744.719000', '220744.721000', '220744.724000', '220744.727000', '220744.729000', '220744.734000', '220744.736000', '220744.739000', '220744.741000', '220744.744000', '220744.747000', '220744.749000', '220744.752000', '220744.754000', '220744.757000', '220744.760000', '220744.762000', '220804.651000', '220804.654000', '220804.657000', '220804.659000', '220804.662000', '220804.664000', '220804.667000', '220804.670000', '220804.672000', '220804.675000', '220804.678000', '220804.680000', '220804.683000', '220804.685000', '220804.688000', '220804.691000', '220804.693000', '220804.696000', '220804.698000', '220804.701000', '220804.704000', '220804.706000', '220804.709000', '220804.711000', '220804.714000', '220804.716000', '220804.719000', '220804.722000', '220804.724000', '220804.727000', '220804.729000', '220804.732000', '220804.735000', '220804.737000', '220804.740000', '220804.742000', '220804.745000', '220804.747000', '220804.750000', '220804.752000', '220804.755000', '220804.758000', '220804.760000', '220824.652000', '220824.655000', '220824.657000', '220824.660000', '220824.662000', '220824.665000', '220824.667000', '220824.670000', '220824.672000', '220824.675000', '220824.678000', '220824.680000', '220824.683000', '220824.685000', '220824.688000', '220824.691000', '220824.693000', '220824.696000', '220824.699000', '220824.701000', '220824.704000', '220824.707000', '220824.709000', '220824.712000', '220824.714000', '220824.717000', '220824.719000', '220824.722000', '220824.725000', '220824.727000', '220824.730000', '220824.732000', '220824.735000', '220824.737000', '220824.740000', '220824.743000', '220824.745000', '220824.748000', '220824.750000', '220824.753000', '220824.755000', '220824.758000', '220824.760000', '220824.763000', '220844.651000', '220844.654000', '220844.657000', '220844.659000', '220844.662000', '220844.665000', '220844.667000', '220844.670000', '220844.672000', '220844.675000', '220844.677000', '220844.680000', '220844.683000', '220844.685000', '220844.688000', '220844.690000', '220844.693000', '220844.696000', '220844.698000', '220844.701000', '220844.703000', '220844.706000', '220844.708000', '220844.711000', '220844.713000', '220844.723000', '220844.725000', '220844.730000', '220844.733000', '220844.736000', '220844.738000', '220844.741000', '220844.743000', '220844.746000', '220844.748000', '220844.751000', '220844.754000', '220844.756000', '220844.759000', '220844.761000', '220844.764000', '220844.766000', '220844.769000', '220904.653000', '220904.655000', '220904.658000', '220904.660000', '220904.663000', '220904.666000', '220904.668000', '220904.671000', '220904.673000', '220904.676000', '220904.679000', '220904.681000', '220904.684000', '220904.686000', '220904.689000', '220904.692000', '220904.694000', '220904.697000', '220904.699000', '220904.702000', '220904.704000', '220904.707000', '220904.710000', '220904.712000', '220904.715000', '220904.717000', '220904.720000', '220904.723000', '220904.725000', '220904.728000', '220904.730000', '220904.733000', '220904.735000', '220904.738000', '220904.740000', '220904.743000', '220904.745000', '220904.748000', '220904.751000', '220904.753000', '220904.756000', '220904.759000', '220904.761000', '220904.764000', '220924.652000', '220924.655000', '220924.658000', '220924.660000', '220924.663000', '220924.666000', '220924.668000', '220924.671000', '220924.673000', '220924.676000', '220924.678000', '220924.681000', '220924.684000', '220924.686000', '220924.689000', '220924.692000', '220924.694000', '220924.697000', '220924.699000', '220924.702000', '220924.705000', '220924.707000', '220924.710000', '220924.713000', '220924.715000', '220924.718000', '220924.720000', '220924.723000', '220924.725000', '220924.728000', '220924.731000', '220924.733000', '220924.736000', '220924.739000', '220924.741000', '220924.744000', '220924.746000', '220924.749000', '220924.752000', '220924.754000', '220924.757000', '220924.759000', '220924.762000', '220944.652000', '220944.654000', '220944.657000', '220944.660000', '220944.662000', '220944.665000', '220944.667000', '220944.670000', '220944.672000', '220944.675000', '220944.679000', '220944.682000', '220944.684000', '220944.687000', '220944.689000', '220944.692000', '220944.695000', '220944.697000', '220944.700000', '220944.702000', '220944.705000', '220944.707000', '220944.710000', '220944.713000', '220944.715000', '220944.718000', '220944.720000', '220944.723000', '220944.726000', '220944.728000', '220944.731000', '220944.734000', '220944.736000', '220944.739000', '220944.741000', '220944.744000', '220944.747000', '220944.749000', '220944.752000', '220944.754000', '220944.757000', '220944.760000', '220944.762000', '220944.765000', '221004.652000', '221004.654000', '221004.657000', '221004.660000', '221004.662000', '221004.665000', '221004.667000', '221004.670000', '221004.672000', '221004.675000', '221004.678000', '221004.680000', '221004.683000', '221004.685000', '221004.688000', '221004.691000', '221004.693000', '221004.696000', '221004.699000', '221004.701000', '221004.704000', '221004.707000', '221004.709000', '221004.712000', '221004.714000', '221004.717000', '221004.719000', '221004.722000', '221004.725000', '221004.727000', '221004.730000', '221004.732000', '221004.735000', '221004.737000', '221004.740000', '221004.742000', '221004.745000', '221004.748000', '221004.750000', '221004.753000', '221004.755000', '221004.758000', '221004.761000', '221024.652000', '221024.654000', '221024.657000', '221024.660000', '221024.662000', '221024.665000', '221024.667000', '221024.676000', '221024.679000', '221024.681000', '221024.684000', '221024.686000', '221024.689000', '221024.691000', '221024.694000', '221024.697000', '221024.699000', '221024.702000', '221024.704000', '221024.707000', '221024.710000', '221024.712000', '221024.715000', '221024.717000', '221024.720000', '221024.723000', '221024.725000', '221024.728000', '221024.730000', '221024.733000', '221024.736000', '221024.738000', '221024.741000', '221024.743000', '221024.746000', '221024.748000', '221024.751000', '221024.754000', '221024.756000', '221024.759000', '221024.762000', '221024.764000', '221024.767000', '221024.769000', '221044.651000', '221044.654000', '221044.657000', '221044.659000', '221044.662000', '221044.665000', '221044.667000', '221044.670000', '221044.672000', '221044.675000', '221044.678000', '221044.680000', '221044.683000', '221044.685000', '221044.688000', '221044.691000', '221044.693000', '221044.696000', '221044.698000', '221044.701000', '221044.703000', '221044.706000', '221044.709000', '221044.711000', '221044.714000', '221044.716000', '221044.719000', '221044.722000', '221044.724000', '221044.727000', '221044.730000', '221044.732000', '221044.735000', '221044.737000', '221044.740000', '221044.742000', '221044.745000', '221044.748000', '221044.750000', '221044.753000', '221044.755000', '221044.758000', '221044.761000', '221104.651000', '221104.654000', '221104.657000', '221104.660000', '221104.662000', '221104.665000', '221104.667000', '221104.670000', '221104.672000', '221104.675000', '221104.678000', '221104.680000', '221104.683000', '221104.685000', '221104.688000', '221104.691000', '221104.693000', '221104.696000', '221104.698000', '221104.701000', '221104.704000', '221104.706000', '221104.709000', '221104.711000', '221104.714000', '221104.718000', '221104.720000', '221104.723000', '221104.726000', '221104.728000', '221104.731000', '221104.733000', '221104.736000', '221104.738000', '221104.741000', '221104.743000', '221104.746000', '221104.749000', '221104.751000', '221104.754000', '221104.756000', '221104.759000', '221104.762000', '221104.764000', '221124.652000', '221124.655000', '221124.658000', '221124.661000', '221124.663000', '221124.666000', '221124.669000', '221124.671000', '221124.674000', '221124.676000', '221124.679000', '221124.681000', '221124.684000', '221124.687000', '221124.689000', '221124.692000', '221124.694000', '221124.697000', '221124.700000', '221124.702000', '221124.705000', '221124.707000', '221124.710000', '221124.713000', '221124.715000', '221124.718000', '221124.720000', '221124.723000', '221124.725000', '221124.728000', '221124.731000', '221124.733000', '221124.736000', '221124.739000', '221124.741000', '221124.744000', '221124.746000', '221124.749000', '221124.752000', '221124.754000', '221124.757000', '221124.759000', '221124.762000', '221144.651000', '221144.654000', '221144.657000', '221144.660000', '221144.662000', '221144.665000', '221144.667000', '221144.670000', '221144.673000', '221144.675000', '221144.678000', '221144.680000', '221144.683000', '221144.686000', '221144.688000', '221144.691000', '221144.693000', '221144.696000', '221144.699000', '221144.701000', '221144.706000', '221144.708000', '221144.711000', '221144.714000', '221144.716000', '221144.719000', '221144.722000', '221144.724000', '221144.727000', '221144.729000', '221144.732000', '221144.735000', '221144.748000', '221144.751000', '221144.753000', '221144.756000', '221144.759000', '221144.761000', '221144.764000', '221144.766000', '221144.769000', '221144.772000', '221144.774000', '221144.777000', '221204.652000', '221204.654000', '221204.657000', '221204.660000', '221204.662000', '221204.665000', '221204.668000', '221204.670000', '221204.673000', '221204.675000', '221204.678000', '221204.680000', '221204.683000', '221204.686000', '221204.688000', '221204.691000', '221204.693000', '221204.696000', '221204.698000', '221204.701000', '221204.704000', '221204.706000', '221204.709000', '221204.711000', '221204.714000', '221204.717000', '221204.719000', '221204.722000', '221204.724000', '221204.727000', '221204.730000', '221204.732000', '221204.735000', '221204.737000', '221204.740000', '221204.742000', '221204.745000', '221204.748000', '221204.750000', '221204.753000', '221204.756000', '221204.758000', '221204.761000', '221224.652000', '221224.654000', '221224.657000', '221224.660000', '221224.662000', '221224.665000', '221224.667000', '221224.670000', '221224.672000', '221224.675000', '221224.678000', '221224.680000', '221224.683000', '221224.685000', '221224.688000', '221224.690000', '221224.693000', '221224.696000', '221224.698000', '221224.701000', '221224.703000', '221224.706000', '221224.709000', '221224.712000', '221224.714000', '221224.717000', '221224.719000', '221224.722000', '221224.725000', '221224.727000', '221224.730000', '221224.733000', '221224.735000', '221224.738000', '221224.740000', '221224.743000', '221224.745000', '221224.748000', '221224.750000', '221224.753000', '221224.756000', '221224.759000', '221224.762000', '221224.765000', '221244.652000', '221244.654000', '221244.657000', '221244.660000', '221244.662000', '221244.665000', '221244.667000', '221244.670000', '221244.673000', '221244.675000', '221244.678000', '221244.680000', '221244.683000', '221244.686000', '221244.688000', '221244.691000', '221244.693000', '221244.696000', '221244.699000', '221244.701000', '221244.704000', '221244.706000', '221244.709000', '221244.712000', '221244.714000', '221244.717000', '221244.719000', '221244.722000', '221244.725000', '221244.727000', '221244.730000', '221244.732000', '221244.735000', '221244.737000', '221244.740000', '221244.743000', '221244.745000', '221244.748000', '221244.750000', '221244.753000', '221244.756000', '221244.758000', '221244.761000', '221304.652000', '221304.654000', '221304.657000', '221304.660000', '221304.662000', '221304.665000', '221304.668000', '221304.670000', '221304.673000', '221304.675000', '221304.678000', '221304.687000', '221304.690000', '221304.692000', '221304.695000', '221304.698000', '221304.700000', '221304.703000', '221304.705000', '221304.708000', '221304.711000', '221304.713000', '221304.716000', '221304.718000', '221304.721000', '221304.723000', '221304.726000', '221304.729000', '221304.731000', '221304.734000', '221304.737000', '221304.739000', '221304.742000', '221304.744000', '221304.747000', '221304.750000', '221304.752000', '221304.755000', '221304.757000', '221304.760000', '221304.762000', '221304.765000', '221304.768000', '221304.781000', '221324.651000', '221324.654000', '221324.657000', '221324.659000', '221324.662000', '221324.664000', '221324.667000', '221324.670000', '221324.672000', '221324.675000', '221324.677000', '221324.680000', '221324.683000', '221324.685000', '221324.688000', '221324.690000', '221324.693000', '221324.695000', '221324.698000', '221324.701000', '221324.703000', '221324.706000', '221324.708000', '221324.711000', '221324.714000', '221324.716000', '221324.719000', '221324.721000', '221324.724000', '221324.727000', '221324.729000', '221324.732000', '221324.734000', '221324.737000', '221324.739000', '221324.742000', '221324.745000', '221324.747000', '221324.750000', '221324.752000', '221324.755000', '221324.758000', '221324.760000', '221344.653000', '221344.655000', '221344.658000', '221344.661000', '221344.663000', '221344.666000', '221344.668000', '221344.671000', '221344.674000', '221344.676000', '221344.679000', '221344.681000', '221344.684000', '221344.687000', '221344.689000', '221344.692000', '221344.694000', '221344.697000', '221344.699000', '221344.702000', '221344.705000', '221344.707000', '221344.710000', '221344.712000', '221344.715000', '221344.717000', '221344.720000', '221344.723000', '221344.725000', '221344.728000', '221344.730000', '221344.733000', '221344.736000', '221344.738000', '221344.741000', '221344.743000', '221344.746000', '221344.748000', '221344.751000', '221344.753000', '221344.756000', '221344.759000', '221344.761000', '221344.764000', '221404.652000', '221404.654000', '221404.657000', '221404.660000', '221404.662000', '221404.665000', '221404.667000', '221404.670000', '221404.672000', '221404.675000', '221404.678000', '221404.680000', '221404.683000', '221404.686000', '221404.688000', '221404.691000', '221404.693000', '221404.696000', '221404.698000', '221404.701000', '221404.703000', '221404.706000', '221404.709000', '221404.711000', '221404.714000', '221404.717000', '221404.719000', '221404.722000', '221404.724000', '221404.727000', '221404.729000', '221404.732000', '221404.735000', '221404.737000', '221404.740000', '221404.742000', '221404.745000', '221404.747000', '221404.750000', '221404.753000', '221404.755000', '221404.758000', '221404.760000', '221424.652000', '221424.654000', '221424.657000', '221424.660000', '221424.662000', '221424.665000', '221424.667000', '221424.670000', '221424.672000', '221424.675000', '221424.678000', '221424.680000', '221424.683000', '221424.685000', '221424.688000', '221424.690000', '221424.693000', '221424.696000', '221424.698000', '221424.701000', '221424.703000', '221424.706000', '221424.708000', '221424.711000', '221424.714000', '221424.716000', '221424.719000', '221424.722000', '221424.724000', '221424.727000', '221424.729000', '221424.732000', '221424.734000', '221424.737000', '221424.740000', '221424.742000', '221424.745000', '221424.747000', '221424.750000', '221424.780000', '221424.782000', '221424.785000', '221424.788000', '221424.790000', '221444.652000', '221444.655000', '221444.657000', '221444.660000', '221444.662000', '221444.665000', '221444.668000', '221444.670000', '221444.673000', '221444.676000', '221444.678000', '221444.681000', '221444.683000', '221444.686000', '221444.688000', '221444.691000', '221444.694000', '221444.696000', '221444.699000', '221444.702000', '221444.704000', '221444.707000', '221444.709000', '221444.712000', '221444.715000', '221444.717000', '221444.720000', '221444.722000', '221444.725000', '221444.728000', '221444.730000', '221444.733000', '221444.735000', '221444.738000', '221444.740000', '221444.743000', '221444.746000', '221444.748000', '221444.751000', '221444.753000', '221444.756000', '221444.758000', '221444.761000', '221504.652000', '221504.654000', '221504.657000', '221504.660000', '221504.662000', '221504.665000', '221504.667000', '221504.670000', '221504.673000', '221504.675000', '221504.678000', '221504.681000', '221504.683000', '221504.686000', '221504.688000', '221504.691000', '221504.693000', '221504.696000', '221504.698000', '221504.701000', '221504.704000', '221504.706000', '221504.709000', '221504.711000', '221504.714000', '221504.717000', '221504.719000', '221504.722000', '221504.724000', '221504.727000', '221504.729000', '221504.732000', '221504.735000', '221504.737000', '221504.740000', '221504.742000', '221504.745000', '221504.748000', '221504.750000', '221504.753000', '221504.755000', '221504.758000', '221504.761000', '221504.763000', '221524.652000', '221524.654000', '221524.657000', '221524.660000', '221524.662000', '221524.665000', '221524.667000', '221524.670000', '221524.673000', '221524.675000', '221524.678000', '221524.680000', '221524.683000', '221524.686000', '221524.688000', '221524.691000', '221524.693000', '221524.696000', '221524.699000', '221524.701000', '221524.704000', '221524.706000', '221524.709000', '221524.711000', '221524.714000', '221524.717000', '221524.719000', '221524.722000', '221524.724000', '221524.727000', '221524.729000', '221524.732000', '221524.735000', '221524.737000', '221524.740000', '221524.742000', '221524.745000', '221524.747000', '221524.750000', '221524.753000', '221524.755000', '221524.758000', '221524.760000', '221544.672000', '221544.674000', '221544.677000', '221544.679000', '221544.682000', '221544.685000', '221544.687000', '221544.690000', '221544.692000', '221544.695000', '221544.698000', '221544.700000', '221544.703000', '221544.705000', '221544.708000', '221544.710000', '221544.713000', '221544.716000', '221544.718000', '221544.721000', '221544.723000', '221544.726000', '221544.729000', '221544.731000', '221544.734000', '221544.736000', '221544.739000', '221544.742000', '221544.744000', '221544.747000', '221544.749000', '221544.752000', '221544.754000', '221544.757000', '221544.760000', '221544.762000', '221544.777000', '221544.780000', '221544.782000', '221544.785000', '221544.788000', '221544.790000', '221544.793000', '221604.653000', '221604.655000', '221604.658000', '221604.661000', '221604.663000', '221604.666000', '221604.668000', '221604.671000', '221604.674000', '221604.676000', '221604.679000', '221604.681000', '221604.684000', '221604.686000', '221604.689000', '221604.692000', '221604.694000', '221604.697000', '221604.699000', '221604.702000', '221604.705000', '221604.707000', '221604.710000', '221604.712000', '221604.715000', '221604.717000', '221604.720000', '221604.723000', '221604.726000', '221604.728000', '221604.731000', '221604.733000', '221604.736000', '221604.739000', '221604.741000', '221604.744000', '221604.746000', '221604.749000', '221604.752000', '221604.754000', '221604.757000', '221604.759000', '221604.762000', '221604.764000', '221624.652000', '221624.654000', '221624.657000', '221624.660000', '221624.662000', '221624.665000', '221624.668000', '221624.670000', '221624.673000', '221624.676000', '221624.678000', '221624.681000', '221624.683000', '221624.686000', '221624.689000', '221624.691000', '221624.694000', '221624.696000', '221624.699000', '221624.702000', '221624.704000', '221624.707000', '221624.709000', '221624.712000', '221624.714000', '221624.717000', '221624.720000', '221624.722000', '221624.725000', '221624.728000', '221624.730000', '221624.733000', '221624.735000', '221624.738000', '221624.741000', '221624.743000', '221624.746000', '221624.748000', '221624.751000', '221624.754000', '221624.756000', '221624.759000', '221624.762000', '221639.373000', '221639.376000', '221639.378000', '221639.381000', '221639.383000', '221639.386000', '221639.389000', '221639.391000', '221639.394000', '221639.397000', '221639.399000', '221639.402000', '221639.405000', '221639.407000', '221639.410000', '221639.413000', '221639.416000', '221639.419000', '221639.422000', '221639.425000', '221639.427000', '221639.430000', '221639.433000', '221639.436000', '221639.439000', '221639.442000', '221639.445000', '221639.447000', '221639.451000', '221639.454000', '221639.457000', '221639.461000', '221639.464000'], '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': [6247, 7929, 6544, 6224, 6715, 6428, 8132, 6380, 7929, 6565, 10396, 6926, 9664, 6835, 8291, 6621, 6499, 6700, 7469, 7706, 6543, 7191, 6762, 6931, 7515, 7075, 7310, 6242, 6687, 6852, 6947, 6319, 7361, 6767, 5867, 6479, 7320, 6691, 7500, 7379, 7702, 8619, 7296, 7367, 7171, 7870, 6947, 6565, 6600, 6369, 8143, 6773, 7253, 6939, 6865, 7998, 6589, 8271, 6696, 9172, 6557, 8422, 7605, 8063, 6664, 6838, 6802, 6964, 7382, 6646, 7734, 6741, 6411, 7664, 7063, 8684, 6585, 7159, 6758, 6486, 6933, 7411, 9271, 6720, 5980, 6693, 7125, 6998, 6952, 8353, 6632, 6493, 6593, 7080, 8168, 6771, 7344, 6792, 7396, 7373, 7309, 8454, 7036, 6053, 6852, 7114, 7075, 6956, 7102, 6878, 7587, 9438, 6533, 8079, 6803, 7476, 7252, 7726, 7878, 7332, 8479, 7260, 8238, 6795, 7387, 6867, 7378, 8830, 6819, 7160, 6729, 7935, 7162, 6994, 8248, 6766, 6031, 6666, 9682, 7090, 9269, 7332, 7667, 7162, 6972, 7041, 7084, 6775, 6813, 7364, 7402, 7359, 9361, 7243, 8492, 7322, 6937, 7300, 6955, 6241, 6988, 7029, 7914, 6947, 6648, 7034, 6936, 6026, 6562, 7761, 7518, 7281, 8563, 7250, 8575, 7312, 6854, 7474, 6920, 6374, 7398, 7219, 8289, 6789, 7019, 6897, 7473, 6819, 7008, 8643, 6745, 8052, 6852, 8723, 6950, 8142, 6870, 7145, 6845, 6405, 7006, 6928, 8012, 6630, 7207, 6813, 7285, 7723, 7050, 7714, 6695, 7987, 7096, 7616, 6705, 6995, 6579, 7419, 7844, 6971, 7274, 6767, 6666, 6601, 7686, 7607, 6899, 7205, 6484, 7533, 8612, 6537, 6201, 6603, 6223, 7480, 7156, 8603, 6524, 7758, 6716, 7842, 6940, 5928, 6836, 6846, 7563, 6554, 5927, 7004, 7701, 7447, 6833, 7692, 6903, 7872, 7063, 6913, 6338, 6840, 6057, 6827, 7393, 6923, 7189, 7002, 6898, 7142, 6827, 7218, 7650, 6689, 5941, 6805, 6825, 7914, 6887, 8172, 7267, 7694, 6932, 7960, 7016, 6281, 6922, 6638, 6467, 7267, 7216, 7074, 6449, 6676, 6969, 7431, 7678, 8353, 7184, 8620, 6763, 5985, 6990, 7277, 6791, 7399, 7334, 6813, 6365, 6887, 6842, 7558, 6761, 7469, 6651, 7867, 6760, 6850, 6628, 6394, 6677, 7247, 8134, 6954, 6082, 6743, 6630, 6712, 7042, 7916, 6635, 6860, 6446, 7342, 7583, 6935, 7837, 6886, 7110, 6683, 6533, 7601, 7181, 8596, 6799, 5703, 6682, 7369, 6881, 6936, 7641, 6788, 5954, 6854, 6207, 7814, 6669, 6595, 6585, 7295, 8423, 6658, 6855, 6543, 7180, 7623, 7219, 8986, 6671, 6925, 6559, 7299, 7200, 6592, 6199, 6607, 6201, 6530, 6849, 7978, 6622, 6353, 6861, 6753, 8593, 6605, 7953, 6641, 6729, 6600, 7283, 7807, 6795, 6631, 6631, 6998, 7339, 6594, 7346, 6450, 6595, 5953, 6513, 7461, 7697, 6560, 8131, 6734, 6355, 6938, 7084, 9288, 6453, 7925, 6439, 6417, 6848, 6748, 7255, 7950, 6829, 6450, 8951, 6592, 6064, 6363, 6987, 8930, 6610, 6039, 6545, 6153, 7404, 6529, 5711, 6652, 6272, 6645, 6968, 9126, 6460, 6101, 6447, 7314, 6873, 6945, 7089, 6799, 7073, 8036, 6570, 6309, 7353, 6779, 8426, 7257, 6565, 6341, 6612, 7033, 6847, 7278, 7578, 6755, 6443, 7794, 6626, 8281, 8754, 6725, 10452, 6739, 8568, 6426, 6332, 6649, 6371, 6575, 6992, 6599, 6107, 6674, 7164, 6699, 7419, 7316, 6819, 6884, 6519, 6222, 6828, 7036, 6680, 7127, 7112, 6725, 8094, 7006, 8190, 6751, 6137, 6743, 7068, 6921, 6890, 7103, 6929, 8057, 6758, 7695, 6937, 7277, 6446, 7173, 7398, 6741, 6145, 6766, 6384, 6995, 7284, 8452, 6978, 7817, 6716, 7129, 6656, 7161, 7227, 6778, 7915, 6695, 6981, 6583, 7238, 8262, 6995, 7589, 6873, 6789, 6638, 7405, 6822, 7311, 7527, 7103, 7529, 7066, 7391, 6832, 7008, 7834, 6704, 5923, 6644, 6938, 6873, 7229, 8228, 6672, 7635, 6608, 7243, 6787, 6921, 8650, 6629, 7084, 6459, 6039, 8059, 6557, 5886, 6490, 6338, 6859, 7028, 8726, 6554, 6818, 6597, 6646, 7944, 6663, 5925, 6476, 7024, 7347, 6631, 8323, 6351, 7229, 6501, 6695, 7342, 6794, 7441, 6417, 6733, 7572, 6578, 6092, 6447, 6949, 8438, 6466, 6780, 7829, 7065, 7722, 7060, 7981, 6772, 7936, 6762, 6894, 6418, 6765, 7569, 6611, 6087, 8451, 6273, 6240, 6551, 6246, 8068, 6559, 7847, 6378, 6698, 6578, 6773, 8396, 6659, 7371, 6448, 6727, 6217, 6638, 6903, 7821, 6272, 7245, 8134, 6555, 6181, 8522, 6367, 10348, 6800, 9436, 6589, 7348, 6624, 6270, 6456, 6772, 8009, 6388, 7396, 6417, 6510, 6440, 7170, 6320, 7869, 6625, 8170, 6936, 6476, 6470, 6785, 6560, 6657, 7974, 6731, 6331, 6655, 7334, 7259, 6425, 7543, 6550, 6815, 6695, 6849, 7711, 6447, 7105, 7142, 6734, 8640, 6419, 7118, 6412, 6481, 7412, 6381, 6164, 6262, 6859, 7704, 6439, 7154, 6821, 6606, 7696, 6344, 6724, 6476, 7110, 7808, 6500, 8025, 6373, 6473, 6620, 6359, 7854, 6431, 6852, 8974, 6395, 6992, 6435, 6966, 8648, 6804, 6137, 6343, 7100, 6868, 6478, 7778, 6550, 8026, 6543, 6301, 7695, 6456, 6803, 6364, 7201, 7852, 6396, 7103, 6426, 6777, 8653, 6232, 7072, 6504, 6638, 7424, 6476, 6059, 7121, 6695, 7949, 6542, 6622, 8015, 6703, 7078, 7289, 6494, 8020, 6737, 6458, 6532, 7250, 9516, 6551, 7053, 6486, 7035, 8486, 6518, 7764, 7450, 6788, 8901, 6228, 7804, 6501, 7189, 6688, 7117, 8427, 6469, 6145, 6434, 7005, 7214, 6315, 6559, 8439, 6519, 6780, 6580, 7164, 7748, 6666, 7134, 6425, 8567, 6961, 7640, 6510, 6203, 6548, 7224, 7686, 6640, 6368, 6804, 6353, 7754, 6570, 6848, 6717, 6798, 8038, 6468, 6457, 6547, 7251, 8685, 6445, 6197, 6419, 6941, 6840, 6867, 7807, 6338, 7629, 6521, 6202, 6518, 7293, 8447, 6415, 6358, 6563, 7074, 8030, 6497, 6135, 6396, 6964, 7246, 6478, 6500, 6954, 7173, 8732, 6399, 7165, 6519, 6623, 8029, 6250, 7267, 6563, 6848, 7672, 6442, 6201, 6540, 7114, 8057, 6441, 6140, 6445, 6164, 8592, 6422, 6887, 6486, 6796, 7947, 6568, 6338, 8389, 6484, 7256, 6658, 6535, 8194, 6600, 7032, 8268, 6755, 7154, 6623, 6275, 6524, 7148, 8924, 6363, 6355, 6434, 7419, 7705, 6727, 6243, 6580, 7435, 7765, 6399, 7199, 6664, 7157, 7338, 7010, 7836, 6450, 6299, 6700, 6642, 8535, 6574, 6994, 7583, 6159, 6800, 6778, 6697, 7420, 7127, 9280, 6515, 6490, 6519, 6417, 6541, 6929, 8749, 6506, 6673, 6506, 6366, 7824, 6570, 6249, 8070, 6692, 6268, 6676, 7134, 8491, 6604, 6907, 7736, 6372, 6280, 7660, 6465, 6427, 6495, 9343, 6581, 6549, 8679, 6575, 6106, 7759, 6665, 9233, 6791, 6278, 7685, 6400, 6176, 6595, 6298, 5957, 6607, 6662, 7493, 6535, 6868, 7347, 6665, 7644, 6582, 7033, 6581, 6622, 8446, 6605, 6162, 7808, 6635, 6047, 6663, 6690, 8032, 6501, 6272, 6978, 6687, 7164, 6429, 6453, 8319, 6296, 6665, 7771, 6358, 6741, 7223, 6405, 6069, 6527, 6438, 7770, 6639, 6541, 8156, 6611, 7749, 6850, 6541, 6782, 6564, 8294, 6444, 6106, 6677, 6722, 7400, 6601, 7683, 6501, 6515, 8511, 6645, 5980, 6574, 6927, 8657, 6494, 6398, 7175, 6425, 5773, 6553, 6265, 7864, 6159, 7947, 6438, 6712, 8567, 6559, 6146, 6557, 6610, 9305, 7229, 6024, 8029, 6500, 6269, 6627, 6704, 8039, 6772, 7237, 6574, 6650, 6911, 6663, 6564, 6753, 6739, 7661, 6747, 6755, 6776, 6584, 7350, 7021, 6429, 6730, 6687, 7406, 6854, 6473, 6962, 6908, 7705, 7060, 7487, 6819, 6256, 6730, 6259, 7655, 6568, 6371, 8469, 6778, 7200, 6634, 6594, 7426, 6650, 6535, 9391, 7371, 6533, 7182, 6510, 7371, 6621, 6585, 10139, 6694, 5723, 6804, 6812, 7489, 6794, 6271, 8102, 6624, 6589, 6851, 6669, 7485, 6723, 6666, 6907, 6673, 7638, 6793, 6892, 8220, 6623, 6616, 6742, 6480, 7558, 6754, 6687, 8025, 6757, 6435, 7323, 6633, 6101, 6641, 6309, 7554, 6714, 6641, 7815, 6457, 7086, 6609, 6451, 5652, 6640, 6743, 8190, 6539, 6454, 6968, 6549, 6484, 7503, 6308, 6098, 6645, 6785, 8695, 6637, 5855, 6810, 6978, 7549, 6518, 6668, 7542, 6510, 7214, 6611, 6384, 5753, 6498, 6778, 7541, 6825, 6949, 9314, 6620, 6475, 9229, 6563, 7736, 6740, 6945, 6663, 6556, 7922, 6634, 6809, 7737, 6476, 6360, 6763, 6653, 7156, 6615, 7141, 9350, 6413, 6955, 7041, 6299, 7995, 6595, 6578, 8328, 6302, 6905, 6592, 6414, 9041, 6407, 6768, 6605, 6226, 7154, 6529, 6593, 9316, 6406, 6678, 7031, 6455, 5756, 6813, 6614, 8247, 6738, 7773, 6692, 7176, 8832, 6705, 7082, 6920, 6877, 8379, 6542, 7916, 6901, 6315, 6877, 6643, 8082, 6774, 7520, 6724, 6742, 7155, 6635, 7237, 6622, 7205, 6841, 7058, 7553, 6844, 7476, 6614, 6772, 6744, 6449, 7752, 6771, 6477, 6964, 6014, 7468, 6460, 9914, 6733, 7438, 6886, 7021, 6777, 6457, 7920, 6399, 8117, 6457, 7103, 6644, 7090, 7484, 6536, 6200, 6703, 6466, 6539, 6342, 8024, 6478, 7341, 6444, 6559, 6848, 7826, 6658, 6885, 8762, 6914, 6657, 9306, 6594, 6369, 8534, 6425, 8753, 6447, 6434, 6561, 6350, 7886, 6361, 6881, 8922, 6297, 7167, 6514, 7116, 7265, 6859, 9271, 6395, 6061, 6510, 6381, 6649, 6865, 8362, 6677, 7132, 6576, 7257, 7436, 6844, 7909, 6614, 7442, 6544, 7189, 9916, 6491, 7276, 6658, 7098, 10042, 6443, 6551, 6419, 7153, 9191, 6456, 5814, 6473, 7175], 'WindowCenter': [3345.0, 3365.0, 3332.0, 3321.0, 3330.0, 3320.0, 3351.0, 3319.0, 3349.0, 3329.0, 3391.0, 3327.0, 3370.0, 3315.0, 3348.0, 3316.0, 3316.0, 3316.0, 3337.0, 3348.0, 3318.0, 3327.0, 3330.0, 3328.0, 3340.0, 3326.0, 3327.0, 3303.0, 3316.0, 3313.0, 3326.0, 3315.0, 3338.0, 3328.0, 3306.0, 3317.0, 3342.0, 3327.0, 3341.0, 3341.0, 3352.0, 3361.0, 3340.0, 3338.0, 3328.0, 3349.0, 3328.0, 3327.0, 3327.0, 3318.0, 3350.0, 3329.0, 3341.0, 3339.0, 3342.0, 3363.0, 3342.0, 3361.0, 3328.0, 3371.0, 3315.0, 3348.0, 3339.0, 3347.0, 3328.0, 3329.0, 3326.0, 3327.0, 3340.0, 3329.0, 3350.0, 3327.0, 3316.0, 3339.0, 3327.0, 3362.0, 3330.0, 3328.0, 3329.0, 3317.0, 3326.0, 3338.0, 3371.0, 3328.0, 3308.0, 3327.0, 3328.0, 3329.0, 3340.0, 3361.0, 3329.0, 3317.0, 3329.0, 3328.0, 3361.0, 3330.0, 3339.0, 3330.0, 3340.0, 3338.0, 3341.0, 3361.0, 3328.0, 3306.0, 3328.0, 3341.0, 3340.0, 3340.0, 3341.0, 3330.0, 3352.0, 3385.0, 3330.0, 3351.0, 3330.0, 3341.0, 3340.0, 3351.0, 3351.0, 3341.0, 3362.0, 3340.0, 3360.0, 3328.0, 3339.0, 3329.0, 3338.0, 3372.0, 3331.0, 3340.0, 3329.0, 3362.0, 3342.0, 3343.0, 3373.0, 3331.0, 3319.0, 3330.0, 3383.0, 3330.0, 3371.0, 3340.0, 3349.0, 3328.0, 3340.0, 3341.0, 3343.0, 3331.0, 3342.0, 3354.0, 3352.0, 3341.0, 3384.0, 3339.0, 3360.0, 3338.0, 3325.0, 3337.0, 3328.0, 3317.0, 3328.0, 3328.0, 3348.0, 3329.0, 3329.0, 3340.0, 3340.0, 3319.0, 3332.0, 3351.0, 3352.0, 3339.0, 3362.0, 3339.0, 3360.0, 3326.0, 3315.0, 3326.0, 3327.0, 3319.0, 3336.0, 3339.0, 3359.0, 3327.0, 3329.0, 3340.0, 3342.0, 3330.0, 3342.0, 3374.0, 3331.0, 3352.0, 3330.0, 3361.0, 3328.0, 3351.0, 3330.0, 3328.0, 3328.0, 3320.0, 3340.0, 3341.0, 3351.0, 3330.0, 3353.0, 3331.0, 3342.0, 3352.0, 3341.0, 3351.0, 3330.0, 3351.0, 3341.0, 3351.0, 3330.0, 3330.0, 3330.0, 3340.0, 3351.0, 3329.0, 3341.0, 3331.0, 3330.0, 3329.0, 3353.0, 3352.0, 3342.0, 3354.0, 3331.0, 3366.0, 3387.0, 3335.0, 3321.0, 3331.0, 3321.0, 3342.0, 3342.0, 3374.0, 3330.0, 3351.0, 3330.0, 3363.0, 3340.0, 3308.0, 3331.0, 3332.0, 3351.0, 3334.0, 3322.0, 3343.0, 3366.0, 3353.0, 3345.0, 3354.0, 3343.0, 3363.0, 3342.0, 3330.0, 3318.0, 3328.0, 3306.0, 3329.0, 3352.0, 3328.0, 3340.0, 3340.0, 3341.0, 3340.0, 3332.0, 3354.0, 3354.0, 3344.0, 3321.0, 3330.0, 3333.0, 3363.0, 3342.0, 3365.0, 3343.0, 3352.0, 3339.0, 3362.0, 3342.0, 3320.0, 3341.0, 3330.0, 3321.0, 3351.0, 3353.0, 3344.0, 3331.0, 3344.0, 3342.0, 3342.0, 3351.0, 3363.0, 3342.0, 3373.0, 3331.0, 3318.0, 3341.0, 3352.0, 3330.0, 3353.0, 3352.0, 3332.0, 3333.0, 3344.0, 3331.0, 3365.0, 3333.0, 3352.0, 3332.0, 3364.0, 3332.0, 3331.0, 3330.0, 3318.0, 3330.0, 3341.0, 3351.0, 3343.0, 3320.0, 3329.0, 3331.0, 3332.0, 3343.0, 3363.0, 3332.0, 3331.0, 3319.0, 3353.0, 3353.0, 3343.0, 3352.0, 3341.0, 3340.0, 3329.0, 3320.0, 3353.0, 3342.0, 3371.0, 3329.0, 3306.0, 3329.0, 3339.0, 3339.0, 3340.0, 3352.0, 3329.0, 3320.0, 3331.0, 3321.0, 3352.0, 3332.0, 3343.0, 3344.0, 3353.0, 3376.0, 3344.0, 3344.0, 3332.0, 3341.0, 3352.0, 3355.0, 3375.0, 3333.0, 3341.0, 3320.0, 3342.0, 3342.0, 3331.0, 3321.0, 3331.0, 3321.0, 3330.0, 3331.0, 3364.0, 3343.0, 3332.0, 3333.0, 3330.0, 3374.0, 3331.0, 3353.0, 3332.0, 3330.0, 3331.0, 3354.0, 3355.0, 3333.0, 3330.0, 3331.0, 3343.0, 3341.0, 3331.0, 3351.0, 3333.0, 3345.0, 3322.0, 3332.0, 3352.0, 3353.0, 3332.0, 3364.0, 3332.0, 3331.0, 3342.0, 3342.0, 3384.0, 3320.0, 3351.0, 3318.0, 3318.0, 3330.0, 3331.0, 3354.0, 3364.0, 3330.0, 3332.0, 3374.0, 3330.0, 3310.0, 3320.0, 3340.0, 3373.0, 3331.0, 3308.0, 3321.0, 3320.0, 3342.0, 3330.0, 3310.0, 3328.0, 3319.0, 3330.0, 3341.0, 3384.0, 3333.0, 3321.0, 3331.0, 3353.0, 3344.0, 3355.0, 3344.0, 3330.0, 3344.0, 3377.0, 3344.0, 3330.0, 3341.0, 3317.0, 3350.0, 3327.0, 3316.0, 3318.0, 3329.0, 3340.0, 3327.0, 3340.0, 3351.0, 3329.0, 3318.0, 3350.0, 3316.0, 3349.0, 3347.0, 3316.0, 3389.0, 3314.0, 3346.0, 3304.0, 3303.0, 3311.0, 3302.0, 3314.0, 3325.0, 3316.0, 3304.0, 3317.0, 3328.0, 3317.0, 3337.0, 3325.0, 3317.0, 3327.0, 3305.0, 3307.0, 3318.0, 3328.0, 3328.0, 3337.0, 3327.0, 3328.0, 3352.0, 3329.0, 3360.0, 3318.0, 3305.0, 3328.0, 3329.0, 3329.0, 3330.0, 3328.0, 3329.0, 3349.0, 3331.0, 3351.0, 3329.0, 3339.0, 3318.0, 3341.0, 3340.0, 3332.0, 3318.0, 3330.0, 3320.0, 3342.0, 3342.0, 3363.0, 3342.0, 3351.0, 3330.0, 3340.0, 3330.0, 3339.0, 3342.0, 3330.0, 3351.0, 3328.0, 3329.0, 3327.0, 3339.0, 3362.0, 3339.0, 3351.0, 3331.0, 3329.0, 3329.0, 3340.0, 3328.0, 3343.0, 3350.0, 3341.0, 3350.0, 3340.0, 3340.0, 3330.0, 3340.0, 3353.0, 3331.0, 3321.0, 3329.0, 3343.0, 3343.0, 3354.0, 3364.0, 3333.0, 3352.0, 3331.0, 3352.0, 3331.0, 3341.0, 3375.0, 3332.0, 3340.0, 3320.0, 3321.0, 3352.0, 3331.0, 3309.0, 3331.0, 3321.0, 3331.0, 3342.0, 3374.0, 3332.0, 3331.0, 3329.0, 3331.0, 3363.0, 3331.0, 3319.0, 3331.0, 3342.0, 3353.0, 3331.0, 3362.0, 3320.0, 3341.0, 3319.0, 3332.0, 3355.0, 3332.0, 3342.0, 3321.0, 3330.0, 3354.0, 3344.0, 3321.0, 3335.0, 3344.0, 3375.0, 3332.0, 3331.0, 3352.0, 3339.0, 3350.0, 3341.0, 3351.0, 3331.0, 3365.0, 3330.0, 3342.0, 3319.0, 3330.0, 3352.0, 3332.0, 3320.0, 3364.0, 3333.0, 3332.0, 3332.0, 3331.0, 3353.0, 3321.0, 3353.0, 3320.0, 3328.0, 3331.0, 3333.0, 3376.0, 3332.0, 3353.0, 3331.0, 3343.0, 3319.0, 3331.0, 3343.0, 3352.0, 3321.0, 3352.0, 3365.0, 3331.0, 3320.0, 3361.0, 3318.0, 3394.0, 3330.0, 3370.0, 3318.0, 3339.0, 3316.0, 3316.0, 3318.0, 3327.0, 3348.0, 3317.0, 3339.0, 3331.0, 3332.0, 3318.0, 3342.0, 3320.0, 3351.0, 3330.0, 3351.0, 3329.0, 3316.0, 3316.0, 3317.0, 3316.0, 3315.0, 3349.0, 3317.0, 3317.0, 3329.0, 3337.0, 3337.0, 3317.0, 3351.0, 3317.0, 3318.0, 3328.0, 3319.0, 3339.0, 3318.0, 3329.0, 3329.0, 3329.0, 3360.0, 3318.0, 3327.0, 3317.0, 3315.0, 3339.0, 3317.0, 3305.0, 3318.0, 3329.0, 3350.0, 3319.0, 3329.0, 3328.0, 3327.0, 3351.0, 3318.0, 3329.0, 3320.0, 3341.0, 3339.0, 3319.0, 3351.0, 3317.0, 3319.0, 3329.0, 3319.0, 3363.0, 3320.0, 3330.0, 3373.0, 3317.0, 3326.0, 3318.0, 3328.0, 3359.0, 3317.0, 3306.0, 3319.0, 3328.0, 3319.0, 3319.0, 3339.0, 3306.0, 3337.0, 3317.0, 3304.0, 3338.0, 3318.0, 3328.0, 3318.0, 3338.0, 3351.0, 3318.0, 3329.0, 3319.0, 3331.0, 3362.0, 3320.0, 3329.0, 3319.0, 3331.0, 3339.0, 3317.0, 3306.0, 3330.0, 3327.0, 3350.0, 3319.0, 3332.0, 3362.0, 3330.0, 3330.0, 3342.0, 3319.0, 3351.0, 3318.0, 3317.0, 3317.0, 3340.0, 3383.0, 3319.0, 3341.0, 3320.0, 3340.0, 3361.0, 3319.0, 3350.0, 3340.0, 3330.0, 3373.0, 3309.0, 3352.0, 3316.0, 3326.0, 3316.0, 3328.0, 3348.0, 3317.0, 3307.0, 3318.0, 3329.0, 3339.0, 3319.0, 3320.0, 3362.0, 3318.0, 3331.0, 3330.0, 3339.0, 3341.0, 3328.0, 3328.0, 3314.0, 3361.0, 3327.0, 3338.0, 3318.0, 3318.0, 3318.0, 3338.0, 3349.0, 3329.0, 3319.0, 3332.0, 3333.0, 3352.0, 3330.0, 3330.0, 3329.0, 3329.0, 3351.0, 3321.0, 3318.0, 3318.0, 3340.0, 3363.0, 3320.0, 3307.0, 3318.0, 3330.0, 3318.0, 3318.0, 3340.0, 3318.0, 3339.0, 3318.0, 3309.0, 3317.0, 3338.0, 3361.0, 3319.0, 3318.0, 3328.0, 3341.0, 3350.0, 3329.0, 3320.0, 3318.0, 3342.0, 3341.0, 3320.0, 3319.0, 3342.0, 3342.0, 3362.0, 3319.0, 3330.0, 3320.0, 3331.0, 3351.0, 3319.0, 3340.0, 3330.0, 3328.0, 3352.0, 3320.0, 3318.0, 3319.0, 3330.0, 3349.0, 3318.0, 3308.0, 3320.0, 3308.0, 3362.0, 3321.0, 3341.0, 3319.0, 3329.0, 3364.0, 3331.0, 3319.0, 3363.0, 3332.0, 3351.0, 3331.0, 3333.0, 3364.0, 3331.0, 3330.0, 3363.0, 3329.0, 3341.0, 3331.0, 3320.0, 3318.0, 3329.0, 3372.0, 3318.0, 3319.0, 3319.0, 3339.0, 3351.0, 3331.0, 3320.0, 3331.0, 3353.0, 3351.0, 3320.0, 3340.0, 3331.0, 3329.0, 3342.0, 3343.0, 3353.0, 3332.0, 3320.0, 3330.0, 3331.0, 3363.0, 3330.0, 3329.0, 3352.0, 3320.0, 3331.0, 3330.0, 3318.0, 3338.0, 3328.0, 3372.0, 3317.0, 3318.0, 3317.0, 3317.0, 3320.0, 3340.0, 3360.0, 3318.0, 3328.0, 3315.0, 3318.0, 3351.0, 3329.0, 3318.0, 3351.0, 3329.0, 3318.0, 3325.0, 3327.0, 3360.0, 3330.0, 3331.0, 3350.0, 3319.0, 3331.0, 3352.0, 3333.0, 3333.0, 3332.0, 3387.0, 3330.0, 3321.0, 3361.0, 3328.0, 3305.0, 3339.0, 3329.0, 3382.0, 3329.0, 3319.0, 3351.0, 3320.0, 3319.0, 3329.0, 3320.0, 3308.0, 3329.0, 3330.0, 3341.0, 3321.0, 3330.0, 3341.0, 3330.0, 3350.0, 3331.0, 3329.0, 3317.0, 3318.0, 3351.0, 3330.0, 3308.0, 3351.0, 3330.0, 3320.0, 3331.0, 3330.0, 3349.0, 3318.0, 3318.0, 3329.0, 3330.0, 3329.0, 3318.0, 3317.0, 3362.0, 3318.0, 3329.0, 3340.0, 3319.0, 3326.0, 3339.0, 3320.0, 3308.0, 3319.0, 3319.0, 3350.0, 3317.0, 3306.0, 3349.0, 3317.0, 3339.0, 3317.0, 3318.0, 3316.0, 3317.0, 3361.0, 3318.0, 3306.0, 3330.0, 3329.0, 3340.0, 3329.0, 3351.0, 3319.0, 3318.0, 3361.0, 3329.0, 3307.0, 3327.0, 3329.0, 3360.0, 3318.0, 3319.0, 3330.0, 3319.0, 3308.0, 3317.0, 3317.0, 3350.0, 3308.0, 3351.0, 3319.0, 3331.0, 3373.0, 3317.0, 3293.0, 3305.0, 3314.0, 3370.0, 3339.0, 3308.0, 3352.0, 3318.0, 3317.0, 3317.0, 3315.0, 3336.0, 3315.0, 3326.0, 3328.0, 3328.0, 3340.0, 3327.0, 3328.0, 3313.0, 3312.0, 3323.0, 3315.0, 3317.0, 3315.0, 3328.0, 3339.0, 3328.0, 3318.0, 3316.0, 3317.0, 3337.0, 3328.0, 3315.0, 3329.0, 3326.0, 3339.0, 3328.0, 3326.0, 3314.0, 3318.0, 3316.0, 3317.0, 3350.0, 3316.0, 3318.0, 3361.0, 3329.0, 3339.0, 3317.0, 3329.0, 3340.0, 3329.0, 3318.0, 3372.0, 3340.0, 3317.0, 3328.0, 3316.0, 3337.0, 3318.0, 3315.0, 3378.0, 3316.0, 3295.0, 3318.0, 3316.0, 3327.0, 3316.0, 3315.0, 3347.0, 3315.0, 3318.0, 3317.0, 3317.0, 3339.0, 3316.0, 3317.0, 3327.0, 3315.0, 3338.0, 3315.0, 3329.0, 3348.0, 3316.0, 3315.0, 3316.0, 3317.0, 3338.0, 3317.0, 3317.0, 3349.0, 3317.0, 3317.0, 3338.0, 3317.0, 3307.0, 3329.0, 3318.0, 3336.0, 3316.0, 3331.0, 3350.0, 3318.0, 3339.0, 3331.0, 3320.0, 3310.0, 3331.0, 3330.0, 3360.0, 3320.0, 3319.0, 3330.0, 3320.0, 3332.0, 3342.0, 3332.0, 3321.0, 3332.0, 3331.0, 3375.0, 3329.0, 3298.0, 3331.0, 3328.0, 3351.0, 3318.0, 3329.0, 3353.0, 3321.0, 3341.0, 3329.0, 3321.0, 3307.0, 3317.0, 3330.0, 3352.0, 3331.0, 3343.0, 3384.0, 3330.0, 3318.0, 3374.0, 3330.0, 3351.0, 3328.0, 3329.0, 3329.0, 3320.0, 3351.0, 3329.0, 3328.0, 3351.0, 3321.0, 3319.0, 3331.0, 3330.0, 3340.0, 3330.0, 3343.0, 3385.0, 3331.0, 3341.0, 3342.0, 3321.0, 3353.0, 3329.0, 3330.0, 3364.0, 3319.0, 3330.0, 3329.0, 3332.0, 3374.0, 3320.0, 3332.0, 3331.0, 3320.0, 3343.0, 3320.0, 3332.0, 3386.0, 3332.0, 3332.0, 3342.0, 3331.0, 3310.0, 3331.0, 3328.0, 3348.0, 3330.0, 3354.0, 3332.0, 3344.0, 3375.0, 3330.0, 3328.0, 3329.0, 3318.0, 3351.0, 3319.0, 3351.0, 3331.0, 3320.0, 3329.0, 3329.0, 3349.0, 3317.0, 3336.0, 3316.0, 3317.0, 3327.0, 3328.0, 3340.0, 3329.0, 3339.0, 3326.0, 3327.0, 3338.0, 3317.0, 3340.0, 3328.0, 3329.0, 3330.0, 3330.0, 3351.0, 3329.0, 3305.0, 3327.0, 3293.0, 3325.0, 3316.0, 3382.0, 3326.0, 3337.0, 3327.0, 3326.0, 3314.0, 3303.0, 3337.0, 3318.0, 3350.0, 3316.0, 3329.0, 3326.0, 3328.0, 3337.0, 3316.0, 3305.0, 3318.0, 3317.0, 3317.0, 3318.0, 3350.0, 3318.0, 3340.0, 3318.0, 3319.0, 3330.0, 3350.0, 3329.0, 3340.0, 3373.0, 3341.0, 3331.0, 3373.0, 3328.0, 3319.0, 3360.0, 3318.0, 3361.0, 3317.0, 3316.0, 3327.0, 3318.0, 3350.0, 3318.0, 3341.0, 3373.0, 3319.0, 3340.0, 3320.0, 3328.0, 3340.0, 3329.0, 3371.0, 3320.0, 3318.0, 3319.0, 3320.0, 3330.0, 3330.0, 3361.0, 3331.0, 3329.0, 3330.0, 3341.0, 3341.0, 3330.0, 3351.0, 3330.0, 3340.0, 3319.0, 3341.0, 3393.0, 3330.0, 3341.0, 3331.0, 3342.0, 3395.0, 3320.0, 3319.0, 3320.0, 3340.0, 3384.0, 3319.0, 3307.0, 3318.0, 3342.0], 'WindowWidth': [7691.0, 7713.0, 7663.0, 7645.0, 7654.0, 7641.0, 7683.0, 7638.0, 7678.0, 7651.0, 7734.0, 7644.0, 7702.0, 7626.0, 7673.0, 7629.0, 7628.0, 7630.0, 7659.0, 7676.0, 7636.0, 7647.0, 7653.0, 7648.0, 7666.0, 7643.0, 7646.0, 7609.0, 7627.0, 7621.0, 7641.0, 7629.0, 7662.0, 7649.0, 7618.0, 7635.0, 7671.0, 7649.0, 7672.0, 7669.0, 7684.0, 7696.0, 7665.0, 7662.0, 7649.0, 7677.0, 7650.0, 7647.0, 7647.0, 7637.0, 7679.0, 7654.0, 7671.0, 7667.0, 7675.0, 7704.0, 7674.0, 7698.0, 7649.0, 7711.0, 7627.0, 7673.0, 7663.0, 7673.0, 7648.0, 7651.0, 7646.0, 7646.0, 7667.0, 7651.0, 7681.0, 7646.0, 7632.0, 7664.0, 7646.0, 7697.0, 7652.0, 7648.0, 7650.0, 7633.0, 7643.0, 7660.0, 7708.0, 7649.0, 7621.0, 7646.0, 7649.0, 7650.0, 7667.0, 7695.0, 7650.0, 7633.0, 7650.0, 7650.0, 7696.0, 7654.0, 7666.0, 7654.0, 7666.0, 7662.0, 7668.0, 7695.0, 7648.0, 7617.0, 7650.0, 7669.0, 7668.0, 7669.0, 7670.0, 7657.0, 7687.0, 7733.0, 7655.0, 7683.0, 7654.0, 7668.0, 7669.0, 7683.0, 7682.0, 7669.0, 7698.0, 7666.0, 7692.0, 7648.0, 7662.0, 7649.0, 7661.0, 7713.0, 7658.0, 7668.0, 7654.0, 7701.0, 7674.0, 7677.0, 7717.0, 7660.0, 7640.0, 7656.0, 7729.0, 7654.0, 7710.0, 7664.0, 7676.0, 7648.0, 7669.0, 7672.0, 7677.0, 7660.0, 7676.0, 7691.0, 7688.0, 7670.0, 7731.0, 7663.0, 7693.0, 7658.0, 7640.0, 7656.0, 7646.0, 7633.0, 7646.0, 7648.0, 7675.0, 7651.0, 7652.0, 7668.0, 7670.0, 7641.0, 7660.0, 7686.0, 7686.0, 7666.0, 7700.0, 7662.0, 7694.0, 7642.0, 7627.0, 7642.0, 7646.0, 7639.0, 7657.0, 7665.0, 7692.0, 7648.0, 7653.0, 7668.0, 7673.0, 7656.0, 7675.0, 7718.0, 7657.0, 7685.0, 7654.0, 7697.0, 7648.0, 7681.0, 7653.0, 7649.0, 7648.0, 7642.0, 7669.0, 7670.0, 7682.0, 7655.0, 7689.0, 7658.0, 7672.0, 7687.0, 7671.0, 7682.0, 7653.0, 7683.0, 7671.0, 7682.0, 7654.0, 7655.0, 7654.0, 7669.0, 7684.0, 7652.0, 7670.0, 7658.0, 7656.0, 7655.0, 7689.0, 7687.0, 7675.0, 7692.0, 7660.0, 7713.0, 7742.0, 7671.0, 7645.0, 7659.0, 7646.0, 7675.0, 7676.0, 7720.0, 7655.0, 7684.0, 7655.0, 7703.0, 7668.0, 7624.0, 7658.0, 7659.0, 7687.0, 7668.0, 7653.0, 7680.0, 7712.0, 7692.0, 7682.0, 7694.0, 7676.0, 7705.0, 7673.0, 7654.0, 7637.0, 7647.0, 7617.0, 7650.0, 7688.0, 7652.0, 7669.0, 7670.0, 7671.0, 7668.0, 7663.0, 7695.0, 7693.0, 7679.0, 7646.0, 7658.0, 7664.0, 7705.0, 7672.0, 7707.0, 7675.0, 7686.0, 7668.0, 7701.0, 7675.0, 7642.0, 7671.0, 7657.0, 7647.0, 7687.0, 7694.0, 7681.0, 7660.0, 7680.0, 7675.0, 7675.0, 7683.0, 7701.0, 7672.0, 7715.0, 7658.0, 7638.0, 7673.0, 7689.0, 7657.0, 7690.0, 7688.0, 7663.0, 7667.0, 7680.0, 7660.0, 7710.0, 7665.0, 7687.0, 7660.0, 7705.0, 7662.0, 7659.0, 7655.0, 7637.0, 7654.0, 7670.0, 7685.0, 7677.0, 7643.0, 7654.0, 7658.0, 7663.0, 7676.0, 7702.0, 7661.0, 7657.0, 7640.0, 7689.0, 7690.0, 7677.0, 7686.0, 7672.0, 7666.0, 7653.0, 7644.0, 7688.0, 7673.0, 7711.0, 7652.0, 7618.0, 7652.0, 7664.0, 7665.0, 7667.0, 7687.0, 7653.0, 7642.0, 7657.0, 7645.0, 7687.0, 7662.0, 7677.0, 7680.0, 7693.0, 7726.0, 7682.0, 7680.0, 7663.0, 7673.0, 7689.0, 7694.0, 7720.0, 7663.0, 7671.0, 7643.0, 7674.0, 7673.0, 7658.0, 7644.0, 7659.0, 7644.0, 7655.0, 7660.0, 7706.0, 7678.0, 7662.0, 7663.0, 7658.0, 7717.0, 7658.0, 7687.0, 7659.0, 7656.0, 7657.0, 7691.0, 7695.0, 7664.0, 7655.0, 7660.0, 7675.0, 7671.0, 7657.0, 7686.0, 7663.0, 7682.0, 7649.0, 7662.0, 7687.0, 7691.0, 7662.0, 7704.0, 7662.0, 7657.0, 7675.0, 7675.0, 7732.0, 7642.0, 7682.0, 7637.0, 7636.0, 7653.0, 7658.0, 7692.0, 7704.0, 7657.0, 7661.0, 7718.0, 7654.0, 7627.0, 7641.0, 7667.0, 7714.0, 7656.0, 7623.0, 7644.0, 7644.0, 7673.0, 7656.0, 7627.0, 7650.0, 7639.0, 7659.0, 7671.0, 7732.0, 7664.0, 7645.0, 7658.0, 7690.0, 7682.0, 7698.0, 7680.0, 7657.0, 7679.0, 7729.0, 7680.0, 7657.0, 7671.0, 7631.0, 7680.0, 7642.0, 7630.0, 7634.0, 7651.0, 7666.0, 7648.0, 7667.0, 7684.0, 7652.0, 7632.0, 7678.0, 7627.0, 7676.0, 7666.0, 7625.0, 7728.0, 7619.0, 7666.0, 7608.0, 7605.0, 7615.0, 7604.0, 7622.0, 7638.0, 7629.0, 7610.0, 7630.0, 7647.0, 7632.0, 7657.0, 7641.0, 7630.0, 7643.0, 7613.0, 7621.0, 7635.0, 7647.0, 7649.0, 7661.0, 7647.0, 7649.0, 7686.0, 7652.0, 7692.0, 7634.0, 7615.0, 7648.0, 7650.0, 7650.0, 7654.0, 7650.0, 7652.0, 7679.0, 7658.0, 7684.0, 7651.0, 7664.0, 7637.0, 7670.0, 7669.0, 7661.0, 7638.0, 7657.0, 7642.0, 7674.0, 7671.0, 7704.0, 7673.0, 7683.0, 7656.0, 7666.0, 7654.0, 7666.0, 7672.0, 7655.0, 7681.0, 7649.0, 7651.0, 7648.0, 7665.0, 7699.0, 7666.0, 7681.0, 7656.0, 7653.0, 7654.0, 7668.0, 7651.0, 7675.0, 7681.0, 7669.0, 7680.0, 7667.0, 7668.0, 7655.0, 7670.0, 7689.0, 7659.0, 7645.0, 7655.0, 7679.0, 7680.0, 7693.0, 7706.0, 7662.0, 7687.0, 7657.0, 7687.0, 7658.0, 7672.0, 7721.0, 7661.0, 7670.0, 7643.0, 7644.0, 7687.0, 7660.0, 7628.0, 7658.0, 7645.0, 7659.0, 7675.0, 7719.0, 7661.0, 7658.0, 7654.0, 7658.0, 7703.0, 7659.0, 7640.0, 7658.0, 7672.0, 7690.0, 7660.0, 7701.0, 7642.0, 7669.0, 7641.0, 7660.0, 7695.0, 7659.0, 7674.0, 7645.0, 7656.0, 7696.0, 7681.0, 7646.0, 7671.0, 7680.0, 7721.0, 7662.0, 7658.0, 7687.0, 7667.0, 7684.0, 7672.0, 7685.0, 7657.0, 7709.0, 7656.0, 7672.0, 7641.0, 7656.0, 7687.0, 7662.0, 7644.0, 7707.0, 7663.0, 7661.0, 7660.0, 7660.0, 7689.0, 7645.0, 7688.0, 7642.0, 7650.0, 7656.0, 7664.0, 7726.0, 7663.0, 7689.0, 7661.0, 7677.0, 7641.0, 7660.0, 7675.0, 7686.0, 7644.0, 7686.0, 7707.0, 7658.0, 7641.0, 7698.0, 7636.0, 7744.0, 7653.0, 7707.0, 7634.0, 7662.0, 7628.0, 7629.0, 7636.0, 7645.0, 7675.0, 7632.0, 7665.0, 7660.0, 7660.0, 7637.0, 7673.0, 7641.0, 7682.0, 7653.0, 7681.0, 7650.0, 7630.0, 7632.0, 7632.0, 7629.0, 7627.0, 7678.0, 7633.0, 7631.0, 7650.0, 7658.0, 7658.0, 7632.0, 7681.0, 7634.0, 7633.0, 7649.0, 7636.0, 7663.0, 7633.0, 7651.0, 7651.0, 7649.0, 7693.0, 7634.0, 7645.0, 7633.0, 7631.0, 7664.0, 7631.0, 7614.0, 7635.0, 7651.0, 7679.0, 7636.0, 7651.0, 7647.0, 7648.0, 7681.0, 7635.0, 7652.0, 7640.0, 7669.0, 7665.0, 7636.0, 7681.0, 7633.0, 7637.0, 7650.0, 7638.0, 7701.0, 7640.0, 7654.0, 7714.0, 7633.0, 7644.0, 7635.0, 7647.0, 7689.0, 7631.0, 7616.0, 7636.0, 7647.0, 7636.0, 7636.0, 7666.0, 7614.0, 7656.0, 7630.0, 7610.0, 7659.0, 7635.0, 7649.0, 7634.0, 7660.0, 7681.0, 7634.0, 7648.0, 7637.0, 7657.0, 7698.0, 7640.0, 7650.0, 7637.0, 7654.0, 7665.0, 7633.0, 7616.0, 7651.0, 7646.0, 7679.0, 7636.0, 7658.0, 7699.0, 7655.0, 7652.0, 7673.0, 7639.0, 7681.0, 7634.0, 7630.0, 7631.0, 7666.0, 7725.0, 7637.0, 7669.0, 7641.0, 7667.0, 7694.0, 7638.0, 7680.0, 7665.0, 7651.0, 7714.0, 7625.0, 7682.0, 7630.0, 7642.0, 7627.0, 7644.0, 7673.0, 7631.0, 7619.0, 7633.0, 7650.0, 7663.0, 7638.0, 7642.0, 7696.0, 7636.0, 7655.0, 7654.0, 7665.0, 7668.0, 7648.0, 7647.0, 7624.0, 7694.0, 7645.0, 7661.0, 7637.0, 7638.0, 7633.0, 7661.0, 7677.0, 7649.0, 7636.0, 7659.0, 7663.0, 7683.0, 7654.0, 7654.0, 7652.0, 7650.0, 7680.0, 7642.0, 7636.0, 7635.0, 7666.0, 7700.0, 7639.0, 7619.0, 7637.0, 7653.0, 7634.0, 7633.0, 7667.0, 7634.0, 7662.0, 7635.0, 7625.0, 7634.0, 7662.0, 7695.0, 7638.0, 7634.0, 7650.0, 7670.0, 7680.0, 7652.0, 7641.0, 7637.0, 7674.0, 7672.0, 7643.0, 7639.0, 7673.0, 7672.0, 7700.0, 7639.0, 7653.0, 7642.0, 7656.0, 7683.0, 7639.0, 7666.0, 7652.0, 7648.0, 7688.0, 7641.0, 7636.0, 7639.0, 7654.0, 7678.0, 7636.0, 7622.0, 7640.0, 7623.0, 7700.0, 7642.0, 7669.0, 7639.0, 7651.0, 7703.0, 7658.0, 7641.0, 7701.0, 7661.0, 7684.0, 7657.0, 7662.0, 7705.0, 7657.0, 7653.0, 7701.0, 7651.0, 7670.0, 7655.0, 7641.0, 7637.0, 7651.0, 7710.0, 7634.0, 7637.0, 7637.0, 7663.0, 7685.0, 7657.0, 7641.0, 7659.0, 7689.0, 7685.0, 7641.0, 7668.0, 7657.0, 7652.0, 7674.0, 7674.0, 7688.0, 7660.0, 7642.0, 7653.0, 7658.0, 7700.0, 7652.0, 7652.0, 7685.0, 7642.0, 7657.0, 7652.0, 7635.0, 7661.0, 7645.0, 7710.0, 7632.0, 7633.0, 7632.0, 7632.0, 7643.0, 7668.0, 7692.0, 7634.0, 7645.0, 7627.0, 7635.0, 7683.0, 7650.0, 7634.0, 7680.0, 7650.0, 7633.0, 7640.0, 7644.0, 7692.0, 7653.0, 7654.0, 7679.0, 7639.0, 7658.0, 7686.0, 7666.0, 7667.0, 7660.0, 7738.0, 7656.0, 7641.0, 7694.0, 7647.0, 7611.0, 7661.0, 7650.0, 7723.0, 7651.0, 7637.0, 7681.0, 7642.0, 7639.0, 7653.0, 7640.0, 7623.0, 7652.0, 7652.0, 7668.0, 7641.0, 7652.0, 7667.0, 7652.0, 7678.0, 7653.0, 7649.0, 7631.0, 7632.0, 7680.0, 7652.0, 7620.0, 7680.0, 7651.0, 7642.0, 7657.0, 7651.0, 7678.0, 7634.0, 7634.0, 7649.0, 7655.0, 7649.0, 7634.0, 7632.0, 7697.0, 7635.0, 7650.0, 7663.0, 7635.0, 7643.0, 7664.0, 7639.0, 7622.0, 7639.0, 7639.0, 7678.0, 7631.0, 7613.0, 7675.0, 7630.0, 7662.0, 7629.0, 7633.0, 7630.0, 7631.0, 7694.0, 7635.0, 7617.0, 7652.0, 7651.0, 7664.0, 7651.0, 7681.0, 7637.0, 7633.0, 7695.0, 7649.0, 7618.0, 7647.0, 7651.0, 7692.0, 7636.0, 7638.0, 7654.0, 7639.0, 7622.0, 7633.0, 7633.0, 7679.0, 7623.0, 7683.0, 7638.0, 7656.0, 7713.0, 7630.0, 7593.0, 7611.0, 7622.0, 7706.0, 7662.0, 7622.0, 7685.0, 7636.0, 7635.0, 7631.0, 7625.0, 7653.0, 7624.0, 7639.0, 7647.0, 7648.0, 7667.0, 7646.0, 7647.0, 7622.0, 7616.0, 7631.0, 7623.0, 7631.0, 7626.0, 7648.0, 7664.0, 7646.0, 7635.0, 7629.0, 7631.0, 7658.0, 7647.0, 7628.0, 7649.0, 7642.0, 7662.0, 7645.0, 7640.0, 7624.0, 7631.0, 7629.0, 7632.0, 7679.0, 7627.0, 7632.0, 7694.0, 7650.0, 7662.0, 7631.0, 7650.0, 7664.0, 7649.0, 7633.0, 7710.0, 7666.0, 7634.0, 7648.0, 7629.0, 7659.0, 7632.0, 7625.0, 7713.0, 7628.0, 7600.0, 7634.0, 7631.0, 7643.0, 7628.0, 7628.0, 7671.0, 7625.0, 7633.0, 7631.0, 7630.0, 7661.0, 7628.0, 7631.0, 7643.0, 7627.0, 7660.0, 7625.0, 7648.0, 7674.0, 7628.0, 7625.0, 7628.0, 7632.0, 7658.0, 7630.0, 7632.0, 7675.0, 7630.0, 7634.0, 7661.0, 7631.0, 7618.0, 7649.0, 7633.0, 7655.0, 7628.0, 7656.0, 7682.0, 7635.0, 7665.0, 7656.0, 7641.0, 7629.0, 7658.0, 7654.0, 7694.0, 7639.0, 7637.0, 7654.0, 7641.0, 7659.0, 7673.0, 7661.0, 7644.0, 7659.0, 7658.0, 7719.0, 7653.0, 7608.0, 7655.0, 7648.0, 7681.0, 7635.0, 7651.0, 7689.0, 7643.0, 7670.0, 7651.0, 7642.0, 7621.0, 7634.0, 7654.0, 7684.0, 7657.0, 7675.0, 7731.0, 7655.0, 7635.0, 7716.0, 7652.0, 7682.0, 7646.0, 7650.0, 7650.0, 7639.0, 7682.0, 7651.0, 7649.0, 7681.0, 7642.0, 7637.0, 7657.0, 7654.0, 7668.0, 7654.0, 7676.0, 7733.0, 7659.0, 7671.0, 7673.0, 7644.0, 7686.0, 7651.0, 7654.0, 7703.0, 7639.0, 7655.0, 7651.0, 7660.0, 7716.0, 7642.0, 7659.0, 7658.0, 7642.0, 7673.0, 7640.0, 7660.0, 7737.0, 7661.0, 7660.0, 7675.0, 7659.0, 7628.0, 7655.0, 7648.0, 7674.0, 7655.0, 7693.0, 7660.0, 7679.0, 7719.0, 7653.0, 7648.0, 7648.0, 7632.0, 7679.0, 7638.0, 7683.0, 7657.0, 7642.0, 7652.0, 7651.0, 7675.0, 7629.0, 7652.0, 7625.0, 7629.0, 7646.0, 7648.0, 7666.0, 7652.0, 7662.0, 7643.0, 7642.0, 7659.0, 7631.0, 7667.0, 7650.0, 7653.0, 7655.0, 7655.0, 7682.0, 7648.0, 7612.0, 7642.0, 7592.0, 7638.0, 7627.0, 7722.0, 7644.0, 7659.0, 7643.0, 7641.0, 7621.0, 7608.0, 7656.0, 7632.0, 7677.0, 7629.0, 7650.0, 7643.0, 7650.0, 7659.0, 7629.0, 7613.0, 7631.0, 7630.0, 7630.0, 7635.0, 7679.0, 7636.0, 7666.0, 7636.0, 7638.0, 7655.0, 7681.0, 7653.0, 7668.0, 7716.0, 7672.0, 7657.0, 7711.0, 7648.0, 7637.0, 7692.0, 7635.0, 7695.0, 7632.0, 7630.0, 7644.0, 7636.0, 7678.0, 7635.0, 7669.0, 7715.0, 7639.0, 7666.0, 7639.0, 7648.0, 7666.0, 7650.0, 7708.0, 7640.0, 7636.0, 7638.0, 7641.0, 7654.0, 7655.0, 7695.0, 7655.0, 7651.0, 7653.0, 7670.0, 7670.0, 7654.0, 7682.0, 7654.0, 7666.0, 7639.0, 7670.0, 7740.0, 7657.0, 7669.0, 7656.0, 7672.0, 7744.0, 7640.0, 7637.0, 7642.0, 7668.0, 7730.0, 7638.0, 7620.0, 7635.0, 7671.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.00013952000000000002</td></tr>
<tr><td colspan=3>aqi</td><td>0.02453910821818182</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>53.932431280640344</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1868033614992728</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.994104396455605</td></tr>
<tr><td colspan=3>efc</td><td>0.4862</td></tr>
<tr><td colspan=3>fber</td><td>2303.7415</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08052045998758522</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.14545454545454545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7576264548339573</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6393153007101833</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.998464110329227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6350999534624604</td></tr>
<tr><td colspan=3>gcor</td><td>0.0058395</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.032336171716451645</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08455140143632889</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.555380869694301</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>16.3185</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.0826</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.1593</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>721.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.0904</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3454</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.5008</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2621.3371</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.1578</td></tr>
<tr><td colspan=3>tsnr</td><td>31.907113270717673</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>