<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-01/func/sub-0036_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>11fb0aacfb442f1412e33e40eaca4c50</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>10:19:3.085000</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.996458, 0.0677121, -0.0498683, -0.0672328, 0.997674, 0.0112292]</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.141958</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7716, -7177, 528, -71, -46, 87, 71]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>323.927</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>642807a4-9825-4a1f-a564-96d3acec2320||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.6734235286712646, -0.18038073182106018, -0.13638417422771454, 125.09634399414062], [-0.18166671693325043, 2.6766867637634277, 0.02115897834300995, -73.76412963867188], [-0.13379298150539398, -0.030127177014946938, 2.696470260620117, -24.771530151367188], [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': ['101903.085000', '101903.545000', '101904.005000', '101904.465000', '101904.925000', '101905.385000', '101905.845000', '101906.305000', '101906.765000', '101907.225000', '101907.685000', '101908.145000', '101908.605000', '101909.065000', '101909.525000', '101909.985000', '101910.445000', '101910.905000', '101911.365000', '101911.825000', '101912.285000', '101912.745000', '101913.205000', '101913.665000', '101914.125000', '101914.585000', '101915.045000', '101915.505000', '101915.965000', '101916.425000', '101916.885000', '101917.345000', '101917.805000', '101918.265000', '101918.725000', '101919.185000', '101919.645000', '101920.105000', '101920.565000', '101921.025000', '101921.485000', '101921.945000', '101922.405000', '101922.865000', '101923.325000', '101923.785000', '101924.245000', '101924.705000', '101925.165000', '101925.625000', '101926.085000', '101926.545000', '101927.005000', '101927.465000', '101927.925000', '101928.385000', '101928.845000', '101929.305000', '101929.765000', '101930.225000', '101930.685000', '101931.145000', '101931.605000', '101932.065000', '101932.525000', '101932.985000', '101933.445000', '101933.905000', '101934.365000', '101934.825000', '101935.285000', '101935.745000', '101936.205000', '101936.665000', '101937.125000', '101937.585000', '101938.045000', '101938.505000', '101938.965000', '101939.425000', '101939.885000', '101940.345000', '101940.805000', '101941.265000', '101941.725000', '101942.185000', '101942.645000', '101943.105000', '101943.565000', '101944.025000', '101944.485000', '101944.945000', '101945.405000', '101945.865000', '101946.325000', '101946.785000', '101947.245000', '101947.705000', '101948.165000', '101948.625000', '101949.085000', '101949.545000', '101950.005000', '101950.465000', '101950.925000', '101951.385000', '101951.845000', '101952.305000', '101952.765000', '101953.225000', '101953.685000', '101954.145000', '101954.605000', '101955.065000', '101955.525000', '101955.985000', '101956.445000', '101956.905000', '101957.365000', '101957.825000', '101958.285000', '101958.745000', '101959.205000', '101959.665000', '102000.125000', '102000.585000', '102001.045000', '102001.505000', '102001.965000', '102002.425000', '102002.885000', '102003.345000', '102003.805000', '102004.265000', '102004.725000', '102005.185000', '102005.645000', '102006.105000', '102006.565000', '102007.025000', '102007.485000', '102007.945000', '102008.405000', '102008.865000', '102009.325000', '102009.785000', '102010.245000', '102010.705000', '102011.165000', '102011.625000', '102012.085000', '102012.545000', '102013.005000', '102013.465000', '102013.925000', '102014.385000', '102014.845000', '102015.305000', '102015.765000', '102016.225000', '102016.685000', '102017.145000', '102017.605000', '102018.065000', '102018.525000', '102018.985000', '102019.445000', '102019.905000', '102020.365000', '102020.825000', '102021.285000', '102021.745000', '102022.205000', '102022.665000', '102023.125000', '102023.585000', '102024.045000', '102024.505000', '102024.965000', '102025.425000', '102025.885000', '102026.345000', '102026.805000', '102027.265000', '102027.725000', '102028.185000', '102028.645000', '102029.105000', '102029.565000', '102030.025000', '102030.485000', '102030.945000', '102031.405000', '102031.865000', '102032.325000', '102032.785000', '102033.245000', '102033.705000', '102034.165000', '102034.625000', '102035.085000', '102035.545000', '102036.005000', '102036.465000', '102036.925000', '102037.385000', '102037.845000', '102038.305000', '102038.765000', '102039.225000', '102039.685000', '102040.145000', '102040.605000', '102041.065000', '102041.525000', '102041.985000', '102042.445000', '102042.905000', '102043.365000', '102043.825000', '102044.285000', '102044.745000', '102045.205000', '102045.665000', '102046.125000', '102046.585000', '102047.045000', '102047.505000', '102047.965000', '102048.425000', '102048.885000', '102049.345000', '102049.805000', '102050.265000', '102050.725000', '102051.185000', '102051.645000', '102052.105000', '102052.565000', '102053.025000', '102053.485000', '102053.945000', '102054.405000', '102054.865000', '102055.325000', '102055.785000', '102056.245000', '102056.705000', '102057.165000', '102057.625000', '102058.085000', '102058.545000', '102059.005000', '102059.465000', '102059.925000', '102100.385000', '102100.845000', '102101.305000', '102101.765000', '102102.225000', '102102.685000', '102103.145000', '102103.605000', '102104.065000', '102104.525000', '102104.985000', '102105.445000', '102105.905000', '102106.365000', '102106.825000', '102107.285000', '102107.745000', '102108.205000', '102108.665000', '102109.125000', '102109.585000', '102110.045000', '102110.505000', '102110.965000', '102111.425000', '102111.885000', '102112.345000', '102112.805000', '102113.265000', '102113.725000', '102114.185000', '102114.645000', '102115.105000', '102115.565000', '102116.025000', '102116.485000', '102116.945000', '102117.405000', '102117.865000', '102118.325000', '102118.785000', '102119.245000', '102119.705000', '102120.165000', '102120.625000', '102121.085000', '102121.545000', '102122.005000', '102122.465000', '102122.925000', '102123.385000', '102123.845000', '102124.305000', '102124.765000', '102125.225000', '102125.685000', '102126.145000', '102126.605000', '102127.065000', '102127.525000', '102127.985000', '102128.445000', '102128.905000', '102129.365000', '102129.825000', '102130.285000', '102130.745000', '102131.205000', '102131.665000', '102132.125000', '102132.585000', '102133.045000', '102133.505000', '102133.965000', '102134.425000', '102134.885000', '102135.345000', '102135.805000', '102136.265000', '102136.725000', '102137.185000', '102137.645000', '102138.105000', '102138.565000', '102139.025000', '102139.485000', '102139.945000', '102140.405000', '102140.865000', '102141.325000', '102141.785000', '102142.245000', '102142.705000', '102143.165000', '102143.625000', '102144.085000', '102144.545000', '102145.005000', '102145.465000', '102145.925000', '102146.385000', '102146.845000', '102147.305000', '102147.765000', '102148.225000', '102148.685000', '102149.145000', '102149.605000', '102150.065000', '102150.525000', '102150.985000', '102151.445000', '102151.905000', '102152.365000', '102152.825000', '102153.285000', '102153.745000', '102154.205000', '102154.665000', '102155.125000', '102155.585000', '102156.045000', '102156.505000', '102156.965000', '102157.425000', '102157.885000', '102158.345000', '102158.805000', '102159.265000', '102159.725000', '102200.185000', '102200.645000', '102201.105000', '102201.565000', '102202.025000', '102202.485000', '102202.945000', '102203.405000', '102203.865000', '102204.325000', '102204.785000', '102205.245000', '102205.705000', '102206.165000', '102206.625000', '102207.085000', '102207.545000', '102208.005000', '102208.465000', '102208.925000', '102209.385000', '102209.845000', '102210.305000', '102210.765000', '102211.225000', '102211.685000', '102212.145000', '102212.605000', '102213.065000', '102213.525000', '102213.985000', '102214.445000', '102214.905000', '102215.365000', '102215.825000', '102216.285000', '102216.745000', '102217.205000', '102217.665000', '102218.125000', '102218.585000', '102219.045000', '102219.505000', '102219.965000', '102220.425000', '102220.885000', '102221.345000', '102221.805000', '102222.265000', '102222.725000', '102223.185000', '102223.645000', '102224.105000', '102224.565000', '102225.025000', '102225.485000', '102225.945000', '102226.405000', '102226.865000', '102227.325000', '102227.785000', '102228.245000', '102228.705000', '102229.165000', '102229.625000', '102230.085000', '102230.545000', '102231.005000', '102231.465000', '102231.925000', '102232.385000', '102232.845000', '102233.305000', '102233.765000', '102234.225000', '102234.685000', '102235.145000', '102235.605000', '102236.065000', '102236.525000', '102236.985000', '102237.445000', '102237.905000', '102238.365000', '102238.825000', '102239.285000', '102239.745000', '102240.205000', '102240.665000', '102241.125000', '102241.585000', '102242.045000', '102242.505000', '102242.965000', '102243.425000', '102243.885000', '102244.345000', '102244.805000', '102245.265000', '102245.725000', '102246.185000', '102246.645000', '102247.105000', '102247.565000', '102248.025000', '102248.485000', '102248.945000', '102249.405000', '102249.865000', '102250.325000', '102250.785000', '102251.245000', '102251.705000', '102252.165000', '102252.625000', '102253.085000', '102253.545000', '102254.005000', '102254.465000', '102254.925000', '102255.385000', '102255.845000', '102256.305000', '102256.765000', '102257.225000', '102257.685000', '102258.145000', '102258.605000', '102259.065000', '102259.525000', '102259.985000', '102300.445000', '102300.905000', '102301.365000', '102301.825000', '102302.285000', '102302.745000', '102303.205000', '102303.665000', '102304.125000', '102304.585000', '102305.045000', '102305.505000', '102305.965000', '102306.425000', '102306.885000', '102307.345000', '102307.805000', '102308.265000', '102308.725000', '102309.185000', '102309.645000', '102310.105000', '102310.565000', '102311.025000', '102311.485000', '102311.945000', '102312.405000', '102312.865000', '102313.325000', '102313.785000', '102314.245000', '102314.705000', '102315.165000', '102315.625000', '102316.085000', '102316.545000', '102317.005000', '102317.465000', '102317.925000', '102318.385000', '102318.845000', '102319.305000', '102319.765000', '102320.225000', '102320.685000', '102321.145000', '102321.605000', '102322.065000', '102322.525000', '102322.985000', '102323.445000', '102323.905000', '102324.365000', '102324.825000', '102325.285000', '102325.745000', '102326.205000', '102326.665000', '102327.125000', '102327.585000', '102328.045000', '102328.505000', '102328.965000', '102329.425000', '102329.885000', '102330.345000', '102330.805000', '102331.265000', '102331.725000', '102332.185000', '102332.645000', '102333.105000', '102333.565000', '102334.025000', '102334.485000', '102334.945000', '102335.405000', '102335.865000', '102336.325000', '102336.785000', '102337.245000', '102337.705000', '102338.165000', '102338.625000', '102339.085000', '102339.545000', '102340.005000', '102340.465000', '102340.925000', '102341.385000', '102341.845000', '102342.305000', '102342.765000', '102343.225000', '102343.685000', '102344.145000', '102344.605000', '102345.065000', '102345.525000', '102345.985000', '102346.445000', '102346.905000', '102347.365000', '102347.825000', '102348.285000', '102348.745000', '102349.205000', '102349.665000', '102350.125000', '102350.585000', '102351.045000', '102351.505000', '102351.965000', '102352.425000', '102352.885000', '102353.345000', '102353.805000', '102354.265000', '102354.725000', '102355.185000', '102355.645000', '102356.105000', '102356.565000', '102357.025000', '102357.485000', '102357.945000', '102358.405000', '102358.865000', '102359.325000', '102359.785000', '102400.245000', '102400.705000', '102401.165000', '102401.625000', '102402.085000', '102402.545000', '102403.005000', '102403.465000', '102403.925000', '102404.385000', '102404.845000', '102405.305000', '102405.765000', '102406.225000', '102406.685000', '102407.145000', '102407.605000', '102408.065000', '102408.525000', '102408.985000', '102409.445000', '102409.905000', '102410.365000', '102410.825000', '102411.285000', '102411.745000', '102412.205000', '102412.665000', '102413.125000', '102413.585000', '102414.045000', '102414.505000', '102414.965000', '102415.425000', '102415.885000', '102416.345000', '102416.805000', '102417.265000', '102417.725000', '102418.185000', '102418.645000', '102419.105000', '102419.565000', '102420.025000', '102420.485000', '102420.945000', '102421.405000', '102421.865000', '102422.325000', '102422.785000', '102423.245000', '102423.705000', '102424.165000', '102424.625000', '102425.085000', '102425.545000', '102426.005000', '102426.465000', '102426.925000', '102427.385000', '102427.845000', '102428.305000', '102428.765000', '102429.225000', '102429.685000', '102430.145000', '102430.605000', '102431.065000', '102431.525000', '102431.985000', '102432.445000', '102432.905000', '102433.365000', '102433.825000', '102434.285000', '102434.745000', '102435.205000', '102435.665000', '102436.125000', '102436.585000', '102437.045000', '102437.505000', '102437.965000', '102438.425000', '102438.885000', '102439.345000', '102439.805000', '102440.265000', '102440.725000', '102441.185000', '102441.645000', '102442.105000', '102442.565000', '102443.025000', '102443.485000', '102443.945000', '102444.405000', '102444.865000', '102445.325000', '102445.785000', '102446.245000', '102446.705000', '102447.165000', '102447.625000', '102448.085000', '102448.545000', '102449.005000', '102449.465000', '102449.925000', '102450.385000', '102450.845000', '102451.305000', '102451.765000', '102452.225000', '102452.685000', '102453.145000', '102453.605000', '102454.065000', '102454.525000', '102454.985000', '102455.445000', '102455.905000', '102456.365000', '102456.825000', '102457.285000', '102457.745000', '102458.205000', '102458.665000', '102459.125000', '102459.585000', '102500.045000', '102500.505000', '102500.965000', '102501.425000', '102501.885000', '102502.345000', '102502.805000', '102503.265000', '102503.725000', '102504.185000', '102504.645000', '102505.105000', '102505.565000', '102506.025000', '102506.485000', '102506.945000', '102507.405000', '102507.865000', '102508.325000', '102508.785000', '102509.245000', '102509.705000', '102510.165000', '102510.625000', '102511.085000', '102511.545000', '102512.005000', '102512.465000', '102512.925000', '102513.385000', '102513.845000', '102514.305000', '102514.765000', '102515.225000', '102515.685000', '102516.145000', '102516.605000', '102517.065000', '102517.525000', '102517.985000', '102518.445000', '102518.905000', '102519.365000', '102519.825000', '102520.285000', '102520.745000', '102521.205000', '102521.665000', '102522.125000', '102522.585000', '102523.045000', '102523.505000', '102523.965000', '102524.425000', '102524.885000', '102525.345000', '102525.805000', '102526.265000', '102526.725000', '102527.185000', '102527.645000', '102528.105000', '102528.565000', '102529.025000', '102529.485000', '102529.945000', '102530.405000', '102530.865000', '102531.325000', '102531.785000', '102532.245000', '102532.705000', '102533.165000', '102533.625000', '102534.085000', '102534.545000', '102535.005000', '102535.465000', '102535.925000', '102536.385000', '102536.845000', '102537.305000', '102537.765000', '102538.225000', '102538.685000', '102539.145000', '102539.605000', '102540.065000', '102540.525000', '102540.985000', '102541.445000', '102541.905000', '102542.365000', '102542.825000', '102543.285000', '102543.745000', '102544.205000', '102544.665000', '102545.125000', '102545.585000', '102546.045000', '102546.505000', '102546.965000', '102547.425000', '102547.885000', '102548.345000', '102548.805000', '102549.265000', '102549.725000', '102550.185000', '102550.645000', '102551.105000', '102551.565000', '102552.025000', '102552.485000', '102552.945000', '102553.405000', '102553.865000', '102554.325000', '102554.785000', '102555.245000', '102555.705000', '102556.165000', '102556.625000', '102557.085000', '102557.545000', '102558.005000', '102558.465000', '102558.925000', '102559.385000', '102559.845000', '102600.305000', '102600.765000', '102601.225000', '102601.685000', '102602.145000', '102602.605000', '102603.065000', '102603.525000', '102603.985000', '102604.445000', '102604.905000', '102605.365000', '102605.825000', '102606.285000', '102606.745000', '102607.205000', '102607.665000', '102608.125000', '102608.585000', '102609.045000', '102609.505000', '102609.965000', '102610.425000', '102610.885000', '102611.345000', '102611.805000', '102612.265000', '102612.725000', '102613.185000', '102613.645000', '102614.105000', '102614.565000', '102615.025000', '102615.485000', '102615.945000', '102616.405000', '102616.865000', '102617.325000', '102617.785000', '102618.245000', '102618.705000', '102619.165000', '102619.625000', '102620.085000', '102620.545000', '102621.005000', '102621.465000', '102621.925000', '102622.385000', '102622.845000', '102623.305000', '102623.765000', '102624.225000', '102624.685000', '102625.145000', '102625.605000', '102626.065000', '102626.525000', '102626.985000', '102627.445000', '102627.905000', '102628.365000', '102628.825000', '102629.285000', '102629.745000', '102630.205000', '102630.665000', '102631.125000', '102631.585000', '102632.045000', '102632.505000', '102632.965000', '102633.425000', '102633.885000', '102634.345000', '102634.805000', '102635.265000', '102635.725000', '102636.185000', '102636.645000', '102637.105000', '102637.565000', '102638.025000', '102638.485000', '102638.945000', '102639.405000', '102639.865000', '102640.325000', '102640.785000', '102641.245000', '102641.705000', '102642.165000', '102642.625000', '102643.085000', '102643.545000', '102644.005000', '102644.465000', '102644.925000', '102645.385000', '102645.845000', '102646.305000', '102646.765000', '102647.225000', '102647.685000', '102648.145000', '102648.605000', '102649.065000', '102649.525000', '102649.985000'], 'ContentTime': ['101915.177000', '101915.180000', '101915.190000', '101915.192000', '101915.195000', '101915.199000', '101915.202000', '101915.205000', '101915.208000', '101915.210000', '101915.213000', '101915.216000', '101915.219000', '101915.222000', '101915.225000', '101915.228000', '101915.231000', '101915.234000', '101915.244000', '101915.247000', '101915.250000', '101915.253000', '101915.256000', '101915.259000', '101935.123000', '101935.126000', '101935.129000', '101935.142000', '101935.145000', '101935.148000', '101935.151000', '101935.154000', '101935.157000', '101935.160000', '101935.163000', '101935.166000', '101935.178000', '101935.181000', '101935.183000', '101935.186000', '101935.189000', '101935.192000', '101935.195000', '101935.197000', '101935.200000', '101935.203000', '101935.206000', '101935.209000', '101935.211000', '101935.214000', '101935.217000', '101935.220000', '101935.223000', '101935.226000', '101935.229000', '101935.232000', '101935.235000', '101935.238000', '101935.241000', '101935.243000', '101935.249000', '101935.252000', '101935.255000', '101935.257000', '101935.260000', '101935.264000', '101935.267000', '101935.270000', '101955.124000', '101955.127000', '101955.130000', '101955.133000', '101955.135000', '101955.138000', '101955.141000', '101955.144000', '101955.146000', '101955.149000', '101955.152000', '101955.155000', '101955.158000', '101955.161000', '101955.163000', '101955.166000', '101955.169000', '101955.172000', '101955.174000', '101955.177000', '101955.180000', '101955.183000', '101955.186000', '101955.188000', '101955.191000', '101955.194000', '101955.197000', '101955.200000', '101955.202000', '101955.205000', '101955.208000', '101955.211000', '101955.214000', '101955.216000', '101955.219000', '101955.222000', '101955.225000', '101955.228000', '101955.231000', '101955.233000', '101955.236000', '101955.239000', '101955.242000', '102015.123000', '102015.126000', '102015.129000', '102015.131000', '102015.134000', '102015.137000', '102015.140000', '102015.143000', '102015.145000', '102015.148000', '102015.151000', '102015.154000', '102015.156000', '102015.159000', '102015.162000', '102015.165000', '102015.168000', '102015.171000', '102015.174000', '102015.176000', '102015.179000', '102015.182000', '102015.185000', '102015.188000', '102015.190000', '102015.193000', '102015.196000', '102015.199000', '102015.202000', '102015.205000', '102015.207000', '102015.210000', '102015.213000', '102015.216000', '102015.219000', '102015.221000', '102015.224000', '102015.227000', '102015.230000', '102015.233000', '102015.235000', '102015.238000', '102015.241000', '102015.244000', '102035.123000', '102035.126000', '102035.129000', '102035.132000', '102035.134000', '102035.137000', '102035.140000', '102035.143000', '102035.146000', '102035.148000', '102035.151000', '102035.154000', '102035.157000', '102035.160000', '102035.163000', '102035.165000', '102035.168000', '102035.171000', '102035.174000', '102035.177000', '102035.180000', '102035.182000', '102035.186000', '102035.189000', '102035.192000', '102035.195000', '102035.198000', '102035.200000', '102035.203000', '102035.206000', '102035.209000', '102035.212000', '102035.215000', '102035.217000', '102035.220000', '102035.223000', '102035.226000', '102035.229000', '102035.232000', '102035.234000', '102035.237000', '102035.240000', '102035.243000', '102055.123000', '102055.126000', '102055.129000', '102055.131000', '102055.134000', '102055.137000', '102055.140000', '102055.143000', '102055.145000', '102055.148000', '102055.151000', '102055.154000', '102055.157000', '102055.160000', '102055.163000', '102055.166000', '102055.168000', '102055.171000', '102055.174000', '102055.177000', '102055.180000', '102055.182000', '102055.185000', '102055.188000', '102055.191000', '102055.194000', '102055.197000', '102055.199000', '102055.213000', '102055.216000', '102055.219000', '102055.222000', '102055.225000', '102055.227000', '102055.230000', '102055.233000', '102055.236000', '102055.239000', '102055.241000', '102055.244000', '102055.247000', '102055.250000', '102055.253000', '102055.256000', '102115.123000', '102115.126000', '102115.129000', '102115.131000', '102115.134000', '102115.137000', '102115.140000', '102115.143000', '102115.146000', '102115.148000', '102115.151000', '102115.154000', '102115.157000', '102115.160000', '102115.162000', '102115.165000', '102115.168000', '102115.171000', '102115.174000', '102115.177000', '102115.179000', '102115.182000', '102115.185000', '102115.188000', '102115.191000', '102115.193000', '102115.196000', '102115.199000', '102115.202000', '102115.205000', '102115.208000', '102115.210000', '102115.213000', '102115.216000', '102115.219000', '102115.222000', '102115.225000', '102115.227000', '102115.230000', '102115.233000', '102115.236000', '102115.239000', '102115.242000', '102135.123000', '102135.126000', '102135.129000', '102135.131000', '102135.134000', '102135.137000', '102135.140000', '102135.143000', '102135.145000', '102135.148000', '102135.151000', '102135.154000', '102135.157000', '102135.160000', '102135.162000', '102135.165000', '102135.168000', '102135.171000', '102135.174000', '102135.177000', '102135.179000', '102135.182000', '102135.185000', '102135.188000', '102135.191000', '102135.193000', '102135.196000', '102135.199000', '102135.202000', '102135.205000', '102135.208000', '102135.211000', '102135.213000', '102135.216000', '102135.219000', '102135.222000', '102135.225000', '102135.227000', '102135.230000', '102135.233000', '102135.236000', '102135.239000', '102135.242000', '102135.244000', '102155.123000', '102155.126000', '102155.129000', '102155.132000', '102155.134000', '102155.137000', '102155.140000', '102155.143000', '102155.146000', '102155.148000', '102155.151000', '102155.154000', '102155.157000', '102155.160000', '102155.163000', '102155.165000', '102155.168000', '102155.171000', '102155.174000', '102155.177000', '102155.180000', '102155.182000', '102155.185000', '102155.188000', '102155.191000', '102155.194000', '102155.197000', '102155.199000', '102155.202000', '102155.205000', '102155.208000', '102155.211000', '102155.214000', '102155.216000', '102155.219000', '102155.223000', '102155.226000', '102155.229000', '102155.232000', '102155.235000', '102155.238000', '102155.241000', '102155.243000', '102215.124000', '102215.127000', '102215.130000', '102215.132000', '102215.135000', '102215.138000', '102215.141000', '102215.144000', '102215.147000', '102215.149000', '102215.152000', '102215.155000', '102215.158000', '102215.161000', '102215.164000', '102215.167000', '102215.170000', '102215.172000', '102215.175000', '102215.178000', '102215.181000', '102215.184000', '102215.186000', '102215.189000', '102215.192000', '102215.195000', '102215.198000', '102215.201000', '102215.203000', '102215.206000', '102215.209000', '102215.212000', '102215.215000', '102215.218000', '102215.220000', '102215.223000', '102215.226000', '102215.229000', '102215.232000', '102215.234000', '102215.237000', '102215.240000', '102215.243000', '102215.246000', '102235.123000', '102235.126000', '102235.129000', '102235.132000', '102235.135000', '102235.137000', '102235.140000', '102235.143000', '102235.146000', '102235.149000', '102235.152000', '102235.155000', '102235.157000', '102235.160000', '102235.163000', '102235.166000', '102235.169000', '102235.172000', '102235.174000', '102235.177000', '102235.180000', '102235.183000', '102235.186000', '102235.197000', '102235.200000', '102235.203000', '102235.205000', '102235.208000', '102235.211000', '102235.214000', '102235.217000', '102235.219000', '102235.222000', '102235.225000', '102235.228000', '102235.231000', '102235.234000', '102235.237000', '102235.239000', '102235.242000', '102235.245000', '102235.248000', '102235.251000', '102255.123000', '102255.126000', '102255.129000', '102255.131000', '102255.134000', '102255.137000', '102255.140000', '102255.143000', '102255.146000', '102255.148000', '102255.151000', '102255.154000', '102255.157000', '102255.160000', '102255.163000', '102255.166000', '102255.168000', '102255.171000', '102255.174000', '102255.177000', '102255.180000', '102255.182000', '102255.185000', '102255.188000', '102255.191000', '102255.194000', '102255.197000', '102255.200000', '102255.202000', '102255.205000', '102255.208000', '102255.211000', '102255.214000', '102255.216000', '102255.219000', '102255.222000', '102255.225000', '102255.228000', '102255.231000', '102255.233000', '102255.236000', '102255.239000', '102255.242000', '102255.245000', '102315.123000', '102315.126000', '102315.129000', '102315.132000', '102315.135000', '102315.137000', '102315.140000', '102315.143000', '102315.146000', '102315.149000', '102315.152000', '102315.154000', '102315.157000', '102315.160000', '102315.163000', '102315.166000', '102315.169000', '102315.171000', '102315.174000', '102315.177000', '102315.180000', '102315.183000', '102315.186000', '102315.189000', '102315.191000', '102315.194000', '102315.197000', '102315.200000', '102315.203000', '102315.205000', '102315.208000', '102315.211000', '102315.214000', '102315.217000', '102315.219000', '102315.222000', '102315.225000', '102315.228000', '102315.231000', '102315.234000', '102315.236000', '102315.239000', '102315.242000', '102335.123000', '102335.126000', '102335.129000', '102335.132000', '102335.134000', '102335.137000', '102335.140000', '102335.143000', '102335.146000', '102335.148000', '102335.151000', '102335.154000', '102335.157000', '102335.160000', '102335.163000', '102335.165000', '102335.168000', '102335.171000', '102335.174000', '102335.177000', '102335.180000', '102335.183000', '102335.185000', '102335.188000', '102335.191000', '102335.194000', '102335.197000', '102335.200000', '102335.202000', '102335.205000', '102335.208000', '102335.211000', '102335.214000', '102335.217000', '102335.219000', '102335.222000', '102335.225000', '102335.229000', '102335.232000', '102335.235000', '102335.238000', '102335.240000', '102335.243000', '102335.246000', '102355.123000', '102355.126000', '102355.129000', '102355.132000', '102355.135000', '102355.137000', '102355.140000', '102355.143000', '102355.146000', '102355.149000', '102355.152000', '102355.154000', '102355.157000', '102355.160000', '102355.163000', '102355.166000', '102355.169000', '102355.172000', '102355.174000', '102355.177000', '102355.180000', '102355.183000', '102355.186000', '102355.189000', '102355.192000', '102355.194000', '102355.197000', '102355.200000', '102355.203000', '102355.206000', '102355.208000', '102355.211000', '102355.214000', '102355.217000', '102355.220000', '102355.222000', '102355.225000', '102355.228000', '102355.231000', '102355.234000', '102355.237000', '102355.239000', '102355.242000', '102415.123000', '102415.126000', '102415.129000', '102415.132000', '102415.135000', '102415.138000', '102415.141000', '102415.144000', '102415.146000', '102415.149000', '102415.152000', '102415.155000', '102415.158000', '102415.160000', '102415.163000', '102415.166000', '102415.169000', '102415.172000', '102415.174000', '102415.177000', '102415.180000', '102415.183000', '102415.186000', '102415.189000', '102415.191000', '102415.194000', '102415.197000', '102415.200000', '102415.203000', '102415.206000', '102415.208000', '102415.211000', '102415.214000', '102415.217000', '102415.220000', '102415.223000', '102415.225000', '102415.228000', '102415.231000', '102415.234000', '102415.237000', '102415.240000', '102415.242000', '102435.123000', '102435.126000', '102435.129000', '102435.132000', '102435.135000', '102435.138000', '102435.140000', '102435.143000', '102435.146000', '102435.149000', '102435.152000', '102435.154000', '102435.157000', '102435.160000', '102435.163000', '102435.166000', '102435.169000', '102435.172000', '102435.175000', '102435.179000', '102435.182000', '102435.185000', '102435.188000', '102435.191000', '102435.194000', '102435.197000', '102435.199000', '102435.202000', '102435.205000', '102435.208000', '102435.211000', '102435.213000', '102435.216000', '102435.219000', '102435.222000', '102435.225000', '102435.227000', '102435.230000', '102435.233000', '102435.236000', '102435.239000', '102435.242000', '102435.244000', '102435.247000', '102455.123000', '102455.126000', '102455.129000', '102455.132000', '102455.135000', '102455.137000', '102455.140000', '102455.143000', '102455.147000', '102455.152000', '102455.155000', '102455.158000', '102455.161000', '102455.163000', '102455.166000', '102455.169000', '102455.172000', '102455.175000', '102455.177000', '102455.180000', '102455.183000', '102455.186000', '102455.189000', '102455.191000', '102455.194000', '102455.197000', '102455.200000', '102455.203000', '102455.205000', '102455.208000', '102455.211000', '102455.214000', '102455.217000', '102455.220000', '102455.222000', '102455.225000', '102455.228000', '102455.231000', '102455.234000', '102455.237000', '102455.239000', '102455.242000', '102455.245000', '102515.123000', '102515.126000', '102515.129000', '102515.132000', '102515.135000', '102515.137000', '102515.140000', '102515.143000', '102515.146000', '102515.149000', '102515.151000', '102515.154000', '102515.157000', '102515.160000', '102515.163000', '102515.166000', '102515.168000', '102515.171000', '102515.174000', '102515.177000', '102515.180000', '102515.183000', '102515.186000', '102515.188000', '102515.191000', '102515.194000', '102515.197000', '102515.199000', '102515.202000', '102515.205000', '102515.208000', '102515.211000', '102515.214000', '102515.217000', '102515.219000', '102515.222000', '102515.225000', '102515.228000', '102515.230000', '102515.233000', '102515.236000', '102515.239000', '102515.242000', '102515.244000', '102535.123000', '102535.140000', '102535.143000', '102535.145000', '102535.148000', '102535.151000', '102535.154000', '102535.157000', '102535.160000', '102535.163000', '102535.166000', '102535.168000', '102535.171000', '102535.174000', '102535.177000', '102535.180000', '102535.183000', '102535.186000', '102535.188000', '102535.191000', '102535.194000', '102535.197000', '102535.200000', '102535.203000', '102535.205000', '102535.208000', '102535.211000', '102535.214000', '102535.217000', '102535.220000', '102535.222000', '102535.225000', '102535.228000', '102535.231000', '102535.234000', '102535.237000', '102535.239000', '102535.242000', '102535.245000', '102535.248000', '102535.251000', '102535.253000', '102535.256000', '102555.123000', '102555.126000', '102555.129000', '102555.132000', '102555.134000', '102555.137000', '102555.140000', '102555.143000', '102555.146000', '102555.149000', '102555.151000', '102555.154000', '102555.157000', '102555.160000', '102555.163000', '102555.166000', '102555.168000', '102555.171000', '102555.174000', '102555.196000', '102555.199000', '102555.202000', '102555.205000', '102555.207000', '102555.210000', '102555.213000', '102555.216000', '102555.219000', '102555.221000', '102555.224000', '102555.227000', '102555.230000', '102555.233000', '102555.236000', '102555.238000', '102555.241000', '102555.244000', '102555.247000', '102555.250000', '102555.252000', '102555.255000', '102555.258000', '102555.261000', '102555.264000', '102615.123000', '102615.126000', '102615.129000', '102615.132000', '102615.134000', '102615.137000', '102615.140000', '102615.143000', '102615.146000', '102615.149000', '102615.151000', '102615.154000', '102615.157000', '102615.160000', '102615.163000', '102615.166000', '102615.168000', '102615.171000', '102615.174000', '102615.177000', '102615.180000', '102615.183000', '102615.185000', '102615.188000', '102615.192000', '102615.194000', '102615.197000', '102615.200000', '102615.203000', '102615.206000', '102615.209000', '102615.212000', '102615.214000', '102615.217000', '102615.220000', '102615.223000', '102615.226000', '102615.228000', '102615.231000', '102615.234000', '102615.237000', '102615.240000', '102615.242000', '102635.123000', '102635.126000', '102635.129000', '102635.132000', '102635.135000', '102635.137000', '102635.140000', '102635.143000', '102635.146000', '102635.149000', '102635.152000', '102635.154000', '102635.157000', '102635.160000', '102635.163000', '102635.166000', '102635.169000', '102635.172000', '102635.174000', '102635.177000', '102635.180000', '102635.183000', '102635.186000', '102635.188000', '102635.191000', '102635.194000', '102635.197000', '102635.200000', '102635.203000', '102635.206000', '102635.208000', '102635.211000', '102635.214000', '102635.217000', '102635.220000', '102635.223000', '102635.225000', '102635.228000', '102635.231000', '102635.234000', '102635.237000', '102635.239000', '102635.242000', '102635.245000', '102651.116000', '102651.119000', '102651.122000', '102651.125000', '102651.129000', '102651.132000', '102651.135000', '102651.138000', '102651.141000', '102651.144000', '102651.148000', '102651.151000', '102651.169000', '102651.172000', '102651.175000', '102651.179000', '102651.182000', '102651.185000', '102651.187000', '102651.190000', '102651.193000', '102651.196000', '102651.199000', '102651.202000', '102651.205000', '102651.208000', '102651.210000', '102651.213000', '102651.216000', '102651.219000', '102651.222000', '102651.225000', '102651.228000', '102651.231000', '102651.234000'], 'InstanceCreationTime': ['101915.177000', '101915.180000', '101915.190000', '101915.192000', '101915.195000', '101915.199000', '101915.202000', '101915.205000', '101915.208000', '101915.210000', '101915.213000', '101915.216000', '101915.219000', '101915.222000', '101915.225000', '101915.228000', '101915.231000', '101915.234000', '101915.244000', '101915.247000', '101915.250000', '101915.253000', '101915.256000', '101915.259000', '101935.123000', '101935.126000', '101935.129000', '101935.142000', '101935.145000', '101935.148000', '101935.151000', '101935.154000', '101935.157000', '101935.160000', '101935.163000', '101935.166000', '101935.178000', '101935.181000', '101935.183000', '101935.186000', '101935.189000', '101935.192000', '101935.195000', '101935.197000', '101935.200000', '101935.203000', '101935.206000', '101935.209000', '101935.211000', '101935.214000', '101935.217000', '101935.220000', '101935.223000', '101935.226000', '101935.229000', '101935.232000', '101935.235000', '101935.238000', '101935.241000', '101935.243000', '101935.249000', '101935.252000', '101935.255000', '101935.257000', '101935.260000', '101935.264000', '101935.267000', '101935.270000', '101955.124000', '101955.127000', '101955.130000', '101955.133000', '101955.135000', '101955.138000', '101955.141000', '101955.144000', '101955.146000', '101955.149000', '101955.152000', '101955.155000', '101955.158000', '101955.161000', '101955.163000', '101955.166000', '101955.169000', '101955.172000', '101955.174000', '101955.177000', '101955.180000', '101955.183000', '101955.186000', '101955.188000', '101955.191000', '101955.194000', '101955.197000', '101955.200000', '101955.202000', '101955.205000', '101955.208000', '101955.211000', '101955.214000', '101955.216000', '101955.219000', '101955.222000', '101955.225000', '101955.228000', '101955.231000', '101955.233000', '101955.236000', '101955.239000', '101955.242000', '102015.123000', '102015.126000', '102015.129000', '102015.131000', '102015.134000', '102015.137000', '102015.140000', '102015.143000', '102015.145000', '102015.148000', '102015.151000', '102015.154000', '102015.156000', '102015.159000', '102015.162000', '102015.165000', '102015.168000', '102015.171000', '102015.174000', '102015.176000', '102015.179000', '102015.182000', '102015.185000', '102015.188000', '102015.190000', '102015.193000', '102015.196000', '102015.199000', '102015.202000', '102015.205000', '102015.207000', '102015.210000', '102015.213000', '102015.216000', '102015.219000', '102015.221000', '102015.224000', '102015.227000', '102015.230000', '102015.233000', '102015.235000', '102015.238000', '102015.241000', '102015.244000', '102035.123000', '102035.126000', '102035.129000', '102035.132000', '102035.134000', '102035.137000', '102035.140000', '102035.143000', '102035.146000', '102035.148000', '102035.151000', '102035.154000', '102035.157000', '102035.160000', '102035.163000', '102035.165000', '102035.168000', '102035.171000', '102035.174000', '102035.177000', '102035.180000', '102035.182000', '102035.186000', '102035.189000', '102035.192000', '102035.195000', '102035.198000', '102035.200000', '102035.203000', '102035.206000', '102035.209000', '102035.212000', '102035.215000', '102035.217000', '102035.220000', '102035.223000', '102035.226000', '102035.229000', '102035.232000', '102035.234000', '102035.237000', '102035.240000', '102035.243000', '102055.123000', '102055.126000', '102055.129000', '102055.131000', '102055.134000', '102055.137000', '102055.140000', '102055.143000', '102055.145000', '102055.148000', '102055.151000', '102055.154000', '102055.157000', '102055.160000', '102055.163000', '102055.166000', '102055.168000', '102055.171000', '102055.174000', '102055.177000', '102055.180000', '102055.182000', '102055.185000', '102055.188000', '102055.191000', '102055.194000', '102055.197000', '102055.199000', '102055.213000', '102055.216000', '102055.219000', '102055.222000', '102055.225000', '102055.227000', '102055.230000', '102055.233000', '102055.236000', '102055.239000', '102055.241000', '102055.244000', '102055.247000', '102055.250000', '102055.253000', '102055.256000', '102115.123000', '102115.126000', '102115.129000', '102115.131000', '102115.134000', '102115.137000', '102115.140000', '102115.143000', '102115.146000', '102115.148000', '102115.151000', '102115.154000', '102115.157000', '102115.160000', '102115.162000', '102115.165000', '102115.168000', '102115.171000', '102115.174000', '102115.177000', '102115.179000', '102115.182000', '102115.185000', '102115.188000', '102115.191000', '102115.193000', '102115.196000', '102115.199000', '102115.202000', '102115.205000', '102115.208000', '102115.210000', '102115.213000', '102115.216000', '102115.219000', '102115.222000', '102115.225000', '102115.227000', '102115.230000', '102115.233000', '102115.236000', '102115.239000', '102115.242000', '102135.123000', '102135.126000', '102135.129000', '102135.131000', '102135.134000', '102135.137000', '102135.140000', '102135.143000', '102135.145000', '102135.148000', '102135.151000', '102135.154000', '102135.157000', '102135.160000', '102135.162000', '102135.165000', '102135.168000', '102135.171000', '102135.174000', '102135.177000', '102135.179000', '102135.182000', '102135.185000', '102135.188000', '102135.191000', '102135.193000', '102135.196000', '102135.199000', '102135.202000', '102135.205000', '102135.208000', '102135.211000', '102135.213000', '102135.216000', '102135.219000', '102135.222000', '102135.225000', '102135.227000', '102135.230000', '102135.233000', '102135.236000', '102135.239000', '102135.242000', '102135.244000', '102155.123000', '102155.126000', '102155.129000', '102155.132000', '102155.134000', '102155.137000', '102155.140000', '102155.143000', '102155.146000', '102155.148000', '102155.151000', '102155.154000', '102155.157000', '102155.160000', '102155.163000', '102155.165000', '102155.168000', '102155.171000', '102155.174000', '102155.177000', '102155.180000', '102155.182000', '102155.185000', '102155.188000', '102155.191000', '102155.194000', '102155.197000', '102155.199000', '102155.202000', '102155.205000', '102155.208000', '102155.211000', '102155.214000', '102155.216000', '102155.219000', '102155.223000', '102155.226000', '102155.229000', '102155.232000', '102155.235000', '102155.238000', '102155.241000', '102155.243000', '102215.124000', '102215.127000', '102215.130000', '102215.132000', '102215.135000', '102215.138000', '102215.141000', '102215.144000', '102215.147000', '102215.149000', '102215.152000', '102215.155000', '102215.158000', '102215.161000', '102215.164000', '102215.167000', '102215.170000', '102215.172000', '102215.175000', '102215.178000', '102215.181000', '102215.184000', '102215.186000', '102215.189000', '102215.192000', '102215.195000', '102215.198000', '102215.201000', '102215.203000', '102215.206000', '102215.209000', '102215.212000', '102215.215000', '102215.218000', '102215.220000', '102215.223000', '102215.226000', '102215.229000', '102215.232000', '102215.234000', '102215.237000', '102215.240000', '102215.243000', '102215.246000', '102235.123000', '102235.126000', '102235.129000', '102235.132000', '102235.135000', '102235.137000', '102235.140000', '102235.143000', '102235.146000', '102235.149000', '102235.152000', '102235.155000', '102235.157000', '102235.160000', '102235.163000', '102235.166000', '102235.169000', '102235.172000', '102235.174000', '102235.177000', '102235.180000', '102235.183000', '102235.186000', '102235.197000', '102235.200000', '102235.203000', '102235.205000', '102235.208000', '102235.211000', '102235.214000', '102235.217000', '102235.219000', '102235.222000', '102235.225000', '102235.228000', '102235.231000', '102235.234000', '102235.237000', '102235.239000', '102235.242000', '102235.245000', '102235.248000', '102235.251000', '102255.123000', '102255.126000', '102255.129000', '102255.131000', '102255.134000', '102255.137000', '102255.140000', '102255.143000', '102255.146000', '102255.148000', '102255.151000', '102255.154000', '102255.157000', '102255.160000', '102255.163000', '102255.166000', '102255.168000', '102255.171000', '102255.174000', '102255.177000', '102255.180000', '102255.182000', '102255.185000', '102255.188000', '102255.191000', '102255.194000', '102255.197000', '102255.200000', '102255.202000', '102255.205000', '102255.208000', '102255.211000', '102255.214000', '102255.216000', '102255.219000', '102255.222000', '102255.225000', '102255.228000', '102255.231000', '102255.233000', '102255.236000', '102255.239000', '102255.242000', '102255.245000', '102315.123000', '102315.126000', '102315.129000', '102315.132000', '102315.135000', '102315.137000', '102315.140000', '102315.143000', '102315.146000', '102315.149000', '102315.152000', '102315.154000', '102315.157000', '102315.160000', '102315.163000', '102315.166000', '102315.169000', '102315.171000', '102315.174000', '102315.177000', '102315.180000', '102315.183000', '102315.186000', '102315.189000', '102315.191000', '102315.194000', '102315.197000', '102315.200000', '102315.203000', '102315.205000', '102315.208000', '102315.211000', '102315.214000', '102315.217000', '102315.219000', '102315.222000', '102315.225000', '102315.228000', '102315.231000', '102315.234000', '102315.236000', '102315.239000', '102315.242000', '102335.123000', '102335.126000', '102335.129000', '102335.132000', '102335.134000', '102335.137000', '102335.140000', '102335.143000', '102335.146000', '102335.148000', '102335.151000', '102335.154000', '102335.157000', '102335.160000', '102335.163000', '102335.165000', '102335.168000', '102335.171000', '102335.174000', '102335.177000', '102335.180000', '102335.183000', '102335.185000', '102335.188000', '102335.191000', '102335.194000', '102335.197000', '102335.200000', '102335.202000', '102335.205000', '102335.208000', '102335.211000', '102335.214000', '102335.217000', '102335.219000', '102335.222000', '102335.225000', '102335.229000', '102335.232000', '102335.235000', '102335.238000', '102335.240000', '102335.243000', '102335.246000', '102355.123000', '102355.126000', '102355.129000', '102355.132000', '102355.135000', '102355.137000', '102355.140000', '102355.143000', '102355.146000', '102355.149000', '102355.152000', '102355.154000', '102355.157000', '102355.160000', '102355.163000', '102355.166000', '102355.169000', '102355.172000', '102355.174000', '102355.177000', '102355.180000', '102355.183000', '102355.186000', '102355.189000', '102355.192000', '102355.194000', '102355.197000', '102355.200000', '102355.203000', '102355.206000', '102355.208000', '102355.211000', '102355.214000', '102355.217000', '102355.220000', '102355.222000', '102355.225000', '102355.228000', '102355.231000', '102355.234000', '102355.237000', '102355.239000', '102355.242000', '102415.123000', '102415.126000', '102415.129000', '102415.132000', '102415.135000', '102415.138000', '102415.141000', '102415.144000', '102415.146000', '102415.149000', '102415.152000', '102415.155000', '102415.158000', '102415.160000', '102415.163000', '102415.166000', '102415.169000', '102415.172000', '102415.174000', '102415.177000', '102415.180000', '102415.183000', '102415.186000', '102415.189000', '102415.191000', '102415.194000', '102415.197000', '102415.200000', '102415.203000', '102415.206000', '102415.208000', '102415.211000', '102415.214000', '102415.217000', '102415.220000', '102415.223000', '102415.225000', '102415.228000', '102415.231000', '102415.234000', '102415.237000', '102415.240000', '102415.242000', '102435.123000', '102435.126000', '102435.129000', '102435.132000', '102435.135000', '102435.138000', '102435.140000', '102435.143000', '102435.146000', '102435.149000', '102435.152000', '102435.154000', '102435.157000', '102435.160000', '102435.163000', '102435.166000', '102435.169000', '102435.172000', '102435.175000', '102435.179000', '102435.182000', '102435.185000', '102435.188000', '102435.191000', '102435.194000', '102435.197000', '102435.199000', '102435.202000', '102435.205000', '102435.208000', '102435.211000', '102435.213000', '102435.216000', '102435.219000', '102435.222000', '102435.225000', '102435.227000', '102435.230000', '102435.233000', '102435.236000', '102435.239000', '102435.242000', '102435.244000', '102435.247000', '102455.123000', '102455.126000', '102455.129000', '102455.132000', '102455.135000', '102455.137000', '102455.140000', '102455.143000', '102455.147000', '102455.152000', '102455.155000', '102455.158000', '102455.161000', '102455.163000', '102455.166000', '102455.169000', '102455.172000', '102455.175000', '102455.177000', '102455.180000', '102455.183000', '102455.186000', '102455.189000', '102455.191000', '102455.194000', '102455.197000', '102455.200000', '102455.203000', '102455.205000', '102455.208000', '102455.211000', '102455.214000', '102455.217000', '102455.220000', '102455.222000', '102455.225000', '102455.228000', '102455.231000', '102455.234000', '102455.237000', '102455.239000', '102455.242000', '102455.245000', '102515.123000', '102515.126000', '102515.129000', '102515.132000', '102515.135000', '102515.137000', '102515.140000', '102515.143000', '102515.146000', '102515.149000', '102515.151000', '102515.154000', '102515.157000', '102515.160000', '102515.163000', '102515.166000', '102515.168000', '102515.171000', '102515.174000', '102515.177000', '102515.180000', '102515.183000', '102515.186000', '102515.188000', '102515.191000', '102515.194000', '102515.197000', '102515.199000', '102515.202000', '102515.205000', '102515.208000', '102515.211000', '102515.214000', '102515.217000', '102515.219000', '102515.222000', '102515.225000', '102515.228000', '102515.230000', '102515.233000', '102515.236000', '102515.239000', '102515.242000', '102515.244000', '102535.123000', '102535.140000', '102535.143000', '102535.145000', '102535.148000', '102535.151000', '102535.154000', '102535.157000', '102535.160000', '102535.163000', '102535.166000', '102535.168000', '102535.171000', '102535.174000', '102535.177000', '102535.180000', '102535.183000', '102535.186000', '102535.188000', '102535.191000', '102535.194000', '102535.197000', '102535.200000', '102535.203000', '102535.205000', '102535.208000', '102535.211000', '102535.214000', '102535.217000', '102535.220000', '102535.222000', '102535.225000', '102535.228000', '102535.231000', '102535.234000', '102535.237000', '102535.239000', '102535.242000', '102535.245000', '102535.248000', '102535.251000', '102535.253000', '102535.256000', '102555.123000', '102555.126000', '102555.129000', '102555.132000', '102555.134000', '102555.137000', '102555.140000', '102555.143000', '102555.146000', '102555.149000', '102555.151000', '102555.154000', '102555.157000', '102555.160000', '102555.163000', '102555.166000', '102555.168000', '102555.171000', '102555.174000', '102555.196000', '102555.199000', '102555.202000', '102555.205000', '102555.207000', '102555.210000', '102555.213000', '102555.216000', '102555.219000', '102555.221000', '102555.224000', '102555.227000', '102555.230000', '102555.233000', '102555.236000', '102555.238000', '102555.241000', '102555.244000', '102555.247000', '102555.250000', '102555.252000', '102555.255000', '102555.258000', '102555.261000', '102555.264000', '102615.123000', '102615.126000', '102615.129000', '102615.132000', '102615.134000', '102615.137000', '102615.140000', '102615.143000', '102615.146000', '102615.149000', '102615.151000', '102615.154000', '102615.157000', '102615.160000', '102615.163000', '102615.166000', '102615.168000', '102615.171000', '102615.174000', '102615.177000', '102615.180000', '102615.183000', '102615.185000', '102615.188000', '102615.192000', '102615.194000', '102615.197000', '102615.200000', '102615.203000', '102615.206000', '102615.209000', '102615.212000', '102615.214000', '102615.217000', '102615.220000', '102615.223000', '102615.226000', '102615.228000', '102615.231000', '102615.234000', '102615.237000', '102615.240000', '102615.242000', '102635.123000', '102635.126000', '102635.129000', '102635.132000', '102635.135000', '102635.137000', '102635.140000', '102635.143000', '102635.146000', '102635.149000', '102635.152000', '102635.154000', '102635.157000', '102635.160000', '102635.163000', '102635.166000', '102635.169000', '102635.172000', '102635.174000', '102635.177000', '102635.180000', '102635.183000', '102635.186000', '102635.188000', '102635.191000', '102635.194000', '102635.197000', '102635.200000', '102635.203000', '102635.206000', '102635.208000', '102635.211000', '102635.214000', '102635.217000', '102635.220000', '102635.223000', '102635.225000', '102635.228000', '102635.231000', '102635.234000', '102635.237000', '102635.239000', '102635.242000', '102635.245000', '102651.116000', '102651.119000', '102651.122000', '102651.125000', '102651.129000', '102651.132000', '102651.135000', '102651.138000', '102651.141000', '102651.144000', '102651.148000', '102651.151000', '102651.169000', '102651.172000', '102651.175000', '102651.179000', '102651.182000', '102651.185000', '102651.187000', '102651.190000', '102651.193000', '102651.196000', '102651.199000', '102651.202000', '102651.205000', '102651.208000', '102651.210000', '102651.213000', '102651.216000', '102651.219000', '102651.222000', '102651.225000', '102651.228000', '102651.231000', '102651.234000'], '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': [19608, 12884, 16465, 13802, 13081, 24612, 13139, 17919, 13064, 16472, 13038, 12818, 21480, 13114, 19389, 13182, 15306, 12662, 13205, 23043, 13197, 18279, 12847, 14461, 11853, 13111, 22527, 13170, 16219, 11707, 12630, 12696, 12740, 21193, 12513, 16932, 12215, 15017, 10834, 12561, 22111, 12957, 16173, 11427, 12901, 21195, 12065, 15488, 11849, 12603, 20891, 12563, 15075, 11608, 12634, 12202, 11756, 13062, 12734, 22061, 13060, 20152, 12246, 12641, 22345, 12433, 14381, 24082, 12630, 17262, 12431, 12516, 21589, 13050, 14760, 11882, 12289, 19232, 12815, 14808, 11845, 13351, 17959, 12131, 17715, 12584, 14270, 12003, 13245, 22426, 12968, 16550, 12051, 14896, 21232, 12753, 21485, 12834, 13897, 21459, 12747, 19296, 12167, 12379, 21404, 12947, 15946, 12058, 12499, 20540, 12276, 14017, 19845, 12406, 16406, 11847, 12356, 20056, 12741, 15241, 11884, 12468, 19899, 12713, 14894, 12061, 12345, 21049, 12339, 14565, 15050, 12353, 21115, 12358, 12359, 13334, 12270, 19312, 12493, 14699, 15611, 12065, 20460, 12764, 13790, 21449, 12359, 16670, 12050, 11402, 12076, 12329, 19616, 12890, 14839, 13518, 12180, 21081, 12572, 14301, 21156, 12215, 16777, 12091, 12082, 21932, 12430, 14297, 20283, 12287, 17396, 12326, 13908, 12269, 12245, 15416, 12280, 19462, 12101, 14180, 19982, 12554, 16178, 12483, 11766, 21040, 12480, 15546, 12443, 11959, 21434, 12388, 14539, 11983, 12401, 18923, 12392, 16627, 12372, 14137, 12348, 14948, 12666, 17154, 12348, 15247, 25003, 13359, 15760, 13357, 11851, 20599, 12522, 13977, 12196, 12064, 19473, 12490, 15179, 12075, 12925, 13773, 12583, 17912, 12147, 14051, 13837, 12204, 19898, 12319, 13979, 17775, 12425, 17464, 12454, 12323, 20760, 12187, 14926, 12138, 11702, 20068, 12642, 15988, 12002, 12652, 18722, 12402, 17606, 11610, 13713, 12026, 12244, 19619, 12679, 14390, 11990, 11782, 20444, 12539, 15897, 12048, 11655, 21828, 12653, 16108, 12250, 11689, 21969, 12131, 16103, 12184, 13227, 21269, 12157, 17727, 11815, 13096, 21700, 12197, 17935, 11955, 13734, 12435, 11840, 22412, 13049, 14388, 12338, 12190, 21376, 11865, 16610, 12294, 13293, 22655, 11996, 15667, 12263, 11711, 20224, 12084, 15329, 11779, 11869, 21284, 11773, 15796, 11660, 11628, 19765, 11909, 15477, 12031, 12514, 12582, 12026, 18312, 12073, 14517, 12260, 12472, 19853, 12571, 16455, 12099, 13706, 16049, 11966, 19713, 11897, 13747, 12176, 11896, 20749, 11799, 15429, 12159, 12308, 21262, 12026, 15616, 11761, 12685, 20057, 11892, 15396, 11731, 12780, 19742, 11940, 15409, 12170, 12371, 19904, 12247, 14926, 12350, 12116, 18894, 12209, 14048, 12126, 11838, 17902, 12482, 14619, 11993, 12144, 19165, 12489, 14632, 13349, 12183, 17418, 12340, 13798, 12121, 11960, 19342, 12328, 14699, 19141, 12108, 16574, 12188, 13143, 21022, 12880, 16403, 12668, 12838, 20323, 12271, 16145, 12356, 12526, 20556, 12690, 15804, 12336, 12708, 20994, 12639, 15432, 12472, 12382, 21396, 13325, 15961, 12691, 12145, 20492, 13480, 15799, 12199, 11949, 19833, 12590, 17600, 12423, 16764, 12271, 15245, 12484, 15842, 14344, 12242, 21297, 12307, 14107, 24152, 12968, 16774, 12895, 11764, 19615, 12318, 14348, 12369, 11675, 19201, 12378, 13910, 12012, 11823, 18841, 12610, 13659, 11689, 12323, 18880, 12460, 14203, 12482, 12329, 17226, 12570, 14129, 12550, 11558, 12777, 21271, 12074, 12471, 22112, 12911, 13723, 21543, 12444, 16738, 12061, 11805, 21652, 12394, 13857, 11374, 11907, 17717, 12196, 13066, 11976, 11762, 19523, 12220, 15480, 12246, 11838, 21554, 12135, 15025, 12069, 11670, 20829, 11817, 14876, 11684, 12057, 20537, 11925, 12952, 21491, 11781, 14002, 11927, 11779, 20224, 11877, 12548, 15169, 11667, 16776, 11506, 12498, 17521, 12016, 15647, 12054, 13238, 11857, 12620, 17015, 11960, 19009, 11535, 12540, 20327, 12037, 14681, 11585, 12554, 19999, 11972, 13720, 12064, 11965, 18397, 11313, 12214, 20018, 11830, 14643, 11905, 11971, 18027, 12229, 13277, 11459, 11939, 19486, 12702, 13236, 11461, 12038, 19075, 11819, 13496, 12924, 12151, 19241, 11862, 14433, 11924, 11964, 21459, 12315, 16189, 12906, 12432, 21932, 12477, 14303, 15416, 12549, 24396, 13434, 17073, 13609, 12490, 12760, 19402, 12871, 15933, 17720, 12770, 18145, 12429, 13062, 23389, 12966, 17253, 12327, 13075, 24976, 17800, 18805, 13125, 18958, 12807, 15135, 12991, 18077, 13238, 20145, 15259, 13220, 21129, 12825, 14501, 12430, 12342, 11801, 12937, 12140, 13022, 18288, 12187, 13389, 12409, 12490, 17770, 12854, 15733, 12779, 13792, 12453, 13291, 12883, 12710, 19362, 12891, 15978, 11951, 13052, 12638, 12766, 20572, 12574, 14521, 12614, 12745, 22318, 12492, 16357, 11948, 13257, 11815, 12647, 20095, 12760, 16691, 12640, 14163, 12737, 12702, 14407, 13107, 19723, 12569, 15076, 12146, 12900, 21932, 12904, 17014, 12455, 14107, 11962, 12726, 19775, 12921, 15638, 13195, 13435, 12638, 12506, 17572, 12608, 17044, 12770, 13586, 11820, 12633, 20219, 13138, 14801, 12462, 12925, 15597, 12915, 19080, 12579, 13670, 12256, 12537, 21643, 12711, 17088, 12392, 13601, 14534, 12809, 18785, 12398, 14084, 12226, 13423, 20790, 12632, 14217, 12068, 13252, 17961, 12485, 13477, 21753, 12932, 15152, 12124, 13068, 18739, 13112, 14437, 11754, 13126, 19741, 12248, 13548, 19252, 13234, 15215, 12397, 12670, 19953, 13521, 13876, 20968, 12868, 14676, 13494, 13172, 19408, 13336, 13549, 12854, 12870, 19873, 13515, 14124, 13297, 13611, 18448, 12845, 13601, 19582, 13157, 16486, 12681, 12776, 20132, 13668, 14362, 13717, 12801, 20593, 13846, 14151, 20316, 13733, 13927, 12066, 13287, 16486, 13367, 12972, 20211, 13944, 13812, 20050, 13491, 14589, 12646, 13050, 18087, 14130, 12968, 21702, 13723, 14212, 14566, 13217, 15621, 13459, 12836, 19734, 13860, 13327, 15566, 13357, 15816, 13479, 13042, 19292, 13855, 13531, 15485, 13191, 14885, 13374, 13389, 18974, 13593, 13819, 17778, 13395, 15763, 13341, 13078, 17917, 13913, 13223, 15505, 13284, 16247, 14011, 13021, 20266, 13544, 13567, 13689, 13330, 15147, 12795, 13135, 18758, 13226, 12953, 20527, 13654, 13220, 17649, 13761, 15121, 13033, 13293, 19847, 13278, 13661, 13978, 13323, 15273, 13626, 13450, 20012, 13857, 13838, 20832, 13380, 14340, 13254, 13367, 17105, 12779, 13077, 13279, 13388, 15387, 13662, 13195, 20136, 13420, 13830, 12791, 13803, 16335, 13543, 13377, 19248, 13556, 14206, 12302, 13182, 18470, 12593, 13339, 18078, 13574, 14857, 13207, 13473, 18936, 13567, 14729, 13615, 13645, 17479, 13678, 13789, 19944, 13984, 13755, 12334, 13819, 18452, 13300, 13548, 19712, 13483, 15299, 13890, 13504, 18739, 13573, 13518, 12617, 13849, 17156, 12988, 13465, 16567, 13495, 15133, 12935, 13453, 19692, 13549, 14290, 13281, 13860, 18044, 13632, 13518, 18616, 13320, 15701, 13555, 13176, 18951, 13415, 13956, 12732, 13518, 18032, 13366, 13501, 13251, 13561, 17186, 13120, 13466, 12318, 14080, 18831, 13486, 13797, 12616, 13453, 18932, 13464, 14257, 12524, 13104, 18120, 12531, 17238, 12635, 15290, 12888, 12857, 12991, 22196, 12521, 14057, 23857, 12942, 16696, 11134, 13290, 19094, 12583, 13776, 11841, 12968, 19024, 12856, 13639, 12160, 12688, 20400, 12881, 13621, 11867, 12655, 20436, 12497, 13724, 13059, 13115, 18847, 12405, 13840, 18368, 13497, 16516, 12540, 13499, 21213, 12890, 14728, 12039, 13110, 19676, 13129, 14215, 13234, 13085], 'WindowCenter': [4888.0, 4810.0, 4827.0, 4802.0, 4791.0, 4849.0, 4777.0, 4805.0, 4773.0, 4794.0, 4774.0, 4773.0, 4824.0, 4775.0, 4825.0, 4777.0, 4797.0, 4775.0, 4786.0, 4848.0, 4787.0, 4818.0, 4778.0, 4788.0, 4766.0, 4777.0, 4838.0, 4778.0, 4807.0, 4767.0, 4778.0, 4777.0, 4775.0, 4838.0, 4790.0, 4820.0, 4778.0, 4812.0, 4768.0, 4792.0, 4849.0, 4790.0, 4808.0, 4766.0, 4778.0, 4829.0, 4769.0, 4798.0, 4764.0, 4776.0, 4828.0, 4780.0, 4811.0, 4771.0, 4792.0, 4781.0, 4779.0, 4790.0, 4789.0, 4852.0, 4802.0, 4841.0, 4780.0, 4788.0, 4842.0, 4779.0, 4789.0, 4835.0, 4767.0, 4804.0, 4763.0, 4767.0, 4825.0, 4763.0, 4786.0, 4752.0, 4765.0, 4814.0, 4775.0, 4796.0, 4767.0, 4789.0, 4828.0, 4793.0, 4820.0, 4790.0, 4802.0, 4782.0, 4793.0, 4851.0, 4791.0, 4810.0, 4781.0, 4802.0, 4841.0, 4779.0, 4827.0, 4778.0, 4788.0, 4827.0, 4776.0, 4817.0, 4765.0, 4767.0, 4823.0, 4767.0, 4796.0, 4754.0, 4766.0, 4825.0, 4765.0, 4786.0, 4812.0, 4765.0, 4793.0, 4755.0, 4766.0, 4810.0, 4764.0, 4797.0, 4766.0, 4778.0, 4826.0, 4778.0, 4799.0, 4766.0, 4776.0, 4826.0, 4768.0, 4788.0, 4785.0, 4767.0, 4825.0, 4766.0, 4766.0, 4774.0, 4767.0, 4815.0, 4767.0, 4798.0, 4797.0, 4768.0, 4828.0, 4775.0, 4788.0, 4827.0, 4768.0, 4796.0, 4767.0, 4755.0, 4766.0, 4779.0, 4826.0, 4779.0, 4800.0, 4776.0, 4777.0, 4827.0, 4777.0, 4789.0, 4826.0, 4768.0, 4796.0, 4755.0, 4766.0, 4824.0, 4754.0, 4774.0, 4811.0, 4754.0, 4793.0, 4764.0, 4773.0, 4766.0, 4766.0, 4785.0, 4765.0, 4818.0, 4767.0, 4789.0, 4817.0, 4768.0, 4798.0, 4765.0, 4768.0, 4825.0, 4765.0, 4786.0, 4765.0, 4757.0, 4824.0, 4766.0, 4774.0, 4754.0, 4768.0, 4818.0, 4768.0, 4807.0, 4779.0, 4786.0, 4780.0, 4796.0, 4779.0, 4810.0, 4779.0, 4800.0, 4840.0, 4766.0, 4787.0, 4764.0, 4755.0, 4804.0, 4755.0, 4774.0, 4753.0, 4755.0, 4813.0, 4763.0, 4784.0, 4768.0, 4780.0, 4789.0, 4781.0, 4819.0, 4780.0, 4792.0, 4790.0, 4780.0, 4829.0, 4770.0, 4791.0, 4808.0, 4780.0, 4807.0, 4767.0, 4780.0, 4829.0, 4769.0, 4797.0, 4768.0, 4768.0, 4829.0, 4778.0, 4807.0, 4780.0, 4783.0, 4817.0, 4782.0, 4818.0, 4769.0, 4790.0, 4769.0, 4771.0, 4818.0, 4777.0, 4789.0, 4767.0, 4770.0, 4828.0, 4779.0, 4809.0, 4769.0, 4770.0, 4828.0, 4767.0, 4797.0, 4757.0, 4767.0, 4827.0, 4769.0, 4796.0, 4765.0, 4778.0, 4827.0, 4769.0, 4806.0, 4756.0, 4766.0, 4825.0, 4766.0, 4805.0, 4757.0, 4778.0, 4755.0, 4757.0, 4826.0, 4766.0, 4775.0, 4754.0, 4765.0, 4815.0, 4755.0, 4795.0, 4754.0, 4765.0, 4825.0, 4753.0, 4781.0, 4751.0, 4753.0, 4811.0, 4755.0, 4783.0, 4753.0, 4753.0, 4812.0, 4755.0, 4783.0, 4743.0, 4755.0, 4814.0, 4755.0, 4784.0, 4754.0, 4765.0, 4764.0, 4766.0, 4806.0, 4766.0, 4786.0, 4765.0, 4777.0, 4818.0, 4780.0, 4798.0, 4769.0, 4788.0, 4796.0, 4759.0, 4817.0, 4755.0, 4773.0, 4753.0, 4755.0, 4814.0, 4753.0, 4785.0, 4750.0, 4766.0, 4814.0, 4755.0, 4784.0, 4754.0, 4766.0, 4814.0, 4756.0, 4785.0, 4752.0, 4765.0, 4815.0, 4757.0, 4784.0, 4755.0, 4765.0, 4815.0, 4753.0, 4783.0, 4754.0, 4765.0, 4804.0, 4755.0, 4775.0, 4754.0, 4755.0, 4805.0, 4766.0, 4786.0, 4755.0, 4767.0, 4806.0, 4767.0, 4787.0, 4776.0, 4767.0, 4793.0, 4767.0, 4778.0, 4767.0, 4771.0, 4817.0, 4778.0, 4790.0, 4819.0, 4769.0, 4797.0, 4767.0, 4777.0, 4828.0, 4769.0, 4797.0, 4766.0, 4766.0, 4815.0, 4767.0, 4786.0, 4755.0, 4767.0, 4817.0, 4766.0, 4785.0, 4765.0, 4768.0, 4817.0, 4767.0, 4786.0, 4755.0, 4767.0, 4816.0, 4766.0, 4786.0, 4753.0, 4754.0, 4815.0, 4766.0, 4785.0, 4769.0, 4771.0, 4810.0, 4766.0, 4793.0, 4766.0, 4794.0, 4769.0, 4797.0, 4778.0, 4810.0, 4787.0, 4766.0, 4818.0, 4755.0, 4776.0, 4825.0, 4754.0, 4784.0, 4739.0, 4741.0, 4790.0, 4741.0, 4762.0, 4741.0, 4744.0, 4804.0, 4755.0, 4763.0, 4752.0, 4756.0, 4805.0, 4766.0, 4779.0, 4756.0, 4767.0, 4816.0, 4766.0, 4778.0, 4766.0, 4771.0, 4810.0, 4781.0, 4789.0, 4783.0, 4783.0, 4808.0, 4858.0, 4782.0, 4782.0, 4832.0, 4781.0, 4781.0, 4829.0, 4767.0, 4798.0, 4755.0, 4756.0, 4816.0, 4756.0, 4765.0, 4743.0, 4745.0, 4794.0, 4755.0, 4766.0, 4755.0, 4758.0, 4816.0, 4757.0, 4788.0, 4766.0, 4771.0, 4828.0, 4768.0, 4788.0, 4756.0, 4757.0, 4815.0, 4758.0, 4787.0, 4755.0, 4757.0, 4816.0, 4756.0, 4767.0, 4817.0, 4755.0, 4775.0, 4743.0, 4755.0, 4806.0, 4743.0, 4754.0, 4772.0, 4743.0, 4783.0, 4743.0, 4753.0, 4778.0, 4752.0, 4771.0, 4754.0, 4764.0, 4754.0, 4764.0, 4793.0, 4756.0, 4805.0, 4744.0, 4754.0, 4815.0, 4755.0, 4774.0, 4744.0, 4766.0, 4803.0, 4754.0, 4764.0, 4753.0, 4743.0, 4792.0, 4733.0, 4752.0, 4803.0, 4752.0, 4773.0, 4740.0, 4754.0, 4791.0, 4754.0, 4764.0, 4742.0, 4755.0, 4813.0, 4765.0, 4777.0, 4755.0, 4767.0, 4814.0, 4754.0, 4778.0, 4765.0, 4766.0, 4815.0, 4758.0, 4787.0, 4755.0, 4758.0, 4812.0, 4754.0, 4797.0, 4764.0, 4752.0, 4813.0, 4765.0, 4775.0, 4798.0, 4766.0, 4826.0, 4765.0, 4783.0, 4764.0, 4766.0, 4768.0, 4802.0, 4764.0, 4799.0, 4805.0, 4779.0, 4808.0, 4767.0, 4777.0, 4829.0, 4765.0, 4785.0, 4740.0, 4750.0, 4826.0, 4795.0, 4793.0, 4752.0, 4780.0, 4738.0, 4756.0, 4737.0, 4766.0, 4738.0, 4778.0, 4742.0, 4723.0, 4761.0, 4721.0, 4732.0, 4725.0, 4722.0, 4709.0, 4723.0, 4712.0, 4734.0, 4761.0, 4727.0, 4746.0, 4738.0, 4751.0, 4780.0, 4750.0, 4769.0, 4752.0, 4760.0, 4750.0, 4762.0, 4764.0, 4766.0, 4817.0, 4769.0, 4795.0, 4758.0, 4767.0, 4765.0, 4767.0, 4817.0, 4756.0, 4775.0, 4753.0, 4765.0, 4815.0, 4756.0, 4782.0, 4743.0, 4763.0, 4752.0, 4765.0, 4815.0, 4763.0, 4793.0, 4765.0, 4774.0, 4764.0, 4768.0, 4773.0, 4767.0, 4804.0, 4765.0, 4786.0, 4753.0, 4755.0, 4816.0, 4754.0, 4781.0, 4751.0, 4762.0, 4743.0, 4754.0, 4803.0, 4765.0, 4785.0, 4765.0, 4766.0, 4753.0, 4765.0, 4804.0, 4768.0, 4795.0, 4767.0, 4776.0, 4754.0, 4769.0, 4818.0, 4765.0, 4786.0, 4765.0, 4766.0, 4785.0, 4765.0, 4816.0, 4768.0, 4774.0, 4753.0, 4765.0, 4828.0, 4764.0, 4796.0, 4753.0, 4765.0, 4772.0, 4767.0, 4805.0, 4754.0, 4775.0, 4751.0, 4765.0, 4815.0, 4752.0, 4763.0, 4742.0, 4763.0, 4794.0, 4750.0, 4764.0, 4815.0, 4752.0, 4772.0, 4742.0, 4753.0, 4789.0, 4750.0, 4772.0, 4742.0, 4765.0, 4805.0, 4754.0, 4765.0, 4805.0, 4765.0, 4784.0, 4754.0, 4765.0, 4806.0, 4763.0, 4774.0, 4816.0, 4764.0, 4774.0, 4762.0, 4766.0, 4805.0, 4764.0, 4765.0, 4764.0, 4764.0, 4814.0, 4775.0, 4774.0, 4766.0, 4789.0, 4806.0, 4764.0, 4775.0, 4805.0, 4766.0, 4793.0, 4763.0, 4766.0, 4813.0, 4774.0, 4788.0, 4775.0, 4768.0, 4815.0, 4774.0, 4775.0, 4806.0, 4763.0, 4774.0, 4756.0, 4777.0, 4795.0, 4776.0, 4778.0, 4817.0, 4788.0, 4789.0, 4819.0, 4778.0, 4789.0, 4766.0, 4777.0, 4809.0, 4774.0, 4766.0, 4817.0, 4763.0, 4775.0, 4774.0, 4763.0, 4785.0, 4763.0, 4765.0, 4802.0, 4774.0, 4764.0, 4785.0, 4767.0, 4771.0, 4762.0, 4765.0, 4803.0, 4764.0, 4764.0, 4773.0, 4763.0, 4784.0, 4764.0, 4764.0, 4802.0, 4765.0, 4773.0, 4794.0, 4765.0, 4787.0, 4761.0, 4765.0, 4795.0, 4773.0, 4765.0, 4784.0, 4763.0, 4783.0, 4773.0, 4766.0, 4805.0, 4767.0, 4773.0, 4763.0, 4776.0, 4787.0, 4763.0, 4766.0, 4803.0, 4764.0, 4767.0, 4814.0, 4766.0, 4765.0, 4795.0, 4763.0, 4774.0, 4764.0, 4765.0, 4804.0, 4763.0, 4777.0, 4763.0, 4764.0, 4773.0, 4762.0, 4764.0, 4802.0, 4775.0, 4776.0, 4814.0, 4765.0, 4774.0, 4762.0, 4774.0, 4795.0, 4763.0, 4766.0, 4762.0, 4764.0, 4784.0, 4763.0, 4767.0, 4806.0, 4766.0, 4775.0, 4763.0, 4777.0, 4797.0, 4762.0, 4766.0, 4804.0, 4766.0, 4777.0, 4754.0, 4775.0, 4806.0, 4755.0, 4777.0, 4794.0, 4776.0, 4788.0, 4764.0, 4778.0, 4805.0, 4775.0, 4786.0, 4775.0, 4776.0, 4808.0, 4765.0, 4776.0, 4816.0, 4776.0, 4764.0, 4755.0, 4772.0, 4794.0, 4765.0, 4765.0, 4803.0, 4766.0, 4773.0, 4762.0, 4765.0, 4794.0, 4761.0, 4763.0, 4752.0, 4760.0, 4792.0, 4763.0, 4765.0, 4783.0, 4761.0, 4785.0, 4750.0, 4764.0, 4802.0, 4763.0, 4771.0, 4761.0, 4762.0, 4791.0, 4760.0, 4752.0, 4792.0, 4750.0, 4772.0, 4748.0, 4748.0, 4780.0, 4750.0, 4760.0, 4740.0, 4750.0, 4777.0, 4750.0, 4761.0, 4748.0, 4761.0, 4793.0, 4761.0, 4763.0, 4753.0, 4772.0, 4805.0, 4764.0, 4776.0, 4751.0, 4775.0, 4804.0, 4767.0, 4777.0, 4768.0, 4781.0, 4809.0, 4769.0, 4798.0, 4767.0, 4783.0, 4766.0, 4766.0, 4768.0, 4828.0, 4758.0, 4779.0, 4829.0, 4756.0, 4785.0, 4731.0, 4753.0, 4794.0, 4743.0, 4764.0, 4742.0, 4751.0, 4790.0, 4742.0, 4752.0, 4742.0, 4755.0, 4803.0, 4755.0, 4764.0, 4755.0, 4767.0, 4814.0, 4757.0, 4765.0, 4763.0, 4765.0, 4806.0, 4757.0, 4768.0, 4796.0, 4766.0, 4785.0, 4755.0, 4765.0, 4804.0, 4756.0, 4775.0, 4743.0, 4766.0, 4804.0, 4766.0, 4778.0, 4764.0, 4767.0], 'WindowWidth': [10611.0, 10482.0, 10502.0, 10456.0, 10437.0, 10528.0, 10410.0, 10447.0, 10402.0, 10434.0, 10402.0, 10404.0, 10474.0, 10406.0, 10476.0, 10410.0, 10438.0, 10404.0, 10424.0, 10517.0, 10426.0, 10468.0, 10412.0, 10427.0, 10393.0, 10412.0, 10502.0, 10413.0, 10452.0, 10394.0, 10414.0, 10409.0, 10409.0, 10498.0, 10433.0, 10475.0, 10418.0, 10466.0, 10400.0, 10438.0, 10520.0, 10434.0, 10457.0, 10394.0, 10412.0, 10488.0, 10401.0, 10441.0, 10390.0, 10409.0, 10486.0, 10420.0, 10464.0, 10408.0, 10438.0, 10421.0, 10419.0, 10432.0, 10434.0, 10523.0, 10455.0, 10511.0, 10415.0, 10429.0, 10514.0, 10413.0, 10427.0, 10492.0, 10394.0, 10444.0, 10382.0, 10393.0, 10476.0, 10383.0, 10419.0, 10369.0, 10388.0, 10455.0, 10404.0, 10433.0, 10396.0, 10430.0, 10484.0, 10444.0, 10474.0, 10434.0, 10452.0, 10422.0, 10441.0, 10523.0, 10436.0, 10460.0, 10418.0, 10450.0, 10505.0, 10415.0, 10488.0, 10409.0, 10426.0, 10483.0, 10407.0, 10465.0, 10388.0, 10396.0, 10475.0, 10394.0, 10432.0, 10370.0, 10392.0, 10475.0, 10389.0, 10419.0, 10453.0, 10389.0, 10427.0, 10374.0, 10392.0, 10450.0, 10388.0, 10435.0, 10391.0, 10413.0, 10478.0, 10410.0, 10442.0, 10394.0, 10408.0, 10480.0, 10396.0, 10426.0, 10418.0, 10393.0, 10478.0, 10390.0, 10391.0, 10398.0, 10395.0, 10460.0, 10396.0, 10440.0, 10437.0, 10399.0, 10482.0, 10404.0, 10426.0, 10483.0, 10396.0, 10434.0, 10395.0, 10378.0, 10392.0, 10415.0, 10478.0, 10413.0, 10447.0, 10408.0, 10412.0, 10482.0, 10408.0, 10429.0, 10481.0, 10397.0, 10435.0, 10373.0, 10392.0, 10477.0, 10371.0, 10399.0, 10449.0, 10370.0, 10422.0, 10385.0, 10396.0, 10389.0, 10394.0, 10417.0, 10393.0, 10468.0, 10395.0, 10429.0, 10466.0, 10396.0, 10439.0, 10388.0, 10396.0, 10476.0, 10388.0, 10419.0, 10386.0, 10378.0, 10473.0, 10390.0, 10400.0, 10369.0, 10397.0, 10471.0, 10397.0, 10450.0, 10413.0, 10421.0, 10416.0, 10435.0, 10415.0, 10459.0, 10412.0, 10446.0, 10516.0, 10392.0, 10422.0, 10383.0, 10373.0, 10442.0, 10372.0, 10398.0, 10366.0, 10374.0, 10453.0, 10386.0, 10412.0, 10396.0, 10418.0, 10426.0, 10419.0, 10471.0, 10417.0, 10436.0, 10430.0, 10417.0, 10487.0, 10401.0, 10433.0, 10455.0, 10414.0, 10451.0, 10393.0, 10418.0, 10487.0, 10400.0, 10436.0, 10396.0, 10398.0, 10486.0, 10412.0, 10452.0, 10414.0, 10423.0, 10467.0, 10422.0, 10470.0, 10401.0, 10431.0, 10399.0, 10404.0, 10469.0, 10410.0, 10428.0, 10393.0, 10402.0, 10484.0, 10415.0, 10456.0, 10397.0, 10402.0, 10486.0, 10395.0, 10438.0, 10377.0, 10395.0, 10483.0, 10398.0, 10434.0, 10389.0, 10411.0, 10481.0, 10398.0, 10446.0, 10376.0, 10392.0, 10475.0, 10391.0, 10444.0, 10378.0, 10409.0, 10372.0, 10379.0, 10480.0, 10390.0, 10402.0, 10369.0, 10387.0, 10462.0, 10375.0, 10431.0, 10370.0, 10387.0, 10478.0, 10368.0, 10406.0, 10360.0, 10368.0, 10448.0, 10373.0, 10409.0, 10365.0, 10370.0, 10451.0, 10373.0, 10409.0, 10353.0, 10373.0, 10454.0, 10374.0, 10412.0, 10371.0, 10390.0, 10385.0, 10392.0, 10447.0, 10393.0, 10420.0, 10389.0, 10409.0, 10467.0, 10414.0, 10438.0, 10397.0, 10424.0, 10434.0, 10383.0, 10465.0, 10375.0, 10399.0, 10369.0, 10375.0, 10460.0, 10373.0, 10416.0, 10363.0, 10389.0, 10460.0, 10374.0, 10413.0, 10370.0, 10390.0, 10456.0, 10377.0, 10414.0, 10369.0, 10389.0, 10461.0, 10379.0, 10415.0, 10372.0, 10388.0, 10458.0, 10371.0, 10411.0, 10369.0, 10387.0, 10442.0, 10375.0, 10401.0, 10371.0, 10377.0, 10444.0, 10391.0, 10420.0, 10373.0, 10394.0, 10447.0, 10392.0, 10422.0, 10404.0, 10394.0, 10426.0, 10391.0, 10409.0, 10393.0, 10403.0, 10466.0, 10410.0, 10429.0, 10470.0, 10397.0, 10436.0, 10390.0, 10408.0, 10482.0, 10397.0, 10435.0, 10386.0, 10391.0, 10460.0, 10392.0, 10417.0, 10371.0, 10391.0, 10465.0, 10390.0, 10416.0, 10384.0, 10393.0, 10466.0, 10393.0, 10418.0, 10371.0, 10392.0, 10464.0, 10389.0, 10417.0, 10365.0, 10371.0, 10458.0, 10387.0, 10414.0, 10397.0, 10405.0, 10445.0, 10388.0, 10423.0, 10388.0, 10428.0, 10398.0, 10434.0, 10411.0, 10459.0, 10420.0, 10391.0, 10470.0, 10370.0, 10401.0, 10483.0, 10369.0, 10414.0, 10341.0, 10347.0, 10416.0, 10347.0, 10378.0, 10344.0, 10354.0, 10438.0, 10371.0, 10384.0, 10365.0, 10376.0, 10444.0, 10391.0, 10412.0, 10376.0, 10393.0, 10460.0, 10392.0, 10411.0, 10391.0, 10401.0, 10458.0, 10417.0, 10428.0, 10424.0, 10427.0, 10466.0, 10543.0, 10421.0, 10421.0, 10500.0, 10417.0, 10418.0, 10490.0, 10392.0, 10438.0, 10369.0, 10373.0, 10463.0, 10371.0, 10384.0, 10350.0, 10355.0, 10424.0, 10371.0, 10388.0, 10371.0, 10379.0, 10460.0, 10379.0, 10424.0, 10389.0, 10403.0, 10486.0, 10394.0, 10422.0, 10373.0, 10377.0, 10462.0, 10380.0, 10418.0, 10370.0, 10377.0, 10461.0, 10374.0, 10392.0, 10469.0, 10373.0, 10400.0, 10352.0, 10370.0, 10448.0, 10353.0, 10369.0, 10391.0, 10354.0, 10409.0, 10352.0, 10367.0, 10397.0, 10363.0, 10390.0, 10369.0, 10384.0, 10369.0, 10387.0, 10424.0, 10376.0, 10443.0, 10357.0, 10371.0, 10459.0, 10371.0, 10398.0, 10355.0, 10388.0, 10441.0, 10369.0, 10384.0, 10366.0, 10354.0, 10422.0, 10337.0, 10365.0, 10439.0, 10364.0, 10393.0, 10345.0, 10369.0, 10416.0, 10369.0, 10384.0, 10351.0, 10373.0, 10451.0, 10388.0, 10406.0, 10371.0, 10391.0, 10454.0, 10373.0, 10408.0, 10386.0, 10390.0, 10458.0, 10381.0, 10420.0, 10371.0, 10379.0, 10458.0, 10373.0, 10433.0, 10383.0, 10369.0, 10462.0, 10386.0, 10402.0, 10439.0, 10389.0, 10483.0, 10385.0, 10406.0, 10379.0, 10388.0, 10395.0, 10438.0, 10385.0, 10440.0, 10443.0, 10411.0, 10458.0, 10393.0, 10406.0, 10493.0, 10385.0, 10417.0, 10344.0, 10358.0, 10486.0, 10426.0, 10426.0, 10361.0, 10402.0, 10336.0, 10359.0, 10333.0, 10372.0, 10334.0, 10404.0, 10333.0, 10305.0, 10368.0, 10301.0, 10319.0, 10310.0, 10303.0, 10281.0, 10304.0, 10289.0, 10324.0, 10362.0, 10317.0, 10345.0, 10334.0, 10357.0, 10401.0, 10355.0, 10381.0, 10360.0, 10370.0, 10358.0, 10379.0, 10381.0, 10389.0, 10463.0, 10395.0, 10430.0, 10378.0, 10393.0, 10387.0, 10388.0, 10466.0, 10371.0, 10399.0, 10363.0, 10384.0, 10465.0, 10371.0, 10407.0, 10351.0, 10379.0, 10362.0, 10384.0, 10458.0, 10382.0, 10424.0, 10386.0, 10400.0, 10383.0, 10393.0, 10397.0, 10387.0, 10443.0, 10386.0, 10416.0, 10364.0, 10371.0, 10470.0, 10365.0, 10404.0, 10363.0, 10378.0, 10350.0, 10366.0, 10442.0, 10384.0, 10415.0, 10383.0, 10387.0, 10366.0, 10386.0, 10442.0, 10393.0, 10429.0, 10392.0, 10403.0, 10369.0, 10396.0, 10465.0, 10389.0, 10417.0, 10384.0, 10389.0, 10415.0, 10387.0, 10461.0, 10392.0, 10400.0, 10366.0, 10386.0, 10483.0, 10385.0, 10428.0, 10365.0, 10384.0, 10393.0, 10389.0, 10442.0, 10369.0, 10399.0, 10362.0, 10385.0, 10457.0, 10363.0, 10381.0, 10347.0, 10379.0, 10426.0, 10358.0, 10382.0, 10464.0, 10361.0, 10392.0, 10346.0, 10362.0, 10415.0, 10358.0, 10390.0, 10348.0, 10386.0, 10442.0, 10369.0, 10387.0, 10445.0, 10386.0, 10413.0, 10367.0, 10384.0, 10446.0, 10378.0, 10398.0, 10464.0, 10382.0, 10397.0, 10375.0, 10387.0, 10445.0, 10382.0, 10385.0, 10379.0, 10382.0, 10454.0, 10400.0, 10399.0, 10387.0, 10425.0, 10447.0, 10381.0, 10399.0, 10446.0, 10388.0, 10426.0, 10379.0, 10389.0, 10456.0, 10399.0, 10421.0, 10397.0, 10392.0, 10460.0, 10396.0, 10398.0, 10448.0, 10379.0, 10397.0, 10371.0, 10404.0, 10430.0, 10402.0, 10410.0, 10465.0, 10421.0, 10426.0, 10470.0, 10406.0, 10425.0, 10386.0, 10404.0, 10455.0, 10396.0, 10389.0, 10474.0, 10379.0, 10399.0, 10398.0, 10379.0, 10416.0, 10377.0, 10385.0, 10438.0, 10397.0, 10385.0, 10415.0, 10388.0, 10392.0, 10375.0, 10385.0, 10440.0, 10381.0, 10383.0, 10395.0, 10379.0, 10412.0, 10379.0, 10382.0, 10439.0, 10383.0, 10397.0, 10429.0, 10386.0, 10420.0, 10374.0, 10385.0, 10428.0, 10396.0, 10387.0, 10412.0, 10382.0, 10412.0, 10393.0, 10388.0, 10445.0, 10388.0, 10397.0, 10381.0, 10402.0, 10419.0, 10379.0, 10388.0, 10440.0, 10381.0, 10391.0, 10461.0, 10386.0, 10387.0, 10429.0, 10379.0, 10397.0, 10379.0, 10384.0, 10443.0, 10380.0, 10404.0, 10381.0, 10381.0, 10394.0, 10376.0, 10383.0, 10440.0, 10396.0, 10403.0, 10459.0, 10383.0, 10397.0, 10375.0, 10398.0, 10430.0, 10379.0, 10386.0, 10380.0, 10381.0, 10411.0, 10380.0, 10390.0, 10447.0, 10388.0, 10401.0, 10380.0, 10404.0, 10433.0, 10379.0, 10388.0, 10444.0, 10387.0, 10404.0, 10370.0, 10400.0, 10447.0, 10373.0, 10404.0, 10433.0, 10401.0, 10422.0, 10383.0, 10408.0, 10448.0, 10399.0, 10417.0, 10400.0, 10401.0, 10452.0, 10383.0, 10400.0, 10465.0, 10401.0, 10385.0, 10368.0, 10392.0, 10426.0, 10385.0, 10386.0, 10446.0, 10386.0, 10397.0, 10375.0, 10385.0, 10426.0, 10377.0, 10380.0, 10361.0, 10373.0, 10421.0, 10378.0, 10386.0, 10412.0, 10376.0, 10414.0, 10359.0, 10382.0, 10442.0, 10377.0, 10392.0, 10377.0, 10376.0, 10424.0, 10370.0, 10363.0, 10428.0, 10358.0, 10393.0, 10349.0, 10352.0, 10402.0, 10357.0, 10371.0, 10340.0, 10356.0, 10396.0, 10356.0, 10374.0, 10354.0, 10375.0, 10422.0, 10375.0, 10381.0, 10365.0, 10394.0, 10442.0, 10384.0, 10402.0, 10362.0, 10400.0, 10443.0, 10389.0, 10405.0, 10390.0, 10416.0, 10455.0, 10395.0, 10434.0, 10390.0, 10410.0, 10391.0, 10389.0, 10394.0, 10485.0, 10376.0, 10407.0, 10490.0, 10373.0, 10415.0, 10330.0, 10364.0, 10427.0, 10350.0, 10381.0, 10346.0, 10359.0, 10415.0, 10345.0, 10359.0, 10346.0, 10368.0, 10437.0, 10369.0, 10381.0, 10368.0, 10389.0, 10454.0, 10374.0, 10386.0, 10380.0, 10385.0, 10444.0, 10373.0, 10391.0, 10431.0, 10387.0, 10413.0, 10368.0, 10385.0, 10444.0, 10370.0, 10398.0, 10348.0, 10386.0, 10440.0, 10384.0, 10406.0, 10382.0, 10388.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.0015245409674234944</td></tr>
<tr><td colspan=3>aqi</td><td>0.024840852714708782</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.89249469909094</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2197923891501976</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0134764027371537</td></tr>
<tr><td colspan=3>efc</td><td>0.5426</td></tr>
<tr><td colspan=3>fber</td><td>2113.7253</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08522325897578084</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.15893385982231</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6374535157739527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5328904850657303</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8834404767079675</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.496029585548161</td></tr>
<tr><td colspan=3>gcor</td><td>0.00987025</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01544099673628807</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027385208755731583</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.85646558880447</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>18.1151</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>95.0139</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>334.0837</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>88.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288484.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>576.1447</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2984</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.2991</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3846.1486</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.1052</td></tr>
<tr><td colspan=3>tsnr</td><td>34.92713210172951</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>