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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-03_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-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-alignvideo_acq-mb8_run-03_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-0044/ses-01/func/sub-0044_ses-01_task-alignvideo_acq-mb8_run-03_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>9e6341d4ae9c6ac8d86d74796edab038</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>14:57:18.392500</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.998587, -0.053123, 0.00135721, 0.052858, 0.995587, 0.0775358]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0976497</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7710, -7250, 439, -15, -26, 54, 75]</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>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>67e3f785-cfc1-4df9-add3-9f877e3c966c||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.679136037826538, 0.1418142318725586, 0.014769424684345722, 106.47411346435547], [0.1425251066684723, 2.671088218688965, 0.2088572233915329, -95.66865539550781], [0.003641299204900861, -0.20802293717861176, 2.6918692588806152, -50.46062088012695], [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, 1016]</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], 'AcquisitionTime': ['145718.392500', '145718.852500', '145719.312500', '145719.772500', '145720.232500', '145720.692500', '145721.152500', '145721.612500', '145722.072500', '145722.532500', '145722.992500', '145723.452500', '145723.912500', '145724.372500', '145724.832500', '145725.292500', '145725.752500', '145726.212500', '145726.672500', '145727.132500', '145727.592500', '145728.052500', '145728.512500', '145728.972500', '145729.432500', '145729.892500', '145730.352500', '145730.812500', '145731.272500', '145731.732500', '145732.192500', '145732.652500', '145733.112500', '145733.572500', '145734.032500', '145734.492500', '145734.952500', '145735.412500', '145735.872500', '145736.332500', '145736.792500', '145737.252500', '145737.712500', '145738.172500', '145738.632500', '145739.092500', '145739.552500', '145740.012500', '145740.472500', '145740.932500', '145741.392500', '145741.852500', '145742.312500', '145742.772500', '145743.232500', '145743.692500', '145744.152500', '145744.612500', '145745.072500', '145745.532500', '145745.992500', '145746.452500', '145746.912500', '145747.372500', '145747.832500', '145748.292500', '145748.752500', '145749.212500', '145749.672500', '145750.132500', '145750.592500', '145751.052500', '145751.512500', '145751.972500', '145752.432500', '145752.892500', '145753.352500', '145753.812500', '145754.272500', '145754.732500', '145755.192500', '145755.652500', '145756.112500', '145756.572500', '145757.032500', '145757.492500', '145757.952500', '145758.412500', '145758.872500', '145759.332500', '145759.792500', '145800.252500', '145800.712500', '145801.172500', '145801.632500', '145802.092500', '145802.552500', '145803.012500', '145803.472500', '145803.932500', '145804.392500', '145804.852500', '145805.312500', '145805.772500', '145806.232500', '145806.692500', '145807.152500', '145807.612500', '145808.072500', '145808.532500', '145808.992500', '145809.452500', '145809.912500', '145810.372500', '145810.832500', '145811.292500', '145811.752500', '145812.212500', '145812.672500', '145813.132500', '145813.592500', '145814.052500', '145814.512500', '145814.972500', '145815.432500', '145815.892500', '145816.352500', '145816.812500', '145817.272500', '145817.732500', '145818.192500', '145818.652500', '145819.112500', '145819.572500', '145820.032500', '145820.492500', '145820.952500', '145821.412500', '145821.872500', '145822.332500', '145822.792500', '145823.252500', '145823.712500', '145824.172500', '145824.632500', '145825.092500', '145825.552500', '145826.012500', '145826.472500', '145826.932500', '145827.392500', '145827.852500', '145828.312500', '145828.772500', '145829.232500', '145829.692500', '145830.152500', '145830.612500', '145831.072500', '145831.532500', '145831.992500', '145832.452500', '145832.912500', '145833.372500', '145833.832500', '145834.292500', '145834.752500', '145835.212500', '145835.672500', '145836.132500', '145836.592500', '145837.052500', '145837.512500', '145837.972500', '145838.432500', '145838.892500', '145839.352500', '145839.812500', '145840.272500', '145840.732500', '145841.192500', '145841.652500', '145842.112500', '145842.572500', '145843.032500', '145843.492500', '145843.952500', '145844.412500', '145844.872500', '145845.332500', '145845.792500', '145846.252500', '145846.712500', '145847.172500', '145847.632500', '145848.092500', '145848.552500', '145849.012500', '145849.472500', '145849.932500', '145850.392500', '145850.852500', '145851.312500', '145851.772500', '145852.232500', '145852.692500', '145853.152500', '145853.612500', '145854.072500', '145854.532500', '145854.992500', '145855.452500', '145855.912500', '145856.372500', '145856.832500', '145857.292500', '145857.752500', '145858.212500', '145858.672500', '145859.132500', '145859.592500', '145900.052500', '145900.512500', '145900.972500', '145901.432500', '145901.892500', '145902.352500', '145902.812500', '145903.272500', '145903.732500', '145904.192500', '145904.652500', '145905.112500', '145905.572500', '145906.032500', '145906.492500', '145906.952500', '145907.412500', '145907.872500', '145908.332500', '145908.792500', '145909.252500', '145909.712500', '145910.172500', '145910.632500', '145911.092500', '145911.552500', '145912.012500', '145912.472500', '145912.932500', '145913.392500', '145913.852500', '145914.312500', '145914.772500', '145915.232500', '145915.692500', '145916.152500', '145916.612500', '145917.072500', '145917.532500', '145917.992500', '145918.452500', '145918.912500', '145919.372500', '145919.832500', '145920.292500', '145920.752500', '145921.212500', '145921.672500', '145922.132500', '145922.592500', '145923.052500', '145923.512500', '145923.972500', '145924.432500', '145924.892500', '145925.352500', '145925.812500', '145926.272500', '145926.732500', '145927.192500', '145927.652500', '145928.112500', '145928.572500', '145929.032500', '145929.492500', '145929.952500', '145930.412500', '145930.872500', '145931.332500', '145931.792500', '145932.252500', '145932.712500', '145933.172500', '145933.632500', '145934.092500', '145934.552500', '145935.012500', '145935.472500', '145935.932500', '145936.392500', '145936.852500', '145937.312500', '145937.772500', '145938.232500', '145938.692500', '145939.152500', '145939.612500', '145940.072500', '145940.532500', '145940.992500', '145941.452500', '145941.912500', '145942.372500', '145942.832500', '145943.292500', '145943.752500', '145944.212500', '145944.672500', '145945.132500', '145945.592500', '145946.052500', '145946.512500', '145946.972500', '145947.432500', '145947.892500', '145948.352500', '145948.812500', '145949.272500', '145949.732500', '145950.192500', '145950.652500', '145951.112500', '145951.572500', '145952.032500', '145952.492500', '145952.952500', '145953.412500', '145953.872500', '145954.332500', '145954.792500', '145955.252500', '145955.712500', '145956.172500', '145956.632500', '145957.092500', '145957.552500', '145958.012500', '145958.472500', '145958.932500', '145959.392500', '145959.852500', '150000.312500', '150000.772500', '150001.232500', '150001.692500', '150002.152500', '150002.612500', '150003.072500', '150003.532500', '150003.992500', '150004.452500', '150004.912500', '150005.372500', '150005.832500', '150006.292500', '150006.752500', '150007.212500', '150007.672500', '150008.132500', '150008.592500', '150009.052500', '150009.512500', '150009.972500', '150010.432500', '150010.892500', '150011.352500', '150011.812500', '150012.272500', '150012.732500', '150013.192500', '150013.652500', '150014.112500', '150014.572500', '150015.032500', '150015.492500', '150015.952500', '150016.412500', '150016.872500', '150017.332500', '150017.792500', '150018.252500', '150018.712500', '150019.172500', '150019.632500', '150020.092500', '150020.552500', '150021.012500', '150021.472500', '150021.932500', '150022.392500', '150022.852500', '150023.312500', '150023.772500', '150024.232500', '150024.692500', '150025.152500', '150025.612500', '150026.072500', '150026.532500', '150026.992500', '150027.452500', '150027.912500', '150028.372500', '150028.832500', '150029.292500', '150029.752500', '150030.212500', '150030.672500', '150031.132500', '150031.592500', '150032.052500', '150032.512500', '150032.972500', '150033.432500', '150033.892500', '150034.352500', '150034.812500', '150035.272500', '150035.732500', '150036.192500', '150036.652500', '150037.112500', '150037.572500', '150038.032500', '150038.492500', '150038.952500', '150039.412500', '150039.872500', '150040.332500', '150040.792500', '150041.252500', '150041.712500', '150042.172500', '150042.632500', '150043.092500', '150043.552500', '150044.012500', '150044.472500', '150044.932500', '150045.392500', '150045.852500', '150046.312500', '150046.772500', '150047.232500', '150047.692500', '150048.152500', '150048.612500', '150049.072500', '150049.532500', '150049.992500', '150050.452500', '150050.912500', '150051.372500', '150051.832500', '150052.292500', '150052.752500', '150053.212500', '150053.672500', '150054.132500', '150054.592500', '150055.052500', '150055.512500', '150055.972500', '150056.432500', '150056.892500', '150057.352500', '150057.812500', '150058.272500', '150058.732500', '150059.192500', '150059.652500', '150100.112500', '150100.572500', '150101.032500', '150101.492500', '150101.952500', '150102.412500', '150102.872500', '150103.332500', '150103.792500', '150104.252500', '150104.712500', '150105.172500', '150105.632500', '150106.092500', '150106.552500', '150107.012500', '150107.472500', '150107.932500', '150108.392500', '150108.852500', '150109.312500', '150109.772500', '150110.232500', '150110.692500', '150111.152500', '150111.612500', '150112.072500', '150112.532500', '150112.992500', '150113.452500', '150113.912500', '150114.372500', '150114.832500', '150115.292500', '150115.752500', '150116.212500', '150116.672500', '150117.132500', '150117.592500', '150118.052500', '150118.512500', '150118.972500', '150119.432500', '150119.892500', '150120.352500', '150120.812500', '150121.272500', '150121.732500', '150122.192500', '150122.652500', '150123.112500', '150123.572500', '150124.032500', '150124.492500', '150124.952500', '150125.412500', '150125.872500', '150126.332500', '150126.792500', '150127.252500', '150127.712500', '150128.172500', '150128.632500', '150129.092500', '150129.552500', '150130.012500', '150130.472500', '150130.932500', '150131.392500', '150131.852500', '150132.312500', '150132.772500', '150133.232500', '150133.692500', '150134.152500', '150134.612500', '150135.072500', '150135.532500', '150135.992500', '150136.452500', '150136.912500', '150137.372500', '150137.832500', '150138.292500', '150138.752500', '150139.212500', '150139.672500', '150140.132500', '150140.592500', '150141.052500', '150141.512500', '150141.972500', '150142.432500', '150142.892500', '150143.352500', '150143.812500', '150144.272500', '150144.732500', '150145.192500', '150145.652500', '150146.112500', '150146.572500', '150147.032500', '150147.492500', '150147.952500', '150148.412500', '150148.872500', '150149.332500', '150149.792500', '150150.252500', '150150.712500', '150151.172500', '150151.632500', '150152.092500', '150152.552500', '150153.012500', '150153.472500', '150153.932500', '150154.392500', '150154.852500', '150155.312500', '150155.772500', '150156.232500', '150156.692500', '150157.152500', '150157.612500', '150158.072500', '150158.532500', '150158.992500', '150159.452500', '150159.912500', '150200.372500', '150200.832500', '150201.292500', '150201.752500', '150202.212500', '150202.672500', '150203.132500', '150203.592500', '150204.052500', '150204.512500', '150204.972500', '150205.432500', '150205.892500', '150206.352500', '150206.812500', '150207.272500', '150207.732500', '150208.192500', '150208.652500', '150209.112500', '150209.572500', '150210.032500', '150210.492500', '150210.952500', '150211.412500', '150211.872500', '150212.332500', '150212.792500', '150213.252500', '150213.712500', '150214.172500', '150214.632500', '150215.092500', '150215.552500', '150216.012500', '150216.472500', '150216.932500', '150217.392500', '150217.852500', '150218.312500', '150218.772500', '150219.232500', '150219.692500', '150220.152500', '150220.612500', '150221.072500', '150221.532500', '150221.992500', '150222.452500', '150222.912500', '150223.372500', '150223.832500', '150224.292500', '150224.752500', '150225.212500', '150225.672500', '150226.132500', '150226.592500', '150227.052500', '150227.512500', '150227.972500', '150228.432500', '150228.892500', '150229.352500', '150229.812500', '150230.272500', '150230.732500', '150231.192500', '150231.652500', '150232.112500', '150232.572500', '150233.032500', '150233.492500', '150233.952500', '150234.412500', '150234.872500', '150235.332500', '150235.792500', '150236.252500', '150236.712500', '150237.172500', '150237.632500', '150238.092500', '150238.552500', '150239.012500', '150239.472500', '150239.932500', '150240.392500', '150240.852500', '150241.312500', '150241.772500', '150242.232500', '150242.692500', '150243.152500', '150243.612500', '150244.072500', '150244.532500', '150244.992500', '150245.452500', '150245.912500', '150246.372500', '150246.832500', '150247.292500', '150247.752500', '150248.212500', '150248.672500', '150249.132500', '150249.592500', '150250.052500', '150250.512500', '150250.972500', '150251.432500', '150251.892500', '150252.352500', '150252.812500', '150253.272500', '150253.732500', '150254.192500', '150254.652500', '150255.112500', '150255.572500', '150256.032500', '150256.492500', '150256.952500', '150257.412500', '150257.872500', '150258.332500', '150258.792500', '150259.252500', '150259.712500', '150300.172500', '150300.632500', '150301.092500', '150301.552500', '150302.012500', '150302.472500', '150302.932500', '150303.392500', '150303.852500', '150304.312500', '150304.772500', '150305.232500', '150305.692500', '150306.152500', '150306.612500', '150307.072500', '150307.532500', '150307.992500', '150308.452500', '150308.912500', '150309.372500', '150309.832500', '150310.292500', '150310.752500', '150311.212500', '150311.672500', '150312.132500', '150312.592500', '150313.052500', '150313.512500', '150313.972500', '150314.432500', '150314.892500', '150315.352500', '150315.812500', '150316.272500', '150316.732500', '150317.192500', '150317.652500', '150318.112500', '150318.572500', '150319.032500', '150319.492500', '150319.952500', '150320.412500', '150320.872500', '150321.332500', '150321.792500', '150322.252500', '150322.712500', '150323.172500', '150323.632500', '150324.092500', '150324.552500', '150325.012500', '150325.472500', '150325.932500', '150326.392500', '150326.852500', '150327.312500', '150327.772500', '150328.232500', '150328.692500', '150329.152500', '150329.612500', '150330.072500', '150330.532500', '150330.992500', '150331.452500', '150331.912500', '150332.372500', '150332.832500', '150333.292500', '150333.752500', '150334.212500', '150334.672500', '150335.132500', '150335.592500', '150336.052500', '150336.512500', '150336.972500', '150337.432500', '150337.892500', '150338.352500', '150338.812500', '150339.272500', '150339.732500', '150340.192500', '150340.652500', '150341.112500', '150341.572500', '150342.032500', '150342.492500', '150342.952500', '150343.412500', '150343.872500', '150344.332500', '150344.792500', '150345.252500', '150345.712500', '150346.172500', '150346.632500', '150347.092500', '150347.552500', '150348.012500', '150348.472500', '150348.932500', '150349.392500', '150349.852500', '150350.312500', '150350.772500', '150351.232500', '150351.692500', '150352.152500', '150352.612500', '150353.072500', '150353.532500', '150353.992500', '150354.452500', '150354.912500', '150355.372500', '150355.832500', '150356.292500', '150356.752500', '150357.212500', '150357.672500', '150358.132500', '150358.592500', '150359.052500', '150359.512500', '150359.972500', '150400.432500', '150400.892500', '150401.352500', '150401.812500', '150402.272500', '150402.732500', '150403.192500', '150403.652500', '150404.112500', '150404.572500', '150405.032500', '150405.492500', '150405.952500', '150406.412500', '150406.872500', '150407.332500', '150407.792500', '150408.252500', '150408.712500', '150409.172500', '150409.632500', '150410.092500', '150410.552500', '150411.012500', '150411.472500', '150411.932500', '150412.392500', '150412.852500', '150413.312500', '150413.772500', '150414.232500', '150414.692500', '150415.152500', '150415.612500', '150416.072500', '150416.532500', '150416.992500', '150417.452500', '150417.912500', '150418.372500', '150418.832500', '150419.292500', '150419.752500', '150420.212500', '150420.672500', '150421.132500', '150421.592500', '150422.052500', '150422.512500', '150422.972500', '150423.432500', '150423.892500', '150424.352500', '150424.812500', '150425.272500', '150425.732500', '150426.192500', '150426.652500', '150427.112500', '150427.572500', '150428.032500', '150428.492500', '150428.952500', '150429.412500', '150429.872500', '150430.332500', '150430.792500', '150431.252500', '150431.712500', '150432.172500', '150432.632500', '150433.092500', '150433.552500', '150434.012500', '150434.472500', '150434.932500', '150435.392500', '150435.852500', '150436.312500', '150436.772500', '150437.232500', '150437.692500', '150438.152500', '150438.612500', '150439.072500', '150439.532500', '150439.992500', '150440.452500', '150440.912500', '150441.372500', '150441.832500', '150442.292500', '150442.752500', '150443.212500', '150443.672500', '150444.132500', '150444.592500', '150445.052500', '150445.512500', '150445.972500', '150446.432500', '150446.892500', '150447.352500', '150447.812500', '150448.272500', '150448.732500', '150449.192500', '150449.652500', '150450.112500', '150450.572500', '150451.032500', '150451.492500', '150451.952500', '150452.412500', '150452.872500', '150453.332500', '150453.792500', '150454.252500', '150454.712500', '150455.172500', '150455.632500', '150456.092500', '150456.552500', '150457.012500', '150457.472500', '150457.932500', '150458.392500', '150458.852500', '150459.312500', '150459.772500', '150500.232500', '150500.692500', '150501.152500', '150501.612500', '150502.072500', '150502.532500', '150502.992500', '150503.452500', '150503.912500', '150504.372500', '150504.832500', '150505.292500'], 'ContentTime': ['145738.227000', '145738.231000', '145738.234000', '145738.237000', '145738.240000', '145738.243000', '145738.246000', '145738.256000', '145738.259000', '145738.262000', '145738.265000', '145738.268000', '145738.271000', '145738.274000', '145738.277000', '145738.280000', '145738.283000', '145738.286000', '145738.289000', '145738.293000', '145738.296000', '145738.300000', '145738.302000', '145738.306000', '145738.309000', '145738.312000', '145738.315000', '145738.318000', '145738.321000', '145738.324000', '145738.327000', '145738.330000', '145738.333000', '145738.336000', '145738.339000', '145738.342000', '145738.346000', '145738.352000', '145738.356000', '145738.359000', '145738.362000', '145738.365000', '145758.195000', '145758.198000', '145758.201000', '145758.204000', '145758.207000', '145758.210000', '145758.213000', '145758.216000', '145758.219000', '145758.222000', '145758.225000', '145758.228000', '145758.232000', '145758.235000', '145758.238000', '145758.241000', '145758.244000', '145758.247000', '145758.250000', '145758.252000', '145758.255000', '145758.258000', '145758.261000', '145758.264000', '145758.267000', '145758.271000', '145758.274000', '145758.277000', '145758.280000', '145758.283000', '145758.286000', '145758.289000', '145758.292000', '145758.295000', '145758.298000', '145758.301000', '145758.304000', '145758.307000', '145758.310000', '145758.320000', '145758.323000', '145758.326000', '145758.342000', '145758.345000', '145818.194000', '145818.197000', '145818.200000', '145818.203000', '145818.206000', '145818.208000', '145818.211000', '145818.214000', '145818.217000', '145818.220000', '145818.222000', '145818.225000', '145818.228000', '145818.231000', '145818.234000', '145818.237000', '145818.240000', '145818.243000', '145818.245000', '145818.248000', '145818.251000', '145818.254000', '145818.257000', '145818.260000', '145818.263000', '145818.266000', '145818.269000', '145818.271000', '145818.274000', '145818.277000', '145818.280000', '145818.283000', '145818.286000', '145818.289000', '145818.291000', '145818.294000', '145818.297000', '145818.300000', '145818.303000', '145818.306000', '145818.309000', '145818.312000', '145818.314000', '145838.194000', '145838.197000', '145838.200000', '145838.202000', '145838.205000', '145838.208000', '145838.211000', '145838.214000', '145838.217000', '145838.220000', '145838.223000', '145838.225000', '145838.228000', '145838.231000', '145838.234000', '145838.237000', '145838.240000', '145838.243000', '145838.246000', '145838.248000', '145838.251000', '145838.254000', '145838.257000', '145838.260000', '145838.263000', '145838.265000', '145838.268000', '145838.277000', '145838.280000', '145838.283000', '145838.286000', '145838.289000', '145838.292000', '145838.295000', '145838.297000', '145838.300000', '145838.303000', '145838.306000', '145838.309000', '145838.312000', '145838.315000', '145838.318000', '145838.320000', '145838.323000', '145858.195000', '145858.198000', '145858.201000', '145858.204000', '145858.206000', '145858.209000', '145858.212000', '145858.215000', '145858.218000', '145858.221000', '145858.224000', '145858.226000', '145858.229000', '145858.232000', '145858.235000', '145858.238000', '145858.241000', '145858.244000', '145858.247000', '145858.250000', '145858.252000', '145858.255000', '145858.258000', '145858.261000', '145858.264000', '145858.267000', '145858.270000', '145858.272000', '145858.275000', '145858.278000', '145858.281000', '145858.284000', '145858.287000', '145858.289000', '145858.292000', '145858.295000', '145858.298000', '145858.301000', '145858.304000', '145858.307000', '145858.310000', '145858.313000', '145858.315000', '145918.195000', '145918.198000', '145918.201000', '145918.204000', '145918.207000', '145918.210000', '145918.212000', '145918.215000', '145918.218000', '145918.221000', '145918.224000', '145918.227000', '145918.230000', '145918.232000', '145918.235000', '145918.238000', '145918.241000', '145918.244000', '145918.247000', '145918.250000', '145918.253000', '145918.255000', '145918.258000', '145918.261000', '145918.264000', '145918.267000', '145918.270000', '145918.273000', '145918.276000', '145918.278000', '145918.281000', '145918.284000', '145918.287000', '145918.297000', '145918.300000', '145918.303000', '145918.305000', '145918.308000', '145918.311000', '145918.314000', '145918.317000', '145918.320000', '145918.323000', '145918.325000', '145938.195000', '145938.198000', '145938.201000', '145938.204000', '145938.207000', '145938.210000', '145938.212000', '145938.215000', '145938.218000', '145938.221000', '145938.224000', '145938.227000', '145938.230000', '145938.232000', '145938.235000', '145938.238000', '145938.241000', '145938.244000', '145938.247000', '145938.250000', '145938.253000', '145938.255000', '145938.258000', '145938.261000', '145938.264000', '145938.267000', '145938.270000', '145938.273000', '145938.276000', '145938.278000', '145938.281000', '145938.284000', '145938.287000', '145938.290000', '145938.293000', '145938.296000', '145938.298000', '145938.314000', '145938.317000', '145938.320000', '145938.323000', '145938.326000', '145938.329000', '145958.196000', '145958.298000', '145958.301000', '145958.304000', '145958.306000', '145958.309000', '145958.312000', '145958.315000', '145958.318000', '145958.321000', '145958.324000', '145958.327000', '145958.330000', '145958.332000', '145958.335000', '145958.338000', '145958.341000', '145958.344000', '145958.347000', '145958.350000', '145958.352000', '145958.355000', '145958.358000', '145958.361000', '145958.364000', '145958.367000', '145958.370000', '145958.373000', '145958.375000', '145958.378000', '145958.381000', '145958.384000', '145958.387000', '145958.390000', '145958.393000', '145958.395000', '145958.398000', '145958.401000', '145958.404000', '145958.407000', '145958.410000', '145958.413000', '145958.416000', '150018.195000', '150018.198000', '150018.201000', '150018.204000', '150018.206000', '150018.209000', '150018.212000', '150018.215000', '150018.218000', '150018.221000', '150018.224000', '150018.227000', '150018.230000', '150018.233000', '150018.236000', '150018.238000', '150018.241000', '150018.244000', '150018.247000', '150018.250000', '150018.253000', '150018.256000', '150018.259000', '150018.262000', '150018.264000', '150018.267000', '150018.270000', '150018.273000', '150018.276000', '150018.279000', '150018.282000', '150018.285000', '150018.288000', '150018.290000', '150018.293000', '150018.296000', '150018.299000', '150018.302000', '150018.305000', '150018.308000', '150018.311000', '150018.314000', '150018.316000', '150018.319000', '150038.194000', '150038.197000', '150038.200000', '150038.205000', '150038.209000', '150038.212000', '150038.215000', '150038.218000', '150038.221000', '150038.223000', '150038.226000', '150038.229000', '150038.232000', '150038.235000', '150038.238000', '150038.241000', '150038.244000', '150038.246000', '150038.249000', '150038.252000', '150038.255000', '150038.258000', '150038.261000', '150038.264000', '150038.266000', '150038.269000', '150038.272000', '150038.275000', '150038.278000', '150038.281000', '150038.284000', '150038.287000', '150038.289000', '150038.292000', '150038.295000', '150038.298000', '150038.301000', '150038.304000', '150038.307000', '150038.310000', '150038.312000', '150038.315000', '150038.318000', '150058.194000', '150058.235000', '150058.238000', '150058.241000', '150058.244000', '150058.246000', '150058.249000', '150058.252000', '150058.255000', '150058.258000', '150058.261000', '150058.264000', '150058.266000', '150058.269000', '150058.272000', '150058.275000', '150058.278000', '150058.281000', '150058.284000', '150058.287000', '150058.290000', '150058.292000', '150058.295000', '150058.298000', '150058.301000', '150058.304000', '150058.307000', '150058.310000', '150058.313000', '150058.316000', '150058.318000', '150058.321000', '150058.324000', '150058.327000', '150058.330000', '150058.333000', '150058.336000', '150058.339000', '150058.341000', '150058.344000', '150058.347000', '150058.350000', '150058.353000', '150058.356000', '150118.195000', '150118.198000', '150118.201000', '150118.204000', '150118.207000', '150118.210000', '150118.212000', '150118.215000', '150118.218000', '150118.221000', '150118.225000', '150118.228000', '150118.231000', '150118.234000', '150118.237000', '150118.240000', '150118.243000', '150118.246000', '150118.248000', '150118.266000', '150118.269000', '150118.271000', '150118.274000', '150118.277000', '150118.280000', '150118.283000', '150118.286000', '150118.289000', '150118.292000', '150118.294000', '150118.297000', '150118.300000', '150118.303000', '150118.306000', '150118.309000', '150118.312000', '150118.315000', '150118.317000', '150118.320000', '150118.323000', '150118.326000', '150118.329000', '150118.332000', '150138.195000', '150138.198000', '150138.201000', '150138.204000', '150138.207000', '150138.210000', '150138.213000', '150138.215000', '150138.218000', '150138.221000', '150138.224000', '150138.227000', '150138.230000', '150138.232000', '150138.235000', '150138.238000', '150138.241000', '150138.244000', '150138.247000', '150138.250000', '150138.253000', '150138.256000', '150138.259000', '150138.261000', '150138.264000', '150138.267000', '150138.270000', '150138.273000', '150138.276000', '150138.279000', '150138.282000', '150138.284000', '150138.287000', '150138.290000', '150138.293000', '150138.296000', '150138.299000', '150138.302000', '150138.305000', '150138.308000', '150138.310000', '150138.313000', '150138.316000', '150138.319000', '150158.195000', '150158.198000', '150158.201000', '150158.204000', '150158.206000', '150158.209000', '150158.212000', '150158.215000', '150158.218000', '150158.221000', '150158.224000', '150158.227000', '150158.230000', '150158.232000', '150158.235000', '150158.238000', '150158.241000', '150158.244000', '150158.247000', '150158.250000', '150158.253000', '150158.256000', '150158.260000', '150158.265000', '150158.268000', '150158.271000', '150158.274000', '150158.276000', '150158.279000', '150158.282000', '150158.285000', '150158.288000', '150158.291000', '150158.294000', '150158.297000', '150158.300000', '150158.302000', '150158.305000', '150158.308000', '150158.311000', '150158.314000', '150158.317000', '150158.320000', '150218.195000', '150218.214000', '150218.217000', '150218.220000', '150218.223000', '150218.226000', '150218.229000', '150218.232000', '150218.234000', '150218.237000', '150218.240000', '150218.243000', '150218.246000', '150218.249000', '150218.252000', '150218.255000', '150218.258000', '150218.261000', '150218.264000', '150218.266000', '150218.269000', '150218.272000', '150218.275000', '150218.278000', '150218.281000', '150218.284000', '150218.287000', '150218.290000', '150218.292000', '150218.295000', '150218.298000', '150218.301000', '150218.304000', '150218.307000', '150218.310000', '150218.313000', '150218.316000', '150218.318000', '150218.321000', '150218.324000', '150218.327000', '150218.330000', '150218.333000', '150218.336000', '150238.195000', '150238.203000', '150238.207000', '150238.210000', '150238.213000', '150238.216000', '150238.219000', '150238.221000', '150238.224000', '150238.227000', '150238.230000', '150238.233000', '150238.236000', '150238.239000', '150238.241000', '150238.245000', '150238.247000', '150238.250000', '150238.253000', '150238.256000', '150238.259000', '150238.262000', '150238.265000', '150238.268000', '150238.273000', '150238.277000', '150238.280000', '150238.283000', '150238.286000', '150238.289000', '150238.292000', '150238.295000', '150238.297000', '150238.300000', '150238.303000', '150238.306000', '150238.309000', '150238.312000', '150238.314000', '150238.317000', '150238.320000', '150238.323000', '150238.326000', '150258.194000', '150258.197000', '150258.200000', '150258.203000', '150258.206000', '150258.208000', '150258.211000', '150258.214000', '150258.217000', '150258.220000', '150258.223000', '150258.226000', '150258.228000', '150258.231000', '150258.234000', '150258.237000', '150258.240000', '150258.243000', '150258.246000', '150258.249000', '150258.252000', '150258.254000', '150258.257000', '150258.260000', '150258.263000', '150258.266000', '150258.269000', '150258.277000', '150258.280000', '150258.283000', '150258.285000', '150258.288000', '150258.291000', '150258.294000', '150258.297000', '150258.300000', '150258.302000', '150258.305000', '150258.308000', '150258.311000', '150258.314000', '150258.317000', '150258.320000', '150258.323000', '150318.194000', '150318.197000', '150318.200000', '150318.203000', '150318.206000', '150318.209000', '150318.211000', '150318.214000', '150318.217000', '150318.220000', '150318.223000', '150318.226000', '150318.229000', '150318.232000', '150318.235000', '150318.237000', '150318.240000', '150318.243000', '150318.246000', '150318.249000', '150318.252000', '150318.255000', '150318.257000', '150318.260000', '150318.263000', '150318.266000', '150318.269000', '150318.272000', '150318.275000', '150318.278000', '150318.280000', '150318.283000', '150318.287000', '150318.290000', '150318.293000', '150318.296000', '150318.298000', '150318.301000', '150318.304000', '150318.307000', '150318.310000', '150318.313000', '150318.316000', '150338.195000', '150338.201000', '150338.204000', '150338.207000', '150338.210000', '150338.213000', '150338.215000', '150338.218000', '150338.221000', '150338.224000', '150338.227000', '150338.230000', '150338.233000', '150338.236000', '150338.239000', '150338.241000', '150338.244000', '150338.247000', '150338.250000', '150338.253000', '150338.256000', '150338.259000', '150338.261000', '150338.264000', '150338.267000', '150338.270000', '150338.273000', '150338.276000', '150338.279000', '150338.282000', '150338.284000', '150338.287000', '150338.290000', '150338.293000', '150338.296000', '150338.299000', '150338.302000', '150338.304000', '150338.307000', '150338.310000', '150338.313000', '150338.316000', '150338.319000', '150338.321000', '150358.195000', '150358.200000', '150358.203000', '150358.206000', '150358.209000', '150358.212000', '150358.215000', '150358.218000', '150358.221000', '150358.223000', '150358.226000', '150358.229000', '150358.232000', '150358.235000', '150358.238000', '150358.241000', '150358.244000', '150358.247000', '150358.250000', '150358.253000', '150358.256000', '150358.259000', '150358.262000', '150358.265000', '150358.268000', '150358.271000', '150358.274000', '150358.276000', '150358.279000', '150358.282000', '150358.285000', '150358.288000', '150358.291000', '150358.293000', '150358.296000', '150358.299000', '150358.302000', '150358.305000', '150358.308000', '150358.311000', '150358.314000', '150358.317000', '150358.321000', '150418.195000', '150418.198000', '150418.201000', '150418.204000', '150418.207000', '150418.210000', '150418.212000', '150418.215000', '150418.218000', '150418.221000', '150418.224000', '150418.227000', '150418.230000', '150418.233000', '150418.235000', '150418.238000', '150418.241000', '150418.244000', '150418.247000', '150418.250000', '150418.253000', '150418.256000', '150418.259000', '150418.262000', '150418.264000', '150418.267000', '150418.270000', '150418.273000', '150418.276000', '150418.279000', '150418.282000', '150418.285000', '150418.288000', '150418.291000', '150418.293000', '150418.296000', '150418.299000', '150418.302000', '150418.305000', '150418.308000', '150418.311000', '150418.314000', '150418.317000', '150418.320000', '150438.195000', '150438.203000', '150438.206000', '150438.209000', '150438.211000', '150438.214000', '150438.217000', '150438.220000', '150438.223000', '150438.226000', '150438.229000', '150438.231000', '150438.234000', '150438.237000', '150438.240000', '150438.243000', '150438.246000', '150438.249000', '150438.251000', '150438.254000', '150438.257000', '150438.260000', '150438.263000', '150438.266000', '150438.269000', '150438.272000', '150438.275000', '150438.278000', '150438.280000', '150438.283000', '150438.286000', '150438.289000', '150438.292000', '150438.295000', '150438.298000', '150438.300000', '150438.303000', '150438.306000', '150438.309000', '150438.312000', '150438.315000', '150438.318000', '150438.321000', '150458.195000', '150458.198000', '150458.201000', '150458.204000', '150458.207000', '150458.210000', '150458.213000', '150458.215000', '150458.218000', '150458.221000', '150458.224000', '150458.227000', '150458.230000', '150458.233000', '150458.236000', '150458.239000', '150458.242000', '150458.244000', '150458.247000', '150458.250000', '150458.253000', '150458.256000', '150458.259000', '150458.262000', '150458.265000', '150458.268000', '150458.271000', '150458.273000', '150458.276000', '150458.279000', '150458.282000', '150458.285000', '150458.288000', '150458.291000', '150458.293000', '150458.296000', '150458.299000', '150458.302000', '150458.305000', '150458.308000', '150458.311000', '150458.314000', '150458.317000', '150458.319000', '150505.980000', '150505.984000', '150505.987000', '150505.990000', '150505.994000', '150505.997000', '150505.999000', '150506.003000', '150506.006000', '150506.009000', '150506.012000', '150506.016000', '150506.019000', '150506.022000', '150506.026000', '150506.029000', '150506.032000'], 'InstanceCreationTime': ['145738.227000', '145738.231000', '145738.234000', '145738.237000', '145738.240000', '145738.243000', '145738.246000', '145738.256000', '145738.259000', '145738.262000', '145738.265000', '145738.268000', '145738.271000', '145738.274000', '145738.277000', '145738.280000', '145738.283000', '145738.286000', '145738.289000', '145738.293000', '145738.296000', '145738.300000', '145738.302000', '145738.306000', '145738.309000', '145738.312000', '145738.315000', '145738.318000', '145738.321000', '145738.324000', '145738.327000', '145738.330000', '145738.333000', '145738.336000', '145738.339000', '145738.342000', '145738.346000', '145738.352000', '145738.356000', '145738.359000', '145738.362000', '145738.365000', '145758.195000', '145758.198000', '145758.201000', '145758.204000', '145758.207000', '145758.210000', '145758.213000', '145758.216000', '145758.219000', '145758.222000', '145758.225000', '145758.228000', '145758.232000', '145758.235000', '145758.238000', '145758.241000', '145758.244000', '145758.247000', '145758.250000', '145758.252000', '145758.255000', '145758.258000', '145758.261000', '145758.264000', '145758.267000', '145758.271000', '145758.274000', '145758.277000', '145758.280000', '145758.283000', '145758.286000', '145758.289000', '145758.292000', '145758.295000', '145758.298000', '145758.301000', '145758.304000', '145758.307000', '145758.310000', '145758.320000', '145758.323000', '145758.326000', '145758.342000', '145758.345000', '145818.194000', '145818.197000', '145818.200000', '145818.203000', '145818.206000', '145818.208000', '145818.211000', '145818.214000', '145818.217000', '145818.220000', '145818.222000', '145818.225000', '145818.228000', '145818.231000', '145818.234000', '145818.237000', '145818.240000', '145818.243000', '145818.245000', '145818.248000', '145818.251000', '145818.254000', '145818.257000', '145818.260000', '145818.263000', '145818.266000', '145818.269000', '145818.271000', '145818.274000', '145818.277000', '145818.280000', '145818.283000', '145818.286000', '145818.289000', '145818.291000', '145818.294000', '145818.297000', '145818.300000', '145818.303000', '145818.306000', '145818.309000', '145818.312000', '145818.314000', '145838.194000', '145838.197000', '145838.200000', '145838.202000', '145838.205000', '145838.208000', '145838.211000', '145838.214000', '145838.217000', '145838.220000', '145838.223000', '145838.225000', '145838.228000', '145838.231000', '145838.234000', '145838.237000', '145838.240000', '145838.243000', '145838.246000', '145838.248000', '145838.251000', '145838.254000', '145838.257000', '145838.260000', '145838.263000', '145838.265000', '145838.268000', '145838.277000', '145838.280000', '145838.283000', '145838.286000', '145838.289000', '145838.292000', '145838.295000', '145838.297000', '145838.300000', '145838.303000', '145838.306000', '145838.309000', '145838.312000', '145838.315000', '145838.318000', '145838.320000', '145838.323000', '145858.195000', '145858.198000', '145858.201000', '145858.204000', '145858.206000', '145858.209000', '145858.212000', '145858.215000', '145858.218000', '145858.221000', '145858.224000', '145858.226000', '145858.229000', '145858.232000', '145858.235000', '145858.238000', '145858.241000', '145858.244000', '145858.247000', '145858.250000', '145858.252000', '145858.255000', '145858.258000', '145858.261000', '145858.264000', '145858.267000', '145858.270000', '145858.272000', '145858.275000', '145858.278000', '145858.281000', '145858.284000', '145858.287000', '145858.289000', '145858.292000', '145858.295000', '145858.298000', '145858.301000', '145858.304000', '145858.307000', '145858.310000', '145858.313000', '145858.315000', '145918.195000', '145918.198000', '145918.201000', '145918.204000', '145918.207000', '145918.210000', '145918.212000', '145918.215000', '145918.218000', '145918.221000', '145918.224000', '145918.227000', '145918.230000', '145918.232000', '145918.235000', '145918.238000', '145918.241000', '145918.244000', '145918.247000', '145918.250000', '145918.253000', '145918.255000', '145918.258000', '145918.261000', '145918.264000', '145918.267000', '145918.270000', '145918.273000', '145918.276000', '145918.278000', '145918.281000', '145918.284000', '145918.287000', '145918.297000', '145918.300000', '145918.303000', '145918.305000', '145918.308000', '145918.311000', '145918.314000', '145918.317000', '145918.320000', '145918.323000', '145918.325000', '145938.195000', '145938.198000', '145938.201000', '145938.204000', '145938.207000', '145938.210000', '145938.212000', '145938.215000', '145938.218000', '145938.221000', '145938.224000', '145938.227000', '145938.230000', '145938.232000', '145938.235000', '145938.238000', '145938.241000', '145938.244000', '145938.247000', '145938.250000', '145938.253000', '145938.255000', '145938.258000', '145938.261000', '145938.264000', '145938.267000', '145938.270000', '145938.273000', '145938.276000', '145938.278000', '145938.281000', '145938.284000', '145938.287000', '145938.290000', '145938.293000', '145938.296000', '145938.298000', '145938.314000', '145938.317000', '145938.320000', '145938.323000', '145938.326000', '145938.329000', '145958.196000', '145958.298000', '145958.301000', '145958.304000', '145958.306000', '145958.309000', '145958.312000', '145958.315000', '145958.318000', '145958.321000', '145958.324000', '145958.327000', '145958.330000', '145958.332000', '145958.335000', '145958.338000', '145958.341000', '145958.344000', '145958.347000', '145958.350000', '145958.352000', '145958.355000', '145958.358000', '145958.361000', '145958.364000', '145958.367000', '145958.370000', '145958.373000', '145958.375000', '145958.378000', '145958.381000', '145958.384000', '145958.387000', '145958.390000', '145958.393000', '145958.395000', '145958.398000', '145958.401000', '145958.404000', '145958.407000', '145958.410000', '145958.413000', '145958.416000', '150018.195000', '150018.198000', '150018.201000', '150018.204000', '150018.206000', '150018.209000', '150018.212000', '150018.215000', '150018.218000', '150018.221000', '150018.224000', '150018.227000', '150018.230000', '150018.233000', '150018.236000', '150018.238000', '150018.241000', '150018.244000', '150018.247000', '150018.250000', '150018.253000', '150018.256000', '150018.259000', '150018.262000', '150018.264000', '150018.267000', '150018.270000', '150018.273000', '150018.276000', '150018.279000', '150018.282000', '150018.285000', '150018.288000', '150018.290000', '150018.293000', '150018.296000', '150018.299000', '150018.302000', '150018.305000', '150018.308000', '150018.311000', '150018.314000', '150018.316000', '150018.319000', '150038.194000', '150038.197000', '150038.200000', '150038.205000', '150038.209000', '150038.212000', '150038.215000', '150038.218000', '150038.221000', '150038.223000', '150038.226000', '150038.229000', '150038.232000', '150038.235000', '150038.238000', '150038.241000', '150038.244000', '150038.246000', '150038.249000', '150038.252000', '150038.255000', '150038.258000', '150038.261000', '150038.264000', '150038.266000', '150038.269000', '150038.272000', '150038.275000', '150038.278000', '150038.281000', '150038.284000', '150038.287000', '150038.289000', '150038.292000', '150038.295000', '150038.298000', '150038.301000', '150038.304000', '150038.307000', '150038.310000', '150038.312000', '150038.315000', '150038.318000', '150058.194000', '150058.235000', '150058.238000', '150058.241000', '150058.244000', '150058.246000', '150058.249000', '150058.252000', '150058.255000', '150058.258000', '150058.261000', '150058.264000', '150058.266000', '150058.269000', '150058.272000', '150058.275000', '150058.278000', '150058.281000', '150058.284000', '150058.287000', '150058.290000', '150058.292000', '150058.295000', '150058.298000', '150058.301000', '150058.304000', '150058.307000', '150058.310000', '150058.313000', '150058.316000', '150058.318000', '150058.321000', '150058.324000', '150058.327000', '150058.330000', '150058.333000', '150058.336000', '150058.339000', '150058.341000', '150058.344000', '150058.347000', '150058.350000', '150058.353000', '150058.356000', '150118.195000', '150118.198000', '150118.201000', '150118.204000', '150118.207000', '150118.210000', '150118.212000', '150118.215000', '150118.218000', '150118.221000', '150118.225000', '150118.228000', '150118.231000', '150118.234000', '150118.237000', '150118.240000', '150118.243000', '150118.246000', '150118.248000', '150118.266000', '150118.269000', '150118.271000', '150118.274000', '150118.277000', '150118.280000', '150118.283000', '150118.286000', '150118.289000', '150118.292000', '150118.294000', '150118.297000', '150118.300000', '150118.303000', '150118.306000', '150118.309000', '150118.312000', '150118.315000', '150118.317000', '150118.320000', '150118.323000', '150118.326000', '150118.329000', '150118.332000', '150138.195000', '150138.198000', '150138.201000', '150138.204000', '150138.207000', '150138.210000', '150138.213000', '150138.215000', '150138.218000', '150138.221000', '150138.224000', '150138.227000', '150138.230000', '150138.232000', '150138.235000', '150138.238000', '150138.241000', '150138.244000', '150138.247000', '150138.250000', '150138.253000', '150138.256000', '150138.259000', '150138.261000', '150138.264000', '150138.267000', '150138.270000', '150138.273000', '150138.276000', '150138.279000', '150138.282000', '150138.284000', '150138.287000', '150138.290000', '150138.293000', '150138.296000', '150138.299000', '150138.302000', '150138.305000', '150138.308000', '150138.310000', '150138.313000', '150138.316000', '150138.319000', '150158.195000', '150158.198000', '150158.201000', '150158.204000', '150158.206000', '150158.209000', '150158.212000', '150158.215000', '150158.218000', '150158.221000', '150158.224000', '150158.227000', '150158.230000', '150158.232000', '150158.235000', '150158.238000', '150158.241000', '150158.244000', '150158.247000', '150158.250000', '150158.253000', '150158.256000', '150158.260000', '150158.265000', '150158.268000', '150158.271000', '150158.274000', '150158.276000', '150158.279000', '150158.282000', '150158.285000', '150158.288000', '150158.291000', '150158.294000', '150158.297000', '150158.300000', '150158.302000', '150158.305000', '150158.308000', '150158.311000', '150158.314000', '150158.317000', '150158.320000', '150218.195000', '150218.214000', '150218.217000', '150218.220000', '150218.223000', '150218.226000', '150218.229000', '150218.232000', '150218.234000', '150218.237000', '150218.240000', '150218.243000', '150218.246000', '150218.249000', '150218.252000', '150218.255000', '150218.258000', '150218.261000', '150218.264000', '150218.266000', '150218.269000', '150218.272000', '150218.275000', '150218.278000', '150218.281000', '150218.284000', '150218.287000', '150218.290000', '150218.292000', '150218.295000', '150218.298000', '150218.301000', '150218.304000', '150218.307000', '150218.310000', '150218.313000', '150218.316000', '150218.318000', '150218.321000', '150218.324000', '150218.327000', '150218.330000', '150218.333000', '150218.336000', '150238.195000', '150238.203000', '150238.207000', '150238.210000', '150238.213000', '150238.216000', '150238.219000', '150238.221000', '150238.224000', '150238.227000', '150238.230000', '150238.233000', '150238.236000', '150238.239000', '150238.241000', '150238.245000', '150238.247000', '150238.250000', '150238.253000', '150238.256000', '150238.259000', '150238.262000', '150238.265000', '150238.268000', '150238.273000', '150238.277000', '150238.280000', '150238.283000', '150238.286000', '150238.289000', '150238.292000', '150238.295000', '150238.297000', '150238.300000', '150238.303000', '150238.306000', '150238.309000', '150238.312000', '150238.314000', '150238.317000', '150238.320000', '150238.323000', '150238.326000', '150258.194000', '150258.197000', '150258.200000', '150258.203000', '150258.206000', '150258.208000', '150258.211000', '150258.214000', '150258.217000', '150258.220000', '150258.223000', '150258.226000', '150258.228000', '150258.231000', '150258.234000', '150258.237000', '150258.240000', '150258.243000', '150258.246000', '150258.249000', '150258.252000', '150258.254000', '150258.257000', '150258.260000', '150258.263000', '150258.266000', '150258.269000', '150258.277000', '150258.280000', '150258.283000', '150258.285000', '150258.288000', '150258.291000', '150258.294000', '150258.297000', '150258.300000', '150258.302000', '150258.305000', '150258.308000', '150258.311000', '150258.314000', '150258.317000', '150258.320000', '150258.323000', '150318.194000', '150318.197000', '150318.200000', '150318.203000', '150318.206000', '150318.209000', '150318.211000', '150318.214000', '150318.217000', '150318.220000', '150318.223000', '150318.226000', '150318.229000', '150318.232000', '150318.235000', '150318.237000', '150318.240000', '150318.243000', '150318.246000', '150318.249000', '150318.252000', '150318.255000', '150318.257000', '150318.260000', '150318.263000', '150318.266000', '150318.269000', '150318.272000', '150318.275000', '150318.278000', '150318.280000', '150318.283000', '150318.287000', '150318.290000', '150318.293000', '150318.296000', '150318.298000', '150318.301000', '150318.304000', '150318.307000', '150318.310000', '150318.313000', '150318.316000', '150338.195000', '150338.201000', '150338.204000', '150338.207000', '150338.210000', '150338.213000', '150338.215000', '150338.218000', '150338.221000', '150338.224000', '150338.227000', '150338.230000', '150338.233000', '150338.236000', '150338.239000', '150338.241000', '150338.244000', '150338.247000', '150338.250000', '150338.253000', '150338.256000', '150338.259000', '150338.261000', '150338.264000', '150338.267000', '150338.270000', '150338.273000', '150338.276000', '150338.279000', '150338.282000', '150338.284000', '150338.287000', '150338.290000', '150338.293000', '150338.296000', '150338.299000', '150338.302000', '150338.304000', '150338.307000', '150338.310000', '150338.313000', '150338.316000', '150338.319000', '150338.321000', '150358.195000', '150358.200000', '150358.203000', '150358.206000', '150358.209000', '150358.212000', '150358.215000', '150358.218000', '150358.221000', '150358.223000', '150358.226000', '150358.229000', '150358.232000', '150358.235000', '150358.238000', '150358.241000', '150358.244000', '150358.247000', '150358.250000', '150358.253000', '150358.256000', '150358.259000', '150358.262000', '150358.265000', '150358.268000', '150358.271000', '150358.274000', '150358.276000', '150358.279000', '150358.282000', '150358.285000', '150358.288000', '150358.291000', '150358.293000', '150358.296000', '150358.299000', '150358.302000', '150358.305000', '150358.308000', '150358.311000', '150358.314000', '150358.317000', '150358.321000', '150418.195000', '150418.198000', '150418.201000', '150418.204000', '150418.207000', '150418.210000', '150418.212000', '150418.215000', '150418.218000', '150418.221000', '150418.224000', '150418.227000', '150418.230000', '150418.233000', '150418.235000', '150418.238000', '150418.241000', '150418.244000', '150418.247000', '150418.250000', '150418.253000', '150418.256000', '150418.259000', '150418.262000', '150418.264000', '150418.267000', '150418.270000', '150418.273000', '150418.276000', '150418.279000', '150418.282000', '150418.285000', '150418.288000', '150418.291000', '150418.293000', '150418.296000', '150418.299000', '150418.302000', '150418.305000', '150418.308000', '150418.311000', '150418.314000', '150418.317000', '150418.320000', '150438.195000', '150438.203000', '150438.206000', '150438.209000', '150438.211000', '150438.214000', '150438.217000', '150438.220000', '150438.223000', '150438.226000', '150438.229000', '150438.231000', '150438.234000', '150438.237000', '150438.240000', '150438.243000', '150438.246000', '150438.249000', '150438.251000', '150438.254000', '150438.257000', '150438.260000', '150438.263000', '150438.266000', '150438.269000', '150438.272000', '150438.275000', '150438.278000', '150438.280000', '150438.283000', '150438.286000', '150438.289000', '150438.292000', '150438.295000', '150438.298000', '150438.300000', '150438.303000', '150438.306000', '150438.309000', '150438.312000', '150438.315000', '150438.318000', '150438.321000', '150458.195000', '150458.198000', '150458.201000', '150458.204000', '150458.207000', '150458.210000', '150458.213000', '150458.215000', '150458.218000', '150458.221000', '150458.224000', '150458.227000', '150458.230000', '150458.233000', '150458.236000', '150458.239000', '150458.242000', '150458.244000', '150458.247000', '150458.250000', '150458.253000', '150458.256000', '150458.259000', '150458.262000', '150458.265000', '150458.268000', '150458.271000', '150458.273000', '150458.276000', '150458.279000', '150458.282000', '150458.285000', '150458.288000', '150458.291000', '150458.293000', '150458.296000', '150458.299000', '150458.302000', '150458.305000', '150458.308000', '150458.311000', '150458.314000', '150458.317000', '150458.319000', '150505.980000', '150505.984000', '150505.987000', '150505.990000', '150505.994000', '150505.997000', '150505.999000', '150506.003000', '150506.006000', '150506.009000', '150506.012000', '150506.016000', '150506.019000', '150506.022000', '150506.026000', '150506.029000', '150506.032000'], '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], 'LargestImagePixelValue': [12828, 12155, 12684, 12016, 11321, 14204, 11174, 15485, 10988, 13515, 11011, 13837, 11074, 14763, 12676, 12362, 11161, 12288, 11043, 13576, 11539, 13467, 11900, 12179, 11052, 12125, 12095, 14500, 12436, 11258, 11715, 11197, 12524, 16782, 14049, 15971, 11388, 13629, 11137, 14312, 11266, 17879, 11531, 14733, 11328, 13362, 11558, 14310, 11482, 14417, 11744, 12811, 11674, 12626, 11697, 15204, 11523, 12172, 11236, 12990, 11501, 12480, 11646, 12072, 11892, 12430, 11753, 12189, 15606, 13492, 12265, 11271, 12383, 11358, 15144, 11407, 16012, 11266, 13707, 11398, 13324, 11736, 13244, 11566, 11897, 11543, 12044, 11416, 14484, 11682, 14379, 11393, 13595, 11726, 16483, 11608, 14348, 11866, 13269, 11914, 13555, 11888, 11248, 11807, 11427, 14546, 11629, 15844, 11624, 14554, 11393, 12064, 11658, 11956, 11550, 12178, 11632, 12136, 12017, 11673, 11753, 11392, 12313, 11641, 12144, 11903, 12294, 11466, 12037, 11622, 14690, 12455, 12410, 11928, 12373, 11536, 13946, 11691, 15771, 12304, 12365, 12199, 12419, 11561, 13189, 11357, 14541, 11343, 12729, 11468, 13157, 11287, 13284, 11643, 14168, 11558, 12379, 11428, 13027, 12448, 12149, 11575, 11942, 12206, 11223, 12247, 11254, 14321, 11403, 12643, 11577, 13327, 11498, 12836, 11783, 14759, 11750, 11807, 11764, 13868, 11801, 11636, 11613, 12482, 11595, 13316, 11797, 11766, 11297, 11367, 11446, 12419, 11495, 11407, 11290, 11823, 11451, 12408, 11848, 12374, 11748, 11885, 11413, 12072, 11587, 10617, 11907, 14265, 12011, 14053, 12114, 14920, 12761, 12588, 11655, 11774, 13194, 11668, 18375, 11576, 17128, 11883, 14450, 11897, 13022, 11897, 13210, 11891, 11015, 11937, 12024, 11830, 12520, 12036, 11473, 14853, 11817, 13929, 12126, 12671, 11708, 10861, 11761, 9392, 11622, 11321, 11882, 11656, 11873, 10341, 12058, 12555, 11445, 12448, 12310, 11625, 15421, 11460, 12123, 11618, 11844, 11945, 15160, 11964, 14904, 11983, 12704, 11687, 12128, 11709, 10951, 11743, 13033, 12641, 13061, 11857, 12457, 11850, 12523, 11701, 12008, 13191, 11333, 15042, 11745, 14879, 11874, 11703, 19156, 11599, 18079, 11880, 12355, 16644, 11542, 18324, 11357, 13150, 11751, 10992, 11373, 11169, 11627, 11699, 11553, 12361, 11385, 11647, 13028, 11588, 13368, 11794, 12662, 11407, 13209, 11346, 11553, 14403, 11805, 15392, 11247, 13201, 11461, 10385, 11241, 11316, 11263, 12181, 11510, 12556, 11349, 11776, 11862, 11619, 12501, 11337, 11956, 11692, 12021, 11364, 13121, 10970, 12245, 11395, 14169, 11248, 11762, 11365, 11574, 11197, 16692, 11561, 12983, 11115, 12576, 10991, 12438, 12738, 11111, 15646, 11255, 13127, 11266, 12876, 11103, 12807, 11260, 12117, 11323, 12447, 11078, 12379, 10788, 12318, 11090, 12828, 11127, 13328, 12046, 12487, 12590, 10638, 12046, 10939, 14231, 10928, 14792, 11028, 13481, 10750, 12913, 10865, 15096, 10961, 13660, 10893, 12506, 11056, 15164, 10877, 15874, 10859, 12372, 10839, 11034, 11385, 13254, 11518, 11990, 11177, 11823, 11197, 11362, 11229, 14974, 11473, 11259, 11575, 11725, 11325, 12495, 11844, 11465, 11546, 11472, 11295, 12835, 11747, 13408, 11385, 12286, 11901, 11105, 13560, 10454, 13582, 10367, 12496, 10882, 12167, 10600, 12122, 10191, 14660, 10998, 13277, 10405, 12903, 10487, 13087, 10144, 12788, 11395, 12897, 12238, 11444, 9999, 11650, 11688, 11126, 15837, 11106, 15361, 10826, 15807, 10523, 17163, 10719, 17392, 10177, 15068, 10673, 12503, 10920, 12284, 11385, 12398, 10990, 11252, 10397, 12832, 10691, 16120, 10513, 12320, 10229, 16586, 10295, 17119, 10551, 17257, 10614, 13085, 10810, 12080, 12402, 9933, 17994, 10535, 17776, 10183, 14340, 10611, 12238, 10734, 11227, 11043, 13321, 10895, 13088, 10862, 10737, 15043, 10234, 16477, 10549, 15549, 10470, 13190, 10163, 13897, 10326, 13071, 10452, 15243, 10156, 12400, 10080, 12475, 10512, 12644, 10415, 13923, 10684, 12913, 10946, 13355, 12106, 10873, 14865, 10178, 16070, 10323, 13731, 10348, 13051, 10669, 13060, 10885, 12418, 11698, 10227, 13033, 10156, 13316, 10211, 12920, 10276, 12979, 10165, 11857, 9934, 12467, 10516, 11693, 10742, 13805, 10918, 13595, 11223, 13262, 12283, 12761, 15446, 13135, 11824, 12024, 12261, 10247, 13577, 11695, 13370, 12580, 11737, 10745, 11281, 14182, 11349, 15658, 11356, 13320, 12496, 13572, 15552, 13263, 11064, 10812, 10805, 13250, 10595, 13945, 10773, 13617, 10948, 13680, 10657, 13589, 10728, 16432, 10592, 13417, 10162, 13289, 10732, 14394, 10325, 14255, 10578, 12181, 10390, 11176, 16537, 10782, 14423, 9986, 13434, 10242, 13622, 10629, 13079, 10457, 13549, 10701, 12457, 10084, 12310, 10799, 12732, 10524, 12710, 10535, 13737, 10777, 13417, 10658, 9928, 14088, 10415, 14843, 10146, 12436, 10217, 13214, 10377, 13429, 10415, 14260, 10365, 12433, 10106, 11792, 10508, 13138, 10542, 10536, 10549, 12982, 10846, 13842, 12341, 13245, 11534, 10426, 11610, 10022, 16990, 10293, 15679, 10096, 13156, 10287, 13321, 10049, 12022, 12810, 10128, 12563, 10463, 13616, 10275, 13182, 10213, 13899, 9961, 11356, 10313, 12465, 10518, 12797, 10818, 12258, 11733, 10277, 12126, 10158, 15438, 10513, 15842, 10227, 13907, 10128, 12584, 10340, 15275, 10320, 11937, 10941, 12978, 10802, 12995, 12377, 11980, 13442, 10361, 15721, 9898, 14524, 10528, 14627, 10597, 13005, 10657, 12505, 11090, 14318, 11661, 12882, 11616, 10587, 15737, 10271, 16338, 10634, 14349, 10974, 12926, 10745, 12290, 11803, 11751, 11560, 12122, 11181, 12222, 11522, 11596, 14838, 11626, 12670, 10610, 12816, 10508, 15394, 10714, 15901, 10816, 13998, 10910, 12970, 11134, 12690, 11343, 14554, 11575, 13119, 11932, 13379, 12394, 12726, 12133, 12449, 11932, 13383, 12083, 12478, 12275, 11998, 12273, 12774, 12593, 12753, 12717, 12370, 12878, 11594, 12830, 11160, 14425, 11811, 12773, 12171, 12846, 11265, 12749, 12194, 13633, 12715, 12578, 12342, 12757, 11722, 12702, 12146, 12283, 12623, 12626, 11293, 12757, 12391, 12642, 12059, 12208, 12054, 12764, 11442, 12729, 12444, 12759, 12014, 12504, 12511, 12498, 12067, 13495, 12304, 13131, 11750, 12670, 11688, 13832, 11337, 12452, 11494, 12691, 11818, 12502, 11639, 12500, 11535, 11975, 11464, 12336, 11370, 12835, 11773, 12263, 11654, 13194, 11725, 12555, 11904, 12392, 11616, 12637, 11821, 12439, 11619, 12336, 13492, 11971, 11784, 12049, 12009, 12063, 12171, 11996, 12002, 11759, 11780, 12250, 11668, 11491, 11734, 11636, 11742, 11872, 13022, 12010, 11800, 11960, 11664, 12276, 11871, 12130, 11726, 11680, 12553, 11763, 11556, 11910, 12871, 14712, 12489, 11770, 11769, 12062, 11409, 12661, 11974, 12855, 11894, 12608, 11463, 13199, 11545, 13338, 11358, 12224, 11775, 12415, 11499, 11865, 11840, 13273, 11788, 12458, 11624, 11642, 11988, 12013, 11513, 11801, 11587, 12585, 12219, 11847, 14931, 11789, 12175, 11699, 12417, 12110, 12896, 11712, 12709, 12000, 11809, 11836, 11648, 11606, 12068, 11434, 12576, 12012, 12501, 12138, 12047, 13282, 12221, 14520, 12018, 13208, 11720, 12330, 12017, 11238, 12316, 15403, 12383, 15414, 18678, 14714, 20268, 11633, 18217, 12123, 15684, 12286, 13169, 12253, 11274, 12313, 11334, 12524, 12397, 12249, 11982, 11889, 12153, 11995, 11966, 11422, 11908, 13019, 12104, 13604, 11819, 12716, 11719, 12741, 12191, 12303, 11976, 14531, 11852, 11628, 11977, 12040, 12072, 14408, 12315, 13507, 12207, 12338, 12065, 13520], 'WindowCenter': [4950.0, 4914.0, 4922.0, 4898.0, 4892.0, 4906.0, 4877.0, 4903.0, 4875.0, 4891.0, 4864.0, 4889.0, 4871.0, 4900.0, 4884.0, 4893.0, 4873.0, 4882.0, 4885.0, 4891.0, 4884.0, 4891.0, 4883.0, 4883.0, 4883.0, 4883.0, 4897.0, 4916.0, 4893.0, 4886.0, 4885.0, 4874.0, 4894.0, 4911.0, 4904.0, 4910.0, 4872.0, 4890.0, 4871.0, 4890.0, 4863.0, 4908.0, 4870.0, 4887.0, 4861.0, 4877.0, 4861.0, 4889.0, 4870.0, 4887.0, 4870.0, 4869.0, 4871.0, 4867.0, 4860.0, 4888.0, 4858.0, 4866.0, 4859.0, 4879.0, 4858.0, 4881.0, 4857.0, 4869.0, 4869.0, 4870.0, 4857.0, 4879.0, 4896.0, 4879.0, 4871.0, 4861.0, 4869.0, 4871.0, 4888.0, 4859.0, 4897.0, 4860.0, 4877.0, 4859.0, 4879.0, 4871.0, 4879.0, 4870.0, 4870.0, 4870.0, 4868.0, 4861.0, 4888.0, 4870.0, 4888.0, 4859.0, 4878.0, 4860.0, 4898.0, 4859.0, 4888.0, 4870.0, 4866.0, 4858.0, 4865.0, 4858.0, 4847.0, 4856.0, 4872.0, 4877.0, 4848.0, 4884.0, 4846.0, 4863.0, 4844.0, 4842.0, 4845.0, 4844.0, 4844.0, 4854.0, 4843.0, 4856.0, 4855.0, 4845.0, 4857.0, 4856.0, 4857.0, 4859.0, 4858.0, 4871.0, 4870.0, 4873.0, 4870.0, 4871.0, 4888.0, 4872.0, 4868.0, 4872.0, 4881.0, 4873.0, 4886.0, 4871.0, 4900.0, 4871.0, 4882.0, 4872.0, 4881.0, 4871.0, 4879.0, 4862.0, 4889.0, 4863.0, 4880.0, 4869.0, 4880.0, 4861.0, 4880.0, 4860.0, 4887.0, 4861.0, 4868.0, 4859.0, 4878.0, 4866.0, 4869.0, 4858.0, 4871.0, 4869.0, 4860.0, 4866.0, 4862.0, 4889.0, 4869.0, 4878.0, 4871.0, 4878.0, 4872.0, 4879.0, 4872.0, 4900.0, 4871.0, 4870.0, 4869.0, 4904.0, 4871.0, 4862.0, 4869.0, 4882.0, 4870.0, 4890.0, 4868.0, 4868.0, 4861.0, 4870.0, 4871.0, 4883.0, 4859.0, 4870.0, 4860.0, 4871.0, 4872.0, 4885.0, 4896.0, 4882.0, 4869.0, 4872.0, 4871.0, 4881.0, 4871.0, 4863.0, 4871.0, 4900.0, 4884.0, 4902.0, 4881.0, 4901.0, 4880.0, 4872.0, 4858.0, 4870.0, 4868.0, 4859.0, 4907.0, 4859.0, 4898.0, 4858.0, 4878.0, 4857.0, 4865.0, 4856.0, 4864.0, 4857.0, 4848.0, 4856.0, 4858.0, 4854.0, 4868.0, 4855.0, 4857.0, 4873.0, 4855.0, 4863.0, 4855.0, 4854.0, 4845.0, 4835.0, 4858.0, 4816.0, 4857.0, 4847.0, 4870.0, 4868.0, 4870.0, 4849.0, 4878.0, 4880.0, 4862.0, 4881.0, 4868.0, 4870.0, 4897.0, 4858.0, 4869.0, 4871.0, 4870.0, 4882.0, 4888.0, 4873.0, 4888.0, 4860.0, 4868.0, 4859.0, 4866.0, 4868.0, 4860.0, 4872.0, 4879.0, 4895.0, 4916.0, 4896.0, 4893.0, 4885.0, 4894.0, 4884.0, 4895.0, 4893.0, 4877.0, 4901.0, 4884.0, 4914.0, 4870.0, 4870.0, 4905.0, 4857.0, 4905.0, 4858.0, 4869.0, 4896.0, 4848.0, 4892.0, 4847.0, 4865.0, 4856.0, 4847.0, 4855.0, 4846.0, 4857.0, 4868.0, 4857.0, 4880.0, 4860.0, 4872.0, 4877.0, 4870.0, 4880.0, 4872.0, 4878.0, 4857.0, 4878.0, 4859.0, 4860.0, 4876.0, 4859.0, 4886.0, 4858.0, 4867.0, 4856.0, 4839.0, 4857.0, 4859.0, 4860.0, 4869.0, 4856.0, 4879.0, 4857.0, 4872.0, 4879.0, 4883.0, 4881.0, 4885.0, 4870.0, 4881.0, 4871.0, 4871.0, 4879.0, 4871.0, 4869.0, 4870.0, 4891.0, 4872.0, 4871.0, 4884.0, 4885.0, 4872.0, 4908.0, 4872.0, 4880.0, 4860.0, 4881.0, 4860.0, 4882.0, 4891.0, 4860.0, 4897.0, 4860.0, 4878.0, 4859.0, 4882.0, 4874.0, 4880.0, 4859.0, 4868.0, 4873.0, 4881.0, 4872.0, 4880.0, 4862.0, 4868.0, 4860.0, 4880.0, 4873.0, 4891.0, 4870.0, 4880.0, 4869.0, 4862.0, 4869.0, 4861.0, 4891.0, 4863.0, 4889.0, 4862.0, 4879.0, 4862.0, 4880.0, 4864.0, 4900.0, 4864.0, 4891.0, 4863.0, 4882.0, 4875.0, 4901.0, 4864.0, 4911.0, 4865.0, 4882.0, 4877.0, 4875.0, 4873.0, 4881.0, 4873.0, 4873.0, 4873.0, 4884.0, 4888.0, 4875.0, 4874.0, 4903.0, 4876.0, 4863.0, 4873.0, 4875.0, 4864.0, 4883.0, 4873.0, 4873.0, 4874.0, 4875.0, 4886.0, 4896.0, 4875.0, 4894.0, 4873.0, 4884.0, 4875.0, 4876.0, 4895.0, 4868.0, 4884.0, 4854.0, 4882.0, 4865.0, 4884.0, 4866.0, 4887.0, 4868.0, 4903.0, 4866.0, 4883.0, 4866.0, 4883.0, 4868.0, 4882.0, 4857.0, 4883.0, 4890.0, 4884.0, 4885.0, 4886.0, 4869.0, 4901.0, 4887.0, 4890.0, 4916.0, 4878.0, 4915.0, 4878.0, 4927.0, 4879.0, 4924.0, 4868.0, 4923.0, 4856.0, 4903.0, 4867.0, 4884.0, 4855.0, 4875.0, 4874.0, 4883.0, 4866.0, 4875.0, 4881.0, 4885.0, 4867.0, 4914.0, 4866.0, 4885.0, 4868.0, 4926.0, 4868.0, 4913.0, 4854.0, 4911.0, 4854.0, 4882.0, 4852.0, 4873.0, 4870.0, 4843.0, 4910.0, 4843.0, 4899.0, 4842.0, 4878.0, 4841.0, 4861.0, 4864.0, 4862.0, 4863.0, 4881.0, 4863.0, 4883.0, 4852.0, 4863.0, 4889.0, 4852.0, 4900.0, 4854.0, 4901.0, 4854.0, 4879.0, 4855.0, 4892.0, 4855.0, 4881.0, 4864.0, 4900.0, 4855.0, 4882.0, 4867.0, 4885.0, 4867.0, 4884.0, 4866.0, 4902.0, 4867.0, 4895.0, 4877.0, 4895.0, 4874.0, 4864.0, 4891.0, 4854.0, 4914.0, 4855.0, 4882.0, 4843.0, 4871.0, 4852.0, 4880.0, 4852.0, 4873.0, 4861.0, 4854.0, 4882.0, 4854.0, 4878.0, 4854.0, 4871.0, 4853.0, 4880.0, 4852.0, 4871.0, 4853.0, 4883.0, 4862.0, 4873.0, 4862.0, 4892.0, 4864.0, 4892.0, 4862.0, 4883.0, 4872.0, 4884.0, 4902.0, 4884.0, 4872.0, 4883.0, 4870.0, 4855.0, 4882.0, 4873.0, 4893.0, 4882.0, 4883.0, 4875.0, 4888.0, 4905.0, 4875.0, 4912.0, 4874.0, 4895.0, 4873.0, 4894.0, 4902.0, 4882.0, 4876.0, 4864.0, 4865.0, 4882.0, 4851.0, 4891.0, 4863.0, 4881.0, 4852.0, 4880.0, 4852.0, 4879.0, 4850.0, 4899.0, 4853.0, 4880.0, 4851.0, 4882.0, 4849.0, 4879.0, 4840.0, 4878.0, 4849.0, 4857.0, 4839.0, 4848.0, 4885.0, 4838.0, 4864.0, 4840.0, 4866.0, 4839.0, 4866.0, 4838.0, 4866.0, 4837.0, 4867.0, 4850.0, 4857.0, 4839.0, 4857.0, 4862.0, 4870.0, 4849.0, 4868.0, 4849.0, 4879.0, 4860.0, 4878.0, 4849.0, 4840.0, 4877.0, 4850.0, 4887.0, 4850.0, 4868.0, 4852.0, 4881.0, 4851.0, 4879.0, 4849.0, 4887.0, 4852.0, 4870.0, 4854.0, 4870.0, 4851.0, 4880.0, 4851.0, 4850.0, 4851.0, 4881.0, 4852.0, 4890.0, 4869.0, 4880.0, 4860.0, 4861.0, 4870.0, 4853.0, 4907.0, 4851.0, 4897.0, 4851.0, 4869.0, 4851.0, 4880.0, 4829.0, 4860.0, 4866.0, 4839.0, 4857.0, 4850.0, 4878.0, 4851.0, 4866.0, 4838.0, 4877.0, 4839.0, 4847.0, 4851.0, 4870.0, 4850.0, 4879.0, 4849.0, 4883.0, 4870.0, 4862.0, 4882.0, 4864.0, 4900.0, 4864.0, 4910.0, 4852.0, 4891.0, 4864.0, 4882.0, 4851.0, 4899.0, 4853.0, 4872.0, 4862.0, 4893.0, 4863.0, 4893.0, 4884.0, 4885.0, 4893.0, 4865.0, 4911.0, 4865.0, 4892.0, 4866.0, 4903.0, 4865.0, 4891.0, 4864.0, 4883.0, 4864.0, 4892.0, 4873.0, 4894.0, 4872.0, 4865.0, 4913.0, 4852.0, 4898.0, 4864.0, 4892.0, 4862.0, 4893.0, 4875.0, 4871.0, 4871.0, 4870.0, 4859.0, 4868.0, 4874.0, 4882.0, 4861.0, 4861.0, 4889.0, 4873.0, 4868.0, 4851.0, 4869.0, 4864.0, 4901.0, 4852.0, 4901.0, 4874.0, 4892.0, 4862.0, 4892.0, 4873.0, 4881.0, 4864.0, 4891.0, 4863.0, 4883.0, 4872.0, 4880.0, 4872.0, 4872.0, 4871.0, 4873.0, 4870.0, 4894.0, 4873.0, 4882.0, 4872.0, 4887.0, 4873.0, 4883.0, 4871.0, 4880.0, 4868.0, 4870.0, 4870.0, 4862.0, 4884.0, 4863.0, 4880.0, 4870.0, 4868.0, 4870.0, 4868.0, 4862.0, 4870.0, 4871.0, 4881.0, 4883.0, 4879.0, 4883.0, 4882.0, 4872.0, 4880.0, 4885.0, 4872.0, 4882.0, 4881.0, 4875.0, 4881.0, 4873.0, 4881.0, 4874.0, 4871.0, 4871.0, 4881.0, 4873.0, 4881.0, 4871.0, 4870.0, 4883.0, 4870.0, 4872.0, 4881.0, 4895.0, 4891.0, 4871.0, 4882.0, 4872.0, 4870.0, 4873.0, 4894.0, 4862.0, 4871.0, 4861.0, 4868.0, 4860.0, 4868.0, 4874.0, 4870.0, 4861.0, 4858.0, 4861.0, 4857.0, 4860.0, 4871.0, 4872.0, 4872.0, 4862.0, 4867.0, 4860.0, 4870.0, 4861.0, 4859.0, 4850.0, 4858.0, 4860.0, 4858.0, 4863.0, 4869.0, 4878.0, 4860.0, 4871.0, 4870.0, 4871.0, 4873.0, 4871.0, 4873.0, 4870.0, 4860.0, 4870.0, 4885.0, 4863.0, 4861.0, 4862.0, 4859.0, 4861.0, 4871.0, 4880.0, 4857.0, 4861.0, 4861.0, 4859.0, 4871.0, 4872.0, 4871.0, 4871.0, 4859.0, 4872.0, 4859.0, 4861.0, 4874.0, 4881.0, 4879.0, 4869.0, 4857.0, 4859.0, 4860.0, 4861.0, 4858.0, 4859.0, 4855.0, 4859.0, 4857.0, 4859.0, 4869.0, 4859.0, 4866.0, 4849.0, 4857.0, 4859.0, 4866.0, 4859.0, 4858.0, 4858.0, 4867.0, 4859.0, 4868.0, 4860.0, 4860.0, 4859.0, 4869.0, 4861.0, 4862.0, 4858.0, 4871.0, 4870.0, 4871.0, 4885.0, 4860.0, 4859.0, 4868.0, 4869.0, 4871.0, 4881.0, 4871.0, 4869.0, 4870.0, 4860.0, 4870.0, 4871.0, 4874.0, 4881.0, 4874.0, 4881.0, 4883.0, 4898.0, 4895.0, 4896.0, 4906.0, 4886.0, 4904.0, 4885.0, 4892.0, 4872.0, 4882.0, 4884.0, 4862.0, 4872.0, 4899.0, 4869.0, 4891.0, 4907.0, 4879.0, 4893.0, 4847.0, 4882.0, 4856.0, 4874.0, 4832.0, 4840.0, 4841.0, 4830.0, 4843.0, 4832.0, 4850.0, 4854.0, 4844.0, 4844.0, 4843.0, 4855.0, 4857.0, 4858.0, 4845.0, 4857.0, 4855.0, 4856.0, 4863.0, 4857.0, 4855.0, 4856.0, 4868.0, 4869.0, 4858.0, 4857.0, 4874.0, 4857.0, 4858.0, 4870.0, 4869.0, 4870.0, 4879.0, 4869.0, 4867.0, 4858.0, 4857.0, 4870.0, 4879.0], 'WindowWidth': [10755.0, 10690.0, 10696.0, 10657.0, 10653.0, 10662.0, 10623.0, 10651.0, 10618.0, 10633.0, 10598.0, 10628.0, 10607.0, 10644.0, 10627.0, 10639.0, 10613.0, 10622.0, 10633.0, 10636.0, 10630.0, 10635.0, 10627.0, 10626.0, 10628.0, 10627.0, 10652.0, 10674.0, 10642.0, 10635.0, 10633.0, 10614.0, 10644.0, 10660.0, 10656.0, 10658.0, 10609.0, 10629.0, 10606.0, 10631.0, 10596.0, 10652.0, 10603.0, 10622.0, 10590.0, 10606.0, 10590.0, 10627.0, 10603.0, 10621.0, 10601.0, 10598.0, 10604.0, 10594.0, 10585.0, 10621.0, 10582.0, 10591.0, 10585.0, 10614.0, 10582.0, 10619.0, 10581.0, 10600.0, 10597.0, 10602.0, 10580.0, 10615.0, 10633.0, 10614.0, 10604.0, 10591.0, 10600.0, 10607.0, 10622.0, 10585.0, 10633.0, 10587.0, 10605.0, 10585.0, 10610.0, 10604.0, 10611.0, 10603.0, 10601.0, 10602.0, 10596.0, 10591.0, 10622.0, 10602.0, 10622.0, 10586.0, 10609.0, 10587.0, 10635.0, 10585.0, 10621.0, 10601.0, 10591.0, 10580.0, 10587.0, 10579.0, 10565.0, 10573.0, 10606.0, 10604.0, 10566.0, 10609.0, 10560.0, 10579.0, 10555.0, 10549.0, 10555.0, 10554.0, 10556.0, 10569.0, 10552.0, 10575.0, 10570.0, 10560.0, 10575.0, 10576.0, 10576.0, 10584.0, 10580.0, 10603.0, 10601.0, 10609.0, 10600.0, 10605.0, 10621.0, 10606.0, 10595.0, 10607.0, 10619.0, 10610.0, 10619.0, 10605.0, 10641.0, 10603.0, 10619.0, 10607.0, 10615.0, 10605.0, 10611.0, 10593.0, 10624.0, 10594.0, 10613.0, 10600.0, 10614.0, 10591.0, 10615.0, 10587.0, 10621.0, 10588.0, 10595.0, 10584.0, 10612.0, 10588.0, 10597.0, 10582.0, 10602.0, 10595.0, 10586.0, 10592.0, 10592.0, 10626.0, 10600.0, 10610.0, 10604.0, 10612.0, 10609.0, 10616.0, 10607.0, 10642.0, 10605.0, 10603.0, 10599.0, 10656.0, 10604.0, 10591.0, 10600.0, 10621.0, 10602.0, 10630.0, 10595.0, 10597.0, 10588.0, 10602.0, 10604.0, 10623.0, 10586.0, 10602.0, 10589.0, 10604.0, 10605.0, 10629.0, 10648.0, 10623.0, 10599.0, 10605.0, 10604.0, 10619.0, 10605.0, 10596.0, 10605.0, 10644.0, 10628.0, 10649.0, 10618.0, 10647.0, 10613.0, 10607.0, 10581.0, 10600.0, 10594.0, 10584.0, 10647.0, 10583.0, 10634.0, 10581.0, 10606.0, 10579.0, 10586.0, 10574.0, 10584.0, 10577.0, 10564.0, 10575.0, 10581.0, 10570.0, 10592.0, 10572.0, 10578.0, 10595.0, 10572.0, 10581.0, 10572.0, 10570.0, 10557.0, 10542.0, 10579.0, 10521.0, 10576.0, 10566.0, 10600.0, 10600.0, 10605.0, 10572.0, 10612.0, 10616.0, 10591.0, 10618.0, 10595.0, 10601.0, 10633.0, 10584.0, 10598.0, 10605.0, 10600.0, 10621.0, 10624.0, 10608.0, 10622.0, 10586.0, 10593.0, 10583.0, 10592.0, 10595.0, 10588.0, 10608.0, 10615.0, 10645.0, 10678.0, 10652.0, 10640.0, 10632.0, 10643.0, 10628.0, 10648.0, 10639.0, 10621.0, 10649.0, 10627.0, 10672.0, 10602.0, 10601.0, 10647.0, 10578.0, 10644.0, 10579.0, 10597.0, 10629.0, 10566.0, 10623.0, 10565.0, 10585.0, 10574.0, 10567.0, 10572.0, 10561.0, 10580.0, 10594.0, 10581.0, 10617.0, 10586.0, 10608.0, 10609.0, 10600.0, 10614.0, 10606.0, 10613.0, 10580.0, 10611.0, 10584.0, 10588.0, 10604.0, 10583.0, 10617.0, 10583.0, 10592.0, 10575.0, 10554.0, 10579.0, 10585.0, 10586.0, 10600.0, 10578.0, 10614.0, 10582.0, 10607.0, 10618.0, 10627.0, 10621.0, 10632.0, 10605.0, 10620.0, 10604.0, 10606.0, 10614.0, 10607.0, 10600.0, 10602.0, 10631.0, 10607.0, 10606.0, 10631.0, 10632.0, 10608.0, 10652.0, 10607.0, 10616.0, 10589.0, 10618.0, 10587.0, 10623.0, 10634.0, 10591.0, 10634.0, 10587.0, 10607.0, 10586.0, 10621.0, 10616.0, 10616.0, 10587.0, 10597.0, 10611.0, 10618.0, 10608.0, 10619.0, 10592.0, 10597.0, 10589.0, 10616.0, 10612.0, 10634.0, 10600.0, 10616.0, 10598.0, 10594.0, 10598.0, 10592.0, 10631.0, 10596.0, 10626.0, 10593.0, 10614.0, 10596.0, 10615.0, 10597.0, 10642.0, 10598.0, 10632.0, 10597.0, 10622.0, 10614.0, 10647.0, 10599.0, 10658.0, 10600.0, 10620.0, 10621.0, 10617.0, 10612.0, 10619.0, 10610.0, 10610.0, 10611.0, 10628.0, 10639.0, 10617.0, 10612.0, 10650.0, 10617.0, 10596.0, 10609.0, 10615.0, 10597.0, 10624.0, 10607.0, 10611.0, 10610.0, 10614.0, 10634.0, 10647.0, 10613.0, 10638.0, 10608.0, 10627.0, 10611.0, 10618.0, 10643.0, 10610.0, 10623.0, 10584.0, 10620.0, 10601.0, 10624.0, 10605.0, 10634.0, 10610.0, 10647.0, 10603.0, 10620.0, 10603.0, 10620.0, 10605.0, 10618.0, 10590.0, 10620.0, 10643.0, 10627.0, 10628.0, 10632.0, 10612.0, 10662.0, 10635.0, 10643.0, 10673.0, 10624.0, 10669.0, 10623.0, 10690.0, 10629.0, 10682.0, 10606.0, 10679.0, 10591.0, 10648.0, 10606.0, 10625.0, 10585.0, 10615.0, 10610.0, 10621.0, 10603.0, 10615.0, 10635.0, 10629.0, 10605.0, 10665.0, 10603.0, 10627.0, 10609.0, 10689.0, 10611.0, 10667.0, 10583.0, 10658.0, 10583.0, 10619.0, 10577.0, 10606.0, 10597.0, 10566.0, 10654.0, 10563.0, 10636.0, 10561.0, 10607.0, 10560.0, 10585.0, 10596.0, 10592.0, 10593.0, 10614.0, 10594.0, 10621.0, 10578.0, 10596.0, 10624.0, 10581.0, 10640.0, 10581.0, 10642.0, 10580.0, 10610.0, 10584.0, 10634.0, 10587.0, 10617.0, 10599.0, 10641.0, 10587.0, 10619.0, 10606.0, 10631.0, 10606.0, 10626.0, 10606.0, 10650.0, 10606.0, 10643.0, 10620.0, 10643.0, 10609.0, 10600.0, 10631.0, 10584.0, 10666.0, 10588.0, 10619.0, 10566.0, 10600.0, 10579.0, 10613.0, 10578.0, 10607.0, 10588.0, 10583.0, 10618.0, 10582.0, 10611.0, 10582.0, 10601.0, 10580.0, 10614.0, 10578.0, 10602.0, 10583.0, 10622.0, 10595.0, 10609.0, 10594.0, 10632.0, 10597.0, 10634.0, 10591.0, 10624.0, 10606.0, 10627.0, 10646.0, 10624.0, 10607.0, 10622.0, 10601.0, 10589.0, 10620.0, 10611.0, 10637.0, 10622.0, 10625.0, 10615.0, 10639.0, 10659.0, 10616.0, 10665.0, 10615.0, 10643.0, 10607.0, 10639.0, 10645.0, 10620.0, 10619.0, 10600.0, 10602.0, 10621.0, 10578.0, 10631.0, 10594.0, 10616.0, 10576.0, 10614.0, 10578.0, 10613.0, 10573.0, 10641.0, 10581.0, 10614.0, 10577.0, 10620.0, 10569.0, 10611.0, 10557.0, 10606.0, 10569.0, 10577.0, 10556.0, 10567.0, 10610.0, 10551.0, 10581.0, 10559.0, 10588.0, 10554.0, 10589.0, 10553.0, 10587.0, 10550.0, 10591.0, 10572.0, 10576.0, 10556.0, 10577.0, 10591.0, 10601.0, 10569.0, 10595.0, 10569.0, 10611.0, 10588.0, 10610.0, 10571.0, 10562.0, 10604.0, 10574.0, 10619.0, 10573.0, 10594.0, 10579.0, 10619.0, 10576.0, 10610.0, 10570.0, 10620.0, 10579.0, 10600.0, 10583.0, 10601.0, 10574.0, 10615.0, 10575.0, 10572.0, 10575.0, 10617.0, 10576.0, 10632.0, 10598.0, 10616.0, 10588.0, 10591.0, 10603.0, 10584.0, 10648.0, 10576.0, 10637.0, 10577.0, 10598.0, 10576.0, 10615.0, 10542.0, 10586.0, 10589.0, 10558.0, 10577.0, 10572.0, 10611.0, 10576.0, 10591.0, 10555.0, 10606.0, 10557.0, 10567.0, 10576.0, 10603.0, 10573.0, 10615.0, 10571.0, 10626.0, 10602.0, 10596.0, 10624.0, 10601.0, 10642.0, 10601.0, 10657.0, 10581.0, 10634.0, 10603.0, 10621.0, 10577.0, 10641.0, 10583.0, 10609.0, 10593.0, 10640.0, 10596.0, 10642.0, 10627.0, 10633.0, 10636.0, 10603.0, 10662.0, 10604.0, 10634.0, 10604.0, 10651.0, 10601.0, 10633.0, 10602.0, 10627.0, 10598.0, 10634.0, 10610.0, 10642.0, 10606.0, 10602.0, 10666.0, 10580.0, 10637.0, 10600.0, 10634.0, 10593.0, 10640.0, 10616.0, 10604.0, 10602.0, 10603.0, 10585.0, 10598.0, 10613.0, 10624.0, 10589.0, 10590.0, 10625.0, 10610.0, 10597.0, 10578.0, 10599.0, 10599.0, 10646.0, 10580.0, 10643.0, 10614.0, 10634.0, 10594.0, 10636.0, 10611.0, 10617.0, 10597.0, 10632.0, 10593.0, 10621.0, 10605.0, 10615.0, 10604.0, 10603.0, 10600.0, 10607.0, 10601.0, 10639.0, 10605.0, 10621.0, 10606.0, 10635.0, 10605.0, 10622.0, 10602.0, 10614.0, 10593.0, 10600.0, 10596.0, 10591.0, 10624.0, 10595.0, 10612.0, 10602.0, 10592.0, 10600.0, 10594.0, 10592.0, 10599.0, 10604.0, 10616.0, 10623.0, 10614.0, 10623.0, 10619.0, 10608.0, 10614.0, 10630.0, 10605.0, 10619.0, 10616.0, 10615.0, 10618.0, 10608.0, 10616.0, 10613.0, 10600.0, 10602.0, 10617.0, 10610.0, 10617.0, 10604.0, 10598.0, 10623.0, 10599.0, 10606.0, 10618.0, 10646.0, 10631.0, 10604.0, 10617.0, 10607.0, 10598.0, 10608.0, 10642.0, 10593.0, 10601.0, 10589.0, 10592.0, 10584.0, 10595.0, 10612.0, 10599.0, 10586.0, 10578.0, 10587.0, 10575.0, 10585.0, 10602.0, 10605.0, 10606.0, 10592.0, 10591.0, 10586.0, 10603.0, 10588.0, 10580.0, 10569.0, 10576.0, 10584.0, 10579.0, 10593.0, 10595.0, 10609.0, 10586.0, 10602.0, 10598.0, 10603.0, 10608.0, 10605.0, 10609.0, 10600.0, 10585.0, 10600.0, 10626.0, 10592.0, 10586.0, 10590.0, 10581.0, 10588.0, 10601.0, 10612.0, 10573.0, 10588.0, 10583.0, 10583.0, 10602.0, 10607.0, 10601.0, 10602.0, 10583.0, 10603.0, 10581.0, 10588.0, 10612.0, 10617.0, 10606.0, 10597.0, 10576.0, 10583.0, 10584.0, 10588.0, 10578.0, 10580.0, 10570.0, 10581.0, 10576.0, 10584.0, 10595.0, 10581.0, 10588.0, 10567.0, 10575.0, 10584.0, 10591.0, 10586.0, 10582.0, 10580.0, 10591.0, 10582.0, 10595.0, 10583.0, 10586.0, 10583.0, 10599.0, 10589.0, 10591.0, 10579.0, 10602.0, 10602.0, 10604.0, 10614.0, 10584.0, 10581.0, 10595.0, 10594.0, 10602.0, 10615.0, 10602.0, 10597.0, 10599.0, 10586.0, 10600.0, 10606.0, 10613.0, 10622.0, 10611.0, 10616.0, 10624.0, 10652.0, 10645.0, 10648.0, 10662.0, 10633.0, 10654.0, 10629.0, 10636.0, 10607.0, 10620.0, 10625.0, 10593.0, 10604.0, 10640.0, 10596.0, 10630.0, 10646.0, 10611.0, 10623.0, 10560.0, 10605.0, 10572.0, 10593.0, 10531.0, 10541.0, 10543.0, 10529.0, 10549.0, 10534.0, 10559.0, 10565.0, 10552.0, 10551.0, 10550.0, 10570.0, 10579.0, 10583.0, 10557.0, 10576.0, 10570.0, 10574.0, 10578.0, 10576.0, 10571.0, 10573.0, 10592.0, 10596.0, 10578.0, 10575.0, 10595.0, 10578.0, 10579.0, 10600.0, 10598.0, 10602.0, 10608.0, 10595.0, 10590.0, 10577.0, 10576.0, 10597.0, 10611.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.0005207988165680473</td></tr>
<tr><td colspan=3>aqi</td><td>0.032599109368836296</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.32548297381042</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1902156313524177</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9611892842448172</td></tr>
<tr><td colspan=3>efc</td><td>0.4894</td></tr>
<tr><td colspan=3>fber</td><td>4808.7417</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08754849088212217</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.366863905325444</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.455445271671293</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4179078514434935</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6495243004667817</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.298903663103604</td></tr>
<tr><td colspan=3>gcor</td><td>0.00593771</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01508646085858345</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025159886106848717</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9327081157220034</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>36.6472</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.5892</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.5332</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.5835</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5756</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>691.6267</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4035.0007</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1073.8081</td></tr>
<tr><td colspan=3>tsnr</td><td>33.32356726634316</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>