<?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-0109_ses-01_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-01/func/sub-0109_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>42f5e95317c717280faee0c405c626f2</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:51:48.082500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998715, -0.0494145, -0.0112207, 0.0500685, 0.9964, 0.0684064]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0945997</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7782, -7254, 322, -88, 16, -22, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>071c2974-432c-4074-9a96-65aca83198ff||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6794803142547607, 0.134330153465271, -0.0210601557046175, 108.86589813232422], [0.13257548213005066, 2.673269271850586, 0.18597696721553802, -117.10435485839844], [-0.030104365199804306, -0.18352946639060974, 2.693504810333252, -75.15072631835938], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['215148.082500', '215148.542500', '215149.002500', '215149.462500', '215149.922500', '215150.382500', '215150.842500', '215151.302500', '215151.762500', '215152.222500', '215152.682500', '215153.142500', '215153.602500', '215154.062500', '215154.522500', '215154.982500', '215155.442500', '215155.902500', '215156.362500', '215156.822500', '215157.282500', '215157.742500', '215158.202500', '215158.662500', '215159.122500', '215159.582500', '215200.042500', '215200.502500', '215200.962500', '215201.422500', '215201.882500', '215202.342500', '215202.802500', '215203.262500', '215203.722500', '215204.182500', '215204.642500', '215205.102500', '215205.562500', '215206.022500', '215206.482500', '215206.942500', '215207.402500', '215207.862500', '215208.322500', '215208.782500', '215209.242500', '215209.702500', '215210.162500', '215210.622500', '215211.082500', '215211.542500', '215212.002500', '215212.462500', '215212.922500', '215213.382500', '215213.842500', '215214.302500', '215214.762500', '215215.222500', '215215.682500', '215216.142500', '215216.602500', '215217.062500', '215217.522500', '215217.982500', '215218.442500', '215218.902500', '215219.362500', '215219.822500', '215220.282500', '215220.742500', '215221.202500', '215221.662500', '215222.122500', '215222.582500', '215223.042500', '215223.502500', '215223.962500', '215224.422500', '215224.882500', '215225.342500', '215225.802500', '215226.262500', '215226.722500', '215227.182500', '215227.642500', '215228.102500', '215228.562500', '215229.022500', '215229.482500', '215229.942500', '215230.402500', '215230.862500', '215231.322500', '215231.782500', '215232.242500', '215232.702500', '215233.162500', '215233.622500', '215234.082500', '215234.542500', '215235.002500', '215235.462500', '215235.922500', '215236.382500', '215236.842500', '215237.302500', '215237.762500', '215238.222500', '215238.682500', '215239.142500', '215239.602500', '215240.062500', '215240.522500', '215240.982500', '215241.442500', '215241.902500', '215242.362500', '215242.822500', '215243.282500', '215243.742500', '215244.202500', '215244.662500', '215245.122500', '215245.582500', '215246.042500', '215246.502500', '215246.962500', '215247.422500', '215247.882500', '215248.342500', '215248.802500', '215249.262500', '215249.722500', '215250.182500', '215250.642500', '215251.102500', '215251.562500', '215252.022500', '215252.482500', '215252.942500', '215253.402500', '215253.862500', '215254.322500', '215254.782500', '215255.242500', '215255.702500', '215256.162500', '215256.622500', '215257.082500', '215257.542500', '215258.002500', '215258.462500', '215258.922500', '215259.382500', '215259.842500', '215300.302500', '215300.762500', '215301.222500', '215301.682500', '215302.142500', '215302.602500', '215303.062500', '215303.522500', '215303.982500', '215304.442500', '215304.902500', '215305.362500', '215305.822500', '215306.282500', '215306.742500', '215307.202500', '215307.662500', '215308.122500', '215308.582500', '215309.042500', '215309.502500', '215309.962500', '215310.422500', '215310.882500', '215311.342500', '215311.802500', '215312.262500', '215312.722500', '215313.182500', '215313.642500', '215314.102500', '215314.562500', '215315.022500', '215315.482500', '215315.942500', '215316.402500', '215316.862500', '215317.322500', '215317.782500', '215318.242500', '215318.702500', '215319.162500', '215319.622500', '215320.082500', '215320.542500', '215321.002500', '215321.462500', '215321.922500', '215322.382500', '215322.842500', '215323.302500', '215323.762500', '215324.222500', '215324.682500', '215325.142500', '215325.602500', '215326.062500', '215326.522500', '215326.982500', '215327.442500', '215327.902500', '215328.362500', '215328.822500', '215329.282500', '215329.742500', '215330.202500', '215330.662500', '215331.122500', '215331.582500', '215332.042500', '215332.502500', '215332.962500', '215333.422500', '215333.882500', '215334.342500', '215334.802500', '215335.262500', '215335.722500', '215336.182500', '215336.642500', '215337.102500', '215337.562500', '215338.022500', '215338.482500', '215338.942500', '215339.402500', '215339.862500', '215340.322500', '215340.782500', '215341.242500', '215341.702500', '215342.162500', '215342.622500', '215343.082500', '215343.542500', '215344.002500', '215344.462500', '215344.922500', '215345.382500', '215345.842500', '215346.302500', '215346.762500', '215347.222500', '215347.682500', '215348.142500', '215348.602500', '215349.062500', '215349.522500', '215349.982500', '215350.442500', '215350.902500', '215351.362500', '215351.822500', '215352.282500', '215352.742500', '215353.202500', '215353.662500', '215354.122500', '215354.582500', '215355.042500', '215355.502500', '215355.962500', '215356.422500', '215356.882500', '215357.342500', '215357.802500', '215358.262500', '215358.722500', '215359.182500', '215359.642500', '215400.102500', '215400.562500', '215401.022500', '215401.482500', '215401.942500', '215402.402500', '215402.862500', '215403.322500', '215403.782500', '215404.242500', '215404.702500', '215405.162500', '215405.622500', '215406.082500', '215406.542500', '215407.002500', '215407.462500', '215407.922500', '215408.382500', '215408.842500', '215409.302500', '215409.762500', '215410.222500', '215410.682500', '215411.142500', '215411.602500', '215412.062500', '215412.522500', '215412.982500', '215413.442500', '215413.902500', '215414.362500', '215414.822500', '215415.282500', '215415.742500', '215416.202500', '215416.662500', '215417.122500', '215417.582500', '215418.042500', '215418.502500', '215418.962500', '215419.422500', '215419.882500', '215420.342500', '215420.802500', '215421.262500', '215421.722500', '215422.182500', '215422.642500', '215423.102500', '215423.562500', '215424.022500', '215424.482500', '215424.942500', '215425.402500', '215425.862500', '215426.322500', '215426.782500', '215427.242500', '215427.702500', '215428.162500', '215428.622500', '215429.082500', '215429.542500', '215430.002500', '215430.462500', '215430.922500', '215431.382500', '215431.842500', '215432.302500', '215432.762500', '215433.222500', '215433.682500', '215434.142500', '215434.602500', '215435.062500', '215435.522500', '215435.982500', '215436.442500', '215436.902500', '215437.362500', '215437.822500', '215438.282500', '215438.742500', '215439.202500', '215439.662500', '215440.122500', '215440.582500', '215441.042500', '215441.502500', '215441.962500', '215442.422500', '215442.882500', '215443.342500', '215443.802500', '215444.262500', '215444.722500', '215445.182500', '215445.642500', '215446.102500', '215446.562500', '215447.022500', '215447.482500', '215447.942500', '215448.402500', '215448.862500', '215449.322500', '215449.782500', '215450.242500', '215450.702500', '215451.162500', '215451.622500', '215452.082500', '215452.542500', '215453.002500', '215453.462500', '215453.922500', '215454.382500', '215454.842500', '215455.302500', '215455.762500', '215456.222500', '215456.682500', '215457.142500', '215457.602500', '215458.062500', '215458.522500', '215458.982500', '215459.442500', '215459.902500', '215500.362500', '215500.822500', '215501.282500', '215501.742500', '215502.202500', '215502.662500', '215503.122500', '215503.582500', '215504.042500', '215504.502500', '215504.962500', '215505.422500', '215505.882500', '215506.342500', '215506.802500', '215507.262500', '215507.722500', '215508.182500', '215508.642500', '215509.102500', '215509.562500', '215510.022500', '215510.482500', '215510.942500', '215511.402500', '215511.862500', '215512.322500', '215512.782500', '215513.242500', '215513.702500', '215514.162500', '215514.622500', '215515.082500', '215515.542500', '215516.002500', '215516.462500', '215516.922500', '215517.382500', '215517.842500', '215518.302500', '215518.762500', '215519.222500', '215519.682500', '215520.142500', '215520.602500', '215521.062500', '215521.522500', '215521.982500', '215522.442500', '215522.902500', '215523.362500', '215523.822500', '215524.282500', '215524.742500', '215525.202500', '215525.662500', '215526.122500', '215526.582500', '215527.042500', '215527.502500', '215527.962500', '215528.422500', '215528.882500', '215529.342500', '215529.802500', '215530.262500', '215530.722500', '215531.182500', '215531.642500', '215532.102500', '215532.562500', '215533.022500', '215533.482500', '215533.942500', '215534.402500', '215534.862500', '215535.322500', '215535.782500', '215536.242500', '215536.702500', '215537.162500', '215537.622500', '215538.082500', '215538.542500', '215539.002500', '215539.462500', '215539.922500', '215540.382500', '215540.842500', '215541.302500', '215541.762500', '215542.222500', '215542.682500', '215543.142500', '215543.602500', '215544.062500', '215544.522500', '215544.982500', '215545.442500', '215545.902500', '215546.362500', '215546.822500', '215547.282500', '215547.742500', '215548.202500', '215548.662500', '215549.122500', '215549.582500', '215550.042500', '215550.502500', '215550.962500', '215551.422500', '215551.882500', '215552.342500', '215552.802500', '215553.262500', '215553.722500', '215554.182500', '215554.642500', '215555.102500', '215555.562500', '215556.022500', '215556.482500', '215556.942500', '215557.402500', '215557.862500', '215558.322500', '215558.782500', '215559.242500', '215559.702500', '215600.162500', '215600.622500', '215601.082500', '215601.542500', '215602.002500', '215602.462500', '215602.922500', '215603.382500', '215603.842500', '215604.302500', '215604.762500', '215605.222500', '215605.682500', '215606.142500', '215606.602500', '215607.062500', '215607.522500', '215607.982500', '215608.442500', '215608.902500', '215609.362500', '215609.822500', '215610.282500', '215610.742500', '215611.202500', '215611.662500', '215612.122500', '215612.582500', '215613.042500', '215613.502500', '215613.962500', '215614.422500', '215614.882500', '215615.342500', '215615.802500', '215616.262500', '215616.722500', '215617.182500', '215617.642500', '215618.102500', '215618.562500', '215619.022500', '215619.482500', '215619.942500', '215620.402500', '215620.862500', '215621.322500', '215621.782500', '215622.242500', '215622.702500', '215623.162500', '215623.622500', '215624.082500', '215624.542500', '215625.002500', '215625.462500', '215625.922500', '215626.382500', '215626.842500', '215627.302500', '215627.762500', '215628.222500', '215628.682500', '215629.142500', '215629.602500', '215630.062500', '215630.522500', '215630.982500', '215631.442500', '215631.902500', '215632.362500', '215632.822500', '215633.282500', '215633.742500', '215634.202500', '215634.662500', '215635.122500', '215635.582500', '215636.042500', '215636.502500', '215636.962500', '215637.422500', '215637.882500', '215638.342500', '215638.802500', '215639.262500', '215639.722500', '215640.182500', '215640.642500', '215641.102500', '215641.562500', '215642.022500', '215642.482500', '215642.942500', '215643.402500', '215643.862500', '215644.322500', '215644.782500', '215645.242500', '215645.702500', '215646.162500', '215646.622500', '215647.082500', '215647.542500', '215648.002500', '215648.462500', '215648.922500', '215649.382500', '215649.842500', '215650.302500', '215650.762500', '215651.222500', '215651.682500', '215652.142500', '215652.602500', '215653.062500', '215653.522500', '215653.982500', '215654.442500', '215654.902500', '215655.362500', '215655.822500', '215656.282500', '215656.742500', '215657.202500', '215657.662500', '215658.122500', '215658.582500', '215659.042500', '215659.502500', '215659.962500', '215700.422500', '215700.882500', '215701.342500', '215701.802500', '215702.262500', '215702.722500', '215703.182500', '215703.642500', '215704.102500', '215704.562500', '215705.022500', '215705.482500', '215705.942500', '215706.402500', '215706.862500', '215707.322500', '215707.782500', '215708.242500', '215708.702500', '215709.162500', '215709.622500', '215710.082500', '215710.542500', '215711.002500', '215711.462500', '215711.922500', '215712.382500', '215712.842500', '215713.302500', '215713.762500', '215714.222500', '215714.682500', '215715.142500', '215715.602500', '215716.062500', '215716.522500', '215716.982500', '215717.442500', '215717.902500', '215718.362500', '215718.822500', '215719.282500', '215719.742500', '215720.202500', '215720.662500', '215721.122500', '215721.582500', '215722.042500', '215722.502500', '215722.962500', '215723.422500', '215723.882500', '215724.342500', '215724.802500', '215725.262500', '215725.722500', '215726.182500', '215726.642500', '215727.102500', '215727.562500', '215728.022500', '215728.482500', '215728.942500', '215729.402500', '215729.862500', '215730.322500', '215730.782500', '215731.242500', '215731.702500', '215732.162500', '215732.622500', '215733.082500', '215733.542500', '215734.002500', '215734.462500', '215734.922500', '215735.382500', '215735.842500', '215736.302500', '215736.762500', '215737.222500', '215737.682500', '215738.142500', '215738.602500', '215739.062500', '215739.522500', '215739.982500', '215740.442500', '215740.902500', '215741.362500', '215741.822500', '215742.282500', '215742.742500', '215743.202500', '215743.662500', '215744.122500', '215744.582500', '215745.042500', '215745.502500', '215745.962500', '215746.422500', '215746.882500', '215747.342500', '215747.802500', '215748.262500', '215748.722500', '215749.182500', '215749.642500', '215750.102500', '215750.562500', '215751.022500', '215751.482500', '215751.942500', '215752.402500', '215752.862500', '215753.322500', '215753.782500', '215754.242500', '215754.702500', '215755.162500', '215755.622500', '215756.082500', '215756.542500', '215757.002500', '215757.462500', '215757.922500', '215758.382500', '215758.842500', '215759.302500', '215759.762500', '215800.222500', '215800.682500', '215801.142500', '215801.602500', '215802.062500', '215802.522500', '215802.982500', '215803.442500', '215803.902500', '215804.362500', '215804.822500', '215805.282500', '215805.742500', '215806.202500', '215806.662500', '215807.122500', '215807.582500', '215808.042500', '215808.502500', '215808.962500', '215809.422500', '215809.882500', '215810.342500', '215810.802500', '215811.262500', '215811.722500', '215812.182500', '215812.642500', '215813.102500', '215813.562500', '215814.022500', '215814.482500', '215814.942500', '215815.402500', '215815.862500', '215816.322500', '215816.782500', '215817.242500', '215817.702500', '215818.162500', '215818.622500', '215819.082500', '215819.542500', '215820.002500', '215820.462500', '215820.922500', '215821.382500', '215821.842500', '215822.302500', '215822.762500', '215823.222500', '215823.682500', '215824.142500', '215824.602500', '215825.062500', '215825.522500', '215825.982500', '215826.442500', '215826.902500', '215827.362500', '215827.822500', '215828.282500', '215828.742500', '215829.202500', '215829.662500', '215830.122500', '215830.582500', '215831.042500', '215831.502500', '215831.962500', '215832.422500', '215832.882500', '215833.342500', '215833.802500', '215834.262500', '215834.722500', '215835.182500', '215835.642500', '215836.102500', '215836.562500', '215837.022500', '215837.482500', '215837.942500', '215838.402500', '215838.862500', '215839.322500', '215839.782500', '215840.242500', '215840.702500', '215841.162500', '215841.622500', '215842.082500', '215842.542500', '215843.002500', '215843.462500', '215843.922500', '215844.382500', '215844.842500', '215845.302500', '215845.762500', '215846.222500', '215846.682500', '215847.142500', '215847.602500', '215848.062500', '215848.522500', '215848.982500', '215849.442500', '215849.902500', '215850.362500', '215850.822500', '215851.282500', '215851.742500', '215852.202500', '215852.662500', '215853.122500', '215853.582500', '215854.042500', '215854.502500', '215854.962500', '215855.422500', '215855.882500', '215856.342500', '215856.802500', '215857.262500', '215857.722500', '215858.182500', '215858.642500', '215859.102500', '215859.562500', '215900.022500', '215900.482500', '215900.942500', '215901.402500', '215901.862500', '215902.322500', '215902.782500', '215903.242500', '215903.702500', '215904.162500', '215904.622500', '215905.082500', '215905.542500', '215906.002500', '215906.462500', '215906.922500', '215907.382500', '215907.842500', '215908.302500', '215908.762500', '215909.222500', '215909.682500', '215910.142500', '215910.602500', '215911.062500', '215911.522500', '215911.982500', '215912.442500', '215912.902500', '215913.362500', '215913.822500', '215914.282500', '215914.742500', '215915.202500', '215915.662500', '215916.122500', '215916.582500', '215917.042500', '215917.502500', '215917.962500', '215918.422500', '215918.882500', '215919.342500', '215919.802500', '215920.262500', '215920.722500', '215921.182500', '215921.642500', '215922.102500', '215922.562500', '215923.022500', '215923.482500', '215923.942500', '215924.402500', '215924.862500', '215925.322500', '215925.782500', '215926.242500', '215926.702500', '215927.162500', '215927.622500', '215928.082500', '215928.542500', '215929.002500', '215929.462500', '215929.922500', '215930.382500', '215930.842500', '215931.302500', '215931.762500', '215932.222500', '215932.682500', '215933.142500', '215933.602500', '215934.062500', '215934.522500', '215934.982500', '215935.442500', '215935.902500', '215936.362500', '215936.822500', '215937.282500', '215937.742500', '215938.202500', '215938.662500', '215939.122500', '215939.582500', '215940.042500', '215940.502500', '215940.962500', '215941.422500', '215941.882500', '215942.342500', '215942.802500', '215943.262500', '215943.722500', '215944.182500', '215944.642500', '215945.102500', '215945.562500', '215946.022500', '215946.482500', '215946.942500', '215947.402500', '215947.862500', '215948.322500', '215948.782500', '215949.242500', '215949.702500', '215950.162500', '215950.622500', '215951.082500', '215951.542500', '215952.002500', '215952.462500', '215952.922500', '215953.382500', '215953.842500', '215954.302500', '215954.762500', '215955.222500', '215955.682500', '215956.142500', '215956.602500', '215957.062500', '215957.522500', '215957.982500', '215958.442500', '215958.902500', '215959.362500', '215959.822500', '220000.282500', '220000.742500', '220001.202500'], 'ContentTime': ['215214.000000', '215214.003000', '215214.006000', '215214.008000', '215214.011000', '215214.013000', '215214.016000', '215214.018000', '215214.021000', '215214.024000', '215214.026000', '215214.029000', '215214.031000', '215214.034000', '215214.037000', '215214.039000', '215214.042000', '215214.044000', '215214.047000', '215214.049000', '215214.052000', '215214.054000', '215214.057000', '215214.059000', '215214.062000', '215214.065000', '215214.067000', '215214.070000', '215214.072000', '215214.075000', '215214.077000', '215214.080000', '215214.083000', '215214.085000', '215214.088000', '215214.091000', '215214.094000', '215214.096000', '215214.099000', '215214.101000', '215214.110000', '215214.112000', '215214.115000', '215214.118000', '215214.120000', '215214.123000', '215214.125000', '215214.128000', '215214.130000', '215214.133000', '215214.135000', '215214.138000', '215214.140000', '215233.968000', '215233.971000', '215233.987000', '215233.990000', '215233.992000', '215233.995000', '215233.997000', '215234.001000', '215234.004000', '215234.006000', '215234.009000', '215234.012000', '215234.014000', '215234.017000', '215234.019000', '215234.022000', '215234.024000', '215234.027000', '215234.030000', '215234.032000', '215234.040000', '215234.043000', '215234.046000', '215234.048000', '215234.051000', '215234.054000', '215234.056000', '215234.059000', '215234.061000', '215234.064000', '215234.066000', '215234.069000', '215234.071000', '215234.074000', '215234.077000', '215234.079000', '215234.082000', '215234.084000', '215234.087000', '215234.089000', '215234.092000', '215234.095000', '215234.097000', '215253.966000', '215253.969000', '215253.972000', '215253.975000', '215253.977000', '215253.980000', '215253.982000', '215253.985000', '215253.987000', '215253.990000', '215253.993000', '215253.995000', '215253.998000', '215254.002000', '215254.004000', '215254.007000', '215254.009000', '215254.012000', '215254.014000', '215254.017000', '215254.020000', '215254.022000', '215254.025000', '215254.027000', '215254.030000', '215254.033000', '215254.035000', '215254.048000', '215254.051000', '215254.053000', '215254.056000', '215254.058000', '215254.061000', '215254.064000', '215254.066000', '215254.069000', '215254.071000', '215254.074000', '215254.076000', '215254.079000', '215254.082000', '215254.084000', '215254.087000', '215254.089000', '215313.966000', '215313.969000', '215313.972000', '215313.974000', '215313.986000', '215313.988000', '215313.991000', '215313.993000', '215313.996000', '215313.998000', '215314.002000', '215314.005000', '215314.007000', '215314.010000', '215314.012000', '215314.015000', '215314.018000', '215314.020000', '215314.023000', '215314.025000', '215314.028000', '215314.031000', '215314.033000', '215314.036000', '215314.038000', '215314.041000', '215314.043000', '215314.046000', '215314.049000', '215314.051000', '215314.054000', '215314.056000', '215314.059000', '215314.061000', '215314.064000', '215314.067000', '215314.069000', '215314.072000', '215314.074000', '215314.077000', '215314.080000', '215314.082000', '215314.085000', '215333.967000', '215333.970000', '215333.972000', '215333.975000', '215333.977000', '215333.980000', '215333.982000', '215333.985000', '215333.988000', '215333.990000', '215333.993000', '215333.996000', '215333.998000', '215334.002000', '215334.005000', '215334.007000', '215334.010000', '215334.012000', '215334.015000', '215334.018000', '215334.020000', '215334.023000', '215334.025000', '215334.028000', '215334.030000', '215334.033000', '215334.036000', '215334.038000', '215334.041000', '215334.044000', '215334.046000', '215334.049000', '215334.052000', '215334.054000', '215334.057000', '215334.059000', '215334.062000', '215334.064000', '215334.067000', '215334.069000', '215334.072000', '215334.075000', '215334.077000', '215334.080000', '215353.967000', '215353.970000', '215353.972000', '215353.975000', '215353.977000', '215353.980000', '215353.983000', '215353.985000', '215353.988000', '215353.990000', '215353.993000', '215353.996000', '215353.998000', '215354.002000', '215354.005000', '215354.007000', '215354.010000', '215354.012000', '215354.015000', '215354.018000', '215354.020000', '215354.023000', '215354.026000', '215354.028000', '215354.031000', '215354.033000', '215354.036000', '215354.039000', '215354.041000', '215354.044000', '215354.047000', '215354.060000', '215354.062000', '215354.065000', '215354.067000', '215354.070000', '215354.073000', '215354.075000', '215354.078000', '215354.081000', '215354.083000', '215354.086000', '215354.089000', '215413.967000', '215413.969000', '215413.972000', '215413.975000', '215413.977000', '215413.980000', '215413.982000', '215413.985000', '215413.987000', '215413.990000', '215413.993000', '215413.995000', '215414.013000', '215414.015000', '215414.018000', '215414.020000', '215414.023000', '215414.026000', '215414.028000', '215414.031000', '215414.033000', '215414.036000', '215414.039000', '215414.041000', '215414.044000', '215414.046000', '215414.049000', '215414.052000', '215414.054000', '215414.057000', '215414.059000', '215414.062000', '215414.065000', '215414.067000', '215414.070000', '215414.073000', '215414.075000', '215414.078000', '215414.080000', '215414.083000', '215414.086000', '215414.088000', '215414.091000', '215414.093000', '215433.967000', '215433.970000', '215433.973000', '215433.976000', '215433.979000', '215433.981000', '215433.984000', '215433.986000', '215433.989000', '215433.992000', '215433.994000', '215433.997000', '215434.000000', '215434.002000', '215434.005000', '215434.007000', '215434.010000', '215434.013000', '215434.015000', '215434.018000', '215434.028000', '215434.031000', '215434.033000', '215434.036000', '215434.039000', '215434.041000', '215434.044000', '215434.046000', '215434.049000', '215434.052000', '215434.054000', '215434.057000', '215434.060000', '215434.062000', '215434.065000', '215434.067000', '215434.070000', '215434.073000', '215434.075000', '215434.078000', '215434.081000', '215434.083000', '215434.086000', '215453.967000', '215453.970000', '215453.973000', '215453.976000', '215453.978000', '215453.981000', '215453.983000', '215453.986000', '215453.988000', '215453.991000', '215453.994000', '215453.996000', '215454.000000', '215454.002000', '215454.005000', '215454.008000', '215454.011000', '215454.014000', '215454.017000', '215454.019000', '215454.022000', '215454.025000', '215454.027000', '215454.030000', '215454.032000', '215454.035000', '215454.038000', '215454.040000', '215454.043000', '215454.045000', '215454.048000', '215454.051000', '215454.053000', '215454.056000', '215454.059000', '215454.061000', '215454.064000', '215454.066000', '215454.069000', '215454.072000', '215454.074000', '215454.077000', '215454.079000', '215513.966000', '215513.969000', '215513.972000', '215513.974000', '215513.977000', '215513.980000', '215513.982000', '215513.985000', '215513.987000', '215513.990000', '215513.993000', '215513.995000', '215513.998000', '215514.001000', '215514.004000', '215514.006000', '215514.009000', '215514.012000', '215514.014000', '215514.017000', '215514.019000', '215514.022000', '215514.025000', '215514.027000', '215514.030000', '215514.032000', '215514.035000', '215514.038000', '215514.040000', '215514.043000', '215514.045000', '215514.048000', '215514.050000', '215514.053000', '215514.056000', '215514.058000', '215514.061000', '215514.063000', '215514.066000', '215514.069000', '215514.071000', '215514.074000', '215514.076000', '215514.079000', '215533.966000', '215533.969000', '215533.972000', '215533.975000', '215533.977000', '215533.980000', '215533.983000', '215533.985000', '215533.988000', '215533.990000', '215533.993000', '215533.996000', '215533.998000', '215534.002000', '215534.005000', '215534.007000', '215534.010000', '215534.012000', '215534.015000', '215534.018000', '215534.020000', '215534.023000', '215534.026000', '215534.028000', '215534.031000', '215534.033000', '215534.036000', '215534.039000', '215534.041000', '215534.044000', '215534.047000', '215534.049000', '215534.052000', '215534.054000', '215534.057000', '215534.060000', '215534.062000', '215534.074000', '215534.076000', '215534.079000', '215534.082000', '215534.084000', '215534.087000', '215534.090000', '215553.966000', '215553.969000', '215553.972000', '215553.975000', '215553.977000', '215553.980000', '215553.982000', '215553.985000', '215553.988000', '215553.990000', '215553.993000', '215553.995000', '215553.998000', '215554.001000', '215554.004000', '215554.007000', '215554.009000', '215554.012000', '215554.014000', '215554.017000', '215554.020000', '215554.022000', '215554.025000', '215554.028000', '215554.030000', '215554.033000', '215554.035000', '215554.038000', '215554.041000', '215554.043000', '215554.046000', '215554.048000', '215554.051000', '215554.053000', '215554.056000', '215554.059000', '215554.061000', '215554.064000', '215554.067000', '215554.069000', '215554.072000', '215554.074000', '215554.077000', '215613.967000', '215613.969000', '215613.972000', '215613.975000', '215613.977000', '215613.980000', '215613.982000', '215613.985000', '215613.988000', '215613.990000', '215613.993000', '215613.995000', '215613.998000', '215614.002000', '215614.004000', '215614.007000', '215614.010000', '215614.012000', '215614.015000', '215614.018000', '215614.020000', '215614.023000', '215614.025000', '215614.028000', '215614.031000', '215614.033000', '215614.036000', '215614.038000', '215614.041000', '215614.044000', '215614.046000', '215614.049000', '215614.052000', '215614.054000', '215614.057000', '215614.059000', '215614.062000', '215614.064000', '215614.067000', '215614.070000', '215614.072000', '215614.075000', '215614.077000', '215614.080000', '215633.967000', '215633.970000', '215633.972000', '215633.975000', '215633.977000', '215633.980000', '215633.983000', '215633.985000', '215633.988000', '215633.991000', '215633.993000', '215633.996000', '215633.998000', '215634.002000', '215634.005000', '215634.007000', '215634.010000', '215634.012000', '215634.015000', '215634.018000', '215634.021000', '215634.023000', '215634.026000', '215634.028000', '215634.031000', '215634.033000', '215634.036000', '215634.039000', '215634.041000', '215634.044000', '215634.047000', '215634.049000', '215634.052000', '215634.054000', '215634.057000', '215634.060000', '215634.062000', '215634.065000', '215634.068000', '215634.071000', '215634.073000', '215634.076000', '215634.078000', '215653.968000', '215653.971000', '215653.973000', '215653.976000', '215653.978000', '215653.981000', '215653.984000', '215653.986000', '215653.989000', '215653.992000', '215653.995000', '215653.998000', '215654.002000', '215654.005000', '215654.008000', '215654.010000', '215654.013000', '215654.016000', '215654.018000', '215654.021000', '215654.024000', '215654.026000', '215654.029000', '215654.031000', '215654.034000', '215654.036000', '215654.039000', '215654.042000', '215654.044000', '215654.047000', '215654.049000', '215654.052000', '215654.055000', '215654.057000', '215654.060000', '215654.063000', '215654.065000', '215654.068000', '215654.071000', '215654.073000', '215654.076000', '215654.079000', '215654.081000', '215713.967000', '215713.970000', '215713.973000', '215713.976000', '215713.978000', '215713.998000', '215714.001000', '215714.004000', '215714.006000', '215714.009000', '215714.012000', '215714.014000', '215714.017000', '215714.019000', '215714.022000', '215714.025000', '215714.027000', '215714.030000', '215714.032000', '215714.035000', '215714.038000', '215714.040000', '215714.043000', '215714.045000', '215714.048000', '215714.051000', '215714.053000', '215714.056000', '215714.058000', '215714.061000', '215714.064000', '215714.066000', '215714.069000', '215714.071000', '215714.074000', '215714.077000', '215714.079000', '215714.082000', '215714.085000', '215714.087000', '215714.090000', '215714.092000', '215714.095000', '215714.097000', '215733.967000', '215733.970000', '215733.972000', '215733.975000', '215733.978000', '215733.980000', '215733.983000', '215733.985000', '215733.988000', '215733.991000', '215733.993000', '215733.996000', '215734.000000', '215734.002000', '215734.005000', '215734.007000', '215734.010000', '215734.015000', '215734.017000', '215734.020000', '215734.023000', '215734.025000', '215734.028000', '215734.030000', '215734.033000', '215734.036000', '215734.038000', '215734.041000', '215734.043000', '215734.046000', '215734.049000', '215734.051000', '215734.054000', '215734.057000', '215734.059000', '215734.062000', '215734.064000', '215734.067000', '215734.070000', '215734.072000', '215734.075000', '215734.077000', '215734.080000', '215753.966000', '215753.969000', '215753.972000', '215753.975000', '215753.977000', '215753.980000', '215753.982000', '215753.985000', '215753.988000', '215753.990000', '215753.993000', '215753.995000', '215753.998000', '215754.002000', '215754.004000', '215754.007000', '215754.009000', '215754.012000', '215754.015000', '215754.017000', '215754.020000', '215754.022000', '215754.025000', '215754.027000', '215754.030000', '215754.033000', '215754.035000', '215754.038000', '215754.040000', '215754.043000', '215754.046000', '215754.048000', '215754.051000', '215754.053000', '215754.056000', '215754.059000', '215754.061000', '215754.064000', '215754.067000', '215754.070000', '215754.072000', '215754.075000', '215754.078000', '215754.080000', '215813.967000', '215813.970000', '215813.972000', '215813.975000', '215813.978000', '215813.980000', '215813.983000', '215813.986000', '215813.988000', '215813.991000', '215813.994000', '215813.996000', '215814.000000', '215814.002000', '215814.005000', '215814.008000', '215814.010000', '215814.013000', '215814.015000', '215814.018000', '215814.021000', '215814.023000', '215814.026000', '215814.028000', '215814.031000', '215814.034000', '215814.036000', '215814.040000', '215814.043000', '215814.046000', '215814.048000', '215814.051000', '215814.053000', '215814.056000', '215814.059000', '215814.061000', '215814.064000', '215814.066000', '215814.069000', '215814.072000', '215814.075000', '215814.077000', '215814.080000', '215833.967000', '215833.970000', '215833.972000', '215833.975000', '215833.977000', '215833.980000', '215833.983000', '215833.985000', '215833.988000', '215833.990000', '215833.993000', '215833.996000', '215833.998000', '215834.002000', '215834.005000', '215834.007000', '215834.035000', '215834.038000', '215834.040000', '215834.043000', '215834.046000', '215834.049000', '215834.051000', '215834.054000', '215834.056000', '215834.059000', '215834.061000', '215834.064000', '215834.067000', '215834.069000', '215834.072000', '215834.075000', '215834.078000', '215834.080000', '215834.083000', '215834.085000', '215834.088000', '215834.091000', '215834.093000', '215834.096000', '215834.099000', '215834.101000', '215834.104000', '215834.106000', '215853.968000', '215853.971000', '215853.974000', '215853.976000', '215853.979000', '215853.982000', '215853.984000', '215853.987000', '215853.990000', '215853.993000', '215853.996000', '215854.000000', '215854.002000', '215854.005000', '215854.008000', '215854.010000', '215854.013000', '215854.015000', '215854.018000', '215854.020000', '215854.023000', '215854.026000', '215854.028000', '215854.031000', '215854.033000', '215854.036000', '215854.039000', '215854.041000', '215854.044000', '215854.046000', '215854.049000', '215854.051000', '215854.054000', '215854.057000', '215854.059000', '215854.062000', '215854.064000', '215854.067000', '215854.070000', '215854.072000', '215854.075000', '215854.077000', '215854.080000', '215913.968000', '215913.971000', '215913.973000', '215913.976000', '215913.979000', '215913.981000', '215913.984000', '215913.986000', '215913.989000', '215913.992000', '215913.994000', '215913.997000', '215914.000000', '215914.002000', '215914.005000', '215914.007000', '215914.010000', '215914.013000', '215914.015000', '215914.018000', '215914.020000', '215914.023000', '215914.026000', '215914.028000', '215914.031000', '215914.033000', '215914.036000', '215914.040000', '215914.042000', '215914.045000', '215914.048000', '215914.050000', '215914.053000', '215914.056000', '215914.058000', '215914.061000', '215914.064000', '215914.066000', '215914.069000', '215914.072000', '215914.074000', '215914.077000', '215914.079000', '215914.082000', '215933.968000', '215933.970000', '215933.973000', '215933.976000', '215933.978000', '215933.981000', '215933.983000', '215933.986000', '215933.989000', '215933.991000', '215933.994000', '215933.997000', '215934.000000', '215934.003000', '215934.006000', '215934.008000', '215934.011000', '215934.013000', '215934.016000', '215934.019000', '215934.022000', '215934.025000', '215934.028000', '215934.030000', '215934.033000', '215934.036000', '215934.038000', '215934.041000', '215934.044000', '215934.046000', '215934.049000', '215934.052000', '215934.054000', '215934.057000', '215934.059000', '215934.062000', '215934.065000', '215934.067000', '215934.070000', '215934.073000', '215934.075000', '215934.078000', '215934.082000', '215953.966000', '215953.969000', '215953.972000', '215953.974000', '215953.977000', '215953.980000', '215953.982000', '215953.985000', '215953.987000', '215953.990000', '215953.993000', '215953.995000', '215953.998000', '215954.001000', '215954.004000', '215954.007000', '215954.009000', '215954.012000', '215954.015000', '215954.017000', '215954.020000', '215954.022000', '215954.025000', '215954.027000', '215954.030000', '215954.032000', '215954.035000', '215954.047000', '215954.050000', '215954.052000', '215954.055000', '215954.058000', '215954.060000', '215954.063000', '215954.065000', '215954.068000', '215954.070000', '215954.073000', '215954.076000', '215954.078000', '215954.081000', '215954.083000', '215954.086000', '215954.088000', '220003.009000', '220003.013000', '220003.016000', '220003.019000', '220003.021000', '220003.024000', '220003.036000', '220003.038000', '220003.041000', '220003.044000', '220003.046000', '220003.049000', '220003.052000', '220003.054000', '220003.057000', '220003.060000', '220003.062000', '220003.065000', '220003.068000', '220003.070000'], 'InstanceCreationTime': ['215214.000000', '215214.003000', '215214.006000', '215214.008000', '215214.011000', '215214.013000', '215214.016000', '215214.018000', '215214.021000', '215214.024000', '215214.026000', '215214.029000', '215214.031000', '215214.034000', '215214.037000', '215214.039000', '215214.042000', '215214.044000', '215214.047000', '215214.049000', '215214.052000', '215214.054000', '215214.057000', '215214.059000', '215214.062000', '215214.065000', '215214.067000', '215214.070000', '215214.072000', '215214.075000', '215214.077000', '215214.080000', '215214.083000', '215214.085000', '215214.088000', '215214.091000', '215214.094000', '215214.096000', '215214.099000', '215214.101000', '215214.110000', '215214.112000', '215214.115000', '215214.118000', '215214.120000', '215214.123000', '215214.125000', '215214.128000', '215214.130000', '215214.133000', '215214.135000', '215214.138000', '215214.140000', '215233.968000', '215233.971000', '215233.987000', '215233.990000', '215233.992000', '215233.995000', '215233.997000', '215234.001000', '215234.004000', '215234.006000', '215234.009000', '215234.012000', '215234.014000', '215234.017000', '215234.019000', '215234.022000', '215234.024000', '215234.027000', '215234.030000', '215234.032000', '215234.040000', '215234.043000', '215234.046000', '215234.048000', '215234.051000', '215234.054000', '215234.056000', '215234.059000', '215234.061000', '215234.064000', '215234.066000', '215234.069000', '215234.071000', '215234.074000', '215234.077000', '215234.079000', '215234.082000', '215234.084000', '215234.087000', '215234.089000', '215234.092000', '215234.095000', '215234.097000', '215253.966000', '215253.969000', '215253.972000', '215253.975000', '215253.977000', '215253.980000', '215253.982000', '215253.985000', '215253.987000', '215253.990000', '215253.993000', '215253.995000', '215253.998000', '215254.002000', '215254.004000', '215254.007000', '215254.009000', '215254.012000', '215254.014000', '215254.017000', '215254.020000', '215254.022000', '215254.025000', '215254.027000', '215254.030000', '215254.033000', '215254.035000', '215254.048000', '215254.051000', '215254.053000', '215254.056000', '215254.058000', '215254.061000', '215254.064000', '215254.066000', '215254.069000', '215254.071000', '215254.074000', '215254.076000', '215254.079000', '215254.082000', '215254.084000', '215254.087000', '215254.089000', '215313.966000', '215313.969000', '215313.972000', '215313.974000', '215313.986000', '215313.988000', '215313.991000', '215313.993000', '215313.996000', '215313.998000', '215314.002000', '215314.005000', '215314.007000', '215314.010000', '215314.012000', '215314.015000', '215314.018000', '215314.020000', '215314.023000', '215314.025000', '215314.028000', '215314.031000', '215314.033000', '215314.036000', '215314.038000', '215314.041000', '215314.043000', '215314.046000', '215314.049000', '215314.051000', '215314.054000', '215314.056000', '215314.059000', '215314.061000', '215314.064000', '215314.067000', '215314.069000', '215314.072000', '215314.074000', '215314.077000', '215314.080000', '215314.082000', '215314.085000', '215333.967000', '215333.970000', '215333.972000', '215333.975000', '215333.977000', '215333.980000', '215333.982000', '215333.985000', '215333.988000', '215333.990000', '215333.993000', '215333.996000', '215333.998000', '215334.002000', '215334.005000', '215334.007000', '215334.010000', '215334.012000', '215334.015000', '215334.018000', '215334.020000', '215334.023000', '215334.025000', '215334.028000', '215334.030000', '215334.033000', '215334.036000', '215334.038000', '215334.041000', '215334.044000', '215334.046000', '215334.049000', '215334.052000', '215334.054000', '215334.057000', '215334.059000', '215334.062000', '215334.064000', '215334.067000', '215334.069000', '215334.072000', '215334.075000', '215334.077000', '215334.080000', '215353.967000', '215353.970000', '215353.972000', '215353.975000', '215353.977000', '215353.980000', '215353.983000', '215353.985000', '215353.988000', '215353.990000', '215353.993000', '215353.996000', '215353.998000', '215354.002000', '215354.005000', '215354.007000', '215354.010000', '215354.012000', '215354.015000', '215354.018000', '215354.020000', '215354.023000', '215354.026000', '215354.028000', '215354.031000', '215354.033000', '215354.036000', '215354.039000', '215354.041000', '215354.044000', '215354.047000', '215354.060000', '215354.062000', '215354.065000', '215354.067000', '215354.070000', '215354.073000', '215354.075000', '215354.078000', '215354.081000', '215354.083000', '215354.086000', '215354.089000', '215413.967000', '215413.969000', '215413.972000', '215413.975000', '215413.977000', '215413.980000', '215413.982000', '215413.985000', '215413.987000', '215413.990000', '215413.993000', '215413.995000', '215414.013000', '215414.015000', '215414.018000', '215414.020000', '215414.023000', '215414.026000', '215414.028000', '215414.031000', '215414.033000', '215414.036000', '215414.039000', '215414.041000', '215414.044000', '215414.046000', '215414.049000', '215414.052000', '215414.054000', '215414.057000', '215414.059000', '215414.062000', '215414.065000', '215414.067000', '215414.070000', '215414.073000', '215414.075000', '215414.078000', '215414.080000', '215414.083000', '215414.086000', '215414.088000', '215414.091000', '215414.093000', '215433.967000', '215433.970000', '215433.973000', '215433.976000', '215433.979000', '215433.981000', '215433.984000', '215433.986000', '215433.989000', '215433.992000', '215433.994000', '215433.997000', '215434.000000', '215434.002000', '215434.005000', '215434.007000', '215434.010000', '215434.013000', '215434.015000', '215434.018000', '215434.028000', '215434.031000', '215434.033000', '215434.036000', '215434.039000', '215434.041000', '215434.044000', '215434.046000', '215434.049000', '215434.052000', '215434.054000', '215434.057000', '215434.060000', '215434.062000', '215434.065000', '215434.067000', '215434.070000', '215434.073000', '215434.075000', '215434.078000', '215434.081000', '215434.083000', '215434.086000', '215453.967000', '215453.970000', '215453.973000', '215453.976000', '215453.978000', '215453.981000', '215453.983000', '215453.986000', '215453.988000', '215453.991000', '215453.994000', '215453.996000', '215454.000000', '215454.002000', '215454.005000', '215454.008000', '215454.011000', '215454.014000', '215454.017000', '215454.019000', '215454.022000', '215454.025000', '215454.027000', '215454.030000', '215454.032000', '215454.035000', '215454.038000', '215454.040000', '215454.043000', '215454.045000', '215454.048000', '215454.051000', '215454.053000', '215454.056000', '215454.059000', '215454.061000', '215454.064000', '215454.066000', '215454.069000', '215454.072000', '215454.074000', '215454.077000', '215454.079000', '215513.966000', '215513.969000', '215513.972000', '215513.974000', '215513.977000', '215513.980000', '215513.982000', '215513.985000', '215513.987000', '215513.990000', '215513.993000', '215513.995000', '215513.998000', '215514.001000', '215514.004000', '215514.006000', '215514.009000', '215514.012000', '215514.014000', '215514.017000', '215514.019000', '215514.022000', '215514.025000', '215514.027000', '215514.030000', '215514.032000', '215514.035000', '215514.038000', '215514.040000', '215514.043000', '215514.045000', '215514.048000', '215514.050000', '215514.053000', '215514.056000', '215514.058000', '215514.061000', '215514.063000', '215514.066000', '215514.069000', '215514.071000', '215514.074000', '215514.076000', '215514.079000', '215533.966000', '215533.969000', '215533.972000', '215533.975000', '215533.977000', '215533.980000', '215533.983000', '215533.985000', '215533.988000', '215533.990000', '215533.993000', '215533.996000', '215533.998000', '215534.002000', '215534.005000', '215534.007000', '215534.010000', '215534.012000', '215534.015000', '215534.018000', '215534.020000', '215534.023000', '215534.026000', '215534.028000', '215534.031000', '215534.033000', '215534.036000', '215534.039000', '215534.041000', '215534.044000', '215534.047000', '215534.049000', '215534.052000', '215534.054000', '215534.057000', '215534.060000', '215534.062000', '215534.074000', '215534.076000', '215534.079000', '215534.082000', '215534.084000', '215534.087000', '215534.090000', '215553.966000', '215553.969000', '215553.972000', '215553.975000', '215553.977000', '215553.980000', '215553.982000', '215553.985000', '215553.988000', '215553.990000', '215553.993000', '215553.995000', '215553.998000', '215554.001000', '215554.004000', '215554.007000', '215554.009000', '215554.012000', '215554.014000', '215554.017000', '215554.020000', '215554.022000', '215554.025000', '215554.028000', '215554.030000', '215554.033000', '215554.035000', '215554.038000', '215554.041000', '215554.043000', '215554.046000', '215554.048000', '215554.051000', '215554.053000', '215554.056000', '215554.059000', '215554.061000', '215554.064000', '215554.067000', '215554.069000', '215554.072000', '215554.074000', '215554.077000', '215613.967000', '215613.969000', '215613.972000', '215613.975000', '215613.977000', '215613.980000', '215613.982000', '215613.985000', '215613.988000', '215613.990000', '215613.993000', '215613.995000', '215613.998000', '215614.002000', '215614.004000', '215614.007000', '215614.010000', '215614.012000', '215614.015000', '215614.018000', '215614.020000', '215614.023000', '215614.025000', '215614.028000', '215614.031000', '215614.033000', '215614.036000', '215614.038000', '215614.041000', '215614.044000', '215614.046000', '215614.049000', '215614.052000', '215614.054000', '215614.057000', '215614.059000', '215614.062000', '215614.064000', '215614.067000', '215614.070000', '215614.072000', '215614.075000', '215614.077000', '215614.080000', '215633.967000', '215633.970000', '215633.972000', '215633.975000', '215633.977000', '215633.980000', '215633.983000', '215633.985000', '215633.988000', '215633.991000', '215633.993000', '215633.996000', '215633.998000', '215634.002000', '215634.005000', '215634.007000', '215634.010000', '215634.012000', '215634.015000', '215634.018000', '215634.021000', '215634.023000', '215634.026000', '215634.028000', '215634.031000', '215634.033000', '215634.036000', '215634.039000', '215634.041000', '215634.044000', '215634.047000', '215634.049000', '215634.052000', '215634.054000', '215634.057000', '215634.060000', '215634.062000', '215634.065000', '215634.068000', '215634.071000', '215634.073000', '215634.076000', '215634.078000', '215653.968000', '215653.971000', '215653.973000', '215653.976000', '215653.978000', '215653.981000', '215653.984000', '215653.986000', '215653.989000', '215653.992000', '215653.995000', '215653.998000', '215654.002000', '215654.005000', '215654.008000', '215654.010000', '215654.013000', '215654.016000', '215654.018000', '215654.021000', '215654.024000', '215654.026000', '215654.029000', '215654.031000', '215654.034000', '215654.036000', '215654.039000', '215654.042000', '215654.044000', '215654.047000', '215654.049000', '215654.052000', '215654.055000', '215654.057000', '215654.060000', '215654.063000', '215654.065000', '215654.068000', '215654.071000', '215654.073000', '215654.076000', '215654.079000', '215654.081000', '215713.967000', '215713.970000', '215713.973000', '215713.976000', '215713.978000', '215713.998000', '215714.001000', '215714.004000', '215714.006000', '215714.009000', '215714.012000', '215714.014000', '215714.017000', '215714.019000', '215714.022000', '215714.025000', '215714.027000', '215714.030000', '215714.032000', '215714.035000', '215714.038000', '215714.040000', '215714.043000', '215714.045000', '215714.048000', '215714.051000', '215714.053000', '215714.056000', '215714.058000', '215714.061000', '215714.064000', '215714.066000', '215714.069000', '215714.071000', '215714.074000', '215714.077000', '215714.079000', '215714.082000', '215714.085000', '215714.087000', '215714.090000', '215714.092000', '215714.095000', '215714.097000', '215733.967000', '215733.970000', '215733.972000', '215733.975000', '215733.978000', '215733.980000', '215733.983000', '215733.985000', '215733.988000', '215733.991000', '215733.993000', '215733.996000', '215734.000000', '215734.002000', '215734.005000', '215734.007000', '215734.010000', '215734.015000', '215734.017000', '215734.020000', '215734.023000', '215734.025000', '215734.028000', '215734.030000', '215734.033000', '215734.036000', '215734.038000', '215734.041000', '215734.043000', '215734.046000', '215734.049000', '215734.051000', '215734.054000', '215734.057000', '215734.059000', '215734.062000', '215734.064000', '215734.067000', '215734.070000', '215734.072000', '215734.075000', '215734.077000', '215734.080000', '215753.966000', '215753.969000', '215753.972000', '215753.975000', '215753.977000', '215753.980000', '215753.982000', '215753.985000', '215753.988000', '215753.990000', '215753.993000', '215753.995000', '215753.998000', '215754.002000', '215754.004000', '215754.007000', '215754.009000', '215754.012000', '215754.015000', '215754.017000', '215754.020000', '215754.022000', '215754.025000', '215754.027000', '215754.030000', '215754.033000', '215754.035000', '215754.038000', '215754.040000', '215754.043000', '215754.046000', '215754.048000', '215754.051000', '215754.053000', '215754.056000', '215754.059000', '215754.061000', '215754.064000', '215754.067000', '215754.070000', '215754.072000', '215754.075000', '215754.078000', '215754.080000', '215813.967000', '215813.970000', '215813.972000', '215813.975000', '215813.978000', '215813.980000', '215813.983000', '215813.986000', '215813.988000', '215813.991000', '215813.994000', '215813.996000', '215814.000000', '215814.002000', '215814.005000', '215814.008000', '215814.010000', '215814.013000', '215814.015000', '215814.018000', '215814.021000', '215814.023000', '215814.026000', '215814.028000', '215814.031000', '215814.034000', '215814.036000', '215814.040000', '215814.043000', '215814.046000', '215814.048000', '215814.051000', '215814.053000', '215814.056000', '215814.059000', '215814.061000', '215814.064000', '215814.066000', '215814.069000', '215814.072000', '215814.075000', '215814.077000', '215814.080000', '215833.967000', '215833.970000', '215833.972000', '215833.975000', '215833.977000', '215833.980000', '215833.983000', '215833.985000', '215833.988000', '215833.990000', '215833.993000', '215833.996000', '215833.998000', '215834.002000', '215834.005000', '215834.007000', '215834.035000', '215834.038000', '215834.040000', '215834.043000', '215834.046000', '215834.049000', '215834.051000', '215834.054000', '215834.056000', '215834.059000', '215834.061000', '215834.064000', '215834.067000', '215834.069000', '215834.072000', '215834.075000', '215834.078000', '215834.080000', '215834.083000', '215834.085000', '215834.088000', '215834.091000', '215834.093000', '215834.096000', '215834.099000', '215834.101000', '215834.104000', '215834.106000', '215853.968000', '215853.971000', '215853.974000', '215853.976000', '215853.979000', '215853.982000', '215853.984000', '215853.987000', '215853.990000', '215853.993000', '215853.996000', '215854.000000', '215854.002000', '215854.005000', '215854.008000', '215854.010000', '215854.013000', '215854.015000', '215854.018000', '215854.020000', '215854.023000', '215854.026000', '215854.028000', '215854.031000', '215854.033000', '215854.036000', '215854.039000', '215854.041000', '215854.044000', '215854.046000', '215854.049000', '215854.051000', '215854.054000', '215854.057000', '215854.059000', '215854.062000', '215854.064000', '215854.067000', '215854.070000', '215854.072000', '215854.075000', '215854.077000', '215854.080000', '215913.968000', '215913.971000', '215913.973000', '215913.976000', '215913.979000', '215913.981000', '215913.984000', '215913.986000', '215913.989000', '215913.992000', '215913.994000', '215913.997000', '215914.000000', '215914.002000', '215914.005000', '215914.007000', '215914.010000', '215914.013000', '215914.015000', '215914.018000', '215914.020000', '215914.023000', '215914.026000', '215914.028000', '215914.031000', '215914.033000', '215914.036000', '215914.040000', '215914.042000', '215914.045000', '215914.048000', '215914.050000', '215914.053000', '215914.056000', '215914.058000', '215914.061000', '215914.064000', '215914.066000', '215914.069000', '215914.072000', '215914.074000', '215914.077000', '215914.079000', '215914.082000', '215933.968000', '215933.970000', '215933.973000', '215933.976000', '215933.978000', '215933.981000', '215933.983000', '215933.986000', '215933.989000', '215933.991000', '215933.994000', '215933.997000', '215934.000000', '215934.003000', '215934.006000', '215934.008000', '215934.011000', '215934.013000', '215934.016000', '215934.019000', '215934.022000', '215934.025000', '215934.028000', '215934.030000', '215934.033000', '215934.036000', '215934.038000', '215934.041000', '215934.044000', '215934.046000', '215934.049000', '215934.052000', '215934.054000', '215934.057000', '215934.059000', '215934.062000', '215934.065000', '215934.067000', '215934.070000', '215934.073000', '215934.075000', '215934.078000', '215934.082000', '215953.966000', '215953.969000', '215953.972000', '215953.974000', '215953.977000', '215953.980000', '215953.982000', '215953.985000', '215953.987000', '215953.990000', '215953.993000', '215953.995000', '215953.998000', '215954.001000', '215954.004000', '215954.007000', '215954.009000', '215954.012000', '215954.015000', '215954.017000', '215954.020000', '215954.022000', '215954.025000', '215954.027000', '215954.030000', '215954.032000', '215954.035000', '215954.047000', '215954.050000', '215954.052000', '215954.055000', '215954.058000', '215954.060000', '215954.063000', '215954.065000', '215954.068000', '215954.070000', '215954.073000', '215954.076000', '215954.078000', '215954.081000', '215954.083000', '215954.086000', '215954.088000', '220003.009000', '220003.013000', '220003.016000', '220003.019000', '220003.021000', '220003.024000', '220003.036000', '220003.038000', '220003.041000', '220003.044000', '220003.046000', '220003.049000', '220003.052000', '220003.054000', '220003.057000', '220003.060000', '220003.062000', '220003.065000', '220003.068000', '220003.070000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [9327, 12796, 10325, 8189, 12081, 9553, 11252, 11494, 7973, 10908, 9189, 8011, 11172, 8950, 10320, 9346, 7570, 10286, 8274, 10788, 9550, 9068, 9401, 7831, 9939, 8625, 7789, 10445, 8810, 8512, 10933, 7769, 12083, 8947, 10690, 10101, 9233, 11976, 7519, 11531, 8646, 8553, 10245, 8437, 11675, 8048, 7564, 9381, 7844, 10541, 9254, 8081, 8811, 7762, 11052, 9125, 8319, 8973, 7181, 10711, 8610, 11009, 8874, 7696, 9666, 8093, 11608, 9158, 7773, 9283, 7453, 11001, 9103, 7495, 9264, 7657, 10897, 9375, 7905, 9748, 8133, 11604, 9282, 10738, 9120, 7176, 11152, 8792, 8682, 12083, 9634, 8053, 10408, 7873, 9895, 9389, 8741, 10399, 8082, 11716, 8948, 11824, 8714, 10047, 9198, 8134, 11667, 8434, 8345, 8747, 7576, 10775, 9242, 7482, 10322, 7515, 10856, 9301, 12417, 9322, 7719, 10315, 7904, 8774, 9753, 8182, 7392, 10101, 7696, 8530, 9036, 8110, 10710, 8269, 11509, 8741, 8834, 10036, 7477, 11517, 8335, 9788, 10273, 7590, 11319, 9094, 7989, 11198, 8733, 7907, 8928, 7165, 9923, 9647, 7856, 12509, 11413, 11988, 11297, 8202, 11464, 9457, 9224, 11006, 8087, 9823, 9325, 7235, 10961, 9242, 8178, 9941, 8095, 10744, 9926, 8506, 9797, 8674, 7207, 11806, 9318, 7240, 11023, 7625, 11174, 9259, 8529, 10530, 7757, 11057, 8346, 9512, 9150, 7065, 9895, 7352, 8499, 9214, 7283, 9473, 8170, 7440, 10460, 8662, 14206, 9301, 7095, 10311, 7568, 11574, 9231, 14108, 9255, 7150, 10241, 8372, 10195, 10776, 8531, 12514, 10222, 11695, 8469, 10099, 9396, 8711, 10402, 8021, 11164, 9010, 7458, 10624, 9420, 7427, 9195, 8354, 7267, 10984, 8316, 11746, 10191, 13122, 9594, 7776, 11152, 8795, 9282, 9743, 8514, 8241, 9256, 7209, 8583, 9688, 7610, 11879, 9857, 7291, 10704, 7946, 11098, 9413, 9194, 9839, 7005, 10894, 8313, 9110, 9959, 7313, 10928, 8321, 8503, 10413, 7615, 11393, 8789, 7240, 11308, 8011, 9511, 9037, 7296, 11073, 8043, 12362, 9096, 8079, 10048, 8172, 12078, 8558, 11631, 8653, 9083, 10486, 7448, 10780, 8026, 7129, 10582, 8173, 8823, 9145, 7112, 11224, 8937, 9516, 10535, 8129, 12170, 9352, 12476, 10635, 8103, 11967, 8211, 9944, 10589, 9272, 9824, 8736, 6962, 10891, 9005, 7997, 12053, 8979, 15057, 9775, 9391, 11301, 8380, 13201, 9958, 7361, 10804, 8027, 9595, 9515, 7703, 11193, 8538, 7580, 10217, 7334, 12035, 10154, 7654, 11394, 7931, 10547, 9904, 7992, 12557, 9325, 12802, 9888, 7569, 11308, 8289, 7126, 11449, 8909, 7595, 11666, 9589, 7315, 11524, 8815, 8703, 10842, 8450, 12541, 10171, 10918, 8914, 10084, 9449, 8389, 11924, 7536, 10723, 8274, 7367, 10613, 7959, 10776, 9443, 7064, 11018, 8177, 11831, 10089, 7958, 11168, 7505, 12315, 9585, 11549, 10043, 7398, 10661, 7731, 10332, 10070, 7538, 10488, 7625, 9329, 9331, 7979, 11102, 8163, 12258, 9838, 10085, 10465, 7672, 12391, 9558, 13360, 10133, 7716, 11129, 7895, 12328, 9866, 7399, 10676, 8016, 9532, 9369, 7992, 9191, 8488, 8232, 11030, 9339, 10822, 12766, 9683, 14683, 9698, 7869, 12611, 10426, 12618, 12045, 8327, 10457, 9288, 7551, 11661, 9820, 8648, 10193, 7258, 11688, 9227, 8676, 11258, 8796, 11600, 9736, 7310, 11313, 9918, 8244, 12191, 10474, 10993, 10508, 7819, 12629, 10503, 8601, 12785, 8322, 11215, 10322, 8122, 11778, 8679, 7482, 11263, 8758, 7399, 9967, 7453, 8940, 10146, 7682, 11604, 9454, 9467, 12316, 8522, 14345, 9710, 9330, 12865, 8932, 14835, 10007, 7930, 12297, 9921, 8961, 11251, 7495, 10298, 10100, 8371, 10470, 9698, 7566, 11121, 9994, 7920, 11800, 9765, 7448, 12189, 9925, 12461, 11556, 7276, 10481, 8404, 7202, 11397, 8994, 9291, 9316, 7280, 11192, 8850, 8580, 11164, 7766, 10689, 9201, 7752, 11596, 9939, 8339, 11484, 8017, 9910, 10823, 8370, 12617, 9809, 7669, 10557, 7775, 12354, 10370, 8096, 10946, 7756, 12764, 10605, 8608, 11569, 7529, 11070, 9234, 7908, 11066, 8120, 11798, 9409, 7297, 11193, 8456, 9669, 10106, 8024, 11879, 9255, 11342, 10987, 8777, 13501, 10583, 7914, 11509, 8046, 11585, 8666, 10530, 10459, 7854, 11968, 9409, 7501, 10418, 10209, 7689, 10178, 9891, 11008, 10792, 7763, 12144, 8414, 12958, 10286, 15299, 10639, 7859, 11178, 8196, 10455, 10378, 7995, 11451, 9052, 9875, 10231, 8340, 12399, 8154, 11981, 9999, 9267, 11774, 8036, 12542, 8987, 8524, 10898, 7924, 9371, 8428, 7607, 11018, 9563, 8726, 9943, 7684, 12718, 10613, 12534, 10638, 8285, 13824, 10710, 9430, 10672, 8137, 11336, 10972, 8426, 10130, 8703, 8810, 11835, 9957, 9329, 13086, 9505, 7669, 13306, 10311, 15350, 11080, 9009, 12536, 9859, 9282, 12926, 8539, 10475, 10442, 7961, 12433, 10432, 7505, 11741, 9890, 7830, 12088, 9673, 7517, 11442, 9546, 8196, 11631, 8693, 11170, 10989, 8370, 12574, 9526, 8888, 12003, 8904, 10240, 9914, 8151, 11614, 9777, 8554, 11436, 8390, 7291, 12122, 9745, 7667, 10291, 9262, 7421, 11486, 9741, 15063, 10897, 8594, 11673, 8497, 12804, 10380, 8579, 11867, 8321, 7215, 10322, 8013, 9395, 10025, 7767, 11730, 9329, 9672, 11475, 8669, 13514, 9447, 8694, 11678, 8683, 13428, 10835, 8357, 10849, 7952, 12106, 10689, 8017, 11628, 8578, 8623, 11502, 8653, 8927, 9630, 8503, 10113, 9553, 7801, 11798, 10094, 9990, 13282, 9422, 14677, 10531, 10085, 11843, 8671, 13468, 9439, 7320, 10738, 7847, 11481, 9654, 8204, 11386, 8231, 7599, 10057, 7329, 11952, 10232, 9497, 11065, 8670, 12654, 9274, 13010, 9766, 10615, 9979, 8020, 12560, 8795, 11586, 8922, 8511, 10577, 8525, 7913, 9435, 7509, 9646, 10170, 8036, 12631, 10723, 14335, 10472, 8900, 13949, 11399, 10809, 10418, 7644, 11353, 9959, 7622, 10822, 8084, 10120, 9836, 8494, 12093, 8681, 13035, 9927, 14353, 11210, 8412, 12123, 8371, 12536, 10389, 8651, 11370, 7509, 9919, 9903, 7615, 10574, 8355, 7664, 11403, 9074, 11156, 9850, 8042, 13252, 9550, 12856, 10127, 11631, 11195, 9162, 13214, 9708, 7722, 12261, 9034, 7379, 11259, 8427, 8417, 12162, 10116, 16272, 11919, 9476, 12324, 9200, 13644, 10663, 7963, 11523, 8264, 10956, 10636, 8149, 11132, 8328, 8581, 10971, 8233, 12325, 9746, 8922, 12050, 9002, 13235, 9551, 7964, 12371, 9539, 9406, 11489, 8073, 9745, 10457, 7885, 12042, 10824, 8506, 12125, 9957, 9411, 13150, 9898, 14146, 10715, 8296, 13444, 10965, 8169, 10142, 7756, 11593, 9064, 9308, 10111, 7512, 11057, 8451, 7817, 10588, 7606, 11219, 8936, 8452, 10345, 7651, 11478, 9139, 10240, 10515, 7812, 12217, 9328, 10786, 10374, 7602, 11958, 8939, 11104, 10868, 8012, 11186, 7843, 9030, 10246, 8584, 9857, 8825, 8737, 9606, 8515, 12528, 9994, 7965, 15752, 11656, 10170, 12985, 9091, 13344, 10253, 11200, 10957, 8821, 12073, 8125, 8867, 10414, 7820, 10079, 8486, 7707, 11020, 9139, 8600, 10221, 8027, 12651, 10245, 11393, 11340, 9026, 14122, 11291, 14745, 10825, 8424, 13102, 10086, 10378, 10073, 8050, 11826, 9326, 7377, 9596, 7375, 9331, 9844, 7916, 11902, 8921, 13325, 10462, 13253, 11774, 9027, 13566, 10721, 8403, 13222, 9154, 9730, 12525, 9198, 11238, 10272, 8099, 12923, 11019, 8243, 13329, 9839, 10618, 12350, 8924, 13529, 9604, 7683, 12626, 10597, 10401, 11882, 8801, 12757, 11156, 8423, 12154, 8621, 9323, 11386, 8700, 10406, 9975, 7598, 11369, 10367, 7965, 11253, 9038, 8022, 9895, 9577, 8800, 12671, 10437, 8651, 11352, 9717, 8045, 12790, 10540, 7307], 'WindowCenter': [4177.0, 4176.0, 4140.0, 4105.0, 4134.0, 4113.0, 4122.0, 4109.0, 4078.0, 4108.0, 4086.0, 4064.0, 4106.0, 4098.0, 4098.0, 4086.0, 4067.0, 4098.0, 4076.0, 4107.0, 4102.0, 4088.0, 4085.0, 4066.0, 4085.0, 4075.0, 4068.0, 4109.0, 4101.0, 4089.0, 4109.0, 4068.0, 4108.0, 4086.0, 4096.0, 4099.0, 4084.0, 4104.0, 4053.0, 4095.0, 4075.0, 4074.0, 4098.0, 4073.0, 4096.0, 4062.0, 4054.0, 4074.0, 4078.0, 4096.0, 4088.0, 4064.0, 4076.0, 4053.0, 4095.0, 4086.0, 4063.0, 4074.0, 4043.0, 4094.0, 4077.0, 4095.0, 4076.0, 4054.0, 4085.0, 4065.0, 4092.0, 4077.0, 4052.0, 4073.0, 4052.0, 4094.0, 4074.0, 4055.0, 4073.0, 4063.0, 4093.0, 4086.0, 4064.0, 4083.0, 4063.0, 4093.0, 4075.0, 4080.0, 4073.0, 4039.0, 4093.0, 4074.0, 4076.0, 4107.0, 4087.0, 4065.0, 4082.0, 4061.0, 4083.0, 4087.0, 4072.0, 4084.0, 4061.0, 4092.0, 4072.0, 4094.0, 4060.0, 4072.0, 4070.0, 4050.0, 4093.0, 4064.0, 4062.0, 4062.0, 4065.0, 4096.0, 4085.0, 4051.0, 4083.0, 4053.0, 4096.0, 4084.0, 4104.0, 4074.0, 4052.0, 4082.0, 4053.0, 4063.0, 4084.0, 4078.0, 4067.0, 4095.0, 4078.0, 4088.0, 4104.0, 4092.0, 4099.0, 4078.0, 4096.0, 4076.0, 4085.0, 4096.0, 4054.0, 4095.0, 4074.0, 4096.0, 4085.0, 4065.0, 4094.0, 4073.0, 4064.0, 4095.0, 4076.0, 4061.0, 4075.0, 4054.0, 4097.0, 4088.0, 4064.0, 4119.0, 4095.0, 4093.0, 4093.0, 4063.0, 4090.0, 4073.0, 4075.0, 4084.0, 4049.0, 4072.0, 4073.0, 4041.0, 4079.0, 4072.0, 4062.0, 4081.0, 4054.0, 4082.0, 4072.0, 4060.0, 4072.0, 4061.0, 4053.0, 4109.0, 4084.0, 4054.0, 4093.0, 4051.0, 4093.0, 4086.0, 4061.0, 4083.0, 4050.0, 4083.0, 4063.0, 4074.0, 4072.0, 4039.0, 4069.0, 4052.0, 4074.0, 4076.0, 4053.0, 4084.0, 4065.0, 4053.0, 4096.0, 4075.0, 4114.0, 4086.0, 4043.0, 4083.0, 4054.0, 4093.0, 4073.0, 4101.0, 4071.0, 4039.0, 4080.0, 4065.0, 4084.0, 4098.0, 4074.0, 4103.0, 4085.0, 4094.0, 4052.0, 4070.0, 4061.0, 4049.0, 4071.0, 4049.0, 4080.0, 4063.0, 4052.0, 4095.0, 4071.0, 4053.0, 4071.0, 4062.0, 4043.0, 4080.0, 4061.0, 4092.0, 4085.0, 4091.0, 4072.0, 4037.0, 4078.0, 4059.0, 4072.0, 4068.0, 4051.0, 4049.0, 4061.0, 4041.0, 4062.0, 4085.0, 4068.0, 4106.0, 4087.0, 4053.0, 4083.0, 4051.0, 4080.0, 4073.0, 4071.0, 4073.0, 4041.0, 4080.0, 4062.0, 4076.0, 4082.0, 4041.0, 4083.0, 4062.0, 4064.0, 4085.0, 4053.0, 4092.0, 4060.0, 4052.0, 4093.0, 4065.0, 4074.0, 4075.0, 4053.0, 4095.0, 4066.0, 4091.0, 4064.0, 4053.0, 4084.0, 4062.0, 4091.0, 4064.0, 4080.0, 4061.0, 4073.0, 4093.0, 4040.0, 4084.0, 4062.0, 4042.0, 4097.0, 4078.0, 4076.0, 4086.0, 4053.0, 4097.0, 4086.0, 4087.0, 4099.0, 4063.0, 4093.0, 4085.0, 4105.0, 4097.0, 4062.0, 4091.0, 4065.0, 4083.0, 4097.0, 4070.0, 4071.0, 4062.0, 4042.0, 4094.0, 4075.0, 4076.0, 4105.0, 4075.0, 4113.0, 4083.0, 4074.0, 4094.0, 4066.0, 4104.0, 4074.0, 4041.0, 4079.0, 4053.0, 4074.0, 4085.0, 4054.0, 4094.0, 4077.0, 4051.0, 4084.0, 4054.0, 4104.0, 4087.0, 4052.0, 4092.0, 4064.0, 4083.0, 4084.0, 4064.0, 4107.0, 4074.0, 4102.0, 4085.0, 4053.0, 4084.0, 4065.0, 4041.0, 4095.0, 4075.0, 4066.0, 4106.0, 4088.0, 4067.0, 4094.0, 4075.0, 4074.0, 4097.0, 4064.0, 4104.0, 4083.0, 4095.0, 4073.0, 4084.0, 4083.0, 4064.0, 4091.0, 4052.0, 4080.0, 4061.0, 4051.0, 4083.0, 4067.0, 4094.0, 4084.0, 4043.0, 4092.0, 4074.0, 4105.0, 4084.0, 4062.0, 4094.0, 4051.0, 4105.0, 4083.0, 4094.0, 4085.0, 4041.0, 4082.0, 4063.0, 4085.0, 4086.0, 4052.0, 4083.0, 4063.0, 4087.0, 4085.0, 4064.0, 4095.0, 4074.0, 4107.0, 4088.0, 4083.0, 4084.0, 4051.0, 4103.0, 4084.0, 4105.0, 4083.0, 4050.0, 4083.0, 4063.0, 4093.0, 4084.0, 4042.0, 4082.0, 4063.0, 4084.0, 4075.0, 4063.0, 4072.0, 4076.0, 4074.0, 4097.0, 4100.0, 4108.0, 4107.0, 4087.0, 4115.0, 4072.0, 4051.0, 4103.0, 4095.0, 4105.0, 4092.0, 4064.0, 4083.0, 4070.0, 4052.0, 4095.0, 4085.0, 4074.0, 4086.0, 4054.0, 4095.0, 4073.0, 4074.0, 4098.0, 4075.0, 4096.0, 4087.0, 4054.0, 4093.0, 4085.0, 4075.0, 4105.0, 4095.0, 4093.0, 4084.0, 4052.0, 4105.0, 4084.0, 4062.0, 4102.0, 4061.0, 4093.0, 4084.0, 4063.0, 4093.0, 4064.0, 4055.0, 4096.0, 4074.0, 4054.0, 4082.0, 4067.0, 4088.0, 4098.0, 4068.0, 4108.0, 4086.0, 4087.0, 4108.0, 4074.0, 4116.0, 4072.0, 4074.0, 4107.0, 4075.0, 4115.0, 4075.0, 4048.0, 4095.0, 4086.0, 4070.0, 4091.0, 4051.0, 4082.0, 4083.0, 4063.0, 4083.0, 4073.0, 4052.0, 4108.0, 4098.0, 4066.0, 4104.0, 4086.0, 4040.0, 4102.0, 4084.0, 4092.0, 4081.0, 4052.0, 4082.0, 4064.0, 4052.0, 4105.0, 4076.0, 4072.0, 4077.0, 4052.0, 4093.0, 4088.0, 4075.0, 4093.0, 4053.0, 4083.0, 4073.0, 4055.0, 4106.0, 4095.0, 4066.0, 4096.0, 4064.0, 4083.0, 4096.0, 4076.0, 4107.0, 4086.0, 4053.0, 4087.0, 4064.0, 4106.0, 4085.0, 4063.0, 4083.0, 4052.0, 4104.0, 4096.0, 4064.0, 4094.0, 4052.0, 4093.0, 4076.0, 4064.0, 4098.0, 4064.0, 4096.0, 4076.0, 4055.0, 4095.0, 4078.0, 4084.0, 4088.0, 4062.0, 4092.0, 4074.0, 4095.0, 4097.0, 4074.0, 4107.0, 4097.0, 4065.0, 4094.0, 4068.0, 4094.0, 4060.0, 4082.0, 4084.0, 4062.0, 4095.0, 4087.0, 4066.0, 4099.0, 4095.0, 4063.0, 4084.0, 4086.0, 4097.0, 4098.0, 4052.0, 4093.0, 4063.0, 4103.0, 4085.0, 4111.0, 4083.0, 4048.0, 4079.0, 4062.0, 4084.0, 4084.0, 4062.0, 4093.0, 4074.0, 4084.0, 4084.0, 4065.0, 4092.0, 4050.0, 4092.0, 4085.0, 4072.0, 4095.0, 4055.0, 4093.0, 4074.0, 4074.0, 4095.0, 4065.0, 4075.0, 4074.0, 4078.0, 4106.0, 4099.0, 4077.0, 4086.0, 4065.0, 4106.0, 4097.0, 4106.0, 4097.0, 4074.0, 4104.0, 4095.0, 4073.0, 4085.0, 4066.0, 4092.0, 4097.0, 4061.0, 4084.0, 4075.0, 4075.0, 4106.0, 4100.0, 4089.0, 4106.0, 4083.0, 4052.0, 4116.0, 4085.0, 4114.0, 4092.0, 4073.0, 4103.0, 4084.0, 4075.0, 4105.0, 4063.0, 4080.0, 4081.0, 4063.0, 4093.0, 4085.0, 4042.0, 4094.0, 4086.0, 4053.0, 4094.0, 4074.0, 4040.0, 4094.0, 4083.0, 4066.0, 4092.0, 4063.0, 4094.0, 4097.0, 4062.0, 4094.0, 4071.0, 4062.0, 4092.0, 4074.0, 4085.0, 4075.0, 4051.0, 4092.0, 4085.0, 4076.0, 4095.0, 4063.0, 4052.0, 4095.0, 4085.0, 4066.0, 4097.0, 4087.0, 4057.0, 4094.0, 4086.0, 4115.0, 4098.0, 4064.0, 4093.0, 4062.0, 4103.0, 4086.0, 4063.0, 4093.0, 4064.0, 4053.0, 4085.0, 4066.0, 4073.0, 4086.0, 4064.0, 4096.0, 4087.0, 4087.0, 4109.0, 4075.0, 4106.0, 4073.0, 4061.0, 4094.0, 4074.0, 4103.0, 4085.0, 4063.0, 4081.0, 4062.0, 4093.0, 4086.0, 4050.0, 4091.0, 4064.0, 4073.0, 4096.0, 4073.0, 4075.0, 4074.0, 4064.0, 4083.0, 4084.0, 4053.0, 4105.0, 4098.0, 4097.0, 4114.0, 4074.0, 4103.0, 4083.0, 4069.0, 4094.0, 4062.0, 4102.0, 4071.0, 4041.0, 4081.0, 4052.0, 4094.0, 4086.0, 4061.0, 4094.0, 4064.0, 4054.0, 4082.0, 4054.0, 4109.0, 4099.0, 4083.0, 4094.0, 4062.0, 4104.0, 4074.0, 4093.0, 4075.0, 4082.0, 4074.0, 4063.0, 4094.0, 4064.0, 4082.0, 4063.0, 4075.0, 4085.0, 4060.0, 4052.0, 4072.0, 4053.0, 4086.0, 4098.0, 4079.0, 4107.0, 4099.0, 4115.0, 4085.0, 4074.0, 4104.0, 4094.0, 4082.0, 4074.0, 4051.0, 4096.0, 4086.0, 4056.0, 4095.0, 4064.0, 4097.0, 4098.0, 4073.0, 4105.0, 4076.0, 4105.0, 4088.0, 4116.0, 4096.0, 4063.0, 4093.0, 4065.0, 4094.0, 4084.0, 4063.0, 4091.0, 4042.0, 4084.0, 4087.0, 4066.0, 4097.0, 4074.0, 4068.0, 4108.0, 4087.0, 4108.0, 4089.0, 4065.0, 4105.0, 4086.0, 4105.0, 4083.0, 4095.0, 4094.0, 4073.0, 4104.0, 4072.0, 4054.0, 4104.0, 4076.0, 4053.0, 4094.0, 4078.0, 4075.0, 4106.0, 4097.0, 4125.0, 4097.0, 4075.0, 4104.0, 4075.0, 4104.0, 4081.0, 4051.0, 4081.0, 4062.0, 4092.0, 4085.0, 4053.0, 4083.0, 4062.0, 4073.0, 4096.0, 4063.0, 4095.0, 4074.0, 4073.0, 4094.0, 4062.0, 4093.0, 4073.0, 4053.0, 4104.0, 4086.0, 4073.0, 4091.0, 4064.0, 4074.0, 4084.0, 4065.0, 4107.0, 4097.0, 4076.0, 4092.0, 4086.0, 4087.0, 4105.0, 4084.0, 4104.0, 4082.0, 4062.0, 4103.0, 4085.0, 4063.0, 4072.0, 4052.0, 4091.0, 4075.0, 4086.0, 4083.0, 4054.0, 4094.0, 4073.0, 4064.0, 4095.0, 4066.0, 4095.0, 4088.0, 4077.0, 4096.0, 4064.0, 4097.0, 4086.0, 4094.0, 4098.0, 4052.0, 4104.0, 4086.0, 4095.0, 4087.0, 4054.0, 4094.0, 4074.0, 4097.0, 4097.0, 4066.0, 4096.0, 4066.0, 4086.0, 4097.0, 4075.0, 4086.0, 4074.0, 4076.0, 4085.0, 4078.0, 4118.0, 4097.0, 4079.0, 4130.0, 4110.0, 4097.0, 4117.0, 4076.0, 4105.0, 4083.0, 4094.0, 4087.0, 4075.0, 4095.0, 4063.0, 4075.0, 4098.0, 4063.0, 4086.0, 4074.0, 4064.0, 4097.0, 4086.0, 4076.0, 4098.0, 4078.0, 4107.0, 4097.0, 4095.0, 4096.0, 4075.0, 4115.0, 4095.0, 4104.0, 4084.0, 4062.0, 4103.0, 4082.0, 4083.0, 4084.0, 4063.0, 4106.0, 4086.0, 4055.0, 4098.0, 4082.0, 4099.0, 4109.0, 4079.0, 4108.0, 4089.0, 4118.0, 4099.0, 4117.0, 4107.0, 4074.0, 4107.0, 4095.0, 4063.0, 4105.0, 4074.0, 4074.0, 4105.0, 4075.0, 4095.0, 4087.0, 4063.0, 4105.0, 4097.0, 4065.0, 4103.0, 4085.0, 4084.0, 4104.0, 4073.0, 4104.0, 4071.0, 4051.0, 4103.0, 4085.0, 4081.0, 4093.0, 4061.0, 4094.0, 4085.0, 4063.0, 4091.0, 4062.0, 4075.0, 4093.0, 4061.0, 4083.0, 4072.0, 4051.0, 4095.0, 4084.0, 4062.0, 4084.0, 4073.0, 4063.0, 4073.0, 4073.0, 4075.0, 4117.0, 4094.0, 4076.0, 4092.0, 4087.0, 4065.0, 4106.0, 4098.0, 4054.0], 'WindowWidth': [9293.0, 9265.0, 9205.0, 9147.0, 9181.0, 9152.0, 9162.0, 9140.0, 9095.0, 9134.0, 9103.0, 9069.0, 9132.0, 9124.0, 9121.0, 9103.0, 9080.0, 9119.0, 9092.0, 9134.0, 9132.0, 9109.0, 9099.0, 9077.0, 9100.0, 9085.0, 9079.0, 9139.0, 9132.0, 9110.0, 9138.0, 9081.0, 9132.0, 9102.0, 9114.0, 9123.0, 9097.0, 9122.0, 9053.0, 9109.0, 9084.0, 9083.0, 9121.0, 9081.0, 9112.0, 9065.0, 9054.0, 9082.0, 9093.0, 9114.0, 9105.0, 9069.0, 9086.0, 9053.0, 9113.0, 9100.0, 9066.0, 9083.0, 9040.0, 9110.0, 9091.0, 9111.0, 9086.0, 9054.0, 9097.0, 9073.0, 9105.0, 9089.0, 9050.0, 9079.0, 9054.0, 9107.0, 9083.0, 9056.0, 9079.0, 9069.0, 9106.0, 9101.0, 9068.0, 9093.0, 9069.0, 9106.0, 9084.0, 9085.0, 9076.0, 9028.0, 9105.0, 9082.0, 9088.0, 9130.0, 9103.0, 9069.0, 9090.0, 9061.0, 9090.0, 9101.0, 9079.0, 9095.0, 9061.0, 9101.0, 9074.0, 9104.0, 9058.0, 9073.0, 9070.0, 9044.0, 9101.0, 9065.0, 9060.0, 9061.0, 9070.0, 9114.0, 9097.0, 9049.0, 9092.0, 9052.0, 9112.0, 9096.0, 9121.0, 9080.0, 9047.0, 9087.0, 9050.0, 9065.0, 9098.0, 9095.0, 9078.0, 9115.0, 9095.0, 9108.0, 9137.0, 9122.0, 9123.0, 9094.0, 9113.0, 9087.0, 9099.0, 9116.0, 9056.0, 9110.0, 9084.0, 9115.0, 9097.0, 9072.0, 9108.0, 9079.0, 9071.0, 9112.0, 9087.0, 9060.0, 9081.0, 9058.0, 9117.0, 9106.0, 9072.0, 9150.0, 9114.0, 9106.0, 9105.0, 9065.0, 9096.0, 9077.0, 9081.0, 9094.0, 9042.0, 9074.0, 9077.0, 9032.0, 9080.0, 9075.0, 9062.0, 9087.0, 9052.0, 9088.0, 9074.0, 9055.0, 9072.0, 9061.0, 9051.0, 9133.0, 9095.0, 9055.0, 9106.0, 9046.0, 9104.0, 9100.0, 9060.0, 9090.0, 9045.0, 9087.0, 9062.0, 9079.0, 9077.0, 9029.0, 9068.0, 9050.0, 9082.0, 9086.0, 9055.0, 9094.0, 9070.0, 9055.0, 9115.0, 9088.0, 9135.0, 9100.0, 9038.0, 9091.0, 9053.0, 9105.0, 9080.0, 9114.0, 9074.0, 9028.0, 9084.0, 9073.0, 9096.0, 9118.0, 9083.0, 9119.0, 9094.0, 9101.0, 9046.0, 9069.0, 9055.0, 9035.0, 9066.0, 9038.0, 9081.0, 9062.0, 9048.0, 9110.0, 9076.0, 9052.0, 9073.0, 9063.0, 9036.0, 9084.0, 9059.0, 9102.0, 9094.0, 9097.0, 9072.0, 9021.0, 9075.0, 9054.0, 9073.0, 9063.0, 9042.0, 9035.0, 9056.0, 9032.0, 9062.0, 9096.0, 9080.0, 9127.0, 9100.0, 9051.0, 9091.0, 9046.0, 9083.0, 9078.0, 9072.0, 9077.0, 9032.0, 9082.0, 9062.0, 9085.0, 9089.0, 9033.0, 9088.0, 9063.0, 9066.0, 9094.0, 9051.0, 9100.0, 9058.0, 9049.0, 9105.0, 9069.0, 9079.0, 9082.0, 9051.0, 9110.0, 9072.0, 9099.0, 9066.0, 9049.0, 9093.0, 9061.0, 9099.0, 9068.0, 9084.0, 9058.0, 9078.0, 9106.0, 9032.0, 9093.0, 9062.0, 9036.0, 9117.0, 9092.0, 9086.0, 9101.0, 9053.0, 9117.0, 9103.0, 9102.0, 9119.0, 9066.0, 9105.0, 9099.0, 9127.0, 9115.0, 9063.0, 9100.0, 9069.0, 9093.0, 9116.0, 9072.0, 9071.0, 9062.0, 9039.0, 9110.0, 9086.0, 9089.0, 9127.0, 9085.0, 9132.0, 9092.0, 9079.0, 9109.0, 9071.0, 9119.0, 9079.0, 9033.0, 9081.0, 9050.0, 9079.0, 9096.0, 9054.0, 9105.0, 9087.0, 9047.0, 9093.0, 9057.0, 9124.0, 9102.0, 9050.0, 9103.0, 9067.0, 9091.0, 9093.0, 9068.0, 9129.0, 9081.0, 9114.0, 9095.0, 9050.0, 9091.0, 9067.0, 9033.0, 9111.0, 9086.0, 9078.0, 9129.0, 9106.0, 9078.0, 9110.0, 9085.0, 9083.0, 9118.0, 9069.0, 9121.0, 9092.0, 9108.0, 9080.0, 9092.0, 9093.0, 9066.0, 9100.0, 9047.0, 9082.0, 9059.0, 9046.0, 9091.0, 9078.0, 9109.0, 9096.0, 9040.0, 9103.0, 9081.0, 9126.0, 9096.0, 9063.0, 9106.0, 9047.0, 9123.0, 9096.0, 9108.0, 9097.0, 9032.0, 9089.0, 9068.0, 9098.0, 9098.0, 9050.0, 9092.0, 9066.0, 9103.0, 9100.0, 9070.0, 9111.0, 9083.0, 9130.0, 9106.0, 9093.0, 9095.0, 9047.0, 9119.0, 9094.0, 9121.0, 9090.0, 9042.0, 9090.0, 9066.0, 9104.0, 9093.0, 9035.0, 9088.0, 9068.0, 9094.0, 9084.0, 9065.0, 9076.0, 9087.0, 9084.0, 9116.0, 9127.0, 9135.0, 9132.0, 9105.0, 9136.0, 9076.0, 9046.0, 9118.0, 9111.0, 9122.0, 9100.0, 9065.0, 9089.0, 9071.0, 9050.0, 9109.0, 9097.0, 9080.0, 9098.0, 9055.0, 9107.0, 9079.0, 9082.0, 9119.0, 9084.0, 9111.0, 9100.0, 9055.0, 9105.0, 9097.0, 9086.0, 9127.0, 9110.0, 9105.0, 9094.0, 9049.0, 9124.0, 9094.0, 9061.0, 9116.0, 9059.0, 9104.0, 9094.0, 9065.0, 9105.0, 9067.0, 9058.0, 9113.0, 9082.0, 9054.0, 9091.0, 9078.0, 9107.0, 9119.0, 9081.0, 9130.0, 9101.0, 9103.0, 9130.0, 9082.0, 9138.0, 9075.0, 9080.0, 9127.0, 9081.0, 9135.0, 9080.0, 9038.0, 9108.0, 9098.0, 9071.0, 9099.0, 9047.0, 9088.0, 9089.0, 9060.0, 9089.0, 9078.0, 9050.0, 9132.0, 9120.0, 9075.0, 9123.0, 9098.0, 9029.0, 9117.0, 9094.0, 9102.0, 9086.0, 9049.0, 9088.0, 9068.0, 9049.0, 9125.0, 9089.0, 9077.0, 9086.0, 9049.0, 9106.0, 9106.0, 9085.0, 9105.0, 9054.0, 9092.0, 9078.0, 9055.0, 9127.0, 9114.0, 9073.0, 9112.0, 9070.0, 9093.0, 9116.0, 9088.0, 9127.0, 9101.0, 9053.0, 9099.0, 9070.0, 9126.0, 9097.0, 9064.0, 9090.0, 9050.0, 9122.0, 9112.0, 9065.0, 9106.0, 9049.0, 9102.0, 9083.0, 9066.0, 9117.0, 9071.0, 9113.0, 9085.0, 9055.0, 9108.0, 9094.0, 9096.0, 9103.0, 9065.0, 9103.0, 9080.0, 9112.0, 9115.0, 9084.0, 9127.0, 9114.0, 9071.0, 9107.0, 9076.0, 9106.0, 9058.0, 9085.0, 9091.0, 9064.0, 9109.0, 9102.0, 9078.0, 9121.0, 9111.0, 9066.0, 9094.0, 9100.0, 9116.0, 9117.0, 9050.0, 9104.0, 9063.0, 9119.0, 9097.0, 9127.0, 9089.0, 9037.0, 9079.0, 9061.0, 9093.0, 9093.0, 9063.0, 9104.0, 9080.0, 9095.0, 9096.0, 9068.0, 9102.0, 9045.0, 9099.0, 9095.0, 9077.0, 9108.0, 9054.0, 9103.0, 9080.0, 9082.0, 9109.0, 9073.0, 9082.0, 9083.0, 9094.0, 9128.0, 9122.0, 9088.0, 9100.0, 9074.0, 9126.0, 9116.0, 9125.0, 9113.0, 9083.0, 9121.0, 9110.0, 9078.0, 9095.0, 9074.0, 9104.0, 9116.0, 9061.0, 9091.0, 9082.0, 9083.0, 9127.0, 9125.0, 9108.0, 9128.0, 9093.0, 9050.0, 9139.0, 9099.0, 9134.0, 9102.0, 9075.0, 9115.0, 9096.0, 9082.0, 9121.0, 9063.0, 9082.0, 9086.0, 9064.0, 9103.0, 9096.0, 9034.0, 9105.0, 9099.0, 9053.0, 9108.0, 9080.0, 9030.0, 9107.0, 9094.0, 9070.0, 9103.0, 9064.0, 9106.0, 9114.0, 9063.0, 9105.0, 9072.0, 9060.0, 9101.0, 9079.0, 9092.0, 9081.0, 9045.0, 9101.0, 9097.0, 9082.0, 9106.0, 9062.0, 9046.0, 9108.0, 9098.0, 9076.0, 9119.0, 9104.0, 9065.0, 9110.0, 9102.0, 9139.0, 9117.0, 9066.0, 9102.0, 9063.0, 9118.0, 9099.0, 9063.0, 9103.0, 9064.0, 9048.0, 9095.0, 9075.0, 9080.0, 9101.0, 9069.0, 9112.0, 9102.0, 9103.0, 9134.0, 9082.0, 9125.0, 9077.0, 9058.0, 9106.0, 9082.0, 9117.0, 9094.0, 9062.0, 9084.0, 9063.0, 9105.0, 9097.0, 9044.0, 9098.0, 9064.0, 9080.0, 9112.0, 9079.0, 9081.0, 9080.0, 9067.0, 9089.0, 9095.0, 9053.0, 9125.0, 9121.0, 9116.0, 9137.0, 9080.0, 9117.0, 9088.0, 9065.0, 9105.0, 9061.0, 9113.0, 9072.0, 9031.0, 9083.0, 9048.0, 9105.0, 9098.0, 9062.0, 9105.0, 9067.0, 9053.0, 9091.0, 9057.0, 9134.0, 9120.0, 9093.0, 9107.0, 9063.0, 9119.0, 9082.0, 9102.0, 9080.0, 9086.0, 9077.0, 9065.0, 9105.0, 9066.0, 9086.0, 9062.0, 9082.0, 9095.0, 9056.0, 9046.0, 9073.0, 9054.0, 9100.0, 9119.0, 9096.0, 9130.0, 9120.0, 9136.0, 9094.0, 9079.0, 9118.0, 9104.0, 9087.0, 9075.0, 9045.0, 9110.0, 9098.0, 9058.0, 9109.0, 9069.0, 9117.0, 9119.0, 9079.0, 9124.0, 9085.0, 9120.0, 9102.0, 9138.0, 9110.0, 9063.0, 9101.0, 9066.0, 9106.0, 9094.0, 9062.0, 9099.0, 9036.0, 9093.0, 9102.0, 9073.0, 9116.0, 9084.0, 9079.0, 9136.0, 9106.0, 9131.0, 9106.0, 9071.0, 9126.0, 9102.0, 9123.0, 9092.0, 9110.0, 9109.0, 9078.0, 9119.0, 9076.0, 9055.0, 9122.0, 9083.0, 9050.0, 9109.0, 9092.0, 9085.0, 9129.0, 9118.0, 9152.0, 9113.0, 9079.0, 9120.0, 9082.0, 9119.0, 9086.0, 9044.0, 9084.0, 9061.0, 9103.0, 9094.0, 9052.0, 9089.0, 9062.0, 9079.0, 9112.0, 9066.0, 9108.0, 9079.0, 9078.0, 9107.0, 9060.0, 9103.0, 9076.0, 9048.0, 9120.0, 9097.0, 9075.0, 9100.0, 9068.0, 9079.0, 9093.0, 9071.0, 9130.0, 9115.0, 9085.0, 9102.0, 9098.0, 9100.0, 9123.0, 9095.0, 9118.0, 9088.0, 9062.0, 9117.0, 9095.0, 9063.0, 9073.0, 9048.0, 9100.0, 9085.0, 9098.0, 9092.0, 9055.0, 9106.0, 9081.0, 9071.0, 9112.0, 9074.0, 9111.0, 9106.0, 9091.0, 9114.0, 9070.0, 9114.0, 9102.0, 9109.0, 9117.0, 9050.0, 9120.0, 9101.0, 9110.0, 9102.0, 9054.0, 9107.0, 9084.0, 9115.0, 9114.0, 9071.0, 9111.0, 9073.0, 9101.0, 9118.0, 9086.0, 9101.0, 9084.0, 9086.0, 9098.0, 9090.0, 9146.0, 9120.0, 9099.0, 9166.0, 9139.0, 9115.0, 9144.0, 9085.0, 9122.0, 9092.0, 9106.0, 9099.0, 9080.0, 9107.0, 9066.0, 9083.0, 9117.0, 9067.0, 9099.0, 9081.0, 9070.0, 9116.0, 9103.0, 9088.0, 9119.0, 9094.0, 9131.0, 9117.0, 9111.0, 9112.0, 9084.0, 9138.0, 9111.0, 9119.0, 9092.0, 9063.0, 9117.0, 9090.0, 9089.0, 9092.0, 9066.0, 9125.0, 9100.0, 9059.0, 9119.0, 9108.0, 9127.0, 9140.0, 9098.0, 9134.0, 9109.0, 9148.0, 9121.0, 9141.0, 9129.0, 9080.0, 9128.0, 9112.0, 9066.0, 9124.0, 9080.0, 9080.0, 9124.0, 9083.0, 9109.0, 9099.0, 9066.0, 9125.0, 9116.0, 9070.0, 9120.0, 9094.0, 9094.0, 9120.0, 9077.0, 9118.0, 9072.0, 9046.0, 9120.0, 9095.0, 9087.0, 9103.0, 9058.0, 9106.0, 9094.0, 9062.0, 9098.0, 9060.0, 9082.0, 9106.0, 9060.0, 9090.0, 9074.0, 9046.0, 9109.0, 9094.0, 9062.0, 9091.0, 9077.0, 9063.0, 9076.0, 9079.0, 9085.0, 9146.0, 9111.0, 9086.0, 9103.0, 9101.0, 9073.0, 9125.0, 9118.0, 9052.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.0005326473339569692</td></tr>
<tr><td colspan=3>aqi</td><td>0.02461052572497661</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.0918302069944</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1847052414325843</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9880478515262168</td></tr>
<tr><td colspan=3>efc</td><td>0.4708</td></tr>
<tr><td colspan=3>fber</td><td>5201.9214</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08630943782502583</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5902712815715623</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4796078625313123</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5347354850217423</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.545373121131757</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.358714981440437</td></tr>
<tr><td colspan=3>gcor</td><td>0.00638582</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014497974887490273</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02591497264802456</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1069</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.964205881652464</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.6171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.1578</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.7886</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300645.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.4138</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9314</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.7863</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3300.8785</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.6065</td></tr>
<tr><td colspan=3>tsnr</td><td>40.601930301170796</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>