<?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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-01/func/sub-0007_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>400d5c580841f65c007f5e6328db8f36</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>16:20:21.107500</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.997076, 0.00910967, 0.0758703, -0.0102677, 0.999836, 0.014887]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0773812</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>[4148, -7735, -7267, 659, -10, -204, 30, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>226.791</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e243f014-0e74-4d20-a7d8-7e8b949dc565||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.675082206726074, -0.027547448873519897, 0.2044501006603241, 112.47640991210938], [-0.0244405809789896, 2.682488203048706, 0.042180776596069336, -99.13988494873047], [0.2035544216632843, -0.03994080051779747, 2.691917657852173, -78.34561920166016], [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': ['162021.107500', '162021.567500', '162022.027500', '162022.487500', '162022.947500', '162023.407500', '162023.867500', '162024.327500', '162024.787500', '162025.247500', '162025.707500', '162026.167500', '162026.627500', '162027.087500', '162027.547500', '162028.007500', '162028.467500', '162028.927500', '162029.387500', '162029.847500', '162030.307500', '162030.767500', '162031.227500', '162031.687500', '162032.147500', '162032.607500', '162033.067500', '162033.527500', '162033.987500', '162034.447500', '162034.907500', '162035.367500', '162035.827500', '162036.287500', '162036.747500', '162037.207500', '162037.667500', '162038.127500', '162038.587500', '162039.047500', '162039.507500', '162039.967500', '162040.427500', '162040.887500', '162041.347500', '162041.807500', '162042.267500', '162042.727500', '162043.187500', '162043.647500', '162044.107500', '162044.567500', '162045.027500', '162045.487500', '162045.947500', '162046.407500', '162046.867500', '162047.327500', '162047.787500', '162048.247500', '162048.707500', '162049.167500', '162049.627500', '162050.087500', '162050.547500', '162051.007500', '162051.467500', '162051.927500', '162052.387500', '162052.847500', '162053.307500', '162053.767500', '162054.227500', '162054.687500', '162055.147500', '162055.607500', '162056.067500', '162056.527500', '162056.987500', '162057.447500', '162057.907500', '162058.367500', '162058.827500', '162059.287500', '162059.747500', '162100.207500', '162100.667500', '162101.127500', '162101.587500', '162102.047500', '162102.507500', '162102.967500', '162103.427500', '162103.887500', '162104.347500', '162104.807500', '162105.267500', '162105.727500', '162106.187500', '162106.647500', '162107.107500', '162107.567500', '162108.027500', '162108.487500', '162108.947500', '162109.407500', '162109.867500', '162110.327500', '162110.787500', '162111.247500', '162111.707500', '162112.167500', '162112.627500', '162113.087500', '162113.547500', '162114.007500', '162114.467500', '162114.927500', '162115.387500', '162115.847500', '162116.307500', '162116.767500', '162117.227500', '162117.687500', '162118.147500', '162118.607500', '162119.067500', '162119.527500', '162119.987500', '162120.447500', '162120.907500', '162121.367500', '162121.827500', '162122.287500', '162122.747500', '162123.207500', '162123.667500', '162124.127500', '162124.587500', '162125.047500', '162125.507500', '162125.967500', '162126.427500', '162126.887500', '162127.347500', '162127.807500', '162128.267500', '162128.727500', '162129.187500', '162129.647500', '162130.107500', '162130.567500', '162131.027500', '162131.487500', '162131.947500', '162132.407500', '162132.867500', '162133.327500', '162133.787500', '162134.247500', '162134.707500', '162135.167500', '162135.627500', '162136.087500', '162136.547500', '162137.007500', '162137.467500', '162137.927500', '162138.387500', '162138.847500', '162139.307500', '162139.767500', '162140.227500', '162140.687500', '162141.147500', '162141.607500', '162142.067500', '162142.527500', '162142.987500', '162143.447500', '162143.907500', '162144.367500', '162144.827500', '162145.287500', '162145.747500', '162146.207500', '162146.667500', '162147.127500', '162147.587500', '162148.047500', '162148.507500', '162148.967500', '162149.427500', '162149.887500', '162150.347500', '162150.807500', '162151.267500', '162151.727500', '162152.187500', '162152.647500', '162153.107500', '162153.567500', '162154.027500', '162154.487500', '162154.947500', '162155.407500', '162155.867500', '162156.327500', '162156.787500', '162157.247500', '162157.707500', '162158.167500', '162158.627500', '162159.087500', '162159.547500', '162200.007500', '162200.467500', '162200.927500', '162201.387500', '162201.847500', '162202.307500', '162202.767500', '162203.227500', '162203.687500', '162204.147500', '162204.607500', '162205.067500', '162205.527500', '162205.987500', '162206.447500', '162206.907500', '162207.367500', '162207.827500', '162208.287500', '162208.747500', '162209.207500', '162209.667500', '162210.127500', '162210.587500', '162211.047500', '162211.507500', '162211.967500', '162212.427500', '162212.887500', '162213.347500', '162213.807500', '162214.267500', '162214.727500', '162215.187500', '162215.647500', '162216.107500', '162216.567500', '162217.027500', '162217.487500', '162217.947500', '162218.407500', '162218.867500', '162219.327500', '162219.787500', '162220.247500', '162220.707500', '162221.167500', '162221.627500', '162222.087500', '162222.547500', '162223.007500', '162223.467500', '162223.927500', '162224.387500', '162224.847500', '162225.307500', '162225.767500', '162226.227500', '162226.687500', '162227.147500', '162227.607500', '162228.067500', '162228.527500', '162228.987500', '162229.447500', '162229.907500', '162230.367500', '162230.827500', '162231.287500', '162231.747500', '162232.207500', '162232.667500', '162233.127500', '162233.587500', '162234.047500', '162234.507500', '162234.967500', '162235.427500', '162235.887500', '162236.347500', '162236.807500', '162237.267500', '162237.727500', '162238.187500', '162238.647500', '162239.107500', '162239.567500', '162240.027500', '162240.487500', '162240.947500', '162241.407500', '162241.867500', '162242.327500', '162242.787500', '162243.247500', '162243.707500', '162244.167500', '162244.627500', '162245.087500', '162245.547500', '162246.007500', '162246.467500', '162246.927500', '162247.387500', '162247.847500', '162248.307500', '162248.767500', '162249.227500', '162249.687500', '162250.147500', '162250.607500', '162251.067500', '162251.527500', '162251.987500', '162252.447500', '162252.907500', '162253.367500', '162253.827500', '162254.287500', '162254.747500', '162255.207500', '162255.667500', '162256.127500', '162256.587500', '162257.047500', '162257.507500', '162257.967500', '162258.427500', '162258.887500', '162259.347500', '162259.807500', '162300.267500', '162300.727500', '162301.187500', '162301.647500', '162302.107500', '162302.567500', '162303.027500', '162303.487500', '162303.947500', '162304.407500', '162304.867500', '162305.327500', '162305.787500', '162306.247500', '162306.707500', '162307.167500', '162307.627500', '162308.087500', '162308.547500', '162309.007500', '162309.467500', '162309.927500', '162310.387500', '162310.847500', '162311.307500', '162311.767500', '162312.227500', '162312.687500', '162313.147500', '162313.607500', '162314.067500', '162314.527500', '162314.987500', '162315.447500', '162315.907500', '162316.367500', '162316.827500', '162317.287500', '162317.747500', '162318.207500', '162318.667500', '162319.127500', '162319.587500', '162320.047500', '162320.507500', '162320.967500', '162321.427500', '162321.887500', '162322.347500', '162322.807500', '162323.267500', '162323.727500', '162324.187500', '162324.647500', '162325.107500', '162325.567500', '162326.027500', '162326.487500', '162326.947500', '162327.407500', '162327.867500', '162328.327500', '162328.787500', '162329.247500', '162329.707500', '162330.167500', '162330.627500', '162331.087500', '162331.547500', '162332.007500', '162332.467500', '162332.927500', '162333.387500', '162333.847500', '162334.307500', '162334.767500', '162335.227500', '162335.687500', '162336.147500', '162336.607500', '162337.067500', '162337.527500', '162337.987500', '162338.447500', '162338.907500', '162339.367500', '162339.827500', '162340.287500', '162340.747500', '162341.207500', '162341.667500', '162342.127500', '162342.587500', '162343.047500', '162343.507500', '162343.967500', '162344.427500', '162344.887500', '162345.347500', '162345.807500', '162346.267500', '162346.727500', '162347.187500', '162347.647500', '162348.107500', '162348.567500', '162349.027500', '162349.487500', '162349.947500', '162350.407500', '162350.867500', '162351.327500', '162351.787500', '162352.247500', '162352.707500', '162353.167500', '162353.627500', '162354.087500', '162354.547500', '162355.007500', '162355.467500', '162355.927500', '162356.387500', '162356.847500', '162357.307500', '162357.767500', '162358.227500', '162358.687500', '162359.147500', '162359.607500', '162400.067500', '162400.527500', '162400.987500', '162401.447500', '162401.907500', '162402.367500', '162402.827500', '162403.287500', '162403.747500', '162404.207500', '162404.667500', '162405.127500', '162405.587500', '162406.047500', '162406.507500', '162406.967500', '162407.427500', '162407.887500', '162408.347500', '162408.807500', '162409.267500', '162409.727500', '162410.187500', '162410.647500', '162411.107500', '162411.567500', '162412.027500', '162412.487500', '162412.947500', '162413.407500', '162413.867500', '162414.327500', '162414.787500', '162415.247500', '162415.707500', '162416.167500', '162416.627500', '162417.087500', '162417.547500', '162418.007500', '162418.467500', '162418.927500', '162419.387500', '162419.847500', '162420.307500', '162420.767500', '162421.227500', '162421.687500', '162422.147500', '162422.607500', '162423.067500', '162423.527500', '162423.987500', '162424.447500', '162424.907500', '162425.367500', '162425.827500', '162426.287500', '162426.747500', '162427.207500', '162427.667500', '162428.127500', '162428.587500', '162429.047500', '162429.507500', '162429.967500', '162430.427500', '162430.887500', '162431.347500', '162431.807500', '162432.267500', '162432.727500', '162433.187500', '162433.647500', '162434.107500', '162434.567500', '162435.027500', '162435.487500', '162435.947500', '162436.407500', '162436.867500', '162437.327500', '162437.787500', '162438.247500', '162438.707500', '162439.167500', '162439.627500', '162440.087500', '162440.547500', '162441.007500', '162441.467500', '162441.927500', '162442.387500', '162442.847500', '162443.307500', '162443.767500', '162444.227500', '162444.687500', '162445.147500', '162445.607500', '162446.067500', '162446.527500', '162446.987500', '162447.447500', '162447.907500', '162448.367500', '162448.827500', '162449.287500', '162449.747500', '162450.207500', '162450.667500', '162451.127500', '162451.587500', '162452.047500', '162452.507500', '162452.967500', '162453.427500', '162453.887500', '162454.347500', '162454.807500', '162455.267500', '162455.727500', '162456.187500', '162456.647500', '162457.107500', '162457.567500', '162458.027500', '162458.487500', '162458.947500', '162459.407500', '162459.867500', '162500.327500', '162500.787500', '162501.247500', '162501.707500', '162502.167500', '162502.627500', '162503.087500', '162503.547500', '162504.007500', '162504.467500', '162504.927500', '162505.387500', '162505.847500', '162506.307500', '162506.767500', '162507.227500', '162507.687500', '162508.147500', '162508.607500', '162509.067500', '162509.527500', '162509.987500', '162510.447500', '162510.907500', '162511.367500', '162511.827500', '162512.287500', '162512.747500', '162513.207500', '162513.667500', '162514.127500', '162514.587500', '162515.047500', '162515.507500', '162515.967500', '162516.427500', '162516.887500', '162517.347500', '162517.807500', '162518.267500', '162518.727500', '162519.187500', '162519.647500', '162520.107500', '162520.567500', '162521.027500', '162521.487500', '162521.947500', '162522.407500', '162522.867500', '162523.327500', '162523.787500', '162524.247500', '162524.707500', '162525.167500', '162525.627500', '162526.087500', '162526.547500', '162527.007500', '162527.467500', '162527.927500', '162528.387500', '162528.847500', '162529.307500', '162529.767500', '162530.227500', '162530.687500', '162531.147500', '162531.607500', '162532.067500', '162532.527500', '162532.987500', '162533.447500', '162533.907500', '162534.367500', '162534.827500', '162535.287500', '162535.747500', '162536.207500', '162536.667500', '162537.127500', '162537.587500', '162538.047500', '162538.507500', '162538.967500', '162539.427500', '162539.887500', '162540.347500', '162540.807500', '162541.267500', '162541.727500', '162542.187500', '162542.647500', '162543.107500', '162543.567500', '162544.027500', '162544.487500', '162544.947500', '162545.407500', '162545.867500', '162546.327500', '162546.787500', '162547.247500', '162547.707500', '162548.167500', '162548.627500', '162549.087500', '162549.547500', '162550.007500', '162550.467500', '162550.927500', '162551.387500', '162551.847500', '162552.307500', '162552.767500', '162553.227500', '162553.687500', '162554.147500', '162554.607500', '162555.067500', '162555.527500', '162555.987500', '162556.447500', '162556.907500', '162557.367500', '162557.827500', '162558.287500', '162558.747500', '162559.207500', '162559.667500', '162600.127500', '162600.587500', '162601.047500', '162601.507500', '162601.967500', '162602.427500', '162602.887500', '162603.347500', '162603.807500', '162604.267500', '162604.727500', '162605.187500', '162605.647500', '162606.107500', '162606.567500', '162607.027500', '162607.487500', '162607.947500', '162608.407500', '162608.867500', '162609.327500', '162609.787500', '162610.247500', '162610.707500', '162611.167500', '162611.627500', '162612.087500', '162612.547500', '162613.007500', '162613.467500', '162613.927500', '162614.387500', '162614.847500', '162615.307500', '162615.767500', '162616.227500', '162616.687500', '162617.147500', '162617.607500', '162618.067500', '162618.527500', '162618.987500', '162619.447500', '162619.907500', '162620.367500', '162620.827500', '162621.287500', '162621.747500', '162622.207500', '162622.667500', '162623.127500', '162623.587500', '162624.047500', '162624.507500', '162624.967500', '162625.427500', '162625.887500', '162626.347500', '162626.807500', '162627.267500', '162627.727500', '162628.187500', '162628.647500', '162629.107500', '162629.567500', '162630.027500', '162630.487500', '162630.947500', '162631.407500', '162631.867500', '162632.327500', '162632.787500', '162633.247500', '162633.707500', '162634.167500', '162634.627500', '162635.087500', '162635.547500', '162636.007500', '162636.467500', '162636.927500', '162637.387500', '162637.847500', '162638.307500', '162638.767500', '162639.227500', '162639.687500', '162640.147500', '162640.607500', '162641.067500', '162641.527500', '162641.987500', '162642.447500', '162642.907500', '162643.367500', '162643.827500', '162644.287500', '162644.747500', '162645.207500', '162645.667500', '162646.127500', '162646.587500', '162647.047500', '162647.507500', '162647.967500', '162648.427500', '162648.887500', '162649.347500', '162649.807500', '162650.267500', '162650.727500', '162651.187500', '162651.647500', '162652.107500', '162652.567500', '162653.027500', '162653.487500', '162653.947500', '162654.407500', '162654.867500', '162655.327500', '162655.787500', '162656.247500', '162656.707500', '162657.167500', '162657.627500', '162658.087500', '162658.547500', '162659.007500', '162659.467500', '162659.927500', '162700.387500', '162700.847500', '162701.307500', '162701.767500', '162702.227500', '162702.687500', '162703.147500', '162703.607500', '162704.067500', '162704.527500', '162704.987500', '162705.447500', '162705.907500', '162706.367500', '162706.827500', '162707.287500', '162707.747500', '162708.207500', '162708.667500', '162709.127500', '162709.587500', '162710.047500', '162710.507500', '162710.967500', '162711.427500', '162711.887500', '162712.347500', '162712.807500', '162713.267500', '162713.727500', '162714.187500', '162714.647500', '162715.107500', '162715.567500', '162716.027500', '162716.487500', '162716.947500', '162717.407500', '162717.867500', '162718.327500', '162718.787500', '162719.247500', '162719.707500', '162720.167500', '162720.627500', '162721.087500', '162721.547500', '162722.007500', '162722.467500', '162722.927500', '162723.387500', '162723.847500', '162724.307500', '162724.767500', '162725.227500', '162725.687500', '162726.147500', '162726.607500', '162727.067500', '162727.527500', '162727.987500', '162728.447500', '162728.907500', '162729.367500', '162729.827500', '162730.287500', '162730.747500', '162731.207500', '162731.667500', '162732.127500', '162732.587500', '162733.047500', '162733.507500', '162733.967500', '162734.427500', '162734.887500', '162735.347500', '162735.807500', '162736.267500', '162736.727500', '162737.187500', '162737.647500', '162738.107500', '162738.567500', '162739.027500', '162739.487500', '162739.947500', '162740.407500', '162740.867500', '162741.327500', '162741.787500', '162742.247500', '162742.707500', '162743.167500', '162743.627500', '162744.087500', '162744.547500', '162745.007500', '162745.467500', '162745.927500', '162746.387500', '162746.847500', '162747.307500', '162747.767500', '162748.227500', '162748.687500', '162749.147500', '162749.607500', '162750.067500', '162750.527500', '162750.987500', '162751.447500', '162751.907500', '162752.367500', '162752.827500', '162753.287500', '162753.747500', '162754.207500', '162754.667500', '162755.127500', '162755.587500', '162756.047500', '162756.507500', '162756.967500', '162757.427500', '162757.887500', '162758.347500', '162758.807500', '162759.267500', '162759.727500', '162800.187500', '162800.647500', '162801.107500', '162801.567500', '162802.027500', '162802.487500', '162802.947500', '162803.407500', '162803.867500', '162804.327500', '162804.787500', '162805.247500', '162805.707500', '162806.167500', '162806.627500', '162807.087500', '162807.547500', '162808.007500'], 'ContentTime': ['162049.276000', '162049.280000', '162049.292000', '162049.295000', '162049.298000', '162049.300000', '162049.303000', '162049.306000', '162049.309000', '162049.312000', '162049.315000', '162049.324000', '162049.327000', '162049.330000', '162049.333000', '162049.336000', '162049.339000', '162049.342000', '162049.345000', '162049.348000', '162049.350000', '162049.353000', '162049.356000', '162049.359000', '162049.362000', '162049.365000', '162049.368000', '162049.371000', '162049.374000', '162049.377000', '162049.380000', '162049.383000', '162049.385000', '162049.388000', '162049.391000', '162049.394000', '162049.397000', '162049.400000', '162049.403000', '162049.406000', '162049.409000', '162049.412000', '162049.415000', '162049.418000', '162049.421000', '162049.424000', '162049.427000', '162049.430000', '162049.433000', '162049.436000', '162049.439000', '162049.442000', '162049.445000', '162049.447000', '162049.451000', '162049.454000', '162049.460000', '162049.463000', '162049.466000', '162049.469000', '162109.247000', '162109.250000', '162109.253000', '162109.256000', '162109.259000', '162109.261000', '162109.264000', '162109.267000', '162109.270000', '162109.279000', '162109.282000', '162109.285000', '162109.288000', '162109.291000', '162109.294000', '162109.297000', '162109.299000', '162109.302000', '162109.305000', '162109.308000', '162109.311000', '162109.313000', '162109.316000', '162109.319000', '162109.322000', '162109.325000', '162109.328000', '162109.331000', '162109.334000', '162109.336000', '162109.339000', '162109.342000', '162109.345000', '162109.348000', '162109.351000', '162109.353000', '162109.356000', '162109.359000', '162109.362000', '162109.365000', '162109.368000', '162109.370000', '162109.373000', '162129.246000', '162129.249000', '162129.252000', '162129.254000', '162129.257000', '162129.260000', '162129.263000', '162129.266000', '162129.269000', '162129.272000', '162129.274000', '162129.277000', '162129.280000', '162129.283000', '162129.286000', '162129.289000', '162129.292000', '162129.295000', '162129.297000', '162129.300000', '162129.303000', '162129.306000', '162129.309000', '162129.312000', '162129.315000', '162129.318000', '162129.320000', '162129.323000', '162129.326000', '162129.329000', '162129.332000', '162129.335000', '162129.338000', '162129.340000', '162129.343000', '162129.346000', '162129.349000', '162129.352000', '162129.355000', '162129.357000', '162129.360000', '162129.363000', '162129.366000', '162129.369000', '162149.247000', '162149.250000', '162149.253000', '162149.256000', '162149.259000', '162149.261000', '162149.264000', '162149.267000', '162149.270000', '162149.273000', '162149.276000', '162149.279000', '162149.282000', '162149.284000', '162149.287000', '162149.290000', '162149.293000', '162149.296000', '162149.299000', '162149.302000', '162149.304000', '162149.307000', '162149.310000', '162149.313000', '162149.316000', '162149.319000', '162149.322000', '162149.325000', '162149.327000', '162149.330000', '162149.333000', '162149.336000', '162149.339000', '162149.342000', '162149.345000', '162149.347000', '162149.350000', '162149.354000', '162149.357000', '162149.360000', '162149.363000', '162149.366000', '162149.369000', '162209.247000', '162209.250000', '162209.252000', '162209.256000', '162209.258000', '162209.261000', '162209.264000', '162209.267000', '162209.270000', '162209.273000', '162209.276000', '162209.279000', '162209.281000', '162209.284000', '162209.287000', '162209.290000', '162209.293000', '162209.296000', '162209.298000', '162209.301000', '162209.304000', '162209.307000', '162209.310000', '162209.313000', '162209.316000', '162209.318000', '162209.321000', '162209.324000', '162209.327000', '162209.330000', '162209.333000', '162209.336000', '162209.338000', '162209.341000', '162209.344000', '162209.347000', '162209.350000', '162209.353000', '162209.355000', '162209.358000', '162209.361000', '162209.364000', '162209.367000', '162209.370000', '162229.247000', '162229.250000', '162229.253000', '162229.256000', '162229.259000', '162229.262000', '162229.265000', '162229.267000', '162229.270000', '162229.273000', '162229.276000', '162229.279000', '162229.282000', '162229.285000', '162229.288000', '162229.290000', '162229.293000', '162229.296000', '162229.299000', '162229.302000', '162229.305000', '162229.308000', '162229.311000', '162229.313000', '162229.316000', '162229.319000', '162229.322000', '162229.325000', '162229.328000', '162229.331000', '162229.334000', '162229.336000', '162229.339000', '162229.342000', '162229.345000', '162229.348000', '162229.351000', '162229.354000', '162229.356000', '162229.359000', '162229.362000', '162229.365000', '162229.368000', '162249.247000', '162249.250000', '162249.253000', '162249.256000', '162249.258000', '162249.270000', '162249.273000', '162249.276000', '162249.279000', '162249.281000', '162249.284000', '162249.287000', '162249.290000', '162249.293000', '162249.296000', '162249.299000', '162249.302000', '162249.304000', '162249.307000', '162249.310000', '162249.313000', '162249.316000', '162249.319000', '162249.322000', '162249.325000', '162249.327000', '162249.330000', '162249.333000', '162249.336000', '162249.339000', '162249.342000', '162249.345000', '162249.347000', '162249.350000', '162249.353000', '162249.356000', '162249.359000', '162249.362000', '162249.365000', '162249.368000', '162249.371000', '162249.373000', '162249.376000', '162249.379000', '162309.247000', '162309.250000', '162309.253000', '162309.255000', '162309.259000', '162309.261000', '162309.264000', '162309.267000', '162309.270000', '162309.273000', '162309.276000', '162309.279000', '162309.282000', '162309.284000', '162309.287000', '162309.290000', '162309.293000', '162309.296000', '162309.299000', '162309.302000', '162309.305000', '162309.308000', '162309.310000', '162309.313000', '162309.316000', '162309.319000', '162309.322000', '162309.325000', '162309.328000', '162309.330000', '162309.333000', '162309.336000', '162309.339000', '162309.342000', '162309.345000', '162309.348000', '162309.351000', '162309.353000', '162309.356000', '162309.359000', '162309.362000', '162309.365000', '162309.368000', '162329.247000', '162329.250000', '162329.253000', '162329.256000', '162329.259000', '162329.262000', '162329.264000', '162329.267000', '162329.270000', '162329.273000', '162329.276000', '162329.279000', '162329.282000', '162329.285000', '162329.287000', '162329.290000', '162329.293000', '162329.296000', '162329.299000', '162329.302000', '162329.305000', '162329.308000', '162329.311000', '162329.313000', '162329.316000', '162329.319000', '162329.322000', '162329.325000', '162329.328000', '162329.336000', '162329.339000', '162329.341000', '162329.344000', '162329.347000', '162329.350000', '162329.353000', '162329.356000', '162329.359000', '162329.362000', '162329.364000', '162329.367000', '162329.370000', '162329.373000', '162349.246000', '162349.249000', '162349.252000', '162349.255000', '162349.258000', '162349.261000', '162349.263000', '162349.266000', '162349.269000', '162349.272000', '162349.275000', '162349.278000', '162349.281000', '162349.283000', '162349.286000', '162349.289000', '162349.292000', '162349.295000', '162349.298000', '162349.301000', '162349.304000', '162349.307000', '162349.309000', '162349.312000', '162349.315000', '162349.318000', '162349.321000', '162349.324000', '162349.330000', '162349.333000', '162349.336000', '162349.339000', '162349.342000', '162349.344000', '162349.347000', '162349.350000', '162349.353000', '162349.356000', '162349.359000', '162349.362000', '162349.365000', '162349.367000', '162349.370000', '162349.373000', '162409.247000', '162409.252000', '162409.256000', '162409.259000', '162409.262000', '162409.265000', '162409.268000', '162409.271000', '162409.274000', '162409.276000', '162409.279000', '162409.282000', '162409.285000', '162409.288000', '162409.291000', '162409.293000', '162409.297000', '162409.299000', '162409.302000', '162409.305000', '162409.308000', '162409.311000', '162409.314000', '162409.317000', '162409.320000', '162409.322000', '162409.325000', '162409.328000', '162409.331000', '162409.334000', '162409.347000', '162409.350000', '162409.353000', '162409.356000', '162409.359000', '162409.361000', '162409.364000', '162409.367000', '162409.370000', '162409.373000', '162409.376000', '162409.379000', '162409.381000', '162429.247000', '162429.250000', '162429.253000', '162429.256000', '162429.259000', '162429.261000', '162429.264000', '162429.267000', '162429.270000', '162429.273000', '162429.276000', '162429.279000', '162429.282000', '162429.284000', '162429.287000', '162429.290000', '162429.293000', '162429.296000', '162429.299000', '162429.302000', '162429.305000', '162429.307000', '162429.310000', '162429.313000', '162429.316000', '162429.319000', '162429.322000', '162429.330000', '162429.333000', '162429.336000', '162429.339000', '162429.342000', '162429.345000', '162429.348000', '162429.350000', '162429.353000', '162429.356000', '162429.359000', '162429.362000', '162429.365000', '162429.368000', '162429.370000', '162429.373000', '162429.376000', '162449.247000', '162449.250000', '162449.253000', '162449.256000', '162449.259000', '162449.262000', '162449.265000', '162449.267000', '162449.270000', '162449.273000', '162449.276000', '162449.279000', '162449.282000', '162449.285000', '162449.288000', '162449.290000', '162449.293000', '162449.296000', '162449.299000', '162449.302000', '162449.305000', '162449.308000', '162449.311000', '162449.314000', '162449.317000', '162449.320000', '162449.323000', '162449.326000', '162449.329000', '162449.332000', '162449.335000', '162449.338000', '162449.341000', '162449.343000', '162449.346000', '162449.349000', '162449.352000', '162449.355000', '162449.358000', '162449.361000', '162449.363000', '162449.366000', '162449.369000', '162509.247000', '162509.250000', '162509.253000', '162509.256000', '162509.259000', '162509.262000', '162509.265000', '162509.268000', '162509.270000', '162509.273000', '162509.276000', '162509.279000', '162509.282000', '162509.285000', '162509.288000', '162509.290000', '162509.293000', '162509.296000', '162509.299000', '162509.302000', '162509.305000', '162509.308000', '162509.311000', '162509.313000', '162509.316000', '162509.319000', '162509.322000', '162509.325000', '162509.328000', '162509.331000', '162509.334000', '162509.336000', '162509.339000', '162509.342000', '162509.345000', '162509.348000', '162509.351000', '162509.353000', '162509.356000', '162509.359000', '162509.362000', '162509.365000', '162509.368000', '162509.371000', '162529.247000', '162529.250000', '162529.253000', '162529.256000', '162529.259000', '162529.262000', '162529.265000', '162529.267000', '162529.270000', '162529.273000', '162529.276000', '162529.279000', '162529.282000', '162529.285000', '162529.288000', '162529.291000', '162529.294000', '162529.297000', '162529.300000', '162529.303000', '162529.306000', '162529.308000', '162529.311000', '162529.314000', '162529.317000', '162529.320000', '162529.323000', '162529.326000', '162529.329000', '162529.332000', '162529.335000', '162529.338000', '162529.340000', '162529.343000', '162529.346000', '162529.349000', '162529.352000', '162529.355000', '162529.358000', '162529.361000', '162529.363000', '162529.384000', '162529.392000', '162549.247000', '162549.250000', '162549.253000', '162549.256000', '162549.259000', '162549.262000', '162549.265000', '162549.267000', '162549.270000', '162549.273000', '162549.276000', '162549.279000', '162549.282000', '162549.285000', '162549.288000', '162549.291000', '162549.293000', '162549.296000', '162549.299000', '162549.302000', '162549.305000', '162549.308000', '162549.311000', '162549.314000', '162549.316000', '162549.319000', '162549.322000', '162549.325000', '162549.328000', '162549.333000', '162549.336000', '162549.339000', '162549.341000', '162549.344000', '162549.347000', '162549.350000', '162549.353000', '162549.356000', '162549.359000', '162549.362000', '162549.364000', '162549.368000', '162549.370000', '162549.373000', '162609.246000', '162609.249000', '162609.252000', '162609.255000', '162609.258000', '162609.260000', '162609.263000', '162609.266000', '162609.269000', '162609.272000', '162609.275000', '162609.278000', '162609.280000', '162609.283000', '162609.286000', '162609.289000', '162609.292000', '162609.295000', '162609.297000', '162609.300000', '162609.303000', '162609.306000', '162609.309000', '162609.312000', '162609.317000', '162609.321000', '162609.324000', '162609.327000', '162609.330000', '162609.333000', '162609.336000', '162609.339000', '162609.342000', '162609.345000', '162609.347000', '162609.350000', '162609.353000', '162609.356000', '162609.359000', '162609.362000', '162609.364000', '162609.367000', '162609.370000', '162629.247000', '162629.250000', '162629.253000', '162629.255000', '162629.259000', '162629.261000', '162629.264000', '162629.267000', '162629.270000', '162629.273000', '162629.276000', '162629.279000', '162629.281000', '162629.284000', '162629.287000', '162629.290000', '162629.293000', '162629.296000', '162629.298000', '162629.301000', '162629.304000', '162629.307000', '162629.310000', '162629.313000', '162629.316000', '162629.319000', '162629.322000', '162629.324000', '162629.327000', '162629.330000', '162629.333000', '162629.336000', '162629.339000', '162629.342000', '162629.344000', '162629.347000', '162629.350000', '162629.353000', '162629.356000', '162629.359000', '162629.362000', '162629.364000', '162629.367000', '162629.370000', '162649.247000', '162649.250000', '162649.253000', '162649.256000', '162649.259000', '162649.262000', '162649.265000', '162649.268000', '162649.271000', '162649.274000', '162649.277000', '162649.280000', '162649.283000', '162649.286000', '162649.289000', '162649.292000', '162649.295000', '162649.297000', '162649.300000', '162649.303000', '162649.306000', '162649.309000', '162649.312000', '162649.315000', '162649.317000', '162649.320000', '162649.323000', '162649.326000', '162649.329000', '162649.332000', '162649.335000', '162649.338000', '162649.341000', '162649.344000', '162649.347000', '162649.350000', '162649.353000', '162649.356000', '162649.358000', '162649.361000', '162649.364000', '162649.367000', '162649.370000', '162709.247000', '162709.250000', '162709.253000', '162709.256000', '162709.259000', '162709.262000', '162709.264000', '162709.267000', '162709.270000', '162709.273000', '162709.276000', '162709.279000', '162709.282000', '162709.284000', '162709.287000', '162709.290000', '162709.293000', '162709.296000', '162709.299000', '162709.302000', '162709.305000', '162709.308000', '162709.310000', '162709.313000', '162709.316000', '162709.319000', '162709.322000', '162709.325000', '162709.328000', '162709.331000', '162709.333000', '162709.340000', '162709.343000', '162709.346000', '162709.349000', '162709.352000', '162709.355000', '162709.358000', '162709.360000', '162709.363000', '162709.366000', '162709.369000', '162709.372000', '162709.375000', '162729.247000', '162729.250000', '162729.253000', '162729.256000', '162729.259000', '162729.262000', '162729.265000', '162729.268000', '162729.270000', '162729.273000', '162729.276000', '162729.279000', '162729.282000', '162729.285000', '162729.288000', '162729.290000', '162729.293000', '162729.296000', '162729.299000', '162729.302000', '162729.305000', '162729.308000', '162729.311000', '162729.313000', '162729.316000', '162729.319000', '162729.322000', '162729.325000', '162729.328000', '162729.331000', '162729.333000', '162729.336000', '162729.339000', '162729.342000', '162729.345000', '162729.348000', '162729.351000', '162729.354000', '162729.357000', '162729.360000', '162729.365000', '162729.368000', '162729.371000', '162749.247000', '162749.250000', '162749.253000', '162749.256000', '162749.259000', '162749.262000', '162749.265000', '162749.268000', '162749.270000', '162749.273000', '162749.276000', '162749.279000', '162749.282000', '162749.285000', '162749.288000', '162749.290000', '162749.293000', '162749.296000', '162749.299000', '162749.302000', '162749.305000', '162749.307000', '162749.310000', '162749.313000', '162749.316000', '162749.319000', '162749.322000', '162749.325000', '162749.328000', '162749.330000', '162749.333000', '162749.336000', '162749.339000', '162749.342000', '162749.345000', '162749.348000', '162749.351000', '162749.353000', '162749.356000', '162749.359000', '162749.362000', '162749.365000', '162749.368000', '162749.371000', '162808.976000', '162808.979000', '162808.982000', '162808.985000', '162808.997000', '162809.001000', '162809.004000', '162809.007000', '162809.010000', '162809.013000', '162809.016000', '162809.019000', '162809.022000', '162809.025000', '162809.028000', '162809.032000', '162809.035000', '162809.038000', '162809.041000', '162809.043000', '162809.046000', '162809.049000', '162809.052000', '162809.055000', '162809.058000', '162809.061000', '162809.064000', '162809.067000', '162809.070000', '162809.073000', '162809.076000', '162809.079000', '162809.082000', '162809.085000', '162809.088000', '162809.091000', '162809.094000', '162809.096000', '162809.099000', '162809.102000', '162809.105000', '162809.108000', '162809.111000'], 'InstanceCreationTime': ['162049.276000', '162049.280000', '162049.292000', '162049.295000', '162049.298000', '162049.300000', '162049.303000', '162049.306000', '162049.309000', '162049.312000', '162049.315000', '162049.324000', '162049.327000', '162049.330000', '162049.333000', '162049.336000', '162049.339000', '162049.342000', '162049.345000', '162049.348000', '162049.350000', '162049.353000', '162049.356000', '162049.359000', '162049.362000', '162049.365000', '162049.368000', '162049.371000', '162049.374000', '162049.377000', '162049.380000', '162049.383000', '162049.385000', '162049.388000', '162049.391000', '162049.394000', '162049.397000', '162049.400000', '162049.403000', '162049.406000', '162049.409000', '162049.412000', '162049.415000', '162049.418000', '162049.421000', '162049.424000', '162049.427000', '162049.430000', '162049.433000', '162049.436000', '162049.439000', '162049.442000', '162049.445000', '162049.447000', '162049.451000', '162049.454000', '162049.460000', '162049.463000', '162049.466000', '162049.469000', '162109.247000', '162109.250000', '162109.253000', '162109.256000', '162109.259000', '162109.261000', '162109.264000', '162109.267000', '162109.270000', '162109.279000', '162109.282000', '162109.285000', '162109.288000', '162109.291000', '162109.294000', '162109.297000', '162109.299000', '162109.302000', '162109.305000', '162109.308000', '162109.311000', '162109.313000', '162109.316000', '162109.319000', '162109.322000', '162109.325000', '162109.328000', '162109.331000', '162109.334000', '162109.336000', '162109.339000', '162109.342000', '162109.345000', '162109.348000', '162109.351000', '162109.353000', '162109.356000', '162109.359000', '162109.362000', '162109.365000', '162109.368000', '162109.370000', '162109.373000', '162129.246000', '162129.249000', '162129.252000', '162129.254000', '162129.257000', '162129.260000', '162129.263000', '162129.266000', '162129.269000', '162129.272000', '162129.274000', '162129.277000', '162129.280000', '162129.283000', '162129.286000', '162129.289000', '162129.292000', '162129.295000', '162129.297000', '162129.300000', '162129.303000', '162129.306000', '162129.309000', '162129.312000', '162129.315000', '162129.318000', '162129.320000', '162129.323000', '162129.326000', '162129.329000', '162129.332000', '162129.335000', '162129.338000', '162129.340000', '162129.343000', '162129.346000', '162129.349000', '162129.352000', '162129.355000', '162129.357000', '162129.360000', '162129.363000', '162129.366000', '162129.369000', '162149.247000', '162149.250000', '162149.253000', '162149.256000', '162149.259000', '162149.261000', '162149.264000', '162149.267000', '162149.270000', '162149.273000', '162149.276000', '162149.279000', '162149.282000', '162149.284000', '162149.287000', '162149.290000', '162149.293000', '162149.296000', '162149.299000', '162149.302000', '162149.304000', '162149.307000', '162149.310000', '162149.313000', '162149.316000', '162149.319000', '162149.322000', '162149.325000', '162149.327000', '162149.330000', '162149.333000', '162149.336000', '162149.339000', '162149.342000', '162149.345000', '162149.347000', '162149.350000', '162149.354000', '162149.357000', '162149.360000', '162149.363000', '162149.366000', '162149.369000', '162209.247000', '162209.250000', '162209.252000', '162209.256000', '162209.258000', '162209.261000', '162209.264000', '162209.267000', '162209.270000', '162209.273000', '162209.276000', '162209.279000', '162209.281000', '162209.284000', '162209.287000', '162209.290000', '162209.293000', '162209.296000', '162209.298000', '162209.301000', '162209.304000', '162209.307000', '162209.310000', '162209.313000', '162209.316000', '162209.318000', '162209.321000', '162209.324000', '162209.327000', '162209.330000', '162209.333000', '162209.336000', '162209.338000', '162209.341000', '162209.344000', '162209.347000', '162209.350000', '162209.353000', '162209.355000', '162209.358000', '162209.361000', '162209.364000', '162209.367000', '162209.370000', '162229.247000', '162229.250000', '162229.253000', '162229.256000', '162229.259000', '162229.262000', '162229.265000', '162229.267000', '162229.270000', '162229.273000', '162229.276000', '162229.279000', '162229.282000', '162229.285000', '162229.288000', '162229.290000', '162229.293000', '162229.296000', '162229.299000', '162229.302000', '162229.305000', '162229.308000', '162229.311000', '162229.313000', '162229.316000', '162229.319000', '162229.322000', '162229.325000', '162229.328000', '162229.331000', '162229.334000', '162229.336000', '162229.339000', '162229.342000', '162229.345000', '162229.348000', '162229.351000', '162229.354000', '162229.356000', '162229.359000', '162229.362000', '162229.365000', '162229.368000', '162249.247000', '162249.250000', '162249.253000', '162249.256000', '162249.258000', '162249.270000', '162249.273000', '162249.276000', '162249.279000', '162249.281000', '162249.284000', '162249.287000', '162249.290000', '162249.293000', '162249.296000', '162249.299000', '162249.302000', '162249.304000', '162249.307000', '162249.310000', '162249.313000', '162249.316000', '162249.319000', '162249.322000', '162249.325000', '162249.327000', '162249.330000', '162249.333000', '162249.336000', '162249.339000', '162249.342000', '162249.345000', '162249.347000', '162249.350000', '162249.353000', '162249.356000', '162249.359000', '162249.362000', '162249.365000', '162249.368000', '162249.371000', '162249.373000', '162249.376000', '162249.379000', '162309.247000', '162309.250000', '162309.253000', '162309.255000', '162309.259000', '162309.261000', '162309.264000', '162309.267000', '162309.270000', '162309.273000', '162309.276000', '162309.279000', '162309.282000', '162309.284000', '162309.287000', '162309.290000', '162309.293000', '162309.296000', '162309.299000', '162309.302000', '162309.305000', '162309.308000', '162309.310000', '162309.313000', '162309.316000', '162309.319000', '162309.322000', '162309.325000', '162309.328000', '162309.330000', '162309.333000', '162309.336000', '162309.339000', '162309.342000', '162309.345000', '162309.348000', '162309.351000', '162309.353000', '162309.356000', '162309.359000', '162309.362000', '162309.365000', '162309.368000', '162329.247000', '162329.250000', '162329.253000', '162329.256000', '162329.259000', '162329.262000', '162329.264000', '162329.267000', '162329.270000', '162329.273000', '162329.276000', '162329.279000', '162329.282000', '162329.285000', '162329.287000', '162329.290000', '162329.293000', '162329.296000', '162329.299000', '162329.302000', '162329.305000', '162329.308000', '162329.311000', '162329.313000', '162329.316000', '162329.319000', '162329.322000', '162329.325000', '162329.328000', '162329.336000', '162329.339000', '162329.341000', '162329.344000', '162329.347000', '162329.350000', '162329.353000', '162329.356000', '162329.359000', '162329.362000', '162329.364000', '162329.367000', '162329.370000', '162329.373000', '162349.246000', '162349.249000', '162349.252000', '162349.255000', '162349.258000', '162349.261000', '162349.263000', '162349.266000', '162349.269000', '162349.272000', '162349.275000', '162349.278000', '162349.281000', '162349.283000', '162349.286000', '162349.289000', '162349.292000', '162349.295000', '162349.298000', '162349.301000', '162349.304000', '162349.307000', '162349.309000', '162349.312000', '162349.315000', '162349.318000', '162349.321000', '162349.324000', '162349.330000', '162349.333000', '162349.336000', '162349.339000', '162349.342000', '162349.344000', '162349.347000', '162349.350000', '162349.353000', '162349.356000', '162349.359000', '162349.362000', '162349.365000', '162349.367000', '162349.370000', '162349.373000', '162409.247000', '162409.252000', '162409.256000', '162409.259000', '162409.262000', '162409.265000', '162409.268000', '162409.271000', '162409.274000', '162409.276000', '162409.279000', '162409.282000', '162409.285000', '162409.288000', '162409.291000', '162409.293000', '162409.297000', '162409.299000', '162409.302000', '162409.305000', '162409.308000', '162409.311000', '162409.314000', '162409.317000', '162409.320000', '162409.322000', '162409.325000', '162409.328000', '162409.331000', '162409.334000', '162409.347000', '162409.350000', '162409.353000', '162409.356000', '162409.359000', '162409.361000', '162409.364000', '162409.367000', '162409.370000', '162409.373000', '162409.376000', '162409.379000', '162409.381000', '162429.247000', '162429.250000', '162429.253000', '162429.256000', '162429.259000', '162429.261000', '162429.264000', '162429.267000', '162429.270000', '162429.273000', '162429.276000', '162429.279000', '162429.282000', '162429.284000', '162429.287000', '162429.290000', '162429.293000', '162429.296000', '162429.299000', '162429.302000', '162429.305000', '162429.307000', '162429.310000', '162429.313000', '162429.316000', '162429.319000', '162429.322000', '162429.330000', '162429.333000', '162429.336000', '162429.339000', '162429.342000', '162429.345000', '162429.348000', '162429.350000', '162429.353000', '162429.356000', '162429.359000', '162429.362000', '162429.365000', '162429.368000', '162429.370000', '162429.373000', '162429.376000', '162449.247000', '162449.250000', '162449.253000', '162449.256000', '162449.259000', '162449.262000', '162449.265000', '162449.267000', '162449.270000', '162449.273000', '162449.276000', '162449.279000', '162449.282000', '162449.285000', '162449.288000', '162449.290000', '162449.293000', '162449.296000', '162449.299000', '162449.302000', '162449.305000', '162449.308000', '162449.311000', '162449.314000', '162449.317000', '162449.320000', '162449.323000', '162449.326000', '162449.329000', '162449.332000', '162449.335000', '162449.338000', '162449.341000', '162449.343000', '162449.346000', '162449.349000', '162449.352000', '162449.355000', '162449.358000', '162449.361000', '162449.363000', '162449.366000', '162449.369000', '162509.247000', '162509.250000', '162509.253000', '162509.256000', '162509.259000', '162509.262000', '162509.265000', '162509.268000', '162509.270000', '162509.273000', '162509.276000', '162509.279000', '162509.282000', '162509.285000', '162509.288000', '162509.290000', '162509.293000', '162509.296000', '162509.299000', '162509.302000', '162509.305000', '162509.308000', '162509.311000', '162509.313000', '162509.316000', '162509.319000', '162509.322000', '162509.325000', '162509.328000', '162509.331000', '162509.334000', '162509.336000', '162509.339000', '162509.342000', '162509.345000', '162509.348000', '162509.351000', '162509.353000', '162509.356000', '162509.359000', '162509.362000', '162509.365000', '162509.368000', '162509.371000', '162529.247000', '162529.250000', '162529.253000', '162529.256000', '162529.259000', '162529.262000', '162529.265000', '162529.267000', '162529.270000', '162529.273000', '162529.276000', '162529.279000', '162529.282000', '162529.285000', '162529.288000', '162529.291000', '162529.294000', '162529.297000', '162529.300000', '162529.303000', '162529.306000', '162529.308000', '162529.311000', '162529.314000', '162529.317000', '162529.320000', '162529.323000', '162529.326000', '162529.329000', '162529.332000', '162529.335000', '162529.338000', '162529.340000', '162529.343000', '162529.346000', '162529.349000', '162529.352000', '162529.355000', '162529.358000', '162529.361000', '162529.363000', '162529.384000', '162529.392000', '162549.247000', '162549.250000', '162549.253000', '162549.256000', '162549.259000', '162549.262000', '162549.265000', '162549.267000', '162549.270000', '162549.273000', '162549.276000', '162549.279000', '162549.282000', '162549.285000', '162549.288000', '162549.291000', '162549.293000', '162549.296000', '162549.299000', '162549.302000', '162549.305000', '162549.308000', '162549.311000', '162549.314000', '162549.316000', '162549.319000', '162549.322000', '162549.325000', '162549.328000', '162549.333000', '162549.336000', '162549.339000', '162549.341000', '162549.344000', '162549.347000', '162549.350000', '162549.353000', '162549.356000', '162549.359000', '162549.362000', '162549.364000', '162549.368000', '162549.370000', '162549.373000', '162609.246000', '162609.249000', '162609.252000', '162609.255000', '162609.258000', '162609.260000', '162609.263000', '162609.266000', '162609.269000', '162609.272000', '162609.275000', '162609.278000', '162609.280000', '162609.283000', '162609.286000', '162609.289000', '162609.292000', '162609.295000', '162609.297000', '162609.300000', '162609.303000', '162609.306000', '162609.309000', '162609.312000', '162609.317000', '162609.321000', '162609.324000', '162609.327000', '162609.330000', '162609.333000', '162609.336000', '162609.339000', '162609.342000', '162609.345000', '162609.347000', '162609.350000', '162609.353000', '162609.356000', '162609.359000', '162609.362000', '162609.364000', '162609.367000', '162609.370000', '162629.247000', '162629.250000', '162629.253000', '162629.255000', '162629.259000', '162629.261000', '162629.264000', '162629.267000', '162629.270000', '162629.273000', '162629.276000', '162629.279000', '162629.281000', '162629.284000', '162629.287000', '162629.290000', '162629.293000', '162629.296000', '162629.298000', '162629.301000', '162629.304000', '162629.307000', '162629.310000', '162629.313000', '162629.316000', '162629.319000', '162629.322000', '162629.324000', '162629.327000', '162629.330000', '162629.333000', '162629.336000', '162629.339000', '162629.342000', '162629.344000', '162629.347000', '162629.350000', '162629.353000', '162629.356000', '162629.359000', '162629.362000', '162629.364000', '162629.367000', '162629.370000', '162649.247000', '162649.250000', '162649.253000', '162649.256000', '162649.259000', '162649.262000', '162649.265000', '162649.268000', '162649.271000', '162649.274000', '162649.277000', '162649.280000', '162649.283000', '162649.286000', '162649.289000', '162649.292000', '162649.295000', '162649.297000', '162649.300000', '162649.303000', '162649.306000', '162649.309000', '162649.312000', '162649.315000', '162649.317000', '162649.320000', '162649.323000', '162649.326000', '162649.329000', '162649.332000', '162649.335000', '162649.338000', '162649.341000', '162649.344000', '162649.347000', '162649.350000', '162649.353000', '162649.356000', '162649.358000', '162649.361000', '162649.364000', '162649.367000', '162649.370000', '162709.247000', '162709.250000', '162709.253000', '162709.256000', '162709.259000', '162709.262000', '162709.264000', '162709.267000', '162709.270000', '162709.273000', '162709.276000', '162709.279000', '162709.282000', '162709.284000', '162709.287000', '162709.290000', '162709.293000', '162709.296000', '162709.299000', '162709.302000', '162709.305000', '162709.308000', '162709.310000', '162709.313000', '162709.316000', '162709.319000', '162709.322000', '162709.325000', '162709.328000', '162709.331000', '162709.333000', '162709.340000', '162709.343000', '162709.346000', '162709.349000', '162709.352000', '162709.355000', '162709.358000', '162709.360000', '162709.363000', '162709.366000', '162709.369000', '162709.372000', '162709.375000', '162729.247000', '162729.250000', '162729.253000', '162729.256000', '162729.259000', '162729.262000', '162729.265000', '162729.268000', '162729.270000', '162729.273000', '162729.276000', '162729.279000', '162729.282000', '162729.285000', '162729.288000', '162729.290000', '162729.293000', '162729.296000', '162729.299000', '162729.302000', '162729.305000', '162729.308000', '162729.311000', '162729.313000', '162729.316000', '162729.319000', '162729.322000', '162729.325000', '162729.328000', '162729.331000', '162729.333000', '162729.336000', '162729.339000', '162729.342000', '162729.345000', '162729.348000', '162729.351000', '162729.354000', '162729.357000', '162729.360000', '162729.365000', '162729.368000', '162729.371000', '162749.247000', '162749.250000', '162749.253000', '162749.256000', '162749.259000', '162749.262000', '162749.265000', '162749.268000', '162749.270000', '162749.273000', '162749.276000', '162749.279000', '162749.282000', '162749.285000', '162749.288000', '162749.290000', '162749.293000', '162749.296000', '162749.299000', '162749.302000', '162749.305000', '162749.307000', '162749.310000', '162749.313000', '162749.316000', '162749.319000', '162749.322000', '162749.325000', '162749.328000', '162749.330000', '162749.333000', '162749.336000', '162749.339000', '162749.342000', '162749.345000', '162749.348000', '162749.351000', '162749.353000', '162749.356000', '162749.359000', '162749.362000', '162749.365000', '162749.368000', '162749.371000', '162808.976000', '162808.979000', '162808.982000', '162808.985000', '162808.997000', '162809.001000', '162809.004000', '162809.007000', '162809.010000', '162809.013000', '162809.016000', '162809.019000', '162809.022000', '162809.025000', '162809.028000', '162809.032000', '162809.035000', '162809.038000', '162809.041000', '162809.043000', '162809.046000', '162809.049000', '162809.052000', '162809.055000', '162809.058000', '162809.061000', '162809.064000', '162809.067000', '162809.070000', '162809.073000', '162809.076000', '162809.079000', '162809.082000', '162809.085000', '162809.088000', '162809.091000', '162809.094000', '162809.096000', '162809.099000', '162809.102000', '162809.105000', '162809.108000', '162809.111000'], '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': [9640, 11738, 9283, 10597, 11704, 8983, 15753, 11694, 16788, 14572, 9504, 8927, 9937, 10016, 7948, 10038, 8745, 9382, 9468, 11194, 10576, 13378, 13522, 9634, 13319, 9896, 11519, 9608, 10985, 9231, 9584, 13197, 9896, 9062, 9213, 8485, 8980, 10023, 8427, 9311, 13176, 9710, 8012, 9846, 9107, 9655, 10170, 9021, 8671, 9033, 9246, 8965, 9435, 8566, 10124, 9843, 9574, 13432, 10135, 12509, 10143, 8778, 9802, 11977, 13654, 10155, 9790, 9902, 8094, 10476, 9550, 10408, 13013, 10355, 13955, 10147, 12772, 10227, 11131, 10386, 11566, 9552, 14003, 9458, 8846, 9299, 9320, 8960, 9685, 9014, 9791, 13342, 11059, 12616, 9137, 9286, 9029, 10321, 8976, 9772, 9860, 9993, 9071, 9939, 10590, 9731, 8726, 9780, 9985, 9269, 9759, 12436, 9957, 13168, 9735, 8855, 9705, 9755, 9601, 9944, 14230, 9849, 12318, 10190, 9672, 10214, 8894, 9923, 9246, 9202, 9814, 13847, 9973, 11517, 10219, 9706, 10095, 10758, 9653, 11752, 11744, 9808, 12068, 9889, 8801, 9930, 8855, 10276, 10864, 9624, 13944, 10006, 9453, 9907, 9740, 9778, 9746, 9392, 8879, 9361, 9129, 8914, 9717, 9112, 10018, 8742, 9793, 9924, 9621, 10292, 10488, 10650, 9476, 10561, 10881, 10206, 9095, 9716, 8649, 10137, 9567, 10238, 8140, 10258, 10112, 10927, 9697, 10270, 10077, 12399, 10041, 12810, 12261, 10220, 9138, 9925, 8767, 10302, 13266, 12159, 12780, 9581, 10067, 9004, 10040, 10770, 9733, 12812, 9699, 9769, 10589, 10003, 7951, 10014, 10209, 9720, 9516, 13618, 9790, 13554, 10165, 10037, 9711, 10398, 9613, 13008, 10998, 9031, 9214, 9979, 9231, 9553, 9077, 9725, 12448, 10032, 12001, 10102, 10220, 10058, 10394, 9686, 13100, 10596, 9520, 9440, 9773, 9022, 9979, 9140, 10344, 13968, 10096, 12547, 9714, 12129, 10305, 9539, 9455, 10658, 9261, 10040, 9277, 10000, 9986, 10123, 13769, 9885, 9473, 10028, 8992, 9630, 9670, 10492, 12539, 12837, 9846, 12116, 10021, 7759, 10279, 10302, 10184, 9289, 10478, 10365, 13427, 9779, 9574, 10301, 9213, 10600, 9229, 10372, 12002, 10055, 9383, 9958, 9040, 10204, 8090, 10217, 10915, 10312, 8842, 10181, 10956, 9656, 10438, 12681, 10123, 12678, 10114, 9800, 10407, 12390, 10062, 13455, 11548, 10476, 9845, 10064, 9320, 9939, 10129, 10330, 11181, 13648, 11237, 10019, 9271, 9790, 9135, 10041, 14882, 9893, 8936, 9714, 10006, 9374, 9953, 13362, 9867, 10659, 10115, 9322, 9991, 12379, 9508, 13989, 9473, 12203, 9571, 8507, 9697, 8823, 9483, 12611, 10781, 9045, 9343, 10475, 9346, 10090, 9260, 9582, 12204, 9622, 13699, 9392, 10305, 10068, 10133, 9733, 12976, 10283, 12703, 9413, 8488, 9657, 8549, 9447, 10597, 11492, 10328, 9377, 9403, 9015, 10218, 8565, 10081, 12638, 9551, 12284, 11096, 10155, 9397, 9915, 8109, 10142, 12353, 11264, 9599, 9398, 9142, 9795, 10171, 11100, 10183, 14411, 9849, 14895, 10223, 9229, 10074, 10288, 9834, 13332, 11265, 12923, 10176, 9141, 9442, 9346, 9319, 9392, 10120, 9547, 11889, 10186, 9288, 9829, 9412, 9765, 9429, 9492, 9241, 9678, 9123, 9596, 9202, 9596, 9913, 9816, 9303, 9837, 9319, 9671, 9441, 9747, 8217, 10461, 9517, 9723, 8637, 9727, 10148, 10627, 9984, 10682, 10186, 14087, 11767, 13925, 9883, 13470, 10271, 10400, 9942, 11332, 9854, 9200, 9679, 9606, 9355, 10409, 8582, 10027, 12588, 9632, 12148, 9728, 9144, 11255, 12531, 13735, 10257, 9516, 9974, 9340, 10095, 10861, 9911, 14585, 10420, 11102, 9550, 9889, 9377, 9973, 10470, 9596, 12912, 10649, 13600, 9519, 11897, 9736, 11690, 9762, 12983, 11184, 8754, 9600, 9449, 9562, 9535, 9974, 9621, 10286, 9719, 7728, 10227, 10127, 9705, 11663, 13201, 9141, 15468, 9852, 10449, 9609, 9702, 9875, 9824, 12413, 9739, 12843, 9512, 12619, 9655, 13949, 9358, 12870, 9809, 11059, 9618, 11071, 9560, 11907, 9686, 10120, 9366, 8876, 9376, 9380, 9221, 9887, 9090, 9834, 9776, 9419, 12096, 9933, 9109, 9891, 8757, 10246, 9746, 10017, 11164, 9804, 8571, 9754, 9625, 7976, 10564, 9891, 9885, 11906, 10059, 12741, 10284, 12077, 12657, 10013, 14004, 10276, 9022, 10245, 10278, 9974, 11876, 12631, 9907, 12829, 9817, 9976, 9569, 9532, 9390, 10100, 12153, 9671, 11891, 9755, 9127, 9602, 13847, 10834, 15162, 9459, 9311, 9632, 9212, 9595, 9716, 9438, 9706, 12926, 9964, 9679, 9818, 9547, 9580, 8922, 9594, 10100, 9345, 9659, 9334, 9914, 10521, 9777, 13184, 9899, 8291, 9673, 10090, 9972, 9961, 12959, 10247, 9702, 9571, 9397, 11445, 9833, 14065, 9793, 11853, 9591, 10186, 9370, 9923, 12981, 10592, 14645, 11926, 9347, 9455, 10354, 9333, 10108, 9452, 9826, 13550, 9664, 14645, 9502, 8842, 9559, 10310, 9459, 9879, 10886, 9569, 13565, 9432, 11870, 9467, 9085, 9534, 10100, 9314, 9994, 12077, 10069, 12473, 9905, 9570, 9643, 9733, 9588, 9423, 11708, 9947, 11903, 10402, 9753, 10079, 9321, 9729, 8964, 9816, 11203, 13560, 9927, 9967, 9918, 9371, 9809, 10905, 10033, 13838, 12001, 13362, 9685, 8904, 9608, 9758, 9618, 9966, 12107, 9757, 7794, 10194, 8417, 10257, 11899, 9762, 10575, 9499, 10313, 9516, 9896, 9504, 10159, 13650, 10020, 11820, 9861, 9010, 10005, 9717, 10088, 13896, 9812, 9157, 9837, 9439, 9710, 10217, 11753, 9806, 13420, 9839, 10498, 9739, 10010, 9721, 12979, 10766, 12845, 9442, 10487, 9460, 8960, 9566, 9475, 9670, 9840, 9541, 9766, 7768, 10309, 10185, 9840, 12420, 9278, 9474, 9534, 9710, 9697, 9968, 12780, 10069, 11546, 10308, 10392, 9652, 9601, 12017, 9998, 9239, 10037, 8817, 10387, 12697, 9730, 13627, 9767, 8948, 9805, 10117, 9586, 9723, 10141, 10241, 11549, 10060, 10521, 9847, 9770, 9566, 10141, 12840, 10303, 13891, 10179, 13168, 10466, 9056, 10014, 10338, 9815, 10192, 13776, 10191, 10799, 10287, 10682, 10415, 11912, 9962, 9318, 9748, 10560, 9597, 10195, 13800, 10219, 11715, 10291, 10459, 10075, 9341, 9906, 9859, 9055, 9995, 9010, 10371, 11344, 10059, 14459, 9947, 10019, 9880, 10342, 9703, 10862, 9646, 9956, 14217, 10296, 11930, 10247, 10183, 10049, 10443, 10117, 9704, 9944, 10596, 11314, 10362, 14523, 10155, 9693, 10161, 10197, 10198, 10690, 10254, 10267, 9761, 10586, 9500, 10110, 9295, 10185, 13101, 10346, 15350, 10045, 9021, 10120, 10364, 9400, 10001, 11499, 10070, 12644, 9922, 9251, 9719, 9899, 9406, 10216, 13638, 10266, 12628, 10302, 8677, 10501, 9322, 10322, 10077, 10347, 9666, 10039, 10523, 9501, 10222, 8775, 10502, 11686, 10193, 14550, 13025, 9711, 9508, 10020, 9292, 10303, 10137, 10091, 14282, 9945, 11331, 10066, 8853, 10234, 10586, 10109, 10015, 9574, 9988, 8593, 10414, 10491, 10280, 10656, 9862, 10540, 9751, 10460, 11676, 10228, 14693, 10308, 9113, 9980, 10619, 9917, 10312, 14526, 10236, 11956, 9920, 10207, 9813, 10372, 10218, 9944, 13945, 11412, 12918, 9856, 10869, 9521, 10076, 10258, 9980, 14081, 10964, 14651, 10920, 9784, 9508, 10303, 9327, 10040, 14716, 9981, 13556, 10016, 9969, 9971, 9749, 9706, 10193, 12462, 9988, 8404, 10100, 9871, 9600, 10177, 12966, 10366, 11708, 9679, 10411, 9242], 'WindowCenter': [4236.0, 4240.0, 4207.0, 4215.0, 4225.0, 4193.0, 4257.0, 4236.0, 4242.0, 4242.0, 4190.0, 4189.0, 4199.0, 4201.0, 4182.0, 4214.0, 4194.0, 4206.0, 4216.0, 4226.0, 4227.0, 4236.0, 4236.0, 4191.0, 4219.0, 4187.0, 4197.0, 4178.0, 4185.0, 4174.0, 4176.0, 4207.0, 4176.0, 4166.0, 4176.0, 4165.0, 4177.0, 4187.0, 4168.0, 4189.0, 4219.0, 4189.0, 4156.0, 4200.0, 4178.0, 4191.0, 4200.0, 4192.0, 4181.0, 4181.0, 4190.0, 4191.0, 4192.0, 4181.0, 4214.0, 4203.0, 4205.0, 4234.0, 4214.0, 4222.0, 4214.0, 4182.0, 4204.0, 4224.0, 4246.0, 4201.0, 4202.0, 4202.0, 4171.0, 4213.0, 4202.0, 4213.0, 4233.0, 4203.0, 4232.0, 4202.0, 4220.0, 4201.0, 4199.0, 4190.0, 4197.0, 4192.0, 4229.0, 4191.0, 4179.0, 4190.0, 4189.0, 4190.0, 4201.0, 4191.0, 4204.0, 4233.0, 4213.0, 4222.0, 4192.0, 4190.0, 4180.0, 4189.0, 4179.0, 4189.0, 4189.0, 4190.0, 4179.0, 4200.0, 4201.0, 4192.0, 4181.0, 4201.0, 4201.0, 4191.0, 4204.0, 4224.0, 4216.0, 4233.0, 4203.0, 4191.0, 4203.0, 4192.0, 4202.0, 4202.0, 4234.0, 4203.0, 4222.0, 4201.0, 4191.0, 4213.0, 4191.0, 4204.0, 4192.0, 4204.0, 4203.0, 4234.0, 4201.0, 4212.0, 4202.0, 4189.0, 4201.0, 4200.0, 4191.0, 4210.0, 4212.0, 4190.0, 4209.0, 4189.0, 4177.0, 4188.0, 4167.0, 4188.0, 4197.0, 4190.0, 4218.0, 4189.0, 4177.0, 4188.0, 4188.0, 4190.0, 4188.0, 4191.0, 4180.0, 4191.0, 4191.0, 4191.0, 4203.0, 4193.0, 4215.0, 4192.0, 4203.0, 4201.0, 4203.0, 4203.0, 4214.0, 4202.0, 4192.0, 4200.0, 4212.0, 4201.0, 4180.0, 4200.0, 4181.0, 4213.0, 4202.0, 4213.0, 4182.0, 4213.0, 4215.0, 4224.0, 4216.0, 4215.0, 4216.0, 4235.0, 4216.0, 4234.0, 4235.0, 4214.0, 4193.0, 4203.0, 4182.0, 4213.0, 4233.0, 4235.0, 4234.0, 4203.0, 4202.0, 4180.0, 4201.0, 4210.0, 4200.0, 4220.0, 4191.0, 4190.0, 4199.0, 4200.0, 4169.0, 4200.0, 4200.0, 4202.0, 4202.0, 4233.0, 4201.0, 4220.0, 4200.0, 4189.0, 4189.0, 4198.0, 4192.0, 4220.0, 4211.0, 4179.0, 4190.0, 4189.0, 4188.0, 4201.0, 4191.0, 4202.0, 4220.0, 4202.0, 4220.0, 4212.0, 4200.0, 4202.0, 4200.0, 4202.0, 4221.0, 4202.0, 4189.0, 4190.0, 4200.0, 4179.0, 4201.0, 4190.0, 4202.0, 4230.0, 4201.0, 4219.0, 4202.0, 4220.0, 4199.0, 4189.0, 4189.0, 4198.0, 4189.0, 4198.0, 4190.0, 4202.0, 4202.0, 4213.0, 4231.0, 4200.0, 4190.0, 4202.0, 4190.0, 4202.0, 4190.0, 4201.0, 4222.0, 4234.0, 4191.0, 4220.0, 4189.0, 4158.0, 4201.0, 4200.0, 4212.0, 4190.0, 4213.0, 4213.0, 4234.0, 4202.0, 4191.0, 4200.0, 4190.0, 4197.0, 4179.0, 4189.0, 4210.0, 4186.0, 4178.0, 4187.0, 4178.0, 4211.0, 4171.0, 4214.0, 4212.0, 4213.0, 4192.0, 4213.0, 4213.0, 4204.0, 4213.0, 4235.0, 4214.0, 4233.0, 4213.0, 4202.0, 4213.0, 4222.0, 4203.0, 4232.0, 4223.0, 4201.0, 4201.0, 4202.0, 4191.0, 4201.0, 4213.0, 4213.0, 4225.0, 4234.0, 4224.0, 4202.0, 4191.0, 4201.0, 4191.0, 4201.0, 4229.0, 4201.0, 4179.0, 4190.0, 4189.0, 4190.0, 4200.0, 4231.0, 4200.0, 4199.0, 4200.0, 4178.0, 4200.0, 4209.0, 4191.0, 4219.0, 4190.0, 4208.0, 4189.0, 4167.0, 4189.0, 4177.0, 4190.0, 4219.0, 4200.0, 4178.0, 4179.0, 4198.0, 4178.0, 4198.0, 4178.0, 4190.0, 4209.0, 4190.0, 4219.0, 4189.0, 4186.0, 4189.0, 4188.0, 4188.0, 4220.0, 4200.0, 4220.0, 4191.0, 4178.0, 4190.0, 4179.0, 4191.0, 4200.0, 4211.0, 4198.0, 4189.0, 4191.0, 4190.0, 4212.0, 4181.0, 4213.0, 4220.0, 4204.0, 4234.0, 4224.0, 4213.0, 4191.0, 4202.0, 4169.0, 4213.0, 4233.0, 4225.0, 4202.0, 4203.0, 4202.0, 4213.0, 4211.0, 4211.0, 4200.0, 4231.0, 4200.0, 4230.0, 4200.0, 4178.0, 4200.0, 4198.0, 4200.0, 4220.0, 4211.0, 4220.0, 4200.0, 4177.0, 4188.0, 4177.0, 4177.0, 4177.0, 4200.0, 4188.0, 4208.0, 4186.0, 4176.0, 4186.0, 4188.0, 4199.0, 4190.0, 4190.0, 4190.0, 4190.0, 4189.0, 4188.0, 4189.0, 4190.0, 4200.0, 4201.0, 4204.0, 4201.0, 4189.0, 4201.0, 4200.0, 4201.0, 4181.0, 4222.0, 4203.0, 4214.0, 4193.0, 4215.0, 4226.0, 4224.0, 4214.0, 4213.0, 4214.0, 4243.0, 4223.0, 4232.0, 4202.0, 4219.0, 4201.0, 4199.0, 4201.0, 4211.0, 4203.0, 4191.0, 4202.0, 4201.0, 4202.0, 4223.0, 4193.0, 4216.0, 4244.0, 4216.0, 4233.0, 4204.0, 4203.0, 4224.0, 4234.0, 4245.0, 4210.0, 4191.0, 4200.0, 4190.0, 4201.0, 4212.0, 4203.0, 4241.0, 4202.0, 4211.0, 4201.0, 4200.0, 4201.0, 4212.0, 4212.0, 4203.0, 4232.0, 4214.0, 4232.0, 4190.0, 4210.0, 4201.0, 4209.0, 4201.0, 4220.0, 4212.0, 4178.0, 4190.0, 4187.0, 4190.0, 4190.0, 4202.0, 4201.0, 4201.0, 4201.0, 4170.0, 4213.0, 4212.0, 4215.0, 4235.0, 4248.0, 4217.0, 4256.0, 4215.0, 4224.0, 4213.0, 4214.0, 4214.0, 4215.0, 4234.0, 4204.0, 4232.0, 4202.0, 4221.0, 4191.0, 4220.0, 4178.0, 4206.0, 4175.0, 4184.0, 4175.0, 4184.0, 4177.0, 4195.0, 4177.0, 4185.0, 4177.0, 4174.0, 4176.0, 4176.0, 4177.0, 4186.0, 4177.0, 4187.0, 4188.0, 4189.0, 4209.0, 4189.0, 4177.0, 4199.0, 4178.0, 4200.0, 4188.0, 4202.0, 4222.0, 4214.0, 4191.0, 4204.0, 4215.0, 4195.0, 4226.0, 4214.0, 4227.0, 4235.0, 4215.0, 4234.0, 4215.0, 4236.0, 4236.0, 4203.0, 4233.0, 4202.0, 4180.0, 4201.0, 4200.0, 4203.0, 4223.0, 4233.0, 4202.0, 4232.0, 4202.0, 4200.0, 4202.0, 4190.0, 4191.0, 4200.0, 4222.0, 4190.0, 4211.0, 4190.0, 4190.0, 4202.0, 4231.0, 4211.0, 4229.0, 4189.0, 4177.0, 4188.0, 4187.0, 4190.0, 4201.0, 4192.0, 4201.0, 4221.0, 4202.0, 4189.0, 4202.0, 4201.0, 4203.0, 4192.0, 4204.0, 4213.0, 4203.0, 4203.0, 4203.0, 4215.0, 4213.0, 4215.0, 4232.0, 4214.0, 4181.0, 4214.0, 4226.0, 4215.0, 4215.0, 4234.0, 4225.0, 4203.0, 4215.0, 4203.0, 4226.0, 4215.0, 4244.0, 4215.0, 4223.0, 4203.0, 4213.0, 4203.0, 4204.0, 4233.0, 4215.0, 4243.0, 4224.0, 4191.0, 4202.0, 4201.0, 4191.0, 4201.0, 4190.0, 4201.0, 4231.0, 4190.0, 4230.0, 4190.0, 4178.0, 4189.0, 4200.0, 4190.0, 4201.0, 4211.0, 4203.0, 4221.0, 4191.0, 4210.0, 4189.0, 4179.0, 4190.0, 4200.0, 4191.0, 4201.0, 4221.0, 4202.0, 4221.0, 4202.0, 4190.0, 4201.0, 4190.0, 4203.0, 4192.0, 4223.0, 4201.0, 4220.0, 4212.0, 4201.0, 4214.0, 4202.0, 4204.0, 4193.0, 4215.0, 4224.0, 4234.0, 4202.0, 4201.0, 4200.0, 4188.0, 4201.0, 4196.0, 4201.0, 4230.0, 4222.0, 4219.0, 4190.0, 4178.0, 4190.0, 4200.0, 4202.0, 4201.0, 4222.0, 4202.0, 4171.0, 4212.0, 4181.0, 4214.0, 4223.0, 4214.0, 4212.0, 4202.0, 4212.0, 4202.0, 4202.0, 4201.0, 4213.0, 4233.0, 4202.0, 4221.0, 4201.0, 4179.0, 4201.0, 4190.0, 4213.0, 4231.0, 4200.0, 4189.0, 4201.0, 4190.0, 4203.0, 4212.0, 4222.0, 4202.0, 4232.0, 4201.0, 4200.0, 4202.0, 4200.0, 4203.0, 4233.0, 4214.0, 4221.0, 4191.0, 4199.0, 4190.0, 4178.0, 4191.0, 4201.0, 4191.0, 4201.0, 4201.0, 4202.0, 4171.0, 4212.0, 4211.0, 4215.0, 4233.0, 4203.0, 4201.0, 4203.0, 4203.0, 4204.0, 4213.0, 4233.0, 4203.0, 4222.0, 4212.0, 4202.0, 4204.0, 4203.0, 4224.0, 4202.0, 4191.0, 4202.0, 4191.0, 4212.0, 4230.0, 4202.0, 4230.0, 4202.0, 4191.0, 4202.0, 4212.0, 4202.0, 4204.0, 4213.0, 4214.0, 4224.0, 4215.0, 4214.0, 4215.0, 4215.0, 4204.0, 4213.0, 4235.0, 4214.0, 4232.0, 4214.0, 4232.0, 4213.0, 4193.0, 4213.0, 4213.0, 4214.0, 4212.0, 4244.0, 4215.0, 4213.0, 4214.0, 4213.0, 4225.0, 4223.0, 4214.0, 4203.0, 4203.0, 4212.0, 4203.0, 4213.0, 4244.0, 4212.0, 4222.0, 4212.0, 4212.0, 4213.0, 4204.0, 4204.0, 4203.0, 4191.0, 4213.0, 4192.0, 4214.0, 4213.0, 4213.0, 4233.0, 4202.0, 4201.0, 4201.0, 4200.0, 4202.0, 4212.0, 4203.0, 4202.0, 4243.0, 4212.0, 4222.0, 4213.0, 4212.0, 4215.0, 4214.0, 4215.0, 4202.0, 4213.0, 4215.0, 4238.0, 4214.0, 4243.0, 4212.0, 4202.0, 4213.0, 4211.0, 4214.0, 4211.0, 4214.0, 4214.0, 4204.0, 4213.0, 4203.0, 4210.0, 4191.0, 4201.0, 4232.0, 4214.0, 4242.0, 4202.0, 4190.0, 4200.0, 4201.0, 4191.0, 4214.0, 4222.0, 4214.0, 4233.0, 4202.0, 4191.0, 4202.0, 4200.0, 4191.0, 4201.0, 4232.0, 4201.0, 4221.0, 4200.0, 4179.0, 4211.0, 4189.0, 4212.0, 4203.0, 4214.0, 4203.0, 4213.0, 4214.0, 4204.0, 4213.0, 4191.0, 4213.0, 4222.0, 4215.0, 4233.0, 4233.0, 4189.0, 4191.0, 4190.0, 4189.0, 4199.0, 4199.0, 4200.0, 4229.0, 4190.0, 4199.0, 4188.0, 4178.0, 4201.0, 4211.0, 4211.0, 4201.0, 4200.0, 4213.0, 4192.0, 4224.0, 4223.0, 4225.0, 4214.0, 4215.0, 4213.0, 4203.0, 4225.0, 4225.0, 4215.0, 4244.0, 4214.0, 4190.0, 4214.0, 4214.0, 4215.0, 4215.0, 4245.0, 4215.0, 4224.0, 4214.0, 4213.0, 4214.0, 4214.0, 4213.0, 4215.0, 4244.0, 4224.0, 4232.0, 4203.0, 4212.0, 4202.0, 4202.0, 4202.0, 4213.0, 4232.0, 4215.0, 4242.0, 4212.0, 4200.0, 4191.0, 4199.0, 4190.0, 4200.0, 4230.0, 4191.0, 4220.0, 4188.0, 4188.0, 4200.0, 4189.0, 4201.0, 4213.0, 4233.0, 4214.0, 4192.0, 4214.0, 4214.0, 4215.0, 4227.0, 4246.0, 4216.0, 4225.0, 4204.0, 4214.0, 4193.0], 'WindowWidth': [9394.0, 9386.0, 9336.0, 9340.0, 9353.0, 9307.0, 9401.0, 9372.0, 9375.0, 9373.0, 9297.0, 9297.0, 9311.0, 9314.0, 9293.0, 9339.0, 9313.0, 9329.0, 9344.0, 9356.0, 9360.0, 9368.0, 9368.0, 9299.0, 9330.0, 9286.0, 9298.0, 9275.0, 9280.0, 9266.0, 9270.0, 9312.0, 9270.0, 9254.0, 9271.0, 9253.0, 9272.0, 9287.0, 9262.0, 9294.0, 9332.0, 9292.0, 9246.0, 9309.0, 9276.0, 9297.0, 9309.0, 9303.0, 9284.0, 9285.0, 9297.0, 9297.0, 9303.0, 9287.0, 9334.0, 9319.0, 9326.0, 9360.0, 9334.0, 9343.0, 9335.0, 9287.0, 9321.0, 9349.0, 9382.0, 9314.0, 9313.0, 9314.0, 9272.0, 9332.0, 9315.0, 9333.0, 9357.0, 9320.0, 9354.0, 9313.0, 9334.0, 9309.0, 9303.0, 9294.0, 9301.0, 9301.0, 9347.0, 9297.0, 9281.0, 9295.0, 9294.0, 9296.0, 9314.0, 9301.0, 9322.0, 9360.0, 9333.0, 9340.0, 9301.0, 9296.0, 9283.0, 9293.0, 9280.0, 9292.0, 9291.0, 9294.0, 9278.0, 9311.0, 9311.0, 9303.0, 9286.0, 9314.0, 9314.0, 9301.0, 9322.0, 9348.0, 9342.0, 9358.0, 9319.0, 9301.0, 9318.0, 9301.0, 9317.0, 9317.0, 9364.0, 9317.0, 9342.0, 9315.0, 9300.0, 9332.0, 9299.0, 9321.0, 9303.0, 9321.0, 9319.0, 9362.0, 9315.0, 9327.0, 9314.0, 9294.0, 9311.0, 9309.0, 9299.0, 9323.0, 9327.0, 9294.0, 9319.0, 9290.0, 9273.0, 9290.0, 9259.0, 9289.0, 9300.0, 9295.0, 9330.0, 9293.0, 9274.0, 9292.0, 9289.0, 9295.0, 9291.0, 9299.0, 9282.0, 9299.0, 9300.0, 9300.0, 9322.0, 9309.0, 9339.0, 9305.0, 9319.0, 9313.0, 9319.0, 9318.0, 9336.0, 9315.0, 9303.0, 9310.0, 9330.0, 9312.0, 9283.0, 9312.0, 9288.0, 9333.0, 9317.0, 9334.0, 9290.0, 9335.0, 9339.0, 9352.0, 9342.0, 9340.0, 9343.0, 9366.0, 9346.0, 9365.0, 9368.0, 9335.0, 9306.0, 9320.0, 9289.0, 9333.0, 9361.0, 9365.0, 9360.0, 9319.0, 9315.0, 9283.0, 9313.0, 9322.0, 9312.0, 9336.0, 9299.0, 9295.0, 9308.0, 9310.0, 9267.0, 9312.0, 9312.0, 9319.0, 9318.0, 9360.0, 9313.0, 9336.0, 9310.0, 9293.0, 9296.0, 9305.0, 9301.0, 9339.0, 9328.0, 9280.0, 9295.0, 9294.0, 9293.0, 9312.0, 9299.0, 9317.0, 9336.0, 9317.0, 9336.0, 9329.0, 9309.0, 9315.0, 9310.0, 9317.0, 9338.0, 9315.0, 9293.0, 9296.0, 9309.0, 9281.0, 9312.0, 9296.0, 9316.0, 9350.0, 9312.0, 9334.0, 9315.0, 9336.0, 9309.0, 9293.0, 9294.0, 9303.0, 9293.0, 9305.0, 9297.0, 9315.0, 9316.0, 9333.0, 9354.0, 9312.0, 9297.0, 9315.0, 9297.0, 9315.0, 9297.0, 9312.0, 9340.0, 9362.0, 9298.0, 9337.0, 9294.0, 9251.0, 9313.0, 9309.0, 9330.0, 9299.0, 9334.0, 9332.0, 9361.0, 9315.0, 9300.0, 9310.0, 9297.0, 9302.0, 9280.0, 9292.0, 9322.0, 9285.0, 9275.0, 9289.0, 9278.0, 9327.0, 9275.0, 9336.0, 9329.0, 9334.0, 9305.0, 9335.0, 9332.0, 9324.0, 9334.0, 9367.0, 9337.0, 9360.0, 9333.0, 9315.0, 9332.0, 9343.0, 9320.0, 9358.0, 9347.0, 9313.0, 9313.0, 9316.0, 9302.0, 9316.0, 9336.0, 9336.0, 9355.0, 9362.0, 9349.0, 9316.0, 9299.0, 9313.0, 9301.0, 9315.0, 9349.0, 9311.0, 9279.0, 9295.0, 9293.0, 9297.0, 9310.0, 9353.0, 9310.0, 9306.0, 9309.0, 9277.0, 9310.0, 9319.0, 9301.0, 9334.0, 9295.0, 9315.0, 9292.0, 9261.0, 9293.0, 9275.0, 9295.0, 9334.0, 9310.0, 9278.0, 9279.0, 9302.0, 9277.0, 9305.0, 9278.0, 9296.0, 9321.0, 9297.0, 9333.0, 9294.0, 9287.0, 9295.0, 9289.0, 9294.0, 9336.0, 9313.0, 9335.0, 9298.0, 9279.0, 9297.0, 9279.0, 9298.0, 9310.0, 9328.0, 9305.0, 9294.0, 9300.0, 9297.0, 9330.0, 9287.0, 9332.0, 9339.0, 9325.0, 9366.0, 9352.0, 9334.0, 9302.0, 9318.0, 9272.0, 9335.0, 9360.0, 9353.0, 9318.0, 9323.0, 9319.0, 9335.0, 9329.0, 9329.0, 9312.0, 9354.0, 9310.0, 9350.0, 9308.0, 9276.0, 9309.0, 9305.0, 9312.0, 9336.0, 9328.0, 9335.0, 9310.0, 9274.0, 9290.0, 9273.0, 9275.0, 9275.0, 9308.0, 9290.0, 9319.0, 9286.0, 9274.0, 9287.0, 9291.0, 9307.0, 9296.0, 9297.0, 9298.0, 9296.0, 9296.0, 9294.0, 9294.0, 9298.0, 9311.0, 9313.0, 9323.0, 9314.0, 9296.0, 9314.0, 9312.0, 9317.0, 9288.0, 9348.0, 9321.0, 9340.0, 9310.0, 9343.0, 9356.0, 9352.0, 9338.0, 9333.0, 9336.0, 9374.0, 9347.0, 9356.0, 9315.0, 9335.0, 9314.0, 9309.0, 9316.0, 9327.0, 9320.0, 9300.0, 9318.0, 9317.0, 9318.0, 9349.0, 9310.0, 9345.0, 9379.0, 9342.0, 9362.0, 9324.0, 9320.0, 9352.0, 9363.0, 9380.0, 9326.0, 9300.0, 9312.0, 9297.0, 9314.0, 9329.0, 9320.0, 9369.0, 9316.0, 9326.0, 9315.0, 9312.0, 9316.0, 9332.0, 9330.0, 9322.0, 9358.0, 9335.0, 9355.0, 9299.0, 9323.0, 9312.0, 9321.0, 9313.0, 9337.0, 9328.0, 9278.0, 9295.0, 9290.0, 9297.0, 9298.0, 9317.0, 9312.0, 9314.0, 9314.0, 9271.0, 9333.0, 9333.0, 9341.0, 9368.0, 9392.0, 9351.0, 9399.0, 9341.0, 9350.0, 9336.0, 9338.0, 9339.0, 9339.0, 9363.0, 9323.0, 9357.0, 9318.0, 9340.0, 9300.0, 9335.0, 9277.0, 9308.0, 9268.0, 9276.0, 9268.0, 9278.0, 9272.0, 9294.0, 9273.0, 9281.0, 9274.0, 9266.0, 9272.0, 9272.0, 9272.0, 9285.0, 9274.0, 9288.0, 9291.0, 9294.0, 9318.0, 9293.0, 9275.0, 9308.0, 9280.0, 9312.0, 9292.0, 9318.0, 9343.0, 9339.0, 9304.0, 9323.0, 9341.0, 9315.0, 9358.0, 9338.0, 9359.0, 9365.0, 9342.0, 9363.0, 9341.0, 9370.0, 9371.0, 9319.0, 9359.0, 9315.0, 9283.0, 9314.0, 9310.0, 9320.0, 9346.0, 9361.0, 9317.0, 9357.0, 9317.0, 9312.0, 9316.0, 9298.0, 9302.0, 9310.0, 9344.0, 9297.0, 9325.0, 9296.0, 9295.0, 9319.0, 9354.0, 9327.0, 9347.0, 9294.0, 9273.0, 9292.0, 9289.0, 9296.0, 9313.0, 9303.0, 9315.0, 9340.0, 9315.0, 9295.0, 9316.0, 9313.0, 9319.0, 9304.0, 9323.0, 9333.0, 9320.0, 9321.0, 9319.0, 9339.0, 9333.0, 9339.0, 9357.0, 9335.0, 9290.0, 9338.0, 9356.0, 9341.0, 9339.0, 9365.0, 9355.0, 9321.0, 9341.0, 9323.0, 9355.0, 9339.0, 9378.0, 9338.0, 9347.0, 9322.0, 9335.0, 9320.0, 9322.0, 9361.0, 9340.0, 9374.0, 9349.0, 9300.0, 9315.0, 9313.0, 9299.0, 9312.0, 9297.0, 9314.0, 9353.0, 9298.0, 9349.0, 9297.0, 9278.0, 9294.0, 9309.0, 9297.0, 9313.0, 9326.0, 9318.0, 9338.0, 9302.0, 9323.0, 9296.0, 9280.0, 9298.0, 9309.0, 9299.0, 9313.0, 9341.0, 9316.0, 9338.0, 9315.0, 9299.0, 9315.0, 9299.0, 9320.0, 9304.0, 9347.0, 9314.0, 9339.0, 9331.0, 9315.0, 9335.0, 9318.0, 9324.0, 9307.0, 9339.0, 9348.0, 9365.0, 9316.0, 9314.0, 9311.0, 9293.0, 9312.0, 9302.0, 9315.0, 9351.0, 9343.0, 9334.0, 9297.0, 9279.0, 9298.0, 9312.0, 9317.0, 9315.0, 9343.0, 9317.0, 9273.0, 9331.0, 9287.0, 9337.0, 9348.0, 9338.0, 9331.0, 9318.0, 9331.0, 9317.0, 9318.0, 9316.0, 9334.0, 9359.0, 9316.0, 9339.0, 9313.0, 9282.0, 9313.0, 9298.0, 9332.0, 9351.0, 9312.0, 9295.0, 9314.0, 9299.0, 9318.0, 9332.0, 9346.0, 9318.0, 9355.0, 9314.0, 9311.0, 9317.0, 9311.0, 9319.0, 9359.0, 9335.0, 9340.0, 9300.0, 9305.0, 9296.0, 9279.0, 9299.0, 9314.0, 9301.0, 9315.0, 9315.0, 9318.0, 9275.0, 9332.0, 9330.0, 9339.0, 9359.0, 9320.0, 9315.0, 9320.0, 9319.0, 9323.0, 9334.0, 9361.0, 9321.0, 9343.0, 9332.0, 9317.0, 9323.0, 9319.0, 9349.0, 9316.0, 9302.0, 9317.0, 9301.0, 9332.0, 9353.0, 9320.0, 9352.0, 9317.0, 9300.0, 9317.0, 9331.0, 9317.0, 9323.0, 9334.0, 9337.0, 9349.0, 9339.0, 9338.0, 9338.0, 9338.0, 9323.0, 9337.0, 9366.0, 9336.0, 9359.0, 9335.0, 9358.0, 9334.0, 9306.0, 9335.0, 9334.0, 9336.0, 9333.0, 9375.0, 9338.0, 9333.0, 9338.0, 9333.0, 9355.0, 9349.0, 9338.0, 9319.0, 9322.0, 9332.0, 9319.0, 9334.0, 9374.0, 9332.0, 9343.0, 9331.0, 9329.0, 9336.0, 9324.0, 9322.0, 9320.0, 9302.0, 9335.0, 9304.0, 9335.0, 9332.0, 9335.0, 9360.0, 9319.0, 9314.0, 9315.0, 9311.0, 9317.0, 9329.0, 9319.0, 9319.0, 9372.0, 9330.0, 9344.0, 9334.0, 9332.0, 9339.0, 9336.0, 9339.0, 9318.0, 9335.0, 9341.0, 9376.0, 9336.0, 9374.0, 9331.0, 9316.0, 9335.0, 9328.0, 9337.0, 9330.0, 9337.0, 9335.0, 9324.0, 9332.0, 9321.0, 9328.0, 9301.0, 9315.0, 9356.0, 9335.0, 9370.0, 9318.0, 9298.0, 9312.0, 9314.0, 9302.0, 9336.0, 9345.0, 9338.0, 9358.0, 9318.0, 9299.0, 9317.0, 9310.0, 9302.0, 9314.0, 9359.0, 9312.0, 9338.0, 9310.0, 9280.0, 9327.0, 9295.0, 9331.0, 9318.0, 9338.0, 9322.0, 9336.0, 9335.0, 9322.0, 9335.0, 9301.0, 9334.0, 9344.0, 9338.0, 9360.0, 9359.0, 9294.0, 9301.0, 9295.0, 9294.0, 9307.0, 9306.0, 9308.0, 9346.0, 9296.0, 9307.0, 9291.0, 9277.0, 9315.0, 9328.0, 9330.0, 9315.0, 9313.0, 9335.0, 9305.0, 9351.0, 9349.0, 9356.0, 9338.0, 9340.0, 9334.0, 9322.0, 9353.0, 9352.0, 9340.0, 9376.0, 9338.0, 9300.0, 9336.0, 9335.0, 9339.0, 9341.0, 9379.0, 9340.0, 9350.0, 9338.0, 9335.0, 9337.0, 9335.0, 9333.0, 9339.0, 9377.0, 9351.0, 9356.0, 9319.0, 9330.0, 9317.0, 9319.0, 9317.0, 9334.0, 9357.0, 9340.0, 9372.0, 9331.0, 9310.0, 9300.0, 9308.0, 9297.0, 9310.0, 9349.0, 9299.0, 9335.0, 9292.0, 9291.0, 9312.0, 9296.0, 9315.0, 9333.0, 9358.0, 9337.0, 9305.0, 9338.0, 9338.0, 9341.0, 9359.0, 9383.0, 9346.0, 9353.0, 9325.0, 9335.0, 9307.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.00029925196850393704</td></tr>
<tr><td colspan=3>aqi</td><td>0.0186864218503937</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.29446609954682</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.256205046275862</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.988132839241379</td></tr>
<tr><td colspan=3>efc</td><td>0.461</td></tr>
<tr><td colspan=3>fber</td><td>6435.5488</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08017741121557942</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6889763779527559</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4391764347221585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.37358312522755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6816906633362394</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2622555156026856</td></tr>
<tr><td colspan=3>gcor</td><td>0.00757144</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014312764629721642</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028595175594091415</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1016</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.697611222204978</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>29.6949</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3117</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.6588</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302967.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>702.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.7478</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1341</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.4027</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3387.8009</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.7836</td></tr>
<tr><td colspan=3>tsnr</td><td>42.4068910847418</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>