<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-01/func/sub-0025_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>14277eec2b45604e7e537b774b1337ec</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>19:51:43.355000</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.999286, 0.0377412, -0.00169904, -0.0376901, 0.999005, 0.0238521]</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_brain_imaging_center</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.0972915</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>[4140, -7744, -7222, 505, -74, -93, -45, 21]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>292.166</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8485868f-6564-4366-9ba7-e5ad762cbf38||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.681011438369751, -0.10111965984106064, -0.007013398688286543, 117.17122650146484], [-0.10125697404146194, 2.6802568435668945, 0.06418189406394958, -83.83970642089844], [-0.004558391869068146, -0.06399354338645935, 2.699227809906006, -59.632713317871094], [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': ['195143.355000', '195143.815000', '195144.275000', '195144.735000', '195145.195000', '195145.655000', '195146.115000', '195146.575000', '195147.035000', '195147.495000', '195147.955000', '195148.415000', '195148.875000', '195149.335000', '195149.795000', '195150.255000', '195150.715000', '195151.175000', '195151.635000', '195152.095000', '195152.555000', '195153.015000', '195153.475000', '195153.935000', '195154.395000', '195154.855000', '195155.315000', '195155.775000', '195156.235000', '195156.695000', '195157.155000', '195157.615000', '195158.075000', '195158.535000', '195158.995000', '195159.455000', '195159.915000', '195200.375000', '195200.835000', '195201.295000', '195201.755000', '195202.215000', '195202.675000', '195203.135000', '195203.595000', '195204.055000', '195204.515000', '195204.975000', '195205.435000', '195205.895000', '195206.355000', '195206.815000', '195207.275000', '195207.735000', '195208.195000', '195208.655000', '195209.115000', '195209.575000', '195210.035000', '195210.495000', '195210.955000', '195211.415000', '195211.875000', '195212.335000', '195212.795000', '195213.255000', '195213.715000', '195214.175000', '195214.635000', '195215.095000', '195215.555000', '195216.015000', '195216.475000', '195216.935000', '195217.395000', '195217.855000', '195218.315000', '195218.775000', '195219.235000', '195219.695000', '195220.155000', '195220.615000', '195221.075000', '195221.535000', '195221.995000', '195222.455000', '195222.915000', '195223.375000', '195223.835000', '195224.295000', '195224.755000', '195225.215000', '195225.675000', '195226.135000', '195226.595000', '195227.055000', '195227.515000', '195227.975000', '195228.435000', '195228.895000', '195229.355000', '195229.815000', '195230.275000', '195230.735000', '195231.195000', '195231.655000', '195232.115000', '195232.575000', '195233.035000', '195233.495000', '195233.955000', '195234.415000', '195234.875000', '195235.335000', '195235.795000', '195236.255000', '195236.715000', '195237.175000', '195237.635000', '195238.095000', '195238.555000', '195239.015000', '195239.475000', '195239.935000', '195240.395000', '195240.855000', '195241.315000', '195241.775000', '195242.235000', '195242.695000', '195243.155000', '195243.615000', '195244.075000', '195244.535000', '195244.995000', '195245.455000', '195245.915000', '195246.375000', '195246.835000', '195247.295000', '195247.755000', '195248.215000', '195248.675000', '195249.135000', '195249.595000', '195250.055000', '195250.515000', '195250.975000', '195251.435000', '195251.895000', '195252.355000', '195252.815000', '195253.275000', '195253.735000', '195254.195000', '195254.655000', '195255.115000', '195255.575000', '195256.035000', '195256.495000', '195256.955000', '195257.415000', '195257.875000', '195258.335000', '195258.795000', '195259.255000', '195259.715000', '195300.175000', '195300.635000', '195301.095000', '195301.555000', '195302.015000', '195302.475000', '195302.935000', '195303.395000', '195303.855000', '195304.315000', '195304.775000', '195305.235000', '195305.695000', '195306.155000', '195306.615000', '195307.075000', '195307.535000', '195307.995000', '195308.455000', '195308.915000', '195309.375000', '195309.835000', '195310.295000', '195310.755000', '195311.215000', '195311.675000', '195312.135000', '195312.595000', '195313.055000', '195313.515000', '195313.975000', '195314.435000', '195314.895000', '195315.355000', '195315.815000', '195316.275000', '195316.735000', '195317.195000', '195317.655000', '195318.115000', '195318.575000', '195319.035000', '195319.495000', '195319.955000', '195320.415000', '195320.875000', '195321.335000', '195321.795000', '195322.255000', '195322.715000', '195323.175000', '195323.635000', '195324.095000', '195324.555000', '195325.015000', '195325.475000', '195325.935000', '195326.395000', '195326.855000', '195327.315000', '195327.775000', '195328.235000', '195328.695000', '195329.155000', '195329.615000', '195330.075000', '195330.535000', '195330.995000', '195331.455000', '195331.915000', '195332.375000', '195332.835000', '195333.295000', '195333.755000', '195334.215000', '195334.675000', '195335.135000', '195335.595000', '195336.055000', '195336.515000', '195336.975000', '195337.435000', '195337.895000', '195338.355000', '195338.815000', '195339.275000', '195339.735000', '195340.195000', '195340.655000', '195341.115000', '195341.575000', '195342.035000', '195342.495000', '195342.955000', '195343.415000', '195343.875000', '195344.335000', '195344.795000', '195345.255000', '195345.715000', '195346.175000', '195346.635000', '195347.095000', '195347.555000', '195348.015000', '195348.475000', '195348.935000', '195349.395000', '195349.855000', '195350.315000', '195350.775000', '195351.235000', '195351.695000', '195352.155000', '195352.615000', '195353.075000', '195353.535000', '195353.995000', '195354.455000', '195354.915000', '195355.375000', '195355.835000', '195356.295000', '195356.755000', '195357.215000', '195357.675000', '195358.135000', '195358.595000', '195359.055000', '195359.515000', '195359.975000', '195400.435000', '195400.895000', '195401.355000', '195401.815000', '195402.275000', '195402.735000', '195403.195000', '195403.655000', '195404.115000', '195404.575000', '195405.035000', '195405.495000', '195405.955000', '195406.415000', '195406.875000', '195407.335000', '195407.795000', '195408.255000', '195408.715000', '195409.175000', '195409.635000', '195410.095000', '195410.555000', '195411.015000', '195411.475000', '195411.935000', '195412.395000', '195412.855000', '195413.315000', '195413.775000', '195414.235000', '195414.695000', '195415.155000', '195415.615000', '195416.075000', '195416.535000', '195416.995000', '195417.455000', '195417.915000', '195418.375000', '195418.835000', '195419.295000', '195419.755000', '195420.215000', '195420.675000', '195421.135000', '195421.595000', '195422.055000', '195422.515000', '195422.975000', '195423.435000', '195423.895000', '195424.355000', '195424.815000', '195425.275000', '195425.735000', '195426.195000', '195426.655000', '195427.115000', '195427.575000', '195428.035000', '195428.495000', '195428.955000', '195429.415000', '195429.875000', '195430.335000', '195430.795000', '195431.255000', '195431.715000', '195432.175000', '195432.635000', '195433.095000', '195433.555000', '195434.015000', '195434.475000', '195434.935000', '195435.395000', '195435.855000', '195436.315000', '195436.775000', '195437.235000', '195437.695000', '195438.155000', '195438.615000', '195439.075000', '195439.535000', '195439.995000', '195440.455000', '195440.915000', '195441.375000', '195441.835000', '195442.295000', '195442.755000', '195443.215000', '195443.675000', '195444.135000', '195444.595000', '195445.055000', '195445.515000', '195445.975000', '195446.435000', '195446.895000', '195447.355000', '195447.815000', '195448.275000', '195448.735000', '195449.195000', '195449.655000', '195450.115000', '195450.575000', '195451.035000', '195451.495000', '195451.955000', '195452.415000', '195452.875000', '195453.335000', '195453.795000', '195454.255000', '195454.715000', '195455.175000', '195455.635000', '195456.095000', '195456.555000', '195457.015000', '195457.475000', '195457.935000', '195458.395000', '195458.855000', '195459.315000', '195459.775000', '195500.235000', '195500.695000', '195501.155000', '195501.615000', '195502.075000', '195502.535000', '195502.995000', '195503.455000', '195503.915000', '195504.375000', '195504.835000', '195505.295000', '195505.755000', '195506.215000', '195506.675000', '195507.135000', '195507.595000', '195508.055000', '195508.515000', '195508.975000', '195509.435000', '195509.895000', '195510.355000', '195510.815000', '195511.275000', '195511.735000', '195512.195000', '195512.655000', '195513.115000', '195513.575000', '195514.035000', '195514.495000', '195514.955000', '195515.415000', '195515.875000', '195516.335000', '195516.795000', '195517.255000', '195517.715000', '195518.175000', '195518.635000', '195519.095000', '195519.555000', '195520.015000', '195520.475000', '195520.935000', '195521.395000', '195521.855000', '195522.315000', '195522.775000', '195523.235000', '195523.695000', '195524.155000', '195524.615000', '195525.075000', '195525.535000', '195525.995000', '195526.455000', '195526.915000', '195527.375000', '195527.835000', '195528.295000', '195528.755000', '195529.215000', '195529.675000', '195530.135000', '195530.595000', '195531.055000', '195531.515000', '195531.975000', '195532.435000', '195532.895000', '195533.355000', '195533.815000', '195534.275000', '195534.735000', '195535.195000', '195535.655000', '195536.115000', '195536.575000', '195537.035000', '195537.495000', '195537.955000', '195538.415000', '195538.875000', '195539.335000', '195539.795000', '195540.255000', '195540.715000', '195541.175000', '195541.635000', '195542.095000', '195542.555000', '195543.015000', '195543.475000', '195543.935000', '195544.395000', '195544.855000', '195545.315000', '195545.775000', '195546.235000', '195546.695000', '195547.155000', '195547.615000', '195548.075000', '195548.535000', '195548.995000', '195549.455000', '195549.915000', '195550.375000', '195550.835000', '195551.295000', '195551.755000', '195552.215000', '195552.675000', '195553.135000', '195553.595000', '195554.055000', '195554.515000', '195554.975000', '195555.435000', '195555.895000', '195556.355000', '195556.815000', '195557.275000', '195557.735000', '195558.195000', '195558.655000', '195559.115000', '195559.575000', '195600.035000', '195600.495000', '195600.955000', '195601.415000', '195601.875000', '195602.335000', '195602.795000', '195603.255000', '195603.715000', '195604.175000', '195604.635000', '195605.095000', '195605.555000', '195606.015000', '195606.475000', '195606.935000', '195607.395000', '195607.855000', '195608.315000', '195608.775000', '195609.235000', '195609.695000', '195610.155000', '195610.615000', '195611.075000', '195611.535000', '195611.995000', '195612.455000', '195612.915000', '195613.375000', '195613.835000', '195614.295000', '195614.755000', '195615.215000', '195615.675000', '195616.135000', '195616.595000', '195617.055000', '195617.515000', '195617.975000', '195618.435000', '195618.895000', '195619.355000', '195619.815000', '195620.275000', '195620.735000', '195621.195000', '195621.655000', '195622.115000', '195622.575000', '195623.035000', '195623.495000', '195623.955000', '195624.415000', '195624.875000', '195625.335000', '195625.795000', '195626.255000', '195626.715000', '195627.175000', '195627.635000', '195628.095000', '195628.555000', '195629.015000', '195629.475000', '195629.935000', '195630.395000', '195630.855000', '195631.315000', '195631.775000', '195632.235000', '195632.695000', '195633.155000', '195633.615000', '195634.075000', '195634.535000', '195634.995000', '195635.455000', '195635.915000', '195636.375000', '195636.835000', '195637.295000', '195637.755000', '195638.215000', '195638.675000', '195639.135000', '195639.595000', '195640.055000', '195640.515000', '195640.975000', '195641.435000', '195641.895000', '195642.355000', '195642.815000', '195643.275000', '195643.735000', '195644.195000', '195644.655000', '195645.115000', '195645.575000', '195646.035000', '195646.495000', '195646.955000', '195647.415000', '195647.875000', '195648.335000', '195648.795000', '195649.255000', '195649.715000', '195650.175000', '195650.635000', '195651.095000', '195651.555000', '195652.015000', '195652.475000', '195652.935000', '195653.395000', '195653.855000', '195654.315000', '195654.775000', '195655.235000', '195655.695000', '195656.155000', '195656.615000', '195657.075000', '195657.535000', '195657.995000', '195658.455000', '195658.915000', '195659.375000', '195659.835000', '195700.295000', '195700.755000', '195701.215000', '195701.675000', '195702.135000', '195702.595000', '195703.055000', '195703.515000', '195703.975000', '195704.435000', '195704.895000', '195705.355000', '195705.815000', '195706.275000', '195706.735000', '195707.195000', '195707.655000', '195708.115000', '195708.575000', '195709.035000', '195709.495000', '195709.955000', '195710.415000', '195710.875000', '195711.335000', '195711.795000', '195712.255000', '195712.715000', '195713.175000', '195713.635000', '195714.095000', '195714.555000', '195715.015000', '195715.475000', '195715.935000', '195716.395000', '195716.855000', '195717.315000', '195717.775000', '195718.235000', '195718.695000', '195719.155000', '195719.615000', '195720.075000', '195720.535000', '195720.995000', '195721.455000', '195721.915000', '195722.375000', '195722.835000', '195723.295000', '195723.755000', '195724.215000', '195724.675000', '195725.135000', '195725.595000', '195726.055000', '195726.515000', '195726.975000', '195727.435000', '195727.895000', '195728.355000', '195728.815000', '195729.275000', '195729.735000', '195730.195000', '195730.655000', '195731.115000', '195731.575000', '195732.035000', '195732.495000', '195732.955000', '195733.415000', '195733.875000', '195734.335000', '195734.795000', '195735.255000', '195735.715000', '195736.175000', '195736.635000', '195737.095000', '195737.555000', '195738.015000', '195738.475000', '195738.935000', '195739.395000', '195739.855000', '195740.315000', '195740.775000', '195741.235000', '195741.695000', '195742.155000', '195742.615000', '195743.075000', '195743.535000', '195743.995000', '195744.455000', '195744.915000', '195745.375000', '195745.835000', '195746.295000', '195746.755000', '195747.215000', '195747.675000', '195748.135000', '195748.595000', '195749.055000', '195749.515000', '195749.975000', '195750.435000', '195750.895000', '195751.355000', '195751.815000', '195752.275000', '195752.735000', '195753.195000', '195753.655000', '195754.115000', '195754.575000', '195755.035000', '195755.495000', '195755.955000', '195756.415000', '195756.875000', '195757.335000', '195757.795000', '195758.255000', '195758.715000', '195759.175000', '195759.635000', '195800.095000', '195800.555000', '195801.015000', '195801.475000', '195801.935000', '195802.395000', '195802.855000', '195803.315000', '195803.775000', '195804.235000', '195804.695000', '195805.155000', '195805.615000', '195806.075000', '195806.535000', '195806.995000', '195807.455000', '195807.915000', '195808.375000', '195808.835000', '195809.295000', '195809.755000', '195810.215000', '195810.675000', '195811.135000', '195811.595000', '195812.055000', '195812.515000', '195812.975000', '195813.435000', '195813.895000', '195814.355000', '195814.815000', '195815.275000', '195815.735000', '195816.195000', '195816.655000', '195817.115000', '195817.575000', '195818.035000', '195818.495000', '195818.955000', '195819.415000', '195819.875000', '195820.335000', '195820.795000', '195821.255000', '195821.715000', '195822.175000', '195822.635000', '195823.095000', '195823.555000', '195824.015000', '195824.475000', '195824.935000', '195825.395000', '195825.855000', '195826.315000', '195826.775000', '195827.235000', '195827.695000', '195828.155000', '195828.615000', '195829.075000', '195829.535000', '195829.995000', '195830.455000', '195830.915000', '195831.375000', '195831.835000', '195832.295000', '195832.755000', '195833.215000', '195833.675000', '195834.135000', '195834.595000', '195835.055000', '195835.515000', '195835.975000', '195836.435000', '195836.895000', '195837.355000', '195837.815000', '195838.275000', '195838.735000', '195839.195000', '195839.655000', '195840.115000', '195840.575000', '195841.035000', '195841.495000', '195841.955000', '195842.415000', '195842.875000', '195843.335000', '195843.795000', '195844.255000', '195844.715000', '195845.175000', '195845.635000', '195846.095000', '195846.555000', '195847.015000', '195847.475000', '195847.935000', '195848.395000', '195848.855000', '195849.315000', '195849.775000', '195850.235000', '195850.695000', '195851.155000', '195851.615000', '195852.075000', '195852.535000', '195852.995000', '195853.455000', '195853.915000', '195854.375000', '195854.835000', '195855.295000', '195855.755000', '195856.215000', '195856.675000', '195857.135000', '195857.595000', '195858.055000', '195858.515000', '195858.975000', '195859.435000', '195859.895000', '195900.355000', '195900.815000', '195901.275000', '195901.735000', '195902.195000', '195902.655000', '195903.115000', '195903.575000', '195904.035000', '195904.495000', '195904.955000', '195905.415000', '195905.875000', '195906.335000', '195906.795000', '195907.255000', '195907.715000', '195908.175000', '195908.635000', '195909.095000', '195909.555000', '195910.015000', '195910.475000', '195910.935000', '195911.395000', '195911.855000', '195912.315000', '195912.775000', '195913.235000', '195913.695000', '195914.155000', '195914.615000', '195915.075000', '195915.535000', '195915.995000', '195916.455000', '195916.915000', '195917.375000', '195917.835000', '195918.295000', '195918.755000', '195919.215000', '195919.675000', '195920.135000', '195920.595000', '195921.055000', '195921.515000', '195921.975000', '195922.435000', '195922.895000', '195923.355000', '195923.815000', '195924.275000', '195924.735000', '195925.195000', '195925.655000', '195926.115000', '195926.575000', '195927.035000', '195927.495000', '195927.955000', '195928.415000', '195928.875000', '195929.335000', '195929.795000', '195930.255000'], 'ContentTime': ['195209.128000', '195209.131000', '195209.134000', '195209.137000', '195209.140000', '195209.143000', '195209.154000', '195209.157000', '195209.166000', '195209.169000', '195209.172000', '195209.174000', '195209.177000', '195209.181000', '195209.184000', '195209.187000', '195209.190000', '195209.193000', '195209.196000', '195209.198000', '195209.202000', '195209.204000', '195209.208000', '195209.211000', '195209.214000', '195209.217000', '195209.220000', '195209.229000', '195209.232000', '195209.235000', '195209.238000', '195209.240000', '195209.251000', '195209.254000', '195209.257000', '195209.260000', '195209.262000', '195209.265000', '195209.268000', '195209.271000', '195209.274000', '195209.277000', '195209.280000', '195209.283000', '195209.286000', '195209.289000', '195209.292000', '195209.294000', '195209.297000', '195209.300000', '195209.303000', '195209.307000', '195209.310000', '195209.313000', '195229.096000', '195229.099000', '195229.102000', '195229.105000', '195229.108000', '195229.110000', '195229.113000', '195229.116000', '195229.119000', '195229.122000', '195229.124000', '195229.127000', '195229.130000', '195229.133000', '195229.136000', '195229.139000', '195229.141000', '195229.144000', '195229.147000', '195229.150000', '195229.153000', '195229.156000', '195229.158000', '195229.161000', '195229.164000', '195229.167000', '195229.170000', '195229.173000', '195229.175000', '195229.178000', '195229.181000', '195229.184000', '195229.187000', '195229.189000', '195229.192000', '195229.195000', '195229.198000', '195229.201000', '195229.203000', '195229.210000', '195229.212000', '195229.215000', '195229.218000', '195249.095000', '195249.098000', '195249.101000', '195249.103000', '195249.106000', '195249.109000', '195249.112000', '195249.115000', '195249.122000', '195249.124000', '195249.127000', '195249.130000', '195249.133000', '195249.136000', '195249.138000', '195249.141000', '195249.144000', '195249.147000', '195249.150000', '195249.152000', '195249.155000', '195249.158000', '195249.161000', '195249.163000', '195249.166000', '195249.169000', '195249.172000', '195249.175000', '195249.177000', '195249.180000', '195249.183000', '195249.186000', '195249.188000', '195249.191000', '195249.194000', '195249.197000', '195249.200000', '195249.202000', '195249.205000', '195249.208000', '195249.211000', '195249.214000', '195249.216000', '195249.219000', '195309.095000', '195309.098000', '195309.101000', '195309.105000', '195309.108000', '195309.111000', '195309.114000', '195309.117000', '195309.119000', '195309.122000', '195309.125000', '195309.128000', '195309.139000', '195309.142000', '195309.145000', '195309.148000', '195309.150000', '195309.153000', '195309.156000', '195309.159000', '195309.162000', '195309.165000', '195309.167000', '195309.170000', '195309.173000', '195309.176000', '195309.180000', '195309.185000', '195309.188000', '195309.191000', '195309.193000', '195309.196000', '195309.199000', '195309.202000', '195309.204000', '195309.207000', '195309.210000', '195309.213000', '195309.216000', '195309.218000', '195309.221000', '195309.224000', '195309.227000', '195329.096000', '195329.099000', '195329.101000', '195329.104000', '195329.107000', '195329.110000', '195329.113000', '195329.116000', '195329.118000', '195329.128000', '195329.131000', '195329.134000', '195329.137000', '195329.140000', '195329.143000', '195329.145000', '195329.148000', '195329.151000', '195329.154000', '195329.159000', '195329.162000', '195329.165000', '195329.168000', '195329.171000', '195329.174000', '195329.176000', '195329.179000', '195329.182000', '195329.185000', '195329.188000', '195329.191000', '195329.194000', '195329.196000', '195329.199000', '195329.202000', '195329.205000', '195329.208000', '195329.211000', '195329.213000', '195329.216000', '195329.219000', '195329.222000', '195329.225000', '195329.228000', '195349.096000', '195349.102000', '195349.105000', '195349.108000', '195349.110000', '195349.113000', '195349.116000', '195349.119000', '195349.122000', '195349.125000', '195349.127000', '195349.130000', '195349.133000', '195349.136000', '195349.139000', '195349.142000', '195349.145000', '195349.147000', '195349.150000', '195349.153000', '195349.156000', '195349.158000', '195349.161000', '195349.164000', '195349.167000', '195349.170000', '195349.173000', '195349.181000', '195349.183000', '195349.186000', '195349.189000', '195349.192000', '195349.196000', '195349.199000', '195349.202000', '195349.205000', '195349.208000', '195349.214000', '195349.217000', '195349.219000', '195349.222000', '195349.225000', '195349.228000', '195409.096000', '195409.099000', '195409.102000', '195409.105000', '195409.107000', '195409.110000', '195409.113000', '195409.116000', '195409.119000', '195409.122000', '195409.125000', '195409.128000', '195409.130000', '195409.133000', '195409.136000', '195409.139000', '195409.142000', '195409.144000', '195409.147000', '195409.150000', '195409.153000', '195409.156000', '195409.159000', '195409.161000', '195409.164000', '195409.167000', '195409.170000', '195409.173000', '195409.176000', '195409.178000', '195409.181000', '195409.184000', '195409.187000', '195409.190000', '195409.193000', '195409.195000', '195409.198000', '195409.201000', '195409.204000', '195409.207000', '195409.210000', '195409.212000', '195409.215000', '195409.218000', '195429.096000', '195429.099000', '195429.102000', '195429.105000', '195429.107000', '195429.110000', '195429.113000', '195429.116000', '195429.118000', '195429.121000', '195429.124000', '195429.127000', '195429.130000', '195429.133000', '195429.135000', '195429.138000', '195429.141000', '195429.145000', '195429.148000', '195429.151000', '195429.153000', '195429.156000', '195429.159000', '195429.162000', '195429.165000', '195429.168000', '195429.170000', '195429.173000', '195429.176000', '195429.179000', '195429.181000', '195429.184000', '195429.187000', '195429.190000', '195429.193000', '195429.196000', '195429.201000', '195429.205000', '195429.207000', '195429.210000', '195429.213000', '195429.216000', '195429.219000', '195449.095000', '195449.098000', '195449.101000', '195449.103000', '195449.106000', '195449.109000', '195449.112000', '195449.115000', '195449.117000', '195449.120000', '195449.123000', '195449.126000', '195449.129000', '195449.131000', '195449.134000', '195449.137000', '195449.140000', '195449.143000', '195449.145000', '195449.148000', '195449.151000', '195449.154000', '195449.157000', '195449.159000', '195449.162000', '195449.165000', '195449.168000', '195449.171000', '195449.173000', '195449.176000', '195449.179000', '195449.182000', '195449.184000', '195449.187000', '195449.190000', '195449.193000', '195449.196000', '195449.198000', '195449.201000', '195449.204000', '195449.207000', '195449.210000', '195449.212000', '195449.215000', '195509.095000', '195509.098000', '195509.101000', '195509.103000', '195509.106000', '195509.109000', '195509.112000', '195509.115000', '195509.118000', '195509.120000', '195509.123000', '195509.126000', '195509.129000', '195509.132000', '195509.134000', '195509.137000', '195509.140000', '195509.143000', '195509.146000', '195509.148000', '195509.151000', '195509.154000', '195509.157000', '195509.160000', '195509.162000', '195509.165000', '195509.168000', '195509.171000', '195509.173000', '195509.176000', '195509.179000', '195509.182000', '195509.185000', '195509.187000', '195509.190000', '195509.193000', '195509.196000', '195509.210000', '195509.213000', '195509.215000', '195509.218000', '195509.221000', '195509.224000', '195529.095000', '195529.098000', '195529.101000', '195529.104000', '195529.106000', '195529.109000', '195529.112000', '195529.115000', '195529.118000', '195529.120000', '195529.123000', '195529.126000', '195529.129000', '195529.132000', '195529.135000', '195529.137000', '195529.140000', '195529.143000', '195529.146000', '195529.149000', '195529.151000', '195529.154000', '195529.157000', '195529.160000', '195529.163000', '195529.166000', '195529.169000', '195529.171000', '195529.174000', '195529.177000', '195529.180000', '195529.182000', '195529.185000', '195529.188000', '195529.191000', '195529.194000', '195529.196000', '195529.199000', '195529.202000', '195529.205000', '195529.208000', '195529.210000', '195529.213000', '195529.216000', '195549.096000', '195549.099000', '195549.111000', '195549.114000', '195549.117000', '195549.120000', '195549.122000', '195549.125000', '195549.128000', '195549.131000', '195549.134000', '195549.136000', '195549.139000', '195549.142000', '195549.145000', '195549.148000', '195549.150000', '195549.153000', '195549.156000', '195549.159000', '195549.161000', '195549.164000', '195549.167000', '195549.170000', '195549.173000', '195549.176000', '195549.179000', '195549.182000', '195549.186000', '195549.188000', '195549.191000', '195549.194000', '195549.197000', '195549.200000', '195549.202000', '195549.205000', '195549.208000', '195549.211000', '195549.214000', '195549.217000', '195549.219000', '195549.222000', '195549.225000', '195609.096000', '195609.099000', '195609.102000', '195609.104000', '195609.107000', '195609.110000', '195609.113000', '195609.116000', '195609.119000', '195609.121000', '195609.124000', '195609.127000', '195609.130000', '195609.132000', '195609.135000', '195609.138000', '195609.141000', '195609.144000', '195609.146000', '195609.150000', '195609.153000', '195609.156000', '195609.159000', '195609.161000', '195609.164000', '195609.167000', '195609.170000', '195609.173000', '195609.175000', '195609.178000', '195609.181000', '195609.184000', '195609.187000', '195609.189000', '195609.192000', '195609.195000', '195609.198000', '195609.201000', '195609.203000', '195609.206000', '195609.209000', '195609.212000', '195609.215000', '195609.217000', '195629.096000', '195629.099000', '195629.102000', '195629.104000', '195629.107000', '195629.110000', '195629.113000', '195629.116000', '195629.118000', '195629.121000', '195629.124000', '195629.127000', '195629.130000', '195629.133000', '195629.135000', '195629.138000', '195629.141000', '195629.144000', '195629.147000', '195629.150000', '195629.152000', '195629.155000', '195629.158000', '195629.161000', '195629.164000', '195629.166000', '195629.169000', '195629.172000', '195629.175000', '195629.178000', '195629.180000', '195629.183000', '195629.186000', '195629.189000', '195629.192000', '195629.195000', '195629.197000', '195629.200000', '195629.203000', '195629.206000', '195629.208000', '195629.211000', '195629.214000', '195649.096000', '195649.099000', '195649.102000', '195649.104000', '195649.120000', '195649.123000', '195649.126000', '195649.129000', '195649.131000', '195649.134000', '195649.137000', '195649.140000', '195649.143000', '195649.145000', '195649.148000', '195649.151000', '195649.154000', '195649.157000', '195649.159000', '195649.162000', '195649.165000', '195649.168000', '195649.171000', '195649.173000', '195649.176000', '195649.179000', '195649.182000', '195649.185000', '195649.188000', '195649.190000', '195649.193000', '195649.196000', '195649.199000', '195649.202000', '195649.205000', '195649.207000', '195649.210000', '195649.213000', '195649.216000', '195649.219000', '195649.221000', '195649.224000', '195649.227000', '195649.230000', '195709.095000', '195709.098000', '195709.101000', '195709.104000', '195709.106000', '195709.109000', '195709.112000', '195709.115000', '195709.118000', '195709.120000', '195709.123000', '195709.126000', '195709.129000', '195709.132000', '195709.135000', '195709.137000', '195709.140000', '195709.143000', '195709.146000', '195709.149000', '195709.151000', '195709.154000', '195709.157000', '195709.160000', '195709.163000', '195709.165000', '195709.168000', '195709.171000', '195709.174000', '195709.177000', '195709.179000', '195709.182000', '195709.185000', '195709.188000', '195709.191000', '195709.194000', '195709.198000', '195709.201000', '195709.204000', '195709.207000', '195709.210000', '195709.212000', '195709.215000', '195729.095000', '195729.098000', '195729.100000', '195729.103000', '195729.106000', '195729.109000', '195729.112000', '195729.114000', '195729.117000', '195729.120000', '195729.123000', '195729.126000', '195729.128000', '195729.131000', '195729.134000', '195729.137000', '195729.140000', '195729.142000', '195729.145000', '195729.148000', '195729.151000', '195729.154000', '195729.156000', '195729.159000', '195729.162000', '195729.165000', '195729.167000', '195729.170000', '195729.173000', '195729.176000', '195729.179000', '195729.181000', '195729.184000', '195729.187000', '195729.190000', '195729.193000', '195729.196000', '195729.198000', '195729.201000', '195729.204000', '195729.207000', '195729.209000', '195729.212000', '195729.215000', '195749.096000', '195749.099000', '195749.102000', '195749.104000', '195749.107000', '195749.110000', '195749.113000', '195749.116000', '195749.118000', '195749.121000', '195749.124000', '195749.127000', '195749.130000', '195749.133000', '195749.135000', '195749.138000', '195749.141000', '195749.144000', '195749.147000', '195749.150000', '195749.153000', '195749.155000', '195749.158000', '195749.161000', '195749.164000', '195749.167000', '195749.169000', '195749.172000', '195749.175000', '195749.178000', '195749.181000', '195749.184000', '195749.186000', '195749.189000', '195749.192000', '195749.195000', '195749.197000', '195749.200000', '195749.203000', '195749.206000', '195749.209000', '195749.211000', '195749.214000', '195809.096000', '195809.099000', '195809.102000', '195809.105000', '195809.108000', '195809.110000', '195809.113000', '195809.116000', '195809.119000', '195809.121000', '195809.124000', '195809.127000', '195809.130000', '195809.133000', '195809.135000', '195809.138000', '195809.141000', '195809.144000', '195809.147000', '195809.149000', '195809.152000', '195809.155000', '195809.158000', '195809.161000', '195809.163000', '195809.166000', '195809.169000', '195809.172000', '195809.175000', '195809.186000', '195809.189000', '195809.192000', '195809.194000', '195809.197000', '195809.200000', '195809.203000', '195809.206000', '195809.208000', '195809.211000', '195809.214000', '195809.217000', '195809.219000', '195809.222000', '195829.096000', '195829.099000', '195829.102000', '195829.104000', '195829.107000', '195829.110000', '195829.113000', '195829.116000', '195829.118000', '195829.121000', '195829.124000', '195829.127000', '195829.130000', '195829.132000', '195829.135000', '195829.138000', '195829.141000', '195829.144000', '195829.147000', '195829.149000', '195829.152000', '195829.155000', '195829.158000', '195829.161000', '195829.163000', '195829.166000', '195829.169000', '195829.172000', '195829.175000', '195829.178000', '195829.180000', '195829.183000', '195829.186000', '195829.189000', '195829.192000', '195829.195000', '195829.197000', '195829.200000', '195829.203000', '195829.206000', '195829.209000', '195829.211000', '195829.214000', '195829.217000', '195849.096000', '195849.099000', '195849.102000', '195849.105000', '195849.110000', '195849.114000', '195849.117000', '195849.119000', '195849.122000', '195849.125000', '195849.128000', '195849.130000', '195849.133000', '195849.136000', '195849.139000', '195849.142000', '195849.145000', '195849.147000', '195849.150000', '195849.153000', '195849.156000', '195849.158000', '195849.161000', '195849.164000', '195849.167000', '195849.170000', '195849.172000', '195849.175000', '195849.178000', '195849.181000', '195849.184000', '195849.186000', '195849.189000', '195849.192000', '195849.195000', '195849.198000', '195849.200000', '195849.203000', '195849.206000', '195849.209000', '195849.212000', '195849.214000', '195849.217000', '195909.096000', '195909.099000', '195909.102000', '195909.105000', '195909.107000', '195909.110000', '195909.113000', '195909.116000', '195909.119000', '195909.121000', '195909.124000', '195909.127000', '195909.130000', '195909.133000', '195909.136000', '195909.138000', '195909.141000', '195909.144000', '195909.147000', '195909.150000', '195909.152000', '195909.155000', '195909.158000', '195909.161000', '195909.163000', '195909.166000', '195909.169000', '195909.172000', '195909.175000', '195909.178000', '195909.180000', '195909.183000', '195909.186000', '195909.189000', '195909.192000', '195909.194000', '195909.197000', '195909.200000', '195909.203000', '195909.206000', '195909.208000', '195909.211000', '195909.214000', '195909.217000', '195929.095000', '195929.098000', '195929.101000', '195929.104000', '195929.106000', '195929.109000', '195929.112000', '195929.115000', '195929.118000', '195929.121000', '195929.123000', '195929.127000', '195929.133000', '195929.136000', '195929.139000', '195929.141000', '195929.144000', '195929.147000', '195929.150000', '195929.152000', '195929.155000', '195929.158000', '195929.161000', '195929.164000', '195929.166000', '195929.169000', '195929.194000', '195929.197000', '195929.199000', '195929.202000', '195929.205000', '195929.208000', '195929.211000', '195929.214000', '195929.217000', '195929.220000', '195929.222000', '195929.225000', '195929.228000', '195929.231000', '195929.234000', '195929.236000', '195929.239000', '195931.478000', '195931.482000', '195931.485000', '195931.488000', '195931.491000', '195931.494000'], 'InstanceCreationTime': ['195209.128000', '195209.131000', '195209.134000', '195209.137000', '195209.140000', '195209.143000', '195209.154000', '195209.157000', '195209.166000', '195209.169000', '195209.172000', '195209.174000', '195209.177000', '195209.181000', '195209.184000', '195209.187000', '195209.190000', '195209.193000', '195209.196000', '195209.198000', '195209.202000', '195209.204000', '195209.208000', '195209.211000', '195209.214000', '195209.217000', '195209.220000', '195209.229000', '195209.232000', '195209.235000', '195209.238000', '195209.240000', '195209.251000', '195209.254000', '195209.257000', '195209.260000', '195209.262000', '195209.265000', '195209.268000', '195209.271000', '195209.274000', '195209.277000', '195209.280000', '195209.283000', '195209.286000', '195209.289000', '195209.292000', '195209.294000', '195209.297000', '195209.300000', '195209.303000', '195209.307000', '195209.310000', '195209.313000', '195229.096000', '195229.099000', '195229.102000', '195229.105000', '195229.108000', '195229.110000', '195229.113000', '195229.116000', '195229.119000', '195229.122000', '195229.124000', '195229.127000', '195229.130000', '195229.133000', '195229.136000', '195229.139000', '195229.141000', '195229.144000', '195229.147000', '195229.150000', '195229.153000', '195229.156000', '195229.158000', '195229.161000', '195229.164000', '195229.167000', '195229.170000', '195229.173000', '195229.175000', '195229.178000', '195229.181000', '195229.184000', '195229.187000', '195229.189000', '195229.192000', '195229.195000', '195229.198000', '195229.201000', '195229.203000', '195229.210000', '195229.212000', '195229.215000', '195229.218000', '195249.095000', '195249.098000', '195249.101000', '195249.103000', '195249.106000', '195249.109000', '195249.112000', '195249.115000', '195249.122000', '195249.124000', '195249.127000', '195249.130000', '195249.133000', '195249.136000', '195249.138000', '195249.141000', '195249.144000', '195249.147000', '195249.150000', '195249.152000', '195249.155000', '195249.158000', '195249.161000', '195249.163000', '195249.166000', '195249.169000', '195249.172000', '195249.175000', '195249.177000', '195249.180000', '195249.183000', '195249.186000', '195249.188000', '195249.191000', '195249.194000', '195249.197000', '195249.200000', '195249.202000', '195249.205000', '195249.208000', '195249.211000', '195249.214000', '195249.216000', '195249.219000', '195309.095000', '195309.098000', '195309.101000', '195309.105000', '195309.108000', '195309.111000', '195309.114000', '195309.117000', '195309.119000', '195309.122000', '195309.125000', '195309.128000', '195309.139000', '195309.142000', '195309.145000', '195309.148000', '195309.150000', '195309.153000', '195309.156000', '195309.159000', '195309.162000', '195309.165000', '195309.167000', '195309.170000', '195309.173000', '195309.176000', '195309.180000', '195309.185000', '195309.188000', '195309.191000', '195309.193000', '195309.196000', '195309.199000', '195309.202000', '195309.204000', '195309.207000', '195309.210000', '195309.213000', '195309.216000', '195309.218000', '195309.221000', '195309.224000', '195309.227000', '195329.096000', '195329.099000', '195329.101000', '195329.104000', '195329.107000', '195329.110000', '195329.113000', '195329.116000', '195329.118000', '195329.128000', '195329.131000', '195329.134000', '195329.137000', '195329.140000', '195329.143000', '195329.145000', '195329.148000', '195329.151000', '195329.154000', '195329.159000', '195329.162000', '195329.165000', '195329.168000', '195329.171000', '195329.174000', '195329.176000', '195329.179000', '195329.182000', '195329.185000', '195329.188000', '195329.191000', '195329.194000', '195329.196000', '195329.199000', '195329.202000', '195329.205000', '195329.208000', '195329.211000', '195329.213000', '195329.216000', '195329.219000', '195329.222000', '195329.225000', '195329.228000', '195349.096000', '195349.102000', '195349.105000', '195349.108000', '195349.110000', '195349.113000', '195349.116000', '195349.119000', '195349.122000', '195349.125000', '195349.127000', '195349.130000', '195349.133000', '195349.136000', '195349.139000', '195349.142000', '195349.145000', '195349.147000', '195349.150000', '195349.153000', '195349.156000', '195349.158000', '195349.161000', '195349.164000', '195349.167000', '195349.170000', '195349.173000', '195349.181000', '195349.183000', '195349.186000', '195349.189000', '195349.192000', '195349.196000', '195349.199000', '195349.202000', '195349.205000', '195349.208000', '195349.214000', '195349.217000', '195349.219000', '195349.222000', '195349.225000', '195349.228000', '195409.096000', '195409.099000', '195409.102000', '195409.105000', '195409.107000', '195409.110000', '195409.113000', '195409.116000', '195409.119000', '195409.122000', '195409.125000', '195409.128000', '195409.130000', '195409.133000', '195409.136000', '195409.139000', '195409.142000', '195409.144000', '195409.147000', '195409.150000', '195409.153000', '195409.156000', '195409.159000', '195409.161000', '195409.164000', '195409.167000', '195409.170000', '195409.173000', '195409.176000', '195409.178000', '195409.181000', '195409.184000', '195409.187000', '195409.190000', '195409.193000', '195409.195000', '195409.198000', '195409.201000', '195409.204000', '195409.207000', '195409.210000', '195409.212000', '195409.215000', '195409.218000', '195429.096000', '195429.099000', '195429.102000', '195429.105000', '195429.107000', '195429.110000', '195429.113000', '195429.116000', '195429.118000', '195429.121000', '195429.124000', '195429.127000', '195429.130000', '195429.133000', '195429.135000', '195429.138000', '195429.141000', '195429.145000', '195429.148000', '195429.151000', '195429.153000', '195429.156000', '195429.159000', '195429.162000', '195429.165000', '195429.168000', '195429.170000', '195429.173000', '195429.176000', '195429.179000', '195429.181000', '195429.184000', '195429.187000', '195429.190000', '195429.193000', '195429.196000', '195429.201000', '195429.205000', '195429.207000', '195429.210000', '195429.213000', '195429.216000', '195429.219000', '195449.095000', '195449.098000', '195449.101000', '195449.103000', '195449.106000', '195449.109000', '195449.112000', '195449.115000', '195449.117000', '195449.120000', '195449.123000', '195449.126000', '195449.129000', '195449.131000', '195449.134000', '195449.137000', '195449.140000', '195449.143000', '195449.145000', '195449.148000', '195449.151000', '195449.154000', '195449.157000', '195449.159000', '195449.162000', '195449.165000', '195449.168000', '195449.171000', '195449.173000', '195449.176000', '195449.179000', '195449.182000', '195449.184000', '195449.187000', '195449.190000', '195449.193000', '195449.196000', '195449.198000', '195449.201000', '195449.204000', '195449.207000', '195449.210000', '195449.212000', '195449.215000', '195509.095000', '195509.098000', '195509.101000', '195509.103000', '195509.106000', '195509.109000', '195509.112000', '195509.115000', '195509.118000', '195509.120000', '195509.123000', '195509.126000', '195509.129000', '195509.132000', '195509.134000', '195509.137000', '195509.140000', '195509.143000', '195509.146000', '195509.148000', '195509.151000', '195509.154000', '195509.157000', '195509.160000', '195509.162000', '195509.165000', '195509.168000', '195509.171000', '195509.173000', '195509.176000', '195509.179000', '195509.182000', '195509.185000', '195509.187000', '195509.190000', '195509.193000', '195509.196000', '195509.210000', '195509.213000', '195509.215000', '195509.218000', '195509.221000', '195509.224000', '195529.095000', '195529.098000', '195529.101000', '195529.104000', '195529.106000', '195529.109000', '195529.112000', '195529.115000', '195529.118000', '195529.120000', '195529.123000', '195529.126000', '195529.129000', '195529.132000', '195529.135000', '195529.137000', '195529.140000', '195529.143000', '195529.146000', '195529.149000', '195529.151000', '195529.154000', '195529.157000', '195529.160000', '195529.163000', '195529.166000', '195529.169000', '195529.171000', '195529.174000', '195529.177000', '195529.180000', '195529.182000', '195529.185000', '195529.188000', '195529.191000', '195529.194000', '195529.196000', '195529.199000', '195529.202000', '195529.205000', '195529.208000', '195529.210000', '195529.213000', '195529.216000', '195549.096000', '195549.099000', '195549.111000', '195549.114000', '195549.117000', '195549.120000', '195549.122000', '195549.125000', '195549.128000', '195549.131000', '195549.134000', '195549.136000', '195549.139000', '195549.142000', '195549.145000', '195549.148000', '195549.150000', '195549.153000', '195549.156000', '195549.159000', '195549.161000', '195549.164000', '195549.167000', '195549.170000', '195549.173000', '195549.176000', '195549.179000', '195549.182000', '195549.186000', '195549.188000', '195549.191000', '195549.194000', '195549.197000', '195549.200000', '195549.202000', '195549.205000', '195549.208000', '195549.211000', '195549.214000', '195549.217000', '195549.219000', '195549.222000', '195549.225000', '195609.096000', '195609.099000', '195609.102000', '195609.104000', '195609.107000', '195609.110000', '195609.113000', '195609.116000', '195609.119000', '195609.121000', '195609.124000', '195609.127000', '195609.130000', '195609.132000', '195609.135000', '195609.138000', '195609.141000', '195609.144000', '195609.146000', '195609.150000', '195609.153000', '195609.156000', '195609.159000', '195609.161000', '195609.164000', '195609.167000', '195609.170000', '195609.173000', '195609.175000', '195609.178000', '195609.181000', '195609.184000', '195609.187000', '195609.189000', '195609.192000', '195609.195000', '195609.198000', '195609.201000', '195609.203000', '195609.206000', '195609.209000', '195609.212000', '195609.215000', '195609.217000', '195629.096000', '195629.099000', '195629.102000', '195629.104000', '195629.107000', '195629.110000', '195629.113000', '195629.116000', '195629.118000', '195629.121000', '195629.124000', '195629.127000', '195629.130000', '195629.133000', '195629.135000', '195629.138000', '195629.141000', '195629.144000', '195629.147000', '195629.150000', '195629.152000', '195629.155000', '195629.158000', '195629.161000', '195629.164000', '195629.166000', '195629.169000', '195629.172000', '195629.175000', '195629.178000', '195629.180000', '195629.183000', '195629.186000', '195629.189000', '195629.192000', '195629.195000', '195629.197000', '195629.200000', '195629.203000', '195629.206000', '195629.208000', '195629.211000', '195629.214000', '195649.096000', '195649.099000', '195649.102000', '195649.104000', '195649.120000', '195649.123000', '195649.126000', '195649.129000', '195649.131000', '195649.134000', '195649.137000', '195649.140000', '195649.143000', '195649.145000', '195649.148000', '195649.151000', '195649.154000', '195649.157000', '195649.159000', '195649.162000', '195649.165000', '195649.168000', '195649.171000', '195649.173000', '195649.176000', '195649.179000', '195649.182000', '195649.185000', '195649.188000', '195649.190000', '195649.193000', '195649.196000', '195649.199000', '195649.202000', '195649.205000', '195649.207000', '195649.210000', '195649.213000', '195649.216000', '195649.219000', '195649.221000', '195649.224000', '195649.227000', '195649.230000', '195709.095000', '195709.098000', '195709.101000', '195709.104000', '195709.106000', '195709.109000', '195709.112000', '195709.115000', '195709.118000', '195709.120000', '195709.123000', '195709.126000', '195709.129000', '195709.132000', '195709.135000', '195709.137000', '195709.140000', '195709.143000', '195709.146000', '195709.149000', '195709.151000', '195709.154000', '195709.157000', '195709.160000', '195709.163000', '195709.165000', '195709.168000', '195709.171000', '195709.174000', '195709.177000', '195709.179000', '195709.182000', '195709.185000', '195709.188000', '195709.191000', '195709.194000', '195709.198000', '195709.201000', '195709.204000', '195709.207000', '195709.210000', '195709.212000', '195709.215000', '195729.095000', '195729.098000', '195729.100000', '195729.103000', '195729.106000', '195729.109000', '195729.112000', '195729.114000', '195729.117000', '195729.120000', '195729.123000', '195729.126000', '195729.128000', '195729.131000', '195729.134000', '195729.137000', '195729.140000', '195729.142000', '195729.145000', '195729.148000', '195729.151000', '195729.154000', '195729.156000', '195729.159000', '195729.162000', '195729.165000', '195729.167000', '195729.170000', '195729.173000', '195729.176000', '195729.179000', '195729.181000', '195729.184000', '195729.187000', '195729.190000', '195729.193000', '195729.196000', '195729.198000', '195729.201000', '195729.204000', '195729.207000', '195729.209000', '195729.212000', '195729.215000', '195749.096000', '195749.099000', '195749.102000', '195749.104000', '195749.107000', '195749.110000', '195749.113000', '195749.116000', '195749.118000', '195749.121000', '195749.124000', '195749.127000', '195749.130000', '195749.133000', '195749.135000', '195749.138000', '195749.141000', '195749.144000', '195749.147000', '195749.150000', '195749.153000', '195749.155000', '195749.158000', '195749.161000', '195749.164000', '195749.167000', '195749.169000', '195749.172000', '195749.175000', '195749.178000', '195749.181000', '195749.184000', '195749.186000', '195749.189000', '195749.192000', '195749.195000', '195749.197000', '195749.200000', '195749.203000', '195749.206000', '195749.209000', '195749.211000', '195749.214000', '195809.096000', '195809.099000', '195809.102000', '195809.105000', '195809.108000', '195809.110000', '195809.113000', '195809.116000', '195809.119000', '195809.121000', '195809.124000', '195809.127000', '195809.130000', '195809.133000', '195809.135000', '195809.138000', '195809.141000', '195809.144000', '195809.147000', '195809.149000', '195809.152000', '195809.155000', '195809.158000', '195809.161000', '195809.163000', '195809.166000', '195809.169000', '195809.172000', '195809.175000', '195809.186000', '195809.189000', '195809.192000', '195809.194000', '195809.197000', '195809.200000', '195809.203000', '195809.206000', '195809.208000', '195809.211000', '195809.214000', '195809.217000', '195809.219000', '195809.222000', '195829.096000', '195829.099000', '195829.102000', '195829.104000', '195829.107000', '195829.110000', '195829.113000', '195829.116000', '195829.118000', '195829.121000', '195829.124000', '195829.127000', '195829.130000', '195829.132000', '195829.135000', '195829.138000', '195829.141000', '195829.144000', '195829.147000', '195829.149000', '195829.152000', '195829.155000', '195829.158000', '195829.161000', '195829.163000', '195829.166000', '195829.169000', '195829.172000', '195829.175000', '195829.178000', '195829.180000', '195829.183000', '195829.186000', '195829.189000', '195829.192000', '195829.195000', '195829.197000', '195829.200000', '195829.203000', '195829.206000', '195829.209000', '195829.211000', '195829.214000', '195829.217000', '195849.096000', '195849.099000', '195849.102000', '195849.105000', '195849.110000', '195849.114000', '195849.117000', '195849.119000', '195849.122000', '195849.125000', '195849.128000', '195849.130000', '195849.133000', '195849.136000', '195849.139000', '195849.142000', '195849.145000', '195849.147000', '195849.150000', '195849.153000', '195849.156000', '195849.158000', '195849.161000', '195849.164000', '195849.167000', '195849.170000', '195849.172000', '195849.175000', '195849.178000', '195849.181000', '195849.184000', '195849.186000', '195849.189000', '195849.192000', '195849.195000', '195849.198000', '195849.200000', '195849.203000', '195849.206000', '195849.209000', '195849.212000', '195849.214000', '195849.217000', '195909.096000', '195909.099000', '195909.102000', '195909.105000', '195909.107000', '195909.110000', '195909.113000', '195909.116000', '195909.119000', '195909.121000', '195909.124000', '195909.127000', '195909.130000', '195909.133000', '195909.136000', '195909.138000', '195909.141000', '195909.144000', '195909.147000', '195909.150000', '195909.152000', '195909.155000', '195909.158000', '195909.161000', '195909.163000', '195909.166000', '195909.169000', '195909.172000', '195909.175000', '195909.178000', '195909.180000', '195909.183000', '195909.186000', '195909.189000', '195909.192000', '195909.194000', '195909.197000', '195909.200000', '195909.203000', '195909.206000', '195909.208000', '195909.211000', '195909.214000', '195909.217000', '195929.095000', '195929.098000', '195929.101000', '195929.104000', '195929.106000', '195929.109000', '195929.112000', '195929.115000', '195929.118000', '195929.121000', '195929.123000', '195929.127000', '195929.133000', '195929.136000', '195929.139000', '195929.141000', '195929.144000', '195929.147000', '195929.150000', '195929.152000', '195929.155000', '195929.158000', '195929.161000', '195929.164000', '195929.166000', '195929.169000', '195929.194000', '195929.197000', '195929.199000', '195929.202000', '195929.205000', '195929.208000', '195929.211000', '195929.214000', '195929.217000', '195929.220000', '195929.222000', '195929.225000', '195929.228000', '195929.231000', '195929.234000', '195929.236000', '195929.239000', '195931.478000', '195931.482000', '195931.485000', '195931.488000', '195931.491000', '195931.494000'], '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': [14163, 11987, 12001, 11287, 12261, 15483, 11326, 12594, 10978, 12056, 10934, 11765, 11931, 11377, 12410, 14145, 11374, 12965, 11478, 12288, 12282, 11422, 12652, 14327, 11590, 12800, 11310, 12580, 10975, 11886, 12727, 15437, 12357, 13465, 11148, 12314, 11114, 12324, 12747, 15096, 12319, 13235, 11542, 12709, 15172, 11580, 12886, 14424, 11966, 12687, 11470, 13246, 14993, 12266, 12889, 15260, 12536, 12975, 11510, 13390, 14128, 12342, 13605, 14320, 12485, 13315, 11097, 12954, 13210, 12001, 13444, 14769, 11824, 13102, 11233, 12615, 12757, 11451, 13261, 14055, 12390, 12055, 11689, 13220, 13633, 12443, 13424, 11996, 13211, 12523, 12250, 13164, 11161, 13223, 13741, 13929, 13604, 10941, 13599, 12792, 13019, 13329, 13198, 11987, 13441, 10732, 12711, 12504, 11985, 13387, 14036, 13003, 11870, 12140, 13238, 12014, 13378, 14223, 13877, 13545, 12812, 12906, 13713, 12842, 12923, 13991, 12352, 13469, 11635, 11694, 13231, 13476, 11916, 13668, 11100, 12766, 10944, 12104, 13053, 11093, 13583, 13485, 13065, 13772, 11373, 13226, 13339, 11103, 13628, 13635, 12705, 13544, 11653, 13243, 12973, 11998, 13985, 15486, 12620, 13580, 12041, 13405, 12959, 11569, 13395, 13755, 11888, 13600, 11916, 13357, 13033, 12191, 13959, 13321, 12082, 13541, 11736, 13451, 13237, 12134, 13820, 15213, 13232, 13753, 12113, 13530, 12153, 13233, 13909, 12317, 13621, 13891, 12643, 13496, 11829, 13403, 14004, 12887, 13938, 10545, 12963, 10688, 12379, 13468, 14076, 14016, 14313, 12375, 12500, 11862, 13240, 10606, 12701, 13596, 12274, 13785, 15382, 12191, 13368, 13275, 12110, 13519, 11052, 12481, 13465, 11986, 13300, 12939, 11899, 13396, 13179, 11951, 14018, 10042, 13616, 10400, 12676, 10949, 12094, 13833, 14307, 12701, 14264, 12537, 13580, 11100, 13070, 11113, 12515, 10038, 13301, 10029, 13746, 16732, 17045, 13472, 13248, 11293, 13283, 12332, 12684, 14191, 12885, 13658, 10109, 12530, 12188, 10636, 13048, 12473, 12946, 14190, 11572, 13157, 12051, 12876, 13577, 12115, 12712, 11796, 14229, 11465, 13958, 14362, 13505, 14978, 12586, 13435, 16306, 12300, 13594, 12767, 11988, 13689, 12297, 13303, 13384, 12586, 13729, 13556, 12036, 13856, 12402, 13733, 10875, 13200, 13666, 13470, 13732, 14170, 12560, 14123, 12823, 13790, 12682, 13548, 14478, 12892, 13592, 16016, 13141, 11473, 12489, 13092, 16501, 12701, 13367, 13336, 12732, 12667, 12132, 13366, 11084, 13064, 13108, 12486, 13483, 12413, 13360, 12635, 11907, 13552, 13842, 11943, 13100, 11113, 12868, 12409, 11989, 13063, 13785, 12455, 13460, 12605, 13260, 10393, 12979, 13125, 13448, 13083, 13396, 13248, 13580, 10191, 13408, 12419, 11008, 13781, 13232, 13310, 13709, 12546, 13239, 12830, 10532, 12965, 12965, 13776, 13061, 10085, 12870, 12266, 11598, 13344, 14806, 12281, 13862, 10370, 12919, 9901, 12443, 13784, 16085, 12175, 13641, 10827, 12958, 10595, 13167, 13842, 15900, 12541, 13688, 10412, 13490, 10939, 11925, 13511, 14400, 12269, 13427, 10788, 13129, 13882, 12133, 13364, 14557, 11748, 13401, 13059, 13020, 11861, 12100, 13275, 10176, 12866, 13943, 15007, 13443, 13687, 12504, 13744, 12817, 11587, 13579, 13479, 13040, 13814, 11842, 13312, 13352, 13577, 13229, 13341, 11364, 13679, 11503, 12979, 13009, 11966, 14272, 14262, 13677, 14235, 12183, 13446, 11097, 13874, 13988, 15834, 13178, 13900, 14524, 12863, 13753, 12076, 13876, 9916, 13648, 12573, 12405, 14073, 13733, 13400, 13512, 13173, 14479, 13655, 14066, 12759, 11530, 14049, 14073, 13704, 13986, 12752, 11039, 13068, 13605, 15355, 13093, 13952, 10906, 13454, 10584, 13139, 13190, 13138, 13108, 13923, 12042, 14031, 12055, 13302, 10210, 13184, 13568, 13463, 13676, 15316, 13130, 13804, 12381, 13659, 13238, 13500, 13792, 11432, 13622, 14851, 12748, 13189, 12342, 13332, 12559, 14198, 13637, 12625, 14585, 12814, 11096, 13245, 11824, 12790, 13799, 16240, 13326, 14382, 14912, 12520, 13622, 12178, 13474, 13287, 11395, 13672, 13739, 12010, 13614, 11262, 11730, 13502, 12030, 11684, 14058, 10335, 13481, 10420, 12440, 13775, 13077, 14082, 14722, 14650, 14573, 10902, 14005, 11476, 12932, 13723, 15866, 13046, 13829, 14813, 13440, 14101, 12475, 13818, 14001, 12644, 14295, 13529, 13172, 14116, 13059, 13650, 12856, 13743, 13919, 12783, 14222, 14868, 13057, 10717, 13024, 13636, 14287, 13106, 13889, 13425, 13003, 14310, 10797, 13737, 11154, 12999, 14035, 15089, 13846, 14477, 13920, 14026, 13767, 13676, 14365, 12950, 13964, 14191, 14005, 14827, 14018, 14202, 13690, 12336, 13456, 13772, 11030, 14121, 14212, 13963, 14009, 12246, 13711, 13579, 11530, 14067, 14128, 12677, 14339, 9696, 13618, 14122, 12749, 14455, 14113, 13152, 14537, 13593, 14248, 9951, 14172, 14361, 16469, 13741, 14647, 12681, 13700, 9553, 13413, 9438, 13006, 14215, 16156, 13699, 14039, 11088, 13850, 11060, 13064, 14386, 14133, 14390, 9682, 14144, 13964, 12240, 14284, 10425, 13797, 14011, 13169, 11913, 12317, 13191, 11453, 13836, 13529, 12415, 14375, 12490, 13841, 12827, 12767, 14187, 11769, 13662, 13078, 12313, 14649, 10660, 14436, 16048, 13068, 14102, 12335, 14248, 14844, 13689, 14565, 12380, 14210, 14020, 13517, 14040, 10985, 14084, 14211, 12872, 14670, 10820, 13952, 10646, 13031, 14187, 9851, 13902, 14453, 11921, 14554, 9547, 13461, 13617, 11887, 14296, 9876, 13561, 14086, 12129, 14110, 14478, 12133, 14211, 13369, 12804, 14230, 10954, 13792, 10968, 10773, 14131, 11942, 12792, 11494, 11483, 14205, 11778, 13658, 14237, 13371, 14018, 15571, 12978, 14132, 11068, 13728, 14600, 11551, 13351, 13433, 11169, 14095, 11705, 13416, 13922, 11372, 14083, 15426, 11360, 14156, 12818, 13599, 12586, 12359, 14287, 14148, 13234, 14497, 11742, 13868, 11991, 13631, 14222, 11119, 13870, 13472, 11281, 14270, 12174, 13737, 9493, 13449, 14163, 11871, 14147, 14281, 11498, 14134, 12332, 12556, 11434, 11688, 13980, 11295, 13611, 14109, 11555, 13892, 11698, 12986, 13746, 10935, 13797, 14122, 10939, 14103, 12256, 13424, 8999, 11977, 14113, 9800, 12958, 15048, 11102, 13800, 11865, 13800, 14008, 13024, 14106, 14142, 12287, 14498, 10938, 14202, 15100, 12717, 14453, 13381, 14029, 14047, 13362, 14126, 14252, 12275, 13994, 11301, 13876, 9652, 13466, 11053, 12662, 14351, 16201, 12252, 14095, 13581, 12408, 14190, 12054, 12988, 14382, 12086, 14211, 12431, 13930, 14169, 13405, 14440, 14915, 13289, 11271, 12630, 14273, 11881, 14150, 14002, 13598, 13898, 14248, 12483, 13930, 9964, 13557, 14372, 13104, 13887, 13345, 13245, 11533, 12153, 14256, 15100, 12142, 14222, 13152, 13113, 11447, 12223, 14380, 11850, 13839, 13897, 13212, 14143, 14366, 12095, 13782, 12105, 13764, 13894, 11795, 14218, 13918, 13174, 14189, 12501, 12333, 12639, 9538, 13770, 10139, 13207, 14437, 16231, 12745, 14057, 13538, 12556, 13912, 11714, 13023, 13767, 11399, 13513, 11017, 11936, 14053, 12657, 13957, 10472, 13986, 14928, 13345, 13631, 15277, 13453, 14067, 12036, 14230, 11583, 13071, 13595, 13927, 13400, 14310, 10662, 13814, 9924, 12838, 13818, 12301, 14171, 13029, 12276, 13993, 9672, 13313, 10829, 11240, 14048, 11223, 13760, 9603, 13512, 14196, 11414, 14013, 14223, 11407, 14018, 12263, 13871, 12748, 11762, 14030, 10917, 12689, 12902, 11668, 13490, 9745, 13519, 15164, 10932, 13600, 9533, 13166, 9529, 12891, 13641, 15610, 12883, 14268, 12319, 13786], 'WindowCenter': [4444.0, 4410.0, 4406.0, 4382.0, 4392.0, 4410.0, 4368.0, 4376.0, 4366.0, 4377.0, 4367.0, 4389.0, 4377.0, 4377.0, 4389.0, 4398.0, 4379.0, 4390.0, 4379.0, 4392.0, 4389.0, 4380.0, 4389.0, 4398.0, 4367.0, 4387.0, 4380.0, 4390.0, 4379.0, 4391.0, 4402.0, 4407.0, 4380.0, 4391.0, 4380.0, 4389.0, 4379.0, 4390.0, 4393.0, 4397.0, 4377.0, 4388.0, 4380.0, 4390.0, 4400.0, 4368.0, 4387.0, 4386.0, 4365.0, 4377.0, 4379.0, 4390.0, 4398.0, 4376.0, 4376.0, 4384.0, 4374.0, 4376.0, 4377.0, 4388.0, 4386.0, 4376.0, 4386.0, 4386.0, 4376.0, 4386.0, 4366.0, 4389.0, 4386.0, 4375.0, 4384.0, 4386.0, 4378.0, 4377.0, 4364.0, 4387.0, 4385.0, 4376.0, 4387.0, 4386.0, 4376.0, 4377.0, 4376.0, 4386.0, 4384.0, 4376.0, 4389.0, 4364.0, 4384.0, 4376.0, 4374.0, 4385.0, 4366.0, 4387.0, 4384.0, 4384.0, 4386.0, 4364.0, 4387.0, 4376.0, 4383.0, 4385.0, 4374.0, 4364.0, 4384.0, 4365.0, 4385.0, 4375.0, 4375.0, 4387.0, 4384.0, 4385.0, 4376.0, 4378.0, 4386.0, 4376.0, 4398.0, 4397.0, 4386.0, 4384.0, 4375.0, 4375.0, 4387.0, 4376.0, 4374.0, 4384.0, 4375.0, 4384.0, 4365.0, 4375.0, 4387.0, 4384.0, 4373.0, 4385.0, 4365.0, 4385.0, 4365.0, 4378.0, 4386.0, 4364.0, 4398.0, 4387.0, 4385.0, 4387.0, 4376.0, 4387.0, 4387.0, 4365.0, 4387.0, 4385.0, 4374.0, 4386.0, 4376.0, 4397.0, 4387.0, 4387.0, 4397.0, 4395.0, 4376.0, 4386.0, 4375.0, 4398.0, 4386.0, 4363.0, 4384.0, 4382.0, 4373.0, 4386.0, 4374.0, 4399.0, 4384.0, 4376.0, 4396.0, 4384.0, 4375.0, 4387.0, 4375.0, 4398.0, 4385.0, 4377.0, 4396.0, 4394.0, 4386.0, 4386.0, 4389.0, 4397.0, 4387.0, 4398.0, 4398.0, 4373.0, 4386.0, 4384.0, 4384.0, 4385.0, 4376.0, 4398.0, 4396.0, 4375.0, 4384.0, 4364.0, 4386.0, 4366.0, 4385.0, 4387.0, 4386.0, 4400.0, 4412.0, 4389.0, 4387.0, 4388.0, 4400.0, 4368.0, 4388.0, 4388.0, 4379.0, 4400.0, 4399.0, 4376.0, 4387.0, 4374.0, 4364.0, 4384.0, 4365.0, 4373.0, 4383.0, 4375.0, 4385.0, 4374.0, 4374.0, 4384.0, 4373.0, 4374.0, 4384.0, 4355.0, 4386.0, 4366.0, 4388.0, 4377.0, 4388.0, 4401.0, 4399.0, 4387.0, 4396.0, 4376.0, 4399.0, 4379.0, 4401.0, 4380.0, 4390.0, 4371.0, 4412.0, 4381.0, 4413.0, 4428.0, 4425.0, 4391.0, 4389.0, 4367.0, 4388.0, 4386.0, 4387.0, 4397.0, 4390.0, 4402.0, 4369.0, 4390.0, 4389.0, 4367.0, 4388.0, 4387.0, 4386.0, 4399.0, 4377.0, 4389.0, 4387.0, 4399.0, 4397.0, 4388.0, 4388.0, 4377.0, 4399.0, 4377.0, 4399.0, 4401.0, 4402.0, 4411.0, 4389.0, 4387.0, 4397.0, 4360.0, 4371.0, 4361.0, 4362.0, 4382.0, 4374.0, 4386.0, 4383.0, 4370.0, 4370.0, 4371.0, 4358.0, 4381.0, 4375.0, 4385.0, 4364.0, 4398.0, 4397.0, 4385.0, 4383.0, 4384.0, 4372.0, 4384.0, 4386.0, 4386.0, 4386.0, 4396.0, 4399.0, 4375.0, 4373.0, 4396.0, 4400.0, 4376.0, 4388.0, 4387.0, 4395.0, 4373.0, 4384.0, 4385.0, 4372.0, 4373.0, 4375.0, 4384.0, 4363.0, 4384.0, 4384.0, 4371.0, 4382.0, 4374.0, 4384.0, 4374.0, 4362.0, 4384.0, 4384.0, 4362.0, 4372.0, 4362.0, 4375.0, 4372.0, 4363.0, 4384.0, 4384.0, 4373.0, 4384.0, 4375.0, 4386.0, 4354.0, 4384.0, 4387.0, 4373.0, 4373.0, 4374.0, 4372.0, 4383.0, 4352.0, 4385.0, 4373.0, 4352.0, 4382.0, 4373.0, 4371.0, 4384.0, 4373.0, 4385.0, 4385.0, 4353.0, 4386.0, 4384.0, 4383.0, 4387.0, 4366.0, 4386.0, 4388.0, 4378.0, 4400.0, 4399.0, 4376.0, 4396.0, 4356.0, 4389.0, 4355.0, 4388.0, 4400.0, 4408.0, 4377.0, 4396.0, 4366.0, 4388.0, 4378.0, 4400.0, 4401.0, 4408.0, 4388.0, 4399.0, 4366.0, 4398.0, 4378.0, 4391.0, 4401.0, 4399.0, 4390.0, 4399.0, 4365.0, 4388.0, 4400.0, 4390.0, 4400.0, 4399.0, 4377.0, 4397.0, 4385.0, 4386.0, 4377.0, 4388.0, 4398.0, 4365.0, 4389.0, 4398.0, 4397.0, 4385.0, 4399.0, 4386.0, 4396.0, 4388.0, 4374.0, 4387.0, 4384.0, 4385.0, 4385.0, 4376.0, 4397.0, 4386.0, 4383.0, 4382.0, 4382.0, 4361.0, 4384.0, 4364.0, 4385.0, 4385.0, 4377.0, 4398.0, 4396.0, 4385.0, 4386.0, 4373.0, 4385.0, 4365.0, 4386.0, 4397.0, 4395.0, 4373.0, 4372.0, 4381.0, 4371.0, 4381.0, 4362.0, 4384.0, 4352.0, 4384.0, 4372.0, 4370.0, 4380.0, 4371.0, 4371.0, 4374.0, 4375.0, 4394.0, 4383.0, 4382.0, 4372.0, 4362.0, 4385.0, 4384.0, 4384.0, 4385.0, 4385.0, 4366.0, 4398.0, 4399.0, 4400.0, 4374.0, 4372.0, 4351.0, 4383.0, 4352.0, 4386.0, 4386.0, 4372.0, 4373.0, 4371.0, 4365.0, 4383.0, 4375.0, 4397.0, 4365.0, 4385.0, 4385.0, 4383.0, 4385.0, 4396.0, 4386.0, 4385.0, 4385.0, 4397.0, 4372.0, 4384.0, 4384.0, 4361.0, 4384.0, 4397.0, 4374.0, 4383.0, 4375.0, 4384.0, 4373.0, 4384.0, 4386.0, 4388.0, 4408.0, 4398.0, 4379.0, 4400.0, 4388.0, 4390.0, 4397.0, 4407.0, 4386.0, 4384.0, 4387.0, 4375.0, 4385.0, 4375.0, 4385.0, 4383.0, 4362.0, 4382.0, 4383.0, 4373.0, 4395.0, 4364.0, 4376.0, 4386.0, 4373.0, 4373.0, 4384.0, 4351.0, 4386.0, 4366.0, 4387.0, 4398.0, 4396.0, 4399.0, 4399.0, 4395.0, 4395.0, 4365.0, 4397.0, 4376.0, 4386.0, 4395.0, 4395.0, 4384.0, 4384.0, 4384.0, 4383.0, 4383.0, 4374.0, 4397.0, 4383.0, 4371.0, 4384.0, 4370.0, 4372.0, 4383.0, 4384.0, 4394.0, 4385.0, 4395.0, 4386.0, 4372.0, 4382.0, 4381.0, 4371.0, 4350.0, 4383.0, 4394.0, 4393.0, 4370.0, 4381.0, 4371.0, 4370.0, 4381.0, 4353.0, 4383.0, 4363.0, 4386.0, 4393.0, 4382.0, 4369.0, 4381.0, 4369.0, 4381.0, 4370.0, 4383.0, 4393.0, 4372.0, 4380.0, 4382.0, 4369.0, 4379.0, 4371.0, 4369.0, 4371.0, 4358.0, 4368.0, 4368.0, 4347.0, 4370.0, 4366.0, 4369.0, 4368.0, 4359.0, 4382.0, 4371.0, 4361.0, 4383.0, 4382.0, 4368.0, 4378.0, 4339.0, 4381.0, 4381.0, 4370.0, 4395.0, 4383.0, 4370.0, 4383.0, 4383.0, 4395.0, 4363.0, 4397.0, 4395.0, 4408.0, 4410.0, 4408.0, 4385.0, 4396.0, 4364.0, 4395.0, 4356.0, 4411.0, 4408.0, 4409.0, 4396.0, 4409.0, 4364.0, 4382.0, 4361.0, 4371.0, 4380.0, 4380.0, 4382.0, 4352.0, 4392.0, 4383.0, 4373.0, 4393.0, 4352.0, 4384.0, 4383.0, 4384.0, 4374.0, 4377.0, 4386.0, 4378.0, 4398.0, 4386.0, 4385.0, 4395.0, 4374.0, 4396.0, 4386.0, 4387.0, 4395.0, 4375.0, 4394.0, 4384.0, 4385.0, 4406.0, 4366.0, 4399.0, 4409.0, 4399.0, 4398.0, 4386.0, 4396.0, 4393.0, 4384.0, 4395.0, 4372.0, 4385.0, 4386.0, 4383.0, 4384.0, 4362.0, 4381.0, 4382.0, 4370.0, 4392.0, 4363.0, 4393.0, 4365.0, 4384.0, 4394.0, 4354.0, 4395.0, 4394.0, 4375.0, 4396.0, 4355.0, 4397.0, 4397.0, 4387.0, 4407.0, 4368.0, 4396.0, 4398.0, 4388.0, 4397.0, 4396.0, 4376.0, 4395.0, 4384.0, 4384.0, 4396.0, 4378.0, 4400.0, 4376.0, 4378.0, 4408.0, 4376.0, 4387.0, 4378.0, 4388.0, 4408.0, 4388.0, 4412.0, 4398.0, 4397.0, 4398.0, 4410.0, 4400.0, 4410.0, 4379.0, 4410.0, 4410.0, 4377.0, 4398.0, 4386.0, 4380.0, 4410.0, 4389.0, 4411.0, 4412.0, 4389.0, 4410.0, 4408.0, 4390.0, 4411.0, 4400.0, 4411.0, 4400.0, 4400.0, 4411.0, 4398.0, 4387.0, 4397.0, 4376.0, 4399.0, 4389.0, 4400.0, 4397.0, 4376.0, 4397.0, 4387.0, 4376.0, 4396.0, 4386.0, 4397.0, 4367.0, 4400.0, 4399.0, 4377.0, 4397.0, 4400.0, 4377.0, 4398.0, 4387.0, 4387.0, 4390.0, 4389.0, 4408.0, 4377.0, 4409.0, 4401.0, 4378.0, 4399.0, 4390.0, 4398.0, 4398.0, 4379.0, 4410.0, 4398.0, 4367.0, 4399.0, 4389.0, 4398.0, 4358.0, 4391.0, 4408.0, 4369.0, 4389.0, 4410.0, 4378.0, 4398.0, 4389.0, 4411.0, 4400.0, 4387.0, 4398.0, 4396.0, 4377.0, 4397.0, 4366.0, 4397.0, 4398.0, 4386.0, 4397.0, 4384.0, 4395.0, 4385.0, 4383.0, 4395.0, 4395.0, 4376.0, 4396.0, 4366.0, 4398.0, 4357.0, 4395.0, 4377.0, 4385.0, 4397.0, 4408.0, 4375.0, 4395.0, 4386.0, 4384.0, 4397.0, 4374.0, 4384.0, 4385.0, 4373.0, 4394.0, 4372.0, 4396.0, 4395.0, 4385.0, 4397.0, 4397.0, 4385.0, 4377.0, 4388.0, 4395.0, 4375.0, 4398.0, 4395.0, 4384.0, 4397.0, 4396.0, 4387.0, 4398.0, 4357.0, 4397.0, 4396.0, 4386.0, 4397.0, 4386.0, 4387.0, 4377.0, 4388.0, 4409.0, 4395.0, 4376.0, 4396.0, 4385.0, 4385.0, 4376.0, 4389.0, 4397.0, 4387.0, 4398.0, 4398.0, 4385.0, 4395.0, 4385.0, 4375.0, 4386.0, 4375.0, 4399.0, 4399.0, 4376.0, 4396.0, 4384.0, 4385.0, 4397.0, 4374.0, 4387.0, 4376.0, 4356.0, 4398.0, 4380.0, 4397.0, 4410.0, 4408.0, 4375.0, 4385.0, 4382.0, 4374.0, 4395.0, 4374.0, 4384.0, 4384.0, 4374.0, 4385.0, 4362.0, 4375.0, 4394.0, 4385.0, 4397.0, 4364.0, 4396.0, 4396.0, 4372.0, 4372.0, 4370.0, 4359.0, 4370.0, 4349.0, 4371.0, 4348.0, 4370.0, 4372.0, 4369.0, 4368.0, 4380.0, 4338.0, 4371.0, 4338.0, 4373.0, 4383.0, 4372.0, 4384.0, 4384.0, 4373.0, 4383.0, 4341.0, 4382.0, 4352.0, 4363.0, 4394.0, 4375.0, 4396.0, 4356.0, 4399.0, 4401.0, 4378.0, 4397.0, 4398.0, 4375.0, 4395.0, 4388.0, 4399.0, 4388.0, 4391.0, 4409.0, 4366.0, 4388.0, 4388.0, 4391.0, 4400.0, 4371.0, 4400.0, 4412.0, 4377.0, 4398.0, 4361.0, 4399.0, 4372.0, 4402.0, 4415.0, 4411.0, 4389.0, 4399.0, 4388.0, 4399.0], 'WindowWidth': [9776.0, 9717.0, 9704.0, 9665.0, 9675.0, 9697.0, 9636.0, 9644.0, 9629.0, 9646.0, 9634.0, 9667.0, 9649.0, 9646.0, 9666.0, 9677.0, 9650.0, 9667.0, 9652.0, 9674.0, 9669.0, 9655.0, 9667.0, 9680.0, 9634.0, 9662.0, 9655.0, 9671.0, 9655.0, 9673.0, 9689.0, 9692.0, 9654.0, 9672.0, 9655.0, 9667.0, 9652.0, 9670.0, 9679.0, 9676.0, 9646.0, 9665.0, 9654.0, 9668.0, 9685.0, 9636.0, 9659.0, 9661.0, 9628.0, 9645.0, 9651.0, 9668.0, 9679.0, 9643.0, 9642.0, 9658.0, 9639.0, 9641.0, 9647.0, 9664.0, 9658.0, 9645.0, 9657.0, 9659.0, 9643.0, 9657.0, 9631.0, 9665.0, 9660.0, 9643.0, 9653.0, 9659.0, 9647.0, 9643.0, 9627.0, 9661.0, 9657.0, 9646.0, 9660.0, 9662.0, 9645.0, 9649.0, 9648.0, 9662.0, 9655.0, 9645.0, 9665.0, 9626.0, 9652.0, 9645.0, 9641.0, 9657.0, 9629.0, 9660.0, 9657.0, 9651.0, 9658.0, 9626.0, 9660.0, 9646.0, 9652.0, 9656.0, 9642.0, 9626.0, 9653.0, 9629.0, 9658.0, 9644.0, 9643.0, 9660.0, 9656.0, 9655.0, 9647.0, 9650.0, 9659.0, 9647.0, 9679.0, 9680.0, 9657.0, 9654.0, 9644.0, 9643.0, 9662.0, 9646.0, 9639.0, 9655.0, 9640.0, 9654.0, 9630.0, 9643.0, 9663.0, 9660.0, 9640.0, 9656.0, 9627.0, 9655.0, 9632.0, 9650.0, 9660.0, 9629.0, 9677.0, 9664.0, 9657.0, 9662.0, 9644.0, 9664.0, 9665.0, 9628.0, 9659.0, 9657.0, 9640.0, 9658.0, 9646.0, 9677.0, 9665.0, 9664.0, 9677.0, 9678.0, 9646.0, 9659.0, 9643.0, 9677.0, 9662.0, 9624.0, 9654.0, 9653.0, 9638.0, 9657.0, 9643.0, 9680.0, 9659.0, 9645.0, 9672.0, 9657.0, 9643.0, 9660.0, 9647.0, 9679.0, 9662.0, 9649.0, 9674.0, 9673.0, 9660.0, 9659.0, 9666.0, 9676.0, 9663.0, 9680.0, 9685.0, 9641.0, 9659.0, 9660.0, 9656.0, 9656.0, 9646.0, 9679.0, 9677.0, 9643.0, 9655.0, 9628.0, 9659.0, 9634.0, 9660.0, 9663.0, 9664.0, 9687.0, 9709.0, 9672.0, 9664.0, 9668.0, 9685.0, 9638.0, 9664.0, 9667.0, 9653.0, 9684.0, 9686.0, 9648.0, 9661.0, 9643.0, 9624.0, 9650.0, 9627.0, 9636.0, 9650.0, 9639.0, 9656.0, 9640.0, 9639.0, 9653.0, 9637.0, 9639.0, 9653.0, 9614.0, 9659.0, 9634.0, 9665.0, 9650.0, 9666.0, 9689.0, 9686.0, 9662.0, 9671.0, 9645.0, 9679.0, 9653.0, 9688.0, 9656.0, 9671.0, 9648.0, 9704.0, 9664.0, 9711.0, 9745.0, 9731.0, 9675.0, 9667.0, 9635.0, 9664.0, 9659.0, 9663.0, 9677.0, 9669.0, 9687.0, 9641.0, 9671.0, 9671.0, 9638.0, 9666.0, 9664.0, 9661.0, 9685.0, 9651.0, 9670.0, 9665.0, 9683.0, 9680.0, 9666.0, 9665.0, 9648.0, 9681.0, 9651.0, 9683.0, 9690.0, 9689.0, 9707.0, 9668.0, 9666.0, 9685.0, 9616.0, 9629.0, 9620.0, 9619.0, 9646.0, 9642.0, 9660.0, 9653.0, 9630.0, 9628.0, 9630.0, 9611.0, 9645.0, 9642.0, 9657.0, 9629.0, 9679.0, 9682.0, 9660.0, 9651.0, 9655.0, 9634.0, 9653.0, 9658.0, 9658.0, 9660.0, 9675.0, 9686.0, 9646.0, 9637.0, 9680.0, 9686.0, 9646.0, 9663.0, 9663.0, 9674.0, 9637.0, 9654.0, 9659.0, 9635.0, 9636.0, 9642.0, 9655.0, 9624.0, 9652.0, 9654.0, 9632.0, 9648.0, 9640.0, 9654.0, 9642.0, 9623.0, 9653.0, 9656.0, 9622.0, 9635.0, 9621.0, 9639.0, 9637.0, 9623.0, 9653.0, 9657.0, 9637.0, 9653.0, 9640.0, 9656.0, 9613.0, 9654.0, 9660.0, 9637.0, 9636.0, 9640.0, 9633.0, 9650.0, 9609.0, 9656.0, 9638.0, 9607.0, 9647.0, 9638.0, 9631.0, 9652.0, 9640.0, 9655.0, 9655.0, 9611.0, 9657.0, 9655.0, 9652.0, 9660.0, 9633.0, 9661.0, 9665.0, 9651.0, 9683.0, 9688.0, 9648.0, 9674.0, 9620.0, 9666.0, 9620.0, 9667.0, 9686.0, 9698.0, 9650.0, 9675.0, 9631.0, 9665.0, 9652.0, 9685.0, 9690.0, 9699.0, 9665.0, 9681.0, 9631.0, 9678.0, 9653.0, 9673.0, 9688.0, 9685.0, 9671.0, 9683.0, 9632.0, 9664.0, 9688.0, 9671.0, 9685.0, 9686.0, 9650.0, 9677.0, 9660.0, 9658.0, 9649.0, 9667.0, 9681.0, 9634.0, 9668.0, 9683.0, 9680.0, 9658.0, 9685.0, 9659.0, 9674.0, 9666.0, 9641.0, 9661.0, 9657.0, 9655.0, 9658.0, 9645.0, 9677.0, 9666.0, 9655.0, 9649.0, 9649.0, 9618.0, 9651.0, 9629.0, 9658.0, 9657.0, 9652.0, 9680.0, 9681.0, 9658.0, 9657.0, 9639.0, 9656.0, 9629.0, 9661.0, 9681.0, 9678.0, 9635.0, 9636.0, 9650.0, 9630.0, 9645.0, 9619.0, 9651.0, 9609.0, 9652.0, 9636.0, 9629.0, 9643.0, 9635.0, 9633.0, 9642.0, 9641.0, 9668.0, 9656.0, 9648.0, 9636.0, 9621.0, 9654.0, 9654.0, 9654.0, 9654.0, 9658.0, 9633.0, 9681.0, 9683.0, 9688.0, 9639.0, 9632.0, 9604.0, 9650.0, 9609.0, 9659.0, 9660.0, 9634.0, 9635.0, 9632.0, 9626.0, 9651.0, 9644.0, 9677.0, 9633.0, 9658.0, 9658.0, 9652.0, 9659.0, 9677.0, 9659.0, 9658.0, 9658.0, 9676.0, 9638.0, 9651.0, 9654.0, 9618.0, 9655.0, 9681.0, 9641.0, 9651.0, 9641.0, 9653.0, 9638.0, 9654.0, 9659.0, 9665.0, 9691.0, 9680.0, 9656.0, 9686.0, 9668.0, 9671.0, 9680.0, 9698.0, 9659.0, 9653.0, 9663.0, 9642.0, 9656.0, 9644.0, 9657.0, 9653.0, 9621.0, 9649.0, 9651.0, 9639.0, 9671.0, 9631.0, 9647.0, 9661.0, 9641.0, 9638.0, 9654.0, 9608.0, 9657.0, 9635.0, 9664.0, 9677.0, 9675.0, 9680.0, 9686.0, 9672.0, 9671.0, 9629.0, 9673.0, 9648.0, 9660.0, 9672.0, 9677.0, 9655.0, 9655.0, 9655.0, 9652.0, 9652.0, 9643.0, 9675.0, 9654.0, 9634.0, 9652.0, 9634.0, 9636.0, 9649.0, 9655.0, 9669.0, 9657.0, 9672.0, 9666.0, 9637.0, 9647.0, 9651.0, 9632.0, 9604.0, 9652.0, 9669.0, 9671.0, 9631.0, 9645.0, 9634.0, 9632.0, 9645.0, 9610.0, 9652.0, 9628.0, 9658.0, 9666.0, 9652.0, 9628.0, 9645.0, 9630.0, 9644.0, 9629.0, 9651.0, 9668.0, 9637.0, 9643.0, 9649.0, 9631.0, 9639.0, 9635.0, 9624.0, 9631.0, 9613.0, 9622.0, 9624.0, 9595.0, 9627.0, 9618.0, 9625.0, 9623.0, 9613.0, 9648.0, 9633.0, 9617.0, 9650.0, 9650.0, 9623.0, 9637.0, 9587.0, 9645.0, 9645.0, 9631.0, 9669.0, 9654.0, 9630.0, 9650.0, 9650.0, 9670.0, 9630.0, 9675.0, 9675.0, 9700.0, 9707.0, 9700.0, 9662.0, 9677.0, 9634.0, 9674.0, 9627.0, 9708.0, 9699.0, 9705.0, 9679.0, 9700.0, 9628.0, 9651.0, 9620.0, 9633.0, 9644.0, 9643.0, 9651.0, 9611.0, 9665.0, 9653.0, 9638.0, 9665.0, 9610.0, 9654.0, 9657.0, 9656.0, 9645.0, 9649.0, 9659.0, 9654.0, 9680.0, 9663.0, 9659.0, 9672.0, 9642.0, 9673.0, 9663.0, 9665.0, 9673.0, 9644.0, 9669.0, 9658.0, 9659.0, 9688.0, 9636.0, 9681.0, 9702.0, 9684.0, 9681.0, 9662.0, 9674.0, 9672.0, 9654.0, 9672.0, 9635.0, 9656.0, 9665.0, 9655.0, 9655.0, 9621.0, 9648.0, 9651.0, 9632.0, 9663.0, 9624.0, 9666.0, 9632.0, 9656.0, 9670.0, 9616.0, 9673.0, 9670.0, 9644.0, 9674.0, 9620.0, 9678.0, 9677.0, 9664.0, 9692.0, 9638.0, 9675.0, 9685.0, 9666.0, 9680.0, 9681.0, 9648.0, 9672.0, 9657.0, 9655.0, 9674.0, 9651.0, 9683.0, 9650.0, 9653.0, 9694.0, 9650.0, 9664.0, 9656.0, 9668.0, 9695.0, 9668.0, 9703.0, 9685.0, 9678.0, 9680.0, 9705.0, 9686.0, 9698.0, 9658.0, 9700.0, 9703.0, 9650.0, 9679.0, 9665.0, 9658.0, 9698.0, 9671.0, 9703.0, 9705.0, 9671.0, 9698.0, 9700.0, 9673.0, 9703.0, 9686.0, 9703.0, 9689.0, 9686.0, 9705.0, 9685.0, 9662.0, 9679.0, 9646.0, 9680.0, 9668.0, 9685.0, 9682.0, 9649.0, 9678.0, 9667.0, 9647.0, 9675.0, 9661.0, 9677.0, 9640.0, 9687.0, 9684.0, 9651.0, 9678.0, 9688.0, 9650.0, 9679.0, 9665.0, 9663.0, 9673.0, 9671.0, 9695.0, 9652.0, 9697.0, 9689.0, 9651.0, 9683.0, 9672.0, 9682.0, 9681.0, 9657.0, 9701.0, 9685.0, 9637.0, 9681.0, 9667.0, 9682.0, 9629.0, 9673.0, 9697.0, 9643.0, 9668.0, 9702.0, 9654.0, 9681.0, 9671.0, 9703.0, 9692.0, 9664.0, 9678.0, 9678.0, 9649.0, 9676.0, 9634.0, 9676.0, 9685.0, 9662.0, 9676.0, 9655.0, 9669.0, 9660.0, 9652.0, 9671.0, 9672.0, 9647.0, 9673.0, 9633.0, 9676.0, 9622.0, 9672.0, 9650.0, 9659.0, 9678.0, 9698.0, 9644.0, 9670.0, 9662.0, 9656.0, 9675.0, 9644.0, 9653.0, 9657.0, 9639.0, 9666.0, 9637.0, 9674.0, 9675.0, 9659.0, 9677.0, 9680.0, 9659.0, 9652.0, 9668.0, 9674.0, 9646.0, 9678.0, 9677.0, 9654.0, 9675.0, 9678.0, 9664.0, 9679.0, 9622.0, 9678.0, 9676.0, 9661.0, 9675.0, 9663.0, 9663.0, 9654.0, 9667.0, 9696.0, 9679.0, 9646.0, 9672.0, 9658.0, 9656.0, 9648.0, 9668.0, 9677.0, 9664.0, 9681.0, 9684.0, 9659.0, 9670.0, 9660.0, 9645.0, 9658.0, 9644.0, 9680.0, 9681.0, 9648.0, 9675.0, 9658.0, 9659.0, 9682.0, 9643.0, 9662.0, 9644.0, 9619.0, 9680.0, 9660.0, 9678.0, 9698.0, 9699.0, 9645.0, 9656.0, 9653.0, 9640.0, 9669.0, 9642.0, 9654.0, 9654.0, 9642.0, 9657.0, 9625.0, 9644.0, 9669.0, 9658.0, 9676.0, 9630.0, 9674.0, 9678.0, 9636.0, 9634.0, 9634.0, 9613.0, 9625.0, 9595.0, 9628.0, 9599.0, 9628.0, 9634.0, 9627.0, 9622.0, 9640.0, 9581.0, 9630.0, 9586.0, 9636.0, 9648.0, 9636.0, 9655.0, 9655.0, 9638.0, 9651.0, 9593.0, 9648.0, 9609.0, 9626.0, 9668.0, 9645.0, 9674.0, 9623.0, 9684.0, 9692.0, 9651.0, 9675.0, 9682.0, 9644.0, 9671.0, 9665.0, 9682.0, 9669.0, 9672.0, 9697.0, 9635.0, 9663.0, 9669.0, 9672.0, 9685.0, 9648.0, 9686.0, 9708.0, 9652.0, 9679.0, 9632.0, 9684.0, 9651.0, 9693.0, 9715.0, 9705.0, 9667.0, 9684.0, 9666.0, 9681.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.00021657790927021698</td></tr>
<tr><td colspan=3>aqi</td><td>0.023980289940828407</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.23198091036526</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2649794688548859</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9876415210167818</td></tr>
<tr><td colspan=3>efc</td><td>0.5186</td></tr>
<tr><td colspan=3>fber</td><td>3281.8018</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09307804819851674</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9585798816568047</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3007303098707794</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2095905836828917</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.530355939671613</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.162244406257834</td></tr>
<tr><td colspan=3>gcor</td><td>0.00841367</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.000708714360371232</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02720399759709835</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.248585286827262</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>22.4116</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.3967</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.0449</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291445.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1142.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.0656</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1465</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.651</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3534.4717</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.5193</td></tr>
<tr><td colspan=3>tsnr</td><td>39.07156588509679</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>