<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0083_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-03/func/sub-0083_ses-03_task-alignvideo_acq-mb8_run-03_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>d3446335cdc81fad46bb748da9b33520</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>22:31:9.217500</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.998927, -0.00988864, 0.0452383, 0.00557908, 0.995517, 0.094416]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.096411</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7889, -7275, 763, -85, -717, 249, 27]</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>235.076</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ecdd3be-d683-464d-82c3-db3e23e2479d||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.680048942565918, 0.014968267641961575, 0.12411659955978394, 107.11431884765625], [0.02653050608932972, 2.6708998680114746, 0.25396838784217834, -106.86970520019531], [0.12137094885110855, -0.2533113360404968, 2.685161828994751, -62.822776794433594], [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, 1065]</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], 'AcquisitionTime': ['223109.217500', '223109.677500', '223110.137500', '223110.597500', '223111.057500', '223111.517500', '223111.977500', '223112.437500', '223112.897500', '223113.357500', '223113.817500', '223114.277500', '223114.737500', '223115.197500', '223115.657500', '223116.117500', '223116.577500', '223117.037500', '223117.497500', '223117.957500', '223118.417500', '223118.877500', '223119.337500', '223119.797500', '223120.257500', '223120.717500', '223121.177500', '223121.637500', '223122.097500', '223122.557500', '223123.017500', '223123.477500', '223123.937500', '223124.397500', '223124.857500', '223125.317500', '223125.777500', '223126.237500', '223126.697500', '223127.157500', '223127.617500', '223128.077500', '223128.537500', '223128.997500', '223129.457500', '223129.917500', '223130.377500', '223130.837500', '223131.297500', '223131.757500', '223132.217500', '223132.677500', '223133.137500', '223133.597500', '223134.057500', '223134.517500', '223134.977500', '223135.437500', '223135.897500', '223136.357500', '223136.817500', '223137.277500', '223137.737500', '223138.197500', '223138.657500', '223139.117500', '223139.577500', '223140.037500', '223140.497500', '223140.957500', '223141.417500', '223141.877500', '223142.337500', '223142.797500', '223143.257500', '223143.717500', '223144.177500', '223144.637500', '223145.097500', '223145.557500', '223146.017500', '223146.477500', '223146.937500', '223147.397500', '223147.857500', '223148.317500', '223148.777500', '223149.237500', '223149.697500', '223150.157500', '223150.617500', '223151.077500', '223151.537500', '223151.997500', '223152.457500', '223152.917500', '223153.377500', '223153.837500', '223154.297500', '223154.757500', '223155.217500', '223155.677500', '223156.137500', '223156.597500', '223157.057500', '223157.517500', '223157.977500', '223158.437500', '223158.897500', '223159.357500', '223159.817500', '223200.277500', '223200.737500', '223201.197500', '223201.657500', '223202.117500', '223202.577500', '223203.037500', '223203.497500', '223203.957500', '223204.417500', '223204.877500', '223205.337500', '223205.797500', '223206.257500', '223206.717500', '223207.177500', '223207.637500', '223208.097500', '223208.557500', '223209.017500', '223209.477500', '223209.937500', '223210.397500', '223210.857500', '223211.317500', '223211.777500', '223212.237500', '223212.697500', '223213.157500', '223213.617500', '223214.077500', '223214.537500', '223214.997500', '223215.457500', '223215.917500', '223216.377500', '223216.837500', '223217.297500', '223217.757500', '223218.217500', '223218.677500', '223219.137500', '223219.597500', '223220.057500', '223220.517500', '223220.977500', '223221.437500', '223221.897500', '223222.357500', '223222.817500', '223223.277500', '223223.737500', '223224.197500', '223224.657500', '223225.117500', '223225.577500', '223226.037500', '223226.497500', '223226.957500', '223227.417500', '223227.877500', '223228.337500', '223228.797500', '223229.257500', '223229.717500', '223230.177500', '223230.637500', '223231.097500', '223231.557500', '223232.017500', '223232.477500', '223232.937500', '223233.397500', '223233.857500', '223234.317500', '223234.777500', '223235.237500', '223235.697500', '223236.157500', '223236.617500', '223237.077500', '223237.537500', '223237.997500', '223238.457500', '223238.917500', '223239.377500', '223239.837500', '223240.297500', '223240.757500', '223241.217500', '223241.677500', '223242.137500', '223242.597500', '223243.057500', '223243.517500', '223243.977500', '223244.437500', '223244.897500', '223245.357500', '223245.817500', '223246.277500', '223246.737500', '223247.197500', '223247.657500', '223248.117500', '223248.577500', '223249.037500', '223249.497500', '223249.957500', '223250.417500', '223250.877500', '223251.337500', '223251.797500', '223252.257500', '223252.717500', '223253.177500', '223253.637500', '223254.097500', '223254.557500', '223255.017500', '223255.477500', '223255.937500', '223256.397500', '223256.857500', '223257.317500', '223257.777500', '223258.237500', '223258.697500', '223259.157500', '223259.617500', '223300.077500', '223300.537500', '223300.997500', '223301.457500', '223301.917500', '223302.377500', '223302.837500', '223303.297500', '223303.757500', '223304.217500', '223304.677500', '223305.137500', '223305.597500', '223306.057500', '223306.517500', '223306.977500', '223307.437500', '223307.897500', '223308.357500', '223308.817500', '223309.277500', '223309.737500', '223310.197500', '223310.657500', '223311.117500', '223311.577500', '223312.037500', '223312.497500', '223312.957500', '223313.417500', '223313.877500', '223314.337500', '223314.797500', '223315.257500', '223315.717500', '223316.177500', '223316.637500', '223317.097500', '223317.557500', '223318.017500', '223318.477500', '223318.937500', '223319.397500', '223319.857500', '223320.317500', '223320.777500', '223321.237500', '223321.697500', '223322.157500', '223322.617500', '223323.077500', '223323.537500', '223323.997500', '223324.457500', '223324.917500', '223325.377500', '223325.837500', '223326.297500', '223326.757500', '223327.217500', '223327.677500', '223328.137500', '223328.597500', '223329.057500', '223329.517500', '223329.977500', '223330.437500', '223330.897500', '223331.357500', '223331.817500', '223332.277500', '223332.737500', '223333.197500', '223333.657500', '223334.117500', '223334.577500', '223335.037500', '223335.497500', '223335.957500', '223336.417500', '223336.877500', '223337.337500', '223337.797500', '223338.257500', '223338.717500', '223339.177500', '223339.637500', '223340.097500', '223340.557500', '223341.017500', '223341.477500', '223341.937500', '223342.397500', '223342.857500', '223343.317500', '223343.777500', '223344.237500', '223344.697500', '223345.157500', '223345.617500', '223346.077500', '223346.537500', '223346.997500', '223347.457500', '223347.917500', '223348.377500', '223348.837500', '223349.297500', '223349.757500', '223350.217500', '223350.677500', '223351.137500', '223351.597500', '223352.057500', '223352.517500', '223352.977500', '223353.437500', '223353.897500', '223354.357500', '223354.817500', '223355.277500', '223355.737500', '223356.197500', '223356.657500', '223357.117500', '223357.577500', '223358.037500', '223358.497500', '223358.957500', '223359.417500', '223359.877500', '223400.337500', '223400.797500', '223401.257500', '223401.717500', '223402.177500', '223402.637500', '223403.097500', '223403.557500', '223404.017500', '223404.477500', '223404.937500', '223405.397500', '223405.857500', '223406.317500', '223406.777500', '223407.237500', '223407.697500', '223408.157500', '223408.617500', '223409.077500', '223409.537500', '223409.997500', '223410.457500', '223410.917500', '223411.377500', '223411.837500', '223412.297500', '223412.757500', '223413.217500', '223413.677500', '223414.137500', '223414.597500', '223415.057500', '223415.517500', '223415.977500', '223416.437500', '223416.897500', '223417.357500', '223417.817500', '223418.277500', '223418.737500', '223419.197500', '223419.657500', '223420.117500', '223420.577500', '223421.037500', '223421.497500', '223421.957500', '223422.417500', '223422.877500', '223423.337500', '223423.797500', '223424.257500', '223424.717500', '223425.177500', '223425.637500', '223426.097500', '223426.557500', '223427.017500', '223427.477500', '223427.937500', '223428.397500', '223428.857500', '223429.317500', '223429.777500', '223430.237500', '223430.697500', '223431.157500', '223431.617500', '223432.077500', '223432.537500', '223432.997500', '223433.457500', '223433.917500', '223434.377500', '223434.837500', '223435.297500', '223435.757500', '223436.217500', '223436.677500', '223437.137500', '223437.597500', '223438.057500', '223438.517500', '223438.977500', '223439.437500', '223439.897500', '223440.357500', '223440.817500', '223441.277500', '223441.737500', '223442.197500', '223442.657500', '223443.117500', '223443.577500', '223444.037500', '223444.497500', '223444.957500', '223445.417500', '223445.877500', '223446.337500', '223446.797500', '223447.257500', '223447.717500', '223448.177500', '223448.637500', '223449.097500', '223449.557500', '223450.017500', '223450.477500', '223450.937500', '223451.397500', '223451.857500', '223452.317500', '223452.777500', '223453.237500', '223453.697500', '223454.157500', '223454.617500', '223455.077500', '223455.537500', '223455.997500', '223456.457500', '223456.917500', '223457.377500', '223457.837500', '223458.297500', '223458.757500', '223459.217500', '223459.677500', '223500.137500', '223500.597500', '223501.057500', '223501.517500', '223501.977500', '223502.437500', '223502.897500', '223503.357500', '223503.817500', '223504.277500', '223504.737500', '223505.197500', '223505.657500', '223506.117500', '223506.577500', '223507.037500', '223507.497500', '223507.957500', '223508.417500', '223508.877500', '223509.337500', '223509.797500', '223510.257500', '223510.717500', '223511.177500', '223511.637500', '223512.097500', '223512.557500', '223513.017500', '223513.477500', '223513.937500', '223514.397500', '223514.857500', '223515.317500', '223515.777500', '223516.237500', '223516.697500', '223517.157500', '223517.617500', '223518.077500', '223518.537500', '223518.997500', '223519.457500', '223519.917500', '223520.377500', '223520.837500', '223521.297500', '223521.757500', '223522.217500', '223522.677500', '223523.137500', '223523.597500', '223524.057500', '223524.517500', '223524.977500', '223525.437500', '223525.897500', '223526.357500', '223526.817500', '223527.277500', '223527.737500', '223528.197500', '223528.657500', '223529.117500', '223529.577500', '223530.037500', '223530.497500', '223530.957500', '223531.417500', '223531.877500', '223532.337500', '223532.797500', '223533.257500', '223533.717500', '223534.177500', '223534.637500', '223535.097500', '223535.557500', '223536.017500', '223536.477500', '223536.937500', '223537.397500', '223537.857500', '223538.317500', '223538.777500', '223539.237500', '223539.697500', '223540.157500', '223540.617500', '223541.077500', '223541.537500', '223541.997500', '223542.457500', '223542.917500', '223543.377500', '223543.837500', '223544.297500', '223544.757500', '223545.217500', '223545.677500', '223546.137500', '223546.597500', '223547.057500', '223547.517500', '223547.977500', '223548.437500', '223548.897500', '223549.357500', '223549.817500', '223550.277500', '223550.737500', '223551.197500', '223551.657500', '223552.117500', '223552.577500', '223553.037500', '223553.497500', '223553.957500', '223554.417500', '223554.877500', '223555.337500', '223555.797500', '223556.257500', '223556.717500', '223557.177500', '223557.637500', '223558.097500', '223558.557500', '223559.017500', '223559.477500', '223559.937500', '223600.397500', '223600.857500', '223601.317500', '223601.777500', '223602.237500', '223602.697500', '223603.157500', '223603.617500', '223604.077500', '223604.537500', '223604.997500', '223605.457500', '223605.917500', '223606.377500', '223606.837500', '223607.297500', '223607.757500', '223608.217500', '223608.677500', '223609.137500', '223609.597500', '223610.057500', '223610.517500', '223610.977500', '223611.437500', '223611.897500', '223612.357500', '223612.817500', '223613.277500', '223613.737500', '223614.197500', '223614.657500', '223615.117500', '223615.577500', '223616.037500', '223616.497500', '223616.957500', '223617.417500', '223617.877500', '223618.337500', '223618.797500', '223619.257500', '223619.717500', '223620.177500', '223620.637500', '223621.097500', '223621.557500', '223622.017500', '223622.477500', '223622.937500', '223623.397500', '223623.857500', '223624.317500', '223624.777500', '223625.237500', '223625.697500', '223626.157500', '223626.617500', '223627.077500', '223627.537500', '223627.997500', '223628.457500', '223628.917500', '223629.377500', '223629.837500', '223630.297500', '223630.757500', '223631.217500', '223631.677500', '223632.137500', '223632.597500', '223633.057500', '223633.517500', '223633.977500', '223634.437500', '223634.897500', '223635.357500', '223635.817500', '223636.277500', '223636.737500', '223637.197500', '223637.657500', '223638.117500', '223638.577500', '223639.037500', '223639.497500', '223639.957500', '223640.417500', '223640.877500', '223641.337500', '223641.797500', '223642.257500', '223642.717500', '223643.177500', '223643.637500', '223644.097500', '223644.557500', '223645.017500', '223645.477500', '223645.937500', '223646.397500', '223646.857500', '223647.317500', '223647.777500', '223648.237500', '223648.697500', '223649.157500', '223649.617500', '223650.077500', '223650.537500', '223650.997500', '223651.457500', '223651.917500', '223652.377500', '223652.837500', '223653.297500', '223653.757500', '223654.217500', '223654.677500', '223655.137500', '223655.597500', '223656.057500', '223656.517500', '223656.977500', '223657.437500', '223657.897500', '223658.357500', '223658.817500', '223659.277500', '223659.737500', '223700.197500', '223700.657500', '223701.117500', '223701.577500', '223702.037500', '223702.497500', '223702.957500', '223703.417500', '223703.877500', '223704.337500', '223704.797500', '223705.257500', '223705.717500', '223706.177500', '223706.637500', '223707.097500', '223707.557500', '223708.017500', '223708.477500', '223708.937500', '223709.397500', '223709.857500', '223710.317500', '223710.777500', '223711.237500', '223711.697500', '223712.157500', '223712.617500', '223713.077500', '223713.537500', '223713.997500', '223714.457500', '223714.917500', '223715.377500', '223715.837500', '223716.297500', '223716.757500', '223717.217500', '223717.677500', '223718.137500', '223718.597500', '223719.057500', '223719.517500', '223719.977500', '223720.437500', '223720.897500', '223721.357500', '223721.817500', '223722.277500', '223722.737500', '223723.197500', '223723.657500', '223724.117500', '223724.577500', '223725.037500', '223725.497500', '223725.957500', '223726.417500', '223726.877500', '223727.337500', '223727.797500', '223728.257500', '223728.717500', '223729.177500', '223729.637500', '223730.097500', '223730.557500', '223731.017500', '223731.477500', '223731.937500', '223732.397500', '223732.857500', '223733.317500', '223733.777500', '223734.237500', '223734.697500', '223735.157500', '223735.617500', '223736.077500', '223736.537500', '223736.997500', '223737.457500', '223737.917500', '223738.377500', '223738.837500', '223739.297500', '223739.757500', '223740.217500', '223740.677500', '223741.137500', '223741.597500', '223742.057500', '223742.517500', '223742.977500', '223743.437500', '223743.897500', '223744.357500', '223744.817500', '223745.277500', '223745.737500', '223746.197500', '223746.657500', '223747.117500', '223747.577500', '223748.037500', '223748.497500', '223748.957500', '223749.417500', '223749.877500', '223750.337500', '223750.797500', '223751.257500', '223751.717500', '223752.177500', '223752.637500', '223753.097500', '223753.557500', '223754.017500', '223754.477500', '223754.937500', '223755.397500', '223755.857500', '223756.317500', '223756.777500', '223757.237500', '223757.697500', '223758.157500', '223758.617500', '223759.077500', '223759.537500', '223759.997500', '223800.457500', '223800.917500', '223801.377500', '223801.837500', '223802.297500', '223802.757500', '223803.217500', '223803.677500', '223804.137500', '223804.597500', '223805.057500', '223805.517500', '223805.977500', '223806.437500', '223806.897500', '223807.357500', '223807.817500', '223808.277500', '223808.737500', '223809.197500', '223809.657500', '223810.117500', '223810.577500', '223811.037500', '223811.497500', '223811.957500', '223812.417500', '223812.877500', '223813.337500', '223813.797500', '223814.257500', '223814.717500', '223815.177500', '223815.637500', '223816.097500', '223816.557500', '223817.017500', '223817.477500', '223817.937500', '223818.397500', '223818.857500', '223819.317500', '223819.777500', '223820.237500', '223820.697500', '223821.157500', '223821.617500', '223822.077500', '223822.537500', '223822.997500', '223823.457500', '223823.917500', '223824.377500', '223824.837500', '223825.297500', '223825.757500', '223826.217500', '223826.677500', '223827.137500', '223827.597500', '223828.057500', '223828.517500', '223828.977500', '223829.437500', '223829.897500', '223830.357500', '223830.817500', '223831.277500', '223831.737500', '223832.197500', '223832.657500', '223833.117500', '223833.577500', '223834.037500', '223834.497500', '223834.957500', '223835.417500', '223835.877500', '223836.337500', '223836.797500', '223837.257500', '223837.717500', '223838.177500', '223838.637500', '223839.097500', '223839.557500', '223840.017500', '223840.477500', '223840.937500', '223841.397500', '223841.857500', '223842.317500', '223842.777500', '223843.237500', '223843.697500', '223844.157500', '223844.617500', '223845.077500', '223845.537500', '223845.997500', '223846.457500', '223846.917500', '223847.377500', '223847.837500', '223848.297500', '223848.757500', '223849.217500', '223849.677500', '223850.137500', '223850.597500', '223851.057500', '223851.517500', '223851.977500', '223852.437500', '223852.897500', '223853.357500', '223853.817500', '223854.277500', '223854.737500', '223855.197500', '223855.657500', '223856.117500', '223856.577500', '223857.037500', '223857.497500', '223857.957500', '223858.417500', '223858.877500', '223859.337500', '223859.797500', '223900.257500', '223900.717500', '223901.177500', '223901.637500', '223902.097500', '223902.557500', '223903.017500', '223903.477500', '223903.937500', '223904.397500', '223904.857500', '223905.317500', '223905.777500', '223906.237500', '223906.697500', '223907.157500', '223907.617500', '223908.077500', '223908.537500', '223908.997500', '223909.457500', '223909.917500', '223910.377500', '223910.837500', '223911.297500', '223911.757500', '223912.217500', '223912.677500', '223913.137500', '223913.597500', '223914.057500', '223914.517500', '223914.977500', '223915.437500', '223915.897500', '223916.357500', '223916.817500', '223917.277500', '223917.737500', '223918.197500', '223918.657500'], 'ContentTime': ['223127.638000', '223127.641000', '223127.644000', '223127.647000', '223127.650000', '223127.653000', '223127.656000', '223127.659000', '223127.662000', '223127.664000', '223127.667000', '223127.670000', '223127.672000', '223127.675000', '223127.678000', '223127.680000', '223127.684000', '223127.687000', '223127.699000', '223127.701000', '223127.704000', '223127.707000', '223127.709000', '223127.719000', '223127.721000', '223127.724000', '223127.727000', '223127.730000', '223127.732000', '223127.735000', '223127.738000', '223127.740000', '223127.743000', '223127.746000', '223127.749000', '223127.751000', '223127.754000', '223147.610000', '223147.612000', '223147.615000', '223147.618000', '223147.621000', '223147.623000', '223147.626000', '223147.628000', '223147.631000', '223147.634000', '223147.636000', '223147.639000', '223147.641000', '223147.644000', '223147.646000', '223147.649000', '223147.652000', '223147.654000', '223147.657000', '223147.659000', '223147.662000', '223147.665000', '223147.667000', '223147.670000', '223147.672000', '223147.675000', '223147.678000', '223147.680000', '223147.683000', '223147.685000', '223147.688000', '223147.690000', '223147.693000', '223147.696000', '223147.698000', '223147.701000', '223147.704000', '223147.706000', '223147.709000', '223147.712000', '223147.714000', '223147.717000', '223147.720000', '223147.722000', '223207.609000', '223207.612000', '223207.615000', '223207.618000', '223207.620000', '223207.623000', '223207.626000', '223207.628000', '223207.631000', '223207.633000', '223207.636000', '223207.639000', '223207.641000', '223207.644000', '223207.647000', '223207.650000', '223207.653000', '223207.656000', '223207.659000', '223207.661000', '223207.664000', '223207.667000', '223207.669000', '223207.672000', '223207.675000', '223207.677000', '223207.680000', '223207.682000', '223207.685000', '223207.688000', '223207.690000', '223207.703000', '223207.705000', '223207.708000', '223207.710000', '223207.713000', '223207.716000', '223207.718000', '223207.721000', '223207.724000', '223207.726000', '223207.729000', '223207.732000', '223227.610000', '223227.613000', '223227.616000', '223227.619000', '223227.621000', '223227.624000', '223227.627000', '223227.629000', '223227.632000', '223227.635000', '223227.637000', '223227.640000', '223227.642000', '223227.645000', '223227.648000', '223227.650000', '223227.653000', '223227.656000', '223227.658000', '223227.661000', '223227.663000', '223227.666000', '223227.669000', '223227.671000', '223227.674000', '223227.676000', '223227.679000', '223227.682000', '223227.684000', '223227.687000', '223227.689000', '223227.692000', '223227.695000', '223227.697000', '223227.700000', '223227.703000', '223227.705000', '223227.708000', '223227.711000', '223227.713000', '223227.716000', '223227.719000', '223227.721000', '223227.724000', '223247.611000', '223247.613000', '223247.616000', '223247.619000', '223247.621000', '223247.624000', '223247.626000', '223247.629000', '223247.632000', '223247.634000', '223247.638000', '223247.641000', '223247.644000', '223247.647000', '223247.649000', '223247.652000', '223247.655000', '223247.657000', '223247.660000', '223247.663000', '223247.665000', '223247.668000', '223247.671000', '223247.673000', '223247.676000', '223247.679000', '223247.681000', '223247.684000', '223247.687000', '223247.689000', '223247.692000', '223247.696000', '223247.698000', '223247.701000', '223247.703000', '223247.706000', '223247.709000', '223247.712000', '223247.714000', '223247.717000', '223247.719000', '223247.722000', '223247.725000', '223307.611000', '223307.614000', '223307.616000', '223307.619000', '223307.621000', '223307.624000', '223307.627000', '223307.629000', '223307.632000', '223307.634000', '223307.637000', '223307.640000', '223307.642000', '223307.645000', '223307.648000', '223307.651000', '223307.653000', '223307.656000', '223307.659000', '223307.661000', '223307.664000', '223307.667000', '223307.669000', '223307.672000', '223307.675000', '223307.677000', '223307.680000', '223307.683000', '223307.685000', '223307.688000', '223307.691000', '223307.693000', '223307.696000', '223307.699000', '223307.701000', '223307.704000', '223307.706000', '223307.709000', '223307.712000', '223307.714000', '223307.717000', '223307.719000', '223307.722000', '223307.725000', '223327.610000', '223327.613000', '223327.616000', '223327.618000', '223327.621000', '223327.624000', '223327.626000', '223327.629000', '223327.632000', '223327.634000', '223327.637000', '223327.639000', '223327.642000', '223327.645000', '223327.648000', '223327.651000', '223327.654000', '223327.656000', '223327.661000', '223327.663000', '223327.666000', '223327.668000', '223327.671000', '223327.674000', '223327.676000', '223327.679000', '223327.682000', '223327.685000', '223327.687000', '223327.690000', '223327.693000', '223327.695000', '223327.698000', '223327.700000', '223327.703000', '223327.706000', '223327.708000', '223327.711000', '223327.714000', '223327.716000', '223327.719000', '223327.722000', '223327.724000', '223347.610000', '223347.612000', '223347.615000', '223347.618000', '223347.620000', '223347.623000', '223347.625000', '223347.628000', '223347.631000', '223347.633000', '223347.636000', '223347.639000', '223347.641000', '223347.654000', '223347.657000', '223347.660000', '223347.662000', '223347.665000', '223347.668000', '223347.670000', '223347.673000', '223347.675000', '223347.678000', '223347.681000', '223347.683000', '223347.686000', '223347.689000', '223347.691000', '223347.694000', '223347.697000', '223347.699000', '223347.702000', '223347.704000', '223347.707000', '223347.710000', '223347.712000', '223347.715000', '223347.718000', '223347.720000', '223347.723000', '223347.726000', '223347.728000', '223347.731000', '223347.734000', '223407.609000', '223407.612000', '223407.615000', '223407.618000', '223407.620000', '223407.623000', '223407.625000', '223407.628000', '223407.630000', '223407.633000', '223407.636000', '223407.638000', '223407.641000', '223407.644000', '223407.646000', '223407.649000', '223407.652000', '223407.654000', '223407.657000', '223407.659000', '223407.662000', '223407.665000', '223407.667000', '223407.670000', '223407.672000', '223407.675000', '223407.678000', '223407.681000', '223407.683000', '223407.686000', '223407.689000', '223407.691000', '223407.694000', '223407.697000', '223407.699000', '223407.702000', '223407.705000', '223407.707000', '223407.710000', '223407.713000', '223407.716000', '223407.718000', '223407.721000', '223427.609000', '223427.612000', '223427.615000', '223427.618000', '223427.621000', '223427.623000', '223427.626000', '223427.628000', '223427.631000', '223427.634000', '223427.636000', '223427.639000', '223427.642000', '223427.644000', '223427.647000', '223427.650000', '223427.652000', '223427.655000', '223427.657000', '223427.660000', '223427.663000', '223427.665000', '223427.668000', '223427.670000', '223427.673000', '223427.676000', '223427.678000', '223427.681000', '223427.684000', '223427.686000', '223427.689000', '223427.692000', '223427.694000', '223427.697000', '223427.699000', '223427.702000', '223427.705000', '223427.707000', '223427.710000', '223427.713000', '223427.716000', '223427.718000', '223427.721000', '223427.723000', '223447.610000', '223447.613000', '223447.616000', '223447.619000', '223447.621000', '223447.624000', '223447.627000', '223447.629000', '223447.632000', '223447.634000', '223447.637000', '223447.640000', '223447.642000', '223447.645000', '223447.647000', '223447.650000', '223447.653000', '223447.655000', '223447.658000', '223447.660000', '223447.663000', '223447.666000', '223447.668000', '223447.671000', '223447.674000', '223447.676000', '223447.679000', '223447.682000', '223447.684000', '223447.687000', '223447.689000', '223447.692000', '223447.695000', '223447.697000', '223447.700000', '223447.702000', '223447.705000', '223447.708000', '223447.710000', '223447.713000', '223447.716000', '223447.718000', '223447.721000', '223507.611000', '223507.614000', '223507.616000', '223507.619000', '223507.621000', '223507.624000', '223507.627000', '223507.629000', '223507.632000', '223507.635000', '223507.637000', '223507.640000', '223507.643000', '223507.646000', '223507.648000', '223507.651000', '223507.654000', '223507.656000', '223507.659000', '223507.662000', '223507.664000', '223507.667000', '223507.670000', '223507.672000', '223507.675000', '223507.678000', '223507.680000', '223507.683000', '223507.686000', '223507.688000', '223507.691000', '223507.693000', '223507.696000', '223507.699000', '223507.701000', '223507.704000', '223507.706000', '223507.709000', '223507.712000', '223507.714000', '223507.717000', '223507.720000', '223507.722000', '223507.725000', '223527.611000', '223527.613000', '223527.616000', '223527.619000', '223527.621000', '223527.624000', '223527.627000', '223527.629000', '223527.632000', '223527.635000', '223527.637000', '223527.640000', '223527.643000', '223527.645000', '223527.648000', '223527.650000', '223527.653000', '223527.656000', '223527.658000', '223527.661000', '223527.664000', '223527.666000', '223527.669000', '223527.672000', '223527.674000', '223527.677000', '223527.680000', '223527.682000', '223527.685000', '223527.688000', '223527.690000', '223527.693000', '223527.696000', '223527.698000', '223527.701000', '223527.704000', '223527.706000', '223527.709000', '223527.712000', '223527.714000', '223527.717000', '223527.720000', '223527.722000', '223547.611000', '223547.613000', '223547.616000', '223547.619000', '223547.621000', '223547.624000', '223547.627000', '223547.629000', '223547.632000', '223547.635000', '223547.637000', '223547.640000', '223547.643000', '223547.645000', '223547.648000', '223547.651000', '223547.653000', '223547.656000', '223547.659000', '223547.661000', '223547.664000', '223547.666000', '223547.669000', '223547.672000', '223547.674000', '223547.677000', '223547.680000', '223547.682000', '223547.685000', '223547.688000', '223547.690000', '223547.693000', '223547.695000', '223547.698000', '223547.701000', '223547.703000', '223547.706000', '223547.709000', '223547.711000', '223547.714000', '223547.717000', '223547.719000', '223547.722000', '223547.725000', '223607.609000', '223607.612000', '223607.615000', '223607.618000', '223607.621000', '223607.623000', '223607.626000', '223607.629000', '223607.631000', '223607.634000', '223607.637000', '223607.639000', '223607.642000', '223607.645000', '223607.647000', '223607.650000', '223607.653000', '223607.655000', '223607.658000', '223607.660000', '223607.663000', '223607.666000', '223607.669000', '223607.671000', '223607.674000', '223607.677000', '223607.679000', '223607.682000', '223607.684000', '223607.687000', '223607.690000', '223607.692000', '223607.695000', '223607.698000', '223607.700000', '223607.703000', '223607.706000', '223607.708000', '223607.711000', '223607.714000', '223607.716000', '223607.719000', '223607.722000', '223627.609000', '223627.612000', '223627.615000', '223627.618000', '223627.620000', '223627.623000', '223627.626000', '223627.628000', '223627.631000', '223627.633000', '223627.636000', '223627.639000', '223627.642000', '223627.644000', '223627.647000', '223627.650000', '223627.652000', '223627.655000', '223627.658000', '223627.660000', '223627.663000', '223627.666000', '223627.668000', '223627.671000', '223627.674000', '223627.676000', '223627.679000', '223627.682000', '223627.684000', '223627.687000', '223627.690000', '223627.692000', '223627.695000', '223627.698000', '223627.701000', '223627.703000', '223627.706000', '223627.709000', '223627.711000', '223627.716000', '223627.718000', '223627.721000', '223627.724000', '223647.610000', '223647.613000', '223647.615000', '223647.618000', '223647.621000', '223647.623000', '223647.626000', '223647.629000', '223647.631000', '223647.634000', '223647.636000', '223647.639000', '223647.642000', '223647.644000', '223647.647000', '223647.650000', '223647.653000', '223647.655000', '223647.658000', '223647.660000', '223647.673000', '223647.676000', '223647.678000', '223647.681000', '223647.684000', '223647.686000', '223647.689000', '223647.692000', '223647.694000', '223647.697000', '223647.700000', '223647.702000', '223647.705000', '223647.708000', '223647.710000', '223647.713000', '223647.716000', '223647.718000', '223647.721000', '223647.724000', '223647.726000', '223647.729000', '223647.731000', '223647.734000', '223707.611000', '223707.613000', '223707.616000', '223707.619000', '223707.621000', '223707.624000', '223707.627000', '223707.629000', '223707.632000', '223707.635000', '223707.637000', '223707.640000', '223707.642000', '223707.645000', '223707.648000', '223707.650000', '223707.653000', '223707.656000', '223707.658000', '223707.661000', '223707.664000', '223707.666000', '223707.669000', '223707.671000', '223707.674000', '223707.677000', '223707.679000', '223707.682000', '223707.685000', '223707.688000', '223707.690000', '223707.693000', '223707.695000', '223707.698000', '223707.701000', '223707.703000', '223707.706000', '223707.709000', '223707.711000', '223707.714000', '223707.717000', '223707.720000', '223707.722000', '223707.725000', '223727.611000', '223727.614000', '223727.616000', '223727.619000', '223727.622000', '223727.624000', '223727.627000', '223727.630000', '223727.632000', '223727.635000', '223727.637000', '223727.640000', '223727.643000', '223727.645000', '223727.648000', '223727.651000', '223727.653000', '223727.656000', '223727.659000', '223727.662000', '223727.664000', '223727.667000', '223727.669000', '223727.672000', '223727.675000', '223727.677000', '223727.680000', '223727.683000', '223727.685000', '223727.688000', '223727.691000', '223727.694000', '223727.696000', '223727.699000', '223727.702000', '223727.704000', '223727.707000', '223727.709000', '223727.712000', '223727.715000', '223727.717000', '223727.720000', '223727.723000', '223747.611000', '223747.614000', '223747.617000', '223747.620000', '223747.623000', '223747.625000', '223747.628000', '223747.631000', '223747.633000', '223747.636000', '223747.639000', '223747.641000', '223747.644000', '223747.646000', '223747.649000', '223747.652000', '223747.654000', '223747.657000', '223747.660000', '223747.662000', '223747.665000', '223747.668000', '223747.671000', '223747.673000', '223747.676000', '223747.679000', '223747.681000', '223747.684000', '223747.687000', '223747.689000', '223747.692000', '223747.695000', '223747.697000', '223747.700000', '223747.703000', '223747.705000', '223747.708000', '223747.710000', '223747.713000', '223747.716000', '223747.719000', '223747.721000', '223747.724000', '223747.727000', '223807.609000', '223807.612000', '223807.615000', '223807.618000', '223807.620000', '223807.623000', '223807.626000', '223807.628000', '223807.631000', '223807.633000', '223807.636000', '223807.639000', '223807.641000', '223807.644000', '223807.647000', '223807.649000', '223807.652000', '223807.655000', '223807.657000', '223807.660000', '223807.662000', '223807.665000', '223807.668000', '223807.670000', '223807.673000', '223807.676000', '223807.678000', '223807.681000', '223807.683000', '223807.713000', '223807.716000', '223807.719000', '223807.721000', '223807.724000', '223807.726000', '223807.729000', '223807.732000', '223807.735000', '223807.737000', '223807.740000', '223807.743000', '223807.746000', '223807.749000', '223827.610000', '223827.612000', '223827.615000', '223827.618000', '223827.620000', '223827.623000', '223827.626000', '223827.628000', '223827.631000', '223827.633000', '223827.636000', '223827.639000', '223827.642000', '223827.644000', '223827.647000', '223827.649000', '223827.652000', '223827.655000', '223827.657000', '223827.660000', '223827.663000', '223827.665000', '223827.668000', '223827.671000', '223827.674000', '223827.676000', '223827.679000', '223827.681000', '223827.684000', '223827.687000', '223827.689000', '223827.692000', '223827.695000', '223827.697000', '223827.700000', '223827.703000', '223827.706000', '223827.709000', '223827.711000', '223827.714000', '223827.717000', '223827.719000', '223827.722000', '223827.725000', '223847.610000', '223847.612000', '223847.615000', '223847.618000', '223847.620000', '223847.623000', '223847.626000', '223847.628000', '223847.631000', '223847.634000', '223847.636000', '223847.639000', '223847.641000', '223847.644000', '223847.647000', '223847.649000', '223847.652000', '223847.655000', '223847.657000', '223847.660000', '223847.663000', '223847.665000', '223847.668000', '223847.671000', '223847.674000', '223847.676000', '223847.679000', '223847.681000', '223847.684000', '223847.687000', '223847.690000', '223847.692000', '223847.695000', '223847.698000', '223847.700000', '223847.703000', '223847.706000', '223847.708000', '223847.711000', '223847.714000', '223847.716000', '223847.719000', '223847.722000', '223907.610000', '223907.613000', '223907.615000', '223907.618000', '223907.621000', '223907.624000', '223907.628000', '223907.631000', '223907.633000', '223907.636000', '223907.638000', '223907.641000', '223907.644000', '223907.647000', '223907.649000', '223907.652000', '223907.655000', '223907.658000', '223907.661000', '223907.663000', '223907.666000', '223907.669000', '223907.672000', '223907.674000', '223907.677000', '223907.680000', '223907.682000', '223907.685000', '223907.688000', '223907.690000', '223907.693000', '223907.696000', '223907.698000', '223907.701000', '223907.704000', '223907.706000', '223907.709000', '223907.712000', '223907.715000', '223907.717000', '223907.720000', '223907.723000', '223907.725000', '223920.001000', '223920.004000', '223920.006000', '223920.009000', '223920.012000', '223920.014000', '223920.017000', '223920.020000', '223920.030000', '223920.033000', '223920.036000', '223920.038000', '223920.041000', '223920.044000', '223920.046000', '223920.049000', '223920.052000', '223920.054000', '223920.057000', '223920.059000', '223920.062000', '223920.065000', '223920.068000', '223920.081000', '223920.084000', '223920.087000', '223920.089000', '223920.092000'], 'InstanceCreationTime': ['223127.638000', '223127.641000', '223127.644000', '223127.647000', '223127.650000', '223127.653000', '223127.656000', '223127.659000', '223127.662000', '223127.664000', '223127.667000', '223127.670000', '223127.672000', '223127.675000', '223127.678000', '223127.680000', '223127.684000', '223127.687000', '223127.699000', '223127.701000', '223127.704000', '223127.707000', '223127.709000', '223127.719000', '223127.721000', '223127.724000', '223127.727000', '223127.730000', '223127.732000', '223127.735000', '223127.738000', '223127.740000', '223127.743000', '223127.746000', '223127.749000', '223127.751000', '223127.754000', '223147.610000', '223147.612000', '223147.615000', '223147.618000', '223147.621000', '223147.623000', '223147.626000', '223147.628000', '223147.631000', '223147.634000', '223147.636000', '223147.639000', '223147.641000', '223147.644000', '223147.646000', '223147.649000', '223147.652000', '223147.654000', '223147.657000', '223147.659000', '223147.662000', '223147.665000', '223147.667000', '223147.670000', '223147.672000', '223147.675000', '223147.678000', '223147.680000', '223147.683000', '223147.685000', '223147.688000', '223147.690000', '223147.693000', '223147.696000', '223147.698000', '223147.701000', '223147.704000', '223147.706000', '223147.709000', '223147.712000', '223147.714000', '223147.717000', '223147.720000', '223147.722000', '223207.609000', '223207.612000', '223207.615000', '223207.618000', '223207.620000', '223207.623000', '223207.626000', '223207.628000', '223207.631000', '223207.633000', '223207.636000', '223207.639000', '223207.641000', '223207.644000', '223207.647000', '223207.650000', '223207.653000', '223207.656000', '223207.659000', '223207.661000', '223207.664000', '223207.667000', '223207.669000', '223207.672000', '223207.675000', '223207.677000', '223207.680000', '223207.682000', '223207.685000', '223207.688000', '223207.690000', '223207.703000', '223207.705000', '223207.708000', '223207.710000', '223207.713000', '223207.716000', '223207.718000', '223207.721000', '223207.724000', '223207.726000', '223207.729000', '223207.732000', '223227.610000', '223227.613000', '223227.616000', '223227.619000', '223227.621000', '223227.624000', '223227.627000', '223227.629000', '223227.632000', '223227.635000', '223227.637000', '223227.640000', '223227.642000', '223227.645000', '223227.648000', '223227.650000', '223227.653000', '223227.656000', '223227.658000', '223227.661000', '223227.663000', '223227.666000', '223227.669000', '223227.671000', '223227.674000', '223227.676000', '223227.679000', '223227.682000', '223227.684000', '223227.687000', '223227.689000', '223227.692000', '223227.695000', '223227.697000', '223227.700000', '223227.703000', '223227.705000', '223227.708000', '223227.711000', '223227.713000', '223227.716000', '223227.719000', '223227.721000', '223227.724000', '223247.611000', '223247.613000', '223247.616000', '223247.619000', '223247.621000', '223247.624000', '223247.626000', '223247.629000', '223247.632000', '223247.634000', '223247.638000', '223247.641000', '223247.644000', '223247.647000', '223247.649000', '223247.652000', '223247.655000', '223247.657000', '223247.660000', '223247.663000', '223247.665000', '223247.668000', '223247.671000', '223247.673000', '223247.676000', '223247.679000', '223247.681000', '223247.684000', '223247.687000', '223247.689000', '223247.692000', '223247.696000', '223247.698000', '223247.701000', '223247.703000', '223247.706000', '223247.709000', '223247.712000', '223247.714000', '223247.717000', '223247.719000', '223247.722000', '223247.725000', '223307.611000', '223307.614000', '223307.616000', '223307.619000', '223307.621000', '223307.624000', '223307.627000', '223307.629000', '223307.632000', '223307.634000', '223307.637000', '223307.640000', '223307.642000', '223307.645000', '223307.648000', '223307.651000', '223307.653000', '223307.656000', '223307.659000', '223307.661000', '223307.664000', '223307.667000', '223307.669000', '223307.672000', '223307.675000', '223307.677000', '223307.680000', '223307.683000', '223307.685000', '223307.688000', '223307.691000', '223307.693000', '223307.696000', '223307.699000', '223307.701000', '223307.704000', '223307.706000', '223307.709000', '223307.712000', '223307.714000', '223307.717000', '223307.719000', '223307.722000', '223307.725000', '223327.610000', '223327.613000', '223327.616000', '223327.618000', '223327.621000', '223327.624000', '223327.626000', '223327.629000', '223327.632000', '223327.634000', '223327.637000', '223327.639000', '223327.642000', '223327.645000', '223327.648000', '223327.651000', '223327.654000', '223327.656000', '223327.661000', '223327.663000', '223327.666000', '223327.668000', '223327.671000', '223327.674000', '223327.676000', '223327.679000', '223327.682000', '223327.685000', '223327.687000', '223327.690000', '223327.693000', '223327.695000', '223327.698000', '223327.700000', '223327.703000', '223327.706000', '223327.708000', '223327.711000', '223327.714000', '223327.716000', '223327.719000', '223327.722000', '223327.724000', '223347.610000', '223347.612000', '223347.615000', '223347.618000', '223347.620000', '223347.623000', '223347.625000', '223347.628000', '223347.631000', '223347.633000', '223347.636000', '223347.639000', '223347.641000', '223347.654000', '223347.657000', '223347.660000', '223347.662000', '223347.665000', '223347.668000', '223347.670000', '223347.673000', '223347.675000', '223347.678000', '223347.681000', '223347.683000', '223347.686000', '223347.689000', '223347.691000', '223347.694000', '223347.697000', '223347.699000', '223347.702000', '223347.704000', '223347.707000', '223347.710000', '223347.712000', '223347.715000', '223347.718000', '223347.720000', '223347.723000', '223347.726000', '223347.728000', '223347.731000', '223347.734000', '223407.609000', '223407.612000', '223407.615000', '223407.618000', '223407.620000', '223407.623000', '223407.625000', '223407.628000', '223407.630000', '223407.633000', '223407.636000', '223407.638000', '223407.641000', '223407.644000', '223407.646000', '223407.649000', '223407.652000', '223407.654000', '223407.657000', '223407.659000', '223407.662000', '223407.665000', '223407.667000', '223407.670000', '223407.672000', '223407.675000', '223407.678000', '223407.681000', '223407.683000', '223407.686000', '223407.689000', '223407.691000', '223407.694000', '223407.697000', '223407.699000', '223407.702000', '223407.705000', '223407.707000', '223407.710000', '223407.713000', '223407.716000', '223407.718000', '223407.721000', '223427.609000', '223427.612000', '223427.615000', '223427.618000', '223427.621000', '223427.623000', '223427.626000', '223427.628000', '223427.631000', '223427.634000', '223427.636000', '223427.639000', '223427.642000', '223427.644000', '223427.647000', '223427.650000', '223427.652000', '223427.655000', '223427.657000', '223427.660000', '223427.663000', '223427.665000', '223427.668000', '223427.670000', '223427.673000', '223427.676000', '223427.678000', '223427.681000', '223427.684000', '223427.686000', '223427.689000', '223427.692000', '223427.694000', '223427.697000', '223427.699000', '223427.702000', '223427.705000', '223427.707000', '223427.710000', '223427.713000', '223427.716000', '223427.718000', '223427.721000', '223427.723000', '223447.610000', '223447.613000', '223447.616000', '223447.619000', '223447.621000', '223447.624000', '223447.627000', '223447.629000', '223447.632000', '223447.634000', '223447.637000', '223447.640000', '223447.642000', '223447.645000', '223447.647000', '223447.650000', '223447.653000', '223447.655000', '223447.658000', '223447.660000', '223447.663000', '223447.666000', '223447.668000', '223447.671000', '223447.674000', '223447.676000', '223447.679000', '223447.682000', '223447.684000', '223447.687000', '223447.689000', '223447.692000', '223447.695000', '223447.697000', '223447.700000', '223447.702000', '223447.705000', '223447.708000', '223447.710000', '223447.713000', '223447.716000', '223447.718000', '223447.721000', '223507.611000', '223507.614000', '223507.616000', '223507.619000', '223507.621000', '223507.624000', '223507.627000', '223507.629000', '223507.632000', '223507.635000', '223507.637000', '223507.640000', '223507.643000', '223507.646000', '223507.648000', '223507.651000', '223507.654000', '223507.656000', '223507.659000', '223507.662000', '223507.664000', '223507.667000', '223507.670000', '223507.672000', '223507.675000', '223507.678000', '223507.680000', '223507.683000', '223507.686000', '223507.688000', '223507.691000', '223507.693000', '223507.696000', '223507.699000', '223507.701000', '223507.704000', '223507.706000', '223507.709000', '223507.712000', '223507.714000', '223507.717000', '223507.720000', '223507.722000', '223507.725000', '223527.611000', '223527.613000', '223527.616000', '223527.619000', '223527.621000', '223527.624000', '223527.627000', '223527.629000', '223527.632000', '223527.635000', '223527.637000', '223527.640000', '223527.643000', '223527.645000', '223527.648000', '223527.650000', '223527.653000', '223527.656000', '223527.658000', '223527.661000', '223527.664000', '223527.666000', '223527.669000', '223527.672000', '223527.674000', '223527.677000', '223527.680000', '223527.682000', '223527.685000', '223527.688000', '223527.690000', '223527.693000', '223527.696000', '223527.698000', '223527.701000', '223527.704000', '223527.706000', '223527.709000', '223527.712000', '223527.714000', '223527.717000', '223527.720000', '223527.722000', '223547.611000', '223547.613000', '223547.616000', '223547.619000', '223547.621000', '223547.624000', '223547.627000', '223547.629000', '223547.632000', '223547.635000', '223547.637000', '223547.640000', '223547.643000', '223547.645000', '223547.648000', '223547.651000', '223547.653000', '223547.656000', '223547.659000', '223547.661000', '223547.664000', '223547.666000', '223547.669000', '223547.672000', '223547.674000', '223547.677000', '223547.680000', '223547.682000', '223547.685000', '223547.688000', '223547.690000', '223547.693000', '223547.695000', '223547.698000', '223547.701000', '223547.703000', '223547.706000', '223547.709000', '223547.711000', '223547.714000', '223547.717000', '223547.719000', '223547.722000', '223547.725000', '223607.609000', '223607.612000', '223607.615000', '223607.618000', '223607.621000', '223607.623000', '223607.626000', '223607.629000', '223607.631000', '223607.634000', '223607.637000', '223607.639000', '223607.642000', '223607.645000', '223607.647000', '223607.650000', '223607.653000', '223607.655000', '223607.658000', '223607.660000', '223607.663000', '223607.666000', '223607.669000', '223607.671000', '223607.674000', '223607.677000', '223607.679000', '223607.682000', '223607.684000', '223607.687000', '223607.690000', '223607.692000', '223607.695000', '223607.698000', '223607.700000', '223607.703000', '223607.706000', '223607.708000', '223607.711000', '223607.714000', '223607.716000', '223607.719000', '223607.722000', '223627.609000', '223627.612000', '223627.615000', '223627.618000', '223627.620000', '223627.623000', '223627.626000', '223627.628000', '223627.631000', '223627.633000', '223627.636000', '223627.639000', '223627.642000', '223627.644000', '223627.647000', '223627.650000', '223627.652000', '223627.655000', '223627.658000', '223627.660000', '223627.663000', '223627.666000', '223627.668000', '223627.671000', '223627.674000', '223627.676000', '223627.679000', '223627.682000', '223627.684000', '223627.687000', '223627.690000', '223627.692000', '223627.695000', '223627.698000', '223627.701000', '223627.703000', '223627.706000', '223627.709000', '223627.711000', '223627.716000', '223627.718000', '223627.721000', '223627.724000', '223647.610000', '223647.613000', '223647.615000', '223647.618000', '223647.621000', '223647.623000', '223647.626000', '223647.629000', '223647.631000', '223647.634000', '223647.636000', '223647.639000', '223647.642000', '223647.644000', '223647.647000', '223647.650000', '223647.653000', '223647.655000', '223647.658000', '223647.660000', '223647.673000', '223647.676000', '223647.678000', '223647.681000', '223647.684000', '223647.686000', '223647.689000', '223647.692000', '223647.694000', '223647.697000', '223647.700000', '223647.702000', '223647.705000', '223647.708000', '223647.710000', '223647.713000', '223647.716000', '223647.718000', '223647.721000', '223647.724000', '223647.726000', '223647.729000', '223647.731000', '223647.734000', '223707.611000', '223707.613000', '223707.616000', '223707.619000', '223707.621000', '223707.624000', '223707.627000', '223707.629000', '223707.632000', '223707.635000', '223707.637000', '223707.640000', '223707.642000', '223707.645000', '223707.648000', '223707.650000', '223707.653000', '223707.656000', '223707.658000', '223707.661000', '223707.664000', '223707.666000', '223707.669000', '223707.671000', '223707.674000', '223707.677000', '223707.679000', '223707.682000', '223707.685000', '223707.688000', '223707.690000', '223707.693000', '223707.695000', '223707.698000', '223707.701000', '223707.703000', '223707.706000', '223707.709000', '223707.711000', '223707.714000', '223707.717000', '223707.720000', '223707.722000', '223707.725000', '223727.611000', '223727.614000', '223727.616000', '223727.619000', '223727.622000', '223727.624000', '223727.627000', '223727.630000', '223727.632000', '223727.635000', '223727.637000', '223727.640000', '223727.643000', '223727.645000', '223727.648000', '223727.651000', '223727.653000', '223727.656000', '223727.659000', '223727.662000', '223727.664000', '223727.667000', '223727.669000', '223727.672000', '223727.675000', '223727.677000', '223727.680000', '223727.683000', '223727.685000', '223727.688000', '223727.691000', '223727.694000', '223727.696000', '223727.699000', '223727.702000', '223727.704000', '223727.707000', '223727.709000', '223727.712000', '223727.715000', '223727.717000', '223727.720000', '223727.723000', '223747.611000', '223747.614000', '223747.617000', '223747.620000', '223747.623000', '223747.625000', '223747.628000', '223747.631000', '223747.633000', '223747.636000', '223747.639000', '223747.641000', '223747.644000', '223747.646000', '223747.649000', '223747.652000', '223747.654000', '223747.657000', '223747.660000', '223747.662000', '223747.665000', '223747.668000', '223747.671000', '223747.673000', '223747.676000', '223747.679000', '223747.681000', '223747.684000', '223747.687000', '223747.689000', '223747.692000', '223747.695000', '223747.697000', '223747.700000', '223747.703000', '223747.705000', '223747.708000', '223747.710000', '223747.713000', '223747.716000', '223747.719000', '223747.721000', '223747.724000', '223747.727000', '223807.609000', '223807.612000', '223807.615000', '223807.618000', '223807.620000', '223807.623000', '223807.626000', '223807.628000', '223807.631000', '223807.633000', '223807.636000', '223807.639000', '223807.641000', '223807.644000', '223807.647000', '223807.649000', '223807.652000', '223807.655000', '223807.657000', '223807.660000', '223807.662000', '223807.665000', '223807.668000', '223807.670000', '223807.673000', '223807.676000', '223807.678000', '223807.681000', '223807.683000', '223807.713000', '223807.716000', '223807.719000', '223807.721000', '223807.724000', '223807.726000', '223807.729000', '223807.732000', '223807.735000', '223807.737000', '223807.740000', '223807.743000', '223807.746000', '223807.749000', '223827.610000', '223827.612000', '223827.615000', '223827.618000', '223827.620000', '223827.623000', '223827.626000', '223827.628000', '223827.631000', '223827.633000', '223827.636000', '223827.639000', '223827.642000', '223827.644000', '223827.647000', '223827.649000', '223827.652000', '223827.655000', '223827.657000', '223827.660000', '223827.663000', '223827.665000', '223827.668000', '223827.671000', '223827.674000', '223827.676000', '223827.679000', '223827.681000', '223827.684000', '223827.687000', '223827.689000', '223827.692000', '223827.695000', '223827.697000', '223827.700000', '223827.703000', '223827.706000', '223827.709000', '223827.711000', '223827.714000', '223827.717000', '223827.719000', '223827.722000', '223827.725000', '223847.610000', '223847.612000', '223847.615000', '223847.618000', '223847.620000', '223847.623000', '223847.626000', '223847.628000', '223847.631000', '223847.634000', '223847.636000', '223847.639000', '223847.641000', '223847.644000', '223847.647000', '223847.649000', '223847.652000', '223847.655000', '223847.657000', '223847.660000', '223847.663000', '223847.665000', '223847.668000', '223847.671000', '223847.674000', '223847.676000', '223847.679000', '223847.681000', '223847.684000', '223847.687000', '223847.690000', '223847.692000', '223847.695000', '223847.698000', '223847.700000', '223847.703000', '223847.706000', '223847.708000', '223847.711000', '223847.714000', '223847.716000', '223847.719000', '223847.722000', '223907.610000', '223907.613000', '223907.615000', '223907.618000', '223907.621000', '223907.624000', '223907.628000', '223907.631000', '223907.633000', '223907.636000', '223907.638000', '223907.641000', '223907.644000', '223907.647000', '223907.649000', '223907.652000', '223907.655000', '223907.658000', '223907.661000', '223907.663000', '223907.666000', '223907.669000', '223907.672000', '223907.674000', '223907.677000', '223907.680000', '223907.682000', '223907.685000', '223907.688000', '223907.690000', '223907.693000', '223907.696000', '223907.698000', '223907.701000', '223907.704000', '223907.706000', '223907.709000', '223907.712000', '223907.715000', '223907.717000', '223907.720000', '223907.723000', '223907.725000', '223920.001000', '223920.004000', '223920.006000', '223920.009000', '223920.012000', '223920.014000', '223920.017000', '223920.020000', '223920.030000', '223920.033000', '223920.036000', '223920.038000', '223920.041000', '223920.044000', '223920.046000', '223920.049000', '223920.052000', '223920.054000', '223920.057000', '223920.059000', '223920.062000', '223920.065000', '223920.068000', '223920.081000', '223920.084000', '223920.087000', '223920.089000', '223920.092000'], '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], 'LargestImagePixelValue': [6576, 6322, 6117, 6994, 6156, 7844, 6438, 6084, 7758, 6192, 6078, 8129, 6097, 6031, 7750, 5968, 7293, 6232, 7060, 6342, 6106, 6587, 6065, 7704, 6087, 7551, 6326, 7276, 6245, 7391, 6100, 6610, 6183, 6062, 7705, 5942, 7626, 6031, 7134, 6002, 7307, 6200, 6593, 6501, 6136, 6555, 6591, 6729, 6006, 7323, 6150, 7491, 6066, 6203, 6971, 6182, 7870, 6244, 8318, 6230, 8193, 6168, 7822, 6126, 7343, 6370, 6223, 6817, 6056, 8165, 5901, 6146, 7255, 6080, 6430, 7068, 6410, 8839, 5843, 7808, 6350, 6958, 7302, 6045, 7604, 5995, 7661, 6055, 6209, 7095, 6041, 7777, 6042, 6146, 7231, 6009, 8631, 6169, 6071, 7244, 5928, 8011, 5953, 8820, 6187, 8471, 6131, 6584, 6157, 6038, 7546, 6231, 7761, 5945, 6714, 6065, 6068, 7759, 6282, 8369, 6183, 6102, 6557, 6182, 7918, 6307, 9004, 6304, 7721, 6022, 6068, 7869, 6142, 8441, 6217, 6353, 7281, 5986, 8003, 6296, 6287, 6596, 6131, 8115, 6410, 7205, 6089, 6024, 7663, 6069, 8356, 6224, 6037, 6761, 5878, 7757, 6106, 7156, 5996, 6158, 7454, 6137, 7692, 6199, 6029, 7751, 6092, 7513, 6303, 6115, 7278, 6300, 8055, 6128, 6125, 6880, 6155, 8037, 6221, 6025, 6947, 5971, 7895, 6205, 6867, 6366, 6118, 8035, 6297, 8232, 6230, 6856, 6942, 5853, 8024, 6180, 7479, 6356, 5966, 8016, 6063, 7617, 6090, 5833, 7855, 6152, 8843, 6180, 5975, 7509, 6142, 7182, 6048, 6076, 8089, 5952, 7971, 6107, 6135, 7908, 5999, 7364, 6338, 6009, 8037, 6063, 6298, 6833, 6160, 8134, 5953, 7219, 6301, 6293, 7667, 6291, 7547, 6181, 6029, 7732, 6349, 7203, 6081, 6218, 7537, 6188, 7974, 6079, 6407, 6415, 5965, 7834, 6407, 6971, 6210, 6299, 7931, 6459, 7262, 6314, 6217, 8004, 6121, 6223, 7987, 6155, 5971, 8800, 6445, 6079, 7802, 6074, 6082, 8550, 6164, 8887, 6781, 6425, 7940, 6383, 7325, 6373, 6099, 8386, 6067, 6987, 6642, 6322, 8004, 6078, 8087, 6279, 6185, 7626, 6311, 7462, 6350, 6217, 8014, 6218, 6703, 6694, 6001, 8923, 6217, 6544, 7399, 6236, 8341, 6252, 6299, 7543, 6084, 7926, 6090, 6005, 7748, 6069, 7280, 6208, 6114, 7937, 6125, 6068, 7252, 6338, 7613, 6202, 6129, 8121, 6165, 8080, 6159, 6115, 7891, 6410, 8557, 6670, 6483, 6956, 5947, 7995, 6148, 7233, 6845, 6104, 7956, 6117, 7497, 6164, 5981, 7668, 6073, 8463, 6272, 6107, 7320, 6047, 7904, 6079, 6127, 7615, 6201, 6994, 6199, 6099, 8197, 6137, 5938, 7460, 6157, 7275, 6095, 6226, 8155, 6136, 6655, 6749, 6194, 7967, 6211, 6874, 6678, 6032, 8089, 6070, 7192, 6274, 6327, 7044, 5952, 7813, 6098, 6092, 8305, 6242, 6319, 7873, 6122, 6143, 7803, 6482, 6057, 8005, 6419, 6359, 7675, 6274, 6183, 7925, 5990, 8625, 6066, 6151, 7607, 6044, 7619, 6422, 6044, 7824, 6221, 6131, 7616, 6028, 8795, 6041, 6190, 6898, 6136, 8244, 6112, 6261, 6828, 5980, 7895, 6169, 6074, 7967, 6184, 7469, 6251, 6205, 7958, 6092, 7585, 6324, 6103, 7943, 6153, 6489, 7457, 6126, 8582, 6406, 6022, 8025, 6145, 6636, 7655, 6145, 9330, 6320, 6756, 7286, 6033, 8301, 6224, 8432, 6280, 6435, 7579, 6144, 7398, 6493, 6156, 7746, 6396, 6132, 7293, 6368, 8572, 6269, 6482, 7107, 6361, 8023, 6295, 7998, 6273, 7410, 6377, 6425, 7608, 6441, 7427, 6221, 6579, 7803, 6339, 6424, 7659, 6355, 7200, 6093, 6320, 7780, 6361, 8059, 6917, 6010, 8307, 6459, 7706, 6722, 6499, 8257, 6178, 6377, 7588, 6136, 7110, 6768, 6214, 8063, 6220, 7397, 6268, 6532, 7593, 6330, 8495, 6294, 6408, 6653, 6535, 7809, 6240, 6188, 8007, 6221, 6784, 6573, 6422, 8547, 6244, 7081, 6647, 6345, 8306, 6311, 6731, 7259, 6348, 7683, 6047, 6365, 8030, 6229, 6206, 8007, 6127, 6465, 7951, 6269, 6189, 7789, 6186, 6593, 7237, 6538, 8014, 6508, 6835, 6411, 6446, 7834, 6459, 7906, 6408, 6600, 7147, 6465, 7982, 6116, 6795, 6330, 6038, 7861, 6170, 7270, 6764, 6168, 7946, 6484, 8342, 6339, 7780, 7153, 6212, 7858, 6438, 7900, 6435, 7771, 6241, 6591, 6957, 6215, 8034, 6626, 8080, 6255, 7563, 6206, 6457, 7361, 6126, 8332, 6221, 7687, 6242, 7140, 6376, 6414, 6481, 6357, 6932, 6221, 7658, 6430, 8001, 6191, 6769, 6479, 6113, 7905, 6269, 8303, 6283, 7437, 6277, 6467, 7422, 6115, 7746, 6458, 7654, 6323, 7738, 6331, 7684, 6410, 7109, 6287, 6377, 7186, 6267, 7735, 6377, 7828, 6200, 6647, 6953, 6223, 8255, 6247, 8407, 6333, 6264, 7219, 6261, 7901, 6235, 6665, 6738, 6002, 8209, 6450, 7150, 6273, 6524, 8157, 6236, 8278, 6303, 7948, 6319, 7551, 6156, 6519, 6913, 6131, 7366, 6050, 7036, 6417, 6076, 7927, 6437, 6367, 7804, 6123, 6973, 6532, 6689, 7231, 6285, 8002, 6437, 7715, 6314, 8340, 6267, 6958, 6384, 6352, 7715, 6212, 6413, 6649, 6268, 8018, 6099, 7620, 6030, 6961, 6727, 6579, 7779, 6250, 7841, 6369, 7662, 6207, 7079, 6351, 6158, 7317, 6181, 8055, 6192, 8141, 6380, 8033, 6050, 7227, 6079, 6873, 6260, 7829, 6261, 6890, 6103, 6100, 7044, 6383, 7905, 6121, 6943, 6152, 6105, 8041, 6380, 7930, 6442, 8325, 6411, 7903, 6165, 7915, 6166, 8193, 6337, 7308, 6127, 6450, 7217, 6291, 8061, 6112, 7634, 6209, 6199, 7149, 6246, 8101, 6081, 7896, 6148, 6497, 7334, 6316, 8209, 6344, 8251, 6555, 7375, 6310, 6560, 6956, 6298, 8212, 6521, 7762, 6393, 6679, 6842, 6192, 8054, 6352, 7341, 6280, 6070, 7850, 6388, 7993, 6244, 6977, 6180, 6471, 7180, 6329, 7888, 6050, 7807, 6246, 6657, 6982, 6360, 8012, 6400, 7293, 6402, 6311, 7662, 6335, 8267, 6458, 8102, 6579, 7736, 6202, 7052, 6241, 6510, 6770, 6431, 8056, 6225, 7928, 6460, 6465, 6495, 6324, 8053, 6245, 7918, 6107, 6765, 6627, 6206, 7917, 6480, 7845, 6205, 7050, 7383, 6180, 7987, 6510, 7048, 6302, 6365, 6955, 6358, 7941, 6279, 7919, 6158, 7226, 6299, 6487, 7725, 6407, 7598, 6536, 6847, 6461, 6262, 7865, 6396, 7328, 6228, 6437, 7482, 6508, 8159, 6343, 7714, 6351, 6472, 7786, 6391, 8046, 6561, 7287, 6427, 6426, 7449, 6610, 7951, 6483, 7409, 6189, 6441, 7783, 6329, 7087, 7039, 6452, 8202, 6569, 6634, 7824, 6287, 8391, 6106, 8477, 6463, 7744, 6483, 6272, 8154, 6458, 7910, 6202, 6404, 8121, 6449, 7071, 6351, 6570, 7756, 6586, 8225, 6311, 7046, 6575, 6743, 7864, 6597, 7827, 6335, 6646, 7066, 6346, 8167, 6670, 7614, 6539, 6994, 6484, 6686, 7069, 6567, 7843, 6528, 7899, 6612, 6849, 6373, 6354, 7493, 6378, 7734, 6532, 6845, 6917, 6719, 7787, 6532, 7761, 6567, 6681, 7271, 6264, 7902, 6405, 7658, 6125, 6517, 7933, 6348, 7652, 6326, 6637, 7842, 6625, 8151, 6260, 6725, 6904, 6287, 8060, 6598, 7466, 6313, 6542, 7615, 6322, 8119, 6304, 6742, 6993, 6429, 7809, 5834, 6055, 7907, 6073, 6395, 8055, 5988, 6411, 7857, 6251, 6327, 8024, 6172, 7192, 8167, 6146, 7609, 7311, 6329, 7323, 7391, 6063, 8142, 6321, 6140, 7950, 6182, 8221, 6200, 7873, 6131, 6285, 7114, 6265, 7466, 6067, 6349, 7483, 6417, 6568, 7072, 6083, 7619, 6075, 6222, 7544, 6030, 6917, 7123], 'WindowCenter': [3831.0, 3828.0, 3817.0, 3839.0, 3818.0, 3849.0, 3829.0, 3827.0, 3848.0, 3817.0, 3829.0, 3848.0, 3816.0, 3816.0, 3836.0, 3817.0, 3836.0, 3816.0, 3825.0, 3816.0, 3815.0, 3827.0, 3816.0, 3836.0, 3815.0, 3836.0, 3814.0, 3824.0, 3815.0, 3835.0, 3816.0, 3826.0, 3817.0, 3817.0, 3849.0, 3829.0, 3849.0, 3829.0, 3838.0, 3830.0, 3838.0, 3818.0, 3827.0, 3827.0, 3816.0, 3827.0, 3825.0, 3827.0, 3815.0, 3836.0, 3816.0, 3836.0, 3828.0, 3828.0, 3840.0, 3829.0, 3860.0, 3842.0, 3860.0, 3830.0, 3859.0, 3818.0, 3837.0, 3816.0, 3836.0, 3826.0, 3815.0, 3827.0, 3829.0, 3858.0, 3818.0, 3829.0, 3850.0, 3830.0, 3841.0, 3851.0, 3840.0, 3870.0, 3819.0, 3849.0, 3829.0, 3838.0, 3838.0, 3817.0, 3847.0, 3817.0, 3847.0, 3818.0, 3818.0, 3839.0, 3829.0, 3850.0, 3829.0, 3829.0, 3850.0, 3830.0, 3861.0, 3831.0, 3829.0, 3850.0, 3830.0, 3860.0, 3830.0, 3870.0, 3829.0, 3859.0, 3828.0, 3827.0, 3818.0, 3817.0, 3849.0, 3829.0, 3849.0, 3829.0, 3839.0, 3829.0, 3829.0, 3860.0, 3841.0, 3862.0, 3830.0, 3829.0, 3840.0, 3830.0, 3861.0, 3830.0, 3860.0, 3829.0, 3848.0, 3828.0, 3828.0, 3849.0, 3828.0, 3859.0, 3828.0, 3828.0, 3850.0, 3830.0, 3860.0, 3829.0, 3828.0, 3840.0, 3829.0, 3860.0, 3829.0, 3849.0, 3829.0, 3829.0, 3849.0, 3829.0, 3859.0, 3829.0, 3817.0, 3838.0, 3818.0, 3850.0, 3829.0, 3838.0, 3828.0, 3828.0, 3850.0, 3830.0, 3850.0, 3830.0, 3829.0, 3850.0, 3830.0, 3850.0, 3840.0, 3829.0, 3851.0, 3830.0, 3861.0, 3831.0, 3830.0, 3851.0, 3831.0, 3862.0, 3831.0, 3830.0, 3852.0, 3831.0, 3862.0, 3842.0, 3852.0, 3842.0, 3831.0, 3862.0, 3842.0, 3872.0, 3832.0, 3841.0, 3841.0, 3819.0, 3860.0, 3829.0, 3850.0, 3830.0, 3829.0, 3850.0, 3829.0, 3850.0, 3829.0, 3818.0, 3860.0, 3829.0, 3859.0, 3828.0, 3828.0, 3849.0, 3829.0, 3839.0, 3829.0, 3829.0, 3860.0, 3830.0, 3860.0, 3829.0, 3829.0, 3860.0, 3830.0, 3850.0, 3830.0, 3829.0, 3860.0, 3830.0, 3840.0, 3840.0, 3831.0, 3861.0, 3830.0, 3850.0, 3829.0, 3829.0, 3850.0, 3840.0, 3850.0, 3829.0, 3829.0, 3851.0, 3840.0, 3850.0, 3831.0, 3830.0, 3862.0, 3831.0, 3862.0, 3831.0, 3841.0, 3842.0, 3842.0, 3862.0, 3843.0, 3853.0, 3843.0, 3843.0, 3874.0, 3844.0, 3865.0, 3844.0, 3846.0, 3877.0, 3845.0, 3845.0, 3876.0, 3856.0, 3856.0, 3886.0, 3855.0, 3845.0, 3865.0, 3845.0, 3844.0, 3875.0, 3844.0, 3885.0, 3854.0, 3844.0, 3863.0, 3843.0, 3853.0, 3843.0, 3832.0, 3874.0, 3832.0, 3852.0, 3842.0, 3841.0, 3862.0, 3831.0, 3862.0, 3843.0, 3830.0, 3862.0, 3842.0, 3862.0, 3842.0, 3831.0, 3862.0, 3832.0, 3842.0, 3852.0, 3831.0, 3873.0, 3831.0, 3840.0, 3851.0, 3832.0, 3863.0, 3842.0, 3841.0, 3862.0, 3831.0, 3861.0, 3831.0, 3830.0, 3863.0, 3831.0, 3851.0, 3841.0, 3842.0, 3863.0, 3843.0, 3842.0, 3864.0, 3854.0, 3863.0, 3843.0, 3832.0, 3863.0, 3832.0, 3862.0, 3831.0, 3830.0, 3861.0, 3841.0, 3862.0, 3841.0, 3830.0, 3852.0, 3831.0, 3860.0, 3831.0, 3850.0, 3839.0, 3818.0, 3848.0, 3829.0, 3838.0, 3818.0, 3817.0, 3849.0, 3817.0, 3859.0, 3828.0, 3828.0, 3849.0, 3829.0, 3851.0, 3829.0, 3829.0, 3851.0, 3831.0, 3850.0, 3830.0, 3831.0, 3862.0, 3831.0, 3830.0, 3852.0, 3832.0, 3851.0, 3831.0, 3831.0, 3862.0, 3831.0, 3841.0, 3841.0, 3830.0, 3861.0, 3830.0, 3839.0, 3841.0, 3829.0, 3849.0, 3831.0, 3839.0, 3841.0, 3840.0, 3853.0, 3831.0, 3863.0, 3842.0, 3843.0, 3874.0, 3842.0, 3841.0, 3861.0, 3830.0, 3842.0, 3863.0, 3842.0, 3844.0, 3874.0, 3843.0, 3844.0, 3863.0, 3843.0, 3832.0, 3864.0, 3832.0, 3874.0, 3831.0, 3830.0, 3851.0, 3831.0, 3852.0, 3830.0, 3830.0, 3851.0, 3830.0, 3830.0, 3862.0, 3831.0, 3872.0, 3831.0, 3831.0, 3852.0, 3842.0, 3862.0, 3831.0, 3841.0, 3841.0, 3832.0, 3864.0, 3843.0, 3832.0, 3863.0, 3843.0, 3863.0, 3843.0, 3832.0, 3864.0, 3833.0, 3863.0, 3843.0, 3832.0, 3863.0, 3843.0, 3842.0, 3865.0, 3832.0, 3872.0, 3842.0, 3830.0, 3861.0, 3831.0, 3841.0, 3851.0, 3830.0, 3873.0, 3841.0, 3840.0, 3850.0, 3830.0, 3860.0, 3831.0, 3860.0, 3829.0, 3829.0, 3850.0, 3830.0, 3850.0, 3830.0, 3830.0, 3850.0, 3841.0, 3831.0, 3852.0, 3842.0, 3872.0, 3842.0, 3841.0, 3853.0, 3841.0, 3862.0, 3841.0, 3861.0, 3830.0, 3850.0, 3840.0, 3840.0, 3862.0, 3841.0, 3851.0, 3831.0, 3852.0, 3863.0, 3842.0, 3843.0, 3864.0, 3843.0, 3864.0, 3832.0, 3843.0, 3864.0, 3844.0, 3863.0, 3853.0, 3831.0, 3873.0, 3842.0, 3862.0, 3841.0, 3841.0, 3862.0, 3831.0, 3842.0, 3864.0, 3843.0, 3853.0, 3853.0, 3844.0, 3863.0, 3832.0, 3852.0, 3841.0, 3841.0, 3862.0, 3841.0, 3872.0, 3841.0, 3842.0, 3841.0, 3842.0, 3863.0, 3842.0, 3842.0, 3863.0, 3843.0, 3853.0, 3854.0, 3843.0, 3873.0, 3843.0, 3852.0, 3841.0, 3842.0, 3862.0, 3842.0, 3841.0, 3852.0, 3842.0, 3863.0, 3845.0, 3844.0, 3875.0, 3845.0, 3845.0, 3876.0, 3843.0, 3842.0, 3863.0, 3842.0, 3831.0, 3862.0, 3844.0, 3853.0, 3853.0, 3843.0, 3864.0, 3842.0, 3841.0, 3842.0, 3842.0, 3862.0, 3841.0, 3863.0, 3842.0, 3841.0, 3853.0, 3844.0, 3863.0, 3833.0, 3853.0, 3843.0, 3843.0, 3875.0, 3844.0, 3853.0, 3853.0, 3832.0, 3862.0, 3841.0, 3862.0, 3842.0, 3850.0, 3839.0, 3818.0, 3849.0, 3828.0, 3848.0, 3829.0, 3850.0, 3829.0, 3828.0, 3839.0, 3817.0, 3850.0, 3840.0, 3848.0, 3828.0, 3848.0, 3828.0, 3827.0, 3849.0, 3829.0, 3860.0, 3828.0, 3848.0, 3828.0, 3838.0, 3829.0, 3828.0, 3828.0, 3827.0, 3838.0, 3818.0, 3849.0, 3830.0, 3849.0, 3829.0, 3839.0, 3829.0, 3829.0, 3860.0, 3841.0, 3861.0, 3840.0, 3849.0, 3829.0, 3828.0, 3849.0, 3828.0, 3849.0, 3828.0, 3848.0, 3827.0, 3848.0, 3828.0, 3848.0, 3830.0, 3839.0, 3829.0, 3828.0, 3850.0, 3829.0, 3850.0, 3841.0, 3851.0, 3831.0, 3841.0, 3851.0, 3829.0, 3860.0, 3830.0, 3860.0, 3829.0, 3829.0, 3850.0, 3840.0, 3860.0, 3830.0, 3852.0, 3842.0, 3830.0, 3860.0, 3840.0, 3850.0, 3840.0, 3829.0, 3863.0, 3829.0, 3859.0, 3829.0, 3848.0, 3829.0, 3848.0, 3829.0, 3828.0, 3839.0, 3828.0, 3850.0, 3829.0, 3850.0, 3840.0, 3842.0, 3862.0, 3840.0, 3840.0, 3849.0, 3830.0, 3850.0, 3841.0, 3838.0, 3849.0, 3828.0, 3848.0, 3828.0, 3850.0, 3828.0, 3860.0, 3828.0, 3837.0, 3827.0, 3827.0, 3848.0, 3831.0, 3840.0, 3841.0, 3841.0, 3861.0, 3830.0, 3850.0, 3831.0, 3851.0, 3841.0, 3838.0, 3849.0, 3827.0, 3847.0, 3827.0, 3847.0, 3828.0, 3838.0, 3827.0, 3817.0, 3837.0, 3817.0, 3847.0, 3817.0, 3849.0, 3827.0, 3846.0, 3815.0, 3835.0, 3816.0, 3825.0, 3827.0, 3836.0, 3815.0, 3824.0, 3815.0, 3815.0, 3837.0, 3829.0, 3848.0, 3829.0, 3838.0, 3828.0, 3829.0, 3860.0, 3829.0, 3850.0, 3829.0, 3859.0, 3829.0, 3847.0, 3817.0, 3847.0, 3817.0, 3846.0, 3816.0, 3836.0, 3816.0, 3826.0, 3838.0, 3828.0, 3848.0, 3817.0, 3847.0, 3817.0, 3817.0, 3839.0, 3840.0, 3850.0, 3829.0, 3849.0, 3828.0, 3828.0, 3849.0, 3828.0, 3859.0, 3828.0, 3859.0, 3828.0, 3848.0, 3828.0, 3839.0, 3839.0, 3828.0, 3859.0, 3828.0, 3849.0, 3829.0, 3838.0, 3841.0, 3829.0, 3849.0, 3829.0, 3849.0, 3839.0, 3829.0, 3861.0, 3840.0, 3860.0, 3840.0, 3851.0, 3830.0, 3829.0, 3851.0, 3840.0, 3861.0, 3828.0, 3849.0, 3829.0, 3839.0, 3850.0, 3840.0, 3860.0, 3830.0, 3851.0, 3840.0, 3839.0, 3861.0, 3829.0, 3860.0, 3829.0, 3849.0, 3839.0, 3848.0, 3830.0, 3839.0, 3829.0, 3828.0, 3840.0, 3829.0, 3860.0, 3830.0, 3861.0, 3840.0, 3829.0, 3829.0, 3840.0, 3860.0, 3840.0, 3862.0, 3830.0, 3839.0, 3840.0, 3830.0, 3860.0, 3841.0, 3861.0, 3831.0, 3839.0, 3850.0, 3830.0, 3860.0, 3840.0, 3839.0, 3829.0, 3829.0, 3840.0, 3829.0, 3860.0, 3840.0, 3860.0, 3829.0, 3850.0, 3829.0, 3829.0, 3849.0, 3829.0, 3850.0, 3841.0, 3841.0, 3842.0, 3841.0, 3862.0, 3842.0, 3852.0, 3831.0, 3842.0, 3852.0, 3842.0, 3862.0, 3842.0, 3862.0, 3842.0, 3842.0, 3863.0, 3842.0, 3863.0, 3852.0, 3851.0, 3842.0, 3841.0, 3863.0, 3853.0, 3863.0, 3844.0, 3863.0, 3843.0, 3842.0, 3863.0, 3854.0, 3864.0, 3854.0, 3843.0, 3873.0, 3853.0, 3853.0, 3863.0, 3842.0, 3875.0, 3831.0, 3861.0, 3841.0, 3850.0, 3840.0, 3830.0, 3863.0, 3841.0, 3860.0, 3829.0, 3840.0, 3860.0, 3840.0, 3840.0, 3840.0, 3840.0, 3850.0, 3840.0, 3861.0, 3840.0, 3850.0, 3841.0, 3840.0, 3850.0, 3840.0, 3849.0, 3829.0, 3840.0, 3851.0, 3840.0, 3860.0, 3840.0, 3861.0, 3840.0, 3850.0, 3841.0, 3841.0, 3850.0, 3840.0, 3860.0, 3841.0, 3861.0, 3841.0, 3840.0, 3841.0, 3841.0, 3851.0, 3841.0, 3862.0, 3842.0, 3841.0, 3852.0, 3841.0, 3862.0, 3843.0, 3862.0, 3853.0, 3841.0, 3852.0, 3841.0, 3862.0, 3842.0, 3863.0, 3842.0, 3841.0, 3862.0, 3842.0, 3862.0, 3841.0, 3841.0, 3864.0, 3853.0, 3862.0, 3842.0, 3841.0, 3852.0, 3842.0, 3862.0, 3852.0, 3851.0, 3841.0, 3841.0, 3863.0, 3843.0, 3874.0, 3844.0, 3853.0, 3853.0, 3844.0, 3876.0, 3844.0, 3844.0, 3875.0, 3845.0, 3855.0, 3876.0, 3845.0, 3855.0, 3874.0, 3845.0, 3843.0, 3874.0, 3844.0, 3854.0, 3875.0, 3844.0, 3864.0, 3864.0, 3843.0, 3852.0, 3864.0, 3843.0, 3862.0, 3842.0, 3831.0, 3862.0, 3832.0, 3873.0, 3831.0, 3861.0, 3829.0, 3828.0, 3840.0, 3830.0, 3850.0, 3830.0, 3842.0, 3852.0, 3843.0, 3853.0, 3853.0, 3843.0, 3863.0, 3832.0, 3843.0, 3864.0, 3844.0, 3854.0, 3855.0], 'WindowWidth': [8623.0, 8613.0, 8595.0, 8626.0, 8598.0, 8638.0, 8612.0, 8609.0, 8637.0, 8595.0, 8614.0, 8635.0, 8591.0, 8592.0, 8617.0, 8593.0, 8616.0, 8591.0, 8601.0, 8590.0, 8589.0, 8607.0, 8592.0, 8617.0, 8588.0, 8616.0, 8583.0, 8598.0, 8586.0, 8615.0, 8592.0, 8606.0, 8595.0, 8595.0, 8639.0, 8613.0, 8641.0, 8615.0, 8625.0, 8615.0, 8623.0, 8597.0, 8606.0, 8608.0, 8590.0, 8606.0, 8600.0, 8604.0, 8586.0, 8617.0, 8591.0, 8619.0, 8611.0, 8613.0, 8632.0, 8616.0, 8656.0, 8635.0, 8657.0, 8617.0, 8653.0, 8596.0, 8620.0, 8591.0, 8618.0, 8604.0, 8588.0, 8606.0, 8612.0, 8651.0, 8599.0, 8614.0, 8643.0, 8617.0, 8634.0, 8648.0, 8632.0, 8670.0, 8603.0, 8640.0, 8613.0, 8624.0, 8623.0, 8593.0, 8633.0, 8595.0, 8634.0, 8597.0, 8598.0, 8627.0, 8614.0, 8644.0, 8616.0, 8615.0, 8644.0, 8619.0, 8657.0, 8619.0, 8614.0, 8643.0, 8616.0, 8656.0, 8617.0, 8669.0, 8614.0, 8651.0, 8610.0, 8608.0, 8597.0, 8596.0, 8639.0, 8614.0, 8640.0, 8615.0, 8627.0, 8615.0, 8617.0, 8659.0, 8636.0, 8661.0, 8620.0, 8616.0, 8632.0, 8618.0, 8661.0, 8618.0, 8655.0, 8613.0, 8637.0, 8610.0, 8612.0, 8639.0, 8611.0, 8653.0, 8612.0, 8613.0, 8643.0, 8617.0, 8656.0, 8615.0, 8614.0, 8630.0, 8616.0, 8656.0, 8616.0, 8641.0, 8615.0, 8613.0, 8641.0, 8615.0, 8653.0, 8613.0, 8597.0, 8626.0, 8600.0, 8643.0, 8615.0, 8626.0, 8612.0, 8612.0, 8644.0, 8618.0, 8643.0, 8617.0, 8616.0, 8644.0, 8619.0, 8643.0, 8631.0, 8617.0, 8646.0, 8618.0, 8659.0, 8621.0, 8619.0, 8647.0, 8622.0, 8663.0, 8622.0, 8619.0, 8649.0, 8622.0, 8664.0, 8639.0, 8652.0, 8639.0, 8623.0, 8665.0, 8638.0, 8677.0, 8624.0, 8633.0, 8633.0, 8602.0, 8657.0, 8617.0, 8644.0, 8617.0, 8614.0, 8642.0, 8615.0, 8644.0, 8615.0, 8600.0, 8656.0, 8614.0, 8654.0, 8612.0, 8612.0, 8640.0, 8615.0, 8628.0, 8616.0, 8615.0, 8658.0, 8616.0, 8657.0, 8614.0, 8615.0, 8657.0, 8617.0, 8642.0, 8616.0, 8615.0, 8657.0, 8617.0, 8631.0, 8632.0, 8621.0, 8661.0, 8617.0, 8644.0, 8616.0, 8615.0, 8643.0, 8631.0, 8644.0, 8616.0, 8614.0, 8645.0, 8632.0, 8645.0, 8621.0, 8620.0, 8663.0, 8621.0, 8662.0, 8623.0, 8636.0, 8637.0, 8637.0, 8665.0, 8641.0, 8654.0, 8641.0, 8643.0, 8683.0, 8643.0, 8671.0, 8644.0, 8649.0, 8691.0, 8648.0, 8649.0, 8691.0, 8666.0, 8665.0, 8705.0, 8662.0, 8648.0, 8673.0, 8646.0, 8644.0, 8686.0, 8645.0, 8698.0, 8657.0, 8644.0, 8666.0, 8639.0, 8653.0, 8640.0, 8624.0, 8681.0, 8623.0, 8651.0, 8637.0, 8636.0, 8663.0, 8622.0, 8663.0, 8637.0, 8619.0, 8662.0, 8636.0, 8665.0, 8638.0, 8622.0, 8664.0, 8625.0, 8637.0, 8652.0, 8622.0, 8679.0, 8620.0, 8632.0, 8648.0, 8623.0, 8664.0, 8636.0, 8634.0, 8662.0, 8621.0, 8661.0, 8622.0, 8618.0, 8663.0, 8622.0, 8649.0, 8636.0, 8638.0, 8666.0, 8642.0, 8640.0, 8670.0, 8657.0, 8668.0, 8642.0, 8627.0, 8666.0, 8624.0, 8664.0, 8622.0, 8620.0, 8661.0, 8634.0, 8661.0, 8632.0, 8618.0, 8647.0, 8619.0, 8657.0, 8622.0, 8642.0, 8627.0, 8596.0, 8638.0, 8613.0, 8625.0, 8598.0, 8594.0, 8639.0, 8596.0, 8653.0, 8612.0, 8612.0, 8640.0, 8614.0, 8644.0, 8615.0, 8614.0, 8646.0, 8621.0, 8645.0, 8619.0, 8623.0, 8662.0, 8621.0, 8620.0, 8649.0, 8625.0, 8648.0, 8621.0, 8622.0, 8662.0, 8622.0, 8635.0, 8635.0, 8619.0, 8660.0, 8618.0, 8629.0, 8631.0, 8614.0, 8642.0, 8619.0, 8630.0, 8634.0, 8631.0, 8651.0, 8621.0, 8668.0, 8640.0, 8641.0, 8681.0, 8637.0, 8634.0, 8660.0, 8619.0, 8637.0, 8666.0, 8638.0, 8641.0, 8683.0, 8642.0, 8643.0, 8668.0, 8641.0, 8624.0, 8668.0, 8625.0, 8681.0, 8621.0, 8618.0, 8646.0, 8622.0, 8647.0, 8616.0, 8617.0, 8645.0, 8619.0, 8618.0, 8662.0, 8620.0, 8675.0, 8620.0, 8620.0, 8651.0, 8637.0, 8662.0, 8622.0, 8634.0, 8636.0, 8624.0, 8667.0, 8640.0, 8625.0, 8667.0, 8640.0, 8668.0, 8640.0, 8625.0, 8667.0, 8626.0, 8665.0, 8640.0, 8624.0, 8666.0, 8640.0, 8640.0, 8670.0, 8623.0, 8677.0, 8636.0, 8619.0, 8660.0, 8622.0, 8632.0, 8647.0, 8618.0, 8676.0, 8632.0, 8631.0, 8644.0, 8616.0, 8657.0, 8618.0, 8656.0, 8614.0, 8614.0, 8644.0, 8619.0, 8643.0, 8617.0, 8616.0, 8645.0, 8633.0, 8622.0, 8651.0, 8636.0, 8677.0, 8636.0, 8635.0, 8651.0, 8634.0, 8662.0, 8632.0, 8658.0, 8618.0, 8644.0, 8630.0, 8630.0, 8663.0, 8634.0, 8647.0, 8621.0, 8651.0, 8666.0, 8639.0, 8642.0, 8670.0, 8642.0, 8668.0, 8626.0, 8641.0, 8669.0, 8642.0, 8667.0, 8652.0, 8621.0, 8680.0, 8636.0, 8662.0, 8633.0, 8634.0, 8662.0, 8621.0, 8636.0, 8667.0, 8640.0, 8653.0, 8654.0, 8642.0, 8667.0, 8624.0, 8650.0, 8635.0, 8634.0, 8662.0, 8633.0, 8674.0, 8633.0, 8635.0, 8634.0, 8636.0, 8666.0, 8638.0, 8638.0, 8667.0, 8641.0, 8654.0, 8656.0, 8642.0, 8679.0, 8639.0, 8650.0, 8635.0, 8636.0, 8661.0, 8635.0, 8633.0, 8649.0, 8636.0, 8667.0, 8646.0, 8642.0, 8686.0, 8648.0, 8650.0, 8690.0, 8641.0, 8639.0, 8666.0, 8637.0, 8622.0, 8665.0, 8642.0, 8655.0, 8654.0, 8641.0, 8667.0, 8639.0, 8635.0, 8637.0, 8638.0, 8662.0, 8633.0, 8664.0, 8636.0, 8635.0, 8653.0, 8643.0, 8665.0, 8627.0, 8653.0, 8640.0, 8641.0, 8685.0, 8646.0, 8654.0, 8653.0, 8623.0, 8663.0, 8635.0, 8662.0, 8636.0, 8643.0, 8626.0, 8596.0, 8638.0, 8612.0, 8638.0, 8615.0, 8642.0, 8613.0, 8609.0, 8626.0, 8596.0, 8641.0, 8630.0, 8637.0, 8612.0, 8637.0, 8610.0, 8609.0, 8640.0, 8614.0, 8654.0, 8612.0, 8638.0, 8611.0, 8624.0, 8613.0, 8610.0, 8609.0, 8607.0, 8623.0, 8598.0, 8639.0, 8617.0, 8641.0, 8614.0, 8626.0, 8614.0, 8614.0, 8656.0, 8633.0, 8660.0, 8631.0, 8640.0, 8614.0, 8613.0, 8641.0, 8610.0, 8640.0, 8611.0, 8638.0, 8609.0, 8636.0, 8610.0, 8638.0, 8619.0, 8627.0, 8613.0, 8612.0, 8644.0, 8615.0, 8645.0, 8636.0, 8645.0, 8621.0, 8632.0, 8646.0, 8615.0, 8657.0, 8618.0, 8656.0, 8614.0, 8613.0, 8644.0, 8630.0, 8657.0, 8618.0, 8650.0, 8637.0, 8619.0, 8658.0, 8632.0, 8645.0, 8632.0, 8616.0, 8665.0, 8616.0, 8653.0, 8612.0, 8638.0, 8612.0, 8637.0, 8614.0, 8610.0, 8625.0, 8612.0, 8643.0, 8614.0, 8643.0, 8631.0, 8639.0, 8665.0, 8632.0, 8631.0, 8642.0, 8617.0, 8644.0, 8633.0, 8625.0, 8639.0, 8611.0, 8638.0, 8613.0, 8641.0, 8611.0, 8655.0, 8611.0, 8620.0, 8607.0, 8608.0, 8639.0, 8621.0, 8633.0, 8636.0, 8634.0, 8659.0, 8619.0, 8643.0, 8620.0, 8647.0, 8633.0, 8624.0, 8638.0, 8607.0, 8633.0, 8608.0, 8633.0, 8610.0, 8625.0, 8608.0, 8593.0, 8622.0, 8595.0, 8633.0, 8597.0, 8638.0, 8608.0, 8629.0, 8587.0, 8613.0, 8590.0, 8601.0, 8607.0, 8617.0, 8587.0, 8599.0, 8588.0, 8589.0, 8621.0, 8615.0, 8638.0, 8613.0, 8625.0, 8613.0, 8614.0, 8657.0, 8616.0, 8642.0, 8613.0, 8651.0, 8612.0, 8634.0, 8594.0, 8632.0, 8593.0, 8631.0, 8590.0, 8616.0, 8592.0, 8605.0, 8623.0, 8610.0, 8635.0, 8596.0, 8634.0, 8595.0, 8595.0, 8628.0, 8630.0, 8643.0, 8614.0, 8639.0, 8611.0, 8611.0, 8639.0, 8612.0, 8653.0, 8612.0, 8651.0, 8612.0, 8638.0, 8612.0, 8627.0, 8627.0, 8611.0, 8652.0, 8612.0, 8639.0, 8614.0, 8626.0, 8632.0, 8615.0, 8641.0, 8616.0, 8641.0, 8629.0, 8616.0, 8660.0, 8631.0, 8656.0, 8630.0, 8645.0, 8619.0, 8614.0, 8646.0, 8630.0, 8658.0, 8613.0, 8640.0, 8614.0, 8627.0, 8644.0, 8633.0, 8657.0, 8617.0, 8646.0, 8630.0, 8629.0, 8660.0, 8614.0, 8655.0, 8614.0, 8639.0, 8628.0, 8639.0, 8618.0, 8627.0, 8613.0, 8611.0, 8631.0, 8615.0, 8658.0, 8619.0, 8659.0, 8631.0, 8615.0, 8616.0, 8630.0, 8658.0, 8632.0, 8663.0, 8618.0, 8628.0, 8631.0, 8617.0, 8657.0, 8634.0, 8661.0, 8620.0, 8629.0, 8644.0, 8617.0, 8656.0, 8630.0, 8629.0, 8616.0, 8615.0, 8630.0, 8615.0, 8655.0, 8630.0, 8656.0, 8615.0, 8642.0, 8615.0, 8615.0, 8642.0, 8617.0, 8644.0, 8635.0, 8635.0, 8638.0, 8635.0, 8663.0, 8638.0, 8650.0, 8623.0, 8638.0, 8651.0, 8637.0, 8663.0, 8637.0, 8663.0, 8637.0, 8639.0, 8666.0, 8637.0, 8664.0, 8651.0, 8649.0, 8638.0, 8636.0, 8666.0, 8654.0, 8666.0, 8643.0, 8667.0, 8640.0, 8640.0, 8667.0, 8657.0, 8671.0, 8655.0, 8640.0, 8681.0, 8655.0, 8653.0, 8668.0, 8639.0, 8683.0, 8621.0, 8661.0, 8632.0, 8645.0, 8632.0, 8617.0, 8664.0, 8634.0, 8657.0, 8614.0, 8630.0, 8656.0, 8632.0, 8630.0, 8632.0, 8632.0, 8644.0, 8631.0, 8660.0, 8631.0, 8643.0, 8634.0, 8631.0, 8643.0, 8629.0, 8642.0, 8615.0, 8631.0, 8648.0, 8632.0, 8658.0, 8631.0, 8659.0, 8632.0, 8646.0, 8634.0, 8632.0, 8645.0, 8631.0, 8658.0, 8633.0, 8661.0, 8636.0, 8632.0, 8633.0, 8633.0, 8646.0, 8635.0, 8664.0, 8639.0, 8634.0, 8650.0, 8635.0, 8663.0, 8641.0, 8666.0, 8655.0, 8636.0, 8650.0, 8636.0, 8664.0, 8637.0, 8666.0, 8638.0, 8635.0, 8664.0, 8637.0, 8663.0, 8636.0, 8634.0, 8668.0, 8653.0, 8665.0, 8637.0, 8635.0, 8650.0, 8638.0, 8663.0, 8650.0, 8648.0, 8635.0, 8635.0, 8665.0, 8640.0, 8682.0, 8642.0, 8652.0, 8654.0, 8645.0, 8689.0, 8645.0, 8645.0, 8688.0, 8650.0, 8661.0, 8688.0, 8648.0, 8660.0, 8684.0, 8645.0, 8641.0, 8684.0, 8643.0, 8656.0, 8686.0, 8644.0, 8671.0, 8669.0, 8640.0, 8651.0, 8671.0, 8641.0, 8663.0, 8637.0, 8623.0, 8663.0, 8623.0, 8677.0, 8619.0, 8658.0, 8615.0, 8612.0, 8629.0, 8616.0, 8643.0, 8618.0, 8635.0, 8649.0, 8638.0, 8653.0, 8653.0, 8640.0, 8666.0, 8625.0, 8641.0, 8669.0, 8644.0, 8656.0, 8659.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.0002654929577464789</td></tr>
<tr><td colspan=3>aqi</td><td>0.0176491738028169</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.583077882462426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1586348971710534</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9846434558458647</td></tr>
<tr><td colspan=3>efc</td><td>0.4462</td></tr>
<tr><td colspan=3>fber</td><td>7168.6152</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06989293752137876</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6901408450704225</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6742975413053807</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6032427561156744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8854830221138146</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5341668456866544</td></tr>
<tr><td colspan=3>gcor</td><td>0.00833677</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007814404554665089</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023632245138287544</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6765421147211588</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1908</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.614</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.9665</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307201.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.4858</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.99</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.75</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3096.2038</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.024</td></tr>
<tr><td colspan=3>tsnr</td><td>42.95699309441261</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>