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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-03/func/sub-0007_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>665c06c7f8bab105bd4bf39d3a57f0d4</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>16:44:12.952500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998733, -0.00393515, 0.0501701, 0.00156882, 0.998888, 0.0471187]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0828191</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>42</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7732, -7228, 686, 25, -207, -5, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.334</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1ba8f5be-bf3b-499c-81b9-12736ee8ef6c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679527521133423, 0.004209025762975216, 0.13580918312072754, 113.1746826171875], [0.010557732544839382, 2.679943561553955, 0.1268467754125595, -101.2837905883789], [0.1346026211977005, -0.12641602754592896, 2.6935973167419434, -61.25643539428711], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['164412.952500', '164413.412500', '164413.872500', '164414.332500', '164414.792500', '164415.252500', '164415.712500', '164416.172500', '164416.632500', '164417.092500', '164417.552500', '164418.012500', '164418.472500', '164418.932500', '164419.392500', '164419.852500', '164420.312500', '164420.772500', '164421.232500', '164421.692500', '164422.152500', '164422.612500', '164423.072500', '164423.532500', '164423.992500', '164424.452500', '164424.912500', '164425.372500', '164425.832500', '164426.292500', '164426.752500', '164427.212500', '164427.672500', '164428.132500', '164428.592500', '164429.052500', '164429.512500', '164429.972500', '164430.432500', '164430.892500', '164431.352500', '164431.812500', '164432.272500', '164432.732500', '164433.192500', '164433.652500', '164434.112500', '164434.572500', '164435.032500', '164435.492500', '164435.952500', '164436.412500', '164436.872500', '164437.332500', '164437.792500', '164438.252500', '164438.712500', '164439.172500', '164439.632500', '164440.092500', '164440.552500', '164441.012500', '164441.472500', '164441.932500', '164442.392500', '164442.852500', '164443.312500', '164443.772500', '164444.232500', '164444.692500', '164445.152500', '164445.612500', '164446.072500', '164446.532500', '164446.992500', '164447.452500', '164447.912500', '164448.372500', '164448.832500', '164449.292500', '164449.752500', '164450.212500', '164450.672500', '164451.132500', '164451.592500', '164452.052500', '164452.512500', '164452.972500', '164453.432500', '164453.892500', '164454.352500', '164454.812500', '164455.272500', '164455.732500', '164456.192500', '164456.652500', '164457.112500', '164457.572500', '164458.032500', '164458.492500', '164458.952500', '164459.412500', '164459.872500', '164500.332500', '164500.792500', '164501.252500', '164501.712500', '164502.172500', '164502.632500', '164503.092500', '164503.552500', '164504.012500', '164504.472500', '164504.932500', '164505.392500', '164505.852500', '164506.312500', '164506.772500', '164507.232500', '164507.692500', '164508.152500', '164508.612500', '164509.072500', '164509.532500', '164509.992500', '164510.452500', '164510.912500', '164511.372500', '164511.832500', '164512.292500', '164512.752500', '164513.212500', '164513.672500', '164514.132500', '164514.592500', '164515.052500', '164515.512500', '164515.972500', '164516.432500', '164516.892500', '164517.352500', '164517.812500', '164518.272500', '164518.732500', '164519.192500', '164519.652500', '164520.112500', '164520.572500', '164521.032500', '164521.492500', '164521.952500', '164522.412500', '164522.872500', '164523.332500', '164523.792500', '164524.252500', '164524.712500', '164525.172500', '164525.632500', '164526.092500', '164526.552500', '164527.012500', '164527.472500', '164527.932500', '164528.392500', '164528.852500', '164529.312500', '164529.772500', '164530.232500', '164530.692500', '164531.152500', '164531.612500', '164532.072500', '164532.532500', '164532.992500', '164533.452500', '164533.912500', '164534.372500', '164534.832500', '164535.292500', '164535.752500', '164536.212500', '164536.672500', '164537.132500', '164537.592500', '164538.052500', '164538.512500', '164538.972500', '164539.432500', '164539.892500', '164540.352500', '164540.812500', '164541.272500', '164541.732500', '164542.192500', '164542.652500', '164543.112500', '164543.572500', '164544.032500', '164544.492500', '164544.952500', '164545.412500', '164545.872500', '164546.332500', '164546.792500', '164547.252500', '164547.712500', '164548.172500', '164548.632500', '164549.092500', '164549.552500', '164550.012500', '164550.472500', '164550.932500', '164551.392500', '164551.852500', '164552.312500', '164552.772500', '164553.232500', '164553.692500', '164554.152500', '164554.612500', '164555.072500', '164555.532500', '164555.992500', '164556.452500', '164556.912500', '164557.372500', '164557.832500', '164558.292500', '164558.752500', '164559.212500', '164559.672500', '164600.132500', '164600.592500', '164601.052500', '164601.512500', '164601.972500', '164602.432500', '164602.892500', '164603.352500', '164603.812500', '164604.272500', '164604.732500', '164605.192500', '164605.652500', '164606.112500', '164606.572500', '164607.032500', '164607.492500', '164607.952500', '164608.412500', '164608.872500', '164609.332500', '164609.792500', '164610.252500', '164610.712500', '164611.172500', '164611.632500', '164612.092500', '164612.552500', '164613.012500', '164613.472500', '164613.932500', '164614.392500', '164614.852500', '164615.312500', '164615.772500', '164616.232500', '164616.692500', '164617.152500', '164617.612500', '164618.072500', '164618.532500', '164618.992500', '164619.452500', '164619.912500', '164620.372500', '164620.832500', '164621.292500', '164621.752500', '164622.212500', '164622.672500', '164623.132500', '164623.592500', '164624.052500', '164624.512500', '164624.972500', '164625.432500', '164625.892500', '164626.352500', '164626.812500', '164627.272500', '164627.732500', '164628.192500', '164628.652500', '164629.112500', '164629.572500', '164630.032500', '164630.492500', '164630.952500', '164631.412500', '164631.872500', '164632.332500', '164632.792500', '164633.252500', '164633.712500', '164634.172500', '164634.632500', '164635.092500', '164635.552500', '164636.012500', '164636.472500', '164636.932500', '164637.392500', '164637.852500', '164638.312500', '164638.772500', '164639.232500', '164639.692500', '164640.152500', '164640.612500', '164641.072500', '164641.532500', '164641.992500', '164642.452500', '164642.912500', '164643.372500', '164643.832500', '164644.292500', '164644.752500', '164645.212500', '164645.672500', '164646.132500', '164646.592500', '164647.052500', '164647.512500', '164647.972500', '164648.432500', '164648.892500', '164649.352500', '164649.812500', '164650.272500', '164650.732500', '164651.192500', '164651.652500', '164652.112500', '164652.572500', '164653.032500', '164653.492500', '164653.952500', '164654.412500', '164654.872500', '164655.332500', '164655.792500', '164656.252500', '164656.712500', '164657.172500', '164657.632500', '164658.092500', '164658.552500', '164659.012500', '164659.472500', '164659.932500', '164700.392500', '164700.852500', '164701.312500', '164701.772500', '164702.232500', '164702.692500', '164703.152500', '164703.612500', '164704.072500', '164704.532500', '164704.992500', '164705.452500', '164705.912500', '164706.372500', '164706.832500', '164707.292500', '164707.752500', '164708.212500', '164708.672500', '164709.132500', '164709.592500', '164710.052500', '164710.512500', '164710.972500', '164711.432500', '164711.892500', '164712.352500', '164712.812500', '164713.272500', '164713.732500', '164714.192500', '164714.652500', '164715.112500', '164715.572500', '164716.032500', '164716.492500', '164716.952500', '164717.412500', '164717.872500', '164718.332500', '164718.792500', '164719.252500', '164719.712500', '164720.172500', '164720.632500', '164721.092500', '164721.552500', '164722.012500', '164722.472500', '164722.932500', '164723.392500', '164723.852500', '164724.312500', '164724.772500', '164725.232500', '164725.692500', '164726.152500', '164726.612500', '164727.072500', '164727.532500', '164727.992500', '164728.452500', '164728.912500', '164729.372500', '164729.832500', '164730.292500', '164730.752500', '164731.212500', '164731.672500', '164732.132500', '164732.592500', '164733.052500', '164733.512500', '164733.972500', '164734.432500', '164734.892500', '164735.352500', '164735.812500', '164736.272500', '164736.732500', '164737.192500', '164737.652500', '164738.112500', '164738.572500', '164739.032500', '164739.492500', '164739.952500', '164740.412500', '164740.872500', '164741.332500', '164741.792500', '164742.252500', '164742.712500', '164743.172500', '164743.632500', '164744.092500', '164744.552500', '164745.012500', '164745.472500', '164745.932500', '164746.392500', '164746.852500', '164747.312500', '164747.772500', '164748.232500', '164748.692500', '164749.152500', '164749.612500', '164750.072500', '164750.532500', '164750.992500', '164751.452500', '164751.912500', '164752.372500', '164752.832500', '164753.292500', '164753.752500', '164754.212500', '164754.672500', '164755.132500', '164755.592500', '164756.052500', '164756.512500', '164756.972500', '164757.432500', '164757.892500', '164758.352500', '164758.812500', '164759.272500', '164759.732500', '164800.192500', '164800.652500', '164801.112500', '164801.572500', '164802.032500', '164802.492500', '164802.952500', '164803.412500', '164803.872500', '164804.332500', '164804.792500', '164805.252500', '164805.712500', '164806.172500', '164806.632500', '164807.092500', '164807.552500', '164808.012500', '164808.472500', '164808.932500', '164809.392500', '164809.852500', '164810.312500', '164810.772500', '164811.232500', '164811.692500', '164812.152500', '164812.612500', '164813.072500', '164813.532500', '164813.992500', '164814.452500', '164814.912500', '164815.372500', '164815.832500', '164816.292500', '164816.752500', '164817.212500', '164817.672500', '164818.132500', '164818.592500', '164819.052500', '164819.512500', '164819.972500', '164820.432500', '164820.892500', '164821.352500', '164821.812500', '164822.272500', '164822.732500', '164823.192500', '164823.652500', '164824.112500', '164824.572500', '164825.032500', '164825.492500', '164825.952500', '164826.412500', '164826.872500', '164827.332500', '164827.792500', '164828.252500', '164828.712500', '164829.172500', '164829.632500', '164830.092500', '164830.552500', '164831.012500', '164831.472500', '164831.932500', '164832.392500', '164832.852500', '164833.312500', '164833.772500', '164834.232500', '164834.692500', '164835.152500', '164835.612500', '164836.072500', '164836.532500', '164836.992500', '164837.452500', '164837.912500', '164838.372500', '164838.832500', '164839.292500', '164839.752500', '164840.212500', '164840.672500', '164841.132500', '164841.592500', '164842.052500', '164842.512500', '164842.972500', '164843.432500', '164843.892500', '164844.352500', '164844.812500', '164845.272500', '164845.732500', '164846.192500', '164846.652500', '164847.112500', '164847.572500', '164848.032500', '164848.492500', '164848.952500', '164849.412500', '164849.872500', '164850.332500', '164850.792500', '164851.252500', '164851.712500', '164852.172500', '164852.632500', '164853.092500', '164853.552500', '164854.012500', '164854.472500', '164854.932500', '164855.392500', '164855.852500', '164856.312500', '164856.772500', '164857.232500', '164857.692500', '164858.152500', '164858.612500', '164859.072500', '164859.532500', '164859.992500', '164900.452500', '164900.912500', '164901.372500', '164901.832500', '164902.292500', '164902.752500', '164903.212500', '164903.672500', '164904.132500', '164904.592500', '164905.052500', '164905.512500', '164905.972500', '164906.432500', '164906.892500', '164907.352500', '164907.812500', '164908.272500', '164908.732500', '164909.192500', '164909.652500', '164910.112500', '164910.572500', '164911.032500', '164911.492500', '164911.952500', '164912.412500', '164912.872500', '164913.332500', '164913.792500', '164914.252500', '164914.712500', '164915.172500', '164915.632500', '164916.092500', '164916.552500', '164917.012500', '164917.472500', '164917.932500', '164918.392500', '164918.852500', '164919.312500', '164919.772500', '164920.232500', '164920.692500', '164921.152500', '164921.612500', '164922.072500', '164922.532500', '164922.992500', '164923.452500', '164923.912500', '164924.372500', '164924.832500', '164925.292500', '164925.752500', '164926.212500', '164926.672500', '164927.132500', '164927.592500', '164928.052500', '164928.512500', '164928.972500', '164929.432500', '164929.892500', '164930.352500', '164930.812500', '164931.272500', '164931.732500', '164932.192500', '164932.652500', '164933.112500', '164933.572500', '164934.032500', '164934.492500', '164934.952500', '164935.412500', '164935.872500', '164936.332500', '164936.792500', '164937.252500', '164937.712500', '164938.172500', '164938.632500', '164939.092500', '164939.552500', '164940.012500', '164940.472500', '164940.932500', '164941.392500', '164941.852500', '164942.312500', '164942.772500', '164943.232500', '164943.692500', '164944.152500', '164944.612500', '164945.072500', '164945.532500', '164945.992500', '164946.452500', '164946.912500', '164947.372500', '164947.832500', '164948.292500', '164948.752500', '164949.212500', '164949.672500', '164950.132500', '164950.592500', '164951.052500', '164951.512500', '164951.972500', '164952.432500', '164952.892500', '164953.352500', '164953.812500', '164954.272500', '164954.732500', '164955.192500', '164955.652500', '164956.112500', '164956.572500', '164957.032500', '164957.492500', '164957.952500', '164958.412500', '164958.872500', '164959.332500', '164959.792500', '165000.252500', '165000.712500', '165001.172500', '165001.632500', '165002.092500', '165002.552500', '165003.012500', '165003.472500', '165003.932500', '165004.392500', '165004.852500', '165005.312500', '165005.772500', '165006.232500', '165006.692500', '165007.152500', '165007.612500', '165008.072500', '165008.532500', '165008.992500', '165009.452500', '165009.912500', '165010.372500', '165010.832500', '165011.292500', '165011.752500', '165012.212500', '165012.672500', '165013.132500', '165013.592500', '165014.052500', '165014.512500', '165014.972500', '165015.432500', '165015.892500', '165016.352500', '165016.812500', '165017.272500', '165017.732500', '165018.192500', '165018.652500', '165019.112500', '165019.572500', '165020.032500', '165020.492500', '165020.952500', '165021.412500', '165021.872500', '165022.332500', '165022.792500', '165023.252500', '165023.712500', '165024.172500', '165024.632500', '165025.092500', '165025.552500', '165026.012500', '165026.472500', '165026.932500', '165027.392500', '165027.852500', '165028.312500', '165028.772500', '165029.232500', '165029.692500', '165030.152500', '165030.612500', '165031.072500', '165031.532500', '165031.992500', '165032.452500', '165032.912500', '165033.372500', '165033.832500', '165034.292500', '165034.752500', '165035.212500', '165035.672500', '165036.132500', '165036.592500', '165037.052500', '165037.512500', '165037.972500', '165038.432500', '165038.892500', '165039.352500', '165039.812500', '165040.272500', '165040.732500', '165041.192500', '165041.652500', '165042.112500', '165042.572500', '165043.032500', '165043.492500', '165043.952500', '165044.412500', '165044.872500', '165045.332500', '165045.792500', '165046.252500', '165046.712500', '165047.172500', '165047.632500', '165048.092500', '165048.552500', '165049.012500', '165049.472500', '165049.932500', '165050.392500', '165050.852500', '165051.312500', '165051.772500', '165052.232500', '165052.692500', '165053.152500', '165053.612500', '165054.072500', '165054.532500', '165054.992500', '165055.452500', '165055.912500', '165056.372500', '165056.832500', '165057.292500', '165057.752500', '165058.212500', '165058.672500', '165059.132500', '165059.592500', '165100.052500', '165100.512500', '165100.972500', '165101.432500', '165101.892500', '165102.352500', '165102.812500', '165103.272500', '165103.732500', '165104.192500', '165104.652500', '165105.112500', '165105.572500', '165106.032500', '165106.492500', '165106.952500', '165107.412500', '165107.872500', '165108.332500', '165108.792500', '165109.252500', '165109.712500', '165110.172500', '165110.632500', '165111.092500', '165111.552500', '165112.012500', '165112.472500', '165112.932500', '165113.392500', '165113.852500', '165114.312500', '165114.772500', '165115.232500', '165115.692500', '165116.152500', '165116.612500', '165117.072500', '165117.532500', '165117.992500', '165118.452500', '165118.912500', '165119.372500', '165119.832500', '165120.292500', '165120.752500', '165121.212500', '165121.672500', '165122.132500', '165122.592500', '165123.052500', '165123.512500', '165123.972500', '165124.432500', '165124.892500', '165125.352500', '165125.812500', '165126.272500', '165126.732500', '165127.192500', '165127.652500', '165128.112500', '165128.572500', '165129.032500', '165129.492500', '165129.952500', '165130.412500', '165130.872500', '165131.332500', '165131.792500', '165132.252500', '165132.712500', '165133.172500', '165133.632500', '165134.092500', '165134.552500', '165135.012500', '165135.472500', '165135.932500', '165136.392500', '165136.852500', '165137.312500', '165137.772500', '165138.232500', '165138.692500', '165139.152500', '165139.612500', '165140.072500', '165140.532500', '165140.992500', '165141.452500', '165141.912500', '165142.372500', '165142.832500', '165143.292500', '165143.752500', '165144.212500', '165144.672500', '165145.132500', '165145.592500', '165146.052500', '165146.512500', '165146.972500', '165147.432500', '165147.892500', '165148.352500', '165148.812500', '165149.272500', '165149.732500', '165150.192500', '165150.652500', '165151.112500', '165151.572500', '165152.032500', '165152.492500', '165152.952500', '165153.412500', '165153.872500', '165154.332500', '165154.792500', '165155.252500', '165155.712500', '165156.172500', '165156.632500', '165157.092500', '165157.552500', '165158.012500', '165158.472500', '165158.932500', '165159.392500', '165159.852500', '165200.312500', '165200.772500', '165201.232500', '165201.692500', '165202.152500', '165202.612500', '165203.072500', '165203.532500', '165203.992500', '165204.452500', '165204.912500', '165205.372500', '165205.832500', '165206.292500', '165206.752500', '165207.212500', '165207.672500', '165208.132500', '165208.592500', '165209.052500', '165209.512500', '165209.972500', '165210.432500', '165210.892500', '165211.352500', '165211.812500', '165212.272500', '165212.732500', '165213.192500', '165213.652500', '165214.112500', '165214.572500', '165215.032500', '165215.492500', '165215.952500', '165216.412500', '165216.872500', '165217.332500', '165217.792500', '165218.252500', '165218.712500', '165219.172500', '165219.632500', '165220.092500', '165220.552500', '165221.012500', '165221.472500', '165221.932500', '165222.392500'], 'ContentTime': ['164424.161000', '164424.164000', '164424.168000', '164424.171000', '164424.174000', '164424.177000', '164424.180000', '164424.183000', '164424.187000', '164424.189000', '164424.192000', '164424.195000', '164424.198000', '164424.201000', '164424.205000', '164424.208000', '164424.211000', '164424.214000', '164424.217000', '164424.220000', '164424.224000', '164424.240000', '164424.243000', '164444.110000', '164444.113000', '164444.116000', '164444.119000', '164444.122000', '164444.125000', '164444.128000', '164444.131000', '164444.134000', '164444.137000', '164444.140000', '164444.143000', '164444.146000', '164444.149000', '164444.152000', '164444.154000', '164444.157000', '164444.161000', '164444.164000', '164444.167000', '164444.170000', '164444.172000', '164444.182000', '164444.185000', '164444.187000', '164444.190000', '164444.193000', '164444.197000', '164444.200000', '164444.203000', '164444.206000', '164444.209000', '164444.212000', '164444.215000', '164444.218000', '164444.221000', '164444.224000', '164444.226000', '164444.230000', '164444.233000', '164444.236000', '164444.239000', '164444.241000', '164504.110000', '164504.113000', '164504.116000', '164504.119000', '164504.122000', '164504.124000', '164504.127000', '164504.130000', '164504.133000', '164504.136000', '164504.139000', '164504.141000', '164504.144000', '164504.147000', '164504.150000', '164504.153000', '164504.156000', '164504.159000', '164504.162000', '164504.165000', '164504.168000', '164504.170000', '164504.173000', '164504.176000', '164504.179000', '164504.182000', '164504.185000', '164504.188000', '164504.190000', '164504.193000', '164504.196000', '164504.199000', '164504.202000', '164504.205000', '164504.208000', '164504.211000', '164504.213000', '164504.216000', '164504.219000', '164504.222000', '164504.225000', '164504.228000', '164504.231000', '164524.109000', '164524.112000', '164524.115000', '164524.118000', '164524.121000', '164524.123000', '164524.126000', '164524.129000', '164524.132000', '164524.135000', '164524.138000', '164524.140000', '164524.143000', '164524.146000', '164524.149000', '164524.152000', '164524.155000', '164524.157000', '164524.160000', '164524.163000', '164524.166000', '164524.169000', '164524.172000', '164524.175000', '164524.178000', '164524.180000', '164524.183000', '164524.186000', '164524.189000', '164524.192000', '164524.195000', '164524.198000', '164524.200000', '164524.203000', '164524.206000', '164524.209000', '164524.212000', '164524.215000', '164524.218000', '164524.220000', '164524.223000', '164524.226000', '164524.229000', '164524.232000', '164544.109000', '164544.112000', '164544.115000', '164544.120000', '164544.124000', '164544.127000', '164544.130000', '164544.155000', '164544.158000', '164544.161000', '164544.164000', '164544.167000', '164544.170000', '164544.173000', '164544.176000', '164544.179000', '164544.190000', '164544.193000', '164544.195000', '164544.198000', '164544.201000', '164544.204000', '164544.207000', '164544.210000', '164544.213000', '164544.216000', '164544.218000', '164544.222000', '164544.225000', '164544.227000', '164544.230000', '164544.233000', '164544.236000', '164544.239000', '164544.242000', '164544.245000', '164544.248000', '164544.250000', '164544.253000', '164544.256000', '164544.259000', '164544.262000', '164544.265000', '164604.109000', '164604.112000', '164604.115000', '164604.118000', '164604.121000', '164604.123000', '164604.126000', '164604.129000', '164604.132000', '164604.135000', '164604.138000', '164604.140000', '164604.143000', '164604.146000', '164604.149000', '164604.152000', '164604.155000', '164604.158000', '164604.161000', '164604.164000', '164604.167000', '164604.169000', '164604.172000', '164604.175000', '164604.178000', '164604.181000', '164604.184000', '164604.187000', '164604.190000', '164604.192000', '164604.195000', '164604.198000', '164604.201000', '164604.204000', '164604.207000', '164604.210000', '164604.212000', '164604.215000', '164604.218000', '164604.221000', '164604.224000', '164604.227000', '164604.230000', '164604.233000', '164624.110000', '164624.113000', '164624.116000', '164624.127000', '164624.130000', '164624.133000', '164624.136000', '164624.139000', '164624.141000', '164624.145000', '164624.150000', '164624.154000', '164624.156000', '164624.159000', '164624.162000', '164624.165000', '164624.168000', '164624.171000', '164624.174000', '164624.177000', '164624.180000', '164624.182000', '164624.185000', '164624.188000', '164624.191000', '164624.194000', '164624.197000', '164624.200000', '164624.203000', '164624.205000', '164624.208000', '164624.211000', '164624.214000', '164624.217000', '164624.220000', '164624.223000', '164624.225000', '164624.228000', '164624.231000', '164624.234000', '164624.237000', '164624.240000', '164624.243000', '164644.110000', '164644.113000', '164644.116000', '164644.119000', '164644.121000', '164644.124000', '164644.127000', '164644.130000', '164644.133000', '164644.136000', '164644.139000', '164644.142000', '164644.144000', '164644.147000', '164644.150000', '164644.153000', '164644.156000', '164644.159000', '164644.162000', '164644.165000', '164644.168000', '164644.170000', '164644.173000', '164644.176000', '164644.179000', '164644.182000', '164644.185000', '164644.188000', '164644.191000', '164644.193000', '164644.196000', '164644.199000', '164644.202000', '164644.205000', '164644.208000', '164644.211000', '164644.214000', '164644.217000', '164644.219000', '164644.222000', '164644.225000', '164644.228000', '164644.231000', '164644.234000', '164704.110000', '164704.113000', '164704.116000', '164704.119000', '164704.122000', '164704.124000', '164704.127000', '164704.130000', '164704.133000', '164704.136000', '164704.139000', '164704.141000', '164704.144000', '164704.147000', '164704.150000', '164704.153000', '164704.156000', '164704.159000', '164704.162000', '164704.165000', '164704.168000', '164704.171000', '164704.174000', '164704.177000', '164704.180000', '164704.183000', '164704.186000', '164704.189000', '164704.191000', '164704.194000', '164704.197000', '164704.200000', '164704.203000', '164704.206000', '164704.209000', '164704.212000', '164704.214000', '164704.217000', '164704.220000', '164704.223000', '164704.226000', '164704.229000', '164704.232000', '164724.110000', '164724.113000', '164724.116000', '164724.119000', '164724.122000', '164724.124000', '164724.127000', '164724.130000', '164724.133000', '164724.136000', '164724.139000', '164724.142000', '164724.157000', '164724.160000', '164724.163000', '164724.166000', '164724.169000', '164724.172000', '164724.175000', '164724.178000', '164724.181000', '164724.183000', '164724.186000', '164724.189000', '164724.192000', '164724.195000', '164724.198000', '164724.201000', '164724.204000', '164724.207000', '164724.209000', '164724.212000', '164724.215000', '164724.218000', '164724.221000', '164724.224000', '164724.227000', '164724.230000', '164724.233000', '164724.235000', '164724.238000', '164724.241000', '164724.244000', '164724.247000', '164744.109000', '164744.112000', '164744.115000', '164744.118000', '164744.121000', '164744.124000', '164744.127000', '164744.129000', '164744.132000', '164744.135000', '164744.143000', '164744.146000', '164744.149000', '164744.152000', '164744.155000', '164744.158000', '164744.161000', '164744.163000', '164744.167000', '164744.169000', '164744.172000', '164744.175000', '164744.178000', '164744.181000', '164744.184000', '164744.187000', '164744.190000', '164744.193000', '164744.196000', '164744.199000', '164744.202000', '164744.205000', '164744.208000', '164744.211000', '164744.214000', '164744.216000', '164744.219000', '164744.222000', '164744.225000', '164744.228000', '164744.231000', '164744.234000', '164744.237000', '164804.109000', '164804.112000', '164804.115000', '164804.118000', '164804.121000', '164804.124000', '164804.127000', '164804.130000', '164804.133000', '164804.135000', '164804.138000', '164804.141000', '164804.144000', '164804.147000', '164804.150000', '164804.153000', '164804.156000', '164804.159000', '164804.162000', '164804.165000', '164804.168000', '164804.171000', '164804.173000', '164804.176000', '164804.179000', '164804.182000', '164804.185000', '164804.188000', '164804.191000', '164804.194000', '164804.197000', '164804.200000', '164804.202000', '164804.205000', '164804.208000', '164804.211000', '164804.214000', '164804.217000', '164804.220000', '164804.223000', '164804.226000', '164804.229000', '164804.231000', '164804.235000', '164824.109000', '164824.112000', '164824.115000', '164824.118000', '164824.121000', '164824.124000', '164824.127000', '164824.131000', '164824.134000', '164824.137000', '164824.140000', '164824.143000', '164824.146000', '164824.149000', '164824.152000', '164824.155000', '164824.158000', '164824.161000', '164824.164000', '164824.167000', '164824.169000', '164824.172000', '164824.175000', '164824.178000', '164824.181000', '164824.184000', '164824.187000', '164824.190000', '164824.193000', '164824.195000', '164824.198000', '164824.201000', '164824.204000', '164824.207000', '164824.210000', '164824.213000', '164824.216000', '164824.219000', '164824.221000', '164824.224000', '164824.230000', '164824.234000', '164824.237000', '164844.110000', '164844.113000', '164844.116000', '164844.119000', '164844.122000', '164844.125000', '164844.127000', '164844.130000', '164844.133000', '164844.136000', '164844.139000', '164844.142000', '164844.145000', '164844.148000', '164844.150000', '164844.153000', '164844.156000', '164844.159000', '164844.162000', '164844.165000', '164844.168000', '164844.171000', '164844.174000', '164844.177000', '164844.180000', '164844.183000', '164844.186000', '164844.189000', '164844.191000', '164844.194000', '164844.197000', '164844.200000', '164844.203000', '164844.206000', '164844.209000', '164844.212000', '164844.215000', '164844.223000', '164844.226000', '164844.229000', '164844.232000', '164844.235000', '164844.238000', '164844.241000', '164904.110000', '164904.113000', '164904.116000', '164904.119000', '164904.122000', '164904.125000', '164904.128000', '164904.131000', '164904.134000', '164904.136000', '164904.139000', '164904.142000', '164904.145000', '164904.148000', '164904.151000', '164904.154000', '164904.157000', '164904.159000', '164904.162000', '164904.165000', '164904.168000', '164904.171000', '164904.174000', '164904.177000', '164904.180000', '164904.183000', '164904.185000', '164904.188000', '164904.191000', '164904.194000', '164904.197000', '164904.200000', '164904.203000', '164904.206000', '164904.209000', '164904.212000', '164904.215000', '164904.218000', '164904.221000', '164904.224000', '164904.227000', '164904.230000', '164904.233000', '164924.110000', '164924.113000', '164924.116000', '164924.119000', '164924.122000', '164924.125000', '164924.128000', '164924.131000', '164924.134000', '164924.137000', '164924.140000', '164924.142000', '164924.145000', '164924.148000', '164924.151000', '164924.154000', '164924.157000', '164924.160000', '164924.163000', '164924.166000', '164924.169000', '164924.172000', '164924.175000', '164924.178000', '164924.181000', '164924.184000', '164924.187000', '164924.189000', '164924.192000', '164924.195000', '164924.198000', '164924.201000', '164924.204000', '164924.207000', '164924.210000', '164924.213000', '164924.216000', '164924.219000', '164924.222000', '164924.225000', '164924.227000', '164924.230000', '164924.233000', '164924.236000', '164944.110000', '164944.113000', '164944.116000', '164944.119000', '164944.122000', '164944.125000', '164944.128000', '164944.131000', '164944.134000', '164944.139000', '164944.142000', '164944.145000', '164944.155000', '164944.158000', '164944.161000', '164944.163000', '164944.168000', '164944.171000', '164944.174000', '164944.177000', '164944.180000', '164944.183000', '164944.186000', '164944.189000', '164944.191000', '164944.194000', '164944.197000', '164944.200000', '164944.203000', '164944.206000', '164944.209000', '164944.212000', '164944.214000', '164944.217000', '164944.220000', '164944.223000', '164944.226000', '164944.229000', '164944.232000', '164944.235000', '164944.238000', '164944.241000', '164944.244000', '165004.109000', '165004.112000', '165004.115000', '165004.118000', '165004.121000', '165004.124000', '165004.127000', '165004.129000', '165004.132000', '165004.135000', '165004.138000', '165004.141000', '165004.144000', '165004.147000', '165004.150000', '165004.152000', '165004.155000', '165004.158000', '165004.161000', '165004.164000', '165004.167000', '165004.170000', '165004.173000', '165004.176000', '165004.178000', '165004.181000', '165004.184000', '165004.187000', '165004.190000', '165004.193000', '165004.196000', '165004.199000', '165004.202000', '165004.204000', '165004.207000', '165004.210000', '165004.213000', '165004.216000', '165004.219000', '165004.222000', '165004.224000', '165004.227000', '165004.230000', '165004.233000', '165024.109000', '165024.112000', '165024.115000', '165024.118000', '165024.121000', '165024.124000', '165024.127000', '165024.129000', '165024.132000', '165024.135000', '165024.138000', '165024.141000', '165024.144000', '165024.147000', '165024.149000', '165024.152000', '165024.155000', '165024.158000', '165024.161000', '165024.164000', '165024.167000', '165024.170000', '165024.173000', '165024.175000', '165024.178000', '165024.181000', '165024.184000', '165024.187000', '165024.190000', '165024.193000', '165024.195000', '165024.198000', '165024.201000', '165024.204000', '165024.207000', '165024.210000', '165024.213000', '165024.216000', '165024.218000', '165024.221000', '165024.224000', '165024.227000', '165024.230000', '165044.109000', '165044.112000', '165044.115000', '165044.118000', '165044.121000', '165044.124000', '165044.126000', '165044.129000', '165044.132000', '165044.135000', '165044.138000', '165044.141000', '165044.144000', '165044.146000', '165044.149000', '165044.152000', '165044.155000', '165044.158000', '165044.161000', '165044.164000', '165044.167000', '165044.169000', '165044.172000', '165044.175000', '165044.178000', '165044.181000', '165044.184000', '165044.187000', '165044.189000', '165044.192000', '165044.195000', '165044.198000', '165044.201000', '165044.204000', '165044.207000', '165044.210000', '165044.212000', '165044.215000', '165044.218000', '165044.221000', '165044.224000', '165044.227000', '165044.230000', '165044.232000', '165104.110000', '165104.113000', '165104.116000', '165104.119000', '165104.122000', '165104.125000', '165104.127000', '165104.130000', '165104.133000', '165104.136000', '165104.139000', '165104.142000', '165104.145000', '165104.147000', '165104.150000', '165104.153000', '165104.156000', '165104.159000', '165104.162000', '165104.165000', '165104.168000', '165104.170000', '165104.173000', '165104.176000', '165104.179000', '165104.182000', '165104.185000', '165104.187000', '165104.190000', '165104.193000', '165104.196000', '165104.199000', '165104.202000', '165104.205000', '165104.209000', '165104.212000', '165104.214000', '165104.217000', '165104.220000', '165104.223000', '165104.226000', '165104.229000', '165104.232000', '165124.110000', '165124.113000', '165124.116000', '165124.119000', '165124.122000', '165124.125000', '165124.127000', '165124.130000', '165124.133000', '165124.136000', '165124.139000', '165124.142000', '165124.145000', '165124.148000', '165124.150000', '165124.153000', '165124.156000', '165124.159000', '165124.162000', '165124.165000', '165124.168000', '165124.170000', '165124.173000', '165124.176000', '165124.179000', '165124.182000', '165124.185000', '165124.188000', '165124.191000', '165124.194000', '165124.197000', '165124.199000', '165124.202000', '165124.205000', '165124.208000', '165124.211000', '165124.214000', '165124.217000', '165124.220000', '165124.222000', '165124.225000', '165124.228000', '165124.231000', '165124.234000', '165144.124000', '165144.127000', '165144.130000', '165144.133000', '165144.136000', '165144.139000', '165144.142000', '165144.145000', '165144.148000', '165144.150000', '165144.153000', '165144.156000', '165144.159000', '165144.162000', '165144.165000', '165144.168000', '165144.171000', '165144.174000', '165144.177000', '165144.179000', '165144.182000', '165144.185000', '165144.188000', '165144.191000', '165144.194000', '165144.197000', '165144.200000', '165144.203000', '165144.206000', '165144.209000', '165144.211000', '165144.214000', '165144.217000', '165144.220000', '165144.223000', '165144.226000', '165144.229000', '165144.232000', '165144.234000', '165144.237000', '165144.240000', '165144.243000', '165144.246000', '165204.110000', '165204.113000', '165204.116000', '165204.119000', '165204.122000', '165204.124000', '165204.127000', '165204.130000', '165204.133000', '165204.136000', '165204.139000', '165204.142000', '165204.145000', '165204.148000', '165204.150000', '165204.153000', '165204.156000', '165204.159000', '165204.162000', '165204.165000', '165204.168000', '165204.170000', '165204.173000', '165204.176000', '165204.179000', '165204.182000', '165204.185000', '165204.188000', '165204.191000', '165204.194000', '165204.197000', '165204.199000', '165204.202000', '165204.205000', '165204.208000', '165204.211000', '165204.214000', '165204.217000', '165204.220000', '165204.223000', '165204.226000', '165204.229000', '165204.232000', '165204.235000', '165223.441000', '165223.444000', '165223.447000', '165223.450000', '165223.453000', '165223.456000', '165223.459000', '165223.461000', '165223.464000', '165223.467000', '165223.470000', '165223.473000', '165223.476000', '165223.479000', '165223.482000', '165223.485000', '165223.488000', '165223.491000', '165223.494000', '165223.496000', '165223.499000', '165223.502000', '165223.505000', '165223.508000', '165223.511000', '165223.514000', '165223.516000', '165223.519000', '165223.522000', '165223.525000', '165223.528000', '165223.531000', '165223.534000', '165223.537000', '165223.540000', '165223.542000', '165223.545000', '165223.548000', '165223.551000', '165223.554000', '165223.557000', '165223.563000'], 'InstanceCreationTime': ['164424.161000', '164424.164000', '164424.168000', '164424.171000', '164424.174000', '164424.177000', '164424.180000', '164424.183000', '164424.187000', '164424.189000', '164424.192000', '164424.195000', '164424.198000', '164424.201000', '164424.205000', '164424.208000', '164424.211000', '164424.214000', '164424.217000', '164424.220000', '164424.224000', '164424.240000', '164424.243000', '164444.110000', '164444.113000', '164444.116000', '164444.119000', '164444.122000', '164444.125000', '164444.128000', '164444.131000', '164444.134000', '164444.137000', '164444.140000', '164444.143000', '164444.146000', '164444.149000', '164444.152000', '164444.154000', '164444.157000', '164444.161000', '164444.164000', '164444.167000', '164444.170000', '164444.172000', '164444.182000', '164444.185000', '164444.187000', '164444.190000', '164444.193000', '164444.197000', '164444.200000', '164444.203000', '164444.206000', '164444.209000', '164444.212000', '164444.215000', '164444.218000', '164444.221000', '164444.224000', '164444.226000', '164444.230000', '164444.233000', '164444.236000', '164444.239000', '164444.241000', '164504.110000', '164504.113000', '164504.116000', '164504.119000', '164504.122000', '164504.124000', '164504.127000', '164504.130000', '164504.133000', '164504.136000', '164504.139000', '164504.141000', '164504.144000', '164504.147000', '164504.150000', '164504.153000', '164504.156000', '164504.159000', '164504.162000', '164504.165000', '164504.168000', '164504.170000', '164504.173000', '164504.176000', '164504.179000', '164504.182000', '164504.185000', '164504.188000', '164504.190000', '164504.193000', '164504.196000', '164504.199000', '164504.202000', '164504.205000', '164504.208000', '164504.211000', '164504.213000', '164504.216000', '164504.219000', '164504.222000', '164504.225000', '164504.228000', '164504.231000', '164524.109000', '164524.112000', '164524.115000', '164524.118000', '164524.121000', '164524.123000', '164524.126000', '164524.129000', '164524.132000', '164524.135000', '164524.138000', '164524.140000', '164524.143000', '164524.146000', '164524.149000', '164524.152000', '164524.155000', '164524.157000', '164524.160000', '164524.163000', '164524.166000', '164524.169000', '164524.172000', '164524.175000', '164524.178000', '164524.180000', '164524.183000', '164524.186000', '164524.189000', '164524.192000', '164524.195000', '164524.198000', '164524.200000', '164524.203000', '164524.206000', '164524.209000', '164524.212000', '164524.215000', '164524.218000', '164524.220000', '164524.223000', '164524.226000', '164524.229000', '164524.232000', '164544.109000', '164544.112000', '164544.115000', '164544.120000', '164544.124000', '164544.127000', '164544.130000', '164544.155000', '164544.158000', '164544.161000', '164544.164000', '164544.167000', '164544.170000', '164544.173000', '164544.176000', '164544.179000', '164544.190000', '164544.193000', '164544.195000', '164544.198000', '164544.201000', '164544.204000', '164544.207000', '164544.210000', '164544.213000', '164544.216000', '164544.218000', '164544.222000', '164544.225000', '164544.227000', '164544.230000', '164544.233000', '164544.236000', '164544.239000', '164544.242000', '164544.245000', '164544.248000', '164544.250000', '164544.253000', '164544.256000', '164544.259000', '164544.262000', '164544.265000', '164604.109000', '164604.112000', '164604.115000', '164604.118000', '164604.121000', '164604.123000', '164604.126000', '164604.129000', '164604.132000', '164604.135000', '164604.138000', '164604.140000', '164604.143000', '164604.146000', '164604.149000', '164604.152000', '164604.155000', '164604.158000', '164604.161000', '164604.164000', '164604.167000', '164604.169000', '164604.172000', '164604.175000', '164604.178000', '164604.181000', '164604.184000', '164604.187000', '164604.190000', '164604.192000', '164604.195000', '164604.198000', '164604.201000', '164604.204000', '164604.207000', '164604.210000', '164604.212000', '164604.215000', '164604.218000', '164604.221000', '164604.224000', '164604.227000', '164604.230000', '164604.233000', '164624.110000', '164624.113000', '164624.116000', '164624.127000', '164624.130000', '164624.133000', '164624.136000', '164624.139000', '164624.141000', '164624.145000', '164624.150000', '164624.154000', '164624.156000', '164624.159000', '164624.162000', '164624.165000', '164624.168000', '164624.171000', '164624.174000', '164624.177000', '164624.180000', '164624.182000', '164624.185000', '164624.188000', '164624.191000', '164624.194000', '164624.197000', '164624.200000', '164624.203000', '164624.205000', '164624.208000', '164624.211000', '164624.214000', '164624.217000', '164624.220000', '164624.223000', '164624.225000', '164624.228000', '164624.231000', '164624.234000', '164624.237000', '164624.240000', '164624.243000', '164644.110000', '164644.113000', '164644.116000', '164644.119000', '164644.121000', '164644.124000', '164644.127000', '164644.130000', '164644.133000', '164644.136000', '164644.139000', '164644.142000', '164644.144000', '164644.147000', '164644.150000', '164644.153000', '164644.156000', '164644.159000', '164644.162000', '164644.165000', '164644.168000', '164644.170000', '164644.173000', '164644.176000', '164644.179000', '164644.182000', '164644.185000', '164644.188000', '164644.191000', '164644.193000', '164644.196000', '164644.199000', '164644.202000', '164644.205000', '164644.208000', '164644.211000', '164644.214000', '164644.217000', '164644.219000', '164644.222000', '164644.225000', '164644.228000', '164644.231000', '164644.234000', '164704.110000', '164704.113000', '164704.116000', '164704.119000', '164704.122000', '164704.124000', '164704.127000', '164704.130000', '164704.133000', '164704.136000', '164704.139000', '164704.141000', '164704.144000', '164704.147000', '164704.150000', '164704.153000', '164704.156000', '164704.159000', '164704.162000', '164704.165000', '164704.168000', '164704.171000', '164704.174000', '164704.177000', '164704.180000', '164704.183000', '164704.186000', '164704.189000', '164704.191000', '164704.194000', '164704.197000', '164704.200000', '164704.203000', '164704.206000', '164704.209000', '164704.212000', '164704.214000', '164704.217000', '164704.220000', '164704.223000', '164704.226000', '164704.229000', '164704.232000', '164724.110000', '164724.113000', '164724.116000', '164724.119000', '164724.122000', '164724.124000', '164724.127000', '164724.130000', '164724.133000', '164724.136000', '164724.139000', '164724.142000', '164724.157000', '164724.160000', '164724.163000', '164724.166000', '164724.169000', '164724.172000', '164724.175000', '164724.178000', '164724.181000', '164724.183000', '164724.186000', '164724.189000', '164724.192000', '164724.195000', '164724.198000', '164724.201000', '164724.204000', '164724.207000', '164724.209000', '164724.212000', '164724.215000', '164724.218000', '164724.221000', '164724.224000', '164724.227000', '164724.230000', '164724.233000', '164724.235000', '164724.238000', '164724.241000', '164724.244000', '164724.247000', '164744.109000', '164744.112000', '164744.115000', '164744.118000', '164744.121000', '164744.124000', '164744.127000', '164744.129000', '164744.132000', '164744.135000', '164744.143000', '164744.146000', '164744.149000', '164744.152000', '164744.155000', '164744.158000', '164744.161000', '164744.163000', '164744.167000', '164744.169000', '164744.172000', '164744.175000', '164744.178000', '164744.181000', '164744.184000', '164744.187000', '164744.190000', '164744.193000', '164744.196000', '164744.199000', '164744.202000', '164744.205000', '164744.208000', '164744.211000', '164744.214000', '164744.216000', '164744.219000', '164744.222000', '164744.225000', '164744.228000', '164744.231000', '164744.234000', '164744.237000', '164804.109000', '164804.112000', '164804.115000', '164804.118000', '164804.121000', '164804.124000', '164804.127000', '164804.130000', '164804.133000', '164804.135000', '164804.138000', '164804.141000', '164804.144000', '164804.147000', '164804.150000', '164804.153000', '164804.156000', '164804.159000', '164804.162000', '164804.165000', '164804.168000', '164804.171000', '164804.173000', '164804.176000', '164804.179000', '164804.182000', '164804.185000', '164804.188000', '164804.191000', '164804.194000', '164804.197000', '164804.200000', '164804.202000', '164804.205000', '164804.208000', '164804.211000', '164804.214000', '164804.217000', '164804.220000', '164804.223000', '164804.226000', '164804.229000', '164804.231000', '164804.235000', '164824.109000', '164824.112000', '164824.115000', '164824.118000', '164824.121000', '164824.124000', '164824.127000', '164824.131000', '164824.134000', '164824.137000', '164824.140000', '164824.143000', '164824.146000', '164824.149000', '164824.152000', '164824.155000', '164824.158000', '164824.161000', '164824.164000', '164824.167000', '164824.169000', '164824.172000', '164824.175000', '164824.178000', '164824.181000', '164824.184000', '164824.187000', '164824.190000', '164824.193000', '164824.195000', '164824.198000', '164824.201000', '164824.204000', '164824.207000', '164824.210000', '164824.213000', '164824.216000', '164824.219000', '164824.221000', '164824.224000', '164824.230000', '164824.234000', '164824.237000', '164844.110000', '164844.113000', '164844.116000', '164844.119000', '164844.122000', '164844.125000', '164844.127000', '164844.130000', '164844.133000', '164844.136000', '164844.139000', '164844.142000', '164844.145000', '164844.148000', '164844.150000', '164844.153000', '164844.156000', '164844.159000', '164844.162000', '164844.165000', '164844.168000', '164844.171000', '164844.174000', '164844.177000', '164844.180000', '164844.183000', '164844.186000', '164844.189000', '164844.191000', '164844.194000', '164844.197000', '164844.200000', '164844.203000', '164844.206000', '164844.209000', '164844.212000', '164844.215000', '164844.223000', '164844.226000', '164844.229000', '164844.232000', '164844.235000', '164844.238000', '164844.241000', '164904.110000', '164904.113000', '164904.116000', '164904.119000', '164904.122000', '164904.125000', '164904.128000', '164904.131000', '164904.134000', '164904.136000', '164904.139000', '164904.142000', '164904.145000', '164904.148000', '164904.151000', '164904.154000', '164904.157000', '164904.159000', '164904.162000', '164904.165000', '164904.168000', '164904.171000', '164904.174000', '164904.177000', '164904.180000', '164904.183000', '164904.185000', '164904.188000', '164904.191000', '164904.194000', '164904.197000', '164904.200000', '164904.203000', '164904.206000', '164904.209000', '164904.212000', '164904.215000', '164904.218000', '164904.221000', '164904.224000', '164904.227000', '164904.230000', '164904.233000', '164924.110000', '164924.113000', '164924.116000', '164924.119000', '164924.122000', '164924.125000', '164924.128000', '164924.131000', '164924.134000', '164924.137000', '164924.140000', '164924.142000', '164924.145000', '164924.148000', '164924.151000', '164924.154000', '164924.157000', '164924.160000', '164924.163000', '164924.166000', '164924.169000', '164924.172000', '164924.175000', '164924.178000', '164924.181000', '164924.184000', '164924.187000', '164924.189000', '164924.192000', '164924.195000', '164924.198000', '164924.201000', '164924.204000', '164924.207000', '164924.210000', '164924.213000', '164924.216000', '164924.219000', '164924.222000', '164924.225000', '164924.227000', '164924.230000', '164924.233000', '164924.236000', '164944.110000', '164944.113000', '164944.116000', '164944.119000', '164944.122000', '164944.125000', '164944.128000', '164944.131000', '164944.134000', '164944.139000', '164944.142000', '164944.145000', '164944.155000', '164944.158000', '164944.161000', '164944.163000', '164944.168000', '164944.171000', '164944.174000', '164944.177000', '164944.180000', '164944.183000', '164944.186000', '164944.189000', '164944.191000', '164944.194000', '164944.197000', '164944.200000', '164944.203000', '164944.206000', '164944.209000', '164944.212000', '164944.214000', '164944.217000', '164944.220000', '164944.223000', '164944.226000', '164944.229000', '164944.232000', '164944.235000', '164944.238000', '164944.241000', '164944.244000', '165004.109000', '165004.112000', '165004.115000', '165004.118000', '165004.121000', '165004.124000', '165004.127000', '165004.129000', '165004.132000', '165004.135000', '165004.138000', '165004.141000', '165004.144000', '165004.147000', '165004.150000', '165004.152000', '165004.155000', '165004.158000', '165004.161000', '165004.164000', '165004.167000', '165004.170000', '165004.173000', '165004.176000', '165004.178000', '165004.181000', '165004.184000', '165004.187000', '165004.190000', '165004.193000', '165004.196000', '165004.199000', '165004.202000', '165004.204000', '165004.207000', '165004.210000', '165004.213000', '165004.216000', '165004.219000', '165004.222000', '165004.224000', '165004.227000', '165004.230000', '165004.233000', '165024.109000', '165024.112000', '165024.115000', '165024.118000', '165024.121000', '165024.124000', '165024.127000', '165024.129000', '165024.132000', '165024.135000', '165024.138000', '165024.141000', '165024.144000', '165024.147000', '165024.149000', '165024.152000', '165024.155000', '165024.158000', '165024.161000', '165024.164000', '165024.167000', '165024.170000', '165024.173000', '165024.175000', '165024.178000', '165024.181000', '165024.184000', '165024.187000', '165024.190000', '165024.193000', '165024.195000', '165024.198000', '165024.201000', '165024.204000', '165024.207000', '165024.210000', '165024.213000', '165024.216000', '165024.218000', '165024.221000', '165024.224000', '165024.227000', '165024.230000', '165044.109000', '165044.112000', '165044.115000', '165044.118000', '165044.121000', '165044.124000', '165044.126000', '165044.129000', '165044.132000', '165044.135000', '165044.138000', '165044.141000', '165044.144000', '165044.146000', '165044.149000', '165044.152000', '165044.155000', '165044.158000', '165044.161000', '165044.164000', '165044.167000', '165044.169000', '165044.172000', '165044.175000', '165044.178000', '165044.181000', '165044.184000', '165044.187000', '165044.189000', '165044.192000', '165044.195000', '165044.198000', '165044.201000', '165044.204000', '165044.207000', '165044.210000', '165044.212000', '165044.215000', '165044.218000', '165044.221000', '165044.224000', '165044.227000', '165044.230000', '165044.232000', '165104.110000', '165104.113000', '165104.116000', '165104.119000', '165104.122000', '165104.125000', '165104.127000', '165104.130000', '165104.133000', '165104.136000', '165104.139000', '165104.142000', '165104.145000', '165104.147000', '165104.150000', '165104.153000', '165104.156000', '165104.159000', '165104.162000', '165104.165000', '165104.168000', '165104.170000', '165104.173000', '165104.176000', '165104.179000', '165104.182000', '165104.185000', '165104.187000', '165104.190000', '165104.193000', '165104.196000', '165104.199000', '165104.202000', '165104.205000', '165104.209000', '165104.212000', '165104.214000', '165104.217000', '165104.220000', '165104.223000', '165104.226000', '165104.229000', '165104.232000', '165124.110000', '165124.113000', '165124.116000', '165124.119000', '165124.122000', '165124.125000', '165124.127000', '165124.130000', '165124.133000', '165124.136000', '165124.139000', '165124.142000', '165124.145000', '165124.148000', '165124.150000', '165124.153000', '165124.156000', '165124.159000', '165124.162000', '165124.165000', '165124.168000', '165124.170000', '165124.173000', '165124.176000', '165124.179000', '165124.182000', '165124.185000', '165124.188000', '165124.191000', '165124.194000', '165124.197000', '165124.199000', '165124.202000', '165124.205000', '165124.208000', '165124.211000', '165124.214000', '165124.217000', '165124.220000', '165124.222000', '165124.225000', '165124.228000', '165124.231000', '165124.234000', '165144.124000', '165144.127000', '165144.130000', '165144.133000', '165144.136000', '165144.139000', '165144.142000', '165144.145000', '165144.148000', '165144.150000', '165144.153000', '165144.156000', '165144.159000', '165144.162000', '165144.165000', '165144.168000', '165144.171000', '165144.174000', '165144.177000', '165144.179000', '165144.182000', '165144.185000', '165144.188000', '165144.191000', '165144.194000', '165144.197000', '165144.200000', '165144.203000', '165144.206000', '165144.209000', '165144.211000', '165144.214000', '165144.217000', '165144.220000', '165144.223000', '165144.226000', '165144.229000', '165144.232000', '165144.234000', '165144.237000', '165144.240000', '165144.243000', '165144.246000', '165204.110000', '165204.113000', '165204.116000', '165204.119000', '165204.122000', '165204.124000', '165204.127000', '165204.130000', '165204.133000', '165204.136000', '165204.139000', '165204.142000', '165204.145000', '165204.148000', '165204.150000', '165204.153000', '165204.156000', '165204.159000', '165204.162000', '165204.165000', '165204.168000', '165204.170000', '165204.173000', '165204.176000', '165204.179000', '165204.182000', '165204.185000', '165204.188000', '165204.191000', '165204.194000', '165204.197000', '165204.199000', '165204.202000', '165204.205000', '165204.208000', '165204.211000', '165204.214000', '165204.217000', '165204.220000', '165204.223000', '165204.226000', '165204.229000', '165204.232000', '165204.235000', '165223.441000', '165223.444000', '165223.447000', '165223.450000', '165223.453000', '165223.456000', '165223.459000', '165223.461000', '165223.464000', '165223.467000', '165223.470000', '165223.473000', '165223.476000', '165223.479000', '165223.482000', '165223.485000', '165223.488000', '165223.491000', '165223.494000', '165223.496000', '165223.499000', '165223.502000', '165223.505000', '165223.508000', '165223.511000', '165223.514000', '165223.516000', '165223.519000', '165223.522000', '165223.525000', '165223.528000', '165223.531000', '165223.534000', '165223.537000', '165223.540000', '165223.542000', '165223.545000', '165223.548000', '165223.551000', '165223.554000', '165223.557000', '165223.563000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [13157, 9020, 8188, 15708, 12671, 7704, 7871, 8102, 7972, 10541, 9332, 8148, 10673, 10419, 15233, 10229, 8024, 7811, 7806, 9948, 8425, 13772, 10344, 13494, 9369, 11765, 9523, 10199, 12558, 8262, 9486, 8378, 10048, 8483, 15052, 11120, 10737, 9069, 8468, 9065, 8445, 13256, 10783, 14536, 8147, 13942, 7895, 14551, 12421, 14133, 12117, 9490, 9353, 8342, 9212, 8166, 11869, 10149, 15260, 9082, 12531, 7917, 10958, 8329, 12469, 10414, 14229, 11794, 13548, 8641, 13771, 8432, 14720, 11008, 14742, 9105, 14571, 8387, 14419, 8633, 14913, 12471, 10543, 8942, 8907, 8067, 8515, 8420, 8590, 13478, 8389, 13140, 8019, 10890, 7931, 12294, 10839, 16029, 13198, 12308, 8396, 9170, 8412, 10880, 14257, 10333, 11757, 8315, 9744, 8184, 11265, 9828, 15122, 9970, 13478, 8352, 9888, 8326, 12332, 10539, 9102, 9185, 8451, 9018, 8340, 9298, 8340, 14751, 9932, 12874, 8248, 10867, 8030, 12323, 10427, 15745, 12491, 9571, 10117, 7949, 9438, 8372, 12826, 10480, 14818, 9055, 13428, 8098, 13278, 8231, 14052, 11492, 15023, 12332, 9488, 8608, 8135, 8980, 8192, 8906, 8708, 13041, 8191, 10278, 7842, 9750, 7962, 10721, 8478, 14201, 9240, 13158, 8022, 11330, 8071, 11489, 8686, 11697, 11410, 9202, 9713, 8270, 9155, 7800, 9439, 8311, 12694, 9578, 15006, 8132, 12887, 8140, 11702, 8900, 13597, 11014, 15479, 12331, 11035, 10245, 8326, 8779, 8032, 8922, 8778, 13878, 9606, 14530, 7955, 12213, 7870, 12250, 9288, 13199, 11894, 14525, 11168, 13165, 8172, 12146, 8048, 11739, 9878, 13736, 11316, 13386, 8105, 8708, 8852, 8082, 8777, 7907, 14298, 11471, 14061, 8586, 13432, 8150, 13267, 10458, 13487, 11738, 13323, 8114, 11873, 7910, 10281, 7901, 10906, 8495, 13867, 7897, 9723, 7697, 9912, 8239, 11738, 10208, 13801, 7931, 13108, 7997, 12628, 8363, 13003, 10586, 9890, 8432, 9700, 7793, 9583, 9693, 8015, 9743, 8274, 8737, 8400, 8884, 9137, 13282, 10066, 12355, 8345, 9813, 8400, 10948, 8600, 14088, 11547, 13638, 8067, 12595, 7726, 14269, 10084, 14628, 12697, 15071, 9492, 14195, 8000, 11734, 8903, 8894, 13653, 8153, 9694, 7915, 11059, 9519, 14235, 11837, 14795, 8796, 14528, 11961, 12543, 11083, 8639, 8626, 8488, 10010, 8800, 15193, 12441, 10363, 8611, 8738, 8662, 8508, 14212, 10643, 14520, 8196, 11226, 7866, 11440, 8896, 13926, 11586, 14756, 9688, 14541, 8919, 12315, 8196, 14283, 10055, 12702, 10054, 8829, 8361, 8522, 8082, 12256, 10536, 12253, 10086, 10652, 8553, 12064, 9616, 11770, 12271, 8109, 8927, 8132, 8739, 8256, 9600, 8007, 13055, 8573, 9195, 8624, 9711, 9673, 13836, 10579, 13954, 9000, 12972, 8884, 13031, 12090, 10408, 10225, 8621, 9039, 8319, 9838, 8363, 12320, 8401, 10675, 8438, 11219, 9868, 15421, 9008, 8130, 8406, 8151, 8972, 9106, 12675, 9583, 12005, 8208, 10311, 8149, 12039, 10407, 13496, 9844, 12091, 8287, 11948, 8821, 12960, 10735, 12095, 8515, 9963, 8309, 10313, 9094, 11598, 12927, 9650, 10715, 8254, 10061, 8248, 11589, 10566, 14168, 12239, 10965, 8168, 9744, 8465, 11638, 12404, 9995, 12339, 8704, 9712, 8466, 10502, 9613, 13515, 11838, 13972, 8926, 10040, 8427, 9408, 9603, 10769, 14047, 10572, 12564, 8395, 9315, 8032, 8562, 11770, 9457, 14446, 11141, 13169, 9481, 12061, 8166, 12185, 10172, 13887, 11177, 11858, 8342, 8236, 8241, 8636, 10998, 8700, 13633, 8404, 13858, 8440, 10241, 8202, 11386, 11438, 9734, 13333, 8495, 10284, 8306, 12240, 8762, 15402, 11692, 11380, 10141, 8690, 9413, 8654, 10802, 9026, 14079, 11980, 12120, 8475, 9668, 8136, 11083, 10917, 11456, 16493, 12370, 15342, 11536, 8362, 8789, 8708, 11006, 8601, 12816, 8683, 13455, 10341, 14213, 11981, 14420, 12742, 14479, 12779, 16130, 12568, 11227, 9694, 8634, 9253, 8114, 10189, 8189, 12598, 7877, 11356, 8003, 9943, 7890, 13579, 10105, 8428, 9392, 7805, 10207, 8339, 7992, 9406, 8654, 15288, 11972, 12460, 8336, 8050, 8987, 10119, 9633, 10257, 11890, 8865, 14328, 8110, 12836, 8226, 12214, 8260, 13625, 8932, 14793, 10271, 14075, 11733, 10013, 11081, 8175, 10664, 8191, 9180, 10036, 9139, 13321, 9862, 15131, 8944, 13199, 8071, 12687, 8688, 13084, 10228, 13428, 10770, 14372, 11002, 13743, 7895, 13278, 8097, 13459, 8385, 14074, 10839, 11589, 11251, 8280, 9056, 7865, 9641, 7930, 11307, 8349, 14525, 12075, 15617, 9180, 8099, 8637, 8210, 9740, 8148, 11974, 8827, 13838, 9991, 14491, 8397, 12436, 8111, 11490, 8393, 13533, 10724, 15638, 13973, 9774, 9163, 8527, 9925, 8492, 11836, 8706, 10928, 13037, 10578, 15857, 10326, 14067, 8297, 14758, 8566, 15564, 11080, 15380, 12482, 13459, 11513, 9511, 10020, 8040, 10047, 8026, 12939, 9070, 13890, 11281, 10548, 14764, 8208, 13803, 8012, 12155, 8367, 12397, 12426, 9982, 12834, 8311, 10203, 7871, 11047, 9029, 14546, 12201, 15176, 8426, 8065, 8211, 8063, 8795, 8256, 11231, 9035, 15540, 9237, 13473, 7881, 13064, 8026, 13473, 8506, 14603, 12342, 14024, 10339, 8186, 8217, 8012, 9118, 8222, 9141, 8247, 12936, 8384, 14089, 7984, 10907, 7886, 12661, 8386, 14432, 10558, 15070, 12149, 11732, 8317, 12320, 8050, 14170, 8383, 15705, 12110, 14781, 9817, 10786, 8552, 8973, 8255, 8666, 10787, 8213, 12034, 8159, 9406, 8326, 12140, 9842, 15985, 10708, 12272, 8326, 9795, 8096, 9836, 8206, 15604, 9205, 12730, 8123, 8430, 8136, 10263, 8019, 15500, 8779, 8713, 8937, 8995, 8973, 8074, 9709, 12400, 11607, 15254, 10116, 8652, 9139, 8507, 13913, 10429, 15678, 10543, 13687, 8569, 10094, 8403, 10950, 8826, 14206, 12216, 14257, 8568, 8563, 8478, 8405, 9511, 8605, 12174, 9091, 13501, 11327, 8357, 9012, 8585, 10401, 8325, 13091, 10331, 15796, 12439, 8851, 10817, 8117, 8768, 8047, 9888, 8493, 13122, 10306, 16137, 13868, 14430, 13095, 9889, 8346, 8438, 8892, 8764, 8652, 10476, 8216, 12223, 10553, 13979, 12120, 12821, 13160, 10333, 14486, 12579, 14091, 9276, 8174, 9245, 7797, 13137, 9089, 13456, 10902, 14953, 11329, 12442, 7685, 8333, 7449, 8222, 8636, 7996, 8726, 7996, 12501, 9327, 8139, 8005, 8218, 9221, 7860, 12842, 10020, 14684, 11949, 12005, 9484, 9099, 8171, 8889, 8146, 11437, 9386, 12687, 10340, 9899, 8578, 8716, 9316, 8423, 9591, 8251, 9162, 8205, 13497, 9206, 13570, 8288, 12027, 8019, 12639, 8564, 12649, 11382, 9144, 9812, 8830, 8701, 8507, 10521, 8748, 14843, 12897, 10944, 8603, 8960, 9551, 8594, 10128, 8631, 14910, 12555, 8817, 9722, 8196, 11394, 8478, 9050, 11849, 11441, 15826, 13115, 11688, 9364, 8928, 8398, 9788, 9149, 9648, 13983, 8218, 11308, 8150, 9861, 8298, 9540, 9439, 8691, 12876, 8407, 12523, 8123, 10501, 8892, 8768, 11289, 9674, 14887, 11993, 10942, 9290, 8447, 10703, 8367, 12031, 9844, 11315, 13381, 9273, 12573, 7954, 12085, 7927, 12339, 7983, 12435, 11064, 9057, 10699, 8285, 10928, 8072, 12547, 9779, 10700, 10238, 8698, 9106, 9006, 10646, 8614, 12742, 10920, 13398, 7972, 9692, 9040, 9432, 9557, 9098, 13790, 8833, 10293, 8149, 9558, 7748, 9491, 9772, 9049, 13082, 10114, 14319, 7667, 11242, 7967, 9208, 10896, 9421, 14352, 8125, 13729, 8638, 9096, 13019, 12220, 12657, 12353, 8313, 8460, 7885, 8292, 8640, 12659, 11201, 8824, 15714, 14446, 10871, 15717, 14507, 11757, 15481, 12883, 10875, 16254, 14209, 11439, 10857, 7821, 7708, 10978, 8344, 7369, 16136, 12351, 7893], 'WindowCenter': [4282.0, 4229.0, 4218.0, 4277.0, 4253.0, 4192.0, 4191.0, 4192.0, 4203.0, 4232.0, 4224.0, 4203.0, 4245.0, 4246.0, 4275.0, 4237.0, 4205.0, 4204.0, 4206.0, 4236.0, 4217.0, 4266.0, 4249.0, 4267.0, 4227.0, 4255.0, 4239.0, 4236.0, 4256.0, 4204.0, 4224.0, 4216.0, 4260.0, 4230.0, 4287.0, 4259.0, 4257.0, 4239.0, 4228.0, 4241.0, 4229.0, 4279.0, 4260.0, 4278.0, 4218.0, 4277.0, 4217.0, 4278.0, 4280.0, 4277.0, 4258.0, 4234.0, 4225.0, 4215.0, 4237.0, 4216.0, 4269.0, 4248.0, 4287.0, 4226.0, 4255.0, 4204.0, 4244.0, 4216.0, 4255.0, 4246.0, 4265.0, 4269.0, 4277.0, 4226.0, 4265.0, 4215.0, 4275.0, 4258.0, 4274.0, 4225.0, 4275.0, 4216.0, 4264.0, 4225.0, 4275.0, 4266.0, 4234.0, 4225.0, 4213.0, 4203.0, 4213.0, 4215.0, 4215.0, 4268.0, 4215.0, 4265.0, 4205.0, 4245.0, 4217.0, 4265.0, 4259.0, 4287.0, 4268.0, 4255.0, 4216.0, 4225.0, 4216.0, 4246.0, 4277.0, 4234.0, 4255.0, 4215.0, 4223.0, 4214.0, 4245.0, 4236.0, 4275.0, 4237.0, 4266.0, 4216.0, 4235.0, 4217.0, 4268.0, 4258.0, 4225.0, 4238.0, 4215.0, 4226.0, 4215.0, 4227.0, 4215.0, 4277.0, 4236.0, 4255.0, 4215.0, 4244.0, 4216.0, 4255.0, 4247.0, 4286.0, 4268.0, 4236.0, 4246.0, 4205.0, 4226.0, 4216.0, 4267.0, 4246.0, 4276.0, 4226.0, 4265.0, 4206.0, 4253.0, 4216.0, 4275.0, 4257.0, 4274.0, 4255.0, 4223.0, 4215.0, 4204.0, 4225.0, 4214.0, 4226.0, 4225.0, 4267.0, 4214.0, 4235.0, 4205.0, 4235.0, 4204.0, 4244.0, 4216.0, 4276.0, 4226.0, 4266.0, 4203.0, 4244.0, 4216.0, 4256.0, 4229.0, 4267.0, 4258.0, 4235.0, 4238.0, 4217.0, 4227.0, 4205.0, 4226.0, 4215.0, 4268.0, 4236.0, 4277.0, 4206.0, 4264.0, 4216.0, 4255.0, 4227.0, 4265.0, 4258.0, 4287.0, 4267.0, 4246.0, 4236.0, 4214.0, 4215.0, 4204.0, 4226.0, 4225.0, 4277.0, 4235.0, 4265.0, 4205.0, 4253.0, 4204.0, 4255.0, 4226.0, 4265.0, 4257.0, 4265.0, 4245.0, 4254.0, 4205.0, 4253.0, 4204.0, 4242.0, 4236.0, 4264.0, 4247.0, 4264.0, 4204.0, 4214.0, 4224.0, 4215.0, 4227.0, 4219.0, 4290.0, 4257.0, 4277.0, 4217.0, 4266.0, 4205.0, 4264.0, 4235.0, 4265.0, 4256.0, 4265.0, 4205.0, 4253.0, 4205.0, 4234.0, 4215.0, 4246.0, 4215.0, 4265.0, 4204.0, 4224.0, 4205.0, 4236.0, 4228.0, 4268.0, 4249.0, 4275.0, 4218.0, 4267.0, 4217.0, 4265.0, 4227.0, 4279.0, 4258.0, 4247.0, 4228.0, 4236.0, 4219.0, 4249.0, 4249.0, 4217.0, 4238.0, 4217.0, 4228.0, 4217.0, 4239.0, 4239.0, 4280.0, 4239.0, 4268.0, 4216.0, 4236.0, 4216.0, 4256.0, 4228.0, 4278.0, 4259.0, 4278.0, 4218.0, 4266.0, 4208.0, 4277.0, 4249.0, 4278.0, 4269.0, 4277.0, 4238.0, 4265.0, 4207.0, 4267.0, 4238.0, 4228.0, 4280.0, 4217.0, 4237.0, 4218.0, 4257.0, 4250.0, 4280.0, 4270.0, 4278.0, 4228.0, 4288.0, 4269.0, 4268.0, 4269.0, 4239.0, 4238.0, 4238.0, 4249.0, 4251.0, 4299.0, 4281.0, 4260.0, 4241.0, 4236.0, 4239.0, 4239.0, 4290.0, 4258.0, 4278.0, 4218.0, 4257.0, 4218.0, 4256.0, 4226.0, 4277.0, 4258.0, 4275.0, 4236.0, 4275.0, 4226.0, 4255.0, 4215.0, 4276.0, 4248.0, 4266.0, 4237.0, 4225.0, 4216.0, 4215.0, 4205.0, 4255.0, 4246.0, 4244.0, 4236.0, 4235.0, 4216.0, 4255.0, 4236.0, 4255.0, 4257.0, 4204.0, 4226.0, 4204.0, 4214.0, 4215.0, 4237.0, 4217.0, 4277.0, 4241.0, 4237.0, 4238.0, 4248.0, 4249.0, 4278.0, 4258.0, 4276.0, 4238.0, 4278.0, 4240.0, 4280.0, 4267.0, 4248.0, 4247.0, 4216.0, 4226.0, 4226.0, 4248.0, 4217.0, 4267.0, 4217.0, 4247.0, 4229.0, 4258.0, 4248.0, 4287.0, 4228.0, 4216.0, 4227.0, 4218.0, 4238.0, 4239.0, 4280.0, 4238.0, 4268.0, 4217.0, 4246.0, 4217.0, 4268.0, 4247.0, 4267.0, 4237.0, 4256.0, 4217.0, 4255.0, 4227.0, 4266.0, 4259.0, 4257.0, 4228.0, 4236.0, 4218.0, 4247.0, 4240.0, 4258.0, 4270.0, 4236.0, 4247.0, 4217.0, 4237.0, 4217.0, 4258.0, 4259.0, 4278.0, 4270.0, 4257.0, 4228.0, 4238.0, 4229.0, 4258.0, 4270.0, 4237.0, 4268.0, 4227.0, 4236.0, 4218.0, 4247.0, 4251.0, 4279.0, 4269.0, 4277.0, 4227.0, 4235.0, 4216.0, 4225.0, 4237.0, 4245.0, 4279.0, 4247.0, 4256.0, 4216.0, 4225.0, 4217.0, 4226.0, 4268.0, 4238.0, 4278.0, 4248.0, 4266.0, 4225.0, 4255.0, 4215.0, 4254.0, 4236.0, 4262.0, 4247.0, 4254.0, 4215.0, 4215.0, 4216.0, 4227.0, 4258.0, 4227.0, 4278.0, 4217.0, 4276.0, 4217.0, 4247.0, 4217.0, 4258.0, 4271.0, 4263.0, 4292.0, 4226.0, 4246.0, 4229.0, 4279.0, 4240.0, 4298.0, 4269.0, 4258.0, 4248.0, 4227.0, 4236.0, 4227.0, 4258.0, 4240.0, 4278.0, 4269.0, 4267.0, 4216.0, 4237.0, 4217.0, 4257.0, 4259.0, 4257.0, 4299.0, 4270.0, 4287.0, 4270.0, 4229.0, 4240.0, 4253.0, 4271.0, 4241.0, 4280.0, 4240.0, 4290.0, 4262.0, 4291.0, 4273.0, 4291.0, 4280.0, 4280.0, 4268.0, 4274.0, 4254.0, 4232.0, 4211.0, 4201.0, 4211.0, 4190.0, 4220.0, 4200.0, 4241.0, 4190.0, 4230.0, 4190.0, 4221.0, 4202.0, 4263.0, 4233.0, 4201.0, 4223.0, 4204.0, 4234.0, 4216.0, 4217.0, 4239.0, 4238.0, 4289.0, 4271.0, 4268.0, 4227.0, 4218.0, 4229.0, 4236.0, 4238.0, 4248.0, 4269.0, 4228.0, 4277.0, 4216.0, 4265.0, 4216.0, 4256.0, 4216.0, 4275.0, 4227.0, 4276.0, 4249.0, 4279.0, 4259.0, 4238.0, 4257.0, 4218.0, 4246.0, 4227.0, 4237.0, 4250.0, 4238.0, 4280.0, 4250.0, 4289.0, 4228.0, 4268.0, 4218.0, 4265.0, 4217.0, 4265.0, 4236.0, 4266.0, 4259.0, 4276.0, 4248.0, 4264.0, 4206.0, 4264.0, 4217.0, 4265.0, 4217.0, 4277.0, 4257.0, 4256.0, 4257.0, 4215.0, 4226.0, 4205.0, 4237.0, 4217.0, 4257.0, 4229.0, 4280.0, 4269.0, 4287.0, 4237.0, 4217.0, 4227.0, 4226.0, 4249.0, 4219.0, 4270.0, 4240.0, 4282.0, 4250.0, 4279.0, 4217.0, 4268.0, 4217.0, 4256.0, 4216.0, 4278.0, 4259.0, 4289.0, 4279.0, 4236.0, 4238.0, 4228.0, 4247.0, 4229.0, 4270.0, 4239.0, 4260.0, 4281.0, 4260.0, 4301.0, 4250.0, 4279.0, 4217.0, 4277.0, 4227.0, 4276.0, 4248.0, 4276.0, 4257.0, 4265.0, 4246.0, 4225.0, 4235.0, 4205.0, 4234.0, 4205.0, 4265.0, 4227.0, 4276.0, 4259.0, 4246.0, 4278.0, 4216.0, 4266.0, 4217.0, 4256.0, 4216.0, 4256.0, 4267.0, 4236.0, 4268.0, 4217.0, 4236.0, 4207.0, 4255.0, 4228.0, 4276.0, 4256.0, 4275.0, 4217.0, 4204.0, 4216.0, 4216.0, 4227.0, 4216.0, 4258.0, 4228.0, 4289.0, 4227.0, 4267.0, 4204.0, 4264.0, 4206.0, 4266.0, 4216.0, 4276.0, 4268.0, 4265.0, 4246.0, 4215.0, 4216.0, 4206.0, 4226.0, 4216.0, 4237.0, 4218.0, 4269.0, 4217.0, 4278.0, 4218.0, 4247.0, 4218.0, 4267.0, 4217.0, 4278.0, 4261.0, 4277.0, 4270.0, 4258.0, 4218.0, 4265.0, 4218.0, 4276.0, 4218.0, 4287.0, 4270.0, 4276.0, 4263.0, 4257.0, 4239.0, 4237.0, 4241.0, 4239.0, 4271.0, 4229.0, 4280.0, 4218.0, 4238.0, 4228.0, 4268.0, 4247.0, 4289.0, 4245.0, 4257.0, 4216.0, 4235.0, 4216.0, 4236.0, 4230.0, 4302.0, 4238.0, 4267.0, 4216.0, 4228.0, 4218.0, 4246.0, 4219.0, 4299.0, 4240.0, 4238.0, 4250.0, 4251.0, 4251.0, 4243.0, 4264.0, 4293.0, 4285.0, 4303.0, 4261.0, 4242.0, 4253.0, 4243.0, 4292.0, 4261.0, 4290.0, 4248.0, 4266.0, 4216.0, 4233.0, 4215.0, 4243.0, 4227.0, 4275.0, 4257.0, 4275.0, 4227.0, 4215.0, 4215.0, 4216.0, 4235.0, 4227.0, 4267.0, 4238.0, 4279.0, 4260.0, 4216.0, 4238.0, 4230.0, 4248.0, 4229.0, 4268.0, 4250.0, 4288.0, 4269.0, 4227.0, 4248.0, 4216.0, 4227.0, 4206.0, 4236.0, 4217.0, 4267.0, 4249.0, 4301.0, 4283.0, 4292.0, 4278.0, 4248.0, 4227.0, 4227.0, 4238.0, 4229.0, 4228.0, 4261.0, 4232.0, 4271.0, 4261.0, 4280.0, 4259.0, 4257.0, 4257.0, 4224.0, 4255.0, 4243.0, 4251.0, 4200.0, 4178.0, 4199.0, 4180.0, 4239.0, 4199.0, 4239.0, 4219.0, 4237.0, 4219.0, 4227.0, 4166.0, 4177.0, 4167.0, 4188.0, 4200.0, 4191.0, 4200.0, 4192.0, 4253.0, 4224.0, 4203.0, 4205.0, 4216.0, 4226.0, 4218.0, 4266.0, 4251.0, 4279.0, 4261.0, 4258.0, 4239.0, 4226.0, 4217.0, 4216.0, 4207.0, 4246.0, 4226.0, 4257.0, 4237.0, 4235.0, 4215.0, 4217.0, 4227.0, 4217.0, 4237.0, 4216.0, 4225.0, 4216.0, 4267.0, 4239.0, 4267.0, 4216.0, 4256.0, 4217.0, 4267.0, 4229.0, 4267.0, 4259.0, 4237.0, 4249.0, 4228.0, 4229.0, 4230.0, 4260.0, 4230.0, 4291.0, 4281.0, 4260.0, 4231.0, 4229.0, 4238.0, 4229.0, 4249.0, 4230.0, 4290.0, 4282.0, 4242.0, 4251.0, 4231.0, 4270.0, 4231.0, 4229.0, 4272.0, 4271.0, 4291.0, 4283.0, 4259.0, 4241.0, 4228.0, 4218.0, 4237.0, 4228.0, 4238.0, 4277.0, 4217.0, 4247.0, 4217.0, 4236.0, 4218.0, 4236.0, 4240.0, 4230.0, 4280.0, 4231.0, 4269.0, 4219.0, 4249.0, 4229.0, 4228.0, 4260.0, 4238.0, 4280.0, 4260.0, 4247.0, 4228.0, 4219.0, 4249.0, 4219.0, 4258.0, 4239.0, 4249.0, 4268.0, 4227.0, 4255.0, 4207.0, 4244.0, 4207.0, 4282.0, 4232.0, 4267.0, 4247.0, 4227.0, 4236.0, 4216.0, 4246.0, 4218.0, 4268.0, 4252.0, 4260.0, 4250.0, 4229.0, 4228.0, 4238.0, 4248.0, 4231.0, 4281.0, 4262.0, 4281.0, 4221.0, 4240.0, 4240.0, 4239.0, 4250.0, 4241.0, 4281.0, 4240.0, 4250.0, 4220.0, 4238.0, 4220.0, 4239.0, 4250.0, 4241.0, 4283.0, 4251.0, 4279.0, 4208.0, 4248.0, 4218.0, 4227.0, 4250.0, 4229.0, 4280.0, 4207.0, 4278.0, 4229.0, 4241.0, 4305.0, 4296.0, 4297.0, 4282.0, 4229.0, 4230.0, 4228.0, 4230.0, 4243.0, 4281.0, 4271.0, 4244.0, 4293.0, 4294.0, 4239.0, 4280.0, 4269.0, 4236.0, 4254.0, 4232.0, 4221.0, 4251.0, 4230.0, 4207.0, 4196.0, 4154.0, 4165.0, 4205.0, 4178.0, 4166.0, 4260.0, 4241.0, 4190.0], 'WindowWidth': [9461.0, 9384.0, 9368.0, 9440.0, 9402.0, 9318.0, 9314.0, 9319.0, 9335.0, 9370.0, 9363.0, 9334.0, 9394.0, 9397.0, 9434.0, 9386.0, 9339.0, 9337.0, 9343.0, 9383.0, 9360.0, 9425.0, 9404.0, 9424.0, 9373.0, 9408.0, 9393.0, 9383.0, 9411.0, 9336.0, 9364.0, 9357.0, 9425.0, 9384.0, 9456.0, 9420.0, 9416.0, 9395.0, 9379.0, 9399.0, 9380.0, 9446.0, 9423.0, 9444.0, 9363.0, 9439.0, 9361.0, 9443.0, 9452.0, 9442.0, 9416.0, 9379.0, 9370.0, 9356.0, 9388.0, 9359.0, 9433.0, 9403.0, 9455.0, 9369.0, 9407.0, 9340.0, 9392.0, 9358.0, 9406.0, 9398.0, 9421.0, 9432.0, 9443.0, 9373.0, 9420.0, 9355.0, 9434.0, 9417.0, 9434.0, 9369.0, 9433.0, 9356.0, 9418.0, 9369.0, 9434.0, 9426.0, 9378.0, 9367.0, 9348.0, 9338.0, 9349.0, 9356.0, 9355.0, 9428.0, 9355.0, 9421.0, 9342.0, 9393.0, 9360.0, 9423.0, 9420.0, 9454.0, 9430.0, 9407.0, 9358.0, 9367.0, 9359.0, 9396.0, 9442.0, 9379.0, 9406.0, 9352.0, 9362.0, 9354.0, 9394.0, 9387.0, 9435.0, 9387.0, 9423.0, 9360.0, 9382.0, 9361.0, 9429.0, 9418.0, 9371.0, 9391.0, 9356.0, 9372.0, 9355.0, 9373.0, 9355.0, 9441.0, 9383.0, 9407.0, 9354.0, 9392.0, 9358.0, 9408.0, 9401.0, 9452.0, 9430.0, 9383.0, 9398.0, 9343.0, 9371.0, 9359.0, 9426.0, 9399.0, 9438.0, 9370.0, 9419.0, 9343.0, 9401.0, 9355.0, 9434.0, 9413.0, 9432.0, 9409.0, 9362.0, 9353.0, 9336.0, 9368.0, 9351.0, 9371.0, 9370.0, 9428.0, 9353.0, 9380.0, 9341.0, 9381.0, 9341.0, 9392.0, 9357.0, 9438.0, 9370.0, 9421.0, 9337.0, 9390.0, 9357.0, 9411.0, 9381.0, 9429.0, 9418.0, 9383.0, 9389.0, 9359.0, 9373.0, 9343.0, 9372.0, 9358.0, 9430.0, 9385.0, 9441.0, 9344.0, 9419.0, 9358.0, 9407.0, 9375.0, 9422.0, 9417.0, 9453.0, 9428.0, 9396.0, 9383.0, 9351.0, 9355.0, 9337.0, 9371.0, 9371.0, 9440.0, 9382.0, 9421.0, 9341.0, 9401.0, 9340.0, 9407.0, 9370.0, 9421.0, 9413.0, 9421.0, 9394.0, 9403.0, 9340.0, 9402.0, 9338.0, 9387.0, 9385.0, 9419.0, 9399.0, 9416.0, 9340.0, 9350.0, 9367.0, 9357.0, 9376.0, 9368.0, 9463.0, 9416.0, 9441.0, 9360.0, 9424.0, 9343.0, 9418.0, 9382.0, 9421.0, 9409.0, 9421.0, 9340.0, 9403.0, 9341.0, 9376.0, 9357.0, 9397.0, 9356.0, 9421.0, 9338.0, 9363.0, 9342.0, 9382.0, 9377.0, 9429.0, 9407.0, 9435.0, 9363.0, 9424.0, 9361.0, 9420.0, 9376.0, 9445.0, 9418.0, 9399.0, 9377.0, 9385.0, 9369.0, 9409.0, 9408.0, 9362.0, 9391.0, 9360.0, 9378.0, 9361.0, 9393.0, 9395.0, 9451.0, 9392.0, 9431.0, 9358.0, 9384.0, 9358.0, 9409.0, 9379.0, 9443.0, 9420.0, 9442.0, 9366.0, 9425.0, 9351.0, 9439.0, 9406.0, 9443.0, 9433.0, 9439.0, 9389.0, 9421.0, 9346.0, 9428.0, 9392.0, 9377.0, 9447.0, 9360.0, 9386.0, 9365.0, 9415.0, 9410.0, 9448.0, 9437.0, 9444.0, 9377.0, 9457.0, 9435.0, 9429.0, 9438.0, 9398.0, 9392.0, 9393.0, 9408.0, 9416.0, 9477.0, 9456.0, 9423.0, 9402.0, 9389.0, 9396.0, 9396.0, 9465.0, 9417.0, 9445.0, 9363.0, 9412.0, 9363.0, 9411.0, 9372.0, 9439.0, 9418.0, 9436.0, 9385.0, 9434.0, 9371.0, 9406.0, 9355.0, 9439.0, 9405.0, 9424.0, 9386.0, 9368.0, 9358.0, 9354.0, 9342.0, 9408.0, 9396.0, 9390.0, 9380.0, 9379.0, 9357.0, 9407.0, 9387.0, 9408.0, 9413.0, 9338.0, 9370.0, 9338.0, 9353.0, 9354.0, 9386.0, 9359.0, 9443.0, 9403.0, 9390.0, 9393.0, 9407.0, 9408.0, 9444.0, 9418.0, 9439.0, 9392.0, 9444.0, 9396.0, 9449.0, 9429.0, 9403.0, 9401.0, 9357.0, 9372.0, 9373.0, 9403.0, 9362.0, 9426.0, 9359.0, 9402.0, 9382.0, 9417.0, 9405.0, 9453.0, 9375.0, 9358.0, 9375.0, 9363.0, 9391.0, 9394.0, 9452.0, 9390.0, 9429.0, 9361.0, 9398.0, 9361.0, 9428.0, 9402.0, 9427.0, 9387.0, 9409.0, 9358.0, 9407.0, 9376.0, 9424.0, 9419.0, 9412.0, 9377.0, 9384.0, 9362.0, 9400.0, 9395.0, 9416.0, 9435.0, 9385.0, 9399.0, 9361.0, 9386.0, 9362.0, 9416.0, 9423.0, 9444.0, 9436.0, 9414.0, 9377.0, 9388.0, 9379.0, 9418.0, 9437.0, 9387.0, 9430.0, 9372.0, 9384.0, 9362.0, 9399.0, 9413.0, 9448.0, 9435.0, 9440.0, 9374.0, 9381.0, 9358.0, 9368.0, 9386.0, 9394.0, 9448.0, 9399.0, 9412.0, 9358.0, 9367.0, 9360.0, 9372.0, 9429.0, 9389.0, 9445.0, 9402.0, 9423.0, 9368.0, 9405.0, 9353.0, 9402.0, 9383.0, 9415.0, 9399.0, 9403.0, 9353.0, 9354.0, 9358.0, 9377.0, 9418.0, 9374.0, 9443.0, 9361.0, 9439.0, 9361.0, 9400.0, 9362.0, 9417.0, 9442.0, 9435.0, 9469.0, 9375.0, 9400.0, 9382.0, 9447.0, 9401.0, 9473.0, 9435.0, 9417.0, 9405.0, 9374.0, 9386.0, 9377.0, 9417.0, 9398.0, 9444.0, 9435.0, 9427.0, 9359.0, 9385.0, 9360.0, 9416.0, 9420.0, 9411.0, 9480.0, 9437.0, 9457.0, 9436.0, 9383.0, 9400.0, 9421.0, 9441.0, 9404.0, 9452.0, 9399.0, 9464.0, 9430.0, 9465.0, 9445.0, 9467.0, 9450.0, 9450.0, 9431.0, 9432.0, 9403.0, 9369.0, 9341.0, 9327.0, 9341.0, 9311.0, 9350.0, 9326.0, 9380.0, 9311.0, 9363.0, 9311.0, 9352.0, 9332.0, 9414.0, 9375.0, 9331.0, 9362.0, 9339.0, 9377.0, 9359.0, 9362.0, 9394.0, 9394.0, 9462.0, 9440.0, 9430.0, 9377.0, 9362.0, 9380.0, 9385.0, 9388.0, 9403.0, 9434.0, 9377.0, 9440.0, 9357.0, 9421.0, 9356.0, 9409.0, 9358.0, 9434.0, 9374.0, 9437.0, 9406.0, 9447.0, 9420.0, 9389.0, 9413.0, 9362.0, 9396.0, 9376.0, 9388.0, 9408.0, 9391.0, 9450.0, 9408.0, 9460.0, 9376.0, 9428.0, 9362.0, 9421.0, 9359.0, 9420.0, 9385.0, 9424.0, 9421.0, 9438.0, 9402.0, 9418.0, 9344.0, 9418.0, 9358.0, 9420.0, 9358.0, 9439.0, 9416.0, 9410.0, 9412.0, 9355.0, 9370.0, 9343.0, 9385.0, 9361.0, 9412.0, 9382.0, 9448.0, 9432.0, 9454.0, 9387.0, 9360.0, 9374.0, 9373.0, 9406.0, 9367.0, 9435.0, 9398.0, 9454.0, 9410.0, 9446.0, 9361.0, 9427.0, 9361.0, 9409.0, 9359.0, 9443.0, 9422.0, 9461.0, 9447.0, 9385.0, 9390.0, 9377.0, 9401.0, 9381.0, 9435.0, 9396.0, 9423.0, 9453.0, 9422.0, 9482.0, 9410.0, 9447.0, 9361.0, 9439.0, 9373.0, 9435.0, 9400.0, 9434.0, 9412.0, 9421.0, 9396.0, 9366.0, 9380.0, 9341.0, 9377.0, 9341.0, 9419.0, 9374.0, 9436.0, 9418.0, 9399.0, 9443.0, 9358.0, 9422.0, 9361.0, 9407.0, 9358.0, 9409.0, 9428.0, 9384.0, 9427.0, 9358.0, 9383.0, 9346.0, 9408.0, 9377.0, 9436.0, 9412.0, 9434.0, 9359.0, 9339.0, 9360.0, 9358.0, 9373.0, 9359.0, 9416.0, 9376.0, 9459.0, 9374.0, 9424.0, 9340.0, 9415.0, 9343.0, 9420.0, 9359.0, 9437.0, 9430.0, 9421.0, 9398.0, 9353.0, 9357.0, 9343.0, 9372.0, 9357.0, 9388.0, 9365.0, 9433.0, 9361.0, 9442.0, 9363.0, 9399.0, 9362.0, 9426.0, 9362.0, 9442.0, 9424.0, 9441.0, 9435.0, 9414.0, 9363.0, 9420.0, 9362.0, 9436.0, 9364.0, 9453.0, 9434.0, 9438.0, 9435.0, 9418.0, 9395.0, 9388.0, 9400.0, 9397.0, 9441.0, 9383.0, 9451.0, 9365.0, 9391.0, 9377.0, 9432.0, 9401.0, 9459.0, 9395.0, 9412.0, 9356.0, 9382.0, 9358.0, 9386.0, 9384.0, 9485.0, 9394.0, 9428.0, 9361.0, 9378.0, 9365.0, 9398.0, 9367.0, 9475.0, 9399.0, 9392.0, 9412.0, 9417.0, 9418.0, 9411.0, 9438.0, 9474.0, 9467.0, 9489.0, 9430.0, 9403.0, 9419.0, 9405.0, 9470.0, 9428.0, 9465.0, 9404.0, 9423.0, 9357.0, 9376.0, 9355.0, 9387.0, 9372.0, 9435.0, 9413.0, 9433.0, 9373.0, 9355.0, 9356.0, 9357.0, 9382.0, 9376.0, 9427.0, 9393.0, 9446.0, 9423.0, 9360.0, 9390.0, 9381.0, 9403.0, 9381.0, 9431.0, 9410.0, 9458.0, 9433.0, 9372.0, 9403.0, 9359.0, 9372.0, 9345.0, 9384.0, 9360.0, 9426.0, 9404.0, 9485.0, 9461.0, 9470.0, 9450.0, 9407.0, 9375.0, 9376.0, 9394.0, 9380.0, 9378.0, 9426.0, 9387.0, 9439.0, 9425.0, 9447.0, 9419.0, 9412.0, 9411.0, 9364.0, 9407.0, 9386.0, 9392.0, 9321.0, 9289.0, 9317.0, 9294.0, 9370.0, 9318.0, 9369.0, 9345.0, 9367.0, 9344.0, 9350.0, 9272.0, 9284.0, 9274.0, 9303.0, 9321.0, 9311.0, 9323.0, 9318.0, 9400.0, 9364.0, 9334.0, 9339.0, 9356.0, 9370.0, 9364.0, 9425.0, 9410.0, 9445.0, 9423.0, 9415.0, 9391.0, 9368.0, 9359.0, 9353.0, 9343.0, 9393.0, 9369.0, 9410.0, 9385.0, 9378.0, 9352.0, 9358.0, 9373.0, 9357.0, 9383.0, 9355.0, 9367.0, 9358.0, 9425.0, 9392.0, 9425.0, 9359.0, 9409.0, 9361.0, 9424.0, 9380.0, 9425.0, 9420.0, 9386.0, 9407.0, 9377.0, 9380.0, 9381.0, 9420.0, 9385.0, 9465.0, 9452.0, 9421.0, 9384.0, 9379.0, 9391.0, 9378.0, 9405.0, 9382.0, 9462.0, 9456.0, 9401.0, 9413.0, 9385.0, 9437.0, 9387.0, 9380.0, 9440.0, 9440.0, 9467.0, 9458.0, 9419.0, 9397.0, 9376.0, 9363.0, 9386.0, 9375.0, 9388.0, 9443.0, 9360.0, 9399.0, 9361.0, 9384.0, 9364.0, 9385.0, 9395.0, 9382.0, 9450.0, 9384.0, 9433.0, 9367.0, 9405.0, 9379.0, 9378.0, 9421.0, 9390.0, 9449.0, 9422.0, 9400.0, 9376.0, 9365.0, 9405.0, 9367.0, 9414.0, 9390.0, 9402.0, 9429.0, 9371.0, 9406.0, 9343.0, 9390.0, 9343.0, 9455.0, 9390.0, 9426.0, 9398.0, 9370.0, 9381.0, 9357.0, 9395.0, 9363.0, 9431.0, 9415.0, 9423.0, 9409.0, 9378.0, 9377.0, 9391.0, 9403.0, 9385.0, 9452.0, 9428.0, 9448.0, 9372.0, 9395.0, 9397.0, 9393.0, 9410.0, 9399.0, 9453.0, 9396.0, 9406.0, 9368.0, 9389.0, 9369.0, 9393.0, 9407.0, 9398.0, 9456.0, 9410.0, 9446.0, 9349.0, 9402.0, 9363.0, 9373.0, 9407.0, 9377.0, 9449.0, 9348.0, 9440.0, 9380.0, 9403.0, 9497.0, 9486.0, 9490.0, 9457.0, 9381.0, 9386.0, 9380.0, 9385.0, 9406.0, 9453.0, 9441.0, 9405.0, 9468.0, 9473.0, 9386.0, 9449.0, 9431.0, 9379.0, 9401.0, 9366.0, 9349.0, 9392.0, 9360.0, 9322.0, 9303.0, 9250.0, 9263.0, 9318.0, 9287.0, 9270.0, 9401.0, 9377.0, 9308.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.0020017746478873237</td></tr>
<tr><td colspan=3>aqi</td><td>0.02706556469483568</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.745902531080795</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2444369314097747</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0165893695206765</td></tr>
<tr><td colspan=3>efc</td><td>0.4633</td></tr>
<tr><td colspan=3>fber</td><td>5945.3438</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10590612597339291</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.539906103286385</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.46065140063458</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.392737579316327</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.681116663349925</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.308099959237488</td></tr>
<tr><td colspan=3>gcor</td><td>0.00914794</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01450375560671091</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027610594406723976</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6916696859504987</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.2915</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1101</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.6798</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303289.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>748.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.7498</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0688</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.6878</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3424.6915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.7261</td></tr>
<tr><td colspan=3>tsnr</td><td>35.55768109392375</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>