<?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-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-01/func/sub-0114_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>73338a9a2b4db94d4d051ea661edb2ab</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>13:51:38.712500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996934, -0.0737797, 0.0260453, 0.0690131, 0.986034, 0.151573]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0943808</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>[4209, -7769, -7207, 321, -168, 7, 104, 101]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>637a8d2f-2516-4b3d-bd45-f42284ff2c8e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6747021675109863, 0.18515704572200775, 0.09953425079584122, 101.74801635742188], [0.1979454904794693, 2.6454570293426514, 0.40313848853111267, -117.55574798583984], [0.06987764686346054, -0.406658411026001, 2.6678779125213623, -44.699974060058594], [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': ['135138.712500', '135139.172500', '135139.632500', '135140.092500', '135140.552500', '135141.012500', '135141.472500', '135141.932500', '135142.392500', '135142.852500', '135143.312500', '135143.772500', '135144.232500', '135144.692500', '135145.152500', '135145.612500', '135146.072500', '135146.532500', '135146.992500', '135147.452500', '135147.912500', '135148.372500', '135148.832500', '135149.292500', '135149.752500', '135150.212500', '135150.672500', '135151.132500', '135151.592500', '135152.052500', '135152.512500', '135152.972500', '135153.432500', '135153.892500', '135154.352500', '135154.812500', '135155.272500', '135155.732500', '135156.192500', '135156.652500', '135157.112500', '135157.572500', '135158.032500', '135158.492500', '135158.952500', '135159.412500', '135159.872500', '135200.332500', '135200.792500', '135201.252500', '135201.712500', '135202.172500', '135202.632500', '135203.092500', '135203.552500', '135204.012500', '135204.472500', '135204.932500', '135205.392500', '135205.852500', '135206.312500', '135206.772500', '135207.232500', '135207.692500', '135208.152500', '135208.612500', '135209.072500', '135209.532500', '135209.992500', '135210.452500', '135210.912500', '135211.372500', '135211.832500', '135212.292500', '135212.752500', '135213.212500', '135213.672500', '135214.132500', '135214.592500', '135215.052500', '135215.512500', '135215.972500', '135216.432500', '135216.892500', '135217.352500', '135217.812500', '135218.272500', '135218.732500', '135219.192500', '135219.652500', '135220.112500', '135220.572500', '135221.032500', '135221.492500', '135221.952500', '135222.412500', '135222.872500', '135223.332500', '135223.792500', '135224.252500', '135224.712500', '135225.172500', '135225.632500', '135226.092500', '135226.552500', '135227.012500', '135227.472500', '135227.932500', '135228.392500', '135228.852500', '135229.312500', '135229.772500', '135230.232500', '135230.692500', '135231.152500', '135231.612500', '135232.072500', '135232.532500', '135232.992500', '135233.452500', '135233.912500', '135234.372500', '135234.832500', '135235.292500', '135235.752500', '135236.212500', '135236.672500', '135237.132500', '135237.592500', '135238.052500', '135238.512500', '135238.972500', '135239.432500', '135239.892500', '135240.352500', '135240.812500', '135241.272500', '135241.732500', '135242.192500', '135242.652500', '135243.112500', '135243.572500', '135244.032500', '135244.492500', '135244.952500', '135245.412500', '135245.872500', '135246.332500', '135246.792500', '135247.252500', '135247.712500', '135248.172500', '135248.632500', '135249.092500', '135249.552500', '135250.012500', '135250.472500', '135250.932500', '135251.392500', '135251.852500', '135252.312500', '135252.772500', '135253.232500', '135253.692500', '135254.152500', '135254.612500', '135255.072500', '135255.532500', '135255.992500', '135256.452500', '135256.912500', '135257.372500', '135257.832500', '135258.292500', '135258.752500', '135259.212500', '135259.672500', '135300.132500', '135300.592500', '135301.052500', '135301.512500', '135301.972500', '135302.432500', '135302.892500', '135303.352500', '135303.812500', '135304.272500', '135304.732500', '135305.192500', '135305.652500', '135306.112500', '135306.572500', '135307.032500', '135307.492500', '135307.952500', '135308.412500', '135308.872500', '135309.332500', '135309.792500', '135310.252500', '135310.712500', '135311.172500', '135311.632500', '135312.092500', '135312.552500', '135313.012500', '135313.472500', '135313.932500', '135314.392500', '135314.852500', '135315.312500', '135315.772500', '135316.232500', '135316.692500', '135317.152500', '135317.612500', '135318.072500', '135318.532500', '135318.992500', '135319.452500', '135319.912500', '135320.372500', '135320.832500', '135321.292500', '135321.752500', '135322.212500', '135322.672500', '135323.132500', '135323.592500', '135324.052500', '135324.512500', '135324.972500', '135325.432500', '135325.892500', '135326.352500', '135326.812500', '135327.272500', '135327.732500', '135328.192500', '135328.652500', '135329.112500', '135329.572500', '135330.032500', '135330.492500', '135330.952500', '135331.412500', '135331.872500', '135332.332500', '135332.792500', '135333.252500', '135333.712500', '135334.172500', '135334.632500', '135335.092500', '135335.552500', '135336.012500', '135336.472500', '135336.932500', '135337.392500', '135337.852500', '135338.312500', '135338.772500', '135339.232500', '135339.692500', '135340.152500', '135340.612500', '135341.072500', '135341.532500', '135341.992500', '135342.452500', '135342.912500', '135343.372500', '135343.832500', '135344.292500', '135344.752500', '135345.212500', '135345.672500', '135346.132500', '135346.592500', '135347.052500', '135347.512500', '135347.972500', '135348.432500', '135348.892500', '135349.352500', '135349.812500', '135350.272500', '135350.732500', '135351.192500', '135351.652500', '135352.112500', '135352.572500', '135353.032500', '135353.492500', '135353.952500', '135354.412500', '135354.872500', '135355.332500', '135355.792500', '135356.252500', '135356.712500', '135357.172500', '135357.632500', '135358.092500', '135358.552500', '135359.012500', '135359.472500', '135359.932500', '135400.392500', '135400.852500', '135401.312500', '135401.772500', '135402.232500', '135402.692500', '135403.152500', '135403.612500', '135404.072500', '135404.532500', '135404.992500', '135405.452500', '135405.912500', '135406.372500', '135406.832500', '135407.292500', '135407.752500', '135408.212500', '135408.672500', '135409.132500', '135409.592500', '135410.052500', '135410.512500', '135410.972500', '135411.432500', '135411.892500', '135412.352500', '135412.812500', '135413.272500', '135413.732500', '135414.192500', '135414.652500', '135415.112500', '135415.572500', '135416.032500', '135416.492500', '135416.952500', '135417.412500', '135417.872500', '135418.332500', '135418.792500', '135419.252500', '135419.712500', '135420.172500', '135420.632500', '135421.092500', '135421.552500', '135422.012500', '135422.472500', '135422.932500', '135423.392500', '135423.852500', '135424.312500', '135424.772500', '135425.232500', '135425.692500', '135426.152500', '135426.612500', '135427.072500', '135427.532500', '135427.992500', '135428.452500', '135428.912500', '135429.372500', '135429.832500', '135430.292500', '135430.752500', '135431.212500', '135431.672500', '135432.132500', '135432.592500', '135433.052500', '135433.512500', '135433.972500', '135434.432500', '135434.892500', '135435.352500', '135435.812500', '135436.272500', '135436.732500', '135437.192500', '135437.652500', '135438.112500', '135438.572500', '135439.032500', '135439.492500', '135439.952500', '135440.412500', '135440.872500', '135441.332500', '135441.792500', '135442.252500', '135442.712500', '135443.172500', '135443.632500', '135444.092500', '135444.552500', '135445.012500', '135445.472500', '135445.932500', '135446.392500', '135446.852500', '135447.312500', '135447.772500', '135448.232500', '135448.692500', '135449.152500', '135449.612500', '135450.072500', '135450.532500', '135450.992500', '135451.452500', '135451.912500', '135452.372500', '135452.832500', '135453.292500', '135453.752500', '135454.212500', '135454.672500', '135455.132500', '135455.592500', '135456.052500', '135456.512500', '135456.972500', '135457.432500', '135457.892500', '135458.352500', '135458.812500', '135459.272500', '135459.732500', '135500.192500', '135500.652500', '135501.112500', '135501.572500', '135502.032500', '135502.492500', '135502.952500', '135503.412500', '135503.872500', '135504.332500', '135504.792500', '135505.252500', '135505.712500', '135506.172500', '135506.632500', '135507.092500', '135507.552500', '135508.012500', '135508.472500', '135508.932500', '135509.392500', '135509.852500', '135510.312500', '135510.772500', '135511.232500', '135511.692500', '135512.152500', '135512.612500', '135513.072500', '135513.532500', '135513.992500', '135514.452500', '135514.912500', '135515.372500', '135515.832500', '135516.292500', '135516.752500', '135517.212500', '135517.672500', '135518.132500', '135518.592500', '135519.052500', '135519.512500', '135519.972500', '135520.432500', '135520.892500', '135521.352500', '135521.812500', '135522.272500', '135522.732500', '135523.192500', '135523.652500', '135524.112500', '135524.572500', '135525.032500', '135525.492500', '135525.952500', '135526.412500', '135526.872500', '135527.332500', '135527.792500', '135528.252500', '135528.712500', '135529.172500', '135529.632500', '135530.092500', '135530.552500', '135531.012500', '135531.472500', '135531.932500', '135532.392500', '135532.852500', '135533.312500', '135533.772500', '135534.232500', '135534.692500', '135535.152500', '135535.612500', '135536.072500', '135536.532500', '135536.992500', '135537.452500', '135537.912500', '135538.372500', '135538.832500', '135539.292500', '135539.752500', '135540.212500', '135540.672500', '135541.132500', '135541.592500', '135542.052500', '135542.512500', '135542.972500', '135543.432500', '135543.892500', '135544.352500', '135544.812500', '135545.272500', '135545.732500', '135546.192500', '135546.652500', '135547.112500', '135547.572500', '135548.032500', '135548.492500', '135548.952500', '135549.412500', '135549.872500', '135550.332500', '135550.792500', '135551.252500', '135551.712500', '135552.172500', '135552.632500', '135553.092500', '135553.552500', '135554.012500', '135554.472500', '135554.932500', '135555.392500', '135555.852500', '135556.312500', '135556.772500', '135557.232500', '135557.692500', '135558.152500', '135558.612500', '135559.072500', '135559.532500', '135559.992500', '135600.452500', '135600.912500', '135601.372500', '135601.832500', '135602.292500', '135602.752500', '135603.212500', '135603.672500', '135604.132500', '135604.592500', '135605.052500', '135605.512500', '135605.972500', '135606.432500', '135606.892500', '135607.352500', '135607.812500', '135608.272500', '135608.732500', '135609.192500', '135609.652500', '135610.112500', '135610.572500', '135611.032500', '135611.492500', '135611.952500', '135612.412500', '135612.872500', '135613.332500', '135613.792500', '135614.252500', '135614.712500', '135615.172500', '135615.632500', '135616.092500', '135616.552500', '135617.012500', '135617.472500', '135617.932500', '135618.392500', '135618.852500', '135619.312500', '135619.772500', '135620.232500', '135620.692500', '135621.152500', '135621.612500', '135622.072500', '135622.532500', '135622.992500', '135623.452500', '135623.912500', '135624.372500', '135624.832500', '135625.292500', '135625.752500', '135626.212500', '135626.672500', '135627.132500', '135627.592500', '135628.052500', '135628.512500', '135628.972500', '135629.432500', '135629.892500', '135630.352500', '135630.812500', '135631.272500', '135631.732500', '135632.192500', '135632.652500', '135633.112500', '135633.572500', '135634.032500', '135634.492500', '135634.952500', '135635.412500', '135635.872500', '135636.332500', '135636.792500', '135637.252500', '135637.712500', '135638.172500', '135638.632500', '135639.092500', '135639.552500', '135640.012500', '135640.472500', '135640.932500', '135641.392500', '135641.852500', '135642.312500', '135642.772500', '135643.232500', '135643.692500', '135644.152500', '135644.612500', '135645.072500', '135645.532500', '135645.992500', '135646.452500', '135646.912500', '135647.372500', '135647.832500', '135648.292500', '135648.752500', '135649.212500', '135649.672500', '135650.132500', '135650.592500', '135651.052500', '135651.512500', '135651.972500', '135652.432500', '135652.892500', '135653.352500', '135653.812500', '135654.272500', '135654.732500', '135655.192500', '135655.652500', '135656.112500', '135656.572500', '135657.032500', '135657.492500', '135657.952500', '135658.412500', '135658.872500', '135659.332500', '135659.792500', '135700.252500', '135700.712500', '135701.172500', '135701.632500', '135702.092500', '135702.552500', '135703.012500', '135703.472500', '135703.932500', '135704.392500', '135704.852500', '135705.312500', '135705.772500', '135706.232500', '135706.692500', '135707.152500', '135707.612500', '135708.072500', '135708.532500', '135708.992500', '135709.452500', '135709.912500', '135710.372500', '135710.832500', '135711.292500', '135711.752500', '135712.212500', '135712.672500', '135713.132500', '135713.592500', '135714.052500', '135714.512500', '135714.972500', '135715.432500', '135715.892500', '135716.352500', '135716.812500', '135717.272500', '135717.732500', '135718.192500', '135718.652500', '135719.112500', '135719.572500', '135720.032500', '135720.492500', '135720.952500', '135721.412500', '135721.872500', '135722.332500', '135722.792500', '135723.252500', '135723.712500', '135724.172500', '135724.632500', '135725.092500', '135725.552500', '135726.012500', '135726.472500', '135726.932500', '135727.392500', '135727.852500', '135728.312500', '135728.772500', '135729.232500', '135729.692500', '135730.152500', '135730.612500', '135731.072500', '135731.532500', '135731.992500', '135732.452500', '135732.912500', '135733.372500', '135733.832500', '135734.292500', '135734.752500', '135735.212500', '135735.672500', '135736.132500', '135736.592500', '135737.052500', '135737.512500', '135737.972500', '135738.432500', '135738.892500', '135739.352500', '135739.812500', '135740.272500', '135740.732500', '135741.192500', '135741.652500', '135742.112500', '135742.572500', '135743.032500', '135743.492500', '135743.952500', '135744.412500', '135744.872500', '135745.332500', '135745.792500', '135746.252500', '135746.712500', '135747.172500', '135747.632500', '135748.092500', '135748.552500', '135749.012500', '135749.472500', '135749.932500', '135750.392500', '135750.852500', '135751.312500', '135751.772500', '135752.232500', '135752.692500', '135753.152500', '135753.612500', '135754.072500', '135754.532500', '135754.992500', '135755.452500', '135755.912500', '135756.372500', '135756.832500', '135757.292500', '135757.752500', '135758.212500', '135758.672500', '135759.132500', '135759.592500', '135800.052500', '135800.512500', '135800.972500', '135801.432500', '135801.892500', '135802.352500', '135802.812500', '135803.272500', '135803.732500', '135804.192500', '135804.652500', '135805.112500', '135805.572500', '135806.032500', '135806.492500', '135806.952500', '135807.412500', '135807.872500', '135808.332500', '135808.792500', '135809.252500', '135809.712500', '135810.172500', '135810.632500', '135811.092500', '135811.552500', '135812.012500', '135812.472500', '135812.932500', '135813.392500', '135813.852500', '135814.312500', '135814.772500', '135815.232500', '135815.692500', '135816.152500', '135816.612500', '135817.072500', '135817.532500', '135817.992500', '135818.452500', '135818.912500', '135819.372500', '135819.832500', '135820.292500', '135820.752500', '135821.212500', '135821.672500', '135822.132500', '135822.592500', '135823.052500', '135823.512500', '135823.972500', '135824.432500', '135824.892500', '135825.352500', '135825.812500', '135826.272500', '135826.732500', '135827.192500', '135827.652500', '135828.112500', '135828.572500', '135829.032500', '135829.492500', '135829.952500', '135830.412500', '135830.872500', '135831.332500', '135831.792500', '135832.252500', '135832.712500', '135833.172500', '135833.632500', '135834.092500', '135834.552500', '135835.012500', '135835.472500', '135835.932500', '135836.392500', '135836.852500', '135837.312500', '135837.772500', '135838.232500', '135838.692500', '135839.152500', '135839.612500', '135840.072500', '135840.532500', '135840.992500', '135841.452500', '135841.912500', '135842.372500', '135842.832500', '135843.292500', '135843.752500', '135844.212500', '135844.672500', '135845.132500', '135845.592500', '135846.052500', '135846.512500', '135846.972500', '135847.432500', '135847.892500', '135848.352500', '135848.812500', '135849.272500', '135849.732500', '135850.192500', '135850.652500', '135851.112500', '135851.572500', '135852.032500', '135852.492500', '135852.952500', '135853.412500', '135853.872500', '135854.332500', '135854.792500', '135855.252500', '135855.712500', '135856.172500', '135856.632500', '135857.092500', '135857.552500', '135858.012500', '135858.472500', '135858.932500', '135859.392500', '135859.852500', '135900.312500', '135900.772500', '135901.232500', '135901.692500', '135902.152500', '135902.612500', '135903.072500', '135903.532500', '135903.992500', '135904.452500', '135904.912500', '135905.372500', '135905.832500', '135906.292500', '135906.752500', '135907.212500', '135907.672500', '135908.132500', '135908.592500', '135909.052500', '135909.512500', '135909.972500', '135910.432500', '135910.892500', '135911.352500', '135911.812500', '135912.272500', '135912.732500', '135913.192500', '135913.652500', '135914.112500', '135914.572500', '135915.032500', '135915.492500', '135915.952500', '135916.412500', '135916.872500', '135917.332500', '135917.792500', '135918.252500', '135918.712500', '135919.172500', '135919.632500', '135920.092500', '135920.552500', '135921.012500', '135921.472500', '135921.932500', '135922.392500', '135922.852500', '135923.312500', '135923.772500', '135924.232500', '135924.692500', '135925.152500', '135925.612500', '135926.072500', '135926.532500', '135926.992500', '135927.452500', '135927.912500', '135928.372500', '135928.832500', '135929.292500', '135929.752500', '135930.212500', '135930.672500', '135931.132500', '135931.592500', '135932.052500', '135932.512500', '135932.972500', '135933.432500', '135933.892500', '135934.352500', '135934.812500', '135935.272500', '135935.732500', '135936.192500', '135936.652500', '135937.112500', '135937.572500', '135938.032500', '135938.492500', '135938.952500', '135939.412500', '135939.872500', '135940.332500', '135940.792500', '135941.252500', '135941.712500', '135942.172500', '135942.632500', '135943.092500', '135943.552500', '135944.012500', '135944.472500', '135944.932500', '135945.392500', '135945.852500', '135946.312500', '135946.772500', '135947.232500', '135947.692500', '135948.152500', '135948.612500', '135949.072500', '135949.532500', '135949.992500', '135950.452500', '135950.912500', '135951.372500', '135951.832500', '135952.292500', '135952.752500', '135953.212500', '135953.672500', '135954.132500', '135954.592500', '135955.052500', '135955.512500', '135955.972500', '135956.432500', '135956.892500', '135957.352500', '135957.812500', '135958.272500', '135958.732500', '135959.192500', '135959.652500', '140000.112500', '140000.572500', '140001.032500', '140001.492500', '140001.952500', '140002.412500', '140002.872500', '140003.332500', '140003.792500', '140004.252500', '140004.712500', '140005.172500', '140005.632500', '140006.092500', '140006.552500', '140007.012500', '140007.472500', '140007.932500', '140008.392500', '140008.852500', '140009.312500', '140009.772500', '140010.232500', '140010.692500', '140011.152500', '140011.612500', '140012.072500', '140012.532500', '140012.992500', '140013.452500', '140013.912500', '140014.372500', '140014.832500', '140015.292500', '140015.752500', '140016.212500', '140016.672500', '140017.132500', '140017.592500', '140018.052500', '140018.512500', '140018.972500', '140019.432500', '140019.892500', '140020.352500', '140020.812500', '140021.272500', '140021.732500', '140022.192500', '140022.652500', '140023.112500', '140023.572500', '140024.032500', '140024.492500', '140024.952500', '140025.412500', '140025.872500', '140026.332500', '140026.792500', '140027.252500', '140027.712500', '140028.172500', '140028.632500', '140029.092500', '140029.552500', '140030.012500', '140030.472500', '140030.932500', '140031.392500', '140031.852500', '140032.312500', '140032.772500', '140033.232500', '140033.692500', '140034.152500', '140034.612500', '140035.072500', '140035.532500', '140035.992500', '140036.452500', '140036.912500', '140037.372500', '140037.832500', '140038.292500', '140038.752500', '140039.212500', '140039.672500', '140040.132500', '140040.592500', '140041.052500', '140041.512500', '140041.972500', '140042.432500', '140042.892500', '140043.352500', '140043.812500', '140044.272500', '140044.732500', '140045.192500', '140045.652500', '140046.112500', '140046.572500', '140047.032500', '140047.492500', '140047.952500', '140048.412500', '140048.872500', '140049.332500', '140049.792500', '140050.252500', '140050.712500', '140051.172500', '140051.632500', '140052.092500', '140052.552500', '140053.012500', '140053.472500', '140053.932500', '140054.392500', '140054.852500', '140055.312500', '140055.772500', '140056.232500', '140056.692500', '140057.152500', '140057.612500', '140058.072500', '140058.532500', '140058.992500', '140059.452500', '140059.912500', '140100.372500', '140100.832500', '140101.292500', '140101.752500', '140102.212500', '140102.672500', '140103.132500', '140103.592500', '140104.052500', '140104.512500', '140104.972500', '140105.432500', '140105.892500', '140106.352500', '140106.812500', '140107.272500', '140107.732500', '140108.192500', '140108.652500', '140109.112500', '140109.572500', '140110.032500', '140110.492500', '140110.952500', '140111.412500', '140111.872500', '140112.332500', '140112.792500', '140113.252500', '140113.712500', '140114.172500', '140114.632500', '140115.092500', '140115.552500', '140116.012500', '140116.472500', '140116.932500', '140117.392500', '140117.852500', '140118.312500', '140118.772500', '140119.232500', '140119.692500', '140120.152500', '140120.612500', '140121.072500', '140121.532500', '140121.992500', '140122.452500', '140122.912500', '140123.372500', '140123.832500', '140124.292500', '140124.752500', '140125.212500', '140125.672500', '140126.132500', '140126.592500', '140127.052500', '140127.512500', '140127.972500', '140128.432500', '140128.892500', '140129.352500', '140129.812500', '140130.272500', '140130.732500', '140131.192500', '140131.652500', '140132.112500', '140132.572500', '140133.032500', '140133.492500', '140133.952500', '140134.412500', '140134.872500', '140135.332500', '140135.792500', '140136.252500', '140136.712500', '140137.172500', '140137.632500', '140138.092500', '140138.552500', '140139.012500', '140139.472500', '140139.932500', '140140.392500', '140140.852500', '140141.312500', '140141.772500', '140142.232500', '140142.692500', '140143.152500', '140143.612500', '140144.072500', '140144.532500', '140144.992500', '140145.452500', '140145.912500', '140146.372500', '140146.832500', '140147.292500', '140147.752500', '140148.212500', '140148.672500', '140149.132500', '140149.592500', '140150.052500', '140150.512500', '140150.972500', '140151.432500', '140151.892500', '140152.352500', '140152.812500', '140153.272500', '140153.732500', '140154.192500', '140154.652500', '140155.112500', '140155.572500', '140156.032500', '140156.492500', '140156.952500', '140157.412500', '140157.872500', '140158.332500', '140158.792500', '140159.252500', '140159.712500', '140200.172500', '140200.632500', '140201.092500', '140201.552500', '140202.012500', '140202.472500', '140202.932500', '140203.392500', '140203.852500', '140204.312500', '140204.772500', '140205.232500', '140205.692500', '140206.152500', '140206.612500', '140207.072500', '140207.532500', '140207.992500', '140208.452500', '140208.912500', '140209.372500', '140209.832500', '140210.292500', '140210.752500', '140211.212500'], 'ContentTime': ['135151.661000', '135151.665000', '135151.667000', '135151.670000', '135151.673000', '135151.675000', '135151.687000', '135151.690000', '135151.711000', '135151.714000', '135151.716000', '135151.726000', '135151.728000', '135151.731000', '135151.733000', '135151.736000', '135151.739000', '135151.741000', '135151.754000', '135151.757000', '135151.759000', '135151.762000', '135151.765000', '135151.767000', '135211.628000', '135211.631000', '135211.634000', '135211.637000', '135211.639000', '135211.642000', '135211.644000', '135211.647000', '135211.649000', '135211.652000', '135211.654000', '135211.657000', '135211.660000', '135211.673000', '135211.676000', '135211.678000', '135211.681000', '135211.683000', '135211.686000', '135211.689000', '135211.691000', '135211.694000', '135211.696000', '135211.699000', '135211.701000', '135211.704000', '135211.707000', '135211.709000', '135211.712000', '135211.714000', '135211.717000', '135211.719000', '135211.725000', '135211.728000', '135211.730000', '135211.733000', '135211.735000', '135211.738000', '135211.741000', '135211.743000', '135211.746000', '135211.748000', '135211.755000', '135211.758000', '135231.627000', '135231.631000', '135231.633000', '135231.636000', '135231.638000', '135231.641000', '135231.644000', '135231.646000', '135231.649000', '135231.651000', '135231.654000', '135231.657000', '135231.660000', '135231.663000', '135231.665000', '135231.700000', '135231.703000', '135231.705000', '135231.708000', '135231.711000', '135231.713000', '135231.716000', '135231.719000', '135231.721000', '135231.724000', '135231.726000', '135231.729000', '135231.731000', '135231.734000', '135231.737000', '135231.739000', '135231.742000', '135231.745000', '135231.747000', '135231.750000', '135231.752000', '135231.755000', '135231.757000', '135231.760000', '135231.763000', '135231.775000', '135231.778000', '135231.781000', '135251.628000', '135251.631000', '135251.633000', '135251.636000', '135251.638000', '135251.651000', '135251.654000', '135251.656000', '135251.659000', '135251.661000', '135251.664000', '135251.666000', '135251.669000', '135251.672000', '135251.674000', '135251.677000', '135251.679000', '135251.682000', '135251.685000', '135251.687000', '135251.690000', '135251.692000', '135251.695000', '135251.697000', '135251.700000', '135251.713000', '135251.716000', '135251.719000', '135251.721000', '135251.724000', '135251.726000', '135251.729000', '135251.731000', '135251.734000', '135251.737000', '135251.739000', '135251.742000', '135251.745000', '135251.747000', '135251.750000', '135251.752000', '135251.755000', '135251.758000', '135251.760000', '135311.628000', '135311.630000', '135311.633000', '135311.636000', '135311.638000', '135311.641000', '135311.643000', '135311.646000', '135311.648000', '135311.651000', '135311.654000', '135311.656000', '135311.659000', '135311.661000', '135311.664000', '135311.667000', '135311.669000', '135311.672000', '135311.674000', '135311.677000', '135311.679000', '135311.682000', '135311.685000', '135311.688000', '135311.690000', '135311.693000', '135311.697000', '135311.699000', '135311.702000', '135311.705000', '135311.707000', '135311.710000', '135311.712000', '135311.715000', '135311.718000', '135311.720000', '135311.723000', '135311.725000', '135311.728000', '135311.731000', '135311.733000', '135311.736000', '135311.739000', '135331.628000', '135331.630000', '135331.633000', '135331.636000', '135331.639000', '135331.641000', '135331.644000', '135331.646000', '135331.649000', '135331.652000', '135331.654000', '135331.657000', '135331.660000', '135331.662000', '135331.665000', '135331.667000', '135331.670000', '135331.673000', '135331.675000', '135331.678000', '135331.680000', '135331.683000', '135331.685000', '135331.688000', '135331.691000', '135331.693000', '135331.696000', '135331.698000', '135331.701000', '135331.704000', '135331.706000', '135331.709000', '135331.712000', '135331.714000', '135331.717000', '135331.719000', '135331.722000', '135331.725000', '135331.727000', '135331.730000', '135331.733000', '135331.735000', '135331.738000', '135331.740000', '135351.629000', '135351.631000', '135351.634000', '135351.637000', '135351.639000', '135351.642000', '135351.645000', '135351.647000', '135351.650000', '135351.652000', '135351.655000', '135351.657000', '135351.660000', '135351.663000', '135351.665000', '135351.668000', '135351.670000', '135351.673000', '135351.676000', '135351.678000', '135351.681000', '135351.684000', '135351.686000', '135351.689000', '135351.692000', '135351.694000', '135351.697000', '135351.701000', '135351.704000', '135351.706000', '135351.709000', '135351.712000', '135351.714000', '135351.717000', '135351.720000', '135351.722000', '135351.725000', '135351.728000', '135351.730000', '135351.733000', '135351.736000', '135351.738000', '135351.741000', '135411.628000', '135411.631000', '135411.634000', '135411.637000', '135411.640000', '135411.642000', '135411.645000', '135411.648000', '135411.650000', '135411.653000', '135411.655000', '135411.658000', '135411.669000', '135411.672000', '135411.674000', '135411.677000', '135411.680000', '135411.682000', '135411.685000', '135411.687000', '135411.690000', '135411.693000', '135411.695000', '135411.698000', '135411.701000', '135411.703000', '135411.706000', '135411.709000', '135411.711000', '135411.714000', '135411.716000', '135411.719000', '135411.722000', '135411.724000', '135411.727000', '135411.730000', '135411.732000', '135411.735000', '135411.737000', '135411.740000', '135411.743000', '135411.745000', '135411.748000', '135411.750000', '135431.629000', '135431.632000', '135431.634000', '135431.637000', '135431.639000', '135431.642000', '135431.645000', '135431.647000', '135431.650000', '135431.652000', '135431.655000', '135431.658000', '135431.660000', '135431.663000', '135431.666000', '135431.669000', '135431.672000', '135431.675000', '135431.678000', '135431.681000', '135431.683000', '135431.686000', '135431.689000', '135431.691000', '135431.694000', '135431.697000', '135431.699000', '135431.702000', '135431.704000', '135431.707000', '135431.710000', '135431.712000', '135431.715000', '135431.717000', '135431.720000', '135431.723000', '135431.725000', '135431.728000', '135431.730000', '135431.733000', '135431.736000', '135431.738000', '135431.741000', '135451.627000', '135451.630000', '135451.633000', '135451.636000', '135451.638000', '135451.641000', '135451.644000', '135451.646000', '135451.649000', '135451.651000', '135451.654000', '135451.657000', '135451.659000', '135451.662000', '135451.664000', '135451.667000', '135451.669000', '135451.672000', '135451.675000', '135451.677000', '135451.680000', '135451.682000', '135451.685000', '135451.688000', '135451.690000', '135451.693000', '135451.695000', '135451.698000', '135451.701000', '135451.703000', '135451.706000', '135451.708000', '135451.711000', '135451.714000', '135451.716000', '135451.719000', '135451.721000', '135451.724000', '135451.727000', '135451.729000', '135451.732000', '135451.734000', '135451.737000', '135451.740000', '135511.628000', '135511.630000', '135511.633000', '135511.635000', '135511.639000', '135511.641000', '135511.644000', '135511.646000', '135511.649000', '135511.652000', '135511.654000', '135511.657000', '135511.659000', '135511.662000', '135511.664000', '135511.667000', '135511.670000', '135511.672000', '135511.675000', '135511.677000', '135511.680000', '135511.683000', '135511.685000', '135511.688000', '135511.691000', '135511.693000', '135511.696000', '135511.699000', '135511.701000', '135511.704000', '135511.706000', '135511.709000', '135511.712000', '135511.714000', '135511.717000', '135511.719000', '135511.722000', '135511.725000', '135511.727000', '135511.730000', '135511.733000', '135511.735000', '135511.739000', '135531.627000', '135531.631000', '135531.633000', '135531.636000', '135531.639000', '135531.641000', '135531.644000', '135531.646000', '135531.649000', '135531.652000', '135531.654000', '135531.657000', '135531.660000', '135531.662000', '135531.665000', '135531.667000', '135531.670000', '135531.673000', '135531.675000', '135531.678000', '135531.680000', '135531.683000', '135531.686000', '135531.688000', '135531.691000', '135531.694000', '135531.697000', '135531.699000', '135531.702000', '135531.704000', '135531.707000', '135531.709000', '135531.712000', '135531.715000', '135531.717000', '135531.720000', '135531.722000', '135531.736000', '135531.738000', '135531.741000', '135531.744000', '135531.746000', '135531.749000', '135531.751000', '135551.627000', '135551.630000', '135551.633000', '135551.636000', '135551.638000', '135551.642000', '135551.644000', '135551.647000', '135551.649000', '135551.652000', '135551.655000', '135551.658000', '135551.660000', '135551.663000', '135551.665000', '135551.668000', '135551.671000', '135551.674000', '135551.676000', '135551.679000', '135551.682000', '135551.684000', '135551.687000', '135551.690000', '135551.692000', '135551.695000', '135551.697000', '135551.700000', '135551.703000', '135551.706000', '135551.708000', '135551.711000', '135551.714000', '135551.716000', '135551.719000', '135551.722000', '135551.724000', '135551.727000', '135551.730000', '135551.733000', '135551.736000', '135551.739000', '135551.742000', '135611.628000', '135611.631000', '135611.634000', '135611.636000', '135611.639000', '135611.642000', '135611.645000', '135611.647000', '135611.650000', '135611.653000', '135611.655000', '135611.658000', '135611.661000', '135611.663000', '135611.666000', '135611.668000', '135611.671000', '135611.674000', '135611.676000', '135611.679000', '135611.681000', '135611.684000', '135611.687000', '135611.689000', '135611.692000', '135611.695000', '135611.697000', '135611.700000', '135611.702000', '135611.705000', '135611.708000', '135611.710000', '135611.713000', '135611.716000', '135611.718000', '135611.721000', '135611.724000', '135611.726000', '135611.729000', '135611.731000', '135611.734000', '135611.737000', '135611.739000', '135611.742000', '135631.629000', '135631.631000', '135631.634000', '135631.637000', '135631.639000', '135631.642000', '135631.645000', '135631.647000', '135631.650000', '135631.652000', '135631.655000', '135631.658000', '135631.661000', '135631.663000', '135631.666000', '135631.669000', '135631.671000', '135631.674000', '135631.676000', '135631.679000', '135631.682000', '135631.684000', '135631.687000', '135631.690000', '135631.692000', '135631.695000', '135631.697000', '135631.700000', '135631.703000', '135631.705000', '135631.708000', '135631.710000', '135631.713000', '135631.716000', '135631.718000', '135631.721000', '135631.723000', '135631.726000', '135631.729000', '135631.731000', '135631.734000', '135631.736000', '135631.739000', '135651.628000', '135651.631000', '135651.634000', '135651.637000', '135651.639000', '135651.642000', '135651.644000', '135651.647000', '135651.650000', '135651.652000', '135651.655000', '135651.657000', '135651.660000', '135651.663000', '135651.665000', '135651.668000', '135651.670000', '135651.673000', '135651.675000', '135651.678000', '135651.681000', '135651.683000', '135651.686000', '135651.689000', '135651.691000', '135651.701000', '135651.704000', '135651.707000', '135651.709000', '135651.712000', '135651.714000', '135651.717000', '135651.720000', '135651.723000', '135651.725000', '135651.728000', '135651.730000', '135651.733000', '135651.736000', '135651.738000', '135651.741000', '135651.743000', '135651.746000', '135651.749000', '135711.628000', '135711.631000', '135711.633000', '135711.643000', '135711.646000', '135711.649000', '135711.652000', '135711.654000', '135711.657000', '135711.659000', '135711.662000', '135711.665000', '135711.667000', '135711.670000', '135711.672000', '135711.675000', '135711.678000', '135711.681000', '135711.683000', '135711.686000', '135711.689000', '135711.691000', '135711.694000', '135711.696000', '135711.699000', '135711.702000', '135711.704000', '135711.707000', '135711.710000', '135711.712000', '135711.715000', '135711.718000', '135711.720000', '135711.723000', '135711.726000', '135711.728000', '135711.731000', '135711.735000', '135711.738000', '135711.741000', '135711.743000', '135711.746000', '135711.749000', '135731.628000', '135731.630000', '135731.633000', '135731.636000', '135731.639000', '135731.641000', '135731.644000', '135731.647000', '135731.649000', '135731.652000', '135731.655000', '135731.657000', '135731.660000', '135731.662000', '135731.665000', '135731.668000', '135731.670000', '135731.673000', '135731.676000', '135731.678000', '135731.681000', '135731.683000', '135731.686000', '135731.689000', '135731.691000', '135731.694000', '135731.697000', '135731.699000', '135731.702000', '135731.704000', '135731.707000', '135731.710000', '135731.712000', '135731.715000', '135731.717000', '135731.720000', '135731.722000', '135731.725000', '135731.728000', '135731.730000', '135731.733000', '135731.735000', '135731.738000', '135731.741000', '135751.628000', '135751.630000', '135751.633000', '135751.636000', '135751.638000', '135751.641000', '135751.643000', '135751.646000', '135751.649000', '135751.651000', '135751.654000', '135751.656000', '135751.659000', '135751.662000', '135751.664000', '135751.667000', '135751.670000', '135751.672000', '135751.675000', '135751.678000', '135751.680000', '135751.683000', '135751.685000', '135751.688000', '135751.691000', '135751.693000', '135751.696000', '135751.698000', '135751.701000', '135751.704000', '135751.706000', '135751.709000', '135751.712000', '135751.714000', '135751.717000', '135751.719000', '135751.722000', '135751.725000', '135751.728000', '135751.730000', '135751.733000', '135751.736000', '135751.738000', '135811.627000', '135811.630000', '135811.633000', '135811.636000', '135811.638000', '135811.641000', '135811.644000', '135811.646000', '135811.649000', '135811.651000', '135811.654000', '135811.657000', '135811.659000', '135811.662000', '135811.664000', '135811.667000', '135811.670000', '135811.672000', '135811.675000', '135811.677000', '135811.680000', '135811.683000', '135811.685000', '135811.688000', '135811.690000', '135811.693000', '135811.696000', '135811.698000', '135811.701000', '135811.703000', '135811.706000', '135811.709000', '135811.712000', '135811.714000', '135811.717000', '135811.719000', '135811.722000', '135811.725000', '135811.727000', '135811.730000', '135811.732000', '135811.735000', '135811.738000', '135811.740000', '135831.629000', '135831.631000', '135831.634000', '135831.638000', '135831.640000', '135831.643000', '135831.645000', '135831.648000', '135831.651000', '135831.654000', '135831.656000', '135831.659000', '135831.662000', '135831.664000', '135831.682000', '135831.685000', '135831.688000', '135831.690000', '135831.693000', '135831.696000', '135831.699000', '135831.701000', '135831.704000', '135831.707000', '135831.710000', '135831.712000', '135831.715000', '135831.718000', '135831.720000', '135831.723000', '135831.726000', '135831.728000', '135831.731000', '135831.734000', '135831.736000', '135831.739000', '135831.742000', '135831.744000', '135831.747000', '135831.750000', '135831.752000', '135831.755000', '135831.758000', '135851.629000', '135851.632000', '135851.634000', '135851.637000', '135851.640000', '135851.642000', '135851.653000', '135851.655000', '135851.658000', '135851.661000', '135851.664000', '135851.667000', '135851.670000', '135851.672000', '135851.675000', '135851.678000', '135851.680000', '135851.683000', '135851.686000', '135851.688000', '135851.691000', '135851.694000', '135851.697000', '135851.700000', '135851.702000', '135851.705000', '135851.708000', '135851.711000', '135851.713000', '135851.716000', '135851.719000', '135851.721000', '135851.724000', '135851.727000', '135851.730000', '135851.734000', '135851.737000', '135851.739000', '135851.742000', '135851.745000', '135851.748000', '135851.750000', '135851.753000', '135911.628000', '135911.631000', '135911.634000', '135911.637000', '135911.639000', '135911.642000', '135911.645000', '135911.647000', '135911.650000', '135911.653000', '135911.655000', '135911.658000', '135911.661000', '135911.663000', '135911.666000', '135911.669000', '135911.671000', '135911.674000', '135911.676000', '135911.679000', '135911.682000', '135911.684000', '135911.687000', '135911.690000', '135911.692000', '135911.695000', '135911.697000', '135911.700000', '135911.703000', '135911.705000', '135911.708000', '135911.710000', '135911.713000', '135911.715000', '135911.718000', '135911.721000', '135911.723000', '135911.726000', '135911.728000', '135911.731000', '135911.734000', '135911.737000', '135911.739000', '135911.742000', '135931.628000', '135931.631000', '135931.633000', '135931.636000', '135931.639000', '135931.641000', '135931.644000', '135931.647000', '135931.649000', '135931.652000', '135931.654000', '135931.657000', '135931.660000', '135931.662000', '135931.665000', '135931.668000', '135931.670000', '135931.673000', '135931.675000', '135931.678000', '135931.680000', '135931.683000', '135931.686000', '135931.688000', '135931.691000', '135931.693000', '135931.696000', '135931.699000', '135931.701000', '135931.704000', '135931.706000', '135931.709000', '135931.712000', '135931.714000', '135931.717000', '135931.720000', '135931.722000', '135931.725000', '135931.727000', '135931.730000', '135931.733000', '135931.735000', '135931.738000', '135951.628000', '135951.630000', '135951.633000', '135951.636000', '135951.639000', '135951.641000', '135951.644000', '135951.647000', '135951.649000', '135951.652000', '135951.654000', '135951.657000', '135951.660000', '135951.671000', '135951.674000', '135951.677000', '135951.679000', '135951.682000', '135951.685000', '135951.687000', '135951.690000', '135951.692000', '135951.695000', '135951.698000', '135951.700000', '135951.703000', '135951.722000', '135951.725000', '135951.727000', '135951.730000', '135951.733000', '135951.735000', '135951.738000', '135951.740000', '135951.743000', '135951.746000', '135951.748000', '135951.751000', '135951.753000', '135951.756000', '135951.758000', '135951.761000', '135951.764000', '135951.766000', '140011.628000', '140011.631000', '140011.634000', '140011.636000', '140011.639000', '140011.641000', '140011.644000', '140011.647000', '140011.649000', '140011.652000', '140011.655000', '140011.658000', '140011.661000', '140011.664000', '140011.667000', '140011.669000', '140011.672000', '140011.674000', '140011.677000', '140011.680000', '140011.682000', '140011.685000', '140011.688000', '140011.690000', '140011.693000', '140011.695000', '140011.698000', '140011.701000', '140011.703000', '140011.706000', '140011.709000', '140011.711000', '140011.714000', '140011.717000', '140011.719000', '140011.722000', '140011.724000', '140011.727000', '140011.730000', '140011.732000', '140011.735000', '140011.737000', '140011.740000', '140031.628000', '140031.631000', '140031.633000', '140031.636000', '140031.639000', '140031.641000', '140031.644000', '140031.646000', '140031.649000', '140031.652000', '140031.654000', '140031.657000', '140031.660000', '140031.662000', '140031.665000', '140031.667000', '140031.670000', '140031.673000', '140031.675000', '140031.678000', '140031.681000', '140031.684000', '140031.686000', '140031.689000', '140031.692000', '140031.694000', '140031.697000', '140031.725000', '140031.728000', '140031.731000', '140031.733000', '140031.736000', '140031.739000', '140031.741000', '140031.744000', '140031.747000', '140031.749000', '140031.752000', '140031.755000', '140031.758000', '140031.760000', '140031.763000', '140031.765000', '140031.775000', '140051.629000', '140051.632000', '140051.634000', '140051.637000', '140051.640000', '140051.642000', '140051.645000', '140051.647000', '140051.650000', '140051.653000', '140051.655000', '140051.658000', '140051.660000', '140051.663000', '140051.665000', '140051.668000', '140051.671000', '140051.673000', '140051.676000', '140051.679000', '140051.681000', '140051.684000', '140051.686000', '140051.689000', '140051.692000', '140051.694000', '140051.697000', '140051.699000', '140051.702000', '140051.705000', '140051.707000', '140051.710000', '140051.713000', '140051.715000', '140051.718000', '140051.721000', '140051.723000', '140051.726000', '140051.728000', '140051.731000', '140051.734000', '140051.736000', '140051.739000', '140111.629000', '140111.631000', '140111.634000', '140111.637000', '140111.640000', '140111.643000', '140111.645000', '140111.648000', '140111.663000', '140111.666000', '140111.668000', '140111.671000', '140111.674000', '140111.676000', '140111.679000', '140111.681000', '140111.684000', '140111.687000', '140111.689000', '140111.692000', '140111.695000', '140111.697000', '140111.700000', '140111.703000', '140111.705000', '140111.708000', '140111.711000', '140111.713000', '140111.716000', '140111.718000', '140111.721000', '140111.724000', '140111.726000', '140111.729000', '140111.732000', '140111.734000', '140111.737000', '140111.740000', '140111.742000', '140111.745000', '140111.747000', '140111.750000', '140111.753000', '140111.755000', '140131.629000', '140131.632000', '140131.634000', '140131.637000', '140131.639000', '140131.642000', '140131.645000', '140131.648000', '140131.650000', '140131.653000', '140131.655000', '140131.658000', '140131.661000', '140131.663000', '140131.666000', '140131.669000', '140131.671000', '140131.674000', '140131.676000', '140131.679000', '140131.682000', '140131.684000', '140131.687000', '140131.690000', '140131.693000', '140131.695000', '140131.699000', '140131.702000', '140131.705000', '140131.707000', '140131.710000', '140131.713000', '140131.717000', '140131.719000', '140131.722000', '140131.725000', '140131.727000', '140131.730000', '140131.732000', '140131.735000', '140131.738000', '140131.741000', '140131.743000', '140151.628000', '140151.630000', '140151.633000', '140151.636000', '140151.639000', '140151.642000', '140151.644000', '140151.647000', '140151.650000', '140151.652000', '140151.655000', '140151.658000', '140151.660000', '140151.663000', '140151.666000', '140151.668000', '140151.671000', '140151.674000', '140151.676000', '140151.679000', '140151.682000', '140151.684000', '140151.687000', '140151.689000', '140151.692000', '140151.694000', '140151.697000', '140151.700000', '140151.703000', '140151.705000', '140151.708000', '140151.710000', '140151.713000', '140151.716000', '140151.718000', '140151.721000', '140151.723000', '140151.726000', '140151.729000', '140151.731000', '140151.734000', '140151.736000', '140151.739000', '140151.742000', '140211.628000', '140211.631000', '140211.633000', '140211.636000', '140211.638000', '140211.641000', '140211.644000', '140211.646000', '140211.649000', '140211.652000', '140211.654000', '140211.657000', '140211.659000', '140211.662000', '140211.664000', '140211.667000', '140211.670000', '140211.672000', '140211.675000', '140211.678000', '140211.680000', '140211.683000', '140211.685000', '140211.688000', '140211.691000', '140211.693000', '140211.696000', '140211.699000', '140211.701000', '140211.704000', '140211.706000', '140211.709000', '140211.712000', '140211.714000', '140211.717000', '140211.719000', '140211.722000', '140211.725000', '140211.727000', '140211.730000', '140211.733000', '140211.735000', '140211.738000', '140213.060000', '140213.063000', '140213.066000', '140213.069000'], 'InstanceCreationTime': ['135151.661000', '135151.665000', '135151.667000', '135151.670000', '135151.673000', '135151.675000', '135151.687000', '135151.690000', '135151.711000', '135151.714000', '135151.716000', '135151.726000', '135151.728000', '135151.731000', '135151.733000', '135151.736000', '135151.739000', '135151.741000', '135151.754000', '135151.757000', '135151.759000', '135151.762000', '135151.765000', '135151.767000', '135211.628000', '135211.631000', '135211.634000', '135211.637000', '135211.639000', '135211.642000', '135211.644000', '135211.647000', '135211.649000', '135211.652000', '135211.654000', '135211.657000', '135211.660000', '135211.673000', '135211.676000', '135211.678000', '135211.681000', '135211.683000', '135211.686000', '135211.689000', '135211.691000', '135211.694000', '135211.696000', '135211.699000', '135211.701000', '135211.704000', '135211.707000', '135211.709000', '135211.712000', '135211.714000', '135211.717000', '135211.719000', '135211.725000', '135211.728000', '135211.730000', '135211.733000', '135211.735000', '135211.738000', '135211.741000', '135211.743000', '135211.746000', '135211.748000', '135211.755000', '135211.758000', '135231.627000', '135231.631000', '135231.633000', '135231.636000', '135231.638000', '135231.641000', '135231.644000', '135231.646000', '135231.649000', '135231.651000', '135231.654000', '135231.657000', '135231.660000', '135231.663000', '135231.665000', '135231.700000', '135231.703000', '135231.705000', '135231.708000', '135231.711000', '135231.713000', '135231.716000', '135231.719000', '135231.721000', '135231.724000', '135231.726000', '135231.729000', '135231.731000', '135231.734000', '135231.737000', '135231.739000', '135231.742000', '135231.745000', '135231.747000', '135231.750000', '135231.752000', '135231.755000', '135231.757000', '135231.760000', '135231.763000', '135231.775000', '135231.778000', '135231.781000', '135251.628000', '135251.631000', '135251.633000', '135251.636000', '135251.638000', '135251.651000', '135251.654000', '135251.656000', '135251.659000', '135251.661000', '135251.664000', '135251.666000', '135251.669000', '135251.672000', '135251.674000', '135251.677000', '135251.679000', '135251.682000', '135251.685000', '135251.687000', '135251.690000', '135251.692000', '135251.695000', '135251.697000', '135251.700000', '135251.713000', '135251.716000', '135251.719000', '135251.721000', '135251.724000', '135251.726000', '135251.729000', '135251.731000', '135251.734000', '135251.737000', '135251.739000', '135251.742000', '135251.745000', '135251.747000', '135251.750000', '135251.752000', '135251.755000', '135251.758000', '135251.760000', '135311.628000', '135311.630000', '135311.633000', '135311.636000', '135311.638000', '135311.641000', '135311.643000', '135311.646000', '135311.648000', '135311.651000', '135311.654000', '135311.656000', '135311.659000', '135311.661000', '135311.664000', '135311.667000', '135311.669000', '135311.672000', '135311.674000', '135311.677000', '135311.679000', '135311.682000', '135311.685000', '135311.688000', '135311.690000', '135311.693000', '135311.697000', '135311.699000', '135311.702000', '135311.705000', '135311.707000', '135311.710000', '135311.712000', '135311.715000', '135311.718000', '135311.720000', '135311.723000', '135311.725000', '135311.728000', '135311.731000', '135311.733000', '135311.736000', '135311.739000', '135331.628000', '135331.630000', '135331.633000', '135331.636000', '135331.639000', '135331.641000', '135331.644000', '135331.646000', '135331.649000', '135331.652000', '135331.654000', '135331.657000', '135331.660000', '135331.662000', '135331.665000', '135331.667000', '135331.670000', '135331.673000', '135331.675000', '135331.678000', '135331.680000', '135331.683000', '135331.685000', '135331.688000', '135331.691000', '135331.693000', '135331.696000', '135331.698000', '135331.701000', '135331.704000', '135331.706000', '135331.709000', '135331.712000', '135331.714000', '135331.717000', '135331.719000', '135331.722000', '135331.725000', '135331.727000', '135331.730000', '135331.733000', '135331.735000', '135331.738000', '135331.740000', '135351.629000', '135351.631000', '135351.634000', '135351.637000', '135351.639000', '135351.642000', '135351.645000', '135351.647000', '135351.650000', '135351.652000', '135351.655000', '135351.657000', '135351.660000', '135351.663000', '135351.665000', '135351.668000', '135351.670000', '135351.673000', '135351.676000', '135351.678000', '135351.681000', '135351.684000', '135351.686000', '135351.689000', '135351.692000', '135351.694000', '135351.697000', '135351.701000', '135351.704000', '135351.706000', '135351.709000', '135351.712000', '135351.714000', '135351.717000', '135351.720000', '135351.722000', '135351.725000', '135351.728000', '135351.730000', '135351.733000', '135351.736000', '135351.738000', '135351.741000', '135411.628000', '135411.631000', '135411.634000', '135411.637000', '135411.640000', '135411.642000', '135411.645000', '135411.648000', '135411.650000', '135411.653000', '135411.655000', '135411.658000', '135411.669000', '135411.672000', '135411.674000', '135411.677000', '135411.680000', '135411.682000', '135411.685000', '135411.687000', '135411.690000', '135411.693000', '135411.695000', '135411.698000', '135411.701000', '135411.703000', '135411.706000', '135411.709000', '135411.711000', '135411.714000', '135411.716000', '135411.719000', '135411.722000', '135411.724000', '135411.727000', '135411.730000', '135411.732000', '135411.735000', '135411.737000', '135411.740000', '135411.743000', '135411.745000', '135411.748000', '135411.750000', '135431.629000', '135431.632000', '135431.634000', '135431.637000', '135431.639000', '135431.642000', '135431.645000', '135431.647000', '135431.650000', '135431.652000', '135431.655000', '135431.658000', '135431.660000', '135431.663000', '135431.666000', '135431.669000', '135431.672000', '135431.675000', '135431.678000', '135431.681000', '135431.683000', '135431.686000', '135431.689000', '135431.691000', '135431.694000', '135431.697000', '135431.699000', '135431.702000', '135431.704000', '135431.707000', '135431.710000', '135431.712000', '135431.715000', '135431.717000', '135431.720000', '135431.723000', '135431.725000', '135431.728000', '135431.730000', '135431.733000', '135431.736000', '135431.738000', '135431.741000', '135451.627000', '135451.630000', '135451.633000', '135451.636000', '135451.638000', '135451.641000', '135451.644000', '135451.646000', '135451.649000', '135451.651000', '135451.654000', '135451.657000', '135451.659000', '135451.662000', '135451.664000', '135451.667000', '135451.669000', '135451.672000', '135451.675000', '135451.677000', '135451.680000', '135451.682000', '135451.685000', '135451.688000', '135451.690000', '135451.693000', '135451.695000', '135451.698000', '135451.701000', '135451.703000', '135451.706000', '135451.708000', '135451.711000', '135451.714000', '135451.716000', '135451.719000', '135451.721000', '135451.724000', '135451.727000', '135451.729000', '135451.732000', '135451.734000', '135451.737000', '135451.740000', '135511.628000', '135511.630000', '135511.633000', '135511.635000', '135511.639000', '135511.641000', '135511.644000', '135511.646000', '135511.649000', '135511.652000', '135511.654000', '135511.657000', '135511.659000', '135511.662000', '135511.664000', '135511.667000', '135511.670000', '135511.672000', '135511.675000', '135511.677000', '135511.680000', '135511.683000', '135511.685000', '135511.688000', '135511.691000', '135511.693000', '135511.696000', '135511.699000', '135511.701000', '135511.704000', '135511.706000', '135511.709000', '135511.712000', '135511.714000', '135511.717000', '135511.719000', '135511.722000', '135511.725000', '135511.727000', '135511.730000', '135511.733000', '135511.735000', '135511.739000', '135531.627000', '135531.631000', '135531.633000', '135531.636000', '135531.639000', '135531.641000', '135531.644000', '135531.646000', '135531.649000', '135531.652000', '135531.654000', '135531.657000', '135531.660000', '135531.662000', '135531.665000', '135531.667000', '135531.670000', '135531.673000', '135531.675000', '135531.678000', '135531.680000', '135531.683000', '135531.686000', '135531.688000', '135531.691000', '135531.694000', '135531.697000', '135531.699000', '135531.702000', '135531.704000', '135531.707000', '135531.709000', '135531.712000', '135531.715000', '135531.717000', '135531.720000', '135531.722000', '135531.736000', '135531.738000', '135531.741000', '135531.744000', '135531.746000', '135531.749000', '135531.751000', '135551.627000', '135551.630000', '135551.633000', '135551.636000', '135551.638000', '135551.642000', '135551.644000', '135551.647000', '135551.649000', '135551.652000', '135551.655000', '135551.658000', '135551.660000', '135551.663000', '135551.665000', '135551.668000', '135551.671000', '135551.674000', '135551.676000', '135551.679000', '135551.682000', '135551.684000', '135551.687000', '135551.690000', '135551.692000', '135551.695000', '135551.697000', '135551.700000', '135551.703000', '135551.706000', '135551.708000', '135551.711000', '135551.714000', '135551.716000', '135551.719000', '135551.722000', '135551.724000', '135551.727000', '135551.730000', '135551.733000', '135551.736000', '135551.739000', '135551.742000', '135611.628000', '135611.631000', '135611.634000', '135611.636000', '135611.639000', '135611.642000', '135611.645000', '135611.647000', '135611.650000', '135611.653000', '135611.655000', '135611.658000', '135611.661000', '135611.663000', '135611.666000', '135611.668000', '135611.671000', '135611.674000', '135611.676000', '135611.679000', '135611.681000', '135611.684000', '135611.687000', '135611.689000', '135611.692000', '135611.695000', '135611.697000', '135611.700000', '135611.702000', '135611.705000', '135611.708000', '135611.710000', '135611.713000', '135611.716000', '135611.718000', '135611.721000', '135611.724000', '135611.726000', '135611.729000', '135611.731000', '135611.734000', '135611.737000', '135611.739000', '135611.742000', '135631.629000', '135631.631000', '135631.634000', '135631.637000', '135631.639000', '135631.642000', '135631.645000', '135631.647000', '135631.650000', '135631.652000', '135631.655000', '135631.658000', '135631.661000', '135631.663000', '135631.666000', '135631.669000', '135631.671000', '135631.674000', '135631.676000', '135631.679000', '135631.682000', '135631.684000', '135631.687000', '135631.690000', '135631.692000', '135631.695000', '135631.697000', '135631.700000', '135631.703000', '135631.705000', '135631.708000', '135631.710000', '135631.713000', '135631.716000', '135631.718000', '135631.721000', '135631.723000', '135631.726000', '135631.729000', '135631.731000', '135631.734000', '135631.736000', '135631.739000', '135651.628000', '135651.631000', '135651.634000', '135651.637000', '135651.639000', '135651.642000', '135651.644000', '135651.647000', '135651.650000', '135651.652000', '135651.655000', '135651.657000', '135651.660000', '135651.663000', '135651.665000', '135651.668000', '135651.670000', '135651.673000', '135651.675000', '135651.678000', '135651.681000', '135651.683000', '135651.686000', '135651.689000', '135651.691000', '135651.701000', '135651.704000', '135651.707000', '135651.709000', '135651.712000', '135651.714000', '135651.717000', '135651.720000', '135651.723000', '135651.725000', '135651.728000', '135651.730000', '135651.733000', '135651.736000', '135651.738000', '135651.741000', '135651.743000', '135651.746000', '135651.749000', '135711.628000', '135711.631000', '135711.633000', '135711.643000', '135711.646000', '135711.649000', '135711.652000', '135711.654000', '135711.657000', '135711.659000', '135711.662000', '135711.665000', '135711.667000', '135711.670000', '135711.672000', '135711.675000', '135711.678000', '135711.681000', '135711.683000', '135711.686000', '135711.689000', '135711.691000', '135711.694000', '135711.696000', '135711.699000', '135711.702000', '135711.704000', '135711.707000', '135711.710000', '135711.712000', '135711.715000', '135711.718000', '135711.720000', '135711.723000', '135711.726000', '135711.728000', '135711.731000', '135711.735000', '135711.738000', '135711.741000', '135711.743000', '135711.746000', '135711.749000', '135731.628000', '135731.630000', '135731.633000', '135731.636000', '135731.639000', '135731.641000', '135731.644000', '135731.647000', '135731.649000', '135731.652000', '135731.655000', '135731.657000', '135731.660000', '135731.662000', '135731.665000', '135731.668000', '135731.670000', '135731.673000', '135731.676000', '135731.678000', '135731.681000', '135731.683000', '135731.686000', '135731.689000', '135731.691000', '135731.694000', '135731.697000', '135731.699000', '135731.702000', '135731.704000', '135731.707000', '135731.710000', '135731.712000', '135731.715000', '135731.717000', '135731.720000', '135731.722000', '135731.725000', '135731.728000', '135731.730000', '135731.733000', '135731.735000', '135731.738000', '135731.741000', '135751.628000', '135751.630000', '135751.633000', '135751.636000', '135751.638000', '135751.641000', '135751.643000', '135751.646000', '135751.649000', '135751.651000', '135751.654000', '135751.656000', '135751.659000', '135751.662000', '135751.664000', '135751.667000', '135751.670000', '135751.672000', '135751.675000', '135751.678000', '135751.680000', '135751.683000', '135751.685000', '135751.688000', '135751.691000', '135751.693000', '135751.696000', '135751.698000', '135751.701000', '135751.704000', '135751.706000', '135751.709000', '135751.712000', '135751.714000', '135751.717000', '135751.719000', '135751.722000', '135751.725000', '135751.728000', '135751.730000', '135751.733000', '135751.736000', '135751.738000', '135811.627000', '135811.630000', '135811.633000', '135811.636000', '135811.638000', '135811.641000', '135811.644000', '135811.646000', '135811.649000', '135811.651000', '135811.654000', '135811.657000', '135811.659000', '135811.662000', '135811.664000', '135811.667000', '135811.670000', '135811.672000', '135811.675000', '135811.677000', '135811.680000', '135811.683000', '135811.685000', '135811.688000', '135811.690000', '135811.693000', '135811.696000', '135811.698000', '135811.701000', '135811.703000', '135811.706000', '135811.709000', '135811.712000', '135811.714000', '135811.717000', '135811.719000', '135811.722000', '135811.725000', '135811.727000', '135811.730000', '135811.732000', '135811.735000', '135811.738000', '135811.740000', '135831.629000', '135831.631000', '135831.634000', '135831.638000', '135831.640000', '135831.643000', '135831.645000', '135831.648000', '135831.651000', '135831.654000', '135831.656000', '135831.659000', '135831.662000', '135831.664000', '135831.682000', '135831.685000', '135831.688000', '135831.690000', '135831.693000', '135831.696000', '135831.699000', '135831.701000', '135831.704000', '135831.707000', '135831.710000', '135831.712000', '135831.715000', '135831.718000', '135831.720000', '135831.723000', '135831.726000', '135831.728000', '135831.731000', '135831.734000', '135831.736000', '135831.739000', '135831.742000', '135831.744000', '135831.747000', '135831.750000', '135831.752000', '135831.755000', '135831.758000', '135851.629000', '135851.632000', '135851.634000', '135851.637000', '135851.640000', '135851.642000', '135851.653000', '135851.655000', '135851.658000', '135851.661000', '135851.664000', '135851.667000', '135851.670000', '135851.672000', '135851.675000', '135851.678000', '135851.680000', '135851.683000', '135851.686000', '135851.688000', '135851.691000', '135851.694000', '135851.697000', '135851.700000', '135851.702000', '135851.705000', '135851.708000', '135851.711000', '135851.713000', '135851.716000', '135851.719000', '135851.721000', '135851.724000', '135851.727000', '135851.730000', '135851.734000', '135851.737000', '135851.739000', '135851.742000', '135851.745000', '135851.748000', '135851.750000', '135851.753000', '135911.628000', '135911.631000', '135911.634000', '135911.637000', '135911.639000', '135911.642000', '135911.645000', '135911.647000', '135911.650000', '135911.653000', '135911.655000', '135911.658000', '135911.661000', '135911.663000', '135911.666000', '135911.669000', '135911.671000', '135911.674000', '135911.676000', '135911.679000', '135911.682000', '135911.684000', '135911.687000', '135911.690000', '135911.692000', '135911.695000', '135911.697000', '135911.700000', '135911.703000', '135911.705000', '135911.708000', '135911.710000', '135911.713000', '135911.715000', '135911.718000', '135911.721000', '135911.723000', '135911.726000', '135911.728000', '135911.731000', '135911.734000', '135911.737000', '135911.739000', '135911.742000', '135931.628000', '135931.631000', '135931.633000', '135931.636000', '135931.639000', '135931.641000', '135931.644000', '135931.647000', '135931.649000', '135931.652000', '135931.654000', '135931.657000', '135931.660000', '135931.662000', '135931.665000', '135931.668000', '135931.670000', '135931.673000', '135931.675000', '135931.678000', '135931.680000', '135931.683000', '135931.686000', '135931.688000', '135931.691000', '135931.693000', '135931.696000', '135931.699000', '135931.701000', '135931.704000', '135931.706000', '135931.709000', '135931.712000', '135931.714000', '135931.717000', '135931.720000', '135931.722000', '135931.725000', '135931.727000', '135931.730000', '135931.733000', '135931.735000', '135931.738000', '135951.628000', '135951.630000', '135951.633000', '135951.636000', '135951.639000', '135951.641000', '135951.644000', '135951.647000', '135951.649000', '135951.652000', '135951.654000', '135951.657000', '135951.660000', '135951.671000', '135951.674000', '135951.677000', '135951.679000', '135951.682000', '135951.685000', '135951.687000', '135951.690000', '135951.692000', '135951.695000', '135951.698000', '135951.700000', '135951.703000', '135951.722000', '135951.725000', '135951.727000', '135951.730000', '135951.733000', '135951.735000', '135951.738000', '135951.740000', '135951.743000', '135951.746000', '135951.748000', '135951.751000', '135951.753000', '135951.756000', '135951.758000', '135951.761000', '135951.764000', '135951.766000', '140011.628000', '140011.631000', '140011.634000', '140011.636000', '140011.639000', '140011.641000', '140011.644000', '140011.647000', '140011.649000', '140011.652000', '140011.655000', '140011.658000', '140011.661000', '140011.664000', '140011.667000', '140011.669000', '140011.672000', '140011.674000', '140011.677000', '140011.680000', '140011.682000', '140011.685000', '140011.688000', '140011.690000', '140011.693000', '140011.695000', '140011.698000', '140011.701000', '140011.703000', '140011.706000', '140011.709000', '140011.711000', '140011.714000', '140011.717000', '140011.719000', '140011.722000', '140011.724000', '140011.727000', '140011.730000', '140011.732000', '140011.735000', '140011.737000', '140011.740000', '140031.628000', '140031.631000', '140031.633000', '140031.636000', '140031.639000', '140031.641000', '140031.644000', '140031.646000', '140031.649000', '140031.652000', '140031.654000', '140031.657000', '140031.660000', '140031.662000', '140031.665000', '140031.667000', '140031.670000', '140031.673000', '140031.675000', '140031.678000', '140031.681000', '140031.684000', '140031.686000', '140031.689000', '140031.692000', '140031.694000', '140031.697000', '140031.725000', '140031.728000', '140031.731000', '140031.733000', '140031.736000', '140031.739000', '140031.741000', '140031.744000', '140031.747000', '140031.749000', '140031.752000', '140031.755000', '140031.758000', '140031.760000', '140031.763000', '140031.765000', '140031.775000', '140051.629000', '140051.632000', '140051.634000', '140051.637000', '140051.640000', '140051.642000', '140051.645000', '140051.647000', '140051.650000', '140051.653000', '140051.655000', '140051.658000', '140051.660000', '140051.663000', '140051.665000', '140051.668000', '140051.671000', '140051.673000', '140051.676000', '140051.679000', '140051.681000', '140051.684000', '140051.686000', '140051.689000', '140051.692000', '140051.694000', '140051.697000', '140051.699000', '140051.702000', '140051.705000', '140051.707000', '140051.710000', '140051.713000', '140051.715000', '140051.718000', '140051.721000', '140051.723000', '140051.726000', '140051.728000', '140051.731000', '140051.734000', '140051.736000', '140051.739000', '140111.629000', '140111.631000', '140111.634000', '140111.637000', '140111.640000', '140111.643000', '140111.645000', '140111.648000', '140111.663000', '140111.666000', '140111.668000', '140111.671000', '140111.674000', '140111.676000', '140111.679000', '140111.681000', '140111.684000', '140111.687000', '140111.689000', '140111.692000', '140111.695000', '140111.697000', '140111.700000', '140111.703000', '140111.705000', '140111.708000', '140111.711000', '140111.713000', '140111.716000', '140111.718000', '140111.721000', '140111.724000', '140111.726000', '140111.729000', '140111.732000', '140111.734000', '140111.737000', '140111.740000', '140111.742000', '140111.745000', '140111.747000', '140111.750000', '140111.753000', '140111.755000', '140131.629000', '140131.632000', '140131.634000', '140131.637000', '140131.639000', '140131.642000', '140131.645000', '140131.648000', '140131.650000', '140131.653000', '140131.655000', '140131.658000', '140131.661000', '140131.663000', '140131.666000', '140131.669000', '140131.671000', '140131.674000', '140131.676000', '140131.679000', '140131.682000', '140131.684000', '140131.687000', '140131.690000', '140131.693000', '140131.695000', '140131.699000', '140131.702000', '140131.705000', '140131.707000', '140131.710000', '140131.713000', '140131.717000', '140131.719000', '140131.722000', '140131.725000', '140131.727000', '140131.730000', '140131.732000', '140131.735000', '140131.738000', '140131.741000', '140131.743000', '140151.628000', '140151.630000', '140151.633000', '140151.636000', '140151.639000', '140151.642000', '140151.644000', '140151.647000', '140151.650000', '140151.652000', '140151.655000', '140151.658000', '140151.660000', '140151.663000', '140151.666000', '140151.668000', '140151.671000', '140151.674000', '140151.676000', '140151.679000', '140151.682000', '140151.684000', '140151.687000', '140151.689000', '140151.692000', '140151.694000', '140151.697000', '140151.700000', '140151.703000', '140151.705000', '140151.708000', '140151.710000', '140151.713000', '140151.716000', '140151.718000', '140151.721000', '140151.723000', '140151.726000', '140151.729000', '140151.731000', '140151.734000', '140151.736000', '140151.739000', '140151.742000', '140211.628000', '140211.631000', '140211.633000', '140211.636000', '140211.638000', '140211.641000', '140211.644000', '140211.646000', '140211.649000', '140211.652000', '140211.654000', '140211.657000', '140211.659000', '140211.662000', '140211.664000', '140211.667000', '140211.670000', '140211.672000', '140211.675000', '140211.678000', '140211.680000', '140211.683000', '140211.685000', '140211.688000', '140211.691000', '140211.693000', '140211.696000', '140211.699000', '140211.701000', '140211.704000', '140211.706000', '140211.709000', '140211.712000', '140211.714000', '140211.717000', '140211.719000', '140211.722000', '140211.725000', '140211.727000', '140211.730000', '140211.733000', '140211.735000', '140211.738000', '140213.060000', '140213.063000', '140213.066000', '140213.069000'], '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': [10472, 15414, 10192, 11294, 10570, 12339, 12420, 9692, 12304, 8218, 12491, 7876, 14000, 8793, 13966, 8529, 13434, 8881, 14682, 9282, 14673, 9142, 13357, 8960, 12968, 8557, 13983, 8089, 12615, 8151, 13034, 8335, 13763, 8402, 13904, 7856, 12751, 7940, 13307, 8263, 14417, 8330, 13292, 8189, 13353, 8330, 14976, 9678, 14542, 9154, 14070, 9244, 15099, 10962, 15029, 10114, 14373, 10150, 14677, 10633, 14808, 10692, 14568, 10549, 14758, 10586, 14993, 11418, 13376, 10672, 13400, 10214, 13830, 11969, 12720, 10327, 10110, 10507, 10657, 12570, 8179, 12151, 7842, 12812, 7821, 15280, 9021, 14303, 8822, 13969, 9270, 15422, 10776, 15590, 10914, 14618, 10499, 14034, 11137, 14695, 11889, 12895, 10830, 13096, 10490, 13417, 11847, 13347, 10583, 10788, 10725, 12536, 12199, 9081, 11303, 8006, 11675, 8921, 13546, 8570, 13411, 8436, 12634, 8424, 14055, 9003, 13632, 8413, 13255, 8242, 14591, 8839, 14158, 8185, 13453, 8663, 14915, 9144, 14069, 8762, 13551, 8702, 15115, 9543, 14420, 8737, 13956, 9255, 15729, 10353, 15188, 10265, 14465, 9881, 15082, 11131, 14764, 8921, 13831, 9010, 14503, 10055, 15156, 9438, 13952, 8869, 14282, 10437, 14739, 8889, 13623, 8842, 14795, 11310, 14999, 10392, 14744, 10088, 14902, 11727, 14730, 10688, 14360, 10763, 14981, 10772, 14991, 10814, 14304, 9430, 13498, 8935, 14095, 9001, 14012, 8616, 13819, 8181, 12598, 7703, 13764, 8239, 13190, 8049, 11495, 8083, 13105, 7699, 13556, 7561, 12677, 7714, 13988, 8397, 13989, 7723, 13081, 7793, 13813, 9054, 14847, 8899, 14118, 9234, 14095, 10690, 14900, 10134, 14098, 9566, 14214, 10486, 14476, 9952, 13813, 9905, 14124, 9934, 14883, 10829, 13194, 10034, 11973, 9882, 14427, 10418, 13902, 11242, 14261, 10775, 14328, 9907, 13869, 10144, 13902, 9216, 13004, 9145, 13291, 9101, 13619, 9372, 13535, 9012, 13270, 8691, 13722, 9104, 13528, 9048, 13495, 9073, 13749, 8752, 13513, 9237, 13031, 9226, 12211, 9031, 11082, 10275, 8228, 13527, 8129, 14173, 9764, 14368, 10968, 13310, 11697, 11841, 11962, 7839, 12285, 8524, 14966, 8351, 13448, 8088, 13543, 9342, 14128, 10968, 13649, 9250, 11647, 9536, 13008, 9970, 12315, 11730, 7933, 11662, 7875, 12068, 8238, 12898, 8586, 13603, 8373, 12725, 7975, 13164, 8618, 14229, 9495, 13620, 9533, 13167, 10275, 14165, 10683, 13057, 9903, 11463, 10153, 14165, 10980, 10068, 10496, 11104, 10467, 11528, 10813, 11794, 12034, 10331, 10685, 14099, 12100, 7969, 10389, 8566, 14187, 10060, 13580, 12894, 8963, 15960, 10827, 16210, 11353, 14338, 12180, 12407, 11081, 9488, 12115, 13674, 13971, 9142, 11911, 8284, 12761, 9322, 15247, 9216, 13459, 8574, 13125, 8792, 15451, 9989, 14244, 8571, 13645, 8922, 15693, 11915, 15149, 10603, 15477, 10730, 14941, 12542, 15215, 10449, 8659, 10870, 7990, 13776, 9400, 14557, 8838, 14390, 9344, 14669, 10035, 15148, 10557, 15335, 10932, 15881, 11575, 15013, 10563, 15591, 12188, 14014, 10189, 14645, 11069, 14922, 10832, 9813, 10899, 8098, 12137, 8676, 13917, 9344, 13449, 8679, 14227, 9422, 14512, 10648, 15576, 12072, 14903, 10724, 13183, 10891, 11026, 11817, 10199, 12673, 8064, 12155, 8391, 13777, 9099, 14941, 9724, 14648, 10092, 14664, 10554, 14854, 10241, 14291, 10129, 14466, 10731, 15792, 11713, 14886, 10448, 12016, 10581, 11533, 11732, 11466, 11254, 9626, 11008, 11829, 11593, 10801, 11346, 14016, 10882, 13472, 11165, 14730, 10899, 13239, 10867, 14564, 10791, 12888, 10691, 11351, 10469, 13112, 11109, 11219, 11121, 9811, 11024, 11299, 10885, 11996, 13012, 12843, 11053, 9702, 11699, 9217, 13564, 9337, 13050, 8537, 12301, 8969, 13668, 8437, 13448, 8377, 13309, 8559, 13826, 9225, 14397, 8371, 12733, 8424, 12992, 9005, 13565, 9203, 11749, 9427, 11695, 9590, 11961, 10399, 11105, 9047, 12043, 8760, 12697, 9301, 12522, 9617, 13055, 9326, 13277, 14110, 12975, 12602, 11475, 10316, 11815, 11331, 13256, 15751, 10996, 12593, 10529, 12135, 12678, 8473, 11765, 8332, 12396, 8211, 14507, 10048, 15737, 8957, 13524, 8659, 13794, 9648, 15430, 9004, 13102, 8531, 13246, 8587, 14106, 9409, 13418, 8833, 12544, 8955, 15319, 8992, 12412, 8641, 13107, 9183, 15655, 8884, 13962, 8734, 15009, 11774, 15804, 10821, 12110, 11337, 11695, 13703, 12641, 13235, 10149, 12664, 9166, 14419, 11012, 13586, 12334, 13691, 12437, 12948, 9031, 11642, 10939, 11662, 11781, 13251, 12658, 11168, 9506, 11435, 8381, 14053, 8923, 13580, 8687, 14140, 10074, 15523, 12277, 14447, 11085, 9347, 11245, 8787, 13482, 9488, 15762, 9219, 14098, 9024, 13478, 9480, 15608, 10300, 14983, 9748, 14039, 9482, 14491, 11254, 15397, 10408, 14546, 10484, 14407, 10571, 14947, 11234, 14832, 10370, 14741, 10341, 14434, 11228, 11697, 10488, 12161, 10698, 11000, 12724, 9316, 11800, 8368, 12274, 9389, 14375, 8647, 13142, 8558, 13893, 9237, 16019, 9886, 14659, 8931, 14082, 9726, 15841, 11493, 15279, 10392, 14516, 11097, 15280, 11372, 14579, 11119, 14971, 11739, 14279, 11177, 11836, 11040, 12772, 11928, 9981, 11957, 9983, 11606, 8773, 13479, 9605, 15304, 9324, 14168, 10237, 15391, 12777, 13973, 11406, 10114, 11192, 11664, 13122, 10659, 14368, 9011, 13895, 9077, 15747, 12452, 16454, 11100, 9499, 12608, 9442, 11861, 11640, 9590, 16541, 10253, 14634, 9412, 14261, 9190, 15848, 9517, 13625, 8467, 13174, 8768, 15496, 10401, 14458, 8996, 13734, 9328, 15230, 10482, 14999, 9438, 14085, 10005, 15642, 11413, 15079, 10544, 14763, 10955, 16184, 11867, 14936, 10853, 14530, 11191, 15870, 12741, 15748, 11309, 12306, 11146, 11546, 13556, 12039, 12748, 10231, 13014, 9671, 15485, 10687, 13427, 9222, 13211, 8826, 15286, 9807, 15165, 9036, 14275, 9424, 16321, 10588, 15252, 10442, 15001, 11032, 16168, 11360, 15271, 10904, 14884, 11190, 16291, 11561, 14711, 10798, 15004, 11145, 15958, 12271, 14934, 10862, 14649, 11275, 15788, 12706, 15400, 11029, 13590, 11138, 15958, 11654, 14028, 12333, 11404, 11207, 11744, 11164, 11877, 12650, 12994, 12075, 10713, 11325, 10586, 11701, 12672, 13216, 9716, 12490, 10070, 11669, 9780, 13551, 10293, 12704, 8773, 12118, 8061, 13831, 9321, 14661, 8602, 14086, 9260, 15863, 11718, 15489, 10558, 14467, 10752, 15240, 12361, 12846, 11766, 11917, 11010, 10741, 11936, 11718, 14018, 8959, 13019, 8465, 12923, 8556, 14995, 9311, 13945, 8368, 13616, 8379, 15006, 10316, 15080, 9613, 14159, 9967, 15754, 11444, 14639, 10474, 15172, 11591, 12882, 11288, 9923, 11121, 11219, 12878, 10296, 13739, 8434, 14005, 9423, 15550, 11496, 16396, 13408, 15030, 11860, 12804, 11369, 13234, 13113, 11962, 13167, 12624, 11977, 9316, 12306, 9676, 13808, 9312, 12666, 9336, 12002, 10898, 13736, 8804, 12535, 8216, 12558, 9842, 13702, 9318, 13608, 8509, 12710, 8480, 12743, 9017, 14732, 8747, 13841, 8871, 15170, 11919, 16328, 11424, 15168, 11023, 14834, 11901, 12993, 12587, 12336, 11822, 9958, 12628, 10221, 15739, 9172, 14430, 9668, 15335, 11359, 16759, 12655, 16315, 11614, 15798, 11705, 16628, 12020, 15614, 10951, 15209, 10953, 15848, 12214, 14901, 11376, 11892, 10859, 13971, 11488, 13585, 13021, 13825, 11561, 11821, 11391, 10424, 13625, 9924, 13076, 8633, 13309, 8323, 15327, 10041, 15844, 9724, 14513, 10097, 15353, 11551, 16420, 11164, 14931, 11009, 15331, 11331, 16699, 12647, 12673, 10686, 15199, 11285, 13662, 12265, 11394, 11165, 11864, 11398, 11285, 12514, 12112, 13590, 9089, 12447, 9530, 12628, 10720, 14595, 9263, 12196, 8465, 12280, 8672, 16822, 12065, 14838, 10954, 12508, 11378, 13923, 13811, 10632, 13304, 9246, 13729, 8989, 15230, 10725, 16681, 9790, 14319, 9878, 14218, 10306, 15917, 11629, 15060, 10112, 14093, 10390, 15412, 11600, 16749, 12043, 15217, 11067, 14182, 11334, 13950, 12612, 10251, 11637, 9638, 11933, 9489, 13761, 9609, 13636, 9158, 13339, 8933, 15166, 10178, 15727, 9334, 14211, 10484, 16279, 13073, 15848, 11219, 11513, 11062, 12633, 12197, 10900, 13132, 8470, 12800, 8493, 13955, 9767, 16422, 9808, 14621, 10549, 15531, 11019, 16469, 12367, 15425, 10879, 15018, 11338, 13960, 12104, 10959, 10983, 8590, 12865, 9788, 15185, 8697, 13966, 10042, 15982, 12024, 16652, 11826, 15412, 10987, 15289, 11067, 16072, 12451, 15172, 10812, 14505, 10856, 15621, 12854, 14330, 11211, 14348, 11112, 13049, 12228, 9291, 11815, 8691, 13024, 9410, 15047, 9254, 13850, 8870, 16148, 12025, 16299, 11208, 14628, 11300, 14242, 12501, 12272, 12114, 9507, 12253, 8836, 12940, 9831, 12840, 8637, 11577, 9204, 7304, 10904, 8302, 13557, 10195, 14465, 11331, 13288, 12063, 8984, 17522, 13228, 18086, 13902, 14925, 11495, 14068, 10241, 15139, 10441, 15098, 11624, 12422, 10288, 9631, 10761, 9515, 12336, 10426, 13369, 9948, 14112, 8394, 13560, 9433, 15071, 11156, 15459, 12264, 10719, 11126, 10036, 11974, 9800, 15172, 9960, 13228, 8779, 13370, 8656, 14400, 9535, 16125, 10177, 14781, 9735, 14891, 10670, 16130, 12651, 16095, 10979, 14980, 11134, 15513, 11311, 14776, 12417, 9344, 11705, 7923, 13178, 10513, 10341, 13050, 10361, 15335, 9415, 13553, 8625, 13913, 8862, 14398, 9528, 15673, 9201, 13945, 8872, 13859, 8866, 14405, 9840, 15532, 8594, 13361, 8603, 14105, 8502, 14430, 10647, 15534, 10965, 9671, 9704, 7660, 12386, 8396, 15375, 11714, 16751, 12418, 14872, 11622, 12663, 11718, 13670, 13701, 12559, 12035, 12210, 12269, 12346, 14266, 9546, 12949, 8439, 12611, 8487, 14265, 8757, 13368, 8740, 13329, 8445, 14259, 9751, 14727, 9542, 14548, 10307, 14744, 10647, 15120, 10845, 14153, 10307, 14479, 9924, 14498, 11101, 13565, 10072, 12674, 10335, 13166, 11976, 9591, 10900, 11298, 11009, 10351, 11183, 9568, 12690, 8379, 10626, 8028, 11220, 8080, 12540, 9528, 12628, 10050, 11413, 13221], 'WindowCenter': [4512.0, 4513.0, 4458.0, 4465.0, 4454.0, 4450.0, 4463.0, 4429.0, 4437.0, 4407.0, 4449.0, 4394.0, 4459.0, 4409.0, 4459.0, 4405.0, 4444.0, 4418.0, 4459.0, 4406.0, 4446.0, 4405.0, 4432.0, 4408.0, 4445.0, 4394.0, 4444.0, 4382.0, 4421.0, 4381.0, 4446.0, 4396.0, 4445.0, 4396.0, 4446.0, 4395.0, 4434.0, 4408.0, 4448.0, 4408.0, 4459.0, 4395.0, 4436.0, 4407.0, 4458.0, 4419.0, 4471.0, 4430.0, 4458.0, 4416.0, 4460.0, 4418.0, 4468.0, 4440.0, 4458.0, 4430.0, 4458.0, 4440.0, 4471.0, 4440.0, 4458.0, 4439.0, 4459.0, 4442.0, 4471.0, 4440.0, 4458.0, 4439.0, 4449.0, 4428.0, 4448.0, 4429.0, 4448.0, 4451.0, 4447.0, 4428.0, 4429.0, 4440.0, 4428.0, 4462.0, 4410.0, 4450.0, 4408.0, 4461.0, 4399.0, 4471.0, 4420.0, 4460.0, 4431.0, 4468.0, 4429.0, 4457.0, 4440.0, 4471.0, 4441.0, 4458.0, 4428.0, 4459.0, 4451.0, 4471.0, 4452.0, 4448.0, 4442.0, 4463.0, 4442.0, 4459.0, 4451.0, 4459.0, 4440.0, 4441.0, 4440.0, 4450.0, 4452.0, 4420.0, 4441.0, 4411.0, 4451.0, 4420.0, 4462.0, 4420.0, 4460.0, 4409.0, 4463.0, 4410.0, 4461.0, 4420.0, 4460.0, 4409.0, 4450.0, 4409.0, 4470.0, 4420.0, 4459.0, 4409.0, 4461.0, 4418.0, 4459.0, 4417.0, 4459.0, 4409.0, 4458.0, 4409.0, 4469.0, 4428.0, 4459.0, 4419.0, 4460.0, 4420.0, 4471.0, 4429.0, 4459.0, 4430.0, 4471.0, 4433.0, 4458.0, 4453.0, 4460.0, 4407.0, 4448.0, 4421.0, 4457.0, 4429.0, 4460.0, 4420.0, 4458.0, 4432.0, 4459.0, 4441.0, 4460.0, 4421.0, 4459.0, 4406.0, 4459.0, 4441.0, 4458.0, 4431.0, 4459.0, 4430.0, 4458.0, 4453.0, 4458.0, 4426.0, 4447.0, 4427.0, 4459.0, 4440.0, 4458.0, 4429.0, 4447.0, 4417.0, 4447.0, 4420.0, 4458.0, 4418.0, 4458.0, 4407.0, 4448.0, 4397.0, 4447.0, 4397.0, 4447.0, 4406.0, 4448.0, 4396.0, 4449.0, 4407.0, 4448.0, 4398.0, 4458.0, 4399.0, 4460.0, 4410.0, 4471.0, 4411.0, 4461.0, 4399.0, 4448.0, 4411.0, 4471.0, 4431.0, 4472.0, 4421.0, 4461.0, 4445.0, 4473.0, 4443.0, 4472.0, 4443.0, 4471.0, 4445.0, 4471.0, 4453.0, 4471.0, 4441.0, 4460.0, 4431.0, 4473.0, 4443.0, 4471.0, 4442.0, 4450.0, 4431.0, 4448.0, 4431.0, 4471.0, 4456.0, 4473.0, 4453.0, 4472.0, 4442.0, 4461.0, 4430.0, 4461.0, 4431.0, 4448.0, 4418.0, 4447.0, 4417.0, 4447.0, 4421.0, 4459.0, 4431.0, 4460.0, 4418.0, 4449.0, 4433.0, 4472.0, 4421.0, 4461.0, 4420.0, 4459.0, 4421.0, 4459.0, 4434.0, 4474.0, 4446.0, 4477.0, 4446.0, 4450.0, 4446.0, 4464.0, 4443.0, 4422.0, 4476.0, 4421.0, 4472.0, 4445.0, 4472.0, 4454.0, 4461.0, 4464.0, 4451.0, 4451.0, 4412.0, 4462.0, 4421.0, 4472.0, 4410.0, 4460.0, 4409.0, 4449.0, 4418.0, 4457.0, 4443.0, 4459.0, 4420.0, 4436.0, 4416.0, 4460.0, 4431.0, 4448.0, 4451.0, 4400.0, 4438.0, 4395.0, 4438.0, 4408.0, 4449.0, 4409.0, 4447.0, 4397.0, 4435.0, 4410.0, 4448.0, 4408.0, 4447.0, 4416.0, 4445.0, 4418.0, 4448.0, 4429.0, 4460.0, 4428.0, 4447.0, 4418.0, 4425.0, 4431.0, 4447.0, 4441.0, 4417.0, 4428.0, 4427.0, 4429.0, 4437.0, 4428.0, 4427.0, 4440.0, 4418.0, 4418.0, 4436.0, 4428.0, 4396.0, 4416.0, 4396.0, 4449.0, 4431.0, 4462.0, 4451.0, 4423.0, 4486.0, 4443.0, 4474.0, 4443.0, 4449.0, 4442.0, 4439.0, 4429.0, 4419.0, 4441.0, 4450.0, 4464.0, 4406.0, 4427.0, 4396.0, 4437.0, 4406.0, 4449.0, 4406.0, 4436.0, 4396.0, 4438.0, 4408.0, 4459.0, 4405.0, 4434.0, 4396.0, 4435.0, 4406.0, 4446.0, 4427.0, 4445.0, 4415.0, 4442.0, 4429.0, 4447.0, 4439.0, 4459.0, 4415.0, 4395.0, 4427.0, 4396.0, 4434.0, 4393.0, 4434.0, 4395.0, 4446.0, 4406.0, 4444.0, 4418.0, 4455.0, 4415.0, 4432.0, 4400.0, 4431.0, 4413.0, 4432.0, 4400.0, 4434.0, 4426.0, 4446.0, 4388.0, 4404.0, 4384.0, 4403.0, 4384.0, 4372.0, 4384.0, 4353.0, 4408.0, 4378.0, 4429.0, 4387.0, 4418.0, 4379.0, 4417.0, 4390.0, 4429.0, 4412.0, 4441.0, 4423.0, 4431.0, 4414.0, 4432.0, 4414.0, 4415.0, 4423.0, 4413.0, 4435.0, 4380.0, 4422.0, 4394.0, 4444.0, 4406.0, 4446.0, 4403.0, 4445.0, 4442.0, 4472.0, 4428.0, 4448.0, 4416.0, 4447.0, 4418.0, 4447.0, 4440.0, 4460.0, 4437.0, 4458.0, 4427.0, 4436.0, 4428.0, 4437.0, 4451.0, 4438.0, 4426.0, 4416.0, 4439.0, 4438.0, 4438.0, 4424.0, 4439.0, 4447.0, 4427.0, 4448.0, 4439.0, 4457.0, 4429.0, 4446.0, 4438.0, 4458.0, 4439.0, 4449.0, 4429.0, 4438.0, 4453.0, 4462.0, 4451.0, 4451.0, 4440.0, 4430.0, 4443.0, 4453.0, 4452.0, 4439.0, 4465.0, 4450.0, 4440.0, 4418.0, 4450.0, 4420.0, 4462.0, 4421.0, 4461.0, 4419.0, 4462.0, 4434.0, 4474.0, 4421.0, 4461.0, 4411.0, 4462.0, 4433.0, 4473.0, 4421.0, 4460.0, 4409.0, 4451.0, 4421.0, 4460.0, 4418.0, 4458.0, 4419.0, 4438.0, 4417.0, 4437.0, 4417.0, 4439.0, 4430.0, 4440.0, 4419.0, 4452.0, 4422.0, 4462.0, 4422.0, 4449.0, 4420.0, 4453.0, 4432.0, 4451.0, 4459.0, 4449.0, 4438.0, 4428.0, 4426.0, 4437.0, 4429.0, 4450.0, 4458.0, 4425.0, 4437.0, 4430.0, 4437.0, 4448.0, 4397.0, 4437.0, 4407.0, 4448.0, 4410.0, 4459.0, 4430.0, 4473.0, 4408.0, 4448.0, 4422.0, 4460.0, 4420.0, 4462.0, 4407.0, 4450.0, 4408.0, 4449.0, 4409.0, 4460.0, 4419.0, 4449.0, 4419.0, 4450.0, 4408.0, 4462.0, 4409.0, 4438.0, 4420.0, 4448.0, 4418.0, 4471.0, 4423.0, 4459.0, 4408.0, 4470.0, 4451.0, 4470.0, 4440.0, 4451.0, 4452.0, 4453.0, 4476.0, 4464.0, 4463.0, 4432.0, 4451.0, 4418.0, 4461.0, 4428.0, 4451.0, 4449.0, 4448.0, 4437.0, 4436.0, 4395.0, 4424.0, 4415.0, 4426.0, 4427.0, 4449.0, 4435.0, 4413.0, 4403.0, 4437.0, 4397.0, 4458.0, 4408.0, 4448.0, 4420.0, 4472.0, 4432.0, 4457.0, 4451.0, 4458.0, 4440.0, 4420.0, 4437.0, 4408.0, 4451.0, 4417.0, 4471.0, 4417.0, 4448.0, 4407.0, 4461.0, 4419.0, 4458.0, 4428.0, 4458.0, 4416.0, 4445.0, 4419.0, 4447.0, 4440.0, 4444.0, 4429.0, 4447.0, 4428.0, 4448.0, 4428.0, 4458.0, 4426.0, 4446.0, 4444.0, 4457.0, 4429.0, 4446.0, 4428.0, 4425.0, 4428.0, 4437.0, 4428.0, 4428.0, 4451.0, 4408.0, 4439.0, 4410.0, 4451.0, 4418.0, 4461.0, 4410.0, 4448.0, 4409.0, 4449.0, 4417.0, 4469.0, 4417.0, 4446.0, 4407.0, 4446.0, 4419.0, 4471.0, 4441.0, 4444.0, 4427.0, 4447.0, 4439.0, 4459.0, 4438.0, 4447.0, 4439.0, 4458.0, 4438.0, 4448.0, 4427.0, 4436.0, 4438.0, 4447.0, 4451.0, 4429.0, 4440.0, 4416.0, 4437.0, 4408.0, 4449.0, 4419.0, 4460.0, 4417.0, 4460.0, 4429.0, 4460.0, 4464.0, 4449.0, 4452.0, 4442.0, 4453.0, 4426.0, 4452.0, 4429.0, 4461.0, 4407.0, 4448.0, 4418.0, 4469.0, 4452.0, 4470.0, 4428.0, 4418.0, 4447.0, 4417.0, 4450.0, 4453.0, 4430.0, 4473.0, 4428.0, 4448.0, 4407.0, 4445.0, 4406.0, 4457.0, 4403.0, 4434.0, 4380.0, 4434.0, 4395.0, 4443.0, 4413.0, 4433.0, 4392.0, 4432.0, 4406.0, 4443.0, 4415.0, 4443.0, 4405.0, 4445.0, 4426.0, 4456.0, 4437.0, 4456.0, 4429.0, 4459.0, 4441.0, 4471.0, 4424.0, 4426.0, 4411.0, 4433.0, 4426.0, 4482.0, 4451.0, 4458.0, 4437.0, 4438.0, 4438.0, 4439.0, 4460.0, 4439.0, 4448.0, 4427.0, 4448.0, 4416.0, 4460.0, 4427.0, 4447.0, 4405.0, 4446.0, 4417.0, 4457.0, 4416.0, 4457.0, 4405.0, 4456.0, 4416.0, 4467.0, 4424.0, 4445.0, 4415.0, 4458.0, 4436.0, 4455.0, 4426.0, 4458.0, 4425.0, 4456.0, 4425.0, 4467.0, 4436.0, 4444.0, 4425.0, 4456.0, 4437.0, 4456.0, 4437.0, 4446.0, 4425.0, 4446.0, 4438.0, 4455.0, 4449.0, 4454.0, 4428.0, 4445.0, 4425.0, 4457.0, 4437.0, 4447.0, 4437.0, 4426.0, 4427.0, 4436.0, 4436.0, 4438.0, 4449.0, 4447.0, 4437.0, 4427.0, 4428.0, 4438.0, 4439.0, 4449.0, 4448.0, 4417.0, 4447.0, 4416.0, 4439.0, 4428.0, 4460.0, 4428.0, 4447.0, 4406.0, 4449.0, 4409.0, 4459.0, 4419.0, 4458.0, 4406.0, 4460.0, 4421.0, 4469.0, 4439.0, 4468.0, 4440.0, 4459.0, 4441.0, 4468.0, 4451.0, 4448.0, 4449.0, 4438.0, 4441.0, 4440.0, 4449.0, 4450.0, 4460.0, 4407.0, 4447.0, 4407.0, 4459.0, 4418.0, 4469.0, 4419.0, 4458.0, 4406.0, 4459.0, 4410.0, 4458.0, 4428.0, 4457.0, 4418.0, 4458.0, 4429.0, 4469.0, 4440.0, 4459.0, 4437.0, 4469.0, 4451.0, 4449.0, 4440.0, 4429.0, 4439.0, 4439.0, 4449.0, 4431.0, 4461.0, 4409.0, 4457.0, 4420.0, 4470.0, 4454.0, 4472.0, 4463.0, 4461.0, 4439.0, 4448.0, 4440.0, 4449.0, 4449.0, 4436.0, 4447.0, 4435.0, 4424.0, 4406.0, 4436.0, 4405.0, 4435.0, 4404.0, 4433.0, 4402.0, 4436.0, 4413.0, 4445.0, 4390.0, 4434.0, 4395.0, 4450.0, 4416.0, 4446.0, 4404.0, 4445.0, 4394.0, 4447.0, 4395.0, 4435.0, 4406.0, 4457.0, 4405.0, 4445.0, 4420.0, 4458.0, 4450.0, 4469.0, 4439.0, 4456.0, 4429.0, 4459.0, 4440.0, 4450.0, 4450.0, 4449.0, 4493.0, 4446.0, 4448.0, 4427.0, 4470.0, 4406.0, 4456.0, 4418.0, 4457.0, 4451.0, 4469.0, 4450.0, 4468.0, 4451.0, 4471.0, 4451.0, 4469.0, 4438.0, 4468.0, 4428.0, 4457.0, 4426.0, 4455.0, 4440.0, 4457.0, 4437.0, 4435.0, 4426.0, 4446.0, 4438.0, 4448.0, 4461.0, 4446.0, 4426.0, 4426.0, 4439.0, 4425.0, 4447.0, 4417.0, 4436.0, 4395.0, 4444.0, 4397.0, 4456.0, 4429.0, 4468.0, 4416.0, 4446.0, 4427.0, 4468.0, 4441.0, 4469.0, 4440.0, 4455.0, 4428.0, 4468.0, 4440.0, 4468.0, 4448.0, 4446.0, 4427.0, 4446.0, 4427.0, 4446.0, 4449.0, 4437.0, 4438.0, 4437.0, 4450.0, 4436.0, 4449.0, 4439.0, 4450.0, 4407.0, 4437.0, 4417.0, 4437.0, 4427.0, 4458.0, 4416.0, 4436.0, 4421.0, 4450.0, 4420.0, 4481.0, 4451.0, 4459.0, 4429.0, 4438.0, 4451.0, 4459.0, 4462.0, 4430.0, 4449.0, 4419.0, 4448.0, 4418.0, 4459.0, 4427.0, 4456.0, 4414.0, 4445.0, 4402.0, 4469.0, 4426.0, 4456.0, 4438.0, 4442.0, 4401.0, 4444.0, 4415.0, 4455.0, 4436.0, 4452.0, 4436.0, 4455.0, 4424.0, 4445.0, 4438.0, 4447.0, 4438.0, 4414.0, 4426.0, 4416.0, 4438.0, 4416.0, 4449.0, 4415.0, 4446.0, 4406.0, 4444.0, 4407.0, 4458.0, 4418.0, 4456.0, 4404.0, 4444.0, 4428.0, 4457.0, 4450.0, 4456.0, 4426.0, 4423.0, 4436.0, 4449.0, 4435.0, 4416.0, 4449.0, 4398.0, 4449.0, 4408.0, 4460.0, 4430.0, 4469.0, 4418.0, 4457.0, 4428.0, 4456.0, 4440.0, 4470.0, 4449.0, 4458.0, 4428.0, 4459.0, 4438.0, 4457.0, 4449.0, 4427.0, 4426.0, 4419.0, 4449.0, 4429.0, 4461.0, 4409.0, 4458.0, 4431.0, 4457.0, 4450.0, 4467.0, 4440.0, 4457.0, 4427.0, 4457.0, 4440.0, 4459.0, 4438.0, 4447.0, 4411.0, 4443.0, 4427.0, 4454.0, 4462.0, 4443.0, 4425.0, 4445.0, 4427.0, 4435.0, 4425.0, 4403.0, 4435.0, 4407.0, 4435.0, 4404.0, 4459.0, 4406.0, 4431.0, 4406.0, 4455.0, 4438.0, 4455.0, 4426.0, 4445.0, 4426.0, 4446.0, 4437.0, 4435.0, 4449.0, 4406.0, 4436.0, 4407.0, 4449.0, 4430.0, 4446.0, 4396.0, 4439.0, 4416.0, 4386.0, 4437.0, 4407.0, 4449.0, 4416.0, 4457.0, 4439.0, 4460.0, 4452.0, 4419.0, 4482.0, 4448.0, 4468.0, 4462.0, 4459.0, 4414.0, 4417.0, 4375.0, 4415.0, 4400.0, 4418.0, 4413.0, 4395.0, 4373.0, 4371.0, 4384.0, 4373.0, 4393.0, 4398.0, 4418.0, 4388.0, 4418.0, 4367.0, 4418.0, 4390.0, 4441.0, 4411.0, 4440.0, 4422.0, 4411.0, 4423.0, 4401.0, 4423.0, 4414.0, 4456.0, 4400.0, 4434.0, 4393.0, 4433.0, 4407.0, 4445.0, 4405.0, 4456.0, 4403.0, 4444.0, 4403.0, 4444.0, 4426.0, 4454.0, 4422.0, 4455.0, 4426.0, 4444.0, 4424.0, 4444.0, 4425.0, 4444.0, 4436.0, 4403.0, 4424.0, 4397.0, 4459.0, 4428.0, 4430.0, 4461.0, 4430.0, 4471.0, 4420.0, 4448.0, 4408.0, 4448.0, 4407.0, 4457.0, 4419.0, 4458.0, 4418.0, 4458.0, 4406.0, 4447.0, 4419.0, 4457.0, 4417.0, 4457.0, 4394.0, 4434.0, 4405.0, 4458.0, 4434.0, 4460.0, 4440.0, 4469.0, 4437.0, 4429.0, 4430.0, 4399.0, 4461.0, 4422.0, 4482.0, 4464.0, 4497.0, 4466.0, 4460.0, 4441.0, 4462.0, 4452.0, 4460.0, 4460.0, 4452.0, 4439.0, 4436.0, 4434.0, 4448.0, 4448.0, 4416.0, 4437.0, 4393.0, 4421.0, 4392.0, 4444.0, 4391.0, 4433.0, 4392.0, 4433.0, 4395.0, 4443.0, 4414.0, 4443.0, 4415.0, 4444.0, 4414.0, 4455.0, 4425.0, 4454.0, 4426.0, 4444.0, 4416.0, 4443.0, 4428.0, 4455.0, 4438.0, 4446.0, 4416.0, 4459.0, 4428.0, 4447.0, 4452.0, 4416.0, 4437.0, 4439.0, 4440.0, 4440.0, 4450.0, 4432.0, 4475.0, 4423.0, 4466.0, 4422.0, 4465.0, 4423.0, 4462.0, 4455.0, 4459.0, 4441.0, 4452.0, 4490.0], 'WindowWidth': [9932.0, 9915.0, 9829.0, 9834.0, 9814.0, 9800.0, 9824.0, 9773.0, 9778.0, 9739.0, 9797.0, 9715.0, 9814.0, 9743.0, 9811.0, 9733.0, 9783.0, 9755.0, 9810.0, 9734.0, 9789.0, 9729.0, 9760.0, 9740.0, 9786.0, 9716.0, 9784.0, 9694.0, 9746.0, 9694.0, 9789.0, 9720.0, 9787.0, 9721.0, 9787.0, 9718.0, 9769.0, 9742.0, 9791.0, 9739.0, 9809.0, 9718.0, 9771.0, 9738.0, 9808.0, 9758.0, 9829.0, 9774.0, 9809.0, 9748.0, 9814.0, 9757.0, 9823.0, 9788.0, 9808.0, 9771.0, 9805.0, 9788.0, 9828.0, 9788.0, 9808.0, 9784.0, 9810.0, 9792.0, 9833.0, 9788.0, 9810.0, 9784.0, 9796.0, 9768.0, 9797.0, 9771.0, 9795.0, 9803.0, 9792.0, 9768.0, 9771.0, 9788.0, 9769.0, 9818.0, 9745.0, 9798.0, 9744.0, 9816.0, 9733.0, 9833.0, 9760.0, 9813.0, 9778.0, 9824.0, 9772.0, 9805.0, 9789.0, 9830.0, 9791.0, 9807.0, 9768.0, 9813.0, 9803.0, 9830.0, 9807.0, 9797.0, 9790.0, 9825.0, 9793.0, 9814.0, 9804.0, 9811.0, 9786.0, 9791.0, 9788.0, 9800.0, 9803.0, 9758.0, 9786.0, 9749.0, 9804.0, 9760.0, 9820.0, 9759.0, 9814.0, 9744.0, 9819.0, 9747.0, 9818.0, 9759.0, 9814.0, 9743.0, 9798.0, 9744.0, 9828.0, 9759.0, 9811.0, 9745.0, 9815.0, 9756.0, 9812.0, 9753.0, 9809.0, 9744.0, 9809.0, 9743.0, 9826.0, 9769.0, 9810.0, 9757.0, 9812.0, 9759.0, 9828.0, 9771.0, 9810.0, 9771.0, 9832.0, 9781.0, 9809.0, 9808.0, 9813.0, 9738.0, 9794.0, 9763.0, 9806.0, 9770.0, 9812.0, 9758.0, 9808.0, 9779.0, 9808.0, 9788.0, 9813.0, 9762.0, 9812.0, 9734.0, 9808.0, 9792.0, 9806.0, 9775.0, 9809.0, 9774.0, 9809.0, 9809.0, 9810.0, 9760.0, 9792.0, 9766.0, 9809.0, 9785.0, 9805.0, 9769.0, 9790.0, 9750.0, 9790.0, 9759.0, 9806.0, 9755.0, 9808.0, 9737.0, 9792.0, 9722.0, 9793.0, 9724.0, 9790.0, 9733.0, 9792.0, 9722.0, 9798.0, 9739.0, 9793.0, 9726.0, 9810.0, 9728.0, 9813.0, 9748.0, 9830.0, 9749.0, 9815.0, 9729.0, 9795.0, 9752.0, 9832.0, 9778.0, 9833.0, 9764.0, 9818.0, 9805.0, 9838.0, 9797.0, 9834.0, 9795.0, 9832.0, 9804.0, 9834.0, 9811.0, 9831.0, 9791.0, 9814.0, 9777.0, 9837.0, 9796.0, 9830.0, 9794.0, 9800.0, 9777.0, 9796.0, 9778.0, 9832.0, 9819.0, 9838.0, 9811.0, 9834.0, 9793.0, 9818.0, 9773.0, 9817.0, 9775.0, 9793.0, 9753.0, 9790.0, 9753.0, 9790.0, 9765.0, 9809.0, 9778.0, 9811.0, 9754.0, 9797.0, 9785.0, 9834.0, 9763.0, 9816.0, 9761.0, 9809.0, 9763.0, 9809.0, 9787.0, 9839.0, 9806.0, 9849.0, 9807.0, 9800.0, 9808.0, 9827.0, 9796.0, 9767.0, 9844.0, 9765.0, 9836.0, 9802.0, 9836.0, 9811.0, 9819.0, 9827.0, 9804.0, 9804.0, 9754.0, 9821.0, 9762.0, 9837.0, 9747.0, 9813.0, 9742.0, 9797.0, 9753.0, 9806.0, 9796.0, 9812.0, 9758.0, 9776.0, 9748.0, 9815.0, 9775.0, 9795.0, 9804.0, 9729.0, 9780.0, 9717.0, 9779.0, 9741.0, 9796.0, 9743.0, 9795.0, 9720.0, 9772.0, 9747.0, 9794.0, 9737.0, 9793.0, 9748.0, 9786.0, 9751.0, 9793.0, 9770.0, 9811.0, 9767.0, 9790.0, 9752.0, 9758.0, 9773.0, 9792.0, 9787.0, 9748.0, 9764.0, 9760.0, 9767.0, 9775.0, 9765.0, 9760.0, 9780.0, 9748.0, 9747.0, 9767.0, 9760.0, 9715.0, 9740.0, 9715.0, 9793.0, 9771.0, 9818.0, 9800.0, 9765.0, 9856.0, 9793.0, 9834.0, 9790.0, 9792.0, 9787.0, 9777.0, 9763.0, 9751.0, 9783.0, 9795.0, 9820.0, 9727.0, 9758.0, 9713.0, 9770.0, 9729.0, 9795.0, 9727.0, 9770.0, 9714.0, 9775.0, 9735.0, 9808.0, 9727.0, 9765.0, 9713.0, 9768.0, 9730.0, 9785.0, 9760.0, 9780.0, 9741.0, 9773.0, 9768.0, 9789.0, 9780.0, 9807.0, 9740.0, 9713.0, 9763.0, 9720.0, 9763.0, 9709.0, 9766.0, 9714.0, 9783.0, 9731.0, 9781.0, 9752.0, 9798.0, 9740.0, 9759.0, 9713.0, 9755.0, 9734.0, 9760.0, 9712.0, 9767.0, 9759.0, 9789.0, 9692.0, 9708.0, 9682.0, 9703.0, 9679.0, 9661.0, 9679.0, 9636.0, 9719.0, 9680.0, 9752.0, 9692.0, 9733.0, 9681.0, 9732.0, 9698.0, 9749.0, 9732.0, 9768.0, 9750.0, 9757.0, 9739.0, 9759.0, 9736.0, 9740.0, 9749.0, 9736.0, 9765.0, 9685.0, 9745.0, 9713.0, 9780.0, 9731.0, 9786.0, 9723.0, 9784.0, 9791.0, 9830.0, 9767.0, 9790.0, 9744.0, 9787.0, 9750.0, 9788.0, 9783.0, 9812.0, 9779.0, 9804.0, 9763.0, 9773.0, 9765.0, 9775.0, 9801.0, 9779.0, 9760.0, 9747.0, 9782.0, 9781.0, 9780.0, 9754.0, 9780.0, 9790.0, 9763.0, 9793.0, 9780.0, 9804.0, 9766.0, 9786.0, 9778.0, 9806.0, 9782.0, 9795.0, 9768.0, 9781.0, 9809.0, 9820.0, 9803.0, 9802.0, 9786.0, 9771.0, 9793.0, 9809.0, 9805.0, 9783.0, 9825.0, 9798.0, 9786.0, 9753.0, 9799.0, 9758.0, 9820.0, 9761.0, 9814.0, 9757.0, 9819.0, 9784.0, 9837.0, 9763.0, 9817.0, 9749.0, 9819.0, 9784.0, 9835.0, 9760.0, 9814.0, 9741.0, 9801.0, 9763.0, 9812.0, 9752.0, 9808.0, 9753.0, 9778.0, 9748.0, 9777.0, 9747.0, 9781.0, 9771.0, 9785.0, 9758.0, 9804.0, 9763.0, 9817.0, 9762.0, 9796.0, 9757.0, 9803.0, 9778.0, 9801.0, 9808.0, 9792.0, 9777.0, 9763.0, 9761.0, 9776.0, 9766.0, 9796.0, 9807.0, 9757.0, 9776.0, 9769.0, 9776.0, 9792.0, 9722.0, 9774.0, 9736.0, 9793.0, 9746.0, 9811.0, 9773.0, 9833.0, 9736.0, 9794.0, 9764.0, 9812.0, 9758.0, 9818.0, 9732.0, 9794.0, 9737.0, 9796.0, 9742.0, 9811.0, 9754.0, 9792.0, 9755.0, 9797.0, 9738.0, 9816.0, 9738.0, 9777.0, 9759.0, 9792.0, 9752.0, 9830.0, 9766.0, 9807.0, 9739.0, 9826.0, 9802.0, 9827.0, 9785.0, 9799.0, 9805.0, 9807.0, 9844.0, 9822.0, 9820.0, 9774.0, 9799.0, 9751.0, 9813.0, 9763.0, 9800.0, 9796.0, 9792.0, 9772.0, 9771.0, 9712.0, 9752.0, 9742.0, 9759.0, 9760.0, 9795.0, 9767.0, 9734.0, 9724.0, 9775.0, 9721.0, 9807.0, 9736.0, 9791.0, 9759.0, 9834.0, 9777.0, 9805.0, 9802.0, 9807.0, 9782.0, 9756.0, 9776.0, 9739.0, 9800.0, 9751.0, 9829.0, 9748.0, 9791.0, 9734.0, 9815.0, 9753.0, 9806.0, 9764.0, 9804.0, 9745.0, 9784.0, 9754.0, 9789.0, 9784.0, 9781.0, 9765.0, 9787.0, 9763.0, 9791.0, 9765.0, 9806.0, 9762.0, 9787.0, 9800.0, 9805.0, 9768.0, 9785.0, 9764.0, 9757.0, 9765.0, 9775.0, 9763.0, 9764.0, 9800.0, 9736.0, 9780.0, 9742.0, 9798.0, 9752.0, 9815.0, 9741.0, 9793.0, 9740.0, 9797.0, 9751.0, 9826.0, 9749.0, 9787.0, 9733.0, 9788.0, 9755.0, 9826.0, 9787.0, 9782.0, 9762.0, 9790.0, 9783.0, 9808.0, 9779.0, 9788.0, 9781.0, 9805.0, 9780.0, 9791.0, 9763.0, 9773.0, 9779.0, 9792.0, 9800.0, 9768.0, 9781.0, 9746.0, 9776.0, 9737.0, 9794.0, 9756.0, 9811.0, 9751.0, 9810.0, 9770.0, 9810.0, 9825.0, 9796.0, 9804.0, 9796.0, 9809.0, 9758.0, 9803.0, 9768.0, 9815.0, 9735.0, 9793.0, 9754.0, 9823.0, 9806.0, 9827.0, 9765.0, 9749.0, 9790.0, 9749.0, 9801.0, 9806.0, 9771.0, 9836.0, 9766.0, 9794.0, 9732.0, 9785.0, 9730.0, 9803.0, 9722.0, 9764.0, 9687.0, 9765.0, 9715.0, 9777.0, 9735.0, 9760.0, 9706.0, 9760.0, 9732.0, 9777.0, 9742.0, 9778.0, 9728.0, 9782.0, 9760.0, 9799.0, 9776.0, 9798.0, 9766.0, 9809.0, 9786.0, 9829.0, 9752.0, 9741.0, 9728.0, 9760.0, 9760.0, 9849.0, 9803.0, 9806.0, 9778.0, 9780.0, 9780.0, 9783.0, 9812.0, 9782.0, 9793.0, 9763.0, 9793.0, 9748.0, 9814.0, 9761.0, 9788.0, 9728.0, 9786.0, 9751.0, 9806.0, 9745.0, 9803.0, 9732.0, 9801.0, 9748.0, 9819.0, 9756.0, 9783.0, 9745.0, 9807.0, 9777.0, 9800.0, 9761.0, 9805.0, 9760.0, 9801.0, 9759.0, 9818.0, 9775.0, 9782.0, 9758.0, 9803.0, 9779.0, 9800.0, 9778.0, 9786.0, 9758.0, 9785.0, 9780.0, 9800.0, 9795.0, 9797.0, 9764.0, 9784.0, 9756.0, 9804.0, 9778.0, 9790.0, 9777.0, 9759.0, 9762.0, 9772.0, 9774.0, 9779.0, 9795.0, 9792.0, 9778.0, 9763.0, 9765.0, 9782.0, 9783.0, 9796.0, 9794.0, 9750.0, 9791.0, 9748.0, 9783.0, 9766.0, 9813.0, 9766.0, 9790.0, 9732.0, 9797.0, 9743.0, 9809.0, 9756.0, 9809.0, 9735.0, 9811.0, 9761.0, 9823.0, 9784.0, 9822.0, 9787.0, 9810.0, 9788.0, 9822.0, 9803.0, 9795.0, 9798.0, 9782.0, 9788.0, 9788.0, 9796.0, 9800.0, 9813.0, 9736.0, 9791.0, 9738.0, 9812.0, 9755.0, 9827.0, 9754.0, 9809.0, 9736.0, 9809.0, 9747.0, 9807.0, 9768.0, 9806.0, 9754.0, 9809.0, 9771.0, 9823.0, 9787.0, 9808.0, 9781.0, 9824.0, 9802.0, 9797.0, 9785.0, 9768.0, 9782.0, 9783.0, 9796.0, 9775.0, 9815.0, 9742.0, 9804.0, 9757.0, 9827.0, 9810.0, 9833.0, 9823.0, 9816.0, 9784.0, 9794.0, 9786.0, 9797.0, 9796.0, 9775.0, 9789.0, 9769.0, 9755.0, 9732.0, 9770.0, 9728.0, 9770.0, 9724.0, 9765.0, 9723.0, 9771.0, 9738.0, 9782.0, 9705.0, 9769.0, 9719.0, 9801.0, 9746.0, 9785.0, 9728.0, 9785.0, 9715.0, 9788.0, 9717.0, 9771.0, 9732.0, 9804.0, 9732.0, 9786.0, 9759.0, 9806.0, 9800.0, 9823.0, 9781.0, 9801.0, 9768.0, 9809.0, 9785.0, 9799.0, 9799.0, 9797.0, 9885.0, 9804.0, 9792.0, 9764.0, 9827.0, 9734.0, 9800.0, 9752.0, 9805.0, 9804.0, 9823.0, 9799.0, 9821.0, 9803.0, 9833.0, 9802.0, 9822.0, 9779.0, 9824.0, 9766.0, 9802.0, 9761.0, 9796.0, 9786.0, 9804.0, 9777.0, 9770.0, 9760.0, 9788.0, 9782.0, 9794.0, 9814.0, 9788.0, 9759.0, 9757.0, 9780.0, 9757.0, 9790.0, 9747.0, 9772.0, 9716.0, 9780.0, 9722.0, 9803.0, 9768.0, 9821.0, 9749.0, 9786.0, 9765.0, 9822.0, 9790.0, 9824.0, 9783.0, 9798.0, 9765.0, 9821.0, 9786.0, 9823.0, 9792.0, 9788.0, 9762.0, 9786.0, 9762.0, 9787.0, 9796.0, 9776.0, 9779.0, 9774.0, 9798.0, 9775.0, 9794.0, 9781.0, 9797.0, 9732.0, 9776.0, 9747.0, 9775.0, 9761.0, 9809.0, 9746.0, 9773.0, 9763.0, 9802.0, 9757.0, 9842.0, 9802.0, 9810.0, 9767.0, 9777.0, 9800.0, 9811.0, 9819.0, 9771.0, 9793.0, 9752.0, 9791.0, 9753.0, 9811.0, 9762.0, 9806.0, 9741.0, 9781.0, 9722.0, 9826.0, 9762.0, 9802.0, 9778.0, 9772.0, 9714.0, 9779.0, 9743.0, 9796.0, 9773.0, 9789.0, 9777.0, 9797.0, 9753.0, 9786.0, 9779.0, 9791.0, 9778.0, 9741.0, 9760.0, 9744.0, 9781.0, 9751.0, 9794.0, 9745.0, 9787.0, 9732.0, 9782.0, 9736.0, 9806.0, 9751.0, 9801.0, 9729.0, 9781.0, 9765.0, 9803.0, 9798.0, 9801.0, 9760.0, 9751.0, 9773.0, 9796.0, 9770.0, 9744.0, 9793.0, 9724.0, 9794.0, 9740.0, 9811.0, 9771.0, 9823.0, 9752.0, 9802.0, 9765.0, 9801.0, 9787.0, 9827.0, 9798.0, 9805.0, 9767.0, 9809.0, 9781.0, 9805.0, 9794.0, 9764.0, 9762.0, 9755.0, 9795.0, 9768.0, 9815.0, 9740.0, 9805.0, 9775.0, 9804.0, 9799.0, 9821.0, 9785.0, 9804.0, 9761.0, 9804.0, 9786.0, 9807.0, 9780.0, 9787.0, 9730.0, 9777.0, 9764.0, 9796.0, 9819.0, 9780.0, 9756.0, 9785.0, 9763.0, 9770.0, 9753.0, 9722.0, 9768.0, 9736.0, 9770.0, 9729.0, 9810.0, 9731.0, 9755.0, 9733.0, 9798.0, 9778.0, 9797.0, 9760.0, 9783.0, 9760.0, 9788.0, 9776.0, 9770.0, 9799.0, 9732.0, 9773.0, 9735.0, 9799.0, 9773.0, 9789.0, 9717.0, 9784.0, 9752.0, 9706.0, 9780.0, 9736.0, 9796.0, 9746.0, 9804.0, 9782.0, 9813.0, 9805.0, 9758.0, 9848.0, 9794.0, 9826.0, 9821.0, 9814.0, 9739.0, 9734.0, 9670.0, 9726.0, 9714.0, 9734.0, 9735.0, 9697.0, 9662.0, 9660.0, 9681.0, 9666.0, 9693.0, 9707.0, 9735.0, 9693.0, 9735.0, 9665.0, 9735.0, 9699.0, 9771.0, 9732.0, 9769.0, 9747.0, 9731.0, 9748.0, 9719.0, 9750.0, 9739.0, 9800.0, 9713.0, 9766.0, 9710.0, 9762.0, 9736.0, 9782.0, 9728.0, 9801.0, 9721.0, 9779.0, 9722.0, 9779.0, 9758.0, 9794.0, 9746.0, 9795.0, 9757.0, 9780.0, 9752.0, 9780.0, 9757.0, 9783.0, 9773.0, 9724.0, 9754.0, 9721.0, 9809.0, 9766.0, 9772.0, 9814.0, 9772.0, 9830.0, 9758.0, 9793.0, 9738.0, 9789.0, 9735.0, 9804.0, 9753.0, 9809.0, 9750.0, 9806.0, 9733.0, 9790.0, 9756.0, 9802.0, 9747.0, 9805.0, 9714.0, 9768.0, 9730.0, 9806.0, 9785.0, 9811.0, 9787.0, 9822.0, 9779.0, 9772.0, 9772.0, 9730.0, 9816.0, 9764.0, 9847.0, 9827.0, 9880.0, 9832.0, 9814.0, 9787.0, 9819.0, 9806.0, 9815.0, 9814.0, 9805.0, 9781.0, 9774.0, 9769.0, 9792.0, 9794.0, 9749.0, 9777.0, 9709.0, 9742.0, 9708.0, 9781.0, 9707.0, 9764.0, 9707.0, 9764.0, 9717.0, 9775.0, 9740.0, 9779.0, 9743.0, 9780.0, 9741.0, 9799.0, 9760.0, 9796.0, 9761.0, 9782.0, 9748.0, 9779.0, 9769.0, 9798.0, 9780.0, 9787.0, 9749.0, 9811.0, 9767.0, 9793.0, 9805.0, 9747.0, 9778.0, 9783.0, 9788.0, 9791.0, 9801.0, 9778.0, 9840.0, 9771.0, 9833.0, 9771.0, 9833.0, 9771.0, 9824.0, 9819.0, 9812.0, 9789.0, 9804.0, 9872.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.0015414348142753095</td></tr>
<tr><td colspan=3>aqi</td><td>0.027695496431172615</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.309828591304644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2730854505976654</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0216042567565584</td></tr>
<tr><td colspan=3>efc</td><td>0.4911</td></tr>
<tr><td colspan=3>fber</td><td>5654.3887</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10738910523106661</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.190823015294974</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4229850828967856</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.298437581564614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.610410301399332</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3601073657264116</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159578</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020321525633335114</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033882416784763336</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.214050785351588</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>26.8863</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5935</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.3406</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294326.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.8037</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4544</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.3989</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.6615</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3799.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4676.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.5024</td></tr>
<tr><td colspan=3>tsnr</td><td>40.19580686534755</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>