<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-01/func/sub-0038_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>f34a8a104604eaf72a4ac69f0e6bd1f0</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:59:19.322500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998292, 0.0056223, 0.0581442, -0.00993167, 0.997202, 0.0740941]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0992581</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>[4149, -7757, -7150, 563, -102, -76, -90, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b802e30b-57d3-4685-8982-b2158100f682||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6783454418182373, -0.026645949110388756, 0.1554252654314041, 108.57020568847656], [-0.015084225684404373, 2.675419569015503, 0.201271653175354, -94.95915222167969], [0.15599662065505981, -0.1987890899181366, 2.687997817993164, -26.424989700317383], [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': ['135919.322500', '135919.782500', '135920.242500', '135920.702500', '135921.162500', '135921.622500', '135922.082500', '135922.542500', '135923.002500', '135923.462500', '135923.922500', '135924.382500', '135924.842500', '135925.302500', '135925.762500', '135926.222500', '135926.682500', '135927.142500', '135927.602500', '135928.062500', '135928.522500', '135928.982500', '135929.442500', '135929.902500', '135930.362500', '135930.822500', '135931.282500', '135931.742500', '135932.202500', '135932.662500', '135933.122500', '135933.582500', '135934.042500', '135934.502500', '135934.962500', '135935.422500', '135935.882500', '135936.342500', '135936.802500', '135937.262500', '135937.722500', '135938.182500', '135938.642500', '135939.102500', '135939.562500', '135940.022500', '135940.482500', '135940.942500', '135941.402500', '135941.862500', '135942.322500', '135942.782500', '135943.242500', '135943.702500', '135944.162500', '135944.622500', '135945.082500', '135945.542500', '135946.002500', '135946.462500', '135946.922500', '135947.382500', '135947.842500', '135948.302500', '135948.762500', '135949.222500', '135949.682500', '135950.142500', '135950.602500', '135951.062500', '135951.522500', '135951.982500', '135952.442500', '135952.902500', '135953.362500', '135953.822500', '135954.282500', '135954.742500', '135955.202500', '135955.662500', '135956.122500', '135956.582500', '135957.042500', '135957.502500', '135957.962500', '135958.422500', '135958.882500', '135959.342500', '135959.802500', '140000.262500', '140000.722500', '140001.182500', '140001.642500', '140002.102500', '140002.562500', '140003.022500', '140003.482500', '140003.942500', '140004.402500', '140004.862500', '140005.322500', '140005.782500', '140006.242500', '140006.702500', '140007.162500', '140007.622500', '140008.082500', '140008.542500', '140009.002500', '140009.462500', '140009.922500', '140010.382500', '140010.842500', '140011.302500', '140011.762500', '140012.222500', '140012.682500', '140013.142500', '140013.602500', '140014.062500', '140014.522500', '140014.982500', '140015.442500', '140015.902500', '140016.362500', '140016.822500', '140017.282500', '140017.742500', '140018.202500', '140018.662500', '140019.122500', '140019.582500', '140020.042500', '140020.502500', '140020.962500', '140021.422500', '140021.882500', '140022.342500', '140022.802500', '140023.262500', '140023.722500', '140024.182500', '140024.642500', '140025.102500', '140025.562500', '140026.022500', '140026.482500', '140026.942500', '140027.402500', '140027.862500', '140028.322500', '140028.782500', '140029.242500', '140029.702500', '140030.162500', '140030.622500', '140031.082500', '140031.542500', '140032.002500', '140032.462500', '140032.922500', '140033.382500', '140033.842500', '140034.302500', '140034.762500', '140035.222500', '140035.682500', '140036.142500', '140036.602500', '140037.062500', '140037.522500', '140037.982500', '140038.442500', '140038.902500', '140039.362500', '140039.822500', '140040.282500', '140040.742500', '140041.202500', '140041.662500', '140042.122500', '140042.582500', '140043.042500', '140043.502500', '140043.962500', '140044.422500', '140044.882500', '140045.342500', '140045.802500', '140046.262500', '140046.722500', '140047.182500', '140047.642500', '140048.102500', '140048.562500', '140049.022500', '140049.482500', '140049.942500', '140050.402500', '140050.862500', '140051.322500', '140051.782500', '140052.242500', '140052.702500', '140053.162500', '140053.622500', '140054.082500', '140054.542500', '140055.002500', '140055.462500', '140055.922500', '140056.382500', '140056.842500', '140057.302500', '140057.762500', '140058.222500', '140058.682500', '140059.142500', '140059.602500', '140100.062500', '140100.522500', '140100.982500', '140101.442500', '140101.902500', '140102.362500', '140102.822500', '140103.282500', '140103.742500', '140104.202500', '140104.662500', '140105.122500', '140105.582500', '140106.042500', '140106.502500', '140106.962500', '140107.422500', '140107.882500', '140108.342500', '140108.802500', '140109.262500', '140109.722500', '140110.182500', '140110.642500', '140111.102500', '140111.562500', '140112.022500', '140112.482500', '140112.942500', '140113.402500', '140113.862500', '140114.322500', '140114.782500', '140115.242500', '140115.702500', '140116.162500', '140116.622500', '140117.082500', '140117.542500', '140118.002500', '140118.462500', '140118.922500', '140119.382500', '140119.842500', '140120.302500', '140120.762500', '140121.222500', '140121.682500', '140122.142500', '140122.602500', '140123.062500', '140123.522500', '140123.982500', '140124.442500', '140124.902500', '140125.362500', '140125.822500', '140126.282500', '140126.742500', '140127.202500', '140127.662500', '140128.122500', '140128.582500', '140129.042500', '140129.502500', '140129.962500', '140130.422500', '140130.882500', '140131.342500', '140131.802500', '140132.262500', '140132.722500', '140133.182500', '140133.642500', '140134.102500', '140134.562500', '140135.022500', '140135.482500', '140135.942500', '140136.402500', '140136.862500', '140137.322500', '140137.782500', '140138.242500', '140138.702500', '140139.162500', '140139.622500', '140140.082500', '140140.542500', '140141.002500', '140141.462500', '140141.922500', '140142.382500', '140142.842500', '140143.302500', '140143.762500', '140144.222500', '140144.682500', '140145.142500', '140145.602500', '140146.062500', '140146.522500', '140146.982500', '140147.442500', '140147.902500', '140148.362500', '140148.822500', '140149.282500', '140149.742500', '140150.202500', '140150.662500', '140151.122500', '140151.582500', '140152.042500', '140152.502500', '140152.962500', '140153.422500', '140153.882500', '140154.342500', '140154.802500', '140155.262500', '140155.722500', '140156.182500', '140156.642500', '140157.102500', '140157.562500', '140158.022500', '140158.482500', '140158.942500', '140159.402500', '140159.862500', '140200.322500', '140200.782500', '140201.242500', '140201.702500', '140202.162500', '140202.622500', '140203.082500', '140203.542500', '140204.002500', '140204.462500', '140204.922500', '140205.382500', '140205.842500', '140206.302500', '140206.762500', '140207.222500', '140207.682500', '140208.142500', '140208.602500', '140209.062500', '140209.522500', '140209.982500', '140210.442500', '140210.902500', '140211.362500', '140211.822500', '140212.282500', '140212.742500', '140213.202500', '140213.662500', '140214.122500', '140214.582500', '140215.042500', '140215.502500', '140215.962500', '140216.422500', '140216.882500', '140217.342500', '140217.802500', '140218.262500', '140218.722500', '140219.182500', '140219.642500', '140220.102500', '140220.562500', '140221.022500', '140221.482500', '140221.942500', '140222.402500', '140222.862500', '140223.322500', '140223.782500', '140224.242500', '140224.702500', '140225.162500', '140225.622500', '140226.082500', '140226.542500', '140227.002500', '140227.462500', '140227.922500', '140228.382500', '140228.842500', '140229.302500', '140229.762500', '140230.222500', '140230.682500', '140231.142500', '140231.602500', '140232.062500', '140232.522500', '140232.982500', '140233.442500', '140233.902500', '140234.362500', '140234.822500', '140235.282500', '140235.742500', '140236.202500', '140236.662500', '140237.122500', '140237.582500', '140238.042500', '140238.502500', '140238.962500', '140239.422500', '140239.882500', '140240.342500', '140240.802500', '140241.262500', '140241.722500', '140242.182500', '140242.642500', '140243.102500', '140243.562500', '140244.022500', '140244.482500', '140244.942500', '140245.402500', '140245.862500', '140246.322500', '140246.782500', '140247.242500', '140247.702500', '140248.162500', '140248.622500', '140249.082500', '140249.542500', '140250.002500', '140250.462500', '140250.922500', '140251.382500', '140251.842500', '140252.302500', '140252.762500', '140253.222500', '140253.682500', '140254.142500', '140254.602500', '140255.062500', '140255.522500', '140255.982500', '140256.442500', '140256.902500', '140257.362500', '140257.822500', '140258.282500', '140258.742500', '140259.202500', '140259.662500', '140300.122500', '140300.582500', '140301.042500', '140301.502500', '140301.962500', '140302.422500', '140302.882500', '140303.342500', '140303.802500', '140304.262500', '140304.722500', '140305.182500', '140305.642500', '140306.102500', '140306.562500', '140307.022500', '140307.482500', '140307.942500', '140308.402500', '140308.862500', '140309.322500', '140309.782500', '140310.242500', '140310.702500', '140311.162500', '140311.622500', '140312.082500', '140312.542500', '140313.002500', '140313.462500', '140313.922500', '140314.382500', '140314.842500', '140315.302500', '140315.762500', '140316.222500', '140316.682500', '140317.142500', '140317.602500', '140318.062500', '140318.522500', '140318.982500', '140319.442500', '140319.902500', '140320.362500', '140320.822500', '140321.282500', '140321.742500', '140322.202500', '140322.662500', '140323.122500', '140323.582500', '140324.042500', '140324.502500', '140324.962500', '140325.422500', '140325.882500', '140326.342500', '140326.802500', '140327.262500', '140327.722500', '140328.182500', '140328.642500', '140329.102500', '140329.562500', '140330.022500', '140330.482500', '140330.942500', '140331.402500', '140331.862500', '140332.322500', '140332.782500', '140333.242500', '140333.702500', '140334.162500', '140334.622500', '140335.082500', '140335.542500', '140336.002500', '140336.462500', '140336.922500', '140337.382500', '140337.842500', '140338.302500', '140338.762500', '140339.222500', '140339.682500', '140340.142500', '140340.602500', '140341.062500', '140341.522500', '140341.982500', '140342.442500', '140342.902500', '140343.362500', '140343.822500', '140344.282500', '140344.742500', '140345.202500', '140345.662500', '140346.122500', '140346.582500', '140347.042500', '140347.502500', '140347.962500', '140348.422500', '140348.882500', '140349.342500', '140349.802500', '140350.262500', '140350.722500', '140351.182500', '140351.642500', '140352.102500', '140352.562500', '140353.022500', '140353.482500', '140353.942500', '140354.402500', '140354.862500', '140355.322500', '140355.782500', '140356.242500', '140356.702500', '140357.162500', '140357.622500', '140358.082500', '140358.542500', '140359.002500', '140359.462500', '140359.922500', '140400.382500', '140400.842500', '140401.302500', '140401.762500', '140402.222500', '140402.682500', '140403.142500', '140403.602500', '140404.062500', '140404.522500', '140404.982500', '140405.442500', '140405.902500', '140406.362500', '140406.822500', '140407.282500', '140407.742500', '140408.202500', '140408.662500', '140409.122500', '140409.582500', '140410.042500', '140410.502500', '140410.962500', '140411.422500', '140411.882500', '140412.342500', '140412.802500', '140413.262500', '140413.722500', '140414.182500', '140414.642500', '140415.102500', '140415.562500', '140416.022500', '140416.482500', '140416.942500', '140417.402500', '140417.862500', '140418.322500', '140418.782500', '140419.242500', '140419.702500', '140420.162500', '140420.622500', '140421.082500', '140421.542500', '140422.002500', '140422.462500', '140422.922500', '140423.382500', '140423.842500', '140424.302500', '140424.762500', '140425.222500', '140425.682500', '140426.142500', '140426.602500', '140427.062500', '140427.522500', '140427.982500', '140428.442500', '140428.902500', '140429.362500', '140429.822500', '140430.282500', '140430.742500', '140431.202500', '140431.662500', '140432.122500', '140432.582500', '140433.042500', '140433.502500', '140433.962500', '140434.422500', '140434.882500', '140435.342500', '140435.802500', '140436.262500', '140436.722500', '140437.182500', '140437.642500', '140438.102500', '140438.562500', '140439.022500', '140439.482500', '140439.942500', '140440.402500', '140440.862500', '140441.322500', '140441.782500', '140442.242500', '140442.702500', '140443.162500', '140443.622500', '140444.082500', '140444.542500', '140445.002500', '140445.462500', '140445.922500', '140446.382500', '140446.842500', '140447.302500', '140447.762500', '140448.222500', '140448.682500', '140449.142500', '140449.602500', '140450.062500', '140450.522500', '140450.982500', '140451.442500', '140451.902500', '140452.362500', '140452.822500', '140453.282500', '140453.742500', '140454.202500', '140454.662500', '140455.122500', '140455.582500', '140456.042500', '140456.502500', '140456.962500', '140457.422500', '140457.882500', '140458.342500', '140458.802500', '140459.262500', '140459.722500', '140500.182500', '140500.642500', '140501.102500', '140501.562500', '140502.022500', '140502.482500', '140502.942500', '140503.402500', '140503.862500', '140504.322500', '140504.782500', '140505.242500', '140505.702500', '140506.162500', '140506.622500', '140507.082500', '140507.542500', '140508.002500', '140508.462500', '140508.922500', '140509.382500', '140509.842500', '140510.302500', '140510.762500', '140511.222500', '140511.682500', '140512.142500', '140512.602500', '140513.062500', '140513.522500', '140513.982500', '140514.442500', '140514.902500', '140515.362500', '140515.822500', '140516.282500', '140516.742500', '140517.202500', '140517.662500', '140518.122500', '140518.582500', '140519.042500', '140519.502500', '140519.962500', '140520.422500', '140520.882500', '140521.342500', '140521.802500', '140522.262500', '140522.722500', '140523.182500', '140523.642500', '140524.102500', '140524.562500', '140525.022500', '140525.482500', '140525.942500', '140526.402500', '140526.862500', '140527.322500', '140527.782500', '140528.242500', '140528.702500', '140529.162500', '140529.622500', '140530.082500', '140530.542500', '140531.002500', '140531.462500', '140531.922500', '140532.382500', '140532.842500', '140533.302500', '140533.762500', '140534.222500', '140534.682500', '140535.142500', '140535.602500', '140536.062500', '140536.522500', '140536.982500', '140537.442500', '140537.902500', '140538.362500', '140538.822500', '140539.282500', '140539.742500', '140540.202500', '140540.662500', '140541.122500', '140541.582500', '140542.042500', '140542.502500', '140542.962500', '140543.422500', '140543.882500', '140544.342500', '140544.802500', '140545.262500', '140545.722500', '140546.182500', '140546.642500', '140547.102500', '140547.562500', '140548.022500', '140548.482500', '140548.942500', '140549.402500', '140549.862500', '140550.322500', '140550.782500', '140551.242500', '140551.702500', '140552.162500', '140552.622500', '140553.082500', '140553.542500', '140554.002500', '140554.462500', '140554.922500', '140555.382500', '140555.842500', '140556.302500', '140556.762500', '140557.222500', '140557.682500', '140558.142500', '140558.602500', '140559.062500', '140559.522500', '140559.982500', '140600.442500', '140600.902500', '140601.362500', '140601.822500', '140602.282500', '140602.742500', '140603.202500', '140603.662500', '140604.122500', '140604.582500', '140605.042500', '140605.502500', '140605.962500', '140606.422500', '140606.882500', '140607.342500', '140607.802500', '140608.262500', '140608.722500', '140609.182500', '140609.642500', '140610.102500', '140610.562500', '140611.022500', '140611.482500', '140611.942500', '140612.402500', '140612.862500', '140613.322500', '140613.782500', '140614.242500', '140614.702500', '140615.162500', '140615.622500', '140616.082500', '140616.542500', '140617.002500', '140617.462500', '140617.922500', '140618.382500', '140618.842500', '140619.302500', '140619.762500', '140620.222500', '140620.682500', '140621.142500', '140621.602500', '140622.062500', '140622.522500', '140622.982500', '140623.442500', '140623.902500', '140624.362500', '140624.822500', '140625.282500', '140625.742500', '140626.202500', '140626.662500', '140627.122500', '140627.582500', '140628.042500', '140628.502500', '140628.962500', '140629.422500', '140629.882500', '140630.342500', '140630.802500', '140631.262500', '140631.722500', '140632.182500', '140632.642500', '140633.102500', '140633.562500', '140634.022500', '140634.482500', '140634.942500', '140635.402500', '140635.862500', '140636.322500', '140636.782500', '140637.242500', '140637.702500', '140638.162500', '140638.622500', '140639.082500', '140639.542500', '140640.002500', '140640.462500', '140640.922500', '140641.382500', '140641.842500', '140642.302500', '140642.762500', '140643.222500', '140643.682500', '140644.142500', '140644.602500', '140645.062500', '140645.522500', '140645.982500', '140646.442500', '140646.902500', '140647.362500', '140647.822500', '140648.282500', '140648.742500', '140649.202500', '140649.662500', '140650.122500', '140650.582500', '140651.042500', '140651.502500', '140651.962500', '140652.422500', '140652.882500', '140653.342500', '140653.802500', '140654.262500', '140654.722500', '140655.182500', '140655.642500', '140656.102500', '140656.562500', '140657.022500', '140657.482500', '140657.942500', '140658.402500', '140658.862500', '140659.322500', '140659.782500', '140700.242500', '140700.702500', '140701.162500', '140701.622500', '140702.082500', '140702.542500', '140703.002500', '140703.462500', '140703.922500', '140704.382500', '140704.842500', '140705.302500', '140705.762500', '140706.222500', '140706.682500', '140707.142500', '140707.602500', '140708.062500', '140708.522500', '140708.982500', '140709.442500', '140709.902500', '140710.362500', '140710.822500', '140711.282500', '140711.742500', '140712.202500', '140712.662500', '140713.122500', '140713.582500', '140714.042500', '140714.502500', '140714.962500', '140715.422500', '140715.882500', '140716.342500', '140716.802500', '140717.262500', '140717.722500', '140718.182500', '140718.642500', '140719.102500', '140719.562500', '140720.022500', '140720.482500', '140720.942500', '140721.402500', '140721.862500', '140722.322500', '140722.782500', '140723.242500', '140723.702500', '140724.162500', '140724.622500', '140725.082500', '140725.542500', '140726.002500', '140726.462500', '140726.922500', '140727.382500', '140727.842500', '140728.302500', '140728.762500', '140729.222500', '140729.682500', '140730.142500', '140730.602500', '140731.062500', '140731.522500', '140731.982500', '140732.442500', '140732.902500', '140733.362500', '140733.822500', '140734.282500', '140734.742500', '140735.202500', '140735.662500', '140736.122500', '140736.582500', '140737.042500', '140737.502500', '140737.962500', '140738.422500', '140738.882500', '140739.342500', '140739.802500', '140740.262500', '140740.722500', '140741.182500', '140741.642500', '140742.102500', '140742.562500', '140743.022500', '140743.482500', '140743.942500', '140744.402500', '140744.862500', '140745.322500', '140745.782500', '140746.242500', '140746.702500', '140747.162500', '140747.622500', '140748.082500', '140748.542500', '140749.002500', '140749.462500', '140749.922500', '140750.382500', '140750.842500', '140751.302500', '140751.762500', '140752.222500', '140752.682500', '140753.142500', '140753.602500', '140754.062500', '140754.522500', '140754.982500', '140755.442500', '140755.902500', '140756.362500', '140756.822500', '140757.282500', '140757.742500', '140758.202500', '140758.662500', '140759.122500', '140759.582500', '140800.042500', '140800.502500', '140800.962500', '140801.422500', '140801.882500', '140802.342500', '140802.802500', '140803.262500', '140803.722500', '140804.182500', '140804.642500', '140805.102500', '140805.562500', '140806.022500', '140806.482500', '140806.942500', '140807.402500', '140807.862500', '140808.322500', '140808.782500', '140809.242500', '140809.702500', '140810.162500', '140810.622500', '140811.082500', '140811.542500', '140812.002500', '140812.462500', '140812.922500', '140813.382500', '140813.842500', '140814.302500', '140814.762500', '140815.222500', '140815.682500', '140816.142500', '140816.602500', '140817.062500', '140817.522500', '140817.982500', '140818.442500', '140818.902500', '140819.362500', '140819.822500', '140820.282500', '140820.742500', '140821.202500', '140821.662500', '140822.122500', '140822.582500', '140823.042500', '140823.502500', '140823.962500', '140824.422500', '140824.882500', '140825.342500', '140825.802500', '140826.262500', '140826.722500', '140827.182500', '140827.642500', '140828.102500', '140828.562500', '140829.022500', '140829.482500', '140829.942500', '140830.402500', '140830.862500', '140831.322500', '140831.782500', '140832.242500', '140832.702500', '140833.162500', '140833.622500', '140834.082500', '140834.542500', '140835.002500', '140835.462500', '140835.922500', '140836.382500', '140836.842500', '140837.302500', '140837.762500', '140838.222500', '140838.682500', '140839.142500', '140839.602500', '140840.062500', '140840.522500', '140840.982500', '140841.442500', '140841.902500', '140842.362500', '140842.822500', '140843.282500', '140843.742500', '140844.202500', '140844.662500', '140845.122500', '140845.582500', '140846.042500', '140846.502500', '140846.962500', '140847.422500', '140847.882500', '140848.342500', '140848.802500', '140849.262500', '140849.722500', '140850.182500', '140850.642500', '140851.102500', '140851.562500', '140852.022500', '140852.482500', '140852.942500', '140853.402500', '140853.862500', '140854.322500', '140854.782500', '140855.242500', '140855.702500', '140856.162500', '140856.622500', '140857.082500', '140857.542500', '140858.002500', '140858.462500', '140858.922500', '140859.382500', '140859.842500', '140900.302500', '140900.762500', '140901.222500', '140901.682500', '140902.142500', '140902.602500', '140903.062500', '140903.522500', '140903.982500', '140904.442500', '140904.902500', '140905.362500', '140905.822500', '140906.282500', '140906.742500', '140907.202500', '140907.662500', '140908.122500', '140908.582500', '140909.042500', '140909.502500', '140909.962500', '140910.422500', '140910.882500', '140911.342500', '140911.802500', '140912.262500', '140912.722500', '140913.182500', '140913.642500', '140914.102500', '140914.562500', '140915.022500', '140915.482500', '140915.942500', '140916.402500', '140916.862500', '140917.322500', '140917.782500', '140918.242500', '140918.702500', '140919.162500', '140919.622500', '140920.082500', '140920.542500', '140921.002500', '140921.462500', '140921.922500', '140922.382500', '140922.842500', '140923.302500', '140923.762500', '140924.222500', '140924.682500', '140925.142500', '140925.602500', '140926.062500', '140926.522500', '140926.982500', '140927.442500', '140927.902500', '140928.362500', '140928.822500', '140929.282500', '140929.742500', '140930.202500', '140930.662500', '140931.122500', '140931.582500', '140932.042500', '140932.502500', '140932.962500', '140933.422500', '140933.882500', '140934.342500', '140934.802500', '140935.262500', '140935.722500', '140936.182500', '140936.642500', '140937.102500', '140937.562500', '140938.022500', '140938.482500', '140938.942500', '140939.402500', '140939.862500', '140940.322500', '140940.782500', '140941.242500', '140941.702500', '140942.162500', '140942.622500', '140943.082500', '140943.542500', '140944.002500', '140944.462500', '140944.922500', '140945.382500', '140945.842500', '140946.302500', '140946.762500', '140947.222500', '140947.682500', '140948.142500', '140948.602500', '140949.062500', '140949.522500', '140949.982500', '140950.442500', '140950.902500', '140951.362500', '140951.822500'], 'ContentTime': ['135935.180000', '135935.183000', '135935.187000', '135935.190000', '135935.193000', '135935.196000', '135935.199000', '135935.202000', '135935.205000', '135935.208000', '135935.211000', '135935.214000', '135935.216000', '135935.219000', '135935.222000', '135935.225000', '135935.228000', '135935.231000', '135935.234000', '135935.237000', '135935.240000', '135935.243000', '135935.246000', '135935.249000', '135935.252000', '135935.274000', '135935.277000', '135935.280000', '135935.283000', '135935.286000', '135935.289000', '135935.292000', '135935.294000', '135955.124000', '135955.127000', '135955.130000', '135955.133000', '135955.135000', '135955.138000', '135955.141000', '135955.144000', '135955.147000', '135955.149000', '135955.152000', '135955.155000', '135955.158000', '135955.161000', '135955.163000', '135955.166000', '135955.169000', '135955.172000', '135955.175000', '135955.178000', '135955.180000', '135955.183000', '135955.186000', '135955.189000', '135955.192000', '135955.195000', '135955.197000', '135955.200000', '135955.203000', '135955.206000', '135955.209000', '135955.212000', '135955.214000', '135955.217000', '135955.220000', '135955.223000', '135955.226000', '135955.229000', '135955.231000', '135955.234000', '135955.237000', '135955.240000', '135955.243000', '135955.245000', '140015.124000', '140015.127000', '140015.130000', '140015.133000', '140015.136000', '140015.139000', '140015.142000', '140015.144000', '140015.147000', '140015.150000', '140015.153000', '140015.156000', '140015.159000', '140015.175000', '140015.178000', '140015.181000', '140015.184000', '140015.187000', '140015.190000', '140015.193000', '140015.196000', '140015.199000', '140015.203000', '140015.205000', '140015.208000', '140015.211000', '140015.214000', '140015.217000', '140015.219000', '140015.222000', '140015.225000', '140015.228000', '140015.231000', '140015.234000', '140015.236000', '140015.239000', '140015.242000', '140015.245000', '140015.248000', '140015.251000', '140015.253000', '140015.256000', '140015.259000', '140035.123000', '140035.126000', '140035.129000', '140035.132000', '140035.135000', '140035.137000', '140035.140000', '140035.143000', '140035.146000', '140035.149000', '140035.151000', '140035.154000', '140035.157000', '140035.160000', '140035.163000', '140035.165000', '140035.168000', '140035.171000', '140035.174000', '140035.177000', '140035.180000', '140035.183000', '140035.185000', '140035.188000', '140035.191000', '140035.194000', '140035.197000', '140035.200000', '140035.202000', '140035.205000', '140035.208000', '140035.211000', '140035.214000', '140035.217000', '140035.219000', '140035.222000', '140035.225000', '140035.228000', '140035.231000', '140035.234000', '140035.237000', '140035.239000', '140035.242000', '140035.245000', '140055.123000', '140055.126000', '140055.129000', '140055.132000', '140055.134000', '140055.137000', '140055.140000', '140055.143000', '140055.146000', '140055.149000', '140055.152000', '140055.154000', '140055.157000', '140055.271000', '140055.274000', '140055.277000', '140055.280000', '140055.283000', '140055.286000', '140055.289000', '140055.291000', '140055.294000', '140055.297000', '140055.300000', '140055.303000', '140055.306000', '140055.308000', '140055.311000', '140055.314000', '140055.317000', '140055.320000', '140055.323000', '140055.326000', '140055.328000', '140055.331000', '140055.334000', '140055.337000', '140055.341000', '140055.344000', '140055.347000', '140055.350000', '140055.352000', '140055.355000', '140115.123000', '140115.126000', '140115.129000', '140115.132000', '140115.152000', '140115.155000', '140115.158000', '140115.192000', '140115.195000', '140115.198000', '140115.200000', '140115.203000', '140115.206000', '140115.209000', '140115.212000', '140115.215000', '140115.217000', '140115.220000', '140115.223000', '140115.226000', '140115.229000', '140115.232000', '140115.235000', '140115.238000', '140115.240000', '140115.243000', '140115.246000', '140115.249000', '140115.252000', '140115.255000', '140115.257000', '140115.260000', '140115.263000', '140115.266000', '140115.269000', '140115.272000', '140115.275000', '140115.277000', '140115.280000', '140115.283000', '140115.286000', '140115.289000', '140115.291000', '140115.294000', '140135.123000', '140135.126000', '140135.129000', '140135.132000', '140135.135000', '140135.138000', '140135.140000', '140135.143000', '140135.146000', '140135.149000', '140135.152000', '140135.154000', '140135.157000', '140135.222000', '140135.225000', '140135.228000', '140135.231000', '140135.234000', '140135.237000', '140135.240000', '140135.242000', '140135.245000', '140135.248000', '140135.251000', '140135.254000', '140135.257000', '140135.259000', '140135.262000', '140135.265000', '140135.268000', '140135.271000', '140135.274000', '140135.277000', '140135.279000', '140135.282000', '140135.285000', '140135.288000', '140135.291000', '140135.294000', '140135.297000', '140135.299000', '140135.302000', '140135.305000', '140155.123000', '140155.126000', '140155.129000', '140155.132000', '140155.135000', '140155.138000', '140155.141000', '140155.143000', '140155.146000', '140155.149000', '140155.152000', '140155.155000', '140155.207000', '140155.210000', '140155.213000', '140155.216000', '140155.218000', '140155.221000', '140155.224000', '140155.227000', '140155.230000', '140155.233000', '140155.236000', '140155.239000', '140155.241000', '140155.244000', '140155.247000', '140155.250000', '140155.253000', '140155.256000', '140155.265000', '140155.268000', '140155.271000', '140155.274000', '140155.277000', '140155.279000', '140155.282000', '140155.285000', '140155.288000', '140155.291000', '140155.293000', '140155.296000', '140155.299000', '140155.302000', '140215.124000', '140215.127000', '140215.130000', '140215.132000', '140215.135000', '140215.138000', '140215.141000', '140215.144000', '140215.147000', '140215.150000', '140215.152000', '140215.155000', '140215.158000', '140215.161000', '140215.164000', '140215.167000', '140215.170000', '140215.172000', '140215.175000', '140215.178000', '140215.181000', '140215.184000', '140215.187000', '140215.190000', '140215.193000', '140215.195000', '140215.198000', '140215.201000', '140215.204000', '140215.207000', '140215.210000', '140215.213000', '140215.216000', '140215.218000', '140215.221000', '140215.224000', '140215.227000', '140215.230000', '140215.233000', '140215.236000', '140215.239000', '140215.242000', '140215.245000', '140235.123000', '140235.126000', '140235.129000', '140235.132000', '140235.135000', '140235.138000', '140235.141000', '140235.143000', '140235.146000', '140235.149000', '140235.152000', '140235.155000', '140235.157000', '140235.212000', '140235.215000', '140235.218000', '140235.221000', '140235.224000', '140235.227000', '140235.230000', '140235.232000', '140235.235000', '140235.238000', '140235.241000', '140235.244000', '140235.247000', '140235.249000', '140235.252000', '140235.255000', '140235.258000', '140235.261000', '140235.264000', '140235.267000', '140235.269000', '140235.272000', '140235.275000', '140235.278000', '140235.281000', '140235.284000', '140235.287000', '140235.289000', '140235.292000', '140235.295000', '140235.298000', '140255.123000', '140255.126000', '140255.129000', '140255.132000', '140255.135000', '140255.137000', '140255.140000', '140255.143000', '140255.146000', '140255.149000', '140255.151000', '140255.154000', '140255.157000', '140255.160000', '140255.163000', '140255.175000', '140255.178000', '140255.181000', '140255.184000', '140255.187000', '140255.190000', '140255.192000', '140255.195000', '140255.199000', '140255.203000', '140255.206000', '140255.208000', '140255.211000', '140255.214000', '140255.217000', '140255.220000', '140255.223000', '140255.226000', '140255.228000', '140255.231000', '140255.234000', '140255.237000', '140255.240000', '140255.243000', '140255.245000', '140255.248000', '140255.251000', '140255.254000', '140315.123000', '140315.126000', '140315.129000', '140315.131000', '140315.134000', '140315.137000', '140315.140000', '140315.143000', '140315.146000', '140315.149000', '140315.151000', '140315.154000', '140315.157000', '140315.182000', '140315.185000', '140315.188000', '140315.191000', '140315.194000', '140315.196000', '140315.199000', '140315.202000', '140315.205000', '140315.208000', '140315.211000', '140315.214000', '140315.216000', '140315.219000', '140315.222000', '140315.225000', '140315.228000', '140315.231000', '140315.233000', '140315.236000', '140315.239000', '140315.242000', '140315.245000', '140315.248000', '140315.251000', '140315.253000', '140315.256000', '140315.259000', '140315.262000', '140315.265000', '140315.268000', '140335.123000', '140335.126000', '140335.129000', '140335.132000', '140335.134000', '140335.137000', '140335.140000', '140335.143000', '140335.146000', '140335.149000', '140335.152000', '140335.154000', '140335.157000', '140335.201000', '140335.204000', '140335.206000', '140335.209000', '140335.212000', '140335.215000', '140335.218000', '140335.221000', '140335.223000', '140335.226000', '140335.229000', '140335.232000', '140335.235000', '140335.238000', '140335.241000', '140335.243000', '140335.246000', '140335.249000', '140335.252000', '140335.255000', '140335.258000', '140335.261000', '140335.263000', '140335.266000', '140335.269000', '140335.272000', '140335.281000', '140335.284000', '140335.287000', '140335.290000', '140355.123000', '140355.126000', '140355.129000', '140355.132000', '140355.135000', '140355.137000', '140355.140000', '140355.143000', '140355.146000', '140355.149000', '140355.151000', '140355.154000', '140355.157000', '140355.160000', '140355.197000', '140355.200000', '140355.202000', '140355.205000', '140355.208000', '140355.211000', '140355.214000', '140355.217000', '140355.219000', '140355.222000', '140355.225000', '140355.228000', '140355.231000', '140355.234000', '140355.237000', '140355.240000', '140355.242000', '140355.245000', '140355.248000', '140355.251000', '140355.254000', '140355.257000', '140355.260000', '140355.263000', '140355.266000', '140355.269000', '140355.271000', '140355.274000', '140355.277000', '140355.287000', '140415.123000', '140415.126000', '140415.129000', '140415.132000', '140415.135000', '140415.138000', '140415.141000', '140415.143000', '140415.146000', '140415.149000', '140415.162000', '140415.199000', '140415.202000', '140415.205000', '140415.208000', '140415.211000', '140415.213000', '140415.216000', '140415.219000', '140415.222000', '140415.225000', '140415.228000', '140415.231000', '140415.233000', '140415.238000', '140415.241000', '140415.244000', '140415.247000', '140415.249000', '140415.252000', '140415.255000', '140415.258000', '140415.261000', '140415.264000', '140415.267000', '140415.269000', '140415.272000', '140415.275000', '140415.278000', '140415.281000', '140415.284000', '140415.287000', '140415.290000', '140435.123000', '140435.126000', '140435.129000', '140435.132000', '140435.135000', '140435.137000', '140435.140000', '140435.143000', '140435.146000', '140435.149000', '140435.152000', '140435.155000', '140435.157000', '140435.196000', '140435.199000', '140435.202000', '140435.205000', '140435.208000', '140435.211000', '140435.213000', '140435.216000', '140435.219000', '140435.222000', '140435.225000', '140435.228000', '140435.231000', '140435.234000', '140435.237000', '140435.239000', '140435.242000', '140435.245000', '140435.248000', '140435.251000', '140435.254000', '140435.257000', '140435.260000', '140435.262000', '140435.265000', '140435.268000', '140435.271000', '140435.274000', '140435.277000', '140435.280000', '140435.282000', '140455.123000', '140455.126000', '140455.129000', '140455.132000', '140455.135000', '140455.137000', '140455.140000', '140455.143000', '140455.146000', '140455.149000', '140455.152000', '140455.155000', '140455.158000', '140455.208000', '140455.210000', '140455.213000', '140455.216000', '140455.219000', '140455.222000', '140455.225000', '140455.228000', '140455.230000', '140455.233000', '140455.236000', '140455.239000', '140455.242000', '140455.247000', '140455.250000', '140455.253000', '140455.255000', '140455.258000', '140455.261000', '140455.264000', '140455.267000', '140455.270000', '140455.273000', '140455.276000', '140455.279000', '140455.281000', '140455.284000', '140455.287000', '140455.290000', '140455.293000', '140515.123000', '140515.126000', '140515.129000', '140515.132000', '140515.135000', '140515.138000', '140515.140000', '140515.143000', '140515.146000', '140515.149000', '140515.152000', '140515.155000', '140515.158000', '140515.222000', '140515.225000', '140515.228000', '140515.231000', '140515.234000', '140515.237000', '140515.239000', '140515.242000', '140515.245000', '140515.248000', '140515.251000', '140515.254000', '140515.257000', '140515.259000', '140515.262000', '140515.265000', '140515.268000', '140515.271000', '140515.274000', '140515.276000', '140515.279000', '140515.282000', '140515.285000', '140515.306000', '140515.309000', '140515.312000', '140515.314000', '140515.317000', '140515.320000', '140515.323000', '140515.326000', '140535.123000', '140535.126000', '140535.129000', '140535.132000', '140535.135000', '140535.138000', '140535.140000', '140535.143000', '140535.146000', '140535.149000', '140535.152000', '140535.155000', '140535.158000', '140535.202000', '140535.205000', '140535.208000', '140535.211000', '140535.213000', '140535.216000', '140535.219000', '140535.222000', '140535.239000', '140535.242000', '140535.252000', '140535.254000', '140535.257000', '140535.260000', '140535.263000', '140535.266000', '140535.269000', '140535.272000', '140535.276000', '140535.279000', '140535.282000', '140535.285000', '140535.288000', '140535.291000', '140535.294000', '140535.296000', '140535.299000', '140535.302000', '140535.305000', '140535.308000', '140555.123000', '140555.126000', '140555.129000', '140555.131000', '140555.134000', '140555.137000', '140555.140000', '140555.143000', '140555.146000', '140555.149000', '140555.152000', '140555.154000', '140555.157000', '140555.225000', '140555.228000', '140555.231000', '140555.234000', '140555.236000', '140555.239000', '140555.242000', '140555.245000', '140555.248000', '140555.251000', '140555.254000', '140555.257000', '140555.259000', '140555.262000', '140555.265000', '140555.268000', '140555.271000', '140555.273000', '140555.276000', '140555.279000', '140555.282000', '140555.285000', '140555.288000', '140555.291000', '140555.293000', '140555.296000', '140555.299000', '140555.302000', '140555.305000', '140555.307000', '140555.310000', '140615.123000', '140615.126000', '140615.129000', '140615.132000', '140615.135000', '140615.138000', '140615.141000', '140615.143000', '140615.146000', '140615.149000', '140615.152000', '140615.155000', '140615.158000', '140615.194000', '140615.197000', '140615.200000', '140615.203000', '140615.206000', '140615.216000', '140615.219000', '140615.222000', '140615.225000', '140615.228000', '140615.231000', '140615.234000', '140615.236000', '140615.239000', '140615.242000', '140615.245000', '140615.248000', '140615.251000', '140615.254000', '140615.257000', '140615.259000', '140615.262000', '140615.265000', '140615.268000', '140615.271000', '140615.274000', '140615.276000', '140615.279000', '140615.282000', '140615.285000', '140635.123000', '140635.126000', '140635.129000', '140635.132000', '140635.135000', '140635.138000', '140635.141000', '140635.146000', '140635.149000', '140635.152000', '140635.155000', '140635.233000', '140635.235000', '140635.238000', '140635.241000', '140635.244000', '140635.247000', '140635.250000', '140635.252000', '140635.255000', '140635.258000', '140635.261000', '140635.264000', '140635.267000', '140635.270000', '140635.273000', '140635.275000', '140635.278000', '140635.281000', '140635.284000', '140635.287000', '140635.290000', '140635.293000', '140635.296000', '140635.298000', '140635.301000', '140635.304000', '140635.307000', '140635.310000', '140635.313000', '140635.316000', '140635.318000', '140635.321000', '140655.123000', '140655.126000', '140655.129000', '140655.132000', '140655.135000', '140655.137000', '140655.140000', '140655.143000', '140655.146000', '140655.149000', '140655.152000', '140655.155000', '140655.157000', '140655.218000', '140655.221000', '140655.224000', '140655.226000', '140655.229000', '140655.232000', '140655.235000', '140655.238000', '140655.241000', '140655.244000', '140655.247000', '140655.249000', '140655.252000', '140655.255000', '140655.258000', '140655.261000', '140655.264000', '140655.267000', '140655.270000', '140655.272000', '140655.289000', '140655.297000', '140655.300000', '140655.303000', '140655.305000', '140655.308000', '140655.311000', '140655.315000', '140655.318000', '140655.321000', '140655.324000', '140715.123000', '140715.126000', '140715.129000', '140715.132000', '140715.135000', '140715.138000', '140715.140000', '140715.143000', '140715.146000', '140715.150000', '140715.152000', '140715.156000', '140715.159000', '140715.210000', '140715.213000', '140715.215000', '140715.218000', '140715.221000', '140715.224000', '140715.227000', '140715.230000', '140715.232000', '140715.236000', '140715.238000', '140715.241000', '140715.244000', '140715.247000', '140715.250000', '140715.253000', '140715.256000', '140715.259000', '140715.262000', '140715.264000', '140715.267000', '140715.270000', '140715.273000', '140715.276000', '140715.279000', '140715.282000', '140715.285000', '140715.287000', '140715.290000', '140715.293000', '140735.123000', '140735.126000', '140735.129000', '140735.132000', '140735.135000', '140735.138000', '140735.141000', '140735.143000', '140735.146000', '140735.149000', '140735.152000', '140735.155000', '140735.158000', '140735.222000', '140735.225000', '140735.228000', '140735.230000', '140735.234000', '140735.236000', '140735.239000', '140735.242000', '140735.245000', '140735.248000', '140735.251000', '140735.254000', '140735.257000', '140735.259000', '140735.262000', '140735.265000', '140735.268000', '140735.271000', '140735.274000', '140735.277000', '140735.280000', '140735.282000', '140735.285000', '140735.288000', '140735.291000', '140735.294000', '140735.297000', '140735.299000', '140735.302000', '140735.305000', '140735.308000', '140755.123000', '140755.126000', '140755.129000', '140755.132000', '140755.135000', '140755.138000', '140755.141000', '140755.144000', '140755.147000', '140755.150000', '140755.152000', '140755.155000', '140755.158000', '140755.225000', '140755.228000', '140755.231000', '140755.234000', '140755.237000', '140755.239000', '140755.242000', '140755.245000', '140755.248000', '140755.251000', '140755.254000', '140755.256000', '140755.259000', '140755.262000', '140755.265000', '140755.268000', '140755.271000', '140755.274000', '140755.277000', '140755.279000', '140755.282000', '140755.285000', '140755.288000', '140755.291000', '140755.294000', '140755.296000', '140755.299000', '140755.302000', '140755.305000', '140755.308000', '140815.123000', '140815.126000', '140815.129000', '140815.132000', '140815.135000', '140815.138000', '140815.140000', '140815.143000', '140815.146000', '140815.149000', '140815.152000', '140815.155000', '140815.158000', '140815.195000', '140815.197000', '140815.200000', '140815.203000', '140815.206000', '140815.209000', '140815.212000', '140815.215000', '140815.217000', '140815.220000', '140815.223000', '140815.226000', '140815.229000', '140815.232000', '140815.234000', '140815.237000', '140815.250000', '140815.253000', '140815.255000', '140815.258000', '140815.261000', '140815.264000', '140815.267000', '140815.270000', '140815.273000', '140815.275000', '140815.278000', '140815.281000', '140815.284000', '140815.287000', '140815.290000', '140835.123000', '140835.126000', '140835.129000', '140835.132000', '140835.135000', '140835.138000', '140835.141000', '140835.143000', '140835.146000', '140835.149000', '140835.152000', '140835.155000', '140835.158000', '140835.222000', '140835.225000', '140835.228000', '140835.231000', '140835.234000', '140835.236000', '140835.239000', '140835.242000', '140835.245000', '140835.248000', '140835.251000', '140835.254000', '140835.256000', '140835.259000', '140835.262000', '140835.265000', '140835.268000', '140835.271000', '140835.274000', '140835.277000', '140835.279000', '140835.282000', '140835.285000', '140835.288000', '140835.291000', '140835.294000', '140835.296000', '140835.299000', '140835.302000', '140835.305000', '140855.123000', '140855.126000', '140855.129000', '140855.132000', '140855.135000', '140855.138000', '140855.140000', '140855.143000', '140855.146000', '140855.149000', '140855.152000', '140855.155000', '140855.228000', '140855.231000', '140855.234000', '140855.237000', '140855.239000', '140855.242000', '140855.245000', '140855.248000', '140855.251000', '140855.254000', '140855.256000', '140855.259000', '140855.262000', '140855.265000', '140855.268000', '140855.271000', '140855.274000', '140855.277000', '140855.279000', '140855.282000', '140855.285000', '140855.288000', '140855.291000', '140855.294000', '140855.297000', '140855.299000', '140855.302000', '140855.305000', '140855.308000', '140855.311000', '140855.314000', '140855.317000', '140915.123000', '140915.126000', '140915.129000', '140915.132000', '140915.135000', '140915.138000', '140915.141000', '140915.144000', '140915.146000', '140915.150000', '140915.153000', '140915.156000', '140915.202000', '140915.205000', '140915.208000', '140915.211000', '140915.214000', '140915.217000', '140915.220000', '140915.223000', '140915.226000', '140915.229000', '140915.231000', '140915.234000', '140915.237000', '140915.240000', '140915.243000', '140915.246000', '140915.249000', '140915.252000', '140915.255000', '140915.258000', '140915.261000', '140915.263000', '140915.266000', '140915.269000', '140915.272000', '140915.275000', '140915.278000', '140915.281000', '140915.284000', '140915.287000', '140915.289000', '140935.123000', '140935.126000', '140935.129000', '140935.132000', '140935.135000', '140935.138000', '140935.141000', '140935.144000', '140935.146000', '140935.149000', '140935.152000', '140935.175000', '140935.206000', '140935.209000', '140935.212000', '140935.215000', '140935.218000', '140935.221000', '140935.224000', '140935.226000', '140935.229000', '140935.232000', '140935.235000', '140935.238000', '140935.241000', '140935.243000', '140935.247000', '140935.249000', '140935.252000', '140935.255000', '140935.258000', '140935.261000', '140935.264000', '140935.267000', '140935.270000', '140935.272000', '140935.275000', '140935.278000', '140935.281000', '140935.284000', '140935.287000', '140935.290000', '140935.293000', '140935.296000', '140952.531000', '140952.534000', '140952.538000', '140952.541000', '140952.544000', '140952.547000', '140952.550000', '140952.553000', '140952.556000', '140952.559000', '140952.563000', '140952.566000', '140952.569000', '140952.572000', '140952.575000', '140952.578000', '140952.581000', '140952.584000', '140952.587000', '140952.590000', '140952.594000', '140952.597000', '140952.600000', '140952.603000', '140952.606000', '140952.609000', '140952.612000', '140952.615000', '140952.618000', '140952.621000', '140952.624000', '140952.627000', '140952.630000', '140952.632000', '140952.635000', '140952.638000', '140952.641000', '140952.644000'], 'InstanceCreationTime': ['135935.180000', '135935.183000', '135935.187000', '135935.190000', '135935.193000', '135935.196000', '135935.199000', '135935.202000', '135935.205000', '135935.208000', '135935.211000', '135935.214000', '135935.216000', '135935.219000', '135935.222000', '135935.225000', '135935.228000', '135935.231000', '135935.234000', '135935.237000', '135935.240000', '135935.243000', '135935.246000', '135935.249000', '135935.252000', '135935.274000', '135935.277000', '135935.280000', '135935.283000', '135935.286000', '135935.289000', '135935.292000', '135935.294000', '135955.124000', '135955.127000', '135955.130000', '135955.133000', '135955.135000', '135955.138000', '135955.141000', '135955.144000', '135955.147000', '135955.149000', '135955.152000', '135955.155000', '135955.158000', '135955.161000', '135955.163000', '135955.166000', '135955.169000', '135955.172000', '135955.175000', '135955.178000', '135955.180000', '135955.183000', '135955.186000', '135955.189000', '135955.192000', '135955.195000', '135955.197000', '135955.200000', '135955.203000', '135955.206000', '135955.209000', '135955.212000', '135955.214000', '135955.217000', '135955.220000', '135955.223000', '135955.226000', '135955.229000', '135955.231000', '135955.234000', '135955.237000', '135955.240000', '135955.243000', '135955.245000', '140015.124000', '140015.127000', '140015.130000', '140015.133000', '140015.136000', '140015.139000', '140015.142000', '140015.144000', '140015.147000', '140015.150000', '140015.153000', '140015.156000', '140015.159000', '140015.175000', '140015.178000', '140015.181000', '140015.184000', '140015.187000', '140015.190000', '140015.193000', '140015.196000', '140015.199000', '140015.203000', '140015.205000', '140015.208000', '140015.211000', '140015.214000', '140015.217000', '140015.219000', '140015.222000', '140015.225000', '140015.228000', '140015.231000', '140015.234000', '140015.236000', '140015.239000', '140015.242000', '140015.245000', '140015.248000', '140015.251000', '140015.253000', '140015.256000', '140015.259000', '140035.123000', '140035.126000', '140035.129000', '140035.132000', '140035.135000', '140035.137000', '140035.140000', '140035.143000', '140035.146000', '140035.149000', '140035.151000', '140035.154000', '140035.157000', '140035.160000', '140035.163000', '140035.165000', '140035.168000', '140035.171000', '140035.174000', '140035.177000', '140035.180000', '140035.183000', '140035.185000', '140035.188000', '140035.191000', '140035.194000', '140035.197000', '140035.200000', '140035.202000', '140035.205000', '140035.208000', '140035.211000', '140035.214000', '140035.217000', '140035.219000', '140035.222000', '140035.225000', '140035.228000', '140035.231000', '140035.234000', '140035.237000', '140035.239000', '140035.242000', '140035.245000', '140055.123000', '140055.126000', '140055.129000', '140055.132000', '140055.134000', '140055.137000', '140055.140000', '140055.143000', '140055.146000', '140055.149000', '140055.152000', '140055.154000', '140055.157000', '140055.271000', '140055.274000', '140055.277000', '140055.280000', '140055.283000', '140055.286000', '140055.289000', '140055.291000', '140055.294000', '140055.297000', '140055.300000', '140055.303000', '140055.306000', '140055.308000', '140055.311000', '140055.314000', '140055.317000', '140055.320000', '140055.323000', '140055.326000', '140055.328000', '140055.331000', '140055.334000', '140055.337000', '140055.341000', '140055.344000', '140055.347000', '140055.350000', '140055.352000', '140055.355000', '140115.123000', '140115.126000', '140115.129000', '140115.132000', '140115.152000', '140115.155000', '140115.158000', '140115.192000', '140115.195000', '140115.198000', '140115.200000', '140115.203000', '140115.206000', '140115.209000', '140115.212000', '140115.215000', '140115.217000', '140115.220000', '140115.223000', '140115.226000', '140115.229000', '140115.232000', '140115.235000', '140115.238000', '140115.240000', '140115.243000', '140115.246000', '140115.249000', '140115.252000', '140115.255000', '140115.257000', '140115.260000', '140115.263000', '140115.266000', '140115.269000', '140115.272000', '140115.275000', '140115.277000', '140115.280000', '140115.283000', '140115.286000', '140115.289000', '140115.291000', '140115.294000', '140135.123000', '140135.126000', '140135.129000', '140135.132000', '140135.135000', '140135.138000', '140135.140000', '140135.143000', '140135.146000', '140135.149000', '140135.152000', '140135.154000', '140135.157000', '140135.222000', '140135.225000', '140135.228000', '140135.231000', '140135.234000', '140135.237000', '140135.240000', '140135.242000', '140135.245000', '140135.248000', '140135.251000', '140135.254000', '140135.257000', '140135.259000', '140135.262000', '140135.265000', '140135.268000', '140135.271000', '140135.274000', '140135.277000', '140135.279000', '140135.282000', '140135.285000', '140135.288000', '140135.291000', '140135.294000', '140135.297000', '140135.299000', '140135.302000', '140135.305000', '140155.123000', '140155.126000', '140155.129000', '140155.132000', '140155.135000', '140155.138000', '140155.141000', '140155.143000', '140155.146000', '140155.149000', '140155.152000', '140155.155000', '140155.207000', '140155.210000', '140155.213000', '140155.216000', '140155.218000', '140155.221000', '140155.224000', '140155.227000', '140155.230000', '140155.233000', '140155.236000', '140155.239000', '140155.241000', '140155.244000', '140155.247000', '140155.250000', '140155.253000', '140155.256000', '140155.265000', '140155.268000', '140155.271000', '140155.274000', '140155.277000', '140155.279000', '140155.282000', '140155.285000', '140155.288000', '140155.291000', '140155.293000', '140155.296000', '140155.299000', '140155.302000', '140215.124000', '140215.127000', '140215.130000', '140215.132000', '140215.135000', '140215.138000', '140215.141000', '140215.144000', '140215.147000', '140215.150000', '140215.152000', '140215.155000', '140215.158000', '140215.161000', '140215.164000', '140215.167000', '140215.170000', '140215.172000', '140215.175000', '140215.178000', '140215.181000', '140215.184000', '140215.187000', '140215.190000', '140215.193000', '140215.195000', '140215.198000', '140215.201000', '140215.204000', '140215.207000', '140215.210000', '140215.213000', '140215.216000', '140215.218000', '140215.221000', '140215.224000', '140215.227000', '140215.230000', '140215.233000', '140215.236000', '140215.239000', '140215.242000', '140215.245000', '140235.123000', '140235.126000', '140235.129000', '140235.132000', '140235.135000', '140235.138000', '140235.141000', '140235.143000', '140235.146000', '140235.149000', '140235.152000', '140235.155000', '140235.157000', '140235.212000', '140235.215000', '140235.218000', '140235.221000', '140235.224000', '140235.227000', '140235.230000', '140235.232000', '140235.235000', '140235.238000', '140235.241000', '140235.244000', '140235.247000', '140235.249000', '140235.252000', '140235.255000', '140235.258000', '140235.261000', '140235.264000', '140235.267000', '140235.269000', '140235.272000', '140235.275000', '140235.278000', '140235.281000', '140235.284000', '140235.287000', '140235.289000', '140235.292000', '140235.295000', '140235.298000', '140255.123000', '140255.126000', '140255.129000', '140255.132000', '140255.135000', '140255.137000', '140255.140000', '140255.143000', '140255.146000', '140255.149000', '140255.151000', '140255.154000', '140255.157000', '140255.160000', '140255.163000', '140255.175000', '140255.178000', '140255.181000', '140255.184000', '140255.187000', '140255.190000', '140255.192000', '140255.195000', '140255.199000', '140255.203000', '140255.206000', '140255.208000', '140255.211000', '140255.214000', '140255.217000', '140255.220000', '140255.223000', '140255.226000', '140255.228000', '140255.231000', '140255.234000', '140255.237000', '140255.240000', '140255.243000', '140255.245000', '140255.248000', '140255.251000', '140255.254000', '140315.123000', '140315.126000', '140315.129000', '140315.131000', '140315.134000', '140315.137000', '140315.140000', '140315.143000', '140315.146000', '140315.149000', '140315.151000', '140315.154000', '140315.157000', '140315.182000', '140315.185000', '140315.188000', '140315.191000', '140315.194000', '140315.196000', '140315.199000', '140315.202000', '140315.205000', '140315.208000', '140315.211000', '140315.214000', '140315.216000', '140315.219000', '140315.222000', '140315.225000', '140315.228000', '140315.231000', '140315.233000', '140315.236000', '140315.239000', '140315.242000', '140315.245000', '140315.248000', '140315.251000', '140315.253000', '140315.256000', '140315.259000', '140315.262000', '140315.265000', '140315.268000', '140335.123000', '140335.126000', '140335.129000', '140335.132000', '140335.134000', '140335.137000', '140335.140000', '140335.143000', '140335.146000', '140335.149000', '140335.152000', '140335.154000', '140335.157000', '140335.201000', '140335.204000', '140335.206000', '140335.209000', '140335.212000', '140335.215000', '140335.218000', '140335.221000', '140335.223000', '140335.226000', '140335.229000', '140335.232000', '140335.235000', '140335.238000', '140335.241000', '140335.243000', '140335.246000', '140335.249000', '140335.252000', '140335.255000', '140335.258000', '140335.261000', '140335.263000', '140335.266000', '140335.269000', '140335.272000', '140335.281000', '140335.284000', '140335.287000', '140335.290000', '140355.123000', '140355.126000', '140355.129000', '140355.132000', '140355.135000', '140355.137000', '140355.140000', '140355.143000', '140355.146000', '140355.149000', '140355.151000', '140355.154000', '140355.157000', '140355.160000', '140355.197000', '140355.200000', '140355.202000', '140355.205000', '140355.208000', '140355.211000', '140355.214000', '140355.217000', '140355.219000', '140355.222000', '140355.225000', '140355.228000', '140355.231000', '140355.234000', '140355.237000', '140355.240000', '140355.242000', '140355.245000', '140355.248000', '140355.251000', '140355.254000', '140355.257000', '140355.260000', '140355.263000', '140355.266000', '140355.269000', '140355.271000', '140355.274000', '140355.277000', '140355.287000', '140415.123000', '140415.126000', '140415.129000', '140415.132000', '140415.135000', '140415.138000', '140415.141000', '140415.143000', '140415.146000', '140415.149000', '140415.162000', '140415.199000', '140415.202000', '140415.205000', '140415.208000', '140415.211000', '140415.213000', '140415.216000', '140415.219000', '140415.222000', '140415.225000', '140415.228000', '140415.231000', '140415.233000', '140415.238000', '140415.241000', '140415.244000', '140415.247000', '140415.249000', '140415.252000', '140415.255000', '140415.258000', '140415.261000', '140415.264000', '140415.267000', '140415.269000', '140415.272000', '140415.275000', '140415.278000', '140415.281000', '140415.284000', '140415.287000', '140415.290000', '140435.123000', '140435.126000', '140435.129000', '140435.132000', '140435.135000', '140435.137000', '140435.140000', '140435.143000', '140435.146000', '140435.149000', '140435.152000', '140435.155000', '140435.157000', '140435.196000', '140435.199000', '140435.202000', '140435.205000', '140435.208000', '140435.211000', '140435.213000', '140435.216000', '140435.219000', '140435.222000', '140435.225000', '140435.228000', '140435.231000', '140435.234000', '140435.237000', '140435.239000', '140435.242000', '140435.245000', '140435.248000', '140435.251000', '140435.254000', '140435.257000', '140435.260000', '140435.262000', '140435.265000', '140435.268000', '140435.271000', '140435.274000', '140435.277000', '140435.280000', '140435.282000', '140455.123000', '140455.126000', '140455.129000', '140455.132000', '140455.135000', '140455.137000', '140455.140000', '140455.143000', '140455.146000', '140455.149000', '140455.152000', '140455.155000', '140455.158000', '140455.208000', '140455.210000', '140455.213000', '140455.216000', '140455.219000', '140455.222000', '140455.225000', '140455.228000', '140455.230000', '140455.233000', '140455.236000', '140455.239000', '140455.242000', '140455.247000', '140455.250000', '140455.253000', '140455.255000', '140455.258000', '140455.261000', '140455.264000', '140455.267000', '140455.270000', '140455.273000', '140455.276000', '140455.279000', '140455.281000', '140455.284000', '140455.287000', '140455.290000', '140455.293000', '140515.123000', '140515.126000', '140515.129000', '140515.132000', '140515.135000', '140515.138000', '140515.140000', '140515.143000', '140515.146000', '140515.149000', '140515.152000', '140515.155000', '140515.158000', '140515.222000', '140515.225000', '140515.228000', '140515.231000', '140515.234000', '140515.237000', '140515.239000', '140515.242000', '140515.245000', '140515.248000', '140515.251000', '140515.254000', '140515.257000', '140515.259000', '140515.262000', '140515.265000', '140515.268000', '140515.271000', '140515.274000', '140515.276000', '140515.279000', '140515.282000', '140515.285000', '140515.306000', '140515.309000', '140515.312000', '140515.314000', '140515.317000', '140515.320000', '140515.323000', '140515.326000', '140535.123000', '140535.126000', '140535.129000', '140535.132000', '140535.135000', '140535.138000', '140535.140000', '140535.143000', '140535.146000', '140535.149000', '140535.152000', '140535.155000', '140535.158000', '140535.202000', '140535.205000', '140535.208000', '140535.211000', '140535.213000', '140535.216000', '140535.219000', '140535.222000', '140535.239000', '140535.242000', '140535.252000', '140535.254000', '140535.257000', '140535.260000', '140535.263000', '140535.266000', '140535.269000', '140535.272000', '140535.276000', '140535.279000', '140535.282000', '140535.285000', '140535.288000', '140535.291000', '140535.294000', '140535.296000', '140535.299000', '140535.302000', '140535.305000', '140535.308000', '140555.123000', '140555.126000', '140555.129000', '140555.131000', '140555.134000', '140555.137000', '140555.140000', '140555.143000', '140555.146000', '140555.149000', '140555.152000', '140555.154000', '140555.157000', '140555.225000', '140555.228000', '140555.231000', '140555.234000', '140555.236000', '140555.239000', '140555.242000', '140555.245000', '140555.248000', '140555.251000', '140555.254000', '140555.257000', '140555.259000', '140555.262000', '140555.265000', '140555.268000', '140555.271000', '140555.273000', '140555.276000', '140555.279000', '140555.282000', '140555.285000', '140555.288000', '140555.291000', '140555.293000', '140555.296000', '140555.299000', '140555.302000', '140555.305000', '140555.307000', '140555.310000', '140615.123000', '140615.126000', '140615.129000', '140615.132000', '140615.135000', '140615.138000', '140615.141000', '140615.143000', '140615.146000', '140615.149000', '140615.152000', '140615.155000', '140615.158000', '140615.194000', '140615.197000', '140615.200000', '140615.203000', '140615.206000', '140615.216000', '140615.219000', '140615.222000', '140615.225000', '140615.228000', '140615.231000', '140615.234000', '140615.236000', '140615.239000', '140615.242000', '140615.245000', '140615.248000', '140615.251000', '140615.254000', '140615.257000', '140615.259000', '140615.262000', '140615.265000', '140615.268000', '140615.271000', '140615.274000', '140615.276000', '140615.279000', '140615.282000', '140615.285000', '140635.123000', '140635.126000', '140635.129000', '140635.132000', '140635.135000', '140635.138000', '140635.141000', '140635.146000', '140635.149000', '140635.152000', '140635.155000', '140635.233000', '140635.235000', '140635.238000', '140635.241000', '140635.244000', '140635.247000', '140635.250000', '140635.252000', '140635.255000', '140635.258000', '140635.261000', '140635.264000', '140635.267000', '140635.270000', '140635.273000', '140635.275000', '140635.278000', '140635.281000', '140635.284000', '140635.287000', '140635.290000', '140635.293000', '140635.296000', '140635.298000', '140635.301000', '140635.304000', '140635.307000', '140635.310000', '140635.313000', '140635.316000', '140635.318000', '140635.321000', '140655.123000', '140655.126000', '140655.129000', '140655.132000', '140655.135000', '140655.137000', '140655.140000', '140655.143000', '140655.146000', '140655.149000', '140655.152000', '140655.155000', '140655.157000', '140655.218000', '140655.221000', '140655.224000', '140655.226000', '140655.229000', '140655.232000', '140655.235000', '140655.238000', '140655.241000', '140655.244000', '140655.247000', '140655.249000', '140655.252000', '140655.255000', '140655.258000', '140655.261000', '140655.264000', '140655.267000', '140655.270000', '140655.272000', '140655.289000', '140655.297000', '140655.300000', '140655.303000', '140655.305000', '140655.308000', '140655.311000', '140655.315000', '140655.318000', '140655.321000', '140655.324000', '140715.123000', '140715.126000', '140715.129000', '140715.132000', '140715.135000', '140715.138000', '140715.140000', '140715.143000', '140715.146000', '140715.150000', '140715.152000', '140715.156000', '140715.159000', '140715.210000', '140715.213000', '140715.215000', '140715.218000', '140715.221000', '140715.224000', '140715.227000', '140715.230000', '140715.232000', '140715.236000', '140715.238000', '140715.241000', '140715.244000', '140715.247000', '140715.250000', '140715.253000', '140715.256000', '140715.259000', '140715.262000', '140715.264000', '140715.267000', '140715.270000', '140715.273000', '140715.276000', '140715.279000', '140715.282000', '140715.285000', '140715.287000', '140715.290000', '140715.293000', '140735.123000', '140735.126000', '140735.129000', '140735.132000', '140735.135000', '140735.138000', '140735.141000', '140735.143000', '140735.146000', '140735.149000', '140735.152000', '140735.155000', '140735.158000', '140735.222000', '140735.225000', '140735.228000', '140735.230000', '140735.234000', '140735.236000', '140735.239000', '140735.242000', '140735.245000', '140735.248000', '140735.251000', '140735.254000', '140735.257000', '140735.259000', '140735.262000', '140735.265000', '140735.268000', '140735.271000', '140735.274000', '140735.277000', '140735.280000', '140735.282000', '140735.285000', '140735.288000', '140735.291000', '140735.294000', '140735.297000', '140735.299000', '140735.302000', '140735.305000', '140735.308000', '140755.123000', '140755.126000', '140755.129000', '140755.132000', '140755.135000', '140755.138000', '140755.141000', '140755.144000', '140755.147000', '140755.150000', '140755.152000', '140755.155000', '140755.158000', '140755.225000', '140755.228000', '140755.231000', '140755.234000', '140755.237000', '140755.239000', '140755.242000', '140755.245000', '140755.248000', '140755.251000', '140755.254000', '140755.256000', '140755.259000', '140755.262000', '140755.265000', '140755.268000', '140755.271000', '140755.274000', '140755.277000', '140755.279000', '140755.282000', '140755.285000', '140755.288000', '140755.291000', '140755.294000', '140755.296000', '140755.299000', '140755.302000', '140755.305000', '140755.308000', '140815.123000', '140815.126000', '140815.129000', '140815.132000', '140815.135000', '140815.138000', '140815.140000', '140815.143000', '140815.146000', '140815.149000', '140815.152000', '140815.155000', '140815.158000', '140815.195000', '140815.197000', '140815.200000', '140815.203000', '140815.206000', '140815.209000', '140815.212000', '140815.215000', '140815.217000', '140815.220000', '140815.223000', '140815.226000', '140815.229000', '140815.232000', '140815.234000', '140815.237000', '140815.250000', '140815.253000', '140815.255000', '140815.258000', '140815.261000', '140815.264000', '140815.267000', '140815.270000', '140815.273000', '140815.275000', '140815.278000', '140815.281000', '140815.284000', '140815.287000', '140815.290000', '140835.123000', '140835.126000', '140835.129000', '140835.132000', '140835.135000', '140835.138000', '140835.141000', '140835.143000', '140835.146000', '140835.149000', '140835.152000', '140835.155000', '140835.158000', '140835.222000', '140835.225000', '140835.228000', '140835.231000', '140835.234000', '140835.236000', '140835.239000', '140835.242000', '140835.245000', '140835.248000', '140835.251000', '140835.254000', '140835.256000', '140835.259000', '140835.262000', '140835.265000', '140835.268000', '140835.271000', '140835.274000', '140835.277000', '140835.279000', '140835.282000', '140835.285000', '140835.288000', '140835.291000', '140835.294000', '140835.296000', '140835.299000', '140835.302000', '140835.305000', '140855.123000', '140855.126000', '140855.129000', '140855.132000', '140855.135000', '140855.138000', '140855.140000', '140855.143000', '140855.146000', '140855.149000', '140855.152000', '140855.155000', '140855.228000', '140855.231000', '140855.234000', '140855.237000', '140855.239000', '140855.242000', '140855.245000', '140855.248000', '140855.251000', '140855.254000', '140855.256000', '140855.259000', '140855.262000', '140855.265000', '140855.268000', '140855.271000', '140855.274000', '140855.277000', '140855.279000', '140855.282000', '140855.285000', '140855.288000', '140855.291000', '140855.294000', '140855.297000', '140855.299000', '140855.302000', '140855.305000', '140855.308000', '140855.311000', '140855.314000', '140855.317000', '140915.123000', '140915.126000', '140915.129000', '140915.132000', '140915.135000', '140915.138000', '140915.141000', '140915.144000', '140915.146000', '140915.150000', '140915.153000', '140915.156000', '140915.202000', '140915.205000', '140915.208000', '140915.211000', '140915.214000', '140915.217000', '140915.220000', '140915.223000', '140915.226000', '140915.229000', '140915.231000', '140915.234000', '140915.237000', '140915.240000', '140915.243000', '140915.246000', '140915.249000', '140915.252000', '140915.255000', '140915.258000', '140915.261000', '140915.263000', '140915.266000', '140915.269000', '140915.272000', '140915.275000', '140915.278000', '140915.281000', '140915.284000', '140915.287000', '140915.289000', '140935.123000', '140935.126000', '140935.129000', '140935.132000', '140935.135000', '140935.138000', '140935.141000', '140935.144000', '140935.146000', '140935.149000', '140935.152000', '140935.175000', '140935.206000', '140935.209000', '140935.212000', '140935.215000', '140935.218000', '140935.221000', '140935.224000', '140935.226000', '140935.229000', '140935.232000', '140935.235000', '140935.238000', '140935.241000', '140935.243000', '140935.247000', '140935.249000', '140935.252000', '140935.255000', '140935.258000', '140935.261000', '140935.264000', '140935.267000', '140935.270000', '140935.272000', '140935.275000', '140935.278000', '140935.281000', '140935.284000', '140935.287000', '140935.290000', '140935.293000', '140935.296000', '140952.531000', '140952.534000', '140952.538000', '140952.541000', '140952.544000', '140952.547000', '140952.550000', '140952.553000', '140952.556000', '140952.559000', '140952.563000', '140952.566000', '140952.569000', '140952.572000', '140952.575000', '140952.578000', '140952.581000', '140952.584000', '140952.587000', '140952.590000', '140952.594000', '140952.597000', '140952.600000', '140952.603000', '140952.606000', '140952.609000', '140952.612000', '140952.615000', '140952.618000', '140952.621000', '140952.624000', '140952.627000', '140952.630000', '140952.632000', '140952.635000', '140952.638000', '140952.641000', '140952.644000'], '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': [13522, 8829, 13082, 8609, 12858, 8507, 13241, 8435, 7989, 8732, 14377, 8819, 13473, 8323, 9738, 9013, 8668, 14373, 8466, 13533, 8233, 10071, 8292, 8543, 7940, 8249, 14423, 8477, 13640, 8705, 10952, 8357, 9796, 9459, 8599, 14725, 8500, 10420, 8436, 8897, 8053, 8481, 14331, 8291, 12883, 8308, 9755, 8223, 9009, 8225, 8560, 14072, 8353, 13337, 8379, 9581, 8190, 8234, 14761, 8549, 12863, 8300, 9106, 8226, 8339, 8036, 8395, 12962, 8316, 11771, 8367, 9813, 8425, 8701, 11475, 8764, 13348, 9122, 11457, 8156, 8403, 14051, 8707, 12021, 8396, 8949, 8147, 8331, 13486, 8437, 11554, 8562, 9107, 8171, 8698, 13451, 8600, 9687, 8400, 8252, 13733, 8644, 12458, 8349, 9527, 8381, 8578, 13688, 8621, 12847, 8583, 9787, 8313, 8751, 13541, 8746, 11576, 8717, 10699, 8475, 8900, 8732, 8499, 13570, 8641, 12137, 8758, 9717, 9596, 8480, 14488, 8686, 9776, 8559, 8585, 10898, 8627, 12765, 8633, 9275, 8666, 7949, 8535, 8527, 8445, 9015, 13695, 8750, 12835, 8766, 13041, 8971, 10402, 11900, 9550, 14073, 8710, 9143, 8571, 8654, 11884, 8627, 12290, 8733, 9477, 8590, 8030, 8552, 8529, 9388, 8910, 13785, 8830, 10437, 8530, 8637, 14571, 8919, 12625, 8948, 10190, 8552, 8643, 12996, 8869, 11135, 8554, 8615, 8432, 8673, 12494, 8670, 11442, 8799, 8738, 8782, 8980, 9096, 8772, 13359, 8818, 11702, 8986, 8902, 8642, 8752, 9844, 8976, 13402, 8971, 11849, 8709, 10057, 8525, 8751, 9938, 8654, 12964, 8435, 12160, 8754, 9784, 8552, 8712, 8947, 8622, 12951, 8976, 11669, 8656, 9801, 8697, 8756, 11682, 8866, 12921, 8773, 12204, 8930, 9530, 8734, 8597, 9432, 9025, 13323, 8651, 11083, 8631, 8825, 8476, 8841, 13713, 8769, 11891, 8618, 8553, 8370, 8977, 13751, 8863, 12480, 8701, 9408, 8752, 9008, 13530, 8802, 13107, 8707, 8959, 8634, 9027, 13766, 8861, 11651, 8663, 8257, 8617, 8824, 9043, 8560, 13021, 8701, 10623, 8736, 8622, 8626, 8606, 13330, 8997, 10809, 8402, 9037, 8191, 8356, 9334, 8407, 12594, 8642, 11782, 8482, 11346, 8607, 8630, 12521, 8741, 13138, 8805, 12716, 8632, 9852, 9852, 8635, 14324, 8757, 10983, 8772, 8785, 10151, 8563, 14122, 8725, 9575, 8558, 8609, 12696, 8551, 12054, 8734, 8644, 10003, 8627, 11836, 8762, 9578, 8602, 8930, 13831, 8819, 12361, 8841, 9800, 8678, 8954, 14106, 8968, 10127, 8653, 8701, 8572, 8669, 8465, 8588, 13447, 8729, 12896, 8535, 10695, 7509, 8586, 8445, 8703, 11643, 8719, 9659, 10746, 8923, 14143, 9077, 13329, 8579, 11128, 8463, 8850, 8858, 8685, 8417, 8632, 13089, 8868, 12461, 8627, 11623, 8558, 12560, 8865, 12311, 8860, 10497, 8646, 9519, 8599, 8831, 14819, 9032, 12853, 8878, 9455, 8773, 8000, 8691, 8870, 13128, 8915, 13399, 8761, 12454, 8776, 9881, 9007, 8514, 8717, 8325, 8652, 8009, 8695, 8150, 8923, 9396, 8933, 9050, 11953, 9660, 11605, 9671, 14328, 9214, 13467, 9105, 9704, 8328, 8635, 8473, 8775, 12584, 8865, 11705, 8670, 8483, 8769, 7787, 8475, 8832, 13013, 8774, 12396, 8814, 8652, 8661, 8850, 11967, 8784, 13208, 8919, 9523, 8523, 8561, 9461, 8748, 13086, 8636, 11595, 8620, 10198, 8569, 8892, 14402, 8733, 12546, 8556, 10185, 8758, 8733, 9785, 8591, 13821, 8631, 9614, 8590, 8993, 14131, 8767, 12269, 9003, 8846, 13672, 8857, 12678, 8768, 9186, 8797, 8990, 13344, 8814, 11721, 8822, 8853, 11680, 9072, 13090, 8860, 10800, 8818, 9145, 13582, 8898, 13017, 8765, 9228, 8885, 9145, 13684, 8904, 13294, 8869, 8854, 8488, 8966, 12625, 8926, 12750, 9086, 9073, 9306, 8881, 14326, 8928, 9783, 9869, 8959, 13792, 9123, 10223, 8745, 8733, 13615, 8827, 10120, 8914, 8913, 14401, 8890, 10483, 8755, 8706, 10143, 8690, 12624, 8748, 8316, 8484, 8115, 8550, 8692, 8667, 8899, 13325, 9077, 12003, 9002, 11647, 8953, 9405, 10865, 9092, 11881, 9157, 14398, 9263, 11504, 10730, 8754, 15094, 9052, 12010, 8943, 10197, 9041, 9967, 8945, 9173, 10663, 9136, 8689, 8973, 10860, 9381, 13302, 9529, 12070, 9038, 9876, 8793, 9156, 13390, 9078, 13922, 9184, 11016, 9139, 9601, 8955, 8782, 8618, 8901, 13421, 9254, 12957, 9090, 12324, 8960, 9720, 9303, 9050, 9005, 8567, 8950, 8147, 8965, 7910, 8844, 9212, 12216, 9306, 13493, 10030, 12467, 8902, 8143, 8779, 8927, 8658, 8927, 13095, 9133, 12223, 9034, 9542, 8968, 7997, 8890, 9155, 8598, 9096, 13817, 9058, 12141, 9114, 9084, 9007, 8808, 9013, 9225, 13037, 9075, 12524, 9072, 8542, 8702, 8985, 10487, 9032, 13643, 9141, 10253, 9127, 8389, 8738, 8376, 8855, 8734, 8977, 9054, 13375, 8928, 10955, 9177, 8740, 8800, 9144, 13536, 8909, 12533, 8857, 8990, 8876, 9051, 10883, 9009, 14301, 9230, 10737, 8950, 7723, 8783, 8917, 13463, 9115, 10799, 9092, 8476, 8822, 9056, 9646, 8984, 13264, 8926, 10601, 8680, 9370, 8788, 11038, 8663, 8674, 8776, 12555, 9121, 12947, 9296, 13286, 8902, 11552, 8635, 13014, 8844, 9241, 8476, 8379, 7962, 8613, 8649, 8939, 9073, 13624, 9283, 10976, 8686, 11988, 8831, 11783, 8755, 8079, 8488, 8676, 13274, 8854, 11536, 8603, 7878, 8540, 8474, 9434, 9041, 12252, 8655, 11307, 8841, 8791, 10660, 9188, 13387, 9369, 12322, 8762, 8697, 12081, 8962, 13084, 9150, 10581, 8659, 9106, 10662, 9061, 12733, 8858, 12288, 8889, 12159, 9036, 9482, 9084, 8233, 8810, 9194, 13459, 10745, 12630, 8922, 12571, 9055, 10697, 9038, 8896, 8656, 8812, 12945, 9055, 11188, 8833, 7859, 8778, 8631, 12909, 8938, 12014, 8741, 10062, 8881, 9317, 8842, 9019, 8678, 8811, 13685, 8913, 12587, 9009, 10357, 8806, 8621, 8675, 8955, 13366, 9011, 12268, 8790, 10818, 8789, 8116, 8743, 8997, 11656, 8764, 13138, 8851, 10679, 9081, 9143, 8856, 8669, 9237, 8621, 12965, 8809, 11541, 8674, 8520, 8636, 8782, 12821, 8693, 11196, 8682, 9268, 8675, 8600, 8605, 8803, 8467, 8823, 13636, 8883, 12747, 8985, 10734, 8974, 9097, 8944, 8934, 14287, 8937, 12970, 8836, 9486, 8703, 9004, 13650, 8782, 12860, 8685, 8931, 8738, 8957, 10574, 8686, 12379, 8724, 11441, 8788, 8945, 8723, 8651, 10180, 8735, 12278, 8975, 11085, 8755, 8437, 8456, 8780, 13311, 8920, 11338, 8604, 8367, 8533, 8694, 11062, 8750, 12780, 8605, 12261, 8841, 11574, 9170, 9929, 8735, 8635, 8804, 8760, 13974, 9115, 12757, 8830, 12492, 8798, 10054, 8830, 9474, 9073, 9932, 8902, 8429, 8822, 8820, 11210, 9186, 13580, 8847, 12659, 8747, 9316, 8778, 8530, 8418, 8932, 12624, 8758, 12567, 9104, 11080, 8865, 8673, 8740, 8657, 9023, 9007, 12905, 8877, 12587, 8660, 8447, 8527, 7796, 8557, 8883, 8531, 8900, 13022, 8703, 12560, 8812, 11561, 8909, 10408, 8744, 8342, 8695, 8795, 13249, 8842, 12410, 9006, 9578, 8794, 8025, 8586, 8886, 11484, 8852, 12698, 8697, 9928, 8809, 8914, 8579, 8822, 14006, 8952, 11686, 8737, 9130, 8703, 8342, 8593, 8826, 9883, 8937, 10457, 10414, 8572, 8638, 8449, 8891, 14427, 8683, 11529, 8510, 8472, 14119, 8460, 12633, 8528, 9074, 12409, 8745, 14008, 9976, 12726, 8519, 10465, 8712, 9754, 8679, 11395, 8675, 9748, 8477, 8903, 8382, 8432, 9743, 8607, 13020, 8820, 12488, 8588, 12223, 8581, 9446, 8874, 9109, 8535, 10051, 8605, 9018, 8577, 8259, 8454, 8549, 14218, 8715, 12477, 8805, 9330, 8377, 8876, 8563, 12175, 8712, 8601, 8407, 8539, 10306, 8800, 13635, 8739, 13144, 8548, 12973, 8777, 12637, 8619, 8558, 8462, 8449, 10461, 8634, 11458, 8325, 8296, 7891, 8549, 8646, 10104, 8424, 8521, 8391, 13817, 8707, 12563, 8503, 9221, 8591, 8428, 8530, 8748, 9183, 8467, 8515, 8590, 13469, 8907, 12497, 9559, 12647, 8594, 11019, 8741, 9816, 8416, 8542, 11138, 8878, 13946, 8603, 12477, 8682, 10356, 8701, 8629, 8655, 8118, 8533, 7816, 8657, 8915, 8677, 8718, 12376, 8681, 13154, 8817, 11714, 8420, 10346, 8349, 7939, 8418, 8747, 8382, 8440, 9293, 8439, 13333, 8535, 12692, 8398, 11207, 8754, 8498, 8591, 8200, 8325, 8462, 13480, 8689, 12656, 8413, 12091, 8707, 10542, 8393, 9636, 8559, 11100, 8694, 11076, 8555, 9392, 8468, 8417, 9349, 8789, 14576, 10164, 13441, 8551, 12891, 8644, 12231, 8530, 9292, 8693, 8579, 8487, 8802, 9363, 8511, 11381, 8459, 13165, 8607, 12493, 8559, 9916, 8330, 9128, 8506, 8713, 8469, 8535, 8464, 8622, 13569, 8808, 12765, 8815, 11420, 8635, 9218, 8818, 8287, 8504, 8563, 10407, 8634, 13268, 8740, 12310, 8427, 11340, 8606, 8208, 8580, 7673, 8393, 8473, 12748, 8863, 12537, 8726, 11339, 8522, 8622, 8501, 8585, 8489, 8659, 8355, 8518, 13535, 8675, 13126, 8681, 10820, 8597, 8873, 8496, 8828, 14225, 8631, 12397, 8471, 9541, 8737, 7750, 8445, 8085, 8329, 8375, 8541, 8835, 12359, 8683, 10565, 8679, 13487, 8824, 12844, 8729, 11658, 8426, 8905, 9587, 8859, 14241, 8697, 13084, 8632, 11601, 8492, 9853, 8537, 8031, 8521, 8415, 8495, 8753, 13047, 8680, 12883, 8719, 9149, 8709, 8705, 11485, 8628, 13569, 8644, 11617, 8841, 9954, 8485, 8936, 8662, 8815, 8553, 8606, 11186, 8643, 13130, 8784, 11983, 8495, 9108, 8352, 8525, 14143, 8811, 12741, 8656, 9151, 8658, 7917, 8347, 8950, 13037, 8704, 12374, 8634, 11179, 8614, 8486, 8705, 8365, 8395, 8678, 14140, 9041, 12416, 9203, 11198, 8553, 8278, 8586, 8727, 10831, 8622, 13788, 8806, 12240, 8634, 9389, 8481, 8070, 8525, 8160, 8380, 8092, 8230, 8474, 11353, 8705], 'WindowCenter': [3999.0, 3956.0, 3985.0, 3944.0, 3986.0, 3945.0, 3971.0, 3931.0, 3919.0, 3941.0, 3982.0, 3940.0, 3972.0, 3930.0, 3940.0, 3927.0, 3917.0, 3957.0, 3916.0, 3957.0, 3916.0, 3925.0, 3903.0, 3915.0, 3904.0, 3916.0, 3956.0, 3916.0, 3945.0, 3915.0, 3935.0, 3905.0, 3926.0, 3914.0, 3904.0, 3943.0, 3902.0, 3923.0, 3903.0, 3913.0, 3891.0, 3902.0, 3943.0, 3903.0, 3945.0, 3904.0, 3923.0, 3903.0, 3914.0, 3904.0, 3916.0, 3956.0, 3905.0, 3945.0, 3904.0, 3925.0, 3904.0, 3915.0, 3955.0, 3914.0, 3944.0, 3903.0, 3915.0, 3904.0, 3904.0, 3903.0, 3904.0, 3945.0, 3916.0, 3947.0, 3917.0, 3937.0, 3916.0, 3917.0, 3947.0, 3928.0, 3959.0, 3928.0, 3948.0, 3904.0, 3916.0, 3956.0, 3916.0, 3946.0, 3904.0, 3915.0, 3903.0, 3915.0, 3957.0, 3916.0, 3946.0, 3915.0, 3926.0, 3904.0, 3916.0, 3958.0, 3916.0, 3926.0, 3904.0, 3916.0, 3957.0, 3928.0, 3958.0, 3917.0, 3927.0, 3916.0, 3928.0, 3969.0, 3929.0, 3959.0, 3917.0, 3938.0, 3905.0, 3917.0, 3958.0, 3917.0, 3947.0, 3917.0, 3937.0, 3916.0, 3930.0, 3929.0, 3928.0, 3958.0, 3917.0, 3948.0, 3928.0, 3940.0, 3927.0, 3917.0, 3957.0, 3915.0, 3926.0, 3916.0, 3917.0, 3935.0, 3916.0, 3945.0, 3915.0, 3926.0, 3928.0, 3917.0, 3927.0, 3929.0, 3917.0, 3940.0, 3971.0, 3930.0, 3961.0, 3930.0, 3960.0, 3929.0, 3951.0, 3948.0, 3927.0, 3946.0, 3904.0, 3914.0, 3914.0, 3913.0, 3934.0, 3914.0, 3933.0, 3915.0, 3925.0, 3916.0, 3905.0, 3916.0, 3928.0, 3926.0, 3928.0, 3970.0, 3928.0, 3938.0, 3916.0, 3917.0, 3956.0, 3926.0, 3946.0, 3914.0, 3924.0, 3901.0, 3902.0, 3943.0, 3915.0, 3935.0, 3903.0, 3915.0, 3902.0, 3916.0, 3946.0, 3915.0, 3934.0, 3914.0, 3915.0, 3914.0, 3927.0, 3927.0, 3927.0, 3957.0, 3927.0, 3946.0, 3927.0, 3928.0, 3916.0, 3917.0, 3926.0, 3927.0, 3958.0, 3928.0, 3948.0, 3917.0, 3938.0, 3915.0, 3928.0, 3938.0, 3928.0, 3957.0, 3918.0, 3958.0, 3929.0, 3950.0, 3929.0, 3929.0, 3927.0, 3928.0, 3960.0, 3940.0, 3950.0, 3928.0, 3938.0, 3916.0, 3930.0, 3959.0, 3928.0, 3959.0, 3917.0, 3958.0, 3939.0, 3938.0, 3917.0, 3928.0, 3927.0, 3929.0, 3970.0, 3928.0, 3949.0, 3927.0, 3927.0, 3916.0, 3928.0, 3959.0, 3929.0, 3947.0, 3930.0, 3918.0, 3917.0, 3928.0, 3970.0, 3928.0, 3948.0, 3917.0, 3927.0, 3917.0, 3928.0, 3958.0, 3928.0, 3948.0, 3915.0, 3916.0, 3915.0, 3927.0, 3957.0, 3927.0, 3937.0, 3917.0, 3917.0, 3928.0, 3929.0, 3927.0, 3929.0, 3959.0, 3929.0, 3951.0, 3931.0, 3932.0, 3917.0, 3931.0, 3970.0, 3942.0, 3952.0, 3920.0, 3930.0, 3918.0, 3919.0, 3928.0, 3918.0, 3960.0, 3931.0, 3961.0, 3931.0, 3952.0, 3929.0, 3931.0, 3960.0, 3932.0, 3960.0, 3930.0, 3960.0, 3929.0, 3942.0, 3941.0, 3931.0, 3959.0, 3917.0, 3939.0, 3929.0, 3930.0, 3940.0, 3919.0, 3959.0, 3917.0, 3927.0, 3918.0, 3929.0, 3958.0, 3917.0, 3946.0, 3915.0, 3916.0, 3939.0, 3927.0, 3948.0, 3928.0, 3929.0, 3917.0, 3929.0, 3972.0, 3929.0, 3958.0, 3928.0, 3938.0, 3916.0, 3928.0, 3958.0, 3927.0, 3927.0, 3918.0, 3917.0, 3928.0, 3930.0, 3916.0, 3930.0, 3971.0, 3932.0, 3972.0, 3942.0, 3951.0, 3921.0, 3943.0, 3933.0, 3943.0, 3975.0, 3942.0, 3943.0, 3950.0, 3930.0, 3971.0, 3931.0, 3960.0, 3918.0, 3937.0, 3904.0, 3916.0, 3917.0, 3916.0, 3902.0, 3915.0, 3945.0, 3927.0, 3958.0, 3930.0, 3947.0, 3930.0, 3960.0, 3931.0, 3961.0, 3931.0, 3940.0, 3919.0, 3929.0, 3918.0, 3930.0, 3959.0, 3918.0, 3946.0, 3916.0, 3927.0, 3918.0, 3908.0, 3916.0, 3928.0, 3959.0, 3929.0, 3959.0, 3919.0, 3947.0, 3917.0, 3938.0, 3931.0, 3929.0, 3928.0, 3919.0, 3918.0, 3919.0, 3930.0, 3919.0, 3930.0, 3930.0, 3929.0, 3929.0, 3949.0, 3940.0, 3948.0, 3927.0, 3955.0, 3915.0, 3944.0, 3913.0, 3915.0, 3902.0, 3902.0, 3891.0, 3903.0, 3933.0, 3915.0, 3946.0, 3915.0, 3915.0, 3914.0, 3905.0, 3916.0, 3928.0, 3958.0, 3929.0, 3959.0, 3928.0, 3929.0, 3930.0, 3929.0, 3948.0, 3929.0, 3958.0, 3930.0, 3940.0, 3927.0, 3930.0, 3927.0, 3928.0, 3971.0, 3929.0, 3959.0, 3930.0, 3950.0, 3917.0, 3930.0, 3971.0, 3929.0, 3958.0, 3918.0, 3937.0, 3915.0, 3929.0, 3938.0, 3928.0, 3957.0, 3917.0, 3927.0, 3916.0, 3929.0, 3969.0, 3918.0, 3947.0, 3915.0, 3926.0, 3957.0, 3927.0, 3945.0, 3914.0, 3916.0, 3914.0, 3926.0, 3956.0, 3927.0, 3946.0, 3915.0, 3926.0, 3947.0, 3927.0, 3958.0, 3927.0, 3947.0, 3915.0, 3927.0, 3958.0, 3928.0, 3958.0, 3917.0, 3927.0, 3926.0, 3929.0, 3957.0, 3927.0, 3956.0, 3914.0, 3927.0, 3916.0, 3927.0, 3947.0, 3926.0, 3957.0, 3927.0, 3927.0, 3927.0, 3927.0, 3957.0, 3915.0, 3936.0, 3924.0, 3925.0, 3957.0, 3915.0, 3925.0, 3902.0, 3915.0, 3944.0, 3915.0, 3925.0, 3913.0, 3915.0, 3954.0, 3915.0, 3934.0, 3915.0, 3927.0, 3936.0, 3915.0, 3945.0, 3914.0, 3915.0, 3927.0, 3917.0, 3928.0, 3929.0, 3928.0, 3941.0, 3983.0, 3943.0, 3961.0, 3942.0, 3961.0, 3930.0, 3942.0, 3950.0, 3929.0, 3948.0, 3928.0, 3968.0, 3928.0, 3950.0, 3937.0, 3915.0, 3955.0, 3914.0, 3946.0, 3926.0, 3925.0, 3914.0, 3925.0, 3914.0, 3926.0, 3936.0, 3926.0, 3913.0, 3916.0, 3935.0, 3927.0, 3957.0, 3927.0, 3944.0, 3914.0, 3924.0, 3913.0, 3925.0, 3944.0, 3912.0, 3943.0, 3913.0, 3922.0, 3925.0, 3923.0, 3912.0, 3913.0, 3902.0, 3912.0, 3943.0, 3924.0, 3944.0, 3914.0, 3943.0, 3914.0, 3924.0, 3926.0, 3926.0, 3914.0, 3914.0, 3915.0, 3917.0, 3927.0, 3906.0, 3915.0, 3925.0, 3945.0, 3927.0, 3956.0, 3925.0, 3945.0, 3913.0, 3903.0, 3914.0, 3912.0, 3902.0, 3914.0, 3944.0, 3925.0, 3947.0, 3916.0, 3924.0, 3914.0, 3905.0, 3927.0, 3937.0, 3917.0, 3926.0, 3956.0, 3916.0, 3958.0, 3927.0, 3915.0, 3915.0, 3926.0, 3914.0, 3927.0, 3956.0, 3916.0, 3946.0, 3915.0, 3915.0, 3914.0, 3927.0, 3936.0, 3925.0, 3955.0, 3925.0, 3925.0, 3926.0, 3917.0, 3916.0, 3915.0, 3926.0, 3917.0, 3915.0, 3927.0, 3957.0, 3926.0, 3936.0, 3927.0, 3916.0, 3916.0, 3926.0, 3957.0, 3925.0, 3945.0, 3915.0, 3914.0, 3914.0, 3916.0, 3935.0, 3913.0, 3954.0, 3913.0, 3923.0, 3914.0, 3893.0, 3901.0, 3914.0, 3942.0, 3912.0, 3932.0, 3915.0, 3904.0, 3913.0, 3915.0, 3924.0, 3915.0, 3954.0, 3916.0, 3935.0, 3916.0, 3925.0, 3929.0, 3959.0, 3929.0, 3929.0, 3930.0, 3959.0, 3940.0, 3970.0, 3941.0, 3959.0, 3929.0, 3960.0, 3927.0, 3958.0, 3928.0, 3927.0, 3919.0, 3917.0, 3917.0, 3916.0, 3928.0, 3925.0, 3928.0, 3969.0, 3927.0, 3935.0, 3916.0, 3945.0, 3915.0, 3948.0, 3917.0, 3905.0, 3916.0, 3916.0, 3945.0, 3927.0, 3947.0, 3917.0, 3905.0, 3917.0, 3919.0, 3928.0, 3940.0, 3959.0, 3929.0, 3947.0, 3929.0, 3929.0, 3948.0, 3939.0, 3960.0, 3928.0, 3948.0, 3915.0, 3916.0, 3947.0, 3915.0, 3945.0, 3915.0, 3924.0, 3903.0, 3915.0, 3935.0, 3916.0, 3946.0, 3915.0, 3945.0, 3927.0, 3959.0, 3928.0, 3927.0, 3927.0, 3916.0, 3926.0, 3929.0, 3959.0, 3948.0, 3947.0, 3917.0, 3946.0, 3915.0, 3936.0, 3914.0, 3915.0, 3904.0, 3915.0, 3944.0, 3913.0, 3935.0, 3914.0, 3903.0, 3902.0, 3914.0, 3944.0, 3926.0, 3946.0, 3916.0, 3925.0, 3926.0, 3926.0, 3926.0, 3929.0, 3917.0, 3928.0, 3957.0, 3917.0, 3946.0, 3926.0, 3937.0, 3915.0, 3915.0, 3904.0, 3915.0, 3955.0, 3915.0, 3946.0, 3916.0, 3935.0, 3915.0, 3903.0, 3915.0, 3928.0, 3946.0, 3917.0, 3946.0, 3915.0, 3935.0, 3928.0, 3927.0, 3915.0, 3916.0, 3915.0, 3915.0, 3946.0, 3926.0, 3947.0, 3915.0, 3916.0, 3904.0, 3916.0, 3958.0, 3917.0, 3947.0, 3916.0, 3927.0, 3915.0, 3929.0, 3930.0, 3928.0, 3918.0, 3929.0, 3958.0, 3929.0, 3959.0, 3930.0, 3949.0, 3928.0, 3928.0, 3926.0, 3928.0, 3969.0, 3928.0, 3958.0, 3927.0, 3926.0, 3914.0, 3927.0, 3958.0, 3917.0, 3946.0, 3916.0, 3916.0, 3915.0, 3927.0, 3937.0, 3916.0, 3946.0, 3916.0, 3946.0, 3927.0, 3929.0, 3918.0, 3928.0, 3937.0, 3917.0, 3947.0, 3930.0, 3950.0, 3928.0, 3918.0, 3915.0, 3917.0, 3957.0, 3929.0, 3947.0, 3916.0, 3917.0, 3915.0, 3917.0, 3948.0, 3929.0, 3959.0, 3929.0, 3949.0, 3929.0, 3949.0, 3941.0, 3940.0, 3929.0, 3930.0, 3927.0, 3929.0, 3970.0, 3928.0, 3958.0, 3928.0, 3947.0, 3916.0, 3937.0, 3929.0, 3939.0, 3930.0, 3939.0, 3928.0, 3918.0, 3917.0, 3928.0, 3947.0, 3927.0, 3957.0, 3916.0, 3945.0, 3914.0, 3914.0, 3914.0, 3916.0, 3905.0, 3915.0, 3944.0, 3913.0, 3944.0, 3915.0, 3935.0, 3914.0, 3914.0, 3902.0, 3915.0, 3914.0, 3926.0, 3945.0, 3915.0, 3944.0, 3914.0, 3905.0, 3915.0, 3905.0, 3915.0, 3915.0, 3914.0, 3927.0, 3958.0, 3917.0, 3946.0, 3926.0, 3947.0, 3927.0, 3948.0, 3917.0, 3916.0, 3915.0, 3917.0, 3945.0, 3926.0, 3958.0, 3916.0, 3925.0, 3915.0, 3905.0, 3916.0, 3927.0, 3947.0, 3927.0, 3957.0, 3917.0, 3937.0, 3940.0, 3931.0, 3918.0, 3928.0, 3959.0, 3928.0, 3948.0, 3918.0, 3926.0, 3917.0, 3917.0, 3916.0, 3930.0, 3950.0, 3942.0, 3949.0, 3950.0, 3930.0, 3930.0, 3919.0, 3929.0, 3968.0, 3916.0, 3948.0, 3915.0, 3917.0, 3957.0, 3916.0, 3947.0, 3917.0, 3916.0, 3944.0, 3903.0, 3942.0, 3911.0, 3931.0, 3890.0, 3910.0, 3901.0, 3900.0, 3899.0, 3918.0, 3888.0, 3898.0, 3888.0, 3900.0, 3887.0, 3889.0, 3897.0, 3901.0, 3942.0, 3913.0, 3933.0, 3902.0, 3931.0, 3902.0, 3912.0, 3914.0, 3913.0, 3916.0, 3925.0, 3916.0, 3928.0, 3928.0, 3917.0, 3917.0, 3918.0, 3957.0, 3917.0, 3957.0, 3927.0, 3925.0, 3915.0, 3926.0, 3929.0, 3961.0, 3929.0, 3929.0, 3929.0, 3930.0, 3950.0, 3941.0, 3973.0, 3943.0, 3972.0, 3931.0, 3960.0, 3929.0, 3960.0, 3929.0, 3917.0, 3906.0, 3916.0, 3935.0, 3917.0, 3947.0, 3918.0, 3917.0, 3917.0, 3927.0, 3930.0, 3950.0, 3931.0, 3928.0, 3931.0, 3970.0, 3932.0, 3962.0, 3929.0, 3930.0, 3919.0, 3918.0, 3929.0, 3929.0, 3929.0, 3919.0, 3928.0, 3931.0, 3972.0, 3942.0, 3960.0, 3942.0, 3959.0, 3919.0, 3938.0, 3929.0, 3939.0, 3917.0, 3919.0, 3937.0, 3916.0, 3958.0, 3916.0, 3947.0, 3917.0, 3925.0, 3916.0, 3917.0, 3917.0, 3918.0, 3917.0, 3908.0, 3928.0, 3941.0, 3929.0, 3931.0, 3959.0, 3929.0, 3959.0, 3930.0, 3959.0, 3918.0, 3938.0, 3917.0, 3907.0, 3917.0, 3929.0, 3917.0, 3918.0, 3926.0, 3917.0, 3959.0, 3929.0, 3959.0, 3917.0, 3947.0, 3928.0, 3930.0, 3928.0, 3918.0, 3917.0, 3918.0, 3971.0, 3929.0, 3959.0, 3918.0, 3958.0, 3928.0, 3949.0, 3930.0, 3938.0, 3929.0, 3949.0, 3928.0, 3961.0, 3928.0, 3929.0, 3916.0, 3916.0, 3925.0, 3918.0, 3969.0, 3937.0, 3945.0, 3915.0, 3945.0, 3915.0, 3946.0, 3915.0, 3915.0, 3914.0, 3915.0, 3915.0, 3927.0, 3926.0, 3917.0, 3934.0, 3915.0, 3946.0, 3916.0, 3959.0, 3917.0, 3926.0, 3916.0, 3926.0, 3915.0, 3917.0, 3917.0, 3917.0, 3914.0, 3916.0, 3956.0, 3927.0, 3960.0, 3929.0, 3947.0, 3916.0, 3926.0, 3927.0, 3919.0, 3917.0, 3917.0, 3936.0, 3917.0, 3957.0, 3928.0, 3946.0, 3916.0, 3937.0, 3915.0, 3918.0, 3916.0, 3906.0, 3917.0, 3917.0, 3958.0, 3929.0, 3960.0, 3929.0, 3948.0, 3917.0, 3918.0, 3916.0, 3930.0, 3929.0, 3929.0, 3917.0, 3929.0, 3960.0, 3929.0, 3971.0, 3929.0, 3950.0, 3919.0, 3929.0, 3916.0, 3929.0, 3969.0, 3918.0, 3947.0, 3905.0, 3926.0, 3916.0, 3907.0, 3917.0, 3917.0, 3917.0, 3918.0, 3929.0, 3942.0, 3971.0, 3930.0, 3950.0, 3930.0, 3970.0, 3941.0, 3972.0, 3930.0, 3950.0, 3918.0, 3917.0, 3925.0, 3927.0, 3968.0, 3916.0, 3946.0, 3916.0, 3946.0, 3916.0, 3937.0, 3927.0, 3917.0, 3916.0, 3919.0, 3928.0, 3930.0, 3971.0, 3929.0, 3958.0, 3917.0, 3928.0, 3929.0, 3930.0, 3949.0, 3929.0, 3957.0, 3917.0, 3948.0, 3928.0, 3938.0, 3917.0, 3927.0, 3917.0, 3928.0, 3927.0, 3917.0, 3946.0, 3916.0, 3956.0, 3928.0, 3958.0, 3917.0, 3928.0, 3915.0, 3916.0, 3956.0, 3927.0, 3958.0, 3916.0, 3925.0, 3914.0, 3905.0, 3914.0, 3927.0, 3957.0, 3918.0, 3946.0, 3927.0, 3947.0, 3927.0, 3929.0, 3928.0, 3919.0, 3917.0, 3929.0, 3968.0, 3930.0, 3959.0, 3928.0, 3936.0, 3915.0, 3916.0, 3917.0, 3928.0, 3936.0, 3916.0, 3957.0, 3915.0, 3946.0, 3916.0, 3925.0, 3914.0, 3903.0, 3914.0, 3918.0, 3916.0, 3917.0, 3915.0, 3917.0, 3946.0, 3927.0], 'WindowWidth': [8903.0, 8841.0, 8872.0, 8821.0, 8877.0, 8823.0, 8848.0, 8797.0, 8776.0, 8809.0, 8863.0, 8807.0, 8850.0, 8792.0, 8804.0, 8782.0, 8767.0, 8819.0, 8764.0, 8821.0, 8763.0, 8773.0, 8742.0, 8759.0, 8745.0, 8765.0, 8817.0, 8763.0, 8801.0, 8759.0, 8787.0, 8748.0, 8777.0, 8757.0, 8743.0, 8795.0, 8737.0, 8766.0, 8742.0, 8755.0, 8722.0, 8739.0, 8792.0, 8741.0, 8800.0, 8745.0, 8768.0, 8743.0, 8759.0, 8745.0, 8765.0, 8816.0, 8747.0, 8800.0, 8744.0, 8773.0, 8748.0, 8763.0, 8815.0, 8758.0, 8797.0, 8741.0, 8761.0, 8745.0, 8746.0, 8741.0, 8746.0, 8801.0, 8767.0, 8809.0, 8769.0, 8793.0, 8766.0, 8770.0, 8807.0, 8785.0, 8826.0, 8783.0, 8808.0, 8745.0, 8762.0, 8817.0, 8765.0, 8802.0, 8744.0, 8760.0, 8740.0, 8760.0, 8819.0, 8766.0, 8802.0, 8763.0, 8779.0, 8745.0, 8766.0, 8822.0, 8765.0, 8776.0, 8746.0, 8764.0, 8820.0, 8784.0, 8822.0, 8768.0, 8781.0, 8763.0, 8783.0, 8840.0, 8787.0, 8827.0, 8768.0, 8796.0, 8747.0, 8766.0, 8825.0, 8768.0, 8806.0, 8767.0, 8792.0, 8766.0, 8790.0, 8787.0, 8785.0, 8821.0, 8768.0, 8809.0, 8786.0, 8805.0, 8783.0, 8768.0, 8821.0, 8761.0, 8776.0, 8765.0, 8768.0, 8789.0, 8763.0, 8801.0, 8763.0, 8779.0, 8786.0, 8770.0, 8783.0, 8787.0, 8769.0, 8804.0, 8849.0, 8793.0, 8832.0, 8790.0, 8830.0, 8788.0, 8820.0, 8810.0, 8780.0, 8804.0, 8742.0, 8758.0, 8758.0, 8757.0, 8784.0, 8757.0, 8782.0, 8761.0, 8776.0, 8766.0, 8750.0, 8765.0, 8784.0, 8779.0, 8784.0, 8843.0, 8786.0, 8796.0, 8765.0, 8766.0, 8819.0, 8779.0, 8803.0, 8757.0, 8769.0, 8735.0, 8739.0, 8793.0, 8760.0, 8786.0, 8741.0, 8759.0, 8739.0, 8763.0, 8803.0, 8761.0, 8785.0, 8760.0, 8761.0, 8761.0, 8783.0, 8782.0, 8782.0, 8821.0, 8781.0, 8804.0, 8783.0, 8785.0, 8766.0, 8769.0, 8778.0, 8781.0, 8822.0, 8785.0, 8809.0, 8768.0, 8796.0, 8761.0, 8783.0, 8797.0, 8784.0, 8822.0, 8771.0, 8824.0, 8789.0, 8818.0, 8786.0, 8789.0, 8781.0, 8784.0, 8829.0, 8803.0, 8815.0, 8785.0, 8798.0, 8764.0, 8788.0, 8827.0, 8784.0, 8826.0, 8768.0, 8825.0, 8803.0, 8798.0, 8768.0, 8786.0, 8780.0, 8788.0, 8844.0, 8786.0, 8812.0, 8782.0, 8783.0, 8765.0, 8785.0, 8827.0, 8786.0, 8808.0, 8787.0, 8770.0, 8766.0, 8783.0, 8843.0, 8784.0, 8809.0, 8767.0, 8781.0, 8766.0, 8784.0, 8825.0, 8782.0, 8808.0, 8762.0, 8763.0, 8762.0, 8780.0, 8819.0, 8780.0, 8793.0, 8766.0, 8767.0, 8784.0, 8787.0, 8782.0, 8786.0, 8825.0, 8787.0, 8819.0, 8794.0, 8795.0, 8770.0, 8791.0, 8843.0, 8811.0, 8821.0, 8776.0, 8788.0, 8770.0, 8771.0, 8781.0, 8771.0, 8828.0, 8794.0, 8831.0, 8794.0, 8821.0, 8787.0, 8792.0, 8831.0, 8793.0, 8829.0, 8788.0, 8829.0, 8787.0, 8810.0, 8805.0, 8790.0, 8827.0, 8768.0, 8799.0, 8786.0, 8792.0, 8801.0, 8773.0, 8825.0, 8767.0, 8781.0, 8770.0, 8787.0, 8824.0, 8768.0, 8803.0, 8761.0, 8766.0, 8799.0, 8782.0, 8809.0, 8785.0, 8787.0, 8768.0, 8788.0, 8848.0, 8787.0, 8825.0, 8784.0, 8798.0, 8765.0, 8782.0, 8825.0, 8780.0, 8777.0, 8767.0, 8767.0, 8785.0, 8791.0, 8769.0, 8793.0, 8845.0, 8795.0, 8851.0, 8811.0, 8820.0, 8781.0, 8812.0, 8799.0, 8815.0, 8860.0, 8810.0, 8814.0, 8815.0, 8788.0, 8845.0, 8793.0, 8826.0, 8767.0, 8792.0, 8743.0, 8764.0, 8764.0, 8760.0, 8739.0, 8759.0, 8797.0, 8779.0, 8824.0, 8788.0, 8807.0, 8788.0, 8827.0, 8792.0, 8833.0, 8791.0, 8800.0, 8773.0, 8785.0, 8770.0, 8789.0, 8827.0, 8767.0, 8803.0, 8762.0, 8781.0, 8768.0, 8756.0, 8764.0, 8783.0, 8824.0, 8788.0, 8826.0, 8771.0, 8805.0, 8767.0, 8794.0, 8791.0, 8787.0, 8783.0, 8772.0, 8768.0, 8771.0, 8790.0, 8773.0, 8789.0, 8788.0, 8784.0, 8785.0, 8814.0, 8804.0, 8809.0, 8779.0, 8815.0, 8757.0, 8797.0, 8754.0, 8758.0, 8737.0, 8737.0, 8719.0, 8739.0, 8780.0, 8759.0, 8802.0, 8762.0, 8758.0, 8759.0, 8750.0, 8766.0, 8786.0, 8824.0, 8786.0, 8825.0, 8784.0, 8787.0, 8791.0, 8788.0, 8810.0, 8788.0, 8824.0, 8790.0, 8804.0, 8782.0, 8790.0, 8781.0, 8785.0, 8848.0, 8790.0, 8828.0, 8789.0, 8816.0, 8767.0, 8789.0, 8847.0, 8786.0, 8824.0, 8771.0, 8795.0, 8765.0, 8788.0, 8798.0, 8784.0, 8821.0, 8768.0, 8781.0, 8766.0, 8788.0, 8840.0, 8770.0, 8809.0, 8761.0, 8780.0, 8822.0, 8780.0, 8801.0, 8760.0, 8762.0, 8759.0, 8780.0, 8818.0, 8779.0, 8804.0, 8761.0, 8779.0, 8809.0, 8783.0, 8824.0, 8782.0, 8808.0, 8763.0, 8783.0, 8827.0, 8785.0, 8822.0, 8766.0, 8780.0, 8778.0, 8787.0, 8822.0, 8780.0, 8818.0, 8760.0, 8781.0, 8768.0, 8782.0, 8808.0, 8778.0, 8820.0, 8781.0, 8785.0, 8782.0, 8781.0, 8822.0, 8763.0, 8792.0, 8773.0, 8776.0, 8821.0, 8762.0, 8773.0, 8740.0, 8759.0, 8799.0, 8761.0, 8774.0, 8756.0, 8762.0, 8811.0, 8760.0, 8785.0, 8763.0, 8782.0, 8789.0, 8762.0, 8800.0, 8759.0, 8763.0, 8783.0, 8771.0, 8784.0, 8789.0, 8785.0, 8809.0, 8869.0, 8813.0, 8835.0, 8809.0, 8833.0, 8791.0, 8810.0, 8818.0, 8790.0, 8812.0, 8785.0, 8840.0, 8786.0, 8816.0, 8793.0, 8762.0, 8815.0, 8758.0, 8803.0, 8779.0, 8775.0, 8760.0, 8776.0, 8759.0, 8779.0, 8793.0, 8777.0, 8757.0, 8763.0, 8787.0, 8782.0, 8824.0, 8781.0, 8799.0, 8760.0, 8771.0, 8757.0, 8777.0, 8797.0, 8753.0, 8795.0, 8752.0, 8765.0, 8775.0, 8770.0, 8753.0, 8756.0, 8737.0, 8752.0, 8796.0, 8772.0, 8798.0, 8759.0, 8794.0, 8759.0, 8771.0, 8779.0, 8778.0, 8761.0, 8760.0, 8760.0, 8769.0, 8782.0, 8753.0, 8762.0, 8777.0, 8802.0, 8781.0, 8820.0, 8776.0, 8800.0, 8755.0, 8743.0, 8758.0, 8754.0, 8740.0, 8757.0, 8798.0, 8776.0, 8807.0, 8765.0, 8773.0, 8762.0, 8751.0, 8783.0, 8798.0, 8768.0, 8781.0, 8820.0, 8765.0, 8824.0, 8782.0, 8763.0, 8761.0, 8778.0, 8761.0, 8780.0, 8821.0, 8765.0, 8804.0, 8762.0, 8760.0, 8760.0, 8783.0, 8791.0, 8776.0, 8815.0, 8775.0, 8776.0, 8781.0, 8770.0, 8766.0, 8763.0, 8778.0, 8768.0, 8762.0, 8781.0, 8823.0, 8780.0, 8791.0, 8780.0, 8766.0, 8765.0, 8781.0, 8823.0, 8777.0, 8801.0, 8761.0, 8759.0, 8760.0, 8764.0, 8787.0, 8755.0, 8810.0, 8755.0, 8769.0, 8759.0, 8730.0, 8737.0, 8756.0, 8791.0, 8751.0, 8779.0, 8761.0, 8745.0, 8756.0, 8761.0, 8770.0, 8760.0, 8813.0, 8764.0, 8787.0, 8766.0, 8778.0, 8791.0, 8830.0, 8790.0, 8788.0, 8790.0, 8828.0, 8806.0, 8846.0, 8807.0, 8827.0, 8788.0, 8830.0, 8784.0, 8824.0, 8787.0, 8783.0, 8776.0, 8771.0, 8770.0, 8765.0, 8784.0, 8775.0, 8783.0, 8842.0, 8782.0, 8787.0, 8764.0, 8801.0, 8763.0, 8810.0, 8767.0, 8749.0, 8762.0, 8764.0, 8800.0, 8781.0, 8808.0, 8769.0, 8750.0, 8768.0, 8775.0, 8785.0, 8804.0, 8829.0, 8788.0, 8809.0, 8787.0, 8788.0, 8812.0, 8803.0, 8830.0, 8785.0, 8809.0, 8761.0, 8764.0, 8805.0, 8763.0, 8802.0, 8761.0, 8770.0, 8742.0, 8761.0, 8788.0, 8763.0, 8802.0, 8761.0, 8800.0, 8781.0, 8825.0, 8784.0, 8780.0, 8780.0, 8765.0, 8778.0, 8787.0, 8828.0, 8811.0, 8806.0, 8766.0, 8802.0, 8760.0, 8791.0, 8760.0, 8761.0, 8742.0, 8758.0, 8796.0, 8756.0, 8787.0, 8758.0, 8743.0, 8739.0, 8758.0, 8798.0, 8777.0, 8805.0, 8765.0, 8775.0, 8779.0, 8778.0, 8779.0, 8787.0, 8769.0, 8784.0, 8820.0, 8766.0, 8803.0, 8779.0, 8793.0, 8760.0, 8762.0, 8744.0, 8759.0, 8815.0, 8763.0, 8805.0, 8764.0, 8787.0, 8762.0, 8744.0, 8762.0, 8782.0, 8804.0, 8766.0, 8803.0, 8762.0, 8788.0, 8784.0, 8780.0, 8763.0, 8766.0, 8761.0, 8761.0, 8805.0, 8779.0, 8806.0, 8761.0, 8763.0, 8743.0, 8763.0, 8823.0, 8769.0, 8807.0, 8767.0, 8779.0, 8765.0, 8788.0, 8792.0, 8787.0, 8771.0, 8789.0, 8826.0, 8788.0, 8829.0, 8793.0, 8813.0, 8784.0, 8784.0, 8779.0, 8784.0, 8842.0, 8784.0, 8823.0, 8781.0, 8779.0, 8759.0, 8781.0, 8824.0, 8766.0, 8802.0, 8763.0, 8763.0, 8760.0, 8782.0, 8795.0, 8764.0, 8804.0, 8766.0, 8804.0, 8783.0, 8788.0, 8770.0, 8785.0, 8793.0, 8767.0, 8808.0, 8789.0, 8817.0, 8785.0, 8771.0, 8763.0, 8767.0, 8822.0, 8786.0, 8808.0, 8767.0, 8767.0, 8762.0, 8768.0, 8813.0, 8789.0, 8826.0, 8788.0, 8812.0, 8787.0, 8814.0, 8809.0, 8803.0, 8787.0, 8791.0, 8781.0, 8786.0, 8843.0, 8785.0, 8824.0, 8784.0, 8807.0, 8767.0, 8793.0, 8788.0, 8803.0, 8791.0, 8799.0, 8784.0, 8770.0, 8767.0, 8784.0, 8809.0, 8782.0, 8821.0, 8765.0, 8800.0, 8759.0, 8758.0, 8760.0, 8765.0, 8748.0, 8760.0, 8797.0, 8756.0, 8798.0, 8763.0, 8788.0, 8759.0, 8757.0, 8739.0, 8759.0, 8760.0, 8778.0, 8802.0, 8762.0, 8798.0, 8759.0, 8749.0, 8764.0, 8748.0, 8762.0, 8763.0, 8758.0, 8781.0, 8825.0, 8767.0, 8804.0, 8778.0, 8805.0, 8781.0, 8811.0, 8767.0, 8765.0, 8762.0, 8766.0, 8802.0, 8779.0, 8824.0, 8764.0, 8774.0, 8761.0, 8747.0, 8764.0, 8782.0, 8807.0, 8782.0, 8821.0, 8767.0, 8794.0, 8804.0, 8793.0, 8771.0, 8785.0, 8825.0, 8783.0, 8811.0, 8771.0, 8779.0, 8768.0, 8768.0, 8766.0, 8792.0, 8820.0, 8811.0, 8815.0, 8818.0, 8792.0, 8791.0, 8776.0, 8789.0, 8837.0, 8767.0, 8811.0, 8762.0, 8768.0, 8822.0, 8766.0, 8809.0, 8768.0, 8764.0, 8797.0, 8741.0, 8793.0, 8748.0, 8774.0, 8718.0, 8743.0, 8736.0, 8729.0, 8729.0, 8752.0, 8714.0, 8726.0, 8714.0, 8731.0, 8710.0, 8716.0, 8724.0, 8733.0, 8791.0, 8755.0, 8779.0, 8738.0, 8775.0, 8739.0, 8752.0, 8761.0, 8757.0, 8765.0, 8775.0, 8766.0, 8784.0, 8785.0, 8770.0, 8767.0, 8770.0, 8821.0, 8768.0, 8821.0, 8782.0, 8776.0, 8765.0, 8778.0, 8789.0, 8834.0, 8790.0, 8788.0, 8789.0, 8791.0, 8819.0, 8810.0, 8854.0, 8814.0, 8848.0, 8793.0, 8827.0, 8788.0, 8832.0, 8789.0, 8767.0, 8750.0, 8764.0, 8788.0, 8767.0, 8808.0, 8769.0, 8766.0, 8768.0, 8782.0, 8791.0, 8818.0, 8792.0, 8786.0, 8793.0, 8845.0, 8795.0, 8835.0, 8789.0, 8787.0, 8772.0, 8771.0, 8787.0, 8789.0, 8787.0, 8775.0, 8785.0, 8791.0, 8847.0, 8810.0, 8830.0, 8807.0, 8825.0, 8773.0, 8798.0, 8788.0, 8799.0, 8767.0, 8771.0, 8792.0, 8762.0, 8823.0, 8765.0, 8805.0, 8765.0, 8773.0, 8764.0, 8767.0, 8769.0, 8770.0, 8768.0, 8759.0, 8787.0, 8806.0, 8788.0, 8792.0, 8826.0, 8786.0, 8828.0, 8790.0, 8827.0, 8772.0, 8795.0, 8766.0, 8754.0, 8769.0, 8785.0, 8767.0, 8771.0, 8778.0, 8767.0, 8828.0, 8787.0, 8827.0, 8769.0, 8808.0, 8785.0, 8790.0, 8784.0, 8773.0, 8768.0, 8770.0, 8846.0, 8789.0, 8826.0, 8772.0, 8822.0, 8786.0, 8816.0, 8792.0, 8799.0, 8787.0, 8813.0, 8786.0, 8834.0, 8786.0, 8788.0, 8764.0, 8766.0, 8776.0, 8769.0, 8841.0, 8795.0, 8802.0, 8760.0, 8799.0, 8762.0, 8805.0, 8763.0, 8759.0, 8759.0, 8761.0, 8760.0, 8782.0, 8780.0, 8767.0, 8785.0, 8762.0, 8803.0, 8764.0, 8825.0, 8767.0, 8777.0, 8764.0, 8778.0, 8761.0, 8768.0, 8770.0, 8767.0, 8760.0, 8767.0, 8819.0, 8780.0, 8828.0, 8788.0, 8807.0, 8766.0, 8778.0, 8783.0, 8772.0, 8768.0, 8767.0, 8790.0, 8765.0, 8822.0, 8783.0, 8804.0, 8765.0, 8791.0, 8763.0, 8770.0, 8767.0, 8754.0, 8766.0, 8769.0, 8823.0, 8786.0, 8830.0, 8787.0, 8810.0, 8768.0, 8770.0, 8766.0, 8790.0, 8790.0, 8787.0, 8769.0, 8788.0, 8829.0, 8788.0, 8848.0, 8789.0, 8816.0, 8773.0, 8787.0, 8766.0, 8788.0, 8842.0, 8771.0, 8805.0, 8749.0, 8775.0, 8764.0, 8756.0, 8768.0, 8769.0, 8769.0, 8772.0, 8788.0, 8810.0, 8848.0, 8793.0, 8817.0, 8792.0, 8845.0, 8808.0, 8849.0, 8793.0, 8817.0, 8771.0, 8769.0, 8776.0, 8782.0, 8839.0, 8765.0, 8804.0, 8764.0, 8804.0, 8765.0, 8795.0, 8783.0, 8769.0, 8767.0, 8775.0, 8785.0, 8792.0, 8845.0, 8789.0, 8825.0, 8770.0, 8784.0, 8788.0, 8792.0, 8815.0, 8786.0, 8822.0, 8767.0, 8810.0, 8786.0, 8796.0, 8768.0, 8781.0, 8767.0, 8785.0, 8784.0, 8769.0, 8806.0, 8766.0, 8818.0, 8784.0, 8826.0, 8768.0, 8784.0, 8761.0, 8764.0, 8817.0, 8781.0, 8824.0, 8764.0, 8773.0, 8760.0, 8748.0, 8759.0, 8781.0, 8823.0, 8770.0, 8806.0, 8781.0, 8807.0, 8783.0, 8788.0, 8785.0, 8773.0, 8769.0, 8787.0, 8839.0, 8790.0, 8826.0, 8785.0, 8791.0, 8762.0, 8764.0, 8769.0, 8782.0, 8790.0, 8765.0, 8818.0, 8762.0, 8806.0, 8767.0, 8775.0, 8761.0, 8744.0, 8761.0, 8771.0, 8768.0, 8769.0, 8764.0, 8768.0, 8805.0, 8782.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.0020199345454545454</td></tr>
<tr><td colspan=3>aqi</td><td>0.024113073599999996</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.66003590914849</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2085978180276544</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0150860526637562</td></tr>
<tr><td colspan=3>efc</td><td>0.45</td></tr>
<tr><td colspan=3>fber</td><td>6170.0952</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10894821725146765</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.054545454545455</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.34903644896194</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2603933097443876</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6482234823159776</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.138492554825455</td></tr>
<tr><td colspan=3>gcor</td><td>0.00873901</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021184466779232025</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02767297253012657</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.881778277086941</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>39.2889</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4753</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.4872</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310103.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>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.1689</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2006</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.438</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3202.8996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.4872</td></tr>
<tr><td colspan=3>tsnr</td><td>41.43238345021382</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>