<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-01/func/sub-0043_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>24db00405b68d0320ad3a45cb92bbf68</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>18:29:38.090000</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.984272, 0.174706, 0.0262094, -0.175503, 0.983959, 0.0319906]</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.0893512</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>[4140, -7769, -7282, 604, -147, -322, -30, 97]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>236.381</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a16bc100-c452-4225-a4ab-348623983b61||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.6407289505004883, -0.4708611071109772, 0.05454012006521225, 124.70523834228516], [-0.4687245190143585, 2.639890193939209, 0.0974356010556221, -81.6279296875], [0.07031798362731934, -0.08582840859889984, 2.697690010070801, -75.99595642089844], [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': ['182938.090000', '182938.550000', '182939.010000', '182939.470000', '182939.930000', '182940.390000', '182940.850000', '182941.310000', '182941.770000', '182942.230000', '182942.690000', '182943.150000', '182943.610000', '182944.070000', '182944.530000', '182944.990000', '182945.450000', '182945.910000', '182946.370000', '182946.830000', '182947.290000', '182947.750000', '182948.210000', '182948.670000', '182949.130000', '182949.590000', '182950.050000', '182950.510000', '182950.970000', '182951.430000', '182951.890000', '182952.350000', '182952.810000', '182953.270000', '182953.730000', '182954.190000', '182954.650000', '182955.110000', '182955.570000', '182956.030000', '182956.490000', '182956.950000', '182957.410000', '182957.870000', '182958.330000', '182958.790000', '182959.250000', '182959.710000', '183000.170000', '183000.630000', '183001.090000', '183001.550000', '183002.010000', '183002.470000', '183002.930000', '183003.390000', '183003.850000', '183004.310000', '183004.770000', '183005.230000', '183005.690000', '183006.150000', '183006.610000', '183007.070000', '183007.530000', '183007.990000', '183008.450000', '183008.910000', '183009.370000', '183009.830000', '183010.290000', '183010.750000', '183011.210000', '183011.670000', '183012.130000', '183012.590000', '183013.050000', '183013.510000', '183013.970000', '183014.430000', '183014.890000', '183015.350000', '183015.810000', '183016.270000', '183016.730000', '183017.190000', '183017.650000', '183018.110000', '183018.570000', '183019.030000', '183019.490000', '183019.950000', '183020.410000', '183020.870000', '183021.330000', '183021.790000', '183022.250000', '183022.710000', '183023.170000', '183023.630000', '183024.090000', '183024.550000', '183025.010000', '183025.470000', '183025.930000', '183026.390000', '183026.850000', '183027.310000', '183027.770000', '183028.230000', '183028.690000', '183029.150000', '183029.610000', '183030.070000', '183030.530000', '183030.990000', '183031.450000', '183031.910000', '183032.370000', '183032.830000', '183033.290000', '183033.750000', '183034.210000', '183034.670000', '183035.130000', '183035.590000', '183036.050000', '183036.510000', '183036.970000', '183037.430000', '183037.890000', '183038.350000', '183038.810000', '183039.270000', '183039.730000', '183040.190000', '183040.650000', '183041.110000', '183041.570000', '183042.030000', '183042.490000', '183042.950000', '183043.410000', '183043.870000', '183044.330000', '183044.790000', '183045.250000', '183045.710000', '183046.170000', '183046.630000', '183047.090000', '183047.550000', '183048.010000', '183048.470000', '183048.930000', '183049.390000', '183049.850000', '183050.310000', '183050.770000', '183051.230000', '183051.690000', '183052.150000', '183052.610000', '183053.070000', '183053.530000', '183053.990000', '183054.450000', '183054.910000', '183055.370000', '183055.830000', '183056.290000', '183056.750000', '183057.210000', '183057.670000', '183058.130000', '183058.590000', '183059.050000', '183059.510000', '183059.970000', '183100.430000', '183100.890000', '183101.350000', '183101.810000', '183102.270000', '183102.730000', '183103.190000', '183103.650000', '183104.110000', '183104.570000', '183105.030000', '183105.490000', '183105.950000', '183106.410000', '183106.870000', '183107.330000', '183107.790000', '183108.250000', '183108.710000', '183109.170000', '183109.630000', '183110.090000', '183110.550000', '183111.010000', '183111.470000', '183111.930000', '183112.390000', '183112.850000', '183113.310000', '183113.770000', '183114.230000', '183114.690000', '183115.150000', '183115.610000', '183116.070000', '183116.530000', '183116.990000', '183117.450000', '183117.910000', '183118.370000', '183118.830000', '183119.290000', '183119.750000', '183120.210000', '183120.670000', '183121.130000', '183121.590000', '183122.050000', '183122.510000', '183122.970000', '183123.430000', '183123.890000', '183124.350000', '183124.810000', '183125.270000', '183125.730000', '183126.190000', '183126.650000', '183127.110000', '183127.570000', '183128.030000', '183128.490000', '183128.950000', '183129.410000', '183129.870000', '183130.330000', '183130.790000', '183131.250000', '183131.710000', '183132.170000', '183132.630000', '183133.090000', '183133.550000', '183134.010000', '183134.470000', '183134.930000', '183135.390000', '183135.850000', '183136.310000', '183136.770000', '183137.230000', '183137.690000', '183138.150000', '183138.610000', '183139.070000', '183139.530000', '183139.990000', '183140.450000', '183140.910000', '183141.370000', '183141.830000', '183142.290000', '183142.750000', '183143.210000', '183143.670000', '183144.130000', '183144.590000', '183145.050000', '183145.510000', '183145.970000', '183146.430000', '183146.890000', '183147.350000', '183147.810000', '183148.270000', '183148.730000', '183149.190000', '183149.650000', '183150.110000', '183150.570000', '183151.030000', '183151.490000', '183151.950000', '183152.410000', '183152.870000', '183153.330000', '183153.790000', '183154.250000', '183154.710000', '183155.170000', '183155.630000', '183156.090000', '183156.550000', '183157.010000', '183157.470000', '183157.930000', '183158.390000', '183158.850000', '183159.310000', '183159.770000', '183200.230000', '183200.690000', '183201.150000', '183201.610000', '183202.070000', '183202.530000', '183202.990000', '183203.450000', '183203.910000', '183204.370000', '183204.830000', '183205.290000', '183205.750000', '183206.210000', '183206.670000', '183207.130000', '183207.590000', '183208.050000', '183208.510000', '183208.970000', '183209.430000', '183209.890000', '183210.350000', '183210.810000', '183211.270000', '183211.730000', '183212.190000', '183212.650000', '183213.110000', '183213.570000', '183214.030000', '183214.490000', '183214.950000', '183215.410000', '183215.870000', '183216.330000', '183216.790000', '183217.250000', '183217.710000', '183218.170000', '183218.630000', '183219.090000', '183219.550000', '183220.010000', '183220.470000', '183220.930000', '183221.390000', '183221.850000', '183222.310000', '183222.770000', '183223.230000', '183223.690000', '183224.150000', '183224.610000', '183225.070000', '183225.530000', '183225.990000', '183226.450000', '183226.910000', '183227.370000', '183227.830000', '183228.290000', '183228.750000', '183229.210000', '183229.670000', '183230.130000', '183230.590000', '183231.050000', '183231.510000', '183231.970000', '183232.430000', '183232.890000', '183233.350000', '183233.810000', '183234.270000', '183234.730000', '183235.190000', '183235.650000', '183236.110000', '183236.570000', '183237.030000', '183237.490000', '183237.950000', '183238.410000', '183238.870000', '183239.330000', '183239.790000', '183240.250000', '183240.710000', '183241.170000', '183241.630000', '183242.090000', '183242.550000', '183243.010000', '183243.470000', '183243.930000', '183244.390000', '183244.850000', '183245.310000', '183245.770000', '183246.230000', '183246.690000', '183247.150000', '183247.610000', '183248.070000', '183248.530000', '183248.990000', '183249.450000', '183249.910000', '183250.370000', '183250.830000', '183251.290000', '183251.750000', '183252.210000', '183252.670000', '183253.130000', '183253.590000', '183254.050000', '183254.510000', '183254.970000', '183255.430000', '183255.890000', '183256.350000', '183256.810000', '183257.270000', '183257.730000', '183258.190000', '183258.650000', '183259.110000', '183259.570000', '183300.030000', '183300.490000', '183300.950000', '183301.410000', '183301.870000', '183302.330000', '183302.790000', '183303.250000', '183303.710000', '183304.170000', '183304.630000', '183305.090000', '183305.550000', '183306.010000', '183306.470000', '183306.930000', '183307.390000', '183307.850000', '183308.310000', '183308.770000', '183309.230000', '183309.690000', '183310.150000', '183310.610000', '183311.070000', '183311.530000', '183311.990000', '183312.450000', '183312.910000', '183313.370000', '183313.830000', '183314.290000', '183314.750000', '183315.210000', '183315.670000', '183316.130000', '183316.590000', '183317.050000', '183317.510000', '183317.970000', '183318.430000', '183318.890000', '183319.350000', '183319.810000', '183320.270000', '183320.730000', '183321.190000', '183321.650000', '183322.110000', '183322.570000', '183323.030000', '183323.490000', '183323.950000', '183324.410000', '183324.870000', '183325.330000', '183325.790000', '183326.250000', '183326.710000', '183327.170000', '183327.630000', '183328.090000', '183328.550000', '183329.010000', '183329.470000', '183329.930000', '183330.390000', '183330.850000', '183331.310000', '183331.770000', '183332.230000', '183332.690000', '183333.150000', '183333.610000', '183334.070000', '183334.530000', '183334.990000', '183335.450000', '183335.910000', '183336.370000', '183336.830000', '183337.290000', '183337.750000', '183338.210000', '183338.670000', '183339.130000', '183339.590000', '183340.050000', '183340.510000', '183340.970000', '183341.430000', '183341.890000', '183342.350000', '183342.810000', '183343.270000', '183343.730000', '183344.190000', '183344.650000', '183345.110000', '183345.570000', '183346.030000', '183346.490000', '183346.950000', '183347.410000', '183347.870000', '183348.330000', '183348.790000', '183349.250000', '183349.710000', '183350.170000', '183350.630000', '183351.090000', '183351.550000', '183352.010000', '183352.470000', '183352.930000', '183353.390000', '183353.850000', '183354.310000', '183354.770000', '183355.230000', '183355.690000', '183356.150000', '183356.610000', '183357.070000', '183357.530000', '183357.990000', '183358.450000', '183358.910000', '183359.370000', '183359.830000', '183400.290000', '183400.750000', '183401.210000', '183401.670000', '183402.130000', '183402.590000', '183403.050000', '183403.510000', '183403.970000', '183404.430000', '183404.890000', '183405.350000', '183405.810000', '183406.270000', '183406.730000', '183407.190000', '183407.650000', '183408.110000', '183408.570000', '183409.030000', '183409.490000', '183409.950000', '183410.410000', '183410.870000', '183411.330000', '183411.790000', '183412.250000', '183412.710000', '183413.170000', '183413.630000', '183414.090000', '183414.550000', '183415.010000', '183415.470000', '183415.930000', '183416.390000', '183416.850000', '183417.310000', '183417.770000', '183418.230000', '183418.690000', '183419.150000', '183419.610000', '183420.070000', '183420.530000', '183420.990000', '183421.450000', '183421.910000', '183422.370000', '183422.830000', '183423.290000', '183423.750000', '183424.210000', '183424.670000', '183425.130000', '183425.590000', '183426.050000', '183426.510000', '183426.970000', '183427.430000', '183427.890000', '183428.350000', '183428.810000', '183429.270000', '183429.730000', '183430.190000', '183430.650000', '183431.110000', '183431.570000', '183432.030000', '183432.490000', '183432.950000', '183433.410000', '183433.870000', '183434.330000', '183434.790000', '183435.250000', '183435.710000', '183436.170000', '183436.630000', '183437.090000', '183437.550000', '183438.010000', '183438.470000', '183438.930000', '183439.390000', '183439.850000', '183440.310000', '183440.770000', '183441.230000', '183441.690000', '183442.150000', '183442.610000', '183443.070000', '183443.530000', '183443.990000', '183444.450000', '183444.910000', '183445.370000', '183445.830000', '183446.290000', '183446.750000', '183447.210000', '183447.670000', '183448.130000', '183448.590000', '183449.050000', '183449.510000', '183449.970000', '183450.430000', '183450.890000', '183451.350000', '183451.810000', '183452.270000', '183452.730000', '183453.190000', '183453.650000', '183454.110000', '183454.570000', '183455.030000', '183455.490000', '183455.950000', '183456.410000', '183456.870000', '183457.330000', '183457.790000', '183458.250000', '183458.710000', '183459.170000', '183459.630000', '183500.090000', '183500.550000', '183501.010000', '183501.470000', '183501.930000', '183502.390000', '183502.850000', '183503.310000', '183503.770000', '183504.230000', '183504.690000', '183505.150000', '183505.610000', '183506.070000', '183506.530000', '183506.990000', '183507.450000', '183507.910000', '183508.370000', '183508.830000', '183509.290000', '183509.750000', '183510.210000', '183510.670000', '183511.130000', '183511.590000', '183512.050000', '183512.510000', '183512.970000', '183513.430000', '183513.890000', '183514.350000', '183514.810000', '183515.270000', '183515.730000', '183516.190000', '183516.650000', '183517.110000', '183517.570000', '183518.030000', '183518.490000', '183518.950000', '183519.410000', '183519.870000', '183520.330000', '183520.790000', '183521.250000', '183521.710000', '183522.170000', '183522.630000', '183523.090000', '183523.550000', '183524.010000', '183524.470000', '183524.930000', '183525.390000', '183525.850000', '183526.310000', '183526.770000', '183527.230000', '183527.690000', '183528.150000', '183528.610000', '183529.070000', '183529.530000', '183529.990000', '183530.450000', '183530.910000', '183531.370000', '183531.830000', '183532.290000', '183532.750000', '183533.210000', '183533.670000', '183534.130000', '183534.590000', '183535.050000', '183535.510000', '183535.970000', '183536.430000', '183536.890000', '183537.350000', '183537.810000', '183538.270000', '183538.730000', '183539.190000', '183539.650000', '183540.110000', '183540.570000', '183541.030000', '183541.490000', '183541.950000', '183542.410000', '183542.870000', '183543.330000', '183543.790000', '183544.250000', '183544.710000', '183545.170000', '183545.630000', '183546.090000', '183546.550000', '183547.010000', '183547.470000', '183547.930000', '183548.390000', '183548.850000', '183549.310000', '183549.770000', '183550.230000', '183550.690000', '183551.150000', '183551.610000', '183552.070000', '183552.530000', '183552.990000', '183553.450000', '183553.910000', '183554.370000', '183554.830000', '183555.290000', '183555.750000', '183556.210000', '183556.670000', '183557.130000', '183557.590000', '183558.050000', '183558.510000', '183558.970000', '183559.430000', '183559.890000', '183600.350000', '183600.810000', '183601.270000', '183601.730000', '183602.190000', '183602.650000', '183603.110000', '183603.570000', '183604.030000', '183604.490000', '183604.950000', '183605.410000', '183605.870000', '183606.330000', '183606.790000', '183607.250000', '183607.710000', '183608.170000', '183608.630000', '183609.090000', '183609.550000', '183610.010000', '183610.470000', '183610.930000', '183611.390000', '183611.850000', '183612.310000', '183612.770000', '183613.230000', '183613.690000', '183614.150000', '183614.610000', '183615.070000', '183615.530000', '183615.990000', '183616.450000', '183616.910000', '183617.370000', '183617.830000', '183618.290000', '183618.750000', '183619.210000', '183619.670000', '183620.130000', '183620.590000', '183621.050000', '183621.510000', '183621.970000', '183622.430000', '183622.890000', '183623.350000', '183623.810000', '183624.270000', '183624.730000', '183625.190000', '183625.650000', '183626.110000', '183626.570000', '183627.030000', '183627.490000', '183627.950000', '183628.410000', '183628.870000', '183629.330000', '183629.790000', '183630.250000', '183630.710000', '183631.170000', '183631.630000', '183632.090000', '183632.550000', '183633.010000', '183633.470000', '183633.930000', '183634.390000', '183634.850000', '183635.310000', '183635.770000', '183636.230000', '183636.690000', '183637.150000', '183637.610000', '183638.070000', '183638.530000', '183638.990000', '183639.450000', '183639.910000', '183640.370000', '183640.830000', '183641.290000', '183641.750000', '183642.210000', '183642.670000', '183643.130000', '183643.590000', '183644.050000', '183644.510000', '183644.970000', '183645.430000', '183645.890000', '183646.350000', '183646.810000', '183647.270000', '183647.730000', '183648.190000', '183648.650000', '183649.110000', '183649.570000', '183650.030000', '183650.490000', '183650.950000', '183651.410000', '183651.870000', '183652.330000', '183652.790000', '183653.250000', '183653.710000', '183654.170000', '183654.630000', '183655.090000', '183655.550000', '183656.010000', '183656.470000', '183656.930000', '183657.390000', '183657.850000', '183658.310000', '183658.770000', '183659.230000', '183659.690000', '183700.150000', '183700.610000', '183701.070000', '183701.530000', '183701.990000', '183702.450000', '183702.910000', '183703.370000', '183703.830000', '183704.290000', '183704.750000', '183705.210000', '183705.670000', '183706.130000', '183706.590000', '183707.050000', '183707.510000', '183707.970000', '183708.430000', '183708.890000', '183709.350000', '183709.810000', '183710.270000', '183710.730000', '183711.190000', '183711.650000', '183712.110000', '183712.570000', '183713.030000', '183713.490000', '183713.950000', '183714.410000', '183714.870000', '183715.330000', '183715.790000', '183716.250000', '183716.710000', '183717.170000', '183717.630000', '183718.090000', '183718.550000', '183719.010000', '183719.470000', '183719.930000', '183720.390000', '183720.850000', '183721.310000', '183721.770000', '183722.230000', '183722.690000', '183723.150000', '183723.610000', '183724.070000', '183724.530000', '183724.990000'], 'ContentTime': ['183000.247000', '183000.251000', '183000.254000', '183000.257000', '183000.260000', '183000.263000', '183000.266000', '183000.275000', '183000.278000', '183000.281000', '183000.284000', '183000.287000', '183000.290000', '183000.293000', '183000.297000', '183000.299000', '183000.302000', '183000.305000', '183000.309000', '183000.312000', '183000.315000', '183000.318000', '183000.321000', '183000.325000', '183000.328000', '183000.331000', '183000.334000', '183000.337000', '183000.340000', '183000.343000', '183000.345000', '183000.348000', '183000.351000', '183000.354000', '183000.357000', '183000.360000', '183000.364000', '183000.367000', '183000.370000', '183000.373000', '183000.376000', '183000.379000', '183000.382000', '183000.392000', '183000.395000', '183000.398000', '183020.205000', '183020.208000', '183020.211000', '183020.214000', '183020.217000', '183020.220000', '183020.223000', '183020.226000', '183020.228000', '183020.231000', '183020.234000', '183020.237000', '183020.240000', '183020.243000', '183020.246000', '183020.249000', '183020.252000', '183020.254000', '183020.257000', '183020.260000', '183020.263000', '183020.266000', '183020.269000', '183020.272000', '183020.275000', '183020.278000', '183020.281000', '183020.284000', '183020.286000', '183020.289000', '183020.292000', '183020.295000', '183020.298000', '183020.307000', '183020.310000', '183020.313000', '183020.316000', '183020.319000', '183020.322000', '183020.325000', '183020.328000', '183020.331000', '183020.334000', '183040.205000', '183040.208000', '183040.211000', '183040.214000', '183040.217000', '183040.219000', '183040.222000', '183040.225000', '183040.228000', '183040.231000', '183040.234000', '183040.237000', '183040.240000', '183040.243000', '183040.246000', '183040.249000', '183040.251000', '183040.254000', '183040.257000', '183040.260000', '183040.270000', '183040.273000', '183040.276000', '183040.279000', '183040.282000', '183040.285000', '183040.288000', '183040.291000', '183040.294000', '183040.297000', '183040.300000', '183040.302000', '183040.305000', '183040.308000', '183040.311000', '183040.314000', '183040.317000', '183040.320000', '183040.323000', '183040.326000', '183040.329000', '183040.331000', '183040.334000', '183040.337000', '183100.205000', '183100.208000', '183100.211000', '183100.214000', '183100.217000', '183100.220000', '183100.223000', '183100.226000', '183100.228000', '183100.231000', '183100.234000', '183100.237000', '183100.240000', '183100.243000', '183100.246000', '183100.249000', '183100.252000', '183100.255000', '183100.258000', '183100.261000', '183100.265000', '183100.268000', '183100.271000', '183100.274000', '183100.277000', '183100.279000', '183100.282000', '183100.285000', '183100.288000', '183100.291000', '183100.294000', '183100.297000', '183100.300000', '183100.303000', '183100.305000', '183100.308000', '183100.314000', '183100.317000', '183100.320000', '183100.323000', '183100.326000', '183100.331000', '183100.334000', '183120.205000', '183120.208000', '183120.211000', '183120.214000', '183120.217000', '183120.220000', '183120.223000', '183120.234000', '183120.237000', '183120.240000', '183120.243000', '183120.246000', '183120.249000', '183120.252000', '183120.255000', '183120.258000', '183120.260000', '183120.263000', '183120.266000', '183120.269000', '183120.272000', '183120.275000', '183120.278000', '183120.281000', '183120.284000', '183120.287000', '183120.290000', '183120.292000', '183120.295000', '183120.298000', '183120.301000', '183120.304000', '183120.307000', '183120.310000', '183120.313000', '183120.316000', '183120.319000', '183120.322000', '183120.324000', '183120.327000', '183120.330000', '183120.333000', '183120.336000', '183120.339000', '183140.206000', '183140.209000', '183140.212000', '183140.215000', '183140.218000', '183140.221000', '183140.224000', '183140.227000', '183140.230000', '183140.233000', '183140.235000', '183140.238000', '183140.241000', '183140.244000', '183140.247000', '183140.250000', '183140.253000', '183140.256000', '183140.259000', '183140.262000', '183140.265000', '183140.268000', '183140.270000', '183140.273000', '183140.276000', '183140.279000', '183140.282000', '183140.285000', '183140.288000', '183140.291000', '183140.294000', '183140.297000', '183140.300000', '183140.303000', '183140.306000', '183140.308000', '183140.311000', '183140.314000', '183140.317000', '183140.320000', '183140.323000', '183140.326000', '183140.329000', '183200.206000', '183200.209000', '183200.212000', '183200.215000', '183200.218000', '183200.221000', '183200.224000', '183200.227000', '183200.229000', '183200.232000', '183200.235000', '183200.238000', '183200.241000', '183200.244000', '183200.247000', '183200.250000', '183200.253000', '183200.256000', '183200.259000', '183200.262000', '183200.265000', '183200.267000', '183200.270000', '183200.273000', '183200.276000', '183200.279000', '183200.282000', '183200.285000', '183200.288000', '183200.291000', '183200.294000', '183200.297000', '183200.300000', '183200.302000', '183200.305000', '183200.308000', '183200.311000', '183200.314000', '183200.317000', '183200.320000', '183200.323000', '183200.326000', '183200.329000', '183200.332000', '183220.205000', '183220.208000', '183220.211000', '183220.214000', '183220.217000', '183220.220000', '183220.223000', '183220.226000', '183220.229000', '183220.232000', '183220.234000', '183220.237000', '183220.240000', '183220.243000', '183220.246000', '183220.249000', '183220.252000', '183220.255000', '183220.258000', '183220.261000', '183220.264000', '183220.267000', '183220.269000', '183220.272000', '183220.275000', '183220.278000', '183220.281000', '183220.284000', '183220.287000', '183220.290000', '183220.293000', '183220.295000', '183220.298000', '183220.303000', '183220.306000', '183220.309000', '183220.312000', '183220.315000', '183220.318000', '183220.321000', '183220.324000', '183220.327000', '183220.329000', '183240.205000', '183240.220000', '183240.223000', '183240.226000', '183240.229000', '183240.232000', '183240.235000', '183240.238000', '183240.240000', '183240.243000', '183240.246000', '183240.249000', '183240.252000', '183240.255000', '183240.258000', '183240.261000', '183240.264000', '183240.267000', '183240.270000', '183240.273000', '183240.276000', '183240.279000', '183240.281000', '183240.284000', '183240.287000', '183240.290000', '183240.293000', '183240.296000', '183240.299000', '183240.302000', '183240.305000', '183240.308000', '183240.311000', '183240.314000', '183240.317000', '183240.320000', '183240.322000', '183240.325000', '183240.328000', '183240.331000', '183240.334000', '183240.337000', '183240.340000', '183240.343000', '183300.205000', '183300.208000', '183300.211000', '183300.214000', '183300.217000', '183300.220000', '183300.223000', '183300.226000', '183300.229000', '183300.231000', '183300.234000', '183300.237000', '183300.240000', '183300.243000', '183300.246000', '183300.255000', '183300.258000', '183300.261000', '183300.264000', '183300.267000', '183300.270000', '183300.272000', '183300.275000', '183300.278000', '183300.281000', '183300.284000', '183300.287000', '183300.290000', '183300.293000', '183300.296000', '183300.298000', '183300.301000', '183300.304000', '183300.307000', '183300.310000', '183300.313000', '183300.316000', '183300.319000', '183300.322000', '183300.325000', '183300.328000', '183300.331000', '183300.334000', '183320.205000', '183320.208000', '183320.211000', '183320.214000', '183320.217000', '183320.220000', '183320.223000', '183320.226000', '183320.229000', '183320.231000', '183320.234000', '183320.237000', '183320.240000', '183320.243000', '183320.246000', '183320.249000', '183320.252000', '183320.255000', '183320.258000', '183320.261000', '183320.264000', '183320.266000', '183320.269000', '183320.272000', '183320.275000', '183320.278000', '183320.281000', '183320.284000', '183320.287000', '183320.290000', '183320.293000', '183320.296000', '183320.299000', '183320.301000', '183320.304000', '183320.307000', '183320.310000', '183320.313000', '183320.316000', '183320.319000', '183320.322000', '183320.325000', '183320.328000', '183320.331000', '183340.205000', '183340.208000', '183340.211000', '183340.214000', '183340.217000', '183340.220000', '183340.223000', '183340.226000', '183340.229000', '183340.231000', '183340.234000', '183340.237000', '183340.240000', '183340.243000', '183340.246000', '183340.249000', '183340.252000', '183340.255000', '183340.258000', '183340.261000', '183340.264000', '183340.267000', '183340.269000', '183340.272000', '183340.275000', '183340.278000', '183340.281000', '183340.284000', '183340.287000', '183340.290000', '183340.293000', '183340.296000', '183340.299000', '183340.302000', '183340.305000', '183340.308000', '183340.310000', '183340.313000', '183340.316000', '183340.319000', '183340.322000', '183340.325000', '183340.328000', '183400.206000', '183400.209000', '183400.212000', '183400.215000', '183400.218000', '183400.221000', '183400.224000', '183400.227000', '183400.230000', '183400.232000', '183400.235000', '183400.238000', '183400.241000', '183400.244000', '183400.247000', '183400.250000', '183400.253000', '183400.256000', '183400.259000', '183400.262000', '183400.265000', '183400.267000', '183400.270000', '183400.273000', '183400.276000', '183400.279000', '183400.282000', '183400.285000', '183400.288000', '183400.291000', '183400.294000', '183400.297000', '183400.300000', '183400.303000', '183400.306000', '183400.309000', '183400.312000', '183400.315000', '183400.317000', '183400.320000', '183400.323000', '183400.326000', '183400.329000', '183400.332000', '183420.206000', '183420.209000', '183420.212000', '183420.215000', '183420.218000', '183420.221000', '183420.224000', '183420.227000', '183420.230000', '183420.232000', '183420.235000', '183420.238000', '183420.241000', '183420.262000', '183420.265000', '183420.268000', '183420.270000', '183420.273000', '183420.276000', '183420.279000', '183420.282000', '183420.285000', '183420.288000', '183420.291000', '183420.294000', '183420.297000', '183420.299000', '183420.302000', '183420.305000', '183420.308000', '183420.311000', '183420.314000', '183420.317000', '183420.320000', '183420.323000', '183420.326000', '183420.329000', '183420.332000', '183420.334000', '183420.337000', '183420.340000', '183420.343000', '183420.346000', '183440.205000', '183440.208000', '183440.211000', '183440.214000', '183440.217000', '183440.220000', '183440.223000', '183440.226000', '183440.228000', '183440.231000', '183440.234000', '183440.237000', '183440.240000', '183440.243000', '183440.246000', '183440.249000', '183440.252000', '183440.255000', '183440.258000', '183440.261000', '183440.264000', '183440.267000', '183440.270000', '183440.272000', '183440.275000', '183440.278000', '183440.281000', '183440.284000', '183440.287000', '183440.290000', '183440.293000', '183440.296000', '183440.299000', '183440.302000', '183440.305000', '183440.307000', '183440.310000', '183440.313000', '183440.316000', '183440.319000', '183440.322000', '183440.325000', '183440.328000', '183500.205000', '183500.208000', '183500.211000', '183500.214000', '183500.217000', '183500.220000', '183500.223000', '183500.226000', '183500.228000', '183500.231000', '183500.234000', '183500.237000', '183500.240000', '183500.243000', '183500.246000', '183500.249000', '183500.252000', '183500.255000', '183500.258000', '183500.261000', '183500.264000', '183500.267000', '183500.270000', '183500.272000', '183500.275000', '183500.278000', '183500.281000', '183500.284000', '183500.287000', '183500.290000', '183500.293000', '183500.296000', '183500.299000', '183500.302000', '183500.305000', '183500.307000', '183500.310000', '183500.313000', '183500.316000', '183500.319000', '183500.322000', '183500.325000', '183500.328000', '183500.331000', '183520.205000', '183520.208000', '183520.211000', '183520.214000', '183520.217000', '183520.220000', '183520.223000', '183520.226000', '183520.229000', '183520.232000', '183520.235000', '183520.238000', '183520.241000', '183520.243000', '183520.246000', '183520.249000', '183520.252000', '183520.255000', '183520.258000', '183520.261000', '183520.264000', '183520.267000', '183520.270000', '183520.273000', '183520.276000', '183520.279000', '183520.282000', '183520.284000', '183520.287000', '183520.290000', '183520.293000', '183520.296000', '183520.299000', '183520.302000', '183520.305000', '183520.308000', '183520.311000', '183520.313000', '183520.316000', '183520.319000', '183520.322000', '183520.325000', '183520.328000', '183540.205000', '183540.208000', '183540.211000', '183540.214000', '183540.217000', '183540.220000', '183540.223000', '183540.226000', '183540.228000', '183540.231000', '183540.234000', '183540.237000', '183540.240000', '183540.243000', '183540.246000', '183540.249000', '183540.252000', '183540.255000', '183540.258000', '183540.260000', '183540.263000', '183540.266000', '183540.269000', '183540.272000', '183540.275000', '183540.278000', '183540.281000', '183540.284000', '183540.287000', '183540.290000', '183540.293000', '183540.295000', '183540.298000', '183540.301000', '183540.304000', '183540.307000', '183540.310000', '183540.313000', '183540.316000', '183540.327000', '183540.329000', '183540.332000', '183540.335000', '183540.338000', '183600.205000', '183600.208000', '183600.211000', '183600.214000', '183600.217000', '183600.220000', '183600.223000', '183600.226000', '183600.229000', '183600.232000', '183600.235000', '183600.238000', '183600.241000', '183600.244000', '183600.247000', '183600.250000', '183600.253000', '183600.256000', '183600.259000', '183600.262000', '183600.265000', '183600.267000', '183600.270000', '183600.273000', '183600.276000', '183600.279000', '183600.282000', '183600.285000', '183600.288000', '183600.291000', '183600.294000', '183600.296000', '183600.299000', '183600.302000', '183600.305000', '183600.308000', '183600.311000', '183600.314000', '183600.317000', '183600.320000', '183600.323000', '183600.326000', '183600.328000', '183620.206000', '183620.211000', '183620.214000', '183620.216000', '183620.219000', '183620.222000', '183620.225000', '183620.228000', '183620.231000', '183620.234000', '183620.237000', '183620.240000', '183620.243000', '183620.246000', '183620.249000', '183620.251000', '183620.254000', '183620.257000', '183620.260000', '183620.263000', '183620.266000', '183620.269000', '183620.272000', '183620.275000', '183620.278000', '183620.280000', '183620.283000', '183620.286000', '183620.289000', '183620.292000', '183620.295000', '183620.298000', '183620.301000', '183620.304000', '183620.306000', '183620.309000', '183620.312000', '183620.315000', '183620.318000', '183620.321000', '183620.324000', '183620.327000', '183620.330000', '183620.333000', '183640.206000', '183640.209000', '183640.212000', '183640.215000', '183640.218000', '183640.221000', '183640.224000', '183640.227000', '183640.230000', '183640.233000', '183640.235000', '183640.238000', '183640.241000', '183640.244000', '183640.247000', '183640.250000', '183640.253000', '183640.256000', '183640.259000', '183640.262000', '183640.265000', '183640.270000', '183640.274000', '183640.277000', '183640.280000', '183640.283000', '183640.286000', '183640.289000', '183640.292000', '183640.295000', '183640.298000', '183640.301000', '183640.303000', '183640.306000', '183640.309000', '183640.312000', '183640.315000', '183640.318000', '183640.321000', '183640.324000', '183640.327000', '183640.329000', '183640.332000', '183700.205000', '183700.245000', '183700.248000', '183700.251000', '183700.254000', '183700.257000', '183700.259000', '183700.262000', '183700.265000', '183700.268000', '183700.271000', '183700.274000', '183700.277000', '183700.280000', '183700.283000', '183700.286000', '183700.289000', '183700.292000', '183700.294000', '183700.297000', '183700.310000', '183700.313000', '183700.316000', '183700.319000', '183700.322000', '183700.325000', '183700.328000', '183700.331000', '183700.334000', '183700.337000', '183700.340000', '183700.342000', '183700.345000', '183700.348000', '183700.351000', '183700.354000', '183700.357000', '183700.360000', '183700.363000', '183700.366000', '183700.368000', '183700.371000', '183700.374000', '183700.377000', '183720.205000', '183720.208000', '183720.211000', '183720.215000', '183720.218000', '183720.221000', '183720.224000', '183720.227000', '183720.230000', '183720.233000', '183720.236000', '183720.238000', '183720.241000', '183720.244000', '183720.247000', '183720.250000', '183720.253000', '183720.256000', '183720.259000', '183720.262000', '183720.265000', '183720.268000', '183720.271000', '183720.274000', '183720.277000', '183720.280000', '183720.283000', '183720.287000', '183720.292000', '183720.295000', '183720.298000', '183720.301000', '183720.304000', '183720.307000', '183720.310000', '183720.313000', '183720.316000', '183720.319000', '183720.321000', '183720.324000', '183720.327000', '183720.330000', '183720.333000', '183726.326000', '183726.330000', '183726.333000', '183726.336000', '183726.339000', '183726.342000', '183726.345000', '183726.348000', '183726.351000', '183726.354000', '183726.357000', '183726.360000', '183726.363000', '183726.366000'], 'InstanceCreationTime': ['183000.247000', '183000.251000', '183000.254000', '183000.257000', '183000.260000', '183000.263000', '183000.266000', '183000.275000', '183000.278000', '183000.281000', '183000.284000', '183000.287000', '183000.290000', '183000.293000', '183000.297000', '183000.299000', '183000.302000', '183000.305000', '183000.309000', '183000.312000', '183000.315000', '183000.318000', '183000.321000', '183000.325000', '183000.328000', '183000.331000', '183000.334000', '183000.337000', '183000.340000', '183000.343000', '183000.345000', '183000.348000', '183000.351000', '183000.354000', '183000.357000', '183000.360000', '183000.364000', '183000.367000', '183000.370000', '183000.373000', '183000.376000', '183000.379000', '183000.382000', '183000.392000', '183000.395000', '183000.398000', '183020.205000', '183020.208000', '183020.211000', '183020.214000', '183020.217000', '183020.220000', '183020.223000', '183020.226000', '183020.228000', '183020.231000', '183020.234000', '183020.237000', '183020.240000', '183020.243000', '183020.246000', '183020.249000', '183020.252000', '183020.254000', '183020.257000', '183020.260000', '183020.263000', '183020.266000', '183020.269000', '183020.272000', '183020.275000', '183020.278000', '183020.281000', '183020.284000', '183020.286000', '183020.289000', '183020.292000', '183020.295000', '183020.298000', '183020.307000', '183020.310000', '183020.313000', '183020.316000', '183020.319000', '183020.322000', '183020.325000', '183020.328000', '183020.331000', '183020.334000', '183040.205000', '183040.208000', '183040.211000', '183040.214000', '183040.217000', '183040.219000', '183040.222000', '183040.225000', '183040.228000', '183040.231000', '183040.234000', '183040.237000', '183040.240000', '183040.243000', '183040.246000', '183040.249000', '183040.251000', '183040.254000', '183040.257000', '183040.260000', '183040.270000', '183040.273000', '183040.276000', '183040.279000', '183040.282000', '183040.285000', '183040.288000', '183040.291000', '183040.294000', '183040.297000', '183040.300000', '183040.302000', '183040.305000', '183040.308000', '183040.311000', '183040.314000', '183040.317000', '183040.320000', '183040.323000', '183040.326000', '183040.329000', '183040.331000', '183040.334000', '183040.337000', '183100.205000', '183100.208000', '183100.211000', '183100.214000', '183100.217000', '183100.220000', '183100.223000', '183100.226000', '183100.228000', '183100.231000', '183100.234000', '183100.237000', '183100.240000', '183100.243000', '183100.246000', '183100.249000', '183100.252000', '183100.255000', '183100.258000', '183100.261000', '183100.265000', '183100.268000', '183100.271000', '183100.274000', '183100.277000', '183100.279000', '183100.282000', '183100.285000', '183100.288000', '183100.291000', '183100.294000', '183100.297000', '183100.300000', '183100.303000', '183100.305000', '183100.308000', '183100.314000', '183100.317000', '183100.320000', '183100.323000', '183100.326000', '183100.331000', '183100.334000', '183120.205000', '183120.208000', '183120.211000', '183120.214000', '183120.217000', '183120.220000', '183120.223000', '183120.234000', '183120.237000', '183120.240000', '183120.243000', '183120.246000', '183120.249000', '183120.252000', '183120.255000', '183120.258000', '183120.260000', '183120.263000', '183120.266000', '183120.269000', '183120.272000', '183120.275000', '183120.278000', '183120.281000', '183120.284000', '183120.287000', '183120.290000', '183120.292000', '183120.295000', '183120.298000', '183120.301000', '183120.304000', '183120.307000', '183120.310000', '183120.313000', '183120.316000', '183120.319000', '183120.322000', '183120.324000', '183120.327000', '183120.330000', '183120.333000', '183120.336000', '183120.339000', '183140.206000', '183140.209000', '183140.212000', '183140.215000', '183140.218000', '183140.221000', '183140.224000', '183140.227000', '183140.230000', '183140.233000', '183140.235000', '183140.238000', '183140.241000', '183140.244000', '183140.247000', '183140.250000', '183140.253000', '183140.256000', '183140.259000', '183140.262000', '183140.265000', '183140.268000', '183140.270000', '183140.273000', '183140.276000', '183140.279000', '183140.282000', '183140.285000', '183140.288000', '183140.291000', '183140.294000', '183140.297000', '183140.300000', '183140.303000', '183140.306000', '183140.308000', '183140.311000', '183140.314000', '183140.317000', '183140.320000', '183140.323000', '183140.326000', '183140.329000', '183200.206000', '183200.209000', '183200.212000', '183200.215000', '183200.218000', '183200.221000', '183200.224000', '183200.227000', '183200.229000', '183200.232000', '183200.235000', '183200.238000', '183200.241000', '183200.244000', '183200.247000', '183200.250000', '183200.253000', '183200.256000', '183200.259000', '183200.262000', '183200.265000', '183200.267000', '183200.270000', '183200.273000', '183200.276000', '183200.279000', '183200.282000', '183200.285000', '183200.288000', '183200.291000', '183200.294000', '183200.297000', '183200.300000', '183200.302000', '183200.305000', '183200.308000', '183200.311000', '183200.314000', '183200.317000', '183200.320000', '183200.323000', '183200.326000', '183200.329000', '183200.332000', '183220.205000', '183220.208000', '183220.211000', '183220.214000', '183220.217000', '183220.220000', '183220.223000', '183220.226000', '183220.229000', '183220.232000', '183220.234000', '183220.237000', '183220.240000', '183220.243000', '183220.246000', '183220.249000', '183220.252000', '183220.255000', '183220.258000', '183220.261000', '183220.264000', '183220.267000', '183220.269000', '183220.272000', '183220.275000', '183220.278000', '183220.281000', '183220.284000', '183220.287000', '183220.290000', '183220.293000', '183220.295000', '183220.298000', '183220.303000', '183220.306000', '183220.309000', '183220.312000', '183220.315000', '183220.318000', '183220.321000', '183220.324000', '183220.327000', '183220.329000', '183240.205000', '183240.220000', '183240.223000', '183240.226000', '183240.229000', '183240.232000', '183240.235000', '183240.238000', '183240.240000', '183240.243000', '183240.246000', '183240.249000', '183240.252000', '183240.255000', '183240.258000', '183240.261000', '183240.264000', '183240.267000', '183240.270000', '183240.273000', '183240.276000', '183240.279000', '183240.281000', '183240.284000', '183240.287000', '183240.290000', '183240.293000', '183240.296000', '183240.299000', '183240.302000', '183240.305000', '183240.308000', '183240.311000', '183240.314000', '183240.317000', '183240.320000', '183240.322000', '183240.325000', '183240.328000', '183240.331000', '183240.334000', '183240.337000', '183240.340000', '183240.343000', '183300.205000', '183300.208000', '183300.211000', '183300.214000', '183300.217000', '183300.220000', '183300.223000', '183300.226000', '183300.229000', '183300.231000', '183300.234000', '183300.237000', '183300.240000', '183300.243000', '183300.246000', '183300.255000', '183300.258000', '183300.261000', '183300.264000', '183300.267000', '183300.270000', '183300.272000', '183300.275000', '183300.278000', '183300.281000', '183300.284000', '183300.287000', '183300.290000', '183300.293000', '183300.296000', '183300.298000', '183300.301000', '183300.304000', '183300.307000', '183300.310000', '183300.313000', '183300.316000', '183300.319000', '183300.322000', '183300.325000', '183300.328000', '183300.331000', '183300.334000', '183320.205000', '183320.208000', '183320.211000', '183320.214000', '183320.217000', '183320.220000', '183320.223000', '183320.226000', '183320.229000', '183320.231000', '183320.234000', '183320.237000', '183320.240000', '183320.243000', '183320.246000', '183320.249000', '183320.252000', '183320.255000', '183320.258000', '183320.261000', '183320.264000', '183320.266000', '183320.269000', '183320.272000', '183320.275000', '183320.278000', '183320.281000', '183320.284000', '183320.287000', '183320.290000', '183320.293000', '183320.296000', '183320.299000', '183320.301000', '183320.304000', '183320.307000', '183320.310000', '183320.313000', '183320.316000', '183320.319000', '183320.322000', '183320.325000', '183320.328000', '183320.331000', '183340.205000', '183340.208000', '183340.211000', '183340.214000', '183340.217000', '183340.220000', '183340.223000', '183340.226000', '183340.229000', '183340.231000', '183340.234000', '183340.237000', '183340.240000', '183340.243000', '183340.246000', '183340.249000', '183340.252000', '183340.255000', '183340.258000', '183340.261000', '183340.264000', '183340.267000', '183340.269000', '183340.272000', '183340.275000', '183340.278000', '183340.281000', '183340.284000', '183340.287000', '183340.290000', '183340.293000', '183340.296000', '183340.299000', '183340.302000', '183340.305000', '183340.308000', '183340.310000', '183340.313000', '183340.316000', '183340.319000', '183340.322000', '183340.325000', '183340.328000', '183400.206000', '183400.209000', '183400.212000', '183400.215000', '183400.218000', '183400.221000', '183400.224000', '183400.227000', '183400.230000', '183400.232000', '183400.235000', '183400.238000', '183400.241000', '183400.244000', '183400.247000', '183400.250000', '183400.253000', '183400.256000', '183400.259000', '183400.262000', '183400.265000', '183400.267000', '183400.270000', '183400.273000', '183400.276000', '183400.279000', '183400.282000', '183400.285000', '183400.288000', '183400.291000', '183400.294000', '183400.297000', '183400.300000', '183400.303000', '183400.306000', '183400.309000', '183400.312000', '183400.315000', '183400.317000', '183400.320000', '183400.323000', '183400.326000', '183400.329000', '183400.332000', '183420.206000', '183420.209000', '183420.212000', '183420.215000', '183420.218000', '183420.221000', '183420.224000', '183420.227000', '183420.230000', '183420.232000', '183420.235000', '183420.238000', '183420.241000', '183420.262000', '183420.265000', '183420.268000', '183420.270000', '183420.273000', '183420.276000', '183420.279000', '183420.282000', '183420.285000', '183420.288000', '183420.291000', '183420.294000', '183420.297000', '183420.299000', '183420.302000', '183420.305000', '183420.308000', '183420.311000', '183420.314000', '183420.317000', '183420.320000', '183420.323000', '183420.326000', '183420.329000', '183420.332000', '183420.334000', '183420.337000', '183420.340000', '183420.343000', '183420.346000', '183440.205000', '183440.208000', '183440.211000', '183440.214000', '183440.217000', '183440.220000', '183440.223000', '183440.226000', '183440.228000', '183440.231000', '183440.234000', '183440.237000', '183440.240000', '183440.243000', '183440.246000', '183440.249000', '183440.252000', '183440.255000', '183440.258000', '183440.261000', '183440.264000', '183440.267000', '183440.270000', '183440.272000', '183440.275000', '183440.278000', '183440.281000', '183440.284000', '183440.287000', '183440.290000', '183440.293000', '183440.296000', '183440.299000', '183440.302000', '183440.305000', '183440.307000', '183440.310000', '183440.313000', '183440.316000', '183440.319000', '183440.322000', '183440.325000', '183440.328000', '183500.205000', '183500.208000', '183500.211000', '183500.214000', '183500.217000', '183500.220000', '183500.223000', '183500.226000', '183500.228000', '183500.231000', '183500.234000', '183500.237000', '183500.240000', '183500.243000', '183500.246000', '183500.249000', '183500.252000', '183500.255000', '183500.258000', '183500.261000', '183500.264000', '183500.267000', '183500.270000', '183500.272000', '183500.275000', '183500.278000', '183500.281000', '183500.284000', '183500.287000', '183500.290000', '183500.293000', '183500.296000', '183500.299000', '183500.302000', '183500.305000', '183500.307000', '183500.310000', '183500.313000', '183500.316000', '183500.319000', '183500.322000', '183500.325000', '183500.328000', '183500.331000', '183520.205000', '183520.208000', '183520.211000', '183520.214000', '183520.217000', '183520.220000', '183520.223000', '183520.226000', '183520.229000', '183520.232000', '183520.235000', '183520.238000', '183520.241000', '183520.243000', '183520.246000', '183520.249000', '183520.252000', '183520.255000', '183520.258000', '183520.261000', '183520.264000', '183520.267000', '183520.270000', '183520.273000', '183520.276000', '183520.279000', '183520.282000', '183520.284000', '183520.287000', '183520.290000', '183520.293000', '183520.296000', '183520.299000', '183520.302000', '183520.305000', '183520.308000', '183520.311000', '183520.313000', '183520.316000', '183520.319000', '183520.322000', '183520.325000', '183520.328000', '183540.205000', '183540.208000', '183540.211000', '183540.214000', '183540.217000', '183540.220000', '183540.223000', '183540.226000', '183540.228000', '183540.231000', '183540.234000', '183540.237000', '183540.240000', '183540.243000', '183540.246000', '183540.249000', '183540.252000', '183540.255000', '183540.258000', '183540.260000', '183540.263000', '183540.266000', '183540.269000', '183540.272000', '183540.275000', '183540.278000', '183540.281000', '183540.284000', '183540.287000', '183540.290000', '183540.293000', '183540.295000', '183540.298000', '183540.301000', '183540.304000', '183540.307000', '183540.310000', '183540.313000', '183540.316000', '183540.327000', '183540.329000', '183540.332000', '183540.335000', '183540.338000', '183600.205000', '183600.208000', '183600.211000', '183600.214000', '183600.217000', '183600.220000', '183600.223000', '183600.226000', '183600.229000', '183600.232000', '183600.235000', '183600.238000', '183600.241000', '183600.244000', '183600.247000', '183600.250000', '183600.253000', '183600.256000', '183600.259000', '183600.262000', '183600.265000', '183600.267000', '183600.270000', '183600.273000', '183600.276000', '183600.279000', '183600.282000', '183600.285000', '183600.288000', '183600.291000', '183600.294000', '183600.296000', '183600.299000', '183600.302000', '183600.305000', '183600.308000', '183600.311000', '183600.314000', '183600.317000', '183600.320000', '183600.323000', '183600.326000', '183600.328000', '183620.206000', '183620.211000', '183620.214000', '183620.216000', '183620.219000', '183620.222000', '183620.225000', '183620.228000', '183620.231000', '183620.234000', '183620.237000', '183620.240000', '183620.243000', '183620.246000', '183620.249000', '183620.251000', '183620.254000', '183620.257000', '183620.260000', '183620.263000', '183620.266000', '183620.269000', '183620.272000', '183620.275000', '183620.278000', '183620.280000', '183620.283000', '183620.286000', '183620.289000', '183620.292000', '183620.295000', '183620.298000', '183620.301000', '183620.304000', '183620.306000', '183620.309000', '183620.312000', '183620.315000', '183620.318000', '183620.321000', '183620.324000', '183620.327000', '183620.330000', '183620.333000', '183640.206000', '183640.209000', '183640.212000', '183640.215000', '183640.218000', '183640.221000', '183640.224000', '183640.227000', '183640.230000', '183640.233000', '183640.235000', '183640.238000', '183640.241000', '183640.244000', '183640.247000', '183640.250000', '183640.253000', '183640.256000', '183640.259000', '183640.262000', '183640.265000', '183640.270000', '183640.274000', '183640.277000', '183640.280000', '183640.283000', '183640.286000', '183640.289000', '183640.292000', '183640.295000', '183640.298000', '183640.301000', '183640.303000', '183640.306000', '183640.309000', '183640.312000', '183640.315000', '183640.318000', '183640.321000', '183640.324000', '183640.327000', '183640.329000', '183640.332000', '183700.205000', '183700.245000', '183700.248000', '183700.251000', '183700.254000', '183700.257000', '183700.259000', '183700.262000', '183700.265000', '183700.268000', '183700.271000', '183700.274000', '183700.277000', '183700.280000', '183700.283000', '183700.286000', '183700.289000', '183700.292000', '183700.294000', '183700.297000', '183700.310000', '183700.313000', '183700.316000', '183700.319000', '183700.322000', '183700.325000', '183700.328000', '183700.331000', '183700.334000', '183700.337000', '183700.340000', '183700.342000', '183700.345000', '183700.348000', '183700.351000', '183700.354000', '183700.357000', '183700.360000', '183700.363000', '183700.366000', '183700.368000', '183700.371000', '183700.374000', '183700.377000', '183720.205000', '183720.208000', '183720.211000', '183720.215000', '183720.218000', '183720.221000', '183720.224000', '183720.227000', '183720.230000', '183720.233000', '183720.236000', '183720.238000', '183720.241000', '183720.244000', '183720.247000', '183720.250000', '183720.253000', '183720.256000', '183720.259000', '183720.262000', '183720.265000', '183720.268000', '183720.271000', '183720.274000', '183720.277000', '183720.280000', '183720.283000', '183720.287000', '183720.292000', '183720.295000', '183720.298000', '183720.301000', '183720.304000', '183720.307000', '183720.310000', '183720.313000', '183720.316000', '183720.319000', '183720.321000', '183720.324000', '183720.327000', '183720.330000', '183720.333000', '183726.326000', '183726.330000', '183726.333000', '183726.336000', '183726.339000', '183726.342000', '183726.345000', '183726.348000', '183726.351000', '183726.354000', '183726.357000', '183726.360000', '183726.363000', '183726.366000'], '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': [9328, 14208, 10890, 12100, 10726, 8533, 13749, 10138, 9917, 10486, 8397, 12916, 9921, 10056, 10448, 8512, 12950, 10066, 12802, 10235, 8070, 10631, 8845, 13483, 10392, 8661, 10974, 9053, 10393, 9686, 8479, 13722, 10145, 14378, 11060, 11581, 10670, 9077, 13382, 10014, 14567, 10971, 15244, 11081, 11876, 10243, 7627, 10502, 8705, 12574, 10080, 11911, 9234, 11366, 9558, 8613, 9943, 8007, 10765, 9131, 8492, 8940, 7114, 10388, 8080, 11833, 9848, 11404, 9771, 8643, 12072, 9687, 12333, 9487, 12578, 9735, 13946, 10509, 10470, 9980, 8260, 11794, 8945, 12856, 10133, 14445, 10941, 12579, 9955, 12075, 10721, 8231, 11871, 9207, 12635, 9499, 12814, 9871, 13835, 10096, 13493, 10099, 14409, 10147, 13285, 10046, 12647, 10087, 12314, 10363, 11868, 9937, 11733, 10375, 11423, 10452, 8785, 10647, 8925, 10375, 8320, 10498, 8103, 11339, 9442, 12999, 9870, 10414, 9647, 10710, 9968, 9783, 10280, 11562, 10905, 9164, 10945, 11748, 11643, 8822, 11193, 9254, 11575, 8894, 11711, 9033, 12468, 9201, 12406, 9546, 12764, 9334, 12514, 9119, 12728, 8990, 12455, 9553, 12966, 10259, 11984, 9915, 7414, 11052, 9327, 11670, 10220, 13663, 11542, 13490, 11578, 9652, 10505, 8415, 11492, 9279, 13034, 10234, 9734, 9871, 8139, 12309, 9970, 14416, 11174, 15099, 10919, 15297, 11060, 13691, 10291, 12671, 10063, 11573, 9634, 11682, 9975, 8330, 9828, 8731, 10089, 8565, 10528, 7818, 10968, 8372, 11829, 9344, 13388, 10105, 9503, 9673, 7697, 11433, 8764, 13065, 10046, 13342, 10520, 14146, 10627, 14028, 10803, 15054, 10672, 15289, 10927, 13859, 10757, 12324, 9827, 11148, 10412, 8019, 10968, 8547, 11666, 9291, 13193, 10077, 11791, 9386, 8615, 9547, 7845, 11495, 9238, 12324, 10082, 12297, 10576, 8748, 12143, 10138, 10112, 10446, 8185, 12858, 10112, 14130, 10946, 7739, 10964, 9052, 14107, 10249, 8855, 9505, 7633, 11229, 9164, 13734, 10016, 10060, 9610, 10259, 10941, 8192, 11304, 8883, 13186, 10069, 9646, 9493, 8605, 11348, 8588, 13280, 9811, 10638, 9573, 7771, 11660, 9343, 14180, 10799, 13031, 10685, 9805, 11935, 9488, 14532, 10044, 14512, 10764, 9888, 10320, 8260, 13131, 9648, 9734, 9121, 7462, 11595, 9255, 7643, 10847, 8885, 7642, 10985, 9147, 14749, 10830, 10420, 9842, 8045, 11913, 9314, 13730, 10042, 13968, 10320, 9827, 9812, 7600, 11973, 9284, 10511, 8686, 8539, 9915, 7808, 10570, 8286, 11625, 9218, 12907, 9441, 13197, 9290, 11997, 9263, 8939, 9564, 8045, 9972, 7664, 10291, 8117, 11542, 9076, 9681, 8684, 7922, 10103, 8237, 11748, 9026, 12790, 9430, 11799, 9674, 8104, 9857, 7983, 11600, 9453, 13047, 10101, 12560, 9763, 9696, 9625, 7742, 11075, 8703, 12373, 9586, 10695, 9024, 7488, 10574, 8057, 11991, 9417, 13084, 9544, 12260, 9547, 8211, 9990, 7890, 11827, 9502, 12352, 9698, 9298, 10322, 8025, 12135, 9598, 13844, 10592, 12948, 10190, 12313, 11010, 8576, 11696, 8695, 13711, 10500, 14789, 10627, 10270, 10479, 8683, 12072, 9698, 13921, 10468, 12402, 10223, 8986, 11351, 8488, 12842, 9963, 14610, 10784, 14420, 11044, 11608, 10400, 8748, 11558, 9385, 13585, 9929, 10625, 9982, 7320, 11948, 9390, 8180, 11634, 9560, 12284, 10564, 8311, 14002, 10303, 12473, 10523, 9193, 15059, 11117, 12636, 10874, 8882, 13643, 10106, 15137, 11237, 11355, 10218, 8168, 14107, 10272, 12800, 10166, 10395, 13231, 9757, 13904, 9727, 10981, 10362, 8841, 14435, 9838, 11501, 9889, 7924, 12789, 9033, 11948, 9458, 7997, 12446, 9337, 11728, 9779, 8349, 14051, 9728, 9585, 10028, 8002, 12996, 9895, 13213, 9587, 11545, 11022, 8962, 13388, 9490, 9612, 9889, 8753, 10639, 10195, 8738, 8087, 9467, 8153, 13562, 10135, 10306, 9809, 7486, 12367, 9352, 13316, 9092, 9443, 9431, 7276, 10884, 8633, 12411, 9137, 12371, 8839, 9458, 8901, 7144, 9787, 7878, 11137, 8103, 11234, 8336, 11324, 8956, 7679, 9370, 7243, 10188, 7988, 11486, 9145, 11138, 9524, 8218, 10990, 8219, 12538, 10072, 11699, 10033, 7968, 12649, 10002, 13026, 11221, 8918, 14405, 11085, 14653, 11839, 9709, 13838, 10414, 13280, 11736, 9415, 15372, 11655, 12055, 11299, 8478, 13268, 10377, 8902, 10879, 10652, 8751, 15236, 11209, 10420, 12597, 9142, 13170, 9552, 8300, 11930, 8916, 12380, 9387, 8263, 9736, 7927, 11398, 8716, 10529, 8984, 7324, 11085, 8532, 12696, 9602, 7815, 10443, 8439, 11392, 9314, 7762, 12337, 9034, 7925, 11472, 8644, 13300, 9302, 9279, 10091, 8318, 13117, 9229, 12570, 8726, 7932, 10292, 8600, 10139, 8863, 7413, 11707, 8628, 7217, 9455, 8090, 9428, 10033, 8410, 9794, 9319, 8029, 12338, 10313, 12248, 15055, 12257, 9376, 12847, 9441, 12742, 11056, 10497, 12727, 8974, 14421, 10660, 13772, 10882, 8747, 12731, 9468, 14284, 9798, 13598, 10547, 12421, 10081, 7973, 11406, 9080, 10415, 9150, 7468, 11077, 8423, 12969, 9827, 13750, 9118, 10034, 9198, 7361, 9565, 7813, 11079, 8525, 12016, 8720, 13389, 10048, 10045, 9492, 7560, 10333, 8333, 11802, 8758, 11981, 8545, 12376, 9073, 9399, 8712, 8035, 9838, 8248, 10326, 8030, 10834, 8145, 11375, 9010, 12557, 9162, 12905, 9039, 12625, 9238, 11876, 9376, 11337, 9344, 11584, 9802, 10055, 9870, 8543, 10269, 8419, 11124, 8584, 11483, 8059, 11124, 8595, 12654, 9734, 11073, 9324, 10479, 9850, 9656, 10520, 8166, 11315, 8811, 11915, 9014, 12739, 9532, 12534, 9511, 14155, 9980, 12721, 9897, 13880, 10885, 13378, 10264, 13709, 10719, 13160, 11065, 8760, 11175, 8844, 11895, 8748, 12270, 8997, 13054, 9556, 13098, 9237, 13242, 9319, 12583, 9905, 12343, 9918, 11715, 11007, 8884, 12510, 9108, 13062, 9585, 12896, 9173, 13381, 9518, 13467, 9142, 13497, 9582, 13375, 9478, 13703, 9492, 12689, 9388, 11633, 9328, 9742, 9210, 8354, 10052, 7916, 10560, 8088, 11286, 8237, 11049, 8108, 11704, 7948, 12072, 8324, 12509, 9369, 11691, 9093, 8729, 9495, 8662, 11016, 8200, 11702, 8918, 12770, 10021, 13815, 10335, 14234, 10493, 13723, 10219, 13807, 10459, 10916, 10954, 10119, 11863, 8811, 11863, 8889, 12624, 8901, 12473, 9014, 13091, 9325, 13912, 9898, 13795, 9632, 12982, 9995, 12928, 9637, 13877, 10272, 10282, 9939, 8179, 10862, 7876, 11700, 7862, 11651, 8390, 12797, 9694, 9961, 9438, 8189, 11095, 9299, 11207, 10072, 8296, 13553, 10825, 15676, 11716, 13984, 11603, 9684, 12336, 9496, 14360, 10628, 14153, 11046, 13926, 10864, 13421, 11107, 12979, 10651, 11659, 10911, 8612, 10926, 8587, 12382, 9010, 12758, 9425, 13155, 9307, 13258, 9007, 13841, 10076, 13210, 9312, 11735, 9826, 9003, 10142, 8502, 11029, 7905, 10529, 8057, 12256, 9197, 9347, 8706, 7515, 11017, 8451, 12501, 9411, 13230, 9760, 12839, 9579, 12730, 10146, 7778, 11308, 9070, 13633, 10621, 12215, 9247, 7737, 12006, 9395, 7534, 12277, 9420, 12459, 12324, 9901, 13637, 9628, 13767, 10800, 11572, 10294, 7925, 12174, 9294, 13789, 9632, 12569, 9068, 7922, 10138, 8264, 12642, 9669, 13201, 9739, 9029, 9897, 8034, 12071, 8910, 12924, 9823, 11472, 9665, 7461, 11569, 8976, 12375, 9364, 7318, 9672, 7805, 12275, 9218], 'WindowCenter': [4284.0, 4307.0, 4274.0, 4281.0, 4259.0, 4226.0, 4277.0, 4246.0, 4244.0, 4257.0, 4223.0, 4265.0, 4245.0, 4244.0, 4245.0, 4223.0, 4265.0, 4245.0, 4264.0, 4245.0, 4212.0, 4241.0, 4222.0, 4274.0, 4244.0, 4224.0, 4244.0, 4235.0, 4245.0, 4234.0, 4223.0, 4274.0, 4244.0, 4276.0, 4253.0, 4243.0, 4244.0, 4221.0, 4262.0, 4231.0, 4262.0, 4242.0, 4272.0, 4241.0, 4251.0, 4230.0, 4202.0, 4231.0, 4223.0, 4250.0, 4232.0, 4251.0, 4222.0, 4252.0, 4221.0, 4211.0, 4231.0, 4211.0, 4254.0, 4234.0, 4224.0, 4235.0, 4206.0, 4246.0, 4226.0, 4265.0, 4246.0, 4256.0, 4246.0, 4226.0, 4267.0, 4245.0, 4264.0, 4234.0, 4263.0, 4244.0, 4275.0, 4244.0, 4246.0, 4245.0, 4226.0, 4264.0, 4233.0, 4265.0, 4245.0, 4275.0, 4255.0, 4265.0, 4245.0, 4264.0, 4244.0, 4211.0, 4252.0, 4223.0, 4252.0, 4221.0, 4253.0, 4231.0, 4262.0, 4232.0, 4260.0, 4230.0, 4262.0, 4232.0, 4262.0, 4232.0, 4262.0, 4232.0, 4251.0, 4230.0, 4252.0, 4231.0, 4250.0, 4242.0, 4254.0, 4241.0, 4211.0, 4245.0, 4220.0, 4243.0, 4223.0, 4244.0, 4213.0, 4254.0, 4245.0, 4275.0, 4245.0, 4255.0, 4244.0, 4256.0, 4246.0, 4244.0, 4244.0, 4266.0, 4256.0, 4232.0, 4253.0, 4266.0, 4255.0, 4224.0, 4253.0, 4234.0, 4254.0, 4222.0, 4254.0, 4234.0, 4263.0, 4233.0, 4263.0, 4234.0, 4263.0, 4233.0, 4277.0, 4234.0, 4263.0, 4236.0, 4264.0, 4233.0, 4263.0, 4246.0, 4256.0, 4244.0, 4217.0, 4265.0, 4248.0, 4268.0, 4257.0, 4278.0, 4268.0, 4275.0, 4255.0, 4233.0, 4244.0, 4213.0, 4242.0, 4221.0, 4262.0, 4243.0, 4234.0, 4243.0, 4223.0, 4266.0, 4244.0, 4274.0, 4254.0, 4275.0, 4244.0, 4275.0, 4242.0, 4263.0, 4233.0, 4262.0, 4230.0, 4242.0, 4231.0, 4252.0, 4231.0, 4210.0, 4231.0, 4222.0, 4243.0, 4222.0, 4243.0, 4203.0, 4244.0, 4213.0, 4252.0, 4233.0, 4275.0, 4244.0, 4234.0, 4235.0, 4214.0, 4256.0, 4225.0, 4265.0, 4244.0, 4264.0, 4244.0, 4265.0, 4243.0, 4274.0, 4243.0, 4273.0, 4242.0, 4274.0, 4243.0, 4261.0, 4243.0, 4251.0, 4230.0, 4242.0, 4242.0, 4211.0, 4241.0, 4222.0, 4253.0, 4222.0, 4262.0, 4232.0, 4252.0, 4222.0, 4224.0, 4233.0, 4214.0, 4254.0, 4235.0, 4277.0, 4245.0, 4266.0, 4243.0, 4223.0, 4265.0, 4246.0, 4244.0, 4245.0, 4213.0, 4265.0, 4242.0, 4263.0, 4243.0, 4200.0, 4241.0, 4223.0, 4262.0, 4230.0, 4221.0, 4231.0, 4201.0, 4242.0, 4221.0, 4262.0, 4230.0, 4233.0, 4234.0, 4243.0, 4242.0, 4210.0, 4241.0, 4223.0, 4251.0, 4231.0, 4231.0, 4232.0, 4224.0, 4253.0, 4211.0, 4262.0, 4231.0, 4243.0, 4233.0, 4200.0, 4242.0, 4232.0, 4275.0, 4243.0, 4262.0, 4231.0, 4232.0, 4254.0, 4231.0, 4262.0, 4231.0, 4261.0, 4229.0, 4219.0, 4230.0, 4211.0, 4262.0, 4233.0, 4235.0, 4221.0, 4203.0, 4253.0, 4222.0, 4201.0, 4243.0, 4224.0, 4214.0, 4257.0, 4235.0, 4275.0, 4242.0, 4232.0, 4232.0, 4213.0, 4252.0, 4222.0, 4261.0, 4230.0, 4263.0, 4229.0, 4221.0, 4220.0, 4200.0, 4240.0, 4219.0, 4231.0, 4211.0, 4212.0, 4231.0, 4200.0, 4230.0, 4199.0, 4241.0, 4221.0, 4250.0, 4220.0, 4251.0, 4221.0, 4242.0, 4221.0, 4222.0, 4231.0, 4200.0, 4220.0, 4189.0, 4230.0, 4211.0, 4253.0, 4223.0, 4248.0, 4238.0, 4226.0, 4245.0, 4223.0, 4255.0, 4223.0, 4264.0, 4231.0, 4254.0, 4233.0, 4213.0, 4246.0, 4215.0, 4255.0, 4235.0, 4264.0, 4243.0, 4266.0, 4244.0, 4235.0, 4247.0, 4214.0, 4256.0, 4226.0, 4267.0, 4246.0, 4257.0, 4237.0, 4216.0, 4258.0, 4227.0, 4269.0, 4248.0, 4278.0, 4248.0, 4279.0, 4248.0, 4227.0, 4257.0, 4229.0, 4279.0, 4259.0, 4278.0, 4248.0, 4249.0, 4259.0, 4227.0, 4277.0, 4249.0, 4290.0, 4259.0, 4279.0, 4260.0, 4267.0, 4269.0, 4237.0, 4268.0, 4237.0, 4279.0, 4258.0, 4290.0, 4258.0, 4257.0, 4258.0, 4238.0, 4278.0, 4247.0, 4288.0, 4256.0, 4280.0, 4259.0, 4236.0, 4257.0, 4236.0, 4278.0, 4247.0, 4288.0, 4256.0, 4288.0, 4258.0, 4256.0, 4244.0, 4236.0, 4267.0, 4235.0, 4279.0, 4258.0, 4259.0, 4258.0, 4205.0, 4267.0, 4248.0, 4240.0, 4279.0, 4260.0, 4280.0, 4260.0, 4228.0, 4280.0, 4247.0, 4267.0, 4257.0, 4236.0, 4288.0, 4257.0, 4266.0, 4245.0, 4223.0, 4264.0, 4246.0, 4275.0, 4244.0, 4243.0, 4233.0, 4212.0, 4263.0, 4244.0, 4264.0, 4233.0, 4232.0, 4252.0, 4232.0, 4262.0, 4222.0, 4231.0, 4229.0, 4210.0, 4261.0, 4231.0, 4242.0, 4220.0, 4199.0, 4250.0, 4209.0, 4240.0, 4219.0, 4199.0, 4240.0, 4222.0, 4252.0, 4220.0, 4199.0, 4250.0, 4218.0, 4219.0, 4219.0, 4199.0, 4251.0, 4219.0, 4249.0, 4208.0, 4230.0, 4242.0, 4210.0, 4249.0, 4218.0, 4221.0, 4218.0, 4197.0, 4217.0, 4217.0, 4209.0, 4200.0, 4217.0, 4201.0, 4250.0, 4219.0, 4218.0, 4218.0, 4188.0, 4238.0, 4209.0, 4248.0, 4208.0, 4218.0, 4208.0, 4176.0, 4226.0, 4208.0, 4238.0, 4208.0, 4249.0, 4208.0, 4217.0, 4210.0, 4178.0, 4219.0, 4200.0, 4240.0, 4200.0, 4241.0, 4210.0, 4240.0, 4221.0, 4201.0, 4223.0, 4202.0, 4243.0, 4211.0, 4253.0, 4234.0, 4255.0, 4235.0, 4213.0, 4255.0, 4223.0, 4266.0, 4247.0, 4266.0, 4260.0, 4215.0, 4277.0, 4248.0, 4277.0, 4256.0, 4236.0, 4287.0, 4266.0, 4288.0, 4254.0, 4233.0, 4275.0, 4245.0, 4276.0, 4255.0, 4222.0, 4273.0, 4254.0, 4253.0, 4253.0, 4211.0, 4251.0, 4243.0, 4222.0, 4254.0, 4242.0, 4223.0, 4274.0, 4241.0, 4242.0, 4250.0, 4219.0, 4250.0, 4220.0, 4199.0, 4239.0, 4208.0, 4250.0, 4219.0, 4198.0, 4219.0, 4199.0, 4241.0, 4221.0, 4241.0, 4209.0, 4186.0, 4240.0, 4222.0, 4263.0, 4231.0, 4201.0, 4242.0, 4224.0, 4254.0, 4233.0, 4202.0, 4263.0, 4222.0, 4213.0, 4255.0, 4224.0, 4276.0, 4223.0, 4222.0, 4231.0, 4212.0, 4263.0, 4233.0, 4252.0, 4211.0, 4214.0, 4243.0, 4224.0, 4244.0, 4222.0, 4202.0, 4253.0, 4223.0, 4203.0, 4244.0, 4227.0, 4236.0, 4244.0, 4224.0, 4247.0, 4237.0, 4215.0, 4267.0, 4245.0, 4255.0, 4276.0, 4255.0, 4234.0, 4264.0, 4234.0, 4266.0, 4243.0, 4230.0, 4251.0, 4210.0, 4261.0, 4231.0, 4251.0, 4229.0, 4209.0, 4250.0, 4218.0, 4246.0, 4218.0, 4250.0, 4230.0, 4238.0, 4216.0, 4186.0, 4228.0, 4220.0, 4229.0, 4207.0, 4176.0, 4226.0, 4198.0, 4248.0, 4216.0, 4248.0, 4207.0, 4218.0, 4205.0, 4176.0, 4205.0, 4187.0, 4228.0, 4208.0, 4238.0, 4208.0, 4249.0, 4219.0, 4218.0, 4217.0, 4188.0, 4229.0, 4210.0, 4239.0, 4208.0, 4238.0, 4209.0, 4250.0, 4220.0, 4220.0, 4221.0, 4211.0, 4232.0, 4211.0, 4241.0, 4210.0, 4241.0, 4212.0, 4251.0, 4221.0, 4261.0, 4232.0, 4262.0, 4233.0, 4263.0, 4232.0, 4253.0, 4231.0, 4252.0, 4232.0, 4253.0, 4242.0, 4242.0, 4243.0, 4223.0, 4245.0, 4222.0, 4253.0, 4223.0, 4267.0, 4224.0, 4265.0, 4235.0, 4263.0, 4244.0, 4255.0, 4245.0, 4255.0, 4245.0, 4244.0, 4254.0, 4223.0, 4267.0, 4247.0, 4277.0, 4235.0, 4275.0, 4246.0, 4276.0, 4245.0, 4285.0, 4256.0, 4275.0, 4256.0, 4287.0, 4256.0, 4275.0, 4256.0, 4275.0, 4256.0, 4275.0, 4254.0, 4223.0, 4253.0, 4234.0, 4265.0, 4234.0, 4264.0, 4236.0, 4277.0, 4248.0, 4264.0, 4233.0, 4277.0, 4236.0, 4266.0, 4245.0, 4266.0, 4245.0, 4265.0, 4255.0, 4233.0, 4264.0, 4235.0, 4264.0, 4233.0, 4263.0, 4233.0, 4273.0, 4234.0, 4274.0, 4234.0, 4275.0, 4233.0, 4273.0, 4232.0, 4273.0, 4232.0, 4264.0, 4232.0, 4253.0, 4233.0, 4233.0, 4234.0, 4224.0, 4243.0, 4225.0, 4255.0, 4224.0, 4265.0, 4225.0, 4254.0, 4223.0, 4267.0, 4224.0, 4265.0, 4236.0, 4266.0, 4235.0, 4265.0, 4236.0, 4236.0, 4246.0, 4236.0, 4256.0, 4224.0, 4267.0, 4247.0, 4289.0, 4260.0, 4289.0, 4259.0, 4288.0, 4258.0, 4287.0, 4256.0, 4277.0, 4256.0, 4255.0, 4256.0, 4244.0, 4267.0, 4233.0, 4266.0, 4235.0, 4263.0, 4225.0, 4264.0, 4234.0, 4276.0, 4235.0, 4276.0, 4246.0, 4276.0, 4247.0, 4275.0, 4244.0, 4265.0, 4235.0, 4277.0, 4243.0, 4243.0, 4244.0, 4224.0, 4256.0, 4224.0, 4265.0, 4226.0, 4266.0, 4226.0, 4274.0, 4245.0, 4246.0, 4247.0, 4226.0, 4267.0, 4248.0, 4266.0, 4257.0, 4237.0, 4289.0, 4268.0, 4298.0, 4267.0, 4277.0, 4255.0, 4234.0, 4265.0, 4245.0, 4288.0, 4255.0, 4275.0, 4254.0, 4274.0, 4243.0, 4262.0, 4242.0, 4262.0, 4242.0, 4241.0, 4241.0, 4211.0, 4240.0, 4210.0, 4251.0, 4209.0, 4250.0, 4219.0, 4250.0, 4220.0, 4250.0, 4219.0, 4260.0, 4231.0, 4251.0, 4220.0, 4251.0, 4229.0, 4208.0, 4230.0, 4209.0, 4242.0, 4200.0, 4242.0, 4213.0, 4251.0, 4232.0, 4232.0, 4224.0, 4201.0, 4254.0, 4223.0, 4266.0, 4235.0, 4264.0, 4233.0, 4263.0, 4234.0, 4263.0, 4243.0, 4213.0, 4252.0, 4223.0, 4275.0, 4244.0, 4264.0, 4233.0, 4201.0, 4277.0, 4235.0, 4214.0, 4265.0, 4235.0, 4266.0, 4263.0, 4245.0, 4265.0, 4231.0, 4264.0, 4241.0, 4241.0, 4231.0, 4200.0, 4251.0, 4219.0, 4250.0, 4219.0, 4251.0, 4210.0, 4199.0, 4231.0, 4210.0, 4252.0, 4231.0, 4262.0, 4220.0, 4211.0, 4231.0, 4201.0, 4253.0, 4221.0, 4250.0, 4232.0, 4241.0, 4220.0, 4189.0, 4252.0, 4224.0, 4253.0, 4221.0, 4190.0, 4232.0, 4203.0, 4252.0, 4222.0], 'WindowWidth': [9500.0, 9517.0, 9461.0, 9465.0, 9430.0, 9380.0, 9451.0, 9404.0, 9400.0, 9419.0, 9370.0, 9431.0, 9401.0, 9399.0, 9401.0, 9370.0, 9429.0, 9402.0, 9426.0, 9403.0, 9352.0, 9391.0, 9369.0, 9443.0, 9400.0, 9372.0, 9398.0, 9388.0, 9405.0, 9387.0, 9371.0, 9442.0, 9399.0, 9449.0, 9410.0, 9396.0, 9399.0, 9365.0, 9421.0, 9377.0, 9421.0, 9394.0, 9438.0, 9389.0, 9405.0, 9375.0, 9336.0, 9375.0, 9368.0, 9402.0, 9377.0, 9403.0, 9365.0, 9406.0, 9362.0, 9348.0, 9376.0, 9350.0, 9413.0, 9386.0, 9374.0, 9389.0, 9354.0, 9405.0, 9380.0, 9432.0, 9406.0, 9419.0, 9404.0, 9379.0, 9435.0, 9403.0, 9428.0, 9386.0, 9425.0, 9401.0, 9446.0, 9401.0, 9403.0, 9402.0, 9379.0, 9429.0, 9385.0, 9430.0, 9402.0, 9445.0, 9415.0, 9429.0, 9401.0, 9426.0, 9400.0, 9351.0, 9409.0, 9369.0, 9407.0, 9363.0, 9408.0, 9377.0, 9420.0, 9377.0, 9417.0, 9375.0, 9421.0, 9380.0, 9422.0, 9378.0, 9421.0, 9381.0, 9404.0, 9376.0, 9407.0, 9379.0, 9402.0, 9392.0, 9410.0, 9391.0, 9350.0, 9403.0, 9363.0, 9396.0, 9372.0, 9399.0, 9356.0, 9412.0, 9404.0, 9448.0, 9405.0, 9417.0, 9401.0, 9420.0, 9407.0, 9400.0, 9402.0, 9434.0, 9419.0, 9382.0, 9414.0, 9432.0, 9417.0, 9373.0, 9411.0, 9387.0, 9415.0, 9368.0, 9415.0, 9387.0, 9427.0, 9385.0, 9426.0, 9387.0, 9427.0, 9386.0, 9449.0, 9390.0, 9427.0, 9391.0, 9427.0, 9384.0, 9425.0, 9404.0, 9419.0, 9401.0, 9370.0, 9433.0, 9411.0, 9440.0, 9423.0, 9455.0, 9439.0, 9446.0, 9414.0, 9383.0, 9400.0, 9355.0, 9393.0, 9362.0, 9424.0, 9399.0, 9386.0, 9398.0, 9373.0, 9432.0, 9402.0, 9442.0, 9413.0, 9445.0, 9399.0, 9444.0, 9394.0, 9425.0, 9382.0, 9423.0, 9375.0, 9392.0, 9378.0, 9407.0, 9376.0, 9348.0, 9378.0, 9366.0, 9397.0, 9366.0, 9395.0, 9342.0, 9398.0, 9357.0, 9409.0, 9385.0, 9444.0, 9399.0, 9386.0, 9389.0, 9364.0, 9420.0, 9375.0, 9429.0, 9399.0, 9430.0, 9399.0, 9430.0, 9395.0, 9442.0, 9396.0, 9439.0, 9394.0, 9442.0, 9395.0, 9419.0, 9393.0, 9403.0, 9376.0, 9392.0, 9394.0, 9350.0, 9391.0, 9366.0, 9409.0, 9366.0, 9421.0, 9380.0, 9408.0, 9365.0, 9373.0, 9384.0, 9359.0, 9414.0, 9390.0, 9452.0, 9402.0, 9430.0, 9398.0, 9369.0, 9429.0, 9406.0, 9399.0, 9402.0, 9356.0, 9429.0, 9394.0, 9424.0, 9393.0, 9333.0, 9389.0, 9370.0, 9423.0, 9374.0, 9363.0, 9377.0, 9336.0, 9393.0, 9363.0, 9421.0, 9373.0, 9382.0, 9384.0, 9396.0, 9392.0, 9346.0, 9389.0, 9368.0, 9405.0, 9376.0, 9376.0, 9379.0, 9373.0, 9410.0, 9350.0, 9419.0, 9376.0, 9398.0, 9383.0, 9334.0, 9391.0, 9380.0, 9443.0, 9395.0, 9420.0, 9376.0, 9377.0, 9411.0, 9376.0, 9421.0, 9374.0, 9419.0, 9370.0, 9357.0, 9372.0, 9351.0, 9420.0, 9382.0, 9388.0, 9364.0, 9346.0, 9408.0, 9367.0, 9338.0, 9394.0, 9372.0, 9358.0, 9423.0, 9390.0, 9443.0, 9393.0, 9379.0, 9379.0, 9354.0, 9407.0, 9364.0, 9417.0, 9373.0, 9425.0, 9372.0, 9360.0, 9358.0, 9334.0, 9388.0, 9357.0, 9376.0, 9350.0, 9352.0, 9376.0, 9332.0, 9373.0, 9330.0, 9389.0, 9361.0, 9400.0, 9359.0, 9404.0, 9361.0, 9392.0, 9362.0, 9365.0, 9378.0, 9332.0, 9359.0, 9317.0, 9372.0, 9349.0, 9408.0, 9370.0, 9410.0, 9398.0, 9379.0, 9403.0, 9370.0, 9416.0, 9370.0, 9423.0, 9378.0, 9414.0, 9383.0, 9357.0, 9404.0, 9363.0, 9416.0, 9388.0, 9428.0, 9397.0, 9433.0, 9400.0, 9390.0, 9407.0, 9361.0, 9418.0, 9378.0, 9434.0, 9406.0, 9422.0, 9395.0, 9366.0, 9423.0, 9384.0, 9440.0, 9410.0, 9452.0, 9412.0, 9456.0, 9412.0, 9383.0, 9423.0, 9389.0, 9456.0, 9428.0, 9455.0, 9412.0, 9414.0, 9428.0, 9382.0, 9450.0, 9416.0, 9474.0, 9429.0, 9457.0, 9429.0, 9438.0, 9442.0, 9395.0, 9439.0, 9395.0, 9455.0, 9427.0, 9475.0, 9426.0, 9425.0, 9425.0, 9399.0, 9453.0, 9410.0, 9468.0, 9421.0, 9458.0, 9428.0, 9394.0, 9424.0, 9395.0, 9452.0, 9408.0, 9467.0, 9420.0, 9468.0, 9424.0, 9418.0, 9402.0, 9395.0, 9435.0, 9391.0, 9455.0, 9425.0, 9428.0, 9427.0, 9350.0, 9434.0, 9411.0, 9407.0, 9457.0, 9433.0, 9463.0, 9431.0, 9386.0, 9458.0, 9408.0, 9436.0, 9422.0, 9390.0, 9468.0, 9418.0, 9434.0, 9402.0, 9369.0, 9430.0, 9404.0, 9445.0, 9397.0, 9395.0, 9381.0, 9353.0, 9425.0, 9397.0, 9425.0, 9381.0, 9379.0, 9405.0, 9377.0, 9422.0, 9363.0, 9375.0, 9371.0, 9344.0, 9418.0, 9375.0, 9392.0, 9358.0, 9327.0, 9399.0, 9341.0, 9385.0, 9356.0, 9328.0, 9385.0, 9363.0, 9407.0, 9358.0, 9330.0, 9400.0, 9352.0, 9355.0, 9355.0, 9331.0, 9402.0, 9355.0, 9397.0, 9338.0, 9370.0, 9392.0, 9344.0, 9396.0, 9350.0, 9363.0, 9352.0, 9322.0, 9349.0, 9350.0, 9341.0, 9330.0, 9353.0, 9335.0, 9402.0, 9355.0, 9353.0, 9351.0, 9312.0, 9380.0, 9339.0, 9394.0, 9338.0, 9353.0, 9338.0, 9294.0, 9361.0, 9340.0, 9379.0, 9338.0, 9398.0, 9341.0, 9351.0, 9344.0, 9300.0, 9357.0, 9332.0, 9384.0, 9332.0, 9388.0, 9349.0, 9386.0, 9362.0, 9337.0, 9368.0, 9340.0, 9397.0, 9352.0, 9409.0, 9384.0, 9417.0, 9389.0, 9356.0, 9417.0, 9370.0, 9435.0, 9408.0, 9432.0, 9432.0, 9364.0, 9450.0, 9413.0, 9450.0, 9421.0, 9393.0, 9466.0, 9435.0, 9469.0, 9415.0, 9381.0, 9445.0, 9403.0, 9446.0, 9415.0, 9366.0, 9442.0, 9412.0, 9410.0, 9411.0, 9349.0, 9405.0, 9398.0, 9368.0, 9413.0, 9393.0, 9369.0, 9444.0, 9390.0, 9391.0, 9401.0, 9357.0, 9402.0, 9361.0, 9329.0, 9383.0, 9340.0, 9403.0, 9358.0, 9327.0, 9357.0, 9329.0, 9391.0, 9365.0, 9391.0, 9345.0, 9311.0, 9386.0, 9365.0, 9424.0, 9377.0, 9338.0, 9393.0, 9373.0, 9415.0, 9383.0, 9338.0, 9423.0, 9368.0, 9357.0, 9416.0, 9370.0, 9445.0, 9370.0, 9364.0, 9376.0, 9356.0, 9425.0, 9383.0, 9407.0, 9350.0, 9359.0, 9398.0, 9373.0, 9399.0, 9367.0, 9343.0, 9411.0, 9372.0, 9344.0, 9401.0, 9382.0, 9391.0, 9399.0, 9373.0, 9407.0, 9395.0, 9363.0, 9436.0, 9402.0, 9415.0, 9451.0, 9417.0, 9386.0, 9428.0, 9386.0, 9433.0, 9396.0, 9373.0, 9403.0, 9346.0, 9422.0, 9378.0, 9402.0, 9370.0, 9341.0, 9399.0, 9353.0, 9393.0, 9351.0, 9398.0, 9371.0, 9377.0, 9348.0, 9305.0, 9365.0, 9359.0, 9370.0, 9337.0, 9295.0, 9361.0, 9326.0, 9395.0, 9348.0, 9395.0, 9338.0, 9353.0, 9333.0, 9293.0, 9333.0, 9313.0, 9366.0, 9340.0, 9381.0, 9341.0, 9398.0, 9355.0, 9354.0, 9352.0, 9314.0, 9370.0, 9347.0, 9382.0, 9339.0, 9381.0, 9343.0, 9403.0, 9359.0, 9362.0, 9365.0, 9352.0, 9381.0, 9354.0, 9394.0, 9350.0, 9392.0, 9356.0, 9405.0, 9367.0, 9421.0, 9382.0, 9424.0, 9385.0, 9426.0, 9383.0, 9412.0, 9381.0, 9411.0, 9383.0, 9412.0, 9396.0, 9397.0, 9397.0, 9372.0, 9404.0, 9370.0, 9414.0, 9373.0, 9439.0, 9376.0, 9431.0, 9391.0, 9427.0, 9404.0, 9418.0, 9405.0, 9421.0, 9407.0, 9404.0, 9417.0, 9374.0, 9441.0, 9414.0, 9454.0, 9395.0, 9447.0, 9408.0, 9450.0, 9408.0, 9464.0, 9423.0, 9448.0, 9423.0, 9467.0, 9422.0, 9447.0, 9421.0, 9447.0, 9421.0, 9446.0, 9417.0, 9372.0, 9415.0, 9389.0, 9432.0, 9391.0, 9430.0, 9395.0, 9450.0, 9411.0, 9428.0, 9386.0, 9450.0, 9394.0, 9434.0, 9404.0, 9433.0, 9405.0, 9430.0, 9416.0, 9384.0, 9431.0, 9390.0, 9429.0, 9384.0, 9426.0, 9385.0, 9439.0, 9386.0, 9443.0, 9389.0, 9444.0, 9385.0, 9440.0, 9384.0, 9440.0, 9382.0, 9427.0, 9383.0, 9412.0, 9385.0, 9384.0, 9388.0, 9374.0, 9400.0, 9379.0, 9421.0, 9378.0, 9432.0, 9379.0, 9417.0, 9374.0, 9436.0, 9375.0, 9432.0, 9395.0, 9435.0, 9391.0, 9431.0, 9394.0, 9394.0, 9408.0, 9394.0, 9422.0, 9376.0, 9437.0, 9410.0, 9474.0, 9434.0, 9472.0, 9430.0, 9472.0, 9427.0, 9465.0, 9421.0, 9452.0, 9421.0, 9418.0, 9423.0, 9404.0, 9438.0, 9389.0, 9435.0, 9390.0, 9426.0, 9374.0, 9428.0, 9388.0, 9447.0, 9390.0, 9450.0, 9407.0, 9451.0, 9408.0, 9446.0, 9402.0, 9430.0, 9391.0, 9450.0, 9398.0, 9398.0, 9400.0, 9376.0, 9419.0, 9376.0, 9434.0, 9380.0, 9434.0, 9381.0, 9444.0, 9405.0, 9409.0, 9409.0, 9381.0, 9436.0, 9413.0, 9438.0, 9425.0, 9399.0, 9471.0, 9439.0, 9485.0, 9439.0, 9453.0, 9418.0, 9387.0, 9431.0, 9405.0, 9467.0, 9418.0, 9444.0, 9413.0, 9443.0, 9397.0, 9422.0, 9394.0, 9423.0, 9394.0, 9390.0, 9391.0, 9348.0, 9390.0, 9349.0, 9403.0, 9346.0, 9403.0, 9358.0, 9401.0, 9359.0, 9402.0, 9360.0, 9417.0, 9376.0, 9404.0, 9361.0, 9405.0, 9372.0, 9343.0, 9373.0, 9346.0, 9396.0, 9335.0, 9393.0, 9358.0, 9405.0, 9381.0, 9382.0, 9374.0, 9344.0, 9414.0, 9372.0, 9431.0, 9388.0, 9430.0, 9384.0, 9425.0, 9387.0, 9423.0, 9397.0, 9357.0, 9410.0, 9369.0, 9446.0, 9401.0, 9427.0, 9383.0, 9338.0, 9452.0, 9391.0, 9361.0, 9433.0, 9389.0, 9435.0, 9427.0, 9401.0, 9430.0, 9379.0, 9429.0, 9391.0, 9389.0, 9375.0, 9333.0, 9404.0, 9358.0, 9402.0, 9356.0, 9405.0, 9348.0, 9329.0, 9376.0, 9347.0, 9406.0, 9377.0, 9420.0, 9359.0, 9349.0, 9375.0, 9335.0, 9408.0, 9363.0, 9404.0, 9379.0, 9392.0, 9360.0, 9317.0, 9406.0, 9374.0, 9410.0, 9365.0, 9320.0, 9380.0, 9344.0, 9407.0, 9365.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.0005175592885375494</td></tr>
<tr><td colspan=3>aqi</td><td>0.02371639624505929</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.67646521654798</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.168108012551931</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9758875777052431</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>4499.8618</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10699096867207294</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.940711462450593</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6060928577288296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6411640279388333</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.672588663553248</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5045258816944074</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104858</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.000410545791964978</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012251597829163074</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1012</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.023068920884547</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.3755</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9669</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.0224</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300054.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.7553</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8181</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.1085</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3454.6194</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.776</td></tr>
<tr><td colspan=3>tsnr</td><td>39.531121579930186</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>