<?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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-01/func/sub-0101_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>f75899d69c0bbba074508967699187f0</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:28:43.245000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998344, 0.0426866, 0.0385756, -0.0357352, 0.985525, -0.165718]</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.259</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.131074</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7758, -7249, 43, -193, -92, -69, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.564</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9682d7b-5fe8-478f-afd0-50dbdab0b3fd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6784827709198, -0.09587494283914566, 0.1217462420463562, 115.01140594482422], [-0.11452493816614151, 2.6440927982330322, -0.4429764449596405, -76.03337860107422], [0.10349556058645248, 0.44461026787757874, 2.6606295108795166, -104.9607925415039], [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': ['132843.245000', '132843.705000', '132844.165000', '132844.625000', '132845.085000', '132845.545000', '132846.005000', '132846.465000', '132846.925000', '132847.385000', '132847.845000', '132848.305000', '132848.765000', '132849.225000', '132849.685000', '132850.145000', '132850.605000', '132851.065000', '132851.525000', '132851.985000', '132852.445000', '132852.905000', '132853.365000', '132853.825000', '132854.285000', '132854.745000', '132855.205000', '132855.665000', '132856.125000', '132856.585000', '132857.045000', '132857.505000', '132857.965000', '132858.425000', '132858.885000', '132859.345000', '132859.805000', '132900.265000', '132900.725000', '132901.185000', '132901.645000', '132902.105000', '132902.565000', '132903.025000', '132903.485000', '132903.945000', '132904.405000', '132904.865000', '132905.325000', '132905.785000', '132906.245000', '132906.705000', '132907.165000', '132907.625000', '132908.085000', '132908.545000', '132909.005000', '132909.465000', '132909.925000', '132910.385000', '132910.845000', '132911.305000', '132911.765000', '132912.225000', '132912.685000', '132913.145000', '132913.605000', '132914.065000', '132914.525000', '132914.985000', '132915.445000', '132915.905000', '132916.365000', '132916.825000', '132917.285000', '132917.745000', '132918.205000', '132918.665000', '132919.125000', '132919.585000', '132920.045000', '132920.505000', '132920.965000', '132921.425000', '132921.885000', '132922.345000', '132922.805000', '132923.265000', '132923.725000', '132924.185000', '132924.645000', '132925.105000', '132925.565000', '132926.025000', '132926.485000', '132926.945000', '132927.405000', '132927.865000', '132928.325000', '132928.785000', '132929.245000', '132929.705000', '132930.165000', '132930.625000', '132931.085000', '132931.545000', '132932.005000', '132932.465000', '132932.925000', '132933.385000', '132933.845000', '132934.305000', '132934.765000', '132935.225000', '132935.685000', '132936.145000', '132936.605000', '132937.065000', '132937.525000', '132937.985000', '132938.445000', '132938.905000', '132939.365000', '132939.825000', '132940.285000', '132940.745000', '132941.205000', '132941.665000', '132942.125000', '132942.585000', '132943.045000', '132943.505000', '132943.965000', '132944.425000', '132944.885000', '132945.345000', '132945.805000', '132946.265000', '132946.725000', '132947.185000', '132947.645000', '132948.105000', '132948.565000', '132949.025000', '132949.485000', '132949.945000', '132950.405000', '132950.865000', '132951.325000', '132951.785000', '132952.245000', '132952.705000', '132953.165000', '132953.625000', '132954.085000', '132954.545000', '132955.005000', '132955.465000', '132955.925000', '132956.385000', '132956.845000', '132957.305000', '132957.765000', '132958.225000', '132958.685000', '132959.145000', '132959.605000', '133000.065000', '133000.525000', '133000.985000', '133001.445000', '133001.905000', '133002.365000', '133002.825000', '133003.285000', '133003.745000', '133004.205000', '133004.665000', '133005.125000', '133005.585000', '133006.045000', '133006.505000', '133006.965000', '133007.425000', '133007.885000', '133008.345000', '133008.805000', '133009.265000', '133009.725000', '133010.185000', '133010.645000', '133011.105000', '133011.565000', '133012.025000', '133012.485000', '133012.945000', '133013.405000', '133013.865000', '133014.325000', '133014.785000', '133015.245000', '133015.705000', '133016.165000', '133016.625000', '133017.085000', '133017.545000', '133018.005000', '133018.465000', '133018.925000', '133019.385000', '133019.845000', '133020.305000', '133020.765000', '133021.225000', '133021.685000', '133022.145000', '133022.605000', '133023.065000', '133023.525000', '133023.985000', '133024.445000', '133024.905000', '133025.365000', '133025.825000', '133026.285000', '133026.745000', '133027.205000', '133027.665000', '133028.125000', '133028.585000', '133029.045000', '133029.505000', '133029.965000', '133030.425000', '133030.885000', '133031.345000', '133031.805000', '133032.265000', '133032.725000', '133033.185000', '133033.645000', '133034.105000', '133034.565000', '133035.025000', '133035.485000', '133035.945000', '133036.405000', '133036.865000', '133037.325000', '133037.785000', '133038.245000', '133038.705000', '133039.165000', '133039.625000', '133040.085000', '133040.545000', '133041.005000', '133041.465000', '133041.925000', '133042.385000', '133042.845000', '133043.305000', '133043.765000', '133044.225000', '133044.685000', '133045.145000', '133045.605000', '133046.065000', '133046.525000', '133046.985000', '133047.445000', '133047.905000', '133048.365000', '133048.825000', '133049.285000', '133049.745000', '133050.205000', '133050.665000', '133051.125000', '133051.585000', '133052.045000', '133052.505000', '133052.965000', '133053.425000', '133053.885000', '133054.345000', '133054.805000', '133055.265000', '133055.725000', '133056.185000', '133056.645000', '133057.105000', '133057.565000', '133058.025000', '133058.485000', '133058.945000', '133059.405000', '133059.865000', '133100.325000', '133100.785000', '133101.245000', '133101.705000', '133102.165000', '133102.625000', '133103.085000', '133103.545000', '133104.005000', '133104.465000', '133104.925000', '133105.385000', '133105.845000', '133106.305000', '133106.765000', '133107.225000', '133107.685000', '133108.145000', '133108.605000', '133109.065000', '133109.525000', '133109.985000', '133110.445000', '133110.905000', '133111.365000', '133111.825000', '133112.285000', '133112.745000', '133113.205000', '133113.665000', '133114.125000', '133114.585000', '133115.045000', '133115.505000', '133115.965000', '133116.425000', '133116.885000', '133117.345000', '133117.805000', '133118.265000', '133118.725000', '133119.185000', '133119.645000', '133120.105000', '133120.565000', '133121.025000', '133121.485000', '133121.945000', '133122.405000', '133122.865000', '133123.325000', '133123.785000', '133124.245000', '133124.705000', '133125.165000', '133125.625000', '133126.085000', '133126.545000', '133127.005000', '133127.465000', '133127.925000', '133128.385000', '133128.845000', '133129.305000', '133129.765000', '133130.225000', '133130.685000', '133131.145000', '133131.605000', '133132.065000', '133132.525000', '133132.985000', '133133.445000', '133133.905000', '133134.365000', '133134.825000', '133135.285000', '133135.745000', '133136.205000', '133136.665000', '133137.125000', '133137.585000', '133138.045000', '133138.505000', '133138.965000', '133139.425000', '133139.885000', '133140.345000', '133140.805000', '133141.265000', '133141.725000', '133142.185000', '133142.645000', '133143.105000', '133143.565000', '133144.025000', '133144.485000', '133144.945000', '133145.405000', '133145.865000', '133146.325000', '133146.785000', '133147.245000', '133147.705000', '133148.165000', '133148.625000', '133149.085000', '133149.545000', '133150.005000', '133150.465000', '133150.925000', '133151.385000', '133151.845000', '133152.305000', '133152.765000', '133153.225000', '133153.685000', '133154.145000', '133154.605000', '133155.065000', '133155.525000', '133155.985000', '133156.445000', '133156.905000', '133157.365000', '133157.825000', '133158.285000', '133158.745000', '133159.205000', '133159.665000', '133200.125000', '133200.585000', '133201.045000', '133201.505000', '133201.965000', '133202.425000', '133202.885000', '133203.345000', '133203.805000', '133204.265000', '133204.725000', '133205.185000', '133205.645000', '133206.105000', '133206.565000', '133207.025000', '133207.485000', '133207.945000', '133208.405000', '133208.865000', '133209.325000', '133209.785000', '133210.245000', '133210.705000', '133211.165000', '133211.625000', '133212.085000', '133212.545000', '133213.005000', '133213.465000', '133213.925000', '133214.385000', '133214.845000', '133215.305000', '133215.765000', '133216.225000', '133216.685000', '133217.145000', '133217.605000', '133218.065000', '133218.525000', '133218.985000', '133219.445000', '133219.905000', '133220.365000', '133220.825000', '133221.285000', '133221.745000', '133222.205000', '133222.665000', '133223.125000', '133223.585000', '133224.045000', '133224.505000', '133224.965000', '133225.425000', '133225.885000', '133226.345000', '133226.805000', '133227.265000', '133227.725000', '133228.185000', '133228.645000', '133229.105000', '133229.565000', '133230.025000', '133230.485000', '133230.945000', '133231.405000', '133231.865000', '133232.325000', '133232.785000', '133233.245000', '133233.705000', '133234.165000', '133234.625000', '133235.085000', '133235.545000', '133236.005000', '133236.465000', '133236.925000', '133237.385000', '133237.845000', '133238.305000', '133238.765000', '133239.225000', '133239.685000', '133240.145000', '133240.605000', '133241.065000', '133241.525000', '133241.985000', '133242.445000', '133242.905000', '133243.365000', '133243.825000', '133244.285000', '133244.745000', '133245.205000', '133245.665000', '133246.125000', '133246.585000', '133247.045000', '133247.505000', '133247.965000', '133248.425000', '133248.885000', '133249.345000', '133249.805000', '133250.265000', '133250.725000', '133251.185000', '133251.645000', '133252.105000', '133252.565000', '133253.025000', '133253.485000', '133253.945000', '133254.405000', '133254.865000', '133255.325000', '133255.785000', '133256.245000', '133256.705000', '133257.165000', '133257.625000', '133258.085000', '133258.545000', '133259.005000', '133259.465000', '133259.925000', '133300.385000', '133300.845000', '133301.305000', '133301.765000', '133302.225000', '133302.685000', '133303.145000', '133303.605000', '133304.065000', '133304.525000', '133304.985000', '133305.445000', '133305.905000', '133306.365000', '133306.825000', '133307.285000', '133307.745000', '133308.205000', '133308.665000', '133309.125000', '133309.585000', '133310.045000', '133310.505000', '133310.965000', '133311.425000', '133311.885000', '133312.345000', '133312.805000', '133313.265000', '133313.725000', '133314.185000', '133314.645000', '133315.105000', '133315.565000', '133316.025000', '133316.485000', '133316.945000', '133317.405000', '133317.865000', '133318.325000', '133318.785000', '133319.245000', '133319.705000', '133320.165000', '133320.625000', '133321.085000', '133321.545000', '133322.005000', '133322.465000', '133322.925000', '133323.385000', '133323.845000', '133324.305000', '133324.765000', '133325.225000', '133325.685000', '133326.145000', '133326.605000', '133327.065000', '133327.525000', '133327.985000', '133328.445000', '133328.905000', '133329.365000', '133329.825000', '133330.285000', '133330.745000', '133331.205000', '133331.665000', '133332.125000', '133332.585000', '133333.045000', '133333.505000', '133333.965000', '133334.425000', '133334.885000', '133335.345000', '133335.805000', '133336.265000', '133336.725000', '133337.185000', '133337.645000', '133338.105000', '133338.565000', '133339.025000', '133339.485000', '133339.945000', '133340.405000', '133340.865000', '133341.325000', '133341.785000', '133342.245000', '133342.705000', '133343.165000', '133343.625000', '133344.085000', '133344.545000', '133345.005000', '133345.465000', '133345.925000', '133346.385000', '133346.845000', '133347.305000', '133347.765000', '133348.225000', '133348.685000', '133349.145000', '133349.605000', '133350.065000', '133350.525000', '133350.985000', '133351.445000', '133351.905000', '133352.365000', '133352.825000', '133353.285000', '133353.745000', '133354.205000', '133354.665000', '133355.125000', '133355.585000', '133356.045000', '133356.505000', '133356.965000', '133357.425000', '133357.885000', '133358.345000', '133358.805000', '133359.265000', '133359.725000', '133400.185000', '133400.645000', '133401.105000', '133401.565000', '133402.025000', '133402.485000', '133402.945000', '133403.405000', '133403.865000', '133404.325000', '133404.785000', '133405.245000', '133405.705000', '133406.165000', '133406.625000', '133407.085000', '133407.545000', '133408.005000', '133408.465000', '133408.925000', '133409.385000', '133409.845000', '133410.305000', '133410.765000', '133411.225000', '133411.685000', '133412.145000', '133412.605000', '133413.065000', '133413.525000', '133413.985000', '133414.445000', '133414.905000', '133415.365000', '133415.825000', '133416.285000', '133416.745000', '133417.205000', '133417.665000', '133418.125000', '133418.585000', '133419.045000', '133419.505000', '133419.965000', '133420.425000', '133420.885000', '133421.345000', '133421.805000', '133422.265000', '133422.725000', '133423.185000', '133423.645000', '133424.105000', '133424.565000', '133425.025000', '133425.485000', '133425.945000', '133426.405000', '133426.865000', '133427.325000', '133427.785000', '133428.245000', '133428.705000', '133429.165000', '133429.625000', '133430.085000', '133430.545000', '133431.005000', '133431.465000', '133431.925000', '133432.385000', '133432.845000', '133433.305000', '133433.765000', '133434.225000', '133434.685000', '133435.145000', '133435.605000', '133436.065000', '133436.525000', '133436.985000', '133437.445000', '133437.905000', '133438.365000', '133438.825000', '133439.285000', '133439.745000', '133440.205000', '133440.665000', '133441.125000', '133441.585000', '133442.045000', '133442.505000', '133442.965000', '133443.425000', '133443.885000', '133444.345000', '133444.805000', '133445.265000', '133445.725000', '133446.185000', '133446.645000', '133447.105000', '133447.565000', '133448.025000', '133448.485000', '133448.945000', '133449.405000', '133449.865000', '133450.325000', '133450.785000', '133451.245000', '133451.705000', '133452.165000', '133452.625000', '133453.085000', '133453.545000', '133454.005000', '133454.465000', '133454.925000', '133455.385000', '133455.845000', '133456.305000', '133456.765000', '133457.225000', '133457.685000', '133458.145000', '133458.605000', '133459.065000', '133459.525000', '133459.985000', '133500.445000', '133500.905000', '133501.365000', '133501.825000', '133502.285000', '133502.745000', '133503.205000', '133503.665000', '133504.125000', '133504.585000', '133505.045000', '133505.505000', '133505.965000', '133506.425000', '133506.885000', '133507.345000', '133507.805000', '133508.265000', '133508.725000', '133509.185000', '133509.645000', '133510.105000', '133510.565000', '133511.025000', '133511.485000', '133511.945000', '133512.405000', '133512.865000', '133513.325000', '133513.785000', '133514.245000', '133514.705000', '133515.165000', '133515.625000', '133516.085000', '133516.545000', '133517.005000', '133517.465000', '133517.925000', '133518.385000', '133518.845000', '133519.305000', '133519.765000', '133520.225000', '133520.685000', '133521.145000', '133521.605000', '133522.065000', '133522.525000', '133522.985000', '133523.445000', '133523.905000', '133524.365000', '133524.825000', '133525.285000', '133525.745000', '133526.205000', '133526.665000', '133527.125000', '133527.585000', '133528.045000', '133528.505000', '133528.965000', '133529.425000', '133529.885000', '133530.345000', '133530.805000', '133531.265000', '133531.725000', '133532.185000', '133532.645000', '133533.105000', '133533.565000', '133534.025000', '133534.485000', '133534.945000', '133535.405000', '133535.865000', '133536.325000', '133536.785000', '133537.245000', '133537.705000', '133538.165000', '133538.625000', '133539.085000', '133539.545000', '133540.005000', '133540.465000', '133540.925000', '133541.385000', '133541.845000', '133542.305000', '133542.765000', '133543.225000', '133543.685000', '133544.145000', '133544.605000', '133545.065000', '133545.525000', '133545.985000', '133546.445000', '133546.905000', '133547.365000', '133547.825000', '133548.285000', '133548.745000', '133549.205000', '133549.665000', '133550.125000', '133550.585000', '133551.045000', '133551.505000', '133551.965000', '133552.425000', '133552.885000', '133553.345000', '133553.805000', '133554.265000', '133554.725000', '133555.185000', '133555.645000', '133556.105000', '133556.565000', '133557.025000', '133557.485000', '133557.945000', '133558.405000', '133558.865000', '133559.325000', '133559.785000', '133600.245000', '133600.705000', '133601.165000', '133601.625000', '133602.085000', '133602.545000', '133603.005000', '133603.465000', '133603.925000', '133604.385000', '133604.845000', '133605.305000', '133605.765000', '133606.225000', '133606.685000', '133607.145000', '133607.605000', '133608.065000', '133608.525000', '133608.985000', '133609.445000', '133609.905000', '133610.365000', '133610.825000', '133611.285000', '133611.745000', '133612.205000', '133612.665000', '133613.125000', '133613.585000', '133614.045000', '133614.505000', '133614.965000', '133615.425000', '133615.885000', '133616.345000', '133616.805000', '133617.265000', '133617.725000', '133618.185000', '133618.645000', '133619.105000', '133619.565000', '133620.025000', '133620.485000', '133620.945000', '133621.405000', '133621.865000', '133622.325000', '133622.785000', '133623.245000', '133623.705000', '133624.165000', '133624.625000', '133625.085000', '133625.545000', '133626.005000', '133626.465000', '133626.925000', '133627.385000', '133627.845000', '133628.305000', '133628.765000', '133629.225000', '133629.685000', '133630.145000', '133630.605000', '133631.065000', '133631.525000', '133631.985000', '133632.445000', '133632.905000', '133633.365000', '133633.825000', '133634.285000', '133634.745000', '133635.205000', '133635.665000', '133636.125000', '133636.585000', '133637.045000', '133637.505000', '133637.965000', '133638.425000', '133638.885000', '133639.345000', '133639.805000', '133640.265000', '133640.725000', '133641.185000', '133641.645000', '133642.105000', '133642.565000', '133643.025000', '133643.485000', '133643.945000', '133644.405000', '133644.865000', '133645.325000', '133645.785000', '133646.245000', '133646.705000', '133647.165000', '133647.625000', '133648.085000', '133648.545000', '133649.005000', '133649.465000', '133649.925000', '133650.385000', '133650.845000', '133651.305000', '133651.765000', '133652.225000', '133652.685000', '133653.145000', '133653.605000', '133654.065000', '133654.525000', '133654.985000', '133655.445000', '133655.905000', '133656.365000'], 'ContentTime': ['132857.367000', '132857.370000', '132857.373000', '132857.384000', '132857.386000', '132857.389000', '132857.391000', '132857.394000', '132857.397000', '132857.399000', '132857.402000', '132857.404000', '132857.407000', '132857.409000', '132857.412000', '132857.419000', '132857.421000', '132857.424000', '132857.426000', '132857.429000', '132857.431000', '132857.434000', '132857.436000', '132857.439000', '132857.442000', '132857.444000', '132857.447000', '132857.449000', '132917.310000', '132917.313000', '132917.316000', '132917.318000', '132917.321000', '132917.323000', '132917.326000', '132917.328000', '132917.331000', '132917.334000', '132917.336000', '132917.339000', '132917.341000', '132917.349000', '132917.352000', '132917.354000', '132917.357000', '132917.360000', '132917.362000', '132917.365000', '132917.367000', '132917.377000', '132917.379000', '132917.382000', '132917.384000', '132917.387000', '132917.390000', '132917.392000', '132917.395000', '132917.397000', '132917.400000', '132917.402000', '132917.405000', '132917.407000', '132917.410000', '132917.413000', '132917.415000', '132917.418000', '132917.420000', '132917.423000', '132917.425000', '132917.441000', '132917.443000', '132917.446000', '132937.311000', '132937.313000', '132937.316000', '132937.319000', '132937.321000', '132937.324000', '132937.326000', '132937.329000', '132937.331000', '132937.334000', '132937.336000', '132937.339000', '132937.342000', '132937.344000', '132937.347000', '132937.349000', '132937.352000', '132937.355000', '132937.357000', '132937.360000', '132937.362000', '132937.365000', '132937.373000', '132937.375000', '132937.378000', '132937.380000', '132937.383000', '132937.385000', '132937.388000', '132937.391000', '132937.393000', '132937.396000', '132937.398000', '132937.401000', '132937.403000', '132937.406000', '132937.409000', '132937.411000', '132937.414000', '132937.417000', '132937.419000', '132937.422000', '132937.424000', '132957.310000', '132957.313000', '132957.316000', '132957.318000', '132957.321000', '132957.324000', '132957.326000', '132957.329000', '132957.331000', '132957.334000', '132957.336000', '132957.339000', '132957.342000', '132957.344000', '132957.347000', '132957.349000', '132957.352000', '132957.355000', '132957.357000', '132957.360000', '132957.363000', '132957.365000', '132957.368000', '132957.370000', '132957.373000', '132957.376000', '132957.378000', '132957.381000', '132957.383000', '132957.386000', '132957.388000', '132957.391000', '132957.394000', '132957.396000', '132957.399000', '132957.401000', '132957.404000', '132957.407000', '132957.409000', '132957.412000', '132957.414000', '132957.417000', '132957.420000', '132957.422000', '133017.311000', '133017.314000', '133017.317000', '133017.319000', '133017.322000', '133017.325000', '133017.327000', '133017.330000', '133017.332000', '133017.335000', '133017.337000', '133017.340000', '133017.343000', '133017.345000', '133017.348000', '133017.351000', '133017.353000', '133017.356000', '133017.358000', '133017.361000', '133017.364000', '133017.366000', '133017.369000', '133017.371000', '133017.374000', '133017.377000', '133017.379000', '133017.382000', '133017.385000', '133017.387000', '133017.390000', '133017.392000', '133017.395000', '133017.397000', '133017.400000', '133017.403000', '133017.405000', '133017.408000', '133017.410000', '133017.413000', '133017.416000', '133017.418000', '133017.421000', '133037.312000', '133037.315000', '133037.317000', '133037.320000', '133037.323000', '133037.325000', '133037.328000', '133037.331000', '133037.333000', '133037.336000', '133037.339000', '133037.341000', '133037.344000', '133037.346000', '133037.349000', '133037.352000', '133037.354000', '133037.357000', '133037.359000', '133037.362000', '133037.365000', '133037.367000', '133037.370000', '133037.372000', '133037.375000', '133037.378000', '133037.380000', '133037.383000', '133037.385000', '133037.388000', '133037.390000', '133037.393000', '133037.396000', '133037.398000', '133037.401000', '133037.403000', '133037.406000', '133037.408000', '133037.411000', '133037.414000', '133037.416000', '133037.419000', '133037.421000', '133037.424000', '133057.311000', '133057.314000', '133057.317000', '133057.320000', '133057.322000', '133057.325000', '133057.328000', '133057.330000', '133057.333000', '133057.335000', '133057.338000', '133057.341000', '133057.343000', '133057.346000', '133057.348000', '133057.351000', '133057.354000', '133057.356000', '133057.359000', '133057.361000', '133057.364000', '133057.367000', '133057.369000', '133057.372000', '133057.374000', '133057.377000', '133057.379000', '133057.382000', '133057.385000', '133057.387000', '133057.390000', '133057.392000', '133057.395000', '133057.398000', '133057.400000', '133057.403000', '133057.410000', '133057.413000', '133057.415000', '133057.418000', '133057.420000', '133057.423000', '133057.426000', '133117.310000', '133117.313000', '133117.316000', '133117.318000', '133117.321000', '133117.323000', '133117.326000', '133117.329000', '133117.331000', '133117.334000', '133117.336000', '133117.339000', '133117.342000', '133117.344000', '133117.347000', '133117.349000', '133117.352000', '133117.354000', '133117.357000', '133117.360000', '133117.362000', '133117.365000', '133117.367000', '133117.370000', '133117.372000', '133117.375000', '133117.378000', '133117.380000', '133117.383000', '133117.385000', '133117.388000', '133117.391000', '133117.393000', '133117.396000', '133117.398000', '133117.401000', '133117.404000', '133117.406000', '133117.409000', '133117.412000', '133117.414000', '133117.417000', '133117.419000', '133117.422000', '133137.310000', '133137.313000', '133137.316000', '133137.318000', '133137.321000', '133137.324000', '133137.326000', '133137.329000', '133137.331000', '133137.334000', '133137.337000', '133137.339000', '133137.342000', '133137.345000', '133137.347000', '133137.350000', '133137.352000', '133137.355000', '133137.358000', '133137.360000', '133137.363000', '133137.365000', '133137.368000', '133137.371000', '133137.373000', '133137.376000', '133137.378000', '133137.381000', '133137.384000', '133137.386000', '133137.389000', '133137.391000', '133137.394000', '133137.396000', '133137.399000', '133137.402000', '133137.404000', '133137.407000', '133137.409000', '133137.412000', '133137.414000', '133137.417000', '133137.420000', '133157.310000', '133157.313000', '133157.316000', '133157.319000', '133157.321000', '133157.324000', '133157.327000', '133157.329000', '133157.332000', '133157.334000', '133157.337000', '133157.339000', '133157.342000', '133157.345000', '133157.348000', '133157.350000', '133157.353000', '133157.356000', '133157.358000', '133157.361000', '133157.363000', '133157.366000', '133157.369000', '133157.371000', '133157.374000', '133157.376000', '133157.379000', '133157.382000', '133157.384000', '133157.387000', '133157.389000', '133157.392000', '133157.395000', '133157.397000', '133157.400000', '133157.402000', '133157.405000', '133157.408000', '133157.410000', '133157.413000', '133157.415000', '133157.419000', '133157.421000', '133157.424000', '133217.310000', '133217.313000', '133217.316000', '133217.318000', '133217.321000', '133217.324000', '133217.326000', '133217.329000', '133217.331000', '133217.334000', '133217.337000', '133217.339000', '133217.342000', '133217.344000', '133217.347000', '133217.350000', '133217.353000', '133217.355000', '133217.358000', '133217.360000', '133217.363000', '133217.366000', '133217.368000', '133217.371000', '133217.373000', '133217.376000', '133217.379000', '133217.381000', '133217.384000', '133217.386000', '133217.389000', '133217.391000', '133217.394000', '133217.397000', '133217.399000', '133217.402000', '133217.404000', '133217.407000', '133217.410000', '133217.412000', '133217.415000', '133217.417000', '133217.420000', '133237.312000', '133237.314000', '133237.317000', '133237.319000', '133237.322000', '133237.325000', '133237.327000', '133237.330000', '133237.332000', '133237.335000', '133237.338000', '133237.340000', '133237.343000', '133237.345000', '133237.348000', '133237.350000', '133237.353000', '133237.356000', '133237.368000', '133237.370000', '133237.373000', '133237.376000', '133237.378000', '133237.381000', '133237.383000', '133237.386000', '133237.389000', '133237.391000', '133237.394000', '133237.396000', '133237.399000', '133237.402000', '133237.404000', '133237.407000', '133237.409000', '133237.412000', '133237.415000', '133237.417000', '133237.420000', '133237.422000', '133237.425000', '133237.428000', '133237.430000', '133237.433000', '133257.311000', '133257.314000', '133257.317000', '133257.320000', '133257.323000', '133257.325000', '133257.328000', '133257.331000', '133257.333000', '133257.336000', '133257.339000', '133257.341000', '133257.344000', '133257.346000', '133257.349000', '133257.352000', '133257.354000', '133257.357000', '133257.359000', '133257.362000', '133257.365000', '133257.367000', '133257.370000', '133257.372000', '133257.375000', '133257.378000', '133257.380000', '133257.383000', '133257.385000', '133257.388000', '133257.391000', '133257.393000', '133257.396000', '133257.398000', '133257.401000', '133257.404000', '133257.406000', '133257.409000', '133257.411000', '133257.414000', '133257.416000', '133257.419000', '133257.422000', '133317.311000', '133317.314000', '133317.317000', '133317.319000', '133317.322000', '133317.325000', '133317.328000', '133317.331000', '133317.334000', '133317.336000', '133317.339000', '133317.342000', '133317.344000', '133317.347000', '133317.349000', '133317.352000', '133317.355000', '133317.357000', '133317.360000', '133317.363000', '133317.365000', '133317.368000', '133317.370000', '133317.373000', '133317.376000', '133317.378000', '133317.382000', '133317.384000', '133317.387000', '133317.390000', '133317.392000', '133317.395000', '133317.397000', '133317.400000', '133317.403000', '133317.405000', '133317.408000', '133317.410000', '133317.413000', '133317.415000', '133317.418000', '133317.421000', '133317.423000', '133317.426000', '133337.310000', '133337.314000', '133337.316000', '133337.319000', '133337.321000', '133337.324000', '133337.327000', '133337.329000', '133337.332000', '133337.335000', '133337.337000', '133337.340000', '133337.342000', '133337.345000', '133337.348000', '133337.350000', '133337.353000', '133337.355000', '133337.358000', '133337.361000', '133337.363000', '133337.366000', '133337.368000', '133337.371000', '133337.374000', '133337.376000', '133337.379000', '133337.382000', '133337.384000', '133337.387000', '133337.389000', '133337.392000', '133337.395000', '133337.397000', '133337.400000', '133337.402000', '133337.405000', '133337.407000', '133337.410000', '133337.413000', '133337.415000', '133337.418000', '133337.420000', '133357.331000', '133357.333000', '133357.336000', '133357.339000', '133357.341000', '133357.344000', '133357.346000', '133357.349000', '133357.352000', '133357.354000', '133357.357000', '133357.359000', '133357.362000', '133357.365000', '133357.367000', '133357.370000', '133357.372000', '133357.375000', '133357.378000', '133357.380000', '133357.383000', '133357.385000', '133357.388000', '133357.391000', '133357.393000', '133357.396000', '133357.399000', '133357.401000', '133357.404000', '133357.407000', '133357.409000', '133357.412000', '133357.414000', '133357.417000', '133357.420000', '133357.422000', '133357.425000', '133357.427000', '133357.430000', '133357.433000', '133357.435000', '133357.438000', '133357.441000', '133417.319000', '133417.323000', '133417.325000', '133417.328000', '133417.330000', '133417.333000', '133417.336000', '133417.338000', '133417.341000', '133417.343000', '133417.346000', '133417.349000', '133417.351000', '133417.354000', '133417.356000', '133417.359000', '133417.362000', '133417.364000', '133417.367000', '133417.369000', '133417.372000', '133417.374000', '133417.377000', '133417.380000', '133417.382000', '133417.385000', '133417.387000', '133417.390000', '133417.393000', '133417.395000', '133417.398000', '133417.400000', '133417.403000', '133417.405000', '133417.408000', '133417.411000', '133417.413000', '133417.416000', '133417.418000', '133417.421000', '133417.424000', '133417.426000', '133417.429000', '133417.432000', '133437.311000', '133437.314000', '133437.316000', '133437.319000', '133437.321000', '133437.324000', '133437.327000', '133437.329000', '133437.332000', '133437.335000', '133437.337000', '133437.340000', '133437.342000', '133437.345000', '133437.348000', '133437.351000', '133437.353000', '133437.356000', '133437.359000', '133437.361000', '133437.364000', '133437.367000', '133437.370000', '133437.372000', '133437.375000', '133437.378000', '133437.380000', '133437.383000', '133437.385000', '133437.388000', '133437.391000', '133437.393000', '133437.396000', '133437.398000', '133437.401000', '133437.404000', '133437.406000', '133437.409000', '133437.411000', '133437.414000', '133437.417000', '133437.419000', '133437.422000', '133457.311000', '133457.314000', '133457.317000', '133457.320000', '133457.322000', '133457.325000', '133457.327000', '133457.330000', '133457.333000', '133457.335000', '133457.338000', '133457.340000', '133457.343000', '133457.346000', '133457.348000', '133457.351000', '133457.354000', '133457.356000', '133457.359000', '133457.361000', '133457.364000', '133457.366000', '133457.369000', '133457.372000', '133457.374000', '133457.377000', '133457.379000', '133457.382000', '133457.385000', '133457.387000', '133457.390000', '133457.393000', '133457.395000', '133457.398000', '133457.401000', '133457.403000', '133457.406000', '133457.409000', '133457.411000', '133457.414000', '133457.417000', '133457.419000', '133457.422000', '133457.425000', '133517.312000', '133517.314000', '133517.317000', '133517.320000', '133517.322000', '133517.325000', '133517.327000', '133517.330000', '133517.333000', '133517.335000', '133517.338000', '133517.341000', '133517.343000', '133517.346000', '133517.348000', '133517.351000', '133517.354000', '133517.356000', '133517.359000', '133517.362000', '133517.364000', '133517.367000', '133517.369000', '133517.372000', '133517.375000', '133517.378000', '133517.380000', '133517.383000', '133517.386000', '133517.388000', '133517.391000', '133517.394000', '133517.396000', '133517.399000', '133517.401000', '133517.404000', '133517.407000', '133517.409000', '133517.412000', '133517.414000', '133517.417000', '133517.420000', '133517.422000', '133537.311000', '133537.315000', '133537.317000', '133537.320000', '133537.322000', '133537.325000', '133537.328000', '133537.330000', '133537.333000', '133537.335000', '133537.338000', '133537.346000', '133537.349000', '133537.351000', '133537.354000', '133537.357000', '133537.359000', '133537.362000', '133537.364000', '133537.367000', '133537.370000', '133537.372000', '133537.375000', '133537.377000', '133537.380000', '133537.383000', '133537.385000', '133537.388000', '133537.390000', '133537.393000', '133537.396000', '133537.398000', '133537.401000', '133537.403000', '133537.406000', '133537.408000', '133537.411000', '133537.414000', '133537.416000', '133537.419000', '133537.421000', '133537.424000', '133537.427000', '133537.429000', '133557.310000', '133557.313000', '133557.316000', '133557.319000', '133557.321000', '133557.324000', '133557.326000', '133557.329000', '133557.332000', '133557.334000', '133557.337000', '133557.339000', '133557.342000', '133557.345000', '133557.347000', '133557.350000', '133557.352000', '133557.355000', '133557.358000', '133557.360000', '133557.363000', '133557.365000', '133557.368000', '133557.371000', '133557.373000', '133557.376000', '133557.379000', '133557.381000', '133557.384000', '133557.386000', '133557.389000', '133557.391000', '133557.394000', '133557.397000', '133557.399000', '133557.402000', '133557.404000', '133557.408000', '133557.411000', '133557.414000', '133557.416000', '133557.419000', '133557.422000', '133617.310000', '133617.313000', '133617.316000', '133617.319000', '133617.322000', '133617.325000', '133617.327000', '133617.330000', '133617.333000', '133617.335000', '133617.338000', '133617.341000', '133617.343000', '133617.346000', '133617.349000', '133617.351000', '133617.354000', '133617.356000', '133617.359000', '133617.361000', '133617.364000', '133617.367000', '133617.369000', '133617.372000', '133617.374000', '133617.377000', '133617.380000', '133617.382000', '133617.385000', '133617.387000', '133617.390000', '133617.392000', '133617.395000', '133617.398000', '133617.400000', '133617.403000', '133617.405000', '133617.408000', '133617.411000', '133617.413000', '133617.416000', '133617.418000', '133617.421000', '133617.423000', '133637.310000', '133637.313000', '133637.316000', '133637.319000', '133637.321000', '133637.324000', '133637.326000', '133637.329000', '133637.332000', '133637.334000', '133637.337000', '133637.340000', '133637.342000', '133637.345000', '133637.347000', '133637.350000', '133637.353000', '133637.355000', '133637.358000', '133637.360000', '133637.363000', '133637.365000', '133637.368000', '133637.371000', '133637.373000', '133637.376000', '133637.378000', '133637.381000', '133637.384000', '133637.386000', '133637.389000', '133637.391000', '133637.394000', '133637.396000', '133637.399000', '133637.402000', '133637.404000', '133637.407000', '133637.410000', '133637.412000', '133637.415000', '133637.418000', '133637.420000', '133657.311000', '133657.314000', '133657.317000', '133657.320000', '133657.323000', '133657.327000', '133657.330000', '133657.338000', '133657.341000', '133657.344000', '133657.347000', '133657.350000', '133657.353000', '133657.356000', '133657.360000', '133657.363000', '133657.365000', '133657.368000', '133657.371000', '133657.373000', '133657.376000', '133657.379000', '133657.382000', '133657.384000', '133657.387000', '133657.389000', '133657.392000', '133657.395000', '133657.397000', '133657.400000', '133657.402000', '133657.405000', '133657.408000', '133657.410000', '133657.413000', '133657.416000', '133657.418000', '133657.421000', '133657.424000', '133657.426000', '133657.429000', '133657.432000', '133657.434000', '133657.437000', '133657.604000'], 'InstanceCreationTime': ['132857.367000', '132857.370000', '132857.373000', '132857.384000', '132857.386000', '132857.389000', '132857.391000', '132857.394000', '132857.397000', '132857.399000', '132857.402000', '132857.404000', '132857.407000', '132857.409000', '132857.412000', '132857.419000', '132857.421000', '132857.424000', '132857.426000', '132857.429000', '132857.431000', '132857.434000', '132857.436000', '132857.439000', '132857.442000', '132857.444000', '132857.447000', '132857.449000', '132917.310000', '132917.313000', '132917.316000', '132917.318000', '132917.321000', '132917.323000', '132917.326000', '132917.328000', '132917.331000', '132917.334000', '132917.336000', '132917.339000', '132917.341000', '132917.349000', '132917.352000', '132917.354000', '132917.357000', '132917.360000', '132917.362000', '132917.365000', '132917.367000', '132917.377000', '132917.379000', '132917.382000', '132917.384000', '132917.387000', '132917.390000', '132917.392000', '132917.395000', '132917.397000', '132917.400000', '132917.402000', '132917.405000', '132917.407000', '132917.410000', '132917.413000', '132917.415000', '132917.418000', '132917.420000', '132917.423000', '132917.425000', '132917.441000', '132917.443000', '132917.446000', '132937.311000', '132937.313000', '132937.316000', '132937.319000', '132937.321000', '132937.324000', '132937.326000', '132937.329000', '132937.331000', '132937.334000', '132937.336000', '132937.339000', '132937.342000', '132937.344000', '132937.347000', '132937.349000', '132937.352000', '132937.355000', '132937.357000', '132937.360000', '132937.362000', '132937.365000', '132937.373000', '132937.375000', '132937.378000', '132937.380000', '132937.383000', '132937.385000', '132937.388000', '132937.391000', '132937.393000', '132937.396000', '132937.398000', '132937.401000', '132937.403000', '132937.406000', '132937.409000', '132937.411000', '132937.414000', '132937.417000', '132937.419000', '132937.422000', '132937.424000', '132957.310000', '132957.313000', '132957.316000', '132957.318000', '132957.321000', '132957.324000', '132957.326000', '132957.329000', '132957.331000', '132957.334000', '132957.336000', '132957.339000', '132957.342000', '132957.344000', '132957.347000', '132957.349000', '132957.352000', '132957.355000', '132957.357000', '132957.360000', '132957.363000', '132957.365000', '132957.368000', '132957.370000', '132957.373000', '132957.376000', '132957.378000', '132957.381000', '132957.383000', '132957.386000', '132957.388000', '132957.391000', '132957.394000', '132957.396000', '132957.399000', '132957.401000', '132957.404000', '132957.407000', '132957.409000', '132957.412000', '132957.414000', '132957.417000', '132957.420000', '132957.422000', '133017.311000', '133017.314000', '133017.317000', '133017.319000', '133017.322000', '133017.325000', '133017.327000', '133017.330000', '133017.332000', '133017.335000', '133017.337000', '133017.340000', '133017.343000', '133017.345000', '133017.348000', '133017.351000', '133017.353000', '133017.356000', '133017.358000', '133017.361000', '133017.364000', '133017.366000', '133017.369000', '133017.371000', '133017.374000', '133017.377000', '133017.379000', '133017.382000', '133017.385000', '133017.387000', '133017.390000', '133017.392000', '133017.395000', '133017.397000', '133017.400000', '133017.403000', '133017.405000', '133017.408000', '133017.410000', '133017.413000', '133017.416000', '133017.418000', '133017.421000', '133037.312000', '133037.315000', '133037.317000', '133037.320000', '133037.323000', '133037.325000', '133037.328000', '133037.331000', '133037.333000', '133037.336000', '133037.339000', '133037.341000', '133037.344000', '133037.346000', '133037.349000', '133037.352000', '133037.354000', '133037.357000', '133037.359000', '133037.362000', '133037.365000', '133037.367000', '133037.370000', '133037.372000', '133037.375000', '133037.378000', '133037.380000', '133037.383000', '133037.385000', '133037.388000', '133037.390000', '133037.393000', '133037.396000', '133037.398000', '133037.401000', '133037.403000', '133037.406000', '133037.408000', '133037.411000', '133037.414000', '133037.416000', '133037.419000', '133037.421000', '133037.424000', '133057.311000', '133057.314000', '133057.317000', '133057.320000', '133057.322000', '133057.325000', '133057.328000', '133057.330000', '133057.333000', '133057.335000', '133057.338000', '133057.341000', '133057.343000', '133057.346000', '133057.348000', '133057.351000', '133057.354000', '133057.356000', '133057.359000', '133057.361000', '133057.364000', '133057.367000', '133057.369000', '133057.372000', '133057.374000', '133057.377000', '133057.379000', '133057.382000', '133057.385000', '133057.387000', '133057.390000', '133057.392000', '133057.395000', '133057.398000', '133057.400000', '133057.403000', '133057.410000', '133057.413000', '133057.415000', '133057.418000', '133057.420000', '133057.423000', '133057.426000', '133117.310000', '133117.313000', '133117.316000', '133117.318000', '133117.321000', '133117.323000', '133117.326000', '133117.329000', '133117.331000', '133117.334000', '133117.336000', '133117.339000', '133117.342000', '133117.344000', '133117.347000', '133117.349000', '133117.352000', '133117.354000', '133117.357000', '133117.360000', '133117.362000', '133117.365000', '133117.367000', '133117.370000', '133117.372000', '133117.375000', '133117.378000', '133117.380000', '133117.383000', '133117.385000', '133117.388000', '133117.391000', '133117.393000', '133117.396000', '133117.398000', '133117.401000', '133117.404000', '133117.406000', '133117.409000', '133117.412000', '133117.414000', '133117.417000', '133117.419000', '133117.422000', '133137.310000', '133137.313000', '133137.316000', '133137.318000', '133137.321000', '133137.324000', '133137.326000', '133137.329000', '133137.331000', '133137.334000', '133137.337000', '133137.339000', '133137.342000', '133137.345000', '133137.347000', '133137.350000', '133137.352000', '133137.355000', '133137.358000', '133137.360000', '133137.363000', '133137.365000', '133137.368000', '133137.371000', '133137.373000', '133137.376000', '133137.378000', '133137.381000', '133137.384000', '133137.386000', '133137.389000', '133137.391000', '133137.394000', '133137.396000', '133137.399000', '133137.402000', '133137.404000', '133137.407000', '133137.409000', '133137.412000', '133137.414000', '133137.417000', '133137.420000', '133157.310000', '133157.313000', '133157.316000', '133157.319000', '133157.321000', '133157.324000', '133157.327000', '133157.329000', '133157.332000', '133157.334000', '133157.337000', '133157.339000', '133157.342000', '133157.345000', '133157.348000', '133157.350000', '133157.353000', '133157.356000', '133157.358000', '133157.361000', '133157.363000', '133157.366000', '133157.369000', '133157.371000', '133157.374000', '133157.376000', '133157.379000', '133157.382000', '133157.384000', '133157.387000', '133157.389000', '133157.392000', '133157.395000', '133157.397000', '133157.400000', '133157.402000', '133157.405000', '133157.408000', '133157.410000', '133157.413000', '133157.415000', '133157.419000', '133157.421000', '133157.424000', '133217.310000', '133217.313000', '133217.316000', '133217.318000', '133217.321000', '133217.324000', '133217.326000', '133217.329000', '133217.331000', '133217.334000', '133217.337000', '133217.339000', '133217.342000', '133217.344000', '133217.347000', '133217.350000', '133217.353000', '133217.355000', '133217.358000', '133217.360000', '133217.363000', '133217.366000', '133217.368000', '133217.371000', '133217.373000', '133217.376000', '133217.379000', '133217.381000', '133217.384000', '133217.386000', '133217.389000', '133217.391000', '133217.394000', '133217.397000', '133217.399000', '133217.402000', '133217.404000', '133217.407000', '133217.410000', '133217.412000', '133217.415000', '133217.417000', '133217.420000', '133237.312000', '133237.314000', '133237.317000', '133237.319000', '133237.322000', '133237.325000', '133237.327000', '133237.330000', '133237.332000', '133237.335000', '133237.338000', '133237.340000', '133237.343000', '133237.345000', '133237.348000', '133237.350000', '133237.353000', '133237.356000', '133237.368000', '133237.370000', '133237.373000', '133237.376000', '133237.378000', '133237.381000', '133237.383000', '133237.386000', '133237.389000', '133237.391000', '133237.394000', '133237.396000', '133237.399000', '133237.402000', '133237.404000', '133237.407000', '133237.409000', '133237.412000', '133237.415000', '133237.417000', '133237.420000', '133237.422000', '133237.425000', '133237.428000', '133237.430000', '133237.433000', '133257.311000', '133257.314000', '133257.317000', '133257.320000', '133257.323000', '133257.325000', '133257.328000', '133257.331000', '133257.333000', '133257.336000', '133257.339000', '133257.341000', '133257.344000', '133257.346000', '133257.349000', '133257.352000', '133257.354000', '133257.357000', '133257.359000', '133257.362000', '133257.365000', '133257.367000', '133257.370000', '133257.372000', '133257.375000', '133257.378000', '133257.380000', '133257.383000', '133257.385000', '133257.388000', '133257.391000', '133257.393000', '133257.396000', '133257.398000', '133257.401000', '133257.404000', '133257.406000', '133257.409000', '133257.411000', '133257.414000', '133257.416000', '133257.419000', '133257.422000', '133317.311000', '133317.314000', '133317.317000', '133317.319000', '133317.322000', '133317.325000', '133317.328000', '133317.331000', '133317.334000', '133317.336000', '133317.339000', '133317.342000', '133317.344000', '133317.347000', '133317.349000', '133317.352000', '133317.355000', '133317.357000', '133317.360000', '133317.363000', '133317.365000', '133317.368000', '133317.370000', '133317.373000', '133317.376000', '133317.378000', '133317.382000', '133317.384000', '133317.387000', '133317.390000', '133317.392000', '133317.395000', '133317.397000', '133317.400000', '133317.403000', '133317.405000', '133317.408000', '133317.410000', '133317.413000', '133317.415000', '133317.418000', '133317.421000', '133317.423000', '133317.426000', '133337.310000', '133337.314000', '133337.316000', '133337.319000', '133337.321000', '133337.324000', '133337.327000', '133337.329000', '133337.332000', '133337.335000', '133337.337000', '133337.340000', '133337.342000', '133337.345000', '133337.348000', '133337.350000', '133337.353000', '133337.355000', '133337.358000', '133337.361000', '133337.363000', '133337.366000', '133337.368000', '133337.371000', '133337.374000', '133337.376000', '133337.379000', '133337.382000', '133337.384000', '133337.387000', '133337.389000', '133337.392000', '133337.395000', '133337.397000', '133337.400000', '133337.402000', '133337.405000', '133337.407000', '133337.410000', '133337.413000', '133337.415000', '133337.418000', '133337.420000', '133357.331000', '133357.333000', '133357.336000', '133357.339000', '133357.341000', '133357.344000', '133357.346000', '133357.349000', '133357.352000', '133357.354000', '133357.357000', '133357.359000', '133357.362000', '133357.365000', '133357.367000', '133357.370000', '133357.372000', '133357.375000', '133357.378000', '133357.380000', '133357.383000', '133357.385000', '133357.388000', '133357.391000', '133357.393000', '133357.396000', '133357.399000', '133357.401000', '133357.404000', '133357.407000', '133357.409000', '133357.412000', '133357.414000', '133357.417000', '133357.420000', '133357.422000', '133357.425000', '133357.427000', '133357.430000', '133357.433000', '133357.435000', '133357.438000', '133357.441000', '133417.319000', '133417.323000', '133417.325000', '133417.328000', '133417.330000', '133417.333000', '133417.336000', '133417.338000', '133417.341000', '133417.343000', '133417.346000', '133417.349000', '133417.351000', '133417.354000', '133417.356000', '133417.359000', '133417.362000', '133417.364000', '133417.367000', '133417.369000', '133417.372000', '133417.374000', '133417.377000', '133417.380000', '133417.382000', '133417.385000', '133417.387000', '133417.390000', '133417.393000', '133417.395000', '133417.398000', '133417.400000', '133417.403000', '133417.405000', '133417.408000', '133417.411000', '133417.413000', '133417.416000', '133417.418000', '133417.421000', '133417.424000', '133417.426000', '133417.429000', '133417.432000', '133437.311000', '133437.314000', '133437.316000', '133437.319000', '133437.321000', '133437.324000', '133437.327000', '133437.329000', '133437.332000', '133437.335000', '133437.337000', '133437.340000', '133437.342000', '133437.345000', '133437.348000', '133437.351000', '133437.353000', '133437.356000', '133437.359000', '133437.361000', '133437.364000', '133437.367000', '133437.370000', '133437.372000', '133437.375000', '133437.378000', '133437.380000', '133437.383000', '133437.385000', '133437.388000', '133437.391000', '133437.393000', '133437.396000', '133437.398000', '133437.401000', '133437.404000', '133437.406000', '133437.409000', '133437.411000', '133437.414000', '133437.417000', '133437.419000', '133437.422000', '133457.311000', '133457.314000', '133457.317000', '133457.320000', '133457.322000', '133457.325000', '133457.327000', '133457.330000', '133457.333000', '133457.335000', '133457.338000', '133457.340000', '133457.343000', '133457.346000', '133457.348000', '133457.351000', '133457.354000', '133457.356000', '133457.359000', '133457.361000', '133457.364000', '133457.366000', '133457.369000', '133457.372000', '133457.374000', '133457.377000', '133457.379000', '133457.382000', '133457.385000', '133457.387000', '133457.390000', '133457.393000', '133457.395000', '133457.398000', '133457.401000', '133457.403000', '133457.406000', '133457.409000', '133457.411000', '133457.414000', '133457.417000', '133457.419000', '133457.422000', '133457.425000', '133517.312000', '133517.314000', '133517.317000', '133517.320000', '133517.322000', '133517.325000', '133517.327000', '133517.330000', '133517.333000', '133517.335000', '133517.338000', '133517.341000', '133517.343000', '133517.346000', '133517.348000', '133517.351000', '133517.354000', '133517.356000', '133517.359000', '133517.362000', '133517.364000', '133517.367000', '133517.369000', '133517.372000', '133517.375000', '133517.378000', '133517.380000', '133517.383000', '133517.386000', '133517.388000', '133517.391000', '133517.394000', '133517.396000', '133517.399000', '133517.401000', '133517.404000', '133517.407000', '133517.409000', '133517.412000', '133517.414000', '133517.417000', '133517.420000', '133517.422000', '133537.311000', '133537.315000', '133537.317000', '133537.320000', '133537.322000', '133537.325000', '133537.328000', '133537.330000', '133537.333000', '133537.335000', '133537.338000', '133537.346000', '133537.349000', '133537.351000', '133537.354000', '133537.357000', '133537.359000', '133537.362000', '133537.364000', '133537.367000', '133537.370000', '133537.372000', '133537.375000', '133537.377000', '133537.380000', '133537.383000', '133537.385000', '133537.388000', '133537.390000', '133537.393000', '133537.396000', '133537.398000', '133537.401000', '133537.403000', '133537.406000', '133537.408000', '133537.411000', '133537.414000', '133537.416000', '133537.419000', '133537.421000', '133537.424000', '133537.427000', '133537.429000', '133557.310000', '133557.313000', '133557.316000', '133557.319000', '133557.321000', '133557.324000', '133557.326000', '133557.329000', '133557.332000', '133557.334000', '133557.337000', '133557.339000', '133557.342000', '133557.345000', '133557.347000', '133557.350000', '133557.352000', '133557.355000', '133557.358000', '133557.360000', '133557.363000', '133557.365000', '133557.368000', '133557.371000', '133557.373000', '133557.376000', '133557.379000', '133557.381000', '133557.384000', '133557.386000', '133557.389000', '133557.391000', '133557.394000', '133557.397000', '133557.399000', '133557.402000', '133557.404000', '133557.408000', '133557.411000', '133557.414000', '133557.416000', '133557.419000', '133557.422000', '133617.310000', '133617.313000', '133617.316000', '133617.319000', '133617.322000', '133617.325000', '133617.327000', '133617.330000', '133617.333000', '133617.335000', '133617.338000', '133617.341000', '133617.343000', '133617.346000', '133617.349000', '133617.351000', '133617.354000', '133617.356000', '133617.359000', '133617.361000', '133617.364000', '133617.367000', '133617.369000', '133617.372000', '133617.374000', '133617.377000', '133617.380000', '133617.382000', '133617.385000', '133617.387000', '133617.390000', '133617.392000', '133617.395000', '133617.398000', '133617.400000', '133617.403000', '133617.405000', '133617.408000', '133617.411000', '133617.413000', '133617.416000', '133617.418000', '133617.421000', '133617.423000', '133637.310000', '133637.313000', '133637.316000', '133637.319000', '133637.321000', '133637.324000', '133637.326000', '133637.329000', '133637.332000', '133637.334000', '133637.337000', '133637.340000', '133637.342000', '133637.345000', '133637.347000', '133637.350000', '133637.353000', '133637.355000', '133637.358000', '133637.360000', '133637.363000', '133637.365000', '133637.368000', '133637.371000', '133637.373000', '133637.376000', '133637.378000', '133637.381000', '133637.384000', '133637.386000', '133637.389000', '133637.391000', '133637.394000', '133637.396000', '133637.399000', '133637.402000', '133637.404000', '133637.407000', '133637.410000', '133637.412000', '133637.415000', '133637.418000', '133637.420000', '133657.311000', '133657.314000', '133657.317000', '133657.320000', '133657.323000', '133657.327000', '133657.330000', '133657.338000', '133657.341000', '133657.344000', '133657.347000', '133657.350000', '133657.353000', '133657.356000', '133657.360000', '133657.363000', '133657.365000', '133657.368000', '133657.371000', '133657.373000', '133657.376000', '133657.379000', '133657.382000', '133657.384000', '133657.387000', '133657.389000', '133657.392000', '133657.395000', '133657.397000', '133657.400000', '133657.402000', '133657.405000', '133657.408000', '133657.410000', '133657.413000', '133657.416000', '133657.418000', '133657.421000', '133657.424000', '133657.426000', '133657.429000', '133657.432000', '133657.434000', '133657.437000', '133657.604000'], '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': [9968, 9058, 12229, 10327, 8890, 10342, 13940, 9616, 8449, 8378, 9282, 8903, 9465, 9517, 8998, 8282, 7874, 9291, 8574, 8665, 11190, 9539, 8596, 9017, 10695, 9637, 8306, 10138, 10932, 9567, 8600, 14030, 10165, 8609, 12142, 10405, 8988, 9484, 10244, 9356, 8849, 12473, 9821, 9153, 10249, 10181, 8711, 8680, 9420, 8776, 8646, 12088, 10212, 8838, 8238, 8376, 8953, 8051, 9176, 10143, 8705, 8543, 9847, 9474, 8181, 7866, 9750, 9332, 8927, 15317, 9803, 8774, 8332, 9146, 9588, 8281, 8735, 10126, 9422, 9684, 14987, 9823, 9142, 8049, 8152, 9473, 8616, 9211, 10075, 8929, 8034, 8225, 9831, 8505, 10019, 10848, 9369, 8773, 8026, 9974, 9330, 8688, 12675, 9743, 8680, 8201, 8118, 9455, 8718, 10467, 10195, 9669, 8726, 9496, 9951, 8204, 10142, 10385, 9242, 8561, 9037, 9763, 8421, 10513, 9879, 8589, 8080, 8715, 9348, 7913, 7823, 9460, 8228, 8829, 8573, 8871, 8160, 9567, 9522, 8467, 7902, 8789, 9462, 8906, 13559, 10291, 9072, 7748, 8916, 9427, 8671, 14311, 9831, 8721, 8524, 10305, 9210, 8113, 12789, 9989, 8960, 8172, 9243, 9350, 8710, 9610, 9962, 9549, 8983, 10013, 9976, 8853, 7833, 8398, 9677, 8670, 11604, 9758, 9186, 8914, 9322, 9941, 8881, 7641, 8301, 9498, 8386, 9200, 9448, 9171, 8639, 8257, 10191, 9261, 8822, 12074, 9644, 8970, 8756, 10465, 9937, 8837, 7761, 10334, 9638, 9187, 13852, 10143, 9003, 7925, 8564, 9921, 8950, 12973, 9905, 9025, 8733, 12031, 10067, 9668, 9862, 12082, 10484, 10006, 9392, 9945, 10723, 9115, 9135, 14323, 10422, 8816, 8574, 9142, 9185, 8255, 8724, 9906, 9388, 9085, 9896, 10230, 8290, 9170, 9332, 9760, 9145, 11893, 10317, 8715, 13414, 11044, 9472, 8275, 8834, 9896, 9207, 9767, 9877, 8226, 13233, 10376, 9275, 8271, 8472, 8981, 9100, 14239, 10300, 8776, 8146, 10145, 9231, 8779, 11447, 10014, 8477, 8039, 10341, 9273, 8740, 11983, 9485, 8838, 13017, 10300, 9204, 8234, 8848, 9163, 8603, 14797, 9642, 8524, 8153, 9821, 9178, 9112, 15080, 9905, 8756, 7704, 8360, 9424, 8542, 9572, 9719, 9058, 9016, 9800, 9653, 8759, 10620, 9564, 9327, 8763, 10046, 10030, 8773, 8234, 9002, 9472, 8686, 12120, 9651, 8725, 7829, 9784, 8873, 8539, 13797, 9801, 8161, 7806, 9883, 8176, 8410, 9423, 8986, 8231, 8760, 9328, 7993, 9464, 8786, 8956, 8326, 9771, 9452, 8331, 7759, 9275, 9124, 9139, 12313, 9714, 10504, 11586, 8870, 9187, 8584, 14194, 9832, 8976, 7794, 8597, 8983, 7815, 12582, 9603, 8926, 7948, 9194, 9202, 8026, 10577, 9193, 9617, 8788, 10873, 9570, 8896, 8289, 9525, 9216, 8252, 10884, 11852, 9239, 8820, 8457, 9625, 8975, 8024, 11059, 9239, 8565, 8132, 9440, 8773, 8329, 14391, 9166, 8499, 7640, 9283, 9094, 8385, 13195, 9136, 8397, 7466, 9235, 8750, 8086, 12743, 9294, 8596, 9946, 9459, 8746, 9444, 10956, 9017, 7998, 9381, 9379, 8656, 13054, 9158, 8852, 8116, 9021, 8883, 8875, 12828, 9340, 8921, 7924, 9903, 8958, 9132, 10678, 9622, 8917, 7965, 10484, 9430, 8889, 7847, 9112, 9135, 8807, 13763, 9085, 9396, 8399, 10240, 9342, 11794, 12730, 9157, 9398, 7560, 9705, 9043, 9191, 10335, 8896, 9020, 8258, 10034, 8725, 9020, 9202, 9044, 8788, 8116, 12907, 8762, 8868, 7621, 9033, 9185, 8803, 12172, 9016, 8711, 8015, 8809, 9449, 8535, 11528, 9040, 8894, 8623, 10044, 9095, 8922, 9056, 13899, 9113, 9013, 7578, 9119, 9176, 8617, 9736, 9150, 8598, 9327, 9749, 8996, 8613, 9148, 9170, 8392, 7912, 9847, 9262, 8336, 11084, 9040, 8895, 8821, 10143, 9252, 8515, 10018, 11460, 9232, 10177, 9531, 9204, 8910, 9129, 9255, 9001, 10340, 12227, 9710, 8782, 9161, 9009, 9013, 7751, 9425, 8988, 9434, 13555, 9049, 9148, 7714, 9191, 8922, 9222, 14043, 9975, 9517, 7792, 8958, 9128, 8587, 10361, 9327, 8881, 13835, 10267, 9064, 8975, 9767, 8985, 9101, 9463, 10926, 9222, 9116, 9045, 9029, 8856, 7538, 8904, 9483, 8927, 12865, 8670, 8518, 8098, 8934, 9491, 8920, 8274, 8819, 9145, 8859, 13782, 9047, 8798, 7976, 8608, 8861, 9148, 10297, 9047, 8774, 10795, 8412, 8648, 8413, 10801, 8895, 8937, 7473, 8950, 9094, 8845, 10550, 9041, 8523, 9278, 10151, 9028, 8682, 9136, 9532, 8616, 7971, 8941, 8981, 8766, 11268, 9093, 8279, 9889, 8908, 8629, 7631, 8914, 8654, 8141, 9342, 8788, 8396, 7589, 9306, 8590, 8397, 10486, 8802, 8245, 9583, 12846, 8608, 8662, 11984, 9006, 9721, 11678, 9576, 8824, 8819, 10700, 8980, 8830, 13283, 12786, 8827, 8925, 8431, 8668, 8677, 8026, 10624, 9005, 9117, 9587, 8471, 9089, 8598, 11806, 9075, 8235, 7778, 8809, 8488, 8716, 10845, 9100, 8223, 8114, 9386, 8869, 8996, 8127, 8496, 8869, 8413, 12228, 8519, 8526, 7643, 9014, 8650, 8349, 8333, 8483, 8562, 7811, 12264, 8248, 8516, 7906, 8535, 8700, 8438, 12706, 8810, 8569, 7217, 8607, 8388, 8324, 12637, 8946, 8166, 7677, 8735, 8465, 8451, 13274, 8613, 8306, 7722, 9166, 8760, 8139, 11842, 8375, 8180, 7654, 9315, 8576, 8206, 14329, 9016, 8506, 8268, 9463, 8247, 8168, 11884, 9384, 8324, 7516, 8559, 8217, 8721, 12298, 9030, 8898, 7877, 8320, 8154, 7866, 12125, 9030, 8811, 7674, 8203, 8316, 8141, 10866, 8756, 8676, 8665, 8243, 8291, 8258, 11055, 7847, 8097, 8059, 11753, 8021, 8500, 9269, 7699, 8446, 9279, 9933, 7515, 8315, 10672, 8210, 8921, 9183, 10245, 7585, 8651, 10503, 8565, 7563, 7941, 12162, 7978, 8449, 7564, 7902, 7597, 7986, 11622, 7678, 8365, 7739, 9544, 7822, 8211, 8235, 7905, 7730, 8470, 11964, 8284, 8122, 7516, 8430, 7618, 8178, 12440, 8671, 7554, 8033, 10377, 7770, 8158, 10794, 8872, 7565, 8480, 10485, 8239, 8137, 14278, 9104, 7484, 8380, 9192, 8142, 7917, 9200, 7796, 8003, 8881, 11250, 8581, 8084, 8806, 7887, 7745, 8403, 11210, 9002, 8163, 11301, 8012, 8093, 8361, 11988, 8545, 7962, 11028, 8142, 8703, 11057, 13429, 9354, 7977, 10770, 8165, 8310, 9596, 8883, 7069, 8150, 9213, 8203, 8182, 7670, 8581, 7473, 8312, 12209, 9719, 7277, 7826, 11815, 7726, 7982, 7720, 7808, 7586, 8234, 11580, 7673, 7983, 7913, 8805, 7523, 8118, 11530, 7842, 7879, 8298, 11396, 8170, 7974, 7618, 8325, 7147, 8212, 11228, 7883, 7981, 8149, 10994, 8260, 8323, 8280, 8398, 7890, 8300, 11358, 8337, 8104, 8874, 8056, 7151, 8953, 10909, 7943, 8202, 9368, 8578, 7513, 11111, 9658, 7417, 8364, 9985, 8480, 8128, 7304, 8435, 7203, 7867, 13264, 7680, 8266, 7768, 8577, 8172, 7893, 10992, 7680, 8461, 10352, 10019, 7704, 7958, 12489, 9119, 8193, 8101, 9309, 7414, 7983, 14132, 8464, 8065, 8087, 10775, 8307, 7993, 10282, 8473, 8197, 8316, 10487, 7376, 7971, 9327, 8278, 7951, 9573, 9141, 7375, 7925, 8950, 8679, 8009, 7566, 9414, 7414, 8243, 9116, 8736, 7416, 8003, 10026, 7935, 8075, 9017, 11503, 8098, 8275, 9428, 7735, 8236, 8088, 9811, 7886, 7803, 9273, 7224, 8013, 13204, 7876, 8140, 8023, 10224, 8475, 10245, 12336, 8087, 7991, 7799, 8765, 8122, 7708, 10695, 7678, 7931, 7878, 9168, 8082, 9697, 11892, 7636, 8395, 8565, 9532, 8049, 7897, 9036, 7615, 8462, 8970, 9074, 7933, 7543, 8530, 7111, 7741, 10074, 8499, 8067, 7916, 10547, 8238, 7913, 8163, 8468, 7868], 'WindowCenter': [4705.0, 4662.0, 4684.0, 4648.0, 4623.0, 4630.0, 4679.0, 4618.0, 4598.0, 4586.0, 4602.0, 4592.0, 4601.0, 4604.0, 4607.0, 4586.0, 4584.0, 4603.0, 4596.0, 4598.0, 4638.0, 4617.0, 4596.0, 4606.0, 4638.0, 4618.0, 4599.0, 4629.0, 4626.0, 4606.0, 4595.0, 4655.0, 4614.0, 4595.0, 4634.0, 4615.0, 4592.0, 4601.0, 4611.0, 4604.0, 4594.0, 4643.0, 4603.0, 4591.0, 4611.0, 4599.0, 4581.0, 4582.0, 4594.0, 4585.0, 4596.0, 4647.0, 4613.0, 4596.0, 4582.0, 4582.0, 4596.0, 4586.0, 4603.0, 4614.0, 4595.0, 4596.0, 4616.0, 4617.0, 4596.0, 4584.0, 4616.0, 4606.0, 4605.0, 4688.0, 4617.0, 4595.0, 4586.0, 4605.0, 4603.0, 4584.0, 4594.0, 4615.0, 4605.0, 4604.0, 4679.0, 4616.0, 4606.0, 4575.0, 4570.0, 4601.0, 4584.0, 4602.0, 4616.0, 4595.0, 4584.0, 4583.0, 4613.0, 4596.0, 4615.0, 4636.0, 4605.0, 4597.0, 4572.0, 4614.0, 4604.0, 4595.0, 4657.0, 4618.0, 4597.0, 4584.0, 4584.0, 4603.0, 4593.0, 4624.0, 4626.0, 4603.0, 4593.0, 4602.0, 4613.0, 4583.0, 4615.0, 4616.0, 4603.0, 4594.0, 4593.0, 4613.0, 4596.0, 4626.0, 4613.0, 4594.0, 4573.0, 4585.0, 4607.0, 4588.0, 4575.0, 4604.0, 4597.0, 4606.0, 4595.0, 4605.0, 4597.0, 4631.0, 4628.0, 4599.0, 4586.0, 4596.0, 4605.0, 4606.0, 4665.0, 4629.0, 4607.0, 4575.0, 4607.0, 4605.0, 4595.0, 4666.0, 4614.0, 4593.0, 4596.0, 4625.0, 4603.0, 4573.0, 4644.0, 4615.0, 4593.0, 4585.0, 4592.0, 4604.0, 4594.0, 4613.0, 4616.0, 4606.0, 4596.0, 4614.0, 4613.0, 4605.0, 4574.0, 4583.0, 4604.0, 4596.0, 4635.0, 4604.0, 4605.0, 4592.0, 4603.0, 4615.0, 4606.0, 4577.0, 4582.0, 4603.0, 4584.0, 4604.0, 4615.0, 4604.0, 4595.0, 4583.0, 4628.0, 4606.0, 4607.0, 4645.0, 4615.0, 4593.0, 4595.0, 4623.0, 4616.0, 4594.0, 4575.0, 4613.0, 4602.0, 4604.0, 4654.0, 4614.0, 4594.0, 4572.0, 4581.0, 4613.0, 4593.0, 4653.0, 4613.0, 4589.0, 4582.0, 4643.0, 4617.0, 4603.0, 4614.0, 4634.0, 4623.0, 4614.0, 4606.0, 4615.0, 4625.0, 4598.0, 4605.0, 4666.0, 4616.0, 4593.0, 4583.0, 4596.0, 4605.0, 4586.0, 4596.0, 4615.0, 4607.0, 4593.0, 4604.0, 4616.0, 4585.0, 4606.0, 4607.0, 4618.0, 4605.0, 4635.0, 4618.0, 4596.0, 4659.0, 4625.0, 4605.0, 4571.0, 4581.0, 4602.0, 4591.0, 4603.0, 4602.0, 4585.0, 4646.0, 4612.0, 4593.0, 4571.0, 4572.0, 4592.0, 4593.0, 4665.0, 4614.0, 4595.0, 4572.0, 4611.0, 4592.0, 4594.0, 4634.0, 4615.0, 4584.0, 4573.0, 4612.0, 4593.0, 4583.0, 4633.0, 4603.0, 4596.0, 4654.0, 4614.0, 4593.0, 4571.0, 4579.0, 4592.0, 4583.0, 4665.0, 4603.0, 4593.0, 4573.0, 4601.0, 4604.0, 4592.0, 4676.0, 4616.0, 4595.0, 4572.0, 4581.0, 4590.0, 4596.0, 4606.0, 4605.0, 4594.0, 4594.0, 4614.0, 4605.0, 4597.0, 4626.0, 4605.0, 4603.0, 4584.0, 4612.0, 4614.0, 4593.0, 4584.0, 4593.0, 4603.0, 4594.0, 4645.0, 4605.0, 4582.0, 4562.0, 4601.0, 4595.0, 4584.0, 4656.0, 4605.0, 4585.0, 4560.0, 4602.0, 4582.0, 4585.0, 4594.0, 4593.0, 4572.0, 4581.0, 4604.0, 4586.0, 4607.0, 4594.0, 4593.0, 4584.0, 4615.0, 4605.0, 4587.0, 4574.0, 4595.0, 4593.0, 4593.0, 4645.0, 4604.0, 4625.0, 4624.0, 4582.0, 4591.0, 4583.0, 4654.0, 4604.0, 4583.0, 4562.0, 4582.0, 4592.0, 4563.0, 4643.0, 4602.0, 4593.0, 4570.0, 4591.0, 4594.0, 4577.0, 4614.0, 4592.0, 4604.0, 4596.0, 4624.0, 4604.0, 4593.0, 4582.0, 4592.0, 4592.0, 4584.0, 4626.0, 4634.0, 4593.0, 4582.0, 4571.0, 4589.0, 4591.0, 4575.0, 4625.0, 4593.0, 4585.0, 4573.0, 4603.0, 4585.0, 4584.0, 4665.0, 4593.0, 4584.0, 4561.0, 4593.0, 4595.0, 4585.0, 4657.0, 4593.0, 4585.0, 4563.0, 4593.0, 4596.0, 4572.0, 4644.0, 4595.0, 4582.0, 4602.0, 4590.0, 4585.0, 4605.0, 4623.0, 4594.0, 4571.0, 4589.0, 4592.0, 4584.0, 4642.0, 4593.0, 4582.0, 4571.0, 4592.0, 4595.0, 4595.0, 4644.0, 4590.0, 4582.0, 4571.0, 4603.0, 4595.0, 4605.0, 4625.0, 4604.0, 4593.0, 4574.0, 4626.0, 4607.0, 4595.0, 4574.0, 4594.0, 4606.0, 4596.0, 4656.0, 4594.0, 4594.0, 4574.0, 4613.0, 4596.0, 4634.0, 4644.0, 4592.0, 4591.0, 4564.0, 4604.0, 4594.0, 4594.0, 4600.0, 4583.0, 4598.0, 4585.0, 4606.0, 4581.0, 4580.0, 4592.0, 4583.0, 4594.0, 4575.0, 4646.0, 4582.0, 4595.0, 4563.0, 4592.0, 4604.0, 4595.0, 4646.0, 4595.0, 4585.0, 4574.0, 4593.0, 4604.0, 4585.0, 4636.0, 4595.0, 4594.0, 4584.0, 4604.0, 4593.0, 4596.0, 4596.0, 4656.0, 4596.0, 4597.0, 4563.0, 4579.0, 4592.0, 4581.0, 4592.0, 4593.0, 4585.0, 4605.0, 4605.0, 4597.0, 4596.0, 4593.0, 4592.0, 4572.0, 4572.0, 4603.0, 4594.0, 4586.0, 4637.0, 4596.0, 4597.0, 4595.0, 4610.0, 4592.0, 4585.0, 4616.0, 4636.0, 4608.0, 4618.0, 4606.0, 4593.0, 4580.0, 4590.0, 4590.0, 4594.0, 4614.0, 4635.0, 4604.0, 4582.0, 4594.0, 4582.0, 4581.0, 4562.0, 4592.0, 4593.0, 4595.0, 4655.0, 4596.0, 4604.0, 4561.0, 4591.0, 4581.0, 4593.0, 4654.0, 4604.0, 4603.0, 4563.0, 4582.0, 4590.0, 4569.0, 4601.0, 4593.0, 4583.0, 4653.0, 4601.0, 4581.0, 4581.0, 4589.0, 4580.0, 4582.0, 4592.0, 4613.0, 4592.0, 4583.0, 4581.0, 4580.0, 4580.0, 4549.0, 4580.0, 4603.0, 4593.0, 4643.0, 4585.0, 4594.0, 4574.0, 4580.0, 4590.0, 4582.0, 4572.0, 4578.0, 4594.0, 4594.0, 4655.0, 4595.0, 4596.0, 4574.0, 4581.0, 4580.0, 4580.0, 4602.0, 4582.0, 4583.0, 4615.0, 4584.0, 4583.0, 4583.0, 4612.0, 4583.0, 4581.0, 4551.0, 4581.0, 4583.0, 4583.0, 4612.0, 4592.0, 4595.0, 4595.0, 4612.0, 4595.0, 4582.0, 4592.0, 4604.0, 4585.0, 4574.0, 4583.0, 4584.0, 4597.0, 4636.0, 4596.0, 4586.0, 4604.0, 4593.0, 4582.0, 4574.0, 4596.0, 4598.0, 4576.0, 4605.0, 4585.0, 4586.0, 4576.0, 4606.0, 4596.0, 4587.0, 4623.0, 4596.0, 4588.0, 4616.0, 4658.0, 4597.0, 4595.0, 4646.0, 4595.0, 4606.0, 4635.0, 4604.0, 4582.0, 4581.0, 4613.0, 4594.0, 4593.0, 4655.0, 4644.0, 4594.0, 4594.0, 4570.0, 4579.0, 4581.0, 4571.0, 4612.0, 4592.0, 4593.0, 4605.0, 4573.0, 4590.0, 4584.0, 4631.0, 4582.0, 4572.0, 4560.0, 4582.0, 4582.0, 4585.0, 4624.0, 4595.0, 4585.0, 4573.0, 4594.0, 4593.0, 4583.0, 4572.0, 4580.0, 4591.0, 4585.0, 4633.0, 4584.0, 4583.0, 4574.0, 4594.0, 4584.0, 4573.0, 4572.0, 4581.0, 4595.0, 4574.0, 4636.0, 4584.0, 4585.0, 4572.0, 4582.0, 4583.0, 4583.0, 4646.0, 4595.0, 4585.0, 4564.0, 4580.0, 4585.0, 4584.0, 4646.0, 4593.0, 4584.0, 4563.0, 4584.0, 4586.0, 4585.0, 4643.0, 4583.0, 4573.0, 4561.0, 4592.0, 4582.0, 4573.0, 4633.0, 4572.0, 4573.0, 4563.0, 4595.0, 4584.0, 4585.0, 4666.0, 4594.0, 4583.0, 4572.0, 4591.0, 4573.0, 4585.0, 4635.0, 4594.0, 4585.0, 4562.0, 4582.0, 4571.0, 4584.0, 4634.0, 4594.0, 4582.0, 4572.0, 4571.0, 4572.0, 4573.0, 4634.0, 4594.0, 4594.0, 4561.0, 4570.0, 4571.0, 4562.0, 4613.0, 4584.0, 4584.0, 4583.0, 4573.0, 4585.0, 4584.0, 4624.0, 4572.0, 4575.0, 4574.0, 4636.0, 4575.0, 4585.0, 4593.0, 4564.0, 4584.0, 4595.0, 4605.0, 4565.0, 4574.0, 4613.0, 4585.0, 4595.0, 4606.0, 4616.0, 4575.0, 4584.0, 4614.0, 4584.0, 4564.0, 4575.0, 4634.0, 4575.0, 4585.0, 4563.0, 4573.0, 4563.0, 4575.0, 4624.0, 4562.0, 4585.0, 4574.0, 4605.0, 4565.0, 4585.0, 4574.0, 4571.0, 4563.0, 4583.0, 4635.0, 4585.0, 4574.0, 4564.0, 4584.0, 4575.0, 4585.0, 4644.0, 4585.0, 4564.0, 4572.0, 4614.0, 4563.0, 4574.0, 4623.0, 4594.0, 4562.0, 4582.0, 4615.0, 4583.0, 4574.0, 4664.0, 4594.0, 4563.0, 4572.0, 4591.0, 4574.0, 4576.0, 4594.0, 4562.0, 4574.0, 4594.0, 4625.0, 4586.0, 4576.0, 4593.0, 4573.0, 4562.0, 4583.0, 4623.0, 4596.0, 4585.0, 4623.0, 4573.0, 4574.0, 4584.0, 4635.0, 4582.0, 4573.0, 4609.0, 4573.0, 4584.0, 4624.0, 4655.0, 4594.0, 4572.0, 4610.0, 4572.0, 4571.0, 4602.0, 4582.0, 4541.0, 4572.0, 4592.0, 4584.0, 4584.0, 4563.0, 4581.0, 4552.0, 4582.0, 4633.0, 4602.0, 4552.0, 4561.0, 4622.0, 4560.0, 4573.0, 4563.0, 4563.0, 4563.0, 4572.0, 4623.0, 4562.0, 4574.0, 4574.0, 4594.0, 4573.0, 4576.0, 4634.0, 4574.0, 4573.0, 4584.0, 4635.0, 4585.0, 4575.0, 4565.0, 4584.0, 4555.0, 4586.0, 4625.0, 4574.0, 4574.0, 4586.0, 4625.0, 4586.0, 4585.0, 4583.0, 4583.0, 4573.0, 4585.0, 4624.0, 4585.0, 4574.0, 4593.0, 4575.0, 4554.0, 4595.0, 4613.0, 4574.0, 4573.0, 4592.0, 4583.0, 4563.0, 4625.0, 4602.0, 4564.0, 4583.0, 4614.0, 4583.0, 4575.0, 4552.0, 4584.0, 4564.0, 4574.0, 4655.0, 4565.0, 4583.0, 4574.0, 4585.0, 4585.0, 4575.0, 4624.0, 4574.0, 4585.0, 4617.0, 4615.0, 4564.0, 4574.0, 4646.0, 4596.0, 4584.0, 4573.0, 4594.0, 4564.0, 4573.0, 4653.0, 4572.0, 4573.0, 4574.0, 4625.0, 4585.0, 4574.0, 4603.0, 4570.0, 4584.0, 4572.0, 4613.0, 4553.0, 4571.0, 4592.0, 4584.0, 4573.0, 4604.0, 4593.0, 4549.0, 4571.0, 4581.0, 4583.0, 4574.0, 4563.0, 4591.0, 4552.0, 4585.0, 4594.0, 4583.0, 4565.0, 4573.0, 4603.0, 4572.0, 4573.0, 4594.0, 4623.0, 4573.0, 4585.0, 4594.0, 4562.0, 4572.0, 4571.0, 4604.0, 4572.0, 4562.0, 4593.0, 4565.0, 4575.0, 4654.0, 4573.0, 4573.0, 4572.0, 4613.0, 4583.0, 4613.0, 4643.0, 4573.0, 4572.0, 4560.0, 4580.0, 4572.0, 4562.0, 4612.0, 4561.0, 4572.0, 4572.0, 4593.0, 4573.0, 4603.0, 4632.0, 4560.0, 4571.0, 4581.0, 4591.0, 4572.0, 4572.0, 4581.0, 4561.0, 4585.0, 4594.0, 4594.0, 4575.0, 4563.0, 4581.0, 4553.0, 4574.0, 4614.0, 4583.0, 4573.0, 4575.0, 4613.0, 4585.0, 4575.0, 4585.0, 4583.0, 4574.0], 'WindowWidth': [10335.0, 10248.0, 10257.0, 10195.0, 10153.0, 10153.0, 10218.0, 10132.0, 10103.0, 10085.0, 10099.0, 10082.0, 10094.0, 10104.0, 10111.0, 10080.0, 10075.0, 10101.0, 10094.0, 10099.0, 10152.0, 10121.0, 10095.0, 10108.0, 10158.0, 10128.0, 10100.0, 10139.0, 10133.0, 10103.0, 10087.0, 10169.0, 10111.0, 10088.0, 10139.0, 10113.0, 10080.0, 10092.0, 10104.0, 10098.0, 10086.0, 10154.0, 10097.0, 10080.0, 10104.0, 10084.0, 10064.0, 10068.0, 10085.0, 10075.0, 10094.0, 10161.0, 10114.0, 10092.0, 10067.0, 10071.0, 10090.0, 10077.0, 10097.0, 10111.0, 10089.0, 10095.0, 10120.0, 10123.0, 10093.0, 10074.0, 10119.0, 10105.0, 10105.0, 10223.0, 10121.0, 10091.0, 10077.0, 10100.0, 10097.0, 10072.0, 10086.0, 10115.0, 10103.0, 10100.0, 10208.0, 10119.0, 10105.0, 10061.0, 10049.0, 10089.0, 10071.0, 10096.0, 10118.0, 10088.0, 10074.0, 10072.0, 10111.0, 10095.0, 10116.0, 10146.0, 10103.0, 10092.0, 10055.0, 10110.0, 10101.0, 10089.0, 10178.0, 10123.0, 10095.0, 10077.0, 10075.0, 10096.0, 10086.0, 10130.0, 10134.0, 10097.0, 10083.0, 10094.0, 10109.0, 10071.0, 10115.0, 10119.0, 10099.0, 10086.0, 10083.0, 10111.0, 10094.0, 10134.0, 10112.0, 10086.0, 10058.0, 10074.0, 10109.0, 10085.0, 10064.0, 10102.0, 10098.0, 10107.0, 10090.0, 10105.0, 10099.0, 10152.0, 10143.0, 10101.0, 10083.0, 10092.0, 10101.0, 10105.0, 10186.0, 10142.0, 10107.0, 10064.0, 10109.0, 10104.0, 10091.0, 10189.0, 10113.0, 10086.0, 10095.0, 10132.0, 10099.0, 10057.0, 10153.0, 10112.0, 10084.0, 10073.0, 10082.0, 10101.0, 10088.0, 10114.0, 10120.0, 10104.0, 10091.0, 10116.0, 10113.0, 10102.0, 10061.0, 10070.0, 10099.0, 10091.0, 10145.0, 10099.0, 10102.0, 10083.0, 10099.0, 10117.0, 10106.0, 10067.0, 10070.0, 10098.0, 10075.0, 10103.0, 10117.0, 10101.0, 10090.0, 10074.0, 10139.0, 10108.0, 10112.0, 10161.0, 10117.0, 10084.0, 10090.0, 10125.0, 10120.0, 10088.0, 10061.0, 10111.0, 10094.0, 10099.0, 10168.0, 10114.0, 10087.0, 10057.0, 10065.0, 10110.0, 10085.0, 10165.0, 10112.0, 10075.0, 10068.0, 10150.0, 10121.0, 10100.0, 10112.0, 10139.0, 10126.0, 10114.0, 10104.0, 10115.0, 10127.0, 10095.0, 10101.0, 10187.0, 10114.0, 10082.0, 10068.0, 10088.0, 10101.0, 10077.0, 10089.0, 10113.0, 10102.0, 10081.0, 10095.0, 10114.0, 10077.0, 10107.0, 10106.0, 10121.0, 10100.0, 10141.0, 10122.0, 10091.0, 10178.0, 10127.0, 10101.0, 10051.0, 10062.0, 10090.0, 10075.0, 10096.0, 10093.0, 10072.0, 10156.0, 10107.0, 10082.0, 10049.0, 10052.0, 10080.0, 10083.0, 10184.0, 10110.0, 10087.0, 10053.0, 10104.0, 10079.0, 10087.0, 10139.0, 10115.0, 10072.0, 10054.0, 10106.0, 10080.0, 10068.0, 10138.0, 10098.0, 10091.0, 10167.0, 10111.0, 10082.0, 10048.0, 10060.0, 10081.0, 10071.0, 10185.0, 10097.0, 10084.0, 10055.0, 10091.0, 10100.0, 10083.0, 10199.0, 10116.0, 10089.0, 10056.0, 10064.0, 10076.0, 10090.0, 10103.0, 10104.0, 10087.0, 10086.0, 10114.0, 10104.0, 10093.0, 10133.0, 10102.0, 10097.0, 10070.0, 10111.0, 10113.0, 10086.0, 10072.0, 10083.0, 10095.0, 10086.0, 10156.0, 10101.0, 10069.0, 10039.0, 10090.0, 10086.0, 10072.0, 10173.0, 10102.0, 10075.0, 10038.0, 10093.0, 10068.0, 10075.0, 10085.0, 10081.0, 10053.0, 10068.0, 10099.0, 10080.0, 10106.0, 10085.0, 10084.0, 10070.0, 10116.0, 10102.0, 10080.0, 10059.0, 10085.0, 10082.0, 10080.0, 10158.0, 10101.0, 10130.0, 10124.0, 10065.0, 10076.0, 10069.0, 10165.0, 10099.0, 10067.0, 10038.0, 10066.0, 10080.0, 10042.0, 10151.0, 10093.0, 10082.0, 10048.0, 10078.0, 10083.0, 10066.0, 10112.0, 10080.0, 10095.0, 10089.0, 10127.0, 10100.0, 10082.0, 10066.0, 10079.0, 10079.0, 10075.0, 10130.0, 10139.0, 10082.0, 10067.0, 10049.0, 10072.0, 10078.0, 10062.0, 10126.0, 10083.0, 10072.0, 10054.0, 10093.0, 10073.0, 10071.0, 10185.0, 10083.0, 10071.0, 10038.0, 10080.0, 10088.0, 10075.0, 10175.0, 10082.0, 10072.0, 10043.0, 10080.0, 10091.0, 10056.0, 10154.0, 10084.0, 10066.0, 10091.0, 10074.0, 10074.0, 10099.0, 10123.0, 10083.0, 10050.0, 10071.0, 10079.0, 10072.0, 10150.0, 10080.0, 10066.0, 10049.0, 10081.0, 10085.0, 10086.0, 10151.0, 10075.0, 10065.0, 10051.0, 10096.0, 10086.0, 10103.0, 10130.0, 10099.0, 10082.0, 10058.0, 10129.0, 10104.0, 10086.0, 10057.0, 10086.0, 10106.0, 10090.0, 10170.0, 10084.0, 10083.0, 10058.0, 10110.0, 10089.0, 10137.0, 10151.0, 10078.0, 10076.0, 10046.0, 10098.0, 10085.0, 10081.0, 10087.0, 10065.0, 10097.0, 10073.0, 10102.0, 10064.0, 10061.0, 10075.0, 10065.0, 10088.0, 10060.0, 10158.0, 10068.0, 10087.0, 10040.0, 10079.0, 10099.0, 10088.0, 10158.0, 10084.0, 10073.0, 10056.0, 10083.0, 10099.0, 10073.0, 10143.0, 10084.0, 10082.0, 10069.0, 10094.0, 10081.0, 10092.0, 10090.0, 10173.0, 10090.0, 10093.0, 10043.0, 10059.0, 10076.0, 10063.0, 10079.0, 10079.0, 10074.0, 10100.0, 10101.0, 10092.0, 10093.0, 10082.0, 10076.0, 10051.0, 10053.0, 10094.0, 10086.0, 10079.0, 10146.0, 10091.0, 10092.0, 10086.0, 10102.0, 10079.0, 10074.0, 10115.0, 10144.0, 10107.0, 10120.0, 10104.0, 10082.0, 10061.0, 10072.0, 10074.0, 10083.0, 10110.0, 10141.0, 10099.0, 10068.0, 10083.0, 10065.0, 10061.0, 10037.0, 10080.0, 10081.0, 10087.0, 10171.0, 10089.0, 10100.0, 10038.0, 10074.0, 10061.0, 10080.0, 10166.0, 10098.0, 10095.0, 10041.0, 10064.0, 10071.0, 10043.0, 10088.0, 10079.0, 10067.0, 10163.0, 10090.0, 10063.0, 10062.0, 10069.0, 10057.0, 10065.0, 10079.0, 10107.0, 10079.0, 10067.0, 10062.0, 10058.0, 10058.0, 10016.0, 10060.0, 10092.0, 10081.0, 10150.0, 10074.0, 10087.0, 10058.0, 10060.0, 10072.0, 10062.0, 10050.0, 10057.0, 10083.0, 10082.0, 10167.0, 10088.0, 10090.0, 10060.0, 10062.0, 10055.0, 10058.0, 10090.0, 10065.0, 10067.0, 10112.0, 10071.0, 10069.0, 10071.0, 10106.0, 10067.0, 10062.0, 10021.0, 10061.0, 10065.0, 10066.0, 10105.0, 10080.0, 10088.0, 10087.0, 10108.0, 10086.0, 10065.0, 10078.0, 10095.0, 10072.0, 10055.0, 10065.0, 10068.0, 10092.0, 10147.0, 10090.0, 10077.0, 10099.0, 10081.0, 10065.0, 10061.0, 10090.0, 10095.0, 10062.0, 10100.0, 10073.0, 10077.0, 10068.0, 10105.0, 10091.0, 10078.0, 10124.0, 10089.0, 10083.0, 10119.0, 10178.0, 10094.0, 10088.0, 10160.0, 10087.0, 10103.0, 10140.0, 10096.0, 10064.0, 10063.0, 10108.0, 10085.0, 10082.0, 10166.0, 10154.0, 10084.0, 10086.0, 10049.0, 10058.0, 10062.0, 10050.0, 10105.0, 10082.0, 10083.0, 10099.0, 10056.0, 10077.0, 10072.0, 10132.0, 10065.0, 10052.0, 10035.0, 10063.0, 10066.0, 10074.0, 10125.0, 10087.0, 10072.0, 10055.0, 10084.0, 10081.0, 10067.0, 10052.0, 10061.0, 10078.0, 10074.0, 10139.0, 10071.0, 10070.0, 10058.0, 10086.0, 10069.0, 10055.0, 10053.0, 10064.0, 10089.0, 10059.0, 10146.0, 10072.0, 10073.0, 10052.0, 10064.0, 10070.0, 10070.0, 10158.0, 10086.0, 10073.0, 10043.0, 10062.0, 10073.0, 10074.0, 10158.0, 10083.0, 10071.0, 10041.0, 10070.0, 10076.0, 10075.0, 10153.0, 10068.0, 10054.0, 10035.0, 10079.0, 10065.0, 10054.0, 10136.0, 10052.0, 10054.0, 10039.0, 10088.0, 10071.0, 10074.0, 10183.0, 10085.0, 10069.0, 10051.0, 10075.0, 10056.0, 10073.0, 10141.0, 10086.0, 10074.0, 10041.0, 10064.0, 10048.0, 10070.0, 10138.0, 10084.0, 10065.0, 10051.0, 10048.0, 10052.0, 10056.0, 10138.0, 10085.0, 10084.0, 10037.0, 10047.0, 10049.0, 10038.0, 10108.0, 10071.0, 10072.0, 10070.0, 10056.0, 10074.0, 10070.0, 10126.0, 10051.0, 10060.0, 10058.0, 10144.0, 10059.0, 10072.0, 10081.0, 10043.0, 10072.0, 10086.0, 10099.0, 10045.0, 10058.0, 10107.0, 10073.0, 10089.0, 10103.0, 10117.0, 10060.0, 10070.0, 10110.0, 10069.0, 10046.0, 10060.0, 10142.0, 10061.0, 10074.0, 10042.0, 10053.0, 10041.0, 10058.0, 10125.0, 10039.0, 10071.0, 10059.0, 10099.0, 10047.0, 10073.0, 10056.0, 10050.0, 10042.0, 10069.0, 10142.0, 10073.0, 10058.0, 10045.0, 10074.0, 10061.0, 10074.0, 10154.0, 10074.0, 10045.0, 10051.0, 10111.0, 10042.0, 10059.0, 10123.0, 10083.0, 10040.0, 10065.0, 10113.0, 10070.0, 10058.0, 10180.0, 10082.0, 10043.0, 10051.0, 10077.0, 10058.0, 10063.0, 10084.0, 10041.0, 10057.0, 10084.0, 10127.0, 10077.0, 10062.0, 10082.0, 10053.0, 10039.0, 10068.0, 10124.0, 10090.0, 10074.0, 10122.0, 10054.0, 10058.0, 10070.0, 10140.0, 10066.0, 10054.0, 10099.0, 10053.0, 10070.0, 10123.0, 10169.0, 10083.0, 10053.0, 10102.0, 10050.0, 10050.0, 10092.0, 10063.0, 10010.0, 10052.0, 10082.0, 10070.0, 10069.0, 10040.0, 10063.0, 10026.0, 10067.0, 10135.0, 10094.0, 10025.0, 10036.0, 10119.0, 10034.0, 10054.0, 10041.0, 10040.0, 10041.0, 10052.0, 10124.0, 10041.0, 10059.0, 10058.0, 10086.0, 10057.0, 10065.0, 10140.0, 10058.0, 10055.0, 10071.0, 10140.0, 10075.0, 10062.0, 10046.0, 10072.0, 10035.0, 10076.0, 10129.0, 10059.0, 10060.0, 10079.0, 10127.0, 10076.0, 10073.0, 10070.0, 10067.0, 10056.0, 10075.0, 10127.0, 10073.0, 10059.0, 10083.0, 10059.0, 10034.0, 10086.0, 10108.0, 10054.0, 10053.0, 10078.0, 10069.0, 10042.0, 10126.0, 10094.0, 10043.0, 10069.0, 10113.0, 10070.0, 10058.0, 10027.0, 10070.0, 10046.0, 10057.0, 10170.0, 10045.0, 10070.0, 10058.0, 10074.0, 10075.0, 10062.0, 10126.0, 10059.0, 10078.0, 10120.0, 10114.0, 10046.0, 10058.0, 10157.0, 10090.0, 10072.0, 10055.0, 10085.0, 10045.0, 10056.0, 10165.0, 10051.0, 10055.0, 10061.0, 10127.0, 10073.0, 10057.0, 10093.0, 10047.0, 10070.0, 10052.0, 10107.0, 10025.0, 10050.0, 10080.0, 10069.0, 10055.0, 10096.0, 10080.0, 10018.0, 10048.0, 10062.0, 10066.0, 10056.0, 10041.0, 10077.0, 10027.0, 10074.0, 10085.0, 10069.0, 10048.0, 10055.0, 10094.0, 10053.0, 10056.0, 10084.0, 10123.0, 10056.0, 10073.0, 10084.0, 10039.0, 10052.0, 10051.0, 10097.0, 10053.0, 10040.0, 10082.0, 10049.0, 10061.0, 10167.0, 10056.0, 10055.0, 10052.0, 10108.0, 10070.0, 10108.0, 10149.0, 10055.0, 10051.0, 10034.0, 10060.0, 10052.0, 10039.0, 10106.0, 10037.0, 10051.0, 10052.0, 10082.0, 10055.0, 10095.0, 10133.0, 10033.0, 10050.0, 10064.0, 10077.0, 10051.0, 10051.0, 10064.0, 10036.0, 10073.0, 10084.0, 10085.0, 10058.0, 10042.0, 10064.0, 10029.0, 10058.0, 10114.0, 10069.0, 10056.0, 10060.0, 10109.0, 10074.0, 10061.0, 10075.0, 10069.0, 10058.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.00038639850327408797</td></tr>
<tr><td colspan=3>aqi</td><td>0.03658377137511693</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.62150487645131</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0996995823127318</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9543498819943814</td></tr>
<tr><td colspan=3>efc</td><td>0.5497</td></tr>
<tr><td colspan=3>fber</td><td>1699.8989</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10082668067695534</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.296538821328344</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.58442719811144</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.481107486300333</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8653371135032217</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.406836994530766</td></tr>
<tr><td colspan=3>gcor</td><td>0.00211978</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014284750446677208</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05630852282047272</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</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>4.2519921126820135</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>18.4408</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>105.5796</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>300.8839</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>94.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1297.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>484.2199</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7051</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.6566</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3742.1045</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.4511</td></tr>
<tr><td colspan=3>tsnr</td><td>29.90139165893197</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>