<?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-0023_ses-01_task-alignvideo_acq-mb8_run-01_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-0023_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_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-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_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-0023/ses-01/func/sub-0023_ses-01_task-alignvideo_acq-mb8_run-01_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>f2a4b34e7e9d02e3be28f8c50c495d02</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:44:4.117500</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.99974, 0.0222421, 0.00509037, -0.0218144, 0.997125, -0.0725724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.253</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-01_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.0969607</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>61</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7726, -7287, 573, 35, -185, -22, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>264.151</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e9ff091b-0e4c-4472-9d0a-42521b5962c3||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.6822283267974854, -0.05852654203772545, 0.018062736839056015, 115.67452239990234], [-0.05967402458190918, 2.6752123832702637, -0.1955946683883667, -80.52481079101562], [0.01365710236132145, 0.19470646977424622, 2.692845344543457, -88.7565689086914], [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, 1073]</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], 'AcquisitionTime': ['134404.117500', '134404.577500', '134405.037500', '134405.497500', '134405.957500', '134406.417500', '134406.877500', '134407.337500', '134407.797500', '134408.257500', '134408.717500', '134409.177500', '134409.637500', '134410.097500', '134410.557500', '134411.017500', '134411.477500', '134411.937500', '134412.397500', '134412.857500', '134413.317500', '134413.777500', '134414.237500', '134414.697500', '134415.157500', '134415.617500', '134416.077500', '134416.537500', '134416.997500', '134417.457500', '134417.917500', '134418.377500', '134418.837500', '134419.297500', '134419.757500', '134420.217500', '134420.677500', '134421.137500', '134421.597500', '134422.057500', '134422.517500', '134422.977500', '134423.437500', '134423.897500', '134424.357500', '134424.817500', '134425.277500', '134425.737500', '134426.197500', '134426.657500', '134427.117500', '134427.577500', '134428.037500', '134428.497500', '134428.957500', '134429.417500', '134429.877500', '134430.337500', '134430.797500', '134431.257500', '134431.717500', '134432.177500', '134432.637500', '134433.097500', '134433.557500', '134434.017500', '134434.477500', '134434.937500', '134435.397500', '134435.857500', '134436.317500', '134436.777500', '134437.237500', '134437.697500', '134438.157500', '134438.617500', '134439.077500', '134439.537500', '134439.997500', '134440.457500', '134440.917500', '134441.377500', '134441.837500', '134442.297500', '134442.757500', '134443.217500', '134443.677500', '134444.137500', '134444.597500', '134445.057500', '134445.517500', '134445.977500', '134446.437500', '134446.897500', '134447.357500', '134447.817500', '134448.277500', '134448.737500', '134449.197500', '134449.657500', '134450.117500', '134450.577500', '134451.037500', '134451.497500', '134451.957500', '134452.417500', '134452.877500', '134453.337500', '134453.797500', '134454.257500', '134454.717500', '134455.177500', '134455.637500', '134456.097500', '134456.557500', '134457.017500', '134457.477500', '134457.937500', '134458.397500', '134458.857500', '134459.317500', '134459.777500', '134500.237500', '134500.697500', '134501.157500', '134501.617500', '134502.077500', '134502.537500', '134502.997500', '134503.457500', '134503.917500', '134504.377500', '134504.837500', '134505.297500', '134505.757500', '134506.217500', '134506.677500', '134507.137500', '134507.597500', '134508.057500', '134508.517500', '134508.977500', '134509.437500', '134509.897500', '134510.357500', '134510.817500', '134511.277500', '134511.737500', '134512.197500', '134512.657500', '134513.117500', '134513.577500', '134514.037500', '134514.497500', '134514.957500', '134515.417500', '134515.877500', '134516.337500', '134516.797500', '134517.257500', '134517.717500', '134518.177500', '134518.637500', '134519.097500', '134519.557500', '134520.017500', '134520.477500', '134520.937500', '134521.397500', '134521.857500', '134522.317500', '134522.777500', '134523.237500', '134523.697500', '134524.157500', '134524.617500', '134525.077500', '134525.537500', '134525.997500', '134526.457500', '134526.917500', '134527.377500', '134527.837500', '134528.297500', '134528.757500', '134529.217500', '134529.677500', '134530.137500', '134530.597500', '134531.057500', '134531.517500', '134531.977500', '134532.437500', '134532.897500', '134533.357500', '134533.817500', '134534.277500', '134534.737500', '134535.197500', '134535.657500', '134536.117500', '134536.577500', '134537.037500', '134537.497500', '134537.957500', '134538.417500', '134538.877500', '134539.337500', '134539.797500', '134540.257500', '134540.717500', '134541.177500', '134541.637500', '134542.097500', '134542.557500', '134543.017500', '134543.477500', '134543.937500', '134544.397500', '134544.857500', '134545.317500', '134545.777500', '134546.237500', '134546.697500', '134547.157500', '134547.617500', '134548.077500', '134548.537500', '134548.997500', '134549.457500', '134549.917500', '134550.377500', '134550.837500', '134551.297500', '134551.757500', '134552.217500', '134552.677500', '134553.137500', '134553.597500', '134554.057500', '134554.517500', '134554.977500', '134555.437500', '134555.897500', '134556.357500', '134556.817500', '134557.277500', '134557.737500', '134558.197500', '134558.657500', '134559.117500', '134559.577500', '134600.037500', '134600.497500', '134600.957500', '134601.417500', '134601.877500', '134602.337500', '134602.797500', '134603.257500', '134603.717500', '134604.177500', '134604.637500', '134605.097500', '134605.557500', '134606.017500', '134606.477500', '134606.937500', '134607.397500', '134607.857500', '134608.317500', '134608.777500', '134609.237500', '134609.697500', '134610.157500', '134610.617500', '134611.077500', '134611.537500', '134611.997500', '134612.457500', '134612.917500', '134613.377500', '134613.837500', '134614.297500', '134614.757500', '134615.217500', '134615.677500', '134616.137500', '134616.597500', '134617.057500', '134617.517500', '134617.977500', '134618.437500', '134618.897500', '134619.357500', '134619.817500', '134620.277500', '134620.737500', '134621.197500', '134621.657500', '134622.117500', '134622.577500', '134623.037500', '134623.497500', '134623.957500', '134624.417500', '134624.877500', '134625.337500', '134625.797500', '134626.257500', '134626.717500', '134627.177500', '134627.637500', '134628.097500', '134628.557500', '134629.017500', '134629.477500', '134629.937500', '134630.397500', '134630.857500', '134631.317500', '134631.777500', '134632.237500', '134632.697500', '134633.157500', '134633.617500', '134634.077500', '134634.537500', '134634.997500', '134635.457500', '134635.917500', '134636.377500', '134636.837500', '134637.297500', '134637.757500', '134638.217500', '134638.677500', '134639.137500', '134639.597500', '134640.057500', '134640.517500', '134640.977500', '134641.437500', '134641.897500', '134642.357500', '134642.817500', '134643.277500', '134643.737500', '134644.197500', '134644.657500', '134645.117500', '134645.577500', '134646.037500', '134646.497500', '134646.957500', '134647.417500', '134647.877500', '134648.337500', '134648.797500', '134649.257500', '134649.717500', '134650.177500', '134650.637500', '134651.097500', '134651.557500', '134652.017500', '134652.477500', '134652.937500', '134653.397500', '134653.857500', '134654.317500', '134654.777500', '134655.237500', '134655.697500', '134656.157500', '134656.617500', '134657.077500', '134657.537500', '134657.997500', '134658.457500', '134658.917500', '134659.377500', '134659.837500', '134700.297500', '134700.757500', '134701.217500', '134701.677500', '134702.137500', '134702.597500', '134703.057500', '134703.517500', '134703.977500', '134704.437500', '134704.897500', '134705.357500', '134705.817500', '134706.277500', '134706.737500', '134707.197500', '134707.657500', '134708.117500', '134708.577500', '134709.037500', '134709.497500', '134709.957500', '134710.417500', '134710.877500', '134711.337500', '134711.797500', '134712.257500', '134712.717500', '134713.177500', '134713.637500', '134714.097500', '134714.557500', '134715.017500', '134715.477500', '134715.937500', '134716.397500', '134716.857500', '134717.317500', '134717.777500', '134718.237500', '134718.697500', '134719.157500', '134719.617500', '134720.077500', '134720.537500', '134720.997500', '134721.457500', '134721.917500', '134722.377500', '134722.837500', '134723.297500', '134723.757500', '134724.217500', '134724.677500', '134725.137500', '134725.597500', '134726.057500', '134726.517500', '134726.977500', '134727.437500', '134727.897500', '134728.357500', '134728.817500', '134729.277500', '134729.737500', '134730.197500', '134730.657500', '134731.117500', '134731.577500', '134732.037500', '134732.497500', '134732.957500', '134733.417500', '134733.877500', '134734.337500', '134734.797500', '134735.257500', '134735.717500', '134736.177500', '134736.637500', '134737.097500', '134737.557500', '134738.017500', '134738.477500', '134738.937500', '134739.397500', '134739.857500', '134740.317500', '134740.777500', '134741.237500', '134741.697500', '134742.157500', '134742.617500', '134743.077500', '134743.537500', '134743.997500', '134744.457500', '134744.917500', '134745.377500', '134745.837500', '134746.297500', '134746.757500', '134747.217500', '134747.677500', '134748.137500', '134748.597500', '134749.057500', '134749.517500', '134749.977500', '134750.437500', '134750.897500', '134751.357500', '134751.817500', '134752.277500', '134752.737500', '134753.197500', '134753.657500', '134754.117500', '134754.577500', '134755.037500', '134755.497500', '134755.957500', '134756.417500', '134756.877500', '134757.337500', '134757.797500', '134758.257500', '134758.717500', '134759.177500', '134759.637500', '134800.097500', '134800.557500', '134801.017500', '134801.477500', '134801.937500', '134802.397500', '134802.857500', '134803.317500', '134803.777500', '134804.237500', '134804.697500', '134805.157500', '134805.617500', '134806.077500', '134806.537500', '134806.997500', '134807.457500', '134807.917500', '134808.377500', '134808.837500', '134809.297500', '134809.757500', '134810.217500', '134810.677500', '134811.137500', '134811.597500', '134812.057500', '134812.517500', '134812.977500', '134813.437500', '134813.897500', '134814.357500', '134814.817500', '134815.277500', '134815.737500', '134816.197500', '134816.657500', '134817.117500', '134817.577500', '134818.037500', '134818.497500', '134818.957500', '134819.417500', '134819.877500', '134820.337500', '134820.797500', '134821.257500', '134821.717500', '134822.177500', '134822.637500', '134823.097500', '134823.557500', '134824.017500', '134824.477500', '134824.937500', '134825.397500', '134825.857500', '134826.317500', '134826.777500', '134827.237500', '134827.697500', '134828.157500', '134828.617500', '134829.077500', '134829.537500', '134829.997500', '134830.457500', '134830.917500', '134831.377500', '134831.837500', '134832.297500', '134832.757500', '134833.217500', '134833.677500', '134834.137500', '134834.597500', '134835.057500', '134835.517500', '134835.977500', '134836.437500', '134836.897500', '134837.357500', '134837.817500', '134838.277500', '134838.737500', '134839.197500', '134839.657500', '134840.117500', '134840.577500', '134841.037500', '134841.497500', '134841.957500', '134842.417500', '134842.877500', '134843.337500', '134843.797500', '134844.257500', '134844.717500', '134845.177500', '134845.637500', '134846.097500', '134846.557500', '134847.017500', '134847.477500', '134847.937500', '134848.397500', '134848.857500', '134849.317500', '134849.777500', '134850.237500', '134850.697500', '134851.157500', '134851.617500', '134852.077500', '134852.537500', '134852.997500', '134853.457500', '134853.917500', '134854.377500', '134854.837500', '134855.297500', '134855.757500', '134856.217500', '134856.677500', '134857.137500', '134857.597500', '134858.057500', '134858.517500', '134858.977500', '134859.437500', '134859.897500', '134900.357500', '134900.817500', '134901.277500', '134901.737500', '134902.197500', '134902.657500', '134903.117500', '134903.577500', '134904.037500', '134904.497500', '134904.957500', '134905.417500', '134905.877500', '134906.337500', '134906.797500', '134907.257500', '134907.717500', '134908.177500', '134908.637500', '134909.097500', '134909.557500', '134910.017500', '134910.477500', '134910.937500', '134911.397500', '134911.857500', '134912.317500', '134912.777500', '134913.237500', '134913.697500', '134914.157500', '134914.617500', '134915.077500', '134915.537500', '134915.997500', '134916.457500', '134916.917500', '134917.377500', '134917.837500', '134918.297500', '134918.757500', '134919.217500', '134919.677500', '134920.137500', '134920.597500', '134921.057500', '134921.517500', '134921.977500', '134922.437500', '134922.897500', '134923.357500', '134923.817500', '134924.277500', '134924.737500', '134925.197500', '134925.657500', '134926.117500', '134926.577500', '134927.037500', '134927.497500', '134927.957500', '134928.417500', '134928.877500', '134929.337500', '134929.797500', '134930.257500', '134930.717500', '134931.177500', '134931.637500', '134932.097500', '134932.557500', '134933.017500', '134933.477500', '134933.937500', '134934.397500', '134934.857500', '134935.317500', '134935.777500', '134936.237500', '134936.697500', '134937.157500', '134937.617500', '134938.077500', '134938.537500', '134938.997500', '134939.457500', '134939.917500', '134940.377500', '134940.837500', '134941.297500', '134941.757500', '134942.217500', '134942.677500', '134943.137500', '134943.597500', '134944.057500', '134944.517500', '134944.977500', '134945.437500', '134945.897500', '134946.357500', '134946.817500', '134947.277500', '134947.737500', '134948.197500', '134948.657500', '134949.117500', '134949.577500', '134950.037500', '134950.497500', '134950.957500', '134951.417500', '134951.877500', '134952.337500', '134952.797500', '134953.257500', '134953.717500', '134954.177500', '134954.637500', '134955.097500', '134955.557500', '134956.017500', '134956.477500', '134956.937500', '134957.397500', '134957.857500', '134958.317500', '134958.777500', '134959.237500', '134959.697500', '135000.157500', '135000.617500', '135001.077500', '135001.537500', '135001.997500', '135002.457500', '135002.917500', '135003.377500', '135003.837500', '135004.297500', '135004.757500', '135005.217500', '135005.677500', '135006.137500', '135006.597500', '135007.057500', '135007.517500', '135007.977500', '135008.437500', '135008.897500', '135009.357500', '135009.817500', '135010.277500', '135010.737500', '135011.197500', '135011.657500', '135012.117500', '135012.577500', '135013.037500', '135013.497500', '135013.957500', '135014.417500', '135014.877500', '135015.337500', '135015.797500', '135016.257500', '135016.717500', '135017.177500', '135017.637500', '135018.097500', '135018.557500', '135019.017500', '135019.477500', '135019.937500', '135020.397500', '135020.857500', '135021.317500', '135021.777500', '135022.237500', '135022.697500', '135023.157500', '135023.617500', '135024.077500', '135024.537500', '135024.997500', '135025.457500', '135025.917500', '135026.377500', '135026.837500', '135027.297500', '135027.757500', '135028.217500', '135028.677500', '135029.137500', '135029.597500', '135030.057500', '135030.517500', '135030.977500', '135031.437500', '135031.897500', '135032.357500', '135032.817500', '135033.277500', '135033.737500', '135034.197500', '135034.657500', '135035.117500', '135035.577500', '135036.037500', '135036.497500', '135036.957500', '135037.417500', '135037.877500', '135038.337500', '135038.797500', '135039.257500', '135039.717500', '135040.177500', '135040.637500', '135041.097500', '135041.557500', '135042.017500', '135042.477500', '135042.937500', '135043.397500', '135043.857500', '135044.317500', '135044.777500', '135045.237500', '135045.697500', '135046.157500', '135046.617500', '135047.077500', '135047.537500', '135047.997500', '135048.457500', '135048.917500', '135049.377500', '135049.837500', '135050.297500', '135050.757500', '135051.217500', '135051.677500', '135052.137500', '135052.597500', '135053.057500', '135053.517500', '135053.977500', '135054.437500', '135054.897500', '135055.357500', '135055.817500', '135056.277500', '135056.737500', '135057.197500', '135057.657500', '135058.117500', '135058.577500', '135059.037500', '135059.497500', '135059.957500', '135100.417500', '135100.877500', '135101.337500', '135101.797500', '135102.257500', '135102.717500', '135103.177500', '135103.637500', '135104.097500', '135104.557500', '135105.017500', '135105.477500', '135105.937500', '135106.397500', '135106.857500', '135107.317500', '135107.777500', '135108.237500', '135108.697500', '135109.157500', '135109.617500', '135110.077500', '135110.537500', '135110.997500', '135111.457500', '135111.917500', '135112.377500', '135112.837500', '135113.297500', '135113.757500', '135114.217500', '135114.677500', '135115.137500', '135115.597500', '135116.057500', '135116.517500', '135116.977500', '135117.437500', '135117.897500', '135118.357500', '135118.817500', '135119.277500', '135119.737500', '135120.197500', '135120.657500', '135121.117500', '135121.577500', '135122.037500', '135122.497500', '135122.957500', '135123.417500', '135123.877500', '135124.337500', '135124.797500', '135125.257500', '135125.717500', '135126.177500', '135126.637500', '135127.097500', '135127.557500', '135128.017500', '135128.477500', '135128.937500', '135129.397500', '135129.857500', '135130.317500', '135130.777500', '135131.237500', '135131.697500', '135132.157500', '135132.617500', '135133.077500', '135133.537500', '135133.997500', '135134.457500', '135134.917500', '135135.377500', '135135.837500', '135136.297500', '135136.757500', '135137.217500', '135137.677500', '135138.137500', '135138.597500', '135139.057500', '135139.517500', '135139.977500', '135140.437500', '135140.897500', '135141.357500', '135141.817500', '135142.277500', '135142.737500', '135143.197500', '135143.657500', '135144.117500', '135144.577500', '135145.037500', '135145.497500', '135145.957500', '135146.417500', '135146.877500', '135147.337500', '135147.797500', '135148.257500', '135148.717500', '135149.177500', '135149.637500', '135150.097500', '135150.557500', '135151.017500', '135151.477500', '135151.937500', '135152.397500', '135152.857500', '135153.317500', '135153.777500', '135154.237500', '135154.697500', '135155.157500', '135155.617500', '135156.077500', '135156.537500', '135156.997500', '135157.457500', '135157.917500', '135158.377500', '135158.837500', '135159.297500', '135159.757500', '135200.217500', '135200.677500', '135201.137500', '135201.597500', '135202.057500', '135202.517500', '135202.977500', '135203.437500', '135203.897500', '135204.357500', '135204.817500', '135205.277500', '135205.737500', '135206.197500', '135206.657500', '135207.117500', '135207.577500', '135208.037500', '135208.497500', '135208.957500', '135209.417500', '135209.877500', '135210.337500', '135210.797500', '135211.257500', '135211.717500', '135212.177500', '135212.637500', '135213.097500', '135213.557500', '135214.017500', '135214.477500', '135214.937500', '135215.397500', '135215.857500', '135216.317500', '135216.777500', '135217.237500'], 'ContentTime': ['134408.188000', '134408.487000', '134408.656000', '134408.869000', '134409.075000', '134409.289000', '134409.468000', '134409.747000', '134409.906000', '134410.184000', '134410.308000', '134410.657000', '134411.136000', '134411.572000', '134412.074000', '134412.530000', '134412.980000', '134413.441000', '134413.913000', '134414.380000', '134414.814000', '134415.296000', '134415.737000', '134416.197000', '134416.660000', '134417.118000', '134417.577000', '134418.046000', '134418.514000', '134418.975000', '134419.467000', '134419.888000', '134420.367000', '134420.793000', '134421.266000', '134421.764000', '134422.181000', '134422.646000', '134423.113000', '134423.574000', '134424.026000', '134424.485000', '134424.945000', '134425.408000', '134425.863000', '134426.356000', '134426.776000', '134427.252000', '134427.746000', '134428.156000', '134428.618000', '134429.086000', '134429.537000', '134430.007000', '134430.478000', '134430.931000', '134431.397000', '134431.853000', '134432.310000', '134432.761000', '134433.226000', '134433.679000', '134434.150000', '134434.614000', '134435.078000', '134435.529000', '134435.977000', '134436.452000', '134436.902000', '134437.376000', '134437.905000', '134438.281000', '134438.779000', '134439.203000', '134439.665000', '134440.134000', '134440.595000', '134441.048000', '134441.505000', '134441.965000', '134442.436000', '134442.879000', '134443.350000', '134443.799000', '134444.271000', '134444.729000', '134445.193000', '134445.654000', '134446.107000', '134446.577000', '134447.027000', '134447.471000', '134447.982000', '134448.433000', '134448.875000', '134449.317000', '134449.819000', '134450.252000', '134450.713000', '134451.174000', '134451.623000', '134452.093000', '134452.542000', '134453.037000', '134453.468000', '134453.960000', '134454.380000', '134454.855000', '134455.308000', '134455.836000', '134456.231000', '134456.685000', '134457.146000', '134457.617000', '134458.063000', '134458.534000', '134458.978000', '134459.457000', '134459.918000', '134500.395000', '134500.828000', '134501.284000', '134501.754000', '134502.212000', '134502.659000', '134503.125000', '134503.618000', '134504.036000', '134504.508000', '134504.960000', '134505.429000', '134505.893000', '134506.350000', '134506.797000', '134507.259000', '134507.717000', '134508.183000', '134508.647000', '134509.099000', '134509.565000', '134510.016000', '134510.477000', '134510.948000', '134511.407000', '134511.861000', '134512.324000', '134512.779000', '134513.236000', '134513.701000', '134514.201000', '134514.671000', '134515.084000', '134515.547000', '134516.011000', '134516.480000', '134516.919000', '134517.390000', '134517.844000', '134518.318000', '134518.776000', '134519.232000', '134519.688000', '134520.153000', '134520.612000', '134521.061000', '134521.515000', '134521.981000', '134522.457000', '134522.910000', '134523.362000', '134523.862000', '134524.290000', '134524.738000', '134525.201000', '134525.678000', '134526.120000', '134526.582000', '134527.051000', '134527.503000', '134527.962000', '134528.418000', '134528.884000', '134529.359000', '134529.809000', '134530.262000', '134530.735000', '134531.192000', '134531.658000', '134532.105000', '134532.569000', '134533.028000', '134533.498000', '134533.940000', '134534.397000', '134534.863000', '134535.327000', '134535.823000', '134536.237000', '134536.718000', '134537.171000', '134537.639000', '134538.096000', '134538.554000', '134539.043000', '134539.478000', '134539.935000', '134540.383000', '134540.841000', '134541.343000', '134541.912000', '134542.232000', '134542.693000', '134543.182000', '134543.607000', '134544.080000', '134544.520000', '134544.998000', '134545.460000', '134545.900000', '134546.364000', '134546.825000', '134547.292000', '134547.756000', '134548.197000', '134548.662000', '134549.137000', '134549.580000', '134550.052000', '134550.503000', '134550.964000', '134551.434000', '134551.891000', '134552.340000', '134552.817000', '134553.276000', '134553.729000', '134554.191000', '134554.654000', '134555.103000', '134555.578000', '134556.039000', '134556.485000', '134556.994000', '134557.419000', '134557.873000', '134558.345000', '134558.784000', '134559.251000', '134559.717000', '134600.174000', '134600.629000', '134601.094000', '134601.552000', '134602.011000', '134602.480000', '134602.940000', '134603.470000', '134603.841000', '134604.310000', '134604.768000', '134605.239000', '134605.684000', '134606.154000', '134606.602000', '134607.065000', '134607.536000', '134607.997000', '134608.444000', '134608.915000', '134609.369000', '134609.839000', '134610.284000', '134610.763000', '134611.206000', '134611.682000', '134612.142000', '134612.593000', '134613.046000', '134613.522000', '134613.983000', '134614.464000', '134614.892000', '134615.344000', '134615.835000', '134616.273000', '134616.738000', '134617.187000', '134617.644000', '134618.113000', '134618.576000', '134619.045000', '134619.482000', '134619.963000', '134620.439000', '134620.866000', '134621.337000', '134621.845000', '134622.288000', '134622.705000', '134623.181000', '134623.643000', '134624.094000', '134624.555000', '134625.004000', '134625.466000', '134625.938000', '134626.392000', '134626.844000', '134627.321000', '134627.823000', '134628.230000', '134628.685000', '134629.160000', '134629.624000', '134630.080000', '134630.530000', '134631.002000', '134631.461000', '134631.905000', '134632.414000', '134632.835000', '134633.302000', '134633.744000', '134634.257000', '134634.678000', '134635.141000', '134635.590000', '134636.048000', '134636.518000', '134636.971000', '134637.436000', '134637.884000', '134638.350000', '134638.828000', '134639.279000', '134639.747000', '134640.198000', '134640.654000', '134641.124000', '134641.570000', '134642.033000', '134642.490000', '134642.958000', '134643.406000', '134643.886000', '134644.339000', '134644.786000', '134645.251000', '134645.714000', '134646.173000', '134646.642000', '134647.092000', '134647.559000', '134648.009000', '134648.474000', '134648.940000', '134649.397000', '134649.865000', '134650.327000', '134650.786000', '134651.229000', '134651.691000', '134652.145000', '134652.626000', '134653.078000', '134653.548000', '134653.993000', '134654.465000', '134654.913000', '134655.375000', '134655.831000', '134656.301000', '134656.760000', '134657.220000', '134657.709000', '134658.128000', '134658.594000', '134659.049000', '134659.525000', '134700.009000', '134700.430000', '134700.934000', '134701.361000', '134701.808000', '134702.283000', '134702.726000', '134703.204000', '134703.663000', '134704.112000', '134704.580000', '134705.042000', '134705.506000', '134705.961000', '134706.409000', '134706.881000', '134707.339000', '134707.805000', '134708.258000', '134708.715000', '134709.186000', '134709.632000', '134710.153000', '134710.550000', '134711.024000', '134711.479000', '134711.928000', '134712.398000', '134712.850000', '134713.326000', '134713.768000', '134714.246000', '134714.701000', '134715.156000', '134715.625000', '134716.096000', '134716.566000', '134717.009000', '134717.456000', '134717.908000', '134718.385000', '134718.831000', '134719.296000', '134719.751000', '134720.224000', '134720.691000', '134721.145000', '134721.598000', '134722.067000', '134722.522000', '134723.005000', '134723.443000', '134723.900000', '134724.349000', '134724.828000', '134725.269000', '134725.759000', '134726.191000', '134726.654000', '134727.112000', '134727.585000', '134728.054000', '134728.490000', '134728.962000', '134729.410000', '134729.890000', '134730.348000', '134730.802000', '134731.268000', '134731.718000', '134732.174000', '134732.642000', '134733.091000', '134733.554000', '134734.115000', '134734.476000', '134734.950000', '134735.394000', '134735.862000', '134736.315000', '134736.783000', '134737.236000', '134737.700000', '134738.168000', '134738.623000', '134739.073000', '134739.553000', '134740.034000', '134740.469000', '134740.920000', '134741.385000', '134741.838000', '134742.296000', '134742.766000', '134743.217000', '134743.681000', '134744.146000', '134744.596000', '134745.051000', '134745.527000', '134745.985000', '134746.447000', '134746.903000', '134747.360000', '134747.813000', '134748.292000', '134748.778000', '134749.193000', '134749.655000', '134750.131000', '134750.585000', '134751.076000', '134751.506000', '134751.961000', '134752.426000', '134752.884000', '134753.383000', '134753.800000', '134754.266000', '134754.715000', '134755.188000', '134755.650000', '134756.139000', '134756.558000', '134757.035000', '134757.475000', '134757.933000', '134758.401000', '134758.869000', '134759.316000', '134759.901000', '134800.257000', '134800.695000', '134801.164000', '134801.611000', '134802.075000', '134802.544000', '134803.007000', '134803.471000', '134803.926000', '134804.390000', '134804.840000', '134805.337000', '134805.752000', '134806.227000', '134806.683000', '134807.138000', '134807.609000', '134808.057000', '134808.517000', '134808.993000', '134809.448000', '134809.940000', '134810.396000', '134810.813000', '134811.315000', '134811.748000', '134812.208000', '134812.655000', '134813.126000', '134813.587000', '134814.050000', '134814.507000', '134814.966000', '134815.426000', '134815.885000', '134816.341000', '134816.798000', '134817.273000', '134817.721000', '134818.175000', '134818.651000', '134819.101000', '134819.560000', '134820.024000', '134820.476000', '134820.943000', '134821.401000', '134821.874000', '134822.333000', '134822.788000', '134823.248000', '134823.704000', '134824.170000', '134824.617000', '134825.124000', '134825.542000', '134826.003000', '134826.466000', '134826.930000', '134827.388000', '134827.912000', '134828.299000', '134828.776000', '134829.226000', '134829.696000', '134830.144000', '134830.622000', '134831.077000', '134831.515000', '134831.993000', '134832.497000', '134832.898000', '134833.373000', '134833.867000', '134834.310000', '134834.737000', '134835.196000', '134835.667000', '134836.123000', '134836.592000', '134837.050000', '134837.515000', '134837.974000', '134838.434000', '134838.888000', '134839.351000', '134839.811000', '134840.276000', '134840.767000', '134841.198000', '134841.656000', '134842.106000', '134842.560000', '134843.035000', '134843.486000', '134843.949000', '134844.416000', '134844.912000', '134845.317000', '134845.787000', '134846.254000', '134846.711000', '134847.185000', '134847.621000', '134848.078000', '134848.552000', '134849.024000', '134849.460000', '134849.930000', '134850.383000', '134850.853000', '134851.318000', '134851.769000', '134852.219000', '134852.689000', '134853.200000', '134853.610000', '134854.059000', '134854.520000', '134854.982000', '134855.451000', '134855.913000', '134856.376000', '134856.821000', '134857.292000', '134857.751000', '134858.215000', '134858.666000', '134859.151000', '134859.593000', '134900.041000', '134900.501000', '134900.969000', '134901.438000', '134901.883000', '134902.358000', '134902.812000', '134903.275000', '134903.729000', '134904.203000', '134904.658000', '134905.098000', '134905.578000', '134906.037000', '134906.493000', '134906.945000', '134907.418000', '134907.885000', '134908.359000', '134908.781000', '134909.256000', '134909.708000', '134910.163000', '134910.632000', '134911.097000', '134911.551000', '134912.018000', '134912.484000', '134912.935000', '134913.396000', '134913.853000', '134914.311000', '134914.779000', '134915.318000', '134915.687000', '134916.165000', '134916.621000', '134917.074000', '134917.543000', '134918.004000', '134918.465000', '134918.904000', '134919.377000', '134919.836000', '134920.294000', '134920.753000', '134921.203000', '134921.677000', '134922.128000', '134922.634000', '134923.046000', '134923.521000', '134923.963000', '134924.431000', '134924.924000', '134925.347000', '134925.819000', '134926.279000', '134926.735000', '134927.236000', '134927.661000', '134928.113000', '134928.575000', '134929.025000', '134929.487000', '134929.961000', '134930.419000', '134930.864000', '134931.344000', '134931.787000', '134932.241000', '134932.705000', '134933.180000', '134933.627000', '134934.086000', '134934.567000', '134935.005000', '134935.486000', '134935.932000', '134936.388000', '134936.847000', '134937.353000', '134938.006000', '134938.236000', '134938.695000', '134939.156000', '134939.610000', '134940.104000', '134940.536000', '134940.997000', '134941.458000', '134941.907000', '134942.385000', '134942.837000', '134943.304000', '134943.756000', '134944.216000', '134944.666000', '134945.132000', '134945.598000', '134946.048000', '134946.513000', '134946.970000', '134947.431000', '134947.903000', '134948.359000', '134948.812000', '134949.276000', '134949.742000', '134950.202000', '134950.650000', '134951.108000', '134951.573000', '134952.028000', '134952.499000', '134952.961000', '134953.419000', '134953.905000', '134954.374000', '134954.831000', '134955.290000', '134955.707000', '134956.174000', '134956.684000', '134957.127000', '134957.562000', '134958.014000', '134958.487000', '134958.942000', '134959.415000', '134959.867000', '135000.327000', '135000.766000', '135001.230000', '135001.707000', '135002.158000', '135002.608000', '135003.070000', '135003.545000', '135004.004000', '135004.461000', '135004.923000', '135005.374000', '135005.830000', '135006.305000', '135006.754000', '135007.219000', '135007.679000', '135008.143000', '135008.590000', '135009.069000', '135009.530000', '135009.979000', '135010.441000', '135010.903000', '135011.353000', '135011.896000', '135012.271000', '135012.733000', '135013.195000', '135013.653000', '135014.111000', '135014.576000', '135015.032000', '135015.503000', '135015.952000', '135016.420000', '135016.870000', '135017.343000', '135017.802000', '135018.252000', '135018.720000', '135019.182000', '135019.652000', '135020.102000', '135020.561000', '135021.030000', '135021.516000', '135021.963000', '135022.403000', '135022.865000', '135023.315000', '135023.783000', '135024.252000', '135024.711000', '135025.171000', '135025.619000', '135026.079000', '135026.534000', '135027.010000', '135027.462000', '135027.924000', '135028.385000', '135028.845000', '135029.311000', '135029.762000', '135030.215000', '135030.680000', '135031.155000', '135031.601000', '135032.070000', '135032.515000', '135032.993000', '135033.438000', '135033.905000', '135034.372000', '135034.817000', '135035.289000', '135035.736000', '135036.209000', '135036.670000', '135037.116000', '135037.583000', '135038.046000', '135038.501000', '135038.960000', '135039.423000', '135039.892000', '135040.346000', '135040.804000', '135041.271000', '135041.718000', '135042.197000', '135042.637000', '135043.107000', '135043.575000', '135044.034000', '135044.477000', '135044.954000', '135045.406000', '135046.034000', '135046.323000', '135046.792000', '135047.250000', '135047.714000', '135048.165000', '135048.635000', '135049.125000', '135049.546000', '135050.006000', '135050.496000', '135050.933000', '135051.375000', '135051.844000', '135052.310000', '135052.769000', '135053.220000', '135053.686000', '135054.134000', '135054.598000', '135055.105000', '135055.553000', '135055.995000', '135056.482000', '135056.917000', '135057.372000', '135057.859000', '135058.301000', '135058.755000', '135059.220000', '135059.664000', '135100.127000', '135100.597000', '135101.042000', '135101.515000', '135101.972000', '135102.417000', '135102.921000', '135103.341000', '135103.812000', '135104.274000', '135104.732000', '135105.188000', '135105.642000', '135106.101000', '135106.558000', '135107.032000', '135107.483000', '135108.035000', '135108.410000', '135108.862000', '135109.323000', '135109.796000', '135110.268000', '135110.741000', '135111.170000', '135111.623000', '135112.098000', '135112.561000', '135113.026000', '135113.477000', '135113.937000', '135114.395000', '135114.841000', '135115.319000', '135115.767000', '135116.226000', '135116.683000', '135117.141000', '135117.643000', '135118.101000', '135118.530000', '135118.994000', '135119.438000', '135119.902000', '135120.360000', '135120.836000', '135121.297000', '135121.742000', '135122.205000', '135122.707000', '135123.124000', '135123.602000', '135124.044000', '135124.534000', '135124.963000', '135125.471000', '135126.002000', '135126.342000', '135126.803000', '135127.272000', '135127.737000', '135128.195000', '135128.653000', '135129.114000', '135129.573000', '135130.037000', '135130.486000', '135130.945000', '135131.412000', '135131.867000', '135132.341000', '135132.796000', '135133.263000', '135133.715000', '135134.170000', '135134.628000', '135135.093000', '135135.556000', '135136.017000', '135136.487000', '135136.924000', '135137.399000', '135137.853000', '135138.314000', '135138.780000', '135139.243000', '135139.695000', '135140.145000', '135140.617000', '135141.064000', '135141.543000', '135142.004000', '135142.444000', '135142.908000', '135143.364000', '135143.832000', '135144.301000', '135144.766000', '135145.209000', '135145.680000', '135146.137000', '135146.592000', '135147.061000', '135147.524000', '135148.034000', '135148.433000', '135148.900000', '135149.353000', '135149.821000', '135150.284000', '135150.772000', '135151.190000', '135151.658000', '135152.124000', '135152.568000', '135153.046000', '135153.503000', '135153.951000', '135154.413000', '135154.933000', '135155.340000', '135155.793000', '135156.275000', '135156.709000', '135157.176000', '135157.637000', '135158.130000', '135158.561000', '135159.023000', '135159.491000', '135159.940000', '135200.407000', '135200.860000', '135201.348000', '135201.773000', '135202.236000', '135202.705000', '135203.151000', '135203.622000', '135204.080000', '135204.526000', '135205.007000', '135205.451000', '135205.914000', '135206.381000', '135206.839000', '135207.296000', '135207.755000', '135208.259000', '135208.679000', '135209.134000', '135209.607000', '135210.057000', '135210.511000', '135211.013000', '135211.441000', '135212.041000', '135212.355000', '135212.853000', '135213.277000', '135213.737000', '135214.194000', '135214.656000', '135215.119000', '135215.612000', '135216.037000', '135216.503000', '135216.958000', '135217.411000', '135217.921000', '135218.352000', '135218.794000'], 'InstanceCreationTime': ['134408.188000', '134408.487000', '134408.656000', '134408.869000', '134409.075000', '134409.289000', '134409.468000', '134409.747000', '134409.906000', '134410.184000', '134410.308000', '134410.657000', '134411.136000', '134411.572000', '134412.074000', '134412.530000', '134412.980000', '134413.441000', '134413.913000', '134414.380000', '134414.814000', '134415.296000', '134415.737000', '134416.197000', '134416.660000', '134417.118000', '134417.577000', '134418.046000', '134418.514000', '134418.975000', '134419.467000', '134419.888000', '134420.367000', '134420.793000', '134421.266000', '134421.764000', '134422.181000', '134422.646000', '134423.113000', '134423.574000', '134424.026000', '134424.485000', '134424.945000', '134425.408000', '134425.863000', '134426.356000', '134426.776000', '134427.252000', '134427.746000', '134428.156000', '134428.618000', '134429.086000', '134429.537000', '134430.007000', '134430.478000', '134430.931000', '134431.397000', '134431.853000', '134432.310000', '134432.761000', '134433.226000', '134433.679000', '134434.150000', '134434.614000', '134435.078000', '134435.529000', '134435.977000', '134436.452000', '134436.902000', '134437.376000', '134437.905000', '134438.281000', '134438.779000', '134439.203000', '134439.665000', '134440.134000', '134440.595000', '134441.048000', '134441.505000', '134441.965000', '134442.436000', '134442.879000', '134443.350000', '134443.799000', '134444.271000', '134444.729000', '134445.193000', '134445.654000', '134446.107000', '134446.577000', '134447.027000', '134447.471000', '134447.982000', '134448.433000', '134448.875000', '134449.317000', '134449.819000', '134450.252000', '134450.713000', '134451.174000', '134451.623000', '134452.093000', '134452.542000', '134453.037000', '134453.468000', '134453.960000', '134454.380000', '134454.855000', '134455.308000', '134455.836000', '134456.231000', '134456.685000', '134457.146000', '134457.617000', '134458.063000', '134458.534000', '134458.978000', '134459.457000', '134459.918000', '134500.395000', '134500.828000', '134501.284000', '134501.754000', '134502.212000', '134502.659000', '134503.125000', '134503.618000', '134504.036000', '134504.508000', '134504.960000', '134505.429000', '134505.893000', '134506.350000', '134506.797000', '134507.259000', '134507.717000', '134508.183000', '134508.647000', '134509.099000', '134509.565000', '134510.016000', '134510.477000', '134510.948000', '134511.407000', '134511.861000', '134512.324000', '134512.779000', '134513.236000', '134513.701000', '134514.201000', '134514.671000', '134515.084000', '134515.547000', '134516.011000', '134516.480000', '134516.919000', '134517.390000', '134517.844000', '134518.318000', '134518.776000', '134519.232000', '134519.688000', '134520.153000', '134520.612000', '134521.061000', '134521.515000', '134521.981000', '134522.457000', '134522.910000', '134523.362000', '134523.862000', '134524.290000', '134524.738000', '134525.201000', '134525.678000', '134526.120000', '134526.582000', '134527.051000', '134527.503000', '134527.962000', '134528.418000', '134528.884000', '134529.359000', '134529.809000', '134530.262000', '134530.735000', '134531.192000', '134531.658000', '134532.105000', '134532.569000', '134533.028000', '134533.498000', '134533.940000', '134534.397000', '134534.863000', '134535.327000', '134535.823000', '134536.237000', '134536.718000', '134537.171000', '134537.639000', '134538.096000', '134538.554000', '134539.043000', '134539.478000', '134539.935000', '134540.383000', '134540.841000', '134541.343000', '134541.912000', '134542.232000', '134542.693000', '134543.182000', '134543.607000', '134544.080000', '134544.520000', '134544.998000', '134545.460000', '134545.900000', '134546.364000', '134546.825000', '134547.292000', '134547.756000', '134548.197000', '134548.662000', '134549.137000', '134549.580000', '134550.052000', '134550.503000', '134550.964000', '134551.434000', '134551.891000', '134552.340000', '134552.817000', '134553.276000', '134553.729000', '134554.191000', '134554.654000', '134555.103000', '134555.578000', '134556.039000', '134556.485000', '134556.994000', '134557.419000', '134557.873000', '134558.345000', '134558.784000', '134559.251000', '134559.717000', '134600.174000', '134600.629000', '134601.094000', '134601.552000', '134602.011000', '134602.480000', '134602.940000', '134603.470000', '134603.841000', '134604.310000', '134604.768000', '134605.239000', '134605.684000', '134606.154000', '134606.602000', '134607.065000', '134607.536000', '134607.997000', '134608.444000', '134608.915000', '134609.369000', '134609.839000', '134610.284000', '134610.763000', '134611.206000', '134611.682000', '134612.142000', '134612.593000', '134613.046000', '134613.522000', '134613.983000', '134614.464000', '134614.892000', '134615.344000', '134615.835000', '134616.273000', '134616.738000', '134617.187000', '134617.644000', '134618.113000', '134618.576000', '134619.045000', '134619.482000', '134619.963000', '134620.439000', '134620.866000', '134621.337000', '134621.845000', '134622.288000', '134622.705000', '134623.181000', '134623.643000', '134624.094000', '134624.555000', '134625.004000', '134625.466000', '134625.938000', '134626.392000', '134626.844000', '134627.321000', '134627.823000', '134628.230000', '134628.685000', '134629.160000', '134629.624000', '134630.080000', '134630.530000', '134631.002000', '134631.461000', '134631.905000', '134632.414000', '134632.835000', '134633.302000', '134633.744000', '134634.257000', '134634.678000', '134635.141000', '134635.590000', '134636.048000', '134636.518000', '134636.971000', '134637.436000', '134637.884000', '134638.350000', '134638.828000', '134639.279000', '134639.747000', '134640.198000', '134640.654000', '134641.124000', '134641.570000', '134642.033000', '134642.490000', '134642.958000', '134643.406000', '134643.886000', '134644.339000', '134644.786000', '134645.251000', '134645.714000', '134646.173000', '134646.642000', '134647.092000', '134647.559000', '134648.009000', '134648.474000', '134648.940000', '134649.397000', '134649.865000', '134650.327000', '134650.786000', '134651.229000', '134651.691000', '134652.145000', '134652.626000', '134653.078000', '134653.548000', '134653.993000', '134654.465000', '134654.913000', '134655.375000', '134655.831000', '134656.301000', '134656.760000', '134657.220000', '134657.709000', '134658.128000', '134658.594000', '134659.049000', '134659.525000', '134700.009000', '134700.430000', '134700.934000', '134701.361000', '134701.808000', '134702.283000', '134702.726000', '134703.204000', '134703.663000', '134704.112000', '134704.580000', '134705.042000', '134705.506000', '134705.961000', '134706.409000', '134706.881000', '134707.339000', '134707.805000', '134708.258000', '134708.715000', '134709.186000', '134709.632000', '134710.153000', '134710.550000', '134711.024000', '134711.479000', '134711.928000', '134712.398000', '134712.850000', '134713.326000', '134713.768000', '134714.246000', '134714.701000', '134715.156000', '134715.625000', '134716.096000', '134716.566000', '134717.009000', '134717.456000', '134717.908000', '134718.385000', '134718.831000', '134719.296000', '134719.751000', '134720.224000', '134720.691000', '134721.145000', '134721.598000', '134722.067000', '134722.522000', '134723.005000', '134723.443000', '134723.900000', '134724.349000', '134724.828000', '134725.269000', '134725.759000', '134726.191000', '134726.654000', '134727.112000', '134727.585000', '134728.054000', '134728.490000', '134728.962000', '134729.410000', '134729.890000', '134730.348000', '134730.802000', '134731.268000', '134731.718000', '134732.174000', '134732.642000', '134733.091000', '134733.554000', '134734.115000', '134734.476000', '134734.950000', '134735.394000', '134735.862000', '134736.315000', '134736.783000', '134737.236000', '134737.700000', '134738.168000', '134738.623000', '134739.073000', '134739.553000', '134740.034000', '134740.469000', '134740.920000', '134741.385000', '134741.838000', '134742.296000', '134742.766000', '134743.217000', '134743.681000', '134744.146000', '134744.596000', '134745.051000', '134745.527000', '134745.985000', '134746.447000', '134746.903000', '134747.360000', '134747.813000', '134748.292000', '134748.778000', '134749.193000', '134749.655000', '134750.131000', '134750.585000', '134751.076000', '134751.506000', '134751.961000', '134752.426000', '134752.884000', '134753.383000', '134753.800000', '134754.266000', '134754.715000', '134755.188000', '134755.650000', '134756.139000', '134756.558000', '134757.035000', '134757.475000', '134757.933000', '134758.401000', '134758.869000', '134759.316000', '134759.901000', '134800.257000', '134800.695000', '134801.164000', '134801.611000', '134802.075000', '134802.544000', '134803.007000', '134803.471000', '134803.926000', '134804.390000', '134804.840000', '134805.337000', '134805.752000', '134806.227000', '134806.683000', '134807.138000', '134807.609000', '134808.057000', '134808.517000', '134808.993000', '134809.448000', '134809.940000', '134810.396000', '134810.813000', '134811.315000', '134811.748000', '134812.208000', '134812.655000', '134813.126000', '134813.587000', '134814.050000', '134814.507000', '134814.966000', '134815.426000', '134815.885000', '134816.341000', '134816.798000', '134817.273000', '134817.721000', '134818.175000', '134818.651000', '134819.101000', '134819.560000', '134820.024000', '134820.476000', '134820.943000', '134821.401000', '134821.874000', '134822.333000', '134822.788000', '134823.248000', '134823.704000', '134824.170000', '134824.617000', '134825.124000', '134825.542000', '134826.003000', '134826.466000', '134826.930000', '134827.388000', '134827.912000', '134828.299000', '134828.776000', '134829.226000', '134829.696000', '134830.144000', '134830.622000', '134831.077000', '134831.515000', '134831.993000', '134832.497000', '134832.898000', '134833.373000', '134833.867000', '134834.310000', '134834.737000', '134835.196000', '134835.667000', '134836.123000', '134836.592000', '134837.050000', '134837.515000', '134837.974000', '134838.434000', '134838.888000', '134839.351000', '134839.811000', '134840.276000', '134840.767000', '134841.198000', '134841.656000', '134842.106000', '134842.560000', '134843.035000', '134843.486000', '134843.949000', '134844.416000', '134844.912000', '134845.317000', '134845.787000', '134846.254000', '134846.711000', '134847.185000', '134847.621000', '134848.078000', '134848.552000', '134849.024000', '134849.460000', '134849.930000', '134850.383000', '134850.853000', '134851.318000', '134851.769000', '134852.219000', '134852.689000', '134853.200000', '134853.610000', '134854.059000', '134854.520000', '134854.982000', '134855.451000', '134855.913000', '134856.376000', '134856.821000', '134857.292000', '134857.751000', '134858.215000', '134858.666000', '134859.151000', '134859.593000', '134900.041000', '134900.501000', '134900.969000', '134901.438000', '134901.883000', '134902.358000', '134902.812000', '134903.275000', '134903.729000', '134904.203000', '134904.658000', '134905.098000', '134905.578000', '134906.037000', '134906.493000', '134906.945000', '134907.418000', '134907.885000', '134908.359000', '134908.781000', '134909.256000', '134909.708000', '134910.163000', '134910.632000', '134911.097000', '134911.551000', '134912.018000', '134912.484000', '134912.935000', '134913.396000', '134913.853000', '134914.311000', '134914.779000', '134915.318000', '134915.687000', '134916.165000', '134916.621000', '134917.074000', '134917.543000', '134918.004000', '134918.465000', '134918.904000', '134919.377000', '134919.836000', '134920.294000', '134920.753000', '134921.203000', '134921.677000', '134922.128000', '134922.634000', '134923.046000', '134923.521000', '134923.963000', '134924.431000', '134924.924000', '134925.347000', '134925.819000', '134926.279000', '134926.735000', '134927.236000', '134927.661000', '134928.113000', '134928.575000', '134929.025000', '134929.487000', '134929.961000', '134930.419000', '134930.864000', '134931.344000', '134931.787000', '134932.241000', '134932.705000', '134933.180000', '134933.627000', '134934.086000', '134934.567000', '134935.005000', '134935.486000', '134935.932000', '134936.388000', '134936.847000', '134937.353000', '134938.006000', '134938.236000', '134938.695000', '134939.156000', '134939.610000', '134940.104000', '134940.536000', '134940.997000', '134941.458000', '134941.907000', '134942.385000', '134942.837000', '134943.304000', '134943.756000', '134944.216000', '134944.666000', '134945.132000', '134945.598000', '134946.048000', '134946.513000', '134946.970000', '134947.431000', '134947.903000', '134948.359000', '134948.812000', '134949.276000', '134949.742000', '134950.202000', '134950.650000', '134951.108000', '134951.573000', '134952.028000', '134952.499000', '134952.961000', '134953.419000', '134953.905000', '134954.374000', '134954.831000', '134955.290000', '134955.707000', '134956.174000', '134956.684000', '134957.127000', '134957.562000', '134958.014000', '134958.487000', '134958.942000', '134959.415000', '134959.867000', '135000.327000', '135000.766000', '135001.230000', '135001.707000', '135002.158000', '135002.608000', '135003.070000', '135003.545000', '135004.004000', '135004.461000', '135004.923000', '135005.374000', '135005.830000', '135006.305000', '135006.754000', '135007.219000', '135007.679000', '135008.143000', '135008.590000', '135009.069000', '135009.530000', '135009.979000', '135010.441000', '135010.903000', '135011.353000', '135011.896000', '135012.271000', '135012.733000', '135013.195000', '135013.653000', '135014.111000', '135014.576000', '135015.032000', '135015.503000', '135015.952000', '135016.420000', '135016.870000', '135017.343000', '135017.802000', '135018.252000', '135018.720000', '135019.182000', '135019.652000', '135020.102000', '135020.561000', '135021.030000', '135021.516000', '135021.963000', '135022.403000', '135022.865000', '135023.315000', '135023.783000', '135024.252000', '135024.711000', '135025.171000', '135025.619000', '135026.079000', '135026.534000', '135027.010000', '135027.462000', '135027.924000', '135028.385000', '135028.845000', '135029.311000', '135029.762000', '135030.215000', '135030.680000', '135031.155000', '135031.601000', '135032.070000', '135032.515000', '135032.993000', '135033.438000', '135033.905000', '135034.372000', '135034.817000', '135035.289000', '135035.736000', '135036.209000', '135036.670000', '135037.116000', '135037.583000', '135038.046000', '135038.501000', '135038.960000', '135039.423000', '135039.892000', '135040.346000', '135040.804000', '135041.271000', '135041.718000', '135042.197000', '135042.637000', '135043.107000', '135043.575000', '135044.034000', '135044.477000', '135044.954000', '135045.406000', '135046.034000', '135046.323000', '135046.792000', '135047.250000', '135047.714000', '135048.165000', '135048.635000', '135049.125000', '135049.546000', '135050.006000', '135050.496000', '135050.933000', '135051.375000', '135051.844000', '135052.310000', '135052.769000', '135053.220000', '135053.686000', '135054.134000', '135054.598000', '135055.105000', '135055.553000', '135055.995000', '135056.482000', '135056.917000', '135057.372000', '135057.859000', '135058.301000', '135058.755000', '135059.220000', '135059.664000', '135100.127000', '135100.597000', '135101.042000', '135101.515000', '135101.972000', '135102.417000', '135102.921000', '135103.341000', '135103.812000', '135104.274000', '135104.732000', '135105.188000', '135105.642000', '135106.101000', '135106.558000', '135107.032000', '135107.483000', '135108.035000', '135108.410000', '135108.862000', '135109.323000', '135109.796000', '135110.268000', '135110.741000', '135111.170000', '135111.623000', '135112.098000', '135112.561000', '135113.026000', '135113.477000', '135113.937000', '135114.395000', '135114.841000', '135115.319000', '135115.767000', '135116.226000', '135116.683000', '135117.141000', '135117.643000', '135118.101000', '135118.530000', '135118.994000', '135119.438000', '135119.902000', '135120.360000', '135120.836000', '135121.297000', '135121.742000', '135122.205000', '135122.707000', '135123.124000', '135123.602000', '135124.044000', '135124.534000', '135124.963000', '135125.471000', '135126.002000', '135126.342000', '135126.803000', '135127.272000', '135127.737000', '135128.195000', '135128.653000', '135129.114000', '135129.573000', '135130.037000', '135130.486000', '135130.945000', '135131.412000', '135131.867000', '135132.341000', '135132.796000', '135133.263000', '135133.715000', '135134.170000', '135134.628000', '135135.093000', '135135.556000', '135136.017000', '135136.487000', '135136.924000', '135137.399000', '135137.853000', '135138.314000', '135138.780000', '135139.243000', '135139.695000', '135140.145000', '135140.617000', '135141.064000', '135141.543000', '135142.004000', '135142.444000', '135142.908000', '135143.364000', '135143.832000', '135144.301000', '135144.766000', '135145.209000', '135145.680000', '135146.137000', '135146.592000', '135147.061000', '135147.524000', '135148.034000', '135148.433000', '135148.900000', '135149.353000', '135149.821000', '135150.284000', '135150.772000', '135151.190000', '135151.658000', '135152.124000', '135152.568000', '135153.046000', '135153.503000', '135153.951000', '135154.413000', '135154.933000', '135155.340000', '135155.793000', '135156.275000', '135156.709000', '135157.176000', '135157.637000', '135158.130000', '135158.561000', '135159.023000', '135159.491000', '135159.940000', '135200.407000', '135200.860000', '135201.348000', '135201.773000', '135202.236000', '135202.705000', '135203.151000', '135203.622000', '135204.080000', '135204.526000', '135205.007000', '135205.451000', '135205.914000', '135206.381000', '135206.839000', '135207.296000', '135207.755000', '135208.259000', '135208.679000', '135209.134000', '135209.607000', '135210.057000', '135210.511000', '135211.013000', '135211.441000', '135212.041000', '135212.355000', '135212.853000', '135213.277000', '135213.737000', '135214.194000', '135214.656000', '135215.119000', '135215.612000', '135216.037000', '135216.503000', '135216.958000', '135217.411000', '135217.921000', '135218.352000', '135218.794000'], '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], 'LargestImagePixelValue': [762, 650, 637, 728, 659, 707, 720, 675, 678, 700, 632, 862, 705, 634, 689, 652, 717, 697, 669, 772, 663, 648, 707, 682, 929, 724, 645, 688, 688, 835, 696, 631, 696, 678, 633, 675, 693, 843, 659, 629, 658, 676, 706, 664, 628, 731, 695, 706, 681, 686, 663, 683, 644, 674, 664, 698, 681, 657, 660, 637, 699, 694, 757, 686, 624, 689, 675, 650, 666, 625, 699, 667, 641, 662, 643, 677, 682, 697, 682, 612, 750, 661, 678, 683, 634, 750, 652, 628, 678, 635, 688, 669, 685, 693, 653, 687, 674, 652, 716, 653, 783, 674, 636, 699, 670, 773, 692, 637, 722, 671, 644, 686, 658, 698, 680, 618, 719, 657, 707, 682, 625, 701, 646, 708, 700, 645, 710, 615, 695, 726, 683, 743, 607, 689, 682, 620, 725, 626, 827, 664, 644, 698, 630, 681, 665, 694, 682, 658, 781, 672, 647, 708, 637, 872, 673, 620, 696, 659, 718, 689, 657, 684, 620, 700, 670, 745, 679, 656, 683, 583, 707, 652, 700, 676, 638, 736, 679, 643, 680, 619, 653, 654, 716, 744, 620, 728, 662, 631, 703, 635, 793, 666, 641, 712, 641, 726, 683, 643, 701, 665, 656, 693, 631, 641, 683, 676, 698, 655, 822, 687, 649, 711, 672, 687, 701, 649, 685, 663, 700, 701, 664, 705, 689, 632, 702, 616, 680, 688, 642, 708, 668, 703, 684, 652, 668, 685, 648, 692, 670, 704, 715, 638, 708, 651, 667, 691, 636, 719, 677, 617, 755, 670, 650, 718, 611, 757, 684, 605, 717, 642, 701, 716, 659, 704, 698, 762, 715, 684, 690, 721, 677, 656, 712, 671, 709, 612, 703, 707, 703, 773, 633, 776, 715, 722, 781, 661, 776, 686, 697, 777, 661, 796, 767, 697, 756, 672, 764, 784, 730, 788, 658, 718, 785, 687, 746, 671, 743, 754, 662, 727, 679, 773, 734, 711, 819, 672, 727, 761, 700, 772, 655, 723, 781, 664, 770, 682, 726, 768, 713, 853, 745, 702, 790, 690, 777, 623, 714, 755, 669, 739, 665, 698, 761, 618, 778, 697, 711, 771, 700, 764, 645, 739, 713, 711, 797, 681, 731, 660, 809, 722, 675, 777, 663, 779, 645, 747, 770, 713, 786, 648, 815, 693, 779, 810, 672, 801, 658, 771, 778, 729, 772, 641, 760, 774, 731, 777, 650, 801, 668, 774, 821, 665, 800, 669, 742, 813, 726, 801, 628, 772, 791, 746, 789, 681, 813, 753, 752, 789, 696, 793, 776, 775, 757, 695, 794, 741, 778, 783, 654, 792, 769, 623, 766, 710, 789, 802, 665, 775, 687, 755, 764, 736, 856, 767, 729, 788, 716, 766, 657, 745, 772, 683, 768, 699, 792, 715, 726, 768, 676, 811, 677, 788, 677, 764, 811, 655, 795, 747, 773, 785, 714, 760, 684, 798, 669, 748, 762, 740, 785, 695, 810, 660, 784, 757, 758, 753, 605, 785, 773, 755, 827, 728, 825, 650, 766, 764, 739, 762, 649, 788, 795, 711, 814, 648, 804, 767, 774, 767, 619, 766, 709, 791, 804, 722, 789, 626, 798, 734, 754, 808, 735, 822, 746, 769, 781, 618, 807, 765, 785, 755, 716, 797, 653, 775, 789, 759, 818, 686, 778, 634, 796, 773, 753, 799, 635, 775, 785, 764, 791, 707, 786, 691, 763, 773, 736, 773, 637, 797, 764, 732, 765, 737, 823, 789, 696, 737, 657, 742, 719, 765, 795, 648, 781, 743, 769, 771, 628, 777, 731, 763, 774, 678, 796, 820, 695, 822, 779, 763, 797, 728, 770, 800, 673, 802, 736, 761, 769, 744, 795, 733, 784, 832, 749, 745, 653, 793, 822, 720, 804, 644, 767, 790, 732, 768, 771, 757, 752, 631, 798, 809, 646, 798, 777, 670, 754, 754, 686, 768, 758, 709, 784, 744, 724, 751, 636, 764, 801, 671, 761, 753, 700, 817, 755, 748, 775, 680, 740, 758, 670, 809, 766, 711, 793, 695, 744, 780, 710, 795, 759, 702, 777, 673, 747, 792, 689, 784, 722, 708, 758, 661, 750, 786, 677, 777, 787, 745, 763, 664, 760, 793, 692, 765, 719, 784, 765, 655, 735, 758, 667, 734, 722, 770, 732, 721, 747, 729, 723, 707, 668, 773, 746, 634, 607, 713, 685, 764, 776, 697, 772, 773, 673, 741, 747, 721, 759, 694, 766, 723, 733, 670, 723, 730, 676, 708, 764, 775, 707, 795, 781, 672, 773, 783, 751, 803, 790, 772, 742, 659, 785, 760, 758, 747, 706, 766, 767, 610, 775, 773, 756, 740, 665, 801, 779, 750, 741, 652, 776, 766, 743, 779, 621, 767, 797, 739, 715, 655, 771, 762, 745, 758, 681, 773, 774, 675, 807, 754, 745, 761, 721, 779, 779, 725, 728, 707, 788, 685, 736, 780, 683, 779, 775, 738, 733, 696, 779, 765, 755, 760, 735, 728, 688, 772, 698, 756, 788, 722, 698, 684, 768, 770, 722, 770, 644, 791, 726, 743, 809, 716, 779, 614, 791, 774, 756, 767, 717, 798, 754, 766, 795, 717, 766, 758, 768, 765, 705, 761, 741, 724, 735, 754, 735, 717, 748, 706, 770, 734, 771, 715, 744, 716, 684, 736, 742, 761, 738, 727, 723, 765, 785, 776, 767, 754, 742, 911, 733, 752, 743, 754, 899, 739, 743, 734, 759, 685, 744, 791, 769, 736, 771, 731, 748, 694, 745, 778, 762, 787, 739, 703, 762, 686, 772, 803, 738, 777, 724, 742, 734, 691, 782, 734, 748, 758, 706, 736, 748, 765, 815, 815, 763, 745, 731, 738, 692, 750, 750, 794, 776, 714, 716, 725, 676, 801, 756, 680, 772, 741, 691, 778, 810, 751, 802, 704, 755, 725, 792, 762, 842, 766, 725, 749, 753, 659, 794, 770, 688, 787, 755, 808, 764, 748, 754, 781, 744, 816, 810, 780, 749, 785, 761, 782, 767, 783, 775, 768, 772, 707, 804, 768, 645, 827, 764, 714, 781, 713, 801, 763, 765, 764, 729, 708, 764, 732, 811, 745, 658, 758, 783, 741, 798, 705, 789, 751, 723, 773, 723, 736, 763, 750, 784, 743, 694, 766, 761, 701, 817, 714, 786, 750, 687, 773, 723, 761, 728, 702, 745, 720, 744, 724, 772, 715, 771, 788, 710, 725, 740, 752, 765, 882, 728, 771, 688, 769, 724, 781, 818, 899, 725, 768, 730, 769, 700, 737, 763, 712, 744, 719, 724, 755, 679, 724, 715, 689, 678, 740, 709, 767, 777, 716, 754, 734, 698, 749, 710, 761, 756, 747, 712, 724, 707, 785, 790, 709, 765, 730, 695, 754, 729, 754, 782, 751, 726, 748, 701], 'WindowCenter': [271.0, 269.0, 268.0, 269.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 269.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 269.0, 267.0, 266.0, 266.0, 266.0, 268.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 267.0, 268.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 267.0, 267.0, 266.0, 267.0, 267.0, 265.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 268.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 265.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 265.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 268.0, 268.0, 266.0, 268.0, 267.0, 266.0, 268.0, 267.0, 268.0, 268.0, 267.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 266.0, 268.0, 267.0, 266.0, 266.0, 265.0, 268.0, 266.0, 265.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 265.0, 267.0, 266.0, 265.0, 266.0, 265.0, 265.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 265.0, 266.0, 266.0, 265.0, 266.0, 265.0, 266.0, 266.0, 265.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 266.0, 265.0, 265.0, 266.0, 265.0, 266.0, 266.0, 265.0, 267.0, 266.0, 266.0, 266.0, 265.0, 267.0, 266.0, 265.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 265.0, 266.0, 265.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 266.0, 265.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 265.0, 267.0, 265.0, 267.0, 265.0, 266.0, 267.0, 266.0, 267.0, 265.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 269.0, 267.0, 269.0, 268.0, 268.0, 268.0, 267.0, 268.0, 269.0, 267.0, 268.0, 268.0, 268.0, 268.0, 266.0, 268.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 265.0, 266.0, 265.0, 266.0, 265.0, 265.0, 266.0, 265.0, 266.0, 264.0, 266.0, 264.0, 266.0, 266.0, 265.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 265.0, 268.0, 267.0, 268.0, 267.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 266.0, 268.0, 268.0, 267.0, 267.0, 266.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 268.0, 268.0, 269.0, 267.0, 266.0, 264.0, 264.0, 264.0, 265.0, 265.0, 267.0, 271.0, 267.0, 268.0, 268.0, 268.0, 267.0, 265.0, 267.0, 267.0, 268.0, 268.0, 267.0, 269.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 265.0, 265.0, 266.0, 265.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 267.0, 267.0, 268.0, 268.0, 270.0, 269.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 266.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 266.0, 268.0, 267.0, 268.0, 268.0, 266.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 266.0, 267.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 269.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 265.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 269.0, 268.0, 267.0, 267.0, 268.0, 266.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0], 'WindowWidth': [599.0, 595.0, 593.0, 593.0, 593.0, 593.0, 594.0, 592.0, 592.0, 592.0, 591.0, 594.0, 592.0, 591.0, 591.0, 591.0, 592.0, 592.0, 591.0, 592.0, 590.0, 589.0, 590.0, 591.0, 594.0, 590.0, 590.0, 589.0, 589.0, 592.0, 590.0, 589.0, 589.0, 589.0, 588.0, 589.0, 590.0, 592.0, 589.0, 588.0, 589.0, 589.0, 589.0, 589.0, 588.0, 590.0, 590.0, 589.0, 590.0, 591.0, 588.0, 589.0, 589.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 589.0, 590.0, 589.0, 590.0, 589.0, 588.0, 590.0, 589.0, 589.0, 589.0, 588.0, 590.0, 589.0, 590.0, 589.0, 589.0, 589.0, 590.0, 590.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 589.0, 590.0, 589.0, 588.0, 589.0, 589.0, 589.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 589.0, 590.0, 590.0, 591.0, 590.0, 589.0, 589.0, 589.0, 591.0, 590.0, 588.0, 590.0, 589.0, 588.0, 589.0, 589.0, 590.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 588.0, 589.0, 588.0, 589.0, 589.0, 589.0, 590.0, 589.0, 590.0, 590.0, 591.0, 591.0, 590.0, 592.0, 591.0, 590.0, 591.0, 591.0, 592.0, 592.0, 591.0, 590.0, 589.0, 589.0, 589.0, 590.0, 590.0, 589.0, 591.0, 590.0, 588.0, 589.0, 588.0, 592.0, 589.0, 588.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 588.0, 589.0, 589.0, 589.0, 589.0, 589.0, 589.0, 587.0, 589.0, 589.0, 588.0, 588.0, 588.0, 589.0, 589.0, 588.0, 588.0, 588.0, 587.0, 589.0, 590.0, 590.0, 589.0, 590.0, 589.0, 589.0, 589.0, 589.0, 591.0, 589.0, 589.0, 590.0, 589.0, 590.0, 589.0, 588.0, 589.0, 589.0, 589.0, 589.0, 589.0, 590.0, 591.0, 589.0, 589.0, 589.0, 591.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 588.0, 589.0, 589.0, 589.0, 589.0, 588.0, 589.0, 589.0, 588.0, 588.0, 588.0, 589.0, 589.0, 588.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 590.0, 589.0, 590.0, 589.0, 590.0, 589.0, 589.0, 589.0, 588.0, 588.0, 589.0, 588.0, 589.0, 589.0, 588.0, 590.0, 589.0, 589.0, 589.0, 588.0, 590.0, 589.0, 588.0, 590.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 590.0, 589.0, 589.0, 589.0, 590.0, 589.0, 589.0, 590.0, 589.0, 591.0, 591.0, 591.0, 591.0, 590.0, 590.0, 589.0, 592.0, 590.0, 590.0, 589.0, 589.0, 591.0, 589.0, 590.0, 590.0, 589.0, 590.0, 591.0, 590.0, 591.0, 589.0, 590.0, 591.0, 590.0, 591.0, 590.0, 590.0, 590.0, 589.0, 590.0, 589.0, 590.0, 590.0, 588.0, 588.0, 587.0, 589.0, 588.0, 588.0, 591.0, 589.0, 589.0, 589.0, 589.0, 589.0, 589.0, 590.0, 591.0, 589.0, 590.0, 589.0, 589.0, 589.0, 589.0, 591.0, 590.0, 589.0, 589.0, 589.0, 589.0, 588.0, 590.0, 590.0, 589.0, 589.0, 589.0, 590.0, 590.0, 589.0, 591.0, 589.0, 590.0, 591.0, 590.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 589.0, 590.0, 589.0, 591.0, 589.0, 587.0, 589.0, 588.0, 590.0, 588.0, 589.0, 589.0, 589.0, 589.0, 588.0, 591.0, 589.0, 591.0, 591.0, 589.0, 591.0, 589.0, 591.0, 590.0, 590.0, 590.0, 588.0, 590.0, 591.0, 590.0, 590.0, 589.0, 591.0, 589.0, 591.0, 591.0, 589.0, 591.0, 589.0, 590.0, 591.0, 590.0, 591.0, 588.0, 591.0, 591.0, 590.0, 591.0, 589.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 593.0, 593.0, 591.0, 594.0, 592.0, 592.0, 592.0, 590.0, 593.0, 593.0, 592.0, 592.0, 591.0, 591.0, 592.0, 590.0, 591.0, 589.0, 590.0, 590.0, 590.0, 591.0, 590.0, 589.0, 589.0, 589.0, 590.0, 588.0, 590.0, 590.0, 588.0, 588.0, 587.0, 588.0, 587.0, 587.0, 588.0, 587.0, 588.0, 586.0, 587.0, 586.0, 588.0, 587.0, 587.0, 589.0, 588.0, 590.0, 590.0, 590.0, 589.0, 589.0, 591.0, 588.0, 589.0, 590.0, 590.0, 589.0, 589.0, 589.0, 588.0, 589.0, 589.0, 590.0, 590.0, 588.0, 591.0, 591.0, 591.0, 592.0, 590.0, 591.0, 589.0, 591.0, 590.0, 590.0, 590.0, 589.0, 590.0, 591.0, 589.0, 590.0, 588.0, 592.0, 591.0, 591.0, 590.0, 589.0, 591.0, 590.0, 591.0, 591.0, 590.0, 590.0, 588.0, 590.0, 590.0, 589.0, 590.0, 589.0, 591.0, 590.0, 590.0, 591.0, 588.0, 591.0, 591.0, 591.0, 592.0, 592.0, 591.0, 589.0, 591.0, 591.0, 590.0, 591.0, 589.0, 589.0, 588.0, 590.0, 589.0, 590.0, 591.0, 588.0, 590.0, 591.0, 591.0, 591.0, 590.0, 591.0, 589.0, 590.0, 590.0, 590.0, 590.0, 589.0, 591.0, 590.0, 591.0, 593.0, 595.0, 590.0, 588.0, 584.0, 585.0, 584.0, 586.0, 586.0, 589.0, 597.0, 591.0, 592.0, 592.0, 592.0, 591.0, 588.0, 590.0, 589.0, 593.0, 592.0, 591.0, 593.0, 594.0, 593.0, 594.0, 592.0, 592.0, 592.0, 590.0, 592.0, 592.0, 592.0, 594.0, 593.0, 594.0, 593.0, 593.0, 592.0, 591.0, 591.0, 592.0, 591.0, 591.0, 590.0, 592.0, 592.0, 591.0, 592.0, 589.0, 590.0, 590.0, 590.0, 590.0, 591.0, 590.0, 590.0, 589.0, 590.0, 590.0, 589.0, 592.0, 591.0, 590.0, 592.0, 593.0, 590.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 591.0, 589.0, 591.0, 592.0, 591.0, 591.0, 591.0, 590.0, 592.0, 591.0, 591.0, 592.0, 590.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 594.0, 591.0, 591.0, 591.0, 591.0, 593.0, 593.0, 591.0, 591.0, 590.0, 591.0, 592.0, 591.0, 593.0, 592.0, 590.0, 590.0, 587.0, 587.0, 588.0, 586.0, 588.0, 588.0, 589.0, 588.0, 590.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 592.0, 591.0, 590.0, 590.0, 589.0, 590.0, 588.0, 590.0, 589.0, 589.0, 589.0, 590.0, 591.0, 590.0, 589.0, 592.0, 590.0, 589.0, 589.0, 590.0, 590.0, 590.0, 590.0, 591.0, 592.0, 591.0, 591.0, 592.0, 591.0, 590.0, 590.0, 590.0, 591.0, 590.0, 590.0, 588.0, 589.0, 590.0, 591.0, 591.0, 592.0, 592.0, 596.0, 594.0, 591.0, 589.0, 590.0, 590.0, 591.0, 592.0, 591.0, 592.0, 591.0, 592.0, 592.0, 591.0, 591.0, 591.0, 592.0, 591.0, 593.0, 590.0, 592.0, 591.0, 591.0, 591.0, 591.0, 592.0, 591.0, 591.0, 590.0, 589.0, 591.0, 591.0, 591.0, 591.0, 589.0, 591.0, 592.0, 591.0, 592.0, 591.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 592.0, 592.0, 591.0, 591.0, 591.0, 592.0, 593.0, 592.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 591.0, 592.0, 592.0, 591.0, 591.0, 591.0, 591.0, 593.0, 591.0, 591.0, 591.0, 591.0, 592.0, 591.0, 592.0, 590.0, 590.0, 591.0, 590.0, 590.0, 589.0, 591.0, 591.0, 590.0, 591.0, 589.0, 591.0, 590.0, 591.0, 592.0, 590.0, 591.0, 588.0, 591.0, 589.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 593.0, 593.0, 591.0, 591.0, 591.0, 591.0, 593.0, 593.0, 593.0, 592.0, 591.0, 591.0, 593.0, 591.0, 592.0, 591.0, 591.0, 590.0, 589.0, 591.0, 591.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 592.0, 590.0, 593.0, 590.0, 590.0, 589.0, 591.0, 592.0, 591.0, 590.0, 589.0, 589.0, 587.0, 588.0, 590.0, 590.0, 589.0, 590.0, 589.0, 589.0, 588.0, 589.0, 590.0, 590.0, 591.0, 591.0, 590.0, 591.0, 589.0, 590.0, 591.0, 590.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 591.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 591.0, 591.0, 591.0, 590.0, 590.0, 589.0, 589.0, 590.0, 591.0, 591.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 590.0, 591.0, 591.0, 590.0, 591.0, 592.0, 591.0, 593.0, 592.0, 591.0, 591.0, 591.0, 591.0, 593.0, 591.0, 591.0, 590.0, 591.0, 589.0, 592.0, 591.0, 590.0, 591.0, 591.0, 592.0, 591.0, 592.0, 591.0, 591.0, 590.0, 592.0, 591.0, 591.0, 590.0, 590.0, 589.0, 589.0, 589.0, 589.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 589.0, 593.0, 591.0, 591.0, 591.0, 590.0, 591.0, 591.0, 592.0, 591.0, 591.0, 590.0, 590.0, 590.0, 591.0, 591.0, 590.0, 591.0, 591.0, 591.0, 592.0, 590.0, 592.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 590.0, 591.0, 590.0, 590.0, 590.0, 591.0, 590.0, 592.0, 592.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 590.0, 590.0, 591.0, 591.0, 592.0, 591.0, 592.0, 593.0, 594.0, 593.0, 592.0, 592.0, 591.0, 591.0, 591.0, 593.0, 590.0, 590.0, 589.0, 589.0, 588.0, 589.0, 591.0, 592.0, 590.0, 591.0, 590.0, 590.0, 588.0, 590.0, 589.0, 588.0, 588.0, 588.0, 588.0, 589.0, 589.0, 590.0, 590.0, 589.0, 588.0, 589.0, 590.0, 589.0, 591.0, 589.0, 589.0, 589.0, 588.0, 589.0, 590.0, 590.0, 591.0, 590.0, 589.0, 588.0, 588.0, 590.0, 591.0, 589.0, 589.0, 590.0, 588.0, 589.0, 588.0, 589.0, 589.0, 590.0, 589.0, 591.0, 590.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.004427602611940298</td></tr>
<tr><td colspan=3>aqi</td><td>0.05445788983208956</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.50484628275446</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.130492643818862</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0076722862558347</td></tr>
<tr><td colspan=3>efc</td><td>0.5051</td></tr>
<tr><td colspan=3>fber</td><td>5818.8105</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18010072534549812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>226</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.082089552238806</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6364301566485255</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5086520310981655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.905968112534503</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.494670326312907</td></tr>
<tr><td colspan=3>gcor</td><td>0.00609704</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013821843080222607</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04101330786943436</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.074132637332777</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>20.0033</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0468</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.0026</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292693.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.2258</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6007</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>32.7583</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>213.0542</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>80.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>54.9807</td></tr>
<tr><td colspan=3>tsnr</td><td>26.610199474962428</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>