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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:16:29.807500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.984114, -0.154392, -0.0876472, 0.162037, 0.982847, 0.0880673]</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.0700756</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>[4118, -7783, -7261, 637, -99, -234, 35, 77]</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>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0b6e21e3-9448-4024-856b-64109e5dba22||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6403067111968994, 0.43473297357559204, -0.19587655365467072, 94.27367401123047], [0.4142230153083801, 2.636906623840332, 0.27234992384910583, -117.7434310913086], [-0.2351509928703308, -0.23627805709838867, 2.6790778636932373, -38.54157257080078], [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': ['111629.807500', '111630.267500', '111630.727500', '111631.187500', '111631.647500', '111632.107500', '111632.567500', '111633.027500', '111633.487500', '111633.947500', '111634.407500', '111634.867500', '111635.327500', '111635.787500', '111636.247500', '111636.707500', '111637.167500', '111637.627500', '111638.087500', '111638.547500', '111639.007500', '111639.467500', '111639.927500', '111640.387500', '111640.847500', '111641.307500', '111641.767500', '111642.227500', '111642.687500', '111643.147500', '111643.607500', '111644.067500', '111644.527500', '111644.987500', '111645.447500', '111645.907500', '111646.367500', '111646.827500', '111647.287500', '111647.747500', '111648.207500', '111648.667500', '111649.127500', '111649.587500', '111650.047500', '111650.507500', '111650.967500', '111651.427500', '111651.887500', '111652.347500', '111652.807500', '111653.267500', '111653.727500', '111654.187500', '111654.647500', '111655.107500', '111655.567500', '111656.027500', '111656.487500', '111656.947500', '111657.407500', '111657.867500', '111658.327500', '111658.787500', '111659.247500', '111659.707500', '111700.167500', '111700.627500', '111701.087500', '111701.547500', '111702.007500', '111702.467500', '111702.927500', '111703.387500', '111703.847500', '111704.307500', '111704.767500', '111705.227500', '111705.687500', '111706.147500', '111706.607500', '111707.067500', '111707.527500', '111707.987500', '111708.447500', '111708.907500', '111709.367500', '111709.827500', '111710.287500', '111710.747500', '111711.207500', '111711.667500', '111712.127500', '111712.587500', '111713.047500', '111713.507500', '111713.967500', '111714.427500', '111714.887500', '111715.347500', '111715.807500', '111716.267500', '111716.727500', '111717.187500', '111717.647500', '111718.107500', '111718.567500', '111719.027500', '111719.487500', '111719.947500', '111720.407500', '111720.867500', '111721.327500', '111721.787500', '111722.247500', '111722.707500', '111723.167500', '111723.627500', '111724.087500', '111724.547500', '111725.007500', '111725.467500', '111725.927500', '111726.387500', '111726.847500', '111727.307500', '111727.767500', '111728.227500', '111728.687500', '111729.147500', '111729.607500', '111730.067500', '111730.527500', '111730.987500', '111731.447500', '111731.907500', '111732.367500', '111732.827500', '111733.287500', '111733.747500', '111734.207500', '111734.667500', '111735.127500', '111735.587500', '111736.047500', '111736.507500', '111736.967500', '111737.427500', '111737.887500', '111738.347500', '111738.807500', '111739.267500', '111739.727500', '111740.187500', '111740.647500', '111741.107500', '111741.567500', '111742.027500', '111742.487500', '111742.947500', '111743.407500', '111743.867500', '111744.327500', '111744.787500', '111745.247500', '111745.707500', '111746.167500', '111746.627500', '111747.087500', '111747.547500', '111748.007500', '111748.467500', '111748.927500', '111749.387500', '111749.847500', '111750.307500', '111750.767500', '111751.227500', '111751.687500', '111752.147500', '111752.607500', '111753.067500', '111753.527500', '111753.987500', '111754.447500', '111754.907500', '111755.367500', '111755.827500', '111756.287500', '111756.747500', '111757.207500', '111757.667500', '111758.127500', '111758.587500', '111759.047500', '111759.507500', '111759.967500', '111800.427500', '111800.887500', '111801.347500', '111801.807500', '111802.267500', '111802.727500', '111803.187500', '111803.647500', '111804.107500', '111804.567500', '111805.027500', '111805.487500', '111805.947500', '111806.407500', '111806.867500', '111807.327500', '111807.787500', '111808.247500', '111808.707500', '111809.167500', '111809.627500', '111810.087500', '111810.547500', '111811.007500', '111811.467500', '111811.927500', '111812.387500', '111812.847500', '111813.307500', '111813.767500', '111814.227500', '111814.687500', '111815.147500', '111815.607500', '111816.067500', '111816.527500', '111816.987500', '111817.447500', '111817.907500', '111818.367500', '111818.827500', '111819.287500', '111819.747500', '111820.207500', '111820.667500', '111821.127500', '111821.587500', '111822.047500', '111822.507500', '111822.967500', '111823.427500', '111823.887500', '111824.347500', '111824.807500', '111825.267500', '111825.727500', '111826.187500', '111826.647500', '111827.107500', '111827.567500', '111828.027500', '111828.487500', '111828.947500', '111829.407500', '111829.867500', '111830.327500', '111830.787500', '111831.247500', '111831.707500', '111832.167500', '111832.627500', '111833.087500', '111833.547500', '111834.007500', '111834.467500', '111834.927500', '111835.387500', '111835.847500', '111836.307500', '111836.767500', '111837.227500', '111837.687500', '111838.147500', '111838.607500', '111839.067500', '111839.527500', '111839.987500', '111840.447500', '111840.907500', '111841.367500', '111841.827500', '111842.287500', '111842.747500', '111843.207500', '111843.667500', '111844.127500', '111844.587500', '111845.047500', '111845.507500', '111845.967500', '111846.427500', '111846.887500', '111847.347500', '111847.807500', '111848.267500', '111848.727500', '111849.187500', '111849.647500', '111850.107500', '111850.567500', '111851.027500', '111851.487500', '111851.947500', '111852.407500', '111852.867500', '111853.327500', '111853.787500', '111854.247500', '111854.707500', '111855.167500', '111855.627500', '111856.087500', '111856.547500', '111857.007500', '111857.467500', '111857.927500', '111858.387500', '111858.847500', '111859.307500', '111859.767500', '111900.227500', '111900.687500', '111901.147500', '111901.607500', '111902.067500', '111902.527500', '111902.987500', '111903.447500', '111903.907500', '111904.367500', '111904.827500', '111905.287500', '111905.747500', '111906.207500', '111906.667500', '111907.127500', '111907.587500', '111908.047500', '111908.507500', '111908.967500', '111909.427500', '111909.887500', '111910.347500', '111910.807500', '111911.267500', '111911.727500', '111912.187500', '111912.647500', '111913.107500', '111913.567500', '111914.027500', '111914.487500', '111914.947500', '111915.407500', '111915.867500', '111916.327500', '111916.787500', '111917.247500', '111917.707500', '111918.167500', '111918.627500', '111919.087500', '111919.547500', '111920.007500', '111920.467500', '111920.927500', '111921.387500', '111921.847500', '111922.307500', '111922.767500', '111923.227500', '111923.687500', '111924.147500', '111924.607500', '111925.067500', '111925.527500', '111925.987500', '111926.447500', '111926.907500', '111927.367500', '111927.827500', '111928.287500', '111928.747500', '111929.207500', '111929.667500', '111930.127500', '111930.587500', '111931.047500', '111931.507500', '111931.967500', '111932.427500', '111932.887500', '111933.347500', '111933.807500', '111934.267500', '111934.727500', '111935.187500', '111935.647500', '111936.107500', '111936.567500', '111937.027500', '111937.487500', '111937.947500', '111938.407500', '111938.867500', '111939.327500', '111939.787500', '111940.247500', '111940.707500', '111941.167500', '111941.627500', '111942.087500', '111942.547500', '111943.007500', '111943.467500', '111943.927500', '111944.387500', '111944.847500', '111945.307500', '111945.767500', '111946.227500', '111946.687500', '111947.147500', '111947.607500', '111948.067500', '111948.527500', '111948.987500', '111949.447500', '111949.907500', '111950.367500', '111950.827500', '111951.287500', '111951.747500', '111952.207500', '111952.667500', '111953.127500', '111953.587500', '111954.047500', '111954.507500', '111954.967500', '111955.427500', '111955.887500', '111956.347500', '111956.807500', '111957.267500', '111957.727500', '111958.187500', '111958.647500', '111959.107500', '111959.567500', '112000.027500', '112000.487500', '112000.947500', '112001.407500', '112001.867500', '112002.327500', '112002.787500', '112003.247500', '112003.707500', '112004.167500', '112004.627500', '112005.087500', '112005.547500', '112006.007500', '112006.467500', '112006.927500', '112007.387500', '112007.847500', '112008.307500', '112008.767500', '112009.227500', '112009.687500', '112010.147500', '112010.607500', '112011.067500', '112011.527500', '112011.987500', '112012.447500', '112012.907500', '112013.367500', '112013.827500', '112014.287500', '112014.747500', '112015.207500', '112015.667500', '112016.127500', '112016.587500', '112017.047500', '112017.507500', '112017.967500', '112018.427500', '112018.887500', '112019.347500', '112019.807500', '112020.267500', '112020.727500', '112021.187500', '112021.647500', '112022.107500', '112022.567500', '112023.027500', '112023.487500', '112023.947500', '112024.407500', '112024.867500', '112025.327500', '112025.787500', '112026.247500', '112026.707500', '112027.167500', '112027.627500', '112028.087500', '112028.547500', '112029.007500', '112029.467500', '112029.927500', '112030.387500', '112030.847500', '112031.307500', '112031.767500', '112032.227500', '112032.687500', '112033.147500', '112033.607500', '112034.067500', '112034.527500', '112034.987500', '112035.447500', '112035.907500', '112036.367500', '112036.827500', '112037.287500', '112037.747500', '112038.207500', '112038.667500', '112039.127500', '112039.587500', '112040.047500', '112040.507500', '112040.967500', '112041.427500', '112041.887500', '112042.347500', '112042.807500', '112043.267500', '112043.727500', '112044.187500', '112044.647500', '112045.107500', '112045.567500', '112046.027500', '112046.487500', '112046.947500', '112047.407500', '112047.867500', '112048.327500', '112048.787500', '112049.247500', '112049.707500', '112050.167500', '112050.627500', '112051.087500', '112051.547500', '112052.007500', '112052.467500', '112052.927500', '112053.387500', '112053.847500', '112054.307500', '112054.767500', '112055.227500', '112055.687500', '112056.147500', '112056.607500', '112057.067500', '112057.527500', '112057.987500', '112058.447500', '112058.907500', '112059.367500', '112059.827500', '112100.287500', '112100.747500', '112101.207500', '112101.667500', '112102.127500', '112102.587500', '112103.047500', '112103.507500', '112103.967500', '112104.427500', '112104.887500', '112105.347500', '112105.807500', '112106.267500', '112106.727500', '112107.187500', '112107.647500', '112108.107500', '112108.567500', '112109.027500', '112109.487500', '112109.947500', '112110.407500', '112110.867500', '112111.327500', '112111.787500', '112112.247500', '112112.707500', '112113.167500', '112113.627500', '112114.087500', '112114.547500', '112115.007500', '112115.467500', '112115.927500', '112116.387500', '112116.847500', '112117.307500', '112117.767500', '112118.227500', '112118.687500', '112119.147500', '112119.607500', '112120.067500', '112120.527500', '112120.987500', '112121.447500', '112121.907500', '112122.367500', '112122.827500', '112123.287500', '112123.747500', '112124.207500', '112124.667500', '112125.127500', '112125.587500', '112126.047500', '112126.507500', '112126.967500', '112127.427500', '112127.887500', '112128.347500', '112128.807500', '112129.267500', '112129.727500', '112130.187500', '112130.647500', '112131.107500', '112131.567500', '112132.027500', '112132.487500', '112132.947500', '112133.407500', '112133.867500', '112134.327500', '112134.787500', '112135.247500', '112135.707500', '112136.167500', '112136.627500', '112137.087500', '112137.547500', '112138.007500', '112138.467500', '112138.927500', '112139.387500', '112139.847500', '112140.307500', '112140.767500', '112141.227500', '112141.687500', '112142.147500', '112142.607500', '112143.067500', '112143.527500', '112143.987500', '112144.447500', '112144.907500', '112145.367500', '112145.827500', '112146.287500', '112146.747500', '112147.207500', '112147.667500', '112148.127500', '112148.587500', '112149.047500', '112149.507500', '112149.967500', '112150.427500', '112150.887500', '112151.347500', '112151.807500', '112152.267500', '112152.727500', '112153.187500', '112153.647500', '112154.107500', '112154.567500', '112155.027500', '112155.487500', '112155.947500', '112156.407500', '112156.867500', '112157.327500', '112157.787500', '112158.247500', '112158.707500', '112159.167500', '112159.627500', '112200.087500', '112200.547500', '112201.007500', '112201.467500', '112201.927500', '112202.387500', '112202.847500', '112203.307500', '112203.767500', '112204.227500', '112204.687500', '112205.147500', '112205.607500', '112206.067500', '112206.527500', '112206.987500', '112207.447500', '112207.907500', '112208.367500', '112208.827500', '112209.287500', '112209.747500', '112210.207500', '112210.667500', '112211.127500', '112211.587500', '112212.047500', '112212.507500', '112212.967500', '112213.427500', '112213.887500', '112214.347500', '112214.807500', '112215.267500', '112215.727500', '112216.187500', '112216.647500', '112217.107500', '112217.567500', '112218.027500', '112218.487500', '112218.947500', '112219.407500', '112219.867500', '112220.327500', '112220.787500', '112221.247500', '112221.707500', '112222.167500', '112222.627500', '112223.087500', '112223.547500', '112224.007500', '112224.467500', '112224.927500', '112225.387500', '112225.847500', '112226.307500', '112226.767500', '112227.227500', '112227.687500', '112228.147500', '112228.607500', '112229.067500', '112229.527500', '112229.987500', '112230.447500', '112230.907500', '112231.367500', '112231.827500', '112232.287500', '112232.747500', '112233.207500', '112233.667500', '112234.127500', '112234.587500', '112235.047500', '112235.507500', '112235.967500', '112236.427500', '112236.887500', '112237.347500', '112237.807500', '112238.267500', '112238.727500', '112239.187500', '112239.647500', '112240.107500', '112240.567500', '112241.027500', '112241.487500', '112241.947500', '112242.407500', '112242.867500', '112243.327500', '112243.787500', '112244.247500', '112244.707500', '112245.167500', '112245.627500', '112246.087500', '112246.547500', '112247.007500', '112247.467500', '112247.927500', '112248.387500', '112248.847500', '112249.307500', '112249.767500', '112250.227500', '112250.687500', '112251.147500', '112251.607500', '112252.067500', '112252.527500', '112252.987500', '112253.447500', '112253.907500', '112254.367500', '112254.827500', '112255.287500', '112255.747500', '112256.207500', '112256.667500', '112257.127500', '112257.587500', '112258.047500', '112258.507500', '112258.967500', '112259.427500', '112259.887500', '112300.347500', '112300.807500', '112301.267500', '112301.727500', '112302.187500', '112302.647500', '112303.107500', '112303.567500', '112304.027500', '112304.487500', '112304.947500', '112305.407500', '112305.867500', '112306.327500', '112306.787500', '112307.247500', '112307.707500', '112308.167500', '112308.627500', '112309.087500', '112309.547500', '112310.007500', '112310.467500', '112310.927500', '112311.387500', '112311.847500', '112312.307500', '112312.767500', '112313.227500', '112313.687500', '112314.147500', '112314.607500', '112315.067500', '112315.527500', '112315.987500', '112316.447500', '112316.907500', '112317.367500', '112317.827500', '112318.287500', '112318.747500', '112319.207500', '112319.667500', '112320.127500', '112320.587500', '112321.047500', '112321.507500', '112321.967500', '112322.427500', '112322.887500', '112323.347500', '112323.807500', '112324.267500', '112324.727500', '112325.187500', '112325.647500', '112326.107500', '112326.567500', '112327.027500', '112327.487500', '112327.947500', '112328.407500', '112328.867500', '112329.327500', '112329.787500', '112330.247500', '112330.707500', '112331.167500', '112331.627500', '112332.087500', '112332.547500', '112333.007500', '112333.467500', '112333.927500', '112334.387500', '112334.847500', '112335.307500', '112335.767500', '112336.227500', '112336.687500', '112337.147500', '112337.607500', '112338.067500', '112338.527500', '112338.987500', '112339.447500', '112339.907500', '112340.367500', '112340.827500', '112341.287500', '112341.747500', '112342.207500', '112342.667500', '112343.127500', '112343.587500', '112344.047500', '112344.507500', '112344.967500', '112345.427500', '112345.887500', '112346.347500', '112346.807500', '112347.267500', '112347.727500', '112348.187500', '112348.647500', '112349.107500', '112349.567500', '112350.027500', '112350.487500', '112350.947500', '112351.407500', '112351.867500', '112352.327500', '112352.787500', '112353.247500', '112353.707500', '112354.167500', '112354.627500', '112355.087500', '112355.547500', '112356.007500', '112356.467500', '112356.927500', '112357.387500', '112357.847500', '112358.307500', '112358.767500', '112359.227500', '112359.687500', '112400.147500', '112400.607500', '112401.067500', '112401.527500', '112401.987500', '112402.447500', '112402.907500', '112403.367500', '112403.827500', '112404.287500', '112404.747500', '112405.207500', '112405.667500', '112406.127500', '112406.587500', '112407.047500', '112407.507500', '112407.967500', '112408.427500', '112408.887500', '112409.347500', '112409.807500', '112410.267500', '112410.727500', '112411.187500', '112411.647500', '112412.107500', '112412.567500', '112413.027500', '112413.487500', '112413.947500', '112414.407500', '112414.867500', '112415.327500', '112415.787500', '112416.247500', '112416.707500', '112417.167500', '112417.627500', '112418.087500', '112418.547500', '112419.007500', '112419.467500', '112419.927500', '112420.387500', '112420.847500', '112421.307500', '112421.767500', '112422.227500', '112422.687500', '112423.147500', '112423.607500', '112424.067500', '112424.527500', '112424.987500', '112425.447500', '112425.907500', '112426.367500', '112426.827500', '112427.287500', '112427.747500', '112428.207500', '112428.667500', '112429.127500', '112429.587500', '112430.047500', '112430.507500', '112430.967500', '112431.427500', '112431.887500', '112432.347500', '112432.807500', '112433.267500', '112433.727500', '112434.187500', '112434.647500', '112435.107500', '112435.567500', '112436.027500', '112436.487500', '112436.947500', '112437.407500', '112437.867500', '112438.327500', '112438.787500', '112439.247500'], 'ContentTime': ['111647.318000', '111647.322000', '111647.325000', '111647.328000', '111647.331000', '111647.334000', '111647.337000', '111647.340000', '111647.343000', '111647.346000', '111647.349000', '111647.352000', '111647.355000', '111647.358000', '111647.360000', '111647.363000', '111647.366000', '111647.369000', '111647.372000', '111647.375000', '111647.378000', '111647.381000', '111647.384000', '111647.387000', '111647.390000', '111647.400000', '111647.403000', '111647.406000', '111647.409000', '111647.412000', '111647.415000', '111647.418000', '111647.421000', '111647.424000', '111647.428000', '111707.262000', '111707.265000', '111707.268000', '111707.271000', '111707.273000', '111707.276000', '111707.279000', '111707.282000', '111707.285000', '111707.288000', '111707.291000', '111707.295000', '111707.298000', '111707.301000', '111707.304000', '111707.307000', '111707.309000', '111707.312000', '111707.315000', '111707.318000', '111707.321000', '111707.324000', '111707.326000', '111707.329000', '111707.332000', '111707.335000', '111707.338000', '111707.341000', '111707.343000', '111707.346000', '111707.349000', '111707.352000', '111707.355000', '111707.358000', '111707.360000', '111707.363000', '111707.366000', '111707.369000', '111707.372000', '111707.374000', '111707.377000', '111707.380000', '111707.383000', '111707.386000', '111727.263000', '111727.266000', '111727.269000', '111727.272000', '111727.275000', '111727.278000', '111727.281000', '111727.284000', '111727.287000', '111727.289000', '111727.292000', '111727.295000', '111727.298000', '111727.312000', '111727.315000', '111727.318000', '111727.321000', '111727.323000', '111727.326000', '111727.329000', '111727.332000', '111727.335000', '111727.338000', '111727.341000', '111727.344000', '111727.347000', '111727.350000', '111727.352000', '111727.355000', '111727.358000', '111727.361000', '111727.364000', '111727.367000', '111727.371000', '111727.374000', '111727.377000', '111727.380000', '111727.383000', '111727.386000', '111727.388000', '111727.391000', '111727.394000', '111727.397000', '111747.262000', '111747.265000', '111747.268000', '111747.271000', '111747.274000', '111747.277000', '111747.280000', '111747.283000', '111747.285000', '111747.288000', '111747.291000', '111747.294000', '111747.297000', '111747.300000', '111747.302000', '111747.305000', '111747.308000', '111747.311000', '111747.314000', '111747.317000', '111747.320000', '111747.322000', '111747.325000', '111747.328000', '111747.331000', '111747.334000', '111747.337000', '111747.340000', '111747.342000', '111747.345000', '111747.348000', '111747.351000', '111747.354000', '111747.357000', '111747.360000', '111747.362000', '111747.365000', '111747.374000', '111747.377000', '111747.380000', '111747.383000', '111747.386000', '111747.388000', '111747.391000', '111807.261000', '111807.264000', '111807.267000', '111807.270000', '111807.273000', '111807.276000', '111807.278000', '111807.281000', '111807.284000', '111807.287000', '111807.290000', '111807.293000', '111807.295000', '111807.298000', '111807.301000', '111807.304000', '111807.307000', '111807.310000', '111807.313000', '111807.316000', '111807.319000', '111807.321000', '111807.324000', '111807.327000', '111807.330000', '111807.333000', '111807.336000', '111807.339000', '111807.342000', '111807.344000', '111807.347000', '111807.359000', '111807.362000', '111807.365000', '111807.368000', '111807.370000', '111807.373000', '111807.376000', '111807.379000', '111807.382000', '111807.385000', '111807.387000', '111807.390000', '111827.262000', '111827.265000', '111827.268000', '111827.271000', '111827.274000', '111827.277000', '111827.280000', '111827.282000', '111827.285000', '111827.288000', '111827.291000', '111827.294000', '111827.297000', '111827.299000', '111827.302000', '111827.305000', '111827.308000', '111827.311000', '111827.314000', '111827.317000', '111827.320000', '111827.322000', '111827.325000', '111827.328000', '111827.331000', '111827.334000', '111827.337000', '111827.340000', '111827.342000', '111827.345000', '111827.348000', '111827.351000', '111827.354000', '111827.357000', '111827.360000', '111827.363000', '111827.366000', '111827.368000', '111827.371000', '111827.374000', '111827.377000', '111827.380000', '111827.383000', '111827.385000', '111847.262000', '111847.265000', '111847.268000', '111847.271000', '111847.274000', '111847.277000', '111847.279000', '111847.282000', '111847.285000', '111847.288000', '111847.291000', '111847.294000', '111847.296000', '111847.301000', '111847.304000', '111847.307000', '111847.310000', '111847.313000', '111847.316000', '111847.319000', '111847.322000', '111847.324000', '111847.327000', '111847.330000', '111847.333000', '111847.336000', '111847.339000', '111847.342000', '111847.344000', '111847.347000', '111847.350000', '111847.353000', '111847.356000', '111847.359000', '111847.362000', '111847.365000', '111847.370000', '111847.374000', '111847.377000', '111847.380000', '111847.383000', '111847.385000', '111847.388000', '111907.262000', '111907.265000', '111907.268000', '111907.271000', '111907.274000', '111907.276000', '111907.279000', '111907.282000', '111907.285000', '111907.288000', '111907.291000', '111907.294000', '111907.297000', '111907.299000', '111907.302000', '111907.305000', '111907.308000', '111907.311000', '111907.314000', '111907.317000', '111907.320000', '111907.322000', '111907.325000', '111907.328000', '111907.331000', '111907.334000', '111907.337000', '111907.340000', '111907.342000', '111907.345000', '111907.348000', '111907.351000', '111907.354000', '111907.357000', '111907.360000', '111907.362000', '111907.365000', '111907.368000', '111907.371000', '111907.374000', '111907.377000', '111907.380000', '111907.382000', '111907.385000', '111927.262000', '111927.265000', '111927.268000', '111927.271000', '111927.274000', '111927.277000', '111927.279000', '111927.282000', '111927.285000', '111927.288000', '111927.291000', '111927.294000', '111927.297000', '111927.300000', '111927.302000', '111927.305000', '111927.308000', '111927.311000', '111927.314000', '111927.317000', '111927.320000', '111927.323000', '111927.325000', '111927.328000', '111927.331000', '111927.334000', '111927.337000', '111927.340000', '111927.343000', '111927.346000', '111927.348000', '111927.351000', '111927.354000', '111927.357000', '111927.360000', '111927.363000', '111927.366000', '111927.368000', '111927.371000', '111927.374000', '111927.377000', '111927.380000', '111927.383000', '111947.262000', '111947.265000', '111947.268000', '111947.271000', '111947.274000', '111947.276000', '111947.279000', '111947.282000', '111947.285000', '111947.288000', '111947.291000', '111947.294000', '111947.297000', '111947.300000', '111947.303000', '111947.306000', '111947.308000', '111947.311000', '111947.314000', '111947.317000', '111947.320000', '111947.323000', '111947.325000', '111947.328000', '111947.331000', '111947.334000', '111947.337000', '111947.355000', '111947.358000', '111947.361000', '111947.364000', '111947.366000', '111947.369000', '111947.372000', '111947.375000', '111947.378000', '111947.381000', '111947.384000', '111947.386000', '111947.389000', '111947.392000', '111947.395000', '111947.398000', '111947.401000', '112007.262000', '112007.265000', '112007.268000', '112007.271000', '112007.274000', '112007.277000', '112007.279000', '112007.282000', '112007.285000', '112007.288000', '112007.291000', '112007.294000', '112007.297000', '112007.300000', '112007.302000', '112007.305000', '112007.308000', '112007.311000', '112007.314000', '112007.317000', '112007.320000', '112007.322000', '112007.325000', '112007.328000', '112007.331000', '112007.334000', '112007.338000', '112007.341000', '112007.344000', '112007.347000', '112007.350000', '112007.353000', '112007.356000', '112007.359000', '112007.361000', '112007.364000', '112007.367000', '112007.370000', '112007.373000', '112007.376000', '112007.379000', '112007.382000', '112007.385000', '112027.261000', '112027.264000', '112027.267000', '112027.270000', '112027.273000', '112027.276000', '112027.279000', '112027.281000', '112027.284000', '112027.287000', '112027.290000', '112027.293000', '112027.296000', '112027.299000', '112027.301000', '112027.304000', '112027.307000', '112027.310000', '112027.313000', '112027.316000', '112027.319000', '112027.322000', '112027.324000', '112027.327000', '112027.330000', '112027.333000', '112027.336000', '112027.339000', '112027.342000', '112027.345000', '112027.348000', '112027.350000', '112027.353000', '112027.356000', '112027.359000', '112027.362000', '112027.365000', '112027.368000', '112027.371000', '112027.373000', '112027.376000', '112027.379000', '112027.382000', '112027.385000', '112047.262000', '112047.265000', '112047.268000', '112047.271000', '112047.274000', '112047.276000', '112047.279000', '112047.282000', '112047.285000', '112047.288000', '112047.291000', '112047.294000', '112047.297000', '112047.300000', '112047.302000', '112047.305000', '112047.308000', '112047.311000', '112047.314000', '112047.317000', '112047.320000', '112047.323000', '112047.326000', '112047.328000', '112047.331000', '112047.334000', '112047.337000', '112047.340000', '112047.343000', '112047.346000', '112047.349000', '112047.361000', '112047.364000', '112047.367000', '112047.370000', '112047.373000', '112047.376000', '112047.379000', '112047.382000', '112047.385000', '112047.388000', '112047.391000', '112047.394000', '112107.262000', '112107.265000', '112107.268000', '112107.271000', '112107.274000', '112107.277000', '112107.280000', '112107.282000', '112107.285000', '112107.288000', '112107.291000', '112107.294000', '112107.297000', '112107.300000', '112107.303000', '112107.306000', '112107.309000', '112107.312000', '112107.315000', '112107.318000', '112107.321000', '112107.324000', '112107.326000', '112107.329000', '112107.332000', '112107.335000', '112107.338000', '112107.341000', '112107.344000', '112107.347000', '112107.350000', '112107.353000', '112107.356000', '112107.358000', '112107.361000', '112107.364000', '112107.367000', '112107.370000', '112107.373000', '112107.376000', '112107.379000', '112107.382000', '112107.384000', '112107.387000', '112127.262000', '112127.265000', '112127.268000', '112127.271000', '112127.274000', '112127.277000', '112127.280000', '112127.283000', '112127.286000', '112127.289000', '112127.292000', '112127.294000', '112127.297000', '112127.300000', '112127.303000', '112127.306000', '112127.309000', '112127.312000', '112127.315000', '112127.317000', '112127.320000', '112127.323000', '112127.326000', '112127.329000', '112127.332000', '112127.335000', '112127.338000', '112127.341000', '112127.343000', '112127.346000', '112127.349000', '112127.352000', '112127.355000', '112127.358000', '112127.361000', '112127.364000', '112127.367000', '112127.370000', '112127.372000', '112127.376000', '112127.379000', '112127.382000', '112127.386000', '112147.262000', '112147.265000', '112147.268000', '112147.271000', '112147.274000', '112147.276000', '112147.279000', '112147.282000', '112147.285000', '112147.288000', '112147.291000', '112147.294000', '112147.297000', '112147.300000', '112147.303000', '112147.305000', '112147.308000', '112147.311000', '112147.314000', '112147.317000', '112147.320000', '112147.323000', '112147.326000', '112147.329000', '112147.331000', '112147.334000', '112147.337000', '112147.340000', '112147.343000', '112147.346000', '112147.349000', '112147.352000', '112147.354000', '112147.357000', '112147.360000', '112147.363000', '112147.366000', '112147.369000', '112147.372000', '112147.375000', '112147.378000', '112147.381000', '112147.384000', '112147.387000', '112207.262000', '112207.265000', '112207.268000', '112207.271000', '112207.274000', '112207.277000', '112207.280000', '112207.283000', '112207.285000', '112207.288000', '112207.291000', '112207.294000', '112207.297000', '112207.300000', '112207.303000', '112207.306000', '112207.309000', '112207.312000', '112207.314000', '112207.317000', '112207.320000', '112207.323000', '112207.326000', '112207.329000', '112207.332000', '112207.335000', '112207.338000', '112207.341000', '112207.343000', '112207.346000', '112207.349000', '112207.352000', '112207.355000', '112207.358000', '112207.361000', '112207.364000', '112207.366000', '112207.369000', '112207.372000', '112207.375000', '112207.378000', '112207.381000', '112207.384000', '112227.262000', '112227.265000', '112227.268000', '112227.271000', '112227.274000', '112227.277000', '112227.280000', '112227.283000', '112227.286000', '112227.288000', '112227.291000', '112227.294000', '112227.297000', '112227.300000', '112227.303000', '112227.306000', '112227.308000', '112227.311000', '112227.314000', '112227.317000', '112227.320000', '112227.323000', '112227.326000', '112227.329000', '112227.331000', '112227.334000', '112227.337000', '112227.340000', '112227.343000', '112227.346000', '112227.349000', '112227.352000', '112227.355000', '112227.358000', '112227.360000', '112227.363000', '112227.366000', '112227.369000', '112227.372000', '112227.375000', '112227.378000', '112227.381000', '112227.383000', '112227.386000', '112247.261000', '112247.264000', '112247.267000', '112247.270000', '112247.273000', '112247.276000', '112247.279000', '112247.281000', '112247.284000', '112247.287000', '112247.290000', '112247.293000', '112247.296000', '112247.299000', '112247.302000', '112247.304000', '112247.307000', '112247.310000', '112247.313000', '112247.325000', '112247.328000', '112247.331000', '112247.334000', '112247.336000', '112247.339000', '112247.342000', '112247.345000', '112247.348000', '112247.351000', '112247.354000', '112247.356000', '112247.359000', '112247.362000', '112247.365000', '112247.368000', '112247.371000', '112247.374000', '112247.377000', '112247.380000', '112247.383000', '112247.385000', '112247.388000', '112247.391000', '112307.262000', '112307.265000', '112307.268000', '112307.271000', '112307.274000', '112307.277000', '112307.280000', '112307.282000', '112307.285000', '112307.288000', '112307.291000', '112307.294000', '112307.297000', '112307.308000', '112307.311000', '112307.314000', '112307.317000', '112307.320000', '112307.323000', '112307.326000', '112307.329000', '112307.332000', '112307.335000', '112307.338000', '112307.340000', '112307.343000', '112307.346000', '112307.349000', '112307.352000', '112307.355000', '112307.358000', '112307.361000', '112307.364000', '112307.367000', '112307.370000', '112307.373000', '112307.376000', '112307.379000', '112307.382000', '112307.384000', '112307.387000', '112307.390000', '112307.393000', '112307.396000', '112327.262000', '112327.265000', '112327.268000', '112327.271000', '112327.274000', '112327.277000', '112327.280000', '112327.283000', '112327.286000', '112327.289000', '112327.292000', '112327.295000', '112327.298000', '112327.300000', '112327.303000', '112327.306000', '112327.309000', '112327.312000', '112327.315000', '112327.318000', '112327.321000', '112327.324000', '112327.327000', '112327.330000', '112327.333000', '112327.335000', '112327.338000', '112327.341000', '112327.344000', '112327.347000', '112327.350000', '112327.353000', '112327.356000', '112327.359000', '112327.362000', '112327.365000', '112327.368000', '112327.371000', '112327.373000', '112327.376000', '112327.379000', '112327.382000', '112327.385000', '112347.262000', '112347.265000', '112347.269000', '112347.272000', '112347.275000', '112347.278000', '112347.281000', '112347.284000', '112347.287000', '112347.290000', '112347.293000', '112347.296000', '112347.299000', '112347.302000', '112347.305000', '112347.307000', '112347.310000', '112347.313000', '112347.316000', '112347.319000', '112347.322000', '112347.325000', '112347.328000', '112347.331000', '112347.334000', '112347.337000', '112347.340000', '112347.343000', '112347.346000', '112347.349000', '112347.352000', '112347.355000', '112347.358000', '112347.361000', '112347.364000', '112347.367000', '112347.370000', '112347.373000', '112347.375000', '112347.378000', '112347.381000', '112347.384000', '112347.387000', '112407.262000', '112407.265000', '112407.268000', '112407.271000', '112407.274000', '112407.277000', '112407.280000', '112407.283000', '112407.285000', '112407.288000', '112407.291000', '112407.294000', '112407.297000', '112407.300000', '112407.303000', '112407.306000', '112407.322000', '112407.325000', '112407.328000', '112407.331000', '112407.334000', '112407.336000', '112407.339000', '112407.342000', '112407.345000', '112407.348000', '112407.351000', '112407.354000', '112407.356000', '112407.359000', '112407.362000', '112407.365000', '112407.368000', '112407.371000', '112407.374000', '112407.377000', '112407.379000', '112407.382000', '112407.385000', '112407.393000', '112407.396000', '112407.399000', '112407.402000', '112407.405000', '112427.262000', '112427.265000', '112427.268000', '112427.271000', '112427.274000', '112427.278000', '112427.280000', '112427.283000', '112427.287000', '112427.290000', '112427.293000', '112427.296000', '112427.299000', '112427.303000', '112427.306000', '112427.309000', '112427.312000', '112427.315000', '112427.318000', '112427.321000', '112427.324000', '112427.327000', '112427.330000', '112427.333000', '112427.335000', '112427.338000', '112427.341000', '112427.344000', '112427.347000', '112427.350000', '112427.353000', '112427.356000', '112427.359000', '112427.362000', '112427.365000', '112427.376000', '112427.379000', '112427.382000', '112427.385000', '112427.388000', '112427.391000', '112427.394000', '112427.397000', '112440.707000', '112440.711000', '112440.724000', '112440.727000', '112440.730000', '112440.733000', '112440.736000', '112440.739000', '112440.742000', '112440.745000', '112440.748000', '112440.751000', '112440.754000', '112440.757000', '112440.760000', '112440.763000', '112440.766000', '112440.769000', '112440.772000', '112440.775000', '112440.777000', '112440.780000', '112440.783000', '112440.786000', '112440.789000', '112440.792000', '112440.795000', '112440.798000', '112440.801000', '112440.804000'], 'InstanceCreationTime': ['111647.318000', '111647.322000', '111647.325000', '111647.328000', '111647.331000', '111647.334000', '111647.337000', '111647.340000', '111647.343000', '111647.346000', '111647.349000', '111647.352000', '111647.355000', '111647.358000', '111647.360000', '111647.363000', '111647.366000', '111647.369000', '111647.372000', '111647.375000', '111647.378000', '111647.381000', '111647.384000', '111647.387000', '111647.390000', '111647.400000', '111647.403000', '111647.406000', '111647.409000', '111647.412000', '111647.415000', '111647.418000', '111647.421000', '111647.424000', '111647.428000', '111707.262000', '111707.265000', '111707.268000', '111707.271000', '111707.273000', '111707.276000', '111707.279000', '111707.282000', '111707.285000', '111707.288000', '111707.291000', '111707.295000', '111707.298000', '111707.301000', '111707.304000', '111707.307000', '111707.309000', '111707.312000', '111707.315000', '111707.318000', '111707.321000', '111707.324000', '111707.326000', '111707.329000', '111707.332000', '111707.335000', '111707.338000', '111707.341000', '111707.343000', '111707.346000', '111707.349000', '111707.352000', '111707.355000', '111707.358000', '111707.360000', '111707.363000', '111707.366000', '111707.369000', '111707.372000', '111707.374000', '111707.377000', '111707.380000', '111707.383000', '111707.386000', '111727.263000', '111727.266000', '111727.269000', '111727.272000', '111727.275000', '111727.278000', '111727.281000', '111727.284000', '111727.287000', '111727.289000', '111727.292000', '111727.295000', '111727.298000', '111727.312000', '111727.315000', '111727.318000', '111727.321000', '111727.323000', '111727.326000', '111727.329000', '111727.332000', '111727.335000', '111727.338000', '111727.341000', '111727.344000', '111727.347000', '111727.350000', '111727.352000', '111727.355000', '111727.358000', '111727.361000', '111727.364000', '111727.367000', '111727.371000', '111727.374000', '111727.377000', '111727.380000', '111727.383000', '111727.386000', '111727.388000', '111727.391000', '111727.394000', '111727.397000', '111747.262000', '111747.265000', '111747.268000', '111747.271000', '111747.274000', '111747.277000', '111747.280000', '111747.283000', '111747.285000', '111747.288000', '111747.291000', '111747.294000', '111747.297000', '111747.300000', '111747.302000', '111747.305000', '111747.308000', '111747.311000', '111747.314000', '111747.317000', '111747.320000', '111747.322000', '111747.325000', '111747.328000', '111747.331000', '111747.334000', '111747.337000', '111747.340000', '111747.342000', '111747.345000', '111747.348000', '111747.351000', '111747.354000', '111747.357000', '111747.360000', '111747.362000', '111747.365000', '111747.374000', '111747.377000', '111747.380000', '111747.383000', '111747.386000', '111747.388000', '111747.391000', '111807.261000', '111807.264000', '111807.267000', '111807.270000', '111807.273000', '111807.276000', '111807.278000', '111807.281000', '111807.284000', '111807.287000', '111807.290000', '111807.293000', '111807.295000', '111807.298000', '111807.301000', '111807.304000', '111807.307000', '111807.310000', '111807.313000', '111807.316000', '111807.319000', '111807.321000', '111807.324000', '111807.327000', '111807.330000', '111807.333000', '111807.336000', '111807.339000', '111807.342000', '111807.344000', '111807.347000', '111807.359000', '111807.362000', '111807.365000', '111807.368000', '111807.370000', '111807.373000', '111807.376000', '111807.379000', '111807.382000', '111807.385000', '111807.387000', '111807.390000', '111827.262000', '111827.265000', '111827.268000', '111827.271000', '111827.274000', '111827.277000', '111827.280000', '111827.282000', '111827.285000', '111827.288000', '111827.291000', '111827.294000', '111827.297000', '111827.299000', '111827.302000', '111827.305000', '111827.308000', '111827.311000', '111827.314000', '111827.317000', '111827.320000', '111827.322000', '111827.325000', '111827.328000', '111827.331000', '111827.334000', '111827.337000', '111827.340000', '111827.342000', '111827.345000', '111827.348000', '111827.351000', '111827.354000', '111827.357000', '111827.360000', '111827.363000', '111827.366000', '111827.368000', '111827.371000', '111827.374000', '111827.377000', '111827.380000', '111827.383000', '111827.385000', '111847.262000', '111847.265000', '111847.268000', '111847.271000', '111847.274000', '111847.277000', '111847.279000', '111847.282000', '111847.285000', '111847.288000', '111847.291000', '111847.294000', '111847.296000', '111847.301000', '111847.304000', '111847.307000', '111847.310000', '111847.313000', '111847.316000', '111847.319000', '111847.322000', '111847.324000', '111847.327000', '111847.330000', '111847.333000', '111847.336000', '111847.339000', '111847.342000', '111847.344000', '111847.347000', '111847.350000', '111847.353000', '111847.356000', '111847.359000', '111847.362000', '111847.365000', '111847.370000', '111847.374000', '111847.377000', '111847.380000', '111847.383000', '111847.385000', '111847.388000', '111907.262000', '111907.265000', '111907.268000', '111907.271000', '111907.274000', '111907.276000', '111907.279000', '111907.282000', '111907.285000', '111907.288000', '111907.291000', '111907.294000', '111907.297000', '111907.299000', '111907.302000', '111907.305000', '111907.308000', '111907.311000', '111907.314000', '111907.317000', '111907.320000', '111907.322000', '111907.325000', '111907.328000', '111907.331000', '111907.334000', '111907.337000', '111907.340000', '111907.342000', '111907.345000', '111907.348000', '111907.351000', '111907.354000', '111907.357000', '111907.360000', '111907.362000', '111907.365000', '111907.368000', '111907.371000', '111907.374000', '111907.377000', '111907.380000', '111907.382000', '111907.385000', '111927.262000', '111927.265000', '111927.268000', '111927.271000', '111927.274000', '111927.277000', '111927.279000', '111927.282000', '111927.285000', '111927.288000', '111927.291000', '111927.294000', '111927.297000', '111927.300000', '111927.302000', '111927.305000', '111927.308000', '111927.311000', '111927.314000', '111927.317000', '111927.320000', '111927.323000', '111927.325000', '111927.328000', '111927.331000', '111927.334000', '111927.337000', '111927.340000', '111927.343000', '111927.346000', '111927.348000', '111927.351000', '111927.354000', '111927.357000', '111927.360000', '111927.363000', '111927.366000', '111927.368000', '111927.371000', '111927.374000', '111927.377000', '111927.380000', '111927.383000', '111947.262000', '111947.265000', '111947.268000', '111947.271000', '111947.274000', '111947.276000', '111947.279000', '111947.282000', '111947.285000', '111947.288000', '111947.291000', '111947.294000', '111947.297000', '111947.300000', '111947.303000', '111947.306000', '111947.308000', '111947.311000', '111947.314000', '111947.317000', '111947.320000', '111947.323000', '111947.325000', '111947.328000', '111947.331000', '111947.334000', '111947.337000', '111947.355000', '111947.358000', '111947.361000', '111947.364000', '111947.366000', '111947.369000', '111947.372000', '111947.375000', '111947.378000', '111947.381000', '111947.384000', '111947.386000', '111947.389000', '111947.392000', '111947.395000', '111947.398000', '111947.401000', '112007.262000', '112007.265000', '112007.268000', '112007.271000', '112007.274000', '112007.277000', '112007.279000', '112007.282000', '112007.285000', '112007.288000', '112007.291000', '112007.294000', '112007.297000', '112007.300000', '112007.302000', '112007.305000', '112007.308000', '112007.311000', '112007.314000', '112007.317000', '112007.320000', '112007.322000', '112007.325000', '112007.328000', '112007.331000', '112007.334000', '112007.338000', '112007.341000', '112007.344000', '112007.347000', '112007.350000', '112007.353000', '112007.356000', '112007.359000', '112007.361000', '112007.364000', '112007.367000', '112007.370000', '112007.373000', '112007.376000', '112007.379000', '112007.382000', '112007.385000', '112027.261000', '112027.264000', '112027.267000', '112027.270000', '112027.273000', '112027.276000', '112027.279000', '112027.281000', '112027.284000', '112027.287000', '112027.290000', '112027.293000', '112027.296000', '112027.299000', '112027.301000', '112027.304000', '112027.307000', '112027.310000', '112027.313000', '112027.316000', '112027.319000', '112027.322000', '112027.324000', '112027.327000', '112027.330000', '112027.333000', '112027.336000', '112027.339000', '112027.342000', '112027.345000', '112027.348000', '112027.350000', '112027.353000', '112027.356000', '112027.359000', '112027.362000', '112027.365000', '112027.368000', '112027.371000', '112027.373000', '112027.376000', '112027.379000', '112027.382000', '112027.385000', '112047.262000', '112047.265000', '112047.268000', '112047.271000', '112047.274000', '112047.276000', '112047.279000', '112047.282000', '112047.285000', '112047.288000', '112047.291000', '112047.294000', '112047.297000', '112047.300000', '112047.302000', '112047.305000', '112047.308000', '112047.311000', '112047.314000', '112047.317000', '112047.320000', '112047.323000', '112047.326000', '112047.328000', '112047.331000', '112047.334000', '112047.337000', '112047.340000', '112047.343000', '112047.346000', '112047.349000', '112047.361000', '112047.364000', '112047.367000', '112047.370000', '112047.373000', '112047.376000', '112047.379000', '112047.382000', '112047.385000', '112047.388000', '112047.391000', '112047.394000', '112107.262000', '112107.265000', '112107.268000', '112107.271000', '112107.274000', '112107.277000', '112107.280000', '112107.282000', '112107.285000', '112107.288000', '112107.291000', '112107.294000', '112107.297000', '112107.300000', '112107.303000', '112107.306000', '112107.309000', '112107.312000', '112107.315000', '112107.318000', '112107.321000', '112107.324000', '112107.326000', '112107.329000', '112107.332000', '112107.335000', '112107.338000', '112107.341000', '112107.344000', '112107.347000', '112107.350000', '112107.353000', '112107.356000', '112107.358000', '112107.361000', '112107.364000', '112107.367000', '112107.370000', '112107.373000', '112107.376000', '112107.379000', '112107.382000', '112107.384000', '112107.387000', '112127.262000', '112127.265000', '112127.268000', '112127.271000', '112127.274000', '112127.277000', '112127.280000', '112127.283000', '112127.286000', '112127.289000', '112127.292000', '112127.294000', '112127.297000', '112127.300000', '112127.303000', '112127.306000', '112127.309000', '112127.312000', '112127.315000', '112127.317000', '112127.320000', '112127.323000', '112127.326000', '112127.329000', '112127.332000', '112127.335000', '112127.338000', '112127.341000', '112127.343000', '112127.346000', '112127.349000', '112127.352000', '112127.355000', '112127.358000', '112127.361000', '112127.364000', '112127.367000', '112127.370000', '112127.372000', '112127.376000', '112127.379000', '112127.382000', '112127.386000', '112147.262000', '112147.265000', '112147.268000', '112147.271000', '112147.274000', '112147.276000', '112147.279000', '112147.282000', '112147.285000', '112147.288000', '112147.291000', '112147.294000', '112147.297000', '112147.300000', '112147.303000', '112147.305000', '112147.308000', '112147.311000', '112147.314000', '112147.317000', '112147.320000', '112147.323000', '112147.326000', '112147.329000', '112147.331000', '112147.334000', '112147.337000', '112147.340000', '112147.343000', '112147.346000', '112147.349000', '112147.352000', '112147.354000', '112147.357000', '112147.360000', '112147.363000', '112147.366000', '112147.369000', '112147.372000', '112147.375000', '112147.378000', '112147.381000', '112147.384000', '112147.387000', '112207.262000', '112207.265000', '112207.268000', '112207.271000', '112207.274000', '112207.277000', '112207.280000', '112207.283000', '112207.285000', '112207.288000', '112207.291000', '112207.294000', '112207.297000', '112207.300000', '112207.303000', '112207.306000', '112207.309000', '112207.312000', '112207.314000', '112207.317000', '112207.320000', '112207.323000', '112207.326000', '112207.329000', '112207.332000', '112207.335000', '112207.338000', '112207.341000', '112207.343000', '112207.346000', '112207.349000', '112207.352000', '112207.355000', '112207.358000', '112207.361000', '112207.364000', '112207.366000', '112207.369000', '112207.372000', '112207.375000', '112207.378000', '112207.381000', '112207.384000', '112227.262000', '112227.265000', '112227.268000', '112227.271000', '112227.274000', '112227.277000', '112227.280000', '112227.283000', '112227.286000', '112227.288000', '112227.291000', '112227.294000', '112227.297000', '112227.300000', '112227.303000', '112227.306000', '112227.308000', '112227.311000', '112227.314000', '112227.317000', '112227.320000', '112227.323000', '112227.326000', '112227.329000', '112227.331000', '112227.334000', '112227.337000', '112227.340000', '112227.343000', '112227.346000', '112227.349000', '112227.352000', '112227.355000', '112227.358000', '112227.360000', '112227.363000', '112227.366000', '112227.369000', '112227.372000', '112227.375000', '112227.378000', '112227.381000', '112227.383000', '112227.386000', '112247.261000', '112247.264000', '112247.267000', '112247.270000', '112247.273000', '112247.276000', '112247.279000', '112247.281000', '112247.284000', '112247.287000', '112247.290000', '112247.293000', '112247.296000', '112247.299000', '112247.302000', '112247.304000', '112247.307000', '112247.310000', '112247.313000', '112247.325000', '112247.328000', '112247.331000', '112247.334000', '112247.336000', '112247.339000', '112247.342000', '112247.345000', '112247.348000', '112247.351000', '112247.354000', '112247.356000', '112247.359000', '112247.362000', '112247.365000', '112247.368000', '112247.371000', '112247.374000', '112247.377000', '112247.380000', '112247.383000', '112247.385000', '112247.388000', '112247.391000', '112307.262000', '112307.265000', '112307.268000', '112307.271000', '112307.274000', '112307.277000', '112307.280000', '112307.282000', '112307.285000', '112307.288000', '112307.291000', '112307.294000', '112307.297000', '112307.308000', '112307.311000', '112307.314000', '112307.317000', '112307.320000', '112307.323000', '112307.326000', '112307.329000', '112307.332000', '112307.335000', '112307.338000', '112307.340000', '112307.343000', '112307.346000', '112307.349000', '112307.352000', '112307.355000', '112307.358000', '112307.361000', '112307.364000', '112307.367000', '112307.370000', '112307.373000', '112307.376000', '112307.379000', '112307.382000', '112307.384000', '112307.387000', '112307.390000', '112307.393000', '112307.396000', '112327.262000', '112327.265000', '112327.268000', '112327.271000', '112327.274000', '112327.277000', '112327.280000', '112327.283000', '112327.286000', '112327.289000', '112327.292000', '112327.295000', '112327.298000', '112327.300000', '112327.303000', '112327.306000', '112327.309000', '112327.312000', '112327.315000', '112327.318000', '112327.321000', '112327.324000', '112327.327000', '112327.330000', '112327.333000', '112327.335000', '112327.338000', '112327.341000', '112327.344000', '112327.347000', '112327.350000', '112327.353000', '112327.356000', '112327.359000', '112327.362000', '112327.365000', '112327.368000', '112327.371000', '112327.373000', '112327.376000', '112327.379000', '112327.382000', '112327.385000', '112347.262000', '112347.265000', '112347.269000', '112347.272000', '112347.275000', '112347.278000', '112347.281000', '112347.284000', '112347.287000', '112347.290000', '112347.293000', '112347.296000', '112347.299000', '112347.302000', '112347.305000', '112347.307000', '112347.310000', '112347.313000', '112347.316000', '112347.319000', '112347.322000', '112347.325000', '112347.328000', '112347.331000', '112347.334000', '112347.337000', '112347.340000', '112347.343000', '112347.346000', '112347.349000', '112347.352000', '112347.355000', '112347.358000', '112347.361000', '112347.364000', '112347.367000', '112347.370000', '112347.373000', '112347.375000', '112347.378000', '112347.381000', '112347.384000', '112347.387000', '112407.262000', '112407.265000', '112407.268000', '112407.271000', '112407.274000', '112407.277000', '112407.280000', '112407.283000', '112407.285000', '112407.288000', '112407.291000', '112407.294000', '112407.297000', '112407.300000', '112407.303000', '112407.306000', '112407.322000', '112407.325000', '112407.328000', '112407.331000', '112407.334000', '112407.336000', '112407.339000', '112407.342000', '112407.345000', '112407.348000', '112407.351000', '112407.354000', '112407.356000', '112407.359000', '112407.362000', '112407.365000', '112407.368000', '112407.371000', '112407.374000', '112407.377000', '112407.379000', '112407.382000', '112407.385000', '112407.393000', '112407.396000', '112407.399000', '112407.402000', '112407.405000', '112427.262000', '112427.265000', '112427.268000', '112427.271000', '112427.274000', '112427.278000', '112427.280000', '112427.283000', '112427.287000', '112427.290000', '112427.293000', '112427.296000', '112427.299000', '112427.303000', '112427.306000', '112427.309000', '112427.312000', '112427.315000', '112427.318000', '112427.321000', '112427.324000', '112427.327000', '112427.330000', '112427.333000', '112427.335000', '112427.338000', '112427.341000', '112427.344000', '112427.347000', '112427.350000', '112427.353000', '112427.356000', '112427.359000', '112427.362000', '112427.365000', '112427.376000', '112427.379000', '112427.382000', '112427.385000', '112427.388000', '112427.391000', '112427.394000', '112427.397000', '112440.707000', '112440.711000', '112440.724000', '112440.727000', '112440.730000', '112440.733000', '112440.736000', '112440.739000', '112440.742000', '112440.745000', '112440.748000', '112440.751000', '112440.754000', '112440.757000', '112440.760000', '112440.763000', '112440.766000', '112440.769000', '112440.772000', '112440.775000', '112440.777000', '112440.780000', '112440.783000', '112440.786000', '112440.789000', '112440.792000', '112440.795000', '112440.798000', '112440.801000', '112440.804000'], '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': [8234, 9074, 8046, 8779, 11403, 8710, 11610, 8661, 9903, 8645, 9063, 8538, 7860, 8489, 7740, 8658, 7851, 8452, 7941, 7974, 7952, 7776, 10692, 8344, 9487, 7998, 9002, 10058, 7975, 9848, 8001, 8582, 8025, 7990, 8002, 8221, 7780, 7898, 8566, 8019, 7812, 10673, 8125, 7821, 8050, 8047, 9665, 7978, 7850, 7944, 7803, 10690, 8021, 8139, 7949, 7747, 9217, 8218, 7671, 7936, 7932, 8805, 8034, 7502, 7893, 7982, 8550, 8120, 7636, 8024, 7954, 7845, 7921, 9122, 8120, 7910, 8016, 8040, 10163, 8053, 8377, 7885, 10670, 7997, 8796, 13517, 9382, 9593, 10952, 9628, 11142, 8408, 9379, 7946, 7772, 12352, 8158, 8442, 9965, 8216, 9703, 7871, 7809, 8571, 7951, 8333, 8038, 7742, 9014, 8098, 8163, 8102, 7834, 7992, 7995, 9384, 8051, 7806, 9528, 8085, 10179, 8022, 8051, 9007, 8026, 9862, 8037, 7894, 10747, 8000, 9082, 7873, 7838, 8325, 7892, 7828, 7832, 7752, 9192, 8102, 7829, 7950, 7881, 7972, 8045, 7814, 7993, 7859, 8429, 7929, 7756, 7997, 7783, 9412, 7902, 7753, 7832, 7841, 9489, 8103, 7476, 7914, 7824, 8295, 7976, 7660, 8070, 7760, 8117, 7840, 7921, 7876, 10551, 8082, 8484, 10579, 8387, 11457, 9023, 10436, 7868, 8120, 12424, 7951, 9095, 8890, 7973, 11566, 8439, 7792, 7977, 7729, 9157, 8042, 7945, 8030, 7869, 7708, 8053, 7740, 7847, 7887, 7758, 7797, 7630, 8159, 7732, 7872, 8003, 9611, 7927, 7710, 7697, 7892, 10393, 7942, 7978, 12221, 8272, 10242, 7949, 7821, 8844, 7852, 8029, 7776, 7750, 8785, 8020, 7568, 8071, 8000, 8355, 7908, 7718, 7733, 7809, 9367, 7910, 7703, 8055, 7955, 8532, 7925, 7604, 7698, 7725, 9481, 7929, 7600, 7832, 7880, 7985, 8119, 7802, 7807, 7742, 7938, 13307, 9272, 12000, 9476, 12272, 8170, 9152, 7810, 8425, 12191, 9237, 11341, 8384, 9282, 12360, 9422, 11571, 7835, 7606, 8049, 9025, 9049, 8833, 8767, 7468, 7415, 7344, 6955, 7560, 7171, 9300, 9402, 12909, 13052, 18459, 13851, 10238, 11713, 12499, 9357, 11023, 12464, 9255, 8892, 12441, 9317, 8995, 10652, 8854, 11957, 8989, 12201, 9221, 8335, 9136, 8749, 9904, 8910, 9896, 8796, 10089, 8720, 10211, 8530, 10310, 8509, 10855, 8442, 9757, 9049, 9713, 11725, 9475, 9568, 8554, 9735, 9901, 9419, 9776, 8433, 8867, 8385, 9141, 8388, 9418, 8410, 9633, 8520, 10033, 8852, 12075, 8406, 9227, 15640, 10284, 10969, 11161, 9423, 12086, 8905, 9083, 13581, 9172, 10735, 8862, 9173, 7891, 9273, 7469, 9021, 9223, 8358, 9326, 7963, 9071, 11365, 8687, 9003, 8267, 9166, 9999, 8511, 9233, 11262, 8925, 7998, 8762, 9112, 7800, 9217, 8805, 8610, 9317, 8290, 9027, 9272, 9004, 9165, 8641, 9112, 8765, 8341, 9126, 10661, 9172, 8935, 8526, 9272, 9775, 9080, 8741, 8229, 9221, 10388, 8774, 9252, 8317, 8986, 9258, 8622, 9161, 8324, 9097, 11714, 8380, 9101, 10244, 8854, 8986, 12101, 8955, 8820, 8432, 9221, 8476, 9107, 9320, 8566, 8909, 8585, 8982, 8961, 10528, 9139, 12016, 9080, 8905, 8163, 9124, 9324, 8691, 9194, 12254, 8808, 8830, 8893, 8983, 8686, 8476, 8960, 8605, 8794, 9127, 7980, 9078, 8781, 8924, 9186, 7487, 9111, 8947, 8151, 9331, 8730, 9085, 9310, 8326, 9474, 8037, 9188, 8985, 8403, 9177, 10179, 9077, 9168, 8663, 9248, 11173, 8795, 8858, 8924, 8919, 9182, 8183, 8976, 11874, 8652, 8915, 8715, 8782, 11323, 8844, 8812, 7774, 8881, 8769, 8353, 8947, 7864, 8893, 9408, 8208, 9039, 10309, 8586, 8950, 7781, 9046, 7670, 8738, 8821, 8238, 8993, 7601, 9060, 8203, 8839, 8189, 8626, 9031, 8017, 8777, 8546, 8122, 12766, 10011, 8204, 8445, 8650, 12264, 10973, 8961, 13395, 9912, 14161, 11183, 13010, 10082, 13567, 11049, 13814, 9788, 13418, 8289, 10054, 7864, 9343, 12930, 9824, 10900, 8605, 10957, 8141, 9357, 7765, 8888, 8389, 8839, 9739, 8811, 9062, 7534, 8910, 10229, 8618, 9007, 8096, 8857, 7544, 8985, 7413, 8849, 9237, 8630, 9801, 8658, 9794, 8536, 9266, 8115, 9025, 7908, 8748, 11061, 8501, 9780, 8374, 9104, 8659, 8771, 8195, 9014, 7775, 8974, 11828, 8948, 9275, 8171, 8855, 10209, 8739, 9678, 8693, 9226, 8173, 8809, 11390, 8732, 9031, 8218, 8856, 7861, 8780, 9003, 8147, 8653, 7932, 8886, 8208, 8995, 10749, 8785, 9025, 8887, 8874, 10018, 8503, 8880, 7870, 8812, 11623, 8511, 8709, 12208, 8735, 8731, 9018, 8699, 9251, 8532, 8485, 9409, 8596, 8472, 8045, 8684, 9319, 8476, 8721, 8136, 8671, 8570, 8310, 8668, 9875, 8555, 8638, 7750, 8679, 9250, 8277, 8731, 7970, 8786, 7902, 8594, 12377, 8205, 8492, 12314, 8526, 10836, 9366, 11443, 8482, 8905, 9505, 8494, 14249, 10008, 11852, 11666, 10886, 12544, 9217, 10421, 8037, 8921, 10053, 8456, 11136, 8408, 11890, 8996, 8665, 10076, 8015, 8765, 10389, 8352, 9009, 8271, 8816, 8735, 8342, 8947, 8272, 8805, 7644, 8477, 9023, 7995, 8938, 7940, 8399, 8961, 8199, 8848, 7970, 8418, 9166, 8229, 8656, 10841, 8413, 8711, 8684, 8347, 9069, 8298, 8321, 9603, 8173, 8331, 10023, 8412, 8309, 7868, 8432, 8616, 8311, 8637, 7966, 8499, 7786, 8305, 9156, 8115, 8556, 11604, 8657, 11763, 8262, 10262, 8468, 9099, 14107, 10352, 9185, 13197, 9588, 10271, 8324, 9131, 12297, 8226, 8812, 11320, 8503, 8954, 8096, 8518, 9642, 8194, 8888, 8314, 8185, 8655, 8081, 8870, 9412, 8371, 8693, 8201, 8345, 8087, 8369, 9117, 8789, 8643, 10530, 9523, 9012, 11085, 8720, 9026, 11305, 8488, 9037, 9820, 8665, 9054, 8233, 8623, 9959, 8360, 8826, 7978, 8098, 8463, 7939, 8229, 8663, 8311, 8527, 7848, 8158, 8936, 7901, 8487, 10370, 8112, 8677, 10082, 8396, 8641, 7805, 8839, 7863, 8123, 9234, 8053, 8415, 12842, 9608, 10214, 8516, 9255, 13850, 10137, 9186, 13159, 9608, 9550, 13360, 9901, 9257, 9153, 8859, 9342, 10690, 8665, 9303, 8217, 8971, 10379, 8566, 8727, 10139, 8227, 8914, 8213, 8409, 9048, 7985, 8818, 9538, 8609, 8920, 7848, 8289, 7915, 8204, 8937, 7976, 8892, 10854, 8128, 9049, 10404, 8268, 9146, 8041, 8908, 8559, 8341, 8966, 8190, 8968, 11539, 8785, 8938, 9052, 8829, 9968, 10919, 8737, 9494, 8238, 8860, 10639, 8067, 8821, 7914, 8460, 8950, 8009, 8565, 9634, 8110, 8654, 8076, 8361, 8777, 8323, 8830, 10891, 8294, 8556, 10540, 8215, 8932, 8687, 8548, 9464, 8051, 8967, 9385, 8149, 9526, 8222, 9897, 7913, 9115, 9693, 8945, 10969, 9840, 9153, 12442, 8647, 9076, 10581, 8828, 9541, 7940, 9180, 11688, 8632, 8967, 8167, 9028, 9940, 8163, 8862, 7995, 8797, 9088, 7983, 9043, 7824, 8465, 9006, 8201, 8969, 8021, 8469, 7891, 8638, 8018, 8859, 10191, 8900, 12688, 9793, 9449, 13754, 10101, 11577, 8344, 9262, 9334, 9001, 10364, 9669, 9196, 11289, 8885, 9262, 11411, 8620, 9461, 8056, 8973, 8877, 8203, 8893, 7894, 8901, 9075, 8205, 9223, 8361, 8327, 8922, 7940, 9124, 7821, 8487, 9043, 8038, 9275, 8908, 8386, 9015, 8054, 8970, 7948, 8978, 9800, 8074, 8963, 7943, 8898, 9716, 8137, 8921, 8175, 8804, 7852, 8627, 10207, 8103, 8818, 9292, 9081, 10762, 7983, 8843, 8096, 8406, 10627, 7971, 8848, 11342, 8390, 9572, 7844, 8998, 10775, 8151, 8674, 7890, 8539, 8457, 7861], 'WindowCenter': [4237.0, 4234.0, 4210.0, 4219.0, 4246.0, 4204.0, 4221.0, 4191.0, 4210.0, 4203.0, 4227.0, 4206.0, 4195.0, 4205.0, 4195.0, 4217.0, 4207.0, 4218.0, 4207.0, 4209.0, 4207.0, 4210.0, 4252.0, 4232.0, 4228.0, 4196.0, 4216.0, 4214.0, 4195.0, 4226.0, 4196.0, 4205.0, 4220.0, 4222.0, 4209.0, 4208.0, 4195.0, 4196.0, 4217.0, 4207.0, 4209.0, 4238.0, 4208.0, 4198.0, 4207.0, 4221.0, 4241.0, 4209.0, 4196.0, 4194.0, 4197.0, 4237.0, 4207.0, 4197.0, 4196.0, 4197.0, 4228.0, 4221.0, 4198.0, 4196.0, 4207.0, 4216.0, 4206.0, 4197.0, 4207.0, 4221.0, 4242.0, 4234.0, 4222.0, 4221.0, 4210.0, 4209.0, 4210.0, 4229.0, 4221.0, 4222.0, 4234.0, 4224.0, 4252.0, 4222.0, 4219.0, 4210.0, 4240.0, 4209.0, 4220.0, 4260.0, 4229.0, 4231.0, 4251.0, 4240.0, 4248.0, 4207.0, 4216.0, 4194.0, 4185.0, 4244.0, 4193.0, 4206.0, 4226.0, 4206.0, 4214.0, 4193.0, 4184.0, 4190.0, 4182.0, 4191.0, 4191.0, 4195.0, 4215.0, 4205.0, 4205.0, 4194.0, 4194.0, 4192.0, 4206.0, 4227.0, 4207.0, 4208.0, 4228.0, 4207.0, 4226.0, 4195.0, 4193.0, 4214.0, 4195.0, 4224.0, 4192.0, 4195.0, 4236.0, 4205.0, 4203.0, 4192.0, 4183.0, 4192.0, 4192.0, 4182.0, 4181.0, 4184.0, 4215.0, 4206.0, 4194.0, 4194.0, 4193.0, 4191.0, 4193.0, 4183.0, 4193.0, 4194.0, 4204.0, 4206.0, 4196.0, 4195.0, 4195.0, 4213.0, 4194.0, 4195.0, 4194.0, 4195.0, 4225.0, 4205.0, 4183.0, 4193.0, 4194.0, 4203.0, 4205.0, 4195.0, 4205.0, 4196.0, 4207.0, 4206.0, 4206.0, 4208.0, 4237.0, 4208.0, 4218.0, 4237.0, 4219.0, 4248.0, 4216.0, 4224.0, 4181.0, 4191.0, 4231.0, 4181.0, 4201.0, 4201.0, 4193.0, 4233.0, 4191.0, 4170.0, 4179.0, 4169.0, 4198.0, 4179.0, 4180.0, 4178.0, 4192.0, 4181.0, 4192.0, 4182.0, 4192.0, 4192.0, 4193.0, 4195.0, 4195.0, 4207.0, 4197.0, 4219.0, 4219.0, 4228.0, 4207.0, 4196.0, 4184.0, 4194.0, 4224.0, 4193.0, 4195.0, 4245.0, 4194.0, 4225.0, 4205.0, 4196.0, 4213.0, 4192.0, 4181.0, 4181.0, 4193.0, 4203.0, 4194.0, 4195.0, 4206.0, 4207.0, 4205.0, 4206.0, 4195.0, 4195.0, 4196.0, 4226.0, 4206.0, 4197.0, 4207.0, 4208.0, 4217.0, 4207.0, 4196.0, 4193.0, 4194.0, 4213.0, 4204.0, 4206.0, 4207.0, 4218.0, 4219.0, 4219.0, 4207.0, 4206.0, 4194.0, 4206.0, 4256.0, 4216.0, 4246.0, 4215.0, 4245.0, 4194.0, 4203.0, 4181.0, 4191.0, 4231.0, 4201.0, 4221.0, 4179.0, 4213.0, 4232.0, 4201.0, 4220.0, 4169.0, 4168.0, 4193.0, 4211.0, 4212.0, 4197.0, 4193.0, 4217.0, 4215.0, 4203.0, 4190.0, 4198.0, 4174.0, 4203.0, 4179.0, 4238.0, 4240.0, 4260.0, 4238.0, 4205.0, 4228.0, 4228.0, 4196.0, 4215.0, 4224.0, 4194.0, 4195.0, 4226.0, 4196.0, 4185.0, 4206.0, 4185.0, 4227.0, 4197.0, 4226.0, 4184.0, 4173.0, 4183.0, 4186.0, 4205.0, 4197.0, 4206.0, 4199.0, 4220.0, 4201.0, 4218.0, 4201.0, 4233.0, 4213.0, 4233.0, 4202.0, 4222.0, 4201.0, 4224.0, 4256.0, 4225.0, 4222.0, 4202.0, 4223.0, 4235.0, 4238.0, 4237.0, 4218.0, 4227.0, 4217.0, 4225.0, 4217.0, 4226.0, 4219.0, 4241.0, 4229.0, 4250.0, 4229.0, 4270.0, 4218.0, 4229.0, 4278.0, 4236.0, 4235.0, 4234.0, 4215.0, 4246.0, 4203.0, 4226.0, 4265.0, 4225.0, 4231.0, 4201.0, 4201.0, 4190.0, 4212.0, 4181.0, 4214.0, 4225.0, 4218.0, 4239.0, 4206.0, 4216.0, 4244.0, 4214.0, 4213.0, 4202.0, 4213.0, 4224.0, 4216.0, 4227.0, 4245.0, 4214.0, 4203.0, 4215.0, 4226.0, 4194.0, 4225.0, 4227.0, 4216.0, 4238.0, 4232.0, 4241.0, 4238.0, 4228.0, 4240.0, 4217.0, 4227.0, 4216.0, 4205.0, 4227.0, 4236.0, 4228.0, 4240.0, 4240.0, 4250.0, 4248.0, 4225.0, 4213.0, 4202.0, 4224.0, 4234.0, 4215.0, 4226.0, 4214.0, 4227.0, 4238.0, 4228.0, 4226.0, 4205.0, 4214.0, 4244.0, 4191.0, 4212.0, 4223.0, 4212.0, 4214.0, 4242.0, 4214.0, 4225.0, 4216.0, 4224.0, 4216.0, 4227.0, 4212.0, 4202.0, 4213.0, 4214.0, 4213.0, 4227.0, 4246.0, 4225.0, 4243.0, 4212.0, 4200.0, 4188.0, 4210.0, 4200.0, 4188.0, 4200.0, 4230.0, 4211.0, 4200.0, 4199.0, 4199.0, 4187.0, 4186.0, 4199.0, 4187.0, 4188.0, 4210.0, 4190.0, 4212.0, 4201.0, 4212.0, 4212.0, 4179.0, 4211.0, 4225.0, 4204.0, 4226.0, 4226.0, 4238.0, 4236.0, 4215.0, 4224.0, 4201.0, 4224.0, 4225.0, 4213.0, 4226.0, 4237.0, 4238.0, 4238.0, 4227.0, 4226.0, 4244.0, 4214.0, 4226.0, 4214.0, 4224.0, 4225.0, 4216.0, 4226.0, 4257.0, 4215.0, 4225.0, 4214.0, 4216.0, 4244.0, 4226.0, 4227.0, 4205.0, 4227.0, 4228.0, 4229.0, 4228.0, 4216.0, 4228.0, 4236.0, 4217.0, 4238.0, 4249.0, 4228.0, 4240.0, 4208.0, 4226.0, 4206.0, 4226.0, 4227.0, 4227.0, 4239.0, 4230.0, 4253.0, 4243.0, 4251.0, 4253.0, 4256.0, 4254.0, 4244.0, 4256.0, 4245.0, 4230.0, 4270.0, 4236.0, 4206.0, 4216.0, 4216.0, 4256.0, 4246.0, 4226.0, 4266.0, 4224.0, 4252.0, 4221.0, 4241.0, 4222.0, 4242.0, 4207.0, 4229.0, 4196.0, 4226.0, 4164.0, 4183.0, 4150.0, 4182.0, 4213.0, 4194.0, 4192.0, 4162.0, 4192.0, 4151.0, 4171.0, 4149.0, 4170.0, 4149.0, 4172.0, 4181.0, 4172.0, 4172.0, 4151.0, 4184.0, 4193.0, 4173.0, 4172.0, 4162.0, 4171.0, 4152.0, 4184.0, 4154.0, 4186.0, 4196.0, 4189.0, 4208.0, 4189.0, 4207.0, 4188.0, 4198.0, 4177.0, 4199.0, 4177.0, 4188.0, 4218.0, 4200.0, 4221.0, 4202.0, 4201.0, 4200.0, 4189.0, 4190.0, 4202.0, 4192.0, 4214.0, 4256.0, 4215.0, 4213.0, 4204.0, 4227.0, 4234.0, 4214.0, 4212.0, 4202.0, 4212.0, 4201.0, 4212.0, 4232.0, 4214.0, 4226.0, 4203.0, 4213.0, 4192.0, 4226.0, 4228.0, 4217.0, 4214.0, 4204.0, 4215.0, 4217.0, 4240.0, 4259.0, 4230.0, 4228.0, 4225.0, 4240.0, 4250.0, 4228.0, 4216.0, 4204.0, 4214.0, 4233.0, 4202.0, 4215.0, 4256.0, 4216.0, 4214.0, 4225.0, 4227.0, 4225.0, 4214.0, 4203.0, 4211.0, 4202.0, 4203.0, 4203.0, 4214.0, 4224.0, 4217.0, 4227.0, 4205.0, 4215.0, 4214.0, 4204.0, 4215.0, 4235.0, 4216.0, 4227.0, 4207.0, 4240.0, 4240.0, 4231.0, 4241.0, 4219.0, 4228.0, 4243.0, 4230.0, 4268.0, 4216.0, 4228.0, 4258.0, 4228.0, 4247.0, 4228.0, 4246.0, 4215.0, 4214.0, 4213.0, 4215.0, 4255.0, 4223.0, 4245.0, 4233.0, 4222.0, 4230.0, 4200.0, 4208.0, 4166.0, 4185.0, 4195.0, 4175.0, 4218.0, 4177.0, 4218.0, 4185.0, 4175.0, 4194.0, 4175.0, 4183.0, 4194.0, 4187.0, 4185.0, 4186.0, 4198.0, 4187.0, 4187.0, 4196.0, 4186.0, 4197.0, 4176.0, 4188.0, 4213.0, 4202.0, 4224.0, 4203.0, 4203.0, 4201.0, 4201.0, 4211.0, 4189.0, 4189.0, 4211.0, 4189.0, 4202.0, 4232.0, 4203.0, 4201.0, 4200.0, 4201.0, 4200.0, 4189.0, 4190.0, 4209.0, 4200.0, 4202.0, 4220.0, 4215.0, 4215.0, 4215.0, 4227.0, 4215.0, 4214.0, 4214.0, 4203.0, 4226.0, 4204.0, 4217.0, 4238.0, 4218.0, 4240.0, 4259.0, 4229.0, 4258.0, 4216.0, 4236.0, 4205.0, 4229.0, 4267.0, 4224.0, 4227.0, 4255.0, 4223.0, 4222.0, 4189.0, 4199.0, 4218.0, 4175.0, 4187.0, 4217.0, 4187.0, 4210.0, 4189.0, 4201.0, 4209.0, 4189.0, 4199.0, 4187.0, 4188.0, 4199.0, 4189.0, 4211.0, 4211.0, 4215.0, 4214.0, 4213.0, 4214.0, 4203.0, 4204.0, 4214.0, 4226.0, 4228.0, 4247.0, 4224.0, 4214.0, 4247.0, 4216.0, 4213.0, 4231.0, 4199.0, 4198.0, 4207.0, 4188.0, 4199.0, 4190.0, 4201.0, 4220.0, 4200.0, 4200.0, 4188.0, 4190.0, 4200.0, 4191.0, 4214.0, 4213.0, 4214.0, 4214.0, 4204.0, 4216.0, 4238.0, 4219.0, 4241.0, 4260.0, 4219.0, 4242.0, 4261.0, 4230.0, 4228.0, 4216.0, 4237.0, 4216.0, 4230.0, 4252.0, 4231.0, 4243.0, 4282.0, 4251.0, 4249.0, 4217.0, 4226.0, 4256.0, 4222.0, 4211.0, 4241.0, 4210.0, 4210.0, 4241.0, 4209.0, 4187.0, 4185.0, 4185.0, 4197.0, 4207.0, 4184.0, 4184.0, 4173.0, 4184.0, 4194.0, 4174.0, 4174.0, 4193.0, 4174.0, 4185.0, 4174.0, 4175.0, 4196.0, 4187.0, 4200.0, 4197.0, 4211.0, 4211.0, 4189.0, 4189.0, 4188.0, 4200.0, 4199.0, 4188.0, 4212.0, 4232.0, 4202.0, 4213.0, 4233.0, 4203.0, 4212.0, 4191.0, 4212.0, 4200.0, 4202.0, 4212.0, 4202.0, 4214.0, 4244.0, 4204.0, 4213.0, 4201.0, 4211.0, 4211.0, 4219.0, 4199.0, 4210.0, 4188.0, 4210.0, 4221.0, 4190.0, 4200.0, 4189.0, 4200.0, 4199.0, 4178.0, 4200.0, 4210.0, 4191.0, 4202.0, 4192.0, 4203.0, 4212.0, 4203.0, 4213.0, 4232.0, 4203.0, 4214.0, 4233.0, 4204.0, 4225.0, 4214.0, 4213.0, 4222.0, 4202.0, 4212.0, 4211.0, 4203.0, 4223.0, 4204.0, 4224.0, 4203.0, 4213.0, 4211.0, 4212.0, 4233.0, 4235.0, 4225.0, 4254.0, 4213.0, 4212.0, 4220.0, 4199.0, 4197.0, 4176.0, 4198.0, 4228.0, 4199.0, 4212.0, 4189.0, 4211.0, 4221.0, 4200.0, 4199.0, 4188.0, 4200.0, 4199.0, 4191.0, 4213.0, 4206.0, 4216.0, 4214.0, 4227.0, 4240.0, 4229.0, 4230.0, 4219.0, 4228.0, 4205.0, 4226.0, 4249.0, 4239.0, 4258.0, 4250.0, 4237.0, 4267.0, 4235.0, 4233.0, 4191.0, 4199.0, 4187.0, 4187.0, 4208.0, 4197.0, 4199.0, 4231.0, 4198.0, 4211.0, 4230.0, 4200.0, 4208.0, 4177.0, 4197.0, 4185.0, 4187.0, 4198.0, 4188.0, 4212.0, 4211.0, 4202.0, 4224.0, 4202.0, 4202.0, 4200.0, 4190.0, 4224.0, 4204.0, 4214.0, 4212.0, 4203.0, 4237.0, 4237.0, 4216.0, 4223.0, 4203.0, 4212.0, 4192.0, 4213.0, 4234.0, 4205.0, 4224.0, 4216.0, 4238.0, 4237.0, 4218.0, 4226.0, 4215.0, 4223.0, 4203.0, 4216.0, 4246.0, 4229.0, 4241.0, 4237.0, 4241.0, 4259.0, 4218.0, 4226.0, 4203.0, 4203.0, 4233.0, 4204.0, 4226.0, 4245.0, 4215.0, 4226.0, 4205.0, 4227.0, 4246.0, 4205.0, 4212.0, 4192.0, 4226.0, 4202.0, 4203.0], 'WindowWidth': [9395.0, 9381.0, 9339.0, 9347.0, 9380.0, 9317.0, 9334.0, 9294.0, 9317.0, 9314.0, 9357.0, 9324.0, 9309.0, 9321.0, 9309.0, 9341.0, 9327.0, 9344.0, 9328.0, 9335.0, 9327.0, 9335.0, 9398.0, 9372.0, 9358.0, 9311.0, 9337.0, 9329.0, 9306.0, 9348.0, 9308.0, 9322.0, 9352.0, 9361.0, 9336.0, 9329.0, 9308.0, 9310.0, 9339.0, 9325.0, 9335.0, 9371.0, 9330.0, 9315.0, 9328.0, 9354.0, 9383.0, 9334.0, 9311.0, 9305.0, 9313.0, 9365.0, 9326.0, 9313.0, 9310.0, 9314.0, 9358.0, 9354.0, 9317.0, 9311.0, 9327.0, 9336.0, 9324.0, 9315.0, 9328.0, 9356.0, 9387.0, 9379.0, 9358.0, 9354.0, 9339.0, 9333.0, 9338.0, 9362.0, 9354.0, 9358.0, 9379.0, 9363.0, 9399.0, 9356.0, 9349.0, 9337.0, 9375.0, 9332.0, 9351.0, 9406.0, 9359.0, 9367.0, 9393.0, 9378.0, 9383.0, 9327.0, 9337.0, 9302.0, 9293.0, 9371.0, 9301.0, 9324.0, 9352.0, 9323.0, 9330.0, 9302.0, 9289.0, 9294.0, 9285.0, 9296.0, 9296.0, 9307.0, 9335.0, 9323.0, 9322.0, 9305.0, 9306.0, 9301.0, 9324.0, 9355.0, 9327.0, 9332.0, 9358.0, 9330.0, 9350.0, 9307.0, 9304.0, 9332.0, 9308.0, 9345.0, 9300.0, 9308.0, 9368.0, 9323.0, 9314.0, 9298.0, 9286.0, 9297.0, 9299.0, 9285.0, 9283.0, 9290.0, 9336.0, 9327.0, 9307.0, 9304.0, 9301.0, 9296.0, 9301.0, 9290.0, 9302.0, 9305.0, 9318.0, 9327.0, 9311.0, 9309.0, 9308.0, 9330.0, 9305.0, 9309.0, 9304.0, 9307.0, 9347.0, 9323.0, 9290.0, 9303.0, 9306.0, 9317.0, 9322.0, 9311.0, 9325.0, 9314.0, 9329.0, 9327.0, 9327.0, 9332.0, 9369.0, 9331.0, 9345.0, 9369.0, 9348.0, 9385.0, 9339.0, 9343.0, 9283.0, 9297.0, 9350.0, 9282.0, 9307.0, 9309.0, 9301.0, 9354.0, 9297.0, 9264.0, 9273.0, 9263.0, 9299.0, 9276.0, 9277.0, 9274.0, 9300.0, 9282.0, 9300.0, 9285.0, 9301.0, 9299.0, 9305.0, 9311.0, 9310.0, 9328.0, 9317.0, 9349.0, 9351.0, 9358.0, 9328.0, 9310.0, 9291.0, 9306.0, 9343.0, 9302.0, 9306.0, 9376.0, 9304.0, 9349.0, 9325.0, 9311.0, 9330.0, 9300.0, 9282.0, 9282.0, 9301.0, 9315.0, 9304.0, 9308.0, 9326.0, 9329.0, 9324.0, 9325.0, 9309.0, 9307.0, 9314.0, 9353.0, 9325.0, 9314.0, 9329.0, 9332.0, 9342.0, 9328.0, 9313.0, 9304.0, 9307.0, 9330.0, 9321.0, 9328.0, 9330.0, 9348.0, 9351.0, 9349.0, 9330.0, 9328.0, 9309.0, 9326.0, 9394.0, 9337.0, 9381.0, 9337.0, 9378.0, 9303.0, 9314.0, 9281.0, 9295.0, 9349.0, 9306.0, 9335.0, 9276.0, 9329.0, 9355.0, 9309.0, 9332.0, 9260.0, 9260.0, 9305.0, 9328.0, 9329.0, 9303.0, 9294.0, 9360.0, 9351.0, 9332.0, 9307.0, 9311.0, 9273.0, 9305.0, 9262.0, 9361.0, 9365.0, 9397.0, 9362.0, 9310.0, 9345.0, 9348.0, 9297.0, 9321.0, 9333.0, 9294.0, 9295.0, 9340.0, 9299.0, 9281.0, 9314.0, 9281.0, 9345.0, 9302.0, 9338.0, 9276.0, 9259.0, 9273.0, 9285.0, 9307.0, 9300.0, 9311.0, 9307.0, 9337.0, 9314.0, 9332.0, 9314.0, 9362.0, 9334.0, 9359.0, 9317.0, 9341.0, 9312.0, 9348.0, 9394.0, 9349.0, 9340.0, 9315.0, 9344.0, 9366.0, 9377.0, 9371.0, 9348.0, 9360.0, 9347.0, 9352.0, 9344.0, 9355.0, 9352.0, 9383.0, 9365.0, 9396.0, 9365.0, 9423.0, 9349.0, 9361.0, 9429.0, 9366.0, 9363.0, 9359.0, 9337.0, 9380.0, 9317.0, 9355.0, 9409.0, 9352.0, 9352.0, 9312.0, 9309.0, 9294.0, 9327.0, 9287.0, 9335.0, 9351.0, 9349.0, 9377.0, 9329.0, 9341.0, 9375.0, 9335.0, 9332.0, 9316.0, 9332.0, 9349.0, 9343.0, 9358.0, 9379.0, 9335.0, 9320.0, 9338.0, 9356.0, 9309.0, 9354.0, 9359.0, 9341.0, 9376.0, 9375.0, 9387.0, 9376.0, 9363.0, 9380.0, 9345.0, 9359.0, 9343.0, 9324.0, 9357.0, 9368.0, 9360.0, 9381.0, 9384.0, 9397.0, 9390.0, 9354.0, 9334.0, 9317.0, 9348.0, 9362.0, 9337.0, 9354.0, 9337.0, 9358.0, 9377.0, 9363.0, 9356.0, 9323.0, 9335.0, 9375.0, 9298.0, 9328.0, 9345.0, 9329.0, 9334.0, 9371.0, 9334.0, 9352.0, 9343.0, 9349.0, 9346.0, 9359.0, 9331.0, 9316.0, 9332.0, 9335.0, 9333.0, 9360.0, 9384.0, 9353.0, 9373.0, 9328.0, 9310.0, 9291.0, 9322.0, 9309.0, 9290.0, 9308.0, 9350.0, 9326.0, 9311.0, 9305.0, 9305.0, 9286.0, 9284.0, 9303.0, 9285.0, 9289.0, 9321.0, 9296.0, 9330.0, 9312.0, 9328.0, 9328.0, 9282.0, 9326.0, 9355.0, 9326.0, 9355.0, 9358.0, 9378.0, 9370.0, 9340.0, 9350.0, 9316.0, 9350.0, 9354.0, 9336.0, 9355.0, 9373.0, 9378.0, 9376.0, 9359.0, 9356.0, 9377.0, 9338.0, 9355.0, 9336.0, 9350.0, 9352.0, 9345.0, 9359.0, 9399.0, 9341.0, 9352.0, 9335.0, 9340.0, 9377.0, 9356.0, 9359.0, 9327.0, 9361.0, 9363.0, 9367.0, 9364.0, 9343.0, 9362.0, 9369.0, 9347.0, 9376.0, 9392.0, 9366.0, 9382.0, 9335.0, 9359.0, 9331.0, 9360.0, 9360.0, 9365.0, 9382.0, 9374.0, 9410.0, 9397.0, 9405.0, 9412.0, 9419.0, 9414.0, 9398.0, 9417.0, 9399.0, 9369.0, 9422.0, 9367.0, 9327.0, 9342.0, 9340.0, 9394.0, 9384.0, 9358.0, 9414.0, 9350.0, 9386.0, 9337.0, 9367.0, 9343.0, 9368.0, 9313.0, 9346.0, 9295.0, 9334.0, 9247.0, 9271.0, 9222.0, 9268.0, 9313.0, 9287.0, 9284.0, 9240.0, 9280.0, 9225.0, 9250.0, 9219.0, 9248.0, 9218.0, 9253.0, 9267.0, 9253.0, 9253.0, 9225.0, 9275.0, 9286.0, 9257.0, 9254.0, 9241.0, 9252.0, 9227.0, 9274.0, 9234.0, 9281.0, 9294.0, 9290.0, 9315.0, 9291.0, 9312.0, 9288.0, 9300.0, 9272.0, 9303.0, 9273.0, 9289.0, 9329.0, 9306.0, 9338.0, 9317.0, 9313.0, 9308.0, 9290.0, 9295.0, 9313.0, 9302.0, 9336.0, 9396.0, 9338.0, 9332.0, 9322.0, 9359.0, 9364.0, 9334.0, 9327.0, 9314.0, 9326.0, 9312.0, 9329.0, 9354.0, 9333.0, 9355.0, 9318.0, 9331.0, 9302.0, 9357.0, 9364.0, 9347.0, 9337.0, 9323.0, 9337.0, 9347.0, 9383.0, 9408.0, 9370.0, 9361.0, 9353.0, 9381.0, 9395.0, 9364.0, 9342.0, 9321.0, 9332.0, 9356.0, 9314.0, 9339.0, 9395.0, 9343.0, 9336.0, 9353.0, 9359.0, 9352.0, 9335.0, 9318.0, 9325.0, 9316.0, 9318.0, 9317.0, 9335.0, 9350.0, 9346.0, 9360.0, 9328.0, 9339.0, 9335.0, 9320.0, 9340.0, 9366.0, 9343.0, 9357.0, 9332.0, 9384.0, 9382.0, 9372.0, 9385.0, 9352.0, 9363.0, 9396.0, 9369.0, 9417.0, 9343.0, 9363.0, 9405.0, 9361.0, 9388.0, 9362.0, 9382.0, 9339.0, 9335.0, 9331.0, 9336.0, 9395.0, 9346.0, 9378.0, 9359.0, 9343.0, 9349.0, 9307.0, 9314.0, 9254.0, 9280.0, 9293.0, 9265.0, 9329.0, 9272.0, 9328.0, 9281.0, 9265.0, 9287.0, 9266.0, 9275.0, 9289.0, 9289.0, 9280.0, 9284.0, 9303.0, 9287.0, 9288.0, 9297.0, 9284.0, 9299.0, 9270.0, 9291.0, 9335.0, 9318.0, 9352.0, 9320.0, 9319.0, 9312.0, 9312.0, 9324.0, 9292.0, 9294.0, 9325.0, 9293.0, 9315.0, 9357.0, 9320.0, 9315.0, 9310.0, 9311.0, 9309.0, 9292.0, 9296.0, 9320.0, 9310.0, 9314.0, 9338.0, 9340.0, 9342.0, 9343.0, 9360.0, 9340.0, 9336.0, 9336.0, 9322.0, 9356.0, 9325.0, 9347.0, 9376.0, 9352.0, 9383.0, 9406.0, 9365.0, 9401.0, 9344.0, 9369.0, 9326.0, 9365.0, 9416.0, 9347.0, 9359.0, 9394.0, 9348.0, 9342.0, 9293.0, 9304.0, 9329.0, 9267.0, 9285.0, 9327.0, 9286.0, 9322.0, 9295.0, 9314.0, 9320.0, 9292.0, 9306.0, 9287.0, 9289.0, 9307.0, 9293.0, 9326.0, 9326.0, 9340.0, 9337.0, 9335.0, 9338.0, 9322.0, 9323.0, 9337.0, 9359.0, 9363.0, 9385.0, 9349.0, 9337.0, 9389.0, 9343.0, 9334.0, 9353.0, 9305.0, 9302.0, 9311.0, 9289.0, 9304.0, 9295.0, 9313.0, 9337.0, 9310.0, 9309.0, 9292.0, 9298.0, 9310.0, 9302.0, 9337.0, 9334.0, 9338.0, 9338.0, 9324.0, 9344.0, 9376.0, 9354.0, 9389.0, 9410.0, 9355.0, 9391.0, 9414.0, 9371.0, 9364.0, 9345.0, 9374.0, 9345.0, 9371.0, 9405.0, 9377.0, 9395.0, 9447.0, 9400.0, 9392.0, 9347.0, 9355.0, 9399.0, 9342.0, 9325.0, 9369.0, 9323.0, 9323.0, 9367.0, 9319.0, 9285.0, 9278.0, 9277.0, 9300.0, 9313.0, 9277.0, 9276.0, 9260.0, 9276.0, 9288.0, 9261.0, 9263.0, 9286.0, 9264.0, 9280.0, 9264.0, 9267.0, 9296.0, 9287.0, 9309.0, 9300.0, 9329.0, 9327.0, 9295.0, 9295.0, 9292.0, 9311.0, 9307.0, 9292.0, 9329.0, 9358.0, 9317.0, 9334.0, 9361.0, 9320.0, 9330.0, 9299.0, 9329.0, 9310.0, 9316.0, 9331.0, 9315.0, 9338.0, 9378.0, 9321.0, 9332.0, 9313.0, 9325.0, 9327.0, 9333.0, 9306.0, 9321.0, 9290.0, 9324.0, 9338.0, 9298.0, 9310.0, 9295.0, 9309.0, 9306.0, 9275.0, 9309.0, 9322.0, 9299.0, 9317.0, 9302.0, 9319.0, 9329.0, 9320.0, 9334.0, 9358.0, 9319.0, 9337.0, 9359.0, 9324.0, 9353.0, 9336.0, 9334.0, 9342.0, 9315.0, 9330.0, 9327.0, 9319.0, 9346.0, 9323.0, 9350.0, 9320.0, 9333.0, 9327.0, 9328.0, 9361.0, 9366.0, 9351.0, 9393.0, 9334.0, 9329.0, 9335.0, 9305.0, 9301.0, 9271.0, 9301.0, 9343.0, 9305.0, 9329.0, 9294.0, 9328.0, 9340.0, 9311.0, 9308.0, 9291.0, 9309.0, 9305.0, 9299.0, 9335.0, 9331.0, 9343.0, 9336.0, 9360.0, 9387.0, 9368.0, 9371.0, 9357.0, 9361.0, 9328.0, 9356.0, 9395.0, 9381.0, 9404.0, 9396.0, 9376.0, 9415.0, 9365.0, 9359.0, 9297.0, 9305.0, 9283.0, 9284.0, 9317.0, 9299.0, 9305.0, 9355.0, 9306.0, 9326.0, 9355.0, 9311.0, 9317.0, 9273.0, 9299.0, 9280.0, 9285.0, 9301.0, 9291.0, 9332.0, 9325.0, 9316.0, 9349.0, 9317.0, 9316.0, 9308.0, 9297.0, 9352.0, 9323.0, 9336.0, 9331.0, 9318.0, 9373.0, 9376.0, 9345.0, 9347.0, 9320.0, 9330.0, 9301.0, 9334.0, 9363.0, 9327.0, 9350.0, 9342.0, 9378.0, 9373.0, 9350.0, 9358.0, 9341.0, 9348.0, 9320.0, 9342.0, 9384.0, 9368.0, 9387.0, 9376.0, 9388.0, 9408.0, 9349.0, 9355.0, 9321.0, 9319.0, 9358.0, 9323.0, 9354.0, 9381.0, 9338.0, 9356.0, 9324.0, 9360.0, 9384.0, 9326.0, 9330.0, 9302.0, 9358.0, 9317.0, 9320.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.009956983082706766</td></tr>
<tr><td colspan=3>aqi</td><td>0.09580780939849624</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.66767073170278</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0970457267638776</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0151892659924742</td></tr>
<tr><td colspan=3>efc</td><td>0.4478</td></tr>
<tr><td colspan=3>fber</td><td>6503.5918</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15922659577698475</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>177</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.63533834586466</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7115846129077354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5887511200975455</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.984076837944973</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.561925880680687</td></tr>
<tr><td colspan=3>gcor</td><td>0.00848562</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013802114874124527</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030831634998321533</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.8244646669650804</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.995</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8003</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9625</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309104.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>685.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.6408</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9129</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.0968</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3451.621</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.4026</td></tr>
<tr><td colspan=3>tsnr</td><td>21.69904929329641</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>