<?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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-01/func/sub-0074_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>8157eeaba07d28d2f5467d78f792eff6</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:07:35.415000</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.9992, -0.0212247, 0.0339007, 0.0214537, 0.999749, -0.00640466]</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>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0991741</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>[4126, -7726, -7214, 574, -142, -150, -96, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>228.938</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>163536f6-2823-4d63-bfb6-120ae0cc712e||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.6807799339294434, 0.05755865201354027, 0.09114199131727219, 109.66912078857422], [0.0569443441927433, 2.6822543144226074, -0.019242452457547188, -99.73812866210938], [0.09095317870378494, 0.017183244228363037, 2.698392629623413, -48.87458419799805], [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': ['220735.415000', '220735.875000', '220736.335000', '220736.795000', '220737.255000', '220737.715000', '220738.175000', '220738.635000', '220739.095000', '220739.555000', '220740.015000', '220740.475000', '220740.935000', '220741.395000', '220741.855000', '220742.315000', '220742.775000', '220743.235000', '220743.695000', '220744.155000', '220744.615000', '220745.075000', '220745.535000', '220745.995000', '220746.455000', '220746.915000', '220747.375000', '220747.835000', '220748.295000', '220748.755000', '220749.215000', '220749.675000', '220750.135000', '220750.595000', '220751.055000', '220751.515000', '220751.975000', '220752.435000', '220752.895000', '220753.355000', '220753.815000', '220754.275000', '220754.735000', '220755.195000', '220755.655000', '220756.115000', '220756.575000', '220757.035000', '220757.495000', '220757.955000', '220758.415000', '220758.875000', '220759.335000', '220759.795000', '220800.255000', '220800.715000', '220801.175000', '220801.635000', '220802.095000', '220802.555000', '220803.015000', '220803.475000', '220803.935000', '220804.395000', '220804.855000', '220805.315000', '220805.775000', '220806.235000', '220806.695000', '220807.155000', '220807.615000', '220808.075000', '220808.535000', '220808.995000', '220809.455000', '220809.915000', '220810.375000', '220810.835000', '220811.295000', '220811.755000', '220812.215000', '220812.675000', '220813.135000', '220813.595000', '220814.055000', '220814.515000', '220814.975000', '220815.435000', '220815.895000', '220816.355000', '220816.815000', '220817.275000', '220817.735000', '220818.195000', '220818.655000', '220819.115000', '220819.575000', '220820.035000', '220820.495000', '220820.955000', '220821.415000', '220821.875000', '220822.335000', '220822.795000', '220823.255000', '220823.715000', '220824.175000', '220824.635000', '220825.095000', '220825.555000', '220826.015000', '220826.475000', '220826.935000', '220827.395000', '220827.855000', '220828.315000', '220828.775000', '220829.235000', '220829.695000', '220830.155000', '220830.615000', '220831.075000', '220831.535000', '220831.995000', '220832.455000', '220832.915000', '220833.375000', '220833.835000', '220834.295000', '220834.755000', '220835.215000', '220835.675000', '220836.135000', '220836.595000', '220837.055000', '220837.515000', '220837.975000', '220838.435000', '220838.895000', '220839.355000', '220839.815000', '220840.275000', '220840.735000', '220841.195000', '220841.655000', '220842.115000', '220842.575000', '220843.035000', '220843.495000', '220843.955000', '220844.415000', '220844.875000', '220845.335000', '220845.795000', '220846.255000', '220846.715000', '220847.175000', '220847.635000', '220848.095000', '220848.555000', '220849.015000', '220849.475000', '220849.935000', '220850.395000', '220850.855000', '220851.315000', '220851.775000', '220852.235000', '220852.695000', '220853.155000', '220853.615000', '220854.075000', '220854.535000', '220854.995000', '220855.455000', '220855.915000', '220856.375000', '220856.835000', '220857.295000', '220857.755000', '220858.215000', '220858.675000', '220859.135000', '220859.595000', '220900.055000', '220900.515000', '220900.975000', '220901.435000', '220901.895000', '220902.355000', '220902.815000', '220903.275000', '220903.735000', '220904.195000', '220904.655000', '220905.115000', '220905.575000', '220906.035000', '220906.495000', '220906.955000', '220907.415000', '220907.875000', '220908.335000', '220908.795000', '220909.255000', '220909.715000', '220910.175000', '220910.635000', '220911.095000', '220911.555000', '220912.015000', '220912.475000', '220912.935000', '220913.395000', '220913.855000', '220914.315000', '220914.775000', '220915.235000', '220915.695000', '220916.155000', '220916.615000', '220917.075000', '220917.535000', '220917.995000', '220918.455000', '220918.915000', '220919.375000', '220919.835000', '220920.295000', '220920.755000', '220921.215000', '220921.675000', '220922.135000', '220922.595000', '220923.055000', '220923.515000', '220923.975000', '220924.435000', '220924.895000', '220925.355000', '220925.815000', '220926.275000', '220926.735000', '220927.195000', '220927.655000', '220928.115000', '220928.575000', '220929.035000', '220929.495000', '220929.955000', '220930.415000', '220930.875000', '220931.335000', '220931.795000', '220932.255000', '220932.715000', '220933.175000', '220933.635000', '220934.095000', '220934.555000', '220935.015000', '220935.475000', '220935.935000', '220936.395000', '220936.855000', '220937.315000', '220937.775000', '220938.235000', '220938.695000', '220939.155000', '220939.615000', '220940.075000', '220940.535000', '220940.995000', '220941.455000', '220941.915000', '220942.375000', '220942.835000', '220943.295000', '220943.755000', '220944.215000', '220944.675000', '220945.135000', '220945.595000', '220946.055000', '220946.515000', '220946.975000', '220947.435000', '220947.895000', '220948.355000', '220948.815000', '220949.275000', '220949.735000', '220950.195000', '220950.655000', '220951.115000', '220951.575000', '220952.035000', '220952.495000', '220952.955000', '220953.415000', '220953.875000', '220954.335000', '220954.795000', '220955.255000', '220955.715000', '220956.175000', '220956.635000', '220957.095000', '220957.555000', '220958.015000', '220958.475000', '220958.935000', '220959.395000', '220959.855000', '221000.315000', '221000.775000', '221001.235000', '221001.695000', '221002.155000', '221002.615000', '221003.075000', '221003.535000', '221003.995000', '221004.455000', '221004.915000', '221005.375000', '221005.835000', '221006.295000', '221006.755000', '221007.215000', '221007.675000', '221008.135000', '221008.595000', '221009.055000', '221009.515000', '221009.975000', '221010.435000', '221010.895000', '221011.355000', '221011.815000', '221012.275000', '221012.735000', '221013.195000', '221013.655000', '221014.115000', '221014.575000', '221015.035000', '221015.495000', '221015.955000', '221016.415000', '221016.875000', '221017.335000', '221017.795000', '221018.255000', '221018.715000', '221019.175000', '221019.635000', '221020.095000', '221020.555000', '221021.015000', '221021.475000', '221021.935000', '221022.395000', '221022.855000', '221023.315000', '221023.775000', '221024.235000', '221024.695000', '221025.155000', '221025.615000', '221026.075000', '221026.535000', '221026.995000', '221027.455000', '221027.915000', '221028.375000', '221028.835000', '221029.295000', '221029.755000', '221030.215000', '221030.675000', '221031.135000', '221031.595000', '221032.055000', '221032.515000', '221032.975000', '221033.435000', '221033.895000', '221034.355000', '221034.815000', '221035.275000', '221035.735000', '221036.195000', '221036.655000', '221037.115000', '221037.575000', '221038.035000', '221038.495000', '221038.955000', '221039.415000', '221039.875000', '221040.335000', '221040.795000', '221041.255000', '221041.715000', '221042.175000', '221042.635000', '221043.095000', '221043.555000', '221044.015000', '221044.475000', '221044.935000', '221045.395000', '221045.855000', '221046.315000', '221046.775000', '221047.235000', '221047.695000', '221048.155000', '221048.615000', '221049.075000', '221049.535000', '221049.995000', '221050.455000', '221050.915000', '221051.375000', '221051.835000', '221052.295000', '221052.755000', '221053.215000', '221053.675000', '221054.135000', '221054.595000', '221055.055000', '221055.515000', '221055.975000', '221056.435000', '221056.895000', '221057.355000', '221057.815000', '221058.275000', '221058.735000', '221059.195000', '221059.655000', '221100.115000', '221100.575000', '221101.035000', '221101.495000', '221101.955000', '221102.415000', '221102.875000', '221103.335000', '221103.795000', '221104.255000', '221104.715000', '221105.175000', '221105.635000', '221106.095000', '221106.555000', '221107.015000', '221107.475000', '221107.935000', '221108.395000', '221108.855000', '221109.315000', '221109.775000', '221110.235000', '221110.695000', '221111.155000', '221111.615000', '221112.075000', '221112.535000', '221112.995000', '221113.455000', '221113.915000', '221114.375000', '221114.835000', '221115.295000', '221115.755000', '221116.215000', '221116.675000', '221117.135000', '221117.595000', '221118.055000', '221118.515000', '221118.975000', '221119.435000', '221119.895000', '221120.355000', '221120.815000', '221121.275000', '221121.735000', '221122.195000', '221122.655000', '221123.115000', '221123.575000', '221124.035000', '221124.495000', '221124.955000', '221125.415000', '221125.875000', '221126.335000', '221126.795000', '221127.255000', '221127.715000', '221128.175000', '221128.635000', '221129.095000', '221129.555000', '221130.015000', '221130.475000', '221130.935000', '221131.395000', '221131.855000', '221132.315000', '221132.775000', '221133.235000', '221133.695000', '221134.155000', '221134.615000', '221135.075000', '221135.535000', '221135.995000', '221136.455000', '221136.915000', '221137.375000', '221137.835000', '221138.295000', '221138.755000', '221139.215000', '221139.675000', '221140.135000', '221140.595000', '221141.055000', '221141.515000', '221141.975000', '221142.435000', '221142.895000', '221143.355000', '221143.815000', '221144.275000', '221144.735000', '221145.195000', '221145.655000', '221146.115000', '221146.575000', '221147.035000', '221147.495000', '221147.955000', '221148.415000', '221148.875000', '221149.335000', '221149.795000', '221150.255000', '221150.715000', '221151.175000', '221151.635000', '221152.095000', '221152.555000', '221153.015000', '221153.475000', '221153.935000', '221154.395000', '221154.855000', '221155.315000', '221155.775000', '221156.235000', '221156.695000', '221157.155000', '221157.615000', '221158.075000', '221158.535000', '221158.995000', '221159.455000', '221159.915000', '221200.375000', '221200.835000', '221201.295000', '221201.755000', '221202.215000', '221202.675000', '221203.135000', '221203.595000', '221204.055000', '221204.515000', '221204.975000', '221205.435000', '221205.895000', '221206.355000', '221206.815000', '221207.275000', '221207.735000', '221208.195000', '221208.655000', '221209.115000', '221209.575000', '221210.035000', '221210.495000', '221210.955000', '221211.415000', '221211.875000', '221212.335000', '221212.795000', '221213.255000', '221213.715000', '221214.175000', '221214.635000', '221215.095000', '221215.555000', '221216.015000', '221216.475000', '221216.935000', '221217.395000', '221217.855000', '221218.315000', '221218.775000', '221219.235000', '221219.695000', '221220.155000', '221220.615000', '221221.075000', '221221.535000', '221221.995000', '221222.455000', '221222.915000', '221223.375000', '221223.835000', '221224.295000', '221224.755000', '221225.215000', '221225.675000', '221226.135000', '221226.595000', '221227.055000', '221227.515000', '221227.975000', '221228.435000', '221228.895000', '221229.355000', '221229.815000', '221230.275000', '221230.735000', '221231.195000', '221231.655000', '221232.115000', '221232.575000', '221233.035000', '221233.495000', '221233.955000', '221234.415000', '221234.875000', '221235.335000', '221235.795000', '221236.255000', '221236.715000', '221237.175000', '221237.635000', '221238.095000', '221238.555000', '221239.015000', '221239.475000', '221239.935000', '221240.395000', '221240.855000', '221241.315000', '221241.775000', '221242.235000', '221242.695000', '221243.155000', '221243.615000', '221244.075000', '221244.535000', '221244.995000', '221245.455000', '221245.915000', '221246.375000', '221246.835000', '221247.295000', '221247.755000', '221248.215000', '221248.675000', '221249.135000', '221249.595000', '221250.055000', '221250.515000', '221250.975000', '221251.435000', '221251.895000', '221252.355000', '221252.815000', '221253.275000', '221253.735000', '221254.195000', '221254.655000', '221255.115000', '221255.575000', '221256.035000', '221256.495000', '221256.955000', '221257.415000', '221257.875000', '221258.335000', '221258.795000', '221259.255000', '221259.715000', '221300.175000', '221300.635000', '221301.095000', '221301.555000', '221302.015000', '221302.475000', '221302.935000', '221303.395000', '221303.855000', '221304.315000', '221304.775000', '221305.235000', '221305.695000', '221306.155000', '221306.615000', '221307.075000', '221307.535000', '221307.995000', '221308.455000', '221308.915000', '221309.375000', '221309.835000', '221310.295000', '221310.755000', '221311.215000', '221311.675000', '221312.135000', '221312.595000', '221313.055000', '221313.515000', '221313.975000', '221314.435000', '221314.895000', '221315.355000', '221315.815000', '221316.275000', '221316.735000', '221317.195000', '221317.655000', '221318.115000', '221318.575000', '221319.035000', '221319.495000', '221319.955000', '221320.415000', '221320.875000', '221321.335000', '221321.795000', '221322.255000', '221322.715000', '221323.175000', '221323.635000', '221324.095000', '221324.555000', '221325.015000', '221325.475000', '221325.935000', '221326.395000', '221326.855000', '221327.315000', '221327.775000', '221328.235000', '221328.695000', '221329.155000', '221329.615000', '221330.075000', '221330.535000', '221330.995000', '221331.455000', '221331.915000', '221332.375000', '221332.835000', '221333.295000', '221333.755000', '221334.215000', '221334.675000', '221335.135000', '221335.595000', '221336.055000', '221336.515000', '221336.975000', '221337.435000', '221337.895000', '221338.355000', '221338.815000', '221339.275000', '221339.735000', '221340.195000', '221340.655000', '221341.115000', '221341.575000', '221342.035000', '221342.495000', '221342.955000', '221343.415000', '221343.875000', '221344.335000', '221344.795000', '221345.255000', '221345.715000', '221346.175000', '221346.635000', '221347.095000', '221347.555000', '221348.015000', '221348.475000', '221348.935000', '221349.395000', '221349.855000', '221350.315000', '221350.775000', '221351.235000', '221351.695000', '221352.155000', '221352.615000', '221353.075000', '221353.535000', '221353.995000', '221354.455000', '221354.915000', '221355.375000', '221355.835000', '221356.295000', '221356.755000', '221357.215000', '221357.675000', '221358.135000', '221358.595000', '221359.055000', '221359.515000', '221359.975000', '221400.435000', '221400.895000', '221401.355000', '221401.815000', '221402.275000', '221402.735000', '221403.195000', '221403.655000', '221404.115000', '221404.575000', '221405.035000', '221405.495000', '221405.955000', '221406.415000', '221406.875000', '221407.335000', '221407.795000', '221408.255000', '221408.715000', '221409.175000', '221409.635000', '221410.095000', '221410.555000', '221411.015000', '221411.475000', '221411.935000', '221412.395000', '221412.855000', '221413.315000', '221413.775000', '221414.235000', '221414.695000', '221415.155000', '221415.615000', '221416.075000', '221416.535000', '221416.995000', '221417.455000', '221417.915000', '221418.375000', '221418.835000', '221419.295000', '221419.755000', '221420.215000', '221420.675000', '221421.135000', '221421.595000', '221422.055000', '221422.515000', '221422.975000', '221423.435000', '221423.895000', '221424.355000', '221424.815000', '221425.275000', '221425.735000', '221426.195000', '221426.655000', '221427.115000', '221427.575000', '221428.035000', '221428.495000', '221428.955000', '221429.415000', '221429.875000', '221430.335000', '221430.795000', '221431.255000', '221431.715000', '221432.175000', '221432.635000', '221433.095000', '221433.555000', '221434.015000', '221434.475000', '221434.935000', '221435.395000', '221435.855000', '221436.315000', '221436.775000', '221437.235000', '221437.695000', '221438.155000', '221438.615000', '221439.075000', '221439.535000', '221439.995000', '221440.455000', '221440.915000', '221441.375000', '221441.835000', '221442.295000', '221442.755000', '221443.215000', '221443.675000', '221444.135000', '221444.595000', '221445.055000', '221445.515000', '221445.975000', '221446.435000', '221446.895000', '221447.355000', '221447.815000', '221448.275000', '221448.735000', '221449.195000', '221449.655000', '221450.115000', '221450.575000', '221451.035000', '221451.495000', '221451.955000', '221452.415000', '221452.875000', '221453.335000', '221453.795000', '221454.255000', '221454.715000', '221455.175000', '221455.635000', '221456.095000', '221456.555000', '221457.015000', '221457.475000', '221457.935000', '221458.395000', '221458.855000', '221459.315000', '221459.775000', '221500.235000', '221500.695000', '221501.155000', '221501.615000', '221502.075000', '221502.535000', '221502.995000', '221503.455000', '221503.915000', '221504.375000', '221504.835000', '221505.295000', '221505.755000', '221506.215000', '221506.675000', '221507.135000', '221507.595000', '221508.055000', '221508.515000', '221508.975000', '221509.435000', '221509.895000', '221510.355000', '221510.815000', '221511.275000', '221511.735000', '221512.195000', '221512.655000', '221513.115000', '221513.575000', '221514.035000', '221514.495000', '221514.955000', '221515.415000', '221515.875000', '221516.335000', '221516.795000', '221517.255000', '221517.715000', '221518.175000', '221518.635000', '221519.095000', '221519.555000', '221520.015000', '221520.475000', '221520.935000', '221521.395000', '221521.855000', '221522.315000', '221522.775000', '221523.235000', '221523.695000', '221524.155000', '221524.615000', '221525.075000', '221525.535000', '221525.995000', '221526.455000', '221526.915000', '221527.375000', '221527.835000', '221528.295000', '221528.755000', '221529.215000', '221529.675000', '221530.135000', '221530.595000', '221531.055000', '221531.515000', '221531.975000', '221532.435000', '221532.895000', '221533.355000', '221533.815000', '221534.275000', '221534.735000', '221535.195000', '221535.655000', '221536.115000', '221536.575000', '221537.035000', '221537.495000', '221537.955000', '221538.415000', '221538.875000', '221539.335000', '221539.795000', '221540.255000', '221540.715000', '221541.175000', '221541.635000', '221542.095000', '221542.555000', '221543.015000', '221543.475000', '221543.935000', '221544.395000', '221544.855000', '221545.315000', '221545.775000', '221546.235000', '221546.695000', '221547.155000', '221547.615000', '221548.075000', '221548.535000', '221548.995000', '221549.455000', '221549.915000', '221550.375000', '221550.835000', '221551.295000', '221551.755000', '221552.215000', '221552.675000', '221553.135000', '221553.595000', '221554.055000', '221554.515000', '221554.975000', '221555.435000', '221555.895000', '221556.355000', '221556.815000', '221557.275000', '221557.735000', '221558.195000', '221558.655000', '221559.115000', '221559.575000', '221600.035000', '221600.495000', '221600.955000', '221601.415000', '221601.875000', '221602.335000', '221602.795000', '221603.255000', '221603.715000', '221604.175000', '221604.635000', '221605.095000', '221605.555000', '221606.015000', '221606.475000', '221606.935000', '221607.395000', '221607.855000', '221608.315000', '221608.775000', '221609.235000', '221609.695000', '221610.155000', '221610.615000', '221611.075000', '221611.535000', '221611.995000', '221612.455000', '221612.915000', '221613.375000', '221613.835000', '221614.295000', '221614.755000', '221615.215000', '221615.675000', '221616.135000', '221616.595000', '221617.055000', '221617.515000', '221617.975000', '221618.435000', '221618.895000', '221619.355000', '221619.815000', '221620.275000', '221620.735000', '221621.195000', '221621.655000', '221622.115000', '221622.575000', '221623.035000', '221623.495000', '221623.955000', '221624.415000', '221624.875000', '221625.335000', '221625.795000', '221626.255000', '221626.715000', '221627.175000', '221627.635000', '221628.095000', '221628.555000', '221629.015000', '221629.475000', '221629.935000', '221630.395000', '221630.855000', '221631.315000', '221631.775000', '221632.235000', '221632.695000', '221633.155000', '221633.615000', '221634.075000', '221634.535000', '221634.995000', '221635.455000', '221635.915000', '221636.375000', '221636.835000', '221637.295000', '221637.755000', '221638.215000', '221638.675000', '221639.135000', '221639.595000', '221640.055000', '221640.515000', '221640.975000', '221641.435000', '221641.895000', '221642.355000', '221642.815000', '221643.275000', '221643.735000', '221644.195000', '221644.655000', '221645.115000', '221645.575000', '221646.035000', '221646.495000', '221646.955000', '221647.415000', '221647.875000', '221648.335000', '221648.795000', '221649.255000', '221649.715000', '221650.175000', '221650.635000', '221651.095000', '221651.555000', '221652.015000', '221652.475000', '221652.935000', '221653.395000', '221653.855000', '221654.315000', '221654.775000', '221655.235000', '221655.695000', '221656.155000', '221656.615000', '221657.075000', '221657.535000', '221657.995000', '221658.455000', '221658.915000', '221659.375000', '221659.835000', '221700.295000', '221700.755000', '221701.215000', '221701.675000', '221702.135000', '221702.595000', '221703.055000', '221703.515000', '221703.975000', '221704.435000', '221704.895000', '221705.355000', '221705.815000', '221706.275000', '221706.735000', '221707.195000', '221707.655000', '221708.115000', '221708.575000', '221709.035000', '221709.495000', '221709.955000', '221710.415000', '221710.875000', '221711.335000', '221711.795000', '221712.255000', '221712.715000', '221713.175000', '221713.635000', '221714.095000', '221714.555000', '221715.015000', '221715.475000', '221715.935000', '221716.395000', '221716.855000', '221717.315000', '221717.775000', '221718.235000', '221718.695000', '221719.155000', '221719.615000', '221720.075000', '221720.535000', '221720.995000', '221721.455000', '221721.915000', '221722.375000', '221722.835000', '221723.295000', '221723.755000', '221724.215000', '221724.675000', '221725.135000', '221725.595000', '221726.055000', '221726.515000', '221726.975000', '221727.435000', '221727.895000', '221728.355000', '221728.815000', '221729.275000', '221729.735000', '221730.195000', '221730.655000', '221731.115000', '221731.575000', '221732.035000', '221732.495000', '221732.955000', '221733.415000', '221733.875000', '221734.335000', '221734.795000', '221735.255000', '221735.715000', '221736.175000', '221736.635000', '221737.095000', '221737.555000', '221738.015000', '221738.475000', '221738.935000', '221739.395000', '221739.855000', '221740.315000', '221740.775000', '221741.235000', '221741.695000', '221742.155000', '221742.615000', '221743.075000', '221743.535000', '221743.995000', '221744.455000', '221744.915000', '221745.375000', '221745.835000', '221746.295000', '221746.755000', '221747.215000', '221747.675000', '221748.135000', '221748.595000', '221749.055000', '221749.515000', '221749.975000', '221750.435000', '221750.895000', '221751.355000', '221751.815000', '221752.275000', '221752.735000', '221753.195000', '221753.655000', '221754.115000', '221754.575000', '221755.035000', '221755.495000', '221755.955000', '221756.415000', '221756.875000', '221757.335000', '221757.795000', '221758.255000', '221758.715000', '221759.175000', '221759.635000', '221800.095000', '221800.555000', '221801.015000', '221801.475000', '221801.935000', '221802.395000', '221802.855000', '221803.315000', '221803.775000', '221804.235000', '221804.695000', '221805.155000', '221805.615000', '221806.075000', '221806.535000', '221806.995000', '221807.455000', '221807.915000'], 'ContentTime': ['220751.660000', '220751.663000', '220751.666000', '220751.669000', '220751.672000', '220751.674000', '220751.677000', '220751.679000', '220751.682000', '220751.684000', '220751.687000', '220751.690000', '220751.692000', '220751.699000', '220751.702000', '220751.704000', '220751.707000', '220751.710000', '220751.712000', '220751.715000', '220751.717000', '220751.720000', '220751.723000', '220751.725000', '220751.728000', '220751.730000', '220751.733000', '220751.736000', '220751.738000', '220751.744000', '220751.747000', '220751.750000', '220751.752000', '220811.619000', '220811.621000', '220811.624000', '220811.627000', '220811.629000', '220811.632000', '220811.635000', '220811.641000', '220811.644000', '220811.646000', '220811.649000', '220811.651000', '220811.654000', '220811.656000', '220811.659000', '220811.662000', '220811.664000', '220811.667000', '220811.670000', '220811.672000', '220811.675000', '220811.677000', '220811.680000', '220811.683000', '220811.685000', '220811.688000', '220811.691000', '220811.693000', '220811.696000', '220811.698000', '220811.701000', '220811.704000', '220811.706000', '220811.709000', '220811.711000', '220811.714000', '220811.717000', '220811.719000', '220811.722000', '220811.724000', '220811.727000', '220811.730000', '220811.732000', '220811.735000', '220831.619000', '220831.621000', '220831.624000', '220831.627000', '220831.630000', '220831.633000', '220831.636000', '220831.638000', '220831.641000', '220831.643000', '220831.646000', '220831.649000', '220831.651000', '220831.654000', '220831.657000', '220831.659000', '220831.662000', '220831.665000', '220831.668000', '220831.670000', '220831.673000', '220831.675000', '220831.678000', '220831.681000', '220831.683000', '220831.686000', '220831.689000', '220831.691000', '220831.694000', '220831.696000', '220831.699000', '220831.702000', '220831.712000', '220831.715000', '220831.718000', '220831.720000', '220831.723000', '220831.725000', '220831.728000', '220831.731000', '220831.733000', '220831.736000', '220831.738000', '220851.620000', '220851.623000', '220851.626000', '220851.628000', '220851.631000', '220851.634000', '220851.637000', '220851.639000', '220851.642000', '220851.645000', '220851.647000', '220851.650000', '220851.652000', '220851.655000', '220851.658000', '220851.660000', '220851.663000', '220851.666000', '220851.668000', '220851.671000', '220851.678000', '220851.681000', '220851.684000', '220851.686000', '220851.689000', '220851.691000', '220851.694000', '220851.697000', '220851.699000', '220851.702000', '220851.705000', '220851.707000', '220851.710000', '220851.713000', '220851.715000', '220851.718000', '220851.720000', '220851.723000', '220851.726000', '220851.728000', '220851.731000', '220851.733000', '220851.736000', '220851.738000', '220911.619000', '220911.622000', '220911.625000', '220911.628000', '220911.630000', '220911.633000', '220911.636000', '220911.639000', '220911.641000', '220911.644000', '220911.649000', '220911.651000', '220911.654000', '220911.656000', '220911.659000', '220911.662000', '220911.664000', '220911.667000', '220911.670000', '220911.672000', '220911.675000', '220911.684000', '220911.686000', '220911.689000', '220911.691000', '220911.694000', '220911.698000', '220911.700000', '220911.703000', '220911.706000', '220911.708000', '220911.711000', '220911.714000', '220911.717000', '220911.719000', '220911.722000', '220911.724000', '220911.736000', '220911.738000', '220911.741000', '220911.744000', '220911.746000', '220911.749000', '220931.619000', '220931.622000', '220931.625000', '220931.628000', '220931.630000', '220931.633000', '220931.636000', '220931.638000', '220931.641000', '220931.644000', '220931.646000', '220931.649000', '220931.652000', '220931.654000', '220931.657000', '220931.659000', '220931.662000', '220931.664000', '220931.668000', '220931.671000', '220931.674000', '220931.676000', '220931.679000', '220931.681000', '220931.684000', '220931.687000', '220931.689000', '220931.692000', '220931.694000', '220931.697000', '220931.700000', '220931.702000', '220931.705000', '220931.707000', '220931.710000', '220931.713000', '220931.715000', '220931.718000', '220931.720000', '220931.723000', '220931.726000', '220931.728000', '220931.731000', '220931.733000', '220951.620000', '220951.622000', '220951.625000', '220951.628000', '220951.631000', '220951.633000', '220951.636000', '220951.638000', '220951.641000', '220951.644000', '220951.646000', '220951.649000', '220951.652000', '220951.654000', '220951.657000', '220951.660000', '220951.662000', '220951.665000', '220951.668000', '220951.670000', '220951.673000', '220951.675000', '220951.678000', '220951.681000', '220951.683000', '220951.686000', '220951.689000', '220951.691000', '220951.694000', '220951.697000', '220951.699000', '220951.702000', '220951.705000', '220951.710000', '220951.713000', '220951.715000', '220951.718000', '220951.721000', '220951.723000', '220951.726000', '220951.728000', '220951.731000', '220951.734000', '221011.620000', '221011.622000', '221011.625000', '221011.628000', '221011.631000', '221011.634000', '221011.636000', '221011.639000', '221011.642000', '221011.644000', '221011.647000', '221011.650000', '221011.652000', '221011.655000', '221011.657000', '221011.660000', '221011.663000', '221011.665000', '221011.668000', '221011.671000', '221011.673000', '221011.676000', '221011.678000', '221011.681000', '221011.684000', '221011.686000', '221011.689000', '221011.692000', '221011.694000', '221011.697000', '221011.700000', '221011.702000', '221011.705000', '221011.708000', '221011.710000', '221011.713000', '221011.716000', '221011.718000', '221011.721000', '221011.724000', '221011.726000', '221011.729000', '221011.731000', '221011.734000', '221031.619000', '221031.622000', '221031.625000', '221031.627000', '221031.630000', '221031.633000', '221031.635000', '221031.638000', '221031.640000', '221031.644000', '221031.646000', '221031.649000', '221031.652000', '221031.654000', '221031.657000', '221031.675000', '221031.678000', '221031.680000', '221031.683000', '221031.686000', '221031.688000', '221031.691000', '221031.694000', '221031.696000', '221031.699000', '221031.702000', '221031.704000', '221031.707000', '221031.709000', '221031.718000', '221031.720000', '221031.723000', '221031.726000', '221031.728000', '221031.731000', '221031.734000', '221031.738000', '221031.741000', '221031.744000', '221031.747000', '221031.750000', '221031.752000', '221031.755000', '221051.619000', '221051.622000', '221051.625000', '221051.627000', '221051.630000', '221051.632000', '221051.635000', '221051.638000', '221051.640000', '221051.643000', '221051.646000', '221051.648000', '221051.651000', '221051.654000', '221051.657000', '221051.660000', '221051.662000', '221051.665000', '221051.668000', '221051.670000', '221051.673000', '221051.676000', '221051.678000', '221051.681000', '221051.684000', '221051.686000', '221051.689000', '221051.692000', '221051.694000', '221051.697000', '221051.700000', '221051.702000', '221051.705000', '221051.707000', '221051.710000', '221051.713000', '221051.715000', '221051.718000', '221051.721000', '221051.723000', '221051.726000', '221051.728000', '221051.731000', '221051.734000', '221111.620000', '221111.622000', '221111.625000', '221111.628000', '221111.631000', '221111.633000', '221111.636000', '221111.638000', '221111.641000', '221111.644000', '221111.646000', '221111.649000', '221111.652000', '221111.654000', '221111.657000', '221111.659000', '221111.662000', '221111.665000', '221111.667000', '221111.670000', '221111.673000', '221111.675000', '221111.678000', '221111.680000', '221111.683000', '221111.686000', '221111.688000', '221111.691000', '221111.694000', '221111.696000', '221111.699000', '221111.701000', '221111.704000', '221111.707000', '221111.709000', '221111.712000', '221111.715000', '221111.717000', '221111.720000', '221111.723000', '221111.725000', '221111.728000', '221111.731000', '221131.620000', '221131.623000', '221131.626000', '221131.628000', '221131.631000', '221131.633000', '221131.636000', '221131.639000', '221131.641000', '221131.644000', '221131.647000', '221131.649000', '221131.652000', '221131.655000', '221131.657000', '221131.660000', '221131.662000', '221131.665000', '221131.668000', '221131.670000', '221131.673000', '221131.676000', '221131.678000', '221131.681000', '221131.684000', '221131.686000', '221131.689000', '221131.692000', '221131.694000', '221131.697000', '221131.700000', '221131.702000', '221131.705000', '221131.707000', '221131.710000', '221131.713000', '221131.715000', '221131.718000', '221131.720000', '221131.723000', '221131.726000', '221131.728000', '221131.731000', '221131.734000', '221151.620000', '221151.622000', '221151.625000', '221151.628000', '221151.631000', '221151.633000', '221151.636000', '221151.639000', '221151.641000', '221151.644000', '221151.647000', '221151.649000', '221151.652000', '221151.655000', '221151.657000', '221151.660000', '221151.663000', '221151.665000', '221151.668000', '221151.671000', '221151.673000', '221151.676000', '221151.679000', '221151.681000', '221151.684000', '221151.687000', '221151.689000', '221151.692000', '221151.695000', '221151.698000', '221151.700000', '221151.703000', '221151.705000', '221151.708000', '221151.711000', '221151.713000', '221151.716000', '221151.719000', '221151.721000', '221151.724000', '221151.736000', '221151.739000', '221151.742000', '221211.619000', '221211.622000', '221211.625000', '221211.627000', '221211.630000', '221211.633000', '221211.636000', '221211.638000', '221211.641000', '221211.643000', '221211.646000', '221211.649000', '221211.652000', '221211.654000', '221211.657000', '221211.660000', '221211.662000', '221211.665000', '221211.668000', '221211.670000', '221211.673000', '221211.676000', '221211.678000', '221211.681000', '221211.683000', '221211.686000', '221211.689000', '221211.691000', '221211.694000', '221211.697000', '221211.699000', '221211.702000', '221211.705000', '221211.707000', '221211.710000', '221211.713000', '221211.715000', '221211.718000', '221211.721000', '221211.723000', '221211.726000', '221211.729000', '221211.731000', '221211.734000', '221231.620000', '221231.622000', '221231.625000', '221231.628000', '221231.631000', '221231.633000', '221231.636000', '221231.638000', '221231.641000', '221231.644000', '221231.647000', '221231.649000', '221231.652000', '221231.654000', '221231.657000', '221231.660000', '221231.662000', '221231.665000', '221231.668000', '221231.670000', '221231.673000', '221231.675000', '221231.678000', '221231.681000', '221231.684000', '221231.686000', '221231.689000', '221231.692000', '221231.694000', '221231.697000', '221231.700000', '221231.702000', '221231.705000', '221231.707000', '221231.710000', '221231.713000', '221231.715000', '221231.718000', '221231.721000', '221231.724000', '221231.726000', '221231.729000', '221231.732000', '221251.619000', '221251.621000', '221251.624000', '221251.627000', '221251.630000', '221251.633000', '221251.635000', '221251.638000', '221251.641000', '221251.643000', '221251.646000', '221251.649000', '221251.651000', '221251.654000', '221251.656000', '221251.659000', '221251.662000', '221251.664000', '221251.667000', '221251.669000', '221251.672000', '221251.675000', '221251.677000', '221251.680000', '221251.683000', '221251.685000', '221251.688000', '221251.691000', '221251.693000', '221251.696000', '221251.699000', '221251.701000', '221251.704000', '221251.707000', '221251.709000', '221251.712000', '221251.715000', '221251.717000', '221251.720000', '221251.723000', '221251.725000', '221251.728000', '221251.730000', '221251.733000', '221311.619000', '221311.622000', '221311.624000', '221311.627000', '221311.630000', '221311.632000', '221311.635000', '221311.637000', '221311.640000', '221311.643000', '221311.645000', '221311.648000', '221311.651000', '221311.654000', '221311.656000', '221311.659000', '221311.661000', '221311.664000', '221311.667000', '221311.669000', '221311.672000', '221311.674000', '221311.677000', '221311.680000', '221311.682000', '221311.685000', '221311.690000', '221311.692000', '221311.695000', '221311.698000', '221311.700000', '221311.703000', '221311.705000', '221311.708000', '221311.711000', '221311.713000', '221311.716000', '221311.719000', '221311.721000', '221311.724000', '221311.726000', '221311.729000', '221311.732000', '221331.620000', '221331.622000', '221331.625000', '221331.628000', '221331.631000', '221331.633000', '221331.636000', '221331.639000', '221331.655000', '221331.657000', '221331.660000', '221331.663000', '221331.665000', '221331.668000', '221331.671000', '221331.673000', '221331.676000', '221331.678000', '221331.681000', '221331.684000', '221331.686000', '221331.689000', '221331.692000', '221331.694000', '221331.697000', '221331.700000', '221331.702000', '221331.705000', '221331.707000', '221331.710000', '221331.713000', '221331.715000', '221331.718000', '221331.720000', '221331.723000', '221331.726000', '221331.728000', '221331.731000', '221331.734000', '221331.736000', '221331.739000', '221331.742000', '221331.744000', '221331.747000', '221351.620000', '221351.622000', '221351.625000', '221351.628000', '221351.631000', '221351.634000', '221351.636000', '221351.639000', '221351.642000', '221351.645000', '221351.647000', '221351.650000', '221351.653000', '221351.656000', '221351.658000', '221351.661000', '221351.664000', '221351.666000', '221351.669000', '221351.671000', '221351.674000', '221351.677000', '221351.679000', '221351.682000', '221351.685000', '221351.687000', '221351.690000', '221351.693000', '221351.695000', '221351.698000', '221351.701000', '221351.703000', '221351.706000', '221351.709000', '221351.712000', '221351.714000', '221351.717000', '221351.720000', '221351.722000', '221351.725000', '221351.727000', '221351.730000', '221351.733000', '221411.620000', '221411.623000', '221411.626000', '221411.628000', '221411.631000', '221411.634000', '221411.636000', '221411.639000', '221411.642000', '221411.644000', '221411.647000', '221411.650000', '221411.652000', '221411.655000', '221411.658000', '221411.660000', '221411.663000', '221411.666000', '221411.668000', '221411.671000', '221411.673000', '221411.676000', '221411.679000', '221411.682000', '221411.684000', '221411.687000', '221411.690000', '221411.692000', '221411.695000', '221411.698000', '221411.700000', '221411.703000', '221411.705000', '221411.708000', '221411.711000', '221411.714000', '221411.716000', '221411.719000', '221411.722000', '221411.724000', '221411.727000', '221411.729000', '221411.732000', '221411.735000', '221431.620000', '221431.622000', '221431.625000', '221431.628000', '221431.630000', '221431.633000', '221431.636000', '221431.639000', '221431.641000', '221431.644000', '221431.646000', '221431.649000', '221431.652000', '221431.654000', '221431.657000', '221431.660000', '221431.662000', '221431.665000', '221431.668000', '221431.676000', '221431.678000', '221431.681000', '221431.684000', '221431.686000', '221431.689000', '221431.692000', '221431.694000', '221431.697000', '221431.700000', '221431.702000', '221431.705000', '221431.708000', '221431.710000', '221431.713000', '221431.716000', '221431.718000', '221431.721000', '221431.724000', '221431.726000', '221431.729000', '221431.731000', '221431.734000', '221431.737000', '221451.620000', '221451.622000', '221451.625000', '221451.628000', '221451.630000', '221451.646000', '221451.649000', '221451.651000', '221451.654000', '221451.656000', '221451.659000', '221451.662000', '221451.664000', '221451.667000', '221451.669000', '221451.672000', '221451.675000', '221451.677000', '221451.680000', '221451.683000', '221451.685000', '221451.688000', '221451.691000', '221451.693000', '221451.696000', '221451.698000', '221451.701000', '221451.704000', '221451.706000', '221451.709000', '221451.712000', '221451.714000', '221451.717000', '221451.720000', '221451.722000', '221451.725000', '221451.728000', '221451.730000', '221451.733000', '221451.735000', '221451.738000', '221451.741000', '221451.744000', '221451.746000', '221511.618000', '221511.621000', '221511.624000', '221511.627000', '221511.630000', '221511.632000', '221511.635000', '221511.638000', '221511.640000', '221511.643000', '221511.646000', '221511.649000', '221511.651000', '221511.654000', '221511.656000', '221511.659000', '221511.662000', '221511.664000', '221511.667000', '221511.670000', '221511.672000', '221511.675000', '221511.678000', '221511.680000', '221511.683000', '221511.685000', '221511.688000', '221511.691000', '221511.693000', '221511.696000', '221511.698000', '221511.701000', '221511.704000', '221511.706000', '221511.709000', '221511.712000', '221511.714000', '221511.717000', '221511.720000', '221511.722000', '221511.725000', '221511.727000', '221511.730000', '221531.619000', '221531.622000', '221531.625000', '221531.627000', '221531.630000', '221531.633000', '221531.636000', '221531.638000', '221531.641000', '221531.644000', '221531.646000', '221531.649000', '221531.651000', '221531.655000', '221531.658000', '221531.661000', '221531.664000', '221531.666000', '221531.669000', '221531.672000', '221531.674000', '221531.677000', '221531.680000', '221531.683000', '221531.685000', '221531.688000', '221531.691000', '221531.693000', '221531.696000', '221531.699000', '221531.701000', '221531.705000', '221531.707000', '221531.711000', '221531.713000', '221531.716000', '221531.718000', '221531.721000', '221531.724000', '221531.726000', '221531.729000', '221531.732000', '221531.734000', '221551.620000', '221551.623000', '221551.626000', '221551.628000', '221551.631000', '221551.634000', '221551.637000', '221551.639000', '221551.642000', '221551.644000', '221551.647000', '221551.650000', '221551.653000', '221551.655000', '221551.658000', '221551.661000', '221551.664000', '221551.666000', '221551.669000', '221551.672000', '221551.674000', '221551.677000', '221551.680000', '221551.682000', '221551.685000', '221551.687000', '221551.690000', '221551.693000', '221551.695000', '221551.698000', '221551.701000', '221551.704000', '221551.706000', '221551.709000', '221551.712000', '221551.714000', '221551.717000', '221551.720000', '221551.722000', '221551.725000', '221551.728000', '221551.730000', '221551.733000', '221551.736000', '221611.619000', '221611.622000', '221611.625000', '221611.628000', '221611.630000', '221611.633000', '221611.636000', '221611.639000', '221611.641000', '221611.644000', '221611.647000', '221611.649000', '221611.652000', '221611.654000', '221611.657000', '221611.667000', '221611.670000', '221611.672000', '221611.675000', '221611.678000', '221611.680000', '221611.683000', '221611.686000', '221611.688000', '221611.691000', '221611.693000', '221611.696000', '221611.699000', '221611.701000', '221611.704000', '221611.707000', '221611.710000', '221611.712000', '221611.715000', '221611.718000', '221611.720000', '221611.723000', '221611.726000', '221611.728000', '221611.731000', '221611.734000', '221611.736000', '221611.739000', '221631.620000', '221631.623000', '221631.625000', '221631.628000', '221631.630000', '221631.633000', '221631.636000', '221631.638000', '221631.641000', '221631.644000', '221631.646000', '221631.649000', '221631.651000', '221631.654000', '221631.657000', '221631.659000', '221631.662000', '221631.665000', '221631.667000', '221631.670000', '221631.672000', '221631.675000', '221631.678000', '221631.680000', '221631.683000', '221631.686000', '221631.688000', '221631.691000', '221631.694000', '221631.696000', '221631.699000', '221631.702000', '221631.705000', '221631.707000', '221631.710000', '221631.712000', '221631.715000', '221631.718000', '221631.720000', '221631.723000', '221631.725000', '221631.738000', '221631.740000', '221631.743000', '221651.620000', '221651.622000', '221651.625000', '221651.628000', '221651.630000', '221651.633000', '221651.636000', '221651.638000', '221651.641000', '221651.643000', '221651.646000', '221651.649000', '221651.651000', '221651.654000', '221651.657000', '221651.660000', '221651.663000', '221651.666000', '221651.668000', '221651.671000', '221651.674000', '221651.677000', '221651.679000', '221651.682000', '221651.684000', '221651.687000', '221651.690000', '221651.693000', '221651.696000', '221651.699000', '221651.702000', '221651.704000', '221651.707000', '221651.710000', '221651.712000', '221651.715000', '221651.718000', '221651.720000', '221651.723000', '221651.726000', '221651.728000', '221651.731000', '221651.734000', '221711.619000', '221711.622000', '221711.625000', '221711.628000', '221711.630000', '221711.633000', '221711.636000', '221711.638000', '221711.641000', '221711.643000', '221711.646000', '221711.649000', '221711.651000', '221711.654000', '221711.657000', '221711.659000', '221711.662000', '221711.665000', '221711.667000', '221711.670000', '221711.673000', '221711.675000', '221711.678000', '221711.680000', '221711.683000', '221711.686000', '221711.688000', '221711.691000', '221711.694000', '221711.697000', '221711.699000', '221711.702000', '221711.704000', '221711.707000', '221711.710000', '221711.712000', '221711.715000', '221711.717000', '221711.720000', '221711.723000', '221711.725000', '221711.728000', '221711.731000', '221711.733000', '221731.619000', '221731.621000', '221731.624000', '221731.627000', '221731.630000', '221731.632000', '221731.635000', '221731.638000', '221731.641000', '221731.643000', '221731.646000', '221731.648000', '221731.651000', '221731.654000', '221731.656000', '221731.659000', '221731.662000', '221731.665000', '221731.668000', '221731.671000', '221731.674000', '221731.677000', '221731.679000', '221731.682000', '221731.685000', '221731.687000', '221731.690000', '221731.693000', '221731.696000', '221731.698000', '221731.701000', '221731.703000', '221731.706000', '221731.709000', '221731.712000', '221731.714000', '221731.717000', '221731.720000', '221731.723000', '221731.725000', '221731.728000', '221731.731000', '221731.733000', '221751.619000', '221751.622000', '221751.624000', '221751.628000', '221751.630000', '221751.633000', '221751.636000', '221751.638000', '221751.641000', '221751.644000', '221751.646000', '221751.649000', '221751.652000', '221751.654000', '221751.657000', '221751.660000', '221751.662000', '221751.665000', '221751.668000', '221751.670000', '221751.673000', '221751.676000', '221751.678000', '221751.681000', '221751.683000', '221751.686000', '221751.689000', '221751.692000', '221751.694000', '221751.697000', '221751.699000', '221751.702000', '221751.705000', '221751.707000', '221751.710000', '221751.713000', '221751.715000', '221751.718000', '221751.721000', '221751.723000', '221751.726000', '221751.729000', '221751.731000', '221751.734000', '221808.913000', '221808.917000', '221808.921000', '221808.924000', '221808.927000', '221808.929000', '221808.932000', '221808.935000', '221808.938000', '221808.941000', '221808.944000', '221808.954000', '221808.956000', '221808.959000', '221808.963000', '221808.966000', '221808.969000', '221808.972000', '221808.975000', '221808.978000', '221808.981000', '221808.984000', '221808.987000', '221808.990000', '221808.993000', '221808.996000', '221809.000000', '221809.003000', '221809.005000', '221809.008000', '221809.011000', '221809.014000', '221809.017000', '221809.022000', '221809.025000', '221809.028000', '221809.031000', '221809.034000'], 'InstanceCreationTime': ['220751.660000', '220751.663000', '220751.666000', '220751.669000', '220751.672000', '220751.674000', '220751.677000', '220751.679000', '220751.682000', '220751.684000', '220751.687000', '220751.690000', '220751.692000', '220751.699000', '220751.702000', '220751.704000', '220751.707000', '220751.710000', '220751.712000', '220751.715000', '220751.717000', '220751.720000', '220751.723000', '220751.725000', '220751.728000', '220751.730000', '220751.733000', '220751.736000', '220751.738000', '220751.744000', '220751.747000', '220751.750000', '220751.752000', '220811.619000', '220811.621000', '220811.624000', '220811.627000', '220811.629000', '220811.632000', '220811.635000', '220811.641000', '220811.644000', '220811.646000', '220811.649000', '220811.651000', '220811.654000', '220811.656000', '220811.659000', '220811.662000', '220811.664000', '220811.667000', '220811.670000', '220811.672000', '220811.675000', '220811.677000', '220811.680000', '220811.683000', '220811.685000', '220811.688000', '220811.691000', '220811.693000', '220811.696000', '220811.698000', '220811.701000', '220811.704000', '220811.706000', '220811.709000', '220811.711000', '220811.714000', '220811.717000', '220811.719000', '220811.722000', '220811.724000', '220811.727000', '220811.730000', '220811.732000', '220811.735000', '220831.619000', '220831.621000', '220831.624000', '220831.627000', '220831.630000', '220831.633000', '220831.636000', '220831.638000', '220831.641000', '220831.643000', '220831.646000', '220831.649000', '220831.651000', '220831.654000', '220831.657000', '220831.659000', '220831.662000', '220831.665000', '220831.668000', '220831.670000', '220831.673000', '220831.675000', '220831.678000', '220831.681000', '220831.683000', '220831.686000', '220831.689000', '220831.691000', '220831.694000', '220831.696000', '220831.699000', '220831.702000', '220831.712000', '220831.715000', '220831.718000', '220831.720000', '220831.723000', '220831.725000', '220831.728000', '220831.731000', '220831.733000', '220831.736000', '220831.738000', '220851.620000', '220851.623000', '220851.626000', '220851.628000', '220851.631000', '220851.634000', '220851.637000', '220851.639000', '220851.642000', '220851.645000', '220851.647000', '220851.650000', '220851.652000', '220851.655000', '220851.658000', '220851.660000', '220851.663000', '220851.666000', '220851.668000', '220851.671000', '220851.678000', '220851.681000', '220851.684000', '220851.686000', '220851.689000', '220851.691000', '220851.694000', '220851.697000', '220851.699000', '220851.702000', '220851.705000', '220851.707000', '220851.710000', '220851.713000', '220851.715000', '220851.718000', '220851.720000', '220851.723000', '220851.726000', '220851.728000', '220851.731000', '220851.733000', '220851.736000', '220851.738000', '220911.619000', '220911.622000', '220911.625000', '220911.628000', '220911.630000', '220911.633000', '220911.636000', '220911.639000', '220911.641000', '220911.644000', '220911.649000', '220911.651000', '220911.654000', '220911.656000', '220911.659000', '220911.662000', '220911.664000', '220911.667000', '220911.670000', '220911.672000', '220911.675000', '220911.684000', '220911.686000', '220911.689000', '220911.691000', '220911.694000', '220911.698000', '220911.700000', '220911.703000', '220911.706000', '220911.708000', '220911.711000', '220911.714000', '220911.717000', '220911.719000', '220911.722000', '220911.724000', '220911.736000', '220911.738000', '220911.741000', '220911.744000', '220911.746000', '220911.749000', '220931.619000', '220931.622000', '220931.625000', '220931.628000', '220931.630000', '220931.633000', '220931.636000', '220931.638000', '220931.641000', '220931.644000', '220931.646000', '220931.649000', '220931.652000', '220931.654000', '220931.657000', '220931.659000', '220931.662000', '220931.664000', '220931.668000', '220931.671000', '220931.674000', '220931.676000', '220931.679000', '220931.681000', '220931.684000', '220931.687000', '220931.689000', '220931.692000', '220931.694000', '220931.697000', '220931.700000', '220931.702000', '220931.705000', '220931.707000', '220931.710000', '220931.713000', '220931.715000', '220931.718000', '220931.720000', '220931.723000', '220931.726000', '220931.728000', '220931.731000', '220931.733000', '220951.620000', '220951.622000', '220951.625000', '220951.628000', '220951.631000', '220951.633000', '220951.636000', '220951.638000', '220951.641000', '220951.644000', '220951.646000', '220951.649000', '220951.652000', '220951.654000', '220951.657000', '220951.660000', '220951.662000', '220951.665000', '220951.668000', '220951.670000', '220951.673000', '220951.675000', '220951.678000', '220951.681000', '220951.683000', '220951.686000', '220951.689000', '220951.691000', '220951.694000', '220951.697000', '220951.699000', '220951.702000', '220951.705000', '220951.710000', '220951.713000', '220951.715000', '220951.718000', '220951.721000', '220951.723000', '220951.726000', '220951.728000', '220951.731000', '220951.734000', '221011.620000', '221011.622000', '221011.625000', '221011.628000', '221011.631000', '221011.634000', '221011.636000', '221011.639000', '221011.642000', '221011.644000', '221011.647000', '221011.650000', '221011.652000', '221011.655000', '221011.657000', '221011.660000', '221011.663000', '221011.665000', '221011.668000', '221011.671000', '221011.673000', '221011.676000', '221011.678000', '221011.681000', '221011.684000', '221011.686000', '221011.689000', '221011.692000', '221011.694000', '221011.697000', '221011.700000', '221011.702000', '221011.705000', '221011.708000', '221011.710000', '221011.713000', '221011.716000', '221011.718000', '221011.721000', '221011.724000', '221011.726000', '221011.729000', '221011.731000', '221011.734000', '221031.619000', '221031.622000', '221031.625000', '221031.627000', '221031.630000', '221031.633000', '221031.635000', '221031.638000', '221031.640000', '221031.644000', '221031.646000', '221031.649000', '221031.652000', '221031.654000', '221031.657000', '221031.675000', '221031.678000', '221031.680000', '221031.683000', '221031.686000', '221031.688000', '221031.691000', '221031.694000', '221031.696000', '221031.699000', '221031.702000', '221031.704000', '221031.707000', '221031.709000', '221031.718000', '221031.720000', '221031.723000', '221031.726000', '221031.728000', '221031.731000', '221031.734000', '221031.738000', '221031.741000', '221031.744000', '221031.747000', '221031.750000', '221031.752000', '221031.755000', '221051.619000', '221051.622000', '221051.625000', '221051.627000', '221051.630000', '221051.632000', '221051.635000', '221051.638000', '221051.640000', '221051.643000', '221051.646000', '221051.648000', '221051.651000', '221051.654000', '221051.657000', '221051.660000', '221051.662000', '221051.665000', '221051.668000', '221051.670000', '221051.673000', '221051.676000', '221051.678000', '221051.681000', '221051.684000', '221051.686000', '221051.689000', '221051.692000', '221051.694000', '221051.697000', '221051.700000', '221051.702000', '221051.705000', '221051.707000', '221051.710000', '221051.713000', '221051.715000', '221051.718000', '221051.721000', '221051.723000', '221051.726000', '221051.728000', '221051.731000', '221051.734000', '221111.620000', '221111.622000', '221111.625000', '221111.628000', '221111.631000', '221111.633000', '221111.636000', '221111.638000', '221111.641000', '221111.644000', '221111.646000', '221111.649000', '221111.652000', '221111.654000', '221111.657000', '221111.659000', '221111.662000', '221111.665000', '221111.667000', '221111.670000', '221111.673000', '221111.675000', '221111.678000', '221111.680000', '221111.683000', '221111.686000', '221111.688000', '221111.691000', '221111.694000', '221111.696000', '221111.699000', '221111.701000', '221111.704000', '221111.707000', '221111.709000', '221111.712000', '221111.715000', '221111.717000', '221111.720000', '221111.723000', '221111.725000', '221111.728000', '221111.731000', '221131.620000', '221131.623000', '221131.626000', '221131.628000', '221131.631000', '221131.633000', '221131.636000', '221131.639000', '221131.641000', '221131.644000', '221131.647000', '221131.649000', '221131.652000', '221131.655000', '221131.657000', '221131.660000', '221131.662000', '221131.665000', '221131.668000', '221131.670000', '221131.673000', '221131.676000', '221131.678000', '221131.681000', '221131.684000', '221131.686000', '221131.689000', '221131.692000', '221131.694000', '221131.697000', '221131.700000', '221131.702000', '221131.705000', '221131.707000', '221131.710000', '221131.713000', '221131.715000', '221131.718000', '221131.720000', '221131.723000', '221131.726000', '221131.728000', '221131.731000', '221131.734000', '221151.620000', '221151.622000', '221151.625000', '221151.628000', '221151.631000', '221151.633000', '221151.636000', '221151.639000', '221151.641000', '221151.644000', '221151.647000', '221151.649000', '221151.652000', '221151.655000', '221151.657000', '221151.660000', '221151.663000', '221151.665000', '221151.668000', '221151.671000', '221151.673000', '221151.676000', '221151.679000', '221151.681000', '221151.684000', '221151.687000', '221151.689000', '221151.692000', '221151.695000', '221151.698000', '221151.700000', '221151.703000', '221151.705000', '221151.708000', '221151.711000', '221151.713000', '221151.716000', '221151.719000', '221151.721000', '221151.724000', '221151.736000', '221151.739000', '221151.742000', '221211.619000', '221211.622000', '221211.625000', '221211.627000', '221211.630000', '221211.633000', '221211.636000', '221211.638000', '221211.641000', '221211.643000', '221211.646000', '221211.649000', '221211.652000', '221211.654000', '221211.657000', '221211.660000', '221211.662000', '221211.665000', '221211.668000', '221211.670000', '221211.673000', '221211.676000', '221211.678000', '221211.681000', '221211.683000', '221211.686000', '221211.689000', '221211.691000', '221211.694000', '221211.697000', '221211.699000', '221211.702000', '221211.705000', '221211.707000', '221211.710000', '221211.713000', '221211.715000', '221211.718000', '221211.721000', '221211.723000', '221211.726000', '221211.729000', '221211.731000', '221211.734000', '221231.620000', '221231.622000', '221231.625000', '221231.628000', '221231.631000', '221231.633000', '221231.636000', '221231.638000', '221231.641000', '221231.644000', '221231.647000', '221231.649000', '221231.652000', '221231.654000', '221231.657000', '221231.660000', '221231.662000', '221231.665000', '221231.668000', '221231.670000', '221231.673000', '221231.675000', '221231.678000', '221231.681000', '221231.684000', '221231.686000', '221231.689000', '221231.692000', '221231.694000', '221231.697000', '221231.700000', '221231.702000', '221231.705000', '221231.707000', '221231.710000', '221231.713000', '221231.715000', '221231.718000', '221231.721000', '221231.724000', '221231.726000', '221231.729000', '221231.732000', '221251.619000', '221251.621000', '221251.624000', '221251.627000', '221251.630000', '221251.633000', '221251.635000', '221251.638000', '221251.641000', '221251.643000', '221251.646000', '221251.649000', '221251.651000', '221251.654000', '221251.656000', '221251.659000', '221251.662000', '221251.664000', '221251.667000', '221251.669000', '221251.672000', '221251.675000', '221251.677000', '221251.680000', '221251.683000', '221251.685000', '221251.688000', '221251.691000', '221251.693000', '221251.696000', '221251.699000', '221251.701000', '221251.704000', '221251.707000', '221251.709000', '221251.712000', '221251.715000', '221251.717000', '221251.720000', '221251.723000', '221251.725000', '221251.728000', '221251.730000', '221251.733000', '221311.619000', '221311.622000', '221311.624000', '221311.627000', '221311.630000', '221311.632000', '221311.635000', '221311.637000', '221311.640000', '221311.643000', '221311.645000', '221311.648000', '221311.651000', '221311.654000', '221311.656000', '221311.659000', '221311.661000', '221311.664000', '221311.667000', '221311.669000', '221311.672000', '221311.674000', '221311.677000', '221311.680000', '221311.682000', '221311.685000', '221311.690000', '221311.692000', '221311.695000', '221311.698000', '221311.700000', '221311.703000', '221311.705000', '221311.708000', '221311.711000', '221311.713000', '221311.716000', '221311.719000', '221311.721000', '221311.724000', '221311.726000', '221311.729000', '221311.732000', '221331.620000', '221331.622000', '221331.625000', '221331.628000', '221331.631000', '221331.633000', '221331.636000', '221331.639000', '221331.655000', '221331.657000', '221331.660000', '221331.663000', '221331.665000', '221331.668000', '221331.671000', '221331.673000', '221331.676000', '221331.678000', '221331.681000', '221331.684000', '221331.686000', '221331.689000', '221331.692000', '221331.694000', '221331.697000', '221331.700000', '221331.702000', '221331.705000', '221331.707000', '221331.710000', '221331.713000', '221331.715000', '221331.718000', '221331.720000', '221331.723000', '221331.726000', '221331.728000', '221331.731000', '221331.734000', '221331.736000', '221331.739000', '221331.742000', '221331.744000', '221331.747000', '221351.620000', '221351.622000', '221351.625000', '221351.628000', '221351.631000', '221351.634000', '221351.636000', '221351.639000', '221351.642000', '221351.645000', '221351.647000', '221351.650000', '221351.653000', '221351.656000', '221351.658000', '221351.661000', '221351.664000', '221351.666000', '221351.669000', '221351.671000', '221351.674000', '221351.677000', '221351.679000', '221351.682000', '221351.685000', '221351.687000', '221351.690000', '221351.693000', '221351.695000', '221351.698000', '221351.701000', '221351.703000', '221351.706000', '221351.709000', '221351.712000', '221351.714000', '221351.717000', '221351.720000', '221351.722000', '221351.725000', '221351.727000', '221351.730000', '221351.733000', '221411.620000', '221411.623000', '221411.626000', '221411.628000', '221411.631000', '221411.634000', '221411.636000', '221411.639000', '221411.642000', '221411.644000', '221411.647000', '221411.650000', '221411.652000', '221411.655000', '221411.658000', '221411.660000', '221411.663000', '221411.666000', '221411.668000', '221411.671000', '221411.673000', '221411.676000', '221411.679000', '221411.682000', '221411.684000', '221411.687000', '221411.690000', '221411.692000', '221411.695000', '221411.698000', '221411.700000', '221411.703000', '221411.705000', '221411.708000', '221411.711000', '221411.714000', '221411.716000', '221411.719000', '221411.722000', '221411.724000', '221411.727000', '221411.729000', '221411.732000', '221411.735000', '221431.620000', '221431.622000', '221431.625000', '221431.628000', '221431.630000', '221431.633000', '221431.636000', '221431.639000', '221431.641000', '221431.644000', '221431.646000', '221431.649000', '221431.652000', '221431.654000', '221431.657000', '221431.660000', '221431.662000', '221431.665000', '221431.668000', '221431.676000', '221431.678000', '221431.681000', '221431.684000', '221431.686000', '221431.689000', '221431.692000', '221431.694000', '221431.697000', '221431.700000', '221431.702000', '221431.705000', '221431.708000', '221431.710000', '221431.713000', '221431.716000', '221431.718000', '221431.721000', '221431.724000', '221431.726000', '221431.729000', '221431.731000', '221431.734000', '221431.737000', '221451.620000', '221451.622000', '221451.625000', '221451.628000', '221451.630000', '221451.646000', '221451.649000', '221451.651000', '221451.654000', '221451.656000', '221451.659000', '221451.662000', '221451.664000', '221451.667000', '221451.669000', '221451.672000', '221451.675000', '221451.677000', '221451.680000', '221451.683000', '221451.685000', '221451.688000', '221451.691000', '221451.693000', '221451.696000', '221451.698000', '221451.701000', '221451.704000', '221451.706000', '221451.709000', '221451.712000', '221451.714000', '221451.717000', '221451.720000', '221451.722000', '221451.725000', '221451.728000', '221451.730000', '221451.733000', '221451.735000', '221451.738000', '221451.741000', '221451.744000', '221451.746000', '221511.618000', '221511.621000', '221511.624000', '221511.627000', '221511.630000', '221511.632000', '221511.635000', '221511.638000', '221511.640000', '221511.643000', '221511.646000', '221511.649000', '221511.651000', '221511.654000', '221511.656000', '221511.659000', '221511.662000', '221511.664000', '221511.667000', '221511.670000', '221511.672000', '221511.675000', '221511.678000', '221511.680000', '221511.683000', '221511.685000', '221511.688000', '221511.691000', '221511.693000', '221511.696000', '221511.698000', '221511.701000', '221511.704000', '221511.706000', '221511.709000', '221511.712000', '221511.714000', '221511.717000', '221511.720000', '221511.722000', '221511.725000', '221511.727000', '221511.730000', '221531.619000', '221531.622000', '221531.625000', '221531.627000', '221531.630000', '221531.633000', '221531.636000', '221531.638000', '221531.641000', '221531.644000', '221531.646000', '221531.649000', '221531.651000', '221531.655000', '221531.658000', '221531.661000', '221531.664000', '221531.666000', '221531.669000', '221531.672000', '221531.674000', '221531.677000', '221531.680000', '221531.683000', '221531.685000', '221531.688000', '221531.691000', '221531.693000', '221531.696000', '221531.699000', '221531.701000', '221531.705000', '221531.707000', '221531.711000', '221531.713000', '221531.716000', '221531.718000', '221531.721000', '221531.724000', '221531.726000', '221531.729000', '221531.732000', '221531.734000', '221551.620000', '221551.623000', '221551.626000', '221551.628000', '221551.631000', '221551.634000', '221551.637000', '221551.639000', '221551.642000', '221551.644000', '221551.647000', '221551.650000', '221551.653000', '221551.655000', '221551.658000', '221551.661000', '221551.664000', '221551.666000', '221551.669000', '221551.672000', '221551.674000', '221551.677000', '221551.680000', '221551.682000', '221551.685000', '221551.687000', '221551.690000', '221551.693000', '221551.695000', '221551.698000', '221551.701000', '221551.704000', '221551.706000', '221551.709000', '221551.712000', '221551.714000', '221551.717000', '221551.720000', '221551.722000', '221551.725000', '221551.728000', '221551.730000', '221551.733000', '221551.736000', '221611.619000', '221611.622000', '221611.625000', '221611.628000', '221611.630000', '221611.633000', '221611.636000', '221611.639000', '221611.641000', '221611.644000', '221611.647000', '221611.649000', '221611.652000', '221611.654000', '221611.657000', '221611.667000', '221611.670000', '221611.672000', '221611.675000', '221611.678000', '221611.680000', '221611.683000', '221611.686000', '221611.688000', '221611.691000', '221611.693000', '221611.696000', '221611.699000', '221611.701000', '221611.704000', '221611.707000', '221611.710000', '221611.712000', '221611.715000', '221611.718000', '221611.720000', '221611.723000', '221611.726000', '221611.728000', '221611.731000', '221611.734000', '221611.736000', '221611.739000', '221631.620000', '221631.623000', '221631.625000', '221631.628000', '221631.630000', '221631.633000', '221631.636000', '221631.638000', '221631.641000', '221631.644000', '221631.646000', '221631.649000', '221631.651000', '221631.654000', '221631.657000', '221631.659000', '221631.662000', '221631.665000', '221631.667000', '221631.670000', '221631.672000', '221631.675000', '221631.678000', '221631.680000', '221631.683000', '221631.686000', '221631.688000', '221631.691000', '221631.694000', '221631.696000', '221631.699000', '221631.702000', '221631.705000', '221631.707000', '221631.710000', '221631.712000', '221631.715000', '221631.718000', '221631.720000', '221631.723000', '221631.725000', '221631.738000', '221631.740000', '221631.743000', '221651.620000', '221651.622000', '221651.625000', '221651.628000', '221651.630000', '221651.633000', '221651.636000', '221651.638000', '221651.641000', '221651.643000', '221651.646000', '221651.649000', '221651.651000', '221651.654000', '221651.657000', '221651.660000', '221651.663000', '221651.666000', '221651.668000', '221651.671000', '221651.674000', '221651.677000', '221651.679000', '221651.682000', '221651.684000', '221651.687000', '221651.690000', '221651.693000', '221651.696000', '221651.699000', '221651.702000', '221651.704000', '221651.707000', '221651.710000', '221651.712000', '221651.715000', '221651.718000', '221651.720000', '221651.723000', '221651.726000', '221651.728000', '221651.731000', '221651.734000', '221711.619000', '221711.622000', '221711.625000', '221711.628000', '221711.630000', '221711.633000', '221711.636000', '221711.638000', '221711.641000', '221711.643000', '221711.646000', '221711.649000', '221711.651000', '221711.654000', '221711.657000', '221711.659000', '221711.662000', '221711.665000', '221711.667000', '221711.670000', '221711.673000', '221711.675000', '221711.678000', '221711.680000', '221711.683000', '221711.686000', '221711.688000', '221711.691000', '221711.694000', '221711.697000', '221711.699000', '221711.702000', '221711.704000', '221711.707000', '221711.710000', '221711.712000', '221711.715000', '221711.717000', '221711.720000', '221711.723000', '221711.725000', '221711.728000', '221711.731000', '221711.733000', '221731.619000', '221731.621000', '221731.624000', '221731.627000', '221731.630000', '221731.632000', '221731.635000', '221731.638000', '221731.641000', '221731.643000', '221731.646000', '221731.648000', '221731.651000', '221731.654000', '221731.656000', '221731.659000', '221731.662000', '221731.665000', '221731.668000', '221731.671000', '221731.674000', '221731.677000', '221731.679000', '221731.682000', '221731.685000', '221731.687000', '221731.690000', '221731.693000', '221731.696000', '221731.698000', '221731.701000', '221731.703000', '221731.706000', '221731.709000', '221731.712000', '221731.714000', '221731.717000', '221731.720000', '221731.723000', '221731.725000', '221731.728000', '221731.731000', '221731.733000', '221751.619000', '221751.622000', '221751.624000', '221751.628000', '221751.630000', '221751.633000', '221751.636000', '221751.638000', '221751.641000', '221751.644000', '221751.646000', '221751.649000', '221751.652000', '221751.654000', '221751.657000', '221751.660000', '221751.662000', '221751.665000', '221751.668000', '221751.670000', '221751.673000', '221751.676000', '221751.678000', '221751.681000', '221751.683000', '221751.686000', '221751.689000', '221751.692000', '221751.694000', '221751.697000', '221751.699000', '221751.702000', '221751.705000', '221751.707000', '221751.710000', '221751.713000', '221751.715000', '221751.718000', '221751.721000', '221751.723000', '221751.726000', '221751.729000', '221751.731000', '221751.734000', '221808.913000', '221808.917000', '221808.921000', '221808.924000', '221808.927000', '221808.929000', '221808.932000', '221808.935000', '221808.938000', '221808.941000', '221808.944000', '221808.954000', '221808.956000', '221808.959000', '221808.963000', '221808.966000', '221808.969000', '221808.972000', '221808.975000', '221808.978000', '221808.981000', '221808.984000', '221808.987000', '221808.990000', '221808.993000', '221808.996000', '221809.000000', '221809.003000', '221809.005000', '221809.008000', '221809.011000', '221809.014000', '221809.017000', '221809.022000', '221809.025000', '221809.028000', '221809.031000', '221809.034000'], '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': [9440, 13255, 9550, 13242, 9184, 13463, 8878, 12924, 8670, 12819, 8637, 12498, 8627, 12340, 8455, 12749, 9347, 12978, 9295, 12704, 9432, 12307, 12272, 12064, 9873, 12019, 9434, 11761, 10961, 11814, 9960, 12317, 9468, 12016, 11687, 11635, 10345, 11764, 10173, 11554, 12452, 10788, 11875, 11141, 10612, 10926, 12119, 10345, 13763, 10358, 12337, 10351, 12502, 10639, 14531, 9718, 12752, 10239, 11381, 10726, 12119, 10472, 11135, 11316, 9711, 11508, 9402, 11638, 9307, 12580, 8223, 12919, 8225, 12645, 8605, 13340, 8766, 12950, 8838, 13004, 9075, 13530, 9587, 12927, 9993, 12657, 9855, 12889, 9871, 12934, 9846, 12928, 8744, 13140, 8831, 13083, 8765, 12910, 9180, 12705, 11498, 11917, 11588, 11620, 10383, 11249, 11643, 10380, 11710, 10806, 10026, 11252, 12597, 10477, 16197, 9956, 11910, 9359, 11918, 9583, 12057, 8992, 12603, 8755, 12534, 9314, 12731, 8724, 12936, 9552, 13464, 8401, 12593, 9300, 12736, 8945, 13483, 8463, 12833, 9508, 12276, 9244, 13040, 8410, 12754, 8437, 13189, 8793, 13411, 9040, 13498, 8813, 13278, 8936, 13224, 8864, 12867, 9209, 12905, 9763, 13149, 9669, 12745, 9295, 12147, 10067, 12042, 9724, 12991, 8439, 12251, 8818, 12629, 9279, 13336, 8447, 12708, 9696, 12280, 10859, 12049, 9483, 12318, 9513, 12484, 9290, 12706, 8589, 13240, 8603, 13126, 8630, 13268, 9047, 13365, 8823, 13171, 9018, 13143, 8770, 13236, 8593, 12960, 8921, 12513, 9598, 11912, 11458, 11871, 10257, 11405, 11137, 11261, 12495, 11255, 10790, 11127, 11173, 10495, 11174, 10839, 10667, 11413, 11816, 10891, 13908, 10248, 12914, 10337, 13844, 10056, 14622, 9497, 12945, 9285, 13514, 9444, 13659, 9598, 13467, 9339, 11767, 9181, 12043, 9287, 12302, 9387, 12455, 8931, 12723, 8912, 13365, 8528, 13231, 9090, 12935, 8722, 13048, 8457, 12645, 8494, 12804, 8702, 13199, 8342, 12473, 8016, 12710, 8417, 12877, 8410, 12374, 8347, 12497, 8596, 12851, 9485, 12569, 9505, 12859, 8967, 12616, 9372, 12833, 8602, 12728, 8821, 12880, 8651, 12954, 8749, 13206, 8697, 13423, 8395, 12726, 8879, 13248, 8726, 13517, 9113, 13186, 9006, 12587, 9347, 12129, 9290, 12018, 9136, 13001, 9626, 14003, 9576, 14742, 9943, 15538, 9938, 16246, 9969, 16284, 9687, 12707, 9527, 14032, 9390, 12121, 9355, 12014, 9029, 12039, 9347, 11891, 8939, 12535, 8740, 13098, 8979, 13341, 8895, 12989, 8808, 12862, 13718, 11705, 14133, 10806, 15053, 9929, 11792, 9341, 11473, 9368, 11894, 9185, 12934, 9125, 11947, 10221, 10503, 10912, 10360, 12917, 9426, 12980, 8919, 12954, 9989, 14199, 10351, 11521, 11255, 12647, 12325, 11550, 12761, 11029, 13415, 12239, 13518, 13083, 13507, 14423, 12671, 14910, 12478, 14062, 12095, 12426, 12065, 11336, 12001, 11078, 12309, 10476, 12504, 10144, 13163, 10242, 13755, 10888, 13670, 10451, 13515, 10641, 13948, 10950, 13671, 10808, 11245, 11115, 10257, 11495, 10183, 12849, 10862, 13227, 10837, 13387, 10970, 9826, 11164, 9482, 12185, 9771, 12927, 10390, 12790, 10629, 12285, 10791, 10799, 11052, 8997, 12779, 9218, 13212, 10167, 13438, 10306, 13164, 10758, 12836, 10823, 11617, 10607, 11452, 11190, 8758, 13416, 9028, 13025, 10105, 13586, 10778, 10088, 10925, 8603, 12728, 10160, 13891, 9938, 13919, 10402, 13768, 10502, 11029, 11829, 8671, 13298, 9124, 13661, 9874, 13946, 10137, 13798, 10216, 13336, 10720, 13328, 10686, 13325, 10685, 13140, 10766, 12160, 10760, 11823, 11419, 11264, 12215, 8949, 12967, 8758, 13409, 8980, 13709, 9295, 13367, 9493, 13756, 10278, 13775, 10139, 13433, 10201, 13468, 10179, 12778, 10100, 12930, 10281, 12437, 10456, 12538, 10571, 10904, 10466, 10984, 10511, 9973, 11568, 8609, 12445, 8363, 12743, 8709, 12977, 8968, 13052, 8860, 13479, 9021, 13139, 9552, 13223, 9114, 13361, 9155, 13247, 9119, 13184, 9440, 13393, 9174, 13479, 9614, 13192, 9984, 13330, 9734, 12803, 9936, 12692, 10055, 12233, 10495, 11335, 10564, 11478, 10402, 10754, 11644, 8659, 11775, 8380, 12878, 10234, 13975, 9579, 13115, 10347, 13030, 10834, 10730, 10832, 8756, 11762, 9252, 12868, 9631, 13282, 10436, 13302, 10177, 13825, 10432, 12948, 10717, 12908, 11091, 13356, 10998, 14620, 10944, 12264, 11224, 12309, 12603, 9802, 13203, 9969, 13289, 10386, 12965, 10385, 13358, 10421, 13666, 11094, 13220, 10443, 13236, 10631, 10379, 10944, 9824, 13133, 10265, 13642, 10187, 12905, 10366, 12811, 10472, 11852, 10541, 11048, 12562, 9859, 13320, 10848, 12276, 10957, 13139, 11155, 9465, 12501, 10116, 13627, 10325, 14007, 10648, 13363, 10682, 12711, 10648, 12938, 11546, 9826, 11881, 9142, 12547, 9700, 12698, 9709, 12760, 9482, 12528, 9655, 12881, 8868, 13562, 8614, 13520, 9100, 12901, 9066, 12622, 9182, 12593, 9333, 12098, 9415, 11925, 9775, 11998, 9223, 12034, 8904, 12439, 8938, 12569, 8819, 12760, 9192, 12876, 9312, 12815, 9072, 12537, 9101, 12644, 8923, 12323, 8909, 12437, 8800, 12007, 8745, 11683, 8667, 12263, 8810, 11867, 8983, 11500, 8870, 11973, 8905, 12053, 9030, 12358, 9198, 12999, 9071, 12490, 9194, 12999, 9485, 13119, 8979, 13270, 9076, 12748, 9308, 12752, 9306, 12553, 9515, 11950, 9764, 12849, 9894, 9471, 11113, 8931, 12853, 9125, 13142, 9241, 13285, 9466, 13095, 9633, 13052, 10068, 11668, 10814, 8679, 12693, 9440, 13596, 10255, 11293, 11546, 9060, 13239, 9206, 13668, 10085, 13300, 9892, 12528, 9534, 12961, 10110, 14243, 9703, 12069, 10468, 13532, 10706, 13313, 10538, 11512, 10816, 14406, 10591, 13790, 10728, 11042, 10102, 10991, 10249, 13528, 11300, 11576, 10792, 12082, 10778, 13684, 11022, 13684, 10676, 11347, 10336, 13845, 10359, 15298, 10311, 13563, 9541, 12823, 9806, 12624, 9641, 11882, 9568, 11526, 9819, 12046, 9577, 11414, 9690, 11246, 9912, 12360, 9729, 11830, 9613, 11552, 9856, 12275, 9836, 12242, 9487, 11885, 9901, 12590, 9722, 13607, 9483, 12450, 9669, 13773, 11069, 11348, 10609, 10675, 11099, 11999, 12067, 9980, 11465, 8760, 11273, 8851, 11519, 8891, 11656, 8973, 11897, 8978, 12437, 9331, 12650, 9644, 12325, 9764, 12717, 9470, 13192, 9708, 12144, 9902, 12909, 9922, 12653, 9765, 12401, 10099, 13104, 10356, 13499, 9964, 11930, 10321, 13809, 11361, 11019, 11700, 9143, 11475, 9652, 12549, 9421, 12389, 8700, 11729, 8977, 13163, 9663, 13576, 9209, 12275, 9476, 13246, 9641, 13792, 9493, 12684, 9468, 13140, 9842, 13479, 9739, 12288, 9609, 12298, 9700, 13547, 10098, 12827, 9847, 12487, 9786, 12765, 10659, 13503, 10869, 11072, 10991, 9626, 13039, 9419, 13356, 10293, 12884, 10534, 14115, 10760, 13227, 10228, 12744, 10623, 13211, 10417, 13132, 10649, 12726, 10606, 12682, 10353, 12955, 10264, 12267, 10517, 12770, 10564, 13117, 10427, 13481, 10526, 13308, 10428, 12461, 10383, 11326, 10651, 13843, 11143, 12767, 11457, 9509, 11282, 8796, 11731, 9352, 12795, 9218, 12589, 10219, 12541, 10142, 13776, 10613, 12692, 10481, 12040, 10584, 11293, 12219, 8831, 12343, 8910, 11943, 9057, 12776, 9552, 12779, 9504, 12269, 9749, 13087, 10371, 13985, 10283, 12903, 10506, 13096, 10546, 13788, 10520, 13246, 10625, 13078, 10724, 12602, 11386, 9402, 12540, 9403, 12778, 9862, 13394, 9033, 13897, 9247, 13586, 9728, 13331, 10205, 13643, 9558, 10981, 10427, 10289, 11769, 9730, 13187, 8592, 14297, 8942, 13500, 9228, 13460, 8816, 12994, 9300, 13004, 9521, 13351, 9297, 13992, 9088, 13554, 9459, 13894, 9380, 13297, 9381, 13251, 9445, 13408, 9528, 13154, 9590, 12521, 9759, 12243, 9687, 12318, 9647, 12271, 9889, 12161, 9667, 12894, 9502, 13376, 9816, 11798, 9734, 12134, 9618, 11328, 9783, 11297, 9850, 11448, 9885, 12065, 9669, 12351, 9816, 12409, 9560, 12989, 9567, 12865, 9678, 12756, 9566, 12582, 9778, 12498, 9824, 11744, 10292, 12012, 10129, 11784, 10121, 12066, 9997, 11283, 10391, 12454, 10551, 12874, 11073, 11305, 10340, 10124, 12290, 9393, 13393, 9600, 13960, 9978, 14562, 9527, 14328, 9571, 14375, 9794, 14266, 9440, 14481, 9938, 14227, 9946, 14400, 10306, 13732, 10625, 13398, 10323, 13496, 10115, 13255, 10572, 13114, 10376, 11063, 12047, 9977, 13760, 9257, 14936, 9425, 14559, 9670, 14881, 9836, 14659, 9516, 14048, 9446, 14210, 9521, 14057, 9521, 13442, 9448, 13285, 10826, 12836, 9640, 12836, 11936, 12025, 14506, 12092, 11924, 11917, 10581, 12285, 10908, 12778, 9229, 13868, 9323, 14002, 9528, 13791, 9489, 14701, 9416, 13925, 9443, 14163, 9689, 15094, 9682, 14906, 9541, 15139, 10969, 14428, 11680, 14019, 11782, 14130, 11718, 13661, 12335, 10760, 13656, 9396, 14694, 9910, 14964, 9369, 14766, 9521, 15132, 9727, 15398, 10745, 14918, 10749, 14522, 11386, 13639, 11297, 12362, 12069, 10806, 13606, 10132, 16048, 10117, 14850, 10000, 13803, 10771, 12705, 10680, 12690, 10831, 13904, 11126, 13057, 11391, 11647, 12909, 10021, 13742, 8997, 15082, 10313, 14063, 11659, 13722, 11305, 12376, 11782, 9340, 14172, 10292, 14090, 11481, 13170, 10947, 13096, 10938, 13156, 11067, 12722, 10805, 13095, 10515, 13081, 10873, 12939, 11089, 12706, 10506, 12146, 10751, 11676, 11006, 11786, 11328, 11290, 11652, 8943, 12846, 8956, 12871, 9494, 13147, 8960, 13757, 8931, 13383, 12608, 11899, 12009, 11834, 9806, 12110, 10837, 12173, 10435, 13370, 8646, 13713, 8901, 14041, 9104, 14533, 8975, 14713, 9150, 14754, 10533, 14293, 11220, 13202, 10288, 11567, 10203, 11488, 11218, 8618, 13513, 8549, 14418, 14200, 12429, 16250, 10984, 13019, 10509, 12167, 9939, 11799, 10299, 13924, 10072, 12433, 10257, 13488, 10543, 11930, 10205, 13982, 9851, 15117, 9697, 15199, 9369, 11958, 9370, 11456, 9101, 11178, 9656, 11043, 9268, 11222, 9010, 11749, 9023, 11916, 9057, 11409, 12311, 10456, 11992, 10702, 12027, 10040, 13660], 'WindowCenter': [4320.0, 4345.0, 4290.0, 4317.0, 4263.0, 4303.0, 4249.0, 4290.0, 4238.0, 4289.0, 4236.0, 4277.0, 4237.0, 4287.0, 4236.0, 4289.0, 4247.0, 4288.0, 4246.0, 4288.0, 4247.0, 4278.0, 4276.0, 4277.0, 4244.0, 4276.0, 4235.0, 4278.0, 4254.0, 4267.0, 4245.0, 4277.0, 4245.0, 4277.0, 4265.0, 4267.0, 4244.0, 4267.0, 4244.0, 4267.0, 4275.0, 4267.0, 4265.0, 4266.0, 4255.0, 4267.0, 4276.0, 4257.0, 4286.0, 4257.0, 4274.0, 4257.0, 4275.0, 4257.0, 4285.0, 4248.0, 4276.0, 4257.0, 4265.0, 4268.0, 4275.0, 4258.0, 4266.0, 4268.0, 4245.0, 4268.0, 4245.0, 4278.0, 4247.0, 4289.0, 4226.0, 4288.0, 4228.0, 4289.0, 4237.0, 4288.0, 4236.0, 4277.0, 4236.0, 4286.0, 4236.0, 4287.0, 4247.0, 4288.0, 4258.0, 4289.0, 4258.0, 4288.0, 4259.0, 4289.0, 4259.0, 4289.0, 4239.0, 4290.0, 4238.0, 4288.0, 4237.0, 4289.0, 4236.0, 4289.0, 4266.0, 4278.0, 4266.0, 4268.0, 4245.0, 4268.0, 4267.0, 4258.0, 4267.0, 4269.0, 4257.0, 4269.0, 4278.0, 4269.0, 4308.0, 4259.0, 4266.0, 4248.0, 4264.0, 4247.0, 4278.0, 4226.0, 4277.0, 4224.0, 4266.0, 4234.0, 4276.0, 4225.0, 4277.0, 4234.0, 4276.0, 4225.0, 4278.0, 4235.0, 4277.0, 4235.0, 4277.0, 4225.0, 4277.0, 4246.0, 4278.0, 4234.0, 4286.0, 4225.0, 4276.0, 4226.0, 4288.0, 4236.0, 4286.0, 4235.0, 4287.0, 4236.0, 4288.0, 4236.0, 4288.0, 4235.0, 4277.0, 4235.0, 4289.0, 4245.0, 4288.0, 4246.0, 4289.0, 4247.0, 4277.0, 4245.0, 4277.0, 4244.0, 4287.0, 4225.0, 4277.0, 4236.0, 4289.0, 4247.0, 4288.0, 4226.0, 4287.0, 4247.0, 4278.0, 4256.0, 4277.0, 4245.0, 4277.0, 4245.0, 4278.0, 4236.0, 4278.0, 4226.0, 4287.0, 4236.0, 4288.0, 4237.0, 4288.0, 4237.0, 4289.0, 4237.0, 4288.0, 4237.0, 4289.0, 4227.0, 4287.0, 4226.0, 4286.0, 4235.0, 4276.0, 4244.0, 4278.0, 4265.0, 4268.0, 4246.0, 4268.0, 4266.0, 4267.0, 4276.0, 4268.0, 4256.0, 4266.0, 4266.0, 4258.0, 4267.0, 4270.0, 4258.0, 4281.0, 4279.0, 4270.0, 4288.0, 4260.0, 4278.0, 4260.0, 4287.0, 4260.0, 4298.0, 4249.0, 4277.0, 4249.0, 4288.0, 4260.0, 4288.0, 4250.0, 4288.0, 4248.0, 4268.0, 4249.0, 4279.0, 4248.0, 4268.0, 4237.0, 4267.0, 4236.0, 4276.0, 4225.0, 4276.0, 4225.0, 4275.0, 4236.0, 4277.0, 4225.0, 4277.0, 4226.0, 4277.0, 4226.0, 4278.0, 4226.0, 4278.0, 4225.0, 4278.0, 4217.0, 4278.0, 4226.0, 4277.0, 4227.0, 4278.0, 4238.0, 4289.0, 4238.0, 4289.0, 4250.0, 4290.0, 4260.0, 4290.0, 4250.0, 4290.0, 4249.0, 4289.0, 4240.0, 4290.0, 4240.0, 4290.0, 4238.0, 4290.0, 4239.0, 4290.0, 4238.0, 4289.0, 4227.0, 4278.0, 4250.0, 4289.0, 4237.0, 4290.0, 4240.0, 4289.0, 4250.0, 4280.0, 4250.0, 4279.0, 4250.0, 4280.0, 4262.0, 4291.0, 4262.0, 4300.0, 4261.0, 4300.0, 4262.0, 4300.0, 4260.0, 4300.0, 4249.0, 4299.0, 4250.0, 4279.0, 4239.0, 4277.0, 4237.0, 4266.0, 4238.0, 4266.0, 4239.0, 4266.0, 4237.0, 4267.0, 4226.0, 4267.0, 4227.0, 4277.0, 4226.0, 4275.0, 4225.0, 4276.0, 4214.0, 4267.0, 4263.0, 4255.0, 4263.0, 4243.0, 4274.0, 4247.0, 4256.0, 4237.0, 4255.0, 4237.0, 4265.0, 4236.0, 4276.0, 4237.0, 4267.0, 4258.0, 4256.0, 4270.0, 4259.0, 4291.0, 4251.0, 4289.0, 4239.0, 4280.0, 4250.0, 4287.0, 4258.0, 4267.0, 4270.0, 4288.0, 4289.0, 4277.0, 4275.0, 4253.0, 4272.0, 4249.0, 4271.0, 4259.0, 4258.0, 4246.0, 4237.0, 4245.0, 4225.0, 4221.0, 4210.0, 4207.0, 4197.0, 4186.0, 4196.0, 4185.0, 4195.0, 4175.0, 4207.0, 4173.0, 4205.0, 4186.0, 4216.0, 4197.0, 4217.0, 4197.0, 4218.0, 4200.0, 4229.0, 4210.0, 4230.0, 4221.0, 4210.0, 4224.0, 4225.0, 4236.0, 4215.0, 4243.0, 4226.0, 4256.0, 4249.0, 4269.0, 4252.0, 4229.0, 4252.0, 4230.0, 4270.0, 4241.0, 4273.0, 4252.0, 4282.0, 4264.0, 4272.0, 4265.0, 4265.0, 4274.0, 4243.0, 4285.0, 4244.0, 4285.0, 4264.0, 4295.0, 4265.0, 4284.0, 4276.0, 4284.0, 4275.0, 4275.0, 4276.0, 4274.0, 4275.0, 4234.0, 4297.0, 4245.0, 4296.0, 4266.0, 4296.0, 4278.0, 4265.0, 4277.0, 4246.0, 4297.0, 4266.0, 4298.0, 4268.0, 4307.0, 4279.0, 4296.0, 4278.0, 4266.0, 4287.0, 4245.0, 4298.0, 4256.0, 4297.0, 4256.0, 4295.0, 4265.0, 4295.0, 4264.0, 4284.0, 4265.0, 4283.0, 4265.0, 4283.0, 4265.0, 4282.0, 4265.0, 4272.0, 4264.0, 4273.0, 4275.0, 4262.0, 4275.0, 4233.0, 4285.0, 4233.0, 4284.0, 4233.0, 4296.0, 4242.0, 4283.0, 4253.0, 4294.0, 4254.0, 4294.0, 4253.0, 4284.0, 4252.0, 4283.0, 4252.0, 4284.0, 4255.0, 4284.0, 4266.0, 4285.0, 4266.0, 4273.0, 4265.0, 4264.0, 4265.0, 4274.0, 4278.0, 4255.0, 4288.0, 4245.0, 4298.0, 4235.0, 4297.0, 4242.0, 4296.0, 4245.0, 4296.0, 4244.0, 4295.0, 4243.0, 4285.0, 4244.0, 4286.0, 4243.0, 4284.0, 4242.0, 4285.0, 4232.0, 4284.0, 4243.0, 4284.0, 4243.0, 4283.0, 4244.0, 4283.0, 4254.0, 4284.0, 4254.0, 4284.0, 4254.0, 4283.0, 4255.0, 4273.0, 4264.0, 4272.0, 4266.0, 4286.0, 4278.0, 4264.0, 4288.0, 4259.0, 4313.0, 4257.0, 4298.0, 4280.0, 4308.0, 4256.0, 4297.0, 4280.0, 4310.0, 4280.0, 4275.0, 4279.0, 4246.0, 4299.0, 4257.0, 4299.0, 4256.0, 4297.0, 4276.0, 4308.0, 4278.0, 4297.0, 4267.0, 4285.0, 4267.0, 4286.0, 4288.0, 4296.0, 4276.0, 4295.0, 4265.0, 4275.0, 4277.0, 4274.0, 4273.0, 4253.0, 4283.0, 4240.0, 4284.0, 4252.0, 4283.0, 4251.0, 4283.0, 4251.0, 4282.0, 4263.0, 4286.0, 4267.0, 4284.0, 4254.0, 4252.0, 4265.0, 4254.0, 4285.0, 4254.0, 4284.0, 4254.0, 4274.0, 4255.0, 4275.0, 4266.0, 4287.0, 4279.0, 4276.0, 4287.0, 4255.0, 4298.0, 4276.0, 4287.0, 4277.0, 4285.0, 4277.0, 4255.0, 4276.0, 4254.0, 4286.0, 4265.0, 4296.0, 4265.0, 4273.0, 4254.0, 4262.0, 4255.0, 4272.0, 4265.0, 4241.0, 4263.0, 4231.0, 4262.0, 4232.0, 4273.0, 4231.0, 4263.0, 4230.0, 4261.0, 4230.0, 4262.0, 4219.0, 4271.0, 4210.0, 4272.0, 4221.0, 4261.0, 4220.0, 4262.0, 4232.0, 4261.0, 4232.0, 4261.0, 4233.0, 4261.0, 4243.0, 4252.0, 4233.0, 4263.0, 4222.0, 4262.0, 4220.0, 4262.0, 4221.0, 4261.0, 4232.0, 4272.0, 4221.0, 4271.0, 4221.0, 4261.0, 4220.0, 4272.0, 4220.0, 4274.0, 4222.0, 4274.0, 4231.0, 4274.0, 4223.0, 4275.0, 4223.0, 4274.0, 4233.0, 4276.0, 4233.0, 4275.0, 4234.0, 4275.0, 4235.0, 4287.0, 4246.0, 4287.0, 4244.0, 4287.0, 4246.0, 4287.0, 4246.0, 4288.0, 4257.0, 4287.0, 4247.0, 4287.0, 4247.0, 4298.0, 4259.0, 4289.0, 4259.0, 4287.0, 4258.0, 4289.0, 4271.0, 4298.0, 4271.0, 4258.0, 4279.0, 4258.0, 4301.0, 4258.0, 4299.0, 4258.0, 4298.0, 4257.0, 4299.0, 4268.0, 4297.0, 4270.0, 4290.0, 4281.0, 4248.0, 4287.0, 4257.0, 4298.0, 4269.0, 4277.0, 4278.0, 4246.0, 4287.0, 4247.0, 4286.0, 4257.0, 4285.0, 4257.0, 4274.0, 4246.0, 4275.0, 4255.0, 4284.0, 4245.0, 4264.0, 4255.0, 4273.0, 4256.0, 4274.0, 4255.0, 4263.0, 4265.0, 4284.0, 4255.0, 4274.0, 4256.0, 4253.0, 4256.0, 4265.0, 4268.0, 4286.0, 4265.0, 4253.0, 4266.0, 4263.0, 4255.0, 4272.0, 4267.0, 4285.0, 4256.0, 4264.0, 4255.0, 4282.0, 4255.0, 4294.0, 4255.0, 4273.0, 4244.0, 4273.0, 4245.0, 4263.0, 4243.0, 4262.0, 4244.0, 4252.0, 4244.0, 4262.0, 4243.0, 4252.0, 4244.0, 4253.0, 4244.0, 4272.0, 4244.0, 4263.0, 4244.0, 4263.0, 4244.0, 4261.0, 4244.0, 4261.0, 4232.0, 4252.0, 4244.0, 4262.0, 4246.0, 4272.0, 4244.0, 4261.0, 4244.0, 4271.0, 4254.0, 4252.0, 4254.0, 4241.0, 4254.0, 4262.0, 4263.0, 4242.0, 4264.0, 4222.0, 4264.0, 4232.0, 4264.0, 4233.0, 4266.0, 4233.0, 4276.0, 4245.0, 4286.0, 4245.0, 4286.0, 4245.0, 4276.0, 4256.0, 4286.0, 4246.0, 4284.0, 4245.0, 4274.0, 4258.0, 4286.0, 4257.0, 4276.0, 4257.0, 4275.0, 4268.0, 4286.0, 4268.0, 4284.0, 4257.0, 4275.0, 4267.0, 4286.0, 4277.0, 4266.0, 4278.0, 4245.0, 4277.0, 4256.0, 4287.0, 4246.0, 4287.0, 4236.0, 4288.0, 4248.0, 4299.0, 4258.0, 4298.0, 4258.0, 4288.0, 4258.0, 4297.0, 4258.0, 4298.0, 4256.0, 4287.0, 4257.0, 4288.0, 4256.0, 4287.0, 4255.0, 4277.0, 4256.0, 4288.0, 4257.0, 4296.0, 4266.0, 4287.0, 4268.0, 4299.0, 4270.0, 4301.0, 4281.0, 4322.0, 4303.0, 4288.0, 4290.0, 4268.0, 4300.0, 4257.0, 4300.0, 4268.0, 4288.0, 4279.0, 4298.0, 4278.0, 4287.0, 4270.0, 4287.0, 4267.0, 4286.0, 4255.0, 4274.0, 4255.0, 4274.0, 4266.0, 4274.0, 4254.0, 4273.0, 4254.0, 4263.0, 4255.0, 4273.0, 4256.0, 4273.0, 4254.0, 4284.0, 4266.0, 4273.0, 4255.0, 4271.0, 4254.0, 4252.0, 4266.0, 4284.0, 4264.0, 4273.0, 4265.0, 4242.0, 4266.0, 4235.0, 4288.0, 4244.0, 4287.0, 4245.0, 4287.0, 4267.0, 4288.0, 4268.0, 4299.0, 4268.0, 4287.0, 4279.0, 4287.0, 4279.0, 4277.0, 4289.0, 4247.0, 4300.0, 4248.0, 4291.0, 4259.0, 4299.0, 4257.0, 4287.0, 4256.0, 4287.0, 4258.0, 4298.0, 4266.0, 4297.0, 4268.0, 4286.0, 4267.0, 4286.0, 4267.0, 4286.0, 4267.0, 4286.0, 4267.0, 4299.0, 4278.0, 4286.0, 4278.0, 4246.0, 4288.0, 4246.0, 4286.0, 4256.0, 4299.0, 4248.0, 4287.0, 4247.0, 4286.0, 4246.0, 4285.0, 4267.0, 4286.0, 4257.0, 4266.0, 4269.0, 4268.0, 4291.0, 4257.0, 4301.0, 4237.0, 4309.0, 4249.0, 4299.0, 4246.0, 4287.0, 4235.0, 4275.0, 4245.0, 4286.0, 4244.0, 4285.0, 4234.0, 4285.0, 4234.0, 4284.0, 4244.0, 4284.0, 4233.0, 4274.0, 4233.0, 4275.0, 4244.0, 4274.0, 4234.0, 4273.0, 4244.0, 4274.0, 4245.0, 4263.0, 4245.0, 4273.0, 4246.0, 4275.0, 4257.0, 4275.0, 4247.0, 4275.0, 4246.0, 4275.0, 4246.0, 4265.0, 4245.0, 4264.0, 4245.0, 4253.0, 4244.0, 4254.0, 4257.0, 4254.0, 4244.0, 4263.0, 4233.0, 4263.0, 4243.0, 4262.0, 4231.0, 4273.0, 4232.0, 4274.0, 4232.0, 4273.0, 4244.0, 4263.0, 4244.0, 4273.0, 4255.0, 4264.0, 4256.0, 4274.0, 4256.0, 4264.0, 4256.0, 4276.0, 4269.0, 4279.0, 4267.0, 4275.0, 4254.0, 4274.0, 4267.0, 4277.0, 4268.0, 4268.0, 4289.0, 4246.0, 4298.0, 4257.0, 4299.0, 4256.0, 4309.0, 4257.0, 4297.0, 4245.0, 4298.0, 4258.0, 4297.0, 4245.0, 4286.0, 4244.0, 4285.0, 4245.0, 4296.0, 4255.0, 4274.0, 4254.0, 4274.0, 4255.0, 4284.0, 4255.0, 4273.0, 4255.0, 4273.0, 4243.0, 4253.0, 4276.0, 4244.0, 4285.0, 4234.0, 4296.0, 4245.0, 4296.0, 4256.0, 4297.0, 4245.0, 4296.0, 4243.0, 4284.0, 4245.0, 4284.0, 4233.0, 4284.0, 4232.0, 4274.0, 4242.0, 4284.0, 4251.0, 4274.0, 4232.0, 4274.0, 4263.0, 4276.0, 4297.0, 4276.0, 4264.0, 4275.0, 4252.0, 4274.0, 4253.0, 4286.0, 4243.0, 4286.0, 4244.0, 4296.0, 4244.0, 4296.0, 4244.0, 4295.0, 4234.0, 4285.0, 4244.0, 4294.0, 4244.0, 4295.0, 4245.0, 4296.0, 4255.0, 4296.0, 4267.0, 4296.0, 4277.0, 4295.0, 4276.0, 4296.0, 4277.0, 4284.0, 4275.0, 4253.0, 4283.0, 4233.0, 4294.0, 4242.0, 4293.0, 4232.0, 4283.0, 4243.0, 4294.0, 4232.0, 4308.0, 4265.0, 4292.0, 4251.0, 4281.0, 4263.0, 4271.0, 4263.0, 4271.0, 4274.0, 4253.0, 4310.0, 4257.0, 4310.0, 4246.0, 4287.0, 4258.0, 4286.0, 4279.0, 4287.0, 4266.0, 4274.0, 4265.0, 4284.0, 4266.0, 4273.0, 4265.0, 4263.0, 4275.0, 4244.0, 4284.0, 4234.0, 4295.0, 4244.0, 4283.0, 4266.0, 4274.0, 4265.0, 4263.0, 4263.0, 4234.0, 4284.0, 4244.0, 4273.0, 4252.0, 4262.0, 4253.0, 4261.0, 4252.0, 4261.0, 4252.0, 4260.0, 4252.0, 4272.0, 4253.0, 4261.0, 4253.0, 4272.0, 4254.0, 4273.0, 4254.0, 4263.0, 4265.0, 4263.0, 4265.0, 4263.0, 4266.0, 4264.0, 4266.0, 4234.0, 4286.0, 4234.0, 4288.0, 4245.0, 4287.0, 4235.0, 4297.0, 4235.0, 4298.0, 4276.0, 4276.0, 4275.0, 4277.0, 4255.0, 4287.0, 4267.0, 4289.0, 4267.0, 4298.0, 4236.0, 4298.0, 4247.0, 4309.0, 4247.0, 4298.0, 4246.0, 4298.0, 4247.0, 4308.0, 4268.0, 4297.0, 4277.0, 4287.0, 4268.0, 4277.0, 4268.0, 4277.0, 4279.0, 4247.0, 4299.0, 4246.0, 4310.0, 4297.0, 4288.0, 4295.0, 4265.0, 4274.0, 4256.0, 4263.0, 4244.0, 4263.0, 4243.0, 4282.0, 4243.0, 4272.0, 4254.0, 4272.0, 4267.0, 4265.0, 4255.0, 4283.0, 4256.0, 4284.0, 4244.0, 4281.0, 4232.0, 4251.0, 4233.0, 4263.0, 4223.0, 4251.0, 4231.0, 4251.0, 4222.0, 4253.0, 4221.0, 4262.0, 4220.0, 4262.0, 4221.0, 4265.0, 4263.0, 4254.0, 4262.0, 4254.0, 4261.0, 4243.0, 4283.0], 'WindowWidth': [9559.0, 9576.0, 9490.0, 9518.0, 9438.0, 9488.0, 9410.0, 9465.0, 9392.0, 9460.0, 9385.0, 9441.0, 9387.0, 9457.0, 9387.0, 9460.0, 9400.0, 9459.0, 9397.0, 9458.0, 9400.0, 9445.0, 9438.0, 9442.0, 9392.0, 9438.0, 9379.0, 9443.0, 9406.0, 9427.0, 9392.0, 9440.0, 9395.0, 9442.0, 9421.0, 9428.0, 9391.0, 9425.0, 9391.0, 9428.0, 9435.0, 9427.0, 9422.0, 9423.0, 9407.0, 9428.0, 9437.0, 9416.0, 9451.0, 9414.0, 9432.0, 9415.0, 9434.0, 9415.0, 9448.0, 9402.0, 9436.0, 9415.0, 9422.0, 9431.0, 9437.0, 9417.0, 9425.0, 9429.0, 9395.0, 9431.0, 9397.0, 9444.0, 9399.0, 9459.0, 9372.0, 9457.0, 9377.0, 9460.0, 9386.0, 9457.0, 9386.0, 9442.0, 9384.0, 9453.0, 9385.0, 9456.0, 9402.0, 9456.0, 9419.0, 9462.0, 9420.0, 9459.0, 9420.0, 9461.0, 9421.0, 9461.0, 9394.0, 9464.0, 9390.0, 9460.0, 9387.0, 9459.0, 9385.0, 9459.0, 9424.0, 9445.0, 9423.0, 9428.0, 9394.0, 9429.0, 9426.0, 9417.0, 9426.0, 9432.0, 9414.0, 9435.0, 9444.0, 9435.0, 9484.0, 9420.0, 9425.0, 9403.0, 9420.0, 9401.0, 9442.0, 9369.0, 9438.0, 9364.0, 9423.0, 9378.0, 9438.0, 9368.0, 9442.0, 9379.0, 9438.0, 9368.0, 9442.0, 9382.0, 9440.0, 9381.0, 9439.0, 9367.0, 9439.0, 9395.0, 9442.0, 9379.0, 9451.0, 9368.0, 9438.0, 9373.0, 9456.0, 9385.0, 9453.0, 9383.0, 9455.0, 9387.0, 9458.0, 9385.0, 9458.0, 9381.0, 9440.0, 9382.0, 9458.0, 9395.0, 9458.0, 9398.0, 9460.0, 9400.0, 9443.0, 9396.0, 9439.0, 9392.0, 9454.0, 9368.0, 9442.0, 9387.0, 9460.0, 9400.0, 9459.0, 9373.0, 9456.0, 9402.0, 9445.0, 9411.0, 9442.0, 9395.0, 9441.0, 9395.0, 9445.0, 9383.0, 9443.0, 9371.0, 9454.0, 9385.0, 9458.0, 9388.0, 9459.0, 9388.0, 9460.0, 9388.0, 9458.0, 9388.0, 9461.0, 9374.0, 9454.0, 9370.0, 9453.0, 9382.0, 9439.0, 9392.0, 9443.0, 9420.0, 9429.0, 9395.0, 9430.0, 9425.0, 9429.0, 9436.0, 9431.0, 9409.0, 9424.0, 9424.0, 9419.0, 9426.0, 9438.0, 9417.0, 9452.0, 9448.0, 9437.0, 9458.0, 9423.0, 9443.0, 9422.0, 9457.0, 9422.0, 9469.0, 9407.0, 9441.0, 9407.0, 9457.0, 9424.0, 9458.0, 9411.0, 9457.0, 9406.0, 9430.0, 9405.0, 9445.0, 9403.0, 9428.0, 9385.0, 9425.0, 9384.0, 9436.0, 9365.0, 9435.0, 9365.0, 9434.0, 9382.0, 9438.0, 9367.0, 9440.0, 9369.0, 9440.0, 9371.0, 9442.0, 9369.0, 9442.0, 9367.0, 9442.0, 9359.0, 9442.0, 9369.0, 9440.0, 9372.0, 9444.0, 9392.0, 9460.0, 9392.0, 9462.0, 9409.0, 9464.0, 9424.0, 9465.0, 9410.0, 9464.0, 9407.0, 9461.0, 9399.0, 9464.0, 9394.0, 9462.0, 9391.0, 9461.0, 9394.0, 9463.0, 9388.0, 9459.0, 9373.0, 9443.0, 9409.0, 9460.0, 9389.0, 9462.0, 9394.0, 9459.0, 9410.0, 9448.0, 9410.0, 9446.0, 9410.0, 9450.0, 9430.0, 9466.0, 9429.0, 9476.0, 9426.0, 9474.0, 9427.0, 9476.0, 9424.0, 9474.0, 9405.0, 9470.0, 9406.0, 9443.0, 9389.0, 9436.0, 9385.0, 9422.0, 9387.0, 9424.0, 9390.0, 9423.0, 9384.0, 9423.0, 9369.0, 9424.0, 9372.0, 9437.0, 9366.0, 9430.0, 9362.0, 9433.0, 9348.0, 9422.0, 9412.0, 9403.0, 9411.0, 9387.0, 9429.0, 9396.0, 9407.0, 9385.0, 9407.0, 9384.0, 9420.0, 9382.0, 9437.0, 9387.0, 9424.0, 9416.0, 9409.0, 9436.0, 9423.0, 9467.0, 9412.0, 9460.0, 9391.0, 9446.0, 9407.0, 9452.0, 9416.0, 9424.0, 9437.0, 9457.0, 9463.0, 9441.0, 9436.0, 9401.0, 9429.0, 9390.0, 9422.0, 9402.0, 9401.0, 9381.0, 9367.0, 9375.0, 9346.0, 9334.0, 9317.0, 9308.0, 9295.0, 9277.0, 9290.0, 9272.0, 9286.0, 9259.0, 9306.0, 9256.0, 9303.0, 9276.0, 9318.0, 9294.0, 9322.0, 9296.0, 9326.0, 9304.0, 9342.0, 9319.0, 9345.0, 9337.0, 9321.0, 9346.0, 9350.0, 9368.0, 9335.0, 9373.0, 9350.0, 9394.0, 9390.0, 9418.0, 9400.0, 9364.0, 9398.0, 9366.0, 9422.0, 9383.0, 9430.0, 9404.0, 9443.0, 9422.0, 9431.0, 9424.0, 9424.0, 9438.0, 9393.0, 9452.0, 9396.0, 9452.0, 9423.0, 9467.0, 9427.0, 9450.0, 9442.0, 9449.0, 9440.0, 9442.0, 9445.0, 9435.0, 9441.0, 9384.0, 9471.0, 9398.0, 9470.0, 9430.0, 9468.0, 9447.0, 9426.0, 9446.0, 9403.0, 9474.0, 9429.0, 9475.0, 9434.0, 9488.0, 9452.0, 9470.0, 9450.0, 9429.0, 9460.0, 9402.0, 9476.0, 9416.0, 9472.0, 9414.0, 9467.0, 9425.0, 9467.0, 9424.0, 9449.0, 9426.0, 9446.0, 9425.0, 9446.0, 9426.0, 9444.0, 9424.0, 9429.0, 9422.0, 9432.0, 9438.0, 9416.0, 9439.0, 9377.0, 9450.0, 9380.0, 9450.0, 9378.0, 9467.0, 9390.0, 9447.0, 9407.0, 9465.0, 9408.0, 9461.0, 9406.0, 9448.0, 9404.0, 9448.0, 9405.0, 9448.0, 9410.0, 9447.0, 9428.0, 9451.0, 9428.0, 9434.0, 9425.0, 9421.0, 9427.0, 9436.0, 9449.0, 9414.0, 9462.0, 9399.0, 9474.0, 9388.0, 9473.0, 9393.0, 9470.0, 9398.0, 9468.0, 9395.0, 9468.0, 9394.0, 9454.0, 9396.0, 9454.0, 9393.0, 9451.0, 9391.0, 9454.0, 9377.0, 9450.0, 9391.0, 9448.0, 9393.0, 9448.0, 9393.0, 9446.0, 9407.0, 9447.0, 9409.0, 9450.0, 9410.0, 9447.0, 9414.0, 9434.0, 9424.0, 9433.0, 9430.0, 9458.0, 9449.0, 9424.0, 9462.0, 9428.0, 9508.0, 9425.0, 9480.0, 9456.0, 9490.0, 9418.0, 9472.0, 9457.0, 9500.0, 9457.0, 9443.0, 9453.0, 9405.0, 9483.0, 9420.0, 9480.0, 9418.0, 9476.0, 9445.0, 9493.0, 9451.0, 9473.0, 9432.0, 9455.0, 9433.0, 9458.0, 9464.0, 9469.0, 9443.0, 9465.0, 9428.0, 9438.0, 9447.0, 9436.0, 9435.0, 9404.0, 9447.0, 9385.0, 9450.0, 9405.0, 9446.0, 9398.0, 9445.0, 9397.0, 9446.0, 9420.0, 9458.0, 9432.0, 9447.0, 9408.0, 9402.0, 9425.0, 9409.0, 9453.0, 9409.0, 9448.0, 9407.0, 9436.0, 9414.0, 9437.0, 9429.0, 9460.0, 9454.0, 9445.0, 9456.0, 9414.0, 9475.0, 9445.0, 9460.0, 9445.0, 9451.0, 9446.0, 9412.0, 9441.0, 9408.0, 9454.0, 9426.0, 9467.0, 9426.0, 9433.0, 9409.0, 9414.0, 9409.0, 9429.0, 9421.0, 9385.0, 9417.0, 9369.0, 9414.0, 9373.0, 9431.0, 9371.0, 9415.0, 9365.0, 9410.0, 9368.0, 9414.0, 9351.0, 9423.0, 9339.0, 9427.0, 9356.0, 9409.0, 9355.0, 9412.0, 9372.0, 9409.0, 9374.0, 9411.0, 9377.0, 9412.0, 9390.0, 9400.0, 9376.0, 9415.0, 9360.0, 9414.0, 9356.0, 9412.0, 9356.0, 9410.0, 9374.0, 9428.0, 9357.0, 9425.0, 9355.0, 9411.0, 9355.0, 9428.0, 9356.0, 9431.0, 9359.0, 9432.0, 9370.0, 9434.0, 9364.0, 9436.0, 9363.0, 9435.0, 9378.0, 9440.0, 9378.0, 9439.0, 9379.0, 9439.0, 9382.0, 9456.0, 9402.0, 9458.0, 9396.0, 9457.0, 9399.0, 9458.0, 9401.0, 9462.0, 9418.0, 9460.0, 9404.0, 9459.0, 9404.0, 9476.0, 9425.0, 9464.0, 9423.0, 9459.0, 9423.0, 9464.0, 9443.0, 9475.0, 9443.0, 9421.0, 9452.0, 9423.0, 9484.0, 9421.0, 9479.0, 9420.0, 9476.0, 9419.0, 9478.0, 9437.0, 9474.0, 9443.0, 9466.0, 9457.0, 9406.0, 9459.0, 9420.0, 9475.0, 9439.0, 9445.0, 9448.0, 9401.0, 9456.0, 9402.0, 9456.0, 9417.0, 9451.0, 9415.0, 9435.0, 9399.0, 9436.0, 9412.0, 9446.0, 9398.0, 9418.0, 9411.0, 9431.0, 9413.0, 9433.0, 9411.0, 9417.0, 9424.0, 9446.0, 9411.0, 9432.0, 9411.0, 9404.0, 9411.0, 9426.0, 9435.0, 9454.0, 9425.0, 9402.0, 9426.0, 9416.0, 9409.0, 9429.0, 9431.0, 9450.0, 9412.0, 9421.0, 9410.0, 9445.0, 9411.0, 9460.0, 9408.0, 9430.0, 9393.0, 9432.0, 9396.0, 9416.0, 9391.0, 9414.0, 9392.0, 9400.0, 9393.0, 9415.0, 9392.0, 9399.0, 9393.0, 9404.0, 9394.0, 9428.0, 9394.0, 9416.0, 9393.0, 9416.0, 9395.0, 9412.0, 9392.0, 9411.0, 9375.0, 9399.0, 9391.0, 9414.0, 9401.0, 9428.0, 9392.0, 9412.0, 9394.0, 9425.0, 9408.0, 9400.0, 9406.0, 9383.0, 9407.0, 9414.0, 9419.0, 9386.0, 9419.0, 9361.0, 9420.0, 9376.0, 9421.0, 9377.0, 9426.0, 9379.0, 9441.0, 9398.0, 9454.0, 9397.0, 9454.0, 9398.0, 9441.0, 9415.0, 9455.0, 9400.0, 9449.0, 9398.0, 9436.0, 9420.0, 9454.0, 9419.0, 9439.0, 9417.0, 9438.0, 9433.0, 9454.0, 9433.0, 9449.0, 9418.0, 9438.0, 9431.0, 9454.0, 9444.0, 9426.0, 9446.0, 9398.0, 9445.0, 9414.0, 9459.0, 9399.0, 9458.0, 9388.0, 9461.0, 9408.0, 9478.0, 9420.0, 9477.0, 9420.0, 9463.0, 9423.0, 9474.0, 9420.0, 9473.0, 9416.0, 9458.0, 9418.0, 9460.0, 9415.0, 9457.0, 9412.0, 9443.0, 9416.0, 9463.0, 9420.0, 9470.0, 9430.0, 9459.0, 9437.0, 9480.0, 9442.0, 9486.0, 9461.0, 9521.0, 9495.0, 9464.0, 9472.0, 9437.0, 9482.0, 9420.0, 9481.0, 9434.0, 9464.0, 9451.0, 9475.0, 9448.0, 9458.0, 9440.0, 9458.0, 9433.0, 9454.0, 9411.0, 9434.0, 9411.0, 9433.0, 9429.0, 9436.0, 9408.0, 9430.0, 9407.0, 9416.0, 9412.0, 9432.0, 9413.0, 9431.0, 9408.0, 9449.0, 9429.0, 9433.0, 9411.0, 9427.0, 9408.0, 9403.0, 9427.0, 9451.0, 9422.0, 9431.0, 9425.0, 9390.0, 9427.0, 9388.0, 9461.0, 9398.0, 9460.0, 9400.0, 9459.0, 9432.0, 9465.0, 9437.0, 9477.0, 9436.0, 9459.0, 9452.0, 9459.0, 9453.0, 9446.0, 9465.0, 9407.0, 9480.0, 9408.0, 9473.0, 9427.0, 9480.0, 9418.0, 9461.0, 9416.0, 9460.0, 9422.0, 9477.0, 9429.0, 9472.0, 9434.0, 9457.0, 9434.0, 9458.0, 9432.0, 9456.0, 9432.0, 9455.0, 9433.0, 9478.0, 9450.0, 9455.0, 9450.0, 9402.0, 9462.0, 9401.0, 9456.0, 9414.0, 9481.0, 9407.0, 9458.0, 9404.0, 9452.0, 9400.0, 9451.0, 9432.0, 9454.0, 9416.0, 9427.0, 9437.0, 9435.0, 9471.0, 9418.0, 9484.0, 9391.0, 9490.0, 9411.0, 9479.0, 9402.0, 9456.0, 9382.0, 9437.0, 9399.0, 9455.0, 9394.0, 9450.0, 9379.0, 9450.0, 9382.0, 9450.0, 9392.0, 9448.0, 9375.0, 9433.0, 9377.0, 9436.0, 9393.0, 9435.0, 9379.0, 9432.0, 9394.0, 9434.0, 9396.0, 9418.0, 9396.0, 9433.0, 9400.0, 9438.0, 9419.0, 9439.0, 9402.0, 9437.0, 9399.0, 9435.0, 9399.0, 9423.0, 9395.0, 9419.0, 9395.0, 9402.0, 9391.0, 9405.0, 9414.0, 9406.0, 9391.0, 9415.0, 9375.0, 9415.0, 9389.0, 9414.0, 9373.0, 9428.0, 9373.0, 9434.0, 9374.0, 9431.0, 9393.0, 9417.0, 9392.0, 9430.0, 9411.0, 9421.0, 9415.0, 9435.0, 9413.0, 9421.0, 9412.0, 9443.0, 9439.0, 9454.0, 9434.0, 9438.0, 9408.0, 9435.0, 9429.0, 9444.0, 9435.0, 9433.0, 9462.0, 9401.0, 9473.0, 9417.0, 9476.0, 9416.0, 9489.0, 9417.0, 9471.0, 9399.0, 9472.0, 9419.0, 9470.0, 9396.0, 9452.0, 9393.0, 9449.0, 9396.0, 9468.0, 9409.0, 9431.0, 9407.0, 9433.0, 9410.0, 9446.0, 9409.0, 9431.0, 9409.0, 9428.0, 9392.0, 9404.0, 9440.0, 9393.0, 9450.0, 9381.0, 9467.0, 9396.0, 9469.0, 9415.0, 9470.0, 9395.0, 9465.0, 9389.0, 9447.0, 9395.0, 9450.0, 9375.0, 9446.0, 9373.0, 9432.0, 9388.0, 9448.0, 9398.0, 9433.0, 9371.0, 9433.0, 9419.0, 9441.0, 9471.0, 9441.0, 9419.0, 9437.0, 9401.0, 9435.0, 9403.0, 9452.0, 9391.0, 9452.0, 9393.0, 9469.0, 9396.0, 9469.0, 9395.0, 9465.0, 9379.0, 9451.0, 9393.0, 9463.0, 9394.0, 9465.0, 9396.0, 9466.0, 9412.0, 9470.0, 9432.0, 9470.0, 9443.0, 9466.0, 9442.0, 9468.0, 9444.0, 9448.0, 9437.0, 9403.0, 9446.0, 9377.0, 9460.0, 9387.0, 9457.0, 9372.0, 9444.0, 9391.0, 9459.0, 9375.0, 9489.0, 9426.0, 9456.0, 9400.0, 9437.0, 9416.0, 9425.0, 9417.0, 9428.0, 9436.0, 9404.0, 9494.0, 9415.0, 9492.0, 9395.0, 9453.0, 9419.0, 9454.0, 9451.0, 9456.0, 9427.0, 9433.0, 9422.0, 9447.0, 9425.0, 9430.0, 9422.0, 9417.0, 9437.0, 9393.0, 9450.0, 9380.0, 9463.0, 9391.0, 9443.0, 9425.0, 9430.0, 9421.0, 9415.0, 9416.0, 9378.0, 9447.0, 9393.0, 9429.0, 9400.0, 9412.0, 9401.0, 9410.0, 9399.0, 9408.0, 9397.0, 9407.0, 9400.0, 9426.0, 9404.0, 9411.0, 9402.0, 9425.0, 9404.0, 9429.0, 9408.0, 9417.0, 9421.0, 9418.0, 9424.0, 9419.0, 9426.0, 9420.0, 9426.0, 9381.0, 9453.0, 9381.0, 9459.0, 9398.0, 9458.0, 9383.0, 9469.0, 9384.0, 9473.0, 9440.0, 9442.0, 9436.0, 9442.0, 9410.0, 9459.0, 9431.0, 9464.0, 9430.0, 9475.0, 9388.0, 9476.0, 9405.0, 9490.0, 9403.0, 9475.0, 9401.0, 9472.0, 9404.0, 9487.0, 9434.0, 9471.0, 9445.0, 9456.0, 9433.0, 9447.0, 9435.0, 9444.0, 9451.0, 9406.0, 9479.0, 9403.0, 9495.0, 9471.0, 9460.0, 9466.0, 9424.0, 9435.0, 9413.0, 9416.0, 9393.0, 9417.0, 9391.0, 9441.0, 9392.0, 9429.0, 9408.0, 9428.0, 9430.0, 9424.0, 9410.0, 9442.0, 9412.0, 9446.0, 9392.0, 9437.0, 9374.0, 9396.0, 9376.0, 9417.0, 9362.0, 9396.0, 9369.0, 9396.0, 9357.0, 9402.0, 9356.0, 9412.0, 9354.0, 9414.0, 9357.0, 9424.0, 9416.0, 9406.0, 9411.0, 9404.0, 9411.0, 9391.0, 9443.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.003118482859226842</td></tr>
<tr><td colspan=3>aqi</td><td>0.04281391677607586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.49420933696349</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.25504593909489</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9865365494671519</td></tr>
<tr><td colspan=3>efc</td><td>0.4449</td></tr>
<tr><td colspan=3>fber</td><td>7916.2197</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11370469914497491</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.658643326039387</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.331482052390436</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.245066764655255</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.457342395957846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.292036996558207</td></tr>
<tr><td colspan=3>gcor</td><td>0.00857536</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012563598342239857</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030110489577054977</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1371</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.882721002765182</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>31.4941</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7146</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.2143</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>673.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.1788</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2299</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.8707</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3497.6512</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.8282</td></tr>
<tr><td colspan=3>tsnr</td><td>29.38260451471433</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>