<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-01/func/sub-0083_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>64911987ceed9ad3a1e992268e15d393</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>21:57:34.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996543, -0.0436904, 0.0706698, 0.0405479, 0.99815, 0.0453069]</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>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.0981051</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7063, 969, -73, -189, 134, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>17a3486e-aade-4a39-9696-2dc919d231dd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6736507415771484, 0.10878702998161316, 0.19580012559890747, 100.83346557617188], [0.11721803992986679, 2.6779630184173584, 0.11416871845722198, -109.09630584716797], [0.18960201740264893, -0.12155502289533615, 2.690469741821289, -49.496788024902344], [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': ['215734.505000', '215734.965000', '215735.425000', '215735.885000', '215736.345000', '215736.805000', '215737.265000', '215737.725000', '215738.185000', '215738.645000', '215739.105000', '215739.565000', '215740.025000', '215740.485000', '215740.945000', '215741.405000', '215741.865000', '215742.325000', '215742.785000', '215743.245000', '215743.705000', '215744.165000', '215744.625000', '215745.085000', '215745.545000', '215746.005000', '215746.465000', '215746.925000', '215747.385000', '215747.845000', '215748.305000', '215748.765000', '215749.225000', '215749.685000', '215750.145000', '215750.605000', '215751.065000', '215751.525000', '215751.985000', '215752.445000', '215752.905000', '215753.365000', '215753.825000', '215754.285000', '215754.745000', '215755.205000', '215755.665000', '215756.125000', '215756.585000', '215757.045000', '215757.505000', '215757.965000', '215758.425000', '215758.885000', '215759.345000', '215759.805000', '215800.265000', '215800.725000', '215801.185000', '215801.645000', '215802.105000', '215802.565000', '215803.025000', '215803.485000', '215803.945000', '215804.405000', '215804.865000', '215805.325000', '215805.785000', '215806.245000', '215806.705000', '215807.165000', '215807.625000', '215808.085000', '215808.545000', '215809.005000', '215809.465000', '215809.925000', '215810.385000', '215810.845000', '215811.305000', '215811.765000', '215812.225000', '215812.685000', '215813.145000', '215813.605000', '215814.065000', '215814.525000', '215814.985000', '215815.445000', '215815.905000', '215816.365000', '215816.825000', '215817.285000', '215817.745000', '215818.205000', '215818.665000', '215819.125000', '215819.585000', '215820.045000', '215820.505000', '215820.965000', '215821.425000', '215821.885000', '215822.345000', '215822.805000', '215823.265000', '215823.725000', '215824.185000', '215824.645000', '215825.105000', '215825.565000', '215826.025000', '215826.485000', '215826.945000', '215827.405000', '215827.865000', '215828.325000', '215828.785000', '215829.245000', '215829.705000', '215830.165000', '215830.625000', '215831.085000', '215831.545000', '215832.005000', '215832.465000', '215832.925000', '215833.385000', '215833.845000', '215834.305000', '215834.765000', '215835.225000', '215835.685000', '215836.145000', '215836.605000', '215837.065000', '215837.525000', '215837.985000', '215838.445000', '215838.905000', '215839.365000', '215839.825000', '215840.285000', '215840.745000', '215841.205000', '215841.665000', '215842.125000', '215842.585000', '215843.045000', '215843.505000', '215843.965000', '215844.425000', '215844.885000', '215845.345000', '215845.805000', '215846.265000', '215846.725000', '215847.185000', '215847.645000', '215848.105000', '215848.565000', '215849.025000', '215849.485000', '215849.945000', '215850.405000', '215850.865000', '215851.325000', '215851.785000', '215852.245000', '215852.705000', '215853.165000', '215853.625000', '215854.085000', '215854.545000', '215855.005000', '215855.465000', '215855.925000', '215856.385000', '215856.845000', '215857.305000', '215857.765000', '215858.225000', '215858.685000', '215859.145000', '215859.605000', '215900.065000', '215900.525000', '215900.985000', '215901.445000', '215901.905000', '215902.365000', '215902.825000', '215903.285000', '215903.745000', '215904.205000', '215904.665000', '215905.125000', '215905.585000', '215906.045000', '215906.505000', '215906.965000', '215907.425000', '215907.885000', '215908.345000', '215908.805000', '215909.265000', '215909.725000', '215910.185000', '215910.645000', '215911.105000', '215911.565000', '215912.025000', '215912.485000', '215912.945000', '215913.405000', '215913.865000', '215914.325000', '215914.785000', '215915.245000', '215915.705000', '215916.165000', '215916.625000', '215917.085000', '215917.545000', '215918.005000', '215918.465000', '215918.925000', '215919.385000', '215919.845000', '215920.305000', '215920.765000', '215921.225000', '215921.685000', '215922.145000', '215922.605000', '215923.065000', '215923.525000', '215923.985000', '215924.445000', '215924.905000', '215925.365000', '215925.825000', '215926.285000', '215926.745000', '215927.205000', '215927.665000', '215928.125000', '215928.585000', '215929.045000', '215929.505000', '215929.965000', '215930.425000', '215930.885000', '215931.345000', '215931.805000', '215932.265000', '215932.725000', '215933.185000', '215933.645000', '215934.105000', '215934.565000', '215935.025000', '215935.485000', '215935.945000', '215936.405000', '215936.865000', '215937.325000', '215937.785000', '215938.245000', '215938.705000', '215939.165000', '215939.625000', '215940.085000', '215940.545000', '215941.005000', '215941.465000', '215941.925000', '215942.385000', '215942.845000', '215943.305000', '215943.765000', '215944.225000', '215944.685000', '215945.145000', '215945.605000', '215946.065000', '215946.525000', '215946.985000', '215947.445000', '215947.905000', '215948.365000', '215948.825000', '215949.285000', '215949.745000', '215950.205000', '215950.665000', '215951.125000', '215951.585000', '215952.045000', '215952.505000', '215952.965000', '215953.425000', '215953.885000', '215954.345000', '215954.805000', '215955.265000', '215955.725000', '215956.185000', '215956.645000', '215957.105000', '215957.565000', '215958.025000', '215958.485000', '215958.945000', '215959.405000', '215959.865000', '220000.325000', '220000.785000', '220001.245000', '220001.705000', '220002.165000', '220002.625000', '220003.085000', '220003.545000', '220004.005000', '220004.465000', '220004.925000', '220005.385000', '220005.845000', '220006.305000', '220006.765000', '220007.225000', '220007.685000', '220008.145000', '220008.605000', '220009.065000', '220009.525000', '220009.985000', '220010.445000', '220010.905000', '220011.365000', '220011.825000', '220012.285000', '220012.745000', '220013.205000', '220013.665000', '220014.125000', '220014.585000', '220015.045000', '220015.505000', '220015.965000', '220016.425000', '220016.885000', '220017.345000', '220017.805000', '220018.265000', '220018.725000', '220019.185000', '220019.645000', '220020.105000', '220020.565000', '220021.025000', '220021.485000', '220021.945000', '220022.405000', '220022.865000', '220023.325000', '220023.785000', '220024.245000', '220024.705000', '220025.165000', '220025.625000', '220026.085000', '220026.545000', '220027.005000', '220027.465000', '220027.925000', '220028.385000', '220028.845000', '220029.305000', '220029.765000', '220030.225000', '220030.685000', '220031.145000', '220031.605000', '220032.065000', '220032.525000', '220032.985000', '220033.445000', '220033.905000', '220034.365000', '220034.825000', '220035.285000', '220035.745000', '220036.205000', '220036.665000', '220037.125000', '220037.585000', '220038.045000', '220038.505000', '220038.965000', '220039.425000', '220039.885000', '220040.345000', '220040.805000', '220041.265000', '220041.725000', '220042.185000', '220042.645000', '220043.105000', '220043.565000', '220044.025000', '220044.485000', '220044.945000', '220045.405000', '220045.865000', '220046.325000', '220046.785000', '220047.245000', '220047.705000', '220048.165000', '220048.625000', '220049.085000', '220049.545000', '220050.005000', '220050.465000', '220050.925000', '220051.385000', '220051.845000', '220052.305000', '220052.765000', '220053.225000', '220053.685000', '220054.145000', '220054.605000', '220055.065000', '220055.525000', '220055.985000', '220056.445000', '220056.905000', '220057.365000', '220057.825000', '220058.285000', '220058.745000', '220059.205000', '220059.665000', '220100.125000', '220100.585000', '220101.045000', '220101.505000', '220101.965000', '220102.425000', '220102.885000', '220103.345000', '220103.805000', '220104.265000', '220104.725000', '220105.185000', '220105.645000', '220106.105000', '220106.565000', '220107.025000', '220107.485000', '220107.945000', '220108.405000', '220108.865000', '220109.325000', '220109.785000', '220110.245000', '220110.705000', '220111.165000', '220111.625000', '220112.085000', '220112.545000', '220113.005000', '220113.465000', '220113.925000', '220114.385000', '220114.845000', '220115.305000', '220115.765000', '220116.225000', '220116.685000', '220117.145000', '220117.605000', '220118.065000', '220118.525000', '220118.985000', '220119.445000', '220119.905000', '220120.365000', '220120.825000', '220121.285000', '220121.745000', '220122.205000', '220122.665000', '220123.125000', '220123.585000', '220124.045000', '220124.505000', '220124.965000', '220125.425000', '220125.885000', '220126.345000', '220126.805000', '220127.265000', '220127.725000', '220128.185000', '220128.645000', '220129.105000', '220129.565000', '220130.025000', '220130.485000', '220130.945000', '220131.405000', '220131.865000', '220132.325000', '220132.785000', '220133.245000', '220133.705000', '220134.165000', '220134.625000', '220135.085000', '220135.545000', '220136.005000', '220136.465000', '220136.925000', '220137.385000', '220137.845000', '220138.305000', '220138.765000', '220139.225000', '220139.685000', '220140.145000', '220140.605000', '220141.065000', '220141.525000', '220141.985000', '220142.445000', '220142.905000', '220143.365000', '220143.825000', '220144.285000', '220144.745000', '220145.205000', '220145.665000', '220146.125000', '220146.585000', '220147.045000', '220147.505000', '220147.965000', '220148.425000', '220148.885000', '220149.345000', '220149.805000', '220150.265000', '220150.725000', '220151.185000', '220151.645000', '220152.105000', '220152.565000', '220153.025000', '220153.485000', '220153.945000', '220154.405000', '220154.865000', '220155.325000', '220155.785000', '220156.245000', '220156.705000', '220157.165000', '220157.625000', '220158.085000', '220158.545000', '220159.005000', '220159.465000', '220159.925000', '220200.385000', '220200.845000', '220201.305000', '220201.765000', '220202.225000', '220202.685000', '220203.145000', '220203.605000', '220204.065000', '220204.525000', '220204.985000', '220205.445000', '220205.905000', '220206.365000', '220206.825000', '220207.285000', '220207.745000', '220208.205000', '220208.665000', '220209.125000', '220209.585000', '220210.045000', '220210.505000', '220210.965000', '220211.425000', '220211.885000', '220212.345000', '220212.805000', '220213.265000', '220213.725000', '220214.185000', '220214.645000', '220215.105000', '220215.565000', '220216.025000', '220216.485000', '220216.945000', '220217.405000', '220217.865000', '220218.325000', '220218.785000', '220219.245000', '220219.705000', '220220.165000', '220220.625000', '220221.085000', '220221.545000', '220222.005000', '220222.465000', '220222.925000', '220223.385000', '220223.845000', '220224.305000', '220224.765000', '220225.225000', '220225.685000', '220226.145000', '220226.605000', '220227.065000', '220227.525000', '220227.985000', '220228.445000', '220228.905000', '220229.365000', '220229.825000', '220230.285000', '220230.745000', '220231.205000', '220231.665000', '220232.125000', '220232.585000', '220233.045000', '220233.505000', '220233.965000', '220234.425000', '220234.885000', '220235.345000', '220235.805000', '220236.265000', '220236.725000', '220237.185000', '220237.645000', '220238.105000', '220238.565000', '220239.025000', '220239.485000', '220239.945000', '220240.405000', '220240.865000', '220241.325000', '220241.785000', '220242.245000', '220242.705000', '220243.165000', '220243.625000', '220244.085000', '220244.545000', '220245.005000', '220245.465000', '220245.925000', '220246.385000', '220246.845000', '220247.305000', '220247.765000', '220248.225000', '220248.685000', '220249.145000', '220249.605000', '220250.065000', '220250.525000', '220250.985000', '220251.445000', '220251.905000', '220252.365000', '220252.825000', '220253.285000', '220253.745000', '220254.205000', '220254.665000', '220255.125000', '220255.585000', '220256.045000', '220256.505000', '220256.965000', '220257.425000', '220257.885000', '220258.345000', '220258.805000', '220259.265000', '220259.725000', '220300.185000', '220300.645000', '220301.105000', '220301.565000', '220302.025000', '220302.485000', '220302.945000', '220303.405000', '220303.865000', '220304.325000', '220304.785000', '220305.245000', '220305.705000', '220306.165000', '220306.625000', '220307.085000', '220307.545000', '220308.005000', '220308.465000', '220308.925000', '220309.385000', '220309.845000', '220310.305000', '220310.765000', '220311.225000', '220311.685000', '220312.145000', '220312.605000', '220313.065000', '220313.525000', '220313.985000', '220314.445000', '220314.905000', '220315.365000', '220315.825000', '220316.285000', '220316.745000', '220317.205000', '220317.665000', '220318.125000', '220318.585000', '220319.045000', '220319.505000', '220319.965000', '220320.425000', '220320.885000', '220321.345000', '220321.805000', '220322.265000', '220322.725000', '220323.185000', '220323.645000', '220324.105000', '220324.565000', '220325.025000', '220325.485000', '220325.945000', '220326.405000', '220326.865000', '220327.325000', '220327.785000', '220328.245000', '220328.705000', '220329.165000', '220329.625000', '220330.085000', '220330.545000', '220331.005000', '220331.465000', '220331.925000', '220332.385000', '220332.845000', '220333.305000', '220333.765000', '220334.225000', '220334.685000', '220335.145000', '220335.605000', '220336.065000', '220336.525000', '220336.985000', '220337.445000', '220337.905000', '220338.365000', '220338.825000', '220339.285000', '220339.745000', '220340.205000', '220340.665000', '220341.125000', '220341.585000', '220342.045000', '220342.505000', '220342.965000', '220343.425000', '220343.885000', '220344.345000', '220344.805000', '220345.265000', '220345.725000', '220346.185000', '220346.645000', '220347.105000', '220347.565000', '220348.025000', '220348.485000', '220348.945000', '220349.405000', '220349.865000', '220350.325000', '220350.785000', '220351.245000', '220351.705000', '220352.165000', '220352.625000', '220353.085000', '220353.545000', '220354.005000', '220354.465000', '220354.925000', '220355.385000', '220355.845000', '220356.305000', '220356.765000', '220357.225000', '220357.685000', '220358.145000', '220358.605000', '220359.065000', '220359.525000', '220359.985000', '220400.445000', '220400.905000', '220401.365000', '220401.825000', '220402.285000', '220402.745000', '220403.205000', '220403.665000', '220404.125000', '220404.585000', '220405.045000', '220405.505000', '220405.965000', '220406.425000', '220406.885000', '220407.345000', '220407.805000', '220408.265000', '220408.725000', '220409.185000', '220409.645000', '220410.105000', '220410.565000', '220411.025000', '220411.485000', '220411.945000', '220412.405000', '220412.865000', '220413.325000', '220413.785000', '220414.245000', '220414.705000', '220415.165000', '220415.625000', '220416.085000', '220416.545000', '220417.005000', '220417.465000', '220417.925000', '220418.385000', '220418.845000', '220419.305000', '220419.765000', '220420.225000', '220420.685000', '220421.145000', '220421.605000', '220422.065000', '220422.525000', '220422.985000', '220423.445000', '220423.905000', '220424.365000', '220424.825000', '220425.285000', '220425.745000', '220426.205000', '220426.665000', '220427.125000', '220427.585000', '220428.045000', '220428.505000', '220428.965000', '220429.425000', '220429.885000', '220430.345000', '220430.805000', '220431.265000', '220431.725000', '220432.185000', '220432.645000', '220433.105000', '220433.565000', '220434.025000', '220434.485000', '220434.945000', '220435.405000', '220435.865000', '220436.325000', '220436.785000', '220437.245000', '220437.705000', '220438.165000', '220438.625000', '220439.085000', '220439.545000', '220440.005000', '220440.465000', '220440.925000', '220441.385000', '220441.845000', '220442.305000', '220442.765000', '220443.225000', '220443.685000', '220444.145000', '220444.605000', '220445.065000', '220445.525000', '220445.985000', '220446.445000', '220446.905000', '220447.365000', '220447.825000', '220448.285000', '220448.745000', '220449.205000', '220449.665000', '220450.125000', '220450.585000', '220451.045000', '220451.505000', '220451.965000', '220452.425000', '220452.885000', '220453.345000', '220453.805000', '220454.265000', '220454.725000', '220455.185000', '220455.645000', '220456.105000', '220456.565000', '220457.025000', '220457.485000', '220457.945000', '220458.405000', '220458.865000', '220459.325000', '220459.785000', '220500.245000', '220500.705000', '220501.165000', '220501.625000', '220502.085000', '220502.545000', '220503.005000', '220503.465000', '220503.925000', '220504.385000', '220504.845000', '220505.305000', '220505.765000', '220506.225000', '220506.685000', '220507.145000', '220507.605000', '220508.065000', '220508.525000', '220508.985000', '220509.445000', '220509.905000', '220510.365000', '220510.825000', '220511.285000', '220511.745000', '220512.205000', '220512.665000', '220513.125000', '220513.585000', '220514.045000', '220514.505000', '220514.965000', '220515.425000', '220515.885000', '220516.345000', '220516.805000', '220517.265000', '220517.725000', '220518.185000', '220518.645000', '220519.105000', '220519.565000', '220520.025000', '220520.485000', '220520.945000', '220521.405000', '220521.865000', '220522.325000', '220522.785000', '220523.245000', '220523.705000', '220524.165000', '220524.625000', '220525.085000', '220525.545000', '220526.005000', '220526.465000', '220526.925000', '220527.385000', '220527.845000', '220528.305000', '220528.765000', '220529.225000', '220529.685000', '220530.145000', '220530.605000', '220531.065000', '220531.525000', '220531.985000', '220532.445000', '220532.905000', '220533.365000', '220533.825000', '220534.285000', '220534.745000', '220535.205000', '220535.665000', '220536.125000', '220536.585000', '220537.045000', '220537.505000', '220537.965000', '220538.425000', '220538.885000', '220539.345000', '220539.805000', '220540.265000', '220540.725000', '220541.185000', '220541.645000', '220542.105000', '220542.565000', '220543.025000', '220543.485000', '220543.945000', '220544.405000', '220544.865000', '220545.325000', '220545.785000', '220546.245000', '220546.705000', '220547.165000', '220547.625000'], 'ContentTime': ['215804.888000', '215804.891000', '215804.894000', '215804.896000', '215804.899000', '215804.902000', '215804.904000', '215804.907000', '215804.910000', '215804.912000', '215804.915000', '215804.917000', '215804.920000', '215804.923000', '215804.925000', '215804.928000', '215804.930000', '215804.933000', '215804.935000', '215804.938000', '215804.940000', '215804.943000', '215804.945000', '215804.948000', '215804.951000', '215804.953000', '215804.956000', '215804.958000', '215804.961000', '215804.964000', '215804.966000', '215804.969000', '215804.971000', '215804.974000', '215804.976000', '215804.979000', '215804.981000', '215804.984000', '215804.986000', '215804.989000', '215804.991000', '215804.994000', '215804.996000', '215805.000000', '215805.003000', '215805.005000', '215805.008000', '215805.010000', '215805.013000', '215805.015000', '215805.018000', '215805.020000', '215805.023000', '215805.025000', '215805.028000', '215805.030000', '215805.033000', '215805.036000', '215805.038000', '215805.041000', '215805.043000', '215805.046000', '215805.048000', '215824.830000', '215824.833000', '215824.836000', '215824.839000', '215824.841000', '215824.844000', '215824.846000', '215824.849000', '215824.851000', '215824.854000', '215824.856000', '215824.859000', '215824.862000', '215824.864000', '215824.867000', '215824.869000', '215824.872000', '215824.874000', '215824.877000', '215824.879000', '215824.882000', '215824.885000', '215824.887000', '215824.890000', '215824.892000', '215824.895000', '215824.897000', '215824.900000', '215824.902000', '215824.905000', '215824.908000', '215824.910000', '215824.913000', '215824.915000', '215824.918000', '215824.921000', '215824.923000', '215824.926000', '215824.929000', '215824.931000', '215824.934000', '215824.936000', '215824.939000', '215844.830000', '215844.833000', '215844.836000', '215844.838000', '215844.841000', '215844.843000', '215844.859000', '215844.862000', '215844.864000', '215844.867000', '215844.869000', '215844.872000', '215844.874000', '215844.877000', '215844.880000', '215844.882000', '215844.885000', '215844.887000', '215844.890000', '215844.892000', '215844.895000', '215844.898000', '215844.900000', '215844.903000', '215844.905000', '215844.908000', '215844.910000', '215844.913000', '215844.915000', '215844.918000', '215844.920000', '215844.923000', '215844.926000', '215844.928000', '215844.931000', '215844.933000', '215844.936000', '215844.938000', '215844.941000', '215844.945000', '215844.948000', '215844.950000', '215844.953000', '215844.956000', '215904.830000', '215904.833000', '215904.836000', '215904.838000', '215904.848000', '215904.850000', '215904.853000', '215904.856000', '215904.858000', '215904.861000', '215904.863000', '215904.866000', '215904.868000', '215904.871000', '215904.873000', '215904.876000', '215904.878000', '215904.881000', '215904.884000', '215904.886000', '215904.889000', '215904.891000', '215904.894000', '215904.896000', '215904.899000', '215904.901000', '215904.904000', '215904.907000', '215904.909000', '215904.912000', '215904.914000', '215904.917000', '215904.919000', '215904.922000', '215904.925000', '215904.927000', '215904.930000', '215904.932000', '215904.935000', '215904.938000', '215904.940000', '215904.943000', '215904.945000', '215924.831000', '215924.833000', '215924.836000', '215924.839000', '215924.841000', '215924.844000', '215924.846000', '215924.849000', '215924.852000', '215924.854000', '215924.857000', '215924.859000', '215924.862000', '215924.865000', '215924.867000', '215924.870000', '215924.873000', '215924.875000', '215924.878000', '215924.880000', '215924.883000', '215924.886000', '215924.888000', '215924.891000', '215924.893000', '215924.896000', '215924.898000', '215924.901000', '215924.904000', '215924.906000', '215924.909000', '215924.911000', '215924.914000', '215924.917000', '215924.919000', '215924.922000', '215924.924000', '215924.927000', '215924.930000', '215924.932000', '215924.935000', '215924.938000', '215924.940000', '215924.943000', '215944.832000', '215944.834000', '215944.837000', '215944.840000', '215944.842000', '215944.845000', '215944.847000', '215944.850000', '215944.853000', '215944.855000', '215944.858000', '215944.860000', '215944.863000', '215944.865000', '215944.868000', '215944.870000', '215944.873000', '215944.876000', '215944.878000', '215944.881000', '215944.883000', '215944.886000', '215944.889000', '215944.891000', '215944.894000', '215944.896000', '215944.899000', '215944.901000', '215944.904000', '215944.907000', '215944.909000', '215944.912000', '215944.914000', '215944.917000', '215944.919000', '215944.922000', '215944.925000', '215944.927000', '215944.930000', '215944.932000', '215944.935000', '215944.938000', '215944.940000', '220004.832000', '220004.835000', '220004.837000', '220004.840000', '220004.842000', '220004.845000', '220004.847000', '220004.850000', '220004.853000', '220004.855000', '220004.858000', '220004.860000', '220004.863000', '220004.865000', '220004.868000', '220004.871000', '220004.873000', '220004.876000', '220004.878000', '220004.881000', '220004.883000', '220004.886000', '220004.888000', '220004.891000', '220004.894000', '220004.896000', '220004.899000', '220004.901000', '220004.904000', '220004.906000', '220004.909000', '220004.912000', '220004.914000', '220004.917000', '220004.919000', '220004.922000', '220004.925000', '220004.927000', '220004.930000', '220004.932000', '220004.935000', '220004.937000', '220004.940000', '220004.943000', '220024.831000', '220024.833000', '220024.836000', '220024.839000', '220024.841000', '220024.844000', '220024.846000', '220024.849000', '220024.852000', '220024.854000', '220024.857000', '220024.859000', '220024.862000', '220024.865000', '220024.867000', '220024.870000', '220024.873000', '220024.875000', '220024.878000', '220024.880000', '220024.883000', '220024.886000', '220024.888000', '220024.891000', '220024.894000', '220024.896000', '220024.899000', '220024.901000', '220024.904000', '220024.906000', '220024.909000', '220024.912000', '220024.914000', '220024.917000', '220024.919000', '220024.922000', '220024.924000', '220024.927000', '220024.929000', '220024.932000', '220024.935000', '220024.937000', '220024.940000', '220044.830000', '220044.833000', '220044.836000', '220044.838000', '220044.841000', '220044.843000', '220044.846000', '220044.849000', '220044.851000', '220044.854000', '220044.857000', '220044.859000', '220044.862000', '220044.864000', '220044.867000', '220044.870000', '220044.872000', '220044.875000', '220044.877000', '220044.880000', '220044.883000', '220044.885000', '220044.888000', '220044.890000', '220044.893000', '220044.895000', '220044.898000', '220044.900000', '220044.903000', '220044.906000', '220044.908000', '220044.911000', '220044.913000', '220044.916000', '220044.919000', '220044.921000', '220044.924000', '220044.926000', '220044.929000', '220044.932000', '220044.934000', '220044.937000', '220044.939000', '220044.942000', '220104.831000', '220104.833000', '220104.836000', '220104.839000', '220104.841000', '220104.844000', '220104.846000', '220104.849000', '220104.852000', '220104.854000', '220104.857000', '220104.859000', '220104.862000', '220104.865000', '220104.867000', '220104.870000', '220104.872000', '220104.875000', '220104.877000', '220104.880000', '220104.883000', '220104.885000', '220104.888000', '220104.890000', '220104.893000', '220104.895000', '220104.898000', '220104.901000', '220104.903000', '220104.906000', '220104.908000', '220104.911000', '220104.913000', '220104.916000', '220104.919000', '220104.921000', '220104.924000', '220104.926000', '220104.929000', '220104.932000', '220104.934000', '220104.937000', '220104.939000', '220124.831000', '220124.833000', '220124.836000', '220124.839000', '220124.841000', '220124.844000', '220124.846000', '220124.849000', '220124.852000', '220124.854000', '220124.857000', '220124.859000', '220124.862000', '220124.865000', '220124.867000', '220124.870000', '220124.872000', '220124.875000', '220124.878000', '220124.880000', '220124.883000', '220124.886000', '220124.888000', '220124.891000', '220124.893000', '220124.896000', '220124.899000', '220124.901000', '220124.904000', '220124.907000', '220124.909000', '220124.912000', '220124.914000', '220124.917000', '220124.920000', '220124.922000', '220124.925000', '220124.927000', '220124.930000', '220124.933000', '220124.935000', '220124.938000', '220124.940000', '220124.943000', '220144.831000', '220144.834000', '220144.836000', '220144.839000', '220144.841000', '220144.844000', '220144.846000', '220144.849000', '220144.852000', '220144.854000', '220144.857000', '220144.860000', '220144.862000', '220144.865000', '220144.867000', '220144.870000', '220144.873000', '220144.875000', '220144.878000', '220144.880000', '220144.883000', '220144.885000', '220144.888000', '220144.891000', '220144.893000', '220144.896000', '220144.926000', '220144.928000', '220144.931000', '220144.934000', '220144.936000', '220144.939000', '220144.941000', '220144.944000', '220144.946000', '220144.949000', '220144.952000', '220144.954000', '220144.957000', '220144.960000', '220144.962000', '220144.965000', '220144.968000', '220204.832000', '220204.835000', '220204.838000', '220204.841000', '220204.843000', '220204.846000', '220204.849000', '220204.851000', '220204.854000', '220204.856000', '220204.859000', '220204.862000', '220204.864000', '220204.867000', '220204.869000', '220204.872000', '220204.874000', '220204.877000', '220204.880000', '220204.882000', '220204.885000', '220204.887000', '220204.890000', '220204.892000', '220204.895000', '220204.898000', '220204.900000', '220204.903000', '220204.905000', '220204.908000', '220204.911000', '220204.913000', '220204.916000', '220204.918000', '220204.921000', '220204.923000', '220204.926000', '220204.929000', '220204.931000', '220204.934000', '220204.937000', '220204.939000', '220204.942000', '220224.832000', '220224.835000', '220224.837000', '220224.840000', '220224.843000', '220224.845000', '220224.848000', '220224.850000', '220224.853000', '220224.856000', '220224.858000', '220224.861000', '220224.863000', '220224.866000', '220224.869000', '220224.871000', '220224.874000', '220224.877000', '220224.880000', '220224.882000', '220224.885000', '220224.887000', '220224.890000', '220224.893000', '220224.895000', '220224.898000', '220224.901000', '220224.903000', '220224.906000', '220224.908000', '220224.911000', '220224.914000', '220224.916000', '220224.919000', '220224.921000', '220224.924000', '220224.927000', '220224.929000', '220224.932000', '220224.934000', '220224.937000', '220224.940000', '220224.942000', '220224.945000', '220244.830000', '220244.833000', '220244.836000', '220244.839000', '220244.841000', '220244.844000', '220244.847000', '220244.849000', '220244.852000', '220244.854000', '220244.857000', '220244.860000', '220244.862000', '220244.865000', '220244.868000', '220244.870000', '220244.873000', '220244.875000', '220244.878000', '220244.880000', '220244.883000', '220244.886000', '220244.888000', '220244.891000', '220244.893000', '220244.896000', '220244.898000', '220244.901000', '220244.904000', '220244.906000', '220244.909000', '220244.911000', '220244.914000', '220244.916000', '220244.919000', '220244.922000', '220244.924000', '220244.927000', '220244.930000', '220244.932000', '220244.935000', '220244.937000', '220244.940000', '220304.830000', '220304.833000', '220304.836000', '220304.839000', '220304.841000', '220304.844000', '220304.846000', '220304.849000', '220304.852000', '220304.854000', '220304.857000', '220304.860000', '220304.862000', '220304.865000', '220304.867000', '220304.870000', '220304.872000', '220304.879000', '220304.881000', '220304.884000', '220304.886000', '220304.889000', '220304.892000', '220304.894000', '220304.897000', '220304.899000', '220304.902000', '220304.905000', '220304.907000', '220304.910000', '220304.912000', '220304.915000', '220304.918000', '220304.920000', '220304.923000', '220304.925000', '220304.928000', '220304.931000', '220304.933000', '220304.936000', '220304.938000', '220304.941000', '220304.943000', '220304.946000', '220324.831000', '220324.833000', '220324.836000', '220324.838000', '220324.841000', '220324.844000', '220324.848000', '220324.851000', '220324.853000', '220324.857000', '220324.860000', '220324.862000', '220324.865000', '220324.868000', '220324.870000', '220324.873000', '220324.875000', '220324.878000', '220324.880000', '220324.883000', '220324.886000', '220324.888000', '220324.891000', '220324.893000', '220324.896000', '220324.899000', '220324.901000', '220324.904000', '220324.906000', '220324.909000', '220324.911000', '220324.914000', '220324.917000', '220324.919000', '220324.922000', '220324.924000', '220324.927000', '220324.930000', '220324.932000', '220324.935000', '220324.938000', '220324.940000', '220324.943000', '220344.831000', '220344.833000', '220344.836000', '220344.838000', '220344.841000', '220344.844000', '220344.846000', '220344.849000', '220344.852000', '220344.854000', '220344.857000', '220344.859000', '220344.863000', '220344.865000', '220344.868000', '220344.870000', '220344.873000', '220344.876000', '220344.878000', '220344.881000', '220344.883000', '220344.886000', '220344.888000', '220344.891000', '220344.894000', '220344.896000', '220344.899000', '220344.901000', '220344.904000', '220344.906000', '220344.909000', '220344.912000', '220344.914000', '220344.917000', '220344.920000', '220344.922000', '220344.925000', '220344.928000', '220344.930000', '220344.933000', '220344.935000', '220344.938000', '220344.941000', '220344.943000', '220404.830000', '220404.833000', '220404.836000', '220404.838000', '220404.841000', '220404.844000', '220404.846000', '220404.849000', '220404.851000', '220404.854000', '220404.856000', '220404.859000', '220404.862000', '220404.865000', '220404.867000', '220404.870000', '220404.873000', '220404.876000', '220404.878000', '220404.881000', '220404.883000', '220404.886000', '220404.888000', '220404.891000', '220404.894000', '220404.896000', '220404.899000', '220404.901000', '220404.904000', '220404.906000', '220404.909000', '220404.912000', '220404.914000', '220404.917000', '220404.919000', '220404.922000', '220404.924000', '220404.927000', '220404.930000', '220404.932000', '220404.935000', '220404.937000', '220404.940000', '220424.832000', '220424.835000', '220424.837000', '220424.840000', '220424.842000', '220424.845000', '220424.847000', '220424.850000', '220424.853000', '220424.855000', '220424.858000', '220424.860000', '220424.863000', '220424.865000', '220424.868000', '220424.871000', '220424.873000', '220424.876000', '220424.878000', '220424.881000', '220424.883000', '220424.886000', '220424.889000', '220424.891000', '220424.894000', '220424.896000', '220424.899000', '220424.902000', '220424.904000', '220424.907000', '220424.909000', '220424.912000', '220424.914000', '220424.917000', '220424.920000', '220424.922000', '220424.925000', '220424.928000', '220424.930000', '220424.933000', '220424.935000', '220424.938000', '220424.941000', '220424.943000', '220444.832000', '220444.834000', '220444.837000', '220444.840000', '220444.856000', '220444.859000', '220444.861000', '220444.864000', '220444.866000', '220444.869000', '220444.872000', '220444.874000', '220444.877000', '220444.879000', '220444.882000', '220444.885000', '220444.887000', '220444.890000', '220444.892000', '220444.895000', '220444.898000', '220444.900000', '220444.903000', '220444.906000', '220444.909000', '220444.912000', '220444.915000', '220444.917000', '220444.920000', '220444.922000', '220444.925000', '220444.928000', '220444.930000', '220444.933000', '220444.936000', '220444.938000', '220444.941000', '220444.943000', '220444.946000', '220444.948000', '220444.951000', '220444.954000', '220444.956000', '220504.831000', '220504.833000', '220504.836000', '220504.839000', '220504.841000', '220504.844000', '220504.846000', '220504.849000', '220504.851000', '220504.854000', '220504.857000', '220504.859000', '220504.862000', '220504.864000', '220504.867000', '220504.870000', '220504.872000', '220504.875000', '220504.878000', '220504.880000', '220504.883000', '220504.885000', '220504.888000', '220504.891000', '220504.893000', '220504.896000', '220504.898000', '220504.901000', '220504.905000', '220504.907000', '220504.910000', '220504.913000', '220504.915000', '220504.918000', '220504.920000', '220504.923000', '220504.925000', '220504.928000', '220504.931000', '220504.933000', '220504.936000', '220504.938000', '220504.941000', '220504.944000', '220524.831000', '220524.834000', '220524.836000', '220524.839000', '220524.841000', '220524.844000', '220524.847000', '220524.849000', '220524.852000', '220524.854000', '220524.857000', '220524.860000', '220524.862000', '220524.865000', '220524.867000', '220524.870000', '220524.872000', '220524.875000', '220524.878000', '220524.880000', '220524.883000', '220524.885000', '220524.888000', '220524.891000', '220524.893000', '220524.896000', '220524.899000', '220524.901000', '220524.904000', '220524.906000', '220524.909000', '220524.911000', '220524.914000', '220524.917000', '220524.920000', '220524.923000', '220524.926000', '220524.929000', '220524.931000', '220524.934000', '220524.936000', '220524.939000', '220524.942000', '220544.831000', '220544.833000', '220544.836000', '220544.839000', '220544.841000', '220544.844000', '220544.846000', '220544.849000', '220544.852000', '220544.854000', '220544.857000', '220544.859000', '220544.862000', '220544.864000', '220544.867000', '220544.870000', '220544.872000', '220544.875000', '220544.877000', '220544.880000', '220544.882000', '220544.885000', '220544.888000', '220544.890000', '220544.893000', '220544.895000', '220544.898000', '220544.900000', '220544.903000', '220544.906000', '220544.908000', '220544.911000', '220544.913000', '220544.916000', '220544.919000', '220544.921000', '220544.924000', '220544.926000', '220544.929000', '220544.931000', '220544.934000', '220544.937000', '220544.939000', '220544.942000', '220549.292000', '220549.296000', '220549.299000', '220549.301000', '220549.304000', '220549.307000', '220549.310000', '220549.313000', '220549.316000', '220549.318000'], 'InstanceCreationTime': ['215804.888000', '215804.891000', '215804.894000', '215804.896000', '215804.899000', '215804.902000', '215804.904000', '215804.907000', '215804.910000', '215804.912000', '215804.915000', '215804.917000', '215804.920000', '215804.923000', '215804.925000', '215804.928000', '215804.930000', '215804.933000', '215804.935000', '215804.938000', '215804.940000', '215804.943000', '215804.945000', '215804.948000', '215804.951000', '215804.953000', '215804.956000', '215804.958000', '215804.961000', '215804.964000', '215804.966000', '215804.969000', '215804.971000', '215804.974000', '215804.976000', '215804.979000', '215804.981000', '215804.984000', '215804.986000', '215804.989000', '215804.991000', '215804.994000', '215804.996000', '215805.000000', '215805.003000', '215805.005000', '215805.008000', '215805.010000', '215805.013000', '215805.015000', '215805.018000', '215805.020000', '215805.023000', '215805.025000', '215805.028000', '215805.030000', '215805.033000', '215805.036000', '215805.038000', '215805.041000', '215805.043000', '215805.046000', '215805.048000', '215824.830000', '215824.833000', '215824.836000', '215824.839000', '215824.841000', '215824.844000', '215824.846000', '215824.849000', '215824.851000', '215824.854000', '215824.856000', '215824.859000', '215824.862000', '215824.864000', '215824.867000', '215824.869000', '215824.872000', '215824.874000', '215824.877000', '215824.879000', '215824.882000', '215824.885000', '215824.887000', '215824.890000', '215824.892000', '215824.895000', '215824.897000', '215824.900000', '215824.902000', '215824.905000', '215824.908000', '215824.910000', '215824.913000', '215824.915000', '215824.918000', '215824.921000', '215824.923000', '215824.926000', '215824.929000', '215824.931000', '215824.934000', '215824.936000', '215824.939000', '215844.830000', '215844.833000', '215844.836000', '215844.838000', '215844.841000', '215844.843000', '215844.859000', '215844.862000', '215844.864000', '215844.867000', '215844.869000', '215844.872000', '215844.874000', '215844.877000', '215844.880000', '215844.882000', '215844.885000', '215844.887000', '215844.890000', '215844.892000', '215844.895000', '215844.898000', '215844.900000', '215844.903000', '215844.905000', '215844.908000', '215844.910000', '215844.913000', '215844.915000', '215844.918000', '215844.920000', '215844.923000', '215844.926000', '215844.928000', '215844.931000', '215844.933000', '215844.936000', '215844.938000', '215844.941000', '215844.945000', '215844.948000', '215844.950000', '215844.953000', '215844.956000', '215904.830000', '215904.833000', '215904.836000', '215904.838000', '215904.848000', '215904.850000', '215904.853000', '215904.856000', '215904.858000', '215904.861000', '215904.863000', '215904.866000', '215904.868000', '215904.871000', '215904.873000', '215904.876000', '215904.878000', '215904.881000', '215904.884000', '215904.886000', '215904.889000', '215904.891000', '215904.894000', '215904.896000', '215904.899000', '215904.901000', '215904.904000', '215904.907000', '215904.909000', '215904.912000', '215904.914000', '215904.917000', '215904.919000', '215904.922000', '215904.925000', '215904.927000', '215904.930000', '215904.932000', '215904.935000', '215904.938000', '215904.940000', '215904.943000', '215904.945000', '215924.831000', '215924.833000', '215924.836000', '215924.839000', '215924.841000', '215924.844000', '215924.846000', '215924.849000', '215924.852000', '215924.854000', '215924.857000', '215924.859000', '215924.862000', '215924.865000', '215924.867000', '215924.870000', '215924.873000', '215924.875000', '215924.878000', '215924.880000', '215924.883000', '215924.886000', '215924.888000', '215924.891000', '215924.893000', '215924.896000', '215924.898000', '215924.901000', '215924.904000', '215924.906000', '215924.909000', '215924.911000', '215924.914000', '215924.917000', '215924.919000', '215924.922000', '215924.924000', '215924.927000', '215924.930000', '215924.932000', '215924.935000', '215924.938000', '215924.940000', '215924.943000', '215944.832000', '215944.834000', '215944.837000', '215944.840000', '215944.842000', '215944.845000', '215944.847000', '215944.850000', '215944.853000', '215944.855000', '215944.858000', '215944.860000', '215944.863000', '215944.865000', '215944.868000', '215944.870000', '215944.873000', '215944.876000', '215944.878000', '215944.881000', '215944.883000', '215944.886000', '215944.889000', '215944.891000', '215944.894000', '215944.896000', '215944.899000', '215944.901000', '215944.904000', '215944.907000', '215944.909000', '215944.912000', '215944.914000', '215944.917000', '215944.919000', '215944.922000', '215944.925000', '215944.927000', '215944.930000', '215944.932000', '215944.935000', '215944.938000', '215944.940000', '220004.832000', '220004.835000', '220004.837000', '220004.840000', '220004.842000', '220004.845000', '220004.847000', '220004.850000', '220004.853000', '220004.855000', '220004.858000', '220004.860000', '220004.863000', '220004.865000', '220004.868000', '220004.871000', '220004.873000', '220004.876000', '220004.878000', '220004.881000', '220004.883000', '220004.886000', '220004.888000', '220004.891000', '220004.894000', '220004.896000', '220004.899000', '220004.901000', '220004.904000', '220004.906000', '220004.909000', '220004.912000', '220004.914000', '220004.917000', '220004.919000', '220004.922000', '220004.925000', '220004.927000', '220004.930000', '220004.932000', '220004.935000', '220004.937000', '220004.940000', '220004.943000', '220024.831000', '220024.833000', '220024.836000', '220024.839000', '220024.841000', '220024.844000', '220024.846000', '220024.849000', '220024.852000', '220024.854000', '220024.857000', '220024.859000', '220024.862000', '220024.865000', '220024.867000', '220024.870000', '220024.873000', '220024.875000', '220024.878000', '220024.880000', '220024.883000', '220024.886000', '220024.888000', '220024.891000', '220024.894000', '220024.896000', '220024.899000', '220024.901000', '220024.904000', '220024.906000', '220024.909000', '220024.912000', '220024.914000', '220024.917000', '220024.919000', '220024.922000', '220024.924000', '220024.927000', '220024.929000', '220024.932000', '220024.935000', '220024.937000', '220024.940000', '220044.830000', '220044.833000', '220044.836000', '220044.838000', '220044.841000', '220044.843000', '220044.846000', '220044.849000', '220044.851000', '220044.854000', '220044.857000', '220044.859000', '220044.862000', '220044.864000', '220044.867000', '220044.870000', '220044.872000', '220044.875000', '220044.877000', '220044.880000', '220044.883000', '220044.885000', '220044.888000', '220044.890000', '220044.893000', '220044.895000', '220044.898000', '220044.900000', '220044.903000', '220044.906000', '220044.908000', '220044.911000', '220044.913000', '220044.916000', '220044.919000', '220044.921000', '220044.924000', '220044.926000', '220044.929000', '220044.932000', '220044.934000', '220044.937000', '220044.939000', '220044.942000', '220104.831000', '220104.833000', '220104.836000', '220104.839000', '220104.841000', '220104.844000', '220104.846000', '220104.849000', '220104.852000', '220104.854000', '220104.857000', '220104.859000', '220104.862000', '220104.865000', '220104.867000', '220104.870000', '220104.872000', '220104.875000', '220104.877000', '220104.880000', '220104.883000', '220104.885000', '220104.888000', '220104.890000', '220104.893000', '220104.895000', '220104.898000', '220104.901000', '220104.903000', '220104.906000', '220104.908000', '220104.911000', '220104.913000', '220104.916000', '220104.919000', '220104.921000', '220104.924000', '220104.926000', '220104.929000', '220104.932000', '220104.934000', '220104.937000', '220104.939000', '220124.831000', '220124.833000', '220124.836000', '220124.839000', '220124.841000', '220124.844000', '220124.846000', '220124.849000', '220124.852000', '220124.854000', '220124.857000', '220124.859000', '220124.862000', '220124.865000', '220124.867000', '220124.870000', '220124.872000', '220124.875000', '220124.878000', '220124.880000', '220124.883000', '220124.886000', '220124.888000', '220124.891000', '220124.893000', '220124.896000', '220124.899000', '220124.901000', '220124.904000', '220124.907000', '220124.909000', '220124.912000', '220124.914000', '220124.917000', '220124.920000', '220124.922000', '220124.925000', '220124.927000', '220124.930000', '220124.933000', '220124.935000', '220124.938000', '220124.940000', '220124.943000', '220144.831000', '220144.834000', '220144.836000', '220144.839000', '220144.841000', '220144.844000', '220144.846000', '220144.849000', '220144.852000', '220144.854000', '220144.857000', '220144.860000', '220144.862000', '220144.865000', '220144.867000', '220144.870000', '220144.873000', '220144.875000', '220144.878000', '220144.880000', '220144.883000', '220144.885000', '220144.888000', '220144.891000', '220144.893000', '220144.896000', '220144.926000', '220144.928000', '220144.931000', '220144.934000', '220144.936000', '220144.939000', '220144.941000', '220144.944000', '220144.946000', '220144.949000', '220144.952000', '220144.954000', '220144.957000', '220144.960000', '220144.962000', '220144.965000', '220144.968000', '220204.832000', '220204.835000', '220204.838000', '220204.841000', '220204.843000', '220204.846000', '220204.849000', '220204.851000', '220204.854000', '220204.856000', '220204.859000', '220204.862000', '220204.864000', '220204.867000', '220204.869000', '220204.872000', '220204.874000', '220204.877000', '220204.880000', '220204.882000', '220204.885000', '220204.887000', '220204.890000', '220204.892000', '220204.895000', '220204.898000', '220204.900000', '220204.903000', '220204.905000', '220204.908000', '220204.911000', '220204.913000', '220204.916000', '220204.918000', '220204.921000', '220204.923000', '220204.926000', '220204.929000', '220204.931000', '220204.934000', '220204.937000', '220204.939000', '220204.942000', '220224.832000', '220224.835000', '220224.837000', '220224.840000', '220224.843000', '220224.845000', '220224.848000', '220224.850000', '220224.853000', '220224.856000', '220224.858000', '220224.861000', '220224.863000', '220224.866000', '220224.869000', '220224.871000', '220224.874000', '220224.877000', '220224.880000', '220224.882000', '220224.885000', '220224.887000', '220224.890000', '220224.893000', '220224.895000', '220224.898000', '220224.901000', '220224.903000', '220224.906000', '220224.908000', '220224.911000', '220224.914000', '220224.916000', '220224.919000', '220224.921000', '220224.924000', '220224.927000', '220224.929000', '220224.932000', '220224.934000', '220224.937000', '220224.940000', '220224.942000', '220224.945000', '220244.830000', '220244.833000', '220244.836000', '220244.839000', '220244.841000', '220244.844000', '220244.847000', '220244.849000', '220244.852000', '220244.854000', '220244.857000', '220244.860000', '220244.862000', '220244.865000', '220244.868000', '220244.870000', '220244.873000', '220244.875000', '220244.878000', '220244.880000', '220244.883000', '220244.886000', '220244.888000', '220244.891000', '220244.893000', '220244.896000', '220244.898000', '220244.901000', '220244.904000', '220244.906000', '220244.909000', '220244.911000', '220244.914000', '220244.916000', '220244.919000', '220244.922000', '220244.924000', '220244.927000', '220244.930000', '220244.932000', '220244.935000', '220244.937000', '220244.940000', '220304.830000', '220304.833000', '220304.836000', '220304.839000', '220304.841000', '220304.844000', '220304.846000', '220304.849000', '220304.852000', '220304.854000', '220304.857000', '220304.860000', '220304.862000', '220304.865000', '220304.867000', '220304.870000', '220304.872000', '220304.879000', '220304.881000', '220304.884000', '220304.886000', '220304.889000', '220304.892000', '220304.894000', '220304.897000', '220304.899000', '220304.902000', '220304.905000', '220304.907000', '220304.910000', '220304.912000', '220304.915000', '220304.918000', '220304.920000', '220304.923000', '220304.925000', '220304.928000', '220304.931000', '220304.933000', '220304.936000', '220304.938000', '220304.941000', '220304.943000', '220304.946000', '220324.831000', '220324.833000', '220324.836000', '220324.838000', '220324.841000', '220324.844000', '220324.848000', '220324.851000', '220324.853000', '220324.857000', '220324.860000', '220324.862000', '220324.865000', '220324.868000', '220324.870000', '220324.873000', '220324.875000', '220324.878000', '220324.880000', '220324.883000', '220324.886000', '220324.888000', '220324.891000', '220324.893000', '220324.896000', '220324.899000', '220324.901000', '220324.904000', '220324.906000', '220324.909000', '220324.911000', '220324.914000', '220324.917000', '220324.919000', '220324.922000', '220324.924000', '220324.927000', '220324.930000', '220324.932000', '220324.935000', '220324.938000', '220324.940000', '220324.943000', '220344.831000', '220344.833000', '220344.836000', '220344.838000', '220344.841000', '220344.844000', '220344.846000', '220344.849000', '220344.852000', '220344.854000', '220344.857000', '220344.859000', '220344.863000', '220344.865000', '220344.868000', '220344.870000', '220344.873000', '220344.876000', '220344.878000', '220344.881000', '220344.883000', '220344.886000', '220344.888000', '220344.891000', '220344.894000', '220344.896000', '220344.899000', '220344.901000', '220344.904000', '220344.906000', '220344.909000', '220344.912000', '220344.914000', '220344.917000', '220344.920000', '220344.922000', '220344.925000', '220344.928000', '220344.930000', '220344.933000', '220344.935000', '220344.938000', '220344.941000', '220344.943000', '220404.830000', '220404.833000', '220404.836000', '220404.838000', '220404.841000', '220404.844000', '220404.846000', '220404.849000', '220404.851000', '220404.854000', '220404.856000', '220404.859000', '220404.862000', '220404.865000', '220404.867000', '220404.870000', '220404.873000', '220404.876000', '220404.878000', '220404.881000', '220404.883000', '220404.886000', '220404.888000', '220404.891000', '220404.894000', '220404.896000', '220404.899000', '220404.901000', '220404.904000', '220404.906000', '220404.909000', '220404.912000', '220404.914000', '220404.917000', '220404.919000', '220404.922000', '220404.924000', '220404.927000', '220404.930000', '220404.932000', '220404.935000', '220404.937000', '220404.940000', '220424.832000', '220424.835000', '220424.837000', '220424.840000', '220424.842000', '220424.845000', '220424.847000', '220424.850000', '220424.853000', '220424.855000', '220424.858000', '220424.860000', '220424.863000', '220424.865000', '220424.868000', '220424.871000', '220424.873000', '220424.876000', '220424.878000', '220424.881000', '220424.883000', '220424.886000', '220424.889000', '220424.891000', '220424.894000', '220424.896000', '220424.899000', '220424.902000', '220424.904000', '220424.907000', '220424.909000', '220424.912000', '220424.914000', '220424.917000', '220424.920000', '220424.922000', '220424.925000', '220424.928000', '220424.930000', '220424.933000', '220424.935000', '220424.938000', '220424.941000', '220424.943000', '220444.832000', '220444.834000', '220444.837000', '220444.840000', '220444.856000', '220444.859000', '220444.861000', '220444.864000', '220444.866000', '220444.869000', '220444.872000', '220444.874000', '220444.877000', '220444.879000', '220444.882000', '220444.885000', '220444.887000', '220444.890000', '220444.892000', '220444.895000', '220444.898000', '220444.900000', '220444.903000', '220444.906000', '220444.909000', '220444.912000', '220444.915000', '220444.917000', '220444.920000', '220444.922000', '220444.925000', '220444.928000', '220444.930000', '220444.933000', '220444.936000', '220444.938000', '220444.941000', '220444.943000', '220444.946000', '220444.948000', '220444.951000', '220444.954000', '220444.956000', '220504.831000', '220504.833000', '220504.836000', '220504.839000', '220504.841000', '220504.844000', '220504.846000', '220504.849000', '220504.851000', '220504.854000', '220504.857000', '220504.859000', '220504.862000', '220504.864000', '220504.867000', '220504.870000', '220504.872000', '220504.875000', '220504.878000', '220504.880000', '220504.883000', '220504.885000', '220504.888000', '220504.891000', '220504.893000', '220504.896000', '220504.898000', '220504.901000', '220504.905000', '220504.907000', '220504.910000', '220504.913000', '220504.915000', '220504.918000', '220504.920000', '220504.923000', '220504.925000', '220504.928000', '220504.931000', '220504.933000', '220504.936000', '220504.938000', '220504.941000', '220504.944000', '220524.831000', '220524.834000', '220524.836000', '220524.839000', '220524.841000', '220524.844000', '220524.847000', '220524.849000', '220524.852000', '220524.854000', '220524.857000', '220524.860000', '220524.862000', '220524.865000', '220524.867000', '220524.870000', '220524.872000', '220524.875000', '220524.878000', '220524.880000', '220524.883000', '220524.885000', '220524.888000', '220524.891000', '220524.893000', '220524.896000', '220524.899000', '220524.901000', '220524.904000', '220524.906000', '220524.909000', '220524.911000', '220524.914000', '220524.917000', '220524.920000', '220524.923000', '220524.926000', '220524.929000', '220524.931000', '220524.934000', '220524.936000', '220524.939000', '220524.942000', '220544.831000', '220544.833000', '220544.836000', '220544.839000', '220544.841000', '220544.844000', '220544.846000', '220544.849000', '220544.852000', '220544.854000', '220544.857000', '220544.859000', '220544.862000', '220544.864000', '220544.867000', '220544.870000', '220544.872000', '220544.875000', '220544.877000', '220544.880000', '220544.882000', '220544.885000', '220544.888000', '220544.890000', '220544.893000', '220544.895000', '220544.898000', '220544.900000', '220544.903000', '220544.906000', '220544.908000', '220544.911000', '220544.913000', '220544.916000', '220544.919000', '220544.921000', '220544.924000', '220544.926000', '220544.929000', '220544.931000', '220544.934000', '220544.937000', '220544.939000', '220544.942000', '220549.292000', '220549.296000', '220549.299000', '220549.301000', '220549.304000', '220549.307000', '220549.310000', '220549.313000', '220549.316000', '220549.318000'], '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': [7672, 6433, 8012, 6710, 6769, 6956, 6591, 6823, 6636, 7055, 6668, 8418, 6583, 7797, 6646, 7132, 6487, 6920, 7098, 6822, 6917, 6529, 7014, 7658, 6367, 7299, 6605, 7218, 6606, 6348, 7134, 7277, 8158, 6889, 8962, 6526, 5653, 6584, 6444, 6890, 6513, 5695, 6545, 6597, 6830, 6662, 8517, 6573, 7129, 6425, 6226, 7907, 7011, 9102, 6497, 5749, 6746, 6616, 7470, 6769, 7179, 6723, 7373, 6667, 7198, 8205, 6676, 5950, 6649, 7181, 8127, 6738, 7081, 6441, 7108, 7228, 6468, 6815, 7464, 6718, 7524, 6673, 6606, 6865, 7044, 7920, 6468, 6679, 6587, 7040, 9363, 6750, 7185, 6493, 7041, 7057, 6790, 6978, 7360, 6512, 5807, 6477, 7131, 9471, 6632, 7026, 6704, 7101, 8256, 6503, 6517, 6948, 6613, 7795, 6298, 7162, 6894, 6766, 8434, 6324, 6048, 7265, 6222, 7418, 6413, 6694, 7056, 6273, 5777, 6428, 6789, 7983, 6279, 6588, 6421, 6209, 6026, 6393, 6651, 8230, 6552, 6413, 7023, 6416, 7460, 6348, 6519, 7619, 6284, 5876, 6479, 6662, 7483, 6623, 6284, 6747, 6364, 6220, 6495, 6783, 7998, 6243, 6081, 6608, 6756, 8190, 6337, 6305, 6473, 7100, 8438, 6462, 6571, 6494, 7133, 8606, 6538, 7133, 6608, 6688, 6051, 6638, 7213, 7685, 6396, 6237, 8027, 6365, 6544, 8101, 7069, 7819, 6744, 7108, 9505, 6276, 6161, 6649, 7477, 7443, 6556, 6407, 7174, 6533, 6518, 7589, 7906, 6468, 6169, 7965, 6702, 6834, 7343, 6481, 8907, 6410, 6938, 6436, 7306, 6592, 5893, 6877, 6710, 7341, 6794, 6786, 8269, 6703, 9549, 6831, 8931, 6490, 6958, 6305, 6933, 6609, 7846, 6746, 5863, 6908, 7003, 7666, 6945, 5996, 6891, 6306, 6964, 6884, 7021, 7369, 8044, 6601, 7749, 6805, 7348, 6666, 7016, 7763, 6749, 7385, 6893, 7271, 8441, 6821, 6291, 6765, 7024, 7203, 6675, 7778, 6690, 6846, 7862, 6540, 5831, 6826, 6264, 7473, 6953, 5959, 6667, 7668, 8445, 6648, 5954, 6791, 6997, 7344, 6923, 6405, 6820, 7260, 7309, 6660, 7137, 7081, 6932, 8420, 6732, 7401, 9872, 6736, 6437, 6647, 7000, 7451, 6673, 5884, 6882, 6530, 7630, 6844, 7148, 6910, 7535, 7773, 6754, 7635, 6740, 7524, 7868, 6948, 6691, 6827, 6367, 6936, 6712, 7855, 6696, 6301, 7407, 7280, 8867, 6672, 7137, 6740, 6876, 8199, 6880, 7250, 7010, 7113, 7721, 6667, 7245, 6860, 6610, 7187, 7302, 8190, 7038, 6389, 7655, 6868, 5928, 6876, 6347, 7624, 7007, 6222, 6860, 7308, 8536, 6547, 8064, 6835, 7212, 9223, 7257, 7575, 6668, 7380, 6834, 7079, 9123, 7040, 7286, 7059, 6691, 6281, 6842, 6492, 6876, 7222, 8354, 7292, 6080, 6950, 7407, 6552, 6796, 7598, 6918, 7165, 7626, 7020, 5744, 7076, 7557, 8792, 6813, 6001, 6757, 7328, 6934, 6758, 9976, 7114, 5773, 6922, 7483, 7823, 6856, 5870, 7108, 7601, 8724, 7083, 7172, 7017, 6849, 7184, 6799, 7387, 7333, 7206, 9201, 6757, 7343, 6756, 7218, 7550, 6690, 7409, 6866, 7313, 9115, 6849, 7277, 6739, 7036, 7689, 6569, 6985, 6848, 7189, 8633, 6730, 7341, 6937, 6794, 7151, 7162, 5979, 6977, 7717, 6175, 7044, 7684, 6939, 7416, 7827, 7002, 6885, 6788, 7321, 8414, 7207, 7264, 7114, 7487, 8063, 7013, 6590, 7052, 7604, 9033, 6952, 7542, 6862, 7046, 7951, 6780, 7447, 7083, 7121, 8343, 6971, 7054, 6681, 7344, 8667, 6992, 6486, 7258, 6621, 9126, 7145, 6878, 6940, 7399, 6814, 7208, 7493, 6866, 7193, 7526, 7102, 6838, 6834, 7249, 8309, 7252, 7183, 8276, 6884, 5681, 7021, 7522, 8521, 6911, 7137, 7176, 7306, 7940, 6910, 6644, 7330, 7019, 7532, 6980, 7130, 7323, 7246, 7710, 7048, 7542, 7029, 7402, 8764, 7194, 7181, 6805, 7252, 6501, 6917, 6519, 7196, 7148, 6583, 7110, 7286, 7697, 6999, 5591, 6996, 6392, 8020, 7184, 6244, 7029, 7599, 7730, 6924, 5747, 7083, 7623, 7134, 7542, 8287, 6938, 6001, 6951, 6670, 6889, 7477, 8632, 7213, 7409, 6976, 7489, 6709, 7256, 7570, 7188, 7497, 7627, 7120, 6519, 7614, 7180, 6063, 7205, 7446, 9283, 6791, 7196, 6877, 7337, 8709, 7508, 10322, 7491, 6018, 7187, 7135, 7903, 7142, 7646, 7358, 7402, 9232, 7109, 7128, 7241, 7093, 6241, 6980, 7712, 9416, 6968, 7551, 6952, 7534, 8761, 6913, 7772, 7163, 7091, 7124, 6869, 5752, 7241, 7298, 8029, 7046, 5823, 7086, 7423, 8079, 6927, 7898, 6889, 6442, 7885, 6843, 7555, 7729, 7004, 7402, 7617, 6960, 6989, 8100, 6944, 7742, 7000, 7150, 5696, 7014, 7517, 7582, 7325, 6590, 10025, 7086, 7654, 6886, 7345, 9231, 7253, 6375, 6936, 7490, 8571, 7153, 7310, 6962, 7187, 7534, 7217, 6825, 7905, 7077, 6295, 7055, 7349, 8020, 7459, 9653, 7316, 6955, 7001, 7412, 7627, 7125, 7283, 7205, 7100, 6858, 7094, 6399, 8235, 6942, 6668, 7161, 6267, 8432, 6944, 6403, 6988, 7144, 7409, 7112, 7107, 7857, 6878, 7495, 6879, 7267, 8181, 7301, 7390, 7704, 7454, 7578, 7097, 7419, 7068, 7280, 8135, 7046, 7423, 6858, 7384, 8037, 7170, 7243, 7593, 6893, 5620, 6970, 7820, 9216, 7286, 7144, 8775, 6961, 6369, 6955, 7294, 7105, 7652, 9701, 7233, 6152, 7099, 6798, 7448, 7283, 6286, 7164, 7372, 7033, 7008, 7387, 6980, 7289, 8181, 6884, 6275, 7493, 6900, 7908, 6961, 6925, 7477, 7567, 8495, 7223, 7598, 7225, 7040, 7331, 7230, 5727, 7142, 7320, 9054, 7243, 7324, 7026, 7309, 8429, 7160, 5859, 7179, 6936, 7935, 7083, 7848, 7284, 7364, 7126, 7261, 7332, 7198, 7041, 7628, 7150, 7142, 6961, 7085, 6218, 6971, 6429, 8170, 7283, 9442, 7416, 6123, 7145, 6848, 7579, 7155, 5996, 7107, 7307, 6667, 7014, 7279, 7061, 7369, 8401, 7008, 6725, 6986, 6286, 8115, 6954, 7556, 7223, 6764, 6866, 7468, 7353, 7085, 7329, 6989, 7357, 8613, 7102, 7253, 6909, 7320, 7611, 7033, 6352, 7864, 7028, 6768, 7124, 7424, 8655, 7196, 7424, 6999, 7497, 7484, 7362, 7107, 7279, 7372, 6215, 7289, 7454, 7548, 7227, 7572, 8603, 7047, 6527, 7180, 7384, 8349, 7053, 7358, 7139, 6785, 9074, 7012, 7106, 6956, 6796, 7524, 7205, 6196, 7217, 7398, 7246, 7058, 6273, 9214, 6828, 7384, 6958, 7381, 8187, 6894, 6338, 7393, 7182, 6240, 6847, 7189, 8314, 6812, 7287, 7581, 7115, 7564, 7212, 7363, 5597, 7169, 7708, 8672, 7328, 8798, 7379, 8172, 7085, 8100, 7159, 7330, 7433, 6974, 7044, 7336, 8053, 6858, 6795, 7172, 9345, 8461, 9116, 6656, 6792, 6728, 6485, 7060, 7589, 8275, 7042, 5835, 6815, 6637, 6631, 7146, 7572, 6902, 7193, 7731, 7004, 7948, 6966, 7015, 6599, 7568, 7683, 6865, 7417, 7157, 7376, 6856, 7334, 7437, 6980, 6580, 7010, 7099, 7807, 6935, 7368, 6876, 6411, 8611, 7493, 8173, 6935, 5759, 7094, 6601, 7787, 7071, 8064, 7035, 7340, 7080, 7206, 8307, 7182, 7570, 6963, 7631, 6385, 7209, 6774, 8530, 6870, 7022, 6500, 7146, 9595, 6817, 7681, 6648, 6454, 6905, 7449, 9668, 6943, 6705, 6785, 7495, 8217, 6773, 5832, 7055, 7369, 8253, 6881, 6600, 7096, 6881, 7876, 6815, 7227, 6798, 7309, 7098, 6683, 7390, 6810, 7224, 8153, 6792, 6842, 6640, 7203, 7891, 7005, 6060, 8010, 6340, 7132, 8372, 6622, 6429, 8412, 6644, 7363, 8236, 6975, 10003, 6820, 6064, 6817, 7296, 7428, 6678, 6999, 6975], 'WindowCenter': [3368.0, 3335.0, 3363.0, 3329.0, 3331.0, 3340.0, 3340.0, 3328.0, 3329.0, 3327.0, 3328.0, 3359.0, 3329.0, 3350.0, 3340.0, 3341.0, 3330.0, 3342.0, 3353.0, 3341.0, 3340.0, 3329.0, 3354.0, 3364.0, 3331.0, 3353.0, 3342.0, 3353.0, 3342.0, 3331.0, 3341.0, 3352.0, 3362.0, 3339.0, 3371.0, 3329.0, 3306.0, 3341.0, 3332.0, 3342.0, 3332.0, 3309.0, 3331.0, 3341.0, 3342.0, 3343.0, 3374.0, 3342.0, 3340.0, 3330.0, 3320.0, 3362.0, 3342.0, 3383.0, 3329.0, 3308.0, 3330.0, 3330.0, 3352.0, 3341.0, 3341.0, 3340.0, 3352.0, 3343.0, 3352.0, 3374.0, 3342.0, 3320.0, 3342.0, 3340.0, 3374.0, 3342.0, 3351.0, 3333.0, 3354.0, 3353.0, 3330.0, 3342.0, 3352.0, 3343.0, 3362.0, 3343.0, 3343.0, 3343.0, 3354.0, 3364.0, 3331.0, 3339.0, 3342.0, 3342.0, 3384.0, 3343.0, 3342.0, 3331.0, 3342.0, 3354.0, 3343.0, 3342.0, 3353.0, 3331.0, 3320.0, 3331.0, 3343.0, 3394.0, 3342.0, 3343.0, 3342.0, 3342.0, 3374.0, 3331.0, 3331.0, 3341.0, 3331.0, 3352.0, 3330.0, 3341.0, 3340.0, 3341.0, 3373.0, 3331.0, 3319.0, 3352.0, 3318.0, 3350.0, 3328.0, 3329.0, 3341.0, 3330.0, 3321.0, 3330.0, 3343.0, 3363.0, 3332.0, 3341.0, 3332.0, 3321.0, 3321.0, 3332.0, 3342.0, 3375.0, 3334.0, 3331.0, 3355.0, 3332.0, 3352.0, 3332.0, 3332.0, 3364.0, 3331.0, 3308.0, 3330.0, 3341.0, 3352.0, 3343.0, 3331.0, 3344.0, 3333.0, 3321.0, 3332.0, 3342.0, 3364.0, 3331.0, 3322.0, 3342.0, 3342.0, 3375.0, 3331.0, 3330.0, 3330.0, 3340.0, 3374.0, 3331.0, 3330.0, 3330.0, 3354.0, 3374.0, 3332.0, 3342.0, 3341.0, 3344.0, 3332.0, 3345.0, 3365.0, 3366.0, 3346.0, 3335.0, 3377.0, 3345.0, 3342.0, 3366.0, 3354.0, 3365.0, 3330.0, 3342.0, 3396.0, 3330.0, 3319.0, 3342.0, 3353.0, 3352.0, 3330.0, 3329.0, 3340.0, 3332.0, 3333.0, 3366.0, 3377.0, 3333.0, 3320.0, 3364.0, 3340.0, 3328.0, 3339.0, 3316.0, 3370.0, 3317.0, 3327.0, 3317.0, 3339.0, 3328.0, 3306.0, 3329.0, 3328.0, 3336.0, 3327.0, 3314.0, 3359.0, 3315.0, 3381.0, 3327.0, 3369.0, 3314.0, 3324.0, 3304.0, 3313.0, 3312.0, 3334.0, 3314.0, 3294.0, 3327.0, 3326.0, 3349.0, 3338.0, 3306.0, 3327.0, 3316.0, 3327.0, 3327.0, 3327.0, 3338.0, 3349.0, 3328.0, 3348.0, 3328.0, 3352.0, 3327.0, 3339.0, 3351.0, 3327.0, 3339.0, 3340.0, 3341.0, 3360.0, 3330.0, 3318.0, 3329.0, 3339.0, 3339.0, 3328.0, 3349.0, 3329.0, 3329.0, 3361.0, 3329.0, 3308.0, 3330.0, 3330.0, 3352.0, 3341.0, 3320.0, 3343.0, 3364.0, 3373.0, 3329.0, 3305.0, 3328.0, 3340.0, 3353.0, 3341.0, 3332.0, 3343.0, 3353.0, 3352.0, 3329.0, 3328.0, 3328.0, 3338.0, 3362.0, 3329.0, 3355.0, 3408.0, 3342.0, 3330.0, 3329.0, 3339.0, 3338.0, 3327.0, 3292.0, 3326.0, 3318.0, 3351.0, 3342.0, 3343.0, 3342.0, 3351.0, 3349.0, 3328.0, 3336.0, 3327.0, 3349.0, 3350.0, 3341.0, 3329.0, 3340.0, 3330.0, 3339.0, 3328.0, 3347.0, 3315.0, 3316.0, 3338.0, 3338.0, 3370.0, 3327.0, 3327.0, 3327.0, 3315.0, 3359.0, 3327.0, 3337.0, 3327.0, 3338.0, 3348.0, 3327.0, 3338.0, 3316.0, 3315.0, 3326.0, 3338.0, 3360.0, 3339.0, 3319.0, 3349.0, 3328.0, 3306.0, 3328.0, 3318.0, 3350.0, 3339.0, 3319.0, 3341.0, 3351.0, 3370.0, 3316.0, 3349.0, 3328.0, 3338.0, 3371.0, 3338.0, 3350.0, 3327.0, 3337.0, 3327.0, 3327.0, 3383.0, 3329.0, 3337.0, 3327.0, 3329.0, 3318.0, 3327.0, 3316.0, 3326.0, 3338.0, 3356.0, 3338.0, 3305.0, 3339.0, 3350.0, 3317.0, 3326.0, 3337.0, 3326.0, 3326.0, 3350.0, 3340.0, 3308.0, 3340.0, 3363.0, 3372.0, 3329.0, 3306.0, 3327.0, 3323.0, 3325.0, 3327.0, 3381.0, 3339.0, 3307.0, 3338.0, 3336.0, 3338.0, 3315.0, 3294.0, 3325.0, 3350.0, 3360.0, 3338.0, 3339.0, 3341.0, 3329.0, 3338.0, 3325.0, 3337.0, 3338.0, 3338.0, 3371.0, 3329.0, 3339.0, 3329.0, 3338.0, 3347.0, 3316.0, 3336.0, 3326.0, 3337.0, 3369.0, 3328.0, 3341.0, 3330.0, 3339.0, 3337.0, 3314.0, 3325.0, 3315.0, 3327.0, 3358.0, 3328.0, 3338.0, 3338.0, 3327.0, 3327.0, 3326.0, 3304.0, 3339.0, 3350.0, 3315.0, 3339.0, 3350.0, 3339.0, 3339.0, 3349.0, 3340.0, 3340.0, 3329.0, 3339.0, 3361.0, 3339.0, 3340.0, 3340.0, 3339.0, 3351.0, 3339.0, 3325.0, 3327.0, 3349.0, 3369.0, 3341.0, 3351.0, 3329.0, 3341.0, 3361.0, 3328.0, 3340.0, 3338.0, 3329.0, 3361.0, 3338.0, 3341.0, 3329.0, 3339.0, 3359.0, 3326.0, 3315.0, 3337.0, 3325.0, 3371.0, 3339.0, 3329.0, 3339.0, 3338.0, 3327.0, 3339.0, 3338.0, 3328.0, 3340.0, 3350.0, 3341.0, 3328.0, 3328.0, 3340.0, 3360.0, 3339.0, 3327.0, 3361.0, 3339.0, 3307.0, 3339.0, 3350.0, 3360.0, 3327.0, 3339.0, 3339.0, 3339.0, 3363.0, 3341.0, 3329.0, 3340.0, 3328.0, 3349.0, 3327.0, 3328.0, 3338.0, 3338.0, 3350.0, 3339.0, 3347.0, 3327.0, 3339.0, 3361.0, 3328.0, 3327.0, 3328.0, 3339.0, 3319.0, 3329.0, 3315.0, 3329.0, 3340.0, 3329.0, 3328.0, 3340.0, 3350.0, 3340.0, 3296.0, 3327.0, 3318.0, 3351.0, 3329.0, 3317.0, 3329.0, 3349.0, 3350.0, 3340.0, 3306.0, 3330.0, 3350.0, 3340.0, 3351.0, 3361.0, 3340.0, 3318.0, 3340.0, 3328.0, 3338.0, 3339.0, 3362.0, 3339.0, 3340.0, 3340.0, 3340.0, 3328.0, 3352.0, 3351.0, 3340.0, 3340.0, 3351.0, 3341.0, 3329.0, 3351.0, 3339.0, 3320.0, 3351.0, 3351.0, 3385.0, 3330.0, 3342.0, 3329.0, 3340.0, 3362.0, 3340.0, 3390.0, 3339.0, 3306.0, 3339.0, 3338.0, 3349.0, 3327.0, 3349.0, 3338.0, 3337.0, 3383.0, 3341.0, 3340.0, 3339.0, 3340.0, 3318.0, 3340.0, 3351.0, 3382.0, 3341.0, 3351.0, 3340.0, 3348.0, 3360.0, 3327.0, 3339.0, 3328.0, 3328.0, 3339.0, 3328.0, 3306.0, 3337.0, 3339.0, 3349.0, 3339.0, 3308.0, 3339.0, 3353.0, 3363.0, 3342.0, 3362.0, 3341.0, 3317.0, 3349.0, 3329.0, 3350.0, 3352.0, 3342.0, 3354.0, 3365.0, 3353.0, 3342.0, 3364.0, 3341.0, 3349.0, 3342.0, 3342.0, 3310.0, 3342.0, 3354.0, 3363.0, 3354.0, 3343.0, 3397.0, 3343.0, 3351.0, 3342.0, 3353.0, 3385.0, 3353.0, 3331.0, 3342.0, 3351.0, 3375.0, 3343.0, 3353.0, 3343.0, 3342.0, 3350.0, 3350.0, 3345.0, 3364.0, 3343.0, 3330.0, 3341.0, 3353.0, 3363.0, 3352.0, 3384.0, 3340.0, 3341.0, 3342.0, 3339.0, 3354.0, 3341.0, 3352.0, 3350.0, 3343.0, 3330.0, 3341.0, 3331.0, 3362.0, 3342.0, 3330.0, 3341.0, 3329.0, 3363.0, 3343.0, 3332.0, 3341.0, 3339.0, 3351.0, 3341.0, 3340.0, 3363.0, 3341.0, 3351.0, 3342.0, 3352.0, 3363.0, 3341.0, 3340.0, 3352.0, 3351.0, 3352.0, 3340.0, 3340.0, 3341.0, 3341.0, 3350.0, 3340.0, 3338.0, 3328.0, 3339.0, 3351.0, 3340.0, 3340.0, 3351.0, 3339.0, 3307.0, 3326.0, 3351.0, 3383.0, 3340.0, 3340.0, 3370.0, 3340.0, 3317.0, 3327.0, 3325.0, 3327.0, 3336.0, 3381.0, 3339.0, 3304.0, 3327.0, 3326.0, 3338.0, 3339.0, 3316.0, 3327.0, 3338.0, 3327.0, 3327.0, 3336.0, 3328.0, 3340.0, 3360.0, 3339.0, 3317.0, 3337.0, 3327.0, 3348.0, 3326.0, 3326.0, 3337.0, 3338.0, 3358.0, 3338.0, 3337.0, 3338.0, 3327.0, 3339.0, 3338.0, 3295.0, 3326.0, 3339.0, 3372.0, 3337.0, 3337.0, 3328.0, 3338.0, 3347.0, 3325.0, 3293.0, 3327.0, 3327.0, 3350.0, 3328.0, 3349.0, 3337.0, 3340.0, 3327.0, 3339.0, 3338.0, 3328.0, 3337.0, 3350.0, 3340.0, 3340.0, 3342.0, 3341.0, 3321.0, 3341.0, 3318.0, 3364.0, 3340.0, 3381.0, 3339.0, 3304.0, 3327.0, 3328.0, 3348.0, 3328.0, 3306.0, 3338.0, 3339.0, 3328.0, 3328.0, 3338.0, 3329.0, 3339.0, 3360.0, 3339.0, 3328.0, 3329.0, 3317.0, 3349.0, 3338.0, 3338.0, 3336.0, 3327.0, 3327.0, 3339.0, 3338.0, 3340.0, 3339.0, 3339.0, 3341.0, 3362.0, 3339.0, 3340.0, 3340.0, 3337.0, 3351.0, 3339.0, 3320.0, 3363.0, 3340.0, 3330.0, 3341.0, 3341.0, 3373.0, 3341.0, 3339.0, 3339.0, 3341.0, 3351.0, 3350.0, 3341.0, 3351.0, 3353.0, 3319.0, 3340.0, 3352.0, 3364.0, 3353.0, 3354.0, 3374.0, 3343.0, 3333.0, 3343.0, 3352.0, 3363.0, 3341.0, 3340.0, 3339.0, 3328.0, 3374.0, 3340.0, 3341.0, 3342.0, 3331.0, 3352.0, 3341.0, 3318.0, 3341.0, 3341.0, 3352.0, 3341.0, 3331.0, 3384.0, 3341.0, 3353.0, 3342.0, 3352.0, 3363.0, 3340.0, 3319.0, 3351.0, 3341.0, 3320.0, 3332.0, 3340.0, 3361.0, 3330.0, 3339.0, 3353.0, 3345.0, 3366.0, 3355.0, 3366.0, 3312.0, 3343.0, 3363.0, 3371.0, 3353.0, 3372.0, 3351.0, 3361.0, 3341.0, 3362.0, 3342.0, 3352.0, 3352.0, 3340.0, 3339.0, 3339.0, 3350.0, 3329.0, 3317.0, 3327.0, 3369.0, 3348.0, 3358.0, 3314.0, 3313.0, 3313.0, 3302.0, 3322.0, 3336.0, 3348.0, 3326.0, 3295.0, 3327.0, 3326.0, 3329.0, 3339.0, 3348.0, 3328.0, 3326.0, 3338.0, 3328.0, 3350.0, 3339.0, 3338.0, 3330.0, 3350.0, 3338.0, 3316.0, 3338.0, 3329.0, 3339.0, 3330.0, 3339.0, 3339.0, 3328.0, 3330.0, 3339.0, 3340.0, 3351.0, 3338.0, 3340.0, 3328.0, 3318.0, 3362.0, 3341.0, 3361.0, 3327.0, 3295.0, 3326.0, 3316.0, 3349.0, 3328.0, 3349.0, 3329.0, 3336.0, 3340.0, 3341.0, 3361.0, 3341.0, 3351.0, 3340.0, 3352.0, 3318.0, 3351.0, 3344.0, 3386.0, 3344.0, 3344.0, 3331.0, 3343.0, 3383.0, 3331.0, 3352.0, 3331.0, 3319.0, 3341.0, 3351.0, 3385.0, 3342.0, 3328.0, 3328.0, 3339.0, 3361.0, 3327.0, 3308.0, 3341.0, 3341.0, 3363.0, 3339.0, 3329.0, 3328.0, 3328.0, 3348.0, 3316.0, 3339.0, 3328.0, 3340.0, 3341.0, 3330.0, 3342.0, 3331.0, 3341.0, 3350.0, 3330.0, 3328.0, 3328.0, 3340.0, 3351.0, 3341.0, 3320.0, 3352.0, 3320.0, 3341.0, 3362.0, 3329.0, 3320.0, 3364.0, 3330.0, 3341.0, 3364.0, 3342.0, 3393.0, 3330.0, 3307.0, 3329.0, 3339.0, 3339.0, 3330.0, 3339.0, 3340.0], 'WindowWidth': [7726.0, 7674.0, 7707.0, 7657.0, 7659.0, 7671.0, 7671.0, 7652.0, 7653.0, 7647.0, 7648.0, 7692.0, 7652.0, 7682.0, 7670.0, 7673.0, 7658.0, 7677.0, 7694.0, 7675.0, 7673.0, 7658.0, 7694.0, 7707.0, 7663.0, 7693.0, 7676.0, 7691.0, 7675.0, 7659.0, 7672.0, 7689.0, 7700.0, 7668.0, 7713.0, 7653.0, 7622.0, 7672.0, 7665.0, 7675.0, 7662.0, 7629.0, 7659.0, 7674.0, 7678.0, 7680.0, 7720.0, 7676.0, 7670.0, 7657.0, 7643.0, 7702.0, 7676.0, 7731.0, 7653.0, 7627.0, 7657.0, 7657.0, 7690.0, 7674.0, 7672.0, 7671.0, 7688.0, 7678.0, 7690.0, 7720.0, 7676.0, 7644.0, 7676.0, 7673.0, 7722.0, 7679.0, 7689.0, 7667.0, 7695.0, 7691.0, 7658.0, 7676.0, 7690.0, 7679.0, 7705.0, 7678.0, 7679.0, 7682.0, 7696.0, 7707.0, 7661.0, 7669.0, 7676.0, 7676.0, 7733.0, 7679.0, 7675.0, 7661.0, 7676.0, 7695.0, 7678.0, 7676.0, 7693.0, 7663.0, 7647.0, 7661.0, 7677.0, 7747.0, 7676.0, 7677.0, 7677.0, 7677.0, 7719.0, 7660.0, 7658.0, 7673.0, 7660.0, 7689.0, 7657.0, 7672.0, 7671.0, 7673.0, 7718.0, 7661.0, 7642.0, 7690.0, 7641.0, 7682.0, 7654.0, 7654.0, 7673.0, 7660.0, 7648.0, 7658.0, 7678.0, 7706.0, 7664.0, 7674.0, 7664.0, 7649.0, 7647.0, 7663.0, 7678.0, 7724.0, 7669.0, 7661.0, 7698.0, 7666.0, 7691.0, 7663.0, 7663.0, 7706.0, 7661.0, 7628.0, 7659.0, 7675.0, 7691.0, 7679.0, 7662.0, 7683.0, 7666.0, 7646.0, 7662.0, 7675.0, 7708.0, 7663.0, 7652.0, 7677.0, 7677.0, 7724.0, 7663.0, 7659.0, 7659.0, 7670.0, 7721.0, 7661.0, 7658.0, 7659.0, 7696.0, 7721.0, 7664.0, 7677.0, 7676.0, 7681.0, 7665.0, 7686.0, 7712.0, 7713.0, 7687.0, 7671.0, 7730.0, 7687.0, 7678.0, 7713.0, 7694.0, 7709.0, 7658.0, 7675.0, 7751.0, 7659.0, 7643.0, 7677.0, 7691.0, 7687.0, 7656.0, 7654.0, 7670.0, 7664.0, 7666.0, 7715.0, 7730.0, 7667.0, 7646.0, 7708.0, 7670.0, 7648.0, 7667.0, 7628.0, 7705.0, 7629.0, 7644.0, 7631.0, 7665.0, 7652.0, 7621.0, 7653.0, 7651.0, 7656.0, 7642.0, 7623.0, 7690.0, 7627.0, 7720.0, 7645.0, 7704.0, 7624.0, 7638.0, 7609.0, 7618.0, 7617.0, 7650.0, 7623.0, 7598.0, 7646.0, 7646.0, 7679.0, 7663.0, 7618.0, 7646.0, 7629.0, 7645.0, 7645.0, 7645.0, 7661.0, 7679.0, 7647.0, 7675.0, 7649.0, 7686.0, 7649.0, 7664.0, 7682.0, 7648.0, 7665.0, 7668.0, 7670.0, 7696.0, 7654.0, 7636.0, 7651.0, 7666.0, 7665.0, 7650.0, 7679.0, 7653.0, 7654.0, 7696.0, 7654.0, 7623.0, 7656.0, 7656.0, 7689.0, 7675.0, 7646.0, 7678.0, 7706.0, 7717.0, 7653.0, 7616.0, 7648.0, 7666.0, 7692.0, 7673.0, 7662.0, 7680.0, 7693.0, 7688.0, 7650.0, 7646.0, 7650.0, 7662.0, 7698.0, 7653.0, 7698.0, 7771.0, 7676.0, 7657.0, 7655.0, 7665.0, 7660.0, 7645.0, 7594.0, 7644.0, 7635.0, 7685.0, 7677.0, 7677.0, 7675.0, 7685.0, 7678.0, 7646.0, 7655.0, 7644.0, 7677.0, 7682.0, 7671.0, 7653.0, 7669.0, 7656.0, 7666.0, 7648.0, 7672.0, 7628.0, 7630.0, 7661.0, 7661.0, 7708.0, 7647.0, 7647.0, 7645.0, 7629.0, 7691.0, 7647.0, 7660.0, 7648.0, 7663.0, 7676.0, 7645.0, 7660.0, 7628.0, 7626.0, 7644.0, 7662.0, 7693.0, 7665.0, 7639.0, 7678.0, 7648.0, 7618.0, 7648.0, 7637.0, 7681.0, 7667.0, 7640.0, 7672.0, 7683.0, 7708.0, 7632.0, 7676.0, 7647.0, 7661.0, 7709.0, 7663.0, 7680.0, 7646.0, 7659.0, 7646.0, 7646.0, 7728.0, 7652.0, 7660.0, 7647.0, 7652.0, 7636.0, 7645.0, 7628.0, 7643.0, 7660.0, 7686.0, 7662.0, 7617.0, 7667.0, 7683.0, 7635.0, 7643.0, 7657.0, 7642.0, 7643.0, 7679.0, 7669.0, 7625.0, 7670.0, 7704.0, 7716.0, 7653.0, 7618.0, 7644.0, 7633.0, 7639.0, 7645.0, 7721.0, 7665.0, 7622.0, 7664.0, 7659.0, 7660.0, 7627.0, 7598.0, 7640.0, 7679.0, 7695.0, 7665.0, 7668.0, 7672.0, 7653.0, 7662.0, 7641.0, 7656.0, 7661.0, 7660.0, 7710.0, 7651.0, 7665.0, 7653.0, 7664.0, 7672.0, 7629.0, 7655.0, 7642.0, 7658.0, 7704.0, 7651.0, 7670.0, 7655.0, 7665.0, 7658.0, 7623.0, 7641.0, 7629.0, 7645.0, 7688.0, 7648.0, 7662.0, 7661.0, 7646.0, 7647.0, 7644.0, 7613.0, 7663.0, 7680.0, 7631.0, 7665.0, 7680.0, 7667.0, 7667.0, 7680.0, 7668.0, 7666.0, 7651.0, 7665.0, 7699.0, 7665.0, 7666.0, 7668.0, 7667.0, 7682.0, 7665.0, 7642.0, 7646.0, 7679.0, 7707.0, 7669.0, 7683.0, 7652.0, 7670.0, 7696.0, 7648.0, 7666.0, 7664.0, 7652.0, 7698.0, 7665.0, 7669.0, 7652.0, 7663.0, 7689.0, 7643.0, 7628.0, 7658.0, 7641.0, 7709.0, 7666.0, 7652.0, 7664.0, 7662.0, 7644.0, 7664.0, 7663.0, 7649.0, 7669.0, 7682.0, 7671.0, 7651.0, 7649.0, 7666.0, 7693.0, 7664.0, 7646.0, 7698.0, 7666.0, 7623.0, 7665.0, 7678.0, 7691.0, 7647.0, 7666.0, 7667.0, 7666.0, 7703.0, 7672.0, 7652.0, 7667.0, 7649.0, 7676.0, 7646.0, 7647.0, 7662.0, 7663.0, 7681.0, 7665.0, 7673.0, 7646.0, 7664.0, 7695.0, 7648.0, 7647.0, 7652.0, 7667.0, 7638.0, 7650.0, 7629.0, 7650.0, 7668.0, 7653.0, 7650.0, 7666.0, 7682.0, 7669.0, 7604.0, 7646.0, 7637.0, 7684.0, 7651.0, 7635.0, 7652.0, 7678.0, 7680.0, 7668.0, 7617.0, 7653.0, 7680.0, 7671.0, 7685.0, 7699.0, 7670.0, 7638.0, 7666.0, 7648.0, 7664.0, 7667.0, 7699.0, 7667.0, 7668.0, 7670.0, 7670.0, 7652.0, 7686.0, 7685.0, 7669.0, 7669.0, 7685.0, 7672.0, 7653.0, 7683.0, 7666.0, 7642.0, 7684.0, 7685.0, 7736.0, 7658.0, 7674.0, 7655.0, 7666.0, 7698.0, 7669.0, 7735.0, 7663.0, 7618.0, 7664.0, 7663.0, 7678.0, 7647.0, 7678.0, 7661.0, 7661.0, 7728.0, 7671.0, 7669.0, 7666.0, 7668.0, 7636.0, 7668.0, 7684.0, 7728.0, 7671.0, 7683.0, 7666.0, 7674.0, 7694.0, 7646.0, 7664.0, 7648.0, 7647.0, 7666.0, 7650.0, 7618.0, 7659.0, 7663.0, 7677.0, 7666.0, 7625.0, 7668.0, 7690.0, 7703.0, 7674.0, 7702.0, 7671.0, 7635.0, 7678.0, 7653.0, 7679.0, 7685.0, 7675.0, 7696.0, 7709.0, 7692.0, 7675.0, 7707.0, 7671.0, 7680.0, 7674.0, 7674.0, 7631.0, 7675.0, 7693.0, 7705.0, 7694.0, 7679.0, 7755.0, 7677.0, 7685.0, 7675.0, 7688.0, 7735.0, 7690.0, 7659.0, 7674.0, 7685.0, 7723.0, 7677.0, 7687.0, 7678.0, 7676.0, 7683.0, 7683.0, 7684.0, 7708.0, 7677.0, 7656.0, 7672.0, 7689.0, 7702.0, 7686.0, 7733.0, 7670.0, 7669.0, 7672.0, 7666.0, 7693.0, 7672.0, 7686.0, 7683.0, 7677.0, 7655.0, 7672.0, 7659.0, 7701.0, 7673.0, 7655.0, 7670.0, 7654.0, 7703.0, 7679.0, 7660.0, 7671.0, 7665.0, 7683.0, 7670.0, 7669.0, 7705.0, 7674.0, 7686.0, 7675.0, 7687.0, 7701.0, 7670.0, 7668.0, 7686.0, 7684.0, 7686.0, 7669.0, 7666.0, 7671.0, 7670.0, 7679.0, 7668.0, 7661.0, 7648.0, 7664.0, 7683.0, 7668.0, 7667.0, 7684.0, 7665.0, 7619.0, 7643.0, 7680.0, 7728.0, 7667.0, 7668.0, 7710.0, 7667.0, 7633.0, 7644.0, 7638.0, 7643.0, 7653.0, 7721.0, 7662.0, 7613.0, 7645.0, 7644.0, 7662.0, 7665.0, 7631.0, 7646.0, 7662.0, 7647.0, 7645.0, 7657.0, 7648.0, 7666.0, 7694.0, 7666.0, 7634.0, 7661.0, 7645.0, 7671.0, 7641.0, 7639.0, 7658.0, 7658.0, 7688.0, 7660.0, 7659.0, 7660.0, 7645.0, 7663.0, 7661.0, 7600.0, 7643.0, 7664.0, 7713.0, 7661.0, 7658.0, 7648.0, 7661.0, 7670.0, 7639.0, 7595.0, 7645.0, 7646.0, 7678.0, 7649.0, 7677.0, 7660.0, 7666.0, 7647.0, 7664.0, 7662.0, 7649.0, 7659.0, 7679.0, 7667.0, 7668.0, 7674.0, 7673.0, 7645.0, 7669.0, 7637.0, 7704.0, 7669.0, 7723.0, 7665.0, 7613.0, 7645.0, 7648.0, 7676.0, 7650.0, 7617.0, 7663.0, 7665.0, 7649.0, 7649.0, 7660.0, 7650.0, 7664.0, 7694.0, 7665.0, 7648.0, 7651.0, 7634.0, 7680.0, 7663.0, 7663.0, 7658.0, 7645.0, 7646.0, 7664.0, 7663.0, 7668.0, 7665.0, 7666.0, 7671.0, 7698.0, 7666.0, 7666.0, 7667.0, 7661.0, 7683.0, 7664.0, 7640.0, 7702.0, 7668.0, 7657.0, 7673.0, 7672.0, 7714.0, 7669.0, 7664.0, 7665.0, 7670.0, 7685.0, 7682.0, 7669.0, 7684.0, 7688.0, 7640.0, 7670.0, 7687.0, 7706.0, 7690.0, 7692.0, 7719.0, 7677.0, 7664.0, 7677.0, 7689.0, 7701.0, 7671.0, 7667.0, 7667.0, 7650.0, 7717.0, 7669.0, 7670.0, 7673.0, 7659.0, 7688.0, 7672.0, 7637.0, 7670.0, 7670.0, 7688.0, 7672.0, 7659.0, 7731.0, 7673.0, 7688.0, 7675.0, 7687.0, 7703.0, 7668.0, 7638.0, 7685.0, 7671.0, 7641.0, 7661.0, 7669.0, 7697.0, 7655.0, 7666.0, 7692.0, 7686.0, 7715.0, 7697.0, 7715.0, 7640.0, 7678.0, 7704.0, 7710.0, 7690.0, 7711.0, 7682.0, 7695.0, 7670.0, 7699.0, 7673.0, 7688.0, 7685.0, 7669.0, 7665.0, 7664.0, 7679.0, 7649.0, 7630.0, 7646.0, 7703.0, 7672.0, 7686.0, 7623.0, 7620.0, 7620.0, 7605.0, 7631.0, 7653.0, 7672.0, 7643.0, 7600.0, 7646.0, 7646.0, 7652.0, 7664.0, 7675.0, 7648.0, 7643.0, 7660.0, 7649.0, 7679.0, 7665.0, 7662.0, 7654.0, 7679.0, 7663.0, 7630.0, 7662.0, 7651.0, 7665.0, 7654.0, 7665.0, 7664.0, 7648.0, 7655.0, 7665.0, 7668.0, 7683.0, 7662.0, 7665.0, 7650.0, 7637.0, 7699.0, 7668.0, 7694.0, 7645.0, 7601.0, 7643.0, 7630.0, 7677.0, 7649.0, 7676.0, 7650.0, 7658.0, 7669.0, 7671.0, 7697.0, 7669.0, 7682.0, 7667.0, 7685.0, 7636.0, 7684.0, 7681.0, 7737.0, 7681.0, 7680.0, 7661.0, 7676.0, 7729.0, 7658.0, 7685.0, 7658.0, 7639.0, 7670.0, 7683.0, 7735.0, 7672.0, 7648.0, 7649.0, 7662.0, 7694.0, 7645.0, 7622.0, 7672.0, 7671.0, 7702.0, 7666.0, 7653.0, 7649.0, 7649.0, 7674.0, 7629.0, 7663.0, 7650.0, 7667.0, 7669.0, 7653.0, 7674.0, 7659.0, 7670.0, 7680.0, 7652.0, 7648.0, 7649.0, 7666.0, 7683.0, 7671.0, 7644.0, 7685.0, 7641.0, 7669.0, 7700.0, 7651.0, 7641.0, 7705.0, 7657.0, 7671.0, 7704.0, 7671.0, 7741.0, 7652.0, 7619.0, 7652.0, 7663.0, 7664.0, 7652.0, 7665.0, 7667.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.0004108582089552239</td></tr>
<tr><td colspan=3>aqi</td><td>0.028608002705223883</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>54.025688025443586</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.177564940457516</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9864610268067231</td></tr>
<tr><td colspan=3>efc</td><td>0.4854</td></tr>
<tr><td colspan=3>fber</td><td>2340.6404</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08635740581429933</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5597014925373134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8320154071773787</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.711594571714184</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0849442900855606</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.699507359732392</td></tr>
<tr><td colspan=3>gcor</td><td>0.00557402</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.031659964472055435</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08412213623523712</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</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.500415356516931</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>16.1872</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.0089</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.4672</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307562.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.1776</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.1891</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.4999</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2609.7002</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.6141</td></tr>
<tr><td colspan=3>tsnr</td><td>29.662454903300386</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>