<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-01/func/sub-0025_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>e0791d8a26e8544f352da4de4dba1d1e</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>19:40:45.645000</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_VE11C_LATEST_20160120</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.999286, 0.0377412, -0.00169904, -0.0376901, 0.999005, 0.0238521]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.0974281</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7222, 505, -74, -93, -45, 21]</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>292.166</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07e80572-00c5-4597-8795-27a09c76979a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681011438369751, -0.10111965984106064, -0.007013398688286543, 117.17122650146484], [-0.10125697404146194, 2.6802568435668945, 0.06418189406394958, -83.83970642089844], [-0.004558391869068146, -0.06399354338645935, 2.699227809906006, -59.632713317871094], [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': ['194045.645000', '194046.105000', '194046.565000', '194047.025000', '194047.485000', '194047.945000', '194048.405000', '194048.865000', '194049.325000', '194049.785000', '194050.245000', '194050.705000', '194051.165000', '194051.625000', '194052.085000', '194052.545000', '194053.005000', '194053.465000', '194053.925000', '194054.385000', '194054.845000', '194055.305000', '194055.765000', '194056.225000', '194056.685000', '194057.145000', '194057.605000', '194058.065000', '194058.525000', '194058.985000', '194059.445000', '194059.905000', '194100.365000', '194100.825000', '194101.285000', '194101.745000', '194102.205000', '194102.665000', '194103.125000', '194103.585000', '194104.045000', '194104.505000', '194104.965000', '194105.425000', '194105.885000', '194106.345000', '194106.805000', '194107.265000', '194107.725000', '194108.185000', '194108.645000', '194109.105000', '194109.565000', '194110.025000', '194110.485000', '194110.945000', '194111.405000', '194111.865000', '194112.325000', '194112.785000', '194113.245000', '194113.705000', '194114.165000', '194114.625000', '194115.085000', '194115.545000', '194116.005000', '194116.465000', '194116.925000', '194117.385000', '194117.845000', '194118.305000', '194118.765000', '194119.225000', '194119.685000', '194120.145000', '194120.605000', '194121.065000', '194121.525000', '194121.985000', '194122.445000', '194122.905000', '194123.365000', '194123.825000', '194124.285000', '194124.745000', '194125.205000', '194125.665000', '194126.125000', '194126.585000', '194127.045000', '194127.505000', '194127.965000', '194128.425000', '194128.885000', '194129.345000', '194129.805000', '194130.265000', '194130.725000', '194131.185000', '194131.645000', '194132.105000', '194132.565000', '194133.025000', '194133.485000', '194133.945000', '194134.405000', '194134.865000', '194135.325000', '194135.785000', '194136.245000', '194136.705000', '194137.165000', '194137.625000', '194138.085000', '194138.545000', '194139.005000', '194139.465000', '194139.925000', '194140.385000', '194140.845000', '194141.305000', '194141.765000', '194142.225000', '194142.685000', '194143.145000', '194143.605000', '194144.065000', '194144.525000', '194144.985000', '194145.445000', '194145.905000', '194146.365000', '194146.825000', '194147.285000', '194147.745000', '194148.205000', '194148.665000', '194149.125000', '194149.585000', '194150.045000', '194150.505000', '194150.965000', '194151.425000', '194151.885000', '194152.345000', '194152.805000', '194153.265000', '194153.725000', '194154.185000', '194154.645000', '194155.105000', '194155.565000', '194156.025000', '194156.485000', '194156.945000', '194157.405000', '194157.865000', '194158.325000', '194158.785000', '194159.245000', '194159.705000', '194200.165000', '194200.625000', '194201.085000', '194201.545000', '194202.005000', '194202.465000', '194202.925000', '194203.385000', '194203.845000', '194204.305000', '194204.765000', '194205.225000', '194205.685000', '194206.145000', '194206.605000', '194207.065000', '194207.525000', '194207.985000', '194208.445000', '194208.905000', '194209.365000', '194209.825000', '194210.285000', '194210.745000', '194211.205000', '194211.665000', '194212.125000', '194212.585000', '194213.045000', '194213.505000', '194213.965000', '194214.425000', '194214.885000', '194215.345000', '194215.805000', '194216.265000', '194216.725000', '194217.185000', '194217.645000', '194218.105000', '194218.565000', '194219.025000', '194219.485000', '194219.945000', '194220.405000', '194220.865000', '194221.325000', '194221.785000', '194222.245000', '194222.705000', '194223.165000', '194223.625000', '194224.085000', '194224.545000', '194225.005000', '194225.465000', '194225.925000', '194226.385000', '194226.845000', '194227.305000', '194227.765000', '194228.225000', '194228.685000', '194229.145000', '194229.605000', '194230.065000', '194230.525000', '194230.985000', '194231.445000', '194231.905000', '194232.365000', '194232.825000', '194233.285000', '194233.745000', '194234.205000', '194234.665000', '194235.125000', '194235.585000', '194236.045000', '194236.505000', '194236.965000', '194237.425000', '194237.885000', '194238.345000', '194238.805000', '194239.265000', '194239.725000', '194240.185000', '194240.645000', '194241.105000', '194241.565000', '194242.025000', '194242.485000', '194242.945000', '194243.405000', '194243.865000', '194244.325000', '194244.785000', '194245.245000', '194245.705000', '194246.165000', '194246.625000', '194247.085000', '194247.545000', '194248.005000', '194248.465000', '194248.925000', '194249.385000', '194249.845000', '194250.305000', '194250.765000', '194251.225000', '194251.685000', '194252.145000', '194252.605000', '194253.065000', '194253.525000', '194253.985000', '194254.445000', '194254.905000', '194255.365000', '194255.825000', '194256.285000', '194256.745000', '194257.205000', '194257.665000', '194258.125000', '194258.585000', '194259.045000', '194259.505000', '194259.965000', '194300.425000', '194300.885000', '194301.345000', '194301.805000', '194302.265000', '194302.725000', '194303.185000', '194303.645000', '194304.105000', '194304.565000', '194305.025000', '194305.485000', '194305.945000', '194306.405000', '194306.865000', '194307.325000', '194307.785000', '194308.245000', '194308.705000', '194309.165000', '194309.625000', '194310.085000', '194310.545000', '194311.005000', '194311.465000', '194311.925000', '194312.385000', '194312.845000', '194313.305000', '194313.765000', '194314.225000', '194314.685000', '194315.145000', '194315.605000', '194316.065000', '194316.525000', '194316.985000', '194317.445000', '194317.905000', '194318.365000', '194318.825000', '194319.285000', '194319.745000', '194320.205000', '194320.665000', '194321.125000', '194321.585000', '194322.045000', '194322.505000', '194322.965000', '194323.425000', '194323.885000', '194324.345000', '194324.805000', '194325.265000', '194325.725000', '194326.185000', '194326.645000', '194327.105000', '194327.565000', '194328.025000', '194328.485000', '194328.945000', '194329.405000', '194329.865000', '194330.325000', '194330.785000', '194331.245000', '194331.705000', '194332.165000', '194332.625000', '194333.085000', '194333.545000', '194334.005000', '194334.465000', '194334.925000', '194335.385000', '194335.845000', '194336.305000', '194336.765000', '194337.225000', '194337.685000', '194338.145000', '194338.605000', '194339.065000', '194339.525000', '194339.985000', '194340.445000', '194340.905000', '194341.365000', '194341.825000', '194342.285000', '194342.745000', '194343.205000', '194343.665000', '194344.125000', '194344.585000', '194345.045000', '194345.505000', '194345.965000', '194346.425000', '194346.885000', '194347.345000', '194347.805000', '194348.265000', '194348.725000', '194349.185000', '194349.645000', '194350.105000', '194350.565000', '194351.025000', '194351.485000', '194351.945000', '194352.405000', '194352.865000', '194353.325000', '194353.785000', '194354.245000', '194354.705000', '194355.165000', '194355.625000', '194356.085000', '194356.545000', '194357.005000', '194357.465000', '194357.925000', '194358.385000', '194358.845000', '194359.305000', '194359.765000', '194400.225000', '194400.685000', '194401.145000', '194401.605000', '194402.065000', '194402.525000', '194402.985000', '194403.445000', '194403.905000', '194404.365000', '194404.825000', '194405.285000', '194405.745000', '194406.205000', '194406.665000', '194407.125000', '194407.585000', '194408.045000', '194408.505000', '194408.965000', '194409.425000', '194409.885000', '194410.345000', '194410.805000', '194411.265000', '194411.725000', '194412.185000', '194412.645000', '194413.105000', '194413.565000', '194414.025000', '194414.485000', '194414.945000', '194415.405000', '194415.865000', '194416.325000', '194416.785000', '194417.245000', '194417.705000', '194418.165000', '194418.625000', '194419.085000', '194419.545000', '194420.005000', '194420.465000', '194420.925000', '194421.385000', '194421.845000', '194422.305000', '194422.765000', '194423.225000', '194423.685000', '194424.145000', '194424.605000', '194425.065000', '194425.525000', '194425.985000', '194426.445000', '194426.905000', '194427.365000', '194427.825000', '194428.285000', '194428.745000', '194429.205000', '194429.665000', '194430.125000', '194430.585000', '194431.045000', '194431.505000', '194431.965000', '194432.425000', '194432.885000', '194433.345000', '194433.805000', '194434.265000', '194434.725000', '194435.185000', '194435.645000', '194436.105000', '194436.565000', '194437.025000', '194437.485000', '194437.945000', '194438.405000', '194438.865000', '194439.325000', '194439.785000', '194440.245000', '194440.705000', '194441.165000', '194441.625000', '194442.085000', '194442.545000', '194443.005000', '194443.465000', '194443.925000', '194444.385000', '194444.845000', '194445.305000', '194445.765000', '194446.225000', '194446.685000', '194447.145000', '194447.605000', '194448.065000', '194448.525000', '194448.985000', '194449.445000', '194449.905000', '194450.365000', '194450.825000', '194451.285000', '194451.745000', '194452.205000', '194452.665000', '194453.125000', '194453.585000', '194454.045000', '194454.505000', '194454.965000', '194455.425000', '194455.885000', '194456.345000', '194456.805000', '194457.265000', '194457.725000', '194458.185000', '194458.645000', '194459.105000', '194459.565000', '194500.025000', '194500.485000', '194500.945000', '194501.405000', '194501.865000', '194502.325000', '194502.785000', '194503.245000', '194503.705000', '194504.165000', '194504.625000', '194505.085000', '194505.545000', '194506.005000', '194506.465000', '194506.925000', '194507.385000', '194507.845000', '194508.305000', '194508.765000', '194509.225000', '194509.685000', '194510.145000', '194510.605000', '194511.065000', '194511.525000', '194511.985000', '194512.445000', '194512.905000', '194513.365000', '194513.825000', '194514.285000', '194514.745000', '194515.205000', '194515.665000', '194516.125000', '194516.585000', '194517.045000', '194517.505000', '194517.965000', '194518.425000', '194518.885000', '194519.345000', '194519.805000', '194520.265000', '194520.725000', '194521.185000', '194521.645000', '194522.105000', '194522.565000', '194523.025000', '194523.485000', '194523.945000', '194524.405000', '194524.865000', '194525.325000', '194525.785000', '194526.245000', '194526.705000', '194527.165000', '194527.625000', '194528.085000', '194528.545000', '194529.005000', '194529.465000', '194529.925000', '194530.385000', '194530.845000', '194531.305000', '194531.765000', '194532.225000', '194532.685000', '194533.145000', '194533.605000', '194534.065000', '194534.525000', '194534.985000', '194535.445000', '194535.905000', '194536.365000', '194536.825000', '194537.285000', '194537.745000', '194538.205000', '194538.665000', '194539.125000', '194539.585000', '194540.045000', '194540.505000', '194540.965000', '194541.425000', '194541.885000', '194542.345000', '194542.805000', '194543.265000', '194543.725000', '194544.185000', '194544.645000', '194545.105000', '194545.565000', '194546.025000', '194546.485000', '194546.945000', '194547.405000', '194547.865000', '194548.325000', '194548.785000', '194549.245000', '194549.705000', '194550.165000', '194550.625000', '194551.085000', '194551.545000', '194552.005000', '194552.465000', '194552.925000', '194553.385000', '194553.845000', '194554.305000', '194554.765000', '194555.225000', '194555.685000', '194556.145000', '194556.605000', '194557.065000', '194557.525000', '194557.985000', '194558.445000', '194558.905000', '194559.365000', '194559.825000', '194600.285000', '194600.745000', '194601.205000', '194601.665000', '194602.125000', '194602.585000', '194603.045000', '194603.505000', '194603.965000', '194604.425000', '194604.885000', '194605.345000', '194605.805000', '194606.265000', '194606.725000', '194607.185000', '194607.645000', '194608.105000', '194608.565000', '194609.025000', '194609.485000', '194609.945000', '194610.405000', '194610.865000', '194611.325000', '194611.785000', '194612.245000', '194612.705000', '194613.165000', '194613.625000', '194614.085000', '194614.545000', '194615.005000', '194615.465000', '194615.925000', '194616.385000', '194616.845000', '194617.305000', '194617.765000', '194618.225000', '194618.685000', '194619.145000', '194619.605000', '194620.065000', '194620.525000', '194620.985000', '194621.445000', '194621.905000', '194622.365000', '194622.825000', '194623.285000', '194623.745000', '194624.205000', '194624.665000', '194625.125000', '194625.585000', '194626.045000', '194626.505000', '194626.965000', '194627.425000', '194627.885000', '194628.345000', '194628.805000', '194629.265000', '194629.725000', '194630.185000', '194630.645000', '194631.105000', '194631.565000', '194632.025000', '194632.485000', '194632.945000', '194633.405000', '194633.865000', '194634.325000', '194634.785000', '194635.245000', '194635.705000', '194636.165000', '194636.625000', '194637.085000', '194637.545000', '194638.005000', '194638.465000', '194638.925000', '194639.385000', '194639.845000', '194640.305000', '194640.765000', '194641.225000', '194641.685000', '194642.145000', '194642.605000', '194643.065000', '194643.525000', '194643.985000', '194644.445000', '194644.905000', '194645.365000', '194645.825000', '194646.285000', '194646.745000', '194647.205000', '194647.665000', '194648.125000', '194648.585000', '194649.045000', '194649.505000', '194649.965000', '194650.425000', '194650.885000', '194651.345000', '194651.805000', '194652.265000', '194652.725000', '194653.185000', '194653.645000', '194654.105000', '194654.565000', '194655.025000', '194655.485000', '194655.945000', '194656.405000', '194656.865000', '194657.325000', '194657.785000', '194658.245000', '194658.705000', '194659.165000', '194659.625000', '194700.085000', '194700.545000', '194701.005000', '194701.465000', '194701.925000', '194702.385000', '194702.845000', '194703.305000', '194703.765000', '194704.225000', '194704.685000', '194705.145000', '194705.605000', '194706.065000', '194706.525000', '194706.985000', '194707.445000', '194707.905000', '194708.365000', '194708.825000', '194709.285000', '194709.745000', '194710.205000', '194710.665000', '194711.125000', '194711.585000', '194712.045000', '194712.505000', '194712.965000', '194713.425000', '194713.885000', '194714.345000', '194714.805000', '194715.265000', '194715.725000', '194716.185000', '194716.645000', '194717.105000', '194717.565000', '194718.025000', '194718.485000', '194718.945000', '194719.405000', '194719.865000', '194720.325000', '194720.785000', '194721.245000', '194721.705000', '194722.165000', '194722.625000', '194723.085000', '194723.545000', '194724.005000', '194724.465000', '194724.925000', '194725.385000', '194725.845000', '194726.305000', '194726.765000', '194727.225000', '194727.685000', '194728.145000', '194728.605000', '194729.065000', '194729.525000', '194729.985000', '194730.445000', '194730.905000', '194731.365000', '194731.825000', '194732.285000', '194732.745000', '194733.205000', '194733.665000', '194734.125000', '194734.585000', '194735.045000', '194735.505000', '194735.965000', '194736.425000', '194736.885000', '194737.345000', '194737.805000', '194738.265000', '194738.725000', '194739.185000', '194739.645000', '194740.105000', '194740.565000', '194741.025000', '194741.485000', '194741.945000', '194742.405000', '194742.865000', '194743.325000', '194743.785000', '194744.245000', '194744.705000', '194745.165000', '194745.625000', '194746.085000', '194746.545000', '194747.005000', '194747.465000', '194747.925000', '194748.385000', '194748.845000', '194749.305000', '194749.765000', '194750.225000', '194750.685000', '194751.145000', '194751.605000', '194752.065000', '194752.525000', '194752.985000', '194753.445000', '194753.905000', '194754.365000', '194754.825000', '194755.285000', '194755.745000', '194756.205000', '194756.665000', '194757.125000', '194757.585000', '194758.045000', '194758.505000', '194758.965000', '194759.425000', '194759.885000', '194800.345000', '194800.805000', '194801.265000', '194801.725000', '194802.185000', '194802.645000', '194803.105000', '194803.565000', '194804.025000', '194804.485000', '194804.945000', '194805.405000', '194805.865000', '194806.325000', '194806.785000', '194807.245000', '194807.705000', '194808.165000', '194808.625000', '194809.085000', '194809.545000', '194810.005000', '194810.465000', '194810.925000', '194811.385000', '194811.845000', '194812.305000', '194812.765000', '194813.225000', '194813.685000', '194814.145000', '194814.605000', '194815.065000', '194815.525000', '194815.985000', '194816.445000', '194816.905000', '194817.365000', '194817.825000', '194818.285000', '194818.745000', '194819.205000', '194819.665000', '194820.125000', '194820.585000', '194821.045000', '194821.505000', '194821.965000', '194822.425000', '194822.885000', '194823.345000', '194823.805000', '194824.265000', '194824.725000', '194825.185000', '194825.645000', '194826.105000', '194826.565000', '194827.025000', '194827.485000', '194827.945000', '194828.405000', '194828.865000', '194829.325000', '194829.785000', '194830.245000', '194830.705000', '194831.165000', '194831.625000', '194832.085000', '194832.545000', '194833.005000', '194833.465000', '194833.925000', '194834.385000', '194834.845000', '194835.305000', '194835.765000', '194836.225000', '194836.685000', '194837.145000', '194837.605000', '194838.065000', '194838.525000', '194838.985000', '194839.445000', '194839.905000', '194840.365000', '194840.825000', '194841.285000', '194841.745000', '194842.205000', '194842.665000', '194843.125000', '194843.585000', '194844.045000', '194844.505000', '194844.965000', '194845.425000', '194845.885000', '194846.345000', '194846.805000', '194847.265000', '194847.725000', '194848.185000', '194848.645000', '194849.105000', '194849.565000', '194850.025000', '194850.485000', '194850.945000', '194851.405000', '194851.865000', '194852.325000', '194852.785000', '194853.245000', '194853.705000', '194854.165000', '194854.625000', '194855.085000', '194855.545000', '194856.005000', '194856.465000', '194856.925000', '194857.385000', '194857.845000', '194858.305000', '194858.765000', '194859.225000', '194859.685000', '194900.145000', '194900.605000', '194901.065000', '194901.525000', '194901.985000', '194902.445000', '194902.905000', '194903.365000', '194903.825000', '194904.285000', '194904.745000', '194905.205000', '194905.665000', '194906.125000', '194906.585000', '194907.045000', '194907.505000', '194907.965000', '194908.425000', '194908.885000', '194909.345000', '194909.805000', '194910.265000', '194910.725000', '194911.185000', '194911.645000', '194912.105000', '194912.565000', '194913.025000', '194913.485000', '194913.945000', '194914.405000', '194914.865000', '194915.325000', '194915.785000', '194916.245000', '194916.705000', '194917.165000', '194917.625000', '194918.085000', '194918.545000', '194919.005000', '194919.465000', '194919.925000', '194920.385000', '194920.845000', '194921.305000', '194921.765000', '194922.225000', '194922.685000', '194923.145000', '194923.605000', '194924.065000', '194924.525000', '194924.985000', '194925.445000', '194925.905000', '194926.365000', '194926.825000', '194927.285000', '194927.745000', '194928.205000', '194928.665000', '194929.125000', '194929.585000', '194930.045000', '194930.505000', '194930.965000', '194931.425000', '194931.885000', '194932.345000', '194932.805000', '194933.265000', '194933.725000', '194934.185000', '194934.645000', '194935.105000', '194935.565000', '194936.025000', '194936.485000', '194936.945000', '194937.405000', '194937.865000', '194938.325000', '194938.785000', '194939.245000', '194939.705000', '194940.165000', '194940.625000', '194941.085000', '194941.545000', '194942.005000', '194942.465000', '194942.925000', '194943.385000', '194943.845000', '194944.305000', '194944.765000', '194945.225000', '194945.685000', '194946.145000', '194946.605000', '194947.065000', '194947.525000', '194947.985000', '194948.445000', '194948.905000', '194949.365000', '194949.825000', '194950.285000', '194950.745000', '194951.205000', '194951.665000', '194952.125000', '194952.585000', '194953.045000', '194953.505000', '194953.965000', '194954.425000', '194954.885000', '194955.345000', '194955.805000', '194956.265000', '194956.725000', '194957.185000', '194957.645000', '194958.105000', '194958.565000', '194959.025000', '194959.485000', '194959.945000', '195000.405000', '195000.865000', '195001.325000', '195001.785000', '195002.245000', '195002.705000', '195003.165000', '195003.625000', '195004.085000', '195004.545000', '195005.005000', '195005.465000', '195005.925000', '195006.385000', '195006.845000', '195007.305000', '195007.765000', '195008.225000', '195008.685000', '195009.145000', '195009.605000', '195010.065000', '195010.525000', '195010.985000', '195011.445000', '195011.905000', '195012.365000', '195012.825000', '195013.285000', '195013.745000', '195014.205000', '195014.665000', '195015.125000', '195015.585000', '195016.045000', '195016.505000', '195016.965000', '195017.425000', '195017.885000', '195018.345000', '195018.805000', '195019.265000', '195019.725000', '195020.185000', '195020.645000', '195021.105000', '195021.565000', '195022.025000', '195022.485000', '195022.945000', '195023.405000', '195023.865000', '195024.325000', '195024.785000', '195025.245000', '195025.705000', '195026.165000', '195026.625000', '195027.085000', '195027.545000', '195028.005000', '195028.465000', '195028.925000', '195029.385000', '195029.845000', '195030.305000', '195030.765000', '195031.225000', '195031.685000', '195032.145000', '195032.605000', '195033.065000', '195033.525000', '195033.985000', '195034.445000', '195034.905000', '195035.365000', '195035.825000', '195036.285000', '195036.745000', '195037.205000', '195037.665000', '195038.125000', '195038.585000', '195039.045000', '195039.505000', '195039.965000', '195040.425000', '195040.885000', '195041.345000', '195041.805000', '195042.265000', '195042.725000', '195043.185000', '195043.645000', '195044.105000', '195044.565000', '195045.025000', '195045.485000', '195045.945000', '195046.405000', '195046.865000', '195047.325000', '195047.785000', '195048.245000', '195048.705000', '195049.165000', '195049.625000', '195050.085000', '195050.545000', '195051.005000', '195051.465000', '195051.925000', '195052.385000', '195052.845000', '195053.305000', '195053.765000', '195054.225000', '195054.685000', '195055.145000', '195055.605000', '195056.065000', '195056.525000', '195056.985000', '195057.445000', '195057.905000', '195058.365000', '195058.825000', '195059.285000', '195059.745000', '195100.205000', '195100.665000', '195101.125000', '195101.585000', '195102.045000', '195102.505000', '195102.965000', '195103.425000', '195103.885000', '195104.345000', '195104.805000', '195105.265000', '195105.725000', '195106.185000', '195106.645000', '195107.105000', '195107.565000', '195108.025000', '195108.485000', '195108.945000', '195109.405000', '195109.865000', '195110.325000', '195110.785000', '195111.245000', '195111.705000', '195112.165000', '195112.625000', '195113.085000', '195113.545000', '195114.005000', '195114.465000', '195114.925000', '195115.385000', '195115.845000', '195116.305000', '195116.765000', '195117.225000', '195117.685000', '195118.145000'], 'ContentTime': ['194109.273000', '194109.276000', '194109.279000', '194109.282000', '194109.285000', '194109.287000', '194109.290000', '194109.293000', '194109.296000', '194109.299000', '194109.301000', '194109.304000', '194109.307000', '194109.310000', '194109.312000', '194109.315000', '194109.318000', '194109.321000', '194109.323000', '194109.326000', '194109.329000', '194109.332000', '194109.335000', '194109.337000', '194109.340000', '194109.343000', '194109.346000', '194109.349000', '194109.353000', '194109.356000', '194109.359000', '194109.362000', '194109.365000', '194109.367000', '194109.370000', '194109.373000', '194109.376000', '194109.379000', '194109.381000', '194109.384000', '194109.387000', '194109.390000', '194109.399000', '194109.402000', '194109.405000', '194109.407000', '194109.410000', '194109.413000', '194109.416000', '194129.237000', '194129.240000', '194129.243000', '194129.245000', '194129.248000', '194129.251000', '194129.254000', '194129.256000', '194129.259000', '194129.262000', '194129.265000', '194129.267000', '194129.270000', '194129.273000', '194129.276000', '194129.278000', '194129.281000', '194129.284000', '194129.287000', '194129.290000', '194129.292000', '194129.295000', '194129.298000', '194129.301000', '194129.309000', '194129.312000', '194129.314000', '194129.317000', '194129.320000', '194129.323000', '194129.325000', '194129.328000', '194129.331000', '194129.334000', '194129.337000', '194129.339000', '194129.342000', '194129.345000', '194129.348000', '194129.352000', '194129.355000', '194129.358000', '194129.361000', '194149.238000', '194149.241000', '194149.244000', '194149.246000', '194149.249000', '194149.252000', '194149.255000', '194149.258000', '194149.260000', '194149.263000', '194149.266000', '194149.269000', '194149.271000', '194149.274000', '194149.277000', '194149.280000', '194149.283000', '194149.285000', '194149.288000', '194149.291000', '194149.294000', '194149.297000', '194149.299000', '194149.302000', '194149.305000', '194149.308000', '194149.310000', '194149.313000', '194149.316000', '194149.327000', '194149.330000', '194149.333000', '194149.336000', '194149.338000', '194149.341000', '194149.344000', '194149.347000', '194149.350000', '194149.352000', '194149.355000', '194149.358000', '194149.361000', '194149.363000', '194209.238000', '194209.241000', '194209.244000', '194209.246000', '194209.249000', '194209.252000', '194209.255000', '194209.258000', '194209.260000', '194209.263000', '194209.266000', '194209.269000', '194209.272000', '194209.274000', '194209.277000', '194209.280000', '194209.283000', '194209.286000', '194209.288000', '194209.291000', '194209.301000', '194209.304000', '194209.307000', '194209.310000', '194209.312000', '194209.315000', '194209.318000', '194209.321000', '194209.324000', '194209.326000', '194209.329000', '194209.332000', '194209.335000', '194209.337000', '194209.340000', '194209.343000', '194209.346000', '194209.349000', '194209.351000', '194209.354000', '194209.357000', '194209.360000', '194209.363000', '194209.366000', '194229.238000', '194229.241000', '194229.243000', '194229.246000', '194229.249000', '194229.252000', '194229.255000', '194229.263000', '194229.266000', '194229.269000', '194229.271000', '194229.274000', '194229.277000', '194229.280000', '194229.282000', '194229.285000', '194229.288000', '194229.291000', '194229.309000', '194229.312000', '194229.314000', '194229.317000', '194229.320000', '194229.323000', '194229.326000', '194229.328000', '194229.331000', '194229.334000', '194229.337000', '194229.339000', '194229.342000', '194229.345000', '194229.348000', '194229.351000', '194229.353000', '194229.356000', '194229.359000', '194229.362000', '194229.365000', '194229.368000', '194229.370000', '194229.373000', '194229.376000', '194229.379000', '194249.238000', '194249.241000', '194249.244000', '194249.246000', '194249.249000', '194249.252000', '194249.255000', '194249.258000', '194249.260000', '194249.263000', '194249.266000', '194249.269000', '194249.272000', '194249.275000', '194249.277000', '194249.280000', '194249.283000', '194249.286000', '194249.289000', '194249.292000', '194249.294000', '194249.297000', '194249.304000', '194249.307000', '194249.310000', '194249.312000', '194249.315000', '194249.318000', '194249.321000', '194249.324000', '194249.327000', '194249.330000', '194249.332000', '194249.335000', '194249.338000', '194249.341000', '194249.344000', '194249.347000', '194249.349000', '194249.352000', '194249.355000', '194249.358000', '194249.367000', '194309.238000', '194309.241000', '194309.244000', '194309.246000', '194309.249000', '194309.252000', '194309.255000', '194309.258000', '194309.260000', '194309.263000', '194309.266000', '194309.269000', '194309.272000', '194309.274000', '194309.277000', '194309.280000', '194309.283000', '194309.286000', '194309.288000', '194309.291000', '194309.294000', '194309.297000', '194309.299000', '194309.302000', '194309.305000', '194309.308000', '194309.311000', '194309.314000', '194309.316000', '194309.319000', '194309.322000', '194309.325000', '194309.328000', '194309.331000', '194309.333000', '194309.336000', '194309.339000', '194309.342000', '194309.344000', '194309.347000', '194309.350000', '194309.353000', '194309.356000', '194329.237000', '194329.240000', '194329.243000', '194329.246000', '194329.249000', '194329.251000', '194329.254000', '194329.257000', '194329.260000', '194329.263000', '194329.266000', '194329.268000', '194329.271000', '194329.274000', '194329.277000', '194329.280000', '194329.283000', '194329.286000', '194329.289000', '194329.291000', '194329.294000', '194329.297000', '194329.300000', '194329.303000', '194329.306000', '194329.308000', '194329.311000', '194329.314000', '194329.317000', '194329.320000', '194329.323000', '194329.326000', '194329.328000', '194329.331000', '194329.337000', '194329.340000', '194329.343000', '194329.346000', '194329.348000', '194329.351000', '194329.354000', '194329.357000', '194329.360000', '194329.362000', '194349.237000', '194349.240000', '194349.245000', '194349.249000', '194349.252000', '194349.255000', '194349.258000', '194349.261000', '194349.264000', '194349.266000', '194349.269000', '194349.272000', '194349.275000', '194349.278000', '194349.281000', '194349.283000', '194349.286000', '194349.289000', '194349.292000', '194349.295000', '194349.298000', '194349.301000', '194349.304000', '194349.306000', '194349.309000', '194349.312000', '194349.315000', '194349.318000', '194349.321000', '194349.324000', '194349.326000', '194349.329000', '194349.332000', '194349.335000', '194349.338000', '194349.340000', '194349.343000', '194349.346000', '194349.349000', '194349.351000', '194349.354000', '194349.357000', '194349.360000', '194409.238000', '194409.241000', '194409.244000', '194409.246000', '194409.249000', '194409.252000', '194409.255000', '194409.258000', '194409.260000', '194409.263000', '194409.266000', '194409.269000', '194409.272000', '194409.275000', '194409.294000', '194409.297000', '194409.299000', '194409.302000', '194409.305000', '194409.308000', '194409.311000', '194409.314000', '194409.317000', '194409.319000', '194409.322000', '194409.325000', '194409.328000', '194409.331000', '194409.334000', '194409.337000', '194409.339000', '194409.342000', '194409.345000', '194409.356000', '194409.359000', '194409.362000', '194409.364000', '194409.367000', '194409.370000', '194409.373000', '194409.376000', '194409.379000', '194409.382000', '194409.385000', '194429.238000', '194429.241000', '194429.244000', '194429.246000', '194429.249000', '194429.252000', '194429.255000', '194429.258000', '194429.260000', '194429.264000', '194429.270000', '194429.273000', '194429.276000', '194429.278000', '194429.281000', '194429.284000', '194429.287000', '194429.290000', '194429.292000', '194429.295000', '194429.298000', '194429.301000', '194429.304000', '194429.306000', '194429.309000', '194429.312000', '194429.315000', '194429.317000', '194429.320000', '194429.323000', '194429.326000', '194429.329000', '194429.331000', '194429.334000', '194429.337000', '194429.340000', '194429.342000', '194429.345000', '194429.348000', '194429.351000', '194429.354000', '194429.357000', '194429.359000', '194449.238000', '194449.241000', '194449.244000', '194449.247000', '194449.249000', '194449.252000', '194449.255000', '194449.258000', '194449.260000', '194449.263000', '194449.266000', '194449.269000', '194449.272000', '194449.275000', '194449.278000', '194449.280000', '194449.283000', '194449.286000', '194449.289000', '194449.292000', '194449.295000', '194449.298000', '194449.301000', '194449.303000', '194449.306000', '194449.309000', '194449.312000', '194449.315000', '194449.318000', '194449.320000', '194449.323000', '194449.326000', '194449.329000', '194449.332000', '194449.334000', '194449.337000', '194449.340000', '194449.343000', '194449.346000', '194449.348000', '194449.351000', '194449.354000', '194449.357000', '194449.360000', '194509.238000', '194509.241000', '194509.244000', '194509.247000', '194509.250000', '194509.252000', '194509.255000', '194509.258000', '194509.261000', '194509.264000', '194509.266000', '194509.269000', '194509.272000', '194509.275000', '194509.278000', '194509.280000', '194509.283000', '194509.286000', '194509.289000', '194509.292000', '194509.294000', '194509.297000', '194509.300000', '194509.303000', '194509.306000', '194509.309000', '194509.312000', '194509.315000', '194509.318000', '194509.321000', '194509.323000', '194509.326000', '194509.329000', '194509.332000', '194509.335000', '194509.337000', '194509.340000', '194509.343000', '194509.346000', '194509.348000', '194509.351000', '194509.354000', '194509.357000', '194529.238000', '194529.241000', '194529.244000', '194529.246000', '194529.249000', '194529.252000', '194529.255000', '194529.258000', '194529.260000', '194529.263000', '194529.266000', '194529.269000', '194529.272000', '194529.274000', '194529.277000', '194529.280000', '194529.283000', '194529.286000', '194529.288000', '194529.291000', '194529.294000', '194529.297000', '194529.300000', '194529.302000', '194529.305000', '194529.308000', '194529.311000', '194529.314000', '194529.317000', '194529.319000', '194529.322000', '194529.325000', '194529.328000', '194529.331000', '194529.333000', '194529.336000', '194529.339000', '194529.342000', '194529.344000', '194529.359000', '194529.361000', '194529.364000', '194529.367000', '194529.370000', '194549.237000', '194549.240000', '194549.243000', '194549.246000', '194549.248000', '194549.251000', '194549.254000', '194549.257000', '194549.260000', '194549.263000', '194549.265000', '194549.268000', '194549.271000', '194549.274000', '194549.277000', '194549.279000', '194549.282000', '194549.285000', '194549.288000', '194549.291000', '194549.293000', '194549.296000', '194549.299000', '194549.302000', '194549.305000', '194549.308000', '194549.310000', '194549.313000', '194549.316000', '194549.319000', '194549.322000', '194549.324000', '194549.327000', '194549.330000', '194549.333000', '194549.336000', '194549.339000', '194549.342000', '194549.345000', '194549.348000', '194549.350000', '194549.353000', '194549.356000', '194609.237000', '194609.240000', '194609.243000', '194609.245000', '194609.248000', '194609.251000', '194609.254000', '194609.257000', '194609.260000', '194609.262000', '194609.265000', '194609.268000', '194609.271000', '194609.274000', '194609.276000', '194609.279000', '194609.282000', '194609.285000', '194609.288000', '194609.290000', '194609.293000', '194609.296000', '194609.299000', '194609.302000', '194609.304000', '194609.307000', '194609.310000', '194609.313000', '194609.316000', '194609.318000', '194609.321000', '194609.324000', '194609.327000', '194609.330000', '194609.332000', '194609.335000', '194609.338000', '194609.341000', '194609.344000', '194609.346000', '194609.349000', '194609.352000', '194609.355000', '194609.358000', '194629.238000', '194629.241000', '194629.244000', '194629.246000', '194629.249000', '194629.252000', '194629.255000', '194629.258000', '194629.262000', '194629.266000', '194629.270000', '194629.272000', '194629.275000', '194629.278000', '194629.281000', '194629.284000', '194629.286000', '194629.289000', '194629.292000', '194629.295000', '194629.297000', '194629.300000', '194629.303000', '194629.306000', '194629.309000', '194629.312000', '194629.315000', '194629.317000', '194629.321000', '194629.324000', '194629.327000', '194629.330000', '194629.332000', '194629.335000', '194629.338000', '194629.341000', '194629.344000', '194629.346000', '194629.349000', '194629.352000', '194629.355000', '194629.358000', '194629.360000', '194649.238000', '194649.241000', '194649.244000', '194649.247000', '194649.249000', '194649.252000', '194649.255000', '194649.258000', '194649.261000', '194649.263000', '194649.266000', '194649.269000', '194649.272000', '194649.274000', '194649.277000', '194649.280000', '194649.283000', '194649.286000', '194649.288000', '194649.291000', '194649.294000', '194649.297000', '194649.299000', '194649.302000', '194649.305000', '194649.308000', '194649.311000', '194649.314000', '194649.316000', '194649.319000', '194649.322000', '194649.325000', '194649.328000', '194649.330000', '194649.333000', '194649.336000', '194649.339000', '194649.342000', '194649.345000', '194649.347000', '194649.350000', '194649.353000', '194649.356000', '194649.358000', '194709.238000', '194709.241000', '194709.244000', '194709.246000', '194709.249000', '194709.252000', '194709.269000', '194709.272000', '194709.275000', '194709.278000', '194709.281000', '194709.283000', '194709.286000', '194709.289000', '194709.292000', '194709.295000', '194709.297000', '194709.300000', '194709.303000', '194709.306000', '194709.309000', '194709.312000', '194709.314000', '194709.317000', '194709.320000', '194709.323000', '194709.326000', '194709.328000', '194709.331000', '194709.334000', '194709.337000', '194709.340000', '194709.344000', '194709.348000', '194709.351000', '194709.354000', '194709.356000', '194709.359000', '194709.362000', '194709.365000', '194709.368000', '194709.370000', '194709.373000', '194729.238000', '194729.241000', '194729.244000', '194729.247000', '194729.249000', '194729.252000', '194729.255000', '194729.258000', '194729.260000', '194729.263000', '194729.266000', '194729.269000', '194729.272000', '194729.274000', '194729.277000', '194729.280000', '194729.283000', '194729.286000', '194729.288000', '194729.291000', '194729.294000', '194729.297000', '194729.300000', '194729.302000', '194729.305000', '194729.308000', '194729.311000', '194729.314000', '194729.317000', '194729.319000', '194729.322000', '194729.325000', '194729.328000', '194729.330000', '194729.333000', '194729.336000', '194729.339000', '194729.342000', '194729.344000', '194729.347000', '194729.350000', '194729.353000', '194729.356000', '194729.358000', '194749.238000', '194749.241000', '194749.244000', '194749.247000', '194749.249000', '194749.252000', '194749.255000', '194749.258000', '194749.261000', '194749.263000', '194749.266000', '194749.269000', '194749.272000', '194749.275000', '194749.277000', '194749.280000', '194749.283000', '194749.291000', '194749.294000', '194749.297000', '194749.300000', '194749.304000', '194749.307000', '194749.310000', '194749.313000', '194749.315000', '194749.318000', '194749.321000', '194749.324000', '194749.327000', '194749.329000', '194749.332000', '194749.335000', '194749.338000', '194749.341000', '194749.343000', '194749.346000', '194749.349000', '194749.352000', '194749.355000', '194749.357000', '194749.360000', '194749.363000', '194809.237000', '194809.240000', '194809.243000', '194809.245000', '194809.248000', '194809.251000', '194809.254000', '194809.257000', '194809.260000', '194809.262000', '194809.265000', '194809.269000', '194809.272000', '194809.275000', '194809.277000', '194809.280000', '194809.283000', '194809.286000', '194809.289000', '194809.291000', '194809.294000', '194809.297000', '194809.300000', '194809.303000', '194809.305000', '194809.308000', '194809.311000', '194809.314000', '194809.316000', '194809.319000', '194809.322000', '194809.325000', '194809.328000', '194809.331000', '194809.333000', '194809.336000', '194809.339000', '194809.342000', '194809.345000', '194809.348000', '194809.351000', '194809.353000', '194809.356000', '194809.359000', '194829.237000', '194829.240000', '194829.265000', '194829.268000', '194829.271000', '194829.274000', '194829.276000', '194829.279000', '194829.282000', '194829.285000', '194829.288000', '194829.291000', '194829.293000', '194829.296000', '194829.299000', '194829.302000', '194829.305000', '194829.307000', '194829.310000', '194829.313000', '194829.316000', '194829.319000', '194829.321000', '194829.324000', '194829.327000', '194829.330000', '194829.333000', '194829.335000', '194829.338000', '194829.341000', '194829.344000', '194829.347000', '194829.350000', '194829.352000', '194829.355000', '194829.358000', '194829.361000', '194829.364000', '194829.366000', '194829.369000', '194829.372000', '194829.375000', '194829.377000', '194849.238000', '194849.241000', '194849.244000', '194849.247000', '194849.249000', '194849.252000', '194849.255000', '194849.258000', '194849.260000', '194849.263000', '194849.266000', '194849.269000', '194849.272000', '194849.274000', '194849.277000', '194849.280000', '194849.283000', '194849.286000', '194849.289000', '194849.291000', '194849.294000', '194849.297000', '194849.300000', '194849.303000', '194849.305000', '194849.308000', '194849.311000', '194849.314000', '194849.316000', '194849.319000', '194849.322000', '194849.325000', '194849.328000', '194849.330000', '194849.333000', '194849.336000', '194849.339000', '194849.341000', '194849.344000', '194849.347000', '194849.350000', '194849.353000', '194849.355000', '194849.358000', '194909.238000', '194909.241000', '194909.244000', '194909.247000', '194909.249000', '194909.252000', '194909.255000', '194909.258000', '194909.261000', '194909.263000', '194909.266000', '194909.269000', '194909.272000', '194909.275000', '194909.277000', '194909.280000', '194909.283000', '194909.286000', '194909.289000', '194909.292000', '194909.294000', '194909.297000', '194909.300000', '194909.303000', '194909.306000', '194909.308000', '194909.311000', '194909.314000', '194909.317000', '194909.320000', '194909.323000', '194909.325000', '194909.328000', '194909.331000', '194909.334000', '194909.336000', '194909.339000', '194909.343000', '194909.347000', '194909.349000', '194909.352000', '194909.355000', '194909.358000', '194929.238000', '194929.241000', '194929.244000', '194929.247000', '194929.249000', '194929.252000', '194929.255000', '194929.258000', '194929.261000', '194929.263000', '194929.266000', '194929.269000', '194929.272000', '194929.275000', '194929.277000', '194929.280000', '194929.283000', '194929.286000', '194929.289000', '194929.292000', '194929.295000', '194929.297000', '194929.300000', '194929.303000', '194929.306000', '194929.309000', '194929.312000', '194929.314000', '194929.317000', '194929.320000', '194929.323000', '194929.326000', '194929.328000', '194929.331000', '194929.334000', '194929.337000', '194929.340000', '194929.342000', '194929.345000', '194929.348000', '194929.351000', '194929.354000', '194929.357000', '194929.359000', '194949.238000', '194949.241000', '194949.244000', '194949.254000', '194949.256000', '194949.259000', '194949.262000', '194949.265000', '194949.268000', '194949.271000', '194949.273000', '194949.276000', '194949.279000', '194949.282000', '194949.285000', '194949.288000', '194949.291000', '194949.293000', '194949.296000', '194949.299000', '194949.302000', '194949.305000', '194949.308000', '194949.311000', '194949.313000', '194949.316000', '194949.319000', '194949.322000', '194949.325000', '194949.328000', '194949.331000', '194949.334000', '194949.336000', '194949.339000', '194949.342000', '194949.345000', '194949.348000', '194949.351000', '194949.353000', '194949.356000', '194949.359000', '194949.362000', '194949.365000', '195009.238000', '195009.241000', '195009.244000', '195009.247000', '195009.250000', '195009.253000', '195009.255000', '195009.258000', '195009.261000', '195009.264000', '195009.267000', '195009.269000', '195009.272000', '195009.275000', '195009.278000', '195009.281000', '195009.284000', '195009.287000', '195009.290000', '195009.292000', '195009.295000', '195009.298000', '195009.301000', '195009.304000', '195009.307000', '195009.310000', '195009.312000', '195009.315000', '195009.318000', '195009.321000', '195009.324000', '195009.327000', '195009.330000', '195009.333000', '195009.335000', '195009.338000', '195009.341000', '195009.344000', '195009.347000', '195009.349000', '195009.352000', '195009.355000', '195009.358000', '195009.361000', '195029.237000', '195029.240000', '195029.243000', '195029.246000', '195029.249000', '195029.252000', '195029.255000', '195029.258000', '195029.260000', '195029.263000', '195029.266000', '195029.269000', '195029.272000', '195029.275000', '195029.277000', '195029.280000', '195029.283000', '195029.286000', '195029.289000', '195029.291000', '195029.294000', '195029.297000', '195029.300000', '195029.303000', '195029.305000', '195029.308000', '195029.311000', '195029.314000', '195029.317000', '195029.320000', '195029.322000', '195029.325000', '195029.328000', '195029.331000', '195029.334000', '195029.336000', '195029.339000', '195029.342000', '195029.345000', '195029.348000', '195029.350000', '195029.353000', '195029.356000', '195049.237000', '195049.245000', '195049.248000', '195049.251000', '195049.253000', '195049.256000', '195049.259000', '195049.262000', '195049.265000', '195049.268000', '195049.271000', '195049.273000', '195049.276000', '195049.279000', '195049.282000', '195049.285000', '195049.287000', '195049.290000', '195049.293000', '195049.296000', '195049.299000', '195049.301000', '195049.304000', '195049.307000', '195049.310000', '195049.313000', '195049.316000', '195049.319000', '195049.322000', '195049.325000', '195049.328000', '195049.331000', '195049.333000', '195049.336000', '195049.339000', '195049.342000', '195049.346000', '195049.349000', '195049.352000', '195049.368000', '195049.371000', '195049.374000', '195049.377000', '195109.238000', '195109.241000', '195109.244000', '195109.247000', '195109.250000', '195109.252000', '195109.255000', '195109.258000', '195109.261000', '195109.264000', '195109.266000', '195109.269000', '195109.272000', '195109.275000', '195109.278000', '195109.281000', '195109.283000', '195109.286000', '195109.289000', '195109.292000', '195109.295000', '195109.297000', '195109.300000', '195109.303000', '195109.306000', '195109.309000', '195109.312000', '195109.315000', '195109.317000', '195109.320000', '195109.323000', '195109.326000', '195109.329000', '195109.332000', '195109.334000', '195109.337000', '195109.340000', '195109.343000', '195109.346000', '195109.349000', '195109.351000', '195109.354000', '195109.357000', '195109.360000', '195119.653000', '195119.657000', '195119.660000', '195119.663000', '195119.670000', '195119.673000', '195119.676000', '195119.679000', '195119.682000', '195119.685000', '195119.688000', '195119.691000', '195119.694000', '195119.697000', '195119.700000', '195119.703000', '195119.706000', '195119.709000', '195119.712000', '195119.714000', '195119.717000', '195119.720000', '195119.723000'], 'InstanceCreationTime': ['194109.273000', '194109.276000', '194109.279000', '194109.282000', '194109.285000', '194109.287000', '194109.290000', '194109.293000', '194109.296000', '194109.299000', '194109.301000', '194109.304000', '194109.307000', '194109.310000', '194109.312000', '194109.315000', '194109.318000', '194109.321000', '194109.323000', '194109.326000', '194109.329000', '194109.332000', '194109.335000', '194109.337000', '194109.340000', '194109.343000', '194109.346000', '194109.349000', '194109.353000', '194109.356000', '194109.359000', '194109.362000', '194109.365000', '194109.367000', '194109.370000', '194109.373000', '194109.376000', '194109.379000', '194109.381000', '194109.384000', '194109.387000', '194109.390000', '194109.399000', '194109.402000', '194109.405000', '194109.407000', '194109.410000', '194109.413000', '194109.416000', '194129.237000', '194129.240000', '194129.243000', '194129.245000', '194129.248000', '194129.251000', '194129.254000', '194129.256000', '194129.259000', '194129.262000', '194129.265000', '194129.267000', '194129.270000', '194129.273000', '194129.276000', '194129.278000', '194129.281000', '194129.284000', '194129.287000', '194129.290000', '194129.292000', '194129.295000', '194129.298000', '194129.301000', '194129.309000', '194129.312000', '194129.314000', '194129.317000', '194129.320000', '194129.323000', '194129.325000', '194129.328000', '194129.331000', '194129.334000', '194129.337000', '194129.339000', '194129.342000', '194129.345000', '194129.348000', '194129.352000', '194129.355000', '194129.358000', '194129.361000', '194149.238000', '194149.241000', '194149.244000', '194149.246000', '194149.249000', '194149.252000', '194149.255000', '194149.258000', '194149.260000', '194149.263000', '194149.266000', '194149.269000', '194149.271000', '194149.274000', '194149.277000', '194149.280000', '194149.283000', '194149.285000', '194149.288000', '194149.291000', '194149.294000', '194149.297000', '194149.299000', '194149.302000', '194149.305000', '194149.308000', '194149.310000', '194149.313000', '194149.316000', '194149.327000', '194149.330000', '194149.333000', '194149.336000', '194149.338000', '194149.341000', '194149.344000', '194149.347000', '194149.350000', '194149.352000', '194149.355000', '194149.358000', '194149.361000', '194149.363000', '194209.238000', '194209.241000', '194209.244000', '194209.246000', '194209.249000', '194209.252000', '194209.255000', '194209.258000', '194209.260000', '194209.263000', '194209.266000', '194209.269000', '194209.272000', '194209.274000', '194209.277000', '194209.280000', '194209.283000', '194209.286000', '194209.288000', '194209.291000', '194209.301000', '194209.304000', '194209.307000', '194209.310000', '194209.312000', '194209.315000', '194209.318000', '194209.321000', '194209.324000', '194209.326000', '194209.329000', '194209.332000', '194209.335000', '194209.337000', '194209.340000', '194209.343000', '194209.346000', '194209.349000', '194209.351000', '194209.354000', '194209.357000', '194209.360000', '194209.363000', '194209.366000', '194229.238000', '194229.241000', '194229.243000', '194229.246000', '194229.249000', '194229.252000', '194229.255000', '194229.263000', '194229.266000', '194229.269000', '194229.271000', '194229.274000', '194229.277000', '194229.280000', '194229.282000', '194229.285000', '194229.288000', '194229.291000', '194229.309000', '194229.312000', '194229.314000', '194229.317000', '194229.320000', '194229.323000', '194229.326000', '194229.328000', '194229.331000', '194229.334000', '194229.337000', '194229.339000', '194229.342000', '194229.345000', '194229.348000', '194229.351000', '194229.353000', '194229.356000', '194229.359000', '194229.362000', '194229.365000', '194229.368000', '194229.370000', '194229.373000', '194229.376000', '194229.379000', '194249.238000', '194249.241000', '194249.244000', '194249.246000', '194249.249000', '194249.252000', '194249.255000', '194249.258000', '194249.260000', '194249.263000', '194249.266000', '194249.269000', '194249.272000', '194249.275000', '194249.277000', '194249.280000', '194249.283000', '194249.286000', '194249.289000', '194249.292000', '194249.294000', '194249.297000', '194249.304000', '194249.307000', '194249.310000', '194249.312000', '194249.315000', '194249.318000', '194249.321000', '194249.324000', '194249.327000', '194249.330000', '194249.332000', '194249.335000', '194249.338000', '194249.341000', '194249.344000', '194249.347000', '194249.349000', '194249.352000', '194249.355000', '194249.358000', '194249.367000', '194309.238000', '194309.241000', '194309.244000', '194309.246000', '194309.249000', '194309.252000', '194309.255000', '194309.258000', '194309.260000', '194309.263000', '194309.266000', '194309.269000', '194309.272000', '194309.274000', '194309.277000', '194309.280000', '194309.283000', '194309.286000', '194309.288000', '194309.291000', '194309.294000', '194309.297000', '194309.299000', '194309.302000', '194309.305000', '194309.308000', '194309.311000', '194309.314000', '194309.316000', '194309.319000', '194309.322000', '194309.325000', '194309.328000', '194309.331000', '194309.333000', '194309.336000', '194309.339000', '194309.342000', '194309.344000', '194309.347000', '194309.350000', '194309.353000', '194309.356000', '194329.237000', '194329.240000', '194329.243000', '194329.246000', '194329.249000', '194329.251000', '194329.254000', '194329.257000', '194329.260000', '194329.263000', '194329.266000', '194329.268000', '194329.271000', '194329.274000', '194329.277000', '194329.280000', '194329.283000', '194329.286000', '194329.289000', '194329.291000', '194329.294000', '194329.297000', '194329.300000', '194329.303000', '194329.306000', '194329.308000', '194329.311000', '194329.314000', '194329.317000', '194329.320000', '194329.323000', '194329.326000', '194329.328000', '194329.331000', '194329.337000', '194329.340000', '194329.343000', '194329.346000', '194329.348000', '194329.351000', '194329.354000', '194329.357000', '194329.360000', '194329.362000', '194349.237000', '194349.240000', '194349.245000', '194349.249000', '194349.252000', '194349.255000', '194349.258000', '194349.261000', '194349.264000', '194349.266000', '194349.269000', '194349.272000', '194349.275000', '194349.278000', '194349.281000', '194349.283000', '194349.286000', '194349.289000', '194349.292000', '194349.295000', '194349.298000', '194349.301000', '194349.304000', '194349.306000', '194349.309000', '194349.312000', '194349.315000', '194349.318000', '194349.321000', '194349.324000', '194349.326000', '194349.329000', '194349.332000', '194349.335000', '194349.338000', '194349.340000', '194349.343000', '194349.346000', '194349.349000', '194349.351000', '194349.354000', '194349.357000', '194349.360000', '194409.238000', '194409.241000', '194409.244000', '194409.246000', '194409.249000', '194409.252000', '194409.255000', '194409.258000', '194409.260000', '194409.263000', '194409.266000', '194409.269000', '194409.272000', '194409.275000', '194409.294000', '194409.297000', '194409.299000', '194409.302000', '194409.305000', '194409.308000', '194409.311000', '194409.314000', '194409.317000', '194409.319000', '194409.322000', '194409.325000', '194409.328000', '194409.331000', '194409.334000', '194409.337000', '194409.339000', '194409.342000', '194409.345000', '194409.356000', '194409.359000', '194409.362000', '194409.364000', '194409.367000', '194409.370000', '194409.373000', '194409.376000', '194409.379000', '194409.382000', '194409.385000', '194429.238000', '194429.241000', '194429.244000', '194429.246000', '194429.249000', '194429.252000', '194429.255000', '194429.258000', '194429.260000', '194429.264000', '194429.270000', '194429.273000', '194429.276000', '194429.278000', '194429.281000', '194429.284000', '194429.287000', '194429.290000', '194429.292000', '194429.295000', '194429.298000', '194429.301000', '194429.304000', '194429.306000', '194429.309000', '194429.312000', '194429.315000', '194429.317000', '194429.320000', '194429.323000', '194429.326000', '194429.329000', '194429.331000', '194429.334000', '194429.337000', '194429.340000', '194429.342000', '194429.345000', '194429.348000', '194429.351000', '194429.354000', '194429.357000', '194429.359000', '194449.238000', '194449.241000', '194449.244000', '194449.247000', '194449.249000', '194449.252000', '194449.255000', '194449.258000', '194449.260000', '194449.263000', '194449.266000', '194449.269000', '194449.272000', '194449.275000', '194449.278000', '194449.280000', '194449.283000', '194449.286000', '194449.289000', '194449.292000', '194449.295000', '194449.298000', '194449.301000', '194449.303000', '194449.306000', '194449.309000', '194449.312000', '194449.315000', '194449.318000', '194449.320000', '194449.323000', '194449.326000', '194449.329000', '194449.332000', '194449.334000', '194449.337000', '194449.340000', '194449.343000', '194449.346000', '194449.348000', '194449.351000', '194449.354000', '194449.357000', '194449.360000', '194509.238000', '194509.241000', '194509.244000', '194509.247000', '194509.250000', '194509.252000', '194509.255000', '194509.258000', '194509.261000', '194509.264000', '194509.266000', '194509.269000', '194509.272000', '194509.275000', '194509.278000', '194509.280000', '194509.283000', '194509.286000', '194509.289000', '194509.292000', '194509.294000', '194509.297000', '194509.300000', '194509.303000', '194509.306000', '194509.309000', '194509.312000', '194509.315000', '194509.318000', '194509.321000', '194509.323000', '194509.326000', '194509.329000', '194509.332000', '194509.335000', '194509.337000', '194509.340000', '194509.343000', '194509.346000', '194509.348000', '194509.351000', '194509.354000', '194509.357000', '194529.238000', '194529.241000', '194529.244000', '194529.246000', '194529.249000', '194529.252000', '194529.255000', '194529.258000', '194529.260000', '194529.263000', '194529.266000', '194529.269000', '194529.272000', '194529.274000', '194529.277000', '194529.280000', '194529.283000', '194529.286000', '194529.288000', '194529.291000', '194529.294000', '194529.297000', '194529.300000', '194529.302000', '194529.305000', '194529.308000', '194529.311000', '194529.314000', '194529.317000', '194529.319000', '194529.322000', '194529.325000', '194529.328000', '194529.331000', '194529.333000', '194529.336000', '194529.339000', '194529.342000', '194529.344000', '194529.359000', '194529.361000', '194529.364000', '194529.367000', '194529.370000', '194549.237000', '194549.240000', '194549.243000', '194549.246000', '194549.248000', '194549.251000', '194549.254000', '194549.257000', '194549.260000', '194549.263000', '194549.265000', '194549.268000', '194549.271000', '194549.274000', '194549.277000', '194549.279000', '194549.282000', '194549.285000', '194549.288000', '194549.291000', '194549.293000', '194549.296000', '194549.299000', '194549.302000', '194549.305000', '194549.308000', '194549.310000', '194549.313000', '194549.316000', '194549.319000', '194549.322000', '194549.324000', '194549.327000', '194549.330000', '194549.333000', '194549.336000', '194549.339000', '194549.342000', '194549.345000', '194549.348000', '194549.350000', '194549.353000', '194549.356000', '194609.237000', '194609.240000', '194609.243000', '194609.245000', '194609.248000', '194609.251000', '194609.254000', '194609.257000', '194609.260000', '194609.262000', '194609.265000', '194609.268000', '194609.271000', '194609.274000', '194609.276000', '194609.279000', '194609.282000', '194609.285000', '194609.288000', '194609.290000', '194609.293000', '194609.296000', '194609.299000', '194609.302000', '194609.304000', '194609.307000', '194609.310000', '194609.313000', '194609.316000', '194609.318000', '194609.321000', '194609.324000', '194609.327000', '194609.330000', '194609.332000', '194609.335000', '194609.338000', '194609.341000', '194609.344000', '194609.346000', '194609.349000', '194609.352000', '194609.355000', '194609.358000', '194629.238000', '194629.241000', '194629.244000', '194629.246000', '194629.249000', '194629.252000', '194629.255000', '194629.258000', '194629.262000', '194629.266000', '194629.270000', '194629.272000', '194629.275000', '194629.278000', '194629.281000', '194629.284000', '194629.286000', '194629.289000', '194629.292000', '194629.295000', '194629.297000', '194629.300000', '194629.303000', '194629.306000', '194629.309000', '194629.312000', '194629.315000', '194629.317000', '194629.321000', '194629.324000', '194629.327000', '194629.330000', '194629.332000', '194629.335000', '194629.338000', '194629.341000', '194629.344000', '194629.346000', '194629.349000', '194629.352000', '194629.355000', '194629.358000', '194629.360000', '194649.238000', '194649.241000', '194649.244000', '194649.247000', '194649.249000', '194649.252000', '194649.255000', '194649.258000', '194649.261000', '194649.263000', '194649.266000', '194649.269000', '194649.272000', '194649.274000', '194649.277000', '194649.280000', '194649.283000', '194649.286000', '194649.288000', '194649.291000', '194649.294000', '194649.297000', '194649.299000', '194649.302000', '194649.305000', '194649.308000', '194649.311000', '194649.314000', '194649.316000', '194649.319000', '194649.322000', '194649.325000', '194649.328000', '194649.330000', '194649.333000', '194649.336000', '194649.339000', '194649.342000', '194649.345000', '194649.347000', '194649.350000', '194649.353000', '194649.356000', '194649.358000', '194709.238000', '194709.241000', '194709.244000', '194709.246000', '194709.249000', '194709.252000', '194709.269000', '194709.272000', '194709.275000', '194709.278000', '194709.281000', '194709.283000', '194709.286000', '194709.289000', '194709.292000', '194709.295000', '194709.297000', '194709.300000', '194709.303000', '194709.306000', '194709.309000', '194709.312000', '194709.314000', '194709.317000', '194709.320000', '194709.323000', '194709.326000', '194709.328000', '194709.331000', '194709.334000', '194709.337000', '194709.340000', '194709.344000', '194709.348000', '194709.351000', '194709.354000', '194709.356000', '194709.359000', '194709.362000', '194709.365000', '194709.368000', '194709.370000', '194709.373000', '194729.238000', '194729.241000', '194729.244000', '194729.247000', '194729.249000', '194729.252000', '194729.255000', '194729.258000', '194729.260000', '194729.263000', '194729.266000', '194729.269000', '194729.272000', '194729.274000', '194729.277000', '194729.280000', '194729.283000', '194729.286000', '194729.288000', '194729.291000', '194729.294000', '194729.297000', '194729.300000', '194729.302000', '194729.305000', '194729.308000', '194729.311000', '194729.314000', '194729.317000', '194729.319000', '194729.322000', '194729.325000', '194729.328000', '194729.330000', '194729.333000', '194729.336000', '194729.339000', '194729.342000', '194729.344000', '194729.347000', '194729.350000', '194729.353000', '194729.356000', '194729.358000', '194749.238000', '194749.241000', '194749.244000', '194749.247000', '194749.249000', '194749.252000', '194749.255000', '194749.258000', '194749.261000', '194749.263000', '194749.266000', '194749.269000', '194749.272000', '194749.275000', '194749.277000', '194749.280000', '194749.283000', '194749.291000', '194749.294000', '194749.297000', '194749.300000', '194749.304000', '194749.307000', '194749.310000', '194749.313000', '194749.315000', '194749.318000', '194749.321000', '194749.324000', '194749.327000', '194749.329000', '194749.332000', '194749.335000', '194749.338000', '194749.341000', '194749.343000', '194749.346000', '194749.349000', '194749.352000', '194749.355000', '194749.357000', '194749.360000', '194749.363000', '194809.237000', '194809.240000', '194809.243000', '194809.245000', '194809.248000', '194809.251000', '194809.254000', '194809.257000', '194809.260000', '194809.262000', '194809.265000', '194809.269000', '194809.272000', '194809.275000', '194809.277000', '194809.280000', '194809.283000', '194809.286000', '194809.289000', '194809.291000', '194809.294000', '194809.297000', '194809.300000', '194809.303000', '194809.305000', '194809.308000', '194809.311000', '194809.314000', '194809.316000', '194809.319000', '194809.322000', '194809.325000', '194809.328000', '194809.331000', '194809.333000', '194809.336000', '194809.339000', '194809.342000', '194809.345000', '194809.348000', '194809.351000', '194809.353000', '194809.356000', '194809.359000', '194829.237000', '194829.240000', '194829.265000', '194829.268000', '194829.271000', '194829.274000', '194829.276000', '194829.279000', '194829.282000', '194829.285000', '194829.288000', '194829.291000', '194829.293000', '194829.296000', '194829.299000', '194829.302000', '194829.305000', '194829.307000', '194829.310000', '194829.313000', '194829.316000', '194829.319000', '194829.321000', '194829.324000', '194829.327000', '194829.330000', '194829.333000', '194829.335000', '194829.338000', '194829.341000', '194829.344000', '194829.347000', '194829.350000', '194829.352000', '194829.355000', '194829.358000', '194829.361000', '194829.364000', '194829.366000', '194829.369000', '194829.372000', '194829.375000', '194829.377000', '194849.238000', '194849.241000', '194849.244000', '194849.247000', '194849.249000', '194849.252000', '194849.255000', '194849.258000', '194849.260000', '194849.263000', '194849.266000', '194849.269000', '194849.272000', '194849.274000', '194849.277000', '194849.280000', '194849.283000', '194849.286000', '194849.289000', '194849.291000', '194849.294000', '194849.297000', '194849.300000', '194849.303000', '194849.305000', '194849.308000', '194849.311000', '194849.314000', '194849.316000', '194849.319000', '194849.322000', '194849.325000', '194849.328000', '194849.330000', '194849.333000', '194849.336000', '194849.339000', '194849.341000', '194849.344000', '194849.347000', '194849.350000', '194849.353000', '194849.355000', '194849.358000', '194909.238000', '194909.241000', '194909.244000', '194909.247000', '194909.249000', '194909.252000', '194909.255000', '194909.258000', '194909.261000', '194909.263000', '194909.266000', '194909.269000', '194909.272000', '194909.275000', '194909.277000', '194909.280000', '194909.283000', '194909.286000', '194909.289000', '194909.292000', '194909.294000', '194909.297000', '194909.300000', '194909.303000', '194909.306000', '194909.308000', '194909.311000', '194909.314000', '194909.317000', '194909.320000', '194909.323000', '194909.325000', '194909.328000', '194909.331000', '194909.334000', '194909.336000', '194909.339000', '194909.343000', '194909.347000', '194909.349000', '194909.352000', '194909.355000', '194909.358000', '194929.238000', '194929.241000', '194929.244000', '194929.247000', '194929.249000', '194929.252000', '194929.255000', '194929.258000', '194929.261000', '194929.263000', '194929.266000', '194929.269000', '194929.272000', '194929.275000', '194929.277000', '194929.280000', '194929.283000', '194929.286000', '194929.289000', '194929.292000', '194929.295000', '194929.297000', '194929.300000', '194929.303000', '194929.306000', '194929.309000', '194929.312000', '194929.314000', '194929.317000', '194929.320000', '194929.323000', '194929.326000', '194929.328000', '194929.331000', '194929.334000', '194929.337000', '194929.340000', '194929.342000', '194929.345000', '194929.348000', '194929.351000', '194929.354000', '194929.357000', '194929.359000', '194949.238000', '194949.241000', '194949.244000', '194949.254000', '194949.256000', '194949.259000', '194949.262000', '194949.265000', '194949.268000', '194949.271000', '194949.273000', '194949.276000', '194949.279000', '194949.282000', '194949.285000', '194949.288000', '194949.291000', '194949.293000', '194949.296000', '194949.299000', '194949.302000', '194949.305000', '194949.308000', '194949.311000', '194949.313000', '194949.316000', '194949.319000', '194949.322000', '194949.325000', '194949.328000', '194949.331000', '194949.334000', '194949.336000', '194949.339000', '194949.342000', '194949.345000', '194949.348000', '194949.351000', '194949.353000', '194949.356000', '194949.359000', '194949.362000', '194949.365000', '195009.238000', '195009.241000', '195009.244000', '195009.247000', '195009.250000', '195009.253000', '195009.255000', '195009.258000', '195009.261000', '195009.264000', '195009.267000', '195009.269000', '195009.272000', '195009.275000', '195009.278000', '195009.281000', '195009.284000', '195009.287000', '195009.290000', '195009.292000', '195009.295000', '195009.298000', '195009.301000', '195009.304000', '195009.307000', '195009.310000', '195009.312000', '195009.315000', '195009.318000', '195009.321000', '195009.324000', '195009.327000', '195009.330000', '195009.333000', '195009.335000', '195009.338000', '195009.341000', '195009.344000', '195009.347000', '195009.349000', '195009.352000', '195009.355000', '195009.358000', '195009.361000', '195029.237000', '195029.240000', '195029.243000', '195029.246000', '195029.249000', '195029.252000', '195029.255000', '195029.258000', '195029.260000', '195029.263000', '195029.266000', '195029.269000', '195029.272000', '195029.275000', '195029.277000', '195029.280000', '195029.283000', '195029.286000', '195029.289000', '195029.291000', '195029.294000', '195029.297000', '195029.300000', '195029.303000', '195029.305000', '195029.308000', '195029.311000', '195029.314000', '195029.317000', '195029.320000', '195029.322000', '195029.325000', '195029.328000', '195029.331000', '195029.334000', '195029.336000', '195029.339000', '195029.342000', '195029.345000', '195029.348000', '195029.350000', '195029.353000', '195029.356000', '195049.237000', '195049.245000', '195049.248000', '195049.251000', '195049.253000', '195049.256000', '195049.259000', '195049.262000', '195049.265000', '195049.268000', '195049.271000', '195049.273000', '195049.276000', '195049.279000', '195049.282000', '195049.285000', '195049.287000', '195049.290000', '195049.293000', '195049.296000', '195049.299000', '195049.301000', '195049.304000', '195049.307000', '195049.310000', '195049.313000', '195049.316000', '195049.319000', '195049.322000', '195049.325000', '195049.328000', '195049.331000', '195049.333000', '195049.336000', '195049.339000', '195049.342000', '195049.346000', '195049.349000', '195049.352000', '195049.368000', '195049.371000', '195049.374000', '195049.377000', '195109.238000', '195109.241000', '195109.244000', '195109.247000', '195109.250000', '195109.252000', '195109.255000', '195109.258000', '195109.261000', '195109.264000', '195109.266000', '195109.269000', '195109.272000', '195109.275000', '195109.278000', '195109.281000', '195109.283000', '195109.286000', '195109.289000', '195109.292000', '195109.295000', '195109.297000', '195109.300000', '195109.303000', '195109.306000', '195109.309000', '195109.312000', '195109.315000', '195109.317000', '195109.320000', '195109.323000', '195109.326000', '195109.329000', '195109.332000', '195109.334000', '195109.337000', '195109.340000', '195109.343000', '195109.346000', '195109.349000', '195109.351000', '195109.354000', '195109.357000', '195109.360000', '195119.653000', '195119.657000', '195119.660000', '195119.663000', '195119.670000', '195119.673000', '195119.676000', '195119.679000', '195119.682000', '195119.685000', '195119.688000', '195119.691000', '195119.694000', '195119.697000', '195119.700000', '195119.703000', '195119.706000', '195119.709000', '195119.712000', '195119.714000', '195119.717000', '195119.720000', '195119.723000'], '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': [17389, 12443, 11613, 12362, 11886, 12567, 12621, 11627, 15721, 12391, 11674, 12037, 12016, 11092, 12719, 11925, 15105, 12315, 11064, 12471, 12164, 12465, 12986, 12139, 16080, 12486, 12214, 13936, 13043, 11919, 13294, 12719, 12158, 14173, 12494, 12061, 12879, 12378, 13254, 12659, 12038, 16113, 12268, 15229, 12867, 11834, 16655, 12566, 11986, 16473, 12362, 12071, 12913, 11902, 15689, 12538, 11736, 16706, 12694, 11382, 12713, 12155, 12790, 12979, 11954, 16692, 13019, 12615, 12677, 12316, 12507, 12825, 11852, 16682, 12463, 12089, 12951, 11699, 14910, 12507, 11611, 15188, 12649, 11283, 12805, 11598, 14412, 12513, 11309, 16957, 12399, 12332, 12918, 11453, 14099, 12380, 11613, 16176, 11963, 12928, 12969, 11514, 12056, 12275, 11844, 12857, 11790, 12577, 11126, 12901, 12126, 14234, 12304, 14756, 13731, 12126, 16309, 12599, 10966, 12985, 12228, 16175, 12338, 12142, 14347, 12397, 12179, 12476, 11413, 12798, 11926, 17489, 12977, 13604, 12229, 12424, 11593, 12642, 11761, 17664, 12640, 12441, 12544, 11916, 12435, 12407, 11869, 15870, 12457, 14379, 12846, 11065, 13212, 12412, 14219, 12727, 12071, 16331, 12470, 14271, 12802, 12052, 16181, 12781, 11692, 15436, 12508, 14374, 12461, 11023, 12673, 11850, 16549, 12682, 12212, 16883, 12390, 10847, 12319, 12175, 11021, 12742, 12033, 14707, 12438, 12353, 12082, 12751, 12304, 12318, 12582, 10938, 12686, 12432, 15321, 12699, 13456, 12877, 12166, 16208, 12714, 12000, 17981, 12779, 11603, 12338, 10629, 12234, 12560, 12865, 12836, 12131, 16708, 12512, 12099, 12451, 13104, 15414, 12906, 11778, 12700, 11738, 12848, 12474, 17250, 12347, 12197, 14834, 12650, 12317, 12338, 11025, 12798, 12341, 17016, 12893, 12228, 15957, 12918, 13870, 13036, 12587, 16357, 12773, 12808, 12774, 12299, 17481, 12611, 12189, 15550, 12588, 13214, 12544, 11607, 11845, 12552, 12582, 12020, 12544, 14140, 12738, 11007, 12587, 12577, 13579, 12602, 12190, 16854, 12869, 15095, 12673, 10686, 12745, 12672, 13341, 12484, 12785, 15370, 12865, 13577, 12637, 10690, 12087, 12325, 16433, 12203, 12740, 17096, 13038, 11376, 13088, 12584, 16224, 12888, 12136, 13074, 13231, 14134, 12886, 12184, 12684, 12060, 17516, 12561, 12032, 11734, 12780, 13453, 12805, 10690, 12066, 12512, 15850, 12554, 12991, 12505, 10597, 12548, 12155, 12265, 12554, 15038, 17897, 12767, 13891, 13072, 12573, 14845, 12659, 11701, 12101, 12466, 13739, 12563, 12171, 16526, 12881, 11480, 12343, 12399, 13001, 12836, 12238, 15882, 12764, 11952, 13315, 12939, 11057, 13040, 10647, 13053, 10432, 13134, 13031, 15359, 13828, 12648, 15647, 12927, 10851, 12796, 11911, 12308, 12737, 15805, 12235, 12517, 15556, 12606, 14410, 12988, 11948, 12099, 12765, 17059, 13185, 13343, 13271, 12331, 15749, 12697, 13428, 12844, 12215, 16942, 12363, 15205, 12492, 11719, 12466, 12364, 16348, 12958, 12533, 15359, 12702, 11442, 13127, 12213, 15627, 12645, 14047, 12873, 12548, 12521, 12480, 11252, 12370, 12024, 14882, 12066, 14748, 12437, 10631, 12775, 10907, 12689, 10874, 12683, 11281, 12329, 11631, 16654, 17172, 12245, 14489, 12458, 11840, 12754, 12104, 11200, 16481, 12161, 13242, 12243, 11844, 11515, 12207, 10858, 12391, 11925, 15186, 12686, 11925, 12329, 12370, 12158, 12436, 11687, 16097, 12411, 16869, 12580, 12130, 12955, 11495, 17168, 12789, 13644, 16642, 12013, 11654, 11751, 11199, 12576, 11528, 11882, 12675, 12003, 12769, 11529, 12804, 13298, 13525, 14437, 13106, 15900, 12637, 13722, 16703, 13009, 11847, 15423, 12683, 11092, 12825, 11942, 12008, 12670, 12043, 14625, 12816, 11028, 12754, 12404, 12679, 13132, 11639, 12504, 12921, 13890, 12676, 11116, 13346, 12266, 15672, 13348, 12328, 14391, 12799, 11011, 12521, 12440, 14909, 12956, 12321, 14510, 12592, 11573, 12914, 12248, 13756, 12827, 12213, 15691, 13032, 11576, 14373, 12782, 11350, 13020, 12944, 11971, 13098, 12582, 11156, 12224, 12338, 11099, 12702, 12428, 12453, 12811, 11821, 11837, 12487, 12870, 12850, 12544, 13895, 12738, 12125, 12750, 12114, 16626, 13143, 12002, 12814, 12581, 12374, 13024, 12080, 15681, 12971, 12123, 11613, 12418, 11930, 12421, 10914, 12165, 12698, 13273, 12742, 11016, 12502, 12627, 13711, 12367, 12711, 14600, 12781, 11411, 12676, 12436, 12436, 12545, 14705, 17927, 12855, 14457, 12714, 11649, 12788, 11699, 15965, 13052, 12252, 15495, 12453, 11748, 12749, 11671, 15638, 12594, 11640, 16258, 12953, 12459, 12617, 11758, 12923, 11948, 15648, 13107, 11974, 14388, 12735, 11365, 12705, 11646, 12400, 11877, 14461, 16892, 13522, 11844, 11771, 12233, 11259, 11595, 13827, 15492, 11810, 15011, 12012, 11861, 12658, 11445, 12660, 11065, 12763, 11823, 12573, 13398, 16910, 12381, 12378, 12336, 11754, 11455, 13076, 12059, 12861, 12737, 11544, 12123, 11739, 10911, 12489, 11750, 13673, 12582, 11941, 12715, 10872, 12842, 11905, 14654, 12877, 11820, 15376, 12447, 12245, 12573, 11436, 15354, 12806, 12016, 14353, 12361, 12420, 12605, 11629, 12679, 11967, 14896, 12924, 12444, 15342, 12873, 11536, 12510, 12464, 11037, 12556, 11950, 12395, 12462, 11325, 12428, 12392, 12114, 12815, 11443, 12630, 12226, 12159, 12823, 11640, 15996, 12542, 13813, 12798, 11761, 14513, 12770, 12025, 15034, 12340, 13897, 12562, 11176, 12430, 11525, 15276, 12691, 12068, 15449, 12497, 11341, 12844, 11987, 14853, 12686, 12117, 13845, 12847, 12673, 12761, 10864, 12925, 12040, 15042, 12751, 12475, 14667, 12473, 11066, 12489, 12083, 12078, 14414, 12245, 13098, 12430, 10869, 12561, 12148, 13000, 12635, 11517, 15922, 12784, 12708, 12854, 12155, 12133, 13058, 12055, 14123, 12573, 12970, 12623, 11337, 12795, 11805, 15797, 12692, 12055, 16166, 12131, 11528, 12721, 11692, 15971, 12915, 11823, 15147, 12189, 12120, 12671, 11748, 12818, 12364, 13973, 12840, 13253, 12688, 12182, 13091, 12659, 11542, 13086, 13144, 12731, 11932, 14407, 12369, 11923, 12519, 11653, 16372, 12184, 16342, 12328, 11434, 13183, 11815, 13257, 12563, 12371, 12828, 12173, 12577, 12003, 13061, 12258, 11552, 14592, 12138, 14689, 12159, 11568, 12312, 11796, 12907, 12613, 11639, 12076, 11932, 11959, 12451, 11317, 12147, 12151, 15235, 12394, 11840, 12726, 12030, 12951, 12286, 12067, 12935, 12095, 14689, 12111, 11727, 12446, 11825, 12836, 12230, 14288, 12384, 13005, 12721, 11576, 13648, 12021, 12696, 12661, 11950, 14490, 12299, 11998, 12580, 11907, 13873, 12454, 14873, 12691, 11230, 12552, 12231, 13467, 12609, 12018, 14877, 12400, 12653, 12547, 12003, 11601, 12577, 11371, 12498, 12014, 14368, 12459, 10825, 12788, 12089, 14420, 12577, 13403, 12951, 11032, 12411, 12209, 12969, 12764, 13049, 12585, 12072, 12354, 12356, 13002, 12616, 11596, 12223, 12090, 16101, 12128, 12013, 12418, 11954, 15458, 12227, 16172, 12490, 11542, 12986, 12133, 13899, 12842, 11420, 12386, 11880, 15099, 12206, 10444, 12415, 11889, 13568, 11901, 14961, 12373, 10690, 12584, 11942, 13314, 12177, 12409, 11474, 12576, 11646, 15954, 12652, 11902, 16054, 12359, 13245, 12626, 11508, 12082, 11924, 14357, 12575, 14330, 12223, 11675, 13143, 12206, 11430, 12492, 11651, 16356, 12085, 11211, 12847, 11711, 14539, 12417, 14116, 12578, 11813, 12261, 11766, 12309, 12499, 12020, 12127, 11662, 13962, 12203, 11738, 14113, 11933, 13795, 12508, 11476, 12343, 12176, 12029, 12583, 12908, 12562, 11748, 14004, 12426, 11964, 12798, 11869, 16628, 12575, 11774, 12808, 11741, 14447, 12463, 12936, 12209, 11952, 11478, 12162, 11719, 14301, 12194, 11807, 12518, 11674, 11901, 12294, 11668, 15486, 12398, 12138, 12354, 11653, 11729, 12596, 11903, 12349, 12021, 14182, 12263, 11634, 12809, 11831, 14627, 12184, 13879, 12457, 11784, 12489, 11490, 13156, 12304, 12886, 12439, 12837, 14662, 12194, 11391, 12561, 11777, 13447, 12015, 16436, 12321, 11540, 12832, 11751, 12568, 12249, 11623, 15274, 12006, 12586, 12119, 11705, 11792, 11848, 11428, 12253, 12003, 13786, 12237, 11589, 12457, 11912, 13484, 12366, 11855, 12739, 11501, 12395, 12254, 12459, 12340, 12337, 12085, 12113, 13380, 12502, 11641, 11108, 12347, 12914, 12238, 11992, 12136, 11169, 11964, 12233, 14115, 12370, 13458, 12448, 11720, 11527, 12053, 11941, 12149, 11803, 11780, 11858, 16007, 12120, 11991, 11996, 11407, 13126, 11794, 14136, 11894, 13088, 13948, 11774, 11737, 12019, 11521, 11538, 12099, 16309, 11727, 11602, 12041, 12108, 14153, 11567, 14592, 11799, 11346, 12089, 11737, 12441, 12150, 12294, 12242, 11408, 11409, 11497, 12995, 12125, 12915, 11770, 11636, 12696, 11919, 11626, 11915, 11767, 15086, 11844, 11048, 12264, 11648, 13354, 11763, 15047, 12039, 11643, 15828, 11638, 11441, 11847, 11414, 14281, 11908, 11524, 11660, 11865, 11545, 12648, 11689, 11649, 11806, 12193, 12002, 11876, 11335, 12209, 12429, 15659, 12055, 11285, 11865, 12324, 13555, 12658, 13426, 15999, 12043, 12295, 12111, 14565, 11220, 10307, 11216, 12454, 14680, 12389, 12199, 12020, 11046, 11620, 11860, 11939, 14292, 16965, 12579, 12572, 15821, 12225, 11248, 11397, 12421, 15633, 12783, 14060, 16434, 12496, 11749, 12055, 12999, 11370, 12939, 11831, 11812, 13462, 11841, 12479, 11857, 11900, 11904, 11842, 11979, 11914, 12523, 11014, 12046, 12874, 15091, 11476, 12014, 11196, 11574, 11533, 11517, 11604, 11555, 11773, 13336, 11321, 12168, 11753, 11916, 11858, 11651, 11684, 11795, 15926, 11583, 14439, 11666, 11782, 11577, 11479, 10877, 11247, 15300, 11573, 14491, 11542, 11850, 12066, 11458, 11637, 11752, 11702, 11357, 11320, 13480, 11768, 11329, 11373, 11671, 15770, 11457, 12212, 11442, 11504, 13376, 11304, 11763, 11393, 12142, 15773, 11809, 12669, 11602, 11925, 12053, 11445, 12703, 11263, 11976, 11184, 12155, 11605, 11557, 12714, 14548, 11773, 13507, 11705, 12610, 11350, 12764, 12075, 11456, 12553, 14818, 12275, 12647, 11323, 11988, 11216, 11885, 12715, 11369, 12000, 11326, 12125, 10746, 12162, 11321, 11381, 12273, 13684, 11972, 15170, 11798, 11370, 11276, 12055, 12404, 11495, 12386, 11199, 12298, 12050], 'WindowCenter': [4464.0, 4406.0, 4392.0, 4390.0, 4379.0, 4376.0, 4376.0, 4365.0, 4394.0, 4373.0, 4363.0, 4373.0, 4375.0, 4361.0, 4373.0, 4372.0, 4395.0, 4375.0, 4365.0, 4376.0, 4377.0, 4376.0, 4386.0, 4377.0, 4394.0, 4363.0, 4375.0, 4384.0, 4384.0, 4375.0, 4385.0, 4388.0, 4387.0, 4385.0, 4376.0, 4376.0, 4387.0, 4388.0, 4387.0, 4387.0, 4388.0, 4406.0, 4377.0, 4409.0, 4388.0, 4380.0, 4405.0, 4377.0, 4375.0, 4394.0, 4374.0, 4373.0, 4385.0, 4377.0, 4395.0, 4374.0, 4374.0, 4394.0, 4373.0, 4364.0, 4374.0, 4375.0, 4376.0, 4374.0, 4375.0, 4394.0, 4372.0, 4374.0, 4375.0, 4375.0, 4374.0, 4374.0, 4373.0, 4395.0, 4373.0, 4363.0, 4374.0, 4391.0, 4408.0, 4386.0, 4365.0, 4394.0, 4387.0, 4365.0, 4385.0, 4365.0, 4386.0, 4375.0, 4365.0, 4393.0, 4361.0, 4361.0, 4372.0, 4363.0, 4381.0, 4371.0, 4363.0, 4392.0, 4361.0, 4362.0, 4372.0, 4362.0, 4373.0, 4403.0, 4388.0, 4386.0, 4374.0, 4385.0, 4376.0, 4386.0, 4389.0, 4398.0, 4388.0, 4398.0, 4386.0, 4376.0, 4407.0, 4388.0, 4366.0, 4385.0, 4388.0, 4405.0, 4375.0, 4376.0, 4397.0, 4387.0, 4387.0, 4390.0, 4378.0, 4399.0, 4390.0, 4419.0, 4385.0, 4387.0, 4376.0, 4387.0, 4376.0, 4388.0, 4377.0, 4407.0, 4375.0, 4375.0, 4375.0, 4375.0, 4385.0, 4387.0, 4377.0, 4406.0, 4387.0, 4396.0, 4386.0, 4377.0, 4388.0, 4388.0, 4397.0, 4387.0, 4388.0, 4406.0, 4375.0, 4396.0, 4388.0, 4388.0, 4406.0, 4387.0, 4376.0, 4395.0, 4375.0, 4396.0, 4387.0, 4368.0, 4389.0, 4388.0, 4408.0, 4386.0, 4376.0, 4404.0, 4374.0, 4364.0, 4375.0, 4375.0, 4364.0, 4374.0, 4374.0, 4397.0, 4374.0, 4374.0, 4375.0, 4387.0, 4377.0, 4375.0, 4386.0, 4366.0, 4388.0, 4387.0, 4408.0, 4388.0, 4399.0, 4387.0, 4389.0, 4409.0, 4386.0, 4377.0, 4431.0, 4388.0, 4376.0, 4387.0, 4367.0, 4387.0, 4389.0, 4389.0, 4399.0, 4389.0, 4419.0, 4388.0, 4390.0, 4388.0, 4399.0, 4410.0, 4400.0, 4389.0, 4401.0, 4390.0, 4400.0, 4401.0, 4423.0, 4389.0, 4390.0, 4410.0, 4399.0, 4390.0, 4401.0, 4380.0, 4402.0, 4401.0, 4422.0, 4399.0, 4392.0, 4421.0, 4401.0, 4412.0, 4401.0, 4400.0, 4421.0, 4400.0, 4387.0, 4388.0, 4390.0, 4419.0, 4387.0, 4388.0, 4409.0, 4389.0, 4400.0, 4398.0, 4389.0, 4387.0, 4387.0, 4387.0, 4387.0, 4387.0, 4398.0, 4398.0, 4380.0, 4389.0, 4402.0, 4399.0, 4388.0, 4391.0, 4419.0, 4386.0, 4408.0, 4390.0, 4380.0, 4399.0, 4400.0, 4399.0, 4388.0, 4400.0, 4410.0, 4388.0, 4399.0, 4391.0, 4379.0, 4389.0, 4401.0, 4423.0, 4388.0, 4388.0, 4418.0, 4399.0, 4378.0, 4398.0, 4399.0, 4409.0, 4387.0, 4387.0, 4386.0, 4387.0, 4397.0, 4399.0, 4389.0, 4400.0, 4392.0, 4419.0, 4387.0, 4387.0, 4376.0, 4387.0, 4398.0, 4401.0, 4379.0, 4388.0, 4399.0, 4406.0, 4388.0, 4396.0, 4386.0, 4367.0, 4389.0, 4389.0, 4389.0, 4401.0, 4411.0, 4420.0, 4386.0, 4383.0, 4385.0, 4374.0, 4396.0, 4388.0, 4376.0, 4375.0, 4385.0, 4383.0, 4372.0, 4373.0, 4405.0, 4386.0, 4377.0, 4375.0, 4385.0, 4385.0, 4371.0, 4371.0, 4394.0, 4374.0, 4389.0, 4400.0, 4399.0, 4375.0, 4387.0, 4367.0, 4398.0, 4367.0, 4400.0, 4413.0, 4423.0, 4398.0, 4389.0, 4396.0, 4387.0, 4368.0, 4388.0, 4390.0, 4390.0, 4401.0, 4410.0, 4378.0, 4388.0, 4408.0, 4389.0, 4399.0, 4400.0, 4390.0, 4386.0, 4387.0, 4409.0, 4389.0, 4399.0, 4388.0, 4389.0, 4409.0, 4388.0, 4387.0, 4376.0, 4377.0, 4407.0, 4378.0, 4397.0, 4387.0, 4377.0, 4375.0, 4386.0, 4406.0, 4376.0, 4376.0, 4396.0, 4388.0, 4377.0, 4385.0, 4375.0, 4393.0, 4374.0, 4387.0, 4386.0, 4387.0, 4376.0, 4387.0, 4365.0, 4362.0, 4377.0, 4410.0, 4391.0, 4409.0, 4402.0, 4381.0, 4388.0, 4369.0, 4387.0, 4366.0, 4390.0, 4381.0, 4390.0, 4381.0, 4409.0, 4407.0, 4375.0, 4385.0, 4375.0, 4376.0, 4377.0, 4377.0, 4367.0, 4405.0, 4375.0, 4385.0, 4374.0, 4376.0, 4376.0, 4389.0, 4367.0, 4376.0, 4378.0, 4425.0, 4391.0, 4379.0, 4391.0, 4403.0, 4377.0, 4387.0, 4377.0, 4395.0, 4375.0, 4405.0, 4378.0, 4377.0, 4387.0, 4377.0, 4407.0, 4374.0, 4387.0, 4421.0, 4393.0, 4306.0, 4363.0, 4463.0, 4460.0, 4421.0, 4404.0, 4388.0, 4404.0, 4402.0, 4392.0, 4400.0, 4400.0, 4400.0, 4399.0, 4401.0, 4412.0, 4392.0, 4403.0, 4409.0, 4375.0, 4365.0, 4383.0, 4370.0, 4363.0, 4372.0, 4366.0, 4362.0, 4371.0, 4372.0, 4382.0, 4373.0, 4352.0, 4373.0, 4376.0, 4372.0, 4386.0, 4377.0, 4374.0, 4385.0, 4398.0, 4388.0, 4379.0, 4387.0, 4377.0, 4397.0, 4386.0, 4377.0, 4396.0, 4386.0, 4365.0, 4374.0, 4375.0, 4394.0, 4373.0, 4374.0, 4395.0, 4374.0, 4377.0, 4374.0, 4375.0, 4384.0, 4373.0, 4364.0, 4395.0, 4385.0, 4376.0, 4386.0, 4372.0, 4363.0, 4371.0, 4374.0, 4364.0, 4373.0, 4375.0, 4366.0, 4362.0, 4372.0, 4362.0, 4374.0, 4375.0, 4374.0, 4385.0, 4376.0, 4376.0, 4377.0, 4389.0, 4376.0, 4377.0, 4387.0, 4387.0, 4377.0, 4388.0, 4388.0, 4407.0, 4387.0, 4375.0, 4374.0, 4387.0, 4388.0, 4398.0, 4388.0, 4406.0, 4386.0, 4375.0, 4363.0, 4387.0, 4376.0, 4400.0, 4380.0, 4386.0, 4387.0, 4387.0, 4386.0, 4367.0, 4390.0, 4391.0, 4402.0, 4388.0, 4387.0, 4397.0, 4386.0, 4377.0, 4388.0, 4399.0, 4390.0, 4401.0, 4412.0, 4421.0, 4389.0, 4398.0, 4388.0, 4376.0, 4388.0, 4390.0, 4407.0, 4385.0, 4375.0, 4394.0, 4375.0, 4375.0, 4387.0, 4377.0, 4396.0, 4373.0, 4363.0, 4394.0, 4373.0, 4372.0, 4373.0, 4373.0, 4386.0, 4377.0, 4397.0, 4372.0, 4361.0, 4381.0, 4371.0, 4363.0, 4373.0, 4376.0, 4373.0, 4373.0, 4397.0, 4394.0, 4387.0, 4375.0, 4374.0, 4372.0, 4362.0, 4364.0, 4396.0, 4396.0, 4366.0, 4385.0, 4361.0, 4361.0, 4374.0, 4363.0, 4360.0, 4353.0, 4373.0, 4364.0, 4374.0, 4389.0, 4412.0, 4364.0, 4364.0, 4362.0, 4360.0, 4350.0, 4358.0, 4361.0, 4360.0, 4361.0, 4363.0, 4363.0, 4375.0, 4366.0, 4363.0, 4361.0, 4372.0, 4361.0, 4361.0, 4374.0, 4364.0, 4375.0, 4378.0, 4397.0, 4376.0, 4365.0, 4384.0, 4374.0, 4364.0, 4376.0, 4376.0, 4396.0, 4374.0, 4365.0, 4385.0, 4375.0, 4376.0, 4387.0, 4376.0, 4377.0, 4375.0, 4396.0, 4373.0, 4374.0, 4395.0, 4375.0, 4376.0, 4375.0, 4373.0, 4354.0, 4363.0, 4363.0, 4374.0, 4376.0, 4365.0, 4374.0, 4374.0, 4364.0, 4375.0, 4364.0, 4375.0, 4378.0, 4376.0, 4388.0, 4377.0, 4398.0, 4376.0, 4388.0, 4377.0, 4377.0, 4396.0, 4376.0, 4376.0, 4395.0, 4376.0, 4387.0, 4376.0, 4366.0, 4387.0, 4377.0, 4397.0, 4374.0, 4375.0, 4394.0, 4375.0, 4364.0, 4389.0, 4376.0, 4397.0, 4375.0, 4375.0, 4383.0, 4385.0, 4386.0, 4387.0, 4378.0, 4386.0, 4378.0, 4397.0, 4375.0, 4375.0, 4395.0, 4374.0, 4365.0, 4376.0, 4377.0, 4376.0, 4384.0, 4374.0, 4374.0, 4373.0, 4364.0, 4386.0, 4388.0, 4388.0, 4387.0, 4379.0, 4407.0, 4377.0, 4375.0, 4374.0, 4374.0, 4375.0, 4386.0, 4376.0, 4383.0, 4375.0, 4387.0, 4385.0, 4367.0, 4385.0, 4377.0, 4397.0, 4375.0, 4374.0, 4396.0, 4374.0, 4363.0, 4375.0, 4375.0, 4395.0, 4372.0, 4362.0, 4382.0, 4363.0, 4371.0, 4386.0, 4375.0, 4385.0, 4387.0, 4395.0, 4386.0, 4387.0, 4387.0, 4377.0, 4387.0, 4388.0, 4378.0, 4386.0, 4387.0, 4387.0, 4376.0, 4398.0, 4387.0, 4376.0, 4384.0, 4366.0, 4405.0, 4376.0, 4408.0, 4376.0, 4375.0, 4373.0, 4374.0, 4383.0, 4373.0, 4374.0, 4375.0, 4375.0, 4375.0, 4375.0, 4385.0, 4375.0, 4375.0, 4381.0, 4373.0, 4396.0, 4374.0, 4376.0, 4374.0, 4375.0, 4374.0, 4372.0, 4364.0, 4374.0, 4375.0, 4364.0, 4373.0, 4365.0, 4374.0, 4375.0, 4395.0, 4375.0, 4376.0, 4373.0, 4376.0, 4376.0, 4375.0, 4375.0, 4375.0, 4375.0, 4397.0, 4376.0, 4374.0, 4376.0, 4376.0, 4384.0, 4375.0, 4394.0, 4376.0, 4386.0, 4386.0, 4377.0, 4386.0, 4376.0, 4385.0, 4375.0, 4376.0, 4396.0, 4378.0, 4377.0, 4376.0, 4378.0, 4386.0, 4378.0, 4395.0, 4386.0, 4376.0, 4386.0, 4386.0, 4388.0, 4387.0, 4376.0, 4396.0, 4375.0, 4386.0, 4387.0, 4389.0, 4375.0, 4386.0, 4375.0, 4384.0, 4376.0, 4398.0, 4388.0, 4367.0, 4387.0, 4388.0, 4396.0, 4386.0, 4396.0, 4387.0, 4379.0, 4387.0, 4389.0, 4398.0, 4387.0, 4387.0, 4388.0, 4390.0, 4389.0, 4389.0, 4388.0, 4388.0, 4378.0, 4377.0, 4388.0, 4410.0, 4388.0, 4378.0, 4388.0, 4377.0, 4395.0, 4375.0, 4410.0, 4386.0, 4376.0, 4385.0, 4377.0, 4385.0, 4386.0, 4365.0, 4375.0, 4376.0, 4397.0, 4377.0, 4366.0, 4387.0, 4375.0, 4386.0, 4377.0, 4421.0, 4388.0, 4369.0, 4387.0, 4378.0, 4386.0, 4388.0, 4387.0, 4379.0, 4389.0, 4390.0, 4410.0, 4376.0, 4364.0, 4397.0, 4375.0, 4375.0, 4375.0, 4377.0, 4373.0, 4374.0, 4395.0, 4374.0, 4395.0, 4375.0, 4365.0, 4385.0, 4375.0, 4375.0, 4373.0, 4365.0, 4396.0, 4375.0, 4364.0, 4374.0, 4375.0, 4384.0, 4374.0, 4387.0, 4374.0, 4375.0, 4374.0, 4374.0, 4375.0, 4375.0, 4374.0, 4374.0, 4364.0, 4384.0, 4374.0, 4365.0, 4382.0, 4362.0, 4383.0, 4374.0, 4362.0, 4372.0, 4374.0, 4372.0, 4373.0, 4375.0, 4374.0, 4374.0, 4384.0, 4373.0, 4376.0, 4374.0, 4363.0, 4394.0, 4373.0, 4362.0, 4371.0, 4374.0, 4384.0, 4372.0, 4374.0, 4362.0, 4364.0, 4361.0, 4373.0, 4364.0, 4383.0, 4363.0, 4362.0, 4372.0, 4375.0, 4363.0, 4373.0, 4365.0, 4383.0, 4362.0, 4364.0, 4372.0, 4363.0, 4362.0, 4373.0, 4374.0, 4373.0, 4375.0, 4386.0, 4377.0, 4375.0, 4385.0, 4377.0, 4397.0, 4376.0, 4386.0, 4375.0, 4377.0, 4375.0, 4375.0, 4383.0, 4375.0, 4386.0, 4373.0, 4388.0, 4396.0, 4375.0, 4364.0, 4375.0, 4375.0, 4383.0, 4374.0, 4396.0, 4375.0, 4364.0, 4374.0, 4375.0, 4374.0, 4374.0, 4365.0, 4393.0, 4375.0, 4374.0, 4374.0, 4375.0, 4361.0, 4375.0, 4363.0, 4372.0, 4375.0, 4385.0, 4376.0, 4375.0, 4385.0, 4387.0, 4386.0, 4376.0, 4375.0, 4386.0, 4377.0, 4385.0, 4388.0, 4387.0, 4386.0, 4387.0, 4376.0, 4388.0, 4388.0, 4376.0, 4376.0, 4366.0, 4387.0, 4387.0, 4387.0, 4377.0, 4388.0, 4378.0, 4377.0, 4389.0, 4397.0, 4389.0, 4398.0, 4387.0, 4389.0, 4379.0, 4389.0, 4379.0, 4388.0, 4390.0, 4379.0, 4380.0, 4411.0, 4388.0, 4379.0, 4377.0, 4378.0, 4386.0, 4375.0, 4398.0, 4377.0, 4387.0, 4397.0, 4376.0, 4376.0, 4376.0, 4376.0, 4363.0, 4375.0, 4406.0, 4376.0, 4375.0, 4375.0, 4389.0, 4385.0, 4366.0, 4394.0, 4376.0, 4365.0, 4375.0, 4377.0, 4376.0, 4375.0, 4378.0, 4377.0, 4378.0, 4378.0, 4378.0, 4385.0, 4376.0, 4387.0, 4377.0, 4378.0, 4388.0, 4377.0, 4377.0, 4375.0, 4377.0, 4397.0, 4378.0, 4367.0, 4376.0, 4376.0, 4383.0, 4375.0, 4398.0, 4377.0, 4376.0, 4396.0, 4365.0, 4364.0, 4361.0, 4364.0, 4387.0, 4363.0, 4363.0, 4360.0, 4360.0, 4362.0, 4371.0, 4363.0, 4363.0, 4363.0, 4374.0, 4373.0, 4375.0, 4363.0, 4363.0, 4375.0, 4394.0, 4373.0, 4365.0, 4362.0, 4373.0, 4372.0, 4371.0, 4384.0, 4383.0, 4348.0, 4361.0, 4375.0, 4408.0, 4378.0, 4352.0, 4366.0, 4386.0, 4397.0, 4387.0, 4389.0, 4377.0, 4378.0, 4379.0, 4379.0, 4377.0, 4399.0, 4410.0, 4365.0, 4364.0, 4383.0, 4360.0, 4350.0, 4348.0, 4361.0, 4378.0, 4358.0, 4360.0, 4365.0, 4347.0, 4334.0, 4346.0, 4357.0, 4336.0, 4357.0, 4346.0, 4347.0, 4358.0, 4347.0, 4360.0, 4360.0, 4361.0, 4348.0, 4347.0, 4360.0, 4361.0, 4374.0, 4364.0, 4376.0, 4387.0, 4385.0, 4365.0, 4375.0, 4364.0, 4376.0, 4376.0, 4378.0, 4378.0, 4375.0, 4377.0, 4387.0, 4377.0, 4390.0, 4390.0, 4389.0, 4391.0, 4390.0, 4391.0, 4392.0, 4423.0, 4382.0, 4413.0, 4382.0, 4391.0, 4391.0, 4391.0, 4368.0, 4379.0, 4412.0, 4380.0, 4413.0, 4382.0, 4392.0, 4388.0, 4380.0, 4378.0, 4377.0, 4390.0, 4380.0, 4381.0, 4400.0, 4391.0, 4380.0, 4379.0, 4379.0, 4410.0, 4378.0, 4378.0, 4378.0, 4379.0, 4387.0, 4368.0, 4376.0, 4377.0, 4379.0, 4408.0, 4377.0, 4388.0, 4377.0, 4378.0, 4377.0, 4377.0, 4387.0, 4367.0, 4377.0, 4377.0, 4389.0, 4377.0, 4376.0, 4388.0, 4397.0, 4378.0, 4387.0, 4377.0, 4388.0, 4367.0, 4386.0, 4377.0, 4377.0, 4377.0, 4398.0, 4377.0, 4388.0, 4377.0, 4378.0, 4366.0, 4375.0, 4375.0, 4366.0, 4377.0, 4366.0, 4390.0, 4378.0, 4387.0, 4378.0, 4377.0, 4388.0, 4399.0, 4379.0, 4410.0, 4379.0, 4379.0, 4367.0, 4389.0, 4377.0, 4376.0, 4387.0, 4378.0, 4389.0, 4377.0], 'WindowWidth': [9805.0, 9710.0, 9684.0, 9673.0, 9656.0, 9649.0, 9645.0, 9631.0, 9670.0, 9637.0, 9625.0, 9637.0, 9642.0, 9620.0, 9638.0, 9639.0, 9672.0, 9643.0, 9632.0, 9646.0, 9650.0, 9648.0, 9659.0, 9647.0, 9673.0, 9623.0, 9641.0, 9655.0, 9653.0, 9643.0, 9657.0, 9664.0, 9664.0, 9660.0, 9646.0, 9650.0, 9664.0, 9666.0, 9666.0, 9665.0, 9669.0, 9689.0, 9651.0, 9697.0, 9666.0, 9657.0, 9691.0, 9649.0, 9646.0, 9670.0, 9642.0, 9639.0, 9657.0, 9649.0, 9673.0, 9641.0, 9642.0, 9670.0, 9639.0, 9629.0, 9641.0, 9646.0, 9647.0, 9640.0, 9644.0, 9671.0, 9637.0, 9641.0, 9641.0, 9643.0, 9642.0, 9641.0, 9642.0, 9673.0, 9638.0, 9624.0, 9641.0, 9678.0, 9696.0, 9661.0, 9629.0, 9669.0, 9665.0, 9632.0, 9656.0, 9630.0, 9660.0, 9641.0, 9630.0, 9668.0, 9619.0, 9619.0, 9633.0, 9622.0, 9649.0, 9634.0, 9624.0, 9664.0, 9618.0, 9620.0, 9631.0, 9621.0, 9641.0, 9698.0, 9670.0, 9664.0, 9641.0, 9657.0, 9651.0, 9663.0, 9671.0, 9685.0, 9667.0, 9683.0, 9662.0, 9648.0, 9696.0, 9665.0, 9635.0, 9662.0, 9668.0, 9690.0, 9647.0, 9647.0, 9676.0, 9664.0, 9667.0, 9673.0, 9657.0, 9684.0, 9674.0, 9716.0, 9661.0, 9665.0, 9648.0, 9664.0, 9649.0, 9665.0, 9652.0, 9694.0, 9645.0, 9644.0, 9645.0, 9647.0, 9661.0, 9665.0, 9653.0, 9691.0, 9663.0, 9675.0, 9660.0, 9650.0, 9666.0, 9668.0, 9682.0, 9665.0, 9668.0, 9694.0, 9646.0, 9676.0, 9666.0, 9667.0, 9691.0, 9665.0, 9650.0, 9673.0, 9644.0, 9674.0, 9665.0, 9639.0, 9671.0, 9668.0, 9697.0, 9661.0, 9644.0, 9683.0, 9641.0, 9627.0, 9643.0, 9645.0, 9628.0, 9641.0, 9642.0, 9674.0, 9641.0, 9644.0, 9644.0, 9662.0, 9652.0, 9646.0, 9661.0, 9636.0, 9666.0, 9664.0, 9698.0, 9668.0, 9684.0, 9665.0, 9670.0, 9698.0, 9660.0, 9650.0, 9736.0, 9667.0, 9648.0, 9664.0, 9637.0, 9665.0, 9671.0, 9672.0, 9684.0, 9672.0, 9714.0, 9668.0, 9672.0, 9668.0, 9683.0, 9703.0, 9687.0, 9674.0, 9689.0, 9672.0, 9687.0, 9690.0, 9726.0, 9671.0, 9673.0, 9701.0, 9683.0, 9674.0, 9692.0, 9660.0, 9694.0, 9691.0, 9722.0, 9684.0, 9678.0, 9719.0, 9690.0, 9709.0, 9691.0, 9687.0, 9721.0, 9685.0, 9667.0, 9667.0, 9671.0, 9714.0, 9665.0, 9666.0, 9696.0, 9667.0, 9685.0, 9684.0, 9671.0, 9666.0, 9665.0, 9666.0, 9664.0, 9665.0, 9682.0, 9681.0, 9659.0, 9672.0, 9692.0, 9689.0, 9668.0, 9675.0, 9712.0, 9663.0, 9697.0, 9671.0, 9658.0, 9683.0, 9688.0, 9687.0, 9669.0, 9685.0, 9703.0, 9669.0, 9685.0, 9677.0, 9660.0, 9671.0, 9689.0, 9725.0, 9668.0, 9666.0, 9712.0, 9682.0, 9654.0, 9682.0, 9685.0, 9698.0, 9665.0, 9665.0, 9662.0, 9664.0, 9680.0, 9684.0, 9671.0, 9689.0, 9678.0, 9715.0, 9666.0, 9666.0, 9649.0, 9665.0, 9683.0, 9688.0, 9659.0, 9667.0, 9683.0, 9692.0, 9667.0, 9678.0, 9662.0, 9638.0, 9670.0, 9670.0, 9671.0, 9690.0, 9709.0, 9720.0, 9662.0, 9656.0, 9656.0, 9642.0, 9679.0, 9666.0, 9650.0, 9645.0, 9657.0, 9655.0, 9637.0, 9640.0, 9687.0, 9660.0, 9649.0, 9645.0, 9659.0, 9659.0, 9636.0, 9634.0, 9670.0, 9641.0, 9672.0, 9690.0, 9684.0, 9647.0, 9665.0, 9636.0, 9680.0, 9639.0, 9686.0, 9710.0, 9727.0, 9684.0, 9666.0, 9676.0, 9660.0, 9637.0, 9666.0, 9672.0, 9673.0, 9691.0, 9703.0, 9653.0, 9666.0, 9696.0, 9669.0, 9685.0, 9685.0, 9672.0, 9664.0, 9664.0, 9698.0, 9667.0, 9683.0, 9666.0, 9671.0, 9700.0, 9664.0, 9665.0, 9645.0, 9648.0, 9694.0, 9651.0, 9679.0, 9664.0, 9651.0, 9644.0, 9660.0, 9689.0, 9644.0, 9647.0, 9676.0, 9663.0, 9648.0, 9656.0, 9642.0, 9666.0, 9640.0, 9664.0, 9660.0, 9661.0, 9647.0, 9663.0, 9631.0, 9619.0, 9647.0, 9701.0, 9673.0, 9699.0, 9690.0, 9661.0, 9665.0, 9640.0, 9662.0, 9632.0, 9671.0, 9661.0, 9670.0, 9661.0, 9700.0, 9691.0, 9641.0, 9657.0, 9640.0, 9647.0, 9649.0, 9650.0, 9636.0, 9685.0, 9644.0, 9655.0, 9639.0, 9644.0, 9645.0, 9668.0, 9638.0, 9646.0, 9652.0, 9730.0, 9674.0, 9657.0, 9672.0, 9694.0, 9650.0, 9661.0, 9649.0, 9674.0, 9643.0, 9689.0, 9651.0, 9650.0, 9663.0, 9651.0, 9695.0, 9643.0, 9663.0, 9721.0, 9680.0, 9517.0, 9622.0, 9818.0, 9806.0, 9738.0, 9702.0, 9665.0, 9695.0, 9694.0, 9676.0, 9686.0, 9685.0, 9686.0, 9683.0, 9688.0, 9707.0, 9679.0, 9696.0, 9706.0, 9643.0, 9628.0, 9653.0, 9629.0, 9623.0, 9632.0, 9629.0, 9621.0, 9631.0, 9633.0, 9648.0, 9633.0, 9607.0, 9638.0, 9645.0, 9638.0, 9660.0, 9647.0, 9640.0, 9657.0, 9680.0, 9666.0, 9657.0, 9662.0, 9648.0, 9680.0, 9657.0, 9648.0, 9674.0, 9658.0, 9631.0, 9641.0, 9642.0, 9669.0, 9638.0, 9641.0, 9672.0, 9642.0, 9649.0, 9640.0, 9639.0, 9653.0, 9634.0, 9625.0, 9672.0, 9655.0, 9646.0, 9662.0, 9635.0, 9623.0, 9631.0, 9638.0, 9627.0, 9636.0, 9640.0, 9629.0, 9621.0, 9636.0, 9622.0, 9639.0, 9642.0, 9643.0, 9657.0, 9646.0, 9645.0, 9647.0, 9666.0, 9644.0, 9648.0, 9664.0, 9662.0, 9649.0, 9664.0, 9667.0, 9695.0, 9660.0, 9643.0, 9642.0, 9659.0, 9663.0, 9681.0, 9667.0, 9692.0, 9658.0, 9644.0, 9626.0, 9660.0, 9648.0, 9686.0, 9660.0, 9662.0, 9663.0, 9664.0, 9659.0, 9638.0, 9669.0, 9674.0, 9694.0, 9666.0, 9662.0, 9677.0, 9658.0, 9648.0, 9665.0, 9683.0, 9672.0, 9687.0, 9708.0, 9723.0, 9670.0, 9681.0, 9666.0, 9647.0, 9667.0, 9671.0, 9694.0, 9656.0, 9641.0, 9669.0, 9644.0, 9644.0, 9664.0, 9652.0, 9676.0, 9641.0, 9626.0, 9670.0, 9637.0, 9635.0, 9637.0, 9640.0, 9661.0, 9651.0, 9681.0, 9635.0, 9617.0, 9646.0, 9630.0, 9625.0, 9638.0, 9647.0, 9641.0, 9640.0, 9677.0, 9677.0, 9667.0, 9645.0, 9642.0, 9639.0, 9625.0, 9629.0, 9678.0, 9674.0, 9632.0, 9656.0, 9620.0, 9617.0, 9638.0, 9622.0, 9613.0, 9607.0, 9635.0, 9624.0, 9639.0, 9669.0, 9707.0, 9627.0, 9624.0, 9616.0, 9613.0, 9600.0, 9606.0, 9612.0, 9611.0, 9615.0, 9621.0, 9620.0, 9642.0, 9631.0, 9620.0, 9615.0, 9631.0, 9614.0, 9615.0, 9638.0, 9626.0, 9643.0, 9652.0, 9677.0, 9644.0, 9625.0, 9655.0, 9638.0, 9624.0, 9645.0, 9646.0, 9674.0, 9640.0, 9627.0, 9656.0, 9640.0, 9642.0, 9661.0, 9647.0, 9645.0, 9642.0, 9672.0, 9635.0, 9638.0, 9672.0, 9642.0, 9645.0, 9641.0, 9636.0, 9611.0, 9620.0, 9623.0, 9640.0, 9644.0, 9631.0, 9637.0, 9636.0, 9625.0, 9638.0, 9626.0, 9641.0, 9649.0, 9645.0, 9663.0, 9649.0, 9680.0, 9645.0, 9663.0, 9647.0, 9648.0, 9673.0, 9645.0, 9644.0, 9669.0, 9644.0, 9660.0, 9647.0, 9632.0, 9661.0, 9649.0, 9677.0, 9640.0, 9641.0, 9669.0, 9640.0, 9626.0, 9666.0, 9649.0, 9676.0, 9641.0, 9641.0, 9653.0, 9655.0, 9658.0, 9663.0, 9652.0, 9662.0, 9652.0, 9680.0, 9644.0, 9641.0, 9671.0, 9639.0, 9628.0, 9644.0, 9649.0, 9647.0, 9654.0, 9639.0, 9638.0, 9637.0, 9627.0, 9659.0, 9667.0, 9667.0, 9664.0, 9656.0, 9694.0, 9648.0, 9645.0, 9639.0, 9641.0, 9643.0, 9656.0, 9645.0, 9655.0, 9641.0, 9660.0, 9659.0, 9635.0, 9660.0, 9650.0, 9680.0, 9643.0, 9640.0, 9676.0, 9641.0, 9625.0, 9643.0, 9645.0, 9673.0, 9635.0, 9620.0, 9650.0, 9622.0, 9633.0, 9659.0, 9644.0, 9655.0, 9662.0, 9672.0, 9658.0, 9664.0, 9661.0, 9650.0, 9664.0, 9665.0, 9651.0, 9660.0, 9666.0, 9665.0, 9649.0, 9682.0, 9662.0, 9647.0, 9655.0, 9633.0, 9686.0, 9646.0, 9697.0, 9646.0, 9644.0, 9638.0, 9641.0, 9654.0, 9638.0, 9641.0, 9642.0, 9645.0, 9643.0, 9646.0, 9658.0, 9643.0, 9644.0, 9648.0, 9638.0, 9673.0, 9641.0, 9645.0, 9640.0, 9642.0, 9641.0, 9635.0, 9627.0, 9639.0, 9642.0, 9627.0, 9640.0, 9631.0, 9641.0, 9642.0, 9673.0, 9645.0, 9646.0, 9639.0, 9645.0, 9647.0, 9643.0, 9643.0, 9640.0, 9644.0, 9676.0, 9646.0, 9643.0, 9647.0, 9647.0, 9655.0, 9644.0, 9671.0, 9646.0, 9662.0, 9661.0, 9651.0, 9661.0, 9646.0, 9659.0, 9642.0, 9648.0, 9675.0, 9650.0, 9650.0, 9646.0, 9650.0, 9660.0, 9648.0, 9673.0, 9658.0, 9646.0, 9661.0, 9663.0, 9666.0, 9662.0, 9647.0, 9675.0, 9645.0, 9659.0, 9662.0, 9667.0, 9646.0, 9660.0, 9644.0, 9656.0, 9648.0, 9681.0, 9665.0, 9636.0, 9663.0, 9666.0, 9678.0, 9661.0, 9677.0, 9665.0, 9656.0, 9664.0, 9671.0, 9682.0, 9665.0, 9666.0, 9664.0, 9671.0, 9669.0, 9669.0, 9669.0, 9666.0, 9655.0, 9650.0, 9667.0, 9706.0, 9668.0, 9654.0, 9665.0, 9651.0, 9674.0, 9645.0, 9698.0, 9661.0, 9646.0, 9656.0, 9649.0, 9659.0, 9659.0, 9629.0, 9640.0, 9645.0, 9679.0, 9649.0, 9633.0, 9661.0, 9645.0, 9660.0, 9650.0, 9720.0, 9667.0, 9641.0, 9664.0, 9652.0, 9663.0, 9667.0, 9664.0, 9656.0, 9668.0, 9673.0, 9706.0, 9647.0, 9627.0, 9678.0, 9641.0, 9643.0, 9642.0, 9647.0, 9638.0, 9642.0, 9672.0, 9639.0, 9672.0, 9642.0, 9630.0, 9658.0, 9643.0, 9644.0, 9637.0, 9627.0, 9677.0, 9643.0, 9626.0, 9640.0, 9643.0, 9655.0, 9640.0, 9661.0, 9641.0, 9645.0, 9640.0, 9641.0, 9643.0, 9642.0, 9641.0, 9639.0, 9627.0, 9655.0, 9639.0, 9629.0, 9650.0, 9622.0, 9652.0, 9640.0, 9623.0, 9634.0, 9641.0, 9636.0, 9637.0, 9644.0, 9640.0, 9642.0, 9655.0, 9639.0, 9647.0, 9638.0, 9623.0, 9672.0, 9637.0, 9622.0, 9632.0, 9640.0, 9655.0, 9634.0, 9640.0, 9621.0, 9626.0, 9620.0, 9636.0, 9625.0, 9650.0, 9622.0, 9622.0, 9634.0, 9643.0, 9623.0, 9637.0, 9629.0, 9652.0, 9621.0, 9624.0, 9633.0, 9625.0, 9623.0, 9637.0, 9639.0, 9636.0, 9642.0, 9660.0, 9647.0, 9644.0, 9657.0, 9651.0, 9680.0, 9646.0, 9660.0, 9643.0, 9647.0, 9643.0, 9642.0, 9654.0, 9643.0, 9660.0, 9638.0, 9664.0, 9673.0, 9643.0, 9628.0, 9643.0, 9644.0, 9652.0, 9640.0, 9676.0, 9643.0, 9628.0, 9641.0, 9644.0, 9642.0, 9641.0, 9630.0, 9667.0, 9641.0, 9640.0, 9640.0, 9642.0, 9621.0, 9642.0, 9625.0, 9636.0, 9643.0, 9658.0, 9645.0, 9645.0, 9657.0, 9664.0, 9661.0, 9644.0, 9644.0, 9660.0, 9649.0, 9657.0, 9666.0, 9665.0, 9660.0, 9664.0, 9647.0, 9664.0, 9666.0, 9645.0, 9647.0, 9633.0, 9661.0, 9663.0, 9663.0, 9651.0, 9666.0, 9652.0, 9649.0, 9667.0, 9679.0, 9668.0, 9682.0, 9663.0, 9667.0, 9654.0, 9669.0, 9655.0, 9666.0, 9669.0, 9653.0, 9658.0, 9708.0, 9667.0, 9656.0, 9650.0, 9652.0, 9660.0, 9646.0, 9679.0, 9648.0, 9664.0, 9677.0, 9647.0, 9646.0, 9646.0, 9646.0, 9625.0, 9642.0, 9691.0, 9646.0, 9645.0, 9642.0, 9666.0, 9661.0, 9630.0, 9670.0, 9645.0, 9630.0, 9642.0, 9649.0, 9647.0, 9644.0, 9651.0, 9649.0, 9652.0, 9650.0, 9651.0, 9660.0, 9645.0, 9663.0, 9648.0, 9652.0, 9668.0, 9651.0, 9649.0, 9642.0, 9648.0, 9680.0, 9650.0, 9634.0, 9646.0, 9645.0, 9653.0, 9644.0, 9679.0, 9650.0, 9650.0, 9677.0, 9630.0, 9627.0, 9619.0, 9626.0, 9662.0, 9624.0, 9626.0, 9618.0, 9618.0, 9622.0, 9633.0, 9623.0, 9624.0, 9624.0, 9642.0, 9640.0, 9642.0, 9625.0, 9623.0, 9640.0, 9670.0, 9639.0, 9630.0, 9622.0, 9637.0, 9635.0, 9632.0, 9657.0, 9651.0, 9592.0, 9615.0, 9641.0, 9695.0, 9654.0, 9609.0, 9632.0, 9659.0, 9677.0, 9662.0, 9670.0, 9651.0, 9653.0, 9655.0, 9656.0, 9651.0, 9686.0, 9710.0, 9631.0, 9626.0, 9653.0, 9615.0, 9600.0, 9597.0, 9616.0, 9639.0, 9608.0, 9613.0, 9619.0, 9588.0, 9570.0, 9587.0, 9603.0, 9574.0, 9604.0, 9589.0, 9590.0, 9606.0, 9592.0, 9612.0, 9612.0, 9617.0, 9593.0, 9592.0, 9613.0, 9617.0, 9638.0, 9628.0, 9647.0, 9662.0, 9660.0, 9628.0, 9642.0, 9625.0, 9645.0, 9646.0, 9652.0, 9650.0, 9644.0, 9650.0, 9663.0, 9648.0, 9669.0, 9670.0, 9670.0, 9676.0, 9673.0, 9674.0, 9678.0, 9725.0, 9664.0, 9707.0, 9662.0, 9673.0, 9675.0, 9675.0, 9639.0, 9656.0, 9707.0, 9658.0, 9708.0, 9662.0, 9676.0, 9668.0, 9657.0, 9652.0, 9650.0, 9670.0, 9656.0, 9660.0, 9689.0, 9673.0, 9659.0, 9655.0, 9656.0, 9703.0, 9654.0, 9653.0, 9651.0, 9654.0, 9664.0, 9636.0, 9647.0, 9647.0, 9655.0, 9696.0, 9650.0, 9667.0, 9648.0, 9650.0, 9648.0, 9649.0, 9663.0, 9634.0, 9648.0, 9649.0, 9666.0, 9649.0, 9645.0, 9665.0, 9681.0, 9650.0, 9663.0, 9648.0, 9665.0, 9634.0, 9659.0, 9646.0, 9646.0, 9649.0, 9681.0, 9648.0, 9665.0, 9650.0, 9651.0, 9632.0, 9641.0, 9643.0, 9633.0, 9647.0, 9632.0, 9670.0, 9652.0, 9666.0, 9652.0, 9649.0, 9666.0, 9680.0, 9654.0, 9703.0, 9656.0, 9656.0, 9635.0, 9666.0, 9650.0, 9646.0, 9664.0, 9652.0, 9668.0, 9651.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.0013996724890829695</td></tr>
<tr><td colspan=3>aqi</td><td>0.028117924526928673</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.10963273513468</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2488854370575364</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9820128115440646</td></tr>
<tr><td colspan=3>efc</td><td>0.5189</td></tr>
<tr><td colspan=3>fber</td><td>3285.7356</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09808209500195811</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2751091703056767</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.325112294782963</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.225267492400034</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.547132393817086</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.20293699813177</td></tr>
<tr><td colspan=3>gcor</td><td>0.00882005</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001024930039420724</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02819940075278282</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</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.237239882881025</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>21.5231</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.4112</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.0388</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291362.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1136.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.1904</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0766</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.386</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3532.3945</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1461.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.9008</td></tr>
<tr><td colspan=3>tsnr</td><td>36.67624469217844</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>