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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0084_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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-02_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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-02_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-0084/ses-03/func/sub-0084_ses-03_task-alignvideo_acq-mb8_run-02_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>d6ea87d76d30d659ec65bbf4d05882e3</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>13:27:36.365000</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_VE11E_LATEST_20181129</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.997389, 0.0673803, 0.0259899, -0.0671207, 0.997687, -0.0107339]</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-02_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.108444</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7270, 469, -62, -284, 127, 67]</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>281.353</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b55f1c6e-4913-4d96-93c7-33c0d3a8743c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6759212017059326, -0.18008005619049072, 0.0719631165266037, 118.70271301269531], [-0.18077640235424042, 2.6767215728759766, -0.02419591322541237, -89.18363189697266], [0.06972890347242355, 0.028798367828130722, 2.698932409286499, -83.7527847290039], [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, 1335]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['132736.365000', '132736.825000', '132737.285000', '132737.745000', '132738.205000', '132738.665000', '132739.125000', '132739.585000', '132740.045000', '132740.505000', '132740.965000', '132741.425000', '132741.885000', '132742.345000', '132742.805000', '132743.265000', '132743.725000', '132744.185000', '132744.645000', '132745.105000', '132745.565000', '132746.025000', '132746.485000', '132746.945000', '132747.405000', '132747.865000', '132748.325000', '132748.785000', '132749.245000', '132749.705000', '132750.165000', '132750.625000', '132751.085000', '132751.545000', '132752.005000', '132752.465000', '132752.925000', '132753.385000', '132753.845000', '132754.305000', '132754.765000', '132755.225000', '132755.685000', '132756.145000', '132756.605000', '132757.065000', '132757.525000', '132757.985000', '132758.445000', '132758.905000', '132759.365000', '132759.825000', '132800.285000', '132800.745000', '132801.205000', '132801.665000', '132802.125000', '132802.585000', '132803.045000', '132803.505000', '132803.965000', '132804.425000', '132804.885000', '132805.345000', '132805.805000', '132806.265000', '132806.725000', '132807.185000', '132807.645000', '132808.105000', '132808.565000', '132809.025000', '132809.485000', '132809.945000', '132810.405000', '132810.865000', '132811.325000', '132811.785000', '132812.245000', '132812.705000', '132813.165000', '132813.625000', '132814.085000', '132814.545000', '132815.005000', '132815.465000', '132815.925000', '132816.385000', '132816.845000', '132817.305000', '132817.765000', '132818.225000', '132818.685000', '132819.145000', '132819.605000', '132820.065000', '132820.525000', '132820.985000', '132821.445000', '132821.905000', '132822.365000', '132822.825000', '132823.285000', '132823.745000', '132824.205000', '132824.665000', '132825.125000', '132825.585000', '132826.045000', '132826.505000', '132826.965000', '132827.425000', '132827.885000', '132828.345000', '132828.805000', '132829.265000', '132829.725000', '132830.185000', '132830.645000', '132831.105000', '132831.565000', '132832.025000', '132832.485000', '132832.945000', '132833.405000', '132833.865000', '132834.325000', '132834.785000', '132835.245000', '132835.705000', '132836.165000', '132836.625000', '132837.085000', '132837.545000', '132838.005000', '132838.465000', '132838.925000', '132839.385000', '132839.845000', '132840.305000', '132840.765000', '132841.225000', '132841.685000', '132842.145000', '132842.605000', '132843.065000', '132843.525000', '132843.985000', '132844.445000', '132844.905000', '132845.365000', '132845.825000', '132846.285000', '132846.745000', '132847.205000', '132847.665000', '132848.125000', '132848.585000', '132849.045000', '132849.505000', '132849.965000', '132850.425000', '132850.885000', '132851.345000', '132851.805000', '132852.265000', '132852.725000', '132853.185000', '132853.645000', '132854.105000', '132854.565000', '132855.025000', '132855.485000', '132855.945000', '132856.405000', '132856.865000', '132857.325000', '132857.785000', '132858.245000', '132858.705000', '132859.165000', '132859.625000', '132900.085000', '132900.545000', '132901.005000', '132901.465000', '132901.925000', '132902.385000', '132902.845000', '132903.305000', '132903.765000', '132904.225000', '132904.685000', '132905.145000', '132905.605000', '132906.065000', '132906.525000', '132906.985000', '132907.445000', '132907.905000', '132908.365000', '132908.825000', '132909.285000', '132909.745000', '132910.205000', '132910.665000', '132911.125000', '132911.585000', '132912.045000', '132912.505000', '132912.965000', '132913.425000', '132913.885000', '132914.345000', '132914.805000', '132915.265000', '132915.725000', '132916.185000', '132916.645000', '132917.105000', '132917.565000', '132918.025000', '132918.485000', '132918.945000', '132919.405000', '132919.865000', '132920.325000', '132920.785000', '132921.245000', '132921.705000', '132922.165000', '132922.625000', '132923.085000', '132923.545000', '132924.005000', '132924.465000', '132924.925000', '132925.385000', '132925.845000', '132926.305000', '132926.765000', '132927.225000', '132927.685000', '132928.145000', '132928.605000', '132929.065000', '132929.525000', '132929.985000', '132930.445000', '132930.905000', '132931.365000', '132931.825000', '132932.285000', '132932.745000', '132933.205000', '132933.665000', '132934.125000', '132934.585000', '132935.045000', '132935.505000', '132935.965000', '132936.425000', '132936.885000', '132937.345000', '132937.805000', '132938.265000', '132938.725000', '132939.185000', '132939.645000', '132940.105000', '132940.565000', '132941.025000', '132941.485000', '132941.945000', '132942.405000', '132942.865000', '132943.325000', '132943.785000', '132944.245000', '132944.705000', '132945.165000', '132945.625000', '132946.085000', '132946.545000', '132947.005000', '132947.465000', '132947.925000', '132948.385000', '132948.845000', '132949.305000', '132949.765000', '132950.225000', '132950.685000', '132951.145000', '132951.605000', '132952.065000', '132952.525000', '132952.985000', '132953.445000', '132953.905000', '132954.365000', '132954.825000', '132955.285000', '132955.745000', '132956.205000', '132956.665000', '132957.125000', '132957.585000', '132958.045000', '132958.505000', '132958.965000', '132959.425000', '132959.885000', '133000.345000', '133000.805000', '133001.265000', '133001.725000', '133002.185000', '133002.645000', '133003.105000', '133003.565000', '133004.025000', '133004.485000', '133004.945000', '133005.405000', '133005.865000', '133006.325000', '133006.785000', '133007.245000', '133007.705000', '133008.165000', '133008.625000', '133009.085000', '133009.545000', '133010.005000', '133010.465000', '133010.925000', '133011.385000', '133011.845000', '133012.305000', '133012.765000', '133013.225000', '133013.685000', '133014.145000', '133014.605000', '133015.065000', '133015.525000', '133015.985000', '133016.445000', '133016.905000', '133017.365000', '133017.825000', '133018.285000', '133018.745000', '133019.205000', '133019.665000', '133020.125000', '133020.585000', '133021.045000', '133021.505000', '133021.965000', '133022.425000', '133022.885000', '133023.345000', '133023.805000', '133024.265000', '133024.725000', '133025.185000', '133025.645000', '133026.105000', '133026.565000', '133027.025000', '133027.485000', '133027.945000', '133028.405000', '133028.865000', '133029.325000', '133029.785000', '133030.245000', '133030.705000', '133031.165000', '133031.625000', '133032.085000', '133032.545000', '133033.005000', '133033.465000', '133033.925000', '133034.385000', '133034.845000', '133035.305000', '133035.765000', '133036.225000', '133036.685000', '133037.145000', '133037.605000', '133038.065000', '133038.525000', '133038.985000', '133039.445000', '133039.905000', '133040.365000', '133040.825000', '133041.285000', '133041.745000', '133042.205000', '133042.665000', '133043.125000', '133043.585000', '133044.045000', '133044.505000', '133044.965000', '133045.425000', '133045.885000', '133046.345000', '133046.805000', '133047.265000', '133047.725000', '133048.185000', '133048.645000', '133049.105000', '133049.565000', '133050.025000', '133050.485000', '133050.945000', '133051.405000', '133051.865000', '133052.325000', '133052.785000', '133053.245000', '133053.705000', '133054.165000', '133054.625000', '133055.085000', '133055.545000', '133056.005000', '133056.465000', '133056.925000', '133057.385000', '133057.845000', '133058.305000', '133058.765000', '133059.225000', '133059.685000', '133100.145000', '133100.605000', '133101.065000', '133101.525000', '133101.985000', '133102.445000', '133102.905000', '133103.365000', '133103.825000', '133104.285000', '133104.745000', '133105.205000', '133105.665000', '133106.125000', '133106.585000', '133107.045000', '133107.505000', '133107.965000', '133108.425000', '133108.885000', '133109.345000', '133109.805000', '133110.265000', '133110.725000', '133111.185000', '133111.645000', '133112.105000', '133112.565000', '133113.025000', '133113.485000', '133113.945000', '133114.405000', '133114.865000', '133115.325000', '133115.785000', '133116.245000', '133116.705000', '133117.165000', '133117.625000', '133118.085000', '133118.545000', '133119.005000', '133119.465000', '133119.925000', '133120.385000', '133120.845000', '133121.305000', '133121.765000', '133122.225000', '133122.685000', '133123.145000', '133123.605000', '133124.065000', '133124.525000', '133124.985000', '133125.445000', '133125.905000', '133126.365000', '133126.825000', '133127.285000', '133127.745000', '133128.205000', '133128.665000', '133129.125000', '133129.585000', '133130.045000', '133130.505000', '133130.965000', '133131.425000', '133131.885000', '133132.345000', '133132.805000', '133133.265000', '133133.725000', '133134.185000', '133134.645000', '133135.105000', '133135.565000', '133136.025000', '133136.485000', '133136.945000', '133137.405000', '133137.865000', '133138.325000', '133138.785000', '133139.245000', '133139.705000', '133140.165000', '133140.625000', '133141.085000', '133141.545000', '133142.005000', '133142.465000', '133142.925000', '133143.385000', '133143.845000', '133144.305000', '133144.765000', '133145.225000', '133145.685000', '133146.145000', '133146.605000', '133147.065000', '133147.525000', '133147.985000', '133148.445000', '133148.905000', '133149.365000', '133149.825000', '133150.285000', '133150.745000', '133151.205000', '133151.665000', '133152.125000', '133152.585000', '133153.045000', '133153.505000', '133153.965000', '133154.425000', '133154.885000', '133155.345000', '133155.805000', '133156.265000', '133156.725000', '133157.185000', '133157.645000', '133158.105000', '133158.565000', '133159.025000', '133159.485000', '133159.945000', '133200.405000', '133200.865000', '133201.325000', '133201.785000', '133202.245000', '133202.705000', '133203.165000', '133203.625000', '133204.085000', '133204.545000', '133205.005000', '133205.465000', '133205.925000', '133206.385000', '133206.845000', '133207.305000', '133207.765000', '133208.225000', '133208.685000', '133209.145000', '133209.605000', '133210.065000', '133210.525000', '133210.985000', '133211.445000', '133211.905000', '133212.365000', '133212.825000', '133213.285000', '133213.745000', '133214.205000', '133214.665000', '133215.125000', '133215.585000', '133216.045000', '133216.505000', '133216.965000', '133217.425000', '133217.885000', '133218.345000', '133218.805000', '133219.265000', '133219.725000', '133220.185000', '133220.645000', '133221.105000', '133221.565000', '133222.025000', '133222.485000', '133222.945000', '133223.405000', '133223.865000', '133224.325000', '133224.785000', '133225.245000', '133225.705000', '133226.165000', '133226.625000', '133227.085000', '133227.545000', '133228.005000', '133228.465000', '133228.925000', '133229.385000', '133229.845000', '133230.305000', '133230.765000', '133231.225000', '133231.685000', '133232.145000', '133232.605000', '133233.065000', '133233.525000', '133233.985000', '133234.445000', '133234.905000', '133235.365000', '133235.825000', '133236.285000', '133236.745000', '133237.205000', '133237.665000', '133238.125000', '133238.585000', '133239.045000', '133239.505000', '133239.965000', '133240.425000', '133240.885000', '133241.345000', '133241.805000', '133242.265000', '133242.725000', '133243.185000', '133243.645000', '133244.105000', '133244.565000', '133245.025000', '133245.485000', '133245.945000', '133246.405000', '133246.865000', '133247.325000', '133247.785000', '133248.245000', '133248.705000', '133249.165000', '133249.625000', '133250.085000', '133250.545000', '133251.005000', '133251.465000', '133251.925000', '133252.385000', '133252.845000', '133253.305000', '133253.765000', '133254.225000', '133254.685000', '133255.145000', '133255.605000', '133256.065000', '133256.525000', '133256.985000', '133257.445000', '133257.905000', '133258.365000', '133258.825000', '133259.285000', '133259.745000', '133300.205000', '133300.665000', '133301.125000', '133301.585000', '133302.045000', '133302.505000', '133302.965000', '133303.425000', '133303.885000', '133304.345000', '133304.805000', '133305.265000', '133305.725000', '133306.185000', '133306.645000', '133307.105000', '133307.565000', '133308.025000', '133308.485000', '133308.945000', '133309.405000', '133309.865000', '133310.325000', '133310.785000', '133311.245000', '133311.705000', '133312.165000', '133312.625000', '133313.085000', '133313.545000', '133314.005000', '133314.465000', '133314.925000', '133315.385000', '133315.845000', '133316.305000', '133316.765000', '133317.225000', '133317.685000', '133318.145000', '133318.605000', '133319.065000', '133319.525000', '133319.985000', '133320.445000', '133320.905000', '133321.365000', '133321.825000', '133322.285000', '133322.745000', '133323.205000', '133323.665000', '133324.125000', '133324.585000', '133325.045000', '133325.505000', '133325.965000', '133326.425000', '133326.885000', '133327.345000', '133327.805000', '133328.265000', '133328.725000', '133329.185000', '133329.645000', '133330.105000', '133330.565000', '133331.025000', '133331.485000', '133331.945000', '133332.405000', '133332.865000', '133333.325000', '133333.785000', '133334.245000', '133334.705000', '133335.165000', '133335.625000', '133336.085000', '133336.545000', '133337.005000', '133337.465000', '133337.925000', '133338.385000', '133338.845000', '133339.305000', '133339.765000', '133340.225000', '133340.685000', '133341.145000', '133341.605000', '133342.065000', '133342.525000', '133342.985000', '133343.445000', '133343.905000', '133344.365000', '133344.825000', '133345.285000', '133345.745000', '133346.205000', '133346.665000', '133347.125000', '133347.585000', '133348.045000', '133348.505000', '133348.965000', '133349.425000', '133349.885000', '133350.345000', '133350.805000', '133351.265000', '133351.725000', '133352.185000', '133352.645000', '133353.105000', '133353.565000', '133354.025000', '133354.485000', '133354.945000', '133355.405000', '133355.865000', '133356.325000', '133356.785000', '133357.245000', '133357.705000', '133358.165000', '133358.625000', '133359.085000', '133359.545000', '133400.005000', '133400.465000', '133400.925000', '133401.385000', '133401.845000', '133402.305000', '133402.765000', '133403.225000', '133403.685000', '133404.145000', '133404.605000', '133405.065000', '133405.525000', '133405.985000', '133406.445000', '133406.905000', '133407.365000', '133407.825000', '133408.285000', '133408.745000', '133409.205000', '133409.665000', '133410.125000', '133410.585000', '133411.045000', '133411.505000', '133411.965000', '133412.425000', '133412.885000', '133413.345000', '133413.805000', '133414.265000', '133414.725000', '133415.185000', '133415.645000', '133416.105000', '133416.565000', '133417.025000', '133417.485000', '133417.945000', '133418.405000', '133418.865000', '133419.325000', '133419.785000', '133420.245000', '133420.705000', '133421.165000', '133421.625000', '133422.085000', '133422.545000', '133423.005000', '133423.465000', '133423.925000', '133424.385000', '133424.845000', '133425.305000', '133425.765000', '133426.225000', '133426.685000', '133427.145000', '133427.605000', '133428.065000', '133428.525000', '133428.985000', '133429.445000', '133429.905000', '133430.365000', '133430.825000', '133431.285000', '133431.745000', '133432.205000', '133432.665000', '133433.125000', '133433.585000', '133434.045000', '133434.505000', '133434.965000', '133435.425000', '133435.885000', '133436.345000', '133436.805000', '133437.265000', '133437.725000', '133438.185000', '133438.645000', '133439.105000', '133439.565000', '133440.025000', '133440.485000', '133440.945000', '133441.405000', '133441.865000', '133442.325000', '133442.785000', '133443.245000', '133443.705000', '133444.165000', '133444.625000', '133445.085000', '133445.545000', '133446.005000', '133446.465000', '133446.925000', '133447.385000', '133447.845000', '133448.305000', '133448.765000', '133449.225000', '133449.685000', '133450.145000', '133450.605000', '133451.065000', '133451.525000', '133451.985000', '133452.445000', '133452.905000', '133453.365000', '133453.825000', '133454.285000', '133454.745000', '133455.205000', '133455.665000', '133456.125000', '133456.585000', '133457.045000', '133457.505000', '133457.965000', '133458.425000', '133458.885000', '133459.345000', '133459.805000', '133500.265000', '133500.725000', '133501.185000', '133501.645000', '133502.105000', '133502.565000', '133503.025000', '133503.485000', '133503.945000', '133504.405000', '133504.865000', '133505.325000', '133505.785000', '133506.245000', '133506.705000', '133507.165000', '133507.625000', '133508.085000', '133508.545000', '133509.005000', '133509.465000', '133509.925000', '133510.385000', '133510.845000', '133511.305000', '133511.765000', '133512.225000', '133512.685000', '133513.145000', '133513.605000', '133514.065000', '133514.525000', '133514.985000', '133515.445000', '133515.905000', '133516.365000', '133516.825000', '133517.285000', '133517.745000', '133518.205000', '133518.665000', '133519.125000', '133519.585000', '133520.045000', '133520.505000', '133520.965000', '133521.425000', '133521.885000', '133522.345000', '133522.805000', '133523.265000', '133523.725000', '133524.185000', '133524.645000', '133525.105000', '133525.565000', '133526.025000', '133526.485000', '133526.945000', '133527.405000', '133527.865000', '133528.325000', '133528.785000', '133529.245000', '133529.705000', '133530.165000', '133530.625000', '133531.085000', '133531.545000', '133532.005000', '133532.465000', '133532.925000', '133533.385000', '133533.845000', '133534.305000', '133534.765000', '133535.225000', '133535.685000', '133536.145000', '133536.605000', '133537.065000', '133537.525000', '133537.985000', '133538.445000', '133538.905000', '133539.365000', '133539.825000', '133540.285000', '133540.745000', '133541.205000', '133541.665000', '133542.125000', '133542.585000', '133543.045000', '133543.505000', '133543.965000', '133544.425000', '133544.885000', '133545.345000', '133545.805000', '133546.265000', '133546.725000', '133547.185000', '133547.645000', '133548.105000', '133548.565000', '133549.025000', '133549.485000', '133549.945000', '133550.405000', '133550.865000', '133551.325000', '133551.785000', '133552.245000', '133552.705000', '133553.165000', '133553.625000', '133554.085000', '133554.545000', '133555.005000', '133555.465000', '133555.925000', '133556.385000', '133556.845000', '133557.305000', '133557.765000', '133558.225000', '133558.685000', '133559.145000', '133559.605000', '133600.065000', '133600.525000', '133600.985000', '133601.445000', '133601.905000', '133602.365000', '133602.825000', '133603.285000', '133603.745000', '133604.205000', '133604.665000', '133605.125000', '133605.585000', '133606.045000', '133606.505000', '133606.965000', '133607.425000', '133607.885000', '133608.345000', '133608.805000', '133609.265000', '133609.725000', '133610.185000', '133610.645000', '133611.105000', '133611.565000', '133612.025000', '133612.485000', '133612.945000', '133613.405000', '133613.865000', '133614.325000', '133614.785000', '133615.245000', '133615.705000', '133616.165000', '133616.625000', '133617.085000', '133617.545000', '133618.005000', '133618.465000', '133618.925000', '133619.385000', '133619.845000', '133620.305000', '133620.765000', '133621.225000', '133621.685000', '133622.145000', '133622.605000', '133623.065000', '133623.525000', '133623.985000', '133624.445000', '133624.905000', '133625.365000', '133625.825000', '133626.285000', '133626.745000', '133627.205000', '133627.665000', '133628.125000', '133628.585000', '133629.045000', '133629.505000', '133629.965000', '133630.425000', '133630.885000', '133631.345000', '133631.805000', '133632.265000', '133632.725000', '133633.185000', '133633.645000', '133634.105000', '133634.565000', '133635.025000', '133635.485000', '133635.945000', '133636.405000', '133636.865000', '133637.325000', '133637.785000', '133638.245000', '133638.705000', '133639.165000', '133639.625000', '133640.085000', '133640.545000', '133641.005000', '133641.465000', '133641.925000', '133642.385000', '133642.845000', '133643.305000', '133643.765000', '133644.225000', '133644.685000', '133645.145000', '133645.605000', '133646.065000', '133646.525000', '133646.985000', '133647.445000', '133647.905000', '133648.365000', '133648.825000', '133649.285000', '133649.745000', '133650.205000', '133650.665000', '133651.125000', '133651.585000', '133652.045000', '133652.505000', '133652.965000', '133653.425000', '133653.885000', '133654.345000', '133654.805000', '133655.265000', '133655.725000', '133656.185000', '133656.645000', '133657.105000', '133657.565000', '133658.025000', '133658.485000', '133658.945000', '133659.405000', '133659.865000', '133700.325000', '133700.785000', '133701.245000', '133701.705000', '133702.165000', '133702.625000', '133703.085000', '133703.545000', '133704.005000', '133704.465000', '133704.925000', '133705.385000', '133705.845000', '133706.305000', '133706.765000', '133707.225000', '133707.685000', '133708.145000', '133708.605000', '133709.065000', '133709.525000', '133709.985000', '133710.445000', '133710.905000', '133711.365000', '133711.825000', '133712.285000', '133712.745000', '133713.205000', '133713.665000', '133714.125000', '133714.585000', '133715.045000', '133715.505000', '133715.965000', '133716.425000', '133716.885000', '133717.345000', '133717.805000', '133718.265000', '133718.725000', '133719.185000', '133719.645000', '133720.105000', '133720.565000', '133721.025000', '133721.485000', '133721.945000', '133722.405000', '133722.865000', '133723.325000', '133723.785000', '133724.245000', '133724.705000', '133725.165000', '133725.625000', '133726.085000', '133726.545000', '133727.005000', '133727.465000', '133727.925000', '133728.385000', '133728.845000', '133729.305000', '133729.765000', '133730.225000', '133730.685000', '133731.145000', '133731.605000', '133732.065000', '133732.525000', '133732.985000', '133733.445000', '133733.905000', '133734.365000', '133734.825000', '133735.285000', '133735.745000', '133736.205000', '133736.665000', '133737.125000', '133737.585000', '133738.045000', '133738.505000', '133738.965000', '133739.425000', '133739.885000', '133740.345000', '133740.805000', '133741.265000', '133741.725000', '133742.185000', '133742.645000', '133743.105000', '133743.565000', '133744.025000', '133744.485000', '133744.945000', '133745.405000', '133745.865000', '133746.325000', '133746.785000', '133747.245000', '133747.705000', '133748.165000', '133748.625000', '133749.085000', '133749.545000', '133750.005000'], 'ContentTime': ['132758.863000', '132758.867000', '132758.869000', '132758.872000', '132758.875000', '132758.877000', '132758.885000', '132758.887000', '132758.890000', '132758.892000', '132758.895000', '132758.898000', '132758.900000', '132758.903000', '132758.905000', '132758.908000', '132758.911000', '132758.913000', '132758.916000', '132758.918000', '132758.921000', '132758.923000', '132758.926000', '132758.929000', '132758.931000', '132758.934000', '132758.936000', '132758.939000', '132758.942000', '132758.944000', '132758.947000', '132758.949000', '132758.952000', '132758.954000', '132758.957000', '132758.960000', '132758.962000', '132758.965000', '132758.967000', '132758.970000', '132758.973000', '132758.997000', '132759.001000', '132759.004000', '132759.006000', '132759.009000', '132818.831000', '132818.833000', '132818.836000', '132818.838000', '132818.841000', '132818.844000', '132818.846000', '132818.849000', '132818.851000', '132818.854000', '132818.856000', '132818.859000', '132818.861000', '132818.864000', '132818.867000', '132818.869000', '132818.872000', '132818.874000', '132818.877000', '132818.879000', '132818.882000', '132818.885000', '132818.887000', '132818.890000', '132818.902000', '132818.905000', '132818.908000', '132818.910000', '132818.913000', '132818.915000', '132818.918000', '132818.921000', '132818.923000', '132818.926000', '132818.928000', '132818.931000', '132818.934000', '132818.936000', '132818.939000', '132818.942000', '132818.944000', '132818.947000', '132818.949000', '132838.829000', '132838.832000', '132838.835000', '132838.838000', '132838.840000', '132838.843000', '132838.845000', '132838.848000', '132838.851000', '132838.853000', '132838.856000', '132838.859000', '132838.861000', '132838.864000', '132838.866000', '132838.869000', '132838.871000', '132838.874000', '132838.877000', '132838.879000', '132838.882000', '132838.884000', '132838.887000', '132838.890000', '132838.892000', '132838.895000', '132838.897000', '132838.900000', '132838.903000', '132838.905000', '132838.908000', '132838.910000', '132838.913000', '132838.915000', '132838.918000', '132838.921000', '132838.923000', '132838.926000', '132838.928000', '132838.931000', '132838.934000', '132838.936000', '132838.939000', '132838.942000', '132858.829000', '132858.832000', '132858.835000', '132858.837000', '132858.840000', '132858.843000', '132858.845000', '132858.848000', '132858.851000', '132858.853000', '132858.856000', '132858.859000', '132858.861000', '132858.864000', '132858.866000', '132858.869000', '132858.872000', '132858.874000', '132858.877000', '132858.879000', '132858.882000', '132858.885000', '132858.888000', '132858.890000', '132858.893000', '132858.895000', '132858.898000', '132858.901000', '132858.903000', '132858.906000', '132858.908000', '132858.911000', '132858.914000', '132858.916000', '132858.919000', '132858.921000', '132858.935000', '132858.937000', '132858.940000', '132858.942000', '132858.945000', '132858.948000', '132858.950000', '132918.829000', '132918.832000', '132918.835000', '132918.838000', '132918.840000', '132918.843000', '132918.846000', '132918.848000', '132918.851000', '132918.853000', '132918.856000', '132918.859000', '132918.861000', '132918.864000', '132918.867000', '132918.869000', '132918.872000', '132918.874000', '132918.877000', '132918.880000', '132918.882000', '132918.885000', '132918.887000', '132918.890000', '132918.892000', '132918.895000', '132918.898000', '132918.900000', '132918.903000', '132918.906000', '132918.908000', '132918.911000', '132918.913000', '132918.916000', '132918.919000', '132918.921000', '132918.924000', '132918.927000', '132918.929000', '132918.932000', '132918.934000', '132918.937000', '132918.940000', '132918.942000', '132938.829000', '132938.832000', '132938.835000', '132938.838000', '132938.840000', '132938.843000', '132938.845000', '132938.848000', '132938.851000', '132938.853000', '132938.856000', '132938.859000', '132938.861000', '132938.864000', '132938.866000', '132938.869000', '132938.872000', '132938.874000', '132938.877000', '132938.879000', '132938.882000', '132938.885000', '132938.887000', '132938.890000', '132938.892000', '132938.895000', '132938.898000', '132938.900000', '132938.903000', '132938.906000', '132938.908000', '132938.911000', '132938.914000', '132938.916000', '132938.927000', '132938.930000', '132938.932000', '132938.935000', '132938.938000', '132938.940000', '132938.943000', '132938.945000', '132938.948000', '132958.830000', '132958.835000', '132958.837000', '132958.840000', '132958.843000', '132958.845000', '132958.848000', '132958.850000', '132958.853000', '132958.856000', '132958.858000', '132958.861000', '132958.863000', '132958.866000', '132958.869000', '132958.871000', '132958.874000', '132958.876000', '132958.879000', '132958.882000', '132958.884000', '132958.887000', '132958.889000', '132958.892000', '132958.895000', '132958.897000', '132958.900000', '132958.902000', '132958.905000', '132958.908000', '132958.910000', '132958.913000', '132958.916000', '132958.918000', '132958.921000', '132958.923000', '132958.926000', '132958.929000', '132958.931000', '132958.934000', '132958.937000', '132958.939000', '132958.942000', '132958.944000', '133018.831000', '133018.841000', '133018.844000', '133018.847000', '133018.849000', '133018.852000', '133018.855000', '133018.858000', '133018.860000', '133018.863000', '133018.865000', '133018.868000', '133018.871000', '133018.873000', '133018.876000', '133018.879000', '133018.881000', '133018.884000', '133018.886000', '133018.889000', '133018.892000', '133018.894000', '133018.897000', '133018.900000', '133018.902000', '133018.905000', '133018.907000', '133018.910000', '133018.913000', '133018.915000', '133018.918000', '133018.921000', '133018.923000', '133018.926000', '133018.929000', '133018.931000', '133018.934000', '133018.936000', '133018.939000', '133018.942000', '133018.944000', '133018.947000', '133018.950000', '133038.830000', '133038.833000', '133038.836000', '133038.839000', '133038.841000', '133038.844000', '133038.847000', '133038.849000', '133038.852000', '133038.854000', '133038.857000', '133038.860000', '133038.862000', '133038.865000', '133038.867000', '133038.870000', '133038.873000', '133038.875000', '133038.878000', '133038.881000', '133038.883000', '133038.886000', '133038.889000', '133038.891000', '133038.894000', '133038.896000', '133038.899000', '133038.902000', '133038.904000', '133038.907000', '133038.910000', '133038.912000', '133038.915000', '133038.918000', '133038.920000', '133038.923000', '133038.926000', '133038.928000', '133038.931000', '133038.933000', '133038.936000', '133038.939000', '133038.941000', '133038.944000', '133058.830000', '133058.832000', '133058.835000', '133058.838000', '133058.840000', '133058.843000', '133058.846000', '133058.848000', '133058.851000', '133058.853000', '133058.856000', '133058.859000', '133058.861000', '133058.864000', '133058.867000', '133058.869000', '133058.872000', '133058.875000', '133058.877000', '133058.880000', '133058.883000', '133058.885000', '133058.888000', '133058.891000', '133058.893000', '133058.896000', '133058.899000', '133058.901000', '133058.904000', '133058.906000', '133058.909000', '133058.912000', '133058.914000', '133058.917000', '133058.920000', '133058.922000', '133058.925000', '133058.928000', '133058.930000', '133058.933000', '133058.935000', '133058.938000', '133058.941000', '133118.830000', '133118.832000', '133118.835000', '133118.838000', '133118.840000', '133118.843000', '133118.845000', '133118.848000', '133118.851000', '133118.853000', '133118.856000', '133118.858000', '133118.861000', '133118.864000', '133118.866000', '133118.869000', '133118.872000', '133118.874000', '133118.877000', '133118.879000', '133118.882000', '133118.885000', '133118.887000', '133118.898000', '133118.900000', '133118.903000', '133118.905000', '133118.908000', '133118.911000', '133118.913000', '133118.927000', '133118.930000', '133118.932000', '133118.935000', '133118.937000', '133118.940000', '133118.943000', '133118.945000', '133118.948000', '133118.950000', '133118.953000', '133118.955000', '133118.958000', '133118.961000', '133138.830000', '133138.833000', '133138.835000', '133138.838000', '133138.840000', '133138.843000', '133138.846000', '133138.848000', '133138.851000', '133138.853000', '133138.856000', '133138.859000', '133138.861000', '133138.864000', '133138.866000', '133138.869000', '133138.872000', '133138.874000', '133138.877000', '133138.880000', '133138.882000', '133138.885000', '133138.887000', '133138.890000', '133138.892000', '133138.895000', '133138.898000', '133138.900000', '133138.903000', '133138.906000', '133138.908000', '133138.911000', '133138.913000', '133138.916000', '133138.919000', '133138.921000', '133138.924000', '133138.927000', '133138.929000', '133138.932000', '133138.935000', '133138.937000', '133138.940000', '133158.830000', '133158.832000', '133158.835000', '133158.838000', '133158.840000', '133158.843000', '133158.846000', '133158.848000', '133158.851000', '133158.853000', '133158.856000', '133158.858000', '133158.862000', '133158.865000', '133158.868000', '133158.870000', '133158.873000', '133158.875000', '133158.878000', '133158.881000', '133158.883000', '133158.886000', '133158.888000', '133158.891000', '133158.894000', '133158.896000', '133158.899000', '133158.902000', '133158.904000', '133158.907000', '133158.909000', '133158.912000', '133158.915000', '133158.917000', '133158.920000', '133158.923000', '133158.925000', '133158.928000', '133158.931000', '133158.933000', '133158.936000', '133158.938000', '133158.941000', '133158.944000', '133218.831000', '133218.847000', '133218.850000', '133218.853000', '133218.855000', '133218.858000', '133218.860000', '133218.863000', '133218.866000', '133218.868000', '133218.871000', '133218.873000', '133218.876000', '133218.879000', '133218.881000', '133218.884000', '133218.887000', '133218.889000', '133218.892000', '133218.894000', '133218.897000', '133218.900000', '133218.902000', '133218.905000', '133218.907000', '133218.910000', '133218.913000', '133218.915000', '133218.918000', '133218.921000', '133218.923000', '133218.926000', '133218.929000', '133218.931000', '133218.934000', '133218.936000', '133218.939000', '133218.942000', '133218.944000', '133218.947000', '133218.949000', '133218.952000', '133218.955000', '133238.831000', '133238.848000', '133238.850000', '133238.853000', '133238.856000', '133238.859000', '133238.861000', '133238.864000', '133238.867000', '133238.869000', '133238.872000', '133238.875000', '133238.877000', '133238.880000', '133238.883000', '133238.885000', '133238.888000', '133238.890000', '133238.893000', '133238.896000', '133238.898000', '133238.901000', '133238.903000', '133238.906000', '133238.909000', '133238.911000', '133238.914000', '133238.916000', '133238.919000', '133238.922000', '133238.924000', '133238.927000', '133238.930000', '133238.932000', '133238.935000', '133238.938000', '133238.941000', '133238.943000', '133238.946000', '133238.948000', '133238.951000', '133238.954000', '133238.956000', '133258.831000', '133258.845000', '133258.848000', '133258.851000', '133258.853000', '133258.856000', '133258.858000', '133258.861000', '133258.864000', '133258.866000', '133258.869000', '133258.872000', '133258.874000', '133258.877000', '133258.880000', '133258.882000', '133258.885000', '133258.887000', '133258.890000', '133258.893000', '133258.895000', '133258.903000', '133258.905000', '133258.908000', '133258.910000', '133258.913000', '133258.916000', '133258.918000', '133258.921000', '133258.923000', '133258.926000', '133258.929000', '133258.931000', '133258.934000', '133258.936000', '133258.939000', '133258.942000', '133258.944000', '133258.947000', '133258.949000', '133258.952000', '133258.955000', '133258.957000', '133258.960000', '133318.830000', '133318.832000', '133318.835000', '133318.838000', '133318.840000', '133318.843000', '133318.846000', '133318.848000', '133318.851000', '133318.853000', '133318.856000', '133318.859000', '133318.862000', '133318.864000', '133318.867000', '133318.869000', '133318.872000', '133318.875000', '133318.877000', '133318.880000', '133318.882000', '133318.885000', '133318.888000', '133318.890000', '133318.893000', '133318.896000', '133318.900000', '133318.903000', '133318.906000', '133318.909000', '133318.912000', '133318.914000', '133318.917000', '133318.919000', '133318.922000', '133318.925000', '133318.927000', '133318.930000', '133318.933000', '133318.935000', '133318.938000', '133318.941000', '133318.943000', '133338.830000', '133338.878000', '133338.880000', '133338.883000', '133338.885000', '133338.888000', '133338.891000', '133338.893000', '133338.896000', '133338.898000', '133338.901000', '133338.904000', '133338.906000', '133338.909000', '133338.912000', '133338.914000', '133338.917000', '133338.919000', '133338.922000', '133338.925000', '133338.927000', '133338.930000', '133338.933000', '133338.935000', '133338.938000', '133338.940000', '133338.943000', '133338.946000', '133338.949000', '133338.951000', '133338.954000', '133338.957000', '133338.959000', '133338.962000', '133338.964000', '133338.967000', '133338.970000', '133338.972000', '133338.975000', '133338.978000', '133338.980000', '133338.983000', '133338.985000', '133338.988000', '133358.830000', '133358.849000', '133358.852000', '133358.854000', '133358.857000', '133358.859000', '133358.862000', '133358.865000', '133358.867000', '133358.870000', '133358.872000', '133358.875000', '133358.878000', '133358.881000', '133358.883000', '133358.886000', '133358.889000', '133358.891000', '133358.894000', '133358.897000', '133358.899000', '133358.902000', '133358.904000', '133358.907000', '133358.910000', '133358.912000', '133358.915000', '133358.918000', '133358.920000', '133358.923000', '133358.925000', '133358.928000', '133358.931000', '133358.933000', '133358.936000', '133358.939000', '133358.941000', '133358.944000', '133358.946000', '133358.949000', '133358.952000', '133358.954000', '133358.957000', '133418.830000', '133418.832000', '133418.835000', '133418.838000', '133418.840000', '133418.843000', '133418.846000', '133418.848000', '133418.851000', '133418.861000', '133418.864000', '133418.866000', '133418.869000', '133418.871000', '133418.874000', '133418.877000', '133418.880000', '133418.882000', '133418.885000', '133418.887000', '133418.890000', '133418.893000', '133418.895000', '133418.898000', '133418.900000', '133418.903000', '133418.906000', '133418.908000', '133418.911000', '133418.914000', '133418.916000', '133418.919000', '133418.922000', '133418.924000', '133418.927000', '133418.929000', '133418.932000', '133418.935000', '133418.937000', '133418.940000', '133418.943000', '133418.945000', '133418.948000', '133418.950000', '133438.831000', '133438.833000', '133438.836000', '133438.839000', '133438.842000', '133438.844000', '133438.847000', '133438.849000', '133438.852000', '133438.855000', '133438.857000', '133438.860000', '133438.862000', '133438.865000', '133438.868000', '133438.870000', '133438.873000', '133438.876000', '133438.878000', '133438.881000', '133438.884000', '133438.886000', '133438.889000', '133438.891000', '133438.894000', '133438.897000', '133438.899000', '133438.902000', '133438.905000', '133438.908000', '133438.911000', '133438.913000', '133438.916000', '133438.918000', '133438.921000', '133438.924000', '133438.926000', '133438.929000', '133438.932000', '133438.934000', '133438.937000', '133438.940000', '133438.943000', '133458.831000', '133458.861000', '133458.864000', '133458.866000', '133458.869000', '133458.872000', '133458.874000', '133458.877000', '133458.879000', '133458.882000', '133458.885000', '133458.887000', '133458.890000', '133458.892000', '133458.895000', '133458.898000', '133458.900000', '133458.903000', '133458.905000', '133458.908000', '133458.911000', '133458.914000', '133458.916000', '133458.919000', '133458.921000', '133458.924000', '133458.927000', '133458.929000', '133458.932000', '133458.935000', '133458.937000', '133458.940000', '133458.943000', '133458.945000', '133458.948000', '133458.950000', '133458.953000', '133458.956000', '133458.958000', '133458.961000', '133458.963000', '133458.966000', '133458.969000', '133458.971000', '133518.831000', '133518.841000', '133518.843000', '133518.846000', '133518.849000', '133518.851000', '133518.854000', '133518.856000', '133518.859000', '133518.862000', '133518.864000', '133518.867000', '133518.869000', '133518.872000', '133518.875000', '133518.877000', '133518.880000', '133518.883000', '133518.885000', '133518.888000', '133518.891000', '133518.893000', '133518.896000', '133518.898000', '133518.901000', '133518.904000', '133518.906000', '133518.909000', '133518.912000', '133518.914000', '133518.917000', '133518.920000', '133518.922000', '133518.925000', '133518.928000', '133518.930000', '133518.933000', '133518.935000', '133518.938000', '133518.941000', '133518.943000', '133518.946000', '133518.948000', '133538.830000', '133538.832000', '133538.835000', '133538.837000', '133538.840000', '133538.843000', '133538.846000', '133538.848000', '133538.851000', '133538.854000', '133538.856000', '133538.859000', '133538.861000', '133538.864000', '133538.867000', '133538.869000', '133538.872000', '133538.875000', '133538.877000', '133538.886000', '133538.889000', '133538.891000', '133538.894000', '133538.897000', '133538.899000', '133538.902000', '133538.905000', '133538.907000', '133538.916000', '133538.919000', '133538.922000', '133538.924000', '133538.927000', '133538.930000', '133538.932000', '133538.935000', '133538.937000', '133538.940000', '133538.943000', '133538.945000', '133538.948000', '133538.951000', '133538.953000', '133558.830000', '133558.853000', '133558.856000', '133558.859000', '133558.861000', '133558.864000', '133558.866000', '133558.869000', '133558.872000', '133558.874000', '133558.877000', '133558.879000', '133558.882000', '133558.885000', '133558.887000', '133558.890000', '133558.893000', '133558.895000', '133558.898000', '133558.905000', '133558.907000', '133558.910000', '133558.913000', '133558.915000', '133558.919000', '133558.922000', '133558.925000', '133558.928000', '133558.930000', '133558.933000', '133558.936000', '133558.938000', '133558.941000', '133558.944000', '133558.946000', '133558.949000', '133558.951000', '133558.954000', '133558.957000', '133558.960000', '133558.962000', '133558.965000', '133558.967000', '133558.970000', '133618.830000', '133618.854000', '133618.856000', '133618.859000', '133618.862000', '133618.864000', '133618.867000', '133618.870000', '133618.872000', '133618.875000', '133618.878000', '133618.880000', '133618.883000', '133618.886000', '133618.888000', '133618.891000', '133618.894000', '133618.896000', '133618.899000', '133618.902000', '133618.904000', '133618.907000', '133618.909000', '133618.912000', '133618.915000', '133618.917000', '133618.920000', '133618.923000', '133618.925000', '133618.928000', '133618.931000', '133618.933000', '133618.936000', '133618.939000', '133618.941000', '133618.944000', '133618.946000', '133618.949000', '133618.952000', '133618.954000', '133618.957000', '133618.959000', '133618.962000', '133618.965000', '133638.830000', '133638.871000', '133638.874000', '133638.876000', '133638.879000', '133638.881000', '133638.884000', '133638.887000', '133638.889000', '133638.892000', '133638.894000', '133638.897000', '133638.899000', '133638.902000', '133638.905000', '133638.907000', '133638.910000', '133638.913000', '133638.915000', '133638.918000', '133638.920000', '133638.923000', '133638.926000', '133638.928000', '133638.931000', '133638.933000', '133638.936000', '133638.938000', '133638.941000', '133638.944000', '133638.947000', '133638.949000', '133638.952000', '133638.955000', '133638.957000', '133638.960000', '133638.963000', '133638.965000', '133638.968000', '133638.971000', '133638.973000', '133638.976000', '133638.978000', '133658.831000', '133658.844000', '133658.858000', '133658.861000', '133658.863000', '133658.866000', '133658.869000', '133658.871000', '133658.874000', '133658.876000', '133658.879000', '133658.882000', '133658.884000', '133658.887000', '133658.890000', '133658.892000', '133658.895000', '133658.898000', '133658.900000', '133658.903000', '133658.905000', '133658.908000', '133658.911000', '133658.913000', '133658.916000', '133658.918000', '133658.921000', '133658.924000', '133658.926000', '133658.929000', '133658.932000', '133658.934000', '133658.937000', '133658.939000', '133658.942000', '133658.945000', '133658.947000', '133658.950000', '133658.952000', '133658.955000', '133658.958000', '133658.960000', '133658.963000', '133658.965000', '133718.831000', '133718.866000', '133718.868000', '133718.871000', '133718.874000', '133718.876000', '133718.879000', '133718.882000', '133718.884000', '133718.887000', '133718.889000', '133718.892000', '133718.895000', '133718.897000', '133718.900000', '133718.902000', '133718.905000', '133718.908000', '133718.910000', '133718.913000', '133718.915000', '133718.918000', '133718.921000', '133718.923000', '133718.926000', '133718.929000', '133718.931000', '133718.934000', '133718.937000', '133718.939000', '133718.942000', '133718.945000', '133718.947000', '133718.950000', '133718.952000', '133718.955000', '133718.958000', '133718.961000', '133718.963000', '133718.966000', '133718.975000', '133718.977000', '133718.980000', '133738.831000', '133738.852000', '133738.855000', '133738.858000', '133738.860000', '133738.863000', '133738.866000', '133738.868000', '133738.871000', '133738.874000', '133738.876000', '133738.879000', '133738.881000', '133738.884000', '133738.887000', '133738.889000', '133738.892000', '133738.895000', '133738.897000', '133738.900000', '133738.902000', '133738.905000', '133738.908000', '133738.910000', '133738.913000', '133738.916000', '133738.918000', '133738.921000', '133738.923000', '133738.926000', '133738.929000', '133738.931000', '133738.934000', '133738.937000', '133738.939000', '133738.942000', '133738.944000', '133738.947000', '133738.950000', '133738.952000', '133738.955000', '133738.958000', '133738.960000', '133738.963000', '133751.649000', '133751.653000', '133751.656000', '133751.659000', '133751.662000', '133751.665000', '133751.668000', '133751.671000', '133751.673000', '133751.676000', '133751.679000', '133751.682000', '133751.685000', '133751.688000', '133751.691000', '133751.694000', '133751.696000', '133751.699000', '133751.702000', '133751.705000', '133751.707000', '133751.710000', '133751.713000', '133751.716000', '133751.718000', '133751.721000', '133751.724000', '133751.727000'], 'InstanceCreationTime': ['132758.863000', '132758.867000', '132758.869000', '132758.872000', '132758.875000', '132758.877000', '132758.885000', '132758.887000', '132758.890000', '132758.892000', '132758.895000', '132758.898000', '132758.900000', '132758.903000', '132758.905000', '132758.908000', '132758.911000', '132758.913000', '132758.916000', '132758.918000', '132758.921000', '132758.923000', '132758.926000', '132758.929000', '132758.931000', '132758.934000', '132758.936000', '132758.939000', '132758.942000', '132758.944000', '132758.947000', '132758.949000', '132758.952000', '132758.954000', '132758.957000', '132758.960000', '132758.962000', '132758.965000', '132758.967000', '132758.970000', '132758.973000', '132758.997000', '132759.001000', '132759.004000', '132759.006000', '132759.009000', '132818.831000', '132818.833000', '132818.836000', '132818.838000', '132818.841000', '132818.844000', '132818.846000', '132818.849000', '132818.851000', '132818.854000', '132818.856000', '132818.859000', '132818.861000', '132818.864000', '132818.867000', '132818.869000', '132818.872000', '132818.874000', '132818.877000', '132818.879000', '132818.882000', '132818.885000', '132818.887000', '132818.890000', '132818.902000', '132818.905000', '132818.908000', '132818.910000', '132818.913000', '132818.915000', '132818.918000', '132818.921000', '132818.923000', '132818.926000', '132818.928000', '132818.931000', '132818.934000', '132818.936000', '132818.939000', '132818.942000', '132818.944000', '132818.947000', '132818.949000', '132838.829000', '132838.832000', '132838.835000', '132838.838000', '132838.840000', '132838.843000', '132838.845000', '132838.848000', '132838.851000', '132838.853000', '132838.856000', '132838.859000', '132838.861000', '132838.864000', '132838.866000', '132838.869000', '132838.871000', '132838.874000', '132838.877000', '132838.879000', '132838.882000', '132838.884000', '132838.887000', '132838.890000', '132838.892000', '132838.895000', '132838.897000', '132838.900000', '132838.903000', '132838.905000', '132838.908000', '132838.910000', '132838.913000', '132838.915000', '132838.918000', '132838.921000', '132838.923000', '132838.926000', '132838.928000', '132838.931000', '132838.934000', '132838.936000', '132838.939000', '132838.942000', '132858.829000', '132858.832000', '132858.835000', '132858.837000', '132858.840000', '132858.843000', '132858.845000', '132858.848000', '132858.851000', '132858.853000', '132858.856000', '132858.859000', '132858.861000', '132858.864000', '132858.866000', '132858.869000', '132858.872000', '132858.874000', '132858.877000', '132858.879000', '132858.882000', '132858.885000', '132858.888000', '132858.890000', '132858.893000', '132858.895000', '132858.898000', '132858.901000', '132858.903000', '132858.906000', '132858.908000', '132858.911000', '132858.914000', '132858.916000', '132858.919000', '132858.921000', '132858.935000', '132858.937000', '132858.940000', '132858.942000', '132858.945000', '132858.948000', '132858.950000', '132918.829000', '132918.832000', '132918.835000', '132918.838000', '132918.840000', '132918.843000', '132918.846000', '132918.848000', '132918.851000', '132918.853000', '132918.856000', '132918.859000', '132918.861000', '132918.864000', '132918.867000', '132918.869000', '132918.872000', '132918.874000', '132918.877000', '132918.880000', '132918.882000', '132918.885000', '132918.887000', '132918.890000', '132918.892000', '132918.895000', '132918.898000', '132918.900000', '132918.903000', '132918.906000', '132918.908000', '132918.911000', '132918.913000', '132918.916000', '132918.919000', '132918.921000', '132918.924000', '132918.927000', '132918.929000', '132918.932000', '132918.934000', '132918.937000', '132918.940000', '132918.942000', '132938.829000', '132938.832000', '132938.835000', '132938.838000', '132938.840000', '132938.843000', '132938.845000', '132938.848000', '132938.851000', '132938.853000', '132938.856000', '132938.859000', '132938.861000', '132938.864000', '132938.866000', '132938.869000', '132938.872000', '132938.874000', '132938.877000', '132938.879000', '132938.882000', '132938.885000', '132938.887000', '132938.890000', '132938.892000', '132938.895000', '132938.898000', '132938.900000', '132938.903000', '132938.906000', '132938.908000', '132938.911000', '132938.914000', '132938.916000', '132938.927000', '132938.930000', '132938.932000', '132938.935000', '132938.938000', '132938.940000', '132938.943000', '132938.945000', '132938.948000', '132958.830000', '132958.835000', '132958.837000', '132958.840000', '132958.843000', '132958.845000', '132958.848000', '132958.850000', '132958.853000', '132958.856000', '132958.858000', '132958.861000', '132958.863000', '132958.866000', '132958.869000', '132958.871000', '132958.874000', '132958.876000', '132958.879000', '132958.882000', '132958.884000', '132958.887000', '132958.889000', '132958.892000', '132958.895000', '132958.897000', '132958.900000', '132958.902000', '132958.905000', '132958.908000', '132958.910000', '132958.913000', '132958.916000', '132958.918000', '132958.921000', '132958.923000', '132958.926000', '132958.929000', '132958.931000', '132958.934000', '132958.937000', '132958.939000', '132958.942000', '132958.944000', '133018.831000', '133018.841000', '133018.844000', '133018.847000', '133018.849000', '133018.852000', '133018.855000', '133018.858000', '133018.860000', '133018.863000', '133018.865000', '133018.868000', '133018.871000', '133018.873000', '133018.876000', '133018.879000', '133018.881000', '133018.884000', '133018.886000', '133018.889000', '133018.892000', '133018.894000', '133018.897000', '133018.900000', '133018.902000', '133018.905000', '133018.907000', '133018.910000', '133018.913000', '133018.915000', '133018.918000', '133018.921000', '133018.923000', '133018.926000', '133018.929000', '133018.931000', '133018.934000', '133018.936000', '133018.939000', '133018.942000', '133018.944000', '133018.947000', '133018.950000', '133038.830000', '133038.833000', '133038.836000', '133038.839000', '133038.841000', '133038.844000', '133038.847000', '133038.849000', '133038.852000', '133038.854000', '133038.857000', '133038.860000', '133038.862000', '133038.865000', '133038.867000', '133038.870000', '133038.873000', '133038.875000', '133038.878000', '133038.881000', '133038.883000', '133038.886000', '133038.889000', '133038.891000', '133038.894000', '133038.896000', '133038.899000', '133038.902000', '133038.904000', '133038.907000', '133038.910000', '133038.912000', '133038.915000', '133038.918000', '133038.920000', '133038.923000', '133038.926000', '133038.928000', '133038.931000', '133038.933000', '133038.936000', '133038.939000', '133038.941000', '133038.944000', '133058.830000', '133058.832000', '133058.835000', '133058.838000', '133058.840000', '133058.843000', '133058.846000', '133058.848000', '133058.851000', '133058.853000', '133058.856000', '133058.859000', '133058.861000', '133058.864000', '133058.867000', '133058.869000', '133058.872000', '133058.875000', '133058.877000', '133058.880000', '133058.883000', '133058.885000', '133058.888000', '133058.891000', '133058.893000', '133058.896000', '133058.899000', '133058.901000', '133058.904000', '133058.906000', '133058.909000', '133058.912000', '133058.914000', '133058.917000', '133058.920000', '133058.922000', '133058.925000', '133058.928000', '133058.930000', '133058.933000', '133058.935000', '133058.938000', '133058.941000', '133118.830000', '133118.832000', '133118.835000', '133118.838000', '133118.840000', '133118.843000', '133118.845000', '133118.848000', '133118.851000', '133118.853000', '133118.856000', '133118.858000', '133118.861000', '133118.864000', '133118.866000', '133118.869000', '133118.872000', '133118.874000', '133118.877000', '133118.879000', '133118.882000', '133118.885000', '133118.887000', '133118.898000', '133118.900000', '133118.903000', '133118.905000', '133118.908000', '133118.911000', '133118.913000', '133118.927000', '133118.930000', '133118.932000', '133118.935000', '133118.937000', '133118.940000', '133118.943000', '133118.945000', '133118.948000', '133118.950000', '133118.953000', '133118.955000', '133118.958000', '133118.961000', '133138.830000', '133138.833000', '133138.835000', '133138.838000', '133138.840000', '133138.843000', '133138.846000', '133138.848000', '133138.851000', '133138.853000', '133138.856000', '133138.859000', '133138.861000', '133138.864000', '133138.866000', '133138.869000', '133138.872000', '133138.874000', '133138.877000', '133138.880000', '133138.882000', '133138.885000', '133138.887000', '133138.890000', '133138.892000', '133138.895000', '133138.898000', '133138.900000', '133138.903000', '133138.906000', '133138.908000', '133138.911000', '133138.913000', '133138.916000', '133138.919000', '133138.921000', '133138.924000', '133138.927000', '133138.929000', '133138.932000', '133138.935000', '133138.937000', '133138.940000', '133158.830000', '133158.832000', '133158.835000', '133158.838000', '133158.840000', '133158.843000', '133158.846000', '133158.848000', '133158.851000', '133158.853000', '133158.856000', '133158.858000', '133158.862000', '133158.865000', '133158.868000', '133158.870000', '133158.873000', '133158.875000', '133158.878000', '133158.881000', '133158.883000', '133158.886000', '133158.888000', '133158.891000', '133158.894000', '133158.896000', '133158.899000', '133158.902000', '133158.904000', '133158.907000', '133158.909000', '133158.912000', '133158.915000', '133158.917000', '133158.920000', '133158.923000', '133158.925000', '133158.928000', '133158.931000', '133158.933000', '133158.936000', '133158.938000', '133158.941000', '133158.944000', '133218.831000', '133218.847000', '133218.850000', '133218.853000', '133218.855000', '133218.858000', '133218.860000', '133218.863000', '133218.866000', '133218.868000', '133218.871000', '133218.873000', '133218.876000', '133218.879000', '133218.881000', '133218.884000', '133218.887000', '133218.889000', '133218.892000', '133218.894000', '133218.897000', '133218.900000', '133218.902000', '133218.905000', '133218.907000', '133218.910000', '133218.913000', '133218.915000', '133218.918000', '133218.921000', '133218.923000', '133218.926000', '133218.929000', '133218.931000', '133218.934000', '133218.936000', '133218.939000', '133218.942000', '133218.944000', '133218.947000', '133218.949000', '133218.952000', '133218.955000', '133238.831000', '133238.848000', '133238.850000', '133238.853000', '133238.856000', '133238.859000', '133238.861000', '133238.864000', '133238.867000', '133238.869000', '133238.872000', '133238.875000', '133238.877000', '133238.880000', '133238.883000', '133238.885000', '133238.888000', '133238.890000', '133238.893000', '133238.896000', '133238.898000', '133238.901000', '133238.903000', '133238.906000', '133238.909000', '133238.911000', '133238.914000', '133238.916000', '133238.919000', '133238.922000', '133238.924000', '133238.927000', '133238.930000', '133238.932000', '133238.935000', '133238.938000', '133238.941000', '133238.943000', '133238.946000', '133238.948000', '133238.951000', '133238.954000', '133238.956000', '133258.831000', '133258.845000', '133258.848000', '133258.851000', '133258.853000', '133258.856000', '133258.858000', '133258.861000', '133258.864000', '133258.866000', '133258.869000', '133258.872000', '133258.874000', '133258.877000', '133258.880000', '133258.882000', '133258.885000', '133258.887000', '133258.890000', '133258.893000', '133258.895000', '133258.903000', '133258.905000', '133258.908000', '133258.910000', '133258.913000', '133258.916000', '133258.918000', '133258.921000', '133258.923000', '133258.926000', '133258.929000', '133258.931000', '133258.934000', '133258.936000', '133258.939000', '133258.942000', '133258.944000', '133258.947000', '133258.949000', '133258.952000', '133258.955000', '133258.957000', '133258.960000', '133318.830000', '133318.832000', '133318.835000', '133318.838000', '133318.840000', '133318.843000', '133318.846000', '133318.848000', '133318.851000', '133318.853000', '133318.856000', '133318.859000', '133318.862000', '133318.864000', '133318.867000', '133318.869000', '133318.872000', '133318.875000', '133318.877000', '133318.880000', '133318.882000', '133318.885000', '133318.888000', '133318.890000', '133318.893000', '133318.896000', '133318.900000', '133318.903000', '133318.906000', '133318.909000', '133318.912000', '133318.914000', '133318.917000', '133318.919000', '133318.922000', '133318.925000', '133318.927000', '133318.930000', '133318.933000', '133318.935000', '133318.938000', '133318.941000', '133318.943000', '133338.830000', '133338.878000', '133338.880000', '133338.883000', '133338.885000', '133338.888000', '133338.891000', '133338.893000', '133338.896000', '133338.898000', '133338.901000', '133338.904000', '133338.906000', '133338.909000', '133338.912000', '133338.914000', '133338.917000', '133338.919000', '133338.922000', '133338.925000', '133338.927000', '133338.930000', '133338.933000', '133338.935000', '133338.938000', '133338.940000', '133338.943000', '133338.946000', '133338.949000', '133338.951000', '133338.954000', '133338.957000', '133338.959000', '133338.962000', '133338.964000', '133338.967000', '133338.970000', '133338.972000', '133338.975000', '133338.978000', '133338.980000', '133338.983000', '133338.985000', '133338.988000', '133358.830000', '133358.849000', '133358.852000', '133358.854000', '133358.857000', '133358.859000', '133358.862000', '133358.865000', '133358.867000', '133358.870000', '133358.872000', '133358.875000', '133358.878000', '133358.881000', '133358.883000', '133358.886000', '133358.889000', '133358.891000', '133358.894000', '133358.897000', '133358.899000', '133358.902000', '133358.904000', '133358.907000', '133358.910000', '133358.912000', '133358.915000', '133358.918000', '133358.920000', '133358.923000', '133358.925000', '133358.928000', '133358.931000', '133358.933000', '133358.936000', '133358.939000', '133358.941000', '133358.944000', '133358.946000', '133358.949000', '133358.952000', '133358.954000', '133358.957000', '133418.830000', '133418.832000', '133418.835000', '133418.838000', '133418.840000', '133418.843000', '133418.846000', '133418.848000', '133418.851000', '133418.861000', '133418.864000', '133418.866000', '133418.869000', '133418.871000', '133418.874000', '133418.877000', '133418.880000', '133418.882000', '133418.885000', '133418.887000', '133418.890000', '133418.893000', '133418.895000', '133418.898000', '133418.900000', '133418.903000', '133418.906000', '133418.908000', '133418.911000', '133418.914000', '133418.916000', '133418.919000', '133418.922000', '133418.924000', '133418.927000', '133418.929000', '133418.932000', '133418.935000', '133418.937000', '133418.940000', '133418.943000', '133418.945000', '133418.948000', '133418.950000', '133438.831000', '133438.833000', '133438.836000', '133438.839000', '133438.842000', '133438.844000', '133438.847000', '133438.849000', '133438.852000', '133438.855000', '133438.857000', '133438.860000', '133438.862000', '133438.865000', '133438.868000', '133438.870000', '133438.873000', '133438.876000', '133438.878000', '133438.881000', '133438.884000', '133438.886000', '133438.889000', '133438.891000', '133438.894000', '133438.897000', '133438.899000', '133438.902000', '133438.905000', '133438.908000', '133438.911000', '133438.913000', '133438.916000', '133438.918000', '133438.921000', '133438.924000', '133438.926000', '133438.929000', '133438.932000', '133438.934000', '133438.937000', '133438.940000', '133438.943000', '133458.831000', '133458.861000', '133458.864000', '133458.866000', '133458.869000', '133458.872000', '133458.874000', '133458.877000', '133458.879000', '133458.882000', '133458.885000', '133458.887000', '133458.890000', '133458.892000', '133458.895000', '133458.898000', '133458.900000', '133458.903000', '133458.905000', '133458.908000', '133458.911000', '133458.914000', '133458.916000', '133458.919000', '133458.921000', '133458.924000', '133458.927000', '133458.929000', '133458.932000', '133458.935000', '133458.937000', '133458.940000', '133458.943000', '133458.945000', '133458.948000', '133458.950000', '133458.953000', '133458.956000', '133458.958000', '133458.961000', '133458.963000', '133458.966000', '133458.969000', '133458.971000', '133518.831000', '133518.841000', '133518.843000', '133518.846000', '133518.849000', '133518.851000', '133518.854000', '133518.856000', '133518.859000', '133518.862000', '133518.864000', '133518.867000', '133518.869000', '133518.872000', '133518.875000', '133518.877000', '133518.880000', '133518.883000', '133518.885000', '133518.888000', '133518.891000', '133518.893000', '133518.896000', '133518.898000', '133518.901000', '133518.904000', '133518.906000', '133518.909000', '133518.912000', '133518.914000', '133518.917000', '133518.920000', '133518.922000', '133518.925000', '133518.928000', '133518.930000', '133518.933000', '133518.935000', '133518.938000', '133518.941000', '133518.943000', '133518.946000', '133518.948000', '133538.830000', '133538.832000', '133538.835000', '133538.837000', '133538.840000', '133538.843000', '133538.846000', '133538.848000', '133538.851000', '133538.854000', '133538.856000', '133538.859000', '133538.861000', '133538.864000', '133538.867000', '133538.869000', '133538.872000', '133538.875000', '133538.877000', '133538.886000', '133538.889000', '133538.891000', '133538.894000', '133538.897000', '133538.899000', '133538.902000', '133538.905000', '133538.907000', '133538.916000', '133538.919000', '133538.922000', '133538.924000', '133538.927000', '133538.930000', '133538.932000', '133538.935000', '133538.937000', '133538.940000', '133538.943000', '133538.945000', '133538.948000', '133538.951000', '133538.953000', '133558.830000', '133558.853000', '133558.856000', '133558.859000', '133558.861000', '133558.864000', '133558.866000', '133558.869000', '133558.872000', '133558.874000', '133558.877000', '133558.879000', '133558.882000', '133558.885000', '133558.887000', '133558.890000', '133558.893000', '133558.895000', '133558.898000', '133558.905000', '133558.907000', '133558.910000', '133558.913000', '133558.915000', '133558.919000', '133558.922000', '133558.925000', '133558.928000', '133558.930000', '133558.933000', '133558.936000', '133558.938000', '133558.941000', '133558.944000', '133558.946000', '133558.949000', '133558.951000', '133558.954000', '133558.957000', '133558.960000', '133558.962000', '133558.965000', '133558.967000', '133558.970000', '133618.830000', '133618.854000', '133618.856000', '133618.859000', '133618.862000', '133618.864000', '133618.867000', '133618.870000', '133618.872000', '133618.875000', '133618.878000', '133618.880000', '133618.883000', '133618.886000', '133618.888000', '133618.891000', '133618.894000', '133618.896000', '133618.899000', '133618.902000', '133618.904000', '133618.907000', '133618.909000', '133618.912000', '133618.915000', '133618.917000', '133618.920000', '133618.923000', '133618.925000', '133618.928000', '133618.931000', '133618.933000', '133618.936000', '133618.939000', '133618.941000', '133618.944000', '133618.946000', '133618.949000', '133618.952000', '133618.954000', '133618.957000', '133618.959000', '133618.962000', '133618.965000', '133638.830000', '133638.871000', '133638.874000', '133638.876000', '133638.879000', '133638.881000', '133638.884000', '133638.887000', '133638.889000', '133638.892000', '133638.894000', '133638.897000', '133638.899000', '133638.902000', '133638.905000', '133638.907000', '133638.910000', '133638.913000', '133638.915000', '133638.918000', '133638.920000', '133638.923000', '133638.926000', '133638.928000', '133638.931000', '133638.933000', '133638.936000', '133638.938000', '133638.941000', '133638.944000', '133638.947000', '133638.949000', '133638.952000', '133638.955000', '133638.957000', '133638.960000', '133638.963000', '133638.965000', '133638.968000', '133638.971000', '133638.973000', '133638.976000', '133638.978000', '133658.831000', '133658.844000', '133658.858000', '133658.861000', '133658.863000', '133658.866000', '133658.869000', '133658.871000', '133658.874000', '133658.876000', '133658.879000', '133658.882000', '133658.884000', '133658.887000', '133658.890000', '133658.892000', '133658.895000', '133658.898000', '133658.900000', '133658.903000', '133658.905000', '133658.908000', '133658.911000', '133658.913000', '133658.916000', '133658.918000', '133658.921000', '133658.924000', '133658.926000', '133658.929000', '133658.932000', '133658.934000', '133658.937000', '133658.939000', '133658.942000', '133658.945000', '133658.947000', '133658.950000', '133658.952000', '133658.955000', '133658.958000', '133658.960000', '133658.963000', '133658.965000', '133718.831000', '133718.866000', '133718.868000', '133718.871000', '133718.874000', '133718.876000', '133718.879000', '133718.882000', '133718.884000', '133718.887000', '133718.889000', '133718.892000', '133718.895000', '133718.897000', '133718.900000', '133718.902000', '133718.905000', '133718.908000', '133718.910000', '133718.913000', '133718.915000', '133718.918000', '133718.921000', '133718.923000', '133718.926000', '133718.929000', '133718.931000', '133718.934000', '133718.937000', '133718.939000', '133718.942000', '133718.945000', '133718.947000', '133718.950000', '133718.952000', '133718.955000', '133718.958000', '133718.961000', '133718.963000', '133718.966000', '133718.975000', '133718.977000', '133718.980000', '133738.831000', '133738.852000', '133738.855000', '133738.858000', '133738.860000', '133738.863000', '133738.866000', '133738.868000', '133738.871000', '133738.874000', '133738.876000', '133738.879000', '133738.881000', '133738.884000', '133738.887000', '133738.889000', '133738.892000', '133738.895000', '133738.897000', '133738.900000', '133738.902000', '133738.905000', '133738.908000', '133738.910000', '133738.913000', '133738.916000', '133738.918000', '133738.921000', '133738.923000', '133738.926000', '133738.929000', '133738.931000', '133738.934000', '133738.937000', '133738.939000', '133738.942000', '133738.944000', '133738.947000', '133738.950000', '133738.952000', '133738.955000', '133738.958000', '133738.960000', '133738.963000', '133751.649000', '133751.653000', '133751.656000', '133751.659000', '133751.662000', '133751.665000', '133751.668000', '133751.671000', '133751.673000', '133751.676000', '133751.679000', '133751.682000', '133751.685000', '133751.688000', '133751.691000', '133751.694000', '133751.696000', '133751.699000', '133751.702000', '133751.705000', '133751.707000', '133751.710000', '133751.713000', '133751.716000', '133751.718000', '133751.721000', '133751.724000', '133751.727000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8369, 10889, 7575, 8375, 9904, 9899, 15131, 11135, 7852, 8005, 9909, 7013, 8046, 11144, 9645, 12876, 13458, 12074, 8013, 15030, 11581, 8062, 10704, 7915, 8050, 10014, 7357, 14130, 12339, 11472, 11537, 7561, 8829, 8846, 7060, 14107, 11790, 14407, 11913, 7206, 10365, 8071, 7397, 11547, 10153, 13661, 11987, 7557, 11058, 6900, 7552, 11143, 10774, 13753, 12051, 7676, 10432, 7068, 7751, 12221, 12519, 14194, 12003, 8486, 10930, 6872, 7647, 11364, 11387, 13654, 12138, 8472, 11289, 7209, 7507, 10625, 7565, 14697, 13088, 11654, 14382, 7881, 7913, 8717, 7538, 12173, 10799, 11593, 13576, 9640, 8962, 9370, 7779, 9051, 8257, 8533, 13438, 11363, 7866, 9659, 7649, 8798, 9956, 9933, 13553, 11736, 8538, 9016, 7009, 10229, 10000, 10002, 14379, 11412, 9193, 8750, 7765, 8846, 7999, 7776, 14650, 9765, 8529, 7758, 7218, 11939, 10640, 12981, 11815, 6999, 9186, 7367, 6921, 11519, 8654, 14329, 12974, 11111, 14319, 8252, 7687, 9029, 8023, 9162, 12682, 11437, 8222, 9022, 7474, 9384, 10027, 9656, 14533, 12664, 8236, 8878, 7186, 11004, 9431, 11719, 14557, 10326, 11794, 8257, 7368, 10181, 7927, 7051, 12360, 8660, 13169, 11641, 11318, 14875, 12145, 10443, 12676, 8179, 7736, 10318, 7202, 10093, 12928, 9402, 7910, 9303, 6911, 7681, 11024, 9043, 13275, 11845, 8716, 14834, 12486, 9299, 13531, 10356, 9649, 13633, 14007, 12656, 11869, 7125, 7111, 9437, 6720, 8054, 13672, 9013, 7514, 10253, 8979, 7220, 13886, 11975, 10011, 13463, 9850, 6968, 11743, 9583, 15391, 14225, 11290, 10772, 7006, 10256, 7456, 8276, 13188, 9773, 13709, 7122, 7259, 8181, 7655, 9491, 9522, 12793, 12016, 8808, 11814, 8058, 7628, 10066, 7611, 14275, 12302, 12978, 12599, 10787, 13075, 7876, 7220, 8318, 6972, 11193, 9830, 10815, 11537, 10581, 11904, 9638, 7175, 10332, 7175, 7786, 12657, 9831, 11371, 10129, 9124, 8566, 6649, 7800, 9396, 9564, 11048, 10513, 7082, 8790, 7134, 7900, 11621, 11971, 12099, 10673, 8401, 8685, 6611, 7177, 10391, 10118, 11687, 11220, 8279, 8670, 6686, 7484, 9075, 10330, 10991, 10976, 6623, 7196, 6355, 9032, 9007, 6976, 11461, 9437, 10057, 6887, 7018, 8710, 8200, 7790, 13373, 9017, 7883, 7142, 7328, 7805, 10496, 10641, 11065, 9741, 8188, 7011, 6866, 9533, 10843, 9561, 13164, 10965, 7901, 7079, 7133, 7543, 6783, 9702, 11344, 10124, 6994, 8291, 6544, 7228, 10343, 8236, 8247, 12603, 11966, 10720, 10539, 7427, 7384, 6189, 6620, 8329, 11349, 10344, 10959, 9587, 6972, 8400, 6432, 7098, 10471, 10711, 8712, 11178, 10196, 7162, 9932, 7327, 7810, 12544, 10178, 13845, 7483, 6746, 7816, 6760, 11590, 12083, 8613, 11841, 6905, 7319, 7065, 8986, 11392, 10457, 9849, 8248, 7571, 6508, 7070, 12726, 11765, 12343, 10370, 6639, 6989, 8248, 6918, 11840, 9998, 11459, 12979, 9527, 10329, 7208, 7024, 7281, 7103, 7236, 13152, 11858, 8755, 12135, 7041, 7319, 9827, 7731, 11221, 11697, 9743, 12543, 7861, 7009, 9431, 7784, 11409, 11337, 9263, 12215, 6638, 6505, 8814, 6432, 11611, 10408, 10845, 10602, 6694, 8236, 6786, 7015, 9911, 10219, 11223, 11160, 7118, 8490, 6998, 6860, 12546, 10965, 9594, 11148, 7252, 7421, 8241, 6998, 12058, 12132, 10213, 11894, 10905, 7470, 7483, 6928, 7342, 10202, 10635, 11208, 10303, 7297, 8131, 6972, 7021, 9877, 10974, 11428, 10743, 6739, 8568, 7674, 6783, 11841, 10069, 11986, 12263, 8909, 8900, 7063, 7342, 8896, 11731, 9876, 11206, 10498, 7472, 9107, 7071, 6498, 11021, 10842, 11660, 11117, 6953, 9096, 6929, 6713, 12047, 10674, 11212, 11507, 6813, 8434, 6622, 6667, 10279, 10880, 10976, 11892, 7156, 6862, 9019, 8988, 10812, 10767, 9694, 8429, 7172, 7146, 7593, 11010, 10383, 12547, 12340, 8497, 8529, 6746, 7275, 10500, 10877, 11785, 11403, 6758, 7825, 6880, 6852, 9042, 10148, 10517, 10448, 6903, 7321, 7242, 6855, 11893, 12159, 9835, 10867, 9396, 6656, 8432, 7470, 7001, 12208, 11557, 10421, 11903, 8800, 6907, 9210, 7273, 8305, 11658, 11102, 9650, 9209, 8538, 7173, 7508, 8539, 6674, 11755, 12431, 9036, 12452, 7502, 6575, 7577, 6703, 7184, 10179, 10808, 11276, 9352, 6621, 7755, 6634, 6853, 9578, 10566, 10714, 10489, 8310, 7258, 9884, 8166, 6769, 11438, 11588, 11863, 10387, 6841, 7392, 6666, 6655, 9456, 11208, 10958, 10619, 7271, 7168, 7110, 6468, 7121, 10004, 10803, 10020, 9186, 7059, 7638, 6280, 6657, 9822, 10792, 8475, 11454, 9819, 6503, 9744, 6549, 10361, 7804, 6873, 13047, 11319, 11142, 8648, 6691, 6574, 7969, 6843, 6979, 8204, 10561, 7892, 12636, 11712, 10775, 11724, 7529, 7103, 9979, 6530, 6601, 10073, 10754, 13615, 9807, 8204, 8525, 7161, 7046, 8807, 9222, 6613, 8419, 6882, 9777, 9327, 7020, 12242, 10144, 12410, 10037, 6670, 11663, 6892, 8590, 7357, 6508, 10221, 6999, 11864, 7430, 6627, 10578, 10546, 11901, 11021, 7508, 8879, 7092, 7276, 7926, 7089, 9790, 11538, 9485, 11440, 10333, 7980, 9889, 7310, 10472, 8876, 7121, 11628, 9309, 8110, 11510, 7850, 11590, 11758, 10365, 12365, 11391, 8306, 7819, 7583, 7011, 6848, 9632, 11798, 10219, 7917, 7542, 7164, 7471, 9778, 11851, 9202, 10766, 9932, 7631, 10271, 8656, 7573, 11160, 7602, 11072, 12402, 9354, 13495, 7504, 7206, 6719, 6942, 7166, 10172, 8855, 11092, 11274, 11322, 9689, 7416, 8523, 7456, 7267, 8551, 7455, 9349, 8201, 12322, 9432, 7223, 11998, 11413, 9656, 7676, 7440, 7613, 6674, 7032, 11421, 12097, 9204, 10237, 7212, 7267, 7459, 7462, 11484, 10264, 10962, 11740, 8290, 12036, 7451, 7137, 8827, 7544, 11859, 12390, 9251, 10602, 7262, 7392, 7175, 7266, 11189, 10014, 12128, 11181, 8826, 11824, 7530, 7185, 7245, 7305, 10457, 10205, 9682, 11598, 7933, 9312, 7590, 7075, 9637, 9462, 11400, 11293, 8520, 11104, 8128, 7584, 8722, 7297, 11428, 9975, 7182, 12164, 11155, 10492, 10203, 7131, 8083, 6810, 6973, 8715, 10333, 11207, 9561, 7235, 7561, 7811, 7228, 10377, 8782, 11605, 9177, 6934, 7216, 7492, 7168, 10276, 8860, 11444, 10061, 7511, 7371, 7571, 7005, 7838, 7171, 11077, 7754, 9853, 11285, 8857, 11697, 8106, 8701, 6922, 7473, 7281, 7903, 9531, 10439, 8237, 9163, 6935, 6611, 7057, 6977, 9173, 11531, 8548, 11573, 7467, 6646, 6809, 7168, 8258, 10061, 7174, 11038, 9861, 10418, 10082, 7934, 7396, 6844, 7408, 10369, 10901, 10233, 10144, 7525, 7036, 6544, 7391, 10270, 9118, 9634, 11141, 8017, 9397, 7103, 7199, 7892, 7226, 6848, 10402, 10285, 9853, 10335, 7594, 7917, 6931, 7190, 8271, 7864, 9457, 10505, 7422, 11815, 7254, 7206, 6947, 7228, 8746, 10775, 8075, 10212, 6954, 6857, 6556, 7457, 8531, 10038, 7748, 10626, 7434, 6838, 6825, 7815, 9218, 9822, 8288, 9913, 8251, 9357, 6766, 7432, 7765, 7428, 6351, 9110, 6588, 10627, 10560, 9128, 10090, 8022, 7447, 7070, 7601, 8958, 7176, 7614, 9055, 7043, 11704, 8295, 9216, 10093, 9402, 12024, 6983, 7329, 7961, 6747, 6559, 8752, 8627, 8982, 10659, 9285, 10820, 9777, 7641, 7053, 7386, 7671, 9390, 10183, 9058, 9503, 8096, 6851, 7407, 7355, 9347, 11046, 9578, 11018, 8461, 7163, 7060, 7353, 7374, 9497, 7361, 10861, 7618, 7562, 7325, 6949, 8105, 7200, 7376, 9958, 7795, 11349, 7813, 6568, 6937, 7148, 7974, 9378, 7409, 10465, 7415, 9314, 6915, 7442, 7443, 7838, 7659, 9953, 8056, 9603, 6878, 7566, 7674, 7022, 6995, 10119, 9423, 10683, 8859, 7441, 7699, 7230, 6592, 7153, 6987, 9931, 8233, 7724, 10522, 8086, 10318, 6856, 7215, 6887, 6947, 6675, 10447, 10135, 9269, 10335, 7641, 6775, 6823, 6977, 8153, 9287, 8702, 9920, 7291, 7492, 9341, 7426, 8112, 12655, 11621, 10100, 13067, 8556, 7451, 9703, 8138, 7503, 6654, 6915, 10560, 12475, 12685, 7125, 7236, 6926, 7676, 7898, 8673, 8178, 7868, 12823, 13238, 11582, 10760, 7917, 8342, 8292, 7832, 8429, 8418, 11423, 12850, 9620, 12241, 8449, 8493, 10465, 8569, 11871, 9687, 12132, 12052, 10055, 13915, 7768, 7480, 8012, 8525, 12335, 10803, 7877, 8067, 7397, 7351, 7948, 7826, 11082, 12381, 10573, 12206, 7728, 7667, 10242, 8581, 8767, 10679, 10439, 12362, 11596, 9054, 7746, 8036, 8259, 7865, 8303, 8116, 11037, 8865, 8054, 13287, 10369, 7672, 13319, 11500, 8587, 11510, 7861, 7550, 8053, 7210, 9072, 11151, 13009, 9631, 7813, 7014, 7625, 7827, 8917, 10685, 8718, 11686, 7780, 7366, 7173, 7751, 7736, 10631, 7813, 11860, 8899, 9415, 12815, 11610, 10108, 11321, 7995, 7665, 7234, 8304, 8079, 9395, 7728, 7900, 12542, 13158, 10117, 12026, 7798, 7782, 7857, 7771, 7946, 8668, 10550, 10841, 11561, 7796, 7335, 7137, 7674, 8634, 9744, 8345, 7259, 7424, 7606, 8359, 7845, 7592, 12296, 12116, 10067, 6309, 7615, 7773, 7836, 7511, 7450, 10800, 8895, 7358, 12604, 11411, 8271, 9168, 6561, 6972, 6599, 6356, 7390, 7869, 8139, 8282, 7782, 7696, 9497, 8404, 12092, 10227, 9826, 12805, 10667, 14244, 11800, 7004, 6688, 7224, 9240, 7768, 7324, 9185, 8604, 8877, 11585, 11479, 8803, 7234, 6869, 6539, 7183, 6771, 9709, 11510, 10544, 11303, 8426, 7957, 6796, 10229, 8148, 9760, 11110, 7102, 10549, 7510, 6573, 12324, 7999], 'WindowCenter': [3954.0, 3981.0, 3926.0, 3924.0, 3944.0, 3945.0, 3986.0, 3966.0, 3925.0, 3924.0, 3941.0, 3890.0, 3911.0, 3950.0, 3931.0, 3961.0, 3959.0, 3948.0, 3897.0, 3969.0, 3950.0, 3910.0, 3938.0, 3896.0, 3895.0, 3916.0, 3886.0, 3958.0, 3951.0, 3951.0, 3951.0, 3900.0, 3920.0, 3917.0, 3874.0, 3945.0, 3937.0, 3958.0, 3938.0, 3887.0, 3927.0, 3894.0, 3874.0, 3936.0, 3927.0, 3958.0, 3937.0, 3887.0, 3937.0, 3875.0, 3885.0, 3937.0, 3939.0, 3961.0, 3961.0, 3900.0, 3939.0, 3888.0, 3896.0, 3948.0, 3949.0, 3959.0, 3950.0, 3919.0, 3939.0, 3877.0, 3896.0, 3948.0, 3949.0, 3960.0, 3950.0, 3908.0, 3949.0, 3886.0, 3886.0, 3926.0, 3885.0, 3956.0, 3949.0, 3938.0, 3970.0, 3908.0, 3898.0, 3907.0, 3885.0, 3945.0, 3938.0, 3938.0, 3960.0, 3930.0, 3931.0, 3930.0, 3899.0, 3916.0, 3906.0, 3907.0, 3960.0, 3952.0, 3912.0, 3942.0, 3911.0, 3920.0, 3929.0, 3929.0, 3960.0, 3950.0, 3919.0, 3918.0, 3876.0, 3926.0, 3915.0, 3915.0, 3956.0, 3937.0, 3915.0, 3904.0, 3885.0, 3905.0, 3895.0, 3885.0, 3969.0, 3929.0, 3919.0, 3897.0, 3885.0, 3947.0, 3926.0, 3947.0, 3937.0, 3873.0, 3915.0, 3874.0, 3872.0, 3934.0, 3906.0, 3956.0, 3960.0, 3949.0, 3971.0, 3920.0, 3909.0, 3918.0, 3908.0, 3930.0, 3961.0, 3952.0, 3921.0, 3932.0, 3900.0, 3918.0, 3926.0, 3917.0, 3957.0, 3948.0, 3896.0, 3906.0, 3873.0, 3922.0, 3904.0, 3933.0, 3945.0, 3914.0, 3934.0, 3894.0, 3884.0, 3924.0, 3893.0, 3872.0, 3945.0, 3905.0, 3946.0, 3948.0, 3938.0, 3958.0, 3948.0, 3937.0, 3958.0, 3906.0, 3896.0, 3926.0, 3886.0, 3928.0, 3962.0, 3931.0, 3910.0, 3942.0, 3900.0, 3897.0, 3937.0, 3906.0, 3946.0, 3934.0, 3894.0, 3956.0, 3947.0, 3905.0, 3946.0, 3913.0, 3914.0, 3957.0, 3957.0, 3947.0, 3949.0, 3888.0, 3889.0, 3928.0, 3876.0, 3896.0, 3970.0, 3931.0, 3911.0, 3965.0, 3945.0, 3914.0, 3984.0, 3975.0, 3956.0, 3985.0, 3955.0, 3901.0, 3960.0, 3930.0, 3968.0, 3961.0, 3936.0, 3925.0, 3874.0, 3912.0, 3870.0, 3891.0, 3945.0, 3912.0, 3944.0, 3871.0, 3871.0, 3890.0, 3882.0, 3912.0, 3914.0, 3945.0, 3947.0, 3917.0, 3947.0, 3895.0, 3896.0, 3913.0, 3883.0, 3954.0, 3946.0, 3945.0, 3947.0, 3937.0, 3957.0, 3906.0, 3882.0, 3893.0, 3873.0, 3935.0, 3928.0, 3949.0, 3950.0, 3951.0, 3961.0, 3941.0, 3896.0, 3938.0, 3875.0, 3895.0, 3958.0, 3927.0, 3949.0, 3939.0, 3929.0, 3920.0, 3889.0, 3907.0, 3927.0, 3928.0, 3949.0, 3937.0, 3885.0, 3930.0, 3898.0, 3918.0, 3949.0, 3958.0, 3949.0, 3938.0, 3907.0, 3918.0, 3876.0, 3885.0, 3926.0, 3927.0, 3936.0, 3937.0, 3905.0, 3904.0, 3873.0, 3884.0, 3914.0, 3926.0, 3935.0, 3937.0, 3875.0, 3874.0, 3863.0, 3903.0, 3915.0, 3873.0, 3934.0, 3913.0, 3924.0, 3873.0, 3884.0, 3903.0, 3904.0, 3895.0, 3959.0, 3918.0, 3908.0, 3899.0, 3900.0, 3907.0, 3938.0, 3939.0, 3949.0, 3926.0, 3906.0, 3885.0, 3872.0, 3912.0, 3922.0, 3913.0, 3946.0, 3924.0, 3893.0, 3872.0, 3873.0, 3894.0, 3873.0, 3914.0, 3935.0, 3938.0, 3887.0, 3918.0, 3864.0, 3882.0, 3923.0, 3893.0, 3890.0, 3946.0, 3948.0, 3923.0, 3925.0, 3885.0, 3883.0, 3852.0, 3861.0, 3892.0, 3934.0, 3926.0, 3936.0, 3926.0, 3887.0, 3918.0, 3876.0, 3886.0, 3933.0, 3936.0, 3917.0, 3949.0, 3939.0, 3886.0, 3938.0, 3897.0, 3881.0, 3943.0, 3912.0, 3943.0, 3871.0, 3860.0, 3881.0, 3858.0, 3921.0, 3933.0, 3904.0, 3947.0, 3897.0, 3895.0, 3884.0, 3914.0, 3948.0, 3938.0, 3927.0, 3905.0, 3896.0, 3863.0, 3872.0, 3944.0, 3936.0, 3934.0, 3912.0, 3861.0, 3858.0, 3887.0, 3858.0, 3919.0, 3899.0, 3920.0, 3931.0, 3910.0, 3923.0, 3881.0, 3872.0, 3882.0, 3872.0, 3883.0, 3945.0, 3948.0, 3917.0, 3960.0, 3884.0, 3894.0, 3925.0, 3883.0, 3922.0, 3934.0, 3914.0, 3944.0, 3893.0, 3872.0, 3912.0, 3883.0, 3922.0, 3924.0, 3902.0, 3934.0, 3862.0, 3851.0, 3902.0, 3850.0, 3922.0, 3912.0, 3921.0, 3909.0, 3858.0, 3890.0, 3860.0, 3870.0, 3912.0, 3924.0, 3935.0, 3937.0, 3885.0, 3918.0, 3887.0, 3877.0, 3957.0, 3938.0, 3914.0, 3937.0, 3895.0, 3886.0, 3905.0, 3874.0, 3943.0, 3934.0, 3922.0, 3934.0, 3936.0, 3884.0, 3884.0, 3873.0, 3883.0, 3920.0, 3923.0, 3923.0, 3922.0, 3884.0, 3894.0, 3873.0, 3872.0, 3925.0, 3934.0, 3935.0, 3936.0, 3873.0, 3915.0, 3894.0, 3874.0, 3946.0, 3926.0, 3946.0, 3947.0, 3917.0, 3915.0, 3885.0, 3885.0, 3914.0, 3946.0, 3925.0, 3937.0, 3938.0, 3886.0, 3917.0, 3885.0, 3864.0, 3937.0, 3936.0, 3933.0, 3936.0, 3874.0, 3904.0, 3872.0, 3861.0, 3934.0, 3924.0, 3922.0, 3924.0, 3862.0, 3890.0, 3860.0, 3871.0, 3924.0, 3936.0, 3937.0, 3959.0, 3889.0, 3888.0, 3928.0, 3929.0, 3948.0, 3937.0, 3929.0, 3910.0, 3887.0, 3888.0, 3895.0, 3936.0, 3924.0, 3945.0, 3947.0, 3906.0, 3904.0, 3864.0, 3882.0, 3924.0, 3924.0, 3934.0, 3923.0, 3861.0, 3883.0, 3872.0, 3861.0, 3915.0, 3936.0, 3936.0, 3937.0, 3886.0, 3885.0, 3885.0, 3875.0, 3946.0, 3945.0, 3928.0, 3939.0, 3918.0, 3888.0, 3907.0, 3897.0, 3886.0, 3946.0, 3949.0, 3939.0, 3962.0, 3930.0, 3899.0, 3929.0, 3897.0, 3919.0, 3950.0, 3950.0, 3942.0, 3929.0, 3929.0, 3898.0, 3895.0, 3906.0, 3876.0, 3934.0, 3947.0, 3915.0, 3948.0, 3886.0, 3874.0, 3894.0, 3874.0, 3872.0, 3924.0, 3936.0, 3948.0, 3928.0, 3886.0, 3896.0, 3875.0, 3876.0, 3925.0, 3937.0, 3936.0, 3938.0, 3908.0, 3897.0, 3925.0, 3904.0, 3874.0, 3936.0, 3937.0, 3934.0, 3924.0, 3873.0, 3885.0, 3863.0, 3861.0, 3913.0, 3935.0, 3934.0, 3925.0, 3885.0, 3884.0, 3884.0, 3863.0, 3885.0, 3926.0, 3936.0, 3927.0, 3929.0, 3887.0, 3896.0, 3876.0, 3876.0, 3926.0, 3937.0, 3903.0, 3946.0, 3927.0, 3876.0, 3926.0, 3864.0, 3925.0, 3884.0, 3861.0, 3961.0, 3938.0, 3937.0, 3905.0, 3873.0, 3872.0, 3893.0, 3860.0, 3872.0, 3903.0, 3936.0, 3907.0, 3960.0, 3962.0, 3950.0, 3948.0, 3895.0, 3873.0, 3911.0, 3849.0, 3858.0, 3914.0, 3936.0, 3944.0, 3913.0, 3906.0, 3905.0, 3885.0, 3873.0, 3902.0, 3913.0, 3861.0, 3905.0, 3886.0, 3927.0, 3926.0, 3887.0, 3948.0, 3925.0, 3932.0, 3900.0, 3835.0, 3906.0, 3844.0, 3875.0, 3855.0, 3834.0, 3897.0, 3856.0, 3918.0, 3856.0, 3845.0, 3910.0, 3920.0, 3932.0, 3922.0, 3871.0, 3915.0, 3885.0, 3895.0, 3894.0, 3873.0, 3925.0, 3944.0, 3927.0, 3949.0, 3951.0, 3909.0, 3938.0, 3898.0, 3936.0, 3900.0, 3871.0, 3933.0, 3913.0, 3894.0, 3934.0, 3894.0, 3935.0, 3945.0, 3926.0, 3946.0, 3932.0, 3893.0, 3881.0, 3882.0, 3871.0, 3873.0, 3925.0, 3946.0, 3939.0, 3908.0, 3909.0, 3897.0, 3896.0, 3924.0, 3945.0, 3929.0, 3950.0, 3939.0, 3909.0, 3937.0, 3917.0, 3894.0, 3935.0, 3881.0, 3923.0, 3947.0, 3917.0, 3970.0, 3897.0, 3895.0, 3873.0, 3869.0, 3873.0, 3923.0, 3903.0, 3935.0, 3938.0, 3950.0, 3929.0, 3896.0, 3916.0, 3884.0, 3869.0, 3888.0, 3871.0, 3901.0, 3905.0, 3947.0, 3915.0, 3883.0, 3935.0, 3934.0, 3915.0, 3893.0, 3883.0, 3891.0, 3872.0, 3874.0, 3945.0, 3948.0, 3928.0, 3938.0, 3899.0, 3895.0, 3886.0, 3885.0, 3932.0, 3925.0, 3924.0, 3946.0, 3905.0, 3947.0, 3884.0, 3873.0, 3903.0, 3882.0, 3934.0, 3945.0, 3913.0, 3924.0, 3882.0, 3882.0, 3870.0, 3871.0, 3921.0, 3924.0, 3932.0, 3936.0, 3913.0, 3946.0, 3894.0, 3871.0, 3881.0, 3882.0, 3922.0, 3922.0, 3913.0, 3946.0, 3907.0, 3928.0, 3895.0, 3884.0, 3912.0, 3914.0, 3933.0, 3935.0, 3903.0, 3948.0, 3908.0, 3896.0, 3904.0, 3884.0, 3934.0, 3914.0, 3871.0, 3944.0, 3933.0, 3923.0, 3927.0, 3883.0, 3894.0, 3861.0, 3869.0, 3902.0, 3923.0, 3934.0, 3927.0, 3884.0, 3894.0, 3895.0, 3881.0, 3922.0, 3903.0, 3936.0, 3917.0, 3884.0, 3884.0, 3885.0, 3873.0, 3922.0, 3913.0, 3946.0, 3927.0, 3885.0, 3884.0, 3894.0, 3872.0, 3881.0, 3870.0, 3932.0, 3882.0, 3911.0, 3923.0, 3903.0, 3934.0, 3892.0, 3901.0, 3858.0, 3868.0, 3868.0, 3880.0, 3899.0, 3922.0, 3892.0, 3914.0, 3884.0, 3873.0, 3873.0, 3874.0, 3912.0, 3933.0, 3903.0, 3947.0, 3896.0, 3876.0, 3886.0, 3887.0, 3904.0, 3924.0, 3870.0, 3933.0, 3924.0, 3936.0, 3938.0, 3907.0, 3898.0, 3874.0, 3883.0, 3924.0, 3935.0, 3924.0, 3925.0, 3896.0, 3885.0, 3864.0, 3884.0, 3921.0, 3914.0, 3913.0, 3936.0, 3892.0, 3916.0, 3870.0, 3884.0, 3893.0, 3883.0, 3861.0, 3923.0, 3923.0, 3925.0, 3928.0, 3898.0, 3906.0, 3873.0, 3873.0, 3892.0, 3892.0, 3912.0, 3922.0, 3881.0, 3947.0, 3884.0, 3884.0, 3872.0, 3882.0, 3888.0, 3922.0, 3892.0, 3925.0, 3874.0, 3870.0, 3862.0, 3884.0, 3901.0, 3911.0, 3882.0, 3925.0, 3882.0, 3873.0, 3873.0, 3895.0, 3912.0, 3924.0, 3892.0, 3915.0, 3902.0, 3915.0, 3862.0, 3883.0, 3881.0, 3871.0, 3850.0, 3901.0, 3861.0, 3924.0, 3936.0, 3914.0, 3926.0, 3894.0, 3884.0, 3871.0, 3881.0, 3903.0, 3872.0, 3882.0, 3903.0, 3873.0, 3935.0, 3905.0, 3914.0, 3925.0, 3914.0, 3934.0, 3872.0, 3882.0, 3893.0, 3861.0, 3860.0, 3916.0, 3930.0, 3927.0, 3938.0, 3929.0, 3948.0, 3939.0, 3907.0, 3885.0, 3897.0, 3896.0, 3914.0, 3937.0, 3917.0, 3928.0, 3908.0, 3888.0, 3899.0, 3884.0, 3913.0, 3936.0, 3915.0, 3937.0, 3904.0, 3886.0, 3886.0, 3883.0, 3882.0, 3915.0, 3872.0, 3933.0, 3894.0, 3895.0, 3882.0, 3874.0, 3893.0, 3873.0, 3869.0, 3912.0, 3882.0, 3922.0, 3881.0, 3861.0, 3870.0, 3872.0, 3881.0, 3903.0, 3871.0, 3925.0, 3882.0, 3914.0, 3874.0, 3883.0, 3869.0, 3882.0, 3880.0, 3912.0, 3894.0, 3914.0, 3864.0, 3894.0, 3882.0, 3872.0, 3871.0, 3921.0, 3914.0, 3924.0, 3906.0, 3885.0, 3893.0, 3885.0, 3872.0, 3859.0, 3870.0, 3912.0, 3892.0, 3882.0, 3923.0, 3895.0, 3926.0, 3861.0, 3882.0, 3870.0, 3870.0, 3860.0, 3924.0, 3925.0, 3915.0, 3926.0, 3897.0, 3876.0, 3874.0, 3885.0, 3894.0, 3927.0, 3918.0, 3950.0, 3900.0, 3911.0, 3940.0, 3900.0, 3907.0, 3957.0, 3945.0, 3928.0, 3957.0, 3921.0, 3896.0, 3926.0, 3895.0, 3884.0, 3860.0, 3859.0, 3912.0, 3934.0, 3932.0, 3860.0, 3881.0, 3872.0, 3882.0, 3893.0, 3901.0, 3892.0, 3894.0, 3958.0, 3962.0, 3935.0, 3924.0, 3883.0, 3890.0, 3891.0, 3880.0, 3889.0, 3895.0, 3934.0, 3958.0, 3925.0, 3959.0, 3919.0, 3915.0, 3936.0, 3903.0, 3933.0, 3914.0, 3932.0, 3933.0, 3915.0, 3957.0, 3897.0, 3871.0, 3881.0, 3891.0, 3932.0, 3924.0, 3894.0, 3897.0, 3896.0, 3886.0, 3895.0, 3895.0, 3938.0, 3948.0, 3939.0, 3950.0, 3897.0, 3883.0, 3913.0, 3890.0, 3893.0, 3925.0, 3924.0, 3937.0, 3939.0, 3917.0, 3885.0, 3880.0, 3875.0, 3877.0, 3879.0, 3892.0, 3937.0, 3918.0, 3908.0, 3959.0, 3926.0, 3882.0, 3931.0, 3909.0, 3876.0, 3906.0, 3868.0, 3869.0, 3880.0, 3871.0, 3904.0, 3925.0, 3948.0, 3914.0, 3894.0, 3886.0, 3896.0, 3883.0, 3901.0, 3922.0, 3906.0, 3949.0, 3896.0, 3896.0, 3886.0, 3884.0, 3882.0, 3913.0, 3871.0, 3922.0, 3904.0, 3905.0, 3934.0, 3925.0, 3913.0, 3924.0, 3890.0, 3884.0, 3869.0, 3892.0, 3883.0, 3902.0, 3880.0, 3892.0, 3946.0, 3959.0, 3926.0, 3946.0, 3894.0, 3894.0, 3889.0, 3879.0, 3880.0, 3902.0, 3928.0, 3935.0, 3948.0, 3896.0, 3884.0, 3872.0, 3881.0, 3903.0, 3912.0, 3891.0, 3867.0, 3870.0, 3877.0, 3888.0, 3878.0, 3894.0, 3944.0, 3935.0, 3913.0, 3847.0, 3878.0, 3881.0, 3880.0, 3871.0, 3871.0, 3922.0, 3901.0, 3883.0, 3957.0, 3952.0, 3920.0, 3932.0, 3888.0, 3900.0, 3889.0, 3879.0, 3913.0, 3937.0, 3940.0, 3934.0, 3913.0, 3914.0, 3933.0, 3912.0, 3938.0, 3917.0, 3903.0, 3937.0, 3913.0, 3934.0, 3911.0, 3848.0, 3848.0, 3870.0, 3890.0, 3869.0, 3860.0, 3902.0, 3892.0, 3906.0, 3934.0, 3938.0, 3921.0, 3899.0, 3877.0, 3865.0, 3876.0, 3873.0, 3928.0, 3951.0, 3940.0, 3964.0, 3932.0, 3921.0, 3874.0, 3926.0, 3893.0, 3914.0, 3926.0, 3870.0, 3923.0, 3870.0, 3861.0, 3933.0, 3886.0], 'WindowWidth': [8847.0, 8878.0, 8798.0, 8787.0, 8811.0, 8814.0, 8870.0, 8844.0, 8787.0, 8783.0, 8802.0, 8732.0, 8762.0, 8812.0, 8787.0, 8829.0, 8819.0, 8801.0, 8733.0, 8833.0, 8808.0, 8756.0, 8791.0, 8734.0, 8729.0, 8756.0, 8721.0, 8816.0, 8811.0, 8810.0, 8813.0, 8747.0, 8770.0, 8761.0, 8701.0, 8794.0, 8786.0, 8816.0, 8788.0, 8721.0, 8772.0, 8728.0, 8700.0, 8784.0, 8775.0, 8817.0, 8789.0, 8722.0, 8787.0, 8704.0, 8716.0, 8788.0, 8795.0, 8826.0, 8827.0, 8745.0, 8795.0, 8727.0, 8733.0, 8803.0, 8807.0, 8820.0, 8809.0, 8769.0, 8794.0, 8710.0, 8734.0, 8804.0, 8808.0, 8823.0, 8810.0, 8753.0, 8807.0, 8722.0, 8719.0, 8772.0, 8717.0, 8812.0, 8808.0, 8792.0, 8838.0, 8752.0, 8739.0, 8748.0, 8717.0, 8795.0, 8790.0, 8791.0, 8825.0, 8787.0, 8788.0, 8787.0, 8743.0, 8761.0, 8748.0, 8750.0, 8825.0, 8817.0, 8765.0, 8806.0, 8764.0, 8771.0, 8782.0, 8782.0, 8823.0, 8811.0, 8769.0, 8765.0, 8708.0, 8770.0, 8755.0, 8755.0, 8812.0, 8786.0, 8755.0, 8741.0, 8717.0, 8742.0, 8732.0, 8717.0, 8834.0, 8781.0, 8768.0, 8737.0, 8719.0, 8801.0, 8773.0, 8800.0, 8789.0, 8701.0, 8756.0, 8698.0, 8695.0, 8780.0, 8744.0, 8810.0, 8822.0, 8807.0, 8840.0, 8774.0, 8759.0, 8769.0, 8755.0, 8785.0, 8829.0, 8819.0, 8777.0, 8792.0, 8747.0, 8765.0, 8775.0, 8762.0, 8817.0, 8804.0, 8732.0, 8745.0, 8700.0, 8760.0, 8738.0, 8774.0, 8796.0, 8753.0, 8779.0, 8726.0, 8714.0, 8764.0, 8724.0, 8695.0, 8793.0, 8742.0, 8798.0, 8804.0, 8792.0, 8819.0, 8807.0, 8790.0, 8818.0, 8747.0, 8735.0, 8774.0, 8723.0, 8779.0, 8830.0, 8791.0, 8764.0, 8807.0, 8749.0, 8739.0, 8789.0, 8745.0, 8796.0, 8779.0, 8726.0, 8808.0, 8797.0, 8741.0, 8795.0, 8748.0, 8753.0, 8813.0, 8817.0, 8801.0, 8808.0, 8728.0, 8732.0, 8780.0, 8709.0, 8735.0, 8838.0, 8789.0, 8768.0, 8845.0, 8818.0, 8775.0, 8866.0, 8857.0, 8832.0, 8869.0, 8828.0, 8754.0, 8828.0, 8788.0, 8835.0, 8830.0, 8787.0, 8770.0, 8700.0, 8747.0, 8692.0, 8719.0, 8794.0, 8747.0, 8791.0, 8693.0, 8693.0, 8716.0, 8708.0, 8748.0, 8755.0, 8795.0, 8803.0, 8763.0, 8803.0, 8733.0, 8733.0, 8750.0, 8710.0, 8804.0, 8799.0, 8795.0, 8804.0, 8788.0, 8817.0, 8748.0, 8712.0, 8724.0, 8698.0, 8784.0, 8779.0, 8812.0, 8815.0, 8819.0, 8831.0, 8802.0, 8741.0, 8793.0, 8706.0, 8730.0, 8820.0, 8779.0, 8809.0, 8798.0, 8783.0, 8774.0, 8733.0, 8753.0, 8778.0, 8781.0, 8813.0, 8794.0, 8725.0, 8788.0, 8746.0, 8772.0, 8812.0, 8824.0, 8811.0, 8794.0, 8752.0, 8767.0, 8709.0, 8720.0, 8774.0, 8777.0, 8789.0, 8790.0, 8744.0, 8743.0, 8702.0, 8716.0, 8757.0, 8774.0, 8786.0, 8790.0, 8707.0, 8703.0, 8689.0, 8738.0, 8757.0, 8701.0, 8782.0, 8752.0, 8768.0, 8700.0, 8716.0, 8738.0, 8745.0, 8733.0, 8824.0, 8770.0, 8758.0, 8747.0, 8748.0, 8756.0, 8796.0, 8797.0, 8810.0, 8778.0, 8750.0, 8719.0, 8700.0, 8750.0, 8765.0, 8751.0, 8799.0, 8768.0, 8724.0, 8699.0, 8700.0, 8730.0, 8702.0, 8756.0, 8786.0, 8793.0, 8729.0, 8769.0, 8692.0, 8712.0, 8765.0, 8725.0, 8718.0, 8799.0, 8804.0, 8767.0, 8771.0, 8719.0, 8713.0, 8671.0, 8681.0, 8723.0, 8781.0, 8775.0, 8790.0, 8776.0, 8728.0, 8768.0, 8710.0, 8724.0, 8782.0, 8790.0, 8765.0, 8810.0, 8796.0, 8725.0, 8794.0, 8739.0, 8709.0, 8794.0, 8747.0, 8789.0, 8692.0, 8676.0, 8705.0, 8673.0, 8757.0, 8779.0, 8744.0, 8804.0, 8740.0, 8737.0, 8717.0, 8756.0, 8807.0, 8793.0, 8779.0, 8749.0, 8736.0, 8691.0, 8700.0, 8792.0, 8787.0, 8779.0, 8748.0, 8677.0, 8671.0, 8708.0, 8668.0, 8748.0, 8724.0, 8752.0, 8771.0, 8744.0, 8763.0, 8709.0, 8699.0, 8712.0, 8697.0, 8715.0, 8798.0, 8806.0, 8765.0, 8824.0, 8721.0, 8733.0, 8771.0, 8714.0, 8762.0, 8780.0, 8753.0, 8794.0, 8725.0, 8698.0, 8750.0, 8712.0, 8759.0, 8767.0, 8736.0, 8779.0, 8683.0, 8667.0, 8736.0, 8663.0, 8759.0, 8745.0, 8758.0, 8741.0, 8671.0, 8716.0, 8679.0, 8690.0, 8750.0, 8769.0, 8784.0, 8788.0, 8721.0, 8767.0, 8727.0, 8712.0, 8819.0, 8793.0, 8757.0, 8791.0, 8736.0, 8724.0, 8746.0, 8703.0, 8792.0, 8781.0, 8762.0, 8783.0, 8787.0, 8717.0, 8717.0, 8701.0, 8711.0, 8758.0, 8763.0, 8766.0, 8762.0, 8716.0, 8729.0, 8702.0, 8699.0, 8770.0, 8782.0, 8784.0, 8787.0, 8703.0, 8760.0, 8732.0, 8705.0, 8800.0, 8774.0, 8801.0, 8805.0, 8763.0, 8763.0, 8721.0, 8719.0, 8757.0, 8800.0, 8770.0, 8790.0, 8792.0, 8722.0, 8765.0, 8721.0, 8691.0, 8789.0, 8788.0, 8782.0, 8786.0, 8703.0, 8741.0, 8697.0, 8680.0, 8780.0, 8766.0, 8760.0, 8765.0, 8683.0, 8718.0, 8678.0, 8695.0, 8768.0, 8788.0, 8790.0, 8822.0, 8732.0, 8730.0, 8784.0, 8784.0, 8807.0, 8793.0, 8785.0, 8759.0, 8727.0, 8729.0, 8735.0, 8788.0, 8771.0, 8799.0, 8801.0, 8745.0, 8742.0, 8688.0, 8710.0, 8766.0, 8766.0, 8780.0, 8766.0, 8681.0, 8712.0, 8697.0, 8680.0, 8759.0, 8787.0, 8788.0, 8791.0, 8722.0, 8721.0, 8720.0, 8708.0, 8801.0, 8801.0, 8781.0, 8797.0, 8767.0, 8730.0, 8754.0, 8740.0, 8725.0, 8801.0, 8810.0, 8797.0, 8833.0, 8790.0, 8749.0, 8788.0, 8740.0, 8774.0, 8814.0, 8815.0, 8806.0, 8786.0, 8787.0, 8745.0, 8737.0, 8748.0, 8708.0, 8782.0, 8802.0, 8759.0, 8808.0, 8723.0, 8706.0, 8730.0, 8702.0, 8698.0, 8766.0, 8786.0, 8807.0, 8781.0, 8726.0, 8737.0, 8708.0, 8711.0, 8774.0, 8793.0, 8792.0, 8796.0, 8755.0, 8741.0, 8774.0, 8744.0, 8703.0, 8786.0, 8789.0, 8782.0, 8769.0, 8702.0, 8719.0, 8686.0, 8681.0, 8750.0, 8784.0, 8780.0, 8772.0, 8719.0, 8718.0, 8721.0, 8691.0, 8721.0, 8775.0, 8790.0, 8779.0, 8783.0, 8726.0, 8739.0, 8709.0, 8712.0, 8776.0, 8789.0, 8741.0, 8804.0, 8780.0, 8711.0, 8776.0, 8693.0, 8770.0, 8715.0, 8683.0, 8829.0, 8792.0, 8790.0, 8745.0, 8703.0, 8698.0, 8726.0, 8680.0, 8698.0, 8741.0, 8787.0, 8752.0, 8825.0, 8833.0, 8814.0, 8806.0, 8733.0, 8699.0, 8745.0, 8661.0, 8672.0, 8753.0, 8787.0, 8791.0, 8749.0, 8746.0, 8743.0, 8718.0, 8698.0, 8735.0, 8753.0, 8682.0, 8744.0, 8723.0, 8778.0, 8777.0, 8726.0, 8807.0, 8771.0, 8774.0, 8726.0, 8634.0, 8728.0, 8644.0, 8684.0, 8660.0, 8631.0, 8718.0, 8665.0, 8746.0, 8665.0, 8650.0, 8740.0, 8755.0, 8774.0, 8763.0, 8694.0, 8758.0, 8721.0, 8736.0, 8731.0, 8703.0, 8772.0, 8796.0, 8779.0, 8813.0, 8818.0, 8761.0, 8796.0, 8743.0, 8787.0, 8733.0, 8694.0, 8777.0, 8752.0, 8727.0, 8781.0, 8730.0, 8784.0, 8799.0, 8773.0, 8800.0, 8778.0, 8727.0, 8708.0, 8711.0, 8694.0, 8703.0, 8774.0, 8802.0, 8796.0, 8757.0, 8761.0, 8742.0, 8740.0, 8773.0, 8802.0, 8785.0, 8815.0, 8800.0, 8761.0, 8794.0, 8767.0, 8730.0, 8783.0, 8709.0, 8764.0, 8804.0, 8763.0, 8841.0, 8740.0, 8734.0, 8703.0, 8693.0, 8699.0, 8764.0, 8740.0, 8787.0, 8793.0, 8813.0, 8786.0, 8739.0, 8764.0, 8716.0, 8688.0, 8712.0, 8692.0, 8730.0, 8744.0, 8802.0, 8759.0, 8715.0, 8784.0, 8782.0, 8757.0, 8727.0, 8716.0, 8725.0, 8700.0, 8706.0, 8798.0, 8808.0, 8782.0, 8795.0, 8746.0, 8736.0, 8722.0, 8718.0, 8776.0, 8770.0, 8767.0, 8801.0, 8747.0, 8804.0, 8717.0, 8700.0, 8739.0, 8711.0, 8780.0, 8797.0, 8751.0, 8768.0, 8712.0, 8711.0, 8692.0, 8693.0, 8759.0, 8768.0, 8776.0, 8786.0, 8754.0, 8799.0, 8728.0, 8697.0, 8707.0, 8711.0, 8763.0, 8765.0, 8753.0, 8803.0, 8752.0, 8779.0, 8734.0, 8718.0, 8752.0, 8756.0, 8779.0, 8787.0, 8742.0, 8807.0, 8754.0, 8737.0, 8744.0, 8718.0, 8779.0, 8753.0, 8696.0, 8794.0, 8781.0, 8768.0, 8776.0, 8716.0, 8729.0, 8683.0, 8690.0, 8734.0, 8765.0, 8781.0, 8776.0, 8719.0, 8730.0, 8735.0, 8711.0, 8766.0, 8741.0, 8788.0, 8764.0, 8718.0, 8718.0, 8720.0, 8702.0, 8765.0, 8755.0, 8803.0, 8778.0, 8719.0, 8718.0, 8732.0, 8698.0, 8708.0, 8692.0, 8775.0, 8710.0, 8747.0, 8764.0, 8736.0, 8781.0, 8723.0, 8733.0, 8673.0, 8685.0, 8683.0, 8703.0, 8726.0, 8763.0, 8724.0, 8755.0, 8717.0, 8702.0, 8701.0, 8703.0, 8750.0, 8780.0, 8740.0, 8804.0, 8738.0, 8712.0, 8725.0, 8728.0, 8744.0, 8770.0, 8695.0, 8781.0, 8772.0, 8789.0, 8794.0, 8752.0, 8743.0, 8706.0, 8716.0, 8769.0, 8784.0, 8768.0, 8771.0, 8734.0, 8721.0, 8690.0, 8715.0, 8762.0, 8757.0, 8753.0, 8787.0, 8727.0, 8760.0, 8696.0, 8717.0, 8727.0, 8712.0, 8682.0, 8765.0, 8769.0, 8771.0, 8779.0, 8739.0, 8748.0, 8703.0, 8700.0, 8724.0, 8724.0, 8749.0, 8765.0, 8711.0, 8803.0, 8718.0, 8716.0, 8697.0, 8710.0, 8712.0, 8763.0, 8724.0, 8772.0, 8703.0, 8695.0, 8686.0, 8716.0, 8734.0, 8749.0, 8710.0, 8772.0, 8712.0, 8702.0, 8702.0, 8732.0, 8751.0, 8769.0, 8722.0, 8759.0, 8738.0, 8759.0, 8684.0, 8714.0, 8708.0, 8695.0, 8664.0, 8732.0, 8681.0, 8769.0, 8787.0, 8755.0, 8774.0, 8731.0, 8716.0, 8694.0, 8708.0, 8736.0, 8700.0, 8711.0, 8738.0, 8701.0, 8782.0, 8747.0, 8756.0, 8770.0, 8754.0, 8779.0, 8695.0, 8710.0, 8724.0, 8681.0, 8679.0, 8760.0, 8788.0, 8782.0, 8795.0, 8784.0, 8809.0, 8798.0, 8753.0, 8722.0, 8740.0, 8737.0, 8759.0, 8793.0, 8765.0, 8782.0, 8758.0, 8732.0, 8745.0, 8720.0, 8755.0, 8790.0, 8758.0, 8791.0, 8745.0, 8726.0, 8724.0, 8717.0, 8715.0, 8759.0, 8698.0, 8780.0, 8731.0, 8730.0, 8713.0, 8704.0, 8726.0, 8700.0, 8688.0, 8747.0, 8708.0, 8761.0, 8708.0, 8681.0, 8693.0, 8697.0, 8707.0, 8737.0, 8693.0, 8769.0, 8711.0, 8754.0, 8701.0, 8713.0, 8691.0, 8711.0, 8704.0, 8749.0, 8726.0, 8755.0, 8689.0, 8729.0, 8711.0, 8699.0, 8694.0, 8762.0, 8755.0, 8769.0, 8747.0, 8719.0, 8727.0, 8719.0, 8699.0, 8676.0, 8691.0, 8746.0, 8722.0, 8708.0, 8766.0, 8730.0, 8771.0, 8683.0, 8712.0, 8692.0, 8691.0, 8678.0, 8766.0, 8771.0, 8758.0, 8774.0, 8740.0, 8712.0, 8707.0, 8722.0, 8731.0, 8779.0, 8770.0, 8817.0, 8751.0, 8769.0, 8806.0, 8750.0, 8754.0, 8819.0, 8799.0, 8777.0, 8819.0, 8776.0, 8739.0, 8775.0, 8732.0, 8715.0, 8679.0, 8675.0, 8747.0, 8777.0, 8772.0, 8675.0, 8708.0, 8697.0, 8710.0, 8725.0, 8734.0, 8724.0, 8731.0, 8819.0, 8828.0, 8781.0, 8765.0, 8709.0, 8716.0, 8718.0, 8703.0, 8714.0, 8730.0, 8782.0, 8818.0, 8774.0, 8822.0, 8770.0, 8762.0, 8785.0, 8739.0, 8775.0, 8752.0, 8774.0, 8779.0, 8755.0, 8815.0, 8735.0, 8692.0, 8705.0, 8716.0, 8772.0, 8766.0, 8729.0, 8738.0, 8736.0, 8722.0, 8731.0, 8734.0, 8789.0, 8805.0, 8795.0, 8809.0, 8737.0, 8712.0, 8749.0, 8716.0, 8723.0, 8768.0, 8766.0, 8786.0, 8792.0, 8760.0, 8717.0, 8702.0, 8689.0, 8693.0, 8700.0, 8723.0, 8786.0, 8763.0, 8753.0, 8820.0, 8773.0, 8710.0, 8770.0, 8735.0, 8687.0, 8726.0, 8679.0, 8688.0, 8702.0, 8692.0, 8740.0, 8768.0, 8803.0, 8753.0, 8728.0, 8722.0, 8736.0, 8713.0, 8731.0, 8764.0, 8747.0, 8809.0, 8735.0, 8736.0, 8723.0, 8714.0, 8707.0, 8747.0, 8691.0, 8758.0, 8737.0, 8742.0, 8781.0, 8769.0, 8750.0, 8765.0, 8717.0, 8713.0, 8686.0, 8721.0, 8709.0, 8736.0, 8708.0, 8726.0, 8801.0, 8821.0, 8773.0, 8802.0, 8731.0, 8731.0, 8716.0, 8702.0, 8704.0, 8734.0, 8776.0, 8787.0, 8806.0, 8735.0, 8717.0, 8696.0, 8706.0, 8738.0, 8747.0, 8718.0, 8682.0, 8689.0, 8696.0, 8711.0, 8700.0, 8729.0, 8794.0, 8781.0, 8749.0, 8658.0, 8698.0, 8707.0, 8701.0, 8691.0, 8690.0, 8760.0, 8734.0, 8716.0, 8822.0, 8820.0, 8776.0, 8791.0, 8732.0, 8751.0, 8738.0, 8723.0, 8772.0, 8813.0, 8817.0, 8801.0, 8771.0, 8770.0, 8794.0, 8762.0, 8788.0, 8760.0, 8734.0, 8783.0, 8748.0, 8776.0, 8740.0, 8653.0, 8653.0, 8688.0, 8711.0, 8681.0, 8674.0, 8730.0, 8720.0, 8744.0, 8780.0, 8791.0, 8774.0, 8744.0, 8711.0, 8691.0, 8706.0, 8702.0, 8779.0, 8812.0, 8799.0, 8838.0, 8795.0, 8779.0, 8708.0, 8772.0, 8726.0, 8751.0, 8769.0, 8692.0, 8761.0, 8690.0, 8679.0, 8777.0, 8717.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.007825926481620405</td></tr>
<tr><td colspan=3>aqi</td><td>0.06481883225806452</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.0878998153078</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1720036107132148</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0601523876051042</td></tr>
<tr><td colspan=3>efc</td><td>0.4749</td></tr>
<tr><td colspan=3>fber</td><td>4512.0161</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2118265733873124</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>563</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>42.235558889722434</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.607959966581174</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4365442146355316</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8680468407113437</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.519288844396647</td></tr>
<tr><td colspan=3>gcor</td><td>0.00470993</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021803924813866615</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025717131793498993</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.9567718146700894</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>24.1004</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3502</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.2985</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303663.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>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.1699</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3317</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.4405</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3137.1073</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.3039</td></tr>
<tr><td colspan=3>tsnr</td><td>25.299970256281085</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>