<?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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-03/func/sub-0060_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>c23ac7d8dbc7c334441792721c96dd9a</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:23:28.260000</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.998638, 0.0515038, 0.00828804, -0.0521616, 0.988019, 0.145247]</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.0891819</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>[4143, -7732, -7269, 680, -23, 57, 5, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8f3d7a1f-e30a-4834-a392-801f856667ab||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.679273843765259, -0.1399458348751068, 0.0019114542519673705, 116.66041564941406], [-0.13818103075027466, 2.6507837772369385, 0.39280110597610474, -99.17584228515625], [0.02223619632422924, -0.38968798518180847, 2.671273946762085, -42.25143051147461], [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': ['192328.260000', '192328.720000', '192329.180000', '192329.640000', '192330.100000', '192330.560000', '192331.020000', '192331.480000', '192331.940000', '192332.400000', '192332.860000', '192333.320000', '192333.780000', '192334.240000', '192334.700000', '192335.160000', '192335.620000', '192336.080000', '192336.540000', '192337.000000', '192337.460000', '192337.920000', '192338.380000', '192338.840000', '192339.300000', '192339.760000', '192340.220000', '192340.680000', '192341.140000', '192341.600000', '192342.060000', '192342.520000', '192342.980000', '192343.440000', '192343.900000', '192344.360000', '192344.820000', '192345.280000', '192345.740000', '192346.200000', '192346.660000', '192347.120000', '192347.580000', '192348.040000', '192348.500000', '192348.960000', '192349.420000', '192349.880000', '192350.340000', '192350.800000', '192351.260000', '192351.720000', '192352.180000', '192352.640000', '192353.100000', '192353.560000', '192354.020000', '192354.480000', '192354.940000', '192355.400000', '192355.860000', '192356.320000', '192356.780000', '192357.240000', '192357.700000', '192358.160000', '192358.620000', '192359.080000', '192359.540000', '192400.000000', '192400.460000', '192400.920000', '192401.380000', '192401.840000', '192402.300000', '192402.760000', '192403.220000', '192403.680000', '192404.140000', '192404.600000', '192405.060000', '192405.520000', '192405.980000', '192406.440000', '192406.900000', '192407.360000', '192407.820000', '192408.280000', '192408.740000', '192409.200000', '192409.660000', '192410.120000', '192410.580000', '192411.040000', '192411.500000', '192411.960000', '192412.420000', '192412.880000', '192413.340000', '192413.800000', '192414.260000', '192414.720000', '192415.180000', '192415.640000', '192416.100000', '192416.560000', '192417.020000', '192417.480000', '192417.940000', '192418.400000', '192418.860000', '192419.320000', '192419.780000', '192420.240000', '192420.700000', '192421.160000', '192421.620000', '192422.080000', '192422.540000', '192423.000000', '192423.460000', '192423.920000', '192424.380000', '192424.840000', '192425.300000', '192425.760000', '192426.220000', '192426.680000', '192427.140000', '192427.600000', '192428.060000', '192428.520000', '192428.980000', '192429.440000', '192429.900000', '192430.360000', '192430.820000', '192431.280000', '192431.740000', '192432.200000', '192432.660000', '192433.120000', '192433.580000', '192434.040000', '192434.500000', '192434.960000', '192435.420000', '192435.880000', '192436.340000', '192436.800000', '192437.260000', '192437.720000', '192438.180000', '192438.640000', '192439.100000', '192439.560000', '192440.020000', '192440.480000', '192440.940000', '192441.400000', '192441.860000', '192442.320000', '192442.780000', '192443.240000', '192443.700000', '192444.160000', '192444.620000', '192445.080000', '192445.540000', '192446.000000', '192446.460000', '192446.920000', '192447.380000', '192447.840000', '192448.300000', '192448.760000', '192449.220000', '192449.680000', '192450.140000', '192450.600000', '192451.060000', '192451.520000', '192451.980000', '192452.440000', '192452.900000', '192453.360000', '192453.820000', '192454.280000', '192454.740000', '192455.200000', '192455.660000', '192456.120000', '192456.580000', '192457.040000', '192457.500000', '192457.960000', '192458.420000', '192458.880000', '192459.340000', '192459.800000', '192500.260000', '192500.720000', '192501.180000', '192501.640000', '192502.100000', '192502.560000', '192503.020000', '192503.480000', '192503.940000', '192504.400000', '192504.860000', '192505.320000', '192505.780000', '192506.240000', '192506.700000', '192507.160000', '192507.620000', '192508.080000', '192508.540000', '192509.000000', '192509.460000', '192509.920000', '192510.380000', '192510.840000', '192511.300000', '192511.760000', '192512.220000', '192512.680000', '192513.140000', '192513.600000', '192514.060000', '192514.520000', '192514.980000', '192515.440000', '192515.900000', '192516.360000', '192516.820000', '192517.280000', '192517.740000', '192518.200000', '192518.660000', '192519.120000', '192519.580000', '192520.040000', '192520.500000', '192520.960000', '192521.420000', '192521.880000', '192522.340000', '192522.800000', '192523.260000', '192523.720000', '192524.180000', '192524.640000', '192525.100000', '192525.560000', '192526.020000', '192526.480000', '192526.940000', '192527.400000', '192527.860000', '192528.320000', '192528.780000', '192529.240000', '192529.700000', '192530.160000', '192530.620000', '192531.080000', '192531.540000', '192532.000000', '192532.460000', '192532.920000', '192533.380000', '192533.840000', '192534.300000', '192534.760000', '192535.220000', '192535.680000', '192536.140000', '192536.600000', '192537.060000', '192537.520000', '192537.980000', '192538.440000', '192538.900000', '192539.360000', '192539.820000', '192540.280000', '192540.740000', '192541.200000', '192541.660000', '192542.120000', '192542.580000', '192543.040000', '192543.500000', '192543.960000', '192544.420000', '192544.880000', '192545.340000', '192545.800000', '192546.260000', '192546.720000', '192547.180000', '192547.640000', '192548.100000', '192548.560000', '192549.020000', '192549.480000', '192549.940000', '192550.400000', '192550.860000', '192551.320000', '192551.780000', '192552.240000', '192552.700000', '192553.160000', '192553.620000', '192554.080000', '192554.540000', '192555.000000', '192555.460000', '192555.920000', '192556.380000', '192556.840000', '192557.300000', '192557.760000', '192558.220000', '192558.680000', '192559.140000', '192559.600000', '192600.060000', '192600.520000', '192600.980000', '192601.440000', '192601.900000', '192602.360000', '192602.820000', '192603.280000', '192603.740000', '192604.200000', '192604.660000', '192605.120000', '192605.580000', '192606.040000', '192606.500000', '192606.960000', '192607.420000', '192607.880000', '192608.340000', '192608.800000', '192609.260000', '192609.720000', '192610.180000', '192610.640000', '192611.100000', '192611.560000', '192612.020000', '192612.480000', '192612.940000', '192613.400000', '192613.860000', '192614.320000', '192614.780000', '192615.240000', '192615.700000', '192616.160000', '192616.620000', '192617.080000', '192617.540000', '192618.000000', '192618.460000', '192618.920000', '192619.380000', '192619.840000', '192620.300000', '192620.760000', '192621.220000', '192621.680000', '192622.140000', '192622.600000', '192623.060000', '192623.520000', '192623.980000', '192624.440000', '192624.900000', '192625.360000', '192625.820000', '192626.280000', '192626.740000', '192627.200000', '192627.660000', '192628.120000', '192628.580000', '192629.040000', '192629.500000', '192629.960000', '192630.420000', '192630.880000', '192631.340000', '192631.800000', '192632.260000', '192632.720000', '192633.180000', '192633.640000', '192634.100000', '192634.560000', '192635.020000', '192635.480000', '192635.940000', '192636.400000', '192636.860000', '192637.320000', '192637.780000', '192638.240000', '192638.700000', '192639.160000', '192639.620000', '192640.080000', '192640.540000', '192641.000000', '192641.460000', '192641.920000', '192642.380000', '192642.840000', '192643.300000', '192643.760000', '192644.220000', '192644.680000', '192645.140000', '192645.600000', '192646.060000', '192646.520000', '192646.980000', '192647.440000', '192647.900000', '192648.360000', '192648.820000', '192649.280000', '192649.740000', '192650.200000', '192650.660000', '192651.120000', '192651.580000', '192652.040000', '192652.500000', '192652.960000', '192653.420000', '192653.880000', '192654.340000', '192654.800000', '192655.260000', '192655.720000', '192656.180000', '192656.640000', '192657.100000', '192657.560000', '192658.020000', '192658.480000', '192658.940000', '192659.400000', '192659.860000', '192700.320000', '192700.780000', '192701.240000', '192701.700000', '192702.160000', '192702.620000', '192703.080000', '192703.540000', '192704.000000', '192704.460000', '192704.920000', '192705.380000', '192705.840000', '192706.300000', '192706.760000', '192707.220000', '192707.680000', '192708.140000', '192708.600000', '192709.060000', '192709.520000', '192709.980000', '192710.440000', '192710.900000', '192711.360000', '192711.820000', '192712.280000', '192712.740000', '192713.200000', '192713.660000', '192714.120000', '192714.580000', '192715.040000', '192715.500000', '192715.960000', '192716.420000', '192716.880000', '192717.340000', '192717.800000', '192718.260000', '192718.720000', '192719.180000', '192719.640000', '192720.100000', '192720.560000', '192721.020000', '192721.480000', '192721.940000', '192722.400000', '192722.860000', '192723.320000', '192723.780000', '192724.240000', '192724.700000', '192725.160000', '192725.620000', '192726.080000', '192726.540000', '192727.000000', '192727.460000', '192727.920000', '192728.380000', '192728.840000', '192729.300000', '192729.760000', '192730.220000', '192730.680000', '192731.140000', '192731.600000', '192732.060000', '192732.520000', '192732.980000', '192733.440000', '192733.900000', '192734.360000', '192734.820000', '192735.280000', '192735.740000', '192736.200000', '192736.660000', '192737.120000', '192737.580000', '192738.040000', '192738.500000', '192738.960000', '192739.420000', '192739.880000', '192740.340000', '192740.800000', '192741.260000', '192741.720000', '192742.180000', '192742.640000', '192743.100000', '192743.560000', '192744.020000', '192744.480000', '192744.940000', '192745.400000', '192745.860000', '192746.320000', '192746.780000', '192747.240000', '192747.700000', '192748.160000', '192748.620000', '192749.080000', '192749.540000', '192750.000000', '192750.460000', '192750.920000', '192751.380000', '192751.840000', '192752.300000', '192752.760000', '192753.220000', '192753.680000', '192754.140000', '192754.600000', '192755.060000', '192755.520000', '192755.980000', '192756.440000', '192756.900000', '192757.360000', '192757.820000', '192758.280000', '192758.740000', '192759.200000', '192759.660000', '192800.120000', '192800.580000', '192801.040000', '192801.500000', '192801.960000', '192802.420000', '192802.880000', '192803.340000', '192803.800000', '192804.260000', '192804.720000', '192805.180000', '192805.640000', '192806.100000', '192806.560000', '192807.020000', '192807.480000', '192807.940000', '192808.400000', '192808.860000', '192809.320000', '192809.780000', '192810.240000', '192810.700000', '192811.160000', '192811.620000', '192812.080000', '192812.540000', '192813.000000', '192813.460000', '192813.920000', '192814.380000', '192814.840000', '192815.300000', '192815.760000', '192816.220000', '192816.680000', '192817.140000', '192817.600000', '192818.060000', '192818.520000', '192818.980000', '192819.440000', '192819.900000', '192820.360000', '192820.820000', '192821.280000', '192821.740000', '192822.200000', '192822.660000', '192823.120000', '192823.580000', '192824.040000', '192824.500000', '192824.960000', '192825.420000', '192825.880000', '192826.340000', '192826.800000', '192827.260000', '192827.720000', '192828.180000', '192828.640000', '192829.100000', '192829.560000', '192830.020000', '192830.480000', '192830.940000', '192831.400000', '192831.860000', '192832.320000', '192832.780000', '192833.240000', '192833.700000', '192834.160000', '192834.620000', '192835.080000', '192835.540000', '192836.000000', '192836.460000', '192836.920000', '192837.380000', '192837.840000', '192838.300000', '192838.760000', '192839.220000', '192839.680000', '192840.140000', '192840.600000', '192841.060000', '192841.520000', '192841.980000', '192842.440000', '192842.900000', '192843.360000', '192843.820000', '192844.280000', '192844.740000', '192845.200000', '192845.660000', '192846.120000', '192846.580000', '192847.040000', '192847.500000', '192847.960000', '192848.420000', '192848.880000', '192849.340000', '192849.800000', '192850.260000', '192850.720000', '192851.180000', '192851.640000', '192852.100000', '192852.560000', '192853.020000', '192853.480000', '192853.940000', '192854.400000', '192854.860000', '192855.320000', '192855.780000', '192856.240000', '192856.700000', '192857.160000', '192857.620000', '192858.080000', '192858.540000', '192859.000000', '192859.460000', '192859.920000', '192900.380000', '192900.840000', '192901.300000', '192901.760000', '192902.220000', '192902.680000', '192903.140000', '192903.600000', '192904.060000', '192904.520000', '192904.980000', '192905.440000', '192905.900000', '192906.360000', '192906.820000', '192907.280000', '192907.740000', '192908.200000', '192908.660000', '192909.120000', '192909.580000', '192910.040000', '192910.500000', '192910.960000', '192911.420000', '192911.880000', '192912.340000', '192912.800000', '192913.260000', '192913.720000', '192914.180000', '192914.640000', '192915.100000', '192915.560000', '192916.020000', '192916.480000', '192916.940000', '192917.400000', '192917.860000', '192918.320000', '192918.780000', '192919.240000', '192919.700000', '192920.160000', '192920.620000', '192921.080000', '192921.540000', '192922.000000', '192922.460000', '192922.920000', '192923.380000', '192923.840000', '192924.300000', '192924.760000', '192925.220000', '192925.680000', '192926.140000', '192926.600000', '192927.060000', '192927.520000', '192927.980000', '192928.440000', '192928.900000', '192929.360000', '192929.820000', '192930.280000', '192930.740000', '192931.200000', '192931.660000', '192932.120000', '192932.580000', '192933.040000', '192933.500000', '192933.960000', '192934.420000', '192934.880000', '192935.340000', '192935.800000', '192936.260000', '192936.720000', '192937.180000', '192937.640000', '192938.100000', '192938.560000', '192939.020000', '192939.480000', '192939.940000', '192940.400000', '192940.860000', '192941.320000', '192941.780000', '192942.240000', '192942.700000', '192943.160000', '192943.620000', '192944.080000', '192944.540000', '192945.000000', '192945.460000', '192945.920000', '192946.380000', '192946.840000', '192947.300000', '192947.760000', '192948.220000', '192948.680000', '192949.140000', '192949.600000', '192950.060000', '192950.520000', '192950.980000', '192951.440000', '192951.900000', '192952.360000', '192952.820000', '192953.280000', '192953.740000', '192954.200000', '192954.660000', '192955.120000', '192955.580000', '192956.040000', '192956.500000', '192956.960000', '192957.420000', '192957.880000', '192958.340000', '192958.800000', '192959.260000', '192959.720000', '193000.180000', '193000.640000', '193001.100000', '193001.560000', '193002.020000', '193002.480000', '193002.940000', '193003.400000', '193003.860000', '193004.320000', '193004.780000', '193005.240000', '193005.700000', '193006.160000', '193006.620000', '193007.080000', '193007.540000', '193008.000000', '193008.460000', '193008.920000', '193009.380000', '193009.840000', '193010.300000', '193010.760000', '193011.220000', '193011.680000', '193012.140000', '193012.600000', '193013.060000', '193013.520000', '193013.980000', '193014.440000', '193014.900000', '193015.360000', '193015.820000', '193016.280000', '193016.740000', '193017.200000', '193017.660000', '193018.120000', '193018.580000', '193019.040000', '193019.500000', '193019.960000', '193020.420000', '193020.880000', '193021.340000', '193021.800000', '193022.260000', '193022.720000', '193023.180000', '193023.640000', '193024.100000', '193024.560000', '193025.020000', '193025.480000', '193025.940000', '193026.400000', '193026.860000', '193027.320000', '193027.780000', '193028.240000', '193028.700000', '193029.160000', '193029.620000', '193030.080000', '193030.540000', '193031.000000', '193031.460000', '193031.920000', '193032.380000', '193032.840000', '193033.300000', '193033.760000', '193034.220000', '193034.680000', '193035.140000', '193035.600000', '193036.060000', '193036.520000', '193036.980000', '193037.440000', '193037.900000', '193038.360000', '193038.820000', '193039.280000', '193039.740000', '193040.200000', '193040.660000', '193041.120000', '193041.580000', '193042.040000', '193042.500000', '193042.960000', '193043.420000', '193043.880000', '193044.340000', '193044.800000', '193045.260000', '193045.720000', '193046.180000', '193046.640000', '193047.100000', '193047.560000', '193048.020000', '193048.480000', '193048.940000', '193049.400000', '193049.860000', '193050.320000', '193050.780000', '193051.240000', '193051.700000', '193052.160000', '193052.620000', '193053.080000', '193053.540000', '193054.000000', '193054.460000', '193054.920000', '193055.380000', '193055.840000', '193056.300000', '193056.760000', '193057.220000', '193057.680000', '193058.140000', '193058.600000', '193059.060000', '193059.520000', '193059.980000', '193100.440000', '193100.900000', '193101.360000', '193101.820000', '193102.280000', '193102.740000', '193103.200000', '193103.660000', '193104.120000', '193104.580000', '193105.040000', '193105.500000', '193105.960000', '193106.420000', '193106.880000', '193107.340000', '193107.800000', '193108.260000', '193108.720000', '193109.180000', '193109.640000', '193110.100000', '193110.560000', '193111.020000', '193111.480000', '193111.940000', '193112.400000', '193112.860000', '193113.320000', '193113.780000', '193114.240000', '193114.700000', '193115.160000', '193115.620000', '193116.080000', '193116.540000', '193117.000000', '193117.460000', '193117.920000', '193118.380000', '193118.840000', '193119.300000', '193119.760000', '193120.220000', '193120.680000', '193121.140000', '193121.600000', '193122.060000', '193122.520000', '193122.980000', '193123.440000', '193123.900000', '193124.360000', '193124.820000', '193125.280000', '193125.740000', '193126.200000', '193126.660000', '193127.120000', '193127.580000', '193128.040000', '193128.500000', '193128.960000', '193129.420000', '193129.880000', '193130.340000', '193130.800000', '193131.260000', '193131.720000', '193132.180000', '193132.640000', '193133.100000', '193133.560000', '193134.020000', '193134.480000', '193134.940000', '193135.400000', '193135.860000', '193136.320000', '193136.780000', '193137.240000', '193137.700000'], 'ContentTime': ['192353.633000', '192353.637000', '192353.640000', '192353.643000', '192353.645000', '192353.648000', '192353.650000', '192353.653000', '192353.656000', '192353.658000', '192353.661000', '192353.664000', '192353.666000', '192353.669000', '192353.672000', '192353.674000', '192353.677000', '192353.679000', '192353.682000', '192353.685000', '192353.687000', '192353.690000', '192353.692000', '192353.695000', '192353.697000', '192353.700000', '192353.703000', '192353.705000', '192353.708000', '192353.711000', '192353.713000', '192353.721000', '192353.723000', '192353.726000', '192353.728000', '192353.731000', '192353.734000', '192353.736000', '192353.739000', '192353.742000', '192353.744000', '192353.757000', '192353.760000', '192353.762000', '192353.765000', '192353.767000', '192353.770000', '192353.773000', '192353.775000', '192353.778000', '192353.781000', '192353.783000', '192353.786000', '192413.561000', '192413.563000', '192413.566000', '192413.569000', '192413.572000', '192413.574000', '192413.577000', '192413.579000', '192413.582000', '192413.584000', '192413.593000', '192413.595000', '192413.598000', '192413.600000', '192413.603000', '192413.606000', '192413.608000', '192413.611000', '192413.614000', '192413.616000', '192413.619000', '192413.621000', '192413.625000', '192413.627000', '192413.630000', '192413.633000', '192413.636000', '192413.639000', '192413.641000', '192413.644000', '192413.647000', '192413.649000', '192413.652000', '192413.654000', '192413.657000', '192413.660000', '192413.662000', '192413.665000', '192413.667000', '192413.670000', '192413.673000', '192413.675000', '192413.678000', '192433.561000', '192433.564000', '192433.566000', '192433.570000', '192433.572000', '192433.575000', '192433.577000', '192433.580000', '192433.592000', '192433.595000', '192433.597000', '192433.600000', '192433.603000', '192433.605000', '192433.608000', '192433.611000', '192433.613000', '192433.616000', '192433.619000', '192433.621000', '192433.624000', '192433.626000', '192433.629000', '192433.632000', '192433.634000', '192433.637000', '192433.639000', '192433.650000', '192433.653000', '192433.655000', '192433.658000', '192433.661000', '192433.664000', '192433.666000', '192433.669000', '192433.672000', '192433.674000', '192433.677000', '192433.679000', '192433.682000', '192433.685000', '192433.687000', '192433.690000', '192433.693000', '192453.559000', '192453.563000', '192453.566000', '192453.568000', '192453.571000', '192453.601000', '192453.604000', '192453.607000', '192453.609000', '192453.612000', '192453.614000', '192453.617000', '192453.620000', '192453.622000', '192453.625000', '192453.628000', '192453.630000', '192453.633000', '192453.636000', '192453.638000', '192453.641000', '192453.644000', '192453.647000', '192453.650000', '192453.652000', '192453.655000', '192453.658000', '192453.660000', '192453.663000', '192453.666000', '192453.668000', '192453.671000', '192453.674000', '192453.677000', '192453.679000', '192453.682000', '192453.684000', '192453.688000', '192453.691000', '192453.694000', '192453.696000', '192453.699000', '192453.702000', '192513.561000', '192513.563000', '192513.566000', '192513.569000', '192513.572000', '192513.574000', '192513.577000', '192513.580000', '192513.582000', '192513.585000', '192513.588000', '192513.590000', '192513.593000', '192513.595000', '192513.598000', '192513.601000', '192513.604000', '192513.606000', '192513.609000', '192513.611000', '192513.614000', '192513.617000', '192513.619000', '192513.622000', '192513.625000', '192513.627000', '192513.630000', '192513.633000', '192513.635000', '192513.638000', '192513.641000', '192513.644000', '192513.647000', '192513.655000', '192513.658000', '192513.660000', '192513.663000', '192513.666000', '192513.668000', '192513.671000', '192513.673000', '192513.676000', '192513.679000', '192513.682000', '192533.560000', '192533.563000', '192533.566000', '192533.569000', '192533.571000', '192533.574000', '192533.577000', '192533.579000', '192533.582000', '192533.585000', '192533.587000', '192533.590000', '192533.593000', '192533.595000', '192533.598000', '192533.601000', '192533.603000', '192533.606000', '192533.609000', '192533.611000', '192533.614000', '192533.617000', '192533.619000', '192533.622000', '192533.624000', '192533.627000', '192533.629000', '192533.646000', '192533.649000', '192533.651000', '192533.654000', '192533.656000', '192533.659000', '192533.662000', '192533.664000', '192533.667000', '192533.669000', '192533.672000', '192533.674000', '192533.677000', '192533.680000', '192533.683000', '192533.686000', '192553.561000', '192553.564000', '192553.566000', '192553.569000', '192553.571000', '192553.574000', '192553.577000', '192553.579000', '192553.582000', '192553.585000', '192553.587000', '192553.590000', '192553.593000', '192553.596000', '192553.598000', '192553.601000', '192553.604000', '192553.606000', '192553.609000', '192553.611000', '192553.614000', '192553.617000', '192553.619000', '192553.622000', '192553.625000', '192553.627000', '192553.630000', '192553.633000', '192553.635000', '192553.638000', '192553.641000', '192553.643000', '192553.646000', '192553.649000', '192553.651000', '192553.654000', '192553.656000', '192553.659000', '192553.662000', '192553.664000', '192553.667000', '192553.670000', '192553.672000', '192553.675000', '192613.561000', '192613.563000', '192613.566000', '192613.569000', '192613.571000', '192613.574000', '192613.577000', '192613.580000', '192613.582000', '192613.585000', '192613.587000', '192613.590000', '192613.593000', '192613.596000', '192613.598000', '192613.601000', '192613.604000', '192613.606000', '192613.609000', '192613.612000', '192613.614000', '192613.617000', '192613.619000', '192613.622000', '192613.625000', '192613.627000', '192613.630000', '192613.633000', '192613.635000', '192613.638000', '192613.641000', '192613.643000', '192613.646000', '192613.648000', '192613.651000', '192613.654000', '192613.656000', '192613.659000', '192613.662000', '192613.665000', '192613.668000', '192613.671000', '192613.673000', '192633.560000', '192633.563000', '192633.566000', '192633.569000', '192633.571000', '192633.574000', '192633.577000', '192633.579000', '192633.582000', '192633.584000', '192633.587000', '192633.590000', '192633.592000', '192633.595000', '192633.598000', '192633.600000', '192633.603000', '192633.606000', '192633.608000', '192633.611000', '192633.614000', '192633.616000', '192633.619000', '192633.621000', '192633.624000', '192633.627000', '192633.630000', '192633.632000', '192633.635000', '192633.638000', '192633.640000', '192633.643000', '192633.645000', '192633.648000', '192633.651000', '192633.653000', '192633.656000', '192633.659000', '192633.661000', '192633.664000', '192633.667000', '192633.669000', '192633.672000', '192633.674000', '192653.561000', '192653.564000', '192653.566000', '192653.569000', '192653.572000', '192653.574000', '192653.577000', '192653.580000', '192653.582000', '192653.585000', '192653.588000', '192653.590000', '192653.593000', '192653.595000', '192653.598000', '192653.601000', '192653.603000', '192653.606000', '192653.609000', '192653.611000', '192653.614000', '192653.617000', '192653.619000', '192653.622000', '192653.625000', '192653.627000', '192653.630000', '192653.633000', '192653.635000', '192653.638000', '192653.641000', '192653.643000', '192653.646000', '192653.649000', '192653.651000', '192653.654000', '192653.657000', '192653.659000', '192653.662000', '192653.665000', '192653.667000', '192653.670000', '192653.673000', '192713.560000', '192713.562000', '192713.565000', '192713.568000', '192713.571000', '192713.573000', '192713.576000', '192713.579000', '192713.582000', '192713.597000', '192713.600000', '192713.603000', '192713.605000', '192713.608000', '192713.611000', '192713.613000', '192713.616000', '192713.619000', '192713.621000', '192713.624000', '192713.627000', '192713.629000', '192713.632000', '192713.635000', '192713.637000', '192713.640000', '192713.642000', '192713.645000', '192713.648000', '192713.650000', '192713.653000', '192713.656000', '192713.658000', '192713.661000', '192713.663000', '192713.666000', '192713.669000', '192713.671000', '192713.674000', '192713.678000', '192713.680000', '192713.683000', '192713.686000', '192713.689000', '192733.560000', '192733.564000', '192733.566000', '192733.569000', '192733.571000', '192733.574000', '192733.577000', '192733.579000', '192733.582000', '192733.585000', '192733.587000', '192733.590000', '192733.593000', '192733.595000', '192733.598000', '192733.601000', '192733.603000', '192733.606000', '192733.616000', '192733.619000', '192733.622000', '192733.625000', '192733.628000', '192733.630000', '192733.633000', '192733.635000', '192733.638000', '192733.641000', '192733.643000', '192733.646000', '192733.649000', '192733.651000', '192733.654000', '192733.657000', '192733.659000', '192733.662000', '192733.665000', '192733.667000', '192733.670000', '192733.673000', '192733.675000', '192733.678000', '192733.680000', '192753.561000', '192753.563000', '192753.566000', '192753.569000', '192753.571000', '192753.574000', '192753.577000', '192753.579000', '192753.582000', '192753.585000', '192753.587000', '192753.590000', '192753.593000', '192753.595000', '192753.598000', '192753.601000', '192753.603000', '192753.606000', '192753.609000', '192753.611000', '192753.614000', '192753.617000', '192753.619000', '192753.622000', '192753.624000', '192753.627000', '192753.630000', '192753.632000', '192753.635000', '192753.637000', '192753.640000', '192753.643000', '192753.645000', '192753.648000', '192753.651000', '192753.653000', '192753.656000', '192753.659000', '192753.661000', '192753.664000', '192753.667000', '192753.669000', '192753.672000', '192753.675000', '192813.560000', '192813.563000', '192813.566000', '192813.569000', '192813.571000', '192813.574000', '192813.577000', '192813.579000', '192813.582000', '192813.585000', '192813.587000', '192813.590000', '192813.592000', '192813.595000', '192813.598000', '192813.600000', '192813.603000', '192813.606000', '192813.608000', '192813.611000', '192813.614000', '192813.616000', '192813.619000', '192813.622000', '192813.624000', '192813.627000', '192813.630000', '192813.632000', '192813.635000', '192813.637000', '192813.640000', '192813.643000', '192813.645000', '192813.648000', '192813.651000', '192813.653000', '192813.656000', '192813.659000', '192813.661000', '192813.664000', '192813.667000', '192813.669000', '192813.672000', '192833.561000', '192833.564000', '192833.567000', '192833.570000', '192833.572000', '192833.575000', '192833.578000', '192833.580000', '192833.583000', '192833.586000', '192833.588000', '192833.591000', '192833.594000', '192833.596000', '192833.599000', '192833.602000', '192833.604000', '192833.607000', '192833.610000', '192833.612000', '192833.615000', '192833.618000', '192833.621000', '192833.623000', '192833.626000', '192833.629000', '192833.631000', '192833.634000', '192833.636000', '192833.639000', '192833.642000', '192833.645000', '192833.647000', '192833.650000', '192833.664000', '192833.667000', '192833.669000', '192833.672000', '192833.675000', '192833.677000', '192833.680000', '192833.683000', '192833.685000', '192833.688000', '192853.561000', '192853.564000', '192853.566000', '192853.569000', '192853.572000', '192853.574000', '192853.577000', '192853.580000', '192853.582000', '192853.585000', '192853.588000', '192853.590000', '192853.593000', '192853.596000', '192853.598000', '192853.601000', '192853.604000', '192853.606000', '192853.609000', '192853.612000', '192853.616000', '192853.619000', '192853.622000', '192853.624000', '192853.627000', '192853.630000', '192853.632000', '192853.635000', '192853.638000', '192853.640000', '192853.643000', '192853.645000', '192853.648000', '192853.651000', '192853.653000', '192853.656000', '192853.659000', '192853.662000', '192853.664000', '192853.667000', '192853.669000', '192853.672000', '192853.675000', '192913.561000', '192913.563000', '192913.566000', '192913.569000', '192913.571000', '192913.574000', '192913.577000', '192913.579000', '192913.582000', '192913.585000', '192913.587000', '192913.590000', '192913.592000', '192913.595000', '192913.598000', '192913.600000', '192913.610000', '192913.613000', '192913.615000', '192913.618000', '192913.621000', '192913.623000', '192913.626000', '192913.629000', '192913.631000', '192913.634000', '192913.637000', '192913.639000', '192913.642000', '192913.644000', '192913.647000', '192913.650000', '192913.652000', '192913.655000', '192913.658000', '192913.660000', '192913.663000', '192913.665000', '192913.668000', '192913.671000', '192913.673000', '192913.676000', '192913.678000', '192913.681000', '192933.560000', '192933.562000', '192933.565000', '192933.568000', '192933.571000', '192933.573000', '192933.576000', '192933.579000', '192933.581000', '192933.584000', '192933.587000', '192933.589000', '192933.592000', '192933.594000', '192933.597000', '192933.600000', '192933.603000', '192933.605000', '192933.608000', '192933.611000', '192933.613000', '192933.616000', '192933.619000', '192933.621000', '192933.624000', '192933.626000', '192933.629000', '192933.632000', '192933.634000', '192933.637000', '192933.640000', '192933.642000', '192933.645000', '192933.647000', '192933.650000', '192933.653000', '192933.655000', '192933.658000', '192933.661000', '192933.663000', '192933.666000', '192933.668000', '192933.671000', '192953.560000', '192953.563000', '192953.566000', '192953.569000', '192953.571000', '192953.574000', '192953.577000', '192953.580000', '192953.582000', '192953.585000', '192953.587000', '192953.590000', '192953.593000', '192953.595000', '192953.598000', '192953.601000', '192953.603000', '192953.607000', '192953.610000', '192953.613000', '192953.616000', '192953.618000', '192953.621000', '192953.624000', '192953.626000', '192953.629000', '192953.632000', '192953.635000', '192953.637000', '192953.640000', '192953.642000', '192953.645000', '192953.648000', '192953.650000', '192953.653000', '192953.656000', '192953.658000', '192953.661000', '192953.664000', '192953.667000', '192953.669000', '192953.672000', '192953.675000', '192953.677000', '193013.561000', '193013.573000', '193013.575000', '193013.578000', '193013.581000', '193013.583000', '193013.586000', '193013.589000', '193013.591000', '193013.594000', '193013.597000', '193013.599000', '193013.602000', '193013.605000', '193013.607000', '193013.610000', '193013.612000', '193013.615000', '193013.618000', '193013.620000', '193013.623000', '193013.626000', '193013.628000', '193013.631000', '193013.634000', '193013.636000', '193013.639000', '193013.642000', '193013.644000', '193013.647000', '193013.650000', '193013.652000', '193013.655000', '193013.658000', '193013.660000', '193013.663000', '193013.665000', '193013.668000', '193013.671000', '193013.673000', '193013.676000', '193013.679000', '193013.681000', '193033.561000', '193033.564000', '193033.566000', '193033.569000', '193033.572000', '193033.574000', '193033.577000', '193033.580000', '193033.583000', '193033.586000', '193033.589000', '193033.592000', '193033.595000', '193033.597000', '193033.600000', '193033.603000', '193033.606000', '193033.608000', '193033.611000', '193033.613000', '193033.616000', '193033.619000', '193033.621000', '193033.624000', '193033.627000', '193033.629000', '193033.632000', '193033.635000', '193033.637000', '193033.640000', '193033.643000', '193033.645000', '193033.648000', '193033.650000', '193033.653000', '193033.656000', '193033.658000', '193033.661000', '193033.664000', '193033.666000', '193033.669000', '193033.671000', '193033.674000', '193053.561000', '193053.564000', '193053.566000', '193053.569000', '193053.572000', '193053.575000', '193053.577000', '193053.580000', '193053.583000', '193053.585000', '193053.588000', '193053.590000', '193053.593000', '193053.596000', '193053.598000', '193053.601000', '193053.604000', '193053.606000', '193053.609000', '193053.612000', '193053.614000', '193053.617000', '193053.620000', '193053.622000', '193053.625000', '193053.628000', '193053.630000', '193053.633000', '193053.636000', '193053.638000', '193053.641000', '193053.643000', '193053.646000', '193053.649000', '193053.651000', '193053.654000', '193053.657000', '193053.659000', '193053.662000', '193053.664000', '193053.667000', '193053.670000', '193053.672000', '193053.675000', '193113.561000', '193113.563000', '193113.566000', '193113.569000', '193113.571000', '193113.574000', '193113.577000', '193113.579000', '193113.582000', '193113.585000', '193113.587000', '193113.590000', '193113.593000', '193113.596000', '193113.598000', '193113.601000', '193113.604000', '193113.606000', '193113.609000', '193113.612000', '193113.614000', '193113.617000', '193113.620000', '193113.622000', '193113.625000', '193113.628000', '193113.630000', '193113.633000', '193113.636000', '193113.638000', '193113.641000', '193113.643000', '193113.647000', '193113.650000', '193113.652000', '193113.655000', '193113.658000', '193113.661000', '193113.663000', '193113.666000', '193113.669000', '193113.671000', '193113.674000', '193133.561000', '193133.563000', '193133.566000', '193133.569000', '193133.572000', '193133.574000', '193133.577000', '193133.580000', '193133.582000', '193133.585000', '193133.587000', '193133.590000', '193133.593000', '193133.595000', '193133.598000', '193133.601000', '193133.604000', '193133.606000', '193133.609000', '193133.611000', '193133.614000', '193133.617000', '193133.619000', '193133.622000', '193133.625000', '193133.627000', '193133.630000', '193133.633000', '193133.635000', '193133.638000', '193133.641000', '193133.643000', '193133.646000', '193133.648000', '193133.651000', '193133.654000', '193133.656000', '193133.659000', '193133.662000', '193133.664000', '193133.667000', '193133.670000', '193133.672000', '193133.675000', '193138.897000', '193138.900000', '193138.902000', '193138.905000', '193138.908000', '193138.910000', '193138.930000', '193138.933000', '193138.936000', '193138.938000', '193138.941000', '193138.944000'], 'InstanceCreationTime': ['192353.633000', '192353.637000', '192353.640000', '192353.643000', '192353.645000', '192353.648000', '192353.650000', '192353.653000', '192353.656000', '192353.658000', '192353.661000', '192353.664000', '192353.666000', '192353.669000', '192353.672000', '192353.674000', '192353.677000', '192353.679000', '192353.682000', '192353.685000', '192353.687000', '192353.690000', '192353.692000', '192353.695000', '192353.697000', '192353.700000', '192353.703000', '192353.705000', '192353.708000', '192353.711000', '192353.713000', '192353.721000', '192353.723000', '192353.726000', '192353.728000', '192353.731000', '192353.734000', '192353.736000', '192353.739000', '192353.742000', '192353.744000', '192353.757000', '192353.760000', '192353.762000', '192353.765000', '192353.767000', '192353.770000', '192353.773000', '192353.775000', '192353.778000', '192353.781000', '192353.783000', '192353.786000', '192413.561000', '192413.563000', '192413.566000', '192413.569000', '192413.572000', '192413.574000', '192413.577000', '192413.579000', '192413.582000', '192413.584000', '192413.593000', '192413.595000', '192413.598000', '192413.600000', '192413.603000', '192413.606000', '192413.608000', '192413.611000', '192413.614000', '192413.616000', '192413.619000', '192413.621000', '192413.625000', '192413.627000', '192413.630000', '192413.633000', '192413.636000', '192413.639000', '192413.641000', '192413.644000', '192413.647000', '192413.649000', '192413.652000', '192413.654000', '192413.657000', '192413.660000', '192413.662000', '192413.665000', '192413.667000', '192413.670000', '192413.673000', '192413.675000', '192413.678000', '192433.561000', '192433.564000', '192433.566000', '192433.570000', '192433.572000', '192433.575000', '192433.577000', '192433.580000', '192433.592000', '192433.595000', '192433.597000', '192433.600000', '192433.603000', '192433.605000', '192433.608000', '192433.611000', '192433.613000', '192433.616000', '192433.619000', '192433.621000', '192433.624000', '192433.626000', '192433.629000', '192433.632000', '192433.634000', '192433.637000', '192433.639000', '192433.650000', '192433.653000', '192433.655000', '192433.658000', '192433.661000', '192433.664000', '192433.666000', '192433.669000', '192433.672000', '192433.674000', '192433.677000', '192433.679000', '192433.682000', '192433.685000', '192433.687000', '192433.690000', '192433.693000', '192453.559000', '192453.563000', '192453.566000', '192453.568000', '192453.571000', '192453.601000', '192453.604000', '192453.607000', '192453.609000', '192453.612000', '192453.614000', '192453.617000', '192453.620000', '192453.622000', '192453.625000', '192453.628000', '192453.630000', '192453.633000', '192453.636000', '192453.638000', '192453.641000', '192453.644000', '192453.647000', '192453.650000', '192453.652000', '192453.655000', '192453.658000', '192453.660000', '192453.663000', '192453.666000', '192453.668000', '192453.671000', '192453.674000', '192453.677000', '192453.679000', '192453.682000', '192453.684000', '192453.688000', '192453.691000', '192453.694000', '192453.696000', '192453.699000', '192453.702000', '192513.561000', '192513.563000', '192513.566000', '192513.569000', '192513.572000', '192513.574000', '192513.577000', '192513.580000', '192513.582000', '192513.585000', '192513.588000', '192513.590000', '192513.593000', '192513.595000', '192513.598000', '192513.601000', '192513.604000', '192513.606000', '192513.609000', '192513.611000', '192513.614000', '192513.617000', '192513.619000', '192513.622000', '192513.625000', '192513.627000', '192513.630000', '192513.633000', '192513.635000', '192513.638000', '192513.641000', '192513.644000', '192513.647000', '192513.655000', '192513.658000', '192513.660000', '192513.663000', '192513.666000', '192513.668000', '192513.671000', '192513.673000', '192513.676000', '192513.679000', '192513.682000', '192533.560000', '192533.563000', '192533.566000', '192533.569000', '192533.571000', '192533.574000', '192533.577000', '192533.579000', '192533.582000', '192533.585000', '192533.587000', '192533.590000', '192533.593000', '192533.595000', '192533.598000', '192533.601000', '192533.603000', '192533.606000', '192533.609000', '192533.611000', '192533.614000', '192533.617000', '192533.619000', '192533.622000', '192533.624000', '192533.627000', '192533.629000', '192533.646000', '192533.649000', '192533.651000', '192533.654000', '192533.656000', '192533.659000', '192533.662000', '192533.664000', '192533.667000', '192533.669000', '192533.672000', '192533.674000', '192533.677000', '192533.680000', '192533.683000', '192533.686000', '192553.561000', '192553.564000', '192553.566000', '192553.569000', '192553.571000', '192553.574000', '192553.577000', '192553.579000', '192553.582000', '192553.585000', '192553.587000', '192553.590000', '192553.593000', '192553.596000', '192553.598000', '192553.601000', '192553.604000', '192553.606000', '192553.609000', '192553.611000', '192553.614000', '192553.617000', '192553.619000', '192553.622000', '192553.625000', '192553.627000', '192553.630000', '192553.633000', '192553.635000', '192553.638000', '192553.641000', '192553.643000', '192553.646000', '192553.649000', '192553.651000', '192553.654000', '192553.656000', '192553.659000', '192553.662000', '192553.664000', '192553.667000', '192553.670000', '192553.672000', '192553.675000', '192613.561000', '192613.563000', '192613.566000', '192613.569000', '192613.571000', '192613.574000', '192613.577000', '192613.580000', '192613.582000', '192613.585000', '192613.587000', '192613.590000', '192613.593000', '192613.596000', '192613.598000', '192613.601000', '192613.604000', '192613.606000', '192613.609000', '192613.612000', '192613.614000', '192613.617000', '192613.619000', '192613.622000', '192613.625000', '192613.627000', '192613.630000', '192613.633000', '192613.635000', '192613.638000', '192613.641000', '192613.643000', '192613.646000', '192613.648000', '192613.651000', '192613.654000', '192613.656000', '192613.659000', '192613.662000', '192613.665000', '192613.668000', '192613.671000', '192613.673000', '192633.560000', '192633.563000', '192633.566000', '192633.569000', '192633.571000', '192633.574000', '192633.577000', '192633.579000', '192633.582000', '192633.584000', '192633.587000', '192633.590000', '192633.592000', '192633.595000', '192633.598000', '192633.600000', '192633.603000', '192633.606000', '192633.608000', '192633.611000', '192633.614000', '192633.616000', '192633.619000', '192633.621000', '192633.624000', '192633.627000', '192633.630000', '192633.632000', '192633.635000', '192633.638000', '192633.640000', '192633.643000', '192633.645000', '192633.648000', '192633.651000', '192633.653000', '192633.656000', '192633.659000', '192633.661000', '192633.664000', '192633.667000', '192633.669000', '192633.672000', '192633.674000', '192653.561000', '192653.564000', '192653.566000', '192653.569000', '192653.572000', '192653.574000', '192653.577000', '192653.580000', '192653.582000', '192653.585000', '192653.588000', '192653.590000', '192653.593000', '192653.595000', '192653.598000', '192653.601000', '192653.603000', '192653.606000', '192653.609000', '192653.611000', '192653.614000', '192653.617000', '192653.619000', '192653.622000', '192653.625000', '192653.627000', '192653.630000', '192653.633000', '192653.635000', '192653.638000', '192653.641000', '192653.643000', '192653.646000', '192653.649000', '192653.651000', '192653.654000', '192653.657000', '192653.659000', '192653.662000', '192653.665000', '192653.667000', '192653.670000', '192653.673000', '192713.560000', '192713.562000', '192713.565000', '192713.568000', '192713.571000', '192713.573000', '192713.576000', '192713.579000', '192713.582000', '192713.597000', '192713.600000', '192713.603000', '192713.605000', '192713.608000', '192713.611000', '192713.613000', '192713.616000', '192713.619000', '192713.621000', '192713.624000', '192713.627000', '192713.629000', '192713.632000', '192713.635000', '192713.637000', '192713.640000', '192713.642000', '192713.645000', '192713.648000', '192713.650000', '192713.653000', '192713.656000', '192713.658000', '192713.661000', '192713.663000', '192713.666000', '192713.669000', '192713.671000', '192713.674000', '192713.678000', '192713.680000', '192713.683000', '192713.686000', '192713.689000', '192733.560000', '192733.564000', '192733.566000', '192733.569000', '192733.571000', '192733.574000', '192733.577000', '192733.579000', '192733.582000', '192733.585000', '192733.587000', '192733.590000', '192733.593000', '192733.595000', '192733.598000', '192733.601000', '192733.603000', '192733.606000', '192733.616000', '192733.619000', '192733.622000', '192733.625000', '192733.628000', '192733.630000', '192733.633000', '192733.635000', '192733.638000', '192733.641000', '192733.643000', '192733.646000', '192733.649000', '192733.651000', '192733.654000', '192733.657000', '192733.659000', '192733.662000', '192733.665000', '192733.667000', '192733.670000', '192733.673000', '192733.675000', '192733.678000', '192733.680000', '192753.561000', '192753.563000', '192753.566000', '192753.569000', '192753.571000', '192753.574000', '192753.577000', '192753.579000', '192753.582000', '192753.585000', '192753.587000', '192753.590000', '192753.593000', '192753.595000', '192753.598000', '192753.601000', '192753.603000', '192753.606000', '192753.609000', '192753.611000', '192753.614000', '192753.617000', '192753.619000', '192753.622000', '192753.624000', '192753.627000', '192753.630000', '192753.632000', '192753.635000', '192753.637000', '192753.640000', '192753.643000', '192753.645000', '192753.648000', '192753.651000', '192753.653000', '192753.656000', '192753.659000', '192753.661000', '192753.664000', '192753.667000', '192753.669000', '192753.672000', '192753.675000', '192813.560000', '192813.563000', '192813.566000', '192813.569000', '192813.571000', '192813.574000', '192813.577000', '192813.579000', '192813.582000', '192813.585000', '192813.587000', '192813.590000', '192813.592000', '192813.595000', '192813.598000', '192813.600000', '192813.603000', '192813.606000', '192813.608000', '192813.611000', '192813.614000', '192813.616000', '192813.619000', '192813.622000', '192813.624000', '192813.627000', '192813.630000', '192813.632000', '192813.635000', '192813.637000', '192813.640000', '192813.643000', '192813.645000', '192813.648000', '192813.651000', '192813.653000', '192813.656000', '192813.659000', '192813.661000', '192813.664000', '192813.667000', '192813.669000', '192813.672000', '192833.561000', '192833.564000', '192833.567000', '192833.570000', '192833.572000', '192833.575000', '192833.578000', '192833.580000', '192833.583000', '192833.586000', '192833.588000', '192833.591000', '192833.594000', '192833.596000', '192833.599000', '192833.602000', '192833.604000', '192833.607000', '192833.610000', '192833.612000', '192833.615000', '192833.618000', '192833.621000', '192833.623000', '192833.626000', '192833.629000', '192833.631000', '192833.634000', '192833.636000', '192833.639000', '192833.642000', '192833.645000', '192833.647000', '192833.650000', '192833.664000', '192833.667000', '192833.669000', '192833.672000', '192833.675000', '192833.677000', '192833.680000', '192833.683000', '192833.685000', '192833.688000', '192853.561000', '192853.564000', '192853.566000', '192853.569000', '192853.572000', '192853.574000', '192853.577000', '192853.580000', '192853.582000', '192853.585000', '192853.588000', '192853.590000', '192853.593000', '192853.596000', '192853.598000', '192853.601000', '192853.604000', '192853.606000', '192853.609000', '192853.612000', '192853.616000', '192853.619000', '192853.622000', '192853.624000', '192853.627000', '192853.630000', '192853.632000', '192853.635000', '192853.638000', '192853.640000', '192853.643000', '192853.645000', '192853.648000', '192853.651000', '192853.653000', '192853.656000', '192853.659000', '192853.662000', '192853.664000', '192853.667000', '192853.669000', '192853.672000', '192853.675000', '192913.561000', '192913.563000', '192913.566000', '192913.569000', '192913.571000', '192913.574000', '192913.577000', '192913.579000', '192913.582000', '192913.585000', '192913.587000', '192913.590000', '192913.592000', '192913.595000', '192913.598000', '192913.600000', '192913.610000', '192913.613000', '192913.615000', '192913.618000', '192913.621000', '192913.623000', '192913.626000', '192913.629000', '192913.631000', '192913.634000', '192913.637000', '192913.639000', '192913.642000', '192913.644000', '192913.647000', '192913.650000', '192913.652000', '192913.655000', '192913.658000', '192913.660000', '192913.663000', '192913.665000', '192913.668000', '192913.671000', '192913.673000', '192913.676000', '192913.678000', '192913.681000', '192933.560000', '192933.562000', '192933.565000', '192933.568000', '192933.571000', '192933.573000', '192933.576000', '192933.579000', '192933.581000', '192933.584000', '192933.587000', '192933.589000', '192933.592000', '192933.594000', '192933.597000', '192933.600000', '192933.603000', '192933.605000', '192933.608000', '192933.611000', '192933.613000', '192933.616000', '192933.619000', '192933.621000', '192933.624000', '192933.626000', '192933.629000', '192933.632000', '192933.634000', '192933.637000', '192933.640000', '192933.642000', '192933.645000', '192933.647000', '192933.650000', '192933.653000', '192933.655000', '192933.658000', '192933.661000', '192933.663000', '192933.666000', '192933.668000', '192933.671000', '192953.560000', '192953.563000', '192953.566000', '192953.569000', '192953.571000', '192953.574000', '192953.577000', '192953.580000', '192953.582000', '192953.585000', '192953.587000', '192953.590000', '192953.593000', '192953.595000', '192953.598000', '192953.601000', '192953.603000', '192953.607000', '192953.610000', '192953.613000', '192953.616000', '192953.618000', '192953.621000', '192953.624000', '192953.626000', '192953.629000', '192953.632000', '192953.635000', '192953.637000', '192953.640000', '192953.642000', '192953.645000', '192953.648000', '192953.650000', '192953.653000', '192953.656000', '192953.658000', '192953.661000', '192953.664000', '192953.667000', '192953.669000', '192953.672000', '192953.675000', '192953.677000', '193013.561000', '193013.573000', '193013.575000', '193013.578000', '193013.581000', '193013.583000', '193013.586000', '193013.589000', '193013.591000', '193013.594000', '193013.597000', '193013.599000', '193013.602000', '193013.605000', '193013.607000', '193013.610000', '193013.612000', '193013.615000', '193013.618000', '193013.620000', '193013.623000', '193013.626000', '193013.628000', '193013.631000', '193013.634000', '193013.636000', '193013.639000', '193013.642000', '193013.644000', '193013.647000', '193013.650000', '193013.652000', '193013.655000', '193013.658000', '193013.660000', '193013.663000', '193013.665000', '193013.668000', '193013.671000', '193013.673000', '193013.676000', '193013.679000', '193013.681000', '193033.561000', '193033.564000', '193033.566000', '193033.569000', '193033.572000', '193033.574000', '193033.577000', '193033.580000', '193033.583000', '193033.586000', '193033.589000', '193033.592000', '193033.595000', '193033.597000', '193033.600000', '193033.603000', '193033.606000', '193033.608000', '193033.611000', '193033.613000', '193033.616000', '193033.619000', '193033.621000', '193033.624000', '193033.627000', '193033.629000', '193033.632000', '193033.635000', '193033.637000', '193033.640000', '193033.643000', '193033.645000', '193033.648000', '193033.650000', '193033.653000', '193033.656000', '193033.658000', '193033.661000', '193033.664000', '193033.666000', '193033.669000', '193033.671000', '193033.674000', '193053.561000', '193053.564000', '193053.566000', '193053.569000', '193053.572000', '193053.575000', '193053.577000', '193053.580000', '193053.583000', '193053.585000', '193053.588000', '193053.590000', '193053.593000', '193053.596000', '193053.598000', '193053.601000', '193053.604000', '193053.606000', '193053.609000', '193053.612000', '193053.614000', '193053.617000', '193053.620000', '193053.622000', '193053.625000', '193053.628000', '193053.630000', '193053.633000', '193053.636000', '193053.638000', '193053.641000', '193053.643000', '193053.646000', '193053.649000', '193053.651000', '193053.654000', '193053.657000', '193053.659000', '193053.662000', '193053.664000', '193053.667000', '193053.670000', '193053.672000', '193053.675000', '193113.561000', '193113.563000', '193113.566000', '193113.569000', '193113.571000', '193113.574000', '193113.577000', '193113.579000', '193113.582000', '193113.585000', '193113.587000', '193113.590000', '193113.593000', '193113.596000', '193113.598000', '193113.601000', '193113.604000', '193113.606000', '193113.609000', '193113.612000', '193113.614000', '193113.617000', '193113.620000', '193113.622000', '193113.625000', '193113.628000', '193113.630000', '193113.633000', '193113.636000', '193113.638000', '193113.641000', '193113.643000', '193113.647000', '193113.650000', '193113.652000', '193113.655000', '193113.658000', '193113.661000', '193113.663000', '193113.666000', '193113.669000', '193113.671000', '193113.674000', '193133.561000', '193133.563000', '193133.566000', '193133.569000', '193133.572000', '193133.574000', '193133.577000', '193133.580000', '193133.582000', '193133.585000', '193133.587000', '193133.590000', '193133.593000', '193133.595000', '193133.598000', '193133.601000', '193133.604000', '193133.606000', '193133.609000', '193133.611000', '193133.614000', '193133.617000', '193133.619000', '193133.622000', '193133.625000', '193133.627000', '193133.630000', '193133.633000', '193133.635000', '193133.638000', '193133.641000', '193133.643000', '193133.646000', '193133.648000', '193133.651000', '193133.654000', '193133.656000', '193133.659000', '193133.662000', '193133.664000', '193133.667000', '193133.670000', '193133.672000', '193133.675000', '193138.897000', '193138.900000', '193138.902000', '193138.905000', '193138.908000', '193138.910000', '193138.930000', '193138.933000', '193138.936000', '193138.938000', '193138.941000', '193138.944000'], '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': [8863, 8485, 8546, 8972, 8824, 8898, 11509, 9331, 8575, 8825, 8630, 9129, 8499, 8808, 8575, 8649, 8926, 7920, 8967, 8532, 8584, 8955, 8545, 9173, 8702, 8819, 9184, 9496, 8942, 10375, 8608, 9124, 8194, 9147, 8735, 8771, 8932, 7990, 9024, 8810, 8838, 9229, 8033, 8998, 8788, 8810, 9085, 8146, 8899, 8355, 8689, 9073, 8357, 9030, 9054, 8586, 9157, 8726, 9253, 8761, 8035, 9270, 9168, 8670, 9328, 8711, 9301, 9364, 7847, 9393, 8692, 9392, 8877, 8500, 9113, 9048, 7786, 9264, 8571, 9410, 8919, 8177, 9280, 9029, 8717, 9275, 9484, 9033, 9199, 7884, 9201, 10378, 9613, 9134, 8566, 9302, 9270, 7993, 9240, 8703, 9326, 8944, 8448, 9189, 9063, 8039, 9158, 8808, 9180, 9047, 8167, 9120, 8657, 9308, 8846, 9414, 8965, 7810, 9210, 8652, 9445, 8734, 8077, 9251, 9018, 8463, 8903, 8409, 9158, 8879, 8194, 9384, 9171, 8390, 9031, 9211, 9179, 9152, 7740, 9036, 9387, 9210, 8719, 7733, 9201, 8898, 8525, 9102, 9012, 9136, 9198, 8291, 8941, 9702, 9054, 8975, 7864, 9023, 8359, 9320, 8737, 7978, 9212, 8831, 7583, 8916, 8416, 9161, 8610, 7853, 9199, 9042, 8342, 8944, 8537, 9316, 8697, 10528, 9411, 7719, 7508, 7576, 8341, 7897, 8680, 8112, 8917, 8323, 8963, 9280, 8811, 8803, 8170, 8933, 11301, 8905, 9037, 9360, 8681, 11345, 8681, 11187, 9289, 8917, 8464, 8699, 9321, 8625, 8976, 8419, 8624, 9419, 8891, 9000, 8576, 8744, 8643, 8767, 8555, 7811, 8749, 8737, 8471, 8798, 8297, 8722, 8834, 7487, 8699, 8184, 9049, 8578, 7771, 8837, 8718, 8347, 8661, 8308, 8891, 8760, 7414, 8771, 7947, 9269, 8456, 8072, 9073, 8437, 7426, 8914, 8481, 8315, 8782, 8253, 8969, 8487, 7094, 8954, 8703, 8175, 8795, 8032, 8958, 8518, 7304, 9070, 8473, 9519, 8826, 10109, 9191, 8901, 8413, 9403, 9058, 8182, 9137, 9811, 9564, 9031, 7929, 9303, 9994, 9362, 9221, 7756, 9384, 9312, 9448, 9367, 8852, 9305, 9397, 7715, 9306, 9018, 9445, 9267, 8980, 9395, 9576, 8484, 9644, 9291, 9384, 9379, 8200, 9429, 9873, 9865, 9483, 8957, 9393, 9498, 8067, 9434, 8284, 8175, 8702, 7611, 8935, 8462, 8157, 8889, 8431, 7762, 9204, 8941, 9320, 8946, 7690, 9454, 8751, 9724, 9114, 8627, 9362, 9390, 7784, 9264, 8844, 9022, 9217, 8795, 9473, 9064, 7594, 9422, 8868, 9753, 9086, 8663, 9375, 9274, 7745, 9276, 8727, 9617, 9202, 8881, 9340, 9275, 7610, 9282, 9056, 8495, 9391, 8636, 9333, 9064, 7412, 9208, 9060, 8938, 9314, 8585, 9097, 9227, 7859, 9227, 9162, 8704, 9070, 8942, 9166, 9058, 7921, 9128, 9014, 8708, 9339, 8538, 9037, 8957, 7837, 9012, 9032, 7662, 9139, 8379, 9436, 8993, 8603, 8893, 9174, 7785, 8986, 9008, 9577, 8918, 8452, 8940, 8993, 7833, 8981, 8521, 9296, 8632, 8053, 8907, 8966, 8217, 9101, 8510, 8796, 8534, 8397, 9052, 8808, 8775, 8924, 8858, 7942, 9007, 9265, 8987, 8815, 8489, 8959, 8977, 8486, 8998, 9217, 7609, 9080, 8564, 9538, 8878, 8304, 9097, 8626, 10045, 8451, 7434, 7417, 6362, 6916, 7158, 7426, 7274, 7822, 8084, 8546, 8334, 8093, 8518, 11397, 8954, 9744, 9736, 8202, 11439, 9985, 8182, 11152, 8101, 11538, 9861, 8213, 9573, 8354, 9899, 8271, 8452, 7928, 8423, 8450, 8969, 8301, 8140, 8355, 8513, 8123, 8346, 8470, 8305, 8290, 7510, 8697, 8007, 8618, 8513, 7425, 8654, 8357, 9030, 8560, 7832, 8800, 8329, 8793, 8811, 8306, 8783, 8714, 7436, 8880, 8529, 8423, 8750, 9937, 8834, 8416, 8151, 9001, 8627, 8853, 8501, 8110, 8856, 8748, 7413, 8995, 8268, 8911, 8583, 7469, 8834, 9668, 9470, 8710, 8395, 9044, 9077, 8077, 8987, 8969, 8882, 9284, 8521, 8884, 8193, 8804, 8792, 8373, 9011, 8999, 8086, 9124, 8763, 8404, 9062, 9456, 9326, 8879, 8589, 9266, 8889, 7731, 9181, 8845, 8216, 9385, 8409, 9014, 8650, 8306, 8976, 8857, 7452, 9095, 8217, 9048, 8656, 9234, 9062, 8999, 8596, 8759, 10066, 8695, 8881, 8888, 7971, 8997, 8391, 8957, 9120, 8823, 9006, 10510, 8594, 8742, 9275, 9097, 8986, 8558, 8703, 11351, 9764, 8547, 8115, 8865, 8912, 9158, 8844, 8582, 8819, 8739, 7891, 8688, 8671, 8476, 8566, 8218, 9082, 8420, 8556, 8638, 8938, 8028, 9030, 8223, 9151, 8665, 8902, 8707, 8726, 7559, 9012, 8601, 9262, 8876, 8646, 8739, 9001, 7922, 8990, 8379, 9204, 8826, 8596, 9065, 8832, 7805, 9154, 8440, 9020, 8892, 8330, 8890, 9005, 8183, 8984, 8421, 8889, 8964, 8372, 8890, 9114, 9207, 9028, 8232, 9023, 9036, 8046, 9049, 8574, 8810, 8927, 8058, 8908, 9434, 8839, 8876, 7767, 9224, 8917, 9081, 8900, 7708, 8931, 10922, 9234, 8786, 9153, 9094, 9238, 8706, 8778, 10199, 8815, 8745, 7906, 9147, 8549, 8976, 8911, 8434, 8823, 9046, 8590, 8960, 8653, 8846, 9393, 9096, 8744, 7954, 8964, 9829, 9401, 8900, 8672, 8882, 9158, 8056, 9014, 8701, 8198, 9074, 8752, 8939, 9316, 9172, 8685, 10596, 8907, 10062, 9127, 8802, 8814, 8854, 9803, 8422, 8923, 11244, 8758, 10751, 8589, 8574, 7633, 8654, 8358, 8501, 8827, 8172, 8774, 8698, 9084, 8634, 8506, 8768, 8980, 8625, 8778, 8851, 8859, 8721, 8371, 8743, 8924, 8654, 8841, 9280, 9057, 8825, 8044, 8892, 9041, 8781, 8621, 7999, 8971, 9531, 8836, 8854, 9728, 8784, 9078, 8474, 8818, 8486, 8880, 8655, 9556, 8893, 8837, 8659, 8857, 9217, 8454, 8919, 9179, 8803, 8646, 8570, 8668, 9006, 8012, 8964, 8911, 9245, 8911, 10446, 8880, 8796, 8384, 8822, 9045, 8475, 8918, 10886, 8790, 8708, 8315, 8917, 8753, 8205, 8868, 9081, 8230, 9024, 9090, 8246, 9147, 8395, 9104, 8743, 9161, 9032, 8853, 8400, 8984, 8992, 9378, 9088, 8679, 8278, 9123, 8924, 9368, 8753, 9007, 8281, 8814, 10605, 9653, 8894, 9042, 8208, 8966, 8694, 8382, 8819, 8890, 8075, 8421, 8905, 7780, 8902, 8397, 9043, 8693, 10349, 10377, 8535, 8580, 8786, 8812, 8597, 8546, 9121, 9333, 8711, 11140, 8520, 11622, 9373, 10043, 9648, 8118, 10620, 7997, 8348, 9065, 8429, 11151, 8989, 8093, 10195, 8730, 8358, 8284, 8122, 8401, 8130, 8097, 10003, 8329, 7920, 8687, 7899, 8611, 7831, 8383, 7770, 8875, 8094, 9542, 7788, 8085, 8241, 8037, 8608, 8884, 8259, 8266, 8157, 8492, 8665, 8337, 7849, 8454, 8393, 7860, 8369, 8334, 8159, 8188, 9255, 8290, 8599, 8718, 8371, 8443, 8211, 8855, 8870, 8445, 8246, 8342, 8865, 8919, 8455, 8049, 8422, 8328, 8464, 8432, 7679, 8624, 8531, 8407, 8512, 8012, 8803, 8451, 8502, 8619, 7655, 8689, 9322, 8291, 8714, 8447, 8552, 8564, 8269, 8577, 7512, 8690, 8324, 8673, 8545, 7693, 8676, 8804, 9088, 8552, 8704, 8544, 8878, 8103, 8815, 8404, 8866, 8655, 8272, 8745, 8822, 8611, 8886, 8370, 8570, 8887, 8599, 8824, 9692, 8549, 8785, 7854, 8615, 9184, 8833, 8959, 8678, 9076, 9052, 9036, 8802, 8510, 10637, 8722, 8960, 8004, 8997, 9799, 8881, 8958, 9961, 8948, 8801, 9137, 8651, 8878, 8919, 8802, 11547, 8539, 9483, 9285, 8700, 8325, 9159, 8639, 8632, 8620, 8912, 9010, 8490, 9247, 8362, 8754, 7718, 8742, 8747, 8594, 8775, 8523, 9104, 8898, 8732, 8631, 8913], 'WindowCenter': [3944.0, 3927.0, 3915.0, 3912.0, 3912.0, 3899.0, 3918.0, 3896.0, 3886.0, 3884.0, 3885.0, 3894.0, 3896.0, 3896.0, 3896.0, 3897.0, 3897.0, 3886.0, 3898.0, 3898.0, 3897.0, 3896.0, 3896.0, 3897.0, 3885.0, 3896.0, 3896.0, 3896.0, 3885.0, 3905.0, 3885.0, 3896.0, 3884.0, 3897.0, 3896.0, 3898.0, 3896.0, 3886.0, 3896.0, 3897.0, 3898.0, 3897.0, 3886.0, 3897.0, 3897.0, 3898.0, 3899.0, 3888.0, 3898.0, 3899.0, 3898.0, 3898.0, 3899.0, 3910.0, 3909.0, 3899.0, 3909.0, 3898.0, 3909.0, 3900.0, 3901.0, 3911.0, 3911.0, 3901.0, 3910.0, 3911.0, 3912.0, 3911.0, 3901.0, 3911.0, 3901.0, 3911.0, 3900.0, 3900.0, 3901.0, 3900.0, 3890.0, 3911.0, 3901.0, 3911.0, 3911.0, 3901.0, 3912.0, 3910.0, 3900.0, 3911.0, 3910.0, 3900.0, 3898.0, 3889.0, 3900.0, 3910.0, 3910.0, 3899.0, 3898.0, 3910.0, 3898.0, 3888.0, 3898.0, 3899.0, 3910.0, 3911.0, 3889.0, 3899.0, 3898.0, 3887.0, 3897.0, 3897.0, 3898.0, 3897.0, 3887.0, 3897.0, 3886.0, 3897.0, 3898.0, 3898.0, 3898.0, 3888.0, 3898.0, 3898.0, 3909.0, 3899.0, 3889.0, 3910.0, 3899.0, 3900.0, 3910.0, 3899.0, 3910.0, 3899.0, 3899.0, 3909.0, 3910.0, 3899.0, 3910.0, 3909.0, 3910.0, 3898.0, 3888.0, 3900.0, 3910.0, 3909.0, 3898.0, 3889.0, 3909.0, 3899.0, 3900.0, 3898.0, 3898.0, 3899.0, 3898.0, 3889.0, 3898.0, 3898.0, 3897.0, 3897.0, 3886.0, 3897.0, 3887.0, 3897.0, 3888.0, 3888.0, 3909.0, 3898.0, 3888.0, 3899.0, 3899.0, 3909.0, 3900.0, 3889.0, 3910.0, 3898.0, 3899.0, 3899.0, 3899.0, 3909.0, 3899.0, 3921.0, 3913.0, 3890.0, 3877.0, 3888.0, 3900.0, 3898.0, 3899.0, 3887.0, 3910.0, 3898.0, 3911.0, 3908.0, 3910.0, 3897.0, 3897.0, 3898.0, 3916.0, 3897.0, 3885.0, 3895.0, 3873.0, 3894.0, 3872.0, 3890.0, 3869.0, 3868.0, 3857.0, 3856.0, 3866.0, 3857.0, 3867.0, 3857.0, 3857.0, 3867.0, 3868.0, 3867.0, 3856.0, 3868.0, 3868.0, 3869.0, 3868.0, 3858.0, 3869.0, 3870.0, 3869.0, 3870.0, 3870.0, 3881.0, 3882.0, 3862.0, 3883.0, 3883.0, 3883.0, 3883.0, 3873.0, 3884.0, 3883.0, 3884.0, 3885.0, 3885.0, 3896.0, 3885.0, 3875.0, 3897.0, 3885.0, 3897.0, 3886.0, 3886.0, 3898.0, 3899.0, 3888.0, 3910.0, 3898.0, 3898.0, 3909.0, 3898.0, 3910.0, 3910.0, 3890.0, 3911.0, 3899.0, 3900.0, 3912.0, 3901.0, 3912.0, 3911.0, 3902.0, 3912.0, 3901.0, 3922.0, 3912.0, 3922.0, 3911.0, 3910.0, 3911.0, 3923.0, 3911.0, 3900.0, 3910.0, 3921.0, 3921.0, 3910.0, 3900.0, 3911.0, 3909.0, 3910.0, 3910.0, 3888.0, 3911.0, 3912.0, 3910.0, 3908.0, 3898.0, 3909.0, 3909.0, 3890.0, 3910.0, 3909.0, 3909.0, 3909.0, 3910.0, 3912.0, 3910.0, 3899.0, 3909.0, 3909.0, 3909.0, 3909.0, 3899.0, 3910.0, 3922.0, 3910.0, 3909.0, 3898.0, 3910.0, 3920.0, 3912.0, 3923.0, 3924.0, 3913.0, 3909.0, 3888.0, 3909.0, 3898.0, 3899.0, 3909.0, 3898.0, 3914.0, 3923.0, 3911.0, 3911.0, 3899.0, 3888.0, 3908.0, 3899.0, 3908.0, 3897.0, 3897.0, 3908.0, 3908.0, 3887.0, 3909.0, 3898.0, 3898.0, 3908.0, 3898.0, 3909.0, 3911.0, 3889.0, 3909.0, 3899.0, 3908.0, 3909.0, 3899.0, 3909.0, 3908.0, 3887.0, 3909.0, 3898.0, 3909.0, 3908.0, 3898.0, 3909.0, 3908.0, 3888.0, 3909.0, 3909.0, 3898.0, 3908.0, 3898.0, 3908.0, 3899.0, 3889.0, 3909.0, 3899.0, 3899.0, 3909.0, 3898.0, 3909.0, 3908.0, 3889.0, 3908.0, 3908.0, 3900.0, 3899.0, 3899.0, 3898.0, 3897.0, 3887.0, 3909.0, 3898.0, 3898.0, 3897.0, 3897.0, 3897.0, 3910.0, 3887.0, 3897.0, 3897.0, 3887.0, 3898.0, 3898.0, 3908.0, 3897.0, 3898.0, 3898.0, 3909.0, 3888.0, 3898.0, 3898.0, 3908.0, 3898.0, 3897.0, 3898.0, 3910.0, 3888.0, 3899.0, 3898.0, 3908.0, 3899.0, 3900.0, 3898.0, 3898.0, 3899.0, 3898.0, 3899.0, 3899.0, 3899.0, 3899.0, 3911.0, 3899.0, 3900.0, 3899.0, 3909.0, 3900.0, 3910.0, 3909.0, 3900.0, 3898.0, 3898.0, 3899.0, 3898.0, 3898.0, 3899.0, 3898.0, 3888.0, 3898.0, 3898.0, 3910.0, 3909.0, 3899.0, 3909.0, 3900.0, 3910.0, 3914.0, 3892.0, 3891.0, 3868.0, 3890.0, 3878.0, 3890.0, 3888.0, 3900.0, 3899.0, 3911.0, 3899.0, 3899.0, 3898.0, 3918.0, 3898.0, 3895.0, 3896.0, 3884.0, 3904.0, 3894.0, 3871.0, 3892.0, 3861.0, 3889.0, 3880.0, 3858.0, 3868.0, 3856.0, 3865.0, 3856.0, 3856.0, 3857.0, 3857.0, 3856.0, 3868.0, 3858.0, 3858.0, 3857.0, 3867.0, 3858.0, 3870.0, 3870.0, 3870.0, 3871.0, 3861.0, 3882.0, 3871.0, 3882.0, 3883.0, 3872.0, 3884.0, 3883.0, 3884.0, 3883.0, 3874.0, 3895.0, 3885.0, 3886.0, 3895.0, 3883.0, 3883.0, 3884.0, 3874.0, 3896.0, 3898.0, 3899.0, 3897.0, 3907.0, 3897.0, 3886.0, 3886.0, 3898.0, 3896.0, 3898.0, 3898.0, 3888.0, 3898.0, 3897.0, 3888.0, 3899.0, 3898.0, 3910.0, 3899.0, 3889.0, 3898.0, 3908.0, 3909.0, 3898.0, 3897.0, 3899.0, 3898.0, 3887.0, 3899.0, 3898.0, 3898.0, 3908.0, 3898.0, 3897.0, 3897.0, 3909.0, 3898.0, 3898.0, 3900.0, 3899.0, 3900.0, 3909.0, 3899.0, 3899.0, 3899.0, 3897.0, 3898.0, 3897.0, 3886.0, 3897.0, 3897.0, 3887.0, 3897.0, 3898.0, 3887.0, 3897.0, 3888.0, 3899.0, 3899.0, 3888.0, 3899.0, 3898.0, 3878.0, 3899.0, 3899.0, 3910.0, 3900.0, 3910.0, 3900.0, 3899.0, 3900.0, 3900.0, 3910.0, 3900.0, 3900.0, 3910.0, 3889.0, 3900.0, 3898.0, 3899.0, 3908.0, 3899.0, 3897.0, 3907.0, 3887.0, 3886.0, 3897.0, 3896.0, 3896.0, 3885.0, 3885.0, 3905.0, 3896.0, 3883.0, 3873.0, 3883.0, 3883.0, 3882.0, 3883.0, 3872.0, 3883.0, 3883.0, 3872.0, 3871.0, 3872.0, 3871.0, 3882.0, 3872.0, 3884.0, 3872.0, 3883.0, 3884.0, 3884.0, 3874.0, 3884.0, 3884.0, 3896.0, 3885.0, 3886.0, 3885.0, 3885.0, 3875.0, 3896.0, 3896.0, 3898.0, 3896.0, 3897.0, 3897.0, 3897.0, 3887.0, 3898.0, 3897.0, 3898.0, 3897.0, 3897.0, 3897.0, 3897.0, 3887.0, 3898.0, 3898.0, 3898.0, 3897.0, 3887.0, 3898.0, 3897.0, 3898.0, 3898.0, 3898.0, 3899.0, 3898.0, 3898.0, 3899.0, 3898.0, 3908.0, 3899.0, 3898.0, 3909.0, 3909.0, 3900.0, 3909.0, 3899.0, 3909.0, 3909.0, 3900.0, 3910.0, 3909.0, 3899.0, 3899.0, 3887.0, 3897.0, 3898.0, 3898.0, 3897.0, 3888.0, 3899.0, 3919.0, 3897.0, 3896.0, 3897.0, 3897.0, 3896.0, 3887.0, 3897.0, 3907.0, 3896.0, 3896.0, 3886.0, 3896.0, 3895.0, 3897.0, 3897.0, 3887.0, 3897.0, 3898.0, 3885.0, 3896.0, 3885.0, 3896.0, 3895.0, 3896.0, 3885.0, 3886.0, 3896.0, 3896.0, 3895.0, 3885.0, 3885.0, 3897.0, 3897.0, 3887.0, 3898.0, 3898.0, 3897.0, 3898.0, 3898.0, 3898.0, 3908.0, 3909.0, 3899.0, 3909.0, 3899.0, 3908.0, 3896.0, 3896.0, 3895.0, 3896.0, 3895.0, 3886.0, 3896.0, 3905.0, 3883.0, 3894.0, 3873.0, 3882.0, 3872.0, 3883.0, 3873.0, 3883.0, 3883.0, 3883.0, 3883.0, 3883.0, 3884.0, 3883.0, 3883.0, 3884.0, 3884.0, 3885.0, 3884.0, 3884.0, 3884.0, 3885.0, 3884.0, 3886.0, 3896.0, 3887.0, 3896.0, 3896.0, 3896.0, 3896.0, 3886.0, 3897.0, 3896.0, 3886.0, 3885.0, 3875.0, 3885.0, 3895.0, 3885.0, 3884.0, 3895.0, 3886.0, 3884.0, 3874.0, 3884.0, 3885.0, 3896.0, 3885.0, 3896.0, 3885.0, 3897.0, 3885.0, 3898.0, 3896.0, 3888.0, 3897.0, 3897.0, 3897.0, 3887.0, 3886.0, 3886.0, 3885.0, 3876.0, 3886.0, 3897.0, 3897.0, 3897.0, 3907.0, 3887.0, 3886.0, 3885.0, 3887.0, 3886.0, 3886.0, 3896.0, 3907.0, 3887.0, 3886.0, 3885.0, 3896.0, 3886.0, 3886.0, 3898.0, 3898.0, 3887.0, 3897.0, 3897.0, 3888.0, 3898.0, 3899.0, 3900.0, 3900.0, 3911.0, 3899.0, 3899.0, 3899.0, 3900.0, 3900.0, 3910.0, 3899.0, 3899.0, 3887.0, 3897.0, 3897.0, 3897.0, 3887.0, 3886.0, 3888.0, 3897.0, 3908.0, 3896.0, 3886.0, 3885.0, 3887.0, 3898.0, 3898.0, 3888.0, 3898.0, 3898.0, 3888.0, 3888.0, 3900.0, 3889.0, 3900.0, 3888.0, 3900.0, 3899.0, 3911.0, 3922.0, 3899.0, 3888.0, 3899.0, 3899.0, 3898.0, 3898.0, 3898.0, 3897.0, 3886.0, 3907.0, 3886.0, 3906.0, 3896.0, 3894.0, 3883.0, 3872.0, 3892.0, 3862.0, 3872.0, 3871.0, 3873.0, 3892.0, 3871.0, 3861.0, 3882.0, 3858.0, 3858.0, 3858.0, 3859.0, 3859.0, 3859.0, 3860.0, 3881.0, 3860.0, 3860.0, 3870.0, 3861.0, 3870.0, 3860.0, 3872.0, 3861.0, 3884.0, 3873.0, 3884.0, 3862.0, 3873.0, 3872.0, 3873.0, 3872.0, 3884.0, 3872.0, 3874.0, 3875.0, 3873.0, 3884.0, 3876.0, 3874.0, 3875.0, 3874.0, 3874.0, 3885.0, 3885.0, 3876.0, 3886.0, 3885.0, 3874.0, 3885.0, 3873.0, 3873.0, 3873.0, 3884.0, 3884.0, 3884.0, 3886.0, 3885.0, 3886.0, 3886.0, 3896.0, 3886.0, 3886.0, 3887.0, 3886.0, 3887.0, 3887.0, 3887.0, 3898.0, 3887.0, 3888.0, 3899.0, 3887.0, 3899.0, 3887.0, 3899.0, 3898.0, 3889.0, 3900.0, 3898.0, 3888.0, 3898.0, 3887.0, 3897.0, 3898.0, 3888.0, 3898.0, 3877.0, 3899.0, 3888.0, 3899.0, 3899.0, 3889.0, 3900.0, 3910.0, 3911.0, 3911.0, 3900.0, 3900.0, 3911.0, 3901.0, 3911.0, 3901.0, 3911.0, 3901.0, 3901.0, 3901.0, 3911.0, 3901.0, 3911.0, 3900.0, 3911.0, 3911.0, 3901.0, 3912.0, 3911.0, 3901.0, 3900.0, 3889.0, 3901.0, 3923.0, 3912.0, 3913.0, 3912.0, 3912.0, 3911.0, 3914.0, 3912.0, 3900.0, 3921.0, 3900.0, 3899.0, 3890.0, 3912.0, 3911.0, 3900.0, 3899.0, 3910.0, 3899.0, 3898.0, 3898.0, 3900.0, 3898.0, 3898.0, 3897.0, 3918.0, 3899.0, 3909.0, 3897.0, 3886.0, 3885.0, 3897.0, 3887.0, 3897.0, 3898.0, 3898.0, 3898.0, 3887.0, 3896.0, 3886.0, 3886.0, 3876.0, 3887.0, 3887.0, 3887.0, 3887.0, 3885.0, 3896.0, 3896.0, 3897.0, 3898.0, 3898.0], 'WindowWidth': [8820.0, 8785.0, 8762.0, 8752.0, 8751.0, 8728.0, 8750.0, 8717.0, 8702.0, 8697.0, 8700.0, 8712.0, 8716.0, 8718.0, 8717.0, 8721.0, 8719.0, 8704.0, 8721.0, 8722.0, 8722.0, 8718.0, 8718.0, 8719.0, 8702.0, 8718.0, 8716.0, 8716.0, 8700.0, 8727.0, 8699.0, 8715.0, 8699.0, 8718.0, 8717.0, 8721.0, 8718.0, 8703.0, 8718.0, 8720.0, 8723.0, 8719.0, 8706.0, 8720.0, 8719.0, 8724.0, 8725.0, 8712.0, 8724.0, 8729.0, 8725.0, 8724.0, 8728.0, 8742.0, 8741.0, 8727.0, 8739.0, 8725.0, 8741.0, 8729.0, 8733.0, 8746.0, 8747.0, 8733.0, 8745.0, 8745.0, 8748.0, 8746.0, 8733.0, 8744.0, 8730.0, 8744.0, 8729.0, 8730.0, 8732.0, 8728.0, 8717.0, 8744.0, 8732.0, 8745.0, 8744.0, 8731.0, 8746.0, 8743.0, 8729.0, 8743.0, 8742.0, 8727.0, 8723.0, 8713.0, 8726.0, 8741.0, 8739.0, 8723.0, 8722.0, 8741.0, 8722.0, 8710.0, 8722.0, 8724.0, 8742.0, 8744.0, 8713.0, 8725.0, 8722.0, 8707.0, 8721.0, 8721.0, 8722.0, 8719.0, 8705.0, 8719.0, 8704.0, 8721.0, 8722.0, 8723.0, 8720.0, 8708.0, 8722.0, 8723.0, 8740.0, 8726.0, 8712.0, 8741.0, 8725.0, 8729.0, 8745.0, 8728.0, 8741.0, 8727.0, 8725.0, 8741.0, 8741.0, 8728.0, 8741.0, 8741.0, 8743.0, 8724.0, 8711.0, 8729.0, 8741.0, 8739.0, 8723.0, 8712.0, 8739.0, 8726.0, 8727.0, 8723.0, 8722.0, 8724.0, 8722.0, 8711.0, 8723.0, 8722.0, 8718.0, 8719.0, 8703.0, 8721.0, 8707.0, 8721.0, 8707.0, 8709.0, 8739.0, 8723.0, 8710.0, 8726.0, 8724.0, 8739.0, 8728.0, 8713.0, 8742.0, 8723.0, 8725.0, 8726.0, 8726.0, 8739.0, 8727.0, 8760.0, 8753.0, 8714.0, 8692.0, 8710.0, 8732.0, 8727.0, 8727.0, 8706.0, 8743.0, 8724.0, 8746.0, 8737.0, 8742.0, 8722.0, 8722.0, 8721.0, 8744.0, 8719.0, 8699.0, 8714.0, 8679.0, 8707.0, 8675.0, 8697.0, 8667.0, 8663.0, 8646.0, 8644.0, 8656.0, 8647.0, 8661.0, 8647.0, 8647.0, 8661.0, 8662.0, 8660.0, 8646.0, 8664.0, 8663.0, 8665.0, 8663.0, 8650.0, 8668.0, 8670.0, 8670.0, 8671.0, 8672.0, 8689.0, 8690.0, 8664.0, 8695.0, 8694.0, 8694.0, 8693.0, 8680.0, 8696.0, 8695.0, 8698.0, 8700.0, 8700.0, 8716.0, 8701.0, 8688.0, 8720.0, 8701.0, 8719.0, 8704.0, 8703.0, 8724.0, 8727.0, 8712.0, 8742.0, 8726.0, 8726.0, 8742.0, 8726.0, 8745.0, 8743.0, 8718.0, 8746.0, 8728.0, 8731.0, 8750.0, 8734.0, 8750.0, 8746.0, 8738.0, 8752.0, 8735.0, 8764.0, 8749.0, 8760.0, 8746.0, 8742.0, 8748.0, 8766.0, 8746.0, 8731.0, 8744.0, 8761.0, 8758.0, 8742.0, 8731.0, 8746.0, 8742.0, 8742.0, 8741.0, 8710.0, 8747.0, 8750.0, 8742.0, 8737.0, 8725.0, 8739.0, 8742.0, 8717.0, 8745.0, 8741.0, 8742.0, 8740.0, 8744.0, 8751.0, 8744.0, 8728.0, 8740.0, 8739.0, 8739.0, 8739.0, 8726.0, 8745.0, 8761.0, 8740.0, 8740.0, 8723.0, 8740.0, 8757.0, 8753.0, 8769.0, 8774.0, 8753.0, 8742.0, 8711.0, 8741.0, 8724.0, 8728.0, 8739.0, 8725.0, 8759.0, 8767.0, 8746.0, 8746.0, 8726.0, 8710.0, 8737.0, 8726.0, 8738.0, 8722.0, 8722.0, 8736.0, 8737.0, 8708.0, 8740.0, 8723.0, 8723.0, 8737.0, 8724.0, 8739.0, 8746.0, 8713.0, 8738.0, 8725.0, 8737.0, 8741.0, 8726.0, 8739.0, 8738.0, 8709.0, 8740.0, 8726.0, 8742.0, 8737.0, 8724.0, 8740.0, 8737.0, 8710.0, 8740.0, 8740.0, 8725.0, 8737.0, 8723.0, 8736.0, 8725.0, 8714.0, 8740.0, 8725.0, 8725.0, 8738.0, 8726.0, 8739.0, 8737.0, 8712.0, 8738.0, 8737.0, 8729.0, 8726.0, 8724.0, 8723.0, 8720.0, 8706.0, 8739.0, 8724.0, 8723.0, 8719.0, 8718.0, 8721.0, 8741.0, 8709.0, 8722.0, 8720.0, 8708.0, 8723.0, 8724.0, 8736.0, 8722.0, 8724.0, 8724.0, 8739.0, 8711.0, 8724.0, 8723.0, 8736.0, 8722.0, 8720.0, 8725.0, 8742.0, 8711.0, 8727.0, 8722.0, 8737.0, 8727.0, 8729.0, 8725.0, 8723.0, 8725.0, 8723.0, 8727.0, 8727.0, 8727.0, 8728.0, 8744.0, 8726.0, 8728.0, 8726.0, 8739.0, 8729.0, 8742.0, 8739.0, 8728.0, 8724.0, 8722.0, 8724.0, 8722.0, 8724.0, 8726.0, 8722.0, 8710.0, 8722.0, 8722.0, 8741.0, 8740.0, 8727.0, 8740.0, 8728.0, 8741.0, 8756.0, 8722.0, 8719.0, 8685.0, 8718.0, 8698.0, 8719.0, 8713.0, 8731.0, 8730.0, 8750.0, 8729.0, 8726.0, 8722.0, 8748.0, 8724.0, 8715.0, 8716.0, 8696.0, 8721.0, 8708.0, 8673.0, 8701.0, 8658.0, 8694.0, 8682.0, 8648.0, 8661.0, 8643.0, 8655.0, 8644.0, 8644.0, 8646.0, 8647.0, 8646.0, 8664.0, 8649.0, 8649.0, 8650.0, 8662.0, 8652.0, 8669.0, 8670.0, 8672.0, 8673.0, 8660.0, 8691.0, 8674.0, 8692.0, 8695.0, 8680.0, 8696.0, 8694.0, 8696.0, 8694.0, 8683.0, 8712.0, 8703.0, 8703.0, 8713.0, 8696.0, 8697.0, 8699.0, 8687.0, 8719.0, 8725.0, 8726.0, 8721.0, 8734.0, 8720.0, 8704.0, 8704.0, 8722.0, 8719.0, 8724.0, 8724.0, 8710.0, 8724.0, 8722.0, 8709.0, 8726.0, 8724.0, 8741.0, 8725.0, 8712.0, 8725.0, 8738.0, 8739.0, 8723.0, 8721.0, 8725.0, 8724.0, 8709.0, 8725.0, 8724.0, 8725.0, 8735.0, 8724.0, 8719.0, 8721.0, 8742.0, 8722.0, 8723.0, 8727.0, 8726.0, 8729.0, 8739.0, 8726.0, 8726.0, 8723.0, 8719.0, 8721.0, 8718.0, 8704.0, 8720.0, 8720.0, 8706.0, 8720.0, 8721.0, 8706.0, 8719.0, 8707.0, 8726.0, 8725.0, 8708.0, 8724.0, 8721.0, 8696.0, 8726.0, 8726.0, 8743.0, 8730.0, 8741.0, 8728.0, 8727.0, 8727.0, 8728.0, 8741.0, 8729.0, 8729.0, 8741.0, 8713.0, 8727.0, 8723.0, 8725.0, 8736.0, 8725.0, 8720.0, 8734.0, 8706.0, 8703.0, 8717.0, 8717.0, 8716.0, 8701.0, 8701.0, 8727.0, 8715.0, 8693.0, 8679.0, 8693.0, 8690.0, 8688.0, 8690.0, 8677.0, 8693.0, 8691.0, 8676.0, 8674.0, 8676.0, 8674.0, 8691.0, 8677.0, 8694.0, 8677.0, 8693.0, 8696.0, 8695.0, 8682.0, 8696.0, 8698.0, 8716.0, 8700.0, 8702.0, 8700.0, 8699.0, 8686.0, 8717.0, 8716.0, 8721.0, 8718.0, 8718.0, 8718.0, 8720.0, 8706.0, 8722.0, 8722.0, 8723.0, 8720.0, 8720.0, 8719.0, 8719.0, 8707.0, 8723.0, 8724.0, 8722.0, 8721.0, 8706.0, 8723.0, 8721.0, 8723.0, 8723.0, 8725.0, 8726.0, 8722.0, 8724.0, 8725.0, 8722.0, 8737.0, 8724.0, 8724.0, 8740.0, 8739.0, 8728.0, 8740.0, 8725.0, 8741.0, 8740.0, 8729.0, 8742.0, 8739.0, 8725.0, 8724.0, 8707.0, 8721.0, 8720.0, 8722.0, 8720.0, 8710.0, 8724.0, 8750.0, 8720.0, 8717.0, 8717.0, 8720.0, 8715.0, 8705.0, 8720.0, 8733.0, 8717.0, 8717.0, 8703.0, 8717.0, 8715.0, 8721.0, 8719.0, 8708.0, 8718.0, 8721.0, 8702.0, 8717.0, 8701.0, 8716.0, 8714.0, 8715.0, 8701.0, 8702.0, 8716.0, 8716.0, 8713.0, 8700.0, 8699.0, 8720.0, 8719.0, 8706.0, 8721.0, 8721.0, 8721.0, 8722.0, 8724.0, 8724.0, 8735.0, 8739.0, 8726.0, 8739.0, 8723.0, 8735.0, 8716.0, 8716.0, 8714.0, 8716.0, 8714.0, 8701.0, 8715.0, 8725.0, 8692.0, 8707.0, 8678.0, 8689.0, 8677.0, 8694.0, 8679.0, 8695.0, 8696.0, 8695.0, 8694.0, 8694.0, 8695.0, 8694.0, 8693.0, 8699.0, 8697.0, 8700.0, 8697.0, 8698.0, 8698.0, 8700.0, 8699.0, 8705.0, 8716.0, 8706.0, 8717.0, 8717.0, 8718.0, 8717.0, 8703.0, 8721.0, 8718.0, 8704.0, 8701.0, 8686.0, 8701.0, 8712.0, 8699.0, 8697.0, 8712.0, 8700.0, 8696.0, 8682.0, 8698.0, 8699.0, 8714.0, 8699.0, 8716.0, 8699.0, 8716.0, 8699.0, 8719.0, 8717.0, 8707.0, 8720.0, 8719.0, 8719.0, 8703.0, 8703.0, 8702.0, 8700.0, 8688.0, 8701.0, 8718.0, 8717.0, 8717.0, 8730.0, 8702.0, 8701.0, 8700.0, 8704.0, 8701.0, 8703.0, 8715.0, 8729.0, 8703.0, 8701.0, 8699.0, 8715.0, 8702.0, 8704.0, 8721.0, 8719.0, 8704.0, 8719.0, 8718.0, 8708.0, 8722.0, 8724.0, 8728.0, 8727.0, 8743.0, 8725.0, 8726.0, 8725.0, 8728.0, 8728.0, 8741.0, 8725.0, 8722.0, 8704.0, 8718.0, 8718.0, 8717.0, 8704.0, 8701.0, 8707.0, 8717.0, 8731.0, 8713.0, 8700.0, 8699.0, 8703.0, 8719.0, 8721.0, 8707.0, 8722.0, 8721.0, 8708.0, 8709.0, 8725.0, 8710.0, 8726.0, 8709.0, 8727.0, 8724.0, 8744.0, 8761.0, 8725.0, 8708.0, 8723.0, 8725.0, 8720.0, 8722.0, 8719.0, 8717.0, 8702.0, 8730.0, 8700.0, 8727.0, 8714.0, 8708.0, 8692.0, 8675.0, 8699.0, 8661.0, 8672.0, 8670.0, 8677.0, 8700.0, 8672.0, 8658.0, 8686.0, 8649.0, 8649.0, 8648.0, 8652.0, 8651.0, 8653.0, 8656.0, 8683.0, 8655.0, 8654.0, 8666.0, 8656.0, 8668.0, 8656.0, 8673.0, 8660.0, 8692.0, 8676.0, 8691.0, 8663.0, 8678.0, 8673.0, 8678.0, 8673.0, 8691.0, 8676.0, 8680.0, 8685.0, 8679.0, 8694.0, 8685.0, 8681.0, 8683.0, 8682.0, 8683.0, 8699.0, 8698.0, 8686.0, 8699.0, 8697.0, 8682.0, 8697.0, 8678.0, 8679.0, 8678.0, 8695.0, 8694.0, 8696.0, 8702.0, 8698.0, 8700.0, 8702.0, 8714.0, 8700.0, 8701.0, 8704.0, 8703.0, 8705.0, 8704.0, 8706.0, 8722.0, 8705.0, 8707.0, 8722.0, 8704.0, 8723.0, 8706.0, 8724.0, 8722.0, 8711.0, 8725.0, 8721.0, 8708.0, 8722.0, 8707.0, 8719.0, 8720.0, 8707.0, 8721.0, 8694.0, 8724.0, 8708.0, 8725.0, 8725.0, 8714.0, 8729.0, 8742.0, 8744.0, 8745.0, 8727.0, 8730.0, 8744.0, 8731.0, 8743.0, 8732.0, 8744.0, 8730.0, 8731.0, 8732.0, 8744.0, 8731.0, 8745.0, 8729.0, 8745.0, 8744.0, 8731.0, 8747.0, 8745.0, 8731.0, 8729.0, 8713.0, 8731.0, 8766.0, 8748.0, 8752.0, 8750.0, 8748.0, 8746.0, 8752.0, 8747.0, 8729.0, 8756.0, 8727.0, 8726.0, 8714.0, 8748.0, 8744.0, 8729.0, 8726.0, 8741.0, 8724.0, 8722.0, 8721.0, 8726.0, 8721.0, 8720.0, 8718.0, 8746.0, 8723.0, 8736.0, 8718.0, 8701.0, 8700.0, 8718.0, 8705.0, 8718.0, 8723.0, 8722.0, 8720.0, 8704.0, 8716.0, 8703.0, 8702.0, 8690.0, 8705.0, 8706.0, 8704.0, 8704.0, 8700.0, 8716.0, 8716.0, 8718.0, 8723.0, 8720.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.0008300471698113208</td></tr>
<tr><td colspan=3>aqi</td><td>0.022219841226415096</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.81528886424928</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.168129579055712</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0126375753541086</td></tr>
<tr><td colspan=3>efc</td><td>0.4471</td></tr>
<tr><td colspan=3>fber</td><td>7141.27</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05575248151640055</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1320754716981132</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4408494392493703</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3578763983293007</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664675663741909</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.299996255676901</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165503</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015757089480757713</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016553038731217384</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1060</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.889747050668638</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>30.4092</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.6752</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.594</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309158.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>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.5335</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2308</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.2835</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3159.9226</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.6309</td></tr>
<tr><td colspan=3>tsnr</td><td>41.634881887584925</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>