<?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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-03/func/sub-0104_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>66673a30a048773298fa951a59105400</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>14:55:39.897500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999745, -0.0034114, -0.0223434, 0.00523467, 0.996614, 0.0820594]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100432</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7764, -7196, 290, -106, -32, 8, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.09</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>75b917e5-9ab8-44f5-ae3d-80f9a88b1e6f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682241439819336, 0.01404423639178276, -0.05936715379357338, 114.79668426513672], [0.009152526967227459, 2.673841714859009, 0.22181949019432068, -99.85633087158203], [-0.05994579941034317, -0.22015929222106934, 2.6902177333831787, -34.97200012207031], [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': ['145539.897500', '145540.357500', '145540.817500', '145541.277500', '145541.737500', '145542.197500', '145542.657500', '145543.117500', '145543.577500', '145544.037500', '145544.497500', '145544.957500', '145545.417500', '145545.877500', '145546.337500', '145546.797500', '145547.257500', '145547.717500', '145548.177500', '145548.637500', '145549.097500', '145549.557500', '145550.017500', '145550.477500', '145550.937500', '145551.397500', '145551.857500', '145552.317500', '145552.777500', '145553.237500', '145553.697500', '145554.157500', '145554.617500', '145555.077500', '145555.537500', '145555.997500', '145556.457500', '145556.917500', '145557.377500', '145557.837500', '145558.297500', '145558.757500', '145559.217500', '145559.677500', '145600.137500', '145600.597500', '145601.057500', '145601.517500', '145601.977500', '145602.437500', '145602.897500', '145603.357500', '145603.817500', '145604.277500', '145604.737500', '145605.197500', '145605.657500', '145606.117500', '145606.577500', '145607.037500', '145607.497500', '145607.957500', '145608.417500', '145608.877500', '145609.337500', '145609.797500', '145610.257500', '145610.717500', '145611.177500', '145611.637500', '145612.097500', '145612.557500', '145613.017500', '145613.477500', '145613.937500', '145614.397500', '145614.857500', '145615.317500', '145615.777500', '145616.237500', '145616.697500', '145617.157500', '145617.617500', '145618.077500', '145618.537500', '145618.997500', '145619.457500', '145619.917500', '145620.377500', '145620.837500', '145621.297500', '145621.757500', '145622.217500', '145622.677500', '145623.137500', '145623.597500', '145624.057500', '145624.517500', '145624.977500', '145625.437500', '145625.897500', '145626.357500', '145626.817500', '145627.277500', '145627.737500', '145628.197500', '145628.657500', '145629.117500', '145629.577500', '145630.037500', '145630.497500', '145630.957500', '145631.417500', '145631.877500', '145632.337500', '145632.797500', '145633.257500', '145633.717500', '145634.177500', '145634.637500', '145635.097500', '145635.557500', '145636.017500', '145636.477500', '145636.937500', '145637.397500', '145637.857500', '145638.317500', '145638.777500', '145639.237500', '145639.697500', '145640.157500', '145640.617500', '145641.077500', '145641.537500', '145641.997500', '145642.457500', '145642.917500', '145643.377500', '145643.837500', '145644.297500', '145644.757500', '145645.217500', '145645.677500', '145646.137500', '145646.597500', '145647.057500', '145647.517500', '145647.977500', '145648.437500', '145648.897500', '145649.357500', '145649.817500', '145650.277500', '145650.737500', '145651.197500', '145651.657500', '145652.117500', '145652.577500', '145653.037500', '145653.497500', '145653.957500', '145654.417500', '145654.877500', '145655.337500', '145655.797500', '145656.257500', '145656.717500', '145657.177500', '145657.637500', '145658.097500', '145658.557500', '145659.017500', '145659.477500', '145659.937500', '145700.397500', '145700.857500', '145701.317500', '145701.777500', '145702.237500', '145702.697500', '145703.157500', '145703.617500', '145704.077500', '145704.537500', '145704.997500', '145705.457500', '145705.917500', '145706.377500', '145706.837500', '145707.297500', '145707.757500', '145708.217500', '145708.677500', '145709.137500', '145709.597500', '145710.057500', '145710.517500', '145710.977500', '145711.437500', '145711.897500', '145712.357500', '145712.817500', '145713.277500', '145713.737500', '145714.197500', '145714.657500', '145715.117500', '145715.577500', '145716.037500', '145716.497500', '145716.957500', '145717.417500', '145717.877500', '145718.337500', '145718.797500', '145719.257500', '145719.717500', '145720.177500', '145720.637500', '145721.097500', '145721.557500', '145722.017500', '145722.477500', '145722.937500', '145723.397500', '145723.857500', '145724.317500', '145724.777500', '145725.237500', '145725.697500', '145726.157500', '145726.617500', '145727.077500', '145727.537500', '145727.997500', '145728.457500', '145728.917500', '145729.377500', '145729.837500', '145730.297500', '145730.757500', '145731.217500', '145731.677500', '145732.137500', '145732.597500', '145733.057500', '145733.517500', '145733.977500', '145734.437500', '145734.897500', '145735.357500', '145735.817500', '145736.277500', '145736.737500', '145737.197500', '145737.657500', '145738.117500', '145738.577500', '145739.037500', '145739.497500', '145739.957500', '145740.417500', '145740.877500', '145741.337500', '145741.797500', '145742.257500', '145742.717500', '145743.177500', '145743.637500', '145744.097500', '145744.557500', '145745.017500', '145745.477500', '145745.937500', '145746.397500', '145746.857500', '145747.317500', '145747.777500', '145748.237500', '145748.697500', '145749.157500', '145749.617500', '145750.077500', '145750.537500', '145750.997500', '145751.457500', '145751.917500', '145752.377500', '145752.837500', '145753.297500', '145753.757500', '145754.217500', '145754.677500', '145755.137500', '145755.597500', '145756.057500', '145756.517500', '145756.977500', '145757.437500', '145757.897500', '145758.357500', '145758.817500', '145759.277500', '145759.737500', '145800.197500', '145800.657500', '145801.117500', '145801.577500', '145802.037500', '145802.497500', '145802.957500', '145803.417500', '145803.877500', '145804.337500', '145804.797500', '145805.257500', '145805.717500', '145806.177500', '145806.637500', '145807.097500', '145807.557500', '145808.017500', '145808.477500', '145808.937500', '145809.397500', '145809.857500', '145810.317500', '145810.777500', '145811.237500', '145811.697500', '145812.157500', '145812.617500', '145813.077500', '145813.537500', '145813.997500', '145814.457500', '145814.917500', '145815.377500', '145815.837500', '145816.297500', '145816.757500', '145817.217500', '145817.677500', '145818.137500', '145818.597500', '145819.057500', '145819.517500', '145819.977500', '145820.437500', '145820.897500', '145821.357500', '145821.817500', '145822.277500', '145822.737500', '145823.197500', '145823.657500', '145824.117500', '145824.577500', '145825.037500', '145825.497500', '145825.957500', '145826.417500', '145826.877500', '145827.337500', '145827.797500', '145828.257500', '145828.717500', '145829.177500', '145829.637500', '145830.097500', '145830.557500', '145831.017500', '145831.477500', '145831.937500', '145832.397500', '145832.857500', '145833.317500', '145833.777500', '145834.237500', '145834.697500', '145835.157500', '145835.617500', '145836.077500', '145836.537500', '145836.997500', '145837.457500', '145837.917500', '145838.377500', '145838.837500', '145839.297500', '145839.757500', '145840.217500', '145840.677500', '145841.137500', '145841.597500', '145842.057500', '145842.517500', '145842.977500', '145843.437500', '145843.897500', '145844.357500', '145844.817500', '145845.277500', '145845.737500', '145846.197500', '145846.657500', '145847.117500', '145847.577500', '145848.037500', '145848.497500', '145848.957500', '145849.417500', '145849.877500', '145850.337500', '145850.797500', '145851.257500', '145851.717500', '145852.177500', '145852.637500', '145853.097500', '145853.557500', '145854.017500', '145854.477500', '145854.937500', '145855.397500', '145855.857500', '145856.317500', '145856.777500', '145857.237500', '145857.697500', '145858.157500', '145858.617500', '145859.077500', '145859.537500', '145859.997500', '145900.457500', '145900.917500', '145901.377500', '145901.837500', '145902.297500', '145902.757500', '145903.217500', '145903.677500', '145904.137500', '145904.597500', '145905.057500', '145905.517500', '145905.977500', '145906.437500', '145906.897500', '145907.357500', '145907.817500', '145908.277500', '145908.737500', '145909.197500', '145909.657500', '145910.117500', '145910.577500', '145911.037500', '145911.497500', '145911.957500', '145912.417500', '145912.877500', '145913.337500', '145913.797500', '145914.257500', '145914.717500', '145915.177500', '145915.637500', '145916.097500', '145916.557500', '145917.017500', '145917.477500', '145917.937500', '145918.397500', '145918.857500', '145919.317500', '145919.777500', '145920.237500', '145920.697500', '145921.157500', '145921.617500', '145922.077500', '145922.537500', '145922.997500', '145923.457500', '145923.917500', '145924.377500', '145924.837500', '145925.297500', '145925.757500', '145926.217500', '145926.677500', '145927.137500', '145927.597500', '145928.057500', '145928.517500', '145928.977500', '145929.437500', '145929.897500', '145930.357500', '145930.817500', '145931.277500', '145931.737500', '145932.197500', '145932.657500', '145933.117500', '145933.577500', '145934.037500', '145934.497500', '145934.957500', '145935.417500', '145935.877500', '145936.337500', '145936.797500', '145937.257500', '145937.717500', '145938.177500', '145938.637500', '145939.097500', '145939.557500', '145940.017500', '145940.477500', '145940.937500', '145941.397500', '145941.857500', '145942.317500', '145942.777500', '145943.237500', '145943.697500', '145944.157500', '145944.617500', '145945.077500', '145945.537500', '145945.997500', '145946.457500', '145946.917500', '145947.377500', '145947.837500', '145948.297500', '145948.757500', '145949.217500', '145949.677500', '145950.137500', '145950.597500', '145951.057500', '145951.517500', '145951.977500', '145952.437500', '145952.897500', '145953.357500', '145953.817500', '145954.277500', '145954.737500', '145955.197500', '145955.657500', '145956.117500', '145956.577500', '145957.037500', '145957.497500', '145957.957500', '145958.417500', '145958.877500', '145959.337500', '145959.797500', '150000.257500', '150000.717500', '150001.177500', '150001.637500', '150002.097500', '150002.557500', '150003.017500', '150003.477500', '150003.937500', '150004.397500', '150004.857500', '150005.317500', '150005.777500', '150006.237500', '150006.697500', '150007.157500', '150007.617500', '150008.077500', '150008.537500', '150008.997500', '150009.457500', '150009.917500', '150010.377500', '150010.837500', '150011.297500', '150011.757500', '150012.217500', '150012.677500', '150013.137500', '150013.597500', '150014.057500', '150014.517500', '150014.977500', '150015.437500', '150015.897500', '150016.357500', '150016.817500', '150017.277500', '150017.737500', '150018.197500', '150018.657500', '150019.117500', '150019.577500', '150020.037500', '150020.497500', '150020.957500', '150021.417500', '150021.877500', '150022.337500', '150022.797500', '150023.257500', '150023.717500', '150024.177500', '150024.637500', '150025.097500', '150025.557500', '150026.017500', '150026.477500', '150026.937500', '150027.397500', '150027.857500', '150028.317500', '150028.777500', '150029.237500', '150029.697500', '150030.157500', '150030.617500', '150031.077500', '150031.537500', '150031.997500', '150032.457500', '150032.917500', '150033.377500', '150033.837500', '150034.297500', '150034.757500', '150035.217500', '150035.677500', '150036.137500', '150036.597500', '150037.057500', '150037.517500', '150037.977500', '150038.437500', '150038.897500', '150039.357500', '150039.817500', '150040.277500', '150040.737500', '150041.197500', '150041.657500', '150042.117500', '150042.577500', '150043.037500', '150043.497500', '150043.957500', '150044.417500', '150044.877500', '150045.337500', '150045.797500', '150046.257500', '150046.717500', '150047.177500', '150047.637500', '150048.097500', '150048.557500', '150049.017500', '150049.477500', '150049.937500', '150050.397500', '150050.857500', '150051.317500', '150051.777500', '150052.237500', '150052.697500', '150053.157500', '150053.617500', '150054.077500', '150054.537500', '150054.997500', '150055.457500', '150055.917500', '150056.377500', '150056.837500', '150057.297500', '150057.757500', '150058.217500', '150058.677500', '150059.137500', '150059.597500', '150100.057500', '150100.517500', '150100.977500', '150101.437500', '150101.897500', '150102.357500', '150102.817500', '150103.277500', '150103.737500', '150104.197500', '150104.657500', '150105.117500', '150105.577500', '150106.037500', '150106.497500', '150106.957500', '150107.417500', '150107.877500', '150108.337500', '150108.797500', '150109.257500', '150109.717500', '150110.177500', '150110.637500', '150111.097500', '150111.557500', '150112.017500', '150112.477500', '150112.937500', '150113.397500', '150113.857500', '150114.317500', '150114.777500', '150115.237500', '150115.697500', '150116.157500', '150116.617500', '150117.077500', '150117.537500', '150117.997500', '150118.457500', '150118.917500', '150119.377500', '150119.837500', '150120.297500', '150120.757500', '150121.217500', '150121.677500', '150122.137500', '150122.597500', '150123.057500', '150123.517500', '150123.977500', '150124.437500', '150124.897500', '150125.357500', '150125.817500', '150126.277500', '150126.737500', '150127.197500', '150127.657500', '150128.117500', '150128.577500', '150129.037500', '150129.497500', '150129.957500', '150130.417500', '150130.877500', '150131.337500', '150131.797500', '150132.257500', '150132.717500', '150133.177500', '150133.637500', '150134.097500', '150134.557500', '150135.017500', '150135.477500', '150135.937500', '150136.397500', '150136.857500', '150137.317500', '150137.777500', '150138.237500', '150138.697500', '150139.157500', '150139.617500', '150140.077500', '150140.537500', '150140.997500', '150141.457500', '150141.917500', '150142.377500', '150142.837500', '150143.297500', '150143.757500', '150144.217500', '150144.677500', '150145.137500', '150145.597500', '150146.057500', '150146.517500', '150146.977500', '150147.437500', '150147.897500', '150148.357500', '150148.817500', '150149.277500', '150149.737500', '150150.197500', '150150.657500', '150151.117500', '150151.577500', '150152.037500', '150152.497500', '150152.957500', '150153.417500', '150153.877500', '150154.337500', '150154.797500', '150155.257500', '150155.717500', '150156.177500', '150156.637500', '150157.097500', '150157.557500', '150158.017500', '150158.477500', '150158.937500', '150159.397500', '150159.857500', '150200.317500', '150200.777500', '150201.237500', '150201.697500', '150202.157500', '150202.617500', '150203.077500', '150203.537500', '150203.997500', '150204.457500', '150204.917500', '150205.377500', '150205.837500', '150206.297500', '150206.757500', '150207.217500', '150207.677500', '150208.137500', '150208.597500', '150209.057500', '150209.517500', '150209.977500', '150210.437500', '150210.897500', '150211.357500', '150211.817500', '150212.277500', '150212.737500', '150213.197500', '150213.657500', '150214.117500', '150214.577500', '150215.037500', '150215.497500', '150215.957500', '150216.417500', '150216.877500', '150217.337500', '150217.797500', '150218.257500', '150218.717500', '150219.177500', '150219.637500', '150220.097500', '150220.557500', '150221.017500', '150221.477500', '150221.937500', '150222.397500', '150222.857500', '150223.317500', '150223.777500', '150224.237500', '150224.697500', '150225.157500', '150225.617500', '150226.077500', '150226.537500', '150226.997500', '150227.457500', '150227.917500', '150228.377500', '150228.837500', '150229.297500', '150229.757500', '150230.217500', '150230.677500', '150231.137500', '150231.597500', '150232.057500', '150232.517500', '150232.977500', '150233.437500', '150233.897500', '150234.357500', '150234.817500', '150235.277500', '150235.737500', '150236.197500', '150236.657500', '150237.117500', '150237.577500', '150238.037500', '150238.497500', '150238.957500', '150239.417500', '150239.877500', '150240.337500', '150240.797500', '150241.257500', '150241.717500', '150242.177500', '150242.637500', '150243.097500', '150243.557500', '150244.017500', '150244.477500', '150244.937500', '150245.397500', '150245.857500', '150246.317500', '150246.777500', '150247.237500', '150247.697500', '150248.157500', '150248.617500', '150249.077500', '150249.537500', '150249.997500', '150250.457500', '150250.917500', '150251.377500', '150251.837500', '150252.297500', '150252.757500', '150253.217500', '150253.677500', '150254.137500', '150254.597500', '150255.057500', '150255.517500', '150255.977500', '150256.437500', '150256.897500', '150257.357500', '150257.817500', '150258.277500', '150258.737500', '150259.197500', '150259.657500', '150300.117500', '150300.577500', '150301.037500', '150301.497500', '150301.957500', '150302.417500', '150302.877500', '150303.337500', '150303.797500', '150304.257500', '150304.717500', '150305.177500', '150305.637500', '150306.097500', '150306.557500', '150307.017500', '150307.477500', '150307.937500', '150308.397500', '150308.857500', '150309.317500', '150309.777500', '150310.237500', '150310.697500', '150311.157500', '150311.617500', '150312.077500', '150312.537500', '150312.997500', '150313.457500', '150313.917500', '150314.377500', '150314.837500', '150315.297500', '150315.757500', '150316.217500', '150316.677500', '150317.137500', '150317.597500', '150318.057500', '150318.517500', '150318.977500', '150319.437500', '150319.897500', '150320.357500', '150320.817500', '150321.277500', '150321.737500', '150322.197500', '150322.657500', '150323.117500', '150323.577500', '150324.037500', '150324.497500', '150324.957500', '150325.417500', '150325.877500', '150326.337500', '150326.797500', '150327.257500', '150327.717500', '150328.177500', '150328.637500', '150329.097500', '150329.557500', '150330.017500', '150330.477500', '150330.937500', '150331.397500', '150331.857500', '150332.317500', '150332.777500', '150333.237500', '150333.697500', '150334.157500', '150334.617500', '150335.077500', '150335.537500', '150335.997500', '150336.457500', '150336.917500', '150337.377500', '150337.837500', '150338.297500', '150338.757500', '150339.217500', '150339.677500', '150340.137500', '150340.597500', '150341.057500', '150341.517500', '150341.977500', '150342.437500', '150342.897500', '150343.357500', '150343.817500', '150344.277500', '150344.737500', '150345.197500', '150345.657500', '150346.117500', '150346.577500', '150347.037500', '150347.497500', '150347.957500', '150348.417500', '150348.877500', '150349.337500'], 'ContentTime': ['145558.077000', '145558.080000', '145558.083000', '145558.086000', '145558.088000', '145558.091000', '145558.094000', '145558.096000', '145558.099000', '145558.101000', '145558.104000', '145558.106000', '145558.109000', '145558.112000', '145558.114000', '145558.117000', '145558.119000', '145558.124000', '145558.127000', '145558.130000', '145558.138000', '145558.141000', '145558.143000', '145558.146000', '145558.149000', '145558.151000', '145558.154000', '145558.156000', '145558.159000', '145558.161000', '145558.164000', '145558.167000', '145558.169000', '145558.172000', '145558.174000', '145558.177000', '145558.179000', '145558.182000', '145618.042000', '145618.045000', '145618.048000', '145618.055000', '145618.058000', '145618.060000', '145618.063000', '145618.065000', '145618.068000', '145618.070000', '145618.073000', '145618.075000', '145618.078000', '145618.081000', '145618.083000', '145618.086000', '145618.088000', '145618.091000', '145618.093000', '145618.096000', '145618.099000', '145618.101000', '145618.104000', '145618.106000', '145618.109000', '145618.111000', '145618.114000', '145618.117000', '145618.119000', '145618.122000', '145618.124000', '145618.127000', '145618.130000', '145618.132000', '145618.135000', '145618.137000', '145618.140000', '145618.143000', '145618.145000', '145618.148000', '145618.150000', '145618.153000', '145618.156000', '145638.044000', '145638.046000', '145638.049000', '145638.052000', '145638.054000', '145638.057000', '145638.059000', '145638.062000', '145638.065000', '145638.067000', '145638.070000', '145638.072000', '145638.075000', '145638.078000', '145638.080000', '145638.083000', '145638.086000', '145638.088000', '145638.091000', '145638.094000', '145638.096000', '145638.099000', '145638.101000', '145638.104000', '145638.106000', '145638.109000', '145638.111000', '145638.114000', '145638.117000', '145638.119000', '145638.122000', '145638.124000', '145638.127000', '145638.130000', '145638.132000', '145638.135000', '145638.137000', '145638.140000', '145638.142000', '145638.145000', '145638.148000', '145638.150000', '145638.153000', '145638.156000', '145658.044000', '145658.047000', '145658.049000', '145658.052000', '145658.054000', '145658.057000', '145658.059000', '145658.062000', '145658.065000', '145658.067000', '145658.070000', '145658.072000', '145658.075000', '145658.077000', '145658.080000', '145658.083000', '145658.085000', '145658.088000', '145658.091000', '145658.093000', '145658.096000', '145658.098000', '145658.101000', '145658.104000', '145658.106000', '145658.109000', '145658.111000', '145658.114000', '145658.117000', '145658.119000', '145658.122000', '145658.125000', '145658.127000', '145658.130000', '145658.132000', '145658.135000', '145658.138000', '145658.140000', '145658.143000', '145658.145000', '145658.148000', '145658.150000', '145658.153000', '145718.043000', '145718.046000', '145718.049000', '145718.052000', '145718.054000', '145718.057000', '145718.059000', '145718.062000', '145718.065000', '145718.067000', '145718.070000', '145718.072000', '145718.075000', '145718.077000', '145718.080000', '145718.083000', '145718.085000', '145718.088000', '145718.091000', '145718.093000', '145718.096000', '145718.098000', '145718.101000', '145718.104000', '145718.106000', '145718.109000', '145718.111000', '145718.114000', '145718.117000', '145718.119000', '145718.122000', '145718.125000', '145718.127000', '145718.130000', '145718.132000', '145718.135000', '145718.138000', '145718.140000', '145718.143000', '145718.146000', '145718.148000', '145718.151000', '145718.153000', '145718.180000', '145738.044000', '145738.046000', '145738.049000', '145738.052000', '145738.054000', '145738.057000', '145738.060000', '145738.062000', '145738.065000', '145738.068000', '145738.070000', '145738.073000', '145738.075000', '145738.078000', '145738.081000', '145738.086000', '145738.089000', '145738.092000', '145738.094000', '145738.097000', '145738.100000', '145738.102000', '145738.105000', '145738.108000', '145738.110000', '145738.113000', '145738.115000', '145738.118000', '145738.121000', '145738.123000', '145738.132000', '145738.135000', '145738.138000', '145738.141000', '145738.144000', '145738.147000', '145738.150000', '145738.152000', '145738.155000', '145738.157000', '145738.160000', '145738.163000', '145738.165000', '145758.044000', '145758.046000', '145758.049000', '145758.052000', '145758.054000', '145758.057000', '145758.059000', '145758.062000', '145758.065000', '145758.067000', '145758.070000', '145758.072000', '145758.075000', '145758.078000', '145758.080000', '145758.083000', '145758.086000', '145758.088000', '145758.091000', '145758.093000', '145758.096000', '145758.098000', '145758.101000', '145758.104000', '145758.106000', '145758.109000', '145758.111000', '145758.114000', '145758.117000', '145758.119000', '145758.122000', '145758.125000', '145758.127000', '145758.130000', '145758.132000', '145758.135000', '145758.138000', '145758.140000', '145758.143000', '145758.145000', '145758.148000', '145758.151000', '145758.153000', '145758.156000', '145818.043000', '145818.046000', '145818.049000', '145818.052000', '145818.054000', '145818.057000', '145818.060000', '145818.062000', '145818.065000', '145818.067000', '145818.070000', '145818.073000', '145818.075000', '145818.078000', '145818.080000', '145818.083000', '145818.086000', '145818.088000', '145818.091000', '145818.093000', '145818.096000', '145818.099000', '145818.101000', '145818.104000', '145818.106000', '145818.109000', '145818.112000', '145818.114000', '145818.117000', '145818.120000', '145818.122000', '145818.125000', '145818.127000', '145818.130000', '145818.132000', '145818.135000', '145818.138000', '145818.140000', '145818.143000', '145818.145000', '145818.148000', '145818.151000', '145818.153000', '145838.042000', '145838.045000', '145838.048000', '145838.050000', '145838.053000', '145838.056000', '145838.058000', '145838.061000', '145838.064000', '145838.066000', '145838.069000', '145838.072000', '145838.074000', '145838.077000', '145838.080000', '145838.082000', '145838.085000', '145838.088000', '145838.090000', '145838.093000', '145838.095000', '145838.098000', '145838.101000', '145838.103000', '145838.106000', '145838.109000', '145838.111000', '145838.114000', '145838.117000', '145838.119000', '145838.122000', '145838.124000', '145838.127000', '145838.130000', '145838.132000', '145838.135000', '145838.137000', '145838.140000', '145838.142000', '145838.145000', '145838.148000', '145838.150000', '145838.153000', '145838.156000', '145858.043000', '145858.046000', '145858.049000', '145858.051000', '145858.054000', '145858.057000', '145858.059000', '145858.062000', '145858.064000', '145858.067000', '145858.070000', '145858.072000', '145858.075000', '145858.077000', '145858.080000', '145858.083000', '145858.085000', '145858.088000', '145858.090000', '145858.093000', '145858.095000', '145858.098000', '145858.101000', '145858.103000', '145858.114000', '145858.117000', '145858.119000', '145858.122000', '145858.124000', '145858.127000', '145858.130000', '145858.132000', '145858.135000', '145858.137000', '145858.140000', '145858.143000', '145858.145000', '145858.148000', '145858.150000', '145858.153000', '145858.156000', '145858.158000', '145858.161000', '145918.043000', '145918.046000', '145918.049000', '145918.052000', '145918.054000', '145918.057000', '145918.059000', '145918.062000', '145918.065000', '145918.067000', '145918.070000', '145918.073000', '145918.075000', '145918.078000', '145918.080000', '145918.083000', '145918.086000', '145918.088000', '145918.091000', '145918.093000', '145918.096000', '145918.099000', '145918.101000', '145918.104000', '145918.107000', '145918.109000', '145918.112000', '145918.114000', '145918.117000', '145918.120000', '145918.122000', '145918.125000', '145918.127000', '145918.130000', '145918.133000', '145918.135000', '145918.138000', '145918.140000', '145918.143000', '145918.146000', '145918.148000', '145918.151000', '145918.153000', '145938.043000', '145938.046000', '145938.049000', '145938.052000', '145938.054000', '145938.057000', '145938.059000', '145938.062000', '145938.065000', '145938.067000', '145938.070000', '145938.072000', '145938.075000', '145938.078000', '145938.080000', '145938.083000', '145938.086000', '145938.088000', '145938.091000', '145938.093000', '145938.096000', '145938.099000', '145938.101000', '145938.104000', '145938.107000', '145938.109000', '145938.112000', '145938.114000', '145938.117000', '145938.120000', '145938.122000', '145938.125000', '145938.127000', '145938.130000', '145938.132000', '145938.135000', '145938.138000', '145938.140000', '145938.143000', '145938.146000', '145938.148000', '145938.151000', '145938.153000', '145938.156000', '145958.044000', '145958.046000', '145958.049000', '145958.052000', '145958.054000', '145958.058000', '145958.061000', '145958.064000', '145958.066000', '145958.069000', '145958.072000', '145958.074000', '145958.077000', '145958.079000', '145958.082000', '145958.085000', '145958.087000', '145958.090000', '145958.093000', '145958.095000', '145958.098000', '145958.100000', '145958.103000', '145958.106000', '145958.108000', '145958.111000', '145958.114000', '145958.117000', '145958.119000', '145958.122000', '145958.124000', '145958.127000', '145958.130000', '145958.132000', '145958.135000', '145958.137000', '145958.140000', '145958.143000', '145958.145000', '145958.148000', '145958.151000', '145958.153000', '145958.156000', '145958.158000', '150018.043000', '150018.046000', '150018.049000', '150018.052000', '150018.054000', '150018.057000', '150018.059000', '150018.062000', '150018.065000', '150018.067000', '150018.070000', '150018.073000', '150018.075000', '150018.078000', '150018.080000', '150018.083000', '150018.086000', '150018.088000', '150018.091000', '150018.093000', '150018.096000', '150018.099000', '150018.101000', '150018.104000', '150018.107000', '150018.109000', '150018.112000', '150018.114000', '150018.117000', '150018.120000', '150018.122000', '150018.125000', '150018.127000', '150018.130000', '150018.133000', '150018.135000', '150018.138000', '150018.141000', '150018.143000', '150018.146000', '150018.148000', '150018.151000', '150018.153000', '150038.043000', '150038.046000', '150038.049000', '150038.052000', '150038.054000', '150038.057000', '150038.065000', '150038.068000', '150038.071000', '150038.073000', '150038.076000', '150038.079000', '150038.081000', '150038.084000', '150038.086000', '150038.089000', '150038.092000', '150038.094000', '150038.097000', '150038.099000', '150038.102000', '150038.105000', '150038.107000', '150038.110000', '150038.113000', '150038.115000', '150038.118000', '150038.120000', '150038.123000', '150038.126000', '150038.128000', '150038.131000', '150038.133000', '150038.136000', '150038.139000', '150038.141000', '150038.144000', '150038.147000', '150038.149000', '150038.152000', '150038.154000', '150038.157000', '150038.159000', '150058.042000', '150058.045000', '150058.048000', '150058.051000', '150058.053000', '150058.056000', '150058.058000', '150058.061000', '150058.064000', '150058.066000', '150058.069000', '150058.071000', '150058.074000', '150058.077000', '150058.079000', '150058.082000', '150058.084000', '150058.087000', '150058.090000', '150058.092000', '150058.095000', '150058.097000', '150058.100000', '150058.103000', '150058.105000', '150058.108000', '150058.110000', '150058.113000', '150058.116000', '150058.118000', '150058.121000', '150058.123000', '150058.126000', '150058.129000', '150058.131000', '150058.136000', '150058.139000', '150058.141000', '150058.144000', '150058.146000', '150058.149000', '150058.152000', '150058.154000', '150058.157000', '150118.043000', '150118.046000', '150118.049000', '150118.052000', '150118.054000', '150118.057000', '150118.060000', '150118.062000', '150118.065000', '150118.068000', '150118.070000', '150118.073000', '150118.075000', '150118.078000', '150118.081000', '150118.083000', '150118.086000', '150118.088000', '150118.091000', '150118.094000', '150118.097000', '150118.100000', '150118.103000', '150118.105000', '150118.108000', '150118.111000', '150118.114000', '150118.117000', '150118.119000', '150118.122000', '150118.124000', '150118.127000', '150118.130000', '150118.132000', '150118.135000', '150118.138000', '150118.140000', '150118.143000', '150118.145000', '150118.148000', '150118.151000', '150118.154000', '150118.156000', '150138.043000', '150138.046000', '150138.049000', '150138.052000', '150138.054000', '150138.057000', '150138.059000', '150138.062000', '150138.065000', '150138.067000', '150138.070000', '150138.072000', '150138.075000', '150138.078000', '150138.080000', '150138.083000', '150138.085000', '150138.088000', '150138.091000', '150138.093000', '150138.096000', '150138.098000', '150138.101000', '150138.104000', '150138.106000', '150138.109000', '150138.112000', '150138.114000', '150138.117000', '150138.119000', '150138.122000', '150138.125000', '150138.127000', '150138.130000', '150138.133000', '150138.135000', '150138.138000', '150138.140000', '150138.143000', '150138.145000', '150138.148000', '150138.151000', '150138.153000', '150138.156000', '150158.044000', '150158.046000', '150158.049000', '150158.052000', '150158.054000', '150158.057000', '150158.060000', '150158.062000', '150158.065000', '150158.068000', '150158.070000', '150158.073000', '150158.075000', '150158.078000', '150158.081000', '150158.083000', '150158.086000', '150158.098000', '150158.101000', '150158.104000', '150158.106000', '150158.109000', '150158.111000', '150158.114000', '150158.117000', '150158.119000', '150158.122000', '150158.125000', '150158.127000', '150158.130000', '150158.132000', '150158.135000', '150158.138000', '150158.140000', '150158.143000', '150158.145000', '150158.148000', '150158.151000', '150158.153000', '150158.156000', '150158.158000', '150158.161000', '150158.163000', '150218.044000', '150218.047000', '150218.049000', '150218.052000', '150218.055000', '150218.057000', '150218.060000', '150218.062000', '150218.065000', '150218.068000', '150218.070000', '150218.073000', '150218.075000', '150218.078000', '150218.080000', '150218.083000', '150218.086000', '150218.088000', '150218.091000', '150218.094000', '150218.096000', '150218.099000', '150218.101000', '150218.104000', '150218.107000', '150218.109000', '150218.112000', '150218.115000', '150218.117000', '150218.120000', '150218.123000', '150218.125000', '150218.128000', '150218.130000', '150218.133000', '150218.136000', '150218.138000', '150218.141000', '150218.143000', '150218.146000', '150218.149000', '150218.151000', '150218.154000', '150218.157000', '150238.043000', '150238.046000', '150238.049000', '150238.052000', '150238.054000', '150238.057000', '150238.060000', '150238.062000', '150238.065000', '150238.067000', '150238.070000', '150238.072000', '150238.075000', '150238.078000', '150238.080000', '150238.083000', '150238.086000', '150238.088000', '150238.091000', '150238.093000', '150238.096000', '150238.099000', '150238.101000', '150238.104000', '150238.106000', '150238.109000', '150238.112000', '150238.115000', '150238.118000', '150238.120000', '150238.123000', '150238.126000', '150238.128000', '150238.131000', '150238.133000', '150238.137000', '150238.140000', '150238.143000', '150238.145000', '150238.148000', '150238.151000', '150238.153000', '150238.156000', '150258.044000', '150258.047000', '150258.050000', '150258.052000', '150258.055000', '150258.057000', '150258.060000', '150258.062000', '150258.065000', '150258.068000', '150258.070000', '150258.073000', '150258.075000', '150258.078000', '150258.081000', '150258.083000', '150258.086000', '150258.089000', '150258.091000', '150258.094000', '150258.096000', '150258.099000', '150258.102000', '150258.104000', '150258.107000', '150258.109000', '150258.112000', '150258.115000', '150258.118000', '150258.120000', '150258.123000', '150258.125000', '150258.128000', '150258.131000', '150258.133000', '150258.136000', '150258.138000', '150258.141000', '150258.143000', '150258.146000', '150258.149000', '150258.151000', '150258.154000', '150258.157000', '150318.043000', '150318.046000', '150318.048000', '150318.051000', '150318.053000', '150318.056000', '150318.059000', '150318.061000', '150318.064000', '150318.066000', '150318.069000', '150318.072000', '150318.074000', '150318.077000', '150318.080000', '150318.082000', '150318.085000', '150318.087000', '150318.090000', '150318.093000', '150318.095000', '150318.098000', '150318.100000', '150318.103000', '150318.106000', '150318.109000', '150318.111000', '150318.114000', '150318.146000', '150318.149000', '150318.152000', '150318.154000', '150318.157000', '150318.159000', '150318.162000', '150318.165000', '150318.167000', '150318.170000', '150318.172000', '150318.175000', '150318.177000', '150318.180000', '150318.183000', '150338.044000', '150338.046000', '150338.049000', '150338.052000', '150338.054000', '150338.057000', '150338.059000', '150338.062000', '150338.065000', '150338.067000', '150338.070000', '150338.072000', '150338.075000', '150338.078000', '150338.081000', '150338.083000', '150338.086000', '150338.088000', '150338.091000', '150338.094000', '150338.096000', '150338.099000', '150338.101000', '150338.104000', '150338.106000', '150338.109000', '150338.112000', '150338.114000', '150338.117000', '150338.120000', '150338.122000', '150338.125000', '150338.127000', '150338.130000', '150338.133000', '150338.135000', '150338.138000', '150338.140000', '150338.143000', '150338.145000', '150338.148000', '150338.151000', '150338.153000', '150338.156000', '150350.298000', '150350.301000', '150350.304000', '150350.306000', '150350.309000', '150350.311000', '150350.314000', '150350.317000', '150350.319000', '150350.322000', '150350.325000', '150350.327000', '150350.330000', '150350.333000', '150350.335000', '150350.338000', '150350.340000', '150350.343000', '150350.346000', '150350.348000', '150350.351000', '150350.354000', '150350.356000', '150350.359000', '150350.362000', '150350.364000', '150350.367000'], 'InstanceCreationTime': ['145558.077000', '145558.080000', '145558.083000', '145558.086000', '145558.088000', '145558.091000', '145558.094000', '145558.096000', '145558.099000', '145558.101000', '145558.104000', '145558.106000', '145558.109000', '145558.112000', '145558.114000', '145558.117000', '145558.119000', '145558.124000', '145558.127000', '145558.130000', '145558.138000', '145558.141000', '145558.143000', '145558.146000', '145558.149000', '145558.151000', '145558.154000', '145558.156000', '145558.159000', '145558.161000', '145558.164000', '145558.167000', '145558.169000', '145558.172000', '145558.174000', '145558.177000', '145558.179000', '145558.182000', '145618.042000', '145618.045000', '145618.048000', '145618.055000', '145618.058000', '145618.060000', '145618.063000', '145618.065000', '145618.068000', '145618.070000', '145618.073000', '145618.075000', '145618.078000', '145618.081000', '145618.083000', '145618.086000', '145618.088000', '145618.091000', '145618.093000', '145618.096000', '145618.099000', '145618.101000', '145618.104000', '145618.106000', '145618.109000', '145618.111000', '145618.114000', '145618.117000', '145618.119000', '145618.122000', '145618.124000', '145618.127000', '145618.130000', '145618.132000', '145618.135000', '145618.137000', '145618.140000', '145618.143000', '145618.145000', '145618.148000', '145618.150000', '145618.153000', '145618.156000', '145638.044000', '145638.046000', '145638.049000', '145638.052000', '145638.054000', '145638.057000', '145638.059000', '145638.062000', '145638.065000', '145638.067000', '145638.070000', '145638.072000', '145638.075000', '145638.078000', '145638.080000', '145638.083000', '145638.086000', '145638.088000', '145638.091000', '145638.094000', '145638.096000', '145638.099000', '145638.101000', '145638.104000', '145638.106000', '145638.109000', '145638.111000', '145638.114000', '145638.117000', '145638.119000', '145638.122000', '145638.124000', '145638.127000', '145638.130000', '145638.132000', '145638.135000', '145638.137000', '145638.140000', '145638.142000', '145638.145000', '145638.148000', '145638.150000', '145638.153000', '145638.156000', '145658.044000', '145658.047000', '145658.049000', '145658.052000', '145658.054000', '145658.057000', '145658.059000', '145658.062000', '145658.065000', '145658.067000', '145658.070000', '145658.072000', '145658.075000', '145658.077000', '145658.080000', '145658.083000', '145658.085000', '145658.088000', '145658.091000', '145658.093000', '145658.096000', '145658.098000', '145658.101000', '145658.104000', '145658.106000', '145658.109000', '145658.111000', '145658.114000', '145658.117000', '145658.119000', '145658.122000', '145658.125000', '145658.127000', '145658.130000', '145658.132000', '145658.135000', '145658.138000', '145658.140000', '145658.143000', '145658.145000', '145658.148000', '145658.150000', '145658.153000', '145718.043000', '145718.046000', '145718.049000', '145718.052000', '145718.054000', '145718.057000', '145718.059000', '145718.062000', '145718.065000', '145718.067000', '145718.070000', '145718.072000', '145718.075000', '145718.077000', '145718.080000', '145718.083000', '145718.085000', '145718.088000', '145718.091000', '145718.093000', '145718.096000', '145718.098000', '145718.101000', '145718.104000', '145718.106000', '145718.109000', '145718.111000', '145718.114000', '145718.117000', '145718.119000', '145718.122000', '145718.125000', '145718.127000', '145718.130000', '145718.132000', '145718.135000', '145718.138000', '145718.140000', '145718.143000', '145718.146000', '145718.148000', '145718.151000', '145718.153000', '145718.180000', '145738.044000', '145738.046000', '145738.049000', '145738.052000', '145738.054000', '145738.057000', '145738.060000', '145738.062000', '145738.065000', '145738.068000', '145738.070000', '145738.073000', '145738.075000', '145738.078000', '145738.081000', '145738.086000', '145738.089000', '145738.092000', '145738.094000', '145738.097000', '145738.100000', '145738.102000', '145738.105000', '145738.108000', '145738.110000', '145738.113000', '145738.115000', '145738.118000', '145738.121000', '145738.123000', '145738.132000', '145738.135000', '145738.138000', '145738.141000', '145738.144000', '145738.147000', '145738.150000', '145738.152000', '145738.155000', '145738.157000', '145738.160000', '145738.163000', '145738.165000', '145758.044000', '145758.046000', '145758.049000', '145758.052000', '145758.054000', '145758.057000', '145758.059000', '145758.062000', '145758.065000', '145758.067000', '145758.070000', '145758.072000', '145758.075000', '145758.078000', '145758.080000', '145758.083000', '145758.086000', '145758.088000', '145758.091000', '145758.093000', '145758.096000', '145758.098000', '145758.101000', '145758.104000', '145758.106000', '145758.109000', '145758.111000', '145758.114000', '145758.117000', '145758.119000', '145758.122000', '145758.125000', '145758.127000', '145758.130000', '145758.132000', '145758.135000', '145758.138000', '145758.140000', '145758.143000', '145758.145000', '145758.148000', '145758.151000', '145758.153000', '145758.156000', '145818.043000', '145818.046000', '145818.049000', '145818.052000', '145818.054000', '145818.057000', '145818.060000', '145818.062000', '145818.065000', '145818.067000', '145818.070000', '145818.073000', '145818.075000', '145818.078000', '145818.080000', '145818.083000', '145818.086000', '145818.088000', '145818.091000', '145818.093000', '145818.096000', '145818.099000', '145818.101000', '145818.104000', '145818.106000', '145818.109000', '145818.112000', '145818.114000', '145818.117000', '145818.120000', '145818.122000', '145818.125000', '145818.127000', '145818.130000', '145818.132000', '145818.135000', '145818.138000', '145818.140000', '145818.143000', '145818.145000', '145818.148000', '145818.151000', '145818.153000', '145838.042000', '145838.045000', '145838.048000', '145838.050000', '145838.053000', '145838.056000', '145838.058000', '145838.061000', '145838.064000', '145838.066000', '145838.069000', '145838.072000', '145838.074000', '145838.077000', '145838.080000', '145838.082000', '145838.085000', '145838.088000', '145838.090000', '145838.093000', '145838.095000', '145838.098000', '145838.101000', '145838.103000', '145838.106000', '145838.109000', '145838.111000', '145838.114000', '145838.117000', '145838.119000', '145838.122000', '145838.124000', '145838.127000', '145838.130000', '145838.132000', '145838.135000', '145838.137000', '145838.140000', '145838.142000', '145838.145000', '145838.148000', '145838.150000', '145838.153000', '145838.156000', '145858.043000', '145858.046000', '145858.049000', '145858.051000', '145858.054000', '145858.057000', '145858.059000', '145858.062000', '145858.064000', '145858.067000', '145858.070000', '145858.072000', '145858.075000', '145858.077000', '145858.080000', '145858.083000', '145858.085000', '145858.088000', '145858.090000', '145858.093000', '145858.095000', '145858.098000', '145858.101000', '145858.103000', '145858.114000', '145858.117000', '145858.119000', '145858.122000', '145858.124000', '145858.127000', '145858.130000', '145858.132000', '145858.135000', '145858.137000', '145858.140000', '145858.143000', '145858.145000', '145858.148000', '145858.150000', '145858.153000', '145858.156000', '145858.158000', '145858.161000', '145918.043000', '145918.046000', '145918.049000', '145918.052000', '145918.054000', '145918.057000', '145918.059000', '145918.062000', '145918.065000', '145918.067000', '145918.070000', '145918.073000', '145918.075000', '145918.078000', '145918.080000', '145918.083000', '145918.086000', '145918.088000', '145918.091000', '145918.093000', '145918.096000', '145918.099000', '145918.101000', '145918.104000', '145918.107000', '145918.109000', '145918.112000', '145918.114000', '145918.117000', '145918.120000', '145918.122000', '145918.125000', '145918.127000', '145918.130000', '145918.133000', '145918.135000', '145918.138000', '145918.140000', '145918.143000', '145918.146000', '145918.148000', '145918.151000', '145918.153000', '145938.043000', '145938.046000', '145938.049000', '145938.052000', '145938.054000', '145938.057000', '145938.059000', '145938.062000', '145938.065000', '145938.067000', '145938.070000', '145938.072000', '145938.075000', '145938.078000', '145938.080000', '145938.083000', '145938.086000', '145938.088000', '145938.091000', '145938.093000', '145938.096000', '145938.099000', '145938.101000', '145938.104000', '145938.107000', '145938.109000', '145938.112000', '145938.114000', '145938.117000', '145938.120000', '145938.122000', '145938.125000', '145938.127000', '145938.130000', '145938.132000', '145938.135000', '145938.138000', '145938.140000', '145938.143000', '145938.146000', '145938.148000', '145938.151000', '145938.153000', '145938.156000', '145958.044000', '145958.046000', '145958.049000', '145958.052000', '145958.054000', '145958.058000', '145958.061000', '145958.064000', '145958.066000', '145958.069000', '145958.072000', '145958.074000', '145958.077000', '145958.079000', '145958.082000', '145958.085000', '145958.087000', '145958.090000', '145958.093000', '145958.095000', '145958.098000', '145958.100000', '145958.103000', '145958.106000', '145958.108000', '145958.111000', '145958.114000', '145958.117000', '145958.119000', '145958.122000', '145958.124000', '145958.127000', '145958.130000', '145958.132000', '145958.135000', '145958.137000', '145958.140000', '145958.143000', '145958.145000', '145958.148000', '145958.151000', '145958.153000', '145958.156000', '145958.158000', '150018.043000', '150018.046000', '150018.049000', '150018.052000', '150018.054000', '150018.057000', '150018.059000', '150018.062000', '150018.065000', '150018.067000', '150018.070000', '150018.073000', '150018.075000', '150018.078000', '150018.080000', '150018.083000', '150018.086000', '150018.088000', '150018.091000', '150018.093000', '150018.096000', '150018.099000', '150018.101000', '150018.104000', '150018.107000', '150018.109000', '150018.112000', '150018.114000', '150018.117000', '150018.120000', '150018.122000', '150018.125000', '150018.127000', '150018.130000', '150018.133000', '150018.135000', '150018.138000', '150018.141000', '150018.143000', '150018.146000', '150018.148000', '150018.151000', '150018.153000', '150038.043000', '150038.046000', '150038.049000', '150038.052000', '150038.054000', '150038.057000', '150038.065000', '150038.068000', '150038.071000', '150038.073000', '150038.076000', '150038.079000', '150038.081000', '150038.084000', '150038.086000', '150038.089000', '150038.092000', '150038.094000', '150038.097000', '150038.099000', '150038.102000', '150038.105000', '150038.107000', '150038.110000', '150038.113000', '150038.115000', '150038.118000', '150038.120000', '150038.123000', '150038.126000', '150038.128000', '150038.131000', '150038.133000', '150038.136000', '150038.139000', '150038.141000', '150038.144000', '150038.147000', '150038.149000', '150038.152000', '150038.154000', '150038.157000', '150038.159000', '150058.042000', '150058.045000', '150058.048000', '150058.051000', '150058.053000', '150058.056000', '150058.058000', '150058.061000', '150058.064000', '150058.066000', '150058.069000', '150058.071000', '150058.074000', '150058.077000', '150058.079000', '150058.082000', '150058.084000', '150058.087000', '150058.090000', '150058.092000', '150058.095000', '150058.097000', '150058.100000', '150058.103000', '150058.105000', '150058.108000', '150058.110000', '150058.113000', '150058.116000', '150058.118000', '150058.121000', '150058.123000', '150058.126000', '150058.129000', '150058.131000', '150058.136000', '150058.139000', '150058.141000', '150058.144000', '150058.146000', '150058.149000', '150058.152000', '150058.154000', '150058.157000', '150118.043000', '150118.046000', '150118.049000', '150118.052000', '150118.054000', '150118.057000', '150118.060000', '150118.062000', '150118.065000', '150118.068000', '150118.070000', '150118.073000', '150118.075000', '150118.078000', '150118.081000', '150118.083000', '150118.086000', '150118.088000', '150118.091000', '150118.094000', '150118.097000', '150118.100000', '150118.103000', '150118.105000', '150118.108000', '150118.111000', '150118.114000', '150118.117000', '150118.119000', '150118.122000', '150118.124000', '150118.127000', '150118.130000', '150118.132000', '150118.135000', '150118.138000', '150118.140000', '150118.143000', '150118.145000', '150118.148000', '150118.151000', '150118.154000', '150118.156000', '150138.043000', '150138.046000', '150138.049000', '150138.052000', '150138.054000', '150138.057000', '150138.059000', '150138.062000', '150138.065000', '150138.067000', '150138.070000', '150138.072000', '150138.075000', '150138.078000', '150138.080000', '150138.083000', '150138.085000', '150138.088000', '150138.091000', '150138.093000', '150138.096000', '150138.098000', '150138.101000', '150138.104000', '150138.106000', '150138.109000', '150138.112000', '150138.114000', '150138.117000', '150138.119000', '150138.122000', '150138.125000', '150138.127000', '150138.130000', '150138.133000', '150138.135000', '150138.138000', '150138.140000', '150138.143000', '150138.145000', '150138.148000', '150138.151000', '150138.153000', '150138.156000', '150158.044000', '150158.046000', '150158.049000', '150158.052000', '150158.054000', '150158.057000', '150158.060000', '150158.062000', '150158.065000', '150158.068000', '150158.070000', '150158.073000', '150158.075000', '150158.078000', '150158.081000', '150158.083000', '150158.086000', '150158.098000', '150158.101000', '150158.104000', '150158.106000', '150158.109000', '150158.111000', '150158.114000', '150158.117000', '150158.119000', '150158.122000', '150158.125000', '150158.127000', '150158.130000', '150158.132000', '150158.135000', '150158.138000', '150158.140000', '150158.143000', '150158.145000', '150158.148000', '150158.151000', '150158.153000', '150158.156000', '150158.158000', '150158.161000', '150158.163000', '150218.044000', '150218.047000', '150218.049000', '150218.052000', '150218.055000', '150218.057000', '150218.060000', '150218.062000', '150218.065000', '150218.068000', '150218.070000', '150218.073000', '150218.075000', '150218.078000', '150218.080000', '150218.083000', '150218.086000', '150218.088000', '150218.091000', '150218.094000', '150218.096000', '150218.099000', '150218.101000', '150218.104000', '150218.107000', '150218.109000', '150218.112000', '150218.115000', '150218.117000', '150218.120000', '150218.123000', '150218.125000', '150218.128000', '150218.130000', '150218.133000', '150218.136000', '150218.138000', '150218.141000', '150218.143000', '150218.146000', '150218.149000', '150218.151000', '150218.154000', '150218.157000', '150238.043000', '150238.046000', '150238.049000', '150238.052000', '150238.054000', '150238.057000', '150238.060000', '150238.062000', '150238.065000', '150238.067000', '150238.070000', '150238.072000', '150238.075000', '150238.078000', '150238.080000', '150238.083000', '150238.086000', '150238.088000', '150238.091000', '150238.093000', '150238.096000', '150238.099000', '150238.101000', '150238.104000', '150238.106000', '150238.109000', '150238.112000', '150238.115000', '150238.118000', '150238.120000', '150238.123000', '150238.126000', '150238.128000', '150238.131000', '150238.133000', '150238.137000', '150238.140000', '150238.143000', '150238.145000', '150238.148000', '150238.151000', '150238.153000', '150238.156000', '150258.044000', '150258.047000', '150258.050000', '150258.052000', '150258.055000', '150258.057000', '150258.060000', '150258.062000', '150258.065000', '150258.068000', '150258.070000', '150258.073000', '150258.075000', '150258.078000', '150258.081000', '150258.083000', '150258.086000', '150258.089000', '150258.091000', '150258.094000', '150258.096000', '150258.099000', '150258.102000', '150258.104000', '150258.107000', '150258.109000', '150258.112000', '150258.115000', '150258.118000', '150258.120000', '150258.123000', '150258.125000', '150258.128000', '150258.131000', '150258.133000', '150258.136000', '150258.138000', '150258.141000', '150258.143000', '150258.146000', '150258.149000', '150258.151000', '150258.154000', '150258.157000', '150318.043000', '150318.046000', '150318.048000', '150318.051000', '150318.053000', '150318.056000', '150318.059000', '150318.061000', '150318.064000', '150318.066000', '150318.069000', '150318.072000', '150318.074000', '150318.077000', '150318.080000', '150318.082000', '150318.085000', '150318.087000', '150318.090000', '150318.093000', '150318.095000', '150318.098000', '150318.100000', '150318.103000', '150318.106000', '150318.109000', '150318.111000', '150318.114000', '150318.146000', '150318.149000', '150318.152000', '150318.154000', '150318.157000', '150318.159000', '150318.162000', '150318.165000', '150318.167000', '150318.170000', '150318.172000', '150318.175000', '150318.177000', '150318.180000', '150318.183000', '150338.044000', '150338.046000', '150338.049000', '150338.052000', '150338.054000', '150338.057000', '150338.059000', '150338.062000', '150338.065000', '150338.067000', '150338.070000', '150338.072000', '150338.075000', '150338.078000', '150338.081000', '150338.083000', '150338.086000', '150338.088000', '150338.091000', '150338.094000', '150338.096000', '150338.099000', '150338.101000', '150338.104000', '150338.106000', '150338.109000', '150338.112000', '150338.114000', '150338.117000', '150338.120000', '150338.122000', '150338.125000', '150338.127000', '150338.130000', '150338.133000', '150338.135000', '150338.138000', '150338.140000', '150338.143000', '150338.145000', '150338.148000', '150338.151000', '150338.153000', '150338.156000', '150350.298000', '150350.301000', '150350.304000', '150350.306000', '150350.309000', '150350.311000', '150350.314000', '150350.317000', '150350.319000', '150350.322000', '150350.325000', '150350.327000', '150350.330000', '150350.333000', '150350.335000', '150350.338000', '150350.340000', '150350.343000', '150350.346000', '150350.348000', '150350.351000', '150350.354000', '150350.356000', '150350.359000', '150350.362000', '150350.364000', '150350.367000'], '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': [12830, 8590, 11805, 13062, 10063, 12645, 8674, 11070, 8386, 8740, 12498, 8912, 11220, 7926, 9872, 10992, 8446, 11055, 8659, 9095, 12644, 8396, 11401, 8100, 8656, 12185, 8324, 9824, 9193, 8232, 12042, 7896, 9265, 12739, 8012, 11496, 9002, 8709, 12780, 8010, 10220, 8636, 9071, 12064, 8837, 10123, 9597, 7977, 11499, 8402, 8934, 12127, 9972, 10844, 8001, 8837, 12162, 8618, 9480, 12673, 9390, 10598, 8145, 8939, 11977, 8178, 10447, 9099, 8657, 12113, 8377, 10149, 10292, 9267, 11574, 8672, 9427, 12213, 8485, 10578, 8531, 8805, 11713, 9965, 11649, 8994, 9364, 12140, 9075, 10935, 12905, 9405, 12395, 8686, 9223, 12542, 9130, 10881, 8593, 9240, 12271, 8705, 10193, 8872, 9289, 11693, 9222, 10510, 10751, 8810, 10763, 8933, 9439, 11689, 9113, 10357, 7846, 8698, 11150, 8641, 9494, 10886, 8892, 11768, 8659, 9467, 13210, 8994, 11485, 8847, 9249, 12888, 8399, 10849, 9427, 9230, 11494, 8899, 10843, 8938, 8558, 11274, 8036, 9616, 13154, 9346, 11526, 8205, 9292, 12315, 8770, 11105, 8379, 9153, 13321, 8667, 10414, 8521, 9625, 11210, 8915, 10499, 7618, 9383, 11140, 8839, 10176, 8449, 9377, 11898, 9115, 9818, 11879, 9515, 11160, 8886, 9875, 13359, 8946, 10340, 8631, 9964, 13160, 9509, 12566, 8702, 9864, 12551, 8673, 9624, 7790, 8948, 10412, 8330, 9810, 11896, 8797, 10148, 8688, 9472, 12032, 9785, 11125, 12907, 11344, 12733, 9679, 11711, 13293, 9833, 12365, 9379, 9801, 12811, 9561, 11214, 9104, 9674, 11485, 9540, 9616, 8268, 9878, 11838, 9609, 10311, 8609, 9663, 11088, 9487, 10722, 8887, 9472, 7681, 9708, 10705, 9495, 10102, 8724, 9694, 11494, 9148, 10012, 9051, 10085, 11250, 9067, 10886, 8824, 9865, 8086, 9903, 11142, 8924, 10338, 8264, 10053, 11944, 9116, 10184, 8372, 9516, 12137, 9185, 10999, 8933, 10079, 10985, 9540, 10754, 9227, 10697, 8398, 9557, 11324, 8604, 10657, 8467, 9671, 12731, 8621, 10048, 8585, 9864, 12061, 9033, 11012, 8320, 9898, 11627, 9338, 10697, 8959, 10566, 9089, 9639, 13115, 8768, 10606, 8958, 9527, 11840, 8717, 10160, 8248, 9584, 11440, 9430, 10216, 8496, 9513, 12291, 8897, 10782, 8714, 9438, 11235, 9004, 10210, 8150, 9840, 11248, 9001, 9840, 7744, 9339, 10681, 8542, 9427, 8775, 9288, 12241, 8379, 9517, 8224, 9619, 11214, 8634, 9670, 7948, 9431, 11241, 8751, 10180, 9128, 8953, 11529, 8550, 9451, 8756, 9199, 11107, 9052, 9811, 8305, 9320, 11178, 9005, 9376, 11006, 8627, 11279, 8405, 9128, 8481, 9350, 10976, 8862, 9798, 8804, 9328, 10276, 8479, 9746, 10930, 8647, 11169, 8164, 8868, 10334, 9197, 10625, 8865, 9025, 9667, 9163, 10164, 8691, 9508, 11316, 8732, 12159, 8675, 9295, 12193, 8856, 10514, 8468, 8954, 9919, 9121, 10658, 8459, 9167, 11281, 8470, 10508, 8288, 9104, 11046, 8727, 9995, 8510, 8702, 11761, 8546, 10122, 8458, 9110, 12253, 9196, 11592, 8515, 8894, 12626, 8837, 10819, 8815, 8868, 14019, 8142, 9395, 8990, 8840, 10672, 8182, 10427, 8369, 8973, 10299, 8188, 9415, 12580, 8709, 10852, 8032, 8823, 11086, 8222, 9837, 8266, 8455, 11507, 8328, 9863, 8701, 9044, 12186, 9601, 11579, 7914, 8632, 11234, 8828, 10354, 8935, 8592, 14478, 8514, 9883, 9298, 9120, 11093, 8923, 9041, 8859, 8370, 9680, 8292, 9204, 11388, 9213, 10270, 7983, 8916, 11092, 8670, 10357, 8820, 8379, 13529, 7852, 9488, 8841, 8854, 10895, 8746, 10981, 8664, 8819, 10986, 8268, 10132, 10084, 8869, 7868, 7808, 7391, 9244, 11194, 9560, 11374, 8252, 9065, 13210, 8907, 11021, 10596, 9187, 11389, 8838, 11050, 8755, 9829, 10345, 8682, 11669, 8504, 9051, 8450, 9176, 11357, 8792, 9815, 7630, 9007, 10740, 8858, 10404, 9008, 8966, 8888, 8711, 10925, 9081, 8910, 11514, 9048, 11104, 8539, 9597, 8553, 8917, 11675, 9422, 12218, 8836, 9671, 12265, 8879, 9089, 8193, 9506, 10381, 8598, 9037, 11967, 8517, 10973, 9231, 8639, 12707, 8560, 10196, 13464, 9418, 11839, 10596, 9948, 13385, 8642, 9883, 10596, 8813, 11227, 8962, 8750, 12539, 8482, 11323, 8107, 8335, 12889, 8809, 10856, 9522, 8916, 11251, 8779, 9151, 8438, 8803, 11887, 8742, 10197, 9026, 10452, 9124, 9716, 10323, 8241, 10449, 9125, 10535, 8492, 8856, 9171, 9050, 12046, 9183, 11359, 10252, 10540, 8297, 11683, 8091, 10815, 8851, 12813, 10483, 12126, 8425, 8976, 9169, 7972, 11539, 8551, 11035, 8072, 9140, 8092, 7863, 10881, 7833, 10316, 8796, 10470, 8767, 7761, 12105, 7506, 9759, 8999, 8700, 11744, 8188, 11738, 7468, 9250, 11066, 7837, 11143, 9252, 10419, 8822, 8054, 11368, 8394, 9296, 10629, 8777, 12322, 7401, 9045, 8170, 8183, 11065, 8976, 10955, 8442, 7882, 11161, 8216, 10157, 9649, 8104, 12312, 7380, 9258, 8884, 8244, 11319, 9211, 10422, 8727, 7942, 10951, 7921, 9316, 8715, 8332, 12755, 7449, 9420, 8953, 7952, 11069, 9101, 10752, 8693, 7757, 11154, 8210, 10127, 11232, 9245, 12764, 7560, 8947, 9676, 8083, 11071, 9213, 9742, 12404, 7754, 10159, 8815, 8723, 12263, 8365, 11776, 7602, 7821, 11004, 7954, 10118, 9088, 8173, 12171, 7458, 9018, 8576, 7955, 11260, 8582, 9515, 9519, 7543, 10374, 7982, 8482, 12597, 8157, 11024, 7456, 8671, 11851, 7770, 10380, 9005, 9183, 10251, 7661, 10282, 7739, 8647, 12874, 8280, 11477, 7898, 9168, 11309, 7729, 11210, 9017, 9684, 8419, 7952, 10674, 8095, 9035, 11459, 8138, 11449, 7532, 8959, 9595, 7836, 11014, 9236, 10803, 9368, 7979, 11010, 8418, 9754, 10684, 7978, 12633, 7909, 9425, 10671, 7997, 11413, 9174, 9336, 7811, 8046, 11280, 8423, 10419, 9095, 9000, 14485, 7682, 9973, 9283, 8150, 10997, 8679, 9944, 7371, 7893, 10850, 8149, 10214, 9115, 8825, 13864, 7855, 10124, 8808, 9684, 10929, 8159, 12620, 8045, 9292, 9655, 8178, 11349, 8768, 11419, 8827, 7942, 11758, 8545, 10206, 8804, 8263, 11278, 7882, 10288, 8003, 9028, 9348, 7993, 11728, 7808, 9114, 8730, 8086, 11853, 8381, 11976, 7814, 9043, 10000, 8237, 11181, 9379, 10244, 7635, 8001, 11906, 8233, 10353, 9156, 8853, 7917, 8454, 10479, 8206, 9348, 11721, 7992, 11905, 7861, 8408, 10263, 8040, 10971, 8661, 10548, 9409, 8563, 10684, 8724, 10217, 8385, 8021, 12401, 7813, 9719, 9098, 8127, 12344, 7977, 11486, 8027, 9016, 11289, 8280, 11308, 9386, 10752, 8506, 8563, 11093, 9083, 11692, 8710, 11821, 9257, 8000, 10260, 7876, 8448, 10604, 8517, 9095, 11269, 8273, 10820, 9570, 10244, 14035, 8068, 12435, 10949, 10817, 14861, 12414, 13090, 8178, 9810, 13027, 7986, 11913, 9430, 9803, 10478, 7660, 10375, 8451, 8556, 11173, 8174, 10883, 8476, 8736, 11804, 7950, 10176, 7964, 8775, 12336, 8046, 10508, 8074, 9567, 8416, 7906, 11797, 8397, 10463, 8543, 9635, 8097, 8597, 8513, 8259, 11280, 8583, 11332, 8515, 9681, 8821, 8780, 11343, 8474, 10455, 8388, 8761, 10195, 9029, 10948, 8602, 9327, 9355, 8238, 12953, 8271, 9944, 9757, 9198, 11748, 9187, 11510, 8292, 9989, 12273, 8806, 11348, 9277, 10789, 9529, 8115, 12414, 9034, 9768, 9982, 8869, 11086, 8624, 9782, 7846, 8918, 10525, 8821, 10383, 9777, 9072, 11529, 8164, 10223, 8738, 8736, 11209, 8685, 11196, 8717, 9006, 10017, 8978, 11212, 9159, 10668, 9009, 8462, 11467, 8849, 9664, 8646, 8999, 11274, 8659, 11426, 8685, 8772, 11647, 8809, 10778, 8514], 'WindowCenter': [4387.0, 4322.0, 4360.0, 4345.0, 4313.0, 4332.0, 4289.0, 4308.0, 4266.0, 4277.0, 4327.0, 4288.0, 4307.0, 4266.0, 4297.0, 4304.0, 4266.0, 4306.0, 4287.0, 4287.0, 4315.0, 4266.0, 4305.0, 4264.0, 4276.0, 4315.0, 4277.0, 4297.0, 4286.0, 4266.0, 4315.0, 4265.0, 4287.0, 4315.0, 4278.0, 4318.0, 4276.0, 4277.0, 4314.0, 4266.0, 4296.0, 4275.0, 4301.0, 4330.0, 4287.0, 4297.0, 4284.0, 4266.0, 4305.0, 4265.0, 4288.0, 4315.0, 4298.0, 4305.0, 4254.0, 4286.0, 4316.0, 4278.0, 4299.0, 4327.0, 4286.0, 4295.0, 4266.0, 4286.0, 4315.0, 4279.0, 4319.0, 4288.0, 4277.0, 4315.0, 4275.0, 4307.0, 4295.0, 4298.0, 4317.0, 4287.0, 4288.0, 4315.0, 4276.0, 4306.0, 4288.0, 4289.0, 4318.0, 4298.0, 4316.0, 4274.0, 4286.0, 4315.0, 4287.0, 4308.0, 4315.0, 4285.0, 4314.0, 4264.0, 4285.0, 4315.0, 4288.0, 4306.0, 4274.0, 4286.0, 4314.0, 4275.0, 4295.0, 4285.0, 4286.0, 4316.0, 4285.0, 4296.0, 4294.0, 4275.0, 4306.0, 4274.0, 4288.0, 4316.0, 4287.0, 4295.0, 4264.0, 4276.0, 4305.0, 4288.0, 4298.0, 4308.0, 4287.0, 4316.0, 4277.0, 4299.0, 4338.0, 4289.0, 4317.0, 4287.0, 4299.0, 4314.0, 4265.0, 4305.0, 4286.0, 4287.0, 4317.0, 4286.0, 4306.0, 4274.0, 4275.0, 4305.0, 4266.0, 4296.0, 4326.0, 4286.0, 4315.0, 4265.0, 4286.0, 4314.0, 4276.0, 4307.0, 4277.0, 4286.0, 4324.0, 4274.0, 4295.0, 4275.0, 4296.0, 4318.0, 4287.0, 4307.0, 4256.0, 4297.0, 4318.0, 4288.0, 4307.0, 4276.0, 4286.0, 4316.0, 4276.0, 4298.0, 4315.0, 4297.0, 4317.0, 4276.0, 4296.0, 4325.0, 4286.0, 4308.0, 4287.0, 4310.0, 4325.0, 4297.0, 4329.0, 4289.0, 4298.0, 4313.0, 4275.0, 4283.0, 4251.0, 4285.0, 4304.0, 4275.0, 4309.0, 4327.0, 4288.0, 4308.0, 4276.0, 4296.0, 4314.0, 4284.0, 4305.0, 4302.0, 4293.0, 4302.0, 4270.0, 4292.0, 4299.0, 4269.0, 4289.0, 4258.0, 4269.0, 4287.0, 4257.0, 4276.0, 4246.0, 4258.0, 4277.0, 4267.0, 4268.0, 4246.0, 4281.0, 4301.0, 4270.0, 4280.0, 4259.0, 4270.0, 4290.0, 4283.0, 4291.0, 4273.0, 4282.0, 4239.0, 4283.0, 4291.0, 4284.0, 4295.0, 4273.0, 4286.0, 4302.0, 4285.0, 4295.0, 4284.0, 4306.0, 4307.0, 4286.0, 4306.0, 4285.0, 4297.0, 4264.0, 4297.0, 4316.0, 4287.0, 4308.0, 4277.0, 4297.0, 4315.0, 4286.0, 4296.0, 4277.0, 4298.0, 4328.0, 4286.0, 4306.0, 4285.0, 4297.0, 4317.0, 4298.0, 4319.0, 4298.0, 4307.0, 4275.0, 4297.0, 4317.0, 4288.0, 4309.0, 4278.0, 4298.0, 4325.0, 4286.0, 4297.0, 4288.0, 4298.0, 4318.0, 4287.0, 4306.0, 4275.0, 4309.0, 4317.0, 4310.0, 4307.0, 4299.0, 4307.0, 4287.0, 4299.0, 4327.0, 4290.0, 4321.0, 4288.0, 4300.0, 4316.0, 4276.0, 4298.0, 4275.0, 4298.0, 4317.0, 4299.0, 4296.0, 4276.0, 4297.0, 4315.0, 4286.0, 4307.0, 4276.0, 4287.0, 4304.0, 4275.0, 4295.0, 4267.0, 4308.0, 4306.0, 4288.0, 4296.0, 4254.0, 4286.0, 4305.0, 4287.0, 4298.0, 4288.0, 4299.0, 4317.0, 4277.0, 4298.0, 4276.0, 4298.0, 4307.0, 4278.0, 4298.0, 4268.0, 4299.0, 4307.0, 4288.0, 4308.0, 4288.0, 4288.0, 4306.0, 4276.0, 4287.0, 4275.0, 4286.0, 4306.0, 4277.0, 4296.0, 4264.0, 4286.0, 4305.0, 4286.0, 4287.0, 4306.0, 4279.0, 4305.0, 4265.0, 4286.0, 4275.0, 4288.0, 4306.0, 4287.0, 4297.0, 4274.0, 4286.0, 4296.0, 4276.0, 4297.0, 4306.0, 4278.0, 4306.0, 4277.0, 4287.0, 4296.0, 4288.0, 4307.0, 4289.0, 4287.0, 4285.0, 4287.0, 4296.0, 4277.0, 4298.0, 4317.0, 4278.0, 4317.0, 4276.0, 4287.0, 4316.0, 4288.0, 4307.0, 4277.0, 4276.0, 4295.0, 4286.0, 4296.0, 4277.0, 4288.0, 4307.0, 4277.0, 4306.0, 4276.0, 4287.0, 4305.0, 4276.0, 4296.0, 4288.0, 4278.0, 4316.0, 4277.0, 4297.0, 4278.0, 4288.0, 4317.0, 4288.0, 4307.0, 4276.0, 4287.0, 4316.0, 4278.0, 4307.0, 4276.0, 4276.0, 4324.0, 4265.0, 4285.0, 4275.0, 4276.0, 4296.0, 4266.0, 4296.0, 4265.0, 4275.0, 4294.0, 4265.0, 4287.0, 4327.0, 4277.0, 4305.0, 4265.0, 4276.0, 4305.0, 4279.0, 4297.0, 4280.0, 4278.0, 4317.0, 4278.0, 4297.0, 4288.0, 4289.0, 4318.0, 4299.0, 4317.0, 4267.0, 4278.0, 4307.0, 4289.0, 4298.0, 4287.0, 4278.0, 4325.0, 4276.0, 4296.0, 4287.0, 4288.0, 4305.0, 4288.0, 4276.0, 4275.0, 4276.0, 4286.0, 4277.0, 4287.0, 4308.0, 4299.0, 4297.0, 4266.0, 4287.0, 4306.0, 4278.0, 4297.0, 4286.0, 4267.0, 4315.0, 4265.0, 4286.0, 4286.0, 4287.0, 4306.0, 4276.0, 4296.0, 4274.0, 4286.0, 4305.0, 4292.0, 4393.0, 4409.0, 4330.0, 4223.0, 4198.0, 4226.0, 4273.0, 4305.0, 4299.0, 4306.0, 4265.0, 4287.0, 4316.0, 4275.0, 4296.0, 4296.0, 4286.0, 4304.0, 4275.0, 4294.0, 4264.0, 4284.0, 4283.0, 4263.0, 4292.0, 4265.0, 4274.0, 4264.0, 4286.0, 4304.0, 4276.0, 4283.0, 4242.0, 4274.0, 4293.0, 4276.0, 4294.0, 4276.0, 4275.0, 4273.0, 4275.0, 4294.0, 4274.0, 4287.0, 4305.0, 4287.0, 4304.0, 4276.0, 4286.0, 4276.0, 4290.0, 4317.0, 4287.0, 4305.0, 4276.0, 4286.0, 4315.0, 4288.0, 4276.0, 4263.0, 4296.0, 4306.0, 4277.0, 4288.0, 4316.0, 4278.0, 4307.0, 4275.0, 4264.0, 4302.0, 4251.0, 4283.0, 4302.0, 4272.0, 4304.0, 4270.0, 4271.0, 4299.0, 4248.0, 4269.0, 4267.0, 4248.0, 4277.0, 4259.0, 4262.0, 4299.0, 4250.0, 4279.0, 4239.0, 4250.0, 4300.0, 4260.0, 4292.0, 4259.0, 4261.0, 4279.0, 4260.0, 4270.0, 4250.0, 4261.0, 4301.0, 4276.0, 4282.0, 4291.0, 4338.0, 4250.0, 4276.0, 4286.0, 4239.0, 4282.0, 4277.0, 4296.0, 4265.0, 4293.0, 4312.0, 4302.0, 4340.0, 4300.0, 4331.0, 4309.0, 4309.0, 4280.0, 4318.0, 4279.0, 4320.0, 4302.0, 4330.0, 4310.0, 4317.0, 4266.0, 4276.0, 4274.0, 4255.0, 4305.0, 4266.0, 4295.0, 4255.0, 4276.0, 4255.0, 4255.0, 4294.0, 4255.0, 4296.0, 4276.0, 4309.0, 4276.0, 4257.0, 4316.0, 4258.0, 4287.0, 4288.0, 4278.0, 4317.0, 4268.0, 4317.0, 4257.0, 4288.0, 4306.0, 4269.0, 4308.0, 4288.0, 4298.0, 4276.0, 4267.0, 4306.0, 4266.0, 4287.0, 4296.0, 4278.0, 4315.0, 4256.0, 4276.0, 4265.0, 4278.0, 4306.0, 4289.0, 4307.0, 4266.0, 4267.0, 4305.0, 4267.0, 4299.0, 4286.0, 4257.0, 4305.0, 4245.0, 4277.0, 4274.0, 4267.0, 4306.0, 4287.0, 4296.0, 4264.0, 4266.0, 4295.0, 4266.0, 4287.0, 4276.0, 4267.0, 4316.0, 4246.0, 4286.0, 4277.0, 4268.0, 4307.0, 4278.0, 4307.0, 4265.0, 4257.0, 4305.0, 4266.0, 4297.0, 4295.0, 4287.0, 4314.0, 4255.0, 4275.0, 4284.0, 4267.0, 4306.0, 4275.0, 4285.0, 4304.0, 4254.0, 4284.0, 4275.0, 4265.0, 4304.0, 4267.0, 4305.0, 4244.0, 4256.0, 4295.0, 4266.0, 4296.0, 4275.0, 4266.0, 4304.0, 4245.0, 4275.0, 4264.0, 4267.0, 4306.0, 4276.0, 4287.0, 4285.0, 4256.0, 4296.0, 4269.0, 4278.0, 4316.0, 4267.0, 4306.0, 4258.0, 4279.0, 4316.0, 4268.0, 4298.0, 4288.0, 4289.0, 4296.0, 4268.0, 4297.0, 4267.0, 4289.0, 4327.0, 4279.0, 4317.0, 4269.0, 4289.0, 4307.0, 4269.0, 4308.0, 4289.0, 4288.0, 4276.0, 4268.0, 4307.0, 4268.0, 4289.0, 4307.0, 4269.0, 4306.0, 4268.0, 4288.0, 4295.0, 4269.0, 4309.0, 4299.0, 4308.0, 4287.0, 4268.0, 4308.0, 4278.0, 4298.0, 4297.0, 4268.0, 4316.0, 4267.0, 4287.0, 4297.0, 4267.0, 4307.0, 4288.0, 4286.0, 4257.0, 4267.0, 4306.0, 4278.0, 4308.0, 4276.0, 4277.0, 4325.0, 4255.0, 4286.0, 4286.0, 4267.0, 4295.0, 4276.0, 4285.0, 4244.0, 4266.0, 4305.0, 4266.0, 4296.0, 4275.0, 4276.0, 4324.0, 4265.0, 4295.0, 4276.0, 4286.0, 4295.0, 4266.0, 4314.0, 4254.0, 4285.0, 4285.0, 4266.0, 4305.0, 4276.0, 4306.0, 4274.0, 4265.0, 4304.0, 4276.0, 4295.0, 4275.0, 4266.0, 4305.0, 4265.0, 4295.0, 4269.0, 4276.0, 4286.0, 4267.0, 4305.0, 4255.0, 4276.0, 4277.0, 4268.0, 4317.0, 4278.0, 4317.0, 4256.0, 4277.0, 4295.0, 4279.0, 4306.0, 4288.0, 4296.0, 4255.0, 4267.0, 4315.0, 4278.0, 4297.0, 4287.0, 4287.0, 4265.0, 4277.0, 4307.0, 4278.0, 4289.0, 4317.0, 4267.0, 4306.0, 4266.0, 4277.0, 4297.0, 4279.0, 4308.0, 4278.0, 4308.0, 4286.0, 4277.0, 4308.0, 4277.0, 4297.0, 4267.0, 4267.0, 4315.0, 4256.0, 4286.0, 4286.0, 4268.0, 4317.0, 4268.0, 4306.0, 4267.0, 4288.0, 4307.0, 4278.0, 4307.0, 4288.0, 4309.0, 4276.0, 4278.0, 4319.0, 4289.0, 4319.0, 4280.0, 4331.0, 4286.0, 4268.0, 4298.0, 4266.0, 4265.0, 4294.0, 4276.0, 4288.0, 4317.0, 4279.0, 4308.0, 4298.0, 4298.0, 4325.0, 4254.0, 4304.0, 4282.0, 4294.0, 4312.0, 4303.0, 4300.0, 4239.0, 4269.0, 4287.0, 4240.0, 4289.0, 4247.0, 4269.0, 4267.0, 4227.0, 4267.0, 4237.0, 4248.0, 4277.0, 4250.0, 4280.0, 4238.0, 4249.0, 4287.0, 4238.0, 4270.0, 4238.0, 4261.0, 4300.0, 4251.0, 4280.0, 4251.0, 4272.0, 4251.0, 4253.0, 4303.0, 4265.0, 4294.0, 4276.0, 4285.0, 4265.0, 4275.0, 4275.0, 4277.0, 4308.0, 4277.0, 4307.0, 4277.0, 4287.0, 4277.0, 4277.0, 4307.0, 4279.0, 4308.0, 4277.0, 4277.0, 4296.0, 4287.0, 4307.0, 4289.0, 4289.0, 4290.0, 4280.0, 4328.0, 4279.0, 4300.0, 4300.0, 4301.0, 4319.0, 4290.0, 4319.0, 4279.0, 4299.0, 4317.0, 4289.0, 4309.0, 4288.0, 4308.0, 4288.0, 4267.0, 4316.0, 4277.0, 4298.0, 4296.0, 4276.0, 4305.0, 4266.0, 4285.0, 4253.0, 4275.0, 4294.0, 4288.0, 4297.0, 4296.0, 4277.0, 4304.0, 4266.0, 4296.0, 4265.0, 4278.0, 4306.0, 4277.0, 4308.0, 4276.0, 4276.0, 4285.0, 4277.0, 4308.0, 4286.0, 4297.0, 4275.0, 4266.0, 4294.0, 4275.0, 4285.0, 4276.0, 4287.0, 4307.0, 4276.0, 4306.0, 4264.0, 4275.0, 4306.0, 4276.0, 4306.0, 4278.0], 'WindowWidth': [9669.0, 9570.0, 9616.0, 9583.0, 9534.0, 9555.0, 9494.0, 9516.0, 9455.0, 9474.0, 9541.0, 9489.0, 9513.0, 9457.0, 9497.0, 9503.0, 9455.0, 9512.0, 9487.0, 9484.0, 9520.0, 9455.0, 9507.0, 9451.0, 9468.0, 9519.0, 9475.0, 9500.0, 9481.0, 9456.0, 9517.0, 9454.0, 9484.0, 9520.0, 9477.0, 9529.0, 9468.0, 9471.0, 9517.0, 9455.0, 9495.0, 9467.0, 9515.0, 9550.0, 9486.0, 9497.0, 9475.0, 9455.0, 9506.0, 9453.0, 9490.0, 9522.0, 9500.0, 9507.0, 9436.0, 9482.0, 9522.0, 9474.0, 9507.0, 9538.0, 9483.0, 9492.0, 9455.0, 9483.0, 9519.0, 9480.0, 9536.0, 9489.0, 9474.0, 9520.0, 9469.0, 9514.0, 9494.0, 9506.0, 9529.0, 9488.0, 9488.0, 9520.0, 9470.0, 9511.0, 9490.0, 9493.0, 9529.0, 9504.0, 9525.0, 9464.0, 9483.0, 9520.0, 9486.0, 9516.0, 9521.0, 9480.0, 9516.0, 9450.0, 9480.0, 9520.0, 9489.0, 9509.0, 9465.0, 9481.0, 9517.0, 9467.0, 9494.0, 9482.0, 9484.0, 9522.0, 9480.0, 9496.0, 9490.0, 9466.0, 9508.0, 9463.0, 9489.0, 9522.0, 9486.0, 9493.0, 9450.0, 9471.0, 9507.0, 9492.0, 9504.0, 9517.0, 9488.0, 9523.0, 9474.0, 9505.0, 9558.0, 9493.0, 9530.0, 9486.0, 9506.0, 9519.0, 9454.0, 9508.0, 9485.0, 9485.0, 9526.0, 9485.0, 9511.0, 9464.0, 9468.0, 9508.0, 9459.0, 9499.0, 9540.0, 9486.0, 9522.0, 9453.0, 9483.0, 9519.0, 9472.0, 9513.0, 9472.0, 9484.0, 9530.0, 9465.0, 9494.0, 9470.0, 9498.0, 9529.0, 9489.0, 9515.0, 9444.0, 9502.0, 9530.0, 9490.0, 9516.0, 9473.0, 9485.0, 9523.0, 9468.0, 9503.0, 9523.0, 9498.0, 9528.0, 9469.0, 9498.0, 9532.0, 9482.0, 9519.0, 9490.0, 9524.0, 9533.0, 9499.0, 9548.0, 9494.0, 9505.0, 9515.0, 9468.0, 9474.0, 9431.0, 9483.0, 9506.0, 9471.0, 9522.0, 9543.0, 9493.0, 9519.0, 9472.0, 9498.0, 9520.0, 9477.0, 9508.0, 9500.0, 9489.0, 9498.0, 9451.0, 9482.0, 9486.0, 9447.0, 9473.0, 9430.0, 9450.0, 9468.0, 9427.0, 9452.0, 9410.0, 9430.0, 9453.0, 9443.0, 9444.0, 9414.0, 9469.0, 9495.0, 9453.0, 9462.0, 9435.0, 9452.0, 9479.0, 9476.0, 9482.0, 9460.0, 9472.0, 9411.0, 9473.0, 9483.0, 9480.0, 9493.0, 9462.0, 9484.0, 9499.0, 9479.0, 9492.0, 9479.0, 9513.0, 9513.0, 9484.0, 9510.0, 9482.0, 9499.0, 9452.0, 9499.0, 9527.0, 9488.0, 9518.0, 9474.0, 9501.0, 9521.0, 9485.0, 9499.0, 9477.0, 9504.0, 9542.0, 9485.0, 9510.0, 9482.0, 9500.0, 9530.0, 9504.0, 9532.0, 9504.0, 9516.0, 9469.0, 9502.0, 9530.0, 9490.0, 9519.0, 9476.0, 9502.0, 9535.0, 9485.0, 9500.0, 9492.0, 9504.0, 9530.0, 9489.0, 9512.0, 9468.0, 9519.0, 9528.0, 9525.0, 9514.0, 9508.0, 9513.0, 9489.0, 9507.0, 9540.0, 9498.0, 9540.0, 9490.0, 9508.0, 9523.0, 9471.0, 9501.0, 9468.0, 9503.0, 9525.0, 9506.0, 9498.0, 9470.0, 9498.0, 9520.0, 9485.0, 9514.0, 9473.0, 9488.0, 9505.0, 9467.0, 9494.0, 9458.0, 9517.0, 9511.0, 9489.0, 9498.0, 9439.0, 9485.0, 9508.0, 9487.0, 9503.0, 9489.0, 9506.0, 9525.0, 9475.0, 9502.0, 9470.0, 9503.0, 9512.0, 9475.0, 9504.0, 9462.0, 9504.0, 9512.0, 9489.0, 9517.0, 9487.0, 9489.0, 9508.0, 9471.0, 9485.0, 9467.0, 9484.0, 9510.0, 9473.0, 9497.0, 9450.0, 9482.0, 9505.0, 9483.0, 9487.0, 9508.0, 9477.0, 9505.0, 9455.0, 9483.0, 9468.0, 9489.0, 9510.0, 9488.0, 9498.0, 9465.0, 9483.0, 9495.0, 9471.0, 9500.0, 9510.0, 9475.0, 9511.0, 9473.0, 9487.0, 9496.0, 9489.0, 9514.0, 9490.0, 9486.0, 9479.0, 9485.0, 9497.0, 9474.0, 9503.0, 9528.0, 9475.0, 9525.0, 9470.0, 9486.0, 9525.0, 9488.0, 9513.0, 9472.0, 9470.0, 9492.0, 9484.0, 9496.0, 9474.0, 9490.0, 9512.0, 9474.0, 9510.0, 9470.0, 9487.0, 9505.0, 9469.0, 9498.0, 9490.0, 9477.0, 9523.0, 9475.0, 9500.0, 9476.0, 9491.0, 9527.0, 9488.0, 9512.0, 9471.0, 9486.0, 9523.0, 9475.0, 9512.0, 9470.0, 9470.0, 9531.0, 9454.0, 9481.0, 9469.0, 9470.0, 9495.0, 9456.0, 9495.0, 9451.0, 9466.0, 9491.0, 9455.0, 9485.0, 9540.0, 9473.0, 9507.0, 9452.0, 9470.0, 9508.0, 9477.0, 9501.0, 9480.0, 9478.0, 9524.0, 9476.0, 9502.0, 9490.0, 9493.0, 9530.0, 9507.0, 9526.0, 9458.0, 9476.0, 9512.0, 9494.0, 9502.0, 9487.0, 9474.0, 9534.0, 9471.0, 9498.0, 9486.0, 9490.0, 9508.0, 9487.0, 9469.0, 9465.0, 9470.0, 9483.0, 9472.0, 9487.0, 9514.0, 9506.0, 9500.0, 9456.0, 9487.0, 9509.0, 9476.0, 9501.0, 9484.0, 9460.0, 9519.0, 9453.0, 9481.0, 9485.0, 9488.0, 9511.0, 9470.0, 9495.0, 9464.0, 9482.0, 9508.0, 9505.0, 9685.0, 9716.0, 9568.0, 9372.0, 9327.0, 9385.0, 9459.0, 9504.0, 9505.0, 9510.0, 9452.0, 9487.0, 9522.0, 9465.0, 9497.0, 9495.0, 9483.0, 9501.0, 9464.0, 9490.0, 9449.0, 9478.0, 9472.0, 9445.0, 9482.0, 9451.0, 9462.0, 9450.0, 9485.0, 9503.0, 9470.0, 9474.0, 9417.0, 9463.0, 9486.0, 9469.0, 9491.0, 9468.0, 9467.0, 9461.0, 9465.0, 9490.0, 9464.0, 9487.0, 9506.0, 9486.0, 9503.0, 9468.0, 9484.0, 9471.0, 9497.0, 9526.0, 9484.0, 9506.0, 9471.0, 9481.0, 9519.0, 9491.0, 9470.0, 9448.0, 9497.0, 9511.0, 9473.0, 9490.0, 9525.0, 9476.0, 9513.0, 9465.0, 9450.0, 9497.0, 9427.0, 9471.0, 9495.0, 9456.0, 9502.0, 9448.0, 9450.0, 9484.0, 9416.0, 9444.0, 9438.0, 9415.0, 9454.0, 9432.0, 9441.0, 9486.0, 9423.0, 9460.0, 9408.0, 9425.0, 9486.0, 9436.0, 9484.0, 9433.0, 9438.0, 9459.0, 9435.0, 9451.0, 9423.0, 9441.0, 9492.0, 9471.0, 9470.0, 9498.0, 9574.0, 9417.0, 9462.0, 9478.0, 9399.0, 9464.0, 9466.0, 9488.0, 9450.0, 9501.0, 9530.0, 9517.0, 9564.0, 9509.0, 9551.0, 9517.0, 9517.0, 9483.0, 9531.0, 9481.0, 9536.0, 9515.0, 9549.0, 9519.0, 9523.0, 9453.0, 9465.0, 9460.0, 9439.0, 9504.0, 9453.0, 9490.0, 9438.0, 9464.0, 9436.0, 9439.0, 9486.0, 9438.0, 9494.0, 9467.0, 9516.0, 9468.0, 9445.0, 9520.0, 9448.0, 9485.0, 9488.0, 9475.0, 9524.0, 9461.0, 9522.0, 9446.0, 9487.0, 9507.0, 9464.0, 9513.0, 9486.0, 9499.0, 9468.0, 9458.0, 9507.0, 9455.0, 9486.0, 9493.0, 9473.0, 9517.0, 9441.0, 9468.0, 9452.0, 9473.0, 9508.0, 9489.0, 9510.0, 9452.0, 9457.0, 9505.0, 9456.0, 9501.0, 9479.0, 9442.0, 9502.0, 9426.0, 9469.0, 9461.0, 9456.0, 9507.0, 9482.0, 9492.0, 9447.0, 9453.0, 9489.0, 9455.0, 9484.0, 9467.0, 9457.0, 9519.0, 9429.0, 9482.0, 9470.0, 9463.0, 9509.0, 9473.0, 9509.0, 9452.0, 9442.0, 9503.0, 9456.0, 9499.0, 9491.0, 9482.0, 9514.0, 9436.0, 9464.0, 9475.0, 9457.0, 9507.0, 9464.0, 9477.0, 9498.0, 9434.0, 9474.0, 9463.0, 9452.0, 9500.0, 9456.0, 9503.0, 9422.0, 9440.0, 9490.0, 9457.0, 9496.0, 9463.0, 9454.0, 9500.0, 9424.0, 9466.0, 9448.0, 9457.0, 9507.0, 9468.0, 9483.0, 9476.0, 9442.0, 9494.0, 9463.0, 9475.0, 9521.0, 9459.0, 9507.0, 9445.0, 9475.0, 9520.0, 9463.0, 9503.0, 9487.0, 9489.0, 9494.0, 9460.0, 9499.0, 9460.0, 9493.0, 9539.0, 9478.0, 9525.0, 9463.0, 9490.0, 9511.0, 9465.0, 9514.0, 9490.0, 9486.0, 9469.0, 9461.0, 9511.0, 9461.0, 9492.0, 9511.0, 9464.0, 9509.0, 9460.0, 9489.0, 9494.0, 9464.0, 9515.0, 9506.0, 9515.0, 9483.0, 9461.0, 9513.0, 9473.0, 9501.0, 9498.0, 9460.0, 9520.0, 9457.0, 9484.0, 9497.0, 9459.0, 9510.0, 9487.0, 9482.0, 9443.0, 9459.0, 9508.0, 9477.0, 9514.0, 9468.0, 9470.0, 9531.0, 9440.0, 9480.0, 9482.0, 9459.0, 9491.0, 9469.0, 9479.0, 9423.0, 9454.0, 9504.0, 9458.0, 9495.0, 9467.0, 9469.0, 9529.0, 9451.0, 9493.0, 9469.0, 9481.0, 9491.0, 9453.0, 9515.0, 9437.0, 9479.0, 9479.0, 9456.0, 9505.0, 9468.0, 9506.0, 9461.0, 9452.0, 9501.0, 9468.0, 9493.0, 9463.0, 9454.0, 9504.0, 9452.0, 9491.0, 9463.0, 9470.0, 9482.0, 9457.0, 9503.0, 9440.0, 9469.0, 9472.0, 9462.0, 9524.0, 9474.0, 9523.0, 9443.0, 9471.0, 9493.0, 9476.0, 9509.0, 9488.0, 9494.0, 9439.0, 9458.0, 9520.0, 9475.0, 9500.0, 9484.0, 9485.0, 9453.0, 9473.0, 9510.0, 9474.0, 9490.0, 9523.0, 9458.0, 9508.0, 9456.0, 9472.0, 9499.0, 9478.0, 9516.0, 9476.0, 9513.0, 9481.0, 9471.0, 9515.0, 9473.0, 9498.0, 9457.0, 9458.0, 9520.0, 9441.0, 9482.0, 9484.0, 9461.0, 9525.0, 9460.0, 9508.0, 9458.0, 9487.0, 9511.0, 9476.0, 9513.0, 9488.0, 9515.0, 9467.0, 9475.0, 9531.0, 9492.0, 9532.0, 9480.0, 9552.0, 9482.0, 9460.0, 9501.0, 9455.0, 9453.0, 9490.0, 9471.0, 9491.0, 9526.0, 9480.0, 9518.0, 9502.0, 9502.0, 9531.0, 9436.0, 9503.0, 9469.0, 9489.0, 9509.0, 9499.0, 9488.0, 9405.0, 9446.0, 9464.0, 9407.0, 9473.0, 9412.0, 9444.0, 9436.0, 9385.0, 9437.0, 9397.0, 9416.0, 9453.0, 9421.0, 9461.0, 9403.0, 9418.0, 9465.0, 9404.0, 9446.0, 9404.0, 9440.0, 9488.0, 9426.0, 9463.0, 9427.0, 9456.0, 9427.0, 9432.0, 9497.0, 9452.0, 9487.0, 9468.0, 9476.0, 9453.0, 9466.0, 9465.0, 9472.0, 9514.0, 9472.0, 9511.0, 9469.0, 9483.0, 9468.0, 9470.0, 9512.0, 9478.0, 9515.0, 9473.0, 9473.0, 9494.0, 9484.0, 9510.0, 9490.0, 9492.0, 9494.0, 9480.0, 9539.0, 9477.0, 9506.0, 9506.0, 9512.0, 9532.0, 9494.0, 9531.0, 9475.0, 9504.0, 9523.0, 9488.0, 9519.0, 9487.0, 9515.0, 9486.0, 9456.0, 9520.0, 9470.0, 9501.0, 9496.0, 9467.0, 9505.0, 9453.0, 9478.0, 9432.0, 9465.0, 9489.0, 9488.0, 9499.0, 9495.0, 9470.0, 9502.0, 9453.0, 9493.0, 9451.0, 9475.0, 9507.0, 9472.0, 9511.0, 9466.0, 9469.0, 9477.0, 9470.0, 9514.0, 9482.0, 9498.0, 9463.0, 9453.0, 9487.0, 9462.0, 9477.0, 9467.0, 9485.0, 9509.0, 9466.0, 9506.0, 9449.0, 9466.0, 9507.0, 9468.0, 9508.0, 9474.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.0012544905660377356</td></tr>
<tr><td colspan=3>aqi</td><td>0.026715655283018867</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.5054846736261</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2082466359112387</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9898460297450408</td></tr>
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
<tr><td colspan=3>fber</td><td>6094.8872</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09053131838855015</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.056603773584905</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4056309696059257</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3030780359994316</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7230112078056266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1908036650127185</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109118</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011128959245979786</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02663913182914257</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</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.7473034711033386</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>19.9648</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6611</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.6169</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>303178.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>818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.0338</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0486</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.8534</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3484.6086</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.0328</td></tr>
<tr><td colspan=3>tsnr</td><td>35.01670191565063</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>