<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-01/func/sub-0037_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>f1c0b3c542de618f7c6ec73318da5ffb</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>11:55:49.672500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999379, 0.00537113, 0.0348293, -0.00645386, 0.999497, 0.0310493]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100439</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>[4155, -7752, -7249, 596, -56, -219, 53, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b3bd711-a679-4026-b7c2-f0df23281b76||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681260347366333, -0.017315231263637543, 0.0935414656996727, 111.1883316040039], [-0.014410344883799553, 2.681577444076538, 0.08438784629106522, -87.11260986328125], [0.09344439953565598, -0.08330290019512177, 2.697059392929077, -79.98076629638672], [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': ['115549.672500', '115550.132500', '115550.592500', '115551.052500', '115551.512500', '115551.972500', '115552.432500', '115552.892500', '115553.352500', '115553.812500', '115554.272500', '115554.732500', '115555.192500', '115555.652500', '115556.112500', '115556.572500', '115557.032500', '115557.492500', '115557.952500', '115558.412500', '115558.872500', '115559.332500', '115559.792500', '115600.252500', '115600.712500', '115601.172500', '115601.632500', '115602.092500', '115602.552500', '115603.012500', '115603.472500', '115603.932500', '115604.392500', '115604.852500', '115605.312500', '115605.772500', '115606.232500', '115606.692500', '115607.152500', '115607.612500', '115608.072500', '115608.532500', '115608.992500', '115609.452500', '115609.912500', '115610.372500', '115610.832500', '115611.292500', '115611.752500', '115612.212500', '115612.672500', '115613.132500', '115613.592500', '115614.052500', '115614.512500', '115614.972500', '115615.432500', '115615.892500', '115616.352500', '115616.812500', '115617.272500', '115617.732500', '115618.192500', '115618.652500', '115619.112500', '115619.572500', '115620.032500', '115620.492500', '115620.952500', '115621.412500', '115621.872500', '115622.332500', '115622.792500', '115623.252500', '115623.712500', '115624.172500', '115624.632500', '115625.092500', '115625.552500', '115626.012500', '115626.472500', '115626.932500', '115627.392500', '115627.852500', '115628.312500', '115628.772500', '115629.232500', '115629.692500', '115630.152500', '115630.612500', '115631.072500', '115631.532500', '115631.992500', '115632.452500', '115632.912500', '115633.372500', '115633.832500', '115634.292500', '115634.752500', '115635.212500', '115635.672500', '115636.132500', '115636.592500', '115637.052500', '115637.512500', '115637.972500', '115638.432500', '115638.892500', '115639.352500', '115639.812500', '115640.272500', '115640.732500', '115641.192500', '115641.652500', '115642.112500', '115642.572500', '115643.032500', '115643.492500', '115643.952500', '115644.412500', '115644.872500', '115645.332500', '115645.792500', '115646.252500', '115646.712500', '115647.172500', '115647.632500', '115648.092500', '115648.552500', '115649.012500', '115649.472500', '115649.932500', '115650.392500', '115650.852500', '115651.312500', '115651.772500', '115652.232500', '115652.692500', '115653.152500', '115653.612500', '115654.072500', '115654.532500', '115654.992500', '115655.452500', '115655.912500', '115656.372500', '115656.832500', '115657.292500', '115657.752500', '115658.212500', '115658.672500', '115659.132500', '115659.592500', '115700.052500', '115700.512500', '115700.972500', '115701.432500', '115701.892500', '115702.352500', '115702.812500', '115703.272500', '115703.732500', '115704.192500', '115704.652500', '115705.112500', '115705.572500', '115706.032500', '115706.492500', '115706.952500', '115707.412500', '115707.872500', '115708.332500', '115708.792500', '115709.252500', '115709.712500', '115710.172500', '115710.632500', '115711.092500', '115711.552500', '115712.012500', '115712.472500', '115712.932500', '115713.392500', '115713.852500', '115714.312500', '115714.772500', '115715.232500', '115715.692500', '115716.152500', '115716.612500', '115717.072500', '115717.532500', '115717.992500', '115718.452500', '115718.912500', '115719.372500', '115719.832500', '115720.292500', '115720.752500', '115721.212500', '115721.672500', '115722.132500', '115722.592500', '115723.052500', '115723.512500', '115723.972500', '115724.432500', '115724.892500', '115725.352500', '115725.812500', '115726.272500', '115726.732500', '115727.192500', '115727.652500', '115728.112500', '115728.572500', '115729.032500', '115729.492500', '115729.952500', '115730.412500', '115730.872500', '115731.332500', '115731.792500', '115732.252500', '115732.712500', '115733.172500', '115733.632500', '115734.092500', '115734.552500', '115735.012500', '115735.472500', '115735.932500', '115736.392500', '115736.852500', '115737.312500', '115737.772500', '115738.232500', '115738.692500', '115739.152500', '115739.612500', '115740.072500', '115740.532500', '115740.992500', '115741.452500', '115741.912500', '115742.372500', '115742.832500', '115743.292500', '115743.752500', '115744.212500', '115744.672500', '115745.132500', '115745.592500', '115746.052500', '115746.512500', '115746.972500', '115747.432500', '115747.892500', '115748.352500', '115748.812500', '115749.272500', '115749.732500', '115750.192500', '115750.652500', '115751.112500', '115751.572500', '115752.032500', '115752.492500', '115752.952500', '115753.412500', '115753.872500', '115754.332500', '115754.792500', '115755.252500', '115755.712500', '115756.172500', '115756.632500', '115757.092500', '115757.552500', '115758.012500', '115758.472500', '115758.932500', '115759.392500', '115759.852500', '115800.312500', '115800.772500', '115801.232500', '115801.692500', '115802.152500', '115802.612500', '115803.072500', '115803.532500', '115803.992500', '115804.452500', '115804.912500', '115805.372500', '115805.832500', '115806.292500', '115806.752500', '115807.212500', '115807.672500', '115808.132500', '115808.592500', '115809.052500', '115809.512500', '115809.972500', '115810.432500', '115810.892500', '115811.352500', '115811.812500', '115812.272500', '115812.732500', '115813.192500', '115813.652500', '115814.112500', '115814.572500', '115815.032500', '115815.492500', '115815.952500', '115816.412500', '115816.872500', '115817.332500', '115817.792500', '115818.252500', '115818.712500', '115819.172500', '115819.632500', '115820.092500', '115820.552500', '115821.012500', '115821.472500', '115821.932500', '115822.392500', '115822.852500', '115823.312500', '115823.772500', '115824.232500', '115824.692500', '115825.152500', '115825.612500', '115826.072500', '115826.532500', '115826.992500', '115827.452500', '115827.912500', '115828.372500', '115828.832500', '115829.292500', '115829.752500', '115830.212500', '115830.672500', '115831.132500', '115831.592500', '115832.052500', '115832.512500', '115832.972500', '115833.432500', '115833.892500', '115834.352500', '115834.812500', '115835.272500', '115835.732500', '115836.192500', '115836.652500', '115837.112500', '115837.572500', '115838.032500', '115838.492500', '115838.952500', '115839.412500', '115839.872500', '115840.332500', '115840.792500', '115841.252500', '115841.712500', '115842.172500', '115842.632500', '115843.092500', '115843.552500', '115844.012500', '115844.472500', '115844.932500', '115845.392500', '115845.852500', '115846.312500', '115846.772500', '115847.232500', '115847.692500', '115848.152500', '115848.612500', '115849.072500', '115849.532500', '115849.992500', '115850.452500', '115850.912500', '115851.372500', '115851.832500', '115852.292500', '115852.752500', '115853.212500', '115853.672500', '115854.132500', '115854.592500', '115855.052500', '115855.512500', '115855.972500', '115856.432500', '115856.892500', '115857.352500', '115857.812500', '115858.272500', '115858.732500', '115859.192500', '115859.652500', '115900.112500', '115900.572500', '115901.032500', '115901.492500', '115901.952500', '115902.412500', '115902.872500', '115903.332500', '115903.792500', '115904.252500', '115904.712500', '115905.172500', '115905.632500', '115906.092500', '115906.552500', '115907.012500', '115907.472500', '115907.932500', '115908.392500', '115908.852500', '115909.312500', '115909.772500', '115910.232500', '115910.692500', '115911.152500', '115911.612500', '115912.072500', '115912.532500', '115912.992500', '115913.452500', '115913.912500', '115914.372500', '115914.832500', '115915.292500', '115915.752500', '115916.212500', '115916.672500', '115917.132500', '115917.592500', '115918.052500', '115918.512500', '115918.972500', '115919.432500', '115919.892500', '115920.352500', '115920.812500', '115921.272500', '115921.732500', '115922.192500', '115922.652500', '115923.112500', '115923.572500', '115924.032500', '115924.492500', '115924.952500', '115925.412500', '115925.872500', '115926.332500', '115926.792500', '115927.252500', '115927.712500', '115928.172500', '115928.632500', '115929.092500', '115929.552500', '115930.012500', '115930.472500', '115930.932500', '115931.392500', '115931.852500', '115932.312500', '115932.772500', '115933.232500', '115933.692500', '115934.152500', '115934.612500', '115935.072500', '115935.532500', '115935.992500', '115936.452500', '115936.912500', '115937.372500', '115937.832500', '115938.292500', '115938.752500', '115939.212500', '115939.672500', '115940.132500', '115940.592500', '115941.052500', '115941.512500', '115941.972500', '115942.432500', '115942.892500', '115943.352500', '115943.812500', '115944.272500', '115944.732500', '115945.192500', '115945.652500', '115946.112500', '115946.572500', '115947.032500', '115947.492500', '115947.952500', '115948.412500', '115948.872500', '115949.332500', '115949.792500', '115950.252500', '115950.712500', '115951.172500', '115951.632500', '115952.092500', '115952.552500', '115953.012500', '115953.472500', '115953.932500', '115954.392500', '115954.852500', '115955.312500', '115955.772500', '115956.232500', '115956.692500', '115957.152500', '115957.612500', '115958.072500', '115958.532500', '115958.992500', '115959.452500', '115959.912500', '120000.372500', '120000.832500', '120001.292500', '120001.752500', '120002.212500', '120002.672500', '120003.132500', '120003.592500', '120004.052500', '120004.512500', '120004.972500', '120005.432500', '120005.892500', '120006.352500', '120006.812500', '120007.272500', '120007.732500', '120008.192500', '120008.652500', '120009.112500', '120009.572500', '120010.032500', '120010.492500', '120010.952500', '120011.412500', '120011.872500', '120012.332500', '120012.792500', '120013.252500', '120013.712500', '120014.172500', '120014.632500', '120015.092500', '120015.552500', '120016.012500', '120016.472500', '120016.932500', '120017.392500', '120017.852500', '120018.312500', '120018.772500', '120019.232500', '120019.692500', '120020.152500', '120020.612500', '120021.072500', '120021.532500', '120021.992500', '120022.452500', '120022.912500', '120023.372500', '120023.832500', '120024.292500', '120024.752500', '120025.212500', '120025.672500', '120026.132500', '120026.592500', '120027.052500', '120027.512500', '120027.972500', '120028.432500', '120028.892500', '120029.352500', '120029.812500', '120030.272500', '120030.732500', '120031.192500', '120031.652500', '120032.112500', '120032.572500', '120033.032500', '120033.492500', '120033.952500', '120034.412500', '120034.872500', '120035.332500', '120035.792500', '120036.252500', '120036.712500', '120037.172500', '120037.632500', '120038.092500', '120038.552500', '120039.012500', '120039.472500', '120039.932500', '120040.392500', '120040.852500', '120041.312500', '120041.772500', '120042.232500', '120042.692500', '120043.152500', '120043.612500', '120044.072500', '120044.532500', '120044.992500', '120045.452500', '120045.912500', '120046.372500', '120046.832500', '120047.292500', '120047.752500', '120048.212500', '120048.672500', '120049.132500', '120049.592500', '120050.052500', '120050.512500', '120050.972500', '120051.432500', '120051.892500', '120052.352500', '120052.812500', '120053.272500', '120053.732500', '120054.192500', '120054.652500', '120055.112500', '120055.572500', '120056.032500', '120056.492500', '120056.952500', '120057.412500', '120057.872500', '120058.332500', '120058.792500', '120059.252500', '120059.712500', '120100.172500', '120100.632500', '120101.092500', '120101.552500', '120102.012500', '120102.472500', '120102.932500', '120103.392500', '120103.852500', '120104.312500', '120104.772500', '120105.232500', '120105.692500', '120106.152500', '120106.612500', '120107.072500', '120107.532500', '120107.992500', '120108.452500', '120108.912500', '120109.372500', '120109.832500', '120110.292500', '120110.752500', '120111.212500', '120111.672500', '120112.132500', '120112.592500', '120113.052500', '120113.512500', '120113.972500', '120114.432500', '120114.892500', '120115.352500', '120115.812500', '120116.272500', '120116.732500', '120117.192500', '120117.652500', '120118.112500', '120118.572500', '120119.032500', '120119.492500', '120119.952500', '120120.412500', '120120.872500', '120121.332500', '120121.792500', '120122.252500', '120122.712500', '120123.172500', '120123.632500', '120124.092500', '120124.552500', '120125.012500', '120125.472500', '120125.932500', '120126.392500', '120126.852500', '120127.312500', '120127.772500', '120128.232500', '120128.692500', '120129.152500', '120129.612500', '120130.072500', '120130.532500', '120130.992500', '120131.452500', '120131.912500', '120132.372500', '120132.832500', '120133.292500', '120133.752500', '120134.212500', '120134.672500', '120135.132500', '120135.592500', '120136.052500', '120136.512500', '120136.972500', '120137.432500', '120137.892500', '120138.352500', '120138.812500', '120139.272500', '120139.732500', '120140.192500', '120140.652500', '120141.112500', '120141.572500', '120142.032500', '120142.492500', '120142.952500', '120143.412500', '120143.872500', '120144.332500', '120144.792500', '120145.252500', '120145.712500', '120146.172500', '120146.632500', '120147.092500', '120147.552500', '120148.012500', '120148.472500', '120148.932500', '120149.392500', '120149.852500', '120150.312500', '120150.772500', '120151.232500', '120151.692500', '120152.152500', '120152.612500', '120153.072500', '120153.532500', '120153.992500', '120154.452500', '120154.912500', '120155.372500', '120155.832500', '120156.292500', '120156.752500', '120157.212500', '120157.672500', '120158.132500', '120158.592500', '120159.052500', '120159.512500', '120159.972500', '120200.432500', '120200.892500', '120201.352500', '120201.812500', '120202.272500', '120202.732500', '120203.192500', '120203.652500', '120204.112500', '120204.572500', '120205.032500', '120205.492500', '120205.952500', '120206.412500', '120206.872500', '120207.332500', '120207.792500', '120208.252500', '120208.712500', '120209.172500', '120209.632500', '120210.092500', '120210.552500', '120211.012500', '120211.472500', '120211.932500', '120212.392500', '120212.852500', '120213.312500', '120213.772500', '120214.232500', '120214.692500', '120215.152500', '120215.612500', '120216.072500', '120216.532500', '120216.992500', '120217.452500', '120217.912500', '120218.372500', '120218.832500', '120219.292500', '120219.752500', '120220.212500', '120220.672500', '120221.132500', '120221.592500', '120222.052500', '120222.512500', '120222.972500', '120223.432500', '120223.892500', '120224.352500', '120224.812500', '120225.272500', '120225.732500', '120226.192500', '120226.652500', '120227.112500', '120227.572500', '120228.032500', '120228.492500', '120228.952500', '120229.412500', '120229.872500', '120230.332500', '120230.792500', '120231.252500', '120231.712500', '120232.172500', '120232.632500', '120233.092500', '120233.552500', '120234.012500', '120234.472500', '120234.932500', '120235.392500', '120235.852500', '120236.312500', '120236.772500', '120237.232500', '120237.692500', '120238.152500', '120238.612500', '120239.072500', '120239.532500', '120239.992500', '120240.452500', '120240.912500', '120241.372500', '120241.832500', '120242.292500', '120242.752500', '120243.212500', '120243.672500', '120244.132500', '120244.592500', '120245.052500', '120245.512500', '120245.972500', '120246.432500', '120246.892500', '120247.352500', '120247.812500', '120248.272500', '120248.732500', '120249.192500', '120249.652500', '120250.112500', '120250.572500', '120251.032500', '120251.492500', '120251.952500', '120252.412500', '120252.872500', '120253.332500', '120253.792500', '120254.252500', '120254.712500', '120255.172500', '120255.632500', '120256.092500', '120256.552500', '120257.012500', '120257.472500', '120257.932500', '120258.392500', '120258.852500', '120259.312500', '120259.772500', '120300.232500', '120300.692500', '120301.152500', '120301.612500', '120302.072500', '120302.532500', '120302.992500', '120303.452500', '120303.912500', '120304.372500', '120304.832500', '120305.292500', '120305.752500', '120306.212500', '120306.672500', '120307.132500', '120307.592500', '120308.052500', '120308.512500', '120308.972500', '120309.432500', '120309.892500', '120310.352500', '120310.812500', '120311.272500', '120311.732500', '120312.192500', '120312.652500', '120313.112500', '120313.572500', '120314.032500', '120314.492500', '120314.952500', '120315.412500', '120315.872500', '120316.332500', '120316.792500', '120317.252500', '120317.712500', '120318.172500', '120318.632500', '120319.092500', '120319.552500', '120320.012500', '120320.472500', '120320.932500', '120321.392500', '120321.852500', '120322.312500', '120322.772500', '120323.232500', '120323.692500', '120324.152500', '120324.612500', '120325.072500', '120325.532500', '120325.992500', '120326.452500', '120326.912500', '120327.372500', '120327.832500', '120328.292500', '120328.752500', '120329.212500', '120329.672500', '120330.132500', '120330.592500', '120331.052500', '120331.512500', '120331.972500', '120332.432500', '120332.892500', '120333.352500', '120333.812500', '120334.272500', '120334.732500', '120335.192500', '120335.652500', '120336.112500', '120336.572500', '120337.032500', '120337.492500', '120337.952500', '120338.412500', '120338.872500', '120339.332500', '120339.792500', '120340.252500', '120340.712500', '120341.172500', '120341.632500', '120342.092500', '120342.552500', '120343.012500', '120343.472500', '120343.932500', '120344.392500', '120344.852500', '120345.312500', '120345.772500', '120346.232500', '120346.692500', '120347.152500', '120347.612500', '120348.072500', '120348.532500', '120348.992500', '120349.452500', '120349.912500', '120350.372500', '120350.832500', '120351.292500', '120351.752500', '120352.212500', '120352.672500', '120353.132500', '120353.592500', '120354.052500', '120354.512500', '120354.972500', '120355.432500', '120355.892500', '120356.352500', '120356.812500', '120357.272500', '120357.732500', '120358.192500', '120358.652500', '120359.112500', '120359.572500', '120400.032500', '120400.492500', '120400.952500', '120401.412500', '120401.872500', '120402.332500', '120402.792500'], 'ContentTime': ['115615.226000', '115615.229000', '115615.232000', '115615.235000', '115615.238000', '115615.240000', '115615.243000', '115615.246000', '115615.249000', '115615.252000', '115615.254000', '115615.257000', '115615.260000', '115615.263000', '115615.266000', '115615.269000', '115615.271000', '115615.274000', '115615.277000', '115615.280000', '115615.283000', '115615.285000', '115615.288000', '115615.295000', '115615.297000', '115615.300000', '115615.303000', '115615.306000', '115615.309000', '115615.311000', '115615.314000', '115615.317000', '115615.320000', '115615.322000', '115615.325000', '115615.328000', '115615.331000', '115615.334000', '115615.336000', '115615.339000', '115615.342000', '115615.345000', '115615.348000', '115615.350000', '115615.353000', '115615.356000', '115615.359000', '115615.362000', '115615.364000', '115615.367000', '115615.370000', '115615.373000', '115615.376000', '115615.378000', '115635.194000', '115635.197000', '115635.200000', '115635.203000', '115635.206000', '115635.208000', '115635.211000', '115635.214000', '115635.217000', '115635.220000', '115635.222000', '115635.225000', '115635.228000', '115635.231000', '115635.237000', '115635.239000', '115635.242000', '115635.245000', '115635.248000', '115635.251000', '115635.253000', '115635.256000', '115635.259000', '115635.264000', '115635.268000', '115635.271000', '115635.274000', '115635.277000', '115635.280000', '115635.282000', '115635.285000', '115635.288000', '115635.291000', '115635.294000', '115635.296000', '115635.299000', '115635.302000', '115635.305000', '115635.308000', '115635.310000', '115635.313000', '115635.316000', '115635.319000', '115655.194000', '115655.197000', '115655.203000', '115655.206000', '115655.209000', '115655.212000', '115655.214000', '115655.217000', '115655.220000', '115655.223000', '115655.225000', '115655.228000', '115655.231000', '115655.234000', '115655.237000', '115655.240000', '115655.242000', '115655.245000', '115655.248000', '115655.251000', '115655.254000', '115655.257000', '115655.259000', '115655.262000', '115655.265000', '115655.268000', '115655.271000', '115655.273000', '115655.276000', '115655.279000', '115655.282000', '115655.285000', '115655.287000', '115655.290000', '115655.293000', '115655.296000', '115655.299000', '115655.301000', '115655.304000', '115655.307000', '115655.310000', '115655.313000', '115655.315000', '115655.318000', '115715.194000', '115715.197000', '115715.200000', '115715.203000', '115715.205000', '115715.212000', '115715.215000', '115715.218000', '115715.220000', '115715.223000', '115715.226000', '115715.229000', '115715.232000', '115715.235000', '115715.238000', '115715.240000', '115715.243000', '115715.246000', '115715.249000', '115715.252000', '115715.255000', '115715.258000', '115715.260000', '115715.263000', '115715.267000', '115715.269000', '115715.272000', '115715.275000', '115715.291000', '115715.294000', '115715.296000', '115715.299000', '115715.302000', '115715.305000', '115715.307000', '115715.310000', '115715.313000', '115715.316000', '115715.319000', '115715.322000', '115715.324000', '115715.327000', '115715.330000', '115735.194000', '115735.197000', '115735.200000', '115735.202000', '115735.212000', '115735.215000', '115735.218000', '115735.221000', '115735.223000', '115735.226000', '115735.229000', '115735.232000', '115735.235000', '115735.238000', '115735.240000', '115735.243000', '115735.246000', '115735.249000', '115735.252000', '115735.254000', '115735.257000', '115735.260000', '115735.263000', '115735.266000', '115735.268000', '115735.271000', '115735.274000', '115735.277000', '115735.280000', '115735.283000', '115735.286000', '115735.288000', '115735.291000', '115735.294000', '115735.297000', '115735.300000', '115735.302000', '115735.305000', '115735.308000', '115735.311000', '115735.314000', '115735.317000', '115735.319000', '115735.322000', '115755.194000', '115755.197000', '115755.200000', '115755.202000', '115755.205000', '115755.208000', '115755.211000', '115755.214000', '115755.217000', '115755.219000', '115755.222000', '115755.225000', '115755.228000', '115755.231000', '115755.234000', '115755.236000', '115755.239000', '115755.242000', '115755.245000', '115755.248000', '115755.251000', '115755.253000', '115755.256000', '115755.259000', '115755.262000', '115755.265000', '115755.268000', '115755.271000', '115755.273000', '115755.276000', '115755.279000', '115755.282000', '115755.285000', '115755.287000', '115755.290000', '115755.293000', '115755.296000', '115755.299000', '115755.302000', '115755.304000', '115755.307000', '115755.310000', '115755.313000', '115815.194000', '115815.197000', '115815.200000', '115815.203000', '115815.205000', '115815.208000', '115815.211000', '115815.214000', '115815.217000', '115815.219000', '115815.222000', '115815.225000', '115815.228000', '115815.231000', '115815.234000', '115815.237000', '115815.239000', '115815.242000', '115815.245000', '115815.248000', '115815.251000', '115815.254000', '115815.256000', '115815.259000', '115815.262000', '115815.265000', '115815.268000', '115815.271000', '115815.273000', '115815.276000', '115815.279000', '115815.282000', '115815.285000', '115815.287000', '115815.290000', '115815.293000', '115815.296000', '115815.299000', '115815.302000', '115815.304000', '115815.307000', '115815.310000', '115815.313000', '115815.316000', '115835.194000', '115835.197000', '115835.200000', '115835.203000', '115835.205000', '115835.208000', '115835.211000', '115835.214000', '115835.217000', '115835.219000', '115835.222000', '115835.225000', '115835.228000', '115835.231000', '115835.234000', '115835.237000', '115835.239000', '115835.242000', '115835.245000', '115835.249000', '115835.252000', '115835.255000', '115835.258000', '115835.261000', '115835.264000', '115835.266000', '115835.269000', '115835.272000', '115835.275000', '115835.278000', '115835.280000', '115835.283000', '115835.286000', '115835.289000', '115835.292000', '115835.295000', '115835.297000', '115835.300000', '115835.303000', '115835.307000', '115835.310000', '115835.313000', '115835.316000', '115855.194000', '115855.197000', '115855.200000', '115855.203000', '115855.205000', '115855.208000', '115855.211000', '115855.214000', '115855.217000', '115855.220000', '115855.222000', '115855.225000', '115855.228000', '115855.231000', '115855.234000', '115855.237000', '115855.239000', '115855.242000', '115855.245000', '115855.248000', '115855.251000', '115855.254000', '115855.257000', '115855.259000', '115855.280000', '115855.283000', '115855.286000', '115855.289000', '115855.292000', '115855.294000', '115855.297000', '115855.300000', '115855.303000', '115855.306000', '115855.309000', '115855.311000', '115855.314000', '115855.317000', '115855.320000', '115855.323000', '115855.326000', '115855.329000', '115855.331000', '115855.334000', '115915.194000', '115915.197000', '115915.200000', '115915.203000', '115915.205000', '115915.208000', '115915.211000', '115915.214000', '115915.217000', '115915.220000', '115915.223000', '115915.225000', '115915.228000', '115915.231000', '115915.234000', '115915.237000', '115915.239000', '115915.242000', '115915.245000', '115915.248000', '115915.251000', '115915.254000', '115915.256000', '115915.259000', '115915.262000', '115915.265000', '115915.268000', '115915.271000', '115915.273000', '115915.276000', '115915.279000', '115915.282000', '115915.285000', '115915.288000', '115915.290000', '115915.293000', '115915.296000', '115915.299000', '115915.302000', '115915.305000', '115915.307000', '115915.310000', '115915.313000', '115935.194000', '115935.197000', '115935.200000', '115935.203000', '115935.205000', '115935.208000', '115935.211000', '115935.214000', '115935.217000', '115935.220000', '115935.222000', '115935.225000', '115935.228000', '115935.231000', '115935.234000', '115935.237000', '115935.239000', '115935.242000', '115935.245000', '115935.248000', '115935.251000', '115935.254000', '115935.256000', '115935.259000', '115935.262000', '115935.265000', '115935.268000', '115935.270000', '115935.273000', '115935.276000', '115935.279000', '115935.282000', '115935.285000', '115935.287000', '115935.290000', '115935.293000', '115935.296000', '115935.299000', '115935.302000', '115935.304000', '115935.307000', '115935.310000', '115935.313000', '115935.316000', '115955.194000', '115955.197000', '115955.200000', '115955.203000', '115955.205000', '115955.208000', '115955.211000', '115955.214000', '115955.217000', '115955.220000', '115955.222000', '115955.225000', '115955.228000', '115955.231000', '115955.234000', '115955.236000', '115955.239000', '115955.242000', '115955.245000', '115955.248000', '115955.251000', '115955.254000', '115955.256000', '115955.259000', '115955.262000', '115955.265000', '115955.268000', '115955.270000', '115955.273000', '115955.276000', '115955.279000', '115955.282000', '115955.285000', '115955.289000', '115955.292000', '115955.295000', '115955.298000', '115955.301000', '115955.303000', '115955.306000', '115955.309000', '115955.312000', '115955.324000', '120015.194000', '120015.197000', '120015.200000', '120015.203000', '120015.206000', '120015.208000', '120015.211000', '120015.214000', '120015.217000', '120015.220000', '120015.223000', '120015.226000', '120015.228000', '120015.231000', '120015.234000', '120015.237000', '120015.240000', '120015.243000', '120015.246000', '120015.249000', '120015.252000', '120015.255000', '120015.258000', '120015.261000', '120015.264000', '120015.267000', '120015.269000', '120015.272000', '120015.275000', '120015.278000', '120015.281000', '120015.284000', '120015.286000', '120015.289000', '120015.292000', '120015.295000', '120015.298000', '120015.301000', '120015.303000', '120015.306000', '120015.309000', '120015.312000', '120015.315000', '120015.317000', '120035.194000', '120035.197000', '120035.200000', '120035.203000', '120035.206000', '120035.209000', '120035.212000', '120035.214000', '120035.217000', '120035.220000', '120035.223000', '120035.226000', '120035.229000', '120035.232000', '120035.235000', '120035.238000', '120035.240000', '120035.243000', '120035.246000', '120035.249000', '120035.252000', '120035.255000', '120035.257000', '120035.260000', '120035.263000', '120035.266000', '120035.269000', '120035.271000', '120035.274000', '120035.277000', '120035.280000', '120035.283000', '120035.286000', '120035.289000', '120035.291000', '120035.294000', '120035.297000', '120035.300000', '120035.303000', '120035.306000', '120035.308000', '120035.311000', '120035.314000', '120055.194000', '120055.197000', '120055.200000', '120055.203000', '120055.206000', '120055.209000', '120055.211000', '120055.214000', '120055.217000', '120055.220000', '120055.223000', '120055.226000', '120055.228000', '120055.231000', '120055.234000', '120055.237000', '120055.240000', '120055.243000', '120055.246000', '120055.249000', '120055.251000', '120055.254000', '120055.257000', '120055.260000', '120055.263000', '120055.266000', '120055.269000', '120055.272000', '120055.275000', '120055.277000', '120055.280000', '120055.283000', '120055.286000', '120055.289000', '120055.292000', '120055.295000', '120055.298000', '120055.300000', '120055.303000', '120055.306000', '120055.309000', '120055.312000', '120055.315000', '120055.317000', '120115.195000', '120115.203000', '120115.206000', '120115.209000', '120115.212000', '120115.215000', '120115.218000', '120115.221000', '120115.224000', '120115.227000', '120115.230000', '120115.233000', '120115.236000', '120115.239000', '120115.242000', '120115.245000', '120115.248000', '120115.251000', '120115.254000', '120115.256000', '120115.259000', '120115.262000', '120115.265000', '120115.268000', '120115.271000', '120115.274000', '120115.277000', '120115.280000', '120115.283000', '120115.286000', '120115.289000', '120115.292000', '120115.295000', '120115.298000', '120115.301000', '120115.304000', '120115.307000', '120115.309000', '120115.312000', '120115.315000', '120115.318000', '120115.321000', '120115.325000', '120135.194000', '120135.197000', '120135.200000', '120135.203000', '120135.206000', '120135.209000', '120135.212000', '120135.215000', '120135.218000', '120135.220000', '120135.223000', '120135.226000', '120135.229000', '120135.234000', '120135.238000', '120135.241000', '120135.244000', '120135.249000', '120135.252000', '120135.255000', '120135.257000', '120135.260000', '120135.263000', '120135.266000', '120135.269000', '120135.272000', '120135.275000', '120135.277000', '120135.280000', '120135.283000', '120135.286000', '120135.289000', '120135.292000', '120135.295000', '120135.298000', '120135.300000', '120135.303000', '120135.306000', '120135.309000', '120135.312000', '120135.314000', '120135.317000', '120135.320000', '120155.194000', '120155.197000', '120155.200000', '120155.203000', '120155.205000', '120155.208000', '120155.211000', '120155.214000', '120155.217000', '120155.220000', '120155.222000', '120155.225000', '120155.228000', '120155.231000', '120155.234000', '120155.236000', '120155.239000', '120155.265000', '120155.267000', '120155.270000', '120155.273000', '120155.276000', '120155.279000', '120155.282000', '120155.284000', '120155.287000', '120155.290000', '120155.293000', '120155.296000', '120155.298000', '120155.301000', '120155.304000', '120155.307000', '120155.310000', '120155.313000', '120155.315000', '120155.318000', '120155.321000', '120155.324000', '120155.327000', '120155.329000', '120155.332000', '120155.335000', '120155.338000', '120215.194000', '120215.197000', '120215.201000', '120215.204000', '120215.213000', '120215.235000', '120215.238000', '120215.241000', '120215.244000', '120215.247000', '120215.250000', '120215.253000', '120215.256000', '120215.259000', '120215.262000', '120215.265000', '120215.268000', '120215.271000', '120215.274000', '120215.277000', '120215.281000', '120215.284000', '120215.286000', '120215.289000', '120215.293000', '120215.295000', '120215.299000', '120215.302000', '120215.305000', '120215.308000', '120215.311000', '120215.313000', '120215.316000', '120215.319000', '120215.322000', '120215.325000', '120215.328000', '120215.331000', '120215.334000', '120215.337000', '120215.340000', '120215.342000', '120215.345000', '120235.194000', '120235.197000', '120235.200000', '120235.203000', '120235.206000', '120235.209000', '120235.212000', '120235.215000', '120235.218000', '120235.221000', '120235.223000', '120235.226000', '120235.229000', '120235.232000', '120235.235000', '120235.238000', '120235.241000', '120235.244000', '120235.247000', '120235.250000', '120235.253000', '120235.256000', '120235.258000', '120235.261000', '120235.264000', '120235.267000', '120235.270000', '120235.273000', '120235.276000', '120235.279000', '120235.281000', '120235.284000', '120235.287000', '120235.290000', '120235.293000', '120235.296000', '120235.299000', '120235.302000', '120235.305000', '120235.308000', '120235.310000', '120235.313000', '120235.316000', '120235.319000', '120255.194000', '120255.197000', '120255.200000', '120255.203000', '120255.206000', '120255.209000', '120255.212000', '120255.215000', '120255.218000', '120255.221000', '120255.224000', '120255.227000', '120255.230000', '120255.233000', '120255.235000', '120255.238000', '120255.241000', '120255.244000', '120255.247000', '120255.250000', '120255.253000', '120255.256000', '120255.258000', '120255.261000', '120255.264000', '120255.267000', '120255.270000', '120255.273000', '120255.276000', '120255.279000', '120255.281000', '120255.284000', '120255.287000', '120255.290000', '120255.293000', '120255.296000', '120255.299000', '120255.301000', '120255.304000', '120255.307000', '120255.310000', '120255.313000', '120255.316000', '120315.194000', '120315.197000', '120315.200000', '120315.203000', '120315.206000', '120315.209000', '120315.212000', '120315.214000', '120315.217000', '120315.220000', '120315.223000', '120315.226000', '120315.229000', '120315.252000', '120315.255000', '120315.258000', '120315.261000', '120315.263000', '120315.266000', '120315.269000', '120315.272000', '120315.275000', '120315.278000', '120315.280000', '120315.283000', '120315.286000', '120315.289000', '120315.292000', '120315.295000', '120315.298000', '120315.301000', '120315.304000', '120315.306000', '120315.309000', '120315.312000', '120315.315000', '120315.318000', '120315.321000', '120315.324000', '120315.326000', '120315.329000', '120315.332000', '120315.335000', '120315.338000', '120335.194000', '120335.197000', '120335.200000', '120335.203000', '120335.206000', '120335.209000', '120335.211000', '120335.214000', '120335.218000', '120335.221000', '120335.223000', '120335.226000', '120335.230000', '120335.237000', '120335.240000', '120335.243000', '120335.246000', '120335.249000', '120335.252000', '120335.255000', '120335.257000', '120335.260000', '120335.263000', '120335.266000', '120335.269000', '120335.272000', '120335.275000', '120335.278000', '120335.281000', '120335.283000', '120335.286000', '120335.289000', '120335.292000', '120335.295000', '120335.298000', '120335.300000', '120335.303000', '120335.306000', '120335.309000', '120335.312000', '120335.315000', '120335.317000', '120335.320000', '120355.194000', '120355.197000', '120355.200000', '120355.203000', '120355.206000', '120355.209000', '120355.212000', '120355.215000', '120355.218000', '120355.220000', '120355.223000', '120355.226000', '120355.229000', '120355.232000', '120355.235000', '120355.238000', '120355.241000', '120355.244000', '120355.246000', '120355.249000', '120355.252000', '120355.255000', '120355.258000', '120355.261000', '120355.264000', '120355.266000', '120355.269000', '120355.272000', '120355.275000', '120355.278000', '120355.281000', '120355.284000', '120355.287000', '120355.289000', '120355.292000', '120355.295000', '120355.298000', '120355.301000', '120355.304000', '120355.307000', '120355.310000', '120355.313000', '120355.315000', '120355.318000', '120403.969000', '120403.973000', '120403.976000', '120403.987000', '120403.990000', '120403.993000', '120403.996000', '120404.000000', '120404.003000', '120404.006000', '120404.009000', '120404.013000', '120404.016000', '120404.019000', '120404.022000', '120404.025000', '120404.028000', '120404.031000', '120404.034000'], 'InstanceCreationTime': ['115615.226000', '115615.229000', '115615.232000', '115615.235000', '115615.238000', '115615.240000', '115615.243000', '115615.246000', '115615.249000', '115615.252000', '115615.254000', '115615.257000', '115615.260000', '115615.263000', '115615.266000', '115615.269000', '115615.271000', '115615.274000', '115615.277000', '115615.280000', '115615.283000', '115615.285000', '115615.288000', '115615.295000', '115615.297000', '115615.300000', '115615.303000', '115615.306000', '115615.309000', '115615.311000', '115615.314000', '115615.317000', '115615.320000', '115615.322000', '115615.325000', '115615.328000', '115615.331000', '115615.334000', '115615.336000', '115615.339000', '115615.342000', '115615.345000', '115615.348000', '115615.350000', '115615.353000', '115615.356000', '115615.359000', '115615.362000', '115615.364000', '115615.367000', '115615.370000', '115615.373000', '115615.376000', '115615.378000', '115635.194000', '115635.197000', '115635.200000', '115635.203000', '115635.206000', '115635.208000', '115635.211000', '115635.214000', '115635.217000', '115635.220000', '115635.222000', '115635.225000', '115635.228000', '115635.231000', '115635.237000', '115635.239000', '115635.242000', '115635.245000', '115635.248000', '115635.251000', '115635.253000', '115635.256000', '115635.259000', '115635.264000', '115635.268000', '115635.271000', '115635.274000', '115635.277000', '115635.280000', '115635.282000', '115635.285000', '115635.288000', '115635.291000', '115635.294000', '115635.296000', '115635.299000', '115635.302000', '115635.305000', '115635.308000', '115635.310000', '115635.313000', '115635.316000', '115635.319000', '115655.194000', '115655.197000', '115655.203000', '115655.206000', '115655.209000', '115655.212000', '115655.214000', '115655.217000', '115655.220000', '115655.223000', '115655.225000', '115655.228000', '115655.231000', '115655.234000', '115655.237000', '115655.240000', '115655.242000', '115655.245000', '115655.248000', '115655.251000', '115655.254000', '115655.257000', '115655.259000', '115655.262000', '115655.265000', '115655.268000', '115655.271000', '115655.273000', '115655.276000', '115655.279000', '115655.282000', '115655.285000', '115655.287000', '115655.290000', '115655.293000', '115655.296000', '115655.299000', '115655.301000', '115655.304000', '115655.307000', '115655.310000', '115655.313000', '115655.315000', '115655.318000', '115715.194000', '115715.197000', '115715.200000', '115715.203000', '115715.205000', '115715.212000', '115715.215000', '115715.218000', '115715.220000', '115715.223000', '115715.226000', '115715.229000', '115715.232000', '115715.235000', '115715.238000', '115715.240000', '115715.243000', '115715.246000', '115715.249000', '115715.252000', '115715.255000', '115715.258000', '115715.260000', '115715.263000', '115715.267000', '115715.269000', '115715.272000', '115715.275000', '115715.291000', '115715.294000', '115715.296000', '115715.299000', '115715.302000', '115715.305000', '115715.307000', '115715.310000', '115715.313000', '115715.316000', '115715.319000', '115715.322000', '115715.324000', '115715.327000', '115715.330000', '115735.194000', '115735.197000', '115735.200000', '115735.202000', '115735.212000', '115735.215000', '115735.218000', '115735.221000', '115735.223000', '115735.226000', '115735.229000', '115735.232000', '115735.235000', '115735.238000', '115735.240000', '115735.243000', '115735.246000', '115735.249000', '115735.252000', '115735.254000', '115735.257000', '115735.260000', '115735.263000', '115735.266000', '115735.268000', '115735.271000', '115735.274000', '115735.277000', '115735.280000', '115735.283000', '115735.286000', '115735.288000', '115735.291000', '115735.294000', '115735.297000', '115735.300000', '115735.302000', '115735.305000', '115735.308000', '115735.311000', '115735.314000', '115735.317000', '115735.319000', '115735.322000', '115755.194000', '115755.197000', '115755.200000', '115755.202000', '115755.205000', '115755.208000', '115755.211000', '115755.214000', '115755.217000', '115755.219000', '115755.222000', '115755.225000', '115755.228000', '115755.231000', '115755.234000', '115755.236000', '115755.239000', '115755.242000', '115755.245000', '115755.248000', '115755.251000', '115755.253000', '115755.256000', '115755.259000', '115755.262000', '115755.265000', '115755.268000', '115755.271000', '115755.273000', '115755.276000', '115755.279000', '115755.282000', '115755.285000', '115755.287000', '115755.290000', '115755.293000', '115755.296000', '115755.299000', '115755.302000', '115755.304000', '115755.307000', '115755.310000', '115755.313000', '115815.194000', '115815.197000', '115815.200000', '115815.203000', '115815.205000', '115815.208000', '115815.211000', '115815.214000', '115815.217000', '115815.219000', '115815.222000', '115815.225000', '115815.228000', '115815.231000', '115815.234000', '115815.237000', '115815.239000', '115815.242000', '115815.245000', '115815.248000', '115815.251000', '115815.254000', '115815.256000', '115815.259000', '115815.262000', '115815.265000', '115815.268000', '115815.271000', '115815.273000', '115815.276000', '115815.279000', '115815.282000', '115815.285000', '115815.287000', '115815.290000', '115815.293000', '115815.296000', '115815.299000', '115815.302000', '115815.304000', '115815.307000', '115815.310000', '115815.313000', '115815.316000', '115835.194000', '115835.197000', '115835.200000', '115835.203000', '115835.205000', '115835.208000', '115835.211000', '115835.214000', '115835.217000', '115835.219000', '115835.222000', '115835.225000', '115835.228000', '115835.231000', '115835.234000', '115835.237000', '115835.239000', '115835.242000', '115835.245000', '115835.249000', '115835.252000', '115835.255000', '115835.258000', '115835.261000', '115835.264000', '115835.266000', '115835.269000', '115835.272000', '115835.275000', '115835.278000', '115835.280000', '115835.283000', '115835.286000', '115835.289000', '115835.292000', '115835.295000', '115835.297000', '115835.300000', '115835.303000', '115835.307000', '115835.310000', '115835.313000', '115835.316000', '115855.194000', '115855.197000', '115855.200000', '115855.203000', '115855.205000', '115855.208000', '115855.211000', '115855.214000', '115855.217000', '115855.220000', '115855.222000', '115855.225000', '115855.228000', '115855.231000', '115855.234000', '115855.237000', '115855.239000', '115855.242000', '115855.245000', '115855.248000', '115855.251000', '115855.254000', '115855.257000', '115855.259000', '115855.280000', '115855.283000', '115855.286000', '115855.289000', '115855.292000', '115855.294000', '115855.297000', '115855.300000', '115855.303000', '115855.306000', '115855.309000', '115855.311000', '115855.314000', '115855.317000', '115855.320000', '115855.323000', '115855.326000', '115855.329000', '115855.331000', '115855.334000', '115915.194000', '115915.197000', '115915.200000', '115915.203000', '115915.205000', '115915.208000', '115915.211000', '115915.214000', '115915.217000', '115915.220000', '115915.223000', '115915.225000', '115915.228000', '115915.231000', '115915.234000', '115915.237000', '115915.239000', '115915.242000', '115915.245000', '115915.248000', '115915.251000', '115915.254000', '115915.256000', '115915.259000', '115915.262000', '115915.265000', '115915.268000', '115915.271000', '115915.273000', '115915.276000', '115915.279000', '115915.282000', '115915.285000', '115915.288000', '115915.290000', '115915.293000', '115915.296000', '115915.299000', '115915.302000', '115915.305000', '115915.307000', '115915.310000', '115915.313000', '115935.194000', '115935.197000', '115935.200000', '115935.203000', '115935.205000', '115935.208000', '115935.211000', '115935.214000', '115935.217000', '115935.220000', '115935.222000', '115935.225000', '115935.228000', '115935.231000', '115935.234000', '115935.237000', '115935.239000', '115935.242000', '115935.245000', '115935.248000', '115935.251000', '115935.254000', '115935.256000', '115935.259000', '115935.262000', '115935.265000', '115935.268000', '115935.270000', '115935.273000', '115935.276000', '115935.279000', '115935.282000', '115935.285000', '115935.287000', '115935.290000', '115935.293000', '115935.296000', '115935.299000', '115935.302000', '115935.304000', '115935.307000', '115935.310000', '115935.313000', '115935.316000', '115955.194000', '115955.197000', '115955.200000', '115955.203000', '115955.205000', '115955.208000', '115955.211000', '115955.214000', '115955.217000', '115955.220000', '115955.222000', '115955.225000', '115955.228000', '115955.231000', '115955.234000', '115955.236000', '115955.239000', '115955.242000', '115955.245000', '115955.248000', '115955.251000', '115955.254000', '115955.256000', '115955.259000', '115955.262000', '115955.265000', '115955.268000', '115955.270000', '115955.273000', '115955.276000', '115955.279000', '115955.282000', '115955.285000', '115955.289000', '115955.292000', '115955.295000', '115955.298000', '115955.301000', '115955.303000', '115955.306000', '115955.309000', '115955.312000', '115955.324000', '120015.194000', '120015.197000', '120015.200000', '120015.203000', '120015.206000', '120015.208000', '120015.211000', '120015.214000', '120015.217000', '120015.220000', '120015.223000', '120015.226000', '120015.228000', '120015.231000', '120015.234000', '120015.237000', '120015.240000', '120015.243000', '120015.246000', '120015.249000', '120015.252000', '120015.255000', '120015.258000', '120015.261000', '120015.264000', '120015.267000', '120015.269000', '120015.272000', '120015.275000', '120015.278000', '120015.281000', '120015.284000', '120015.286000', '120015.289000', '120015.292000', '120015.295000', '120015.298000', '120015.301000', '120015.303000', '120015.306000', '120015.309000', '120015.312000', '120015.315000', '120015.317000', '120035.194000', '120035.197000', '120035.200000', '120035.203000', '120035.206000', '120035.209000', '120035.212000', '120035.214000', '120035.217000', '120035.220000', '120035.223000', '120035.226000', '120035.229000', '120035.232000', '120035.235000', '120035.238000', '120035.240000', '120035.243000', '120035.246000', '120035.249000', '120035.252000', '120035.255000', '120035.257000', '120035.260000', '120035.263000', '120035.266000', '120035.269000', '120035.271000', '120035.274000', '120035.277000', '120035.280000', '120035.283000', '120035.286000', '120035.289000', '120035.291000', '120035.294000', '120035.297000', '120035.300000', '120035.303000', '120035.306000', '120035.308000', '120035.311000', '120035.314000', '120055.194000', '120055.197000', '120055.200000', '120055.203000', '120055.206000', '120055.209000', '120055.211000', '120055.214000', '120055.217000', '120055.220000', '120055.223000', '120055.226000', '120055.228000', '120055.231000', '120055.234000', '120055.237000', '120055.240000', '120055.243000', '120055.246000', '120055.249000', '120055.251000', '120055.254000', '120055.257000', '120055.260000', '120055.263000', '120055.266000', '120055.269000', '120055.272000', '120055.275000', '120055.277000', '120055.280000', '120055.283000', '120055.286000', '120055.289000', '120055.292000', '120055.295000', '120055.298000', '120055.300000', '120055.303000', '120055.306000', '120055.309000', '120055.312000', '120055.315000', '120055.317000', '120115.195000', '120115.203000', '120115.206000', '120115.209000', '120115.212000', '120115.215000', '120115.218000', '120115.221000', '120115.224000', '120115.227000', '120115.230000', '120115.233000', '120115.236000', '120115.239000', '120115.242000', '120115.245000', '120115.248000', '120115.251000', '120115.254000', '120115.256000', '120115.259000', '120115.262000', '120115.265000', '120115.268000', '120115.271000', '120115.274000', '120115.277000', '120115.280000', '120115.283000', '120115.286000', '120115.289000', '120115.292000', '120115.295000', '120115.298000', '120115.301000', '120115.304000', '120115.307000', '120115.309000', '120115.312000', '120115.315000', '120115.318000', '120115.321000', '120115.325000', '120135.194000', '120135.197000', '120135.200000', '120135.203000', '120135.206000', '120135.209000', '120135.212000', '120135.215000', '120135.218000', '120135.220000', '120135.223000', '120135.226000', '120135.229000', '120135.234000', '120135.238000', '120135.241000', '120135.244000', '120135.249000', '120135.252000', '120135.255000', '120135.257000', '120135.260000', '120135.263000', '120135.266000', '120135.269000', '120135.272000', '120135.275000', '120135.277000', '120135.280000', '120135.283000', '120135.286000', '120135.289000', '120135.292000', '120135.295000', '120135.298000', '120135.300000', '120135.303000', '120135.306000', '120135.309000', '120135.312000', '120135.314000', '120135.317000', '120135.320000', '120155.194000', '120155.197000', '120155.200000', '120155.203000', '120155.205000', '120155.208000', '120155.211000', '120155.214000', '120155.217000', '120155.220000', '120155.222000', '120155.225000', '120155.228000', '120155.231000', '120155.234000', '120155.236000', '120155.239000', '120155.265000', '120155.267000', '120155.270000', '120155.273000', '120155.276000', '120155.279000', '120155.282000', '120155.284000', '120155.287000', '120155.290000', '120155.293000', '120155.296000', '120155.298000', '120155.301000', '120155.304000', '120155.307000', '120155.310000', '120155.313000', '120155.315000', '120155.318000', '120155.321000', '120155.324000', '120155.327000', '120155.329000', '120155.332000', '120155.335000', '120155.338000', '120215.194000', '120215.197000', '120215.201000', '120215.204000', '120215.213000', '120215.235000', '120215.238000', '120215.241000', '120215.244000', '120215.247000', '120215.250000', '120215.253000', '120215.256000', '120215.259000', '120215.262000', '120215.265000', '120215.268000', '120215.271000', '120215.274000', '120215.277000', '120215.281000', '120215.284000', '120215.286000', '120215.289000', '120215.293000', '120215.295000', '120215.299000', '120215.302000', '120215.305000', '120215.308000', '120215.311000', '120215.313000', '120215.316000', '120215.319000', '120215.322000', '120215.325000', '120215.328000', '120215.331000', '120215.334000', '120215.337000', '120215.340000', '120215.342000', '120215.345000', '120235.194000', '120235.197000', '120235.200000', '120235.203000', '120235.206000', '120235.209000', '120235.212000', '120235.215000', '120235.218000', '120235.221000', '120235.223000', '120235.226000', '120235.229000', '120235.232000', '120235.235000', '120235.238000', '120235.241000', '120235.244000', '120235.247000', '120235.250000', '120235.253000', '120235.256000', '120235.258000', '120235.261000', '120235.264000', '120235.267000', '120235.270000', '120235.273000', '120235.276000', '120235.279000', '120235.281000', '120235.284000', '120235.287000', '120235.290000', '120235.293000', '120235.296000', '120235.299000', '120235.302000', '120235.305000', '120235.308000', '120235.310000', '120235.313000', '120235.316000', '120235.319000', '120255.194000', '120255.197000', '120255.200000', '120255.203000', '120255.206000', '120255.209000', '120255.212000', '120255.215000', '120255.218000', '120255.221000', '120255.224000', '120255.227000', '120255.230000', '120255.233000', '120255.235000', '120255.238000', '120255.241000', '120255.244000', '120255.247000', '120255.250000', '120255.253000', '120255.256000', '120255.258000', '120255.261000', '120255.264000', '120255.267000', '120255.270000', '120255.273000', '120255.276000', '120255.279000', '120255.281000', '120255.284000', '120255.287000', '120255.290000', '120255.293000', '120255.296000', '120255.299000', '120255.301000', '120255.304000', '120255.307000', '120255.310000', '120255.313000', '120255.316000', '120315.194000', '120315.197000', '120315.200000', '120315.203000', '120315.206000', '120315.209000', '120315.212000', '120315.214000', '120315.217000', '120315.220000', '120315.223000', '120315.226000', '120315.229000', '120315.252000', '120315.255000', '120315.258000', '120315.261000', '120315.263000', '120315.266000', '120315.269000', '120315.272000', '120315.275000', '120315.278000', '120315.280000', '120315.283000', '120315.286000', '120315.289000', '120315.292000', '120315.295000', '120315.298000', '120315.301000', '120315.304000', '120315.306000', '120315.309000', '120315.312000', '120315.315000', '120315.318000', '120315.321000', '120315.324000', '120315.326000', '120315.329000', '120315.332000', '120315.335000', '120315.338000', '120335.194000', '120335.197000', '120335.200000', '120335.203000', '120335.206000', '120335.209000', '120335.211000', '120335.214000', '120335.218000', '120335.221000', '120335.223000', '120335.226000', '120335.230000', '120335.237000', '120335.240000', '120335.243000', '120335.246000', '120335.249000', '120335.252000', '120335.255000', '120335.257000', '120335.260000', '120335.263000', '120335.266000', '120335.269000', '120335.272000', '120335.275000', '120335.278000', '120335.281000', '120335.283000', '120335.286000', '120335.289000', '120335.292000', '120335.295000', '120335.298000', '120335.300000', '120335.303000', '120335.306000', '120335.309000', '120335.312000', '120335.315000', '120335.317000', '120335.320000', '120355.194000', '120355.197000', '120355.200000', '120355.203000', '120355.206000', '120355.209000', '120355.212000', '120355.215000', '120355.218000', '120355.220000', '120355.223000', '120355.226000', '120355.229000', '120355.232000', '120355.235000', '120355.238000', '120355.241000', '120355.244000', '120355.246000', '120355.249000', '120355.252000', '120355.255000', '120355.258000', '120355.261000', '120355.264000', '120355.266000', '120355.269000', '120355.272000', '120355.275000', '120355.278000', '120355.281000', '120355.284000', '120355.287000', '120355.289000', '120355.292000', '120355.295000', '120355.298000', '120355.301000', '120355.304000', '120355.307000', '120355.310000', '120355.313000', '120355.315000', '120355.318000', '120403.969000', '120403.973000', '120403.976000', '120403.987000', '120403.990000', '120403.993000', '120403.996000', '120404.000000', '120404.003000', '120404.006000', '120404.009000', '120404.013000', '120404.016000', '120404.019000', '120404.022000', '120404.025000', '120404.028000', '120404.031000', '120404.034000'], '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': [10757, 9589, 12931, 10468, 11244, 10753, 9465, 13334, 10758, 10918, 11415, 9882, 12721, 10643, 9540, 12230, 10932, 11300, 10811, 9500, 10103, 10082, 11339, 10284, 10077, 13069, 11038, 10029, 10334, 9969, 11953, 10765, 9615, 12758, 10653, 9414, 10196, 9972, 11222, 10500, 9626, 13619, 10376, 10911, 10341, 9659, 12377, 10843, 9638, 10460, 9519, 11953, 10655, 9353, 14287, 9972, 12062, 10612, 9392, 13403, 10556, 9048, 11474, 9503, 11465, 10704, 9186, 10729, 9601, 10494, 10880, 9041, 12102, 9924, 9762, 10462, 9090, 11483, 10409, 10266, 10606, 9108, 12604, 10714, 10104, 10684, 9534, 11733, 10858, 9021, 12295, 10468, 10794, 10549, 9367, 11893, 10833, 9276, 12096, 10330, 9309, 10241, 10003, 11314, 10468, 9575, 12647, 10549, 9187, 13009, 10289, 11272, 10316, 9396, 11068, 10490, 9502, 10118, 9744, 12082, 10668, 9438, 12871, 10726, 9470, 10093, 9998, 10386, 10446, 9139, 13212, 10592, 10496, 10612, 9534, 11630, 10460, 9589, 10179, 9862, 11949, 10477, 9355, 11207, 10136, 11101, 10566, 9397, 13456, 10463, 10990, 10789, 9364, 13766, 10173, 11742, 10235, 9331, 12337, 10267, 11166, 10401, 9241, 12847, 10408, 10192, 12702, 9619, 11831, 10622, 9165, 13400, 9898, 11080, 10778, 8858, 11999, 10325, 10699, 10537, 9123, 12127, 10326, 10799, 10492, 9288, 12065, 10339, 10039, 10237, 9278, 13447, 9767, 11336, 10794, 9867, 10437, 9422, 12982, 10198, 11094, 10732, 9114, 11149, 9665, 12349, 10301, 10774, 10760, 9400, 13101, 10321, 11231, 10571, 9294, 10934, 9763, 10620, 10369, 10942, 10937, 9644, 10296, 10072, 11836, 10727, 10428, 10633, 9704, 10435, 10104, 12255, 10809, 10619, 10173, 9758, 11539, 10034, 11945, 10648, 10794, 10702, 9163, 10176, 9669, 11866, 10769, 11152, 10545, 8915, 10306, 9893, 11618, 10758, 11407, 10723, 9443, 12309, 10185, 12140, 10578, 9341, 10270, 10135, 11993, 10945, 9622, 10266, 10647, 11462, 10842, 9674, 13382, 10886, 12113, 10979, 9579, 12978, 10761, 10911, 12216, 10609, 11203, 10564, 9409, 12625, 10684, 11064, 10549, 9777, 10507, 10392, 10914, 13734, 10427, 12031, 10298, 9427, 12496, 10295, 9516, 13624, 9812, 11410, 10467, 9174, 12473, 10518, 9355, 12354, 9523, 10762, 10634, 9124, 11541, 10490, 8728, 10200, 9875, 10846, 10453, 9738, 12265, 10347, 10231, 10160, 9946, 11772, 10535, 9655, 9710, 10158, 11429, 10433, 9599, 12632, 10501, 10063, 9960, 10000, 11394, 10342, 9585, 12930, 10683, 9862, 12907, 10373, 11879, 10114, 9787, 11763, 10533, 9366, 12333, 10685, 9150, 10113, 10012, 10313, 9980, 9882, 11637, 10804, 9244, 9950, 10343, 11036, 10574, 9615, 12534, 11039, 9199, 13179, 10394, 11580, 10923, 9308, 12182, 10596, 11666, 10921, 9291, 10270, 10227, 11520, 10448, 9588, 10376, 10561, 9407, 10723, 10059, 12567, 10519, 10786, 10572, 9796, 12704, 10563, 10884, 10364, 9684, 12294, 10832, 11265, 10648, 9323, 12659, 10256, 11531, 10195, 9874, 13095, 10910, 10858, 10347, 9627, 12182, 10960, 10656, 10493, 10257, 11943, 10874, 9342, 13436, 10668, 10592, 10649, 9581, 12418, 10734, 11667, 10875, 9577, 10338, 10377, 11941, 10985, 9506, 10109, 10135, 11863, 10836, 9790, 13349, 10673, 10974, 10772, 10044, 13126, 10806, 10191, 10325, 9979, 11974, 10923, 9422, 10435, 10117, 11700, 10700, 9372, 12544, 10427, 11495, 10667, 9235, 11055, 10728, 11688, 11038, 8464, 10675, 9782, 11985, 11024, 10520, 10661, 9510, 10325, 9611, 12121, 10946, 11603, 10562, 9140, 10265, 9472, 12059, 10698, 10407, 10369, 9347, 10484, 9863, 11674, 10453, 11132, 10647, 9207, 10477, 9594, 12401, 10322, 11830, 10407, 9145, 13538, 9991, 11419, 10666, 9297, 10623, 9617, 12112, 11171, 9384, 11751, 9773, 11581, 10555, 9381, 10557, 9704, 11248, 10210, 11606, 10835, 10343, 10586, 9767, 12579, 10350, 11189, 10560, 9644, 13023, 10830, 9099, 10236, 9873, 11867, 10845, 9143, 10412, 9855, 11663, 10983, 9623, 10931, 10674, 11787, 11100, 9575, 11718, 10814, 11769, 10746, 9267, 10155, 10366, 11578, 10780, 9358, 10742, 9985, 12704, 10558, 11586, 11585, 9896, 12387, 10764, 9087, 13348, 10623, 12061, 10955, 9785, 11350, 10776, 8838, 10482, 10339, 11151, 11061, 9708, 13594, 10711, 11990, 11161, 9461, 12900, 10421, 11812, 11417, 9980, 12186, 10781, 9375, 13819, 10801, 10474, 12213, 9572, 11790, 10571, 9135, 12275, 10535, 10412, 9982, 9518, 11209, 10557, 8971, 11703, 10320, 11416, 10336, 9957, 11829, 10534, 9449, 12312, 10582, 9520, 9654, 10520, 11148, 10154, 10014, 9055, 10488, 10382, 9770, 10074, 9516, 10228, 11707, 10371, 11673, 15006, 9941, 12254, 10592, 10572, 12859, 9567, 12322, 10737, 9601, 10233, 9628, 10464, 11171, 13854, 10957, 11362, 10281, 8926, 12498, 9755, 12117, 10360, 9851, 10394, 9544, 10661, 10934, 10745, 11418, 10304, 10900, 10368, 11158, 14890, 11057, 13161, 9585, 11495, 9692, 10818, 10096, 11793, 10566, 11048, 10150, 10730, 10607, 11720, 13281, 9412, 13112, 9923, 11238, 10428, 9529, 10619, 9146, 10621, 8818, 10761, 9207, 10805, 9355, 10206, 9377, 12786, 10687, 8796, 10689, 9287, 10548, 11592, 10190, 11452, 9623, 12360, 9822, 12571, 10658, 9455, 15146, 9587, 12059, 10479, 10200, 10743, 9250, 9811, 9376, 9825, 9691, 9527, 10165, 10965, 10695, 8943, 10131, 9934, 11823, 10790, 10170, 11589, 10065, 13636, 10932, 11461, 10619, 9192, 13073, 10533, 11902, 10565, 9584, 12077, 10621, 10590, 10141, 9979, 11475, 10712, 9459, 11903, 10518, 11358, 10420, 10080, 12320, 10611, 11221, 9621, 10643, 11933, 10071, 10221, 12503, 10607, 9956, 12205, 10521, 9942, 9672, 10263, 12809, 10609, 9497, 13268, 10411, 11688, 11011, 9920, 12584, 10415, 9429, 13318, 10493, 11020, 11010, 10095, 11790, 10507, 9416, 13345, 10286, 11813, 10571, 9330, 12712, 10132, 11898, 10066, 9443, 9787, 9910, 12023, 9849, 9616, 14164, 10527, 10238, 9987, 9853, 12797, 10410, 9261, 13286, 10264, 10242, 9726, 9683, 12722, 10620, 8976, 9904, 10139, 11418, 10484, 10002, 10295, 9936, 11020, 10361, 11442, 10497, 9638, 13108, 10547, 10751, 14925, 9899, 12281, 10560, 9935, 9946, 9281, 14018, 10334, 10011, 10124, 9366, 12498, 10390, 9081, 10550, 9818, 11330, 9935, 9033, 13196, 10061, 9989, 10126, 9354, 12153, 10326, 9011, 9703, 9381, 12121, 9756, 9296, 14379, 9451, 11883, 10565, 9077, 13780, 9539, 12273, 10354, 8865, 13016, 9504, 12288, 10339, 8560, 9882, 9317, 11622, 10227, 9706, 9807, 9158, 12003, 10193, 10342, 10704, 9622, 12873, 10072, 10426, 9671, 9692, 12372, 10166, 9340, 10139, 9980, 9610, 10273, 9015, 10413, 9393, 10450, 12769, 12507, 9404, 13261, 10654, 9252, 10904, 9818, 13070, 10433, 9672, 10541, 9057, 10131, 9342, 13619, 9864, 12164, 10434, 10806, 10305, 9190, 11978, 9725, 9434, 9840, 11990, 10462, 9939, 14924, 10190, 12617, 10649, 9357, 14102, 10093, 12721, 10798, 9685, 9693, 10057, 12438, 10509, 9651, 9717, 10621, 11089, 9728, 9611, 13071, 10648, 10843, 10274, 9563, 13155, 10433, 10589, 9863, 9977, 13012, 10089, 9428, 12302, 9664, 12520, 10211, 9890, 13428, 9845, 12050, 10141, 10144, 11294, 9265, 13346, 10228, 8609, 9931, 9500, 11831, 9860, 11563, 9561, 8881, 9491, 9352, 12395, 9972, 9420, 14371, 10326, 12071, 10266, 8688, 13315, 9331, 12238, 9784, 8949, 11494, 9639, 10325, 9651, 9067, 13259, 9742, 10764, 10392, 9202, 11902, 9486, 9613, 10258, 9552, 8462, 10325, 9365, 10290, 9368, 13909, 10738, 11929, 10167, 8933, 9992, 9226, 13702, 9939, 12260, 10281, 9173, 10033, 8994, 13001, 9986, 9897, 10485, 8983, 9722, 8555, 12678, 10036, 9776, 10428, 8495], 'WindowCenter': [3841.0, 3819.0, 3847.0, 3814.0, 3823.0, 3823.0, 3803.0, 3833.0, 3811.0, 3812.0, 3811.0, 3801.0, 3822.0, 3810.0, 3800.0, 3820.0, 3810.0, 3811.0, 3811.0, 3801.0, 3812.0, 3813.0, 3823.0, 3800.0, 3801.0, 3833.0, 3812.0, 3800.0, 3811.0, 3813.0, 3821.0, 3810.0, 3801.0, 3821.0, 3811.0, 3790.0, 3800.0, 3801.0, 3810.0, 3799.0, 3799.0, 3830.0, 3800.0, 3810.0, 3799.0, 3800.0, 3820.0, 3810.0, 3799.0, 3799.0, 3800.0, 3809.0, 3799.0, 3788.0, 3830.0, 3799.0, 3809.0, 3796.0, 3775.0, 3818.0, 3796.0, 3775.0, 3795.0, 3785.0, 3794.0, 3783.0, 3774.0, 3794.0, 3785.0, 3795.0, 3796.0, 3775.0, 3807.0, 3787.0, 3785.0, 3796.0, 3786.0, 3808.0, 3796.0, 3797.0, 3797.0, 3788.0, 3817.0, 3796.0, 3798.0, 3796.0, 3787.0, 3807.0, 3807.0, 3788.0, 3807.0, 3796.0, 3797.0, 3796.0, 3786.0, 3807.0, 3797.0, 3787.0, 3808.0, 3799.0, 3788.0, 3796.0, 3799.0, 3809.0, 3798.0, 3799.0, 3819.0, 3798.0, 3787.0, 3818.0, 3797.0, 3809.0, 3797.0, 3787.0, 3808.0, 3810.0, 3800.0, 3798.0, 3798.0, 3821.0, 3809.0, 3800.0, 3820.0, 3809.0, 3799.0, 3798.0, 3800.0, 3799.0, 3811.0, 3801.0, 3831.0, 3810.0, 3810.0, 3809.0, 3801.0, 3820.0, 3810.0, 3800.0, 3799.0, 3811.0, 3820.0, 3809.0, 3800.0, 3809.0, 3810.0, 3810.0, 3809.0, 3789.0, 3830.0, 3810.0, 3810.0, 3811.0, 3801.0, 3831.0, 3799.0, 3821.0, 3799.0, 3801.0, 3819.0, 3798.0, 3810.0, 3798.0, 3789.0, 3819.0, 3796.0, 3798.0, 3818.0, 3787.0, 3807.0, 3796.0, 3787.0, 3818.0, 3787.0, 3796.0, 3808.0, 3787.0, 3806.0, 3796.0, 3796.0, 3796.0, 3786.0, 3806.0, 3796.0, 3807.0, 3795.0, 3787.0, 3807.0, 3797.0, 3797.0, 3795.0, 3785.0, 3818.0, 3799.0, 3807.0, 3808.0, 3798.0, 3796.0, 3787.0, 3819.0, 3798.0, 3809.0, 3807.0, 3788.0, 3806.0, 3785.0, 3818.0, 3798.0, 3807.0, 3807.0, 3787.0, 3818.0, 3797.0, 3807.0, 3796.0, 3787.0, 3796.0, 3797.0, 3797.0, 3798.0, 3806.0, 3806.0, 3787.0, 3796.0, 3798.0, 3807.0, 3810.0, 3809.0, 3809.0, 3798.0, 3809.0, 3799.0, 3820.0, 3809.0, 3810.0, 3797.0, 3799.0, 3808.0, 3799.0, 3819.0, 3809.0, 3809.0, 3797.0, 3787.0, 3796.0, 3797.0, 3809.0, 3808.0, 3808.0, 3798.0, 3788.0, 3798.0, 3799.0, 3808.0, 3809.0, 3821.0, 3809.0, 3799.0, 3818.0, 3798.0, 3809.0, 3796.0, 3787.0, 3796.0, 3798.0, 3808.0, 3808.0, 3798.0, 3799.0, 3810.0, 3820.0, 3810.0, 3801.0, 3830.0, 3809.0, 3821.0, 3810.0, 3800.0, 3819.0, 3810.0, 3810.0, 3819.0, 3798.0, 3809.0, 3810.0, 3790.0, 3819.0, 3798.0, 3810.0, 3809.0, 3800.0, 3810.0, 3812.0, 3812.0, 3829.0, 3798.0, 3820.0, 3799.0, 3788.0, 3819.0, 3798.0, 3788.0, 3818.0, 3786.0, 3806.0, 3795.0, 3787.0, 3806.0, 3796.0, 3786.0, 3805.0, 3785.0, 3795.0, 3796.0, 3786.0, 3805.0, 3797.0, 3776.0, 3797.0, 3798.0, 3807.0, 3809.0, 3800.0, 3819.0, 3799.0, 3798.0, 3798.0, 3799.0, 3820.0, 3798.0, 3800.0, 3787.0, 3800.0, 3809.0, 3809.0, 3799.0, 3819.0, 3798.0, 3799.0, 3798.0, 3798.0, 3809.0, 3798.0, 3799.0, 3819.0, 3798.0, 3799.0, 3818.0, 3797.0, 3807.0, 3797.0, 3786.0, 3806.0, 3796.0, 3786.0, 3805.0, 3796.0, 3786.0, 3795.0, 3797.0, 3797.0, 3796.0, 3799.0, 3807.0, 3808.0, 3788.0, 3798.0, 3797.0, 3809.0, 3797.0, 3798.0, 3818.0, 3808.0, 3786.0, 3817.0, 3797.0, 3808.0, 3808.0, 3788.0, 3807.0, 3796.0, 3808.0, 3808.0, 3787.0, 3796.0, 3798.0, 3808.0, 3797.0, 3797.0, 3797.0, 3808.0, 3787.0, 3808.0, 3799.0, 3818.0, 3811.0, 3810.0, 3798.0, 3799.0, 3820.0, 3810.0, 3810.0, 3799.0, 3798.0, 3820.0, 3810.0, 3810.0, 3809.0, 3788.0, 3820.0, 3800.0, 3810.0, 3796.0, 3798.0, 3820.0, 3809.0, 3808.0, 3797.0, 3799.0, 3808.0, 3797.0, 3799.0, 3798.0, 3798.0, 3808.0, 3797.0, 3787.0, 3818.0, 3796.0, 3796.0, 3798.0, 3798.0, 3818.0, 3808.0, 3809.0, 3809.0, 3799.0, 3798.0, 3799.0, 3821.0, 3809.0, 3799.0, 3798.0, 3799.0, 3820.0, 3808.0, 3799.0, 3831.0, 3810.0, 3809.0, 3808.0, 3799.0, 3819.0, 3809.0, 3798.0, 3797.0, 3798.0, 3818.0, 3808.0, 3788.0, 3796.0, 3798.0, 3809.0, 3797.0, 3787.0, 3818.0, 3798.0, 3809.0, 3810.0, 3800.0, 3808.0, 3810.0, 3820.0, 3809.0, 3779.0, 3811.0, 3812.0, 3821.0, 3810.0, 3809.0, 3810.0, 3799.0, 3798.0, 3799.0, 3819.0, 3809.0, 3810.0, 3797.0, 3788.0, 3797.0, 3799.0, 3819.0, 3798.0, 3797.0, 3797.0, 3787.0, 3797.0, 3799.0, 3808.0, 3808.0, 3809.0, 3798.0, 3788.0, 3809.0, 3799.0, 3820.0, 3799.0, 3820.0, 3799.0, 3788.0, 3819.0, 3797.0, 3809.0, 3796.0, 3788.0, 3796.0, 3788.0, 3819.0, 3808.0, 3788.0, 3808.0, 3798.0, 3807.0, 3799.0, 3788.0, 3798.0, 3799.0, 3809.0, 3798.0, 3809.0, 3809.0, 3811.0, 3799.0, 3800.0, 3820.0, 3800.0, 3811.0, 3799.0, 3799.0, 3819.0, 3809.0, 3788.0, 3797.0, 3799.0, 3809.0, 3809.0, 3789.0, 3809.0, 3800.0, 3821.0, 3809.0, 3800.0, 3809.0, 3810.0, 3821.0, 3822.0, 3802.0, 3820.0, 3810.0, 3821.0, 3809.0, 3789.0, 3799.0, 3811.0, 3809.0, 3811.0, 3789.0, 3811.0, 3801.0, 3821.0, 3810.0, 3811.0, 3809.0, 3799.0, 3820.0, 3808.0, 3787.0, 3819.0, 3798.0, 3819.0, 3809.0, 3799.0, 3807.0, 3809.0, 3788.0, 3809.0, 3811.0, 3810.0, 3822.0, 3803.0, 3832.0, 3810.0, 3823.0, 3811.0, 3801.0, 3820.0, 3810.0, 3822.0, 3809.0, 3799.0, 3820.0, 3808.0, 3789.0, 3830.0, 3799.0, 3799.0, 3819.0, 3787.0, 3808.0, 3797.0, 3788.0, 3807.0, 3797.0, 3798.0, 3797.0, 3788.0, 3808.0, 3810.0, 3789.0, 3808.0, 3798.0, 3809.0, 3798.0, 3799.0, 3809.0, 3797.0, 3799.0, 3819.0, 3799.0, 3798.0, 3786.0, 3799.0, 3809.0, 3798.0, 3800.0, 3789.0, 3811.0, 3811.0, 3800.0, 3811.0, 3800.0, 3812.0, 3822.0, 3813.0, 3824.0, 3843.0, 3801.0, 3821.0, 3812.0, 3814.0, 3832.0, 3801.0, 3820.0, 3810.0, 3799.0, 3812.0, 3801.0, 3813.0, 3824.0, 3835.0, 3811.0, 3810.0, 3798.0, 3788.0, 3819.0, 3786.0, 3808.0, 3798.0, 3797.0, 3798.0, 3787.0, 3809.0, 3808.0, 3811.0, 3821.0, 3811.0, 3810.0, 3812.0, 3812.0, 3831.0, 3810.0, 3819.0, 3788.0, 3809.0, 3798.0, 3808.0, 3798.0, 3819.0, 3810.0, 3810.0, 3811.0, 3810.0, 3809.0, 3822.0, 3830.0, 3788.0, 3819.0, 3798.0, 3807.0, 3796.0, 3787.0, 3797.0, 3787.0, 3809.0, 3787.0, 3809.0, 3800.0, 3810.0, 3800.0, 3811.0, 3800.0, 3821.0, 3799.0, 3778.0, 3811.0, 3800.0, 3824.0, 3823.0, 3814.0, 3824.0, 3814.0, 3833.0, 3802.0, 3823.0, 3800.0, 3790.0, 3832.0, 3790.0, 3809.0, 3799.0, 3798.0, 3797.0, 3787.0, 3787.0, 3787.0, 3797.0, 3799.0, 3799.0, 3800.0, 3810.0, 3811.0, 3789.0, 3800.0, 3813.0, 3823.0, 3811.0, 3813.0, 3811.0, 3801.0, 3833.0, 3812.0, 3812.0, 3812.0, 3800.0, 3821.0, 3800.0, 3821.0, 3811.0, 3800.0, 3822.0, 3810.0, 3811.0, 3800.0, 3801.0, 3811.0, 3812.0, 3802.0, 3820.0, 3812.0, 3812.0, 3813.0, 3813.0, 3834.0, 3813.0, 3824.0, 3802.0, 3813.0, 3824.0, 3801.0, 3812.0, 3823.0, 3812.0, 3802.0, 3822.0, 3813.0, 3802.0, 3800.0, 3813.0, 3834.0, 3813.0, 3803.0, 3833.0, 3811.0, 3823.0, 3811.0, 3801.0, 3822.0, 3811.0, 3801.0, 3833.0, 3800.0, 3811.0, 3810.0, 3799.0, 3820.0, 3810.0, 3790.0, 3820.0, 3799.0, 3821.0, 3811.0, 3802.0, 3822.0, 3800.0, 3821.0, 3799.0, 3789.0, 3799.0, 3800.0, 3823.0, 3799.0, 3800.0, 3831.0, 3799.0, 3799.0, 3798.0, 3799.0, 3819.0, 3798.0, 3787.0, 3817.0, 3797.0, 3786.0, 3786.0, 3786.0, 3818.0, 3798.0, 3787.0, 3798.0, 3799.0, 3808.0, 3799.0, 3799.0, 3811.0, 3813.0, 3811.0, 3812.0, 3824.0, 3812.0, 3802.0, 3832.0, 3811.0, 3811.0, 3841.0, 3800.0, 3821.0, 3811.0, 3801.0, 3798.0, 3789.0, 3831.0, 3799.0, 3800.0, 3799.0, 3789.0, 3819.0, 3798.0, 3787.0, 3798.0, 3800.0, 3808.0, 3798.0, 3788.0, 3819.0, 3799.0, 3798.0, 3810.0, 3799.0, 3820.0, 3800.0, 3789.0, 3799.0, 3802.0, 3822.0, 3787.0, 3788.0, 3831.0, 3799.0, 3820.0, 3811.0, 3789.0, 3830.0, 3787.0, 3808.0, 3797.0, 3787.0, 3818.0, 3786.0, 3806.0, 3785.0, 3775.0, 3797.0, 3787.0, 3807.0, 3797.0, 3787.0, 3797.0, 3788.0, 3819.0, 3798.0, 3799.0, 3797.0, 3799.0, 3819.0, 3800.0, 3811.0, 3799.0, 3799.0, 3820.0, 3799.0, 3789.0, 3811.0, 3802.0, 3800.0, 3812.0, 3801.0, 3824.0, 3815.0, 3826.0, 3849.0, 3836.0, 3803.0, 3833.0, 3810.0, 3789.0, 3798.0, 3798.0, 3819.0, 3799.0, 3787.0, 3810.0, 3788.0, 3799.0, 3789.0, 3829.0, 3800.0, 3819.0, 3810.0, 3809.0, 3798.0, 3788.0, 3809.0, 3798.0, 3787.0, 3801.0, 3820.0, 3809.0, 3799.0, 3830.0, 3798.0, 3818.0, 3798.0, 3788.0, 3827.0, 3797.0, 3818.0, 3808.0, 3787.0, 3785.0, 3796.0, 3818.0, 3797.0, 3787.0, 3786.0, 3808.0, 3808.0, 3787.0, 3797.0, 3830.0, 3810.0, 3809.0, 3809.0, 3800.0, 3831.0, 3811.0, 3810.0, 3799.0, 3799.0, 3831.0, 3798.0, 3788.0, 3819.0, 3798.0, 3819.0, 3797.0, 3798.0, 3829.0, 3799.0, 3820.0, 3799.0, 3810.0, 3808.0, 3788.0, 3830.0, 3798.0, 3777.0, 3799.0, 3798.0, 3818.0, 3798.0, 3809.0, 3799.0, 3789.0, 3800.0, 3802.0, 3822.0, 3799.0, 3789.0, 3830.0, 3798.0, 3819.0, 3798.0, 3778.0, 3819.0, 3786.0, 3807.0, 3786.0, 3775.0, 3806.0, 3787.0, 3796.0, 3784.0, 3776.0, 3818.0, 3787.0, 3796.0, 3797.0, 3787.0, 3806.0, 3799.0, 3787.0, 3798.0, 3799.0, 3780.0, 3812.0, 3803.0, 3814.0, 3803.0, 3846.0, 3811.0, 3811.0, 3799.0, 3789.0, 3798.0, 3789.0, 3830.0, 3798.0, 3809.0, 3797.0, 3788.0, 3797.0, 3787.0, 3819.0, 3787.0, 3786.0, 3797.0, 3788.0, 3786.0, 3777.0, 3819.0, 3799.0, 3798.0, 3810.0, 3788.0], 'WindowWidth': [8616.0, 8579.0, 8612.0, 8564.0, 8574.0, 8573.0, 8545.0, 8586.0, 8553.0, 8557.0, 8554.0, 8537.0, 8568.0, 8550.0, 8536.0, 8564.0, 8549.0, 8555.0, 8554.0, 8539.0, 8556.0, 8560.0, 8575.0, 8537.0, 8538.0, 8585.0, 8554.0, 8537.0, 8554.0, 8558.0, 8569.0, 8550.0, 8539.0, 8567.0, 8550.0, 8523.0, 8537.0, 8539.0, 8553.0, 8534.0, 8534.0, 8579.0, 8536.0, 8550.0, 8534.0, 8535.0, 8564.0, 8549.0, 8535.0, 8532.0, 8536.0, 8552.0, 8533.0, 8519.0, 8579.0, 8531.0, 8549.0, 8524.0, 8496.0, 8559.0, 8524.0, 8496.0, 8521.0, 8506.0, 8521.0, 8501.0, 8492.0, 8517.0, 8508.0, 8522.0, 8523.0, 8495.0, 8541.0, 8512.0, 8510.0, 8525.0, 8513.0, 8543.0, 8525.0, 8529.0, 8526.0, 8516.0, 8555.0, 8525.0, 8531.0, 8525.0, 8513.0, 8542.0, 8541.0, 8517.0, 8545.0, 8525.0, 8530.0, 8525.0, 8513.0, 8542.0, 8527.0, 8515.0, 8544.0, 8533.0, 8520.0, 8528.0, 8533.0, 8550.0, 8531.0, 8534.0, 8562.0, 8532.0, 8517.0, 8560.0, 8528.0, 8546.0, 8529.0, 8515.0, 8545.0, 8552.0, 8538.0, 8531.0, 8533.0, 8568.0, 8549.0, 8538.0, 8565.0, 8547.0, 8535.0, 8532.0, 8536.0, 8537.0, 8554.0, 8541.0, 8582.0, 8552.0, 8550.0, 8550.0, 8541.0, 8566.0, 8549.0, 8538.0, 8534.0, 8554.0, 8565.0, 8549.0, 8536.0, 8549.0, 8550.0, 8551.0, 8549.0, 8521.0, 8579.0, 8550.0, 8551.0, 8555.0, 8542.0, 8581.0, 8535.0, 8567.0, 8536.0, 8540.0, 8563.0, 8531.0, 8552.0, 8533.0, 8520.0, 8563.0, 8526.0, 8531.0, 8558.0, 8514.0, 8542.0, 8526.0, 8514.0, 8558.0, 8514.0, 8527.0, 8544.0, 8515.0, 8540.0, 8523.0, 8527.0, 8526.0, 8514.0, 8541.0, 8526.0, 8543.0, 8523.0, 8514.0, 8543.0, 8528.0, 8529.0, 8523.0, 8511.0, 8560.0, 8533.0, 8544.0, 8545.0, 8533.0, 8527.0, 8514.0, 8561.0, 8531.0, 8546.0, 8542.0, 8517.0, 8540.0, 8511.0, 8559.0, 8531.0, 8543.0, 8544.0, 8517.0, 8559.0, 8528.0, 8543.0, 8526.0, 8517.0, 8526.0, 8528.0, 8528.0, 8530.0, 8541.0, 8539.0, 8516.0, 8527.0, 8532.0, 8544.0, 8550.0, 8548.0, 8548.0, 8534.0, 8546.0, 8534.0, 8564.0, 8546.0, 8550.0, 8529.0, 8533.0, 8544.0, 8534.0, 8561.0, 8547.0, 8548.0, 8529.0, 8516.0, 8527.0, 8530.0, 8547.0, 8543.0, 8546.0, 8531.0, 8517.0, 8531.0, 8534.0, 8546.0, 8547.0, 8567.0, 8547.0, 8534.0, 8560.0, 8531.0, 8551.0, 8525.0, 8514.0, 8525.0, 8530.0, 8545.0, 8543.0, 8532.0, 8534.0, 8549.0, 8564.0, 8552.0, 8542.0, 8579.0, 8548.0, 8566.0, 8550.0, 8537.0, 8563.0, 8549.0, 8552.0, 8561.0, 8531.0, 8547.0, 8549.0, 8524.0, 8561.0, 8532.0, 8550.0, 8547.0, 8537.0, 8550.0, 8555.0, 8557.0, 8578.0, 8531.0, 8564.0, 8532.0, 8516.0, 8561.0, 8530.0, 8518.0, 8559.0, 8511.0, 8541.0, 8521.0, 8514.0, 8539.0, 8524.0, 8511.0, 8534.0, 8507.0, 8519.0, 8523.0, 8509.0, 8535.0, 8527.0, 8498.0, 8526.0, 8532.0, 8541.0, 8546.0, 8536.0, 8561.0, 8534.0, 8534.0, 8532.0, 8533.0, 8564.0, 8531.0, 8536.0, 8515.0, 8535.0, 8548.0, 8546.0, 8533.0, 8563.0, 8532.0, 8535.0, 8530.0, 8532.0, 8550.0, 8529.0, 8533.0, 8562.0, 8532.0, 8534.0, 8558.0, 8527.0, 8545.0, 8528.0, 8511.0, 8539.0, 8524.0, 8510.0, 8537.0, 8523.0, 8512.0, 8522.0, 8530.0, 8529.0, 8525.0, 8532.0, 8543.0, 8545.0, 8521.0, 8531.0, 8529.0, 8547.0, 8528.0, 8531.0, 8560.0, 8544.0, 8514.0, 8555.0, 8528.0, 8543.0, 8543.0, 8520.0, 8541.0, 8525.0, 8545.0, 8542.0, 8516.0, 8526.0, 8529.0, 8545.0, 8527.0, 8529.0, 8529.0, 8545.0, 8518.0, 8544.0, 8534.0, 8559.0, 8552.0, 8553.0, 8532.0, 8535.0, 8566.0, 8549.0, 8549.0, 8534.0, 8533.0, 8565.0, 8550.0, 8553.0, 8548.0, 8521.0, 8565.0, 8536.0, 8551.0, 8528.0, 8530.0, 8564.0, 8547.0, 8546.0, 8529.0, 8533.0, 8547.0, 8529.0, 8534.0, 8530.0, 8530.0, 8546.0, 8529.0, 8515.0, 8558.0, 8527.0, 8527.0, 8532.0, 8533.0, 8560.0, 8544.0, 8549.0, 8549.0, 8535.0, 8532.0, 8535.0, 8567.0, 8548.0, 8533.0, 8532.0, 8535.0, 8566.0, 8545.0, 8535.0, 8582.0, 8550.0, 8549.0, 8545.0, 8535.0, 8563.0, 8547.0, 8534.0, 8528.0, 8531.0, 8562.0, 8545.0, 8519.0, 8528.0, 8532.0, 8548.0, 8530.0, 8516.0, 8557.0, 8531.0, 8548.0, 8551.0, 8539.0, 8546.0, 8550.0, 8565.0, 8549.0, 8510.0, 8552.0, 8556.0, 8569.0, 8550.0, 8548.0, 8548.0, 8533.0, 8531.0, 8536.0, 8563.0, 8547.0, 8550.0, 8529.0, 8517.0, 8528.0, 8532.0, 8561.0, 8530.0, 8530.0, 8527.0, 8515.0, 8527.0, 8533.0, 8547.0, 8546.0, 8548.0, 8532.0, 8520.0, 8548.0, 8536.0, 8566.0, 8533.0, 8564.0, 8532.0, 8517.0, 8561.0, 8529.0, 8548.0, 8526.0, 8516.0, 8526.0, 8516.0, 8561.0, 8542.0, 8517.0, 8543.0, 8528.0, 8542.0, 8532.0, 8518.0, 8530.0, 8533.0, 8548.0, 8532.0, 8550.0, 8549.0, 8554.0, 8534.0, 8534.0, 8563.0, 8536.0, 8553.0, 8532.0, 8534.0, 8561.0, 8547.0, 8518.0, 8529.0, 8534.0, 8549.0, 8546.0, 8521.0, 8547.0, 8539.0, 8568.0, 8547.0, 8536.0, 8548.0, 8550.0, 8566.0, 8567.0, 8542.0, 8564.0, 8550.0, 8567.0, 8548.0, 8521.0, 8535.0, 8552.0, 8550.0, 8550.0, 8523.0, 8552.0, 8538.0, 8568.0, 8550.0, 8553.0, 8547.0, 8532.0, 8564.0, 8544.0, 8517.0, 8560.0, 8530.0, 8562.0, 8547.0, 8535.0, 8542.0, 8548.0, 8520.0, 8547.0, 8552.0, 8552.0, 8570.0, 8547.0, 8585.0, 8551.0, 8573.0, 8553.0, 8541.0, 8568.0, 8549.0, 8569.0, 8548.0, 8534.0, 8563.0, 8546.0, 8521.0, 8580.0, 8533.0, 8533.0, 8560.0, 8515.0, 8544.0, 8528.0, 8517.0, 8543.0, 8528.0, 8531.0, 8529.0, 8518.0, 8545.0, 8550.0, 8523.0, 8544.0, 8531.0, 8549.0, 8530.0, 8532.0, 8548.0, 8530.0, 8533.0, 8562.0, 8534.0, 8533.0, 8512.0, 8532.0, 8548.0, 8531.0, 8536.0, 8522.0, 8555.0, 8556.0, 8538.0, 8554.0, 8539.0, 8559.0, 8572.0, 8559.0, 8577.0, 8602.0, 8541.0, 8568.0, 8556.0, 8563.0, 8584.0, 8538.0, 8566.0, 8551.0, 8536.0, 8557.0, 8542.0, 8558.0, 8576.0, 8595.0, 8554.0, 8551.0, 8531.0, 8517.0, 8560.0, 8512.0, 8544.0, 8530.0, 8528.0, 8533.0, 8515.0, 8546.0, 8545.0, 8552.0, 8566.0, 8554.0, 8553.0, 8556.0, 8559.0, 8581.0, 8550.0, 8563.0, 8517.0, 8547.0, 8532.0, 8544.0, 8532.0, 8562.0, 8551.0, 8549.0, 8554.0, 8551.0, 8549.0, 8569.0, 8578.0, 8517.0, 8562.0, 8531.0, 8543.0, 8525.0, 8515.0, 8528.0, 8514.0, 8549.0, 8516.0, 8547.0, 8537.0, 8551.0, 8538.0, 8553.0, 8539.0, 8566.0, 8531.0, 8504.0, 8551.0, 8539.0, 8575.0, 8574.0, 8564.0, 8576.0, 8562.0, 8586.0, 8541.0, 8574.0, 8534.0, 8522.0, 8581.0, 8521.0, 8547.0, 8532.0, 8529.0, 8526.0, 8513.0, 8513.0, 8515.0, 8526.0, 8532.0, 8534.0, 8537.0, 8550.0, 8551.0, 8522.0, 8537.0, 8558.0, 8573.0, 8553.0, 8557.0, 8552.0, 8538.0, 8586.0, 8555.0, 8553.0, 8553.0, 8538.0, 8567.0, 8534.0, 8564.0, 8550.0, 8536.0, 8567.0, 8547.0, 8551.0, 8535.0, 8537.0, 8551.0, 8554.0, 8541.0, 8562.0, 8553.0, 8555.0, 8557.0, 8560.0, 8588.0, 8558.0, 8576.0, 8543.0, 8557.0, 8574.0, 8537.0, 8555.0, 8571.0, 8554.0, 8541.0, 8567.0, 8557.0, 8544.0, 8537.0, 8557.0, 8587.0, 8558.0, 8546.0, 8586.0, 8552.0, 8571.0, 8553.0, 8539.0, 8568.0, 8552.0, 8539.0, 8586.0, 8536.0, 8552.0, 8549.0, 8533.0, 8564.0, 8549.0, 8522.0, 8563.0, 8533.0, 8565.0, 8552.0, 8541.0, 8567.0, 8537.0, 8567.0, 8533.0, 8521.0, 8533.0, 8536.0, 8571.0, 8531.0, 8534.0, 8580.0, 8533.0, 8534.0, 8529.0, 8532.0, 8561.0, 8528.0, 8513.0, 8555.0, 8526.0, 8513.0, 8510.0, 8511.0, 8557.0, 8529.0, 8515.0, 8530.0, 8533.0, 8544.0, 8533.0, 8532.0, 8554.0, 8560.0, 8554.0, 8557.0, 8575.0, 8556.0, 8542.0, 8585.0, 8553.0, 8555.0, 8595.0, 8536.0, 8567.0, 8552.0, 8540.0, 8530.0, 8520.0, 8582.0, 8534.0, 8535.0, 8532.0, 8520.0, 8560.0, 8530.0, 8515.0, 8529.0, 8534.0, 8544.0, 8530.0, 8516.0, 8561.0, 8535.0, 8533.0, 8550.0, 8535.0, 8564.0, 8537.0, 8521.0, 8535.0, 8541.0, 8571.0, 8517.0, 8517.0, 8579.0, 8533.0, 8562.0, 8551.0, 8520.0, 8577.0, 8514.0, 8545.0, 8528.0, 8516.0, 8557.0, 8511.0, 8540.0, 8508.0, 8495.0, 8526.0, 8516.0, 8542.0, 8527.0, 8516.0, 8528.0, 8518.0, 8559.0, 8533.0, 8535.0, 8529.0, 8533.0, 8561.0, 8538.0, 8555.0, 8533.0, 8535.0, 8563.0, 8533.0, 8522.0, 8551.0, 8540.0, 8536.0, 8557.0, 8543.0, 8579.0, 8566.0, 8583.0, 8621.0, 8596.0, 8546.0, 8586.0, 8550.0, 8522.0, 8530.0, 8531.0, 8562.0, 8534.0, 8515.0, 8549.0, 8517.0, 8535.0, 8522.0, 8575.0, 8535.0, 8561.0, 8548.0, 8547.0, 8530.0, 8520.0, 8546.0, 8531.0, 8515.0, 8538.0, 8564.0, 8547.0, 8535.0, 8578.0, 8531.0, 8559.0, 8532.0, 8519.0, 8570.0, 8529.0, 8558.0, 8544.0, 8517.0, 8509.0, 8527.0, 8559.0, 8529.0, 8516.0, 8513.0, 8545.0, 8546.0, 8515.0, 8531.0, 8576.0, 8551.0, 8549.0, 8550.0, 8538.0, 8581.0, 8553.0, 8552.0, 8534.0, 8536.0, 8582.0, 8532.0, 8520.0, 8562.0, 8532.0, 8563.0, 8529.0, 8532.0, 8574.0, 8532.0, 8562.0, 8534.0, 8552.0, 8545.0, 8518.0, 8578.0, 8531.0, 8502.0, 8533.0, 8533.0, 8559.0, 8532.0, 8549.0, 8534.0, 8523.0, 8538.0, 8544.0, 8571.0, 8533.0, 8519.0, 8580.0, 8532.0, 8559.0, 8531.0, 8504.0, 8562.0, 8512.0, 8542.0, 8512.0, 8495.0, 8538.0, 8513.0, 8527.0, 8506.0, 8498.0, 8557.0, 8513.0, 8525.0, 8527.0, 8514.0, 8540.0, 8533.0, 8514.0, 8530.0, 8532.0, 8511.0, 8557.0, 8548.0, 8562.0, 8548.0, 8612.0, 8554.0, 8554.0, 8533.0, 8519.0, 8530.0, 8518.0, 8577.0, 8531.0, 8546.0, 8529.0, 8518.0, 8527.0, 8515.0, 8559.0, 8513.0, 8510.0, 8528.0, 8517.0, 8512.0, 8502.0, 8559.0, 8532.0, 8529.0, 8550.0, 8520.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.00024078431372549018</td></tr>
<tr><td colspan=3>aqi</td><td>0.01964660261437908</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.010622709046686</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1791648312429912</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007786412710282</td></tr>
<tr><td colspan=3>efc</td><td>0.5057</td></tr>
<tr><td colspan=3>fber</td><td>3146.8452</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07374385774910794</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6535947712418301</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.410129535204962</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.375882852445448</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.639568755249595</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.214936997919842</td></tr>
<tr><td colspan=3>gcor</td><td>0.00509467</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020436955615878105</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025602007284760475</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</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.9116717593045505</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.96</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.3012</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.0486</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>972.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.9398</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3783</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.174</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2998.3326</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.8787</td></tr>
<tr><td colspan=3>tsnr</td><td>40.77196154277772</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>