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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-01_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-01_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-0011/ses-01/func/sub-0011_ses-01_task-alignvideo_acq-mb8_run-01_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>b5d9ee0897199a0c7acdaaf7685d5f46</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:38:20.755000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998004, 0.0474531, 0.0416771, -0.0435738, 0.995032, -0.0895114]</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-01_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.081288</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>37</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7775, -7265, 577, -60, -261, 22, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85900c87-134b-454b-9045-1d4fb7f692c8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775708198547363, -0.11690539121627808, 0.12343765050172806, 111.84068298339844], [-0.12731333076953888, 2.6695985794067383, -0.2362949401140213, -64.27162170410156], [0.11181659251451492, 0.24015246331691742, 2.6868064403533936, -77.97985076904297], [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, 1073]</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], 'AcquisitionTime': ['163820.755000', '163821.215000', '163821.675000', '163822.135000', '163822.595000', '163823.055000', '163823.515000', '163823.975000', '163824.435000', '163824.895000', '163825.355000', '163825.815000', '163826.275000', '163826.735000', '163827.195000', '163827.655000', '163828.115000', '163828.575000', '163829.035000', '163829.495000', '163829.955000', '163830.415000', '163830.875000', '163831.335000', '163831.795000', '163832.255000', '163832.715000', '163833.175000', '163833.635000', '163834.095000', '163834.555000', '163835.015000', '163835.475000', '163835.935000', '163836.395000', '163836.855000', '163837.315000', '163837.775000', '163838.235000', '163838.695000', '163839.155000', '163839.615000', '163840.075000', '163840.535000', '163840.995000', '163841.455000', '163841.915000', '163842.375000', '163842.835000', '163843.295000', '163843.755000', '163844.215000', '163844.675000', '163845.135000', '163845.595000', '163846.055000', '163846.515000', '163846.975000', '163847.435000', '163847.895000', '163848.355000', '163848.815000', '163849.275000', '163849.735000', '163850.195000', '163850.655000', '163851.115000', '163851.575000', '163852.035000', '163852.495000', '163852.955000', '163853.415000', '163853.875000', '163854.335000', '163854.795000', '163855.255000', '163855.715000', '163856.175000', '163856.635000', '163857.095000', '163857.555000', '163858.015000', '163858.475000', '163858.935000', '163859.395000', '163859.855000', '163900.315000', '163900.775000', '163901.235000', '163901.695000', '163902.155000', '163902.615000', '163903.075000', '163903.535000', '163903.995000', '163904.455000', '163904.915000', '163905.375000', '163905.835000', '163906.295000', '163906.755000', '163907.215000', '163907.675000', '163908.135000', '163908.595000', '163909.055000', '163909.515000', '163909.975000', '163910.435000', '163910.895000', '163911.355000', '163911.815000', '163912.275000', '163912.735000', '163913.195000', '163913.655000', '163914.115000', '163914.575000', '163915.035000', '163915.495000', '163915.955000', '163916.415000', '163916.875000', '163917.335000', '163917.795000', '163918.255000', '163918.715000', '163919.175000', '163919.635000', '163920.095000', '163920.555000', '163921.015000', '163921.475000', '163921.935000', '163922.395000', '163922.855000', '163923.315000', '163923.775000', '163924.235000', '163924.695000', '163925.155000', '163925.615000', '163926.075000', '163926.535000', '163926.995000', '163927.455000', '163927.915000', '163928.375000', '163928.835000', '163929.295000', '163929.755000', '163930.215000', '163930.675000', '163931.135000', '163931.595000', '163932.055000', '163932.515000', '163932.975000', '163933.435000', '163933.895000', '163934.355000', '163934.815000', '163935.275000', '163935.735000', '163936.195000', '163936.655000', '163937.115000', '163937.575000', '163938.035000', '163938.495000', '163938.955000', '163939.415000', '163939.875000', '163940.335000', '163940.795000', '163941.255000', '163941.715000', '163942.175000', '163942.635000', '163943.095000', '163943.555000', '163944.015000', '163944.475000', '163944.935000', '163945.395000', '163945.855000', '163946.315000', '163946.775000', '163947.235000', '163947.695000', '163948.155000', '163948.615000', '163949.075000', '163949.535000', '163949.995000', '163950.455000', '163950.915000', '163951.375000', '163951.835000', '163952.295000', '163952.755000', '163953.215000', '163953.675000', '163954.135000', '163954.595000', '163955.055000', '163955.515000', '163955.975000', '163956.435000', '163956.895000', '163957.355000', '163957.815000', '163958.275000', '163958.735000', '163959.195000', '163959.655000', '164000.115000', '164000.575000', '164001.035000', '164001.495000', '164001.955000', '164002.415000', '164002.875000', '164003.335000', '164003.795000', '164004.255000', '164004.715000', '164005.175000', '164005.635000', '164006.095000', '164006.555000', '164007.015000', '164007.475000', '164007.935000', '164008.395000', '164008.855000', '164009.315000', '164009.775000', '164010.235000', '164010.695000', '164011.155000', '164011.615000', '164012.075000', '164012.535000', '164012.995000', '164013.455000', '164013.915000', '164014.375000', '164014.835000', '164015.295000', '164015.755000', '164016.215000', '164016.675000', '164017.135000', '164017.595000', '164018.055000', '164018.515000', '164018.975000', '164019.435000', '164019.895000', '164020.355000', '164020.815000', '164021.275000', '164021.735000', '164022.195000', '164022.655000', '164023.115000', '164023.575000', '164024.035000', '164024.495000', '164024.955000', '164025.415000', '164025.875000', '164026.335000', '164026.795000', '164027.255000', '164027.715000', '164028.175000', '164028.635000', '164029.095000', '164029.555000', '164030.015000', '164030.475000', '164030.935000', '164031.395000', '164031.855000', '164032.315000', '164032.775000', '164033.235000', '164033.695000', '164034.155000', '164034.615000', '164035.075000', '164035.535000', '164035.995000', '164036.455000', '164036.915000', '164037.375000', '164037.835000', '164038.295000', '164038.755000', '164039.215000', '164039.675000', '164040.135000', '164040.595000', '164041.055000', '164041.515000', '164041.975000', '164042.435000', '164042.895000', '164043.355000', '164043.815000', '164044.275000', '164044.735000', '164045.195000', '164045.655000', '164046.115000', '164046.575000', '164047.035000', '164047.495000', '164047.955000', '164048.415000', '164048.875000', '164049.335000', '164049.795000', '164050.255000', '164050.715000', '164051.175000', '164051.635000', '164052.095000', '164052.555000', '164053.015000', '164053.475000', '164053.935000', '164054.395000', '164054.855000', '164055.315000', '164055.775000', '164056.235000', '164056.695000', '164057.155000', '164057.615000', '164058.075000', '164058.535000', '164058.995000', '164059.455000', '164059.915000', '164100.375000', '164100.835000', '164101.295000', '164101.755000', '164102.215000', '164102.675000', '164103.135000', '164103.595000', '164104.055000', '164104.515000', '164104.975000', '164105.435000', '164105.895000', '164106.355000', '164106.815000', '164107.275000', '164107.735000', '164108.195000', '164108.655000', '164109.115000', '164109.575000', '164110.035000', '164110.495000', '164110.955000', '164111.415000', '164111.875000', '164112.335000', '164112.795000', '164113.255000', '164113.715000', '164114.175000', '164114.635000', '164115.095000', '164115.555000', '164116.015000', '164116.475000', '164116.935000', '164117.395000', '164117.855000', '164118.315000', '164118.775000', '164119.235000', '164119.695000', '164120.155000', '164120.615000', '164121.075000', '164121.535000', '164121.995000', '164122.455000', '164122.915000', '164123.375000', '164123.835000', '164124.295000', '164124.755000', '164125.215000', '164125.675000', '164126.135000', '164126.595000', '164127.055000', '164127.515000', '164127.975000', '164128.435000', '164128.895000', '164129.355000', '164129.815000', '164130.275000', '164130.735000', '164131.195000', '164131.655000', '164132.115000', '164132.575000', '164133.035000', '164133.495000', '164133.955000', '164134.415000', '164134.875000', '164135.335000', '164135.795000', '164136.255000', '164136.715000', '164137.175000', '164137.635000', '164138.095000', '164138.555000', '164139.015000', '164139.475000', '164139.935000', '164140.395000', '164140.855000', '164141.315000', '164141.775000', '164142.235000', '164142.695000', '164143.155000', '164143.615000', '164144.075000', '164144.535000', '164144.995000', '164145.455000', '164145.915000', '164146.375000', '164146.835000', '164147.295000', '164147.755000', '164148.215000', '164148.675000', '164149.135000', '164149.595000', '164150.055000', '164150.515000', '164150.975000', '164151.435000', '164151.895000', '164152.355000', '164152.815000', '164153.275000', '164153.735000', '164154.195000', '164154.655000', '164155.115000', '164155.575000', '164156.035000', '164156.495000', '164156.955000', '164157.415000', '164157.875000', '164158.335000', '164158.795000', '164159.255000', '164159.715000', '164200.175000', '164200.635000', '164201.095000', '164201.555000', '164202.015000', '164202.475000', '164202.935000', '164203.395000', '164203.855000', '164204.315000', '164204.775000', '164205.235000', '164205.695000', '164206.155000', '164206.615000', '164207.075000', '164207.535000', '164207.995000', '164208.455000', '164208.915000', '164209.375000', '164209.835000', '164210.295000', '164210.755000', '164211.215000', '164211.675000', '164212.135000', '164212.595000', '164213.055000', '164213.515000', '164213.975000', '164214.435000', '164214.895000', '164215.355000', '164215.815000', '164216.275000', '164216.735000', '164217.195000', '164217.655000', '164218.115000', '164218.575000', '164219.035000', '164219.495000', '164219.955000', '164220.415000', '164220.875000', '164221.335000', '164221.795000', '164222.255000', '164222.715000', '164223.175000', '164223.635000', '164224.095000', '164224.555000', '164225.015000', '164225.475000', '164225.935000', '164226.395000', '164226.855000', '164227.315000', '164227.775000', '164228.235000', '164228.695000', '164229.155000', '164229.615000', '164230.075000', '164230.535000', '164230.995000', '164231.455000', '164231.915000', '164232.375000', '164232.835000', '164233.295000', '164233.755000', '164234.215000', '164234.675000', '164235.135000', '164235.595000', '164236.055000', '164236.515000', '164236.975000', '164237.435000', '164237.895000', '164238.355000', '164238.815000', '164239.275000', '164239.735000', '164240.195000', '164240.655000', '164241.115000', '164241.575000', '164242.035000', '164242.495000', '164242.955000', '164243.415000', '164243.875000', '164244.335000', '164244.795000', '164245.255000', '164245.715000', '164246.175000', '164246.635000', '164247.095000', '164247.555000', '164248.015000', '164248.475000', '164248.935000', '164249.395000', '164249.855000', '164250.315000', '164250.775000', '164251.235000', '164251.695000', '164252.155000', '164252.615000', '164253.075000', '164253.535000', '164253.995000', '164254.455000', '164254.915000', '164255.375000', '164255.835000', '164256.295000', '164256.755000', '164257.215000', '164257.675000', '164258.135000', '164258.595000', '164259.055000', '164259.515000', '164259.975000', '164300.435000', '164300.895000', '164301.355000', '164301.815000', '164302.275000', '164302.735000', '164303.195000', '164303.655000', '164304.115000', '164304.575000', '164305.035000', '164305.495000', '164305.955000', '164306.415000', '164306.875000', '164307.335000', '164307.795000', '164308.255000', '164308.715000', '164309.175000', '164309.635000', '164310.095000', '164310.555000', '164311.015000', '164311.475000', '164311.935000', '164312.395000', '164312.855000', '164313.315000', '164313.775000', '164314.235000', '164314.695000', '164315.155000', '164315.615000', '164316.075000', '164316.535000', '164316.995000', '164317.455000', '164317.915000', '164318.375000', '164318.835000', '164319.295000', '164319.755000', '164320.215000', '164320.675000', '164321.135000', '164321.595000', '164322.055000', '164322.515000', '164322.975000', '164323.435000', '164323.895000', '164324.355000', '164324.815000', '164325.275000', '164325.735000', '164326.195000', '164326.655000', '164327.115000', '164327.575000', '164328.035000', '164328.495000', '164328.955000', '164329.415000', '164329.875000', '164330.335000', '164330.795000', '164331.255000', '164331.715000', '164332.175000', '164332.635000', '164333.095000', '164333.555000', '164334.015000', '164334.475000', '164334.935000', '164335.395000', '164335.855000', '164336.315000', '164336.775000', '164337.235000', '164337.695000', '164338.155000', '164338.615000', '164339.075000', '164339.535000', '164339.995000', '164340.455000', '164340.915000', '164341.375000', '164341.835000', '164342.295000', '164342.755000', '164343.215000', '164343.675000', '164344.135000', '164344.595000', '164345.055000', '164345.515000', '164345.975000', '164346.435000', '164346.895000', '164347.355000', '164347.815000', '164348.275000', '164348.735000', '164349.195000', '164349.655000', '164350.115000', '164350.575000', '164351.035000', '164351.495000', '164351.955000', '164352.415000', '164352.875000', '164353.335000', '164353.795000', '164354.255000', '164354.715000', '164355.175000', '164355.635000', '164356.095000', '164356.555000', '164357.015000', '164357.475000', '164357.935000', '164358.395000', '164358.855000', '164359.315000', '164359.775000', '164400.235000', '164400.695000', '164401.155000', '164401.615000', '164402.075000', '164402.535000', '164402.995000', '164403.455000', '164403.915000', '164404.375000', '164404.835000', '164405.295000', '164405.755000', '164406.215000', '164406.675000', '164407.135000', '164407.595000', '164408.055000', '164408.515000', '164408.975000', '164409.435000', '164409.895000', '164410.355000', '164410.815000', '164411.275000', '164411.735000', '164412.195000', '164412.655000', '164413.115000', '164413.575000', '164414.035000', '164414.495000', '164414.955000', '164415.415000', '164415.875000', '164416.335000', '164416.795000', '164417.255000', '164417.715000', '164418.175000', '164418.635000', '164419.095000', '164419.555000', '164420.015000', '164420.475000', '164420.935000', '164421.395000', '164421.855000', '164422.315000', '164422.775000', '164423.235000', '164423.695000', '164424.155000', '164424.615000', '164425.075000', '164425.535000', '164425.995000', '164426.455000', '164426.915000', '164427.375000', '164427.835000', '164428.295000', '164428.755000', '164429.215000', '164429.675000', '164430.135000', '164430.595000', '164431.055000', '164431.515000', '164431.975000', '164432.435000', '164432.895000', '164433.355000', '164433.815000', '164434.275000', '164434.735000', '164435.195000', '164435.655000', '164436.115000', '164436.575000', '164437.035000', '164437.495000', '164437.955000', '164438.415000', '164438.875000', '164439.335000', '164439.795000', '164440.255000', '164440.715000', '164441.175000', '164441.635000', '164442.095000', '164442.555000', '164443.015000', '164443.475000', '164443.935000', '164444.395000', '164444.855000', '164445.315000', '164445.775000', '164446.235000', '164446.695000', '164447.155000', '164447.615000', '164448.075000', '164448.535000', '164448.995000', '164449.455000', '164449.915000', '164450.375000', '164450.835000', '164451.295000', '164451.755000', '164452.215000', '164452.675000', '164453.135000', '164453.595000', '164454.055000', '164454.515000', '164454.975000', '164455.435000', '164455.895000', '164456.355000', '164456.815000', '164457.275000', '164457.735000', '164458.195000', '164458.655000', '164459.115000', '164459.575000', '164500.035000', '164500.495000', '164500.955000', '164501.415000', '164501.875000', '164502.335000', '164502.795000', '164503.255000', '164503.715000', '164504.175000', '164504.635000', '164505.095000', '164505.555000', '164506.015000', '164506.475000', '164506.935000', '164507.395000', '164507.855000', '164508.315000', '164508.775000', '164509.235000', '164509.695000', '164510.155000', '164510.615000', '164511.075000', '164511.535000', '164511.995000', '164512.455000', '164512.915000', '164513.375000', '164513.835000', '164514.295000', '164514.755000', '164515.215000', '164515.675000', '164516.135000', '164516.595000', '164517.055000', '164517.515000', '164517.975000', '164518.435000', '164518.895000', '164519.355000', '164519.815000', '164520.275000', '164520.735000', '164521.195000', '164521.655000', '164522.115000', '164522.575000', '164523.035000', '164523.495000', '164523.955000', '164524.415000', '164524.875000', '164525.335000', '164525.795000', '164526.255000', '164526.715000', '164527.175000', '164527.635000', '164528.095000', '164528.555000', '164529.015000', '164529.475000', '164529.935000', '164530.395000', '164530.855000', '164531.315000', '164531.775000', '164532.235000', '164532.695000', '164533.155000', '164533.615000', '164534.075000', '164534.535000', '164534.995000', '164535.455000', '164535.915000', '164536.375000', '164536.835000', '164537.295000', '164537.755000', '164538.215000', '164538.675000', '164539.135000', '164539.595000', '164540.055000', '164540.515000', '164540.975000', '164541.435000', '164541.895000', '164542.355000', '164542.815000', '164543.275000', '164543.735000', '164544.195000', '164544.655000', '164545.115000', '164545.575000', '164546.035000', '164546.495000', '164546.955000', '164547.415000', '164547.875000', '164548.335000', '164548.795000', '164549.255000', '164549.715000', '164550.175000', '164550.635000', '164551.095000', '164551.555000', '164552.015000', '164552.475000', '164552.935000', '164553.395000', '164553.855000', '164554.315000', '164554.775000', '164555.235000', '164555.695000', '164556.155000', '164556.615000', '164557.075000', '164557.535000', '164557.995000', '164558.455000', '164558.915000', '164559.375000', '164559.835000', '164600.295000', '164600.755000', '164601.215000', '164601.675000', '164602.135000', '164602.595000', '164603.055000', '164603.515000', '164603.975000', '164604.435000', '164604.895000', '164605.355000', '164605.815000', '164606.275000', '164606.735000', '164607.195000', '164607.655000', '164608.115000', '164608.575000', '164609.035000', '164609.495000', '164609.955000', '164610.415000', '164610.875000', '164611.335000', '164611.795000', '164612.255000', '164612.715000', '164613.175000', '164613.635000', '164614.095000', '164614.555000', '164615.015000', '164615.475000', '164615.935000', '164616.395000', '164616.855000', '164617.315000', '164617.775000', '164618.235000', '164618.695000', '164619.155000', '164619.615000', '164620.075000', '164620.535000', '164620.995000', '164621.455000', '164621.915000', '164622.375000', '164622.835000', '164623.295000', '164623.755000', '164624.215000', '164624.675000', '164625.135000', '164625.595000', '164626.055000', '164626.515000', '164626.975000', '164627.435000', '164627.895000', '164628.355000', '164628.815000', '164629.275000', '164629.735000', '164630.195000', '164630.655000', '164631.115000', '164631.575000', '164632.035000', '164632.495000', '164632.955000', '164633.415000', '164633.875000'], 'ContentTime': ['163832.956000', '163832.960000', '163832.963000', '163832.965000', '163832.968000', '163832.971000', '163832.974000', '163832.976000', '163832.979000', '163832.982000', '163832.985000', '163832.988000', '163832.991000', '163832.993000', '163832.996000', '163832.999000', '163833.002000', '163833.005000', '163833.008000', '163833.010000', '163833.013000', '163833.016000', '163833.021000', '163833.024000', '163852.917000', '163852.920000', '163852.923000', '163852.926000', '163852.928000', '163852.931000', '163852.934000', '163852.937000', '163852.940000', '163852.943000', '163852.945000', '163852.948000', '163852.951000', '163852.954000', '163852.957000', '163852.960000', '163852.963000', '163852.966000', '163852.968000', '163852.971000', '163852.974000', '163852.977000', '163852.980000', '163852.983000', '163852.986000', '163852.989000', '163852.991000', '163852.994000', '163852.997000', '163853.001000', '163853.004000', '163853.023000', '163853.025000', '163853.028000', '163853.031000', '163853.034000', '163853.037000', '163853.040000', '163853.042000', '163853.045000', '163853.048000', '163853.051000', '163853.054000', '163912.917000', '163912.920000', '163912.923000', '163912.925000', '163912.929000', '163912.931000', '163912.934000', '163912.937000', '163912.940000', '163912.943000', '163912.945000', '163912.948000', '163912.951000', '163912.954000', '163912.957000', '163912.959000', '163912.962000', '163912.965000', '163912.968000', '163912.971000', '163912.974000', '163912.977000', '163912.979000', '163912.982000', '163912.985000', '163912.988000', '163912.991000', '163912.993000', '163912.996000', '163913.000000', '163913.003000', '163913.006000', '163913.009000', '163913.012000', '163913.014000', '163913.017000', '163913.020000', '163913.023000', '163913.026000', '163913.028000', '163913.031000', '163913.034000', '163913.037000', '163913.040000', '163932.917000', '163932.930000', '163932.933000', '163932.937000', '163932.940000', '163932.943000', '163932.946000', '163932.949000', '163932.951000', '163932.954000', '163932.957000', '163932.960000', '163932.963000', '163932.965000', '163932.968000', '163932.971000', '163932.974000', '163932.977000', '163932.980000', '163932.982000', '163932.985000', '163932.988000', '163932.991000', '163932.994000', '163932.997000', '163933.000000', '163933.003000', '163933.006000', '163933.010000', '163933.015000', '163933.018000', '163933.021000', '163933.024000', '163933.027000', '163933.030000', '163933.033000', '163933.035000', '163933.038000', '163933.041000', '163933.044000', '163933.047000', '163933.050000', '163933.053000', '163952.917000', '163952.920000', '163952.922000', '163952.926000', '163952.928000', '163952.931000', '163952.934000', '163952.937000', '163952.940000', '163952.943000', '163952.945000', '163952.948000', '163952.951000', '163952.954000', '163952.957000', '163952.960000', '163952.963000', '163952.965000', '163952.968000', '163952.971000', '163952.974000', '163952.977000', '163952.979000', '163952.982000', '163952.985000', '163952.988000', '163952.991000', '163952.994000', '163952.997000', '163953.000000', '163953.003000', '163953.006000', '163953.009000', '163953.012000', '163953.015000', '163953.018000', '163953.020000', '163953.023000', '163953.026000', '163953.029000', '163953.032000', '163953.034000', '163953.037000', '163953.040000', '164012.917000', '164012.920000', '164012.923000', '164012.926000', '164012.929000', '164012.932000', '164012.934000', '164012.937000', '164012.940000', '164012.943000', '164012.946000', '164012.949000', '164012.951000', '164012.954000', '164012.957000', '164012.960000', '164012.963000', '164012.966000', '164012.969000', '164012.971000', '164012.974000', '164012.977000', '164012.980000', '164012.983000', '164012.985000', '164012.988000', '164012.991000', '164012.994000', '164012.997000', '164013.001000', '164013.004000', '164013.007000', '164013.009000', '164013.012000', '164013.015000', '164013.018000', '164013.021000', '164013.024000', '164013.027000', '164013.030000', '164013.033000', '164013.035000', '164013.038000', '164032.917000', '164032.920000', '164032.923000', '164032.926000', '164032.928000', '164032.931000', '164032.934000', '164032.937000', '164032.940000', '164032.943000', '164032.945000', '164032.948000', '164032.951000', '164032.954000', '164032.957000', '164032.960000', '164032.962000', '164032.965000', '164032.968000', '164032.971000', '164032.974000', '164032.977000', '164032.980000', '164032.982000', '164032.985000', '164032.988000', '164032.991000', '164032.994000', '164032.996000', '164033.000000', '164033.003000', '164033.006000', '164033.009000', '164033.011000', '164033.014000', '164033.017000', '164033.020000', '164033.023000', '164033.026000', '164033.028000', '164033.031000', '164033.034000', '164033.037000', '164033.040000', '164052.918000', '164052.950000', '164052.953000', '164052.955000', '164052.958000', '164052.961000', '164052.964000', '164052.967000', '164052.970000', '164052.973000', '164052.976000', '164052.979000', '164052.982000', '164052.985000', '164052.988000', '164052.991000', '164052.994000', '164052.997000', '164053.000000', '164053.003000', '164053.006000', '164053.009000', '164053.012000', '164053.015000', '164053.018000', '164053.020000', '164053.023000', '164053.026000', '164053.029000', '164053.032000', '164053.035000', '164053.038000', '164053.041000', '164053.044000', '164053.047000', '164053.049000', '164053.052000', '164053.055000', '164053.058000', '164053.061000', '164053.075000', '164053.078000', '164053.081000', '164112.917000', '164112.920000', '164112.923000', '164112.926000', '164112.929000', '164112.932000', '164112.934000', '164112.937000', '164112.941000', '164112.944000', '164112.947000', '164112.950000', '164112.953000', '164112.956000', '164112.959000', '164112.961000', '164112.964000', '164112.967000', '164112.970000', '164112.973000', '164112.976000', '164112.979000', '164112.981000', '164112.984000', '164112.987000', '164112.990000', '164112.993000', '164112.996000', '164113.000000', '164113.003000', '164113.005000', '164113.008000', '164113.011000', '164113.014000', '164113.017000', '164113.020000', '164113.022000', '164113.025000', '164113.028000', '164113.031000', '164113.034000', '164113.037000', '164113.040000', '164113.043000', '164132.917000', '164132.920000', '164132.923000', '164132.926000', '164132.929000', '164132.932000', '164132.934000', '164132.937000', '164132.940000', '164132.943000', '164132.946000', '164132.949000', '164132.952000', '164132.955000', '164132.957000', '164132.960000', '164132.963000', '164132.966000', '164132.969000', '164132.972000', '164132.975000', '164132.977000', '164132.980000', '164132.983000', '164132.986000', '164132.989000', '164132.992000', '164132.995000', '164132.998000', '164133.001000', '164133.004000', '164133.007000', '164133.010000', '164133.013000', '164133.016000', '164133.019000', '164133.021000', '164133.024000', '164133.027000', '164133.030000', '164133.033000', '164133.036000', '164133.039000', '164152.917000', '164152.920000', '164152.923000', '164152.925000', '164152.932000', '164152.934000', '164152.937000', '164152.940000', '164152.943000', '164152.946000', '164152.949000', '164152.952000', '164152.955000', '164152.957000', '164152.960000', '164152.963000', '164152.966000', '164152.969000', '164152.972000', '164152.974000', '164152.977000', '164152.980000', '164152.983000', '164152.986000', '164152.989000', '164152.992000', '164152.995000', '164152.998000', '164153.002000', '164153.005000', '164153.008000', '164153.010000', '164153.013000', '164153.016000', '164153.019000', '164153.022000', '164153.025000', '164153.027000', '164153.030000', '164153.033000', '164153.036000', '164153.039000', '164153.042000', '164153.045000', '164212.917000', '164212.920000', '164212.923000', '164212.926000', '164212.929000', '164212.931000', '164212.934000', '164212.937000', '164212.940000', '164212.943000', '164212.946000', '164212.949000', '164212.952000', '164212.954000', '164212.957000', '164212.960000', '164212.963000', '164212.966000', '164212.969000', '164212.972000', '164212.974000', '164212.977000', '164212.980000', '164212.983000', '164212.986000', '164212.989000', '164212.992000', '164212.995000', '164212.997000', '164213.001000', '164213.004000', '164213.007000', '164213.010000', '164213.014000', '164213.017000', '164213.020000', '164213.022000', '164213.025000', '164213.028000', '164213.031000', '164213.034000', '164213.037000', '164213.040000', '164232.917000', '164232.920000', '164232.923000', '164232.926000', '164232.928000', '164232.931000', '164232.934000', '164232.937000', '164232.940000', '164232.943000', '164232.945000', '164232.948000', '164232.951000', '164232.954000', '164232.957000', '164232.960000', '164232.963000', '164232.965000', '164232.968000', '164232.971000', '164232.974000', '164232.977000', '164232.991000', '164232.994000', '164232.997000', '164233.000000', '164233.003000', '164233.013000', '164233.016000', '164233.018000', '164233.021000', '164233.024000', '164233.027000', '164233.030000', '164233.033000', '164233.035000', '164233.038000', '164233.041000', '164233.044000', '164233.047000', '164233.050000', '164233.052000', '164233.055000', '164233.058000', '164252.917000', '164252.920000', '164252.923000', '164252.926000', '164252.929000', '164252.932000', '164252.934000', '164252.937000', '164252.940000', '164252.943000', '164252.946000', '164252.949000', '164252.951000', '164252.954000', '164252.957000', '164252.960000', '164252.963000', '164252.966000', '164252.968000', '164252.971000', '164252.974000', '164252.977000', '164252.980000', '164252.983000', '164252.986000', '164252.989000', '164252.991000', '164252.994000', '164252.997000', '164253.005000', '164253.008000', '164253.011000', '164253.013000', '164253.016000', '164253.019000', '164253.022000', '164253.025000', '164253.028000', '164253.031000', '164253.034000', '164253.036000', '164253.039000', '164253.042000', '164312.918000', '164312.921000', '164312.931000', '164312.934000', '164312.937000', '164312.940000', '164312.943000', '164312.946000', '164312.949000', '164312.951000', '164312.954000', '164312.957000', '164312.960000', '164312.963000', '164312.966000', '164312.969000', '164312.971000', '164312.974000', '164312.977000', '164312.980000', '164312.983000', '164312.986000', '164312.989000', '164312.992000', '164312.994000', '164312.997000', '164313.001000', '164313.004000', '164313.007000', '164313.010000', '164313.013000', '164313.015000', '164313.018000', '164313.021000', '164313.024000', '164313.027000', '164313.030000', '164313.032000', '164313.042000', '164313.045000', '164313.048000', '164313.050000', '164313.053000', '164313.056000', '164332.917000', '164332.920000', '164332.923000', '164332.925000', '164332.929000', '164332.931000', '164332.934000', '164332.937000', '164332.940000', '164332.943000', '164332.946000', '164332.948000', '164332.951000', '164332.954000', '164332.957000', '164332.960000', '164332.963000', '164332.966000', '164332.968000', '164332.971000', '164332.974000', '164332.977000', '164332.980000', '164332.983000', '164332.986000', '164332.988000', '164332.991000', '164332.994000', '164332.997000', '164333.001000', '164333.004000', '164333.006000', '164333.009000', '164333.012000', '164333.015000', '164333.018000', '164333.021000', '164333.024000', '164333.026000', '164333.029000', '164333.032000', '164333.035000', '164333.038000', '164352.917000', '164352.920000', '164352.923000', '164352.926000', '164352.929000', '164352.931000', '164352.934000', '164352.937000', '164352.940000', '164352.943000', '164352.953000', '164352.956000', '164352.959000', '164352.962000', '164352.965000', '164352.968000', '164352.970000', '164352.973000', '164352.976000', '164352.979000', '164352.982000', '164352.985000', '164352.988000', '164352.991000', '164352.993000', '164352.996000', '164353.000000', '164353.003000', '164353.006000', '164353.009000', '164353.012000', '164353.014000', '164353.017000', '164353.020000', '164353.023000', '164353.026000', '164353.029000', '164353.032000', '164353.035000', '164353.038000', '164353.040000', '164353.043000', '164353.046000', '164353.049000', '164412.917000', '164412.920000', '164412.923000', '164412.926000', '164412.929000', '164412.932000', '164412.935000', '164412.938000', '164412.940000', '164412.943000', '164412.946000', '164412.949000', '164412.952000', '164412.955000', '164412.957000', '164412.960000', '164412.963000', '164412.966000', '164412.969000', '164412.972000', '164412.974000', '164412.977000', '164412.980000', '164412.983000', '164412.986000', '164412.989000', '164412.991000', '164412.994000', '164412.997000', '164413.001000', '164413.004000', '164413.007000', '164413.010000', '164413.012000', '164413.015000', '164413.018000', '164413.021000', '164413.024000', '164413.027000', '164413.030000', '164413.032000', '164413.035000', '164413.038000', '164432.917000', '164432.920000', '164432.923000', '164432.925000', '164432.928000', '164432.931000', '164432.934000', '164432.937000', '164432.940000', '164432.943000', '164432.945000', '164432.948000', '164432.951000', '164432.954000', '164432.957000', '164432.959000', '164432.962000', '164432.965000', '164432.968000', '164432.971000', '164432.974000', '164432.977000', '164432.979000', '164432.982000', '164432.985000', '164432.988000', '164432.991000', '164432.994000', '164432.997000', '164433.000000', '164433.003000', '164433.006000', '164433.009000', '164433.012000', '164433.015000', '164433.017000', '164433.020000', '164433.023000', '164433.026000', '164433.029000', '164433.032000', '164433.034000', '164433.037000', '164433.040000', '164452.917000', '164453.040000', '164453.043000', '164453.045000', '164453.048000', '164453.051000', '164453.054000', '164453.057000', '164453.059000', '164453.062000', '164453.073000', '164453.075000', '164453.078000', '164453.081000', '164453.084000', '164453.088000', '164453.092000', '164453.095000', '164453.098000', '164453.100000', '164453.103000', '164453.106000', '164453.109000', '164453.112000', '164453.115000', '164453.117000', '164453.120000', '164453.123000', '164453.126000', '164453.129000', '164453.132000', '164453.135000', '164453.137000', '164453.140000', '164453.143000', '164453.146000', '164453.149000', '164453.152000', '164453.155000', '164453.158000', '164453.162000', '164453.165000', '164453.168000', '164512.917000', '164512.920000', '164512.923000', '164512.926000', '164512.929000', '164512.932000', '164512.934000', '164512.939000', '164512.944000', '164512.947000', '164512.950000', '164512.953000', '164512.956000', '164512.959000', '164512.961000', '164512.965000', '164512.967000', '164512.970000', '164512.973000', '164512.976000', '164512.979000', '164512.982000', '164512.984000', '164512.987000', '164512.990000', '164512.993000', '164512.996000', '164513.000000', '164513.003000', '164513.005000', '164513.008000', '164513.011000', '164513.014000', '164513.017000', '164513.020000', '164513.023000', '164513.026000', '164513.028000', '164513.031000', '164513.034000', '164513.037000', '164513.040000', '164513.043000', '164532.927000', '164532.930000', '164532.933000', '164532.936000', '164532.939000', '164532.942000', '164532.944000', '164532.947000', '164532.950000', '164532.953000', '164532.956000', '164532.959000', '164532.961000', '164532.964000', '164532.967000', '164532.970000', '164532.973000', '164532.976000', '164532.979000', '164532.981000', '164532.984000', '164532.987000', '164532.990000', '164532.993000', '164532.996000', '164533.000000', '164533.003000', '164533.005000', '164533.008000', '164533.011000', '164533.014000', '164533.017000', '164533.020000', '164533.023000', '164533.026000', '164533.028000', '164533.031000', '164533.034000', '164533.037000', '164533.040000', '164533.043000', '164533.045000', '164533.048000', '164533.051000', '164552.917000', '164552.920000', '164552.923000', '164552.926000', '164552.929000', '164552.931000', '164552.934000', '164552.937000', '164552.940000', '164552.943000', '164552.946000', '164552.949000', '164552.952000', '164552.955000', '164552.958000', '164552.961000', '164552.964000', '164552.966000', '164552.970000', '164552.972000', '164552.975000', '164552.978000', '164552.981000', '164552.984000', '164552.987000', '164552.989000', '164552.992000', '164552.995000', '164552.998000', '164553.002000', '164553.005000', '164553.008000', '164553.011000', '164553.013000', '164553.016000', '164553.019000', '164553.022000', '164553.025000', '164553.028000', '164553.031000', '164553.034000', '164553.036000', '164553.039000', '164612.917000', '164612.920000', '164612.923000', '164612.926000', '164612.929000', '164612.932000', '164612.934000', '164612.937000', '164612.940000', '164612.943000', '164612.946000', '164612.949000', '164612.952000', '164612.955000', '164612.958000', '164612.961000', '164612.964000', '164612.967000', '164612.970000', '164612.973000', '164612.975000', '164612.978000', '164612.981000', '164612.984000', '164612.987000', '164612.990000', '164612.993000', '164612.995000', '164612.998000', '164613.002000', '164613.005000', '164613.008000', '164613.011000', '164613.014000', '164613.017000', '164613.019000', '164613.022000', '164613.025000', '164613.028000', '164613.031000', '164613.033000', '164613.036000', '164613.039000', '164613.042000', '164632.917000', '164632.920000', '164632.923000', '164632.926000', '164632.929000', '164632.931000', '164632.934000', '164632.937000', '164632.940000', '164632.943000', '164632.946000', '164632.949000', '164632.951000', '164632.954000', '164632.957000', '164632.961000', '164632.964000', '164632.967000', '164632.970000', '164632.972000', '164632.975000', '164632.978000', '164632.981000', '164632.984000', '164632.987000', '164632.990000', '164632.992000', '164632.995000', '164632.998000', '164633.002000', '164633.005000', '164633.008000', '164633.011000', '164633.014000', '164633.016000', '164633.019000', '164633.022000', '164633.025000', '164633.028000', '164633.030000', '164633.033000', '164633.036000', '164633.039000', '164635.328000', '164635.332000', '164635.335000', '164635.338000', '164635.347000', '164635.350000'], 'InstanceCreationTime': ['163832.956000', '163832.960000', '163832.963000', '163832.965000', '163832.968000', '163832.971000', '163832.974000', '163832.976000', '163832.979000', '163832.982000', '163832.985000', '163832.988000', '163832.991000', '163832.993000', '163832.996000', '163832.999000', '163833.002000', '163833.005000', '163833.008000', '163833.010000', '163833.013000', '163833.016000', '163833.021000', '163833.024000', '163852.917000', '163852.920000', '163852.923000', '163852.926000', '163852.928000', '163852.931000', '163852.934000', '163852.937000', '163852.940000', '163852.943000', '163852.945000', '163852.948000', '163852.951000', '163852.954000', '163852.957000', '163852.960000', '163852.963000', '163852.966000', '163852.968000', '163852.971000', '163852.974000', '163852.977000', '163852.980000', '163852.983000', '163852.986000', '163852.989000', '163852.991000', '163852.994000', '163852.997000', '163853.001000', '163853.004000', '163853.023000', '163853.025000', '163853.028000', '163853.031000', '163853.034000', '163853.037000', '163853.040000', '163853.042000', '163853.045000', '163853.048000', '163853.051000', '163853.054000', '163912.917000', '163912.920000', '163912.923000', '163912.925000', '163912.929000', '163912.931000', '163912.934000', '163912.937000', '163912.940000', '163912.943000', '163912.945000', '163912.948000', '163912.951000', '163912.954000', '163912.957000', '163912.959000', '163912.962000', '163912.965000', '163912.968000', '163912.971000', '163912.974000', '163912.977000', '163912.979000', '163912.982000', '163912.985000', '163912.988000', '163912.991000', '163912.993000', '163912.996000', '163913.000000', '163913.003000', '163913.006000', '163913.009000', '163913.012000', '163913.014000', '163913.017000', '163913.020000', '163913.023000', '163913.026000', '163913.028000', '163913.031000', '163913.034000', '163913.037000', '163913.040000', '163932.917000', '163932.930000', '163932.933000', '163932.937000', '163932.940000', '163932.943000', '163932.946000', '163932.949000', '163932.951000', '163932.954000', '163932.957000', '163932.960000', '163932.963000', '163932.965000', '163932.968000', '163932.971000', '163932.974000', '163932.977000', '163932.980000', '163932.982000', '163932.985000', '163932.988000', '163932.991000', '163932.994000', '163932.997000', '163933.000000', '163933.003000', '163933.006000', '163933.010000', '163933.015000', '163933.018000', '163933.021000', '163933.024000', '163933.027000', '163933.030000', '163933.033000', '163933.035000', '163933.038000', '163933.041000', '163933.044000', '163933.047000', '163933.050000', '163933.053000', '163952.917000', '163952.920000', '163952.922000', '163952.926000', '163952.928000', '163952.931000', '163952.934000', '163952.937000', '163952.940000', '163952.943000', '163952.945000', '163952.948000', '163952.951000', '163952.954000', '163952.957000', '163952.960000', '163952.963000', '163952.965000', '163952.968000', '163952.971000', '163952.974000', '163952.977000', '163952.979000', '163952.982000', '163952.985000', '163952.988000', '163952.991000', '163952.994000', '163952.997000', '163953.000000', '163953.003000', '163953.006000', '163953.009000', '163953.012000', '163953.015000', '163953.018000', '163953.020000', '163953.023000', '163953.026000', '163953.029000', '163953.032000', '163953.034000', '163953.037000', '163953.040000', '164012.917000', '164012.920000', '164012.923000', '164012.926000', '164012.929000', '164012.932000', '164012.934000', '164012.937000', '164012.940000', '164012.943000', '164012.946000', '164012.949000', '164012.951000', '164012.954000', '164012.957000', '164012.960000', '164012.963000', '164012.966000', '164012.969000', '164012.971000', '164012.974000', '164012.977000', '164012.980000', '164012.983000', '164012.985000', '164012.988000', '164012.991000', '164012.994000', '164012.997000', '164013.001000', '164013.004000', '164013.007000', '164013.009000', '164013.012000', '164013.015000', '164013.018000', '164013.021000', '164013.024000', '164013.027000', '164013.030000', '164013.033000', '164013.035000', '164013.038000', '164032.917000', '164032.920000', '164032.923000', '164032.926000', '164032.928000', '164032.931000', '164032.934000', '164032.937000', '164032.940000', '164032.943000', '164032.945000', '164032.948000', '164032.951000', '164032.954000', '164032.957000', '164032.960000', '164032.962000', '164032.965000', '164032.968000', '164032.971000', '164032.974000', '164032.977000', '164032.980000', '164032.982000', '164032.985000', '164032.988000', '164032.991000', '164032.994000', '164032.996000', '164033.000000', '164033.003000', '164033.006000', '164033.009000', '164033.011000', '164033.014000', '164033.017000', '164033.020000', '164033.023000', '164033.026000', '164033.028000', '164033.031000', '164033.034000', '164033.037000', '164033.040000', '164052.918000', '164052.950000', '164052.953000', '164052.955000', '164052.958000', '164052.961000', '164052.964000', '164052.967000', '164052.970000', '164052.973000', '164052.976000', '164052.979000', '164052.982000', '164052.985000', '164052.988000', '164052.991000', '164052.994000', '164052.997000', '164053.000000', '164053.003000', '164053.006000', '164053.009000', '164053.012000', '164053.015000', '164053.018000', '164053.020000', '164053.023000', '164053.026000', '164053.029000', '164053.032000', '164053.035000', '164053.038000', '164053.041000', '164053.044000', '164053.047000', '164053.049000', '164053.052000', '164053.055000', '164053.058000', '164053.061000', '164053.075000', '164053.078000', '164053.081000', '164112.917000', '164112.920000', '164112.923000', '164112.926000', '164112.929000', '164112.932000', '164112.934000', '164112.937000', '164112.941000', '164112.944000', '164112.947000', '164112.950000', '164112.953000', '164112.956000', '164112.959000', '164112.961000', '164112.964000', '164112.967000', '164112.970000', '164112.973000', '164112.976000', '164112.979000', '164112.981000', '164112.984000', '164112.987000', '164112.990000', '164112.993000', '164112.996000', '164113.000000', '164113.003000', '164113.005000', '164113.008000', '164113.011000', '164113.014000', '164113.017000', '164113.020000', '164113.022000', '164113.025000', '164113.028000', '164113.031000', '164113.034000', '164113.037000', '164113.040000', '164113.043000', '164132.917000', '164132.920000', '164132.923000', '164132.926000', '164132.929000', '164132.932000', '164132.934000', '164132.937000', '164132.940000', '164132.943000', '164132.946000', '164132.949000', '164132.952000', '164132.955000', '164132.957000', '164132.960000', '164132.963000', '164132.966000', '164132.969000', '164132.972000', '164132.975000', '164132.977000', '164132.980000', '164132.983000', '164132.986000', '164132.989000', '164132.992000', '164132.995000', '164132.998000', '164133.001000', '164133.004000', '164133.007000', '164133.010000', '164133.013000', '164133.016000', '164133.019000', '164133.021000', '164133.024000', '164133.027000', '164133.030000', '164133.033000', '164133.036000', '164133.039000', '164152.917000', '164152.920000', '164152.923000', '164152.925000', '164152.932000', '164152.934000', '164152.937000', '164152.940000', '164152.943000', '164152.946000', '164152.949000', '164152.952000', '164152.955000', '164152.957000', '164152.960000', '164152.963000', '164152.966000', '164152.969000', '164152.972000', '164152.974000', '164152.977000', '164152.980000', '164152.983000', '164152.986000', '164152.989000', '164152.992000', '164152.995000', '164152.998000', '164153.002000', '164153.005000', '164153.008000', '164153.010000', '164153.013000', '164153.016000', '164153.019000', '164153.022000', '164153.025000', '164153.027000', '164153.030000', '164153.033000', '164153.036000', '164153.039000', '164153.042000', '164153.045000', '164212.917000', '164212.920000', '164212.923000', '164212.926000', '164212.929000', '164212.931000', '164212.934000', '164212.937000', '164212.940000', '164212.943000', '164212.946000', '164212.949000', '164212.952000', '164212.954000', '164212.957000', '164212.960000', '164212.963000', '164212.966000', '164212.969000', '164212.972000', '164212.974000', '164212.977000', '164212.980000', '164212.983000', '164212.986000', '164212.989000', '164212.992000', '164212.995000', '164212.997000', '164213.001000', '164213.004000', '164213.007000', '164213.010000', '164213.014000', '164213.017000', '164213.020000', '164213.022000', '164213.025000', '164213.028000', '164213.031000', '164213.034000', '164213.037000', '164213.040000', '164232.917000', '164232.920000', '164232.923000', '164232.926000', '164232.928000', '164232.931000', '164232.934000', '164232.937000', '164232.940000', '164232.943000', '164232.945000', '164232.948000', '164232.951000', '164232.954000', '164232.957000', '164232.960000', '164232.963000', '164232.965000', '164232.968000', '164232.971000', '164232.974000', '164232.977000', '164232.991000', '164232.994000', '164232.997000', '164233.000000', '164233.003000', '164233.013000', '164233.016000', '164233.018000', '164233.021000', '164233.024000', '164233.027000', '164233.030000', '164233.033000', '164233.035000', '164233.038000', '164233.041000', '164233.044000', '164233.047000', '164233.050000', '164233.052000', '164233.055000', '164233.058000', '164252.917000', '164252.920000', '164252.923000', '164252.926000', '164252.929000', '164252.932000', '164252.934000', '164252.937000', '164252.940000', '164252.943000', '164252.946000', '164252.949000', '164252.951000', '164252.954000', '164252.957000', '164252.960000', '164252.963000', '164252.966000', '164252.968000', '164252.971000', '164252.974000', '164252.977000', '164252.980000', '164252.983000', '164252.986000', '164252.989000', '164252.991000', '164252.994000', '164252.997000', '164253.005000', '164253.008000', '164253.011000', '164253.013000', '164253.016000', '164253.019000', '164253.022000', '164253.025000', '164253.028000', '164253.031000', '164253.034000', '164253.036000', '164253.039000', '164253.042000', '164312.918000', '164312.921000', '164312.931000', '164312.934000', '164312.937000', '164312.940000', '164312.943000', '164312.946000', '164312.949000', '164312.951000', '164312.954000', '164312.957000', '164312.960000', '164312.963000', '164312.966000', '164312.969000', '164312.971000', '164312.974000', '164312.977000', '164312.980000', '164312.983000', '164312.986000', '164312.989000', '164312.992000', '164312.994000', '164312.997000', '164313.001000', '164313.004000', '164313.007000', '164313.010000', '164313.013000', '164313.015000', '164313.018000', '164313.021000', '164313.024000', '164313.027000', '164313.030000', '164313.032000', '164313.042000', '164313.045000', '164313.048000', '164313.050000', '164313.053000', '164313.056000', '164332.917000', '164332.920000', '164332.923000', '164332.925000', '164332.929000', '164332.931000', '164332.934000', '164332.937000', '164332.940000', '164332.943000', '164332.946000', '164332.948000', '164332.951000', '164332.954000', '164332.957000', '164332.960000', '164332.963000', '164332.966000', '164332.968000', '164332.971000', '164332.974000', '164332.977000', '164332.980000', '164332.983000', '164332.986000', '164332.988000', '164332.991000', '164332.994000', '164332.997000', '164333.001000', '164333.004000', '164333.006000', '164333.009000', '164333.012000', '164333.015000', '164333.018000', '164333.021000', '164333.024000', '164333.026000', '164333.029000', '164333.032000', '164333.035000', '164333.038000', '164352.917000', '164352.920000', '164352.923000', '164352.926000', '164352.929000', '164352.931000', '164352.934000', '164352.937000', '164352.940000', '164352.943000', '164352.953000', '164352.956000', '164352.959000', '164352.962000', '164352.965000', '164352.968000', '164352.970000', '164352.973000', '164352.976000', '164352.979000', '164352.982000', '164352.985000', '164352.988000', '164352.991000', '164352.993000', '164352.996000', '164353.000000', '164353.003000', '164353.006000', '164353.009000', '164353.012000', '164353.014000', '164353.017000', '164353.020000', '164353.023000', '164353.026000', '164353.029000', '164353.032000', '164353.035000', '164353.038000', '164353.040000', '164353.043000', '164353.046000', '164353.049000', '164412.917000', '164412.920000', '164412.923000', '164412.926000', '164412.929000', '164412.932000', '164412.935000', '164412.938000', '164412.940000', '164412.943000', '164412.946000', '164412.949000', '164412.952000', '164412.955000', '164412.957000', '164412.960000', '164412.963000', '164412.966000', '164412.969000', '164412.972000', '164412.974000', '164412.977000', '164412.980000', '164412.983000', '164412.986000', '164412.989000', '164412.991000', '164412.994000', '164412.997000', '164413.001000', '164413.004000', '164413.007000', '164413.010000', '164413.012000', '164413.015000', '164413.018000', '164413.021000', '164413.024000', '164413.027000', '164413.030000', '164413.032000', '164413.035000', '164413.038000', '164432.917000', '164432.920000', '164432.923000', '164432.925000', '164432.928000', '164432.931000', '164432.934000', '164432.937000', '164432.940000', '164432.943000', '164432.945000', '164432.948000', '164432.951000', '164432.954000', '164432.957000', '164432.959000', '164432.962000', '164432.965000', '164432.968000', '164432.971000', '164432.974000', '164432.977000', '164432.979000', '164432.982000', '164432.985000', '164432.988000', '164432.991000', '164432.994000', '164432.997000', '164433.000000', '164433.003000', '164433.006000', '164433.009000', '164433.012000', '164433.015000', '164433.017000', '164433.020000', '164433.023000', '164433.026000', '164433.029000', '164433.032000', '164433.034000', '164433.037000', '164433.040000', '164452.917000', '164453.040000', '164453.043000', '164453.045000', '164453.048000', '164453.051000', '164453.054000', '164453.057000', '164453.059000', '164453.062000', '164453.073000', '164453.075000', '164453.078000', '164453.081000', '164453.084000', '164453.088000', '164453.092000', '164453.095000', '164453.098000', '164453.100000', '164453.103000', '164453.106000', '164453.109000', '164453.112000', '164453.115000', '164453.117000', '164453.120000', '164453.123000', '164453.126000', '164453.129000', '164453.132000', '164453.135000', '164453.137000', '164453.140000', '164453.143000', '164453.146000', '164453.149000', '164453.152000', '164453.155000', '164453.158000', '164453.162000', '164453.165000', '164453.168000', '164512.917000', '164512.920000', '164512.923000', '164512.926000', '164512.929000', '164512.932000', '164512.934000', '164512.939000', '164512.944000', '164512.947000', '164512.950000', '164512.953000', '164512.956000', '164512.959000', '164512.961000', '164512.965000', '164512.967000', '164512.970000', '164512.973000', '164512.976000', '164512.979000', '164512.982000', '164512.984000', '164512.987000', '164512.990000', '164512.993000', '164512.996000', '164513.000000', '164513.003000', '164513.005000', '164513.008000', '164513.011000', '164513.014000', '164513.017000', '164513.020000', '164513.023000', '164513.026000', '164513.028000', '164513.031000', '164513.034000', '164513.037000', '164513.040000', '164513.043000', '164532.927000', '164532.930000', '164532.933000', '164532.936000', '164532.939000', '164532.942000', '164532.944000', '164532.947000', '164532.950000', '164532.953000', '164532.956000', '164532.959000', '164532.961000', '164532.964000', '164532.967000', '164532.970000', '164532.973000', '164532.976000', '164532.979000', '164532.981000', '164532.984000', '164532.987000', '164532.990000', '164532.993000', '164532.996000', '164533.000000', '164533.003000', '164533.005000', '164533.008000', '164533.011000', '164533.014000', '164533.017000', '164533.020000', '164533.023000', '164533.026000', '164533.028000', '164533.031000', '164533.034000', '164533.037000', '164533.040000', '164533.043000', '164533.045000', '164533.048000', '164533.051000', '164552.917000', '164552.920000', '164552.923000', '164552.926000', '164552.929000', '164552.931000', '164552.934000', '164552.937000', '164552.940000', '164552.943000', '164552.946000', '164552.949000', '164552.952000', '164552.955000', '164552.958000', '164552.961000', '164552.964000', '164552.966000', '164552.970000', '164552.972000', '164552.975000', '164552.978000', '164552.981000', '164552.984000', '164552.987000', '164552.989000', '164552.992000', '164552.995000', '164552.998000', '164553.002000', '164553.005000', '164553.008000', '164553.011000', '164553.013000', '164553.016000', '164553.019000', '164553.022000', '164553.025000', '164553.028000', '164553.031000', '164553.034000', '164553.036000', '164553.039000', '164612.917000', '164612.920000', '164612.923000', '164612.926000', '164612.929000', '164612.932000', '164612.934000', '164612.937000', '164612.940000', '164612.943000', '164612.946000', '164612.949000', '164612.952000', '164612.955000', '164612.958000', '164612.961000', '164612.964000', '164612.967000', '164612.970000', '164612.973000', '164612.975000', '164612.978000', '164612.981000', '164612.984000', '164612.987000', '164612.990000', '164612.993000', '164612.995000', '164612.998000', '164613.002000', '164613.005000', '164613.008000', '164613.011000', '164613.014000', '164613.017000', '164613.019000', '164613.022000', '164613.025000', '164613.028000', '164613.031000', '164613.033000', '164613.036000', '164613.039000', '164613.042000', '164632.917000', '164632.920000', '164632.923000', '164632.926000', '164632.929000', '164632.931000', '164632.934000', '164632.937000', '164632.940000', '164632.943000', '164632.946000', '164632.949000', '164632.951000', '164632.954000', '164632.957000', '164632.961000', '164632.964000', '164632.967000', '164632.970000', '164632.972000', '164632.975000', '164632.978000', '164632.981000', '164632.984000', '164632.987000', '164632.990000', '164632.992000', '164632.995000', '164632.998000', '164633.002000', '164633.005000', '164633.008000', '164633.011000', '164633.014000', '164633.016000', '164633.019000', '164633.022000', '164633.025000', '164633.028000', '164633.030000', '164633.033000', '164633.036000', '164633.039000', '164635.328000', '164635.332000', '164635.335000', '164635.338000', '164635.347000', '164635.350000'], '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], 'LargestImagePixelValue': [9273, 12537, 8663, 14158, 8643, 10350, 10973, 8100, 10360, 7691, 9807, 7860, 7999, 11025, 7887, 10486, 7660, 12522, 7613, 12093, 9925, 8063, 12299, 7959, 11444, 8168, 14136, 8641, 11868, 8273, 8785, 11977, 7889, 11898, 8228, 11113, 8502, 12278, 8606, 10480, 12372, 7935, 12722, 8314, 12284, 8313, 12380, 10849, 9027, 13392, 8449, 11868, 8241, 12937, 8689, 10533, 8507, 8523, 13248, 8282, 12701, 9208, 10256, 8539, 12575, 14590, 8060, 12460, 8491, 12409, 8835, 8296, 10187, 7941, 12080, 8751, 13462, 9622, 11192, 11238, 8019, 13144, 8162, 13213, 9902, 11207, 11874, 7570, 12699, 8270, 10118, 8393, 11474, 8734, 8406, 11708, 8264, 12592, 9031, 12810, 9270, 10515, 14219, 8111, 13102, 8533, 12048, 12760, 8142, 13391, 8184, 9941, 8875, 10904, 8646, 8637, 9431, 7936, 13491, 8487, 11917, 8618, 11753, 10138, 8015, 14187, 8759, 9798, 9178, 8977, 9102, 8913, 9284, 11815, 9132, 12579, 8980, 12347, 9024, 11939, 9875, 11980, 13789, 10484, 14079, 8880, 13057, 9341, 12880, 9146, 12373, 8982, 9943, 8486, 8698, 8799, 8646, 9069, 14423, 10951, 12082, 9300, 11014, 10193, 9749, 14838, 9167, 12602, 7816, 11028, 7568, 11398, 7554, 12763, 7809, 10227, 8450, 8187, 11164, 7830, 12646, 7877, 11458, 7746, 10675, 8307, 10910, 8626, 11394, 8405, 10932, 10021, 12773, 8588, 12342, 8459, 13944, 8303, 12930, 8630, 12554, 11561, 10719, 13030, 8836, 12703, 8143, 11583, 7839, 13209, 9612, 10814, 13680, 7699, 12651, 7201, 12848, 8235, 10109, 12804, 7683, 12252, 7106, 12270, 7738, 10621, 12760, 7683, 12093, 7645, 11211, 8369, 9029, 12808, 7443, 12222, 8262, 11831, 8819, 9045, 13179, 7902, 11559, 8417, 10601, 11271, 7488, 12930, 8431, 11407, 8425, 8478, 12620, 7902, 10976, 8533, 11181, 9006, 8534, 12906, 7819, 11635, 8864, 9118, 12921, 7934, 12423, 8594, 10963, 9660, 8267, 13060, 8599, 12031, 8844, 8692, 13111, 8375, 12517, 8819, 10595, 8776, 8200, 12642, 8528, 11367, 8864, 11422, 10512, 9304, 13925, 8420, 12356, 8889, 11412, 13298, 8333, 13320, 8652, 11846, 8777, 8611, 13146, 8665, 13180, 9129, 10078, 11444, 7970, 12645, 9091, 11879, 11021, 8470, 13534, 8809, 11250, 8898, 8296, 12771, 8870, 11591, 9091, 8663, 12059, 8454, 12164, 8607, 10899, 9652, 8424, 13489, 8688, 12209, 9458, 9733, 14090, 8446, 12763, 8890, 11246, 13282, 8202, 13630, 8826, 11031, 9661, 8201, 13497, 8862, 10943, 8947, 8277, 12809, 9011, 11708, 9179, 8485, 11884, 8499, 12173, 9265, 11432, 9464, 9746, 14075, 8696, 12891, 8943, 11376, 12118, 8758, 13581, 8749, 12028, 8935, 10641, 8825, 9011, 9106, 8423, 12758, 8663, 12609, 8955, 10319, 9113, 8984, 8657, 9569, 8480, 12942, 10070, 10481, 12139, 8466, 13816, 8478, 13206, 10478, 11016, 10406, 8344, 13647, 8083, 12609, 8921, 10771, 8900, 9232, 8704, 8620, 12215, 8500, 13315, 8422, 12809, 8604, 12236, 10176, 11167, 13010, 8477, 13717, 8372, 12034, 8769, 10184, 13394, 8153, 13164, 8551, 11989, 8771, 10779, 13735, 7977, 13414, 8348, 10879, 8788, 8709, 13151, 8435, 12402, 8483, 10011, 11473, 7607, 12916, 8454, 10719, 8754, 8146, 12834, 8268, 12478, 8853, 10714, 8848, 8333, 11959, 8006, 13068, 8776, 11790, 9368, 10330, 14312, 7910, 13055, 8500, 11818, 10450, 9345, 13666, 8203, 12242, 8500, 10566, 11752, 8165, 13364, 8556, 12638, 9067, 10366, 9169, 8459, 13316, 8386, 12769, 8978, 10535, 8958, 8550, 13659, 8554, 12878, 8692, 12042, 9107, 10147, 13934, 8339, 13286, 9062, 10937, 8698, 8640, 12903, 8269, 12962, 9324, 10195, 10202, 8130, 11940, 8547, 10257, 8967, 8344, 12749, 8815, 12375, 9088, 10857, 11216, 8746, 13247, 8952, 12585, 9237, 9558, 13596, 8733, 13454, 9023, 11647, 9010, 9220, 13846, 8899, 13492, 8838, 11987, 9054, 9646, 10796, 8357, 13610, 8849, 13004, 9249, 10283, 9225, 8317, 13637, 9052, 12346, 9341, 9454, 11788, 8388, 12987, 9184, 11326, 9109, 8960, 12320, 8356, 12450, 8982, 11270, 10768, 8369, 13741, 8684, 12060, 9189, 9462, 13841, 8952, 13252, 9084, 10892, 9084, 8737, 13680, 8718, 13385, 9124, 11591, 9142, 9037, 14303, 8590, 13189, 10410, 10035, 12419, 8523, 13035, 8722, 9726, 13598, 8831, 13189, 8855, 9832, 11399, 8426, 12754, 8852, 9916, 10816, 8497, 13631, 9127, 9932, 9039, 8486, 13455, 9129, 11816, 9302, 8341, 12962, 9153, 11893, 9305, 8752, 10581, 8625, 12223, 9325, 10410, 9052, 10854, 9021, 11850, 9169, 13260, 10610, 11772, 10484, 9422, 13743, 8524, 13191, 8927, 12300, 8996, 10951, 8727, 9093, 12669, 8309, 13469, 8022, 11990, 8068, 11006, 8561, 8965, 13121, 8460, 12648, 8557, 10439, 8393, 9608, 13269, 8440, 12968, 8197, 12590, 8470, 10903, 11674, 9071, 13278, 7947, 12760, 9017, 10023, 12338, 7965, 12997, 8292, 11278, 8552, 9111, 10149, 8069, 12803, 8361, 12429, 8636, 10671, 8858, 9695, 10019, 8452, 12884, 8088, 12853, 8656, 12523, 10121, 10945, 8576, 8692, 11133, 8210, 13465, 8938, 12932, 8635, 10698, 8755, 9356, 13497, 8698, 13135, 8784, 11873, 8786, 10161, 9552, 8867, 9964, 7855, 12683, 8347, 12562, 8566, 12365, 8885, 10824, 10236, 9024, 13940, 9220, 13322, 10089, 11493, 8876, 8236, 13189, 7978, 12815, 8523, 11641, 8675, 8506, 12973, 8202, 12800, 8685, 10935, 9962, 8158, 13283, 8103, 12067, 8341, 9689, 8354, 8966, 11049, 8060, 12901, 8559, 12687, 10269, 10351, 10306, 7942, 13378, 8700, 11981, 9353, 8928, 12038, 7980, 12232, 8494, 10135, 9948, 7990, 13071, 8390, 11669, 8634, 9446, 8281, 7851, 12547, 8370, 12498, 8616, 9888, 12641, 8723, 13237, 10739, 10872, 11864, 8206, 13218, 8427, 10292, 12519, 8298, 12568, 8599, 10142, 8083, 7969, 12707, 8481, 11456, 9356, 9059, 11617, 7981, 12919, 8335, 10884, 11585, 8578, 12934, 8631, 10672, 8723, 7956, 12719, 8549, 10680, 8158, 7831, 12483, 8662, 10954, 8578, 10738, 8311, 11885, 8530, 11974, 10136, 9531, 12119, 8279, 11739, 8668, 10388, 12295, 14288, 11569, 15433, 10485, 13377, 9909, 11855, 11878, 9245, 14097, 9743, 13096, 8031, 10948, 8452, 8396, 13060, 7871, 12338, 8104, 10471, 8109, 9125, 9653, 7941, 12881, 8246, 12320, 8210, 10185, 8863, 8013, 13322, 8801, 13342, 10862, 11529, 8846, 8303, 11951, 7972, 12506, 8392, 12402, 8361, 11633, 8666, 11507, 8488, 11732, 8196, 10378, 9263, 10076, 11206, 9466, 8767, 12594, 8724, 11669, 9317, 12218, 8592, 12028, 8259, 11633, 10202, 9655, 11062, 8020, 11347, 7609, 12782, 8663, 12734, 8618, 11330, 8216, 10968, 8022, 10004, 10508, 8613, 11707, 7828, 12821, 8679, 12315, 8927, 12855, 8504, 10730, 9431, 9272, 13540, 9471, 13508, 10393, 12404, 8198, 10199, 8038, 8484, 13016, 9273, 12902, 9037, 11868, 8159, 10603, 11460, 9120, 13135, 8431, 12932, 8521, 11123, 11299, 8967, 13387, 8668, 12318, 8241, 10447, 11837, 8736, 13149, 8747, 13292, 8250, 9753, 12102, 8362, 13113, 8776, 11518, 8727, 9149, 13491, 8821, 12877, 8115, 10242, 9789, 7697, 12729, 8196, 11870, 8532, 10826, 7747, 10306, 11060, 9202, 13177, 9477, 12634, 8291, 11613, 10138, 9079, 13682, 9894, 12781, 8661, 11234, 9309, 9157, 12804, 9266, 12906, 8547, 12171, 8150, 10450, 11135, 8267, 12333, 7931, 12647, 8229, 12498, 8248, 11332, 10843, 9206, 12991, 8404, 12539, 8317, 11695, 9206, 8762, 11994, 7848, 12501, 8508, 11886, 7942, 10417, 8029, 8245, 8364, 8125, 12250, 8515, 13056, 9861, 13088, 8466, 11367, 8586, 9602, 9575], 'WindowCenter': [4211.0, 4227.0, 4197.0, 4222.0, 4169.0, 4188.0, 4185.0, 4154.0, 4172.0, 4145.0, 4172.0, 4157.0, 4167.0, 4196.0, 4171.0, 4196.0, 4167.0, 4221.0, 4186.0, 4235.0, 4197.0, 4184.0, 4222.0, 4182.0, 4220.0, 4192.0, 4243.0, 4177.0, 4221.0, 4181.0, 4189.0, 4207.0, 4183.0, 4217.0, 4182.0, 4212.0, 4190.0, 4225.0, 4181.0, 4210.0, 4234.0, 4186.0, 4237.0, 4182.0, 4222.0, 4179.0, 4223.0, 4197.0, 4188.0, 4220.0, 4171.0, 4212.0, 4166.0, 4217.0, 4178.0, 4198.0, 4180.0, 4179.0, 4221.0, 4176.0, 4221.0, 4180.0, 4187.0, 4178.0, 4221.0, 4219.0, 4158.0, 4208.0, 4166.0, 4208.0, 4167.0, 4168.0, 4183.0, 4168.0, 4207.0, 4181.0, 4222.0, 4187.0, 4198.0, 4192.0, 4159.0, 4206.0, 4168.0, 4217.0, 4176.0, 4197.0, 4194.0, 4143.0, 4204.0, 4168.0, 4182.0, 4166.0, 4196.0, 4166.0, 4169.0, 4204.0, 4168.0, 4206.0, 4179.0, 4215.0, 4174.0, 4196.0, 4215.0, 4153.0, 4205.0, 4152.0, 4196.0, 4194.0, 4145.0, 4191.0, 4151.0, 4162.0, 4163.0, 4197.0, 4162.0, 4167.0, 4163.0, 4155.0, 4204.0, 4165.0, 4193.0, 4166.0, 4208.0, 4175.0, 4155.0, 4206.0, 4165.0, 4186.0, 4188.0, 4190.0, 4188.0, 4180.0, 4190.0, 4221.0, 4200.0, 4235.0, 4190.0, 4230.0, 4186.0, 4223.0, 4201.0, 4224.0, 4232.0, 4200.0, 4227.0, 4179.0, 4217.0, 4178.0, 4220.0, 4187.0, 4209.0, 4176.0, 4186.0, 4163.0, 4179.0, 4177.0, 4176.0, 4193.0, 4243.0, 4209.0, 4206.0, 4178.0, 4211.0, 4200.0, 4190.0, 4229.0, 4179.0, 4207.0, 4158.0, 4187.0, 4157.0, 4208.0, 4172.0, 4218.0, 4154.0, 4187.0, 4167.0, 4169.0, 4222.0, 4172.0, 4219.0, 4172.0, 4208.0, 4171.0, 4209.0, 4194.0, 4224.0, 4180.0, 4210.0, 4176.0, 4208.0, 4203.0, 4231.0, 4181.0, 4220.0, 4171.0, 4241.0, 4179.0, 4220.0, 4168.0, 4208.0, 4195.0, 4198.0, 4205.0, 4166.0, 4207.0, 4169.0, 4185.0, 4143.0, 4204.0, 4163.0, 4174.0, 4191.0, 4129.0, 4180.0, 4119.0, 4182.0, 4136.0, 4159.0, 4178.0, 4125.0, 4177.0, 4119.0, 4178.0, 4138.0, 4183.0, 4189.0, 4140.0, 4183.0, 4143.0, 4181.0, 4153.0, 4176.0, 4200.0, 4145.0, 4195.0, 4151.0, 4190.0, 4160.0, 4167.0, 4206.0, 4152.0, 4181.0, 4148.0, 4186.0, 4183.0, 4141.0, 4205.0, 4165.0, 4193.0, 4149.0, 4166.0, 4190.0, 4151.0, 4196.0, 4178.0, 4199.0, 4165.0, 4168.0, 4206.0, 4155.0, 4199.0, 4175.0, 4177.0, 4208.0, 4155.0, 4206.0, 4161.0, 4193.0, 4187.0, 4177.0, 4221.0, 4180.0, 4208.0, 4164.0, 4173.0, 4206.0, 4168.0, 4208.0, 4174.0, 4197.0, 4166.0, 4174.0, 4213.0, 4175.0, 4210.0, 4187.0, 4209.0, 4197.0, 4191.0, 4214.0, 4181.0, 4220.0, 4178.0, 4210.0, 4217.0, 4169.0, 4214.0, 4167.0, 4210.0, 4163.0, 4179.0, 4217.0, 4178.0, 4219.0, 4177.0, 4188.0, 4191.0, 4168.0, 4209.0, 4176.0, 4211.0, 4198.0, 4166.0, 4205.0, 4173.0, 4198.0, 4160.0, 4167.0, 4207.0, 4178.0, 4199.0, 4173.0, 4175.0, 4204.0, 4176.0, 4216.0, 4178.0, 4205.0, 4186.0, 4178.0, 4218.0, 4178.0, 4209.0, 4177.0, 4188.0, 4214.0, 4167.0, 4204.0, 4175.0, 4199.0, 4202.0, 4165.0, 4207.0, 4165.0, 4198.0, 4173.0, 4166.0, 4203.0, 4165.0, 4187.0, 4164.0, 4165.0, 4203.0, 4177.0, 4197.0, 4176.0, 4168.0, 4191.0, 4178.0, 4205.0, 4187.0, 4208.0, 4187.0, 4188.0, 4218.0, 4179.0, 4217.0, 4177.0, 4209.0, 4195.0, 4164.0, 4215.0, 4165.0, 4208.0, 4177.0, 4198.0, 4175.0, 4178.0, 4171.0, 4178.0, 4219.0, 4180.0, 4220.0, 4176.0, 4201.0, 4177.0, 4180.0, 4179.0, 4190.0, 4193.0, 4235.0, 4200.0, 4202.0, 4208.0, 4163.0, 4218.0, 4167.0, 4220.0, 4182.0, 4198.0, 4182.0, 4166.0, 4204.0, 4157.0, 4208.0, 4177.0, 4198.0, 4166.0, 4178.0, 4167.0, 4181.0, 4221.0, 4179.0, 4217.0, 4181.0, 4219.0, 4181.0, 4211.0, 4184.0, 4201.0, 4204.0, 4164.0, 4203.0, 4156.0, 4203.0, 4165.0, 4186.0, 4206.0, 4158.0, 4204.0, 4167.0, 4202.0, 4164.0, 4197.0, 4205.0, 4154.0, 4201.0, 4156.0, 4184.0, 4149.0, 4166.0, 4204.0, 4153.0, 4197.0, 4148.0, 4176.0, 4185.0, 4152.0, 4207.0, 4156.0, 4183.0, 4153.0, 4152.0, 4203.0, 4167.0, 4209.0, 4177.0, 4188.0, 4164.0, 4168.0, 4207.0, 4169.0, 4215.0, 4169.0, 4209.0, 4174.0, 4189.0, 4217.0, 4151.0, 4206.0, 4161.0, 4202.0, 4185.0, 4176.0, 4206.0, 4156.0, 4194.0, 4165.0, 4187.0, 4196.0, 4165.0, 4218.0, 4167.0, 4207.0, 4166.0, 4188.0, 4176.0, 4162.0, 4205.0, 4166.0, 4208.0, 4172.0, 4188.0, 4166.0, 4168.0, 4216.0, 4168.0, 4208.0, 4165.0, 4206.0, 4162.0, 4186.0, 4217.0, 4167.0, 4207.0, 4163.0, 4185.0, 4153.0, 4165.0, 4194.0, 4156.0, 4207.0, 4166.0, 4175.0, 4172.0, 4154.0, 4194.0, 4164.0, 4189.0, 4177.0, 4169.0, 4202.0, 4176.0, 4207.0, 4165.0, 4200.0, 4197.0, 4167.0, 4208.0, 4167.0, 4202.0, 4165.0, 4177.0, 4205.0, 4166.0, 4202.0, 4162.0, 4198.0, 4161.0, 4175.0, 4217.0, 4177.0, 4203.0, 4170.0, 4193.0, 4166.0, 4188.0, 4198.0, 4170.0, 4217.0, 4177.0, 4204.0, 4176.0, 4188.0, 4176.0, 4166.0, 4217.0, 4178.0, 4208.0, 4177.0, 4177.0, 4196.0, 4162.0, 4203.0, 4177.0, 4198.0, 4166.0, 4176.0, 4192.0, 4162.0, 4207.0, 4172.0, 4200.0, 4186.0, 4163.0, 4200.0, 4167.0, 4207.0, 4174.0, 4188.0, 4208.0, 4168.0, 4207.0, 4165.0, 4192.0, 4166.0, 4167.0, 4213.0, 4178.0, 4220.0, 4176.0, 4195.0, 4171.0, 4172.0, 4216.0, 4167.0, 4207.0, 4186.0, 4174.0, 4194.0, 4164.0, 4202.0, 4148.0, 4171.0, 4201.0, 4161.0, 4206.0, 4161.0, 4176.0, 4184.0, 4152.0, 4201.0, 4166.0, 4174.0, 4183.0, 4166.0, 4201.0, 4173.0, 4188.0, 4165.0, 4166.0, 4207.0, 4177.0, 4198.0, 4160.0, 4168.0, 4205.0, 4179.0, 4209.0, 4177.0, 4176.0, 4186.0, 4178.0, 4208.0, 4190.0, 4207.0, 4188.0, 4209.0, 4203.0, 4234.0, 4213.0, 4240.0, 4216.0, 4222.0, 4201.0, 4189.0, 4217.0, 4173.0, 4215.0, 4180.0, 4207.0, 4167.0, 4181.0, 4151.0, 4171.0, 4202.0, 4162.0, 4221.0, 4165.0, 4209.0, 4160.0, 4197.0, 4168.0, 4173.0, 4219.0, 4162.0, 4207.0, 4166.0, 4185.0, 4149.0, 4172.0, 4208.0, 4151.0, 4198.0, 4157.0, 4207.0, 4154.0, 4185.0, 4193.0, 4165.0, 4204.0, 4155.0, 4193.0, 4152.0, 4169.0, 4189.0, 4153.0, 4189.0, 4150.0, 4183.0, 4154.0, 4166.0, 4172.0, 4150.0, 4204.0, 4156.0, 4191.0, 4160.0, 4186.0, 4179.0, 4185.0, 4184.0, 4165.0, 4204.0, 4168.0, 4206.0, 4178.0, 4204.0, 4181.0, 4194.0, 4166.0, 4167.0, 4197.0, 4164.0, 4217.0, 4162.0, 4201.0, 4161.0, 4181.0, 4161.0, 4171.0, 4207.0, 4161.0, 4206.0, 4151.0, 4193.0, 4153.0, 4181.0, 4172.0, 4162.0, 4174.0, 4155.0, 4201.0, 4167.0, 4201.0, 4166.0, 4207.0, 4162.0, 4183.0, 4172.0, 4162.0, 4200.0, 4161.0, 4206.0, 4167.0, 4178.0, 4150.0, 4149.0, 4193.0, 4140.0, 4190.0, 4148.0, 4184.0, 4149.0, 4148.0, 4188.0, 4147.0, 4193.0, 4150.0, 4181.0, 4157.0, 4138.0, 4202.0, 4140.0, 4191.0, 4151.0, 4172.0, 4150.0, 4161.0, 4177.0, 4154.0, 4201.0, 4164.0, 4204.0, 4188.0, 4183.0, 4171.0, 4152.0, 4198.0, 4162.0, 4193.0, 4162.0, 4163.0, 4190.0, 4152.0, 4193.0, 4160.0, 4183.0, 4170.0, 4158.0, 4207.0, 4164.0, 4190.0, 4163.0, 4181.0, 4163.0, 4165.0, 4201.0, 4161.0, 4207.0, 4163.0, 4185.0, 4201.0, 4163.0, 4204.0, 4181.0, 4181.0, 4179.0, 4148.0, 4190.0, 4149.0, 4169.0, 4190.0, 4154.0, 4190.0, 4159.0, 4180.0, 4141.0, 4153.0, 4208.0, 4179.0, 4200.0, 4164.0, 4163.0, 4180.0, 4156.0, 4202.0, 4150.0, 4188.0, 4181.0, 4150.0, 4201.0, 4165.0, 4187.0, 4150.0, 4155.0, 4203.0, 4167.0, 4183.0, 4151.0, 4152.0, 4199.0, 4172.0, 4212.0, 4175.0, 4207.0, 4183.0, 4216.0, 4189.0, 4223.0, 4185.0, 4192.0, 4205.0, 4169.0, 4206.0, 4175.0, 4197.0, 4223.0, 4232.0, 4198.0, 4214.0, 4172.0, 4194.0, 4146.0, 4168.0, 4166.0, 4146.0, 4179.0, 4142.0, 4167.0, 4126.0, 4155.0, 4123.0, 4127.0, 4171.0, 4125.0, 4175.0, 4130.0, 4156.0, 4126.0, 4156.0, 4158.0, 4138.0, 4188.0, 4145.0, 4179.0, 4138.0, 4170.0, 4150.0, 4142.0, 4193.0, 4154.0, 4191.0, 4182.0, 4183.0, 4148.0, 4142.0, 4183.0, 4143.0, 4189.0, 4154.0, 4190.0, 4154.0, 4191.0, 4164.0, 4193.0, 4163.0, 4192.0, 4151.0, 4185.0, 4177.0, 4175.0, 4190.0, 4175.0, 4162.0, 4220.0, 4163.0, 4193.0, 4172.0, 4202.0, 4173.0, 4202.0, 4165.0, 4207.0, 4186.0, 4180.0, 4184.0, 4153.0, 4186.0, 4154.0, 4202.0, 4167.0, 4204.0, 4164.0, 4192.0, 4162.0, 4194.0, 4158.0, 4185.0, 4182.0, 4174.0, 4206.0, 4155.0, 4202.0, 4176.0, 4208.0, 4173.0, 4203.0, 4164.0, 4198.0, 4172.0, 4174.0, 4204.0, 4179.0, 4203.0, 4173.0, 4192.0, 4150.0, 4181.0, 4151.0, 4168.0, 4207.0, 4172.0, 4204.0, 4174.0, 4201.0, 4151.0, 4200.0, 4192.0, 4171.0, 4200.0, 4163.0, 4204.0, 4160.0, 4193.0, 4179.0, 4160.0, 4202.0, 4164.0, 4191.0, 4150.0, 4183.0, 4193.0, 4159.0, 4188.0, 4153.0, 4201.0, 4148.0, 4170.0, 4191.0, 4152.0, 4201.0, 4158.0, 4190.0, 4148.0, 4170.0, 4200.0, 4161.0, 4190.0, 4139.0, 4172.0, 4169.0, 4142.0, 4206.0, 4152.0, 4190.0, 4173.0, 4193.0, 4153.0, 4195.0, 4193.0, 4172.0, 4204.0, 4172.0, 4191.0, 4148.0, 4192.0, 4170.0, 4162.0, 4201.0, 4160.0, 4187.0, 4146.0, 4179.0, 4147.0, 4159.0, 4189.0, 4160.0, 4188.0, 4148.0, 4188.0, 4138.0, 4182.0, 4180.0, 4149.0, 4190.0, 4150.0, 4191.0, 4150.0, 4201.0, 4148.0, 4192.0, 4181.0, 4161.0, 4188.0, 4149.0, 4189.0, 4136.0, 4181.0, 4156.0, 4149.0, 4175.0, 4139.0, 4175.0, 4148.0, 4178.0, 4140.0, 4181.0, 4139.0, 4148.0, 4147.0, 4150.0, 4190.0, 4160.0, 4200.0, 4171.0, 4201.0, 4147.0, 4182.0, 4152.0, 4171.0, 4171.0], 'WindowWidth': [9339.0, 9351.0, 9310.0, 9334.0, 9255.0, 9279.0, 9270.0, 9229.0, 9249.0, 9218.0, 9253.0, 9238.0, 9253.0, 9289.0, 9262.0, 9291.0, 9255.0, 9331.0, 9294.0, 9357.0, 9296.0, 9284.0, 9333.0, 9279.0, 9332.0, 9297.0, 9365.0, 9269.0, 9331.0, 9274.0, 9287.0, 9306.0, 9284.0, 9325.0, 9282.0, 9320.0, 9290.0, 9341.0, 9278.0, 9317.0, 9351.0, 9292.0, 9361.0, 9280.0, 9333.0, 9272.0, 9334.0, 9293.0, 9284.0, 9327.0, 9261.0, 9316.0, 9249.0, 9318.0, 9269.0, 9297.0, 9274.0, 9275.0, 9330.0, 9267.0, 9331.0, 9273.0, 9278.0, 9268.0, 9330.0, 9324.0, 9239.0, 9305.0, 9249.0, 9304.0, 9248.0, 9253.0, 9268.0, 9254.0, 9305.0, 9276.0, 9332.0, 9279.0, 9293.0, 9278.0, 9241.0, 9301.0, 9253.0, 9318.0, 9259.0, 9289.0, 9280.0, 9213.0, 9295.0, 9253.0, 9267.0, 9247.0, 9289.0, 9248.0, 9257.0, 9298.0, 9255.0, 9303.0, 9270.0, 9316.0, 9255.0, 9287.0, 9312.0, 9225.0, 9297.0, 9222.0, 9286.0, 9279.0, 9214.0, 9270.0, 9218.0, 9235.0, 9237.0, 9289.0, 9239.0, 9249.0, 9238.0, 9231.0, 9295.0, 9246.0, 9280.0, 9247.0, 9306.0, 9256.0, 9232.0, 9299.0, 9247.0, 9275.0, 9285.0, 9287.0, 9284.0, 9275.0, 9290.0, 9333.0, 9309.0, 9358.0, 9290.0, 9345.0, 9280.0, 9337.0, 9305.0, 9341.0, 9350.0, 9302.0, 9333.0, 9269.0, 9318.0, 9266.0, 9329.0, 9278.0, 9310.0, 9263.0, 9275.0, 9240.0, 9270.0, 9268.0, 9267.0, 9298.0, 9367.0, 9313.0, 9304.0, 9264.0, 9319.0, 9301.0, 9286.0, 9337.0, 9270.0, 9306.0, 9240.0, 9276.0, 9235.0, 9308.0, 9269.0, 9322.0, 9229.0, 9278.0, 9250.0, 9257.0, 9336.0, 9269.0, 9326.0, 9265.0, 9310.0, 9264.0, 9314.0, 9305.0, 9342.0, 9276.0, 9312.0, 9266.0, 9308.0, 9311.0, 9345.0, 9278.0, 9327.0, 9261.0, 9361.0, 9272.0, 9327.0, 9252.0, 9307.0, 9285.0, 9293.0, 9299.0, 9244.0, 9303.0, 9256.0, 9269.0, 9211.0, 9295.0, 9237.0, 9251.0, 9269.0, 9185.0, 9252.0, 9171.0, 9259.0, 9191.0, 9226.0, 9247.0, 9177.0, 9246.0, 9174.0, 9251.0, 9200.0, 9266.0, 9269.0, 9203.0, 9262.0, 9210.0, 9261.0, 9224.0, 9261.0, 9286.0, 9218.0, 9283.0, 9221.0, 9273.0, 9231.0, 9248.0, 9300.0, 9223.0, 9261.0, 9214.0, 9271.0, 9264.0, 9210.0, 9298.0, 9244.0, 9280.0, 9217.0, 9248.0, 9273.0, 9225.0, 9290.0, 9267.0, 9295.0, 9245.0, 9254.0, 9303.0, 9233.0, 9296.0, 9261.0, 9267.0, 9305.0, 9232.0, 9302.0, 9238.0, 9285.0, 9277.0, 9267.0, 9329.0, 9272.0, 9308.0, 9243.0, 9257.0, 9301.0, 9253.0, 9309.0, 9260.0, 9293.0, 9248.0, 9260.0, 9310.0, 9262.0, 9314.0, 9282.0, 9315.0, 9294.0, 9289.0, 9312.0, 9275.0, 9326.0, 9267.0, 9314.0, 9320.0, 9256.0, 9311.0, 9250.0, 9311.0, 9240.0, 9270.0, 9319.0, 9268.0, 9323.0, 9264.0, 9281.0, 9276.0, 9253.0, 9309.0, 9263.0, 9316.0, 9293.0, 9250.0, 9298.0, 9256.0, 9293.0, 9235.0, 9252.0, 9306.0, 9268.0, 9298.0, 9255.0, 9263.0, 9297.0, 9266.0, 9319.0, 9271.0, 9304.0, 9276.0, 9269.0, 9323.0, 9267.0, 9313.0, 9265.0, 9282.0, 9310.0, 9252.0, 9299.0, 9258.0, 9297.0, 9294.0, 9245.0, 9303.0, 9244.0, 9293.0, 9252.0, 9250.0, 9296.0, 9245.0, 9276.0, 9240.0, 9245.0, 9293.0, 9262.0, 9290.0, 9260.0, 9253.0, 9277.0, 9269.0, 9301.0, 9280.0, 9311.0, 9279.0, 9282.0, 9320.0, 9270.0, 9319.0, 9265.0, 9309.0, 9285.0, 9244.0, 9312.0, 9246.0, 9308.0, 9264.0, 9294.0, 9259.0, 9269.0, 9253.0, 9271.0, 9324.0, 9276.0, 9327.0, 9263.0, 9304.0, 9264.0, 9273.0, 9273.0, 9290.0, 9297.0, 9356.0, 9301.0, 9306.0, 9308.0, 9245.0, 9320.0, 9250.0, 9327.0, 9266.0, 9291.0, 9264.0, 9248.0, 9296.0, 9237.0, 9307.0, 9264.0, 9291.0, 9248.0, 9267.0, 9249.0, 9275.0, 9329.0, 9272.0, 9319.0, 9275.0, 9325.0, 9274.0, 9318.0, 9273.0, 9300.0, 9296.0, 9244.0, 9295.0, 9233.0, 9295.0, 9243.0, 9277.0, 9302.0, 9238.0, 9296.0, 9250.0, 9292.0, 9242.0, 9291.0, 9296.0, 9229.0, 9289.0, 9234.0, 9271.0, 9216.0, 9247.0, 9295.0, 9227.0, 9287.0, 9215.0, 9259.0, 9268.0, 9225.0, 9304.0, 9233.0, 9267.0, 9225.0, 9225.0, 9292.0, 9251.0, 9310.0, 9264.0, 9279.0, 9242.0, 9255.0, 9302.0, 9257.0, 9313.0, 9256.0, 9311.0, 9257.0, 9280.0, 9315.0, 9224.0, 9301.0, 9236.0, 9293.0, 9269.0, 9260.0, 9298.0, 9234.0, 9282.0, 9244.0, 9278.0, 9287.0, 9247.0, 9320.0, 9251.0, 9304.0, 9248.0, 9279.0, 9260.0, 9242.0, 9300.0, 9246.0, 9305.0, 9253.0, 9280.0, 9247.0, 9254.0, 9314.0, 9253.0, 9305.0, 9246.0, 9302.0, 9237.0, 9276.0, 9317.0, 9250.0, 9302.0, 9239.0, 9271.0, 9223.0, 9244.0, 9279.0, 9234.0, 9303.0, 9245.0, 9256.0, 9247.0, 9227.0, 9282.0, 9244.0, 9283.0, 9264.0, 9255.0, 9292.0, 9261.0, 9304.0, 9245.0, 9298.0, 9290.0, 9253.0, 9304.0, 9248.0, 9292.0, 9242.0, 9263.0, 9298.0, 9248.0, 9290.0, 9237.0, 9292.0, 9235.0, 9259.0, 9319.0, 9265.0, 9294.0, 9248.0, 9282.0, 9248.0, 9281.0, 9292.0, 9259.0, 9319.0, 9263.0, 9297.0, 9261.0, 9282.0, 9259.0, 9252.0, 9319.0, 9267.0, 9306.0, 9261.0, 9265.0, 9285.0, 9240.0, 9296.0, 9266.0, 9294.0, 9247.0, 9263.0, 9277.0, 9240.0, 9304.0, 9254.0, 9299.0, 9272.0, 9241.0, 9288.0, 9251.0, 9304.0, 9255.0, 9280.0, 9305.0, 9252.0, 9303.0, 9244.0, 9279.0, 9247.0, 9251.0, 9309.0, 9268.0, 9323.0, 9260.0, 9288.0, 9248.0, 9253.0, 9313.0, 9250.0, 9304.0, 9273.0, 9256.0, 9278.0, 9241.0, 9290.0, 9215.0, 9248.0, 9287.0, 9236.0, 9298.0, 9233.0, 9260.0, 9265.0, 9223.0, 9288.0, 9245.0, 9256.0, 9264.0, 9246.0, 9288.0, 9254.0, 9278.0, 9243.0, 9249.0, 9303.0, 9262.0, 9292.0, 9233.0, 9254.0, 9297.0, 9269.0, 9311.0, 9264.0, 9265.0, 9274.0, 9270.0, 9310.0, 9289.0, 9308.0, 9285.0, 9314.0, 9312.0, 9354.0, 9328.0, 9362.0, 9333.0, 9337.0, 9303.0, 9285.0, 9319.0, 9257.0, 9315.0, 9272.0, 9305.0, 9249.0, 9262.0, 9222.0, 9252.0, 9290.0, 9240.0, 9327.0, 9250.0, 9309.0, 9237.0, 9290.0, 9251.0, 9259.0, 9326.0, 9242.0, 9301.0, 9245.0, 9271.0, 9216.0, 9253.0, 9305.0, 9224.0, 9280.0, 9234.0, 9303.0, 9226.0, 9270.0, 9278.0, 9244.0, 9294.0, 9229.0, 9279.0, 9221.0, 9242.0, 9268.0, 9227.0, 9268.0, 9216.0, 9264.0, 9226.0, 9245.0, 9249.0, 9220.0, 9295.0, 9234.0, 9275.0, 9234.0, 9273.0, 9271.0, 9276.0, 9270.0, 9248.0, 9297.0, 9255.0, 9302.0, 9269.0, 9300.0, 9263.0, 9284.0, 9247.0, 9252.0, 9288.0, 9246.0, 9320.0, 9238.0, 9290.0, 9236.0, 9262.0, 9235.0, 9250.0, 9303.0, 9235.0, 9298.0, 9222.0, 9278.0, 9224.0, 9263.0, 9250.0, 9238.0, 9254.0, 9232.0, 9289.0, 9251.0, 9289.0, 9248.0, 9303.0, 9238.0, 9267.0, 9247.0, 9237.0, 9285.0, 9235.0, 9297.0, 9236.0, 9252.0, 9214.0, 9214.0, 9274.0, 9203.0, 9272.0, 9214.0, 9266.0, 9213.0, 9214.0, 9264.0, 9210.0, 9276.0, 9218.0, 9260.0, 9221.0, 9200.0, 9288.0, 9203.0, 9273.0, 9220.0, 9252.0, 9218.0, 9236.0, 9253.0, 9231.0, 9288.0, 9243.0, 9297.0, 9276.0, 9267.0, 9247.0, 9225.0, 9282.0, 9236.0, 9281.0, 9236.0, 9241.0, 9270.0, 9223.0, 9279.0, 9233.0, 9267.0, 9246.0, 9238.0, 9300.0, 9242.0, 9274.0, 9241.0, 9265.0, 9244.0, 9250.0, 9290.0, 9237.0, 9304.0, 9240.0, 9273.0, 9288.0, 9242.0, 9298.0, 9261.0, 9262.0, 9255.0, 9213.0, 9272.0, 9215.0, 9242.0, 9270.0, 9228.0, 9272.0, 9231.0, 9261.0, 9208.0, 9227.0, 9305.0, 9268.0, 9297.0, 9240.0, 9241.0, 9259.0, 9233.0, 9291.0, 9221.0, 9280.0, 9263.0, 9219.0, 9287.0, 9244.0, 9276.0, 9217.0, 9233.0, 9294.0, 9250.0, 9268.0, 9221.0, 9225.0, 9286.0, 9255.0, 9320.0, 9263.0, 9309.0, 9284.0, 9319.0, 9289.0, 9338.0, 9273.0, 9294.0, 9297.0, 9258.0, 9304.0, 9264.0, 9295.0, 9337.0, 9345.0, 9294.0, 9310.0, 9247.0, 9277.0, 9203.0, 9237.0, 9227.0, 9203.0, 9248.0, 9191.0, 9228.0, 9174.0, 9212.0, 9166.0, 9177.0, 9229.0, 9174.0, 9240.0, 9184.0, 9217.0, 9176.0, 9219.0, 9222.0, 9198.0, 9264.0, 9206.0, 9254.0, 9196.0, 9243.0, 9215.0, 9209.0, 9275.0, 9226.0, 9275.0, 9261.0, 9261.0, 9209.0, 9206.0, 9259.0, 9211.0, 9267.0, 9226.0, 9270.0, 9227.0, 9275.0, 9242.0, 9282.0, 9241.0, 9278.0, 9223.0, 9272.0, 9261.0, 9257.0, 9272.0, 9259.0, 9240.0, 9325.0, 9242.0, 9281.0, 9253.0, 9293.0, 9255.0, 9292.0, 9245.0, 9306.0, 9276.0, 9270.0, 9268.0, 9227.0, 9271.0, 9230.0, 9291.0, 9250.0, 9295.0, 9242.0, 9279.0, 9240.0, 9286.0, 9238.0, 9275.0, 9267.0, 9259.0, 9301.0, 9235.0, 9292.0, 9264.0, 9308.0, 9258.0, 9296.0, 9244.0, 9293.0, 9252.0, 9257.0, 9296.0, 9267.0, 9296.0, 9251.0, 9276.0, 9218.0, 9262.0, 9221.0, 9254.0, 9303.0, 9253.0, 9296.0, 9256.0, 9291.0, 9223.0, 9297.0, 9279.0, 9250.0, 9288.0, 9240.0, 9295.0, 9233.0, 9281.0, 9258.0, 9233.0, 9289.0, 9240.0, 9273.0, 9217.0, 9268.0, 9281.0, 9230.0, 9268.0, 9225.0, 9288.0, 9211.0, 9245.0, 9274.0, 9222.0, 9287.0, 9228.0, 9273.0, 9213.0, 9247.0, 9286.0, 9235.0, 9272.0, 9202.0, 9248.0, 9241.0, 9210.0, 9298.0, 9224.0, 9274.0, 9256.0, 9282.0, 9228.0, 9287.0, 9281.0, 9253.0, 9295.0, 9250.0, 9274.0, 9213.0, 9276.0, 9243.0, 9237.0, 9288.0, 9229.0, 9260.0, 9207.0, 9253.0, 9207.0, 9229.0, 9266.0, 9229.0, 9267.0, 9213.0, 9268.0, 9200.0, 9264.0, 9258.0, 9218.0, 9271.0, 9219.0, 9274.0, 9219.0, 9288.0, 9214.0, 9276.0, 9258.0, 9232.0, 9263.0, 9212.0, 9266.0, 9195.0, 9258.0, 9219.0, 9214.0, 9244.0, 9201.0, 9244.0, 9212.0, 9253.0, 9205.0, 9259.0, 9202.0, 9216.0, 9212.0, 9221.0, 9271.0, 9233.0, 9288.0, 9248.0, 9287.0, 9210.0, 9260.0, 9220.0, 9247.0, 9245.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.0030275675675675673</td></tr>
<tr><td colspan=3>aqi</td><td>0.041584292823858345</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.576920142901066</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2240355808861938</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0134671842444034</td></tr>
<tr><td colspan=3>efc</td><td>0.4391</td></tr>
<tr><td colspan=3>fber</td><td>7598.2812</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0872589712508228</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7027027027027026</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5256595867490454</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4135730333650254</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7414798437289365</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.421925883153176</td></tr>
<tr><td colspan=3>gcor</td><td>0.00763266</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018061865121126175</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021008338779211044</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1073</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.7842240091183195</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>43.2458</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8042</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309259.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>627.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.021</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0411</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.8689</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3423.1941</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.6737</td></tr>
<tr><td colspan=3>tsnr</td><td>32.11991885420866</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>