<?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-0097_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-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0097/figures/sub-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097/ses-01/func/sub-0097_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>6219739b3b591e180554318e6e13b851</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:59:30.157500</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.99394, -0.0654526, 0.0883175, 0.06776, 0.997428, -0.0233834]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105414</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7757, -7259, 258, -90, 47, 24, 76]</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>276.643</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff8971a9-c0ed-4bf9-9db3-adfc6d9227fb||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.6666674613952637, 0.181795135140419, 0.233711376786232, 100.41171264648438], [0.1756044328212738, 2.676025390625, -0.07891050726175308, -100.02872467041016], [0.23694929480552673, 0.06273604184389114, 2.6887083053588867, -73.11033630371094], [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': ['205930.157500', '205930.617500', '205931.077500', '205931.537500', '205931.997500', '205932.457500', '205932.917500', '205933.377500', '205933.837500', '205934.297500', '205934.757500', '205935.217500', '205935.677500', '205936.137500', '205936.597500', '205937.057500', '205937.517500', '205937.977500', '205938.437500', '205938.897500', '205939.357500', '205939.817500', '205940.277500', '205940.737500', '205941.197500', '205941.657500', '205942.117500', '205942.577500', '205943.037500', '205943.497500', '205943.957500', '205944.417500', '205944.877500', '205945.337500', '205945.797500', '205946.257500', '205946.717500', '205947.177500', '205947.637500', '205948.097500', '205948.557500', '205949.017500', '205949.477500', '205949.937500', '205950.397500', '205950.857500', '205951.317500', '205951.777500', '205952.237500', '205952.697500', '205953.157500', '205953.617500', '205954.077500', '205954.537500', '205954.997500', '205955.457500', '205955.917500', '205956.377500', '205956.837500', '205957.297500', '205957.757500', '205958.217500', '205958.677500', '205959.137500', '205959.597500', '210000.057500', '210000.517500', '210000.977500', '210001.437500', '210001.897500', '210002.357500', '210002.817500', '210003.277500', '210003.737500', '210004.197500', '210004.657500', '210005.117500', '210005.577500', '210006.037500', '210006.497500', '210006.957500', '210007.417500', '210007.877500', '210008.337500', '210008.797500', '210009.257500', '210009.717500', '210010.177500', '210010.637500', '210011.097500', '210011.557500', '210012.017500', '210012.477500', '210012.937500', '210013.397500', '210013.857500', '210014.317500', '210014.777500', '210015.237500', '210015.697500', '210016.157500', '210016.617500', '210017.077500', '210017.537500', '210017.997500', '210018.457500', '210018.917500', '210019.377500', '210019.837500', '210020.297500', '210020.757500', '210021.217500', '210021.677500', '210022.137500', '210022.597500', '210023.057500', '210023.517500', '210023.977500', '210024.437500', '210024.897500', '210025.357500', '210025.817500', '210026.277500', '210026.737500', '210027.197500', '210027.657500', '210028.117500', '210028.577500', '210029.037500', '210029.497500', '210029.957500', '210030.417500', '210030.877500', '210031.337500', '210031.797500', '210032.257500', '210032.717500', '210033.177500', '210033.637500', '210034.097500', '210034.557500', '210035.017500', '210035.477500', '210035.937500', '210036.397500', '210036.857500', '210037.317500', '210037.777500', '210038.237500', '210038.697500', '210039.157500', '210039.617500', '210040.077500', '210040.537500', '210040.997500', '210041.457500', '210041.917500', '210042.377500', '210042.837500', '210043.297500', '210043.757500', '210044.217500', '210044.677500', '210045.137500', '210045.597500', '210046.057500', '210046.517500', '210046.977500', '210047.437500', '210047.897500', '210048.357500', '210048.817500', '210049.277500', '210049.737500', '210050.197500', '210050.657500', '210051.117500', '210051.577500', '210052.037500', '210052.497500', '210052.957500', '210053.417500', '210053.877500', '210054.337500', '210054.797500', '210055.257500', '210055.717500', '210056.177500', '210056.637500', '210057.097500', '210057.557500', '210058.017500', '210058.477500', '210058.937500', '210059.397500', '210059.857500', '210100.317500', '210100.777500', '210101.237500', '210101.697500', '210102.157500', '210102.617500', '210103.077500', '210103.537500', '210103.997500', '210104.457500', '210104.917500', '210105.377500', '210105.837500', '210106.297500', '210106.757500', '210107.217500', '210107.677500', '210108.137500', '210108.597500', '210109.057500', '210109.517500', '210109.977500', '210110.437500', '210110.897500', '210111.357500', '210111.817500', '210112.277500', '210112.737500', '210113.197500', '210113.657500', '210114.117500', '210114.577500', '210115.037500', '210115.497500', '210115.957500', '210116.417500', '210116.877500', '210117.337500', '210117.797500', '210118.257500', '210118.717500', '210119.177500', '210119.637500', '210120.097500', '210120.557500', '210121.017500', '210121.477500', '210121.937500', '210122.397500', '210122.857500', '210123.317500', '210123.777500', '210124.237500', '210124.697500', '210125.157500', '210125.617500', '210126.077500', '210126.537500', '210126.997500', '210127.457500', '210127.917500', '210128.377500', '210128.837500', '210129.297500', '210129.757500', '210130.217500', '210130.677500', '210131.137500', '210131.597500', '210132.057500', '210132.517500', '210132.977500', '210133.437500', '210133.897500', '210134.357500', '210134.817500', '210135.277500', '210135.737500', '210136.197500', '210136.657500', '210137.117500', '210137.577500', '210138.037500', '210138.497500', '210138.957500', '210139.417500', '210139.877500', '210140.337500', '210140.797500', '210141.257500', '210141.717500', '210142.177500', '210142.637500', '210143.097500', '210143.557500', '210144.017500', '210144.477500', '210144.937500', '210145.397500', '210145.857500', '210146.317500', '210146.777500', '210147.237500', '210147.697500', '210148.157500', '210148.617500', '210149.077500', '210149.537500', '210149.997500', '210150.457500', '210150.917500', '210151.377500', '210151.837500', '210152.297500', '210152.757500', '210153.217500', '210153.677500', '210154.137500', '210154.597500', '210155.057500', '210155.517500', '210155.977500', '210156.437500', '210156.897500', '210157.357500', '210157.817500', '210158.277500', '210158.737500', '210159.197500', '210159.657500', '210200.117500', '210200.577500', '210201.037500', '210201.497500', '210201.957500', '210202.417500', '210202.877500', '210203.337500', '210203.797500', '210204.257500', '210204.717500', '210205.177500', '210205.637500', '210206.097500', '210206.557500', '210207.017500', '210207.477500', '210207.937500', '210208.397500', '210208.857500', '210209.317500', '210209.777500', '210210.237500', '210210.697500', '210211.157500', '210211.617500', '210212.077500', '210212.537500', '210212.997500', '210213.457500', '210213.917500', '210214.377500', '210214.837500', '210215.297500', '210215.757500', '210216.217500', '210216.677500', '210217.137500', '210217.597500', '210218.057500', '210218.517500', '210218.977500', '210219.437500', '210219.897500', '210220.357500', '210220.817500', '210221.277500', '210221.737500', '210222.197500', '210222.657500', '210223.117500', '210223.577500', '210224.037500', '210224.497500', '210224.957500', '210225.417500', '210225.877500', '210226.337500', '210226.797500', '210227.257500', '210227.717500', '210228.177500', '210228.637500', '210229.097500', '210229.557500', '210230.017500', '210230.477500', '210230.937500', '210231.397500', '210231.857500', '210232.317500', '210232.777500', '210233.237500', '210233.697500', '210234.157500', '210234.617500', '210235.077500', '210235.537500', '210235.997500', '210236.457500', '210236.917500', '210237.377500', '210237.837500', '210238.297500', '210238.757500', '210239.217500', '210239.677500', '210240.137500', '210240.597500', '210241.057500', '210241.517500', '210241.977500', '210242.437500', '210242.897500', '210243.357500', '210243.817500', '210244.277500', '210244.737500', '210245.197500', '210245.657500', '210246.117500', '210246.577500', '210247.037500', '210247.497500', '210247.957500', '210248.417500', '210248.877500', '210249.337500', '210249.797500', '210250.257500', '210250.717500', '210251.177500', '210251.637500', '210252.097500', '210252.557500', '210253.017500', '210253.477500', '210253.937500', '210254.397500', '210254.857500', '210255.317500', '210255.777500', '210256.237500', '210256.697500', '210257.157500', '210257.617500', '210258.077500', '210258.537500', '210258.997500', '210259.457500', '210259.917500', '210300.377500', '210300.837500', '210301.297500', '210301.757500', '210302.217500', '210302.677500', '210303.137500', '210303.597500', '210304.057500', '210304.517500', '210304.977500', '210305.437500', '210305.897500', '210306.357500', '210306.817500', '210307.277500', '210307.737500', '210308.197500', '210308.657500', '210309.117500', '210309.577500', '210310.037500', '210310.497500', '210310.957500', '210311.417500', '210311.877500', '210312.337500', '210312.797500', '210313.257500', '210313.717500', '210314.177500', '210314.637500', '210315.097500', '210315.557500', '210316.017500', '210316.477500', '210316.937500', '210317.397500', '210317.857500', '210318.317500', '210318.777500', '210319.237500', '210319.697500', '210320.157500', '210320.617500', '210321.077500', '210321.537500', '210321.997500', '210322.457500', '210322.917500', '210323.377500', '210323.837500', '210324.297500', '210324.757500', '210325.217500', '210325.677500', '210326.137500', '210326.597500', '210327.057500', '210327.517500', '210327.977500', '210328.437500', '210328.897500', '210329.357500', '210329.817500', '210330.277500', '210330.737500', '210331.197500', '210331.657500', '210332.117500', '210332.577500', '210333.037500', '210333.497500', '210333.957500', '210334.417500', '210334.877500', '210335.337500', '210335.797500', '210336.257500', '210336.717500', '210337.177500', '210337.637500', '210338.097500', '210338.557500', '210339.017500', '210339.477500', '210339.937500', '210340.397500', '210340.857500', '210341.317500', '210341.777500', '210342.237500', '210342.697500', '210343.157500', '210343.617500', '210344.077500', '210344.537500', '210344.997500', '210345.457500', '210345.917500', '210346.377500', '210346.837500', '210347.297500', '210347.757500', '210348.217500', '210348.677500', '210349.137500', '210349.597500', '210350.057500', '210350.517500', '210350.977500', '210351.437500', '210351.897500', '210352.357500', '210352.817500', '210353.277500', '210353.737500', '210354.197500', '210354.657500', '210355.117500', '210355.577500', '210356.037500', '210356.497500', '210356.957500', '210357.417500', '210357.877500', '210358.337500', '210358.797500', '210359.257500', '210359.717500', '210400.177500', '210400.637500', '210401.097500', '210401.557500', '210402.017500', '210402.477500', '210402.937500', '210403.397500', '210403.857500', '210404.317500', '210404.777500', '210405.237500', '210405.697500', '210406.157500', '210406.617500', '210407.077500', '210407.537500', '210407.997500', '210408.457500', '210408.917500', '210409.377500', '210409.837500', '210410.297500', '210410.757500', '210411.217500', '210411.677500', '210412.137500', '210412.597500', '210413.057500', '210413.517500', '210413.977500', '210414.437500', '210414.897500', '210415.357500', '210415.817500', '210416.277500', '210416.737500', '210417.197500', '210417.657500', '210418.117500', '210418.577500', '210419.037500', '210419.497500', '210419.957500', '210420.417500', '210420.877500', '210421.337500', '210421.797500', '210422.257500', '210422.717500', '210423.177500', '210423.637500', '210424.097500', '210424.557500', '210425.017500', '210425.477500', '210425.937500', '210426.397500', '210426.857500', '210427.317500', '210427.777500', '210428.237500', '210428.697500', '210429.157500', '210429.617500', '210430.077500', '210430.537500', '210430.997500', '210431.457500', '210431.917500', '210432.377500', '210432.837500', '210433.297500', '210433.757500', '210434.217500', '210434.677500', '210435.137500', '210435.597500', '210436.057500', '210436.517500', '210436.977500', '210437.437500', '210437.897500', '210438.357500', '210438.817500', '210439.277500', '210439.737500', '210440.197500', '210440.657500', '210441.117500', '210441.577500', '210442.037500', '210442.497500', '210442.957500', '210443.417500', '210443.877500', '210444.337500', '210444.797500', '210445.257500', '210445.717500', '210446.177500', '210446.637500', '210447.097500', '210447.557500', '210448.017500', '210448.477500', '210448.937500', '210449.397500', '210449.857500', '210450.317500', '210450.777500', '210451.237500', '210451.697500', '210452.157500', '210452.617500', '210453.077500', '210453.537500', '210453.997500', '210454.457500', '210454.917500', '210455.377500', '210455.837500', '210456.297500', '210456.757500', '210457.217500', '210457.677500', '210458.137500', '210458.597500', '210459.057500', '210459.517500', '210459.977500', '210500.437500', '210500.897500', '210501.357500', '210501.817500', '210502.277500', '210502.737500', '210503.197500', '210503.657500', '210504.117500', '210504.577500', '210505.037500', '210505.497500', '210505.957500', '210506.417500', '210506.877500', '210507.337500', '210507.797500', '210508.257500', '210508.717500', '210509.177500', '210509.637500', '210510.097500', '210510.557500', '210511.017500', '210511.477500', '210511.937500', '210512.397500', '210512.857500', '210513.317500', '210513.777500', '210514.237500', '210514.697500', '210515.157500', '210515.617500', '210516.077500', '210516.537500', '210516.997500', '210517.457500', '210517.917500', '210518.377500', '210518.837500', '210519.297500', '210519.757500', '210520.217500', '210520.677500', '210521.137500', '210521.597500', '210522.057500', '210522.517500', '210522.977500', '210523.437500', '210523.897500', '210524.357500', '210524.817500', '210525.277500', '210525.737500', '210526.197500', '210526.657500', '210527.117500', '210527.577500', '210528.037500', '210528.497500', '210528.957500', '210529.417500', '210529.877500', '210530.337500', '210530.797500', '210531.257500', '210531.717500', '210532.177500', '210532.637500', '210533.097500', '210533.557500', '210534.017500', '210534.477500', '210534.937500', '210535.397500', '210535.857500', '210536.317500', '210536.777500', '210537.237500', '210537.697500', '210538.157500', '210538.617500', '210539.077500', '210539.537500', '210539.997500', '210540.457500', '210540.917500', '210541.377500', '210541.837500', '210542.297500', '210542.757500', '210543.217500', '210543.677500', '210544.137500', '210544.597500', '210545.057500', '210545.517500', '210545.977500', '210546.437500', '210546.897500', '210547.357500', '210547.817500', '210548.277500', '210548.737500', '210549.197500', '210549.657500', '210550.117500', '210550.577500', '210551.037500', '210551.497500', '210551.957500', '210552.417500', '210552.877500', '210553.337500', '210553.797500', '210554.257500', '210554.717500', '210555.177500', '210555.637500', '210556.097500', '210556.557500', '210557.017500', '210557.477500', '210557.937500', '210558.397500', '210558.857500', '210559.317500', '210559.777500', '210600.237500', '210600.697500', '210601.157500', '210601.617500', '210602.077500', '210602.537500', '210602.997500', '210603.457500', '210603.917500', '210604.377500', '210604.837500', '210605.297500', '210605.757500', '210606.217500', '210606.677500', '210607.137500', '210607.597500', '210608.057500', '210608.517500', '210608.977500', '210609.437500', '210609.897500', '210610.357500', '210610.817500', '210611.277500', '210611.737500', '210612.197500', '210612.657500', '210613.117500', '210613.577500', '210614.037500', '210614.497500', '210614.957500', '210615.417500', '210615.877500', '210616.337500', '210616.797500', '210617.257500', '210617.717500', '210618.177500', '210618.637500', '210619.097500', '210619.557500', '210620.017500', '210620.477500', '210620.937500', '210621.397500', '210621.857500', '210622.317500', '210622.777500', '210623.237500', '210623.697500', '210624.157500', '210624.617500', '210625.077500', '210625.537500', '210625.997500', '210626.457500', '210626.917500', '210627.377500', '210627.837500', '210628.297500', '210628.757500', '210629.217500', '210629.677500', '210630.137500', '210630.597500', '210631.057500', '210631.517500', '210631.977500', '210632.437500', '210632.897500', '210633.357500', '210633.817500', '210634.277500', '210634.737500', '210635.197500', '210635.657500', '210636.117500', '210636.577500', '210637.037500', '210637.497500', '210637.957500', '210638.417500', '210638.877500', '210639.337500', '210639.797500', '210640.257500', '210640.717500', '210641.177500', '210641.637500', '210642.097500', '210642.557500', '210643.017500', '210643.477500', '210643.937500', '210644.397500', '210644.857500', '210645.317500', '210645.777500', '210646.237500', '210646.697500', '210647.157500', '210647.617500', '210648.077500', '210648.537500', '210648.997500', '210649.457500', '210649.917500', '210650.377500', '210650.837500', '210651.297500', '210651.757500', '210652.217500', '210652.677500', '210653.137500', '210653.597500', '210654.057500', '210654.517500', '210654.977500', '210655.437500', '210655.897500', '210656.357500', '210656.817500', '210657.277500', '210657.737500', '210658.197500', '210658.657500', '210659.117500', '210659.577500', '210700.037500', '210700.497500', '210700.957500', '210701.417500', '210701.877500', '210702.337500', '210702.797500', '210703.257500', '210703.717500', '210704.177500', '210704.637500', '210705.097500', '210705.557500', '210706.017500', '210706.477500', '210706.937500', '210707.397500', '210707.857500', '210708.317500', '210708.777500', '210709.237500', '210709.697500', '210710.157500', '210710.617500', '210711.077500', '210711.537500', '210711.997500', '210712.457500', '210712.917500', '210713.377500', '210713.837500', '210714.297500', '210714.757500', '210715.217500', '210715.677500', '210716.137500', '210716.597500', '210717.057500', '210717.517500', '210717.977500', '210718.437500', '210718.897500', '210719.357500', '210719.817500', '210720.277500', '210720.737500', '210721.197500', '210721.657500', '210722.117500', '210722.577500', '210723.037500', '210723.497500', '210723.957500', '210724.417500', '210724.877500', '210725.337500', '210725.797500', '210726.257500', '210726.717500', '210727.177500', '210727.637500', '210728.097500', '210728.557500', '210729.017500', '210729.477500', '210729.937500', '210730.397500', '210730.857500', '210731.317500', '210731.777500', '210732.237500', '210732.697500', '210733.157500', '210733.617500', '210734.077500', '210734.537500', '210734.997500', '210735.457500', '210735.917500', '210736.377500', '210736.837500', '210737.297500', '210737.757500', '210738.217500', '210738.677500', '210739.137500', '210739.597500', '210740.057500', '210740.517500', '210740.977500', '210741.437500', '210741.897500', '210742.357500', '210742.817500', '210743.277500', '210743.737500', '210744.197500', '210744.657500', '210745.117500', '210745.577500', '210746.037500', '210746.497500', '210746.957500', '210747.417500', '210747.877500', '210748.337500', '210748.797500', '210749.257500', '210749.717500', '210750.177500', '210750.637500', '210751.097500', '210751.557500', '210752.017500', '210752.477500', '210752.937500', '210753.397500', '210753.857500', '210754.317500', '210754.777500', '210755.237500', '210755.697500', '210756.157500', '210756.617500', '210757.077500', '210757.537500', '210757.997500', '210758.457500', '210758.917500', '210759.377500', '210759.837500', '210800.297500', '210800.757500', '210801.217500', '210801.677500', '210802.137500', '210802.597500', '210803.057500', '210803.517500', '210803.977500', '210804.437500', '210804.897500', '210805.357500', '210805.817500', '210806.277500', '210806.737500', '210807.197500', '210807.657500', '210808.117500', '210808.577500', '210809.037500', '210809.497500', '210809.957500', '210810.417500', '210810.877500', '210811.337500', '210811.797500', '210812.257500', '210812.717500', '210813.177500', '210813.637500', '210814.097500', '210814.557500', '210815.017500', '210815.477500', '210815.937500', '210816.397500', '210816.857500', '210817.317500', '210817.777500', '210818.237500', '210818.697500', '210819.157500', '210819.617500', '210820.077500', '210820.537500', '210820.997500', '210821.457500', '210821.917500', '210822.377500', '210822.837500', '210823.297500', '210823.757500', '210824.217500', '210824.677500', '210825.137500', '210825.597500', '210826.057500', '210826.517500', '210826.977500', '210827.437500', '210827.897500', '210828.357500', '210828.817500', '210829.277500', '210829.737500', '210830.197500', '210830.657500', '210831.117500', '210831.577500', '210832.037500', '210832.497500', '210832.957500', '210833.417500', '210833.877500', '210834.337500', '210834.797500', '210835.257500', '210835.717500', '210836.177500', '210836.637500', '210837.097500', '210837.557500', '210838.017500', '210838.477500', '210838.937500', '210839.397500', '210839.857500', '210840.317500', '210840.777500', '210841.237500', '210841.697500', '210842.157500', '210842.617500', '210843.077500', '210843.537500', '210843.997500', '210844.457500', '210844.917500', '210845.377500', '210845.837500', '210846.297500', '210846.757500', '210847.217500', '210847.677500', '210848.137500', '210848.597500', '210849.057500', '210849.517500', '210849.977500', '210850.437500', '210850.897500', '210851.357500', '210851.817500', '210852.277500', '210852.737500', '210853.197500', '210853.657500', '210854.117500', '210854.577500', '210855.037500', '210855.497500', '210855.957500', '210856.417500', '210856.877500', '210857.337500', '210857.797500', '210858.257500', '210858.717500', '210859.177500', '210859.637500', '210900.097500', '210900.557500', '210901.017500', '210901.477500', '210901.937500', '210902.397500', '210902.857500', '210903.317500', '210903.777500', '210904.237500', '210904.697500', '210905.157500', '210905.617500', '210906.077500', '210906.537500', '210906.997500', '210907.457500', '210907.917500', '210908.377500', '210908.837500', '210909.297500', '210909.757500', '210910.217500', '210910.677500', '210911.137500', '210911.597500', '210912.057500', '210912.517500', '210912.977500', '210913.437500', '210913.897500', '210914.357500', '210914.817500', '210915.277500', '210915.737500', '210916.197500', '210916.657500', '210917.117500', '210917.577500', '210918.037500', '210918.497500', '210918.957500', '210919.417500', '210919.877500', '210920.337500', '210920.797500', '210921.257500', '210921.717500', '210922.177500', '210922.637500', '210923.097500', '210923.557500', '210924.017500', '210924.477500', '210924.937500', '210925.397500', '210925.857500', '210926.317500', '210926.777500', '210927.237500', '210927.697500', '210928.157500', '210928.617500', '210929.077500', '210929.537500', '210929.997500', '210930.457500', '210930.917500', '210931.377500', '210931.837500', '210932.297500', '210932.757500', '210933.217500', '210933.677500', '210934.137500', '210934.597500', '210935.057500', '210935.517500', '210935.977500', '210936.437500', '210936.897500', '210937.357500', '210937.817500', '210938.277500', '210938.737500', '210939.197500', '210939.657500', '210940.117500', '210940.577500', '210941.037500', '210941.497500', '210941.957500', '210942.417500', '210942.877500', '210943.337500', '210943.797500', '210944.257500', '210944.717500', '210945.177500', '210945.637500', '210946.097500', '210946.557500', '210947.017500', '210947.477500', '210947.937500', '210948.397500', '210948.857500', '210949.317500', '210949.777500', '210950.237500', '210950.697500', '210951.157500', '210951.617500', '210952.077500', '210952.537500', '210952.997500', '210953.457500', '210953.917500', '210954.377500', '210954.837500', '210955.297500', '210955.757500', '210956.217500', '210956.677500', '210957.137500', '210957.597500', '210958.057500', '210958.517500', '210958.977500', '210959.437500', '210959.897500', '211000.357500', '211000.817500', '211001.277500', '211001.737500', '211002.197500', '211002.657500'], 'ContentTime': ['205955.068000', '205955.071000', '205955.074000', '205955.080000', '205955.082000', '205955.085000', '205955.087000', '205955.090000', '205955.093000', '205955.095000', '205955.098000', '205955.109000', '205955.112000', '205955.114000', '205955.117000', '205955.120000', '205955.122000', '205955.125000', '205955.128000', '205955.130000', '205955.133000', '205955.136000', '205955.138000', '205955.141000', '205955.143000', '205955.146000', '205955.148000', '205955.157000', '205955.160000', '205955.163000', '205955.165000', '205955.168000', '205955.178000', '205955.180000', '205955.183000', '205955.185000', '205955.188000', '205955.190000', '205955.193000', '205955.196000', '205955.198000', '205955.201000', '205955.204000', '205955.207000', '205955.210000', '205955.213000', '205955.215000', '205955.218000', '205955.220000', '205955.223000', '205955.225000', '210015.015000', '210015.017000', '210015.020000', '210015.023000', '210015.025000', '210015.028000', '210015.031000', '210015.033000', '210015.036000', '210015.038000', '210015.041000', '210015.044000', '210015.046000', '210015.049000', '210015.051000', '210015.054000', '210015.057000', '210015.059000', '210015.062000', '210015.064000', '210015.067000', '210015.070000', '210015.072000', '210015.075000', '210015.078000', '210015.080000', '210015.083000', '210015.085000', '210015.088000', '210015.091000', '210015.093000', '210015.096000', '210015.099000', '210015.101000', '210015.104000', '210015.114000', '210015.116000', '210015.119000', '210015.121000', '210015.124000', '210015.126000', '210015.129000', '210015.132000', '210035.016000', '210035.018000', '210035.021000', '210035.024000', '210035.027000', '210035.029000', '210035.032000', '210035.034000', '210035.037000', '210035.040000', '210035.042000', '210035.045000', '210035.048000', '210035.050000', '210035.053000', '210035.056000', '210035.058000', '210035.071000', '210035.074000', '210035.077000', '210035.080000', '210035.082000', '210035.085000', '210035.088000', '210035.090000', '210035.093000', '210035.095000', '210035.098000', '210035.101000', '210035.103000', '210035.106000', '210035.108000', '210035.111000', '210035.114000', '210035.116000', '210035.119000', '210035.121000', '210035.124000', '210035.126000', '210035.129000', '210035.132000', '210035.134000', '210035.137000', '210035.139000', '210055.016000', '210055.019000', '210055.025000', '210055.028000', '210055.031000', '210055.034000', '210055.037000', '210055.040000', '210055.043000', '210055.045000', '210055.048000', '210055.051000', '210055.053000', '210055.056000', '210055.058000', '210055.061000', '210055.064000', '210055.067000', '210055.070000', '210055.073000', '210055.075000', '210055.078000', '210055.080000', '210055.083000', '210055.086000', '210055.088000', '210055.091000', '210055.094000', '210055.096000', '210055.099000', '210055.101000', '210055.104000', '210055.107000', '210055.109000', '210055.112000', '210055.114000', '210055.117000', '210055.120000', '210055.122000', '210055.125000', '210055.127000', '210055.130000', '210055.133000', '210115.015000', '210115.019000', '210115.021000', '210115.024000', '210115.027000', '210115.029000', '210115.033000', '210115.036000', '210115.038000', '210115.041000', '210115.044000', '210115.046000', '210115.049000', '210115.052000', '210115.054000', '210115.057000', '210115.060000', '210115.063000', '210115.065000', '210115.068000', '210115.070000', '210115.073000', '210115.082000', '210115.085000', '210115.087000', '210115.090000', '210115.093000', '210115.095000', '210115.098000', '210115.101000', '210115.103000', '210115.106000', '210115.109000', '210115.111000', '210115.114000', '210115.116000', '210115.119000', '210115.122000', '210115.124000', '210115.127000', '210115.130000', '210115.132000', '210115.135000', '210115.138000', '210135.015000', '210135.018000', '210135.020000', '210135.023000', '210135.025000', '210135.028000', '210135.031000', '210135.033000', '210135.036000', '210135.038000', '210135.041000', '210135.043000', '210135.046000', '210135.049000', '210135.051000', '210135.054000', '210135.056000', '210135.059000', '210135.062000', '210135.064000', '210135.067000', '210135.070000', '210135.072000', '210135.075000', '210135.077000', '210135.080000', '210135.083000', '210135.085000', '210135.088000', '210135.098000', '210135.100000', '210135.103000', '210135.105000', '210135.108000', '210135.110000', '210135.113000', '210135.116000', '210135.118000', '210135.121000', '210135.124000', '210135.126000', '210135.129000', '210135.132000', '210135.134000', '210155.014000', '210155.017000', '210155.020000', '210155.023000', '210155.025000', '210155.028000', '210155.031000', '210155.033000', '210155.036000', '210155.039000', '210155.041000', '210155.044000', '210155.047000', '210155.049000', '210155.052000', '210155.055000', '210155.058000', '210155.060000', '210155.063000', '210155.065000', '210155.068000', '210155.071000', '210155.073000', '210155.076000', '210155.078000', '210155.081000', '210155.083000', '210155.086000', '210155.089000', '210155.092000', '210155.094000', '210155.097000', '210155.099000', '210155.102000', '210155.104000', '210155.107000', '210155.110000', '210155.112000', '210155.115000', '210155.117000', '210155.120000', '210155.122000', '210155.125000', '210215.014000', '210215.017000', '210215.020000', '210215.022000', '210215.025000', '210215.028000', '210215.030000', '210215.033000', '210215.035000', '210215.038000', '210215.041000', '210215.043000', '210215.046000', '210215.048000', '210215.051000', '210215.054000', '210215.056000', '210215.059000', '210215.061000', '210215.064000', '210215.067000', '210215.069000', '210215.072000', '210215.075000', '210215.078000', '210215.081000', '210215.084000', '210215.087000', '210215.089000', '210215.092000', '210215.095000', '210215.097000', '210215.100000', '210215.104000', '210215.106000', '210215.109000', '210215.112000', '210215.114000', '210215.117000', '210215.119000', '210215.122000', '210215.124000', '210215.127000', '210235.015000', '210235.018000', '210235.020000', '210235.023000', '210235.025000', '210235.028000', '210235.031000', '210235.033000', '210235.036000', '210235.038000', '210235.041000', '210235.044000', '210235.046000', '210235.049000', '210235.052000', '210235.054000', '210235.057000', '210235.059000', '210235.062000', '210235.065000', '210235.067000', '210235.070000', '210235.072000', '210235.075000', '210235.078000', '210235.080000', '210235.083000', '210235.085000', '210235.088000', '210235.091000', '210235.093000', '210235.096000', '210235.099000', '210235.101000', '210235.104000', '210235.106000', '210235.109000', '210235.111000', '210235.114000', '210235.117000', '210235.119000', '210235.122000', '210235.124000', '210235.127000', '210255.016000', '210255.019000', '210255.021000', '210255.024000', '210255.026000', '210255.029000', '210255.032000', '210255.034000', '210255.037000', '210255.040000', '210255.042000', '210255.045000', '210255.047000', '210255.050000', '210255.053000', '210255.056000', '210255.058000', '210255.061000', '210255.063000', '210255.066000', '210255.069000', '210255.072000', '210255.074000', '210255.077000', '210255.080000', '210255.083000', '210255.085000', '210255.088000', '210255.091000', '210255.093000', '210255.096000', '210255.099000', '210255.101000', '210255.104000', '210255.106000', '210255.109000', '210255.112000', '210255.114000', '210255.117000', '210255.120000', '210255.122000', '210255.125000', '210255.128000', '210315.016000', '210315.018000', '210315.022000', '210315.024000', '210315.027000', '210315.030000', '210315.032000', '210315.035000', '210315.038000', '210315.040000', '210315.043000', '210315.055000', '210315.058000', '210315.061000', '210315.063000', '210315.066000', '210315.069000', '210315.071000', '210315.074000', '210315.076000', '210315.079000', '210315.082000', '210315.084000', '210315.087000', '210315.090000', '210315.092000', '210315.095000', '210315.097000', '210315.100000', '210315.103000', '210315.105000', '210315.108000', '210315.110000', '210315.113000', '210315.116000', '210315.118000', '210315.121000', '210315.123000', '210315.126000', '210315.129000', '210315.131000', '210315.134000', '210315.136000', '210315.139000', '210335.016000', '210335.019000', '210335.021000', '210335.024000', '210335.027000', '210335.029000', '210335.032000', '210335.034000', '210335.037000', '210335.040000', '210335.042000', '210335.045000', '210335.048000', '210335.050000', '210335.053000', '210335.055000', '210335.058000', '210335.060000', '210335.063000', '210335.066000', '210335.068000', '210335.071000', '210335.074000', '210335.077000', '210335.080000', '210335.083000', '210335.086000', '210335.088000', '210335.091000', '210335.102000', '210335.105000', '210335.108000', '210335.110000', '210335.113000', '210335.115000', '210335.118000', '210335.121000', '210335.123000', '210335.126000', '210335.129000', '210335.131000', '210335.134000', '210335.137000', '210355.015000', '210355.018000', '210355.020000', '210355.023000', '210355.025000', '210355.028000', '210355.031000', '210355.034000', '210355.036000', '210355.039000', '210355.042000', '210355.044000', '210355.047000', '210355.050000', '210355.052000', '210355.055000', '210355.057000', '210355.060000', '210355.063000', '210355.065000', '210355.068000', '210355.070000', '210355.073000', '210355.076000', '210355.078000', '210355.081000', '210355.084000', '210355.086000', '210355.089000', '210355.091000', '210355.094000', '210355.096000', '210355.099000', '210355.102000', '210355.104000', '210355.107000', '210355.109000', '210355.112000', '210355.115000', '210355.118000', '210355.120000', '210355.123000', '210355.125000', '210355.128000', '210415.015000', '210415.018000', '210415.020000', '210415.023000', '210415.026000', '210415.028000', '210415.031000', '210415.033000', '210415.036000', '210415.039000', '210415.041000', '210415.044000', '210415.047000', '210415.049000', '210415.052000', '210415.055000', '210415.057000', '210415.060000', '210415.063000', '210415.065000', '210415.068000', '210415.071000', '210415.073000', '210415.076000', '210415.079000', '210415.081000', '210415.084000', '210415.087000', '210415.089000', '210415.092000', '210415.095000', '210415.097000', '210415.100000', '210415.103000', '210415.105000', '210415.108000', '210415.111000', '210415.114000', '210415.116000', '210415.119000', '210415.121000', '210415.124000', '210415.126000', '210435.014000', '210435.017000', '210435.020000', '210435.023000', '210435.025000', '210435.028000', '210435.031000', '210435.033000', '210435.036000', '210435.039000', '210435.041000', '210435.044000', '210435.047000', '210435.049000', '210435.052000', '210435.055000', '210435.057000', '210435.060000', '210435.063000', '210435.065000', '210435.068000', '210435.071000', '210435.073000', '210435.076000', '210435.079000', '210435.081000', '210435.084000', '210435.086000', '210435.089000', '210435.092000', '210435.094000', '210435.097000', '210435.100000', '210435.102000', '210435.105000', '210435.108000', '210435.121000', '210435.123000', '210435.126000', '210435.129000', '210435.131000', '210435.134000', '210435.136000', '210435.139000', '210455.015000', '210455.017000', '210455.020000', '210455.023000', '210455.035000', '210455.037000', '210455.040000', '210455.043000', '210455.045000', '210455.048000', '210455.051000', '210455.053000', '210455.056000', '210455.058000', '210455.061000', '210455.064000', '210455.067000', '210455.069000', '210455.072000', '210455.075000', '210455.077000', '210455.080000', '210455.083000', '210455.085000', '210455.088000', '210455.090000', '210455.093000', '210455.096000', '210455.099000', '210455.101000', '210455.104000', '210455.106000', '210455.109000', '210455.112000', '210455.114000', '210455.117000', '210455.120000', '210455.122000', '210455.125000', '210455.128000', '210455.130000', '210455.133000', '210455.136000', '210515.016000', '210515.018000', '210515.021000', '210515.024000', '210515.026000', '210515.029000', '210515.032000', '210515.034000', '210515.037000', '210515.039000', '210515.042000', '210515.044000', '210515.047000', '210515.050000', '210515.052000', '210515.055000', '210515.057000', '210515.060000', '210515.062000', '210515.065000', '210515.068000', '210515.070000', '210515.073000', '210515.075000', '210515.078000', '210515.081000', '210515.083000', '210515.086000', '210515.088000', '210515.091000', '210515.094000', '210515.096000', '210515.099000', '210515.101000', '210515.104000', '210515.106000', '210515.109000', '210515.112000', '210515.114000', '210515.117000', '210515.120000', '210515.122000', '210515.125000', '210515.127000', '210535.016000', '210535.019000', '210535.022000', '210535.024000', '210535.027000', '210535.030000', '210535.032000', '210535.035000', '210535.038000', '210535.040000', '210535.043000', '210535.045000', '210535.048000', '210535.050000', '210535.053000', '210535.056000', '210535.058000', '210535.061000', '210535.063000', '210535.074000', '210535.076000', '210535.079000', '210535.082000', '210535.084000', '210535.087000', '210535.090000', '210535.092000', '210535.095000', '210535.098000', '210535.100000', '210535.103000', '210535.105000', '210535.108000', '210535.111000', '210535.113000', '210535.116000', '210535.118000', '210535.121000', '210535.124000', '210535.126000', '210535.129000', '210535.131000', '210535.134000', '210555.016000', '210555.018000', '210555.021000', '210555.024000', '210555.027000', '210555.029000', '210555.032000', '210555.035000', '210555.038000', '210555.040000', '210555.043000', '210555.046000', '210555.048000', '210555.051000', '210555.054000', '210555.056000', '210555.059000', '210555.062000', '210555.065000', '210555.067000', '210555.070000', '210555.072000', '210555.075000', '210555.078000', '210555.080000', '210555.083000', '210555.085000', '210555.088000', '210555.091000', '210555.093000', '210555.096000', '210555.099000', '210555.101000', '210555.104000', '210555.107000', '210555.109000', '210555.112000', '210555.114000', '210555.117000', '210555.120000', '210555.122000', '210555.125000', '210555.128000', '210555.130000', '210615.015000', '210615.018000', '210615.020000', '210615.023000', '210615.025000', '210615.028000', '210615.031000', '210615.033000', '210615.036000', '210615.038000', '210615.041000', '210615.044000', '210615.046000', '210615.049000', '210615.051000', '210615.054000', '210615.056000', '210615.059000', '210615.062000', '210615.064000', '210615.067000', '210615.070000', '210615.072000', '210615.075000', '210615.078000', '210615.080000', '210615.083000', '210615.085000', '210615.088000', '210615.091000', '210615.093000', '210615.096000', '210615.099000', '210615.101000', '210615.104000', '210615.106000', '210615.109000', '210615.112000', '210615.114000', '210615.117000', '210615.119000', '210615.122000', '210615.125000', '210635.015000', '210635.018000', '210635.020000', '210635.023000', '210635.026000', '210635.028000', '210635.031000', '210635.033000', '210635.036000', '210635.039000', '210635.041000', '210635.044000', '210635.046000', '210635.049000', '210635.052000', '210635.054000', '210635.057000', '210635.060000', '210635.062000', '210635.065000', '210635.067000', '210635.070000', '210635.073000', '210635.075000', '210635.078000', '210635.081000', '210635.083000', '210635.086000', '210635.088000', '210635.091000', '210635.094000', '210635.097000', '210635.099000', '210635.102000', '210635.104000', '210635.107000', '210635.109000', '210635.112000', '210635.115000', '210635.117000', '210635.120000', '210635.123000', '210635.125000', '210635.128000', '210655.015000', '210655.018000', '210655.020000', '210655.023000', '210655.026000', '210655.029000', '210655.031000', '210655.034000', '210655.037000', '210655.039000', '210655.042000', '210655.044000', '210655.047000', '210655.050000', '210655.052000', '210655.055000', '210655.058000', '210655.060000', '210655.063000', '210655.066000', '210655.068000', '210655.071000', '210655.073000', '210655.076000', '210655.079000', '210655.082000', '210655.084000', '210655.087000', '210655.090000', '210655.092000', '210655.095000', '210655.098000', '210655.100000', '210655.103000', '210655.105000', '210655.108000', '210655.111000', '210655.113000', '210655.116000', '210655.118000', '210655.121000', '210655.123000', '210655.126000', '210715.015000', '210715.017000', '210715.021000', '210715.024000', '210715.026000', '210715.029000', '210715.031000', '210715.034000', '210715.037000', '210715.039000', '210715.042000', '210715.045000', '210715.047000', '210715.050000', '210715.053000', '210715.055000', '210715.058000', '210715.060000', '210715.063000', '210715.066000', '210715.068000', '210715.071000', '210715.073000', '210715.076000', '210715.079000', '210715.082000', '210715.084000', '210715.087000', '210715.090000', '210715.092000', '210715.095000', '210715.097000', '210715.100000', '210715.104000', '210715.106000', '210715.109000', '210715.112000', '210715.114000', '210715.117000', '210715.119000', '210715.122000', '210715.125000', '210715.127000', '210735.016000', '210735.019000', '210735.021000', '210735.024000', '210735.027000', '210735.030000', '210735.032000', '210735.035000', '210735.038000', '210735.040000', '210735.043000', '210735.046000', '210735.048000', '210735.051000', '210735.053000', '210735.056000', '210735.059000', '210735.061000', '210735.064000', '210735.066000', '210735.069000', '210735.072000', '210735.074000', '210735.077000', '210735.079000', '210735.082000', '210735.085000', '210735.095000', '210735.097000', '210735.100000', '210735.103000', '210735.105000', '210735.108000', '210735.111000', '210735.113000', '210735.116000', '210735.119000', '210735.121000', '210735.124000', '210735.126000', '210735.129000', '210735.132000', '210735.134000', '210735.137000', '210755.016000', '210755.018000', '210755.021000', '210755.024000', '210755.026000', '210755.029000', '210755.032000', '210755.034000', '210755.037000', '210755.039000', '210755.042000', '210755.045000', '210755.047000', '210755.050000', '210755.053000', '210755.055000', '210755.058000', '210755.060000', '210755.063000', '210755.066000', '210755.068000', '210755.071000', '210755.074000', '210755.076000', '210755.079000', '210755.081000', '210755.084000', '210755.087000', '210755.089000', '210755.092000', '210755.094000', '210755.097000', '210755.100000', '210755.102000', '210755.105000', '210755.107000', '210755.110000', '210755.112000', '210755.115000', '210755.118000', '210755.120000', '210755.123000', '210755.126000', '210755.128000', '210815.016000', '210815.018000', '210815.021000', '210815.024000', '210815.026000', '210815.029000', '210815.032000', '210815.034000', '210815.037000', '210815.039000', '210815.042000', '210815.045000', '210815.047000', '210815.050000', '210815.052000', '210815.055000', '210815.058000', '210815.060000', '210815.063000', '210815.065000', '210815.068000', '210815.071000', '210815.074000', '210815.076000', '210815.079000', '210815.082000', '210815.084000', '210815.087000', '210815.090000', '210815.092000', '210815.095000', '210815.097000', '210815.100000', '210815.103000', '210815.105000', '210815.108000', '210815.111000', '210815.113000', '210815.116000', '210815.118000', '210815.121000', '210815.124000', '210815.126000', '210835.014000', '210835.017000', '210835.020000', '210835.022000', '210835.025000', '210835.028000', '210835.030000', '210835.033000', '210835.035000', '210835.038000', '210835.040000', '210835.043000', '210835.046000', '210835.048000', '210835.051000', '210835.054000', '210835.056000', '210835.059000', '210835.063000', '210835.065000', '210835.068000', '210835.071000', '210835.074000', '210835.076000', '210835.079000', '210835.093000', '210835.096000', '210835.098000', '210835.101000', '210835.103000', '210835.106000', '210835.109000', '210835.111000', '210835.114000', '210835.117000', '210835.119000', '210835.122000', '210835.124000', '210835.127000', '210835.130000', '210835.132000', '210835.135000', '210835.138000', '210855.014000', '210855.017000', '210855.020000', '210855.023000', '210855.025000', '210855.028000', '210855.030000', '210855.033000', '210855.036000', '210855.038000', '210855.041000', '210855.044000', '210855.046000', '210855.049000', '210855.051000', '210855.054000', '210855.057000', '210855.060000', '210855.062000', '210855.065000', '210855.067000', '210855.082000', '210855.084000', '210855.087000', '210855.090000', '210855.092000', '210855.095000', '210855.098000', '210855.100000', '210855.103000', '210855.106000', '210855.108000', '210855.111000', '210855.114000', '210855.116000', '210855.119000', '210855.121000', '210855.124000', '210855.127000', '210855.130000', '210855.133000', '210855.136000', '210855.138000', '210855.141000', '210915.015000', '210915.018000', '210915.020000', '210915.023000', '210915.026000', '210915.028000', '210915.031000', '210915.034000', '210915.036000', '210915.039000', '210915.042000', '210915.045000', '210915.048000', '210915.050000', '210915.053000', '210915.056000', '210915.059000', '210915.062000', '210915.093000', '210915.096000', '210915.099000', '210915.101000', '210915.104000', '210915.107000', '210915.109000', '210915.112000', '210915.115000', '210915.117000', '210915.120000', '210915.123000', '210915.125000', '210915.128000', '210915.131000', '210915.133000', '210915.136000', '210915.139000', '210915.141000', '210915.144000', '210915.147000', '210915.149000', '210915.152000', '210915.155000', '210915.157000', '210935.016000', '210935.019000', '210935.021000', '210935.024000', '210935.027000', '210935.030000', '210935.032000', '210935.035000', '210935.038000', '210935.040000', '210935.043000', '210935.046000', '210935.048000', '210935.051000', '210935.054000', '210935.056000', '210935.059000', '210935.062000', '210935.064000', '210935.067000', '210935.070000', '210935.072000', '210935.075000', '210935.078000', '210935.081000', '210935.083000', '210935.086000', '210935.088000', '210935.091000', '210935.094000', '210935.097000', '210935.099000', '210935.102000', '210935.104000', '210935.107000', '210935.110000', '210935.112000', '210935.115000', '210935.118000', '210935.120000', '210935.123000', '210935.126000', '210935.128000', '210935.131000', '210955.016000', '210955.019000', '210955.021000', '210955.024000', '210955.026000', '210955.029000', '210955.032000', '210955.034000', '210955.047000', '210955.049000', '210955.052000', '210955.055000', '210955.057000', '210955.060000', '210955.062000', '210955.065000', '210955.068000', '210955.070000', '210955.073000', '210955.076000', '210955.078000', '210955.081000', '210955.084000', '210955.086000', '210955.089000', '210955.092000', '210955.094000', '210955.097000', '210955.099000', '210955.103000', '210955.106000', '210955.108000', '210955.111000', '210955.114000', '210955.116000', '210955.119000', '210955.121000', '210955.124000', '210955.127000', '210955.129000', '210955.132000', '210955.134000', '210955.137000', '211004.254000', '211004.257000', '211004.260000', '211004.262000', '211004.265000', '211004.268000', '211004.271000', '211004.274000', '211004.277000', '211004.280000', '211004.282000', '211004.285000', '211004.288000', '211004.290000', '211004.293000', '211004.296000', '211004.298000', '211004.301000', '211004.304000', '211004.307000', '211004.309000'], 'InstanceCreationTime': ['205955.068000', '205955.071000', '205955.074000', '205955.080000', '205955.082000', '205955.085000', '205955.087000', '205955.090000', '205955.093000', '205955.095000', '205955.098000', '205955.109000', '205955.112000', '205955.114000', '205955.117000', '205955.120000', '205955.122000', '205955.125000', '205955.128000', '205955.130000', '205955.133000', '205955.136000', '205955.138000', '205955.141000', '205955.143000', '205955.146000', '205955.148000', '205955.157000', '205955.160000', '205955.163000', '205955.165000', '205955.168000', '205955.178000', '205955.180000', '205955.183000', '205955.185000', '205955.188000', '205955.190000', '205955.193000', '205955.196000', '205955.198000', '205955.201000', '205955.204000', '205955.207000', '205955.210000', '205955.213000', '205955.215000', '205955.218000', '205955.220000', '205955.223000', '205955.225000', '210015.015000', '210015.017000', '210015.020000', '210015.023000', '210015.025000', '210015.028000', '210015.031000', '210015.033000', '210015.036000', '210015.038000', '210015.041000', '210015.044000', '210015.046000', '210015.049000', '210015.051000', '210015.054000', '210015.057000', '210015.059000', '210015.062000', '210015.064000', '210015.067000', '210015.070000', '210015.072000', '210015.075000', '210015.078000', '210015.080000', '210015.083000', '210015.085000', '210015.088000', '210015.091000', '210015.093000', '210015.096000', '210015.099000', '210015.101000', '210015.104000', '210015.114000', '210015.116000', '210015.119000', '210015.121000', '210015.124000', '210015.126000', '210015.129000', '210015.132000', '210035.016000', '210035.018000', '210035.021000', '210035.024000', '210035.027000', '210035.029000', '210035.032000', '210035.034000', '210035.037000', '210035.040000', '210035.042000', '210035.045000', '210035.048000', '210035.050000', '210035.053000', '210035.056000', '210035.058000', '210035.071000', '210035.074000', '210035.077000', '210035.080000', '210035.082000', '210035.085000', '210035.088000', '210035.090000', '210035.093000', '210035.095000', '210035.098000', '210035.101000', '210035.103000', '210035.106000', '210035.108000', '210035.111000', '210035.114000', '210035.116000', '210035.119000', '210035.121000', '210035.124000', '210035.126000', '210035.129000', '210035.132000', '210035.134000', '210035.137000', '210035.139000', '210055.016000', '210055.019000', '210055.025000', '210055.028000', '210055.031000', '210055.034000', '210055.037000', '210055.040000', '210055.043000', '210055.045000', '210055.048000', '210055.051000', '210055.053000', '210055.056000', '210055.058000', '210055.061000', '210055.064000', '210055.067000', '210055.070000', '210055.073000', '210055.075000', '210055.078000', '210055.080000', '210055.083000', '210055.086000', '210055.088000', '210055.091000', '210055.094000', '210055.096000', '210055.099000', '210055.101000', '210055.104000', '210055.107000', '210055.109000', '210055.112000', '210055.114000', '210055.117000', '210055.120000', '210055.122000', '210055.125000', '210055.127000', '210055.130000', '210055.133000', '210115.015000', '210115.019000', '210115.021000', '210115.024000', '210115.027000', '210115.029000', '210115.033000', '210115.036000', '210115.038000', '210115.041000', '210115.044000', '210115.046000', '210115.049000', '210115.052000', '210115.054000', '210115.057000', '210115.060000', '210115.063000', '210115.065000', '210115.068000', '210115.070000', '210115.073000', '210115.082000', '210115.085000', '210115.087000', '210115.090000', '210115.093000', '210115.095000', '210115.098000', '210115.101000', '210115.103000', '210115.106000', '210115.109000', '210115.111000', '210115.114000', '210115.116000', '210115.119000', '210115.122000', '210115.124000', '210115.127000', '210115.130000', '210115.132000', '210115.135000', '210115.138000', '210135.015000', '210135.018000', '210135.020000', '210135.023000', '210135.025000', '210135.028000', '210135.031000', '210135.033000', '210135.036000', '210135.038000', '210135.041000', '210135.043000', '210135.046000', '210135.049000', '210135.051000', '210135.054000', '210135.056000', '210135.059000', '210135.062000', '210135.064000', '210135.067000', '210135.070000', '210135.072000', '210135.075000', '210135.077000', '210135.080000', '210135.083000', '210135.085000', '210135.088000', '210135.098000', '210135.100000', '210135.103000', '210135.105000', '210135.108000', '210135.110000', '210135.113000', '210135.116000', '210135.118000', '210135.121000', '210135.124000', '210135.126000', '210135.129000', '210135.132000', '210135.134000', '210155.014000', '210155.017000', '210155.020000', '210155.023000', '210155.025000', '210155.028000', '210155.031000', '210155.033000', '210155.036000', '210155.039000', '210155.041000', '210155.044000', '210155.047000', '210155.049000', '210155.052000', '210155.055000', '210155.058000', '210155.060000', '210155.063000', '210155.065000', '210155.068000', '210155.071000', '210155.073000', '210155.076000', '210155.078000', '210155.081000', '210155.083000', '210155.086000', '210155.089000', '210155.092000', '210155.094000', '210155.097000', '210155.099000', '210155.102000', '210155.104000', '210155.107000', '210155.110000', '210155.112000', '210155.115000', '210155.117000', '210155.120000', '210155.122000', '210155.125000', '210215.014000', '210215.017000', '210215.020000', '210215.022000', '210215.025000', '210215.028000', '210215.030000', '210215.033000', '210215.035000', '210215.038000', '210215.041000', '210215.043000', '210215.046000', '210215.048000', '210215.051000', '210215.054000', '210215.056000', '210215.059000', '210215.061000', '210215.064000', '210215.067000', '210215.069000', '210215.072000', '210215.075000', '210215.078000', '210215.081000', '210215.084000', '210215.087000', '210215.089000', '210215.092000', '210215.095000', '210215.097000', '210215.100000', '210215.104000', '210215.106000', '210215.109000', '210215.112000', '210215.114000', '210215.117000', '210215.119000', '210215.122000', '210215.124000', '210215.127000', '210235.015000', '210235.018000', '210235.020000', '210235.023000', '210235.025000', '210235.028000', '210235.031000', '210235.033000', '210235.036000', '210235.038000', '210235.041000', '210235.044000', '210235.046000', '210235.049000', '210235.052000', '210235.054000', '210235.057000', '210235.059000', '210235.062000', '210235.065000', '210235.067000', '210235.070000', '210235.072000', '210235.075000', '210235.078000', '210235.080000', '210235.083000', '210235.085000', '210235.088000', '210235.091000', '210235.093000', '210235.096000', '210235.099000', '210235.101000', '210235.104000', '210235.106000', '210235.109000', '210235.111000', '210235.114000', '210235.117000', '210235.119000', '210235.122000', '210235.124000', '210235.127000', '210255.016000', '210255.019000', '210255.021000', '210255.024000', '210255.026000', '210255.029000', '210255.032000', '210255.034000', '210255.037000', '210255.040000', '210255.042000', '210255.045000', '210255.047000', '210255.050000', '210255.053000', '210255.056000', '210255.058000', '210255.061000', '210255.063000', '210255.066000', '210255.069000', '210255.072000', '210255.074000', '210255.077000', '210255.080000', '210255.083000', '210255.085000', '210255.088000', '210255.091000', '210255.093000', '210255.096000', '210255.099000', '210255.101000', '210255.104000', '210255.106000', '210255.109000', '210255.112000', '210255.114000', '210255.117000', '210255.120000', '210255.122000', '210255.125000', '210255.128000', '210315.016000', '210315.018000', '210315.022000', '210315.024000', '210315.027000', '210315.030000', '210315.032000', '210315.035000', '210315.038000', '210315.040000', '210315.043000', '210315.055000', '210315.058000', '210315.061000', '210315.063000', '210315.066000', '210315.069000', '210315.071000', '210315.074000', '210315.076000', '210315.079000', '210315.082000', '210315.084000', '210315.087000', '210315.090000', '210315.092000', '210315.095000', '210315.097000', '210315.100000', '210315.103000', '210315.105000', '210315.108000', '210315.110000', '210315.113000', '210315.116000', '210315.118000', '210315.121000', '210315.123000', '210315.126000', '210315.129000', '210315.131000', '210315.134000', '210315.136000', '210315.139000', '210335.016000', '210335.019000', '210335.021000', '210335.024000', '210335.027000', '210335.029000', '210335.032000', '210335.034000', '210335.037000', '210335.040000', '210335.042000', '210335.045000', '210335.048000', '210335.050000', '210335.053000', '210335.055000', '210335.058000', '210335.060000', '210335.063000', '210335.066000', '210335.068000', '210335.071000', '210335.074000', '210335.077000', '210335.080000', '210335.083000', '210335.086000', '210335.088000', '210335.091000', '210335.102000', '210335.105000', '210335.108000', '210335.110000', '210335.113000', '210335.115000', '210335.118000', '210335.121000', '210335.123000', '210335.126000', '210335.129000', '210335.131000', '210335.134000', '210335.137000', '210355.015000', '210355.018000', '210355.020000', '210355.023000', '210355.025000', '210355.028000', '210355.031000', '210355.034000', '210355.036000', '210355.039000', '210355.042000', '210355.044000', '210355.047000', '210355.050000', '210355.052000', '210355.055000', '210355.057000', '210355.060000', '210355.063000', '210355.065000', '210355.068000', '210355.070000', '210355.073000', '210355.076000', '210355.078000', '210355.081000', '210355.084000', '210355.086000', '210355.089000', '210355.091000', '210355.094000', '210355.096000', '210355.099000', '210355.102000', '210355.104000', '210355.107000', '210355.109000', '210355.112000', '210355.115000', '210355.118000', '210355.120000', '210355.123000', '210355.125000', '210355.128000', '210415.015000', '210415.018000', '210415.020000', '210415.023000', '210415.026000', '210415.028000', '210415.031000', '210415.033000', '210415.036000', '210415.039000', '210415.041000', '210415.044000', '210415.047000', '210415.049000', '210415.052000', '210415.055000', '210415.057000', '210415.060000', '210415.063000', '210415.065000', '210415.068000', '210415.071000', '210415.073000', '210415.076000', '210415.079000', '210415.081000', '210415.084000', '210415.087000', '210415.089000', '210415.092000', '210415.095000', '210415.097000', '210415.100000', '210415.103000', '210415.105000', '210415.108000', '210415.111000', '210415.114000', '210415.116000', '210415.119000', '210415.121000', '210415.124000', '210415.126000', '210435.014000', '210435.017000', '210435.020000', '210435.023000', '210435.025000', '210435.028000', '210435.031000', '210435.033000', '210435.036000', '210435.039000', '210435.041000', '210435.044000', '210435.047000', '210435.049000', '210435.052000', '210435.055000', '210435.057000', '210435.060000', '210435.063000', '210435.065000', '210435.068000', '210435.071000', '210435.073000', '210435.076000', '210435.079000', '210435.081000', '210435.084000', '210435.086000', '210435.089000', '210435.092000', '210435.094000', '210435.097000', '210435.100000', '210435.102000', '210435.105000', '210435.108000', '210435.121000', '210435.123000', '210435.126000', '210435.129000', '210435.131000', '210435.134000', '210435.136000', '210435.139000', '210455.015000', '210455.017000', '210455.020000', '210455.023000', '210455.035000', '210455.037000', '210455.040000', '210455.043000', '210455.045000', '210455.048000', '210455.051000', '210455.053000', '210455.056000', '210455.058000', '210455.061000', '210455.064000', '210455.067000', '210455.069000', '210455.072000', '210455.075000', '210455.077000', '210455.080000', '210455.083000', '210455.085000', '210455.088000', '210455.090000', '210455.093000', '210455.096000', '210455.099000', '210455.101000', '210455.104000', '210455.106000', '210455.109000', '210455.112000', '210455.114000', '210455.117000', '210455.120000', '210455.122000', '210455.125000', '210455.128000', '210455.130000', '210455.133000', '210455.136000', '210515.016000', '210515.018000', '210515.021000', '210515.024000', '210515.026000', '210515.029000', '210515.032000', '210515.034000', '210515.037000', '210515.039000', '210515.042000', '210515.044000', '210515.047000', '210515.050000', '210515.052000', '210515.055000', '210515.057000', '210515.060000', '210515.062000', '210515.065000', '210515.068000', '210515.070000', '210515.073000', '210515.075000', '210515.078000', '210515.081000', '210515.083000', '210515.086000', '210515.088000', '210515.091000', '210515.094000', '210515.096000', '210515.099000', '210515.101000', '210515.104000', '210515.106000', '210515.109000', '210515.112000', '210515.114000', '210515.117000', '210515.120000', '210515.122000', '210515.125000', '210515.127000', '210535.016000', '210535.019000', '210535.022000', '210535.024000', '210535.027000', '210535.030000', '210535.032000', '210535.035000', '210535.038000', '210535.040000', '210535.043000', '210535.045000', '210535.048000', '210535.050000', '210535.053000', '210535.056000', '210535.058000', '210535.061000', '210535.063000', '210535.074000', '210535.076000', '210535.079000', '210535.082000', '210535.084000', '210535.087000', '210535.090000', '210535.092000', '210535.095000', '210535.098000', '210535.100000', '210535.103000', '210535.105000', '210535.108000', '210535.111000', '210535.113000', '210535.116000', '210535.118000', '210535.121000', '210535.124000', '210535.126000', '210535.129000', '210535.131000', '210535.134000', '210555.016000', '210555.018000', '210555.021000', '210555.024000', '210555.027000', '210555.029000', '210555.032000', '210555.035000', '210555.038000', '210555.040000', '210555.043000', '210555.046000', '210555.048000', '210555.051000', '210555.054000', '210555.056000', '210555.059000', '210555.062000', '210555.065000', '210555.067000', '210555.070000', '210555.072000', '210555.075000', '210555.078000', '210555.080000', '210555.083000', '210555.085000', '210555.088000', '210555.091000', '210555.093000', '210555.096000', '210555.099000', '210555.101000', '210555.104000', '210555.107000', '210555.109000', '210555.112000', '210555.114000', '210555.117000', '210555.120000', '210555.122000', '210555.125000', '210555.128000', '210555.130000', '210615.015000', '210615.018000', '210615.020000', '210615.023000', '210615.025000', '210615.028000', '210615.031000', '210615.033000', '210615.036000', '210615.038000', '210615.041000', '210615.044000', '210615.046000', '210615.049000', '210615.051000', '210615.054000', '210615.056000', '210615.059000', '210615.062000', '210615.064000', '210615.067000', '210615.070000', '210615.072000', '210615.075000', '210615.078000', '210615.080000', '210615.083000', '210615.085000', '210615.088000', '210615.091000', '210615.093000', '210615.096000', '210615.099000', '210615.101000', '210615.104000', '210615.106000', '210615.109000', '210615.112000', '210615.114000', '210615.117000', '210615.119000', '210615.122000', '210615.125000', '210635.015000', '210635.018000', '210635.020000', '210635.023000', '210635.026000', '210635.028000', '210635.031000', '210635.033000', '210635.036000', '210635.039000', '210635.041000', '210635.044000', '210635.046000', '210635.049000', '210635.052000', '210635.054000', '210635.057000', '210635.060000', '210635.062000', '210635.065000', '210635.067000', '210635.070000', '210635.073000', '210635.075000', '210635.078000', '210635.081000', '210635.083000', '210635.086000', '210635.088000', '210635.091000', '210635.094000', '210635.097000', '210635.099000', '210635.102000', '210635.104000', '210635.107000', '210635.109000', '210635.112000', '210635.115000', '210635.117000', '210635.120000', '210635.123000', '210635.125000', '210635.128000', '210655.015000', '210655.018000', '210655.020000', '210655.023000', '210655.026000', '210655.029000', '210655.031000', '210655.034000', '210655.037000', '210655.039000', '210655.042000', '210655.044000', '210655.047000', '210655.050000', '210655.052000', '210655.055000', '210655.058000', '210655.060000', '210655.063000', '210655.066000', '210655.068000', '210655.071000', '210655.073000', '210655.076000', '210655.079000', '210655.082000', '210655.084000', '210655.087000', '210655.090000', '210655.092000', '210655.095000', '210655.098000', '210655.100000', '210655.103000', '210655.105000', '210655.108000', '210655.111000', '210655.113000', '210655.116000', '210655.118000', '210655.121000', '210655.123000', '210655.126000', '210715.015000', '210715.017000', '210715.021000', '210715.024000', '210715.026000', '210715.029000', '210715.031000', '210715.034000', '210715.037000', '210715.039000', '210715.042000', '210715.045000', '210715.047000', '210715.050000', '210715.053000', '210715.055000', '210715.058000', '210715.060000', '210715.063000', '210715.066000', '210715.068000', '210715.071000', '210715.073000', '210715.076000', '210715.079000', '210715.082000', '210715.084000', '210715.087000', '210715.090000', '210715.092000', '210715.095000', '210715.097000', '210715.100000', '210715.104000', '210715.106000', '210715.109000', '210715.112000', '210715.114000', '210715.117000', '210715.119000', '210715.122000', '210715.125000', '210715.127000', '210735.016000', '210735.019000', '210735.021000', '210735.024000', '210735.027000', '210735.030000', '210735.032000', '210735.035000', '210735.038000', '210735.040000', '210735.043000', '210735.046000', '210735.048000', '210735.051000', '210735.053000', '210735.056000', '210735.059000', '210735.061000', '210735.064000', '210735.066000', '210735.069000', '210735.072000', '210735.074000', '210735.077000', '210735.079000', '210735.082000', '210735.085000', '210735.095000', '210735.097000', '210735.100000', '210735.103000', '210735.105000', '210735.108000', '210735.111000', '210735.113000', '210735.116000', '210735.119000', '210735.121000', '210735.124000', '210735.126000', '210735.129000', '210735.132000', '210735.134000', '210735.137000', '210755.016000', '210755.018000', '210755.021000', '210755.024000', '210755.026000', '210755.029000', '210755.032000', '210755.034000', '210755.037000', '210755.039000', '210755.042000', '210755.045000', '210755.047000', '210755.050000', '210755.053000', '210755.055000', '210755.058000', '210755.060000', '210755.063000', '210755.066000', '210755.068000', '210755.071000', '210755.074000', '210755.076000', '210755.079000', '210755.081000', '210755.084000', '210755.087000', '210755.089000', '210755.092000', '210755.094000', '210755.097000', '210755.100000', '210755.102000', '210755.105000', '210755.107000', '210755.110000', '210755.112000', '210755.115000', '210755.118000', '210755.120000', '210755.123000', '210755.126000', '210755.128000', '210815.016000', '210815.018000', '210815.021000', '210815.024000', '210815.026000', '210815.029000', '210815.032000', '210815.034000', '210815.037000', '210815.039000', '210815.042000', '210815.045000', '210815.047000', '210815.050000', '210815.052000', '210815.055000', '210815.058000', '210815.060000', '210815.063000', '210815.065000', '210815.068000', '210815.071000', '210815.074000', '210815.076000', '210815.079000', '210815.082000', '210815.084000', '210815.087000', '210815.090000', '210815.092000', '210815.095000', '210815.097000', '210815.100000', '210815.103000', '210815.105000', '210815.108000', '210815.111000', '210815.113000', '210815.116000', '210815.118000', '210815.121000', '210815.124000', '210815.126000', '210835.014000', '210835.017000', '210835.020000', '210835.022000', '210835.025000', '210835.028000', '210835.030000', '210835.033000', '210835.035000', '210835.038000', '210835.040000', '210835.043000', '210835.046000', '210835.048000', '210835.051000', '210835.054000', '210835.056000', '210835.059000', '210835.063000', '210835.065000', '210835.068000', '210835.071000', '210835.074000', '210835.076000', '210835.079000', '210835.093000', '210835.096000', '210835.098000', '210835.101000', '210835.103000', '210835.106000', '210835.109000', '210835.111000', '210835.114000', '210835.117000', '210835.119000', '210835.122000', '210835.124000', '210835.127000', '210835.130000', '210835.132000', '210835.135000', '210835.138000', '210855.014000', '210855.017000', '210855.020000', '210855.023000', '210855.025000', '210855.028000', '210855.030000', '210855.033000', '210855.036000', '210855.038000', '210855.041000', '210855.044000', '210855.046000', '210855.049000', '210855.051000', '210855.054000', '210855.057000', '210855.060000', '210855.062000', '210855.065000', '210855.067000', '210855.082000', '210855.084000', '210855.087000', '210855.090000', '210855.092000', '210855.095000', '210855.098000', '210855.100000', '210855.103000', '210855.106000', '210855.108000', '210855.111000', '210855.114000', '210855.116000', '210855.119000', '210855.121000', '210855.124000', '210855.127000', '210855.130000', '210855.133000', '210855.136000', '210855.138000', '210855.141000', '210915.015000', '210915.018000', '210915.020000', '210915.023000', '210915.026000', '210915.028000', '210915.031000', '210915.034000', '210915.036000', '210915.039000', '210915.042000', '210915.045000', '210915.048000', '210915.050000', '210915.053000', '210915.056000', '210915.059000', '210915.062000', '210915.093000', '210915.096000', '210915.099000', '210915.101000', '210915.104000', '210915.107000', '210915.109000', '210915.112000', '210915.115000', '210915.117000', '210915.120000', '210915.123000', '210915.125000', '210915.128000', '210915.131000', '210915.133000', '210915.136000', '210915.139000', '210915.141000', '210915.144000', '210915.147000', '210915.149000', '210915.152000', '210915.155000', '210915.157000', '210935.016000', '210935.019000', '210935.021000', '210935.024000', '210935.027000', '210935.030000', '210935.032000', '210935.035000', '210935.038000', '210935.040000', '210935.043000', '210935.046000', '210935.048000', '210935.051000', '210935.054000', '210935.056000', '210935.059000', '210935.062000', '210935.064000', '210935.067000', '210935.070000', '210935.072000', '210935.075000', '210935.078000', '210935.081000', '210935.083000', '210935.086000', '210935.088000', '210935.091000', '210935.094000', '210935.097000', '210935.099000', '210935.102000', '210935.104000', '210935.107000', '210935.110000', '210935.112000', '210935.115000', '210935.118000', '210935.120000', '210935.123000', '210935.126000', '210935.128000', '210935.131000', '210955.016000', '210955.019000', '210955.021000', '210955.024000', '210955.026000', '210955.029000', '210955.032000', '210955.034000', '210955.047000', '210955.049000', '210955.052000', '210955.055000', '210955.057000', '210955.060000', '210955.062000', '210955.065000', '210955.068000', '210955.070000', '210955.073000', '210955.076000', '210955.078000', '210955.081000', '210955.084000', '210955.086000', '210955.089000', '210955.092000', '210955.094000', '210955.097000', '210955.099000', '210955.103000', '210955.106000', '210955.108000', '210955.111000', '210955.114000', '210955.116000', '210955.119000', '210955.121000', '210955.124000', '210955.127000', '210955.129000', '210955.132000', '210955.134000', '210955.137000', '211004.254000', '211004.257000', '211004.260000', '211004.262000', '211004.265000', '211004.268000', '211004.271000', '211004.274000', '211004.277000', '211004.280000', '211004.282000', '211004.285000', '211004.288000', '211004.290000', '211004.293000', '211004.296000', '211004.298000', '211004.301000', '211004.304000', '211004.307000', '211004.309000'], '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': [7431, 13366, 9585, 9267, 8814, 6786, 9138, 7058, 10400, 8482, 7033, 8081, 6789, 9654, 7065, 11547, 7942, 8023, 9538, 7491, 10702, 7096, 13315, 7559, 10593, 9169, 7032, 10225, 7154, 12138, 9250, 7597, 9947, 7023, 12227, 8770, 13039, 11721, 8839, 10149, 7294, 12037, 7945, 12873, 9959, 8217, 9820, 7179, 11342, 7008, 11173, 9678, 6997, 9953, 7075, 11789, 7133, 10978, 9503, 8218, 10179, 6997, 11409, 7984, 11000, 10022, 8271, 9952, 7185, 10935, 7457, 9898, 9291, 7519, 11051, 7174, 8224, 8046, 7294, 8724, 8819, 6919, 12282, 11077, 12452, 10868, 8398, 12932, 8329, 14210, 9594, 13759, 12131, 8524, 9456, 7099, 9385, 7139, 9667, 8533, 6722, 8463, 7107, 10219, 7816, 10272, 9784, 8441, 11564, 6942, 11139, 8967, 9504, 10485, 7846, 13682, 8458, 8344, 10054, 6836, 12820, 10554, 12379, 9658, 7252, 11071, 6868, 11625, 10068, 7657, 10042, 7306, 11576, 8034, 10328, 9646, 7423, 11561, 7217, 11510, 9303, 9408, 11940, 7136, 12942, 8755, 9139, 9291, 7116, 12685, 7484, 11466, 9491, 7113, 10904, 7036, 12662, 9184, 8473, 8553, 7027, 10318, 7149, 11254, 9683, 7569, 9594, 6838, 10269, 8628, 8478, 10018, 6929, 10526, 9047, 6807, 10846, 7674, 11291, 9919, 7520, 11894, 7425, 10791, 9576, 8448, 13430, 7440, 10674, 9556, 7505, 12603, 10187, 12994, 9552, 7717, 10631, 6870, 12329, 8644, 11019, 8759, 7127, 10651, 6742, 11540, 8318, 10073, 9611, 7645, 10176, 7207, 10693, 7295, 10290, 9093, 7224, 9704, 7137, 9454, 8106, 8784, 9338, 7260, 12530, 7973, 11720, 9807, 10217, 11832, 8490, 13514, 7360, 12143, 10097, 9519, 10289, 7819, 13296, 8697, 6947, 9805, 7358, 11242, 9321, 7641, 9574, 7022, 12129, 7811, 13081, 11596, 11058, 10430, 7948, 11522, 7116, 11275, 9477, 8422, 10538, 7092, 10335, 7125, 9306, 8767, 7769, 11066, 7083, 11080, 7241, 11746, 9150, 11259, 9594, 8322, 10809, 7512, 11972, 7838, 13349, 10225, 8873, 8739, 7058, 10417, 7356, 10867, 9308, 8201, 9653, 7015, 10711, 6696, 11278, 9729, 7836, 10595, 7558, 8406, 9646, 7252, 8438, 9798, 7218, 11341, 10584, 8990, 12029, 8154, 14461, 10619, 14816, 12875, 12475, 10119, 6855, 9619, 6999, 6906, 7140, 7037, 10939, 7920, 7021, 8926, 6732, 10965, 9270, 10174, 9194, 6770, 12237, 9341, 11478, 11339, 9598, 12878, 7076, 12831, 7920, 10960, 9220, 8121, 9362, 7341, 10180, 7084, 10582, 6961, 9798, 8067, 6942, 8022, 7010, 8882, 6999, 10928, 9590, 8842, 9834, 7849, 10911, 7526, 13214, 10960, 9961, 9998, 7471, 12395, 7484, 13516, 11566, 12943, 10151, 8176, 11113, 6886, 12679, 9979, 9967, 9969, 6826, 10833, 8152, 7893, 7631, 7211, 9210, 9016, 7023, 11950, 8500, 11297, 10317, 8653, 12364, 7167, 11531, 9445, 9162, 10466, 7320, 13387, 7293, 8805, 8031, 7029, 12019, 8412, 11054, 9765, 7867, 11050, 7698, 12682, 8566, 12872, 9198, 7310, 9693, 7313, 11495, 8879, 6799, 10107, 7102, 7758, 7200, 6945, 11943, 9385, 7015, 11070, 7299, 11189, 9999, 7361, 11375, 7989, 6637, 10468, 7346, 6650, 9862, 8559, 6715, 12558, 9033, 10290, 11266, 8368, 13280, 9538, 13847, 11160, 7812, 8788, 6876, 9554, 7540, 7538, 10720, 6860, 11631, 8068, 9985, 9112, 7869, 13252, 7489, 12273, 10101, 8490, 11025, 7932, 14210, 7672, 11676, 9708, 8179, 10052, 6916, 13627, 8204, 8236, 8550, 6901, 11436, 6944, 11128, 9273, 7173, 10105, 7070, 12829, 9729, 12364, 9844, 8206, 12745, 7020, 10647, 8125, 6867, 9443, 6662, 12567, 9184, 10263, 9182, 7629, 11191, 7005, 13042, 10851, 12278, 9621, 7962, 11282, 7151, 12416, 10006, 12258, 9301, 6955, 10398, 6979, 11150, 9654, 7791, 9605, 7106, 11950, 7260, 11727, 10258, 7992, 10347, 7154, 11670, 8622, 8895, 11138, 6952, 11970, 7593, 10291, 9218, 8231, 11493, 6824, 12259, 6816, 11803, 8850, 9340, 8591, 6922, 12779, 6785, 9127, 8703, 6924, 10819, 6874, 12087, 8334, 8407, 9562, 8112, 10757, 7106, 13211, 8377, 7127, 9105, 7368, 7797, 10498, 7724, 7889, 10721, 7819, 12303, 10277, 8948, 12654, 8851, 14940, 12644, 13885, 10195, 7688, 9680, 7082, 10679, 7152, 10089, 7434, 6974, 9038, 6798, 10630, 6946, 8830, 8497, 7144, 10699, 7066, 11669, 7164, 12911, 10947, 12133, 11190, 9542, 12374, 7061, 11126, 9377, 9030, 11939, 7628, 12931, 9204, 7235, 10680, 7048, 12569, 10283, 12564, 9338, 7596, 10245, 6859, 12153, 8396, 9686, 8780, 6823, 11678, 7460, 11392, 10040, 8380, 10921, 7021, 10608, 9062, 8291, 9340, 7322, 12991, 6916, 12560, 8702, 8257, 9079, 7125, 12657, 8810, 7928, 8751, 6795, 12218, 8015, 13501, 11760, 10385, 9615, 7747, 11404, 6925, 12370, 9389, 10391, 9672, 7312, 10519, 6721, 11667, 8206, 12407, 9205, 7984, 9815, 7124, 11474, 7596, 12907, 10504, 8713, 9477, 7616, 11654, 7633, 13591, 8540, 7569, 8862, 7465, 7908, 8624, 7134, 10612, 9747, 7828, 12923, 8304, 11615, 10371, 7839, 12473, 8907, 11583, 8260, 6905, 9618, 7449, 7195, 8698, 7086, 12007, 8446, 6719, 8895, 7036, 11616, 9067, 12800, 9960, 8403, 10721, 6901, 12912, 9048, 12984, 10707, 8320, 10302, 7178, 12215, 8265, 12359, 10707, 8073, 9894, 6931, 11441, 7816, 10924, 9435, 7683, 11121, 6925, 11626, 9095, 9453, 10335, 6595, 10668, 7552, 6836, 7481, 6901, 11266, 8260, 6723, 8996, 6949, 11492, 8047, 12090, 9685, 8492, 10179, 7252, 11519, 7832, 13214, 9518, 7610, 9891, 6989, 11928, 8637, 11050, 9676, 7638, 11174, 7255, 11097, 9779, 8106, 11295, 7138, 9986, 9213, 7555, 10397, 7249, 13006, 9195, 6805, 9690, 7195, 10190, 9259, 7409, 11268, 7001, 9411, 9139, 7136, 11009, 8221, 13878, 7818, 11840, 9676, 8443, 9951, 7418, 12088, 7000, 11962, 8559, 7155, 9094, 6741, 11231, 7641, 10733, 8874, 6955, 10018, 7057, 11263, 8918, 9461, 9652, 7098, 11372, 7472, 10248, 8656, 7009, 12579, 7327, 10001, 9283, 7266, 11673, 8088, 13848, 10548, 10499, 9022, 6960, 11173, 7012, 11150, 9911, 7129, 10441, 7260, 9391, 8731, 6901, 9089, 7331, 11041, 8880, 7048, 9772, 7155, 10398, 9023, 7248, 11854, 7439, 7289, 9725, 9308, 7168, 12406, 11254, 9149, 14153, 9874, 11383, 10449, 7200, 13509, 9002, 8615, 11429, 7069, 6905, 7502, 7124, 9464, 7209, 8018, 7579, 7003, 9345, 7215, 9671, 9282, 7770, 11320, 7078, 11603, 8886, 8200, 9623, 6957, 12460, 9226, 9601, 8485, 6859, 11586, 7542, 11102, 10563, 8638, 11258, 6916, 12413, 7834, 11102, 10082, 7855, 11033, 7045, 11589, 8681, 9781, 9951, 7174, 11193, 7257, 10078, 9008, 6851, 9114, 7041, 11147, 7650, 8345, 9367, 7247, 10505, 7193, 12627, 7372, 8927, 9803, 7522, 8985, 6924, 11771, 7322, 8742, 7699, 7683, 10050, 8269, 10115, 7189, 11929, 6853, 10838, 7537, 9962, 9462, 7578, 9920, 7249, 10777, 7478, 7710, 9265, 7325, 12178, 11007, 10722, 12513, 7701, 13346, 8557, 14330, 10818, 12143, 10746, 8701, 9576, 7149, 10313, 7013, 11223, 7193, 9893, 7698, 7286, 7798, 7225, 8187, 7143, 9320, 7958, 6844, 7816, 7148, 9701, 7203, 12258, 9225, 12693, 8503, 8464, 10164, 8093, 10268, 7793, 12709, 7129, 10838, 8253, 6807, 8933, 7153, 11392, 8430, 12656, 8424, 7482, 9477, 7347, 11234, 8848, 14057, 8633, 9361, 9129, 7252, 11123, 7131, 11457, 9630, 6835, 8452, 6998, 10188, 7102, 8680, 7792, 6971, 10844, 7411, 7820, 9169, 7118, 10936, 7170, 12864, 8668, 10329, 8798, 6835, 10675, 7084, 12993, 11391, 11077, 9153, 7092, 9314, 7152, 10744, 7214, 10963, 8821, 7073, 8280, 7140, 10918, 7097, 9945, 8788, 7170, 8834, 7321, 10929, 7301, 11808, 8895, 7812, 6947, 7246, 9166, 7389, 7170, 7734, 7381, 10575, 6928, 10442, 9031, 7051, 10827, 7082, 11120, 10428, 9864, 13184, 11036, 15143, 12692, 15063, 11742, 13812, 11538, 12450, 9765, 9771, 9139, 6821, 9515, 6988, 9692, 7042, 8065, 7484, 6790, 8058, 6955, 8202, 6774, 8743, 6819, 7103, 7490, 7022, 9245, 7074, 9511, 7818, 9877, 9191, 6949, 11462, 6671, 11731, 7152, 10638, 8751, 6843, 10032, 7268, 10396, 7933, 10541, 9893, 8671, 12190, 6967, 11856, 8028, 9497, 8438, 7050, 12899, 7505, 10388, 9676, 7595, 9891, 7140, 13072, 8373, 7589, 8856, 6728, 11680, 9972, 7050, 10000, 7468, 7017, 8878, 7351, 7157, 11222, 8753, 9063, 11040, 7463, 13827, 10746, 10411, 11873, 7014, 6980, 7323, 6821, 9846, 6982, 8739, 8851, 7219, 9689, 6902, 11337, 7549, 8767, 9114, 6970, 9554, 7302, 8454, 8034, 6945, 11589, 7164, 9744, 8559, 6976, 11512, 7887, 10250, 8698, 6763, 9269, 8722, 7013, 9604, 7079, 12225, 9202, 8169, 9863, 7111, 11978, 7849, 11096, 8481, 7109, 9530, 7113, 10416, 8613, 7618, 10697, 7237, 10313, 8262, 7811, 9082, 7073, 12011, 8646, 11392, 8542, 6860, 9431, 7208, 11704, 10827, 7794, 9729, 6985, 12126, 7606, 12268, 10560, 8706, 9539, 7323, 10246, 7035, 10115, 8576, 7037, 9857, 6854, 10478, 7311, 11011, 8738, 9439, 9117, 7227, 10149, 7240, 9960, 7103, 6911, 6884, 7174, 8761, 7490, 7310, 8882, 7524, 11828, 8086, 11280, 9247, 7048, 9866, 6929, 12041, 10560, 7598, 10173, 7252, 10464, 9229, 8550, 10350, 7107, 12695, 7648, 13653, 12046, 12856, 10130, 7933, 10211, 7112, 9790, 9291, 6806, 9750, 7290, 9037, 8980, 7065, 10711, 7394, 11060, 9210, 6996, 10232, 6973, 12836, 10096, 11968, 9242, 6706, 9854, 7073, 9055, 8805, 6663, 9708, 7295, 7066, 7021, 6932, 9289, 7417, 6894, 8338, 7529, 7275, 9689, 8987, 7595, 12970, 11272, 9082], 'WindowCenter': [4348.0, 4403.0, 4358.0, 4346.0, 4334.0, 4303.0, 4344.0, 4303.0, 4367.0, 4335.0, 4315.0, 4324.0, 4317.0, 4345.0, 4317.0, 4379.0, 4337.0, 4337.0, 4357.0, 4328.0, 4367.0, 4316.0, 4389.0, 4327.0, 4356.0, 4345.0, 4317.0, 4356.0, 4317.0, 4390.0, 4348.0, 4327.0, 4357.0, 4317.0, 4378.0, 4336.0, 4389.0, 4367.0, 4345.0, 4355.0, 4315.0, 4376.0, 4325.0, 4377.0, 4345.0, 4323.0, 4343.0, 4314.0, 4365.0, 4313.0, 4366.0, 4345.0, 4314.0, 4344.0, 4314.0, 4377.0, 4314.0, 4367.0, 4357.0, 4335.0, 4356.0, 4317.0, 4365.0, 4325.0, 4354.0, 4356.0, 4335.0, 4355.0, 4315.0, 4365.0, 4326.0, 4357.0, 4357.0, 4327.0, 4379.0, 4330.0, 4350.0, 4349.0, 4329.0, 4349.0, 4359.0, 4331.0, 4379.0, 4369.0, 4390.0, 4368.0, 4337.0, 4377.0, 4336.0, 4386.0, 4344.0, 4374.0, 4365.0, 4322.0, 4342.0, 4303.0, 4343.0, 4315.0, 4344.0, 4347.0, 4317.0, 4337.0, 4317.0, 4368.0, 4340.0, 4368.0, 4370.0, 4338.0, 4378.0, 4317.0, 4367.0, 4348.0, 4347.0, 4357.0, 4338.0, 4387.0, 4336.0, 4335.0, 4357.0, 4318.0, 4375.0, 4368.0, 4376.0, 4344.0, 4314.0, 4365.0, 4305.0, 4365.0, 4356.0, 4324.0, 4344.0, 4314.0, 4377.0, 4325.0, 4355.0, 4357.0, 4325.0, 4365.0, 4315.0, 4366.0, 4345.0, 4345.0, 4378.0, 4315.0, 4375.0, 4334.0, 4344.0, 4334.0, 4313.0, 4376.0, 4314.0, 4364.0, 4343.0, 4302.0, 4353.0, 4303.0, 4375.0, 4344.0, 4333.0, 4333.0, 4313.0, 4355.0, 4315.0, 4364.0, 4344.0, 4324.0, 4343.0, 4318.0, 4357.0, 4350.0, 4335.0, 4357.0, 4329.0, 4380.0, 4358.0, 4316.0, 4365.0, 4325.0, 4366.0, 4357.0, 4337.0, 4377.0, 4326.0, 4366.0, 4357.0, 4338.0, 4388.0, 4315.0, 4355.0, 4344.0, 4313.0, 4376.0, 4356.0, 4375.0, 4343.0, 4312.0, 4352.0, 4301.0, 4361.0, 4332.0, 4352.0, 4321.0, 4301.0, 4352.0, 4302.0, 4352.0, 4322.0, 4343.0, 4344.0, 4324.0, 4354.0, 4315.0, 4355.0, 4326.0, 4355.0, 4346.0, 4327.0, 4357.0, 4328.0, 4358.0, 4339.0, 4347.0, 4362.0, 4342.0, 4390.0, 4339.0, 4380.0, 4359.0, 4357.0, 4381.0, 4348.0, 4388.0, 4326.0, 4375.0, 4355.0, 4344.0, 4356.0, 4326.0, 4386.0, 4335.0, 4314.0, 4355.0, 4315.0, 4366.0, 4348.0, 4326.0, 4357.0, 4317.0, 4377.0, 4328.0, 4375.0, 4367.0, 4365.0, 4354.0, 4323.0, 4353.0, 4303.0, 4352.0, 4343.0, 4323.0, 4354.0, 4315.0, 4354.0, 4316.0, 4346.0, 4335.0, 4326.0, 4367.0, 4316.0, 4366.0, 4326.0, 4366.0, 4346.0, 4367.0, 4347.0, 4336.0, 4365.0, 4314.0, 4364.0, 4324.0, 4377.0, 4355.0, 4346.0, 4335.0, 4315.0, 4355.0, 4315.0, 4365.0, 4358.0, 4336.0, 4346.0, 4316.0, 4367.0, 4317.0, 4366.0, 4357.0, 4326.0, 4368.0, 4344.0, 4349.0, 4371.0, 4341.0, 4349.0, 4359.0, 4329.0, 4368.0, 4371.0, 4349.0, 4380.0, 4339.0, 4388.0, 4368.0, 4386.0, 4364.0, 4376.0, 4343.0, 4303.0, 4343.0, 4314.0, 4315.0, 4314.0, 4318.0, 4367.0, 4338.0, 4317.0, 4348.0, 4318.0, 4356.0, 4360.0, 4358.0, 4347.0, 4318.0, 4377.0, 4348.0, 4367.0, 4368.0, 4347.0, 4376.0, 4306.0, 4364.0, 4323.0, 4353.0, 4333.0, 4323.0, 4344.0, 4314.0, 4354.0, 4303.0, 4354.0, 4314.0, 4345.0, 4337.0, 4317.0, 4338.0, 4329.0, 4361.0, 4330.0, 4380.0, 4373.0, 4360.0, 4360.0, 4340.0, 4380.0, 4329.0, 4378.0, 4381.0, 4358.0, 4358.0, 4328.0, 4389.0, 4328.0, 4377.0, 4379.0, 4388.0, 4357.0, 4336.0, 4367.0, 4327.0, 4375.0, 4358.0, 4371.0, 4370.0, 4321.0, 4368.0, 4339.0, 4337.0, 4325.0, 4328.0, 4359.0, 4348.0, 4317.0, 4379.0, 4361.0, 4379.0, 4371.0, 4349.0, 4378.0, 4317.0, 4378.0, 4358.0, 4345.0, 4370.0, 4327.0, 4376.0, 4315.0, 4346.0, 4326.0, 4316.0, 4379.0, 4338.0, 4367.0, 4356.0, 4326.0, 4367.0, 4325.0, 4376.0, 4336.0, 4375.0, 4344.0, 4313.0, 4344.0, 4313.0, 4364.0, 4335.0, 4316.0, 4356.0, 4316.0, 4326.0, 4315.0, 4328.0, 4379.0, 4358.0, 4317.0, 4367.0, 4327.0, 4367.0, 4356.0, 4325.0, 4367.0, 4336.0, 4316.0, 4367.0, 4327.0, 4318.0, 4356.0, 4334.0, 4316.0, 4376.0, 4347.0, 4356.0, 4365.0, 4335.0, 4375.0, 4343.0, 4386.0, 4353.0, 4312.0, 4332.0, 4303.0, 4355.0, 4325.0, 4326.0, 4369.0, 4316.0, 4367.0, 4336.0, 4358.0, 4346.0, 4338.0, 4377.0, 4315.0, 4365.0, 4354.0, 4335.0, 4353.0, 4336.0, 4386.0, 4323.0, 4363.0, 4342.0, 4334.0, 4342.0, 4303.0, 4384.0, 4323.0, 4322.0, 4332.0, 4314.0, 4362.0, 4313.0, 4364.0, 4346.0, 4314.0, 4354.0, 4315.0, 4374.0, 4344.0, 4363.0, 4342.0, 4323.0, 4374.0, 4302.0, 4353.0, 4323.0, 4305.0, 4344.0, 4303.0, 4377.0, 4347.0, 4354.0, 4344.0, 4324.0, 4365.0, 4313.0, 4362.0, 4354.0, 4362.0, 4341.0, 4321.0, 4353.0, 4302.0, 4360.0, 4343.0, 4361.0, 4330.0, 4300.0, 4341.0, 4301.0, 4352.0, 4343.0, 4312.0, 4342.0, 4301.0, 4364.0, 4312.0, 4363.0, 4354.0, 4321.0, 4341.0, 4301.0, 4364.0, 4331.0, 4333.0, 4364.0, 4302.0, 4362.0, 4323.0, 4356.0, 4342.0, 4322.0, 4365.0, 4302.0, 4362.0, 4302.0, 4363.0, 4333.0, 4332.0, 4333.0, 4314.0, 4374.0, 4303.0, 4344.0, 4347.0, 4314.0, 4365.0, 4317.0, 4375.0, 4334.0, 4334.0, 4355.0, 4335.0, 4353.0, 4315.0, 4386.0, 4336.0, 4326.0, 4347.0, 4327.0, 4336.0, 4366.0, 4337.0, 4338.0, 4367.0, 4338.0, 4378.0, 4357.0, 4347.0, 4377.0, 4346.0, 4384.0, 4376.0, 4375.0, 4342.0, 4311.0, 4341.0, 4314.0, 4351.0, 4312.0, 4356.0, 4324.0, 4315.0, 4345.0, 4316.0, 4366.0, 4316.0, 4348.0, 4349.0, 4316.0, 4357.0, 4319.0, 4379.0, 4328.0, 4389.0, 4368.0, 4376.0, 4369.0, 4347.0, 4376.0, 4316.0, 4367.0, 4347.0, 4346.0, 4378.0, 4328.0, 4377.0, 4345.0, 4325.0, 4367.0, 4316.0, 4377.0, 4358.0, 4376.0, 4346.0, 4315.0, 4345.0, 4306.0, 4363.0, 4336.0, 4346.0, 4335.0, 4316.0, 4366.0, 4327.0, 4365.0, 4344.0, 4335.0, 4355.0, 4314.0, 4354.0, 4333.0, 4335.0, 4333.0, 4313.0, 4374.0, 4313.0, 4373.0, 4334.0, 4324.0, 4333.0, 4303.0, 4375.0, 4336.0, 4336.0, 4348.0, 4317.0, 4375.0, 4324.0, 4373.0, 4364.0, 4344.0, 4342.0, 4313.0, 4363.0, 4313.0, 4362.0, 4345.0, 4354.0, 4343.0, 4313.0, 4353.0, 4304.0, 4363.0, 4335.0, 4375.0, 4344.0, 4323.0, 4343.0, 4311.0, 4363.0, 4314.0, 4375.0, 4354.0, 4334.0, 4343.0, 4325.0, 4363.0, 4327.0, 4376.0, 4335.0, 4315.0, 4346.0, 4326.0, 4336.0, 4334.0, 4315.0, 4354.0, 4346.0, 4326.0, 4376.0, 4336.0, 4366.0, 4356.0, 4326.0, 4364.0, 4346.0, 4367.0, 4324.0, 4315.0, 4345.0, 4327.0, 4316.0, 4336.0, 4330.0, 4378.0, 4337.0, 4317.0, 4347.0, 4318.0, 4366.0, 4349.0, 4378.0, 4357.0, 4336.0, 4356.0, 4316.0, 4375.0, 4335.0, 4387.0, 4355.0, 4324.0, 4344.0, 4314.0, 4364.0, 4324.0, 4376.0, 4354.0, 4323.0, 4343.0, 4314.0, 4364.0, 4313.0, 4366.0, 4334.0, 4313.0, 4353.0, 4314.0, 4365.0, 4333.0, 4344.0, 4355.0, 4303.0, 4343.0, 4324.0, 4305.0, 4313.0, 4316.0, 4366.0, 4336.0, 4316.0, 4346.0, 4318.0, 4366.0, 4337.0, 4377.0, 4346.0, 4336.0, 4356.0, 4327.0, 4365.0, 4326.0, 4377.0, 4346.0, 4325.0, 4345.0, 4316.0, 4365.0, 4336.0, 4367.0, 4346.0, 4326.0, 4365.0, 4316.0, 4365.0, 4346.0, 4326.0, 4367.0, 4316.0, 4356.0, 4345.0, 4326.0, 4355.0, 4328.0, 4387.0, 4346.0, 4306.0, 4356.0, 4328.0, 4356.0, 4346.0, 4327.0, 4368.0, 4318.0, 4347.0, 4347.0, 4318.0, 4367.0, 4349.0, 4388.0, 4326.0, 4366.0, 4346.0, 4335.0, 4344.0, 4314.0, 4366.0, 4315.0, 4365.0, 4335.0, 4314.0, 4335.0, 4305.0, 4354.0, 4327.0, 4367.0, 4336.0, 4316.0, 4357.0, 4317.0, 4366.0, 4346.0, 4358.0, 4357.0, 4317.0, 4366.0, 4327.0, 4357.0, 4336.0, 4318.0, 4379.0, 4327.0, 4358.0, 4347.0, 4328.0, 4366.0, 4325.0, 4387.0, 4357.0, 4356.0, 4345.0, 4315.0, 4365.0, 4314.0, 4365.0, 4357.0, 4315.0, 4355.0, 4326.0, 4345.0, 4336.0, 4315.0, 4345.0, 4329.0, 4368.0, 4348.0, 4328.0, 4368.0, 4329.0, 4357.0, 4350.0, 4329.0, 4379.0, 4328.0, 4329.0, 4358.0, 4347.0, 4317.0, 4366.0, 4367.0, 4335.0, 4375.0, 4346.0, 4366.0, 4355.0, 4314.0, 4374.0, 4321.0, 4322.0, 4365.0, 4303.0, 4303.0, 4314.0, 4316.0, 4345.0, 4315.0, 4337.0, 4328.0, 4317.0, 4347.0, 4327.0, 4358.0, 4346.0, 4326.0, 4369.0, 4317.0, 4367.0, 4346.0, 4336.0, 4346.0, 4315.0, 4376.0, 4348.0, 4346.0, 4336.0, 4305.0, 4367.0, 4326.0, 4367.0, 4368.0, 4336.0, 4355.0, 4314.0, 4376.0, 4324.0, 4365.0, 4357.0, 4324.0, 4355.0, 4315.0, 4366.0, 4335.0, 4345.0, 4356.0, 4315.0, 4354.0, 4315.0, 4356.0, 4346.0, 4304.0, 4347.0, 4317.0, 4367.0, 4327.0, 4337.0, 4347.0, 4316.0, 4357.0, 4330.0, 4391.0, 4329.0, 4349.0, 4362.0, 4328.0, 4337.0, 4317.0, 4367.0, 4328.0, 4338.0, 4328.0, 4329.0, 4360.0, 4340.0, 4360.0, 4319.0, 4379.0, 4319.0, 4368.0, 4330.0, 4359.0, 4359.0, 4329.0, 4372.0, 4333.0, 4383.0, 4332.0, 4342.0, 4362.0, 4330.0, 4381.0, 4370.0, 4370.0, 4381.0, 4329.0, 4389.0, 4338.0, 4389.0, 4356.0, 4366.0, 4357.0, 4335.0, 4345.0, 4305.0, 4357.0, 4316.0, 4355.0, 4315.0, 4357.0, 4327.0, 4328.0, 4328.0, 4330.0, 4339.0, 4330.0, 4362.0, 4342.0, 4321.0, 4341.0, 4332.0, 4362.0, 4330.0, 4381.0, 4364.0, 4393.0, 4351.0, 4340.0, 4360.0, 4341.0, 4359.0, 4328.0, 4390.0, 4319.0, 4369.0, 4339.0, 4320.0, 4350.0, 4318.0, 4368.0, 4351.0, 4380.0, 4339.0, 4328.0, 4348.0, 4318.0, 4367.0, 4349.0, 4388.0, 4337.0, 4347.0, 4346.0, 4328.0, 4367.0, 4316.0, 4368.0, 4348.0, 4306.0, 4326.0, 4316.0, 4358.0, 4316.0, 4336.0, 4328.0, 4330.0, 4369.0, 4329.0, 4329.0, 4348.0, 4318.0, 4357.0, 4317.0, 4379.0, 4338.0, 4358.0, 4337.0, 4307.0, 4357.0, 4316.0, 4377.0, 4369.0, 4368.0, 4346.0, 4315.0, 4345.0, 4316.0, 4355.0, 4315.0, 4356.0, 4335.0, 4315.0, 4325.0, 4316.0, 4367.0, 4316.0, 4357.0, 4338.0, 4317.0, 4347.0, 4327.0, 4367.0, 4328.0, 4367.0, 4335.0, 4314.0, 4305.0, 4328.0, 4348.0, 4328.0, 4330.0, 4340.0, 4340.0, 4369.0, 4329.0, 4369.0, 4349.0, 4330.0, 4383.0, 4331.0, 4381.0, 4370.0, 4358.0, 4378.0, 4355.0, 4376.0, 4365.0, 4373.0, 4353.0, 4361.0, 4339.0, 4347.0, 4316.0, 4316.0, 4304.0, 4274.0, 4315.0, 4285.0, 4317.0, 4287.0, 4308.0, 4299.0, 4290.0, 4322.0, 4302.0, 4322.0, 4302.0, 4322.0, 4305.0, 4315.0, 4315.0, 4319.0, 4348.0, 4318.0, 4347.0, 4329.0, 4358.0, 4347.0, 4320.0, 4369.0, 4307.0, 4367.0, 4318.0, 4370.0, 4349.0, 4321.0, 4361.0, 4331.0, 4370.0, 4352.0, 4382.0, 4372.0, 4352.0, 4381.0, 4320.0, 4379.0, 4340.0, 4359.0, 4340.0, 4330.0, 4379.0, 4328.0, 4358.0, 4348.0, 4328.0, 4357.0, 4330.0, 4389.0, 4338.0, 4339.0, 4349.0, 4317.0, 4380.0, 4359.0, 4317.0, 4358.0, 4328.0, 4317.0, 4350.0, 4327.0, 4318.0, 4380.0, 4349.0, 4349.0, 4369.0, 4317.0, 4376.0, 4356.0, 4359.0, 4367.0, 4316.0, 4316.0, 4316.0, 4318.0, 4358.0, 4316.0, 4349.0, 4348.0, 4328.0, 4347.0, 4317.0, 4369.0, 4326.0, 4338.0, 4349.0, 4317.0, 4358.0, 4328.0, 4349.0, 4339.0, 4329.0, 4381.0, 4319.0, 4359.0, 4339.0, 4319.0, 4368.0, 4339.0, 4371.0, 4349.0, 4319.0, 4359.0, 4351.0, 4329.0, 4359.0, 4332.0, 4380.0, 4349.0, 4338.0, 4358.0, 4329.0, 4367.0, 4339.0, 4368.0, 4337.0, 4318.0, 4347.0, 4317.0, 4358.0, 4337.0, 4328.0, 4369.0, 4328.0, 4358.0, 4337.0, 4327.0, 4347.0, 4316.0, 4367.0, 4348.0, 4368.0, 4337.0, 4317.0, 4348.0, 4327.0, 4378.0, 4370.0, 4327.0, 4347.0, 4317.0, 4377.0, 4326.0, 4365.0, 4358.0, 4335.0, 4345.0, 4316.0, 4356.0, 4316.0, 4356.0, 4336.0, 4317.0, 4357.0, 4317.0, 4357.0, 4327.0, 4367.0, 4336.0, 4347.0, 4347.0, 4316.0, 4356.0, 4316.0, 4358.0, 4316.0, 4316.0, 4330.0, 4330.0, 4350.0, 4330.0, 4342.0, 4361.0, 4340.0, 4393.0, 4341.0, 4380.0, 4359.0, 4330.0, 4359.0, 4320.0, 4392.0, 4370.0, 4339.0, 4370.0, 4330.0, 4369.0, 4361.0, 4351.0, 4370.0, 4319.0, 4389.0, 4329.0, 4377.0, 4379.0, 4378.0, 4346.0, 4325.0, 4356.0, 4316.0, 4345.0, 4359.0, 4318.0, 4358.0, 4328.0, 4348.0, 4348.0, 4317.0, 4357.0, 4329.0, 4369.0, 4348.0, 4317.0, 4358.0, 4316.0, 4377.0, 4357.0, 4366.0, 4345.0, 4305.0, 4355.0, 4314.0, 4335.0, 4347.0, 4316.0, 4346.0, 4327.0, 4317.0, 4316.0, 4333.0, 4362.0, 4332.0, 4331.0, 4351.0, 4340.0, 4330.0, 4360.0, 4349.0, 4341.0, 4390.0, 4370.0, 4349.0], 'WindowWidth': [9640.0, 9700.0, 9630.0, 9608.0, 9590.0, 9547.0, 9602.0, 9546.0, 9636.0, 9592.0, 9563.0, 9575.0, 9571.0, 9606.0, 9570.0, 9657.0, 9598.0, 9597.0, 9623.0, 9588.0, 9637.0, 9569.0, 9670.0, 9583.0, 9621.0, 9604.0, 9569.0, 9620.0, 9570.0, 9672.0, 9613.0, 9583.0, 9622.0, 9569.0, 9652.0, 9593.0, 9668.0, 9635.0, 9604.0, 9615.0, 9563.0, 9647.0, 9579.0, 9649.0, 9603.0, 9572.0, 9597.0, 9560.0, 9632.0, 9559.0, 9632.0, 9604.0, 9560.0, 9602.0, 9562.0, 9651.0, 9563.0, 9636.0, 9622.0, 9590.0, 9620.0, 9571.0, 9632.0, 9577.0, 9613.0, 9621.0, 9590.0, 9618.0, 9566.0, 9632.0, 9582.0, 9623.0, 9624.0, 9583.0, 9656.0, 9594.0, 9621.0, 9617.0, 9592.0, 9616.0, 9630.0, 9596.0, 9656.0, 9641.0, 9671.0, 9640.0, 9597.0, 9649.0, 9592.0, 9662.0, 9600.0, 9640.0, 9630.0, 9567.0, 9593.0, 9544.0, 9599.0, 9565.0, 9602.0, 9611.0, 9571.0, 9597.0, 9571.0, 9641.0, 9607.0, 9641.0, 9646.0, 9599.0, 9653.0, 9570.0, 9637.0, 9613.0, 9608.0, 9624.0, 9600.0, 9663.0, 9592.0, 9591.0, 9622.0, 9571.0, 9644.0, 9640.0, 9646.0, 9601.0, 9560.0, 9630.0, 9551.0, 9629.0, 9620.0, 9574.0, 9602.0, 9562.0, 9651.0, 9579.0, 9617.0, 9626.0, 9579.0, 9631.0, 9564.0, 9633.0, 9606.0, 9604.0, 9653.0, 9565.0, 9644.0, 9586.0, 9599.0, 9587.0, 9559.0, 9647.0, 9560.0, 9628.0, 9598.0, 9543.0, 9612.0, 9544.0, 9642.0, 9599.0, 9585.0, 9583.0, 9559.0, 9619.0, 9564.0, 9627.0, 9600.0, 9574.0, 9599.0, 9577.0, 9625.0, 9619.0, 9592.0, 9625.0, 9592.0, 9662.0, 9628.0, 9569.0, 9632.0, 9577.0, 9634.0, 9623.0, 9600.0, 9650.0, 9583.0, 9636.0, 9626.0, 9600.0, 9666.0, 9565.0, 9617.0, 9601.0, 9559.0, 9647.0, 9620.0, 9644.0, 9599.0, 9556.0, 9609.0, 9540.0, 9618.0, 9581.0, 9609.0, 9566.0, 9541.0, 9607.0, 9541.0, 9609.0, 9568.0, 9599.0, 9603.0, 9575.0, 9615.0, 9564.0, 9618.0, 9581.0, 9618.0, 9608.0, 9584.0, 9625.0, 9586.0, 9627.0, 9605.0, 9612.0, 9639.0, 9613.0, 9674.0, 9604.0, 9658.0, 9630.0, 9623.0, 9662.0, 9613.0, 9668.0, 9580.0, 9644.0, 9618.0, 9602.0, 9621.0, 9581.0, 9660.0, 9589.0, 9563.0, 9617.0, 9565.0, 9635.0, 9613.0, 9581.0, 9622.0, 9569.0, 9649.0, 9584.0, 9644.0, 9638.0, 9628.0, 9613.0, 9571.0, 9609.0, 9543.0, 9609.0, 9595.0, 9571.0, 9614.0, 9563.0, 9615.0, 9567.0, 9608.0, 9591.0, 9581.0, 9638.0, 9569.0, 9633.0, 9580.0, 9633.0, 9606.0, 9637.0, 9609.0, 9595.0, 9631.0, 9562.0, 9628.0, 9573.0, 9650.0, 9616.0, 9606.0, 9590.0, 9564.0, 9616.0, 9565.0, 9630.0, 9627.0, 9592.0, 9607.0, 9568.0, 9636.0, 9573.0, 9635.0, 9623.0, 9581.0, 9639.0, 9617.0, 9617.0, 9649.0, 9609.0, 9618.0, 9630.0, 9588.0, 9639.0, 9649.0, 9616.0, 9658.0, 9601.0, 9668.0, 9640.0, 9661.0, 9628.0, 9645.0, 9597.0, 9544.0, 9596.0, 9563.0, 9565.0, 9561.0, 9574.0, 9638.0, 9601.0, 9572.0, 9612.0, 9573.0, 9619.0, 9631.0, 9625.0, 9611.0, 9572.0, 9649.0, 9611.0, 9635.0, 9638.0, 9607.0, 9646.0, 9550.0, 9626.0, 9569.0, 9610.0, 9582.0, 9570.0, 9601.0, 9562.0, 9612.0, 9545.0, 9615.0, 9562.0, 9603.0, 9598.0, 9569.0, 9600.0, 9591.0, 9636.0, 9593.0, 9659.0, 9656.0, 9631.0, 9632.0, 9604.0, 9660.0, 9588.0, 9651.0, 9662.0, 9626.0, 9627.0, 9587.0, 9670.0, 9588.0, 9649.0, 9656.0, 9667.0, 9622.0, 9594.0, 9636.0, 9584.0, 9643.0, 9627.0, 9650.0, 9648.0, 9581.0, 9640.0, 9604.0, 9597.0, 9577.0, 9588.0, 9628.0, 9611.0, 9571.0, 9656.0, 9635.0, 9654.0, 9651.0, 9616.0, 9653.0, 9570.0, 9652.0, 9626.0, 9604.0, 9644.0, 9582.0, 9646.0, 9563.0, 9607.0, 9580.0, 9567.0, 9655.0, 9598.0, 9637.0, 9621.0, 9580.0, 9636.0, 9576.0, 9647.0, 9594.0, 9642.0, 9599.0, 9557.0, 9599.0, 9556.0, 9628.0, 9590.0, 9567.0, 9621.0, 9570.0, 9582.0, 9563.0, 9589.0, 9657.0, 9626.0, 9572.0, 9637.0, 9585.0, 9635.0, 9619.0, 9578.0, 9634.0, 9594.0, 9567.0, 9637.0, 9585.0, 9576.0, 9623.0, 9589.0, 9566.0, 9647.0, 9610.0, 9619.0, 9632.0, 9592.0, 9645.0, 9596.0, 9661.0, 9612.0, 9556.0, 9582.0, 9547.0, 9619.0, 9578.0, 9583.0, 9644.0, 9568.0, 9636.0, 9595.0, 9627.0, 9606.0, 9599.0, 9650.0, 9564.0, 9630.0, 9614.0, 9590.0, 9611.0, 9594.0, 9659.0, 9571.0, 9625.0, 9596.0, 9588.0, 9596.0, 9545.0, 9655.0, 9571.0, 9569.0, 9581.0, 9563.0, 9624.0, 9558.0, 9629.0, 9608.0, 9562.0, 9617.0, 9566.0, 9642.0, 9601.0, 9626.0, 9596.0, 9571.0, 9641.0, 9544.0, 9612.0, 9572.0, 9551.0, 9601.0, 9545.0, 9652.0, 9608.0, 9615.0, 9601.0, 9574.0, 9630.0, 9560.0, 9622.0, 9615.0, 9622.0, 9591.0, 9565.0, 9611.0, 9542.0, 9614.0, 9600.0, 9620.0, 9576.0, 9537.0, 9594.0, 9541.0, 9608.0, 9599.0, 9555.0, 9595.0, 9542.0, 9628.0, 9557.0, 9624.0, 9614.0, 9566.0, 9592.0, 9541.0, 9627.0, 9580.0, 9584.0, 9628.0, 9543.0, 9623.0, 9572.0, 9620.0, 9597.0, 9570.0, 9630.0, 9543.0, 9621.0, 9542.0, 9625.0, 9586.0, 9581.0, 9586.0, 9561.0, 9642.0, 9546.0, 9604.0, 9610.0, 9562.0, 9631.0, 9571.0, 9645.0, 9589.0, 9587.0, 9619.0, 9593.0, 9610.0, 9566.0, 9661.0, 9594.0, 9582.0, 9612.0, 9585.0, 9597.0, 9635.0, 9598.0, 9600.0, 9635.0, 9602.0, 9653.0, 9624.0, 9611.0, 9652.0, 9607.0, 9654.0, 9649.0, 9644.0, 9595.0, 9553.0, 9593.0, 9562.0, 9605.0, 9557.0, 9621.0, 9575.0, 9565.0, 9605.0, 9567.0, 9635.0, 9568.0, 9613.0, 9614.0, 9567.0, 9620.0, 9575.0, 9656.0, 9588.0, 9673.0, 9642.0, 9647.0, 9643.0, 9607.0, 9647.0, 9568.0, 9638.0, 9611.0, 9606.0, 9655.0, 9587.0, 9649.0, 9604.0, 9577.0, 9639.0, 9569.0, 9649.0, 9626.0, 9646.0, 9603.0, 9559.0, 9601.0, 9549.0, 9624.0, 9594.0, 9605.0, 9592.0, 9569.0, 9633.0, 9584.0, 9628.0, 9602.0, 9591.0, 9615.0, 9561.0, 9614.0, 9586.0, 9590.0, 9585.0, 9559.0, 9641.0, 9557.0, 9639.0, 9585.0, 9574.0, 9584.0, 9543.0, 9642.0, 9593.0, 9595.0, 9614.0, 9569.0, 9644.0, 9572.0, 9637.0, 9627.0, 9598.0, 9595.0, 9557.0, 9624.0, 9558.0, 9622.0, 9605.0, 9612.0, 9598.0, 9557.0, 9611.0, 9549.0, 9624.0, 9590.0, 9644.0, 9599.0, 9571.0, 9597.0, 9556.0, 9625.0, 9560.0, 9645.0, 9614.0, 9586.0, 9597.0, 9577.0, 9625.0, 9584.0, 9646.0, 9589.0, 9561.0, 9607.0, 9582.0, 9593.0, 9588.0, 9563.0, 9612.0, 9605.0, 9579.0, 9648.0, 9592.0, 9631.0, 9619.0, 9579.0, 9625.0, 9606.0, 9634.0, 9572.0, 9563.0, 9602.0, 9584.0, 9568.0, 9593.0, 9593.0, 9653.0, 9596.0, 9569.0, 9611.0, 9574.0, 9631.0, 9615.0, 9651.0, 9621.0, 9592.0, 9619.0, 9566.0, 9641.0, 9590.0, 9664.0, 9617.0, 9573.0, 9599.0, 9561.0, 9627.0, 9572.0, 9645.0, 9614.0, 9569.0, 9597.0, 9559.0, 9626.0, 9557.0, 9631.0, 9586.0, 9558.0, 9610.0, 9559.0, 9629.0, 9583.0, 9601.0, 9615.0, 9544.0, 9596.0, 9572.0, 9550.0, 9559.0, 9568.0, 9634.0, 9592.0, 9567.0, 9607.0, 9573.0, 9632.0, 9597.0, 9651.0, 9607.0, 9591.0, 9618.0, 9582.0, 9629.0, 9579.0, 9650.0, 9606.0, 9577.0, 9604.0, 9567.0, 9628.0, 9593.0, 9636.0, 9605.0, 9578.0, 9629.0, 9566.0, 9629.0, 9605.0, 9581.0, 9635.0, 9566.0, 9618.0, 9604.0, 9581.0, 9617.0, 9587.0, 9664.0, 9607.0, 9553.0, 9620.0, 9587.0, 9622.0, 9607.0, 9582.0, 9638.0, 9572.0, 9611.0, 9612.0, 9572.0, 9635.0, 9615.0, 9665.0, 9580.0, 9633.0, 9605.0, 9591.0, 9601.0, 9559.0, 9632.0, 9565.0, 9631.0, 9589.0, 9561.0, 9590.0, 9552.0, 9614.0, 9583.0, 9634.0, 9591.0, 9566.0, 9623.0, 9571.0, 9633.0, 9607.0, 9625.0, 9623.0, 9569.0, 9634.0, 9584.0, 9622.0, 9592.0, 9574.0, 9655.0, 9585.0, 9626.0, 9610.0, 9587.0, 9634.0, 9576.0, 9664.0, 9623.0, 9619.0, 9605.0, 9564.0, 9631.0, 9562.0, 9628.0, 9622.0, 9564.0, 9618.0, 9579.0, 9605.0, 9593.0, 9565.0, 9604.0, 9589.0, 9640.0, 9612.0, 9587.0, 9642.0, 9593.0, 9623.0, 9617.0, 9588.0, 9654.0, 9588.0, 9590.0, 9626.0, 9610.0, 9568.0, 9630.0, 9636.0, 9588.0, 9644.0, 9604.0, 9632.0, 9616.0, 9560.0, 9642.0, 9563.0, 9567.0, 9628.0, 9543.0, 9545.0, 9560.0, 9566.0, 9605.0, 9563.0, 9597.0, 9586.0, 9570.0, 9609.0, 9582.0, 9626.0, 9606.0, 9577.0, 9641.0, 9568.0, 9635.0, 9606.0, 9592.0, 9605.0, 9563.0, 9647.0, 9611.0, 9606.0, 9592.0, 9552.0, 9635.0, 9579.0, 9634.0, 9640.0, 9591.0, 9617.0, 9561.0, 9647.0, 9575.0, 9630.0, 9621.0, 9574.0, 9615.0, 9562.0, 9633.0, 9589.0, 9601.0, 9620.0, 9564.0, 9614.0, 9562.0, 9619.0, 9605.0, 9547.0, 9609.0, 9568.0, 9635.0, 9582.0, 9595.0, 9611.0, 9567.0, 9623.0, 9592.0, 9673.0, 9589.0, 9616.0, 9636.0, 9582.0, 9593.0, 9565.0, 9635.0, 9583.0, 9598.0, 9585.0, 9587.0, 9629.0, 9605.0, 9631.0, 9575.0, 9654.0, 9575.0, 9639.0, 9590.0, 9628.0, 9628.0, 9587.0, 9651.0, 9599.0, 9666.0, 9596.0, 9611.0, 9636.0, 9591.0, 9659.0, 9643.0, 9643.0, 9660.0, 9586.0, 9667.0, 9598.0, 9666.0, 9617.0, 9629.0, 9620.0, 9587.0, 9601.0, 9549.0, 9620.0, 9566.0, 9616.0, 9562.0, 9621.0, 9581.0, 9584.0, 9584.0, 9593.0, 9603.0, 9589.0, 9637.0, 9609.0, 9582.0, 9609.0, 9596.0, 9639.0, 9592.0, 9659.0, 9642.0, 9679.0, 9620.0, 9603.0, 9630.0, 9607.0, 9629.0, 9585.0, 9671.0, 9574.0, 9642.0, 9602.0, 9579.0, 9618.0, 9573.0, 9638.0, 9621.0, 9656.0, 9601.0, 9584.0, 9612.0, 9572.0, 9633.0, 9615.0, 9665.0, 9595.0, 9607.0, 9605.0, 9584.0, 9634.0, 9564.0, 9640.0, 9610.0, 9552.0, 9578.0, 9566.0, 9625.0, 9568.0, 9592.0, 9586.0, 9591.0, 9641.0, 9587.0, 9588.0, 9612.0, 9573.0, 9622.0, 9567.0, 9656.0, 9598.0, 9624.0, 9595.0, 9555.0, 9624.0, 9566.0, 9650.0, 9642.0, 9637.0, 9604.0, 9563.0, 9603.0, 9567.0, 9616.0, 9562.0, 9619.0, 9589.0, 9561.0, 9576.0, 9565.0, 9635.0, 9565.0, 9620.0, 9598.0, 9569.0, 9609.0, 9582.0, 9636.0, 9585.0, 9634.0, 9589.0, 9559.0, 9548.0, 9583.0, 9610.0, 9586.0, 9592.0, 9606.0, 9607.0, 9643.0, 9590.0, 9642.0, 9615.0, 9593.0, 9669.0, 9597.0, 9662.0, 9645.0, 9624.0, 9652.0, 9615.0, 9645.0, 9629.0, 9635.0, 9607.0, 9615.0, 9582.0, 9590.0, 9546.0, 9546.0, 9529.0, 9486.0, 9543.0, 9506.0, 9550.0, 9512.0, 9541.0, 9530.0, 9520.0, 9568.0, 9540.0, 9567.0, 9541.0, 9566.0, 9549.0, 9565.0, 9564.0, 9576.0, 9610.0, 9571.0, 9607.0, 9587.0, 9625.0, 9607.0, 9577.0, 9641.0, 9556.0, 9635.0, 9573.0, 9644.0, 9616.0, 9583.0, 9633.0, 9594.0, 9645.0, 9624.0, 9664.0, 9652.0, 9622.0, 9660.0, 9577.0, 9655.0, 9603.0, 9629.0, 9604.0, 9590.0, 9654.0, 9586.0, 9625.0, 9612.0, 9586.0, 9620.0, 9592.0, 9668.0, 9599.0, 9604.0, 9615.0, 9568.0, 9656.0, 9625.0, 9569.0, 9625.0, 9584.0, 9569.0, 9619.0, 9583.0, 9573.0, 9659.0, 9616.0, 9613.0, 9639.0, 9569.0, 9646.0, 9617.0, 9625.0, 9636.0, 9566.0, 9567.0, 9565.0, 9572.0, 9624.0, 9566.0, 9614.0, 9612.0, 9584.0, 9610.0, 9568.0, 9642.0, 9580.0, 9598.0, 9615.0, 9569.0, 9625.0, 9585.0, 9617.0, 9602.0, 9589.0, 9662.0, 9577.0, 9627.0, 9600.0, 9575.0, 9638.0, 9600.0, 9646.0, 9616.0, 9576.0, 9629.0, 9623.0, 9590.0, 9628.0, 9600.0, 9658.0, 9615.0, 9600.0, 9626.0, 9590.0, 9636.0, 9601.0, 9639.0, 9595.0, 9571.0, 9609.0, 9570.0, 9625.0, 9594.0, 9585.0, 9642.0, 9584.0, 9626.0, 9597.0, 9584.0, 9610.0, 9566.0, 9635.0, 9611.0, 9638.0, 9595.0, 9570.0, 9613.0, 9584.0, 9652.0, 9646.0, 9583.0, 9609.0, 9568.0, 9649.0, 9581.0, 9630.0, 9625.0, 9589.0, 9603.0, 9566.0, 9618.0, 9566.0, 9618.0, 9593.0, 9569.0, 9622.0, 9570.0, 9622.0, 9582.0, 9637.0, 9591.0, 9608.0, 9609.0, 9566.0, 9619.0, 9566.0, 9625.0, 9568.0, 9567.0, 9594.0, 9592.0, 9619.0, 9594.0, 9613.0, 9634.0, 9604.0, 9682.0, 9607.0, 9658.0, 9628.0, 9593.0, 9627.0, 9578.0, 9678.0, 9644.0, 9603.0, 9643.0, 9592.0, 9643.0, 9637.0, 9622.0, 9645.0, 9576.0, 9670.0, 9589.0, 9650.0, 9654.0, 9650.0, 9605.0, 9576.0, 9618.0, 9566.0, 9601.0, 9628.0, 9571.0, 9626.0, 9586.0, 9613.0, 9613.0, 9570.0, 9622.0, 9589.0, 9641.0, 9611.0, 9569.0, 9626.0, 9567.0, 9647.0, 9623.0, 9633.0, 9602.0, 9548.0, 9617.0, 9561.0, 9589.0, 9609.0, 9568.0, 9608.0, 9584.0, 9572.0, 9568.0, 9601.0, 9635.0, 9597.0, 9595.0, 9620.0, 9605.0, 9590.0, 9631.0, 9612.0, 9606.0, 9672.0, 9644.0, 9614.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.00085456</td></tr>
<tr><td colspan=3>aqi</td><td>0.02572935090909091</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.626200691266426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1624782117321686</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9903944110334797</td></tr>
<tr><td colspan=3>efc</td><td>0.5023</td></tr>
<tr><td colspan=3>fber</td><td>4540.1279</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10830699330287263</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.781818181818182</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5214117708383186</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4215717604470486</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.757067297902757</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3855962541651503</td></tr>
<tr><td colspan=3>gcor</td><td>0.00542464</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006793335545808077</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03976339101791382</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0479263288397815</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>18.1436</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3176</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.7934</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291176.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>877.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.977</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3012</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.4354</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.43</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.8314</td></tr>
<tr><td colspan=3>tsnr</td><td>37.103025348624215</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>