<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-03/func/sub-0050_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>750d87a7d9dede20a4f5607e7b6db2d1</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>19:41:49.345000</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.998312, 0.0552393, 0.0179361, -0.0545909, 0.997901, -0.0348261]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0820117</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7759, -7255, 574, -60, -198, 29, 34]</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>236.312</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>44d57a2a-6560-4e2f-a145-f6a34497c72b||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.6783981323242188, -0.14646345376968384, 0.0535200759768486, 116.26176452636719], [-0.14820313453674316, 2.6772961616516113, -0.09122791886329651, -79.76221466064453], [0.04812131077051163, 0.09343575686216354, 2.697927474975586, -62.522743225097656], [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': ['194149.345000', '194149.805000', '194150.265000', '194150.725000', '194151.185000', '194151.645000', '194152.105000', '194152.565000', '194153.025000', '194153.485000', '194153.945000', '194154.405000', '194154.865000', '194155.325000', '194155.785000', '194156.245000', '194156.705000', '194157.165000', '194157.625000', '194158.085000', '194158.545000', '194159.005000', '194159.465000', '194159.925000', '194200.385000', '194200.845000', '194201.305000', '194201.765000', '194202.225000', '194202.685000', '194203.145000', '194203.605000', '194204.065000', '194204.525000', '194204.985000', '194205.445000', '194205.905000', '194206.365000', '194206.825000', '194207.285000', '194207.745000', '194208.205000', '194208.665000', '194209.125000', '194209.585000', '194210.045000', '194210.505000', '194210.965000', '194211.425000', '194211.885000', '194212.345000', '194212.805000', '194213.265000', '194213.725000', '194214.185000', '194214.645000', '194215.105000', '194215.565000', '194216.025000', '194216.485000', '194216.945000', '194217.405000', '194217.865000', '194218.325000', '194218.785000', '194219.245000', '194219.705000', '194220.165000', '194220.625000', '194221.085000', '194221.545000', '194222.005000', '194222.465000', '194222.925000', '194223.385000', '194223.845000', '194224.305000', '194224.765000', '194225.225000', '194225.685000', '194226.145000', '194226.605000', '194227.065000', '194227.525000', '194227.985000', '194228.445000', '194228.905000', '194229.365000', '194229.825000', '194230.285000', '194230.745000', '194231.205000', '194231.665000', '194232.125000', '194232.585000', '194233.045000', '194233.505000', '194233.965000', '194234.425000', '194234.885000', '194235.345000', '194235.805000', '194236.265000', '194236.725000', '194237.185000', '194237.645000', '194238.105000', '194238.565000', '194239.025000', '194239.485000', '194239.945000', '194240.405000', '194240.865000', '194241.325000', '194241.785000', '194242.245000', '194242.705000', '194243.165000', '194243.625000', '194244.085000', '194244.545000', '194245.005000', '194245.465000', '194245.925000', '194246.385000', '194246.845000', '194247.305000', '194247.765000', '194248.225000', '194248.685000', '194249.145000', '194249.605000', '194250.065000', '194250.525000', '194250.985000', '194251.445000', '194251.905000', '194252.365000', '194252.825000', '194253.285000', '194253.745000', '194254.205000', '194254.665000', '194255.125000', '194255.585000', '194256.045000', '194256.505000', '194256.965000', '194257.425000', '194257.885000', '194258.345000', '194258.805000', '194259.265000', '194259.725000', '194300.185000', '194300.645000', '194301.105000', '194301.565000', '194302.025000', '194302.485000', '194302.945000', '194303.405000', '194303.865000', '194304.325000', '194304.785000', '194305.245000', '194305.705000', '194306.165000', '194306.625000', '194307.085000', '194307.545000', '194308.005000', '194308.465000', '194308.925000', '194309.385000', '194309.845000', '194310.305000', '194310.765000', '194311.225000', '194311.685000', '194312.145000', '194312.605000', '194313.065000', '194313.525000', '194313.985000', '194314.445000', '194314.905000', '194315.365000', '194315.825000', '194316.285000', '194316.745000', '194317.205000', '194317.665000', '194318.125000', '194318.585000', '194319.045000', '194319.505000', '194319.965000', '194320.425000', '194320.885000', '194321.345000', '194321.805000', '194322.265000', '194322.725000', '194323.185000', '194323.645000', '194324.105000', '194324.565000', '194325.025000', '194325.485000', '194325.945000', '194326.405000', '194326.865000', '194327.325000', '194327.785000', '194328.245000', '194328.705000', '194329.165000', '194329.625000', '194330.085000', '194330.545000', '194331.005000', '194331.465000', '194331.925000', '194332.385000', '194332.845000', '194333.305000', '194333.765000', '194334.225000', '194334.685000', '194335.145000', '194335.605000', '194336.065000', '194336.525000', '194336.985000', '194337.445000', '194337.905000', '194338.365000', '194338.825000', '194339.285000', '194339.745000', '194340.205000', '194340.665000', '194341.125000', '194341.585000', '194342.045000', '194342.505000', '194342.965000', '194343.425000', '194343.885000', '194344.345000', '194344.805000', '194345.265000', '194345.725000', '194346.185000', '194346.645000', '194347.105000', '194347.565000', '194348.025000', '194348.485000', '194348.945000', '194349.405000', '194349.865000', '194350.325000', '194350.785000', '194351.245000', '194351.705000', '194352.165000', '194352.625000', '194353.085000', '194353.545000', '194354.005000', '194354.465000', '194354.925000', '194355.385000', '194355.845000', '194356.305000', '194356.765000', '194357.225000', '194357.685000', '194358.145000', '194358.605000', '194359.065000', '194359.525000', '194359.985000', '194400.445000', '194400.905000', '194401.365000', '194401.825000', '194402.285000', '194402.745000', '194403.205000', '194403.665000', '194404.125000', '194404.585000', '194405.045000', '194405.505000', '194405.965000', '194406.425000', '194406.885000', '194407.345000', '194407.805000', '194408.265000', '194408.725000', '194409.185000', '194409.645000', '194410.105000', '194410.565000', '194411.025000', '194411.485000', '194411.945000', '194412.405000', '194412.865000', '194413.325000', '194413.785000', '194414.245000', '194414.705000', '194415.165000', '194415.625000', '194416.085000', '194416.545000', '194417.005000', '194417.465000', '194417.925000', '194418.385000', '194418.845000', '194419.305000', '194419.765000', '194420.225000', '194420.685000', '194421.145000', '194421.605000', '194422.065000', '194422.525000', '194422.985000', '194423.445000', '194423.905000', '194424.365000', '194424.825000', '194425.285000', '194425.745000', '194426.205000', '194426.665000', '194427.125000', '194427.585000', '194428.045000', '194428.505000', '194428.965000', '194429.425000', '194429.885000', '194430.345000', '194430.805000', '194431.265000', '194431.725000', '194432.185000', '194432.645000', '194433.105000', '194433.565000', '194434.025000', '194434.485000', '194434.945000', '194435.405000', '194435.865000', '194436.325000', '194436.785000', '194437.245000', '194437.705000', '194438.165000', '194438.625000', '194439.085000', '194439.545000', '194440.005000', '194440.465000', '194440.925000', '194441.385000', '194441.845000', '194442.305000', '194442.765000', '194443.225000', '194443.685000', '194444.145000', '194444.605000', '194445.065000', '194445.525000', '194445.985000', '194446.445000', '194446.905000', '194447.365000', '194447.825000', '194448.285000', '194448.745000', '194449.205000', '194449.665000', '194450.125000', '194450.585000', '194451.045000', '194451.505000', '194451.965000', '194452.425000', '194452.885000', '194453.345000', '194453.805000', '194454.265000', '194454.725000', '194455.185000', '194455.645000', '194456.105000', '194456.565000', '194457.025000', '194457.485000', '194457.945000', '194458.405000', '194458.865000', '194459.325000', '194459.785000', '194500.245000', '194500.705000', '194501.165000', '194501.625000', '194502.085000', '194502.545000', '194503.005000', '194503.465000', '194503.925000', '194504.385000', '194504.845000', '194505.305000', '194505.765000', '194506.225000', '194506.685000', '194507.145000', '194507.605000', '194508.065000', '194508.525000', '194508.985000', '194509.445000', '194509.905000', '194510.365000', '194510.825000', '194511.285000', '194511.745000', '194512.205000', '194512.665000', '194513.125000', '194513.585000', '194514.045000', '194514.505000', '194514.965000', '194515.425000', '194515.885000', '194516.345000', '194516.805000', '194517.265000', '194517.725000', '194518.185000', '194518.645000', '194519.105000', '194519.565000', '194520.025000', '194520.485000', '194520.945000', '194521.405000', '194521.865000', '194522.325000', '194522.785000', '194523.245000', '194523.705000', '194524.165000', '194524.625000', '194525.085000', '194525.545000', '194526.005000', '194526.465000', '194526.925000', '194527.385000', '194527.845000', '194528.305000', '194528.765000', '194529.225000', '194529.685000', '194530.145000', '194530.605000', '194531.065000', '194531.525000', '194531.985000', '194532.445000', '194532.905000', '194533.365000', '194533.825000', '194534.285000', '194534.745000', '194535.205000', '194535.665000', '194536.125000', '194536.585000', '194537.045000', '194537.505000', '194537.965000', '194538.425000', '194538.885000', '194539.345000', '194539.805000', '194540.265000', '194540.725000', '194541.185000', '194541.645000', '194542.105000', '194542.565000', '194543.025000', '194543.485000', '194543.945000', '194544.405000', '194544.865000', '194545.325000', '194545.785000', '194546.245000', '194546.705000', '194547.165000', '194547.625000', '194548.085000', '194548.545000', '194549.005000', '194549.465000', '194549.925000', '194550.385000', '194550.845000', '194551.305000', '194551.765000', '194552.225000', '194552.685000', '194553.145000', '194553.605000', '194554.065000', '194554.525000', '194554.985000', '194555.445000', '194555.905000', '194556.365000', '194556.825000', '194557.285000', '194557.745000', '194558.205000', '194558.665000', '194559.125000', '194559.585000', '194600.045000', '194600.505000', '194600.965000', '194601.425000', '194601.885000', '194602.345000', '194602.805000', '194603.265000', '194603.725000', '194604.185000', '194604.645000', '194605.105000', '194605.565000', '194606.025000', '194606.485000', '194606.945000', '194607.405000', '194607.865000', '194608.325000', '194608.785000', '194609.245000', '194609.705000', '194610.165000', '194610.625000', '194611.085000', '194611.545000', '194612.005000', '194612.465000', '194612.925000', '194613.385000', '194613.845000', '194614.305000', '194614.765000', '194615.225000', '194615.685000', '194616.145000', '194616.605000', '194617.065000', '194617.525000', '194617.985000', '194618.445000', '194618.905000', '194619.365000', '194619.825000', '194620.285000', '194620.745000', '194621.205000', '194621.665000', '194622.125000', '194622.585000', '194623.045000', '194623.505000', '194623.965000', '194624.425000', '194624.885000', '194625.345000', '194625.805000', '194626.265000', '194626.725000', '194627.185000', '194627.645000', '194628.105000', '194628.565000', '194629.025000', '194629.485000', '194629.945000', '194630.405000', '194630.865000', '194631.325000', '194631.785000', '194632.245000', '194632.705000', '194633.165000', '194633.625000', '194634.085000', '194634.545000', '194635.005000', '194635.465000', '194635.925000', '194636.385000', '194636.845000', '194637.305000', '194637.765000', '194638.225000', '194638.685000', '194639.145000', '194639.605000', '194640.065000', '194640.525000', '194640.985000', '194641.445000', '194641.905000', '194642.365000', '194642.825000', '194643.285000', '194643.745000', '194644.205000', '194644.665000', '194645.125000', '194645.585000', '194646.045000', '194646.505000', '194646.965000', '194647.425000', '194647.885000', '194648.345000', '194648.805000', '194649.265000', '194649.725000', '194650.185000', '194650.645000', '194651.105000', '194651.565000', '194652.025000', '194652.485000', '194652.945000', '194653.405000', '194653.865000', '194654.325000', '194654.785000', '194655.245000', '194655.705000', '194656.165000', '194656.625000', '194657.085000', '194657.545000', '194658.005000', '194658.465000', '194658.925000', '194659.385000', '194659.845000', '194700.305000', '194700.765000', '194701.225000', '194701.685000', '194702.145000', '194702.605000', '194703.065000', '194703.525000', '194703.985000', '194704.445000', '194704.905000', '194705.365000', '194705.825000', '194706.285000', '194706.745000', '194707.205000', '194707.665000', '194708.125000', '194708.585000', '194709.045000', '194709.505000', '194709.965000', '194710.425000', '194710.885000', '194711.345000', '194711.805000', '194712.265000', '194712.725000', '194713.185000', '194713.645000', '194714.105000', '194714.565000', '194715.025000', '194715.485000', '194715.945000', '194716.405000', '194716.865000', '194717.325000', '194717.785000', '194718.245000', '194718.705000', '194719.165000', '194719.625000', '194720.085000', '194720.545000', '194721.005000', '194721.465000', '194721.925000', '194722.385000', '194722.845000', '194723.305000', '194723.765000', '194724.225000', '194724.685000', '194725.145000', '194725.605000', '194726.065000', '194726.525000', '194726.985000', '194727.445000', '194727.905000', '194728.365000', '194728.825000', '194729.285000', '194729.745000', '194730.205000', '194730.665000', '194731.125000', '194731.585000', '194732.045000', '194732.505000', '194732.965000', '194733.425000', '194733.885000', '194734.345000', '194734.805000', '194735.265000', '194735.725000', '194736.185000', '194736.645000', '194737.105000', '194737.565000', '194738.025000', '194738.485000', '194738.945000', '194739.405000', '194739.865000', '194740.325000', '194740.785000', '194741.245000', '194741.705000', '194742.165000', '194742.625000', '194743.085000', '194743.545000', '194744.005000', '194744.465000', '194744.925000', '194745.385000', '194745.845000', '194746.305000', '194746.765000', '194747.225000', '194747.685000', '194748.145000', '194748.605000', '194749.065000', '194749.525000', '194749.985000', '194750.445000', '194750.905000', '194751.365000', '194751.825000', '194752.285000', '194752.745000', '194753.205000', '194753.665000', '194754.125000', '194754.585000', '194755.045000', '194755.505000', '194755.965000', '194756.425000', '194756.885000', '194757.345000', '194757.805000', '194758.265000', '194758.725000', '194759.185000', '194759.645000', '194800.105000', '194800.565000', '194801.025000', '194801.485000', '194801.945000', '194802.405000', '194802.865000', '194803.325000', '194803.785000', '194804.245000', '194804.705000', '194805.165000', '194805.625000', '194806.085000', '194806.545000', '194807.005000', '194807.465000', '194807.925000', '194808.385000', '194808.845000', '194809.305000', '194809.765000', '194810.225000', '194810.685000', '194811.145000', '194811.605000', '194812.065000', '194812.525000', '194812.985000', '194813.445000', '194813.905000', '194814.365000', '194814.825000', '194815.285000', '194815.745000', '194816.205000', '194816.665000', '194817.125000', '194817.585000', '194818.045000', '194818.505000', '194818.965000', '194819.425000', '194819.885000', '194820.345000', '194820.805000', '194821.265000', '194821.725000', '194822.185000', '194822.645000', '194823.105000', '194823.565000', '194824.025000', '194824.485000', '194824.945000', '194825.405000', '194825.865000', '194826.325000', '194826.785000', '194827.245000', '194827.705000', '194828.165000', '194828.625000', '194829.085000', '194829.545000', '194830.005000', '194830.465000', '194830.925000', '194831.385000', '194831.845000', '194832.305000', '194832.765000', '194833.225000', '194833.685000', '194834.145000', '194834.605000', '194835.065000', '194835.525000', '194835.985000', '194836.445000', '194836.905000', '194837.365000', '194837.825000', '194838.285000', '194838.745000', '194839.205000', '194839.665000', '194840.125000', '194840.585000', '194841.045000', '194841.505000', '194841.965000', '194842.425000', '194842.885000', '194843.345000', '194843.805000', '194844.265000', '194844.725000', '194845.185000', '194845.645000', '194846.105000', '194846.565000', '194847.025000', '194847.485000', '194847.945000', '194848.405000', '194848.865000', '194849.325000', '194849.785000', '194850.245000', '194850.705000', '194851.165000', '194851.625000', '194852.085000', '194852.545000', '194853.005000', '194853.465000', '194853.925000', '194854.385000', '194854.845000', '194855.305000', '194855.765000', '194856.225000', '194856.685000', '194857.145000', '194857.605000', '194858.065000', '194858.525000', '194858.985000', '194859.445000', '194859.905000', '194900.365000', '194900.825000', '194901.285000', '194901.745000', '194902.205000', '194902.665000', '194903.125000', '194903.585000', '194904.045000', '194904.505000', '194904.965000', '194905.425000', '194905.885000', '194906.345000', '194906.805000', '194907.265000', '194907.725000', '194908.185000', '194908.645000', '194909.105000', '194909.565000', '194910.025000', '194910.485000', '194910.945000', '194911.405000', '194911.865000', '194912.325000', '194912.785000', '194913.245000', '194913.705000', '194914.165000', '194914.625000', '194915.085000', '194915.545000', '194916.005000', '194916.465000', '194916.925000', '194917.385000', '194917.845000', '194918.305000', '194918.765000', '194919.225000', '194919.685000', '194920.145000', '194920.605000', '194921.065000', '194921.525000', '194921.985000', '194922.445000', '194922.905000', '194923.365000', '194923.825000', '194924.285000', '194924.745000', '194925.205000', '194925.665000', '194926.125000', '194926.585000', '194927.045000', '194927.505000', '194927.965000', '194928.425000', '194928.885000', '194929.345000', '194929.805000', '194930.265000', '194930.725000', '194931.185000', '194931.645000', '194932.105000', '194932.565000', '194933.025000', '194933.485000', '194933.945000', '194934.405000', '194934.865000', '194935.325000', '194935.785000', '194936.245000', '194936.705000', '194937.165000', '194937.625000', '194938.085000', '194938.545000', '194939.005000', '194939.465000', '194939.925000', '194940.385000', '194940.845000', '194941.305000', '194941.765000', '194942.225000', '194942.685000', '194943.145000', '194943.605000', '194944.065000', '194944.525000', '194944.985000', '194945.445000', '194945.905000', '194946.365000', '194946.825000', '194947.285000', '194947.745000', '194948.205000', '194948.665000', '194949.125000', '194949.585000', '194950.045000', '194950.505000', '194950.965000', '194951.425000', '194951.885000', '194952.345000', '194952.805000', '194953.265000', '194953.725000', '194954.185000', '194954.645000', '194955.105000', '194955.565000', '194956.025000', '194956.485000', '194956.945000', '194957.405000', '194957.865000', '194958.325000', '194958.785000'], 'ContentTime': ['194217.896000', '194217.899000', '194217.902000', '194217.906000', '194217.909000', '194217.911000', '194217.914000', '194217.917000', '194217.920000', '194217.922000', '194217.925000', '194217.927000', '194217.930000', '194217.933000', '194217.935000', '194217.938000', '194217.940000', '194217.949000', '194217.952000', '194217.955000', '194217.958000', '194217.961000', '194217.964000', '194217.967000', '194217.970000', '194217.973000', '194217.975000', '194217.978000', '194217.981000', '194217.983000', '194217.986000', '194217.989000', '194217.991000', '194217.994000', '194217.996000', '194218.000000', '194218.003000', '194218.006000', '194218.009000', '194218.012000', '194218.014000', '194218.017000', '194218.020000', '194218.022000', '194218.025000', '194218.028000', '194218.031000', '194218.033000', '194218.044000', '194218.047000', '194218.049000', '194218.052000', '194218.054000', '194218.057000', '194218.060000', '194218.062000', '194218.065000', '194218.068000', '194218.070000', '194218.073000', '194237.870000', '194237.872000', '194237.875000', '194237.878000', '194237.880000', '194237.883000', '194237.885000', '194237.888000', '194237.890000', '194237.893000', '194237.896000', '194237.898000', '194237.901000', '194237.903000', '194237.906000', '194237.908000', '194237.911000', '194237.914000', '194237.916000', '194237.919000', '194237.921000', '194237.924000', '194237.927000', '194237.929000', '194237.932000', '194237.934000', '194237.937000', '194237.940000', '194237.942000', '194237.945000', '194237.947000', '194237.950000', '194237.952000', '194237.955000', '194237.958000', '194237.960000', '194237.963000', '194237.965000', '194237.968000', '194237.971000', '194237.973000', '194237.976000', '194237.978000', '194257.870000', '194257.873000', '194257.876000', '194257.878000', '194257.881000', '194257.883000', '194257.886000', '194257.888000', '194257.891000', '194257.894000', '194257.896000', '194257.899000', '194257.901000', '194257.904000', '194257.906000', '194257.909000', '194257.912000', '194257.914000', '194257.917000', '194257.919000', '194257.922000', '194257.925000', '194257.927000', '194257.930000', '194257.932000', '194257.935000', '194257.938000', '194257.940000', '194257.943000', '194257.945000', '194257.948000', '194257.950000', '194257.953000', '194257.956000', '194257.958000', '194257.961000', '194257.963000', '194257.966000', '194257.969000', '194257.971000', '194257.974000', '194257.976000', '194257.979000', '194257.982000', '194317.871000', '194317.873000', '194317.876000', '194317.878000', '194317.881000', '194317.884000', '194317.886000', '194317.889000', '194317.891000', '194317.894000', '194317.897000', '194317.899000', '194317.902000', '194317.904000', '194317.907000', '194317.909000', '194317.912000', '194317.914000', '194317.917000', '194317.920000', '194317.922000', '194317.925000', '194317.927000', '194317.930000', '194317.933000', '194317.935000', '194317.938000', '194317.940000', '194317.943000', '194317.945000', '194317.948000', '194317.951000', '194317.953000', '194317.956000', '194317.958000', '194317.961000', '194317.964000', '194317.966000', '194317.969000', '194317.971000', '194317.974000', '194317.976000', '194317.979000', '194337.870000', '194337.873000', '194337.876000', '194337.878000', '194337.881000', '194337.884000', '194337.886000', '194337.901000', '194337.903000', '194337.906000', '194337.908000', '194337.911000', '194337.914000', '194337.916000', '194337.919000', '194337.921000', '194337.924000', '194337.927000', '194337.929000', '194337.932000', '194337.934000', '194337.937000', '194337.940000', '194337.942000', '194337.946000', '194337.949000', '194337.951000', '194337.954000', '194337.956000', '194337.959000', '194337.962000', '194337.964000', '194337.967000', '194337.969000', '194337.972000', '194337.974000', '194337.977000', '194337.980000', '194337.982000', '194337.985000', '194337.987000', '194337.990000', '194337.993000', '194357.870000', '194357.872000', '194357.875000', '194357.878000', '194357.880000', '194357.883000', '194357.885000', '194357.888000', '194357.890000', '194357.893000', '194357.896000', '194357.898000', '194357.901000', '194357.903000', '194357.906000', '194357.908000', '194357.911000', '194357.914000', '194357.916000', '194357.919000', '194357.921000', '194357.924000', '194357.927000', '194357.929000', '194357.932000', '194357.934000', '194357.937000', '194357.940000', '194357.942000', '194357.945000', '194357.947000', '194357.950000', '194357.953000', '194357.955000', '194357.958000', '194357.960000', '194357.963000', '194357.966000', '194357.968000', '194357.971000', '194357.973000', '194357.976000', '194357.979000', '194357.981000', '194417.869000', '194417.872000', '194417.875000', '194417.878000', '194417.880000', '194417.883000', '194417.885000', '194417.888000', '194417.890000', '194417.893000', '194417.896000', '194417.898000', '194417.901000', '194417.903000', '194417.906000', '194417.909000', '194417.912000', '194417.915000', '194417.918000', '194417.920000', '194417.923000', '194417.926000', '194417.928000', '194417.931000', '194417.934000', '194417.936000', '194417.939000', '194417.941000', '194417.944000', '194417.946000', '194417.949000', '194417.952000', '194417.954000', '194417.957000', '194417.960000', '194417.962000', '194417.965000', '194417.967000', '194417.970000', '194417.972000', '194417.975000', '194417.978000', '194417.980000', '194437.869000', '194437.872000', '194437.875000', '194437.877000', '194437.880000', '194437.883000', '194437.885000', '194437.888000', '194437.890000', '194437.893000', '194437.895000', '194437.898000', '194437.901000', '194437.903000', '194437.906000', '194437.908000', '194437.911000', '194437.913000', '194437.916000', '194437.919000', '194437.921000', '194437.924000', '194437.927000', '194437.929000', '194437.932000', '194437.934000', '194437.937000', '194437.939000', '194437.942000', '194437.945000', '194437.947000', '194437.950000', '194437.952000', '194437.955000', '194437.957000', '194437.960000', '194437.963000', '194437.965000', '194437.968000', '194437.970000', '194437.973000', '194437.976000', '194437.978000', '194437.981000', '194457.870000', '194457.872000', '194457.875000', '194457.878000', '194457.880000', '194457.883000', '194457.885000', '194457.888000', '194457.891000', '194457.893000', '194457.896000', '194457.898000', '194457.901000', '194457.903000', '194457.906000', '194457.909000', '194457.911000', '194457.914000', '194457.917000', '194457.919000', '194457.922000', '194457.924000', '194457.927000', '194457.929000', '194457.932000', '194457.935000', '194457.937000', '194457.940000', '194457.942000', '194457.945000', '194457.948000', '194457.950000', '194457.953000', '194457.955000', '194457.958000', '194457.960000', '194457.963000', '194457.966000', '194457.968000', '194457.971000', '194457.974000', '194457.976000', '194457.979000', '194517.871000', '194517.873000', '194517.876000', '194517.879000', '194517.881000', '194517.884000', '194517.886000', '194517.889000', '194517.892000', '194517.894000', '194517.897000', '194517.899000', '194517.902000', '194517.904000', '194517.907000', '194517.909000', '194517.912000', '194517.915000', '194517.917000', '194517.920000', '194517.922000', '194517.925000', '194517.928000', '194517.930000', '194517.933000', '194517.935000', '194517.938000', '194517.941000', '194517.943000', '194517.946000', '194517.948000', '194517.951000', '194517.954000', '194517.956000', '194517.959000', '194517.962000', '194517.964000', '194517.967000', '194517.969000', '194517.972000', '194517.974000', '194517.977000', '194517.980000', '194517.982000', '194537.870000', '194537.873000', '194537.876000', '194537.878000', '194537.881000', '194537.884000', '194537.886000', '194537.889000', '194537.891000', '194537.894000', '194537.897000', '194537.899000', '194537.902000', '194537.904000', '194537.907000', '194537.910000', '194537.912000', '194537.915000', '194537.917000', '194537.920000', '194537.923000', '194537.925000', '194537.928000', '194537.930000', '194537.933000', '194537.936000', '194537.938000', '194537.941000', '194537.943000', '194537.946000', '194537.949000', '194537.951000', '194537.954000', '194537.956000', '194537.959000', '194537.962000', '194537.964000', '194537.967000', '194537.969000', '194537.972000', '194537.974000', '194537.977000', '194537.980000', '194557.871000', '194557.873000', '194557.876000', '194557.879000', '194557.881000', '194557.884000', '194557.886000', '194557.889000', '194557.892000', '194557.894000', '194557.897000', '194557.899000', '194557.902000', '194557.904000', '194557.907000', '194557.910000', '194557.912000', '194557.915000', '194557.918000', '194557.920000', '194557.923000', '194557.925000', '194557.928000', '194557.931000', '194557.933000', '194557.936000', '194557.938000', '194557.941000', '194557.944000', '194557.946000', '194557.949000', '194557.952000', '194557.954000', '194557.957000', '194557.959000', '194557.962000', '194557.965000', '194557.967000', '194557.970000', '194557.972000', '194557.975000', '194557.978000', '194557.980000', '194557.983000', '194617.869000', '194617.872000', '194617.875000', '194617.877000', '194617.880000', '194617.883000', '194617.885000', '194617.888000', '194617.890000', '194617.893000', '194617.896000', '194617.898000', '194617.901000', '194617.903000', '194617.906000', '194617.909000', '194617.911000', '194617.914000', '194617.917000', '194617.919000', '194617.922000', '194617.924000', '194617.927000', '194617.929000', '194617.932000', '194617.935000', '194617.937000', '194617.940000', '194617.942000', '194617.945000', '194617.948000', '194617.950000', '194617.953000', '194617.955000', '194617.958000', '194617.961000', '194617.963000', '194617.966000', '194617.968000', '194617.971000', '194617.974000', '194617.976000', '194617.979000', '194637.870000', '194637.872000', '194637.875000', '194637.878000', '194637.880000', '194637.883000', '194637.885000', '194637.888000', '194637.891000', '194637.893000', '194637.896000', '194637.898000', '194637.901000', '194637.903000', '194637.919000', '194637.921000', '194637.924000', '194637.926000', '194637.929000', '194637.932000', '194637.934000', '194637.937000', '194637.939000', '194637.942000', '194637.944000', '194637.947000', '194637.950000', '194637.952000', '194637.955000', '194637.958000', '194637.960000', '194637.963000', '194637.966000', '194637.968000', '194637.971000', '194637.973000', '194637.976000', '194637.978000', '194637.981000', '194637.984000', '194637.986000', '194637.989000', '194637.991000', '194637.994000', '194657.870000', '194657.872000', '194657.875000', '194657.878000', '194657.880000', '194657.883000', '194657.885000', '194657.888000', '194657.890000', '194657.893000', '194657.896000', '194657.898000', '194657.901000', '194657.903000', '194657.906000', '194657.908000', '194657.911000', '194657.914000', '194657.916000', '194657.919000', '194657.921000', '194657.924000', '194657.927000', '194657.929000', '194657.932000', '194657.934000', '194657.937000', '194657.940000', '194657.942000', '194657.945000', '194657.948000', '194657.950000', '194657.953000', '194657.956000', '194657.958000', '194657.961000', '194657.963000', '194657.966000', '194657.969000', '194657.971000', '194657.974000', '194657.977000', '194657.979000', '194717.870000', '194717.872000', '194717.875000', '194717.878000', '194717.880000', '194717.883000', '194717.885000', '194717.888000', '194717.891000', '194717.893000', '194717.896000', '194717.899000', '194717.903000', '194717.906000', '194717.909000', '194717.911000', '194717.914000', '194717.917000', '194717.919000', '194717.922000', '194717.924000', '194717.927000', '194717.929000', '194717.932000', '194717.935000', '194717.937000', '194717.940000', '194717.943000', '194717.945000', '194717.948000', '194717.950000', '194717.953000', '194717.956000', '194717.958000', '194717.961000', '194717.963000', '194717.966000', '194717.969000', '194717.971000', '194717.974000', '194717.976000', '194717.979000', '194717.982000', '194737.871000', '194737.873000', '194737.876000', '194737.879000', '194737.881000', '194737.884000', '194737.886000', '194737.889000', '194737.891000', '194737.894000', '194737.897000', '194737.899000', '194737.902000', '194737.904000', '194737.907000', '194737.909000', '194737.912000', '194737.915000', '194737.917000', '194737.920000', '194737.923000', '194737.925000', '194737.928000', '194737.930000', '194737.933000', '194737.936000', '194737.938000', '194737.941000', '194737.944000', '194737.946000', '194737.949000', '194737.951000', '194737.954000', '194737.957000', '194737.959000', '194737.962000', '194737.964000', '194737.967000', '194737.970000', '194737.972000', '194737.975000', '194737.978000', '194737.980000', '194737.983000', '194757.871000', '194757.875000', '194757.878000', '194757.880000', '194757.883000', '194757.885000', '194757.888000', '194757.891000', '194757.894000', '194757.896000', '194757.899000', '194757.901000', '194757.904000', '194757.907000', '194757.909000', '194757.912000', '194757.914000', '194757.917000', '194757.919000', '194757.922000', '194757.925000', '194757.927000', '194757.930000', '194757.932000', '194757.935000', '194757.938000', '194757.940000', '194757.943000', '194757.945000', '194757.948000', '194757.951000', '194757.953000', '194757.956000', '194757.958000', '194757.961000', '194757.964000', '194757.966000', '194757.969000', '194757.971000', '194757.986000', '194757.988000', '194757.991000', '194757.993000', '194757.996000', '194817.871000', '194817.873000', '194817.876000', '194817.879000', '194817.881000', '194817.884000', '194817.886000', '194817.889000', '194817.892000', '194817.894000', '194817.897000', '194817.899000', '194817.902000', '194817.905000', '194817.907000', '194817.910000', '194817.912000', '194817.915000', '194817.917000', '194817.920000', '194817.923000', '194817.925000', '194817.928000', '194817.931000', '194817.933000', '194817.936000', '194817.938000', '194817.941000', '194817.943000', '194817.946000', '194817.949000', '194817.951000', '194817.954000', '194817.956000', '194817.959000', '194817.962000', '194817.964000', '194817.967000', '194817.969000', '194817.972000', '194817.975000', '194817.977000', '194817.980000', '194837.869000', '194837.872000', '194837.875000', '194837.877000', '194837.880000', '194837.883000', '194837.885000', '194837.888000', '194837.890000', '194837.893000', '194837.896000', '194837.898000', '194837.901000', '194837.903000', '194837.906000', '194837.908000', '194837.911000', '194837.914000', '194837.916000', '194837.919000', '194837.922000', '194837.924000', '194837.927000', '194837.930000', '194837.932000', '194837.935000', '194837.937000', '194837.940000', '194837.943000', '194837.945000', '194837.948000', '194837.950000', '194837.953000', '194837.956000', '194837.958000', '194837.961000', '194837.963000', '194837.966000', '194837.968000', '194837.971000', '194837.974000', '194837.976000', '194837.979000', '194837.981000', '194857.870000', '194857.872000', '194857.875000', '194857.878000', '194857.880000', '194857.883000', '194857.885000', '194857.888000', '194857.891000', '194857.893000', '194857.896000', '194857.899000', '194857.901000', '194857.904000', '194857.906000', '194857.909000', '194857.911000', '194857.914000', '194857.917000', '194857.919000', '194857.922000', '194857.924000', '194857.927000', '194857.930000', '194857.932000', '194857.935000', '194857.938000', '194857.940000', '194857.943000', '194857.945000', '194857.948000', '194857.950000', '194857.953000', '194857.956000', '194857.958000', '194857.961000', '194857.963000', '194857.966000', '194857.969000', '194857.971000', '194857.974000', '194857.976000', '194857.979000', '194917.869000', '194917.876000', '194917.879000', '194917.881000', '194917.884000', '194917.886000', '194917.889000', '194917.892000', '194917.894000', '194917.897000', '194917.899000', '194917.902000', '194917.905000', '194917.907000', '194917.910000', '194917.912000', '194917.915000', '194917.918000', '194917.920000', '194917.923000', '194917.925000', '194917.928000', '194917.930000', '194917.933000', '194917.936000', '194917.938000', '194917.941000', '194917.944000', '194917.946000', '194917.949000', '194917.951000', '194917.954000', '194917.957000', '194917.959000', '194917.962000', '194917.977000', '194917.980000', '194917.982000', '194917.985000', '194917.988000', '194917.990000', '194917.993000', '194917.995000', '194917.998000', '194937.869000', '194937.872000', '194937.875000', '194937.877000', '194937.880000', '194937.883000', '194937.885000', '194937.888000', '194937.890000', '194937.893000', '194937.896000', '194937.898000', '194937.901000', '194937.903000', '194937.906000', '194937.908000', '194937.911000', '194937.914000', '194937.916000', '194937.919000', '194937.922000', '194937.924000', '194937.927000', '194937.929000', '194937.932000', '194937.935000', '194937.937000', '194937.940000', '194937.942000', '194937.945000', '194937.947000', '194937.950000', '194937.953000', '194937.955000', '194937.958000', '194937.960000', '194937.963000', '194937.966000', '194937.968000', '194937.971000', '194937.973000', '194937.976000', '194937.979000', '194957.870000', '194957.873000', '194957.876000', '194957.878000', '194957.881000', '194957.884000', '194957.886000', '194957.889000', '194957.892000', '194957.894000', '194957.897000', '194957.899000', '194957.903000', '194957.906000', '194957.908000', '194957.911000', '194957.913000', '194957.916000', '194957.919000', '194957.921000', '194957.924000', '194957.927000', '194957.929000', '194957.932000', '194957.934000', '194957.937000', '194957.940000', '194957.942000', '194957.945000', '194957.948000', '194957.950000', '194957.953000', '194957.956000', '194957.958000', '194957.961000', '194957.964000', '194957.966000', '194957.969000', '194957.971000', '194957.974000', '194957.977000', '194957.979000', '194957.982000', '194957.984000', '195000.134000', '195000.137000', '195000.139000', '195000.142000', '195000.145000'], 'InstanceCreationTime': ['194217.896000', '194217.899000', '194217.902000', '194217.906000', '194217.909000', '194217.911000', '194217.914000', '194217.917000', '194217.920000', '194217.922000', '194217.925000', '194217.927000', '194217.930000', '194217.933000', '194217.935000', '194217.938000', '194217.940000', '194217.949000', '194217.952000', '194217.955000', '194217.958000', '194217.961000', '194217.964000', '194217.967000', '194217.970000', '194217.973000', '194217.975000', '194217.978000', '194217.981000', '194217.983000', '194217.986000', '194217.989000', '194217.991000', '194217.994000', '194217.996000', '194218.000000', '194218.003000', '194218.006000', '194218.009000', '194218.012000', '194218.014000', '194218.017000', '194218.020000', '194218.022000', '194218.025000', '194218.028000', '194218.031000', '194218.033000', '194218.044000', '194218.047000', '194218.049000', '194218.052000', '194218.054000', '194218.057000', '194218.060000', '194218.062000', '194218.065000', '194218.068000', '194218.070000', '194218.073000', '194237.870000', '194237.872000', '194237.875000', '194237.878000', '194237.880000', '194237.883000', '194237.885000', '194237.888000', '194237.890000', '194237.893000', '194237.896000', '194237.898000', '194237.901000', '194237.903000', '194237.906000', '194237.908000', '194237.911000', '194237.914000', '194237.916000', '194237.919000', '194237.921000', '194237.924000', '194237.927000', '194237.929000', '194237.932000', '194237.934000', '194237.937000', '194237.940000', '194237.942000', '194237.945000', '194237.947000', '194237.950000', '194237.952000', '194237.955000', '194237.958000', '194237.960000', '194237.963000', '194237.965000', '194237.968000', '194237.971000', '194237.973000', '194237.976000', '194237.978000', '194257.870000', '194257.873000', '194257.876000', '194257.878000', '194257.881000', '194257.883000', '194257.886000', '194257.888000', '194257.891000', '194257.894000', '194257.896000', '194257.899000', '194257.901000', '194257.904000', '194257.906000', '194257.909000', '194257.912000', '194257.914000', '194257.917000', '194257.919000', '194257.922000', '194257.925000', '194257.927000', '194257.930000', '194257.932000', '194257.935000', '194257.938000', '194257.940000', '194257.943000', '194257.945000', '194257.948000', '194257.950000', '194257.953000', '194257.956000', '194257.958000', '194257.961000', '194257.963000', '194257.966000', '194257.969000', '194257.971000', '194257.974000', '194257.976000', '194257.979000', '194257.982000', '194317.871000', '194317.873000', '194317.876000', '194317.878000', '194317.881000', '194317.884000', '194317.886000', '194317.889000', '194317.891000', '194317.894000', '194317.897000', '194317.899000', '194317.902000', '194317.904000', '194317.907000', '194317.909000', '194317.912000', '194317.914000', '194317.917000', '194317.920000', '194317.922000', '194317.925000', '194317.927000', '194317.930000', '194317.933000', '194317.935000', '194317.938000', '194317.940000', '194317.943000', '194317.945000', '194317.948000', '194317.951000', '194317.953000', '194317.956000', '194317.958000', '194317.961000', '194317.964000', '194317.966000', '194317.969000', '194317.971000', '194317.974000', '194317.976000', '194317.979000', '194337.870000', '194337.873000', '194337.876000', '194337.878000', '194337.881000', '194337.884000', '194337.886000', '194337.901000', '194337.903000', '194337.906000', '194337.908000', '194337.911000', '194337.914000', '194337.916000', '194337.919000', '194337.921000', '194337.924000', '194337.927000', '194337.929000', '194337.932000', '194337.934000', '194337.937000', '194337.940000', '194337.942000', '194337.946000', '194337.949000', '194337.951000', '194337.954000', '194337.956000', '194337.959000', '194337.962000', '194337.964000', '194337.967000', '194337.969000', '194337.972000', '194337.974000', '194337.977000', '194337.980000', '194337.982000', '194337.985000', '194337.987000', '194337.990000', '194337.993000', '194357.870000', '194357.872000', '194357.875000', '194357.878000', '194357.880000', '194357.883000', '194357.885000', '194357.888000', '194357.890000', '194357.893000', '194357.896000', '194357.898000', '194357.901000', '194357.903000', '194357.906000', '194357.908000', '194357.911000', '194357.914000', '194357.916000', '194357.919000', '194357.921000', '194357.924000', '194357.927000', '194357.929000', '194357.932000', '194357.934000', '194357.937000', '194357.940000', '194357.942000', '194357.945000', '194357.947000', '194357.950000', '194357.953000', '194357.955000', '194357.958000', '194357.960000', '194357.963000', '194357.966000', '194357.968000', '194357.971000', '194357.973000', '194357.976000', '194357.979000', '194357.981000', '194417.869000', '194417.872000', '194417.875000', '194417.878000', '194417.880000', '194417.883000', '194417.885000', '194417.888000', '194417.890000', '194417.893000', '194417.896000', '194417.898000', '194417.901000', '194417.903000', '194417.906000', '194417.909000', '194417.912000', '194417.915000', '194417.918000', '194417.920000', '194417.923000', '194417.926000', '194417.928000', '194417.931000', '194417.934000', '194417.936000', '194417.939000', '194417.941000', '194417.944000', '194417.946000', '194417.949000', '194417.952000', '194417.954000', '194417.957000', '194417.960000', '194417.962000', '194417.965000', '194417.967000', '194417.970000', '194417.972000', '194417.975000', '194417.978000', '194417.980000', '194437.869000', '194437.872000', '194437.875000', '194437.877000', '194437.880000', '194437.883000', '194437.885000', '194437.888000', '194437.890000', '194437.893000', '194437.895000', '194437.898000', '194437.901000', '194437.903000', '194437.906000', '194437.908000', '194437.911000', '194437.913000', '194437.916000', '194437.919000', '194437.921000', '194437.924000', '194437.927000', '194437.929000', '194437.932000', '194437.934000', '194437.937000', '194437.939000', '194437.942000', '194437.945000', '194437.947000', '194437.950000', '194437.952000', '194437.955000', '194437.957000', '194437.960000', '194437.963000', '194437.965000', '194437.968000', '194437.970000', '194437.973000', '194437.976000', '194437.978000', '194437.981000', '194457.870000', '194457.872000', '194457.875000', '194457.878000', '194457.880000', '194457.883000', '194457.885000', '194457.888000', '194457.891000', '194457.893000', '194457.896000', '194457.898000', '194457.901000', '194457.903000', '194457.906000', '194457.909000', '194457.911000', '194457.914000', '194457.917000', '194457.919000', '194457.922000', '194457.924000', '194457.927000', '194457.929000', '194457.932000', '194457.935000', '194457.937000', '194457.940000', '194457.942000', '194457.945000', '194457.948000', '194457.950000', '194457.953000', '194457.955000', '194457.958000', '194457.960000', '194457.963000', '194457.966000', '194457.968000', '194457.971000', '194457.974000', '194457.976000', '194457.979000', '194517.871000', '194517.873000', '194517.876000', '194517.879000', '194517.881000', '194517.884000', '194517.886000', '194517.889000', '194517.892000', '194517.894000', '194517.897000', '194517.899000', '194517.902000', '194517.904000', '194517.907000', '194517.909000', '194517.912000', '194517.915000', '194517.917000', '194517.920000', '194517.922000', '194517.925000', '194517.928000', '194517.930000', '194517.933000', '194517.935000', '194517.938000', '194517.941000', '194517.943000', '194517.946000', '194517.948000', '194517.951000', '194517.954000', '194517.956000', '194517.959000', '194517.962000', '194517.964000', '194517.967000', '194517.969000', '194517.972000', '194517.974000', '194517.977000', '194517.980000', '194517.982000', '194537.870000', '194537.873000', '194537.876000', '194537.878000', '194537.881000', '194537.884000', '194537.886000', '194537.889000', '194537.891000', '194537.894000', '194537.897000', '194537.899000', '194537.902000', '194537.904000', '194537.907000', '194537.910000', '194537.912000', '194537.915000', '194537.917000', '194537.920000', '194537.923000', '194537.925000', '194537.928000', '194537.930000', '194537.933000', '194537.936000', '194537.938000', '194537.941000', '194537.943000', '194537.946000', '194537.949000', '194537.951000', '194537.954000', '194537.956000', '194537.959000', '194537.962000', '194537.964000', '194537.967000', '194537.969000', '194537.972000', '194537.974000', '194537.977000', '194537.980000', '194557.871000', '194557.873000', '194557.876000', '194557.879000', '194557.881000', '194557.884000', '194557.886000', '194557.889000', '194557.892000', '194557.894000', '194557.897000', '194557.899000', '194557.902000', '194557.904000', '194557.907000', '194557.910000', '194557.912000', '194557.915000', '194557.918000', '194557.920000', '194557.923000', '194557.925000', '194557.928000', '194557.931000', '194557.933000', '194557.936000', '194557.938000', '194557.941000', '194557.944000', '194557.946000', '194557.949000', '194557.952000', '194557.954000', '194557.957000', '194557.959000', '194557.962000', '194557.965000', '194557.967000', '194557.970000', '194557.972000', '194557.975000', '194557.978000', '194557.980000', '194557.983000', '194617.869000', '194617.872000', '194617.875000', '194617.877000', '194617.880000', '194617.883000', '194617.885000', '194617.888000', '194617.890000', '194617.893000', '194617.896000', '194617.898000', '194617.901000', '194617.903000', '194617.906000', '194617.909000', '194617.911000', '194617.914000', '194617.917000', '194617.919000', '194617.922000', '194617.924000', '194617.927000', '194617.929000', '194617.932000', '194617.935000', '194617.937000', '194617.940000', '194617.942000', '194617.945000', '194617.948000', '194617.950000', '194617.953000', '194617.955000', '194617.958000', '194617.961000', '194617.963000', '194617.966000', '194617.968000', '194617.971000', '194617.974000', '194617.976000', '194617.979000', '194637.870000', '194637.872000', '194637.875000', '194637.878000', '194637.880000', '194637.883000', '194637.885000', '194637.888000', '194637.891000', '194637.893000', '194637.896000', '194637.898000', '194637.901000', '194637.903000', '194637.919000', '194637.921000', '194637.924000', '194637.926000', '194637.929000', '194637.932000', '194637.934000', '194637.937000', '194637.939000', '194637.942000', '194637.944000', '194637.947000', '194637.950000', '194637.952000', '194637.955000', '194637.958000', '194637.960000', '194637.963000', '194637.966000', '194637.968000', '194637.971000', '194637.973000', '194637.976000', '194637.978000', '194637.981000', '194637.984000', '194637.986000', '194637.989000', '194637.991000', '194637.994000', '194657.870000', '194657.872000', '194657.875000', '194657.878000', '194657.880000', '194657.883000', '194657.885000', '194657.888000', '194657.890000', '194657.893000', '194657.896000', '194657.898000', '194657.901000', '194657.903000', '194657.906000', '194657.908000', '194657.911000', '194657.914000', '194657.916000', '194657.919000', '194657.921000', '194657.924000', '194657.927000', '194657.929000', '194657.932000', '194657.934000', '194657.937000', '194657.940000', '194657.942000', '194657.945000', '194657.948000', '194657.950000', '194657.953000', '194657.956000', '194657.958000', '194657.961000', '194657.963000', '194657.966000', '194657.969000', '194657.971000', '194657.974000', '194657.977000', '194657.979000', '194717.870000', '194717.872000', '194717.875000', '194717.878000', '194717.880000', '194717.883000', '194717.885000', '194717.888000', '194717.891000', '194717.893000', '194717.896000', '194717.899000', '194717.903000', '194717.906000', '194717.909000', '194717.911000', '194717.914000', '194717.917000', '194717.919000', '194717.922000', '194717.924000', '194717.927000', '194717.929000', '194717.932000', '194717.935000', '194717.937000', '194717.940000', '194717.943000', '194717.945000', '194717.948000', '194717.950000', '194717.953000', '194717.956000', '194717.958000', '194717.961000', '194717.963000', '194717.966000', '194717.969000', '194717.971000', '194717.974000', '194717.976000', '194717.979000', '194717.982000', '194737.871000', '194737.873000', '194737.876000', '194737.879000', '194737.881000', '194737.884000', '194737.886000', '194737.889000', '194737.891000', '194737.894000', '194737.897000', '194737.899000', '194737.902000', '194737.904000', '194737.907000', '194737.909000', '194737.912000', '194737.915000', '194737.917000', '194737.920000', '194737.923000', '194737.925000', '194737.928000', '194737.930000', '194737.933000', '194737.936000', '194737.938000', '194737.941000', '194737.944000', '194737.946000', '194737.949000', '194737.951000', '194737.954000', '194737.957000', '194737.959000', '194737.962000', '194737.964000', '194737.967000', '194737.970000', '194737.972000', '194737.975000', '194737.978000', '194737.980000', '194737.983000', '194757.871000', '194757.875000', '194757.878000', '194757.880000', '194757.883000', '194757.885000', '194757.888000', '194757.891000', '194757.894000', '194757.896000', '194757.899000', '194757.901000', '194757.904000', '194757.907000', '194757.909000', '194757.912000', '194757.914000', '194757.917000', '194757.919000', '194757.922000', '194757.925000', '194757.927000', '194757.930000', '194757.932000', '194757.935000', '194757.938000', '194757.940000', '194757.943000', '194757.945000', '194757.948000', '194757.951000', '194757.953000', '194757.956000', '194757.958000', '194757.961000', '194757.964000', '194757.966000', '194757.969000', '194757.971000', '194757.986000', '194757.988000', '194757.991000', '194757.993000', '194757.996000', '194817.871000', '194817.873000', '194817.876000', '194817.879000', '194817.881000', '194817.884000', '194817.886000', '194817.889000', '194817.892000', '194817.894000', '194817.897000', '194817.899000', '194817.902000', '194817.905000', '194817.907000', '194817.910000', '194817.912000', '194817.915000', '194817.917000', '194817.920000', '194817.923000', '194817.925000', '194817.928000', '194817.931000', '194817.933000', '194817.936000', '194817.938000', '194817.941000', '194817.943000', '194817.946000', '194817.949000', '194817.951000', '194817.954000', '194817.956000', '194817.959000', '194817.962000', '194817.964000', '194817.967000', '194817.969000', '194817.972000', '194817.975000', '194817.977000', '194817.980000', '194837.869000', '194837.872000', '194837.875000', '194837.877000', '194837.880000', '194837.883000', '194837.885000', '194837.888000', '194837.890000', '194837.893000', '194837.896000', '194837.898000', '194837.901000', '194837.903000', '194837.906000', '194837.908000', '194837.911000', '194837.914000', '194837.916000', '194837.919000', '194837.922000', '194837.924000', '194837.927000', '194837.930000', '194837.932000', '194837.935000', '194837.937000', '194837.940000', '194837.943000', '194837.945000', '194837.948000', '194837.950000', '194837.953000', '194837.956000', '194837.958000', '194837.961000', '194837.963000', '194837.966000', '194837.968000', '194837.971000', '194837.974000', '194837.976000', '194837.979000', '194837.981000', '194857.870000', '194857.872000', '194857.875000', '194857.878000', '194857.880000', '194857.883000', '194857.885000', '194857.888000', '194857.891000', '194857.893000', '194857.896000', '194857.899000', '194857.901000', '194857.904000', '194857.906000', '194857.909000', '194857.911000', '194857.914000', '194857.917000', '194857.919000', '194857.922000', '194857.924000', '194857.927000', '194857.930000', '194857.932000', '194857.935000', '194857.938000', '194857.940000', '194857.943000', '194857.945000', '194857.948000', '194857.950000', '194857.953000', '194857.956000', '194857.958000', '194857.961000', '194857.963000', '194857.966000', '194857.969000', '194857.971000', '194857.974000', '194857.976000', '194857.979000', '194917.869000', '194917.876000', '194917.879000', '194917.881000', '194917.884000', '194917.886000', '194917.889000', '194917.892000', '194917.894000', '194917.897000', '194917.899000', '194917.902000', '194917.905000', '194917.907000', '194917.910000', '194917.912000', '194917.915000', '194917.918000', '194917.920000', '194917.923000', '194917.925000', '194917.928000', '194917.930000', '194917.933000', '194917.936000', '194917.938000', '194917.941000', '194917.944000', '194917.946000', '194917.949000', '194917.951000', '194917.954000', '194917.957000', '194917.959000', '194917.962000', '194917.977000', '194917.980000', '194917.982000', '194917.985000', '194917.988000', '194917.990000', '194917.993000', '194917.995000', '194917.998000', '194937.869000', '194937.872000', '194937.875000', '194937.877000', '194937.880000', '194937.883000', '194937.885000', '194937.888000', '194937.890000', '194937.893000', '194937.896000', '194937.898000', '194937.901000', '194937.903000', '194937.906000', '194937.908000', '194937.911000', '194937.914000', '194937.916000', '194937.919000', '194937.922000', '194937.924000', '194937.927000', '194937.929000', '194937.932000', '194937.935000', '194937.937000', '194937.940000', '194937.942000', '194937.945000', '194937.947000', '194937.950000', '194937.953000', '194937.955000', '194937.958000', '194937.960000', '194937.963000', '194937.966000', '194937.968000', '194937.971000', '194937.973000', '194937.976000', '194937.979000', '194957.870000', '194957.873000', '194957.876000', '194957.878000', '194957.881000', '194957.884000', '194957.886000', '194957.889000', '194957.892000', '194957.894000', '194957.897000', '194957.899000', '194957.903000', '194957.906000', '194957.908000', '194957.911000', '194957.913000', '194957.916000', '194957.919000', '194957.921000', '194957.924000', '194957.927000', '194957.929000', '194957.932000', '194957.934000', '194957.937000', '194957.940000', '194957.942000', '194957.945000', '194957.948000', '194957.950000', '194957.953000', '194957.956000', '194957.958000', '194957.961000', '194957.964000', '194957.966000', '194957.969000', '194957.971000', '194957.974000', '194957.977000', '194957.979000', '194957.982000', '194957.984000', '195000.134000', '195000.137000', '195000.139000', '195000.142000', '195000.145000'], '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': [14385, 10828, 14227, 10634, 13826, 10150, 12987, 10428, 13372, 10011, 12396, 9310, 12499, 8647, 12103, 8594, 12228, 8605, 11959, 8756, 11555, 12527, 10501, 13817, 10772, 13267, 10134, 12376, 9164, 12468, 8883, 12197, 8128, 11947, 8482, 11806, 11272, 11726, 9346, 11692, 13853, 10683, 13800, 10687, 13082, 10273, 13114, 9713, 12211, 8778, 12596, 8359, 12430, 8978, 12224, 15138, 11147, 13563, 10460, 13144, 10274, 12362, 8885, 12221, 8736, 12186, 8559, 12124, 10265, 11704, 14983, 11208, 12898, 9899, 12793, 10019, 12703, 8925, 12572, 8204, 11589, 8384, 12032, 14765, 10981, 13559, 10502, 13563, 10118, 12555, 10228, 13061, 10206, 12629, 9390, 12403, 8841, 11889, 10873, 12196, 9145, 12177, 8490, 12187, 8872, 12206, 14426, 10808, 14460, 10684, 13636, 10168, 12500, 8781, 11434, 11888, 10646, 14019, 10338, 12133, 10009, 12018, 8877, 11246, 8457, 11313, 14227, 10419, 13535, 10297, 12350, 9071, 11878, 8523, 11314, 14902, 10831, 12844, 10072, 12636, 10234, 12382, 8827, 11945, 8070, 11923, 10714, 11014, 14048, 10862, 13476, 10218, 12299, 9111, 11751, 8184, 11027, 14779, 10767, 12576, 10055, 12699, 10264, 12147, 8884, 11653, 8198, 11384, 11517, 10811, 14266, 11283, 13303, 10286, 12547, 9659, 12641, 9049, 11845, 8639, 12061, 8536, 12439, 9276, 12976, 9403, 12674, 9458, 12862, 9122, 12197, 9528, 12598, 10183, 11625, 14941, 10701, 13985, 10881, 12340, 9138, 11919, 8425, 11638, 9346, 12245, 9380, 12578, 9952, 14433, 10402, 9323, 10706, 15157, 10510, 12585, 8535, 11283, 14397, 10708, 13898, 10309, 12923, 9135, 12639, 8512, 12488, 9174, 12469, 10474, 12400, 15819, 11396, 14317, 10543, 12317, 9184, 11795, 8278, 11421, 13590, 10762, 13376, 10736, 11870, 9853, 12318, 10050, 12483, 10262, 11480, 10047, 12695, 10161, 9054, 11315, 7741, 11374, 9746, 13784, 10599, 14557, 10201, 13668, 10328, 13842, 10076, 13131, 10077, 11028, 10547, 8645, 10886, 9220, 11581, 12695, 10687, 12414, 10618, 9018, 11000, 8471, 11596, 8909, 12375, 9028, 12867, 8974, 12455, 9711, 12881, 9417, 13408, 10287, 13114, 10007, 13035, 10553, 13346, 10234, 13479, 10386, 13685, 10211, 11355, 9875, 11661, 10219, 9062, 11241, 8721, 11755, 8975, 12165, 9436, 12627, 8652, 12386, 8639, 12188, 8970, 12564, 8753, 12253, 9147, 12159, 8635, 12183, 9357, 11918, 8418, 11618, 8481, 11775, 9220, 12226, 8278, 11529, 8434, 11954, 8801, 13634, 10740, 12871, 10861, 8253, 12720, 9451, 13898, 10625, 14252, 10592, 13166, 10421, 13074, 10356, 12217, 10599, 9088, 10921, 8948, 11337, 9749, 12033, 8116, 12118, 8445, 11835, 9268, 12076, 8280, 12126, 8432, 11871, 8789, 12555, 9529, 13035, 10083, 12472, 10070, 11571, 10370, 7726, 12065, 8049, 13030, 8960, 13107, 9306, 12502, 8572, 12838, 9270, 13188, 9911, 13350, 10297, 13032, 10387, 13219, 10523, 13569, 10531, 9484, 10462, 8967, 10903, 10407, 11932, 8273, 12843, 8643, 13271, 9742, 13217, 10613, 13125, 10593, 9135, 10849, 8767, 12202, 9304, 13251, 10195, 13486, 10294, 14305, 10893, 9979, 10845, 8498, 11961, 8918, 13205, 9978, 13874, 10785, 13418, 10634, 14423, 11179, 13224, 10339, 13183, 10349, 12646, 10292, 12434, 9854, 12474, 10092, 12799, 10087, 9355, 10095, 7541, 11683, 8402, 12503, 9136, 13494, 9779, 13614, 10393, 14830, 11046, 13326, 10714, 11563, 11127, 10893, 11473, 8343, 12556, 9244, 13040, 9849, 13553, 10143, 11224, 10273, 8840, 11446, 8780, 13542, 10739, 13486, 10870, 10638, 11646, 8756, 12718, 9713, 13316, 11437, 8546, 13086, 9857, 14400, 11152, 11699, 11021, 11059, 10955, 12506, 11356, 8558, 11883, 8982, 13396, 10138, 12613, 10569, 8176, 11494, 8543, 12930, 8131, 12392, 9625, 13820, 10244, 11686, 10762, 10112, 11371, 8611, 12881, 8326, 12422, 8482, 12806, 8841, 12533, 8513, 12993, 9786, 13577, 10565, 10637, 10667, 8386, 11921, 8724, 13502, 9591, 13554, 9615, 13042, 10131, 13500, 10756, 8253, 11857, 9039, 13790, 10250, 13196, 10679, 8462, 11695, 9059, 13113, 9975, 13453, 10630, 10173, 10422, 9075, 11187, 8185, 11672, 8507, 12853, 8787, 13409, 10301, 13525, 10288, 13230, 10484, 12466, 10692, 10903, 10352, 10270, 11297, 7885, 12401, 8380, 12651, 8873, 13101, 9273, 13248, 9821, 13503, 9873, 13187, 9957, 13166, 9958, 13422, 9982, 12853, 10109, 12776, 9896, 12980, 9808, 12951, 10125, 12765, 9600, 13155, 9844, 12819, 10011, 12173, 9447, 12779, 10126, 13408, 10357, 11829, 10737, 12392, 10648, 13578, 10312, 13606, 10450, 13881, 10485, 8612, 10893, 7964, 11409, 8759, 11801, 7990, 12379, 8185, 12696, 8438, 11982, 8898, 12764, 8306, 12911, 8479, 12616, 8847, 12998, 8748, 12973, 8564, 12543, 8576, 12468, 9333, 12527, 9711, 12771, 10282, 12980, 10136, 10810, 10546, 10189, 10097, 11067, 10709, 8482, 11739, 8402, 11928, 9369, 11683, 7852, 12649, 8062, 12453, 8455, 12586, 8989, 13382, 9787, 13167, 9609, 13215, 10073, 12997, 9827, 13043, 9993, 13160, 9918, 13822, 10403, 13360, 10272, 13034, 10045, 13619, 10102, 12740, 9898, 12559, 9857, 12974, 9936, 13151, 10204, 12330, 9767, 9590, 9924, 11883, 9961, 10037, 10673, 11401, 10208, 13780, 9846, 13847, 9971, 12518, 9201, 12635, 8819, 12446, 8647, 11617, 8150, 11972, 7936, 12109, 9982, 10714, 8871, 11494, 8449, 10841, 10336, 10475, 13874, 10157, 12214, 9912, 12903, 9787, 12651, 8969, 12759, 8456, 12069, 8310, 11766, 7966, 11303, 8494, 11735, 8799, 10765, 12860, 10218, 13052, 9882, 12812, 9854, 11343, 9796, 9715, 9762, 10055, 10233, 7556, 11415, 7929, 11518, 8193, 11577, 8791, 12556, 8264, 12454, 8924, 12723, 9505, 13790, 10013, 13303, 9938, 13174, 10150, 13993, 10330, 13287, 9995, 12802, 9767, 13601, 10122, 7931, 10538, 8017, 11437, 9998, 11371, 9736, 11212, 8041, 11207, 9137, 11331, 12343, 11105, 9150, 10449, 8730, 11187, 9749, 11558, 7894, 11963, 8033, 11704, 10900, 10878, 8513, 11649, 9093, 10731, 9557, 10809, 9929, 11437, 8286, 11323, 10046, 10892, 14984, 10889, 10955, 10317, 10309, 10418, 11937, 10366, 11118, 10980, 8038, 11039, 7804, 11866, 8505, 11529, 8095, 11668, 7940, 11891, 8511, 11688, 8075, 12070, 8982, 11450, 13203, 10536, 11696, 10651, 12898, 10166, 12772, 9716, 13466, 9964, 13155, 10011, 12272, 9870, 12977, 10092, 12679, 9797, 12146, 9442, 12753, 9688, 13039, 9749, 12583, 9739, 13038, 9820, 13301, 9926, 13481, 9746, 12954, 9704, 13325, 9542, 12163, 8426, 11748, 8358, 11850, 8460, 11871, 8104, 11799, 8545, 12460, 8116, 12178, 8823, 12748, 8438, 11899, 8422, 11873, 8445, 12092, 8402, 12143, 8401, 12057, 8449, 12399, 8791, 12343, 9123, 12441, 9139, 12948, 8984, 12918, 9006, 12618, 8577, 11976, 8397, 12185, 8551, 12093, 8017, 11365, 8413, 11638, 8038, 11370, 8127, 10925, 8292, 11236, 14607, 10346, 13409, 9914, 13004, 9648, 12312, 9571, 13174, 10256, 11091, 9542, 9609, 9514, 10926, 9942, 7683, 10694, 7698, 11736, 7959, 12288, 8885, 13179, 9243, 13664, 9619, 12810, 9996, 13737, 10379, 11478, 9326, 8640, 11955, 9643, 8333, 11239, 8579, 13553, 9944, 10697, 10642, 8125, 11500, 8816, 11721, 10875, 11499, 8375, 11735, 8139, 11687, 7918, 10974, 8718, 11917, 8180, 12360, 8179, 11998, 10107, 11912, 8684, 11060, 9352, 11606, 8833, 11671, 8672, 12083, 9038, 12147, 9521, 12620, 8506, 11687, 8779, 11673, 8402, 12265, 11154, 10798, 12935, 10019, 13830, 10424, 9321, 11480, 9290, 12567, 10027, 12750, 10132, 12416, 9524, 12444, 9426, 12920, 9366, 13131, 9277, 12766, 9317, 13202], 'WindowCenter': [4204.0, 4157.0, 4175.0, 4142.0, 4160.0, 4128.0, 4147.0, 4130.0, 4148.0, 4116.0, 4136.0, 4104.0, 4135.0, 4093.0, 4149.0, 4106.0, 4137.0, 4094.0, 4135.0, 4094.0, 4136.0, 4135.0, 4126.0, 4146.0, 4128.0, 4147.0, 4116.0, 4134.0, 4107.0, 4136.0, 4106.0, 4137.0, 4083.0, 4135.0, 4095.0, 4138.0, 4138.0, 4137.0, 4104.0, 4138.0, 4158.0, 4127.0, 4159.0, 4129.0, 4147.0, 4117.0, 4146.0, 4115.0, 4138.0, 4108.0, 4147.0, 4095.0, 4137.0, 4094.0, 4136.0, 4158.0, 4127.0, 4146.0, 4114.0, 4133.0, 4112.0, 4134.0, 4106.0, 4136.0, 4094.0, 4135.0, 4095.0, 4136.0, 4116.0, 4135.0, 4157.0, 4128.0, 4137.0, 4115.0, 4134.0, 4114.0, 4136.0, 4094.0, 4136.0, 4083.0, 4125.0, 4083.0, 4134.0, 4156.0, 4126.0, 4135.0, 4113.0, 4133.0, 4112.0, 4134.0, 4115.0, 4135.0, 4114.0, 4134.0, 4092.0, 4123.0, 4092.0, 4122.0, 4114.0, 4124.0, 4092.0, 4123.0, 4093.0, 4135.0, 4092.0, 4133.0, 4156.0, 4125.0, 4144.0, 4113.0, 4133.0, 4102.0, 4123.0, 4091.0, 4124.0, 4122.0, 4112.0, 4131.0, 4100.0, 4123.0, 4115.0, 4135.0, 4091.0, 4113.0, 4082.0, 4124.0, 4143.0, 4113.0, 4134.0, 4101.0, 4123.0, 4092.0, 4123.0, 4079.0, 4112.0, 4143.0, 4113.0, 4133.0, 4103.0, 4122.0, 4101.0, 4133.0, 4093.0, 4124.0, 4081.0, 4122.0, 4102.0, 4112.0, 4141.0, 4113.0, 4134.0, 4102.0, 4123.0, 4092.0, 4121.0, 4079.0, 4112.0, 4143.0, 4111.0, 4123.0, 4100.0, 4132.0, 4115.0, 4125.0, 4092.0, 4126.0, 4082.0, 4124.0, 4125.0, 4126.0, 4146.0, 4127.0, 4134.0, 4114.0, 4134.0, 4115.0, 4148.0, 4108.0, 4136.0, 4095.0, 4134.0, 4096.0, 4137.0, 4104.0, 4148.0, 4105.0, 4137.0, 4114.0, 4150.0, 4106.0, 4138.0, 4106.0, 4135.0, 4113.0, 4126.0, 4155.0, 4117.0, 4146.0, 4113.0, 4122.0, 4091.0, 4121.0, 4082.0, 4125.0, 4102.0, 4133.0, 4104.0, 4132.0, 4103.0, 4156.0, 4128.0, 4107.0, 4127.0, 4157.0, 4114.0, 4134.0, 4082.0, 4113.0, 4145.0, 4114.0, 4143.0, 4101.0, 4133.0, 4102.0, 4123.0, 4079.0, 4122.0, 4089.0, 4119.0, 4100.0, 4108.0, 4129.0, 4099.0, 4118.0, 4085.0, 4094.0, 4061.0, 4082.0, 4051.0, 4084.0, 4104.0, 4083.0, 4106.0, 4085.0, 4094.0, 4084.0, 4105.0, 4087.0, 4118.0, 4097.0, 4108.0, 4101.0, 4131.0, 4102.0, 4080.0, 4111.0, 4071.0, 4123.0, 4103.0, 4144.0, 4113.0, 4158.0, 4115.0, 4134.0, 4113.0, 4133.0, 4100.0, 4130.0, 4105.0, 4113.0, 4113.0, 4091.0, 4112.0, 4091.0, 4125.0, 4133.0, 4116.0, 4134.0, 4114.0, 4094.0, 4126.0, 4095.0, 4136.0, 4118.0, 4150.0, 4120.0, 4147.0, 4106.0, 4146.0, 4119.0, 4146.0, 4118.0, 4159.0, 4131.0, 4146.0, 4128.0, 4148.0, 4128.0, 4159.0, 4129.0, 4148.0, 4129.0, 4158.0, 4128.0, 4136.0, 4120.0, 4137.0, 4129.0, 4106.0, 4139.0, 4105.0, 4153.0, 4119.0, 4151.0, 4121.0, 4149.0, 4107.0, 4148.0, 4096.0, 4137.0, 4107.0, 4147.0, 4097.0, 4137.0, 4105.0, 4137.0, 4106.0, 4150.0, 4107.0, 4139.0, 4096.0, 4138.0, 4107.0, 4150.0, 4118.0, 4149.0, 4109.0, 4149.0, 4109.0, 4151.0, 4120.0, 4172.0, 4143.0, 4162.0, 4143.0, 4111.0, 4163.0, 4132.0, 4172.0, 4141.0, 4162.0, 4131.0, 4149.0, 4128.0, 4147.0, 4117.0, 4136.0, 4128.0, 4094.0, 4126.0, 4093.0, 4125.0, 4105.0, 4137.0, 4083.0, 4135.0, 4083.0, 4136.0, 4104.0, 4137.0, 4095.0, 4136.0, 4094.0, 4137.0, 4107.0, 4148.0, 4119.0, 4159.0, 4132.0, 4148.0, 4130.0, 4151.0, 4141.0, 4101.0, 4150.0, 4099.0, 4161.0, 4121.0, 4151.0, 4108.0, 4137.0, 4094.0, 4135.0, 4105.0, 4137.0, 4103.0, 4134.0, 4103.0, 4132.0, 4112.0, 4134.0, 4115.0, 4144.0, 4117.0, 4103.0, 4115.0, 4092.0, 4126.0, 4114.0, 4134.0, 4084.0, 4133.0, 4092.0, 4135.0, 4103.0, 4134.0, 4114.0, 4133.0, 4112.0, 4091.0, 4114.0, 4092.0, 4134.0, 4103.0, 4133.0, 4113.0, 4133.0, 4103.0, 4144.0, 4113.0, 4100.0, 4113.0, 4093.0, 4123.0, 4093.0, 4131.0, 4101.0, 4130.0, 4110.0, 4131.0, 4112.0, 4141.0, 4113.0, 4118.0, 4100.0, 4119.0, 4100.0, 4120.0, 4100.0, 4120.0, 4089.0, 4120.0, 4111.0, 4131.0, 4114.0, 4102.0, 4112.0, 4082.0, 4136.0, 4093.0, 4146.0, 4105.0, 4146.0, 4115.0, 4145.0, 4117.0, 4156.0, 4124.0, 4133.0, 4112.0, 4124.0, 4114.0, 4113.0, 4111.0, 4081.0, 4122.0, 4092.0, 4147.0, 4116.0, 4143.0, 4112.0, 4122.0, 4113.0, 4093.0, 4136.0, 4092.0, 4145.0, 4125.0, 4147.0, 4127.0, 4113.0, 4126.0, 4083.0, 4133.0, 4103.0, 4134.0, 4122.0, 4092.0, 4133.0, 4102.0, 4144.0, 4111.0, 4109.0, 4100.0, 4110.0, 4112.0, 4119.0, 4110.0, 4079.0, 4109.0, 4091.0, 4131.0, 4111.0, 4132.0, 4124.0, 4095.0, 4125.0, 4095.0, 4147.0, 4094.0, 4146.0, 4115.0, 4147.0, 4115.0, 4124.0, 4125.0, 4114.0, 4124.0, 4083.0, 4131.0, 4080.0, 4121.0, 4082.0, 4132.0, 4079.0, 4122.0, 4081.0, 4129.0, 4100.0, 4131.0, 4112.0, 4101.0, 4111.0, 4079.0, 4120.0, 4094.0, 4143.0, 4103.0, 4134.0, 4103.0, 4130.0, 4102.0, 4132.0, 4114.0, 4081.0, 4123.0, 4091.0, 4132.0, 4102.0, 4132.0, 4112.0, 4080.0, 4121.0, 4091.0, 4133.0, 4103.0, 4144.0, 4114.0, 4114.0, 4112.0, 4092.0, 4122.0, 4084.0, 4124.0, 4092.0, 4132.0, 4091.0, 4133.0, 4113.0, 4144.0, 4115.0, 4133.0, 4112.0, 4133.0, 4112.0, 4111.0, 4114.0, 4101.0, 4114.0, 4081.0, 4132.0, 4081.0, 4133.0, 4093.0, 4136.0, 4093.0, 4132.0, 4102.0, 4133.0, 4102.0, 4132.0, 4102.0, 4131.0, 4101.0, 4143.0, 4115.0, 4133.0, 4114.0, 4133.0, 4114.0, 4134.0, 4114.0, 4134.0, 4114.0, 4133.0, 4102.0, 4132.0, 4114.0, 4144.0, 4115.0, 4135.0, 4106.0, 4135.0, 4116.0, 4148.0, 4116.0, 4126.0, 4124.0, 4135.0, 4113.0, 4145.0, 4127.0, 4145.0, 4112.0, 4133.0, 4113.0, 4081.0, 4112.0, 4082.0, 4122.0, 4093.0, 4136.0, 4085.0, 4133.0, 4093.0, 4134.0, 4092.0, 4134.0, 4091.0, 4133.0, 4081.0, 4132.0, 4081.0, 4125.0, 4094.0, 4135.0, 4080.0, 4132.0, 4079.0, 4122.0, 4080.0, 4120.0, 4090.0, 4119.0, 4090.0, 4119.0, 4102.0, 4145.0, 4114.0, 4113.0, 4113.0, 4102.0, 4113.0, 4123.0, 4114.0, 4091.0, 4124.0, 4082.0, 4123.0, 4102.0, 4122.0, 4080.0, 4135.0, 4081.0, 4135.0, 4092.0, 4133.0, 4092.0, 4132.0, 4103.0, 4133.0, 4103.0, 4145.0, 4114.0, 4135.0, 4102.0, 4134.0, 4103.0, 4145.0, 4115.0, 4144.0, 4114.0, 4134.0, 4115.0, 4135.0, 4115.0, 4143.0, 4114.0, 4132.0, 4103.0, 4132.0, 4102.0, 4134.0, 4103.0, 4134.0, 4112.0, 4134.0, 4113.0, 4103.0, 4116.0, 4135.0, 4115.0, 4113.0, 4125.0, 4124.0, 4113.0, 4145.0, 4115.0, 4145.0, 4102.0, 4123.0, 4093.0, 4121.0, 4090.0, 4134.0, 4080.0, 4111.0, 4070.0, 4123.0, 4070.0, 4124.0, 4101.0, 4112.0, 4092.0, 4122.0, 4081.0, 4113.0, 4101.0, 4112.0, 4143.0, 4103.0, 4122.0, 4104.0, 4133.0, 4103.0, 4133.0, 4093.0, 4133.0, 4080.0, 4122.0, 4079.0, 4124.0, 4082.0, 4124.0, 4081.0, 4122.0, 4080.0, 4112.0, 4132.0, 4112.0, 4134.0, 4116.0, 4133.0, 4115.0, 4125.0, 4113.0, 4104.0, 4117.0, 4116.0, 4129.0, 4096.0, 4141.0, 4096.0, 4138.0, 4097.0, 4139.0, 4107.0, 4149.0, 4097.0, 4150.0, 4108.0, 4149.0, 4117.0, 4158.0, 4116.0, 4145.0, 4116.0, 4145.0, 4116.0, 4158.0, 4116.0, 4145.0, 4113.0, 4146.0, 4116.0, 4146.0, 4117.0, 4084.0, 4117.0, 4086.0, 4125.0, 4103.0, 4126.0, 4105.0, 4114.0, 4081.0, 4114.0, 4093.0, 4124.0, 4122.0, 4113.0, 4090.0, 4111.0, 4091.0, 4123.0, 4102.0, 4123.0, 4081.0, 4123.0, 4083.0, 4122.0, 4111.0, 4115.0, 4090.0, 4124.0, 4091.0, 4112.0, 4102.0, 4125.0, 4103.0, 4125.0, 4082.0, 4124.0, 4102.0, 4113.0, 4144.0, 4112.0, 4112.0, 4102.0, 4102.0, 4111.0, 4122.0, 4113.0, 4113.0, 4113.0, 4068.0, 4110.0, 4070.0, 4122.0, 4080.0, 4122.0, 4068.0, 4121.0, 4069.0, 4123.0, 4081.0, 4123.0, 4070.0, 4122.0, 4079.0, 4113.0, 4132.0, 4102.0, 4110.0, 4100.0, 4120.0, 4098.0, 4121.0, 4088.0, 4130.0, 4090.0, 4118.0, 4100.0, 4122.0, 4102.0, 4130.0, 4103.0, 4132.0, 4101.0, 4121.0, 4102.0, 4133.0, 4101.0, 4134.0, 4102.0, 4133.0, 4104.0, 4134.0, 4114.0, 4142.0, 4102.0, 4134.0, 4102.0, 4132.0, 4103.0, 4134.0, 4101.0, 4121.0, 4081.0, 4123.0, 4083.0, 4124.0, 4081.0, 4125.0, 4081.0, 4124.0, 4093.0, 4133.0, 4083.0, 4134.0, 4092.0, 4136.0, 4082.0, 4126.0, 4082.0, 4122.0, 4095.0, 4136.0, 4082.0, 4123.0, 4084.0, 4135.0, 4094.0, 4136.0, 4093.0, 4133.0, 4103.0, 4133.0, 4102.0, 4135.0, 4095.0, 4134.0, 4090.0, 4125.0, 4081.0, 4122.0, 4081.0, 4122.0, 4080.0, 4123.0, 4084.0, 4122.0, 4094.0, 4123.0, 4083.0, 4124.0, 4081.0, 4123.0, 4082.0, 4123.0, 4146.0, 4116.0, 4133.0, 4103.0, 4133.0, 4104.0, 4123.0, 4103.0, 4135.0, 4113.0, 4124.0, 4104.0, 4104.0, 4116.0, 4126.0, 4116.0, 4085.0, 4126.0, 4085.0, 4135.0, 4083.0, 4136.0, 4106.0, 4148.0, 4106.0, 4147.0, 4106.0, 4135.0, 4115.0, 4145.0, 4118.0, 4126.0, 4104.0, 4094.0, 4136.0, 4117.0, 4095.0, 4126.0, 4096.0, 4145.0, 4103.0, 4114.0, 4126.0, 4083.0, 4125.0, 4091.0, 4124.0, 4114.0, 4125.0, 4082.0, 4124.0, 4070.0, 4125.0, 4082.0, 4113.0, 4092.0, 4125.0, 4081.0, 4135.0, 4082.0, 4126.0, 4103.0, 4124.0, 4082.0, 4112.0, 4091.0, 4113.0, 4091.0, 4112.0, 4079.0, 4119.0, 4090.0, 4122.0, 4091.0, 4134.0, 4081.0, 4122.0, 4080.0, 4122.0, 4081.0, 4125.0, 4114.0, 4112.0, 4122.0, 4101.0, 4132.0, 4102.0, 4105.0, 4124.0, 4091.0, 4120.0, 4103.0, 4133.0, 4102.0, 4121.0, 4090.0, 4122.0, 4090.0, 4123.0, 4092.0, 4121.0, 4091.0, 4120.0, 4078.0, 4118.0], 'WindowWidth': [9316.0, 9240.0, 9256.0, 9205.0, 9227.0, 9179.0, 9204.0, 9185.0, 9206.0, 9159.0, 9186.0, 9140.0, 9184.0, 9126.0, 9206.0, 9148.0, 9188.0, 9127.0, 9183.0, 9128.0, 9186.0, 9186.0, 9174.0, 9201.0, 9178.0, 9201.0, 9159.0, 9183.0, 9149.0, 9187.0, 9143.0, 9187.0, 9112.0, 9184.0, 9131.0, 9192.0, 9192.0, 9189.0, 9141.0, 9191.0, 9220.0, 9176.0, 9221.0, 9179.0, 9203.0, 9160.0, 9199.0, 9156.0, 9192.0, 9150.0, 9203.0, 9131.0, 9188.0, 9126.0, 9187.0, 9221.0, 9174.0, 9200.0, 9154.0, 9178.0, 9150.0, 9181.0, 9147.0, 9185.0, 9127.0, 9184.0, 9128.0, 9185.0, 9160.0, 9186.0, 9216.0, 9177.0, 9187.0, 9157.0, 9181.0, 9154.0, 9186.0, 9126.0, 9187.0, 9110.0, 9168.0, 9110.0, 9181.0, 9214.0, 9170.0, 9182.0, 9150.0, 9179.0, 9147.0, 9179.0, 9155.0, 9181.0, 9151.0, 9179.0, 9120.0, 9162.0, 9119.0, 9161.0, 9152.0, 9165.0, 9119.0, 9163.0, 9121.0, 9182.0, 9121.0, 9178.0, 9213.0, 9168.0, 9192.0, 9151.0, 9177.0, 9133.0, 9162.0, 9118.0, 9164.0, 9158.0, 9147.0, 9170.0, 9129.0, 9161.0, 9154.0, 9181.0, 9116.0, 9148.0, 9107.0, 9164.0, 9191.0, 9149.0, 9178.0, 9131.0, 9160.0, 9120.0, 9163.0, 9099.0, 9148.0, 9192.0, 9149.0, 9176.0, 9133.0, 9159.0, 9130.0, 9177.0, 9121.0, 9163.0, 9104.0, 9159.0, 9133.0, 9146.0, 9186.0, 9150.0, 9177.0, 9132.0, 9161.0, 9118.0, 9156.0, 9098.0, 9147.0, 9191.0, 9145.0, 9161.0, 9129.0, 9173.0, 9154.0, 9168.0, 9121.0, 9169.0, 9107.0, 9167.0, 9170.0, 9171.0, 9199.0, 9172.0, 9179.0, 9152.0, 9179.0, 9157.0, 9205.0, 9151.0, 9186.0, 9127.0, 9180.0, 9130.0, 9187.0, 9141.0, 9205.0, 9142.0, 9187.0, 9154.0, 9209.0, 9147.0, 9190.0, 9145.0, 9182.0, 9151.0, 9170.0, 9209.0, 9161.0, 9197.0, 9149.0, 9162.0, 9116.0, 9158.0, 9105.0, 9168.0, 9136.0, 9178.0, 9140.0, 9175.0, 9135.0, 9215.0, 9178.0, 9148.0, 9177.0, 9219.0, 9152.0, 9180.0, 9107.0, 9150.0, 9194.0, 9150.0, 9192.0, 9132.0, 9178.0, 9135.0, 9163.0, 9099.0, 9158.0, 9110.0, 9150.0, 9124.0, 9135.0, 9167.0, 9123.0, 9147.0, 9096.0, 9107.0, 9059.0, 9088.0, 9045.0, 9093.0, 9119.0, 9091.0, 9125.0, 9096.0, 9108.0, 9095.0, 9125.0, 9105.0, 9147.0, 9121.0, 9136.0, 9130.0, 9170.0, 9133.0, 9099.0, 9142.0, 9089.0, 9162.0, 9136.0, 9193.0, 9152.0, 9216.0, 9156.0, 9177.0, 9147.0, 9174.0, 9129.0, 9169.0, 9140.0, 9149.0, 9151.0, 9119.0, 9147.0, 9118.0, 9167.0, 9176.0, 9158.0, 9178.0, 9153.0, 9125.0, 9170.0, 9127.0, 9186.0, 9165.0, 9213.0, 9170.0, 9204.0, 9146.0, 9200.0, 9166.0, 9201.0, 9165.0, 9222.0, 9185.0, 9202.0, 9178.0, 9205.0, 9178.0, 9222.0, 9181.0, 9204.0, 9182.0, 9219.0, 9180.0, 9187.0, 9170.0, 9193.0, 9183.0, 9150.0, 9194.0, 9146.0, 9218.0, 9169.0, 9213.0, 9173.0, 9209.0, 9150.0, 9205.0, 9132.0, 9189.0, 9150.0, 9202.0, 9134.0, 9190.0, 9143.0, 9190.0, 9148.0, 9209.0, 9149.0, 9193.0, 9132.0, 9191.0, 9150.0, 9211.0, 9167.0, 9210.0, 9155.0, 9211.0, 9157.0, 9218.0, 9173.0, 9244.0, 9207.0, 9232.0, 9208.0, 9163.0, 9234.0, 9192.0, 9247.0, 9202.0, 9232.0, 9187.0, 9208.0, 9178.0, 9202.0, 9161.0, 9187.0, 9178.0, 9127.0, 9171.0, 9125.0, 9170.0, 9143.0, 9188.0, 9111.0, 9183.0, 9110.0, 9184.0, 9142.0, 9188.0, 9130.0, 9187.0, 9129.0, 9190.0, 9149.0, 9207.0, 9167.0, 9222.0, 9188.0, 9209.0, 9186.0, 9217.0, 9204.0, 9147.0, 9214.0, 9143.0, 9228.0, 9173.0, 9214.0, 9151.0, 9191.0, 9128.0, 9185.0, 9143.0, 9189.0, 9137.0, 9180.0, 9135.0, 9175.0, 9149.0, 9180.0, 9155.0, 9194.0, 9161.0, 9137.0, 9155.0, 9124.0, 9172.0, 9156.0, 9181.0, 9112.0, 9178.0, 9120.0, 9181.0, 9137.0, 9180.0, 9151.0, 9176.0, 9148.0, 9119.0, 9153.0, 9121.0, 9182.0, 9137.0, 9177.0, 9150.0, 9178.0, 9138.0, 9191.0, 9149.0, 9128.0, 9150.0, 9122.0, 9162.0, 9123.0, 9173.0, 9130.0, 9169.0, 9141.0, 9170.0, 9149.0, 9185.0, 9147.0, 9149.0, 9127.0, 9153.0, 9129.0, 9154.0, 9127.0, 9152.0, 9112.0, 9156.0, 9145.0, 9172.0, 9152.0, 9135.0, 9149.0, 9110.0, 9185.0, 9128.0, 9201.0, 9144.0, 9201.0, 9157.0, 9198.0, 9162.0, 9213.0, 9168.0, 9177.0, 9148.0, 9164.0, 9151.0, 9148.0, 9145.0, 9102.0, 9158.0, 9117.0, 9206.0, 9159.0, 9192.0, 9149.0, 9163.0, 9151.0, 9125.0, 9187.0, 9125.0, 9198.0, 9170.0, 9201.0, 9175.0, 9152.0, 9170.0, 9106.0, 9174.0, 9133.0, 9178.0, 9159.0, 9119.0, 9176.0, 9134.0, 9194.0, 9145.0, 9139.0, 9125.0, 9138.0, 9143.0, 9151.0, 9139.0, 9097.0, 9138.0, 9116.0, 9170.0, 9145.0, 9176.0, 9169.0, 9128.0, 9171.0, 9129.0, 9203.0, 9131.0, 9202.0, 9157.0, 9203.0, 9156.0, 9166.0, 9169.0, 9154.0, 9167.0, 9108.0, 9172.0, 9101.0, 9158.0, 9106.0, 9175.0, 9100.0, 9158.0, 9101.0, 9166.0, 9127.0, 9170.0, 9147.0, 9131.0, 9144.0, 9101.0, 9157.0, 9125.0, 9193.0, 9136.0, 9179.0, 9136.0, 9170.0, 9133.0, 9173.0, 9150.0, 9102.0, 9162.0, 9117.0, 9173.0, 9132.0, 9174.0, 9146.0, 9103.0, 9158.0, 9119.0, 9177.0, 9137.0, 9192.0, 9154.0, 9153.0, 9148.0, 9121.0, 9161.0, 9114.0, 9166.0, 9120.0, 9175.0, 9118.0, 9177.0, 9150.0, 9196.0, 9156.0, 9178.0, 9149.0, 9176.0, 9148.0, 9147.0, 9153.0, 9133.0, 9151.0, 9105.0, 9175.0, 9107.0, 9179.0, 9123.0, 9184.0, 9122.0, 9174.0, 9134.0, 9176.0, 9134.0, 9174.0, 9132.0, 9171.0, 9132.0, 9189.0, 9156.0, 9177.0, 9153.0, 9177.0, 9152.0, 9180.0, 9154.0, 9180.0, 9152.0, 9177.0, 9135.0, 9175.0, 9153.0, 9194.0, 9156.0, 9181.0, 9144.0, 9183.0, 9159.0, 9205.0, 9160.0, 9172.0, 9167.0, 9181.0, 9150.0, 9196.0, 9176.0, 9196.0, 9148.0, 9176.0, 9148.0, 9104.0, 9147.0, 9108.0, 9162.0, 9124.0, 9184.0, 9113.0, 9179.0, 9123.0, 9181.0, 9123.0, 9180.0, 9120.0, 9178.0, 9106.0, 9176.0, 9104.0, 9167.0, 9124.0, 9183.0, 9100.0, 9172.0, 9097.0, 9157.0, 9100.0, 9154.0, 9112.0, 9151.0, 9113.0, 9152.0, 9133.0, 9195.0, 9153.0, 9149.0, 9149.0, 9134.0, 9149.0, 9164.0, 9153.0, 9120.0, 9165.0, 9106.0, 9162.0, 9136.0, 9162.0, 9103.0, 9179.0, 9103.0, 9179.0, 9122.0, 9177.0, 9119.0, 9174.0, 9135.0, 9175.0, 9139.0, 9195.0, 9154.0, 9181.0, 9135.0, 9179.0, 9138.0, 9196.0, 9155.0, 9194.0, 9152.0, 9178.0, 9153.0, 9181.0, 9156.0, 9192.0, 9154.0, 9175.0, 9136.0, 9174.0, 9134.0, 9179.0, 9136.0, 9177.0, 9149.0, 9179.0, 9150.0, 9137.0, 9157.0, 9183.0, 9158.0, 9152.0, 9171.0, 9167.0, 9151.0, 9196.0, 9155.0, 9195.0, 9133.0, 9161.0, 9120.0, 9156.0, 9117.0, 9178.0, 9100.0, 9143.0, 9086.0, 9160.0, 9086.0, 9164.0, 9131.0, 9146.0, 9119.0, 9160.0, 9103.0, 9148.0, 9132.0, 9147.0, 9191.0, 9135.0, 9159.0, 9137.0, 9175.0, 9134.0, 9178.0, 9123.0, 9177.0, 9101.0, 9160.0, 9099.0, 9163.0, 9107.0, 9163.0, 9104.0, 9160.0, 9102.0, 9146.0, 9174.0, 9147.0, 9181.0, 9158.0, 9177.0, 9156.0, 9167.0, 9153.0, 9139.0, 9160.0, 9159.0, 9182.0, 9135.0, 9198.0, 9136.0, 9193.0, 9136.0, 9195.0, 9151.0, 9208.0, 9136.0, 9209.0, 9151.0, 9207.0, 9162.0, 9220.0, 9160.0, 9198.0, 9159.0, 9199.0, 9158.0, 9217.0, 9159.0, 9197.0, 9152.0, 9200.0, 9160.0, 9199.0, 9163.0, 9114.0, 9159.0, 9117.0, 9169.0, 9137.0, 9169.0, 9139.0, 9151.0, 9105.0, 9152.0, 9124.0, 9166.0, 9162.0, 9150.0, 9116.0, 9144.0, 9118.0, 9165.0, 9135.0, 9163.0, 9105.0, 9162.0, 9108.0, 9162.0, 9147.0, 9154.0, 9118.0, 9165.0, 9118.0, 9147.0, 9135.0, 9168.0, 9137.0, 9167.0, 9106.0, 9164.0, 9134.0, 9150.0, 9194.0, 9148.0, 9146.0, 9132.0, 9131.0, 9144.0, 9161.0, 9149.0, 9148.0, 9147.0, 9083.0, 9141.0, 9086.0, 9159.0, 9101.0, 9160.0, 9085.0, 9158.0, 9087.0, 9164.0, 9105.0, 9162.0, 9089.0, 9159.0, 9098.0, 9147.0, 9174.0, 9132.0, 9140.0, 9126.0, 9152.0, 9123.0, 9157.0, 9111.0, 9168.0, 9114.0, 9149.0, 9129.0, 9160.0, 9134.0, 9170.0, 9134.0, 9173.0, 9130.0, 9158.0, 9135.0, 9177.0, 9133.0, 9179.0, 9134.0, 9176.0, 9138.0, 9180.0, 9152.0, 9189.0, 9135.0, 9177.0, 9134.0, 9174.0, 9136.0, 9178.0, 9131.0, 9158.0, 9103.0, 9161.0, 9109.0, 9165.0, 9104.0, 9167.0, 9104.0, 9164.0, 9122.0, 9179.0, 9112.0, 9182.0, 9122.0, 9186.0, 9108.0, 9170.0, 9108.0, 9162.0, 9130.0, 9184.0, 9109.0, 9165.0, 9111.0, 9180.0, 9126.0, 9185.0, 9123.0, 9178.0, 9136.0, 9178.0, 9135.0, 9182.0, 9128.0, 9180.0, 9116.0, 9167.0, 9103.0, 9160.0, 9105.0, 9161.0, 9102.0, 9161.0, 9109.0, 9160.0, 9126.0, 9166.0, 9109.0, 9167.0, 9106.0, 9163.0, 9108.0, 9164.0, 9199.0, 9156.0, 9176.0, 9136.0, 9177.0, 9137.0, 9164.0, 9140.0, 9181.0, 9151.0, 9165.0, 9140.0, 9138.0, 9160.0, 9173.0, 9159.0, 9117.0, 9172.0, 9117.0, 9185.0, 9113.0, 9189.0, 9145.0, 9207.0, 9145.0, 9201.0, 9143.0, 9183.0, 9156.0, 9197.0, 9163.0, 9170.0, 9141.0, 9127.0, 9186.0, 9162.0, 9131.0, 9171.0, 9130.0, 9194.0, 9137.0, 9153.0, 9171.0, 9110.0, 9168.0, 9118.0, 9164.0, 9151.0, 9168.0, 9105.0, 9162.0, 9087.0, 9165.0, 9107.0, 9151.0, 9120.0, 9166.0, 9104.0, 9180.0, 9106.0, 9171.0, 9134.0, 9164.0, 9104.0, 9145.0, 9114.0, 9147.0, 9117.0, 9146.0, 9098.0, 9153.0, 9115.0, 9158.0, 9117.0, 9180.0, 9105.0, 9159.0, 9101.0, 9160.0, 9103.0, 9166.0, 9149.0, 9144.0, 9158.0, 9129.0, 9173.0, 9131.0, 9142.0, 9163.0, 9116.0, 9156.0, 9135.0, 9175.0, 9132.0, 9156.0, 9114.0, 9161.0, 9113.0, 9161.0, 9117.0, 9157.0, 9114.0, 9154.0, 9092.0, 9148.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.00035168708765315735</td></tr>
<tr><td colspan=3>aqi</td><td>0.020604977379830348</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.60821986648113</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.258114442924528</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9915556898679247</td></tr>
<tr><td colspan=3>efc</td><td>0.4935</td></tr>
<tr><td colspan=3>fber</td><td>4591.8335</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07061896133051324</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6597549481621112</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.419192218626515</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3799753978024194</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.596686483544715</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2809147745324103</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107713</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009641607291996479</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0284215547144413</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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.8859780733573155</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.8759</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.038</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.7384</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294913.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.3286</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4808</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.4509</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3278.6138</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.2286</td></tr>
<tr><td colspan=3>tsnr</td><td>39.84613803285174</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>