<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-03/func/sub-0105_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>c1a85931c86da8d0494c0a27ed160d0a</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>20:33:46.757500</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.999189, -0.0300117, 0.0268625, 0.0329719, 0.992518, -0.117562]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0986057</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>[4229, -7734, -7313, 186, -126, -107, -66, 77]</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>266.111</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3e25a70-7d37-4d24-88c4-132565e9cd8a||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.6807496547698975, 0.08846113085746765, 0.06245986372232437, 105.33256530761719], [0.08051908761262894, 2.662853240966797, -0.3195509612560272, -85.36337280273438], [0.07207010686397552, 0.31540995836257935, 2.680295944213867, -113.97988891601562], [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': ['203346.757500', '203347.217500', '203347.677500', '203348.137500', '203348.597500', '203349.057500', '203349.517500', '203349.977500', '203350.437500', '203350.897500', '203351.357500', '203351.817500', '203352.277500', '203352.737500', '203353.197500', '203353.657500', '203354.117500', '203354.577500', '203355.037500', '203355.497500', '203355.957500', '203356.417500', '203356.877500', '203357.337500', '203357.797500', '203358.257500', '203358.717500', '203359.177500', '203359.637500', '203400.097500', '203400.557500', '203401.017500', '203401.477500', '203401.937500', '203402.397500', '203402.857500', '203403.317500', '203403.777500', '203404.237500', '203404.697500', '203405.157500', '203405.617500', '203406.077500', '203406.537500', '203406.997500', '203407.457500', '203407.917500', '203408.377500', '203408.837500', '203409.297500', '203409.757500', '203410.217500', '203410.677500', '203411.137500', '203411.597500', '203412.057500', '203412.517500', '203412.977500', '203413.437500', '203413.897500', '203414.357500', '203414.817500', '203415.277500', '203415.737500', '203416.197500', '203416.657500', '203417.117500', '203417.577500', '203418.037500', '203418.497500', '203418.957500', '203419.417500', '203419.877500', '203420.337500', '203420.797500', '203421.257500', '203421.717500', '203422.177500', '203422.637500', '203423.097500', '203423.557500', '203424.017500', '203424.477500', '203424.937500', '203425.397500', '203425.857500', '203426.317500', '203426.777500', '203427.237500', '203427.697500', '203428.157500', '203428.617500', '203429.077500', '203429.537500', '203429.997500', '203430.457500', '203430.917500', '203431.377500', '203431.837500', '203432.297500', '203432.757500', '203433.217500', '203433.677500', '203434.137500', '203434.597500', '203435.057500', '203435.517500', '203435.977500', '203436.437500', '203436.897500', '203437.357500', '203437.817500', '203438.277500', '203438.737500', '203439.197500', '203439.657500', '203440.117500', '203440.577500', '203441.037500', '203441.497500', '203441.957500', '203442.417500', '203442.877500', '203443.337500', '203443.797500', '203444.257500', '203444.717500', '203445.177500', '203445.637500', '203446.097500', '203446.557500', '203447.017500', '203447.477500', '203447.937500', '203448.397500', '203448.857500', '203449.317500', '203449.777500', '203450.237500', '203450.697500', '203451.157500', '203451.617500', '203452.077500', '203452.537500', '203452.997500', '203453.457500', '203453.917500', '203454.377500', '203454.837500', '203455.297500', '203455.757500', '203456.217500', '203456.677500', '203457.137500', '203457.597500', '203458.057500', '203458.517500', '203458.977500', '203459.437500', '203459.897500', '203500.357500', '203500.817500', '203501.277500', '203501.737500', '203502.197500', '203502.657500', '203503.117500', '203503.577500', '203504.037500', '203504.497500', '203504.957500', '203505.417500', '203505.877500', '203506.337500', '203506.797500', '203507.257500', '203507.717500', '203508.177500', '203508.637500', '203509.097500', '203509.557500', '203510.017500', '203510.477500', '203510.937500', '203511.397500', '203511.857500', '203512.317500', '203512.777500', '203513.237500', '203513.697500', '203514.157500', '203514.617500', '203515.077500', '203515.537500', '203515.997500', '203516.457500', '203516.917500', '203517.377500', '203517.837500', '203518.297500', '203518.757500', '203519.217500', '203519.677500', '203520.137500', '203520.597500', '203521.057500', '203521.517500', '203521.977500', '203522.437500', '203522.897500', '203523.357500', '203523.817500', '203524.277500', '203524.737500', '203525.197500', '203525.657500', '203526.117500', '203526.577500', '203527.037500', '203527.497500', '203527.957500', '203528.417500', '203528.877500', '203529.337500', '203529.797500', '203530.257500', '203530.717500', '203531.177500', '203531.637500', '203532.097500', '203532.557500', '203533.017500', '203533.477500', '203533.937500', '203534.397500', '203534.857500', '203535.317500', '203535.777500', '203536.237500', '203536.697500', '203537.157500', '203537.617500', '203538.077500', '203538.537500', '203538.997500', '203539.457500', '203539.917500', '203540.377500', '203540.837500', '203541.297500', '203541.757500', '203542.217500', '203542.677500', '203543.137500', '203543.597500', '203544.057500', '203544.517500', '203544.977500', '203545.437500', '203545.897500', '203546.357500', '203546.817500', '203547.277500', '203547.737500', '203548.197500', '203548.657500', '203549.117500', '203549.577500', '203550.037500', '203550.497500', '203550.957500', '203551.417500', '203551.877500', '203552.337500', '203552.797500', '203553.257500', '203553.717500', '203554.177500', '203554.637500', '203555.097500', '203555.557500', '203556.017500', '203556.477500', '203556.937500', '203557.397500', '203557.857500', '203558.317500', '203558.777500', '203559.237500', '203559.697500', '203600.157500', '203600.617500', '203601.077500', '203601.537500', '203601.997500', '203602.457500', '203602.917500', '203603.377500', '203603.837500', '203604.297500', '203604.757500', '203605.217500', '203605.677500', '203606.137500', '203606.597500', '203607.057500', '203607.517500', '203607.977500', '203608.437500', '203608.897500', '203609.357500', '203609.817500', '203610.277500', '203610.737500', '203611.197500', '203611.657500', '203612.117500', '203612.577500', '203613.037500', '203613.497500', '203613.957500', '203614.417500', '203614.877500', '203615.337500', '203615.797500', '203616.257500', '203616.717500', '203617.177500', '203617.637500', '203618.097500', '203618.557500', '203619.017500', '203619.477500', '203619.937500', '203620.397500', '203620.857500', '203621.317500', '203621.777500', '203622.237500', '203622.697500', '203623.157500', '203623.617500', '203624.077500', '203624.537500', '203624.997500', '203625.457500', '203625.917500', '203626.377500', '203626.837500', '203627.297500', '203627.757500', '203628.217500', '203628.677500', '203629.137500', '203629.597500', '203630.057500', '203630.517500', '203630.977500', '203631.437500', '203631.897500', '203632.357500', '203632.817500', '203633.277500', '203633.737500', '203634.197500', '203634.657500', '203635.117500', '203635.577500', '203636.037500', '203636.497500', '203636.957500', '203637.417500', '203637.877500', '203638.337500', '203638.797500', '203639.257500', '203639.717500', '203640.177500', '203640.637500', '203641.097500', '203641.557500', '203642.017500', '203642.477500', '203642.937500', '203643.397500', '203643.857500', '203644.317500', '203644.777500', '203645.237500', '203645.697500', '203646.157500', '203646.617500', '203647.077500', '203647.537500', '203647.997500', '203648.457500', '203648.917500', '203649.377500', '203649.837500', '203650.297500', '203650.757500', '203651.217500', '203651.677500', '203652.137500', '203652.597500', '203653.057500', '203653.517500', '203653.977500', '203654.437500', '203654.897500', '203655.357500', '203655.817500', '203656.277500', '203656.737500', '203657.197500', '203657.657500', '203658.117500', '203658.577500', '203659.037500', '203659.497500', '203659.957500', '203700.417500', '203700.877500', '203701.337500', '203701.797500', '203702.257500', '203702.717500', '203703.177500', '203703.637500', '203704.097500', '203704.557500', '203705.017500', '203705.477500', '203705.937500', '203706.397500', '203706.857500', '203707.317500', '203707.777500', '203708.237500', '203708.697500', '203709.157500', '203709.617500', '203710.077500', '203710.537500', '203710.997500', '203711.457500', '203711.917500', '203712.377500', '203712.837500', '203713.297500', '203713.757500', '203714.217500', '203714.677500', '203715.137500', '203715.597500', '203716.057500', '203716.517500', '203716.977500', '203717.437500', '203717.897500', '203718.357500', '203718.817500', '203719.277500', '203719.737500', '203720.197500', '203720.657500', '203721.117500', '203721.577500', '203722.037500', '203722.497500', '203722.957500', '203723.417500', '203723.877500', '203724.337500', '203724.797500', '203725.257500', '203725.717500', '203726.177500', '203726.637500', '203727.097500', '203727.557500', '203728.017500', '203728.477500', '203728.937500', '203729.397500', '203729.857500', '203730.317500', '203730.777500', '203731.237500', '203731.697500', '203732.157500', '203732.617500', '203733.077500', '203733.537500', '203733.997500', '203734.457500', '203734.917500', '203735.377500', '203735.837500', '203736.297500', '203736.757500', '203737.217500', '203737.677500', '203738.137500', '203738.597500', '203739.057500', '203739.517500', '203739.977500', '203740.437500', '203740.897500', '203741.357500', '203741.817500', '203742.277500', '203742.737500', '203743.197500', '203743.657500', '203744.117500', '203744.577500', '203745.037500', '203745.497500', '203745.957500', '203746.417500', '203746.877500', '203747.337500', '203747.797500', '203748.257500', '203748.717500', '203749.177500', '203749.637500', '203750.097500', '203750.557500', '203751.017500', '203751.477500', '203751.937500', '203752.397500', '203752.857500', '203753.317500', '203753.777500', '203754.237500', '203754.697500', '203755.157500', '203755.617500', '203756.077500', '203756.537500', '203756.997500', '203757.457500', '203757.917500', '203758.377500', '203758.837500', '203759.297500', '203759.757500', '203800.217500', '203800.677500', '203801.137500', '203801.597500', '203802.057500', '203802.517500', '203802.977500', '203803.437500', '203803.897500', '203804.357500', '203804.817500', '203805.277500', '203805.737500', '203806.197500', '203806.657500', '203807.117500', '203807.577500', '203808.037500', '203808.497500', '203808.957500', '203809.417500', '203809.877500', '203810.337500', '203810.797500', '203811.257500', '203811.717500', '203812.177500', '203812.637500', '203813.097500', '203813.557500', '203814.017500', '203814.477500', '203814.937500', '203815.397500', '203815.857500', '203816.317500', '203816.777500', '203817.237500', '203817.697500', '203818.157500', '203818.617500', '203819.077500', '203819.537500', '203819.997500', '203820.457500', '203820.917500', '203821.377500', '203821.837500', '203822.297500', '203822.757500', '203823.217500', '203823.677500', '203824.137500', '203824.597500', '203825.057500', '203825.517500', '203825.977500', '203826.437500', '203826.897500', '203827.357500', '203827.817500', '203828.277500', '203828.737500', '203829.197500', '203829.657500', '203830.117500', '203830.577500', '203831.037500', '203831.497500', '203831.957500', '203832.417500', '203832.877500', '203833.337500', '203833.797500', '203834.257500', '203834.717500', '203835.177500', '203835.637500', '203836.097500', '203836.557500', '203837.017500', '203837.477500', '203837.937500', '203838.397500', '203838.857500', '203839.317500', '203839.777500', '203840.237500', '203840.697500', '203841.157500', '203841.617500', '203842.077500', '203842.537500', '203842.997500', '203843.457500', '203843.917500', '203844.377500', '203844.837500', '203845.297500', '203845.757500', '203846.217500', '203846.677500', '203847.137500', '203847.597500', '203848.057500', '203848.517500', '203848.977500', '203849.437500', '203849.897500', '203850.357500', '203850.817500', '203851.277500', '203851.737500', '203852.197500', '203852.657500', '203853.117500', '203853.577500', '203854.037500', '203854.497500', '203854.957500', '203855.417500', '203855.877500', '203856.337500', '203856.797500', '203857.257500', '203857.717500', '203858.177500', '203858.637500', '203859.097500', '203859.557500', '203900.017500', '203900.477500', '203900.937500', '203901.397500', '203901.857500', '203902.317500', '203902.777500', '203903.237500', '203903.697500', '203904.157500', '203904.617500', '203905.077500', '203905.537500', '203905.997500', '203906.457500', '203906.917500', '203907.377500', '203907.837500', '203908.297500', '203908.757500', '203909.217500', '203909.677500', '203910.137500', '203910.597500', '203911.057500', '203911.517500', '203911.977500', '203912.437500', '203912.897500', '203913.357500', '203913.817500', '203914.277500', '203914.737500', '203915.197500', '203915.657500', '203916.117500', '203916.577500', '203917.037500', '203917.497500', '203917.957500', '203918.417500', '203918.877500', '203919.337500', '203919.797500', '203920.257500', '203920.717500', '203921.177500', '203921.637500', '203922.097500', '203922.557500', '203923.017500', '203923.477500', '203923.937500', '203924.397500', '203924.857500', '203925.317500', '203925.777500', '203926.237500', '203926.697500', '203927.157500', '203927.617500', '203928.077500', '203928.537500', '203928.997500', '203929.457500', '203929.917500', '203930.377500', '203930.837500', '203931.297500', '203931.757500', '203932.217500', '203932.677500', '203933.137500', '203933.597500', '203934.057500', '203934.517500', '203934.977500', '203935.437500', '203935.897500', '203936.357500', '203936.817500', '203937.277500', '203937.737500', '203938.197500', '203938.657500', '203939.117500', '203939.577500', '203940.037500', '203940.497500', '203940.957500', '203941.417500', '203941.877500', '203942.337500', '203942.797500', '203943.257500', '203943.717500', '203944.177500', '203944.637500', '203945.097500', '203945.557500', '203946.017500', '203946.477500', '203946.937500', '203947.397500', '203947.857500', '203948.317500', '203948.777500', '203949.237500', '203949.697500', '203950.157500', '203950.617500', '203951.077500', '203951.537500', '203951.997500', '203952.457500', '203952.917500', '203953.377500', '203953.837500', '203954.297500', '203954.757500', '203955.217500', '203955.677500', '203956.137500', '203956.597500', '203957.057500', '203957.517500', '203957.977500', '203958.437500', '203958.897500', '203959.357500', '203959.817500', '204000.277500', '204000.737500', '204001.197500', '204001.657500', '204002.117500', '204002.577500', '204003.037500', '204003.497500', '204003.957500', '204004.417500', '204004.877500', '204005.337500', '204005.797500', '204006.257500', '204006.717500', '204007.177500', '204007.637500', '204008.097500', '204008.557500', '204009.017500', '204009.477500', '204009.937500', '204010.397500', '204010.857500', '204011.317500', '204011.777500', '204012.237500', '204012.697500', '204013.157500', '204013.617500', '204014.077500', '204014.537500', '204014.997500', '204015.457500', '204015.917500', '204016.377500', '204016.837500', '204017.297500', '204017.757500', '204018.217500', '204018.677500', '204019.137500', '204019.597500', '204020.057500', '204020.517500', '204020.977500', '204021.437500', '204021.897500', '204022.357500', '204022.817500', '204023.277500', '204023.737500', '204024.197500', '204024.657500', '204025.117500', '204025.577500', '204026.037500', '204026.497500', '204026.957500', '204027.417500', '204027.877500', '204028.337500', '204028.797500', '204029.257500', '204029.717500', '204030.177500', '204030.637500', '204031.097500', '204031.557500', '204032.017500', '204032.477500', '204032.937500', '204033.397500', '204033.857500', '204034.317500', '204034.777500', '204035.237500', '204035.697500', '204036.157500', '204036.617500', '204037.077500', '204037.537500', '204037.997500', '204038.457500', '204038.917500', '204039.377500', '204039.837500', '204040.297500', '204040.757500', '204041.217500', '204041.677500', '204042.137500', '204042.597500', '204043.057500', '204043.517500', '204043.977500', '204044.437500', '204044.897500', '204045.357500', '204045.817500', '204046.277500', '204046.737500', '204047.197500', '204047.657500', '204048.117500', '204048.577500', '204049.037500', '204049.497500', '204049.957500', '204050.417500', '204050.877500', '204051.337500', '204051.797500', '204052.257500', '204052.717500', '204053.177500', '204053.637500', '204054.097500', '204054.557500', '204055.017500', '204055.477500', '204055.937500', '204056.397500', '204056.857500', '204057.317500', '204057.777500', '204058.237500', '204058.697500', '204059.157500', '204059.617500', '204100.077500', '204100.537500', '204100.997500', '204101.457500', '204101.917500', '204102.377500', '204102.837500', '204103.297500', '204103.757500', '204104.217500', '204104.677500', '204105.137500', '204105.597500', '204106.057500', '204106.517500', '204106.977500', '204107.437500', '204107.897500', '204108.357500', '204108.817500', '204109.277500', '204109.737500', '204110.197500', '204110.657500', '204111.117500', '204111.577500', '204112.037500', '204112.497500', '204112.957500', '204113.417500', '204113.877500', '204114.337500', '204114.797500', '204115.257500', '204115.717500', '204116.177500', '204116.637500', '204117.097500', '204117.557500', '204118.017500', '204118.477500', '204118.937500', '204119.397500', '204119.857500', '204120.317500', '204120.777500', '204121.237500', '204121.697500', '204122.157500', '204122.617500', '204123.077500', '204123.537500', '204123.997500', '204124.457500', '204124.917500', '204125.377500', '204125.837500', '204126.297500', '204126.757500', '204127.217500', '204127.677500', '204128.137500', '204128.597500', '204129.057500', '204129.517500', '204129.977500', '204130.437500', '204130.897500', '204131.357500', '204131.817500', '204132.277500', '204132.737500', '204133.197500', '204133.657500', '204134.117500', '204134.577500', '204135.037500', '204135.497500', '204135.957500', '204136.417500', '204136.877500', '204137.337500', '204137.797500', '204138.257500', '204138.717500', '204139.177500', '204139.637500', '204140.097500', '204140.557500', '204141.017500', '204141.477500', '204141.937500', '204142.397500', '204142.857500', '204143.317500', '204143.777500', '204144.237500', '204144.697500', '204145.157500', '204145.617500', '204146.077500', '204146.537500', '204146.997500', '204147.457500', '204147.917500', '204148.377500', '204148.837500', '204149.297500', '204149.757500', '204150.217500', '204150.677500', '204151.137500', '204151.597500', '204152.057500', '204152.517500', '204152.977500', '204153.437500', '204153.897500', '204154.357500', '204154.817500', '204155.277500', '204155.737500', '204156.197500'], 'ContentTime': ['203413.833000', '203413.836000', '203413.839000', '203413.841000', '203413.844000', '203413.846000', '203413.849000', '203413.851000', '203413.854000', '203413.856000', '203413.859000', '203413.862000', '203413.864000', '203413.867000', '203413.869000', '203413.872000', '203413.874000', '203413.877000', '203413.879000', '203413.882000', '203413.884000', '203413.887000', '203413.889000', '203413.892000', '203413.894000', '203413.897000', '203413.900000', '203413.902000', '203413.909000', '203413.911000', '203413.914000', '203413.917000', '203413.919000', '203413.922000', '203413.924000', '203413.927000', '203413.929000', '203413.932000', '203413.934000', '203413.937000', '203413.939000', '203413.942000', '203413.945000', '203413.947000', '203413.950000', '203413.952000', '203413.955000', '203413.957000', '203413.960000', '203413.962000', '203413.965000', '203413.967000', '203413.970000', '203413.973000', '203413.975000', '203433.793000', '203433.796000', '203433.799000', '203433.802000', '203433.804000', '203433.807000', '203433.809000', '203433.818000', '203433.820000', '203433.823000', '203433.825000', '203433.828000', '203433.831000', '203433.833000', '203433.836000', '203433.838000', '203433.841000', '203433.843000', '203433.846000', '203433.849000', '203433.851000', '203433.854000', '203433.856000', '203433.859000', '203433.861000', '203433.864000', '203433.866000', '203433.869000', '203433.872000', '203433.874000', '203433.877000', '203433.879000', '203433.882000', '203433.885000', '203433.887000', '203433.890000', '203433.892000', '203433.895000', '203433.897000', '203433.900000', '203433.903000', '203433.905000', '203433.908000', '203433.933000', '203453.793000', '203453.799000', '203453.802000', '203453.804000', '203453.807000', '203453.809000', '203453.812000', '203453.815000', '203453.817000', '203453.820000', '203453.822000', '203453.825000', '203453.827000', '203453.830000', '203453.832000', '203453.835000', '203453.838000', '203453.840000', '203453.843000', '203453.845000', '203453.848000', '203453.850000', '203453.853000', '203453.855000', '203453.858000', '203453.860000', '203453.863000', '203453.866000', '203453.868000', '203453.871000', '203453.873000', '203453.876000', '203453.878000', '203453.881000', '203453.883000', '203453.886000', '203453.888000', '203453.891000', '203453.894000', '203453.896000', '203453.899000', '203453.901000', '203453.904000', '203453.906000', '203513.793000', '203513.796000', '203513.799000', '203513.826000', '203513.828000', '203513.831000', '203513.833000', '203513.836000', '203513.839000', '203513.841000', '203513.844000', '203513.846000', '203513.849000', '203513.852000', '203513.854000', '203513.857000', '203513.859000', '203513.862000', '203513.864000', '203513.867000', '203513.870000', '203513.872000', '203513.875000', '203513.877000', '203513.880000', '203513.882000', '203513.885000', '203513.887000', '203513.890000', '203513.898000', '203513.900000', '203513.903000', '203513.906000', '203513.908000', '203513.911000', '203513.913000', '203513.916000', '203513.918000', '203513.921000', '203513.923000', '203513.926000', '203513.929000', '203513.931000', '203533.795000', '203533.798000', '203533.824000', '203533.826000', '203533.829000', '203533.832000', '203533.834000', '203533.837000', '203533.839000', '203533.842000', '203533.845000', '203533.852000', '203533.855000', '203533.857000', '203533.860000', '203533.863000', '203533.865000', '203533.868000', '203533.870000', '203533.873000', '203533.876000', '203533.878000', '203533.881000', '203533.883000', '203533.886000', '203533.889000', '203533.891000', '203533.894000', '203533.897000', '203533.899000', '203533.902000', '203533.904000', '203533.907000', '203533.909000', '203533.912000', '203533.915000', '203533.917000', '203533.920000', '203533.922000', '203533.925000', '203533.927000', '203533.930000', '203533.933000', '203533.935000', '203553.794000', '203553.796000', '203553.799000', '203553.802000', '203553.804000', '203553.807000', '203553.809000', '203553.812000', '203553.814000', '203553.817000', '203553.820000', '203553.822000', '203553.825000', '203553.827000', '203553.830000', '203553.838000', '203553.840000', '203553.843000', '203553.845000', '203553.848000', '203553.851000', '203553.853000', '203553.856000', '203553.859000', '203553.861000', '203553.864000', '203553.866000', '203553.869000', '203553.871000', '203553.874000', '203553.876000', '203553.879000', '203553.881000', '203553.884000', '203553.887000', '203553.889000', '203553.892000', '203553.894000', '203553.897000', '203553.900000', '203553.902000', '203553.905000', '203553.907000', '203613.794000', '203613.797000', '203613.799000', '203613.802000', '203613.804000', '203613.807000', '203613.810000', '203613.812000', '203613.815000', '203613.817000', '203613.820000', '203613.823000', '203613.825000', '203613.828000', '203613.830000', '203613.833000', '203613.835000', '203613.838000', '203613.841000', '203613.843000', '203613.846000', '203613.848000', '203613.851000', '203613.853000', '203613.856000', '203613.859000', '203613.861000', '203613.864000', '203613.866000', '203613.869000', '203613.872000', '203613.874000', '203613.877000', '203613.880000', '203613.882000', '203613.885000', '203613.887000', '203613.890000', '203613.914000', '203613.917000', '203613.919000', '203613.922000', '203613.924000', '203613.927000', '203633.794000', '203633.796000', '203633.799000', '203633.802000', '203633.805000', '203633.807000', '203633.810000', '203633.812000', '203633.815000', '203633.818000', '203633.820000', '203633.823000', '203633.825000', '203633.828000', '203633.831000', '203633.833000', '203633.836000', '203633.839000', '203633.841000', '203633.844000', '203633.846000', '203633.849000', '203633.851000', '203633.854000', '203633.857000', '203633.859000', '203633.862000', '203633.864000', '203633.867000', '203633.870000', '203633.872000', '203633.875000', '203633.877000', '203633.880000', '203633.882000', '203633.885000', '203633.888000', '203633.890000', '203633.893000', '203633.896000', '203633.898000', '203633.901000', '203633.903000', '203653.793000', '203653.796000', '203653.799000', '203653.807000', '203653.810000', '203653.812000', '203653.815000', '203653.817000', '203653.821000', '203653.824000', '203653.827000', '203653.829000', '203653.832000', '203653.834000', '203653.837000', '203653.840000', '203653.842000', '203653.845000', '203653.847000', '203653.850000', '203653.853000', '203653.855000', '203653.858000', '203653.860000', '203653.863000', '203653.866000', '203653.868000', '203653.871000', '203653.874000', '203653.876000', '203653.879000', '203653.881000', '203653.884000', '203653.886000', '203653.889000', '203653.892000', '203653.895000', '203653.897000', '203653.900000', '203653.902000', '203653.905000', '203653.908000', '203653.910000', '203713.794000', '203713.797000', '203713.799000', '203713.833000', '203713.836000', '203713.838000', '203713.841000', '203713.844000', '203713.846000', '203713.849000', '203713.851000', '203713.854000', '203713.857000', '203713.859000', '203713.862000', '203713.874000', '203713.876000', '203713.879000', '203713.882000', '203713.884000', '203713.887000', '203713.889000', '203713.892000', '203713.895000', '203713.897000', '203713.900000', '203713.902000', '203713.905000', '203713.907000', '203713.910000', '203713.913000', '203713.915000', '203713.918000', '203713.920000', '203713.923000', '203713.925000', '203713.928000', '203713.931000', '203713.933000', '203713.936000', '203713.938000', '203713.941000', '203713.944000', '203713.946000', '203733.794000', '203733.796000', '203733.799000', '203733.837000', '203733.840000', '203733.842000', '203733.845000', '203733.848000', '203733.850000', '203733.853000', '203733.855000', '203733.858000', '203733.861000', '203733.863000', '203733.866000', '203733.868000', '203733.871000', '203733.873000', '203733.876000', '203733.879000', '203733.881000', '203733.884000', '203733.887000', '203733.889000', '203733.892000', '203733.894000', '203733.897000', '203733.900000', '203733.902000', '203733.905000', '203733.907000', '203733.910000', '203733.912000', '203733.915000', '203733.918000', '203733.920000', '203733.923000', '203733.926000', '203733.928000', '203733.931000', '203733.933000', '203733.936000', '203733.938000', '203753.795000', '203753.798000', '203753.835000', '203753.837000', '203753.840000', '203753.842000', '203753.845000', '203753.848000', '203753.850000', '203753.853000', '203753.856000', '203753.858000', '203753.861000', '203753.863000', '203753.866000', '203753.868000', '203753.871000', '203753.882000', '203753.885000', '203753.887000', '203753.902000', '203753.905000', '203753.907000', '203753.910000', '203753.912000', '203753.915000', '203753.918000', '203753.920000', '203753.923000', '203753.925000', '203753.928000', '203753.930000', '203753.933000', '203753.936000', '203753.938000', '203753.941000', '203753.943000', '203753.946000', '203753.949000', '203753.951000', '203753.954000', '203753.956000', '203753.959000', '203753.961000', '203813.794000', '203813.796000', '203813.799000', '203813.828000', '203813.831000', '203813.833000', '203813.836000', '203813.838000', '203813.841000', '203813.844000', '203813.846000', '203813.849000', '203813.851000', '203813.854000', '203813.857000', '203813.861000', '203813.864000', '203813.866000', '203813.869000', '203813.871000', '203813.874000', '203813.877000', '203813.879000', '203813.882000', '203813.884000', '203813.887000', '203813.890000', '203813.892000', '203813.895000', '203813.898000', '203813.901000', '203813.903000', '203813.906000', '203813.909000', '203813.911000', '203813.914000', '203813.917000', '203813.919000', '203813.922000', '203813.925000', '203813.927000', '203813.930000', '203813.932000', '203833.794000', '203833.796000', '203833.799000', '203833.866000', '203833.869000', '203833.872000', '203833.874000', '203833.877000', '203833.879000', '203833.882000', '203833.885000', '203833.887000', '203833.890000', '203833.892000', '203833.895000', '203833.897000', '203833.900000', '203833.903000', '203833.906000', '203833.908000', '203833.911000', '203833.913000', '203833.916000', '203833.919000', '203833.921000', '203833.924000', '203833.926000', '203833.929000', '203833.931000', '203833.934000', '203833.937000', '203833.939000', '203833.942000', '203833.944000', '203833.947000', '203833.950000', '203833.952000', '203833.955000', '203833.957000', '203833.960000', '203833.963000', '203833.965000', '203833.968000', '203833.970000', '203853.793000', '203853.796000', '203853.799000', '203853.862000', '203853.865000', '203853.868000', '203853.870000', '203853.873000', '203853.875000', '203853.878000', '203853.880000', '203853.883000', '203853.886000', '203853.888000', '203853.891000', '203853.893000', '203853.896000', '203853.899000', '203853.901000', '203853.904000', '203853.906000', '203853.909000', '203853.912000', '203853.914000', '203853.917000', '203853.919000', '203853.922000', '203853.924000', '203853.927000', '203853.930000', '203853.932000', '203853.935000', '203853.937000', '203853.940000', '203853.943000', '203853.945000', '203853.948000', '203853.950000', '203853.953000', '203853.955000', '203853.958000', '203853.961000', '203853.963000', '203913.793000', '203913.796000', '203913.799000', '203913.843000', '203913.846000', '203913.848000', '203913.851000', '203913.853000', '203913.856000', '203913.859000', '203913.861000', '203913.864000', '203913.866000', '203913.869000', '203913.872000', '203913.874000', '203913.877000', '203913.881000', '203913.884000', '203913.887000', '203913.889000', '203913.892000', '203913.894000', '203913.897000', '203913.899000', '203913.902000', '203913.905000', '203913.907000', '203913.910000', '203913.912000', '203913.915000', '203913.918000', '203913.920000', '203913.923000', '203913.926000', '203913.928000', '203913.931000', '203913.933000', '203913.936000', '203913.938000', '203913.941000', '203913.944000', '203913.946000', '203913.949000', '203933.794000', '203933.797000', '203933.799000', '203933.802000', '203933.804000', '203933.807000', '203933.810000', '203933.812000', '203933.815000', '203933.817000', '203933.820000', '203933.822000', '203933.825000', '203933.828000', '203933.830000', '203933.833000', '203933.835000', '203933.838000', '203933.840000', '203933.843000', '203933.846000', '203933.848000', '203933.851000', '203933.853000', '203933.856000', '203933.858000', '203933.861000', '203933.863000', '203933.866000', '203933.869000', '203933.871000', '203933.874000', '203933.876000', '203933.879000', '203933.882000', '203933.884000', '203933.887000', '203933.889000', '203933.892000', '203933.895000', '203933.897000', '203933.902000', '203933.904000', '203953.794000', '203953.796000', '203953.799000', '203953.812000', '203953.815000', '203953.817000', '203953.820000', '203953.822000', '203953.825000', '203953.827000', '203953.830000', '203953.833000', '203953.835000', '203953.838000', '203953.841000', '203953.843000', '203953.846000', '203953.848000', '203953.851000', '203953.853000', '203953.856000', '203953.859000', '203953.862000', '203953.865000', '203953.867000', '203953.870000', '203953.873000', '203953.875000', '203953.878000', '203953.881000', '203953.883000', '203953.886000', '203953.889000', '203953.891000', '203953.894000', '203953.896000', '203953.899000', '203953.902000', '203953.904000', '203953.907000', '203953.909000', '203953.912000', '203953.915000', '203953.917000', '204013.795000', '204013.798000', '204013.800000', '204013.856000', '204013.859000', '204013.861000', '204013.864000', '204013.866000', '204013.869000', '204013.871000', '204013.874000', '204013.877000', '204013.879000', '204013.882000', '204013.884000', '204013.887000', '204013.890000', '204013.892000', '204013.895000', '204013.897000', '204013.900000', '204013.902000', '204013.905000', '204013.908000', '204013.911000', '204013.913000', '204013.916000', '204013.919000', '204013.921000', '204013.924000', '204013.926000', '204013.929000', '204013.932000', '204013.934000', '204013.937000', '204013.939000', '204013.942000', '204013.944000', '204013.947000', '204013.950000', '204013.952000', '204013.955000', '204013.957000', '204033.794000', '204033.796000', '204033.799000', '204033.857000', '204033.860000', '204033.863000', '204033.865000', '204033.868000', '204033.870000', '204033.873000', '204033.875000', '204033.878000', '204033.881000', '204033.883000', '204033.886000', '204033.889000', '204033.891000', '204033.894000', '204033.897000', '204033.899000', '204033.902000', '204033.904000', '204033.907000', '204033.910000', '204033.912000', '204033.915000', '204033.917000', '204033.920000', '204033.923000', '204033.925000', '204033.928000', '204033.930000', '204033.933000', '204033.936000', '204033.938000', '204033.941000', '204033.943000', '204033.946000', '204033.949000', '204033.951000', '204033.954000', '204033.956000', '204033.959000', '204033.962000', '204053.793000', '204053.796000', '204053.799000', '204053.859000', '204053.861000', '204053.864000', '204053.866000', '204053.869000', '204053.871000', '204053.874000', '204053.877000', '204053.879000', '204053.882000', '204053.884000', '204053.887000', '204053.890000', '204053.892000', '204053.895000', '204053.897000', '204053.900000', '204053.903000', '204053.905000', '204053.908000', '204053.910000', '204053.913000', '204053.915000', '204053.918000', '204053.921000', '204053.923000', '204053.926000', '204053.929000', '204053.932000', '204053.935000', '204053.938000', '204053.942000', '204053.945000', '204053.947000', '204053.950000', '204053.953000', '204053.955000', '204053.958000', '204053.960000', '204053.963000', '204113.794000', '204113.797000', '204113.799000', '204113.872000', '204113.875000', '204113.877000', '204113.880000', '204113.882000', '204113.885000', '204113.887000', '204113.890000', '204113.893000', '204113.895000', '204113.898000', '204113.901000', '204113.903000', '204113.906000', '204113.909000', '204113.911000', '204113.914000', '204113.917000', '204113.919000', '204113.922000', '204113.924000', '204113.927000', '204113.930000', '204113.932000', '204113.935000', '204113.938000', '204113.940000', '204113.943000', '204113.945000', '204113.948000', '204113.950000', '204113.953000', '204113.956000', '204113.958000', '204113.961000', '204113.963000', '204113.966000', '204113.969000', '204113.971000', '204113.974000', '204113.976000', '204133.794000', '204133.796000', '204133.799000', '204133.851000', '204133.854000', '204133.856000', '204133.859000', '204133.861000', '204133.864000', '204133.866000', '204133.869000', '204133.872000', '204133.874000', '204133.877000', '204133.879000', '204133.882000', '204133.885000', '204133.887000', '204133.890000', '204133.892000', '204133.895000', '204133.897000', '204133.900000', '204133.903000', '204133.905000', '204133.908000', '204133.910000', '204133.913000', '204133.916000', '204133.918000', '204133.921000', '204133.923000', '204133.926000', '204133.928000', '204133.931000', '204133.933000', '204133.936000', '204133.939000', '204133.941000', '204133.944000', '204133.947000', '204133.950000', '204133.953000', '204153.794000', '204153.797000', '204153.837000', '204153.839000', '204153.842000', '204153.844000', '204153.847000', '204153.850000', '204153.852000', '204153.855000', '204153.858000', '204153.860000', '204153.863000', '204153.865000', '204153.868000', '204153.871000', '204153.873000', '204153.876000', '204153.878000', '204153.881000', '204153.884000', '204153.886000', '204153.889000', '204153.892000', '204153.894000', '204153.897000', '204153.899000', '204153.902000', '204153.904000', '204153.907000', '204153.910000', '204153.912000', '204153.915000', '204153.918000', '204153.920000', '204153.923000', '204153.925000', '204153.928000', '204153.930000', '204153.933000', '204153.936000', '204153.938000', '204153.941000', '204153.943000', '204157.827000', '204157.830000', '204157.833000', '204157.835000', '204157.838000', '204157.840000', '204157.843000', '204157.846000', '204157.864000'], 'InstanceCreationTime': ['203413.833000', '203413.836000', '203413.839000', '203413.841000', '203413.844000', '203413.846000', '203413.849000', '203413.851000', '203413.854000', '203413.856000', '203413.859000', '203413.862000', '203413.864000', '203413.867000', '203413.869000', '203413.872000', '203413.874000', '203413.877000', '203413.879000', '203413.882000', '203413.884000', '203413.887000', '203413.889000', '203413.892000', '203413.894000', '203413.897000', '203413.900000', '203413.902000', '203413.909000', '203413.911000', '203413.914000', '203413.917000', '203413.919000', '203413.922000', '203413.924000', '203413.927000', '203413.929000', '203413.932000', '203413.934000', '203413.937000', '203413.939000', '203413.942000', '203413.945000', '203413.947000', '203413.950000', '203413.952000', '203413.955000', '203413.957000', '203413.960000', '203413.962000', '203413.965000', '203413.967000', '203413.970000', '203413.973000', '203413.975000', '203433.793000', '203433.796000', '203433.799000', '203433.802000', '203433.804000', '203433.807000', '203433.809000', '203433.818000', '203433.820000', '203433.823000', '203433.825000', '203433.828000', '203433.831000', '203433.833000', '203433.836000', '203433.838000', '203433.841000', '203433.843000', '203433.846000', '203433.849000', '203433.851000', '203433.854000', '203433.856000', '203433.859000', '203433.861000', '203433.864000', '203433.866000', '203433.869000', '203433.872000', '203433.874000', '203433.877000', '203433.879000', '203433.882000', '203433.885000', '203433.887000', '203433.890000', '203433.892000', '203433.895000', '203433.897000', '203433.900000', '203433.903000', '203433.905000', '203433.908000', '203433.933000', '203453.793000', '203453.799000', '203453.802000', '203453.804000', '203453.807000', '203453.809000', '203453.812000', '203453.815000', '203453.817000', '203453.820000', '203453.822000', '203453.825000', '203453.827000', '203453.830000', '203453.832000', '203453.835000', '203453.838000', '203453.840000', '203453.843000', '203453.845000', '203453.848000', '203453.850000', '203453.853000', '203453.855000', '203453.858000', '203453.860000', '203453.863000', '203453.866000', '203453.868000', '203453.871000', '203453.873000', '203453.876000', '203453.878000', '203453.881000', '203453.883000', '203453.886000', '203453.888000', '203453.891000', '203453.894000', '203453.896000', '203453.899000', '203453.901000', '203453.904000', '203453.906000', '203513.793000', '203513.796000', '203513.799000', '203513.826000', '203513.828000', '203513.831000', '203513.833000', '203513.836000', '203513.839000', '203513.841000', '203513.844000', '203513.846000', '203513.849000', '203513.852000', '203513.854000', '203513.857000', '203513.859000', '203513.862000', '203513.864000', '203513.867000', '203513.870000', '203513.872000', '203513.875000', '203513.877000', '203513.880000', '203513.882000', '203513.885000', '203513.887000', '203513.890000', '203513.898000', '203513.900000', '203513.903000', '203513.906000', '203513.908000', '203513.911000', '203513.913000', '203513.916000', '203513.918000', '203513.921000', '203513.923000', '203513.926000', '203513.929000', '203513.931000', '203533.795000', '203533.798000', '203533.824000', '203533.826000', '203533.829000', '203533.832000', '203533.834000', '203533.837000', '203533.839000', '203533.842000', '203533.845000', '203533.852000', '203533.855000', '203533.857000', '203533.860000', '203533.863000', '203533.865000', '203533.868000', '203533.870000', '203533.873000', '203533.876000', '203533.878000', '203533.881000', '203533.883000', '203533.886000', '203533.889000', '203533.891000', '203533.894000', '203533.897000', '203533.899000', '203533.902000', '203533.904000', '203533.907000', '203533.909000', '203533.912000', '203533.915000', '203533.917000', '203533.920000', '203533.922000', '203533.925000', '203533.927000', '203533.930000', '203533.933000', '203533.935000', '203553.794000', '203553.796000', '203553.799000', '203553.802000', '203553.804000', '203553.807000', '203553.809000', '203553.812000', '203553.814000', '203553.817000', '203553.820000', '203553.822000', '203553.825000', '203553.827000', '203553.830000', '203553.838000', '203553.840000', '203553.843000', '203553.845000', '203553.848000', '203553.851000', '203553.853000', '203553.856000', '203553.859000', '203553.861000', '203553.864000', '203553.866000', '203553.869000', '203553.871000', '203553.874000', '203553.876000', '203553.879000', '203553.881000', '203553.884000', '203553.887000', '203553.889000', '203553.892000', '203553.894000', '203553.897000', '203553.900000', '203553.902000', '203553.905000', '203553.907000', '203613.794000', '203613.797000', '203613.799000', '203613.802000', '203613.804000', '203613.807000', '203613.810000', '203613.812000', '203613.815000', '203613.817000', '203613.820000', '203613.823000', '203613.825000', '203613.828000', '203613.830000', '203613.833000', '203613.835000', '203613.838000', '203613.841000', '203613.843000', '203613.846000', '203613.848000', '203613.851000', '203613.853000', '203613.856000', '203613.859000', '203613.861000', '203613.864000', '203613.866000', '203613.869000', '203613.872000', '203613.874000', '203613.877000', '203613.880000', '203613.882000', '203613.885000', '203613.887000', '203613.890000', '203613.914000', '203613.917000', '203613.919000', '203613.922000', '203613.924000', '203613.927000', '203633.794000', '203633.796000', '203633.799000', '203633.802000', '203633.805000', '203633.807000', '203633.810000', '203633.812000', '203633.815000', '203633.818000', '203633.820000', '203633.823000', '203633.825000', '203633.828000', '203633.831000', '203633.833000', '203633.836000', '203633.839000', '203633.841000', '203633.844000', '203633.846000', '203633.849000', '203633.851000', '203633.854000', '203633.857000', '203633.859000', '203633.862000', '203633.864000', '203633.867000', '203633.870000', '203633.872000', '203633.875000', '203633.877000', '203633.880000', '203633.882000', '203633.885000', '203633.888000', '203633.890000', '203633.893000', '203633.896000', '203633.898000', '203633.901000', '203633.903000', '203653.793000', '203653.796000', '203653.799000', '203653.807000', '203653.810000', '203653.812000', '203653.815000', '203653.817000', '203653.821000', '203653.824000', '203653.827000', '203653.829000', '203653.832000', '203653.834000', '203653.837000', '203653.840000', '203653.842000', '203653.845000', '203653.847000', '203653.850000', '203653.853000', '203653.855000', '203653.858000', '203653.860000', '203653.863000', '203653.866000', '203653.868000', '203653.871000', '203653.874000', '203653.876000', '203653.879000', '203653.881000', '203653.884000', '203653.886000', '203653.889000', '203653.892000', '203653.895000', '203653.897000', '203653.900000', '203653.902000', '203653.905000', '203653.908000', '203653.910000', '203713.794000', '203713.797000', '203713.799000', '203713.833000', '203713.836000', '203713.838000', '203713.841000', '203713.844000', '203713.846000', '203713.849000', '203713.851000', '203713.854000', '203713.857000', '203713.859000', '203713.862000', '203713.874000', '203713.876000', '203713.879000', '203713.882000', '203713.884000', '203713.887000', '203713.889000', '203713.892000', '203713.895000', '203713.897000', '203713.900000', '203713.902000', '203713.905000', '203713.907000', '203713.910000', '203713.913000', '203713.915000', '203713.918000', '203713.920000', '203713.923000', '203713.925000', '203713.928000', '203713.931000', '203713.933000', '203713.936000', '203713.938000', '203713.941000', '203713.944000', '203713.946000', '203733.794000', '203733.796000', '203733.799000', '203733.837000', '203733.840000', '203733.842000', '203733.845000', '203733.848000', '203733.850000', '203733.853000', '203733.855000', '203733.858000', '203733.861000', '203733.863000', '203733.866000', '203733.868000', '203733.871000', '203733.873000', '203733.876000', '203733.879000', '203733.881000', '203733.884000', '203733.887000', '203733.889000', '203733.892000', '203733.894000', '203733.897000', '203733.900000', '203733.902000', '203733.905000', '203733.907000', '203733.910000', '203733.912000', '203733.915000', '203733.918000', '203733.920000', '203733.923000', '203733.926000', '203733.928000', '203733.931000', '203733.933000', '203733.936000', '203733.938000', '203753.795000', '203753.798000', '203753.835000', '203753.837000', '203753.840000', '203753.842000', '203753.845000', '203753.848000', '203753.850000', '203753.853000', '203753.856000', '203753.858000', '203753.861000', '203753.863000', '203753.866000', '203753.868000', '203753.871000', '203753.882000', '203753.885000', '203753.887000', '203753.902000', '203753.905000', '203753.907000', '203753.910000', '203753.912000', '203753.915000', '203753.918000', '203753.920000', '203753.923000', '203753.925000', '203753.928000', '203753.930000', '203753.933000', '203753.936000', '203753.938000', '203753.941000', '203753.943000', '203753.946000', '203753.949000', '203753.951000', '203753.954000', '203753.956000', '203753.959000', '203753.961000', '203813.794000', '203813.796000', '203813.799000', '203813.828000', '203813.831000', '203813.833000', '203813.836000', '203813.838000', '203813.841000', '203813.844000', '203813.846000', '203813.849000', '203813.851000', '203813.854000', '203813.857000', '203813.861000', '203813.864000', '203813.866000', '203813.869000', '203813.871000', '203813.874000', '203813.877000', '203813.879000', '203813.882000', '203813.884000', '203813.887000', '203813.890000', '203813.892000', '203813.895000', '203813.898000', '203813.901000', '203813.903000', '203813.906000', '203813.909000', '203813.911000', '203813.914000', '203813.917000', '203813.919000', '203813.922000', '203813.925000', '203813.927000', '203813.930000', '203813.932000', '203833.794000', '203833.796000', '203833.799000', '203833.866000', '203833.869000', '203833.872000', '203833.874000', '203833.877000', '203833.879000', '203833.882000', '203833.885000', '203833.887000', '203833.890000', '203833.892000', '203833.895000', '203833.897000', '203833.900000', '203833.903000', '203833.906000', '203833.908000', '203833.911000', '203833.913000', '203833.916000', '203833.919000', '203833.921000', '203833.924000', '203833.926000', '203833.929000', '203833.931000', '203833.934000', '203833.937000', '203833.939000', '203833.942000', '203833.944000', '203833.947000', '203833.950000', '203833.952000', '203833.955000', '203833.957000', '203833.960000', '203833.963000', '203833.965000', '203833.968000', '203833.970000', '203853.793000', '203853.796000', '203853.799000', '203853.862000', '203853.865000', '203853.868000', '203853.870000', '203853.873000', '203853.875000', '203853.878000', '203853.880000', '203853.883000', '203853.886000', '203853.888000', '203853.891000', '203853.893000', '203853.896000', '203853.899000', '203853.901000', '203853.904000', '203853.906000', '203853.909000', '203853.912000', '203853.914000', '203853.917000', '203853.919000', '203853.922000', '203853.924000', '203853.927000', '203853.930000', '203853.932000', '203853.935000', '203853.937000', '203853.940000', '203853.943000', '203853.945000', '203853.948000', '203853.950000', '203853.953000', '203853.955000', '203853.958000', '203853.961000', '203853.963000', '203913.793000', '203913.796000', '203913.799000', '203913.843000', '203913.846000', '203913.848000', '203913.851000', '203913.853000', '203913.856000', '203913.859000', '203913.861000', '203913.864000', '203913.866000', '203913.869000', '203913.872000', '203913.874000', '203913.877000', '203913.881000', '203913.884000', '203913.887000', '203913.889000', '203913.892000', '203913.894000', '203913.897000', '203913.899000', '203913.902000', '203913.905000', '203913.907000', '203913.910000', '203913.912000', '203913.915000', '203913.918000', '203913.920000', '203913.923000', '203913.926000', '203913.928000', '203913.931000', '203913.933000', '203913.936000', '203913.938000', '203913.941000', '203913.944000', '203913.946000', '203913.949000', '203933.794000', '203933.797000', '203933.799000', '203933.802000', '203933.804000', '203933.807000', '203933.810000', '203933.812000', '203933.815000', '203933.817000', '203933.820000', '203933.822000', '203933.825000', '203933.828000', '203933.830000', '203933.833000', '203933.835000', '203933.838000', '203933.840000', '203933.843000', '203933.846000', '203933.848000', '203933.851000', '203933.853000', '203933.856000', '203933.858000', '203933.861000', '203933.863000', '203933.866000', '203933.869000', '203933.871000', '203933.874000', '203933.876000', '203933.879000', '203933.882000', '203933.884000', '203933.887000', '203933.889000', '203933.892000', '203933.895000', '203933.897000', '203933.902000', '203933.904000', '203953.794000', '203953.796000', '203953.799000', '203953.812000', '203953.815000', '203953.817000', '203953.820000', '203953.822000', '203953.825000', '203953.827000', '203953.830000', '203953.833000', '203953.835000', '203953.838000', '203953.841000', '203953.843000', '203953.846000', '203953.848000', '203953.851000', '203953.853000', '203953.856000', '203953.859000', '203953.862000', '203953.865000', '203953.867000', '203953.870000', '203953.873000', '203953.875000', '203953.878000', '203953.881000', '203953.883000', '203953.886000', '203953.889000', '203953.891000', '203953.894000', '203953.896000', '203953.899000', '203953.902000', '203953.904000', '203953.907000', '203953.909000', '203953.912000', '203953.915000', '203953.917000', '204013.795000', '204013.798000', '204013.800000', '204013.856000', '204013.859000', '204013.861000', '204013.864000', '204013.866000', '204013.869000', '204013.871000', '204013.874000', '204013.877000', '204013.879000', '204013.882000', '204013.884000', '204013.887000', '204013.890000', '204013.892000', '204013.895000', '204013.897000', '204013.900000', '204013.902000', '204013.905000', '204013.908000', '204013.911000', '204013.913000', '204013.916000', '204013.919000', '204013.921000', '204013.924000', '204013.926000', '204013.929000', '204013.932000', '204013.934000', '204013.937000', '204013.939000', '204013.942000', '204013.944000', '204013.947000', '204013.950000', '204013.952000', '204013.955000', '204013.957000', '204033.794000', '204033.796000', '204033.799000', '204033.857000', '204033.860000', '204033.863000', '204033.865000', '204033.868000', '204033.870000', '204033.873000', '204033.875000', '204033.878000', '204033.881000', '204033.883000', '204033.886000', '204033.889000', '204033.891000', '204033.894000', '204033.897000', '204033.899000', '204033.902000', '204033.904000', '204033.907000', '204033.910000', '204033.912000', '204033.915000', '204033.917000', '204033.920000', '204033.923000', '204033.925000', '204033.928000', '204033.930000', '204033.933000', '204033.936000', '204033.938000', '204033.941000', '204033.943000', '204033.946000', '204033.949000', '204033.951000', '204033.954000', '204033.956000', '204033.959000', '204033.962000', '204053.793000', '204053.796000', '204053.799000', '204053.859000', '204053.861000', '204053.864000', '204053.866000', '204053.869000', '204053.871000', '204053.874000', '204053.877000', '204053.879000', '204053.882000', '204053.884000', '204053.887000', '204053.890000', '204053.892000', '204053.895000', '204053.897000', '204053.900000', '204053.903000', '204053.905000', '204053.908000', '204053.910000', '204053.913000', '204053.915000', '204053.918000', '204053.921000', '204053.923000', '204053.926000', '204053.929000', '204053.932000', '204053.935000', '204053.938000', '204053.942000', '204053.945000', '204053.947000', '204053.950000', '204053.953000', '204053.955000', '204053.958000', '204053.960000', '204053.963000', '204113.794000', '204113.797000', '204113.799000', '204113.872000', '204113.875000', '204113.877000', '204113.880000', '204113.882000', '204113.885000', '204113.887000', '204113.890000', '204113.893000', '204113.895000', '204113.898000', '204113.901000', '204113.903000', '204113.906000', '204113.909000', '204113.911000', '204113.914000', '204113.917000', '204113.919000', '204113.922000', '204113.924000', '204113.927000', '204113.930000', '204113.932000', '204113.935000', '204113.938000', '204113.940000', '204113.943000', '204113.945000', '204113.948000', '204113.950000', '204113.953000', '204113.956000', '204113.958000', '204113.961000', '204113.963000', '204113.966000', '204113.969000', '204113.971000', '204113.974000', '204113.976000', '204133.794000', '204133.796000', '204133.799000', '204133.851000', '204133.854000', '204133.856000', '204133.859000', '204133.861000', '204133.864000', '204133.866000', '204133.869000', '204133.872000', '204133.874000', '204133.877000', '204133.879000', '204133.882000', '204133.885000', '204133.887000', '204133.890000', '204133.892000', '204133.895000', '204133.897000', '204133.900000', '204133.903000', '204133.905000', '204133.908000', '204133.910000', '204133.913000', '204133.916000', '204133.918000', '204133.921000', '204133.923000', '204133.926000', '204133.928000', '204133.931000', '204133.933000', '204133.936000', '204133.939000', '204133.941000', '204133.944000', '204133.947000', '204133.950000', '204133.953000', '204153.794000', '204153.797000', '204153.837000', '204153.839000', '204153.842000', '204153.844000', '204153.847000', '204153.850000', '204153.852000', '204153.855000', '204153.858000', '204153.860000', '204153.863000', '204153.865000', '204153.868000', '204153.871000', '204153.873000', '204153.876000', '204153.878000', '204153.881000', '204153.884000', '204153.886000', '204153.889000', '204153.892000', '204153.894000', '204153.897000', '204153.899000', '204153.902000', '204153.904000', '204153.907000', '204153.910000', '204153.912000', '204153.915000', '204153.918000', '204153.920000', '204153.923000', '204153.925000', '204153.928000', '204153.930000', '204153.933000', '204153.936000', '204153.938000', '204153.941000', '204153.943000', '204157.827000', '204157.830000', '204157.833000', '204157.835000', '204157.838000', '204157.840000', '204157.843000', '204157.846000', '204157.864000'], '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': [8986, 12546, 8699, 10986, 8362, 10466, 7286, 9824, 7666, 8998, 12321, 8370, 11641, 8580, 11493, 8250, 10037, 7132, 10355, 7558, 9898, 7188, 9992, 6902, 9570, 11555, 8243, 11011, 8166, 10012, 7575, 9563, 10580, 8183, 12105, 8319, 10627, 7723, 9892, 7177, 8429, 12842, 8414, 10472, 7773, 10019, 12204, 8405, 10936, 7328, 10026, 8612, 8470, 12521, 8369, 10334, 6854, 9505, 6407, 8388, 11053, 7923, 10225, 7176, 10151, 6392, 8487, 11511, 7854, 10281, 7448, 9566, 8005, 8480, 12096, 8122, 10318, 7571, 9974, 7543, 9123, 11375, 8145, 10748, 8218, 10348, 7516, 10037, 8445, 8515, 12466, 8834, 10589, 8250, 10034, 8235, 9424, 11654, 8169, 11747, 8689, 10938, 8722, 9956, 7066, 9893, 6751, 9364, 12154, 8832, 11556, 7909, 9976, 7510, 9606, 10940, 8229, 12028, 7882, 10216, 6934, 9793, 6634, 8985, 9057, 8613, 11250, 8129, 10478, 7654, 10381, 7785, 10449, 6950, 9306, 12193, 9252, 11585, 9373, 10821, 8036, 10078, 7770, 9577, 11009, 8670, 12052, 9261, 11617, 8038, 10660, 7566, 9951, 7185, 9656, 8304, 8427, 11951, 8068, 10560, 8269, 10172, 7336, 9558, 10131, 8559, 12258, 8806, 11533, 8858, 10585, 7718, 9790, 7280, 9997, 7530, 9094, 11363, 8106, 11646, 8345, 10546, 7541, 9543, 10217, 8788, 12473, 8565, 10255, 7705, 10236, 6944, 9695, 6419, 8309, 11196, 7910, 11112, 8118, 10577, 7486, 10112, 6692, 9055, 12300, 9034, 11514, 9671, 10769, 8372, 7360, 7154, 10159, 7655, 11052, 8301, 9686, 8090, 12569, 8663, 12166, 9240, 12238, 9000, 11425, 8487, 10577, 7970, 10059, 7208, 10120, 7011, 10240, 6691, 9820, 6676, 10144, 6992, 9768, 7665, 9377, 12110, 8434, 11113, 8962, 10751, 8528, 10120, 7457, 10020, 7248, 10417, 7091, 9535, 7490, 9100, 12055, 8500, 11599, 8717, 10589, 8219, 10053, 6796, 9735, 9309, 8464, 11873, 8345, 10200, 7489, 10754, 7850, 10752, 8114, 10473, 8068, 10691, 7266, 10000, 6986, 9848, 9914, 9094, 9965, 8349, 9958, 8363, 10829, 8744, 9561, 8427, 6697, 8147, 6751, 9243, 7684, 7584, 8528, 6743, 10999, 7966, 9669, 9191, 9476, 8614, 9156, 8164, 9520, 7061, 9677, 7012, 10392, 7629, 11350, 8451, 8483, 8569, 8004, 10300, 7600, 10110, 7883, 10907, 7675, 10049, 7366, 10131, 7307, 9332, 7289, 9976, 7824, 10823, 7568, 7440, 8389, 6817, 9019, 6666, 9078, 6663, 9451, 6845, 8959, 7063, 8832, 11110, 8768, 11973, 8450, 10817, 7833, 10199, 7185, 10381, 7158, 9619, 6808, 9725, 6876, 9596, 10642, 8950, 12485, 9530, 12247, 8424, 10657, 8131, 10388, 7367, 10361, 7708, 9705, 9759, 9249, 11975, 8555, 12294, 9324, 11618, 8285, 10731, 8136, 10566, 8080, 11333, 7416, 10259, 12316, 9242, 12739, 9393, 11300, 7959, 10371, 7533, 9343, 10853, 8343, 11927, 8384, 11896, 7922, 10737, 7672, 10240, 7079, 9894, 6709, 9675, 7912, 8505, 12575, 8523, 12337, 8370, 11030, 7351, 9995, 6806, 8954, 7242, 8985, 7524, 8115, 11583, 7852, 11541, 8260, 11176, 7323, 9937, 6710, 10046, 6624, 9303, 8888, 8462, 9429, 8097, 11896, 8182, 10898, 8138, 11640, 7892, 11211, 7588, 6745, 9058, 8944, 9543, 7160, 10786, 7486, 12351, 8742, 11616, 8855, 11831, 9167, 12408, 7492, 10044, 7302, 9803, 8519, 9198, 6988, 9074, 6791, 9406, 6820, 9425, 9187, 8582, 10417, 7967, 11456, 8251, 10964, 8180, 12511, 8294, 12038, 8000, 10766, 7798, 10354, 7247, 9714, 6647, 9115, 9499, 8438, 12190, 8196, 11423, 7943, 10154, 6606, 9796, 6558, 8848, 8079, 8375, 6686, 8911, 6704, 9127, 9557, 8180, 10450, 8433, 12734, 7737, 11675, 8031, 11025, 7913, 11546, 7107, 9818, 6566, 9891, 6769, 9164, 7168, 9129, 6699, 9162, 6728, 8483, 11179, 8212, 11898, 7933, 10960, 7578, 10150, 6579, 9557, 7329, 9296, 8595, 8287, 12067, 7992, 11083, 8437, 10658, 7743, 10349, 7220, 10164, 7369, 10240, 7731, 10944, 7803, 10527, 7229, 10123, 8711, 8985, 12505, 9715, 13216, 8917, 11537, 7443, 10066, 6486, 9442, 6644, 8993, 6675, 9982, 6549, 9917, 6838, 9066, 8861, 8737, 12117, 7921, 12088, 7934, 10581, 7092, 9592, 9885, 8738, 10098, 7987, 11762, 7846, 11074, 7829, 10853, 7677, 10288, 6954, 9600, 6613, 10281, 6882, 9317, 8598, 8291, 11218, 7968, 10769, 7625, 10398, 6957, 9818, 6767, 9352, 9487, 8307, 11565, 8206, 11246, 7684, 10425, 6709, 9866, 6697, 9665, 9123, 9175, 12449, 8156, 10873, 7588, 10285, 6830, 9959, 9146, 9122, 11902, 8536, 11870, 8518, 11103, 8029, 10816, 6748, 9980, 8710, 8464, 12376, 8429, 11822, 7576, 10148, 6787, 10618, 6734, 9290, 8116, 8814, 11183, 8132, 11072, 7706, 10484, 7533, 10445, 6728, 9933, 6801, 9834, 8793, 8485, 11361, 8574, 11842, 7922, 11255, 6887, 9893, 9441, 8982, 13152, 8667, 11951, 8009, 10535, 6751, 9449, 10218, 8322, 11893, 7885, 10163, 6770, 10441, 6992, 9324, 10053, 7973, 10740, 7275, 9998, 6939, 9409, 12239, 8124, 11636, 7371, 9967, 6919, 9672, 11213, 8329, 12126, 7613, 10041, 7076, 10450, 6989, 10131, 6956, 10052, 6896, 9907, 11367, 9087, 13235, 9048, 12102, 8255, 10912, 7335, 10360, 7465, 9979, 6795, 9825, 6810, 10024, 8794, 8488, 10523, 8251, 12187, 7937, 11960, 7943, 10797, 7050, 9710, 8638, 8868, 11853, 8234, 11735, 8084, 10517, 7313, 9650, 7051, 9546, 6974, 8880, 7737, 8228, 7172, 8565, 7173, 8759, 9633, 7835, 11225, 7991, 10730, 7113, 9894, 10973, 8127, 11629, 8481, 10411, 7209, 9828, 8046, 8663, 11575, 8032, 10864, 7710, 10338, 7175, 10103, 6927, 9676, 6881, 10223, 6729, 9918, 6862, 9871, 6908, 9893, 6860, 10131, 8290, 9410, 13098, 9660, 12640, 9036, 11598, 7868, 10530, 7715, 10650, 7171, 9530, 6788, 9580, 7497, 8846, 6891, 8682, 8031, 8595, 11583, 8091, 11123, 8489, 11045, 7803, 10229, 6697, 9921, 10217, 8525, 12672, 8175, 11128, 7661, 9946, 7167, 9849, 7091, 9988, 7304, 10094, 6762, 10175, 6759, 9454, 13249, 8603, 11898, 7801, 10292, 7433, 9791, 12092, 9526, 12293, 7614, 10052, 7034, 9720, 6732, 10011, 6931, 8924, 6915, 8442, 11566, 7901, 10922, 8061, 10509, 6826, 10224, 7214, 9405, 12539, 9389, 12465, 9153, 11805, 8141, 11074, 7334, 10080, 7973, 9989, 9716, 9431, 8801, 9350, 10031, 8813, 12004, 9257, 12583, 8683, 12015, 8574, 11591, 7511, 10291, 7894, 9895, 8460, 9364, 10168, 9245, 11325, 8551, 10847, 8245, 7819, 7850, 6137, 8487, 6646, 10394, 7705, 11505, 8250, 12836, 8848, 11137, 7317, 10140, 7615, 9812, 8216, 10059, 7205, 9676, 7398, 9558, 7248, 9719, 7593, 10160, 7448, 10196, 7356, 10218, 7471, 9504, 7324, 9147, 7097, 8790, 7147, 8930, 6779, 8464, 8381, 8619, 7339, 7930, 6484, 8030, 9155, 7886, 11717, 7932, 10717, 7680, 10313, 6835, 9781, 6924, 9996, 6526, 9587, 6508, 9809, 6951, 9448, 6382, 9688, 6423, 6809, 7401, 9831, 8221, 9875, 7774, 10881, 8085, 11810, 8162, 11814, 8059, 10863, 7902, 10401, 8036, 9796, 7961, 6867, 8609, 6712, 9313, 6901, 9366, 6653, 9782, 6985, 9983, 7061, 10112, 7039, 9838, 6694, 10023, 7226, 9987, 7330, 9577, 7755, 9775, 6705, 10225, 7980, 9977, 9511, 9479, 7582, 9549, 6838, 9942, 7846, 9593, 10238, 8926, 12761, 8606, 11522, 8183, 10493, 7593, 10199, 7137, 10048, 6494, 10469, 6586, 10035, 6673, 9110, 6738, 9799, 6631, 9883, 6770, 9553, 6627, 9245], 'WindowCenter': [3785.0, 3791.0, 3754.0, 3765.0, 3742.0, 3764.0, 3718.0, 3748.0, 3728.0, 3738.0, 3758.0, 3726.0, 3758.0, 3738.0, 3758.0, 3727.0, 3749.0, 3730.0, 3760.0, 3729.0, 3750.0, 3719.0, 3763.0, 3720.0, 3752.0, 3771.0, 3741.0, 3760.0, 3726.0, 3749.0, 3716.0, 3739.0, 3747.0, 3727.0, 3758.0, 3727.0, 3750.0, 3727.0, 3750.0, 3717.0, 3729.0, 3769.0, 3726.0, 3749.0, 3716.0, 3748.0, 3760.0, 3727.0, 3748.0, 3715.0, 3736.0, 3723.0, 3724.0, 3757.0, 3726.0, 3737.0, 3705.0, 3737.0, 3705.0, 3725.0, 3758.0, 3725.0, 3749.0, 3717.0, 3750.0, 3707.0, 3739.0, 3760.0, 3729.0, 3762.0, 3718.0, 3752.0, 3728.0, 3740.0, 3771.0, 3728.0, 3750.0, 3728.0, 3761.0, 3729.0, 3750.0, 3770.0, 3740.0, 3760.0, 3740.0, 3762.0, 3729.0, 3752.0, 3739.0, 3740.0, 3771.0, 3739.0, 3750.0, 3727.0, 3751.0, 3728.0, 3739.0, 3760.0, 3726.0, 3758.0, 3738.0, 3759.0, 3737.0, 3749.0, 3717.0, 3748.0, 3706.0, 3749.0, 3771.0, 3738.0, 3760.0, 3728.0, 3749.0, 3717.0, 3749.0, 3759.0, 3727.0, 3759.0, 3727.0, 3749.0, 3716.0, 3749.0, 3706.0, 3740.0, 3739.0, 3739.0, 3771.0, 3740.0, 3761.0, 3730.0, 3762.0, 3730.0, 3762.0, 3719.0, 3751.0, 3770.0, 3750.0, 3761.0, 3738.0, 3763.0, 3727.0, 3750.0, 3726.0, 3737.0, 3748.0, 3737.0, 3758.0, 3738.0, 3758.0, 3728.0, 3758.0, 3727.0, 3748.0, 3716.0, 3749.0, 3738.0, 3738.0, 3771.0, 3728.0, 3759.0, 3738.0, 3750.0, 3716.0, 3750.0, 3748.0, 3738.0, 3757.0, 3737.0, 3759.0, 3740.0, 3746.0, 3715.0, 3747.0, 3716.0, 3749.0, 3728.0, 3739.0, 3761.0, 3728.0, 3759.0, 3728.0, 3749.0, 3714.0, 3737.0, 3746.0, 3724.0, 3757.0, 3724.0, 3746.0, 3713.0, 3746.0, 3703.0, 3746.0, 3704.0, 3727.0, 3759.0, 3728.0, 3759.0, 3727.0, 3762.0, 3728.0, 3761.0, 3718.0, 3751.0, 3771.0, 3739.0, 3761.0, 3764.0, 3761.0, 3754.0, 3732.0, 3730.0, 3762.0, 3741.0, 3772.0, 3753.0, 3765.0, 3743.0, 3784.0, 3741.0, 3772.0, 3741.0, 3761.0, 3740.0, 3760.0, 3739.0, 3747.0, 3727.0, 3748.0, 3715.0, 3748.0, 3716.0, 3749.0, 3717.0, 3749.0, 3718.0, 3761.0, 3718.0, 3751.0, 3730.0, 3751.0, 3772.0, 3739.0, 3759.0, 3740.0, 3761.0, 3740.0, 3749.0, 3729.0, 3750.0, 3728.0, 3760.0, 3716.0, 3750.0, 3729.0, 3750.0, 3770.0, 3738.0, 3759.0, 3737.0, 3749.0, 3726.0, 3747.0, 3705.0, 3748.0, 3736.0, 3726.0, 3758.0, 3727.0, 3749.0, 3728.0, 3759.0, 3740.0, 3761.0, 3740.0, 3762.0, 3739.0, 3762.0, 3730.0, 3750.0, 3718.0, 3749.0, 3748.0, 3739.0, 3749.0, 3742.0, 3749.0, 3727.0, 3746.0, 3737.0, 3748.0, 3738.0, 3704.0, 3711.0, 3705.0, 3725.0, 3715.0, 3730.0, 3740.0, 3707.0, 3761.0, 3727.0, 3748.0, 3737.0, 3736.0, 3726.0, 3725.0, 3713.0, 3723.0, 3688.0, 3719.0, 3688.0, 3730.0, 3699.0, 3729.0, 3709.0, 3710.0, 3723.0, 3714.0, 3734.0, 3700.0, 3722.0, 3697.0, 3719.0, 3698.0, 3720.0, 3700.0, 3721.0, 3687.0, 3708.0, 3686.0, 3716.0, 3697.0, 3728.0, 3699.0, 3699.0, 3710.0, 3689.0, 3722.0, 3690.0, 3723.0, 3690.0, 3734.0, 3691.0, 3725.0, 3703.0, 3738.0, 3758.0, 3739.0, 3772.0, 3740.0, 3759.0, 3728.0, 3751.0, 3716.0, 3750.0, 3706.0, 3749.0, 3707.0, 3764.0, 3720.0, 3752.0, 3761.0, 3752.0, 3773.0, 3765.0, 3785.0, 3754.0, 3763.0, 3743.0, 3764.0, 3730.0, 3763.0, 3730.0, 3752.0, 3750.0, 3751.0, 3771.0, 3741.0, 3772.0, 3752.0, 3773.0, 3742.0, 3762.0, 3742.0, 3763.0, 3730.0, 3764.0, 3729.0, 3752.0, 3762.0, 3740.0, 3759.0, 3737.0, 3749.0, 3713.0, 3736.0, 3713.0, 3723.0, 3744.0, 3724.0, 3756.0, 3725.0, 3756.0, 3726.0, 3746.0, 3715.0, 3747.0, 3705.0, 3747.0, 3705.0, 3737.0, 3726.0, 3726.0, 3758.0, 3727.0, 3759.0, 3726.0, 3746.0, 3715.0, 3736.0, 3704.0, 3726.0, 3714.0, 3736.0, 3715.0, 3726.0, 3758.0, 3727.0, 3758.0, 3739.0, 3759.0, 3717.0, 3750.0, 3706.0, 3749.0, 3706.0, 3750.0, 3739.0, 3728.0, 3749.0, 3729.0, 3770.0, 3740.0, 3760.0, 3741.0, 3772.0, 3742.0, 3774.0, 3756.0, 3735.0, 3769.0, 3767.0, 3767.0, 3747.0, 3778.0, 3746.0, 3789.0, 3767.0, 3776.0, 3753.0, 3763.0, 3740.0, 3763.0, 3719.0, 3751.0, 3718.0, 3748.0, 3725.0, 3736.0, 3704.0, 3736.0, 3705.0, 3738.0, 3717.0, 3750.0, 3751.0, 3756.0, 3776.0, 3744.0, 3774.0, 3742.0, 3762.0, 3742.0, 3774.0, 3741.0, 3773.0, 3730.0, 3760.0, 3729.0, 3750.0, 3717.0, 3739.0, 3706.0, 3738.0, 3737.0, 3727.0, 3758.0, 3727.0, 3760.0, 3728.0, 3750.0, 3705.0, 3748.0, 3705.0, 3737.0, 3727.0, 3727.0, 3717.0, 3739.0, 3719.0, 3751.0, 3750.0, 3741.0, 3762.0, 3741.0, 3773.0, 3730.0, 3761.0, 3729.0, 3749.0, 3727.0, 3761.0, 3706.0, 3737.0, 3704.0, 3747.0, 3704.0, 3736.0, 3705.0, 3737.0, 3706.0, 3749.0, 3707.0, 3740.0, 3760.0, 3740.0, 3772.0, 3730.0, 3761.0, 3729.0, 3750.0, 3707.0, 3750.0, 3718.0, 3739.0, 3739.0, 3729.0, 3771.0, 3728.0, 3759.0, 3739.0, 3759.0, 3729.0, 3762.0, 3731.0, 3762.0, 3742.0, 3763.0, 3744.0, 3775.0, 3744.0, 3775.0, 3733.0, 3764.0, 3741.0, 3752.0, 3773.0, 3751.0, 3771.0, 3737.0, 3758.0, 3715.0, 3736.0, 3693.0, 3735.0, 3703.0, 3725.0, 3704.0, 3747.0, 3705.0, 3748.0, 3717.0, 3739.0, 3739.0, 3741.0, 3772.0, 3729.0, 3772.0, 3728.0, 3751.0, 3717.0, 3738.0, 3737.0, 3725.0, 3746.0, 3714.0, 3756.0, 3725.0, 3746.0, 3715.0, 3747.0, 3716.0, 3747.0, 3717.0, 3748.0, 3718.0, 3749.0, 3717.0, 3751.0, 3739.0, 3739.0, 3760.0, 3729.0, 3761.0, 3729.0, 3761.0, 3718.0, 3750.0, 3707.0, 3750.0, 3749.0, 3739.0, 3759.0, 3740.0, 3761.0, 3729.0, 3760.0, 3719.0, 3762.0, 3719.0, 3752.0, 3752.0, 3752.0, 3773.0, 3741.0, 3762.0, 3731.0, 3762.0, 3719.0, 3763.0, 3751.0, 3751.0, 3772.0, 3740.0, 3761.0, 3739.0, 3761.0, 3728.0, 3760.0, 3706.0, 3750.0, 3739.0, 3738.0, 3759.0, 3728.0, 3759.0, 3728.0, 3748.0, 3718.0, 3760.0, 3706.0, 3750.0, 3728.0, 3739.0, 3760.0, 3728.0, 3760.0, 3729.0, 3761.0, 3729.0, 3761.0, 3719.0, 3751.0, 3719.0, 3762.0, 3739.0, 3741.0, 3772.0, 3741.0, 3773.0, 3741.0, 3762.0, 3720.0, 3752.0, 3750.0, 3740.0, 3771.0, 3738.0, 3759.0, 3727.0, 3748.0, 3705.0, 3737.0, 3747.0, 3727.0, 3758.0, 3727.0, 3748.0, 3718.0, 3760.0, 3718.0, 3752.0, 3750.0, 3730.0, 3761.0, 3730.0, 3752.0, 3719.0, 3752.0, 3772.0, 3730.0, 3761.0, 3719.0, 3751.0, 3719.0, 3751.0, 3761.0, 3741.0, 3773.0, 3730.0, 3751.0, 3731.0, 3764.0, 3732.0, 3765.0, 3733.0, 3766.0, 3733.0, 3766.0, 3775.0, 3755.0, 3786.0, 3754.0, 3774.0, 3742.0, 3763.0, 3731.0, 3762.0, 3718.0, 3751.0, 3707.0, 3750.0, 3717.0, 3751.0, 3740.0, 3741.0, 3763.0, 3742.0, 3773.0, 3742.0, 3773.0, 3742.0, 3762.0, 3719.0, 3751.0, 3728.0, 3740.0, 3760.0, 3727.0, 3759.0, 3714.0, 3748.0, 3705.0, 3736.0, 3704.0, 3736.0, 3704.0, 3737.0, 3715.0, 3727.0, 3717.0, 3740.0, 3719.0, 3741.0, 3752.0, 3732.0, 3774.0, 3742.0, 3764.0, 3720.0, 3752.0, 3762.0, 3729.0, 3760.0, 3727.0, 3749.0, 3716.0, 3737.0, 3726.0, 3726.0, 3758.0, 3726.0, 3747.0, 3715.0, 3747.0, 3716.0, 3747.0, 3718.0, 3749.0, 3719.0, 3761.0, 3722.0, 3751.0, 3721.0, 3763.0, 3734.0, 3765.0, 3722.0, 3765.0, 3741.0, 3752.0, 3773.0, 3751.0, 3772.0, 3739.0, 3748.0, 3727.0, 3748.0, 3714.0, 3747.0, 3703.0, 3734.0, 3691.0, 3735.0, 3702.0, 3723.0, 3703.0, 3725.0, 3725.0, 3726.0, 3759.0, 3726.0, 3747.0, 3726.0, 3747.0, 3715.0, 3737.0, 3692.0, 3735.0, 3735.0, 3727.0, 3757.0, 3725.0, 3745.0, 3715.0, 3736.0, 3717.0, 3748.0, 3719.0, 3761.0, 3732.0, 3763.0, 3722.0, 3765.0, 3721.0, 3764.0, 3774.0, 3742.0, 3773.0, 3730.0, 3763.0, 3717.0, 3750.0, 3760.0, 3738.0, 3758.0, 3716.0, 3748.0, 3718.0, 3748.0, 3706.0, 3749.0, 3717.0, 3750.0, 3719.0, 3741.0, 3774.0, 3742.0, 3774.0, 3742.0, 3764.0, 3721.0, 3764.0, 3733.0, 3754.0, 3774.0, 3753.0, 3773.0, 3752.0, 3773.0, 3741.0, 3761.0, 3729.0, 3750.0, 3728.0, 3750.0, 3750.0, 3740.0, 3740.0, 3751.0, 3763.0, 3752.0, 3772.0, 3753.0, 3773.0, 3753.0, 3774.0, 3741.0, 3774.0, 3730.0, 3752.0, 3729.0, 3751.0, 3729.0, 3739.0, 3749.0, 3738.0, 3759.0, 3739.0, 3759.0, 3729.0, 3730.0, 3729.0, 3697.0, 3741.0, 3720.0, 3752.0, 3744.0, 3776.0, 3758.0, 3787.0, 3742.0, 3763.0, 3719.0, 3750.0, 3717.0, 3738.0, 3726.0, 3735.0, 3701.0, 3722.0, 3688.0, 3720.0, 3688.0, 3709.0, 3687.0, 3720.0, 3687.0, 3707.0, 3685.0, 3706.0, 3673.0, 3694.0, 3672.0, 3693.0, 3672.0, 3694.0, 3673.0, 3705.0, 3673.0, 3697.0, 3695.0, 3707.0, 3687.0, 3699.0, 3677.0, 3711.0, 3720.0, 3710.0, 3743.0, 3712.0, 3733.0, 3713.0, 3735.0, 3703.0, 3734.0, 3703.0, 3734.0, 3692.0, 3735.0, 3693.0, 3747.0, 3716.0, 3737.0, 3707.0, 3750.0, 3719.0, 3721.0, 3731.0, 3763.0, 3742.0, 3763.0, 3743.0, 3774.0, 3743.0, 3774.0, 3742.0, 3771.0, 3729.0, 3759.0, 3729.0, 3749.0, 3730.0, 3750.0, 3730.0, 3719.0, 3741.0, 3720.0, 3753.0, 3732.0, 3764.0, 3734.0, 3766.0, 3734.0, 3766.0, 3734.0, 3777.0, 3733.0, 3766.0, 3722.0, 3765.0, 3731.0, 3752.0, 3730.0, 3753.0, 3731.0, 3763.0, 3721.0, 3762.0, 3741.0, 3763.0, 3752.0, 3753.0, 3732.0, 3753.0, 3720.0, 3763.0, 3740.0, 3753.0, 3762.0, 3752.0, 3773.0, 3740.0, 3761.0, 3739.0, 3750.0, 3728.0, 3751.0, 3706.0, 3749.0, 3694.0, 3747.0, 3705.0, 3749.0, 3706.0, 3739.0, 3718.0, 3749.0, 3718.0, 3750.0, 3718.0, 3752.0, 3719.0, 3751.0], 'WindowWidth': [8517.0, 8517.0, 8455.0, 8469.0, 8432.0, 8465.0, 8392.0, 8435.0, 8405.0, 8417.0, 8445.0, 8402.0, 8444.0, 8418.0, 8446.0, 8404.0, 8436.0, 8412.0, 8452.0, 8411.0, 8440.0, 8398.0, 8460.0, 8398.0, 8445.0, 8471.0, 8426.0, 8453.0, 8401.0, 8436.0, 8387.0, 8420.0, 8431.0, 8402.0, 8446.0, 8403.0, 8438.0, 8402.0, 8437.0, 8389.0, 8407.0, 8464.0, 8400.0, 8434.0, 8386.0, 8432.0, 8450.0, 8401.0, 8433.0, 8384.0, 8412.0, 8392.0, 8394.0, 8443.0, 8398.0, 8414.0, 8369.0, 8415.0, 8370.0, 8398.0, 8445.0, 8399.0, 8435.0, 8390.0, 8437.0, 8378.0, 8423.0, 8453.0, 8409.0, 8456.0, 8392.0, 8442.0, 8407.0, 8425.0, 8468.0, 8407.0, 8439.0, 8405.0, 8454.0, 8408.0, 8438.0, 8466.0, 8425.0, 8454.0, 8424.0, 8457.0, 8408.0, 8444.0, 8424.0, 8424.0, 8469.0, 8422.0, 8439.0, 8403.0, 8441.0, 8404.0, 8420.0, 8450.0, 8401.0, 8446.0, 8419.0, 8449.0, 8417.0, 8435.0, 8391.0, 8433.0, 8376.0, 8437.0, 8468.0, 8419.0, 8452.0, 8405.0, 8437.0, 8390.0, 8435.0, 8449.0, 8404.0, 8451.0, 8403.0, 8435.0, 8388.0, 8435.0, 8375.0, 8425.0, 8422.0, 8424.0, 8468.0, 8426.0, 8457.0, 8413.0, 8459.0, 8412.0, 8458.0, 8396.0, 8441.0, 8468.0, 8439.0, 8455.0, 8421.0, 8460.0, 8402.0, 8438.0, 8400.0, 8416.0, 8433.0, 8417.0, 8448.0, 8418.0, 8449.0, 8405.0, 8448.0, 8404.0, 8434.0, 8387.0, 8436.0, 8419.0, 8420.0, 8469.0, 8409.0, 8451.0, 8419.0, 8440.0, 8388.0, 8437.0, 8434.0, 8419.0, 8447.0, 8417.0, 8448.0, 8424.0, 8427.0, 8385.0, 8428.0, 8390.0, 8436.0, 8405.0, 8424.0, 8453.0, 8405.0, 8451.0, 8405.0, 8436.0, 8381.0, 8417.0, 8426.0, 8394.0, 8445.0, 8394.0, 8427.0, 8380.0, 8426.0, 8365.0, 8427.0, 8371.0, 8405.0, 8449.0, 8408.0, 8448.0, 8406.0, 8456.0, 8407.0, 8455.0, 8394.0, 8442.0, 8469.0, 8424.0, 8456.0, 8466.0, 8457.0, 8452.0, 8421.0, 8415.0, 8460.0, 8429.0, 8472.0, 8448.0, 8469.0, 8436.0, 8492.0, 8429.0, 8473.0, 8426.0, 8457.0, 8423.0, 8454.0, 8421.0, 8430.0, 8404.0, 8432.0, 8384.0, 8432.0, 8386.0, 8434.0, 8392.0, 8436.0, 8394.0, 8454.0, 8394.0, 8443.0, 8412.0, 8442.0, 8472.0, 8424.0, 8450.0, 8425.0, 8454.0, 8423.0, 8437.0, 8409.0, 8437.0, 8408.0, 8453.0, 8390.0, 8440.0, 8409.0, 8439.0, 8467.0, 8420.0, 8449.0, 8417.0, 8437.0, 8400.0, 8431.0, 8372.0, 8432.0, 8414.0, 8401.0, 8446.0, 8403.0, 8435.0, 8408.0, 8450.0, 8425.0, 8454.0, 8427.0, 8459.0, 8423.0, 8458.0, 8412.0, 8439.0, 8393.0, 8438.0, 8433.0, 8421.0, 8435.0, 8432.0, 8436.0, 8401.0, 8426.0, 8416.0, 8433.0, 8419.0, 8365.0, 8371.0, 8368.0, 8393.0, 8382.0, 8413.0, 8426.0, 8374.0, 8453.0, 8401.0, 8431.0, 8414.0, 8411.0, 8397.0, 8395.0, 8374.0, 8388.0, 8336.0, 8377.0, 8334.0, 8392.0, 8350.0, 8393.0, 8364.0, 8366.0, 8391.0, 8377.0, 8404.0, 8352.0, 8387.0, 8344.0, 8378.0, 8345.0, 8381.0, 8354.0, 8381.0, 8332.0, 8359.0, 8326.0, 8368.0, 8344.0, 8387.0, 8351.0, 8351.0, 8368.0, 8339.0, 8385.0, 8342.0, 8388.0, 8342.0, 8404.0, 8346.0, 8396.0, 8365.0, 8416.0, 8444.0, 8421.0, 8469.0, 8423.0, 8447.0, 8406.0, 8439.0, 8388.0, 8436.0, 8372.0, 8434.0, 8376.0, 8462.0, 8398.0, 8443.0, 8453.0, 8442.0, 8474.0, 8464.0, 8494.0, 8452.0, 8463.0, 8434.0, 8464.0, 8411.0, 8462.0, 8412.0, 8443.0, 8439.0, 8439.0, 8468.0, 8427.0, 8472.0, 8443.0, 8474.0, 8430.0, 8458.0, 8430.0, 8460.0, 8413.0, 8464.0, 8409.0, 8443.0, 8458.0, 8423.0, 8452.0, 8413.0, 8437.0, 8376.0, 8411.0, 8375.0, 8389.0, 8419.0, 8393.0, 8440.0, 8395.0, 8440.0, 8398.0, 8425.0, 8383.0, 8427.0, 8369.0, 8428.0, 8369.0, 8415.0, 8398.0, 8399.0, 8446.0, 8401.0, 8448.0, 8399.0, 8426.0, 8383.0, 8412.0, 8366.0, 8398.0, 8380.0, 8411.0, 8384.0, 8399.0, 8446.0, 8402.0, 8445.0, 8420.0, 8447.0, 8391.0, 8436.0, 8376.0, 8435.0, 8374.0, 8437.0, 8420.0, 8405.0, 8435.0, 8408.0, 8465.0, 8425.0, 8451.0, 8427.0, 8469.0, 8430.0, 8478.0, 8458.0, 8431.0, 8481.0, 8473.0, 8473.0, 8447.0, 8488.0, 8445.0, 8505.0, 8474.0, 8485.0, 8446.0, 8462.0, 8423.0, 8462.0, 8393.0, 8439.0, 8390.0, 8431.0, 8395.0, 8412.0, 8366.0, 8413.0, 8371.0, 8417.0, 8390.0, 8438.0, 8440.0, 8456.0, 8482.0, 8435.0, 8475.0, 8432.0, 8458.0, 8430.0, 8475.0, 8427.0, 8472.0, 8411.0, 8453.0, 8409.0, 8439.0, 8388.0, 8421.0, 8375.0, 8417.0, 8414.0, 8400.0, 8447.0, 8402.0, 8450.0, 8404.0, 8435.0, 8368.0, 8429.0, 8370.0, 8416.0, 8401.0, 8403.0, 8391.0, 8422.0, 8398.0, 8440.0, 8438.0, 8426.0, 8455.0, 8427.0, 8475.0, 8412.0, 8453.0, 8408.0, 8435.0, 8401.0, 8453.0, 8372.0, 8416.0, 8368.0, 8426.0, 8367.0, 8413.0, 8369.0, 8415.0, 8374.0, 8433.0, 8377.0, 8423.0, 8451.0, 8425.0, 8469.0, 8410.0, 8452.0, 8409.0, 8438.0, 8376.0, 8438.0, 8390.0, 8420.0, 8421.0, 8407.0, 8468.0, 8406.0, 8448.0, 8420.0, 8448.0, 8407.0, 8459.0, 8415.0, 8458.0, 8433.0, 8461.0, 8439.0, 8480.0, 8439.0, 8481.0, 8421.0, 8465.0, 8428.0, 8444.0, 8473.0, 8438.0, 8469.0, 8416.0, 8444.0, 8382.0, 8412.0, 8352.0, 8408.0, 8363.0, 8395.0, 8367.0, 8427.0, 8372.0, 8432.0, 8392.0, 8422.0, 8421.0, 8426.0, 8470.0, 8409.0, 8469.0, 8406.0, 8439.0, 8388.0, 8418.0, 8414.0, 8396.0, 8425.0, 8380.0, 8440.0, 8397.0, 8427.0, 8384.0, 8427.0, 8386.0, 8428.0, 8389.0, 8432.0, 8394.0, 8435.0, 8391.0, 8439.0, 8423.0, 8421.0, 8453.0, 8407.0, 8453.0, 8410.0, 8454.0, 8392.0, 8439.0, 8377.0, 8437.0, 8436.0, 8423.0, 8450.0, 8424.0, 8455.0, 8409.0, 8452.0, 8398.0, 8457.0, 8396.0, 8445.0, 8443.0, 8443.0, 8474.0, 8428.0, 8457.0, 8415.0, 8458.0, 8395.0, 8461.0, 8439.0, 8440.0, 8472.0, 8423.0, 8455.0, 8421.0, 8453.0, 8404.0, 8451.0, 8375.0, 8437.0, 8421.0, 8419.0, 8451.0, 8406.0, 8449.0, 8404.0, 8433.0, 8394.0, 8449.0, 8375.0, 8438.0, 8405.0, 8420.0, 8454.0, 8407.0, 8451.0, 8408.0, 8453.0, 8409.0, 8453.0, 8396.0, 8440.0, 8395.0, 8455.0, 8423.0, 8427.0, 8472.0, 8428.0, 8473.0, 8427.0, 8457.0, 8398.0, 8442.0, 8436.0, 8424.0, 8469.0, 8419.0, 8448.0, 8400.0, 8432.0, 8371.0, 8415.0, 8429.0, 8400.0, 8445.0, 8401.0, 8431.0, 8393.0, 8450.0, 8391.0, 8443.0, 8438.0, 8410.0, 8453.0, 8413.0, 8442.0, 8394.0, 8444.0, 8470.0, 8410.0, 8455.0, 8394.0, 8440.0, 8394.0, 8439.0, 8453.0, 8426.0, 8472.0, 8413.0, 8441.0, 8416.0, 8462.0, 8418.0, 8465.0, 8421.0, 8468.0, 8421.0, 8469.0, 8480.0, 8451.0, 8497.0, 8448.0, 8477.0, 8430.0, 8461.0, 8413.0, 8458.0, 8391.0, 8440.0, 8377.0, 8437.0, 8391.0, 8440.0, 8424.0, 8428.0, 8460.0, 8430.0, 8475.0, 8429.0, 8474.0, 8430.0, 8458.0, 8395.0, 8439.0, 8404.0, 8425.0, 8450.0, 8400.0, 8447.0, 8381.0, 8430.0, 8367.0, 8413.0, 8365.0, 8411.0, 8368.0, 8414.0, 8384.0, 8402.0, 8389.0, 8422.0, 8395.0, 8428.0, 8446.0, 8418.0, 8476.0, 8430.0, 8464.0, 8396.0, 8443.0, 8457.0, 8408.0, 8452.0, 8401.0, 8436.0, 8382.0, 8414.0, 8398.0, 8396.0, 8445.0, 8397.0, 8426.0, 8383.0, 8427.0, 8386.0, 8428.0, 8391.0, 8434.0, 8395.0, 8451.0, 8403.0, 8440.0, 8401.0, 8459.0, 8425.0, 8468.0, 8403.0, 8465.0, 8427.0, 8442.0, 8474.0, 8440.0, 8471.0, 8420.0, 8432.0, 8399.0, 8431.0, 8377.0, 8428.0, 8361.0, 8405.0, 8345.0, 8407.0, 8360.0, 8389.0, 8362.0, 8394.0, 8395.0, 8398.0, 8448.0, 8399.0, 8429.0, 8398.0, 8429.0, 8381.0, 8413.0, 8347.0, 8407.0, 8407.0, 8400.0, 8440.0, 8395.0, 8421.0, 8381.0, 8411.0, 8390.0, 8430.0, 8394.0, 8453.0, 8416.0, 8460.0, 8404.0, 8464.0, 8401.0, 8462.0, 8477.0, 8430.0, 8473.0, 8410.0, 8459.0, 8390.0, 8435.0, 8450.0, 8418.0, 8446.0, 8386.0, 8429.0, 8391.0, 8431.0, 8371.0, 8434.0, 8389.0, 8437.0, 8396.0, 8428.0, 8476.0, 8433.0, 8476.0, 8432.0, 8462.0, 8401.0, 8463.0, 8420.0, 8450.0, 8476.0, 8447.0, 8474.0, 8442.0, 8473.0, 8428.0, 8456.0, 8409.0, 8439.0, 8404.0, 8438.0, 8435.0, 8423.0, 8422.0, 8439.0, 8459.0, 8442.0, 8470.0, 8444.0, 8475.0, 8445.0, 8477.0, 8428.0, 8476.0, 8411.0, 8443.0, 8405.0, 8439.0, 8406.0, 8422.0, 8435.0, 8417.0, 8447.0, 8419.0, 8449.0, 8406.0, 8413.0, 8405.0, 8363.0, 8426.0, 8395.0, 8440.0, 8437.0, 8481.0, 8461.0, 8499.0, 8427.0, 8461.0, 8394.0, 8439.0, 8388.0, 8416.0, 8395.0, 8407.0, 8356.0, 8383.0, 8334.0, 8379.0, 8331.0, 8362.0, 8330.0, 8376.0, 8328.0, 8356.0, 8323.0, 8352.0, 8304.0, 8334.0, 8301.0, 8330.0, 8301.0, 8333.0, 8304.0, 8350.0, 8308.0, 8344.0, 8340.0, 8356.0, 8333.0, 8349.0, 8321.0, 8367.0, 8380.0, 8367.0, 8415.0, 8373.0, 8403.0, 8375.0, 8408.0, 8363.0, 8406.0, 8362.0, 8407.0, 8348.0, 8408.0, 8349.0, 8427.0, 8385.0, 8415.0, 8375.0, 8436.0, 8396.0, 8404.0, 8415.0, 8461.0, 8429.0, 8460.0, 8435.0, 8478.0, 8432.0, 8475.0, 8430.0, 8469.0, 8407.0, 8447.0, 8407.0, 8434.0, 8411.0, 8437.0, 8411.0, 8397.0, 8428.0, 8400.0, 8445.0, 8416.0, 8464.0, 8423.0, 8469.0, 8422.0, 8469.0, 8423.0, 8485.0, 8420.0, 8468.0, 8405.0, 8464.0, 8415.0, 8445.0, 8412.0, 8447.0, 8412.0, 8460.0, 8401.0, 8459.0, 8429.0, 8460.0, 8443.0, 8447.0, 8417.0, 8446.0, 8400.0, 8460.0, 8424.0, 8446.0, 8457.0, 8444.0, 8475.0, 8424.0, 8456.0, 8422.0, 8438.0, 8403.0, 8439.0, 8371.0, 8433.0, 8355.0, 8426.0, 8368.0, 8433.0, 8372.0, 8421.0, 8394.0, 8436.0, 8393.0, 8439.0, 8394.0, 8444.0, 8394.0, 8440.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.0007290780809031044</td></tr>
<tr><td colspan=3>aqi</td><td>0.034030604985889</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.61010083766483</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1613023100753286</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9694619026459511</td></tr>
<tr><td colspan=3>efc</td><td>0.5011</td></tr>
<tr><td colspan=3>fber</td><td>4341.2388</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09344652728109032</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.233301975540922</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.651672740950861</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5775506658191305</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.917015748634743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4604518083987093</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125761</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010209709405899048</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032857172191143036</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.995373734326512</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>23.8824</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1795</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.5058</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292448.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>748.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.2692</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3938</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.0547</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2897.529</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>768.8847</td></tr>
<tr><td colspan=3>tsnr</td><td>33.56634583056439</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>