<?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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-03/func/sub-0020_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>8c671cd2208429650d9767383ea5e06b</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>13:47:36.202500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998585, 0.00777844, 0.0526088, -0.0169074, 0.984355, 0.175383]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11779</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7792, -7162, 481, -87, -173, 91, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>133c1ca7-e183-48fc-b84a-83da53bb3a2a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6791303157806396, -0.045361198484897614, 0.13613814115524292, 110.83767700195312], [-0.020868998020887375, 2.6409528255462646, 0.4752650260925293, -96.65690612792969], [0.14114555716514587, -0.4705392122268677, 2.654352903366089, -3.5648577213287354], [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': ['134736.202500', '134736.662500', '134737.122500', '134737.582500', '134738.042500', '134738.502500', '134738.962500', '134739.422500', '134739.882500', '134740.342500', '134740.802500', '134741.262500', '134741.722500', '134742.182500', '134742.642500', '134743.102500', '134743.562500', '134744.022500', '134744.482500', '134744.942500', '134745.402500', '134745.862500', '134746.322500', '134746.782500', '134747.242500', '134747.702500', '134748.162500', '134748.622500', '134749.082500', '134749.542500', '134750.002500', '134750.462500', '134750.922500', '134751.382500', '134751.842500', '134752.302500', '134752.762500', '134753.222500', '134753.682500', '134754.142500', '134754.602500', '134755.062500', '134755.522500', '134755.982500', '134756.442500', '134756.902500', '134757.362500', '134757.822500', '134758.282500', '134758.742500', '134759.202500', '134759.662500', '134800.122500', '134800.582500', '134801.042500', '134801.502500', '134801.962500', '134802.422500', '134802.882500', '134803.342500', '134803.802500', '134804.262500', '134804.722500', '134805.182500', '134805.642500', '134806.102500', '134806.562500', '134807.022500', '134807.482500', '134807.942500', '134808.402500', '134808.862500', '134809.322500', '134809.782500', '134810.242500', '134810.702500', '134811.162500', '134811.622500', '134812.082500', '134812.542500', '134813.002500', '134813.462500', '134813.922500', '134814.382500', '134814.842500', '134815.302500', '134815.762500', '134816.222500', '134816.682500', '134817.142500', '134817.602500', '134818.062500', '134818.522500', '134818.982500', '134819.442500', '134819.902500', '134820.362500', '134820.822500', '134821.282500', '134821.742500', '134822.202500', '134822.662500', '134823.122500', '134823.582500', '134824.042500', '134824.502500', '134824.962500', '134825.422500', '134825.882500', '134826.342500', '134826.802500', '134827.262500', '134827.722500', '134828.182500', '134828.642500', '134829.102500', '134829.562500', '134830.022500', '134830.482500', '134830.942500', '134831.402500', '134831.862500', '134832.322500', '134832.782500', '134833.242500', '134833.702500', '134834.162500', '134834.622500', '134835.082500', '134835.542500', '134836.002500', '134836.462500', '134836.922500', '134837.382500', '134837.842500', '134838.302500', '134838.762500', '134839.222500', '134839.682500', '134840.142500', '134840.602500', '134841.062500', '134841.522500', '134841.982500', '134842.442500', '134842.902500', '134843.362500', '134843.822500', '134844.282500', '134844.742500', '134845.202500', '134845.662500', '134846.122500', '134846.582500', '134847.042500', '134847.502500', '134847.962500', '134848.422500', '134848.882500', '134849.342500', '134849.802500', '134850.262500', '134850.722500', '134851.182500', '134851.642500', '134852.102500', '134852.562500', '134853.022500', '134853.482500', '134853.942500', '134854.402500', '134854.862500', '134855.322500', '134855.782500', '134856.242500', '134856.702500', '134857.162500', '134857.622500', '134858.082500', '134858.542500', '134859.002500', '134859.462500', '134859.922500', '134900.382500', '134900.842500', '134901.302500', '134901.762500', '134902.222500', '134902.682500', '134903.142500', '134903.602500', '134904.062500', '134904.522500', '134904.982500', '134905.442500', '134905.902500', '134906.362500', '134906.822500', '134907.282500', '134907.742500', '134908.202500', '134908.662500', '134909.122500', '134909.582500', '134910.042500', '134910.502500', '134910.962500', '134911.422500', '134911.882500', '134912.342500', '134912.802500', '134913.262500', '134913.722500', '134914.182500', '134914.642500', '134915.102500', '134915.562500', '134916.022500', '134916.482500', '134916.942500', '134917.402500', '134917.862500', '134918.322500', '134918.782500', '134919.242500', '134919.702500', '134920.162500', '134920.622500', '134921.082500', '134921.542500', '134922.002500', '134922.462500', '134922.922500', '134923.382500', '134923.842500', '134924.302500', '134924.762500', '134925.222500', '134925.682500', '134926.142500', '134926.602500', '134927.062500', '134927.522500', '134927.982500', '134928.442500', '134928.902500', '134929.362500', '134929.822500', '134930.282500', '134930.742500', '134931.202500', '134931.662500', '134932.122500', '134932.582500', '134933.042500', '134933.502500', '134933.962500', '134934.422500', '134934.882500', '134935.342500', '134935.802500', '134936.262500', '134936.722500', '134937.182500', '134937.642500', '134938.102500', '134938.562500', '134939.022500', '134939.482500', '134939.942500', '134940.402500', '134940.862500', '134941.322500', '134941.782500', '134942.242500', '134942.702500', '134943.162500', '134943.622500', '134944.082500', '134944.542500', '134945.002500', '134945.462500', '134945.922500', '134946.382500', '134946.842500', '134947.302500', '134947.762500', '134948.222500', '134948.682500', '134949.142500', '134949.602500', '134950.062500', '134950.522500', '134950.982500', '134951.442500', '134951.902500', '134952.362500', '134952.822500', '134953.282500', '134953.742500', '134954.202500', '134954.662500', '134955.122500', '134955.582500', '134956.042500', '134956.502500', '134956.962500', '134957.422500', '134957.882500', '134958.342500', '134958.802500', '134959.262500', '134959.722500', '135000.182500', '135000.642500', '135001.102500', '135001.562500', '135002.022500', '135002.482500', '135002.942500', '135003.402500', '135003.862500', '135004.322500', '135004.782500', '135005.242500', '135005.702500', '135006.162500', '135006.622500', '135007.082500', '135007.542500', '135008.002500', '135008.462500', '135008.922500', '135009.382500', '135009.842500', '135010.302500', '135010.762500', '135011.222500', '135011.682500', '135012.142500', '135012.602500', '135013.062500', '135013.522500', '135013.982500', '135014.442500', '135014.902500', '135015.362500', '135015.822500', '135016.282500', '135016.742500', '135017.202500', '135017.662500', '135018.122500', '135018.582500', '135019.042500', '135019.502500', '135019.962500', '135020.422500', '135020.882500', '135021.342500', '135021.802500', '135022.262500', '135022.722500', '135023.182500', '135023.642500', '135024.102500', '135024.562500', '135025.022500', '135025.482500', '135025.942500', '135026.402500', '135026.862500', '135027.322500', '135027.782500', '135028.242500', '135028.702500', '135029.162500', '135029.622500', '135030.082500', '135030.542500', '135031.002500', '135031.462500', '135031.922500', '135032.382500', '135032.842500', '135033.302500', '135033.762500', '135034.222500', '135034.682500', '135035.142500', '135035.602500', '135036.062500', '135036.522500', '135036.982500', '135037.442500', '135037.902500', '135038.362500', '135038.822500', '135039.282500', '135039.742500', '135040.202500', '135040.662500', '135041.122500', '135041.582500', '135042.042500', '135042.502500', '135042.962500', '135043.422500', '135043.882500', '135044.342500', '135044.802500', '135045.262500', '135045.722500', '135046.182500', '135046.642500', '135047.102500', '135047.562500', '135048.022500', '135048.482500', '135048.942500', '135049.402500', '135049.862500', '135050.322500', '135050.782500', '135051.242500', '135051.702500', '135052.162500', '135052.622500', '135053.082500', '135053.542500', '135054.002500', '135054.462500', '135054.922500', '135055.382500', '135055.842500', '135056.302500', '135056.762500', '135057.222500', '135057.682500', '135058.142500', '135058.602500', '135059.062500', '135059.522500', '135059.982500', '135100.442500', '135100.902500', '135101.362500', '135101.822500', '135102.282500', '135102.742500', '135103.202500', '135103.662500', '135104.122500', '135104.582500', '135105.042500', '135105.502500', '135105.962500', '135106.422500', '135106.882500', '135107.342500', '135107.802500', '135108.262500', '135108.722500', '135109.182500', '135109.642500', '135110.102500', '135110.562500', '135111.022500', '135111.482500', '135111.942500', '135112.402500', '135112.862500', '135113.322500', '135113.782500', '135114.242500', '135114.702500', '135115.162500', '135115.622500', '135116.082500', '135116.542500', '135117.002500', '135117.462500', '135117.922500', '135118.382500', '135118.842500', '135119.302500', '135119.762500', '135120.222500', '135120.682500', '135121.142500', '135121.602500', '135122.062500', '135122.522500', '135122.982500', '135123.442500', '135123.902500', '135124.362500', '135124.822500', '135125.282500', '135125.742500', '135126.202500', '135126.662500', '135127.122500', '135127.582500', '135128.042500', '135128.502500', '135128.962500', '135129.422500', '135129.882500', '135130.342500', '135130.802500', '135131.262500', '135131.722500', '135132.182500', '135132.642500', '135133.102500', '135133.562500', '135134.022500', '135134.482500', '135134.942500', '135135.402500', '135135.862500', '135136.322500', '135136.782500', '135137.242500', '135137.702500', '135138.162500', '135138.622500', '135139.082500', '135139.542500', '135140.002500', '135140.462500', '135140.922500', '135141.382500', '135141.842500', '135142.302500', '135142.762500', '135143.222500', '135143.682500', '135144.142500', '135144.602500', '135145.062500', '135145.522500', '135145.982500', '135146.442500', '135146.902500', '135147.362500', '135147.822500', '135148.282500', '135148.742500', '135149.202500', '135149.662500', '135150.122500', '135150.582500', '135151.042500', '135151.502500', '135151.962500', '135152.422500', '135152.882500', '135153.342500', '135153.802500', '135154.262500', '135154.722500', '135155.182500', '135155.642500', '135156.102500', '135156.562500', '135157.022500', '135157.482500', '135157.942500', '135158.402500', '135158.862500', '135159.322500', '135159.782500', '135200.242500', '135200.702500', '135201.162500', '135201.622500', '135202.082500', '135202.542500', '135203.002500', '135203.462500', '135203.922500', '135204.382500', '135204.842500', '135205.302500', '135205.762500', '135206.222500', '135206.682500', '135207.142500', '135207.602500', '135208.062500', '135208.522500', '135208.982500', '135209.442500', '135209.902500', '135210.362500', '135210.822500', '135211.282500', '135211.742500', '135212.202500', '135212.662500', '135213.122500', '135213.582500', '135214.042500', '135214.502500', '135214.962500', '135215.422500', '135215.882500', '135216.342500', '135216.802500', '135217.262500', '135217.722500', '135218.182500', '135218.642500', '135219.102500', '135219.562500', '135220.022500', '135220.482500', '135220.942500', '135221.402500', '135221.862500', '135222.322500', '135222.782500', '135223.242500', '135223.702500', '135224.162500', '135224.622500', '135225.082500', '135225.542500', '135226.002500', '135226.462500', '135226.922500', '135227.382500', '135227.842500', '135228.302500', '135228.762500', '135229.222500', '135229.682500', '135230.142500', '135230.602500', '135231.062500', '135231.522500', '135231.982500', '135232.442500', '135232.902500', '135233.362500', '135233.822500', '135234.282500', '135234.742500', '135235.202500', '135235.662500', '135236.122500', '135236.582500', '135237.042500', '135237.502500', '135237.962500', '135238.422500', '135238.882500', '135239.342500', '135239.802500', '135240.262500', '135240.722500', '135241.182500', '135241.642500', '135242.102500', '135242.562500', '135243.022500', '135243.482500', '135243.942500', '135244.402500', '135244.862500', '135245.322500', '135245.782500', '135246.242500', '135246.702500', '135247.162500', '135247.622500', '135248.082500', '135248.542500', '135249.002500', '135249.462500', '135249.922500', '135250.382500', '135250.842500', '135251.302500', '135251.762500', '135252.222500', '135252.682500', '135253.142500', '135253.602500', '135254.062500', '135254.522500', '135254.982500', '135255.442500', '135255.902500', '135256.362500', '135256.822500', '135257.282500', '135257.742500', '135258.202500', '135258.662500', '135259.122500', '135259.582500', '135300.042500', '135300.502500', '135300.962500', '135301.422500', '135301.882500', '135302.342500', '135302.802500', '135303.262500', '135303.722500', '135304.182500', '135304.642500', '135305.102500', '135305.562500', '135306.022500', '135306.482500', '135306.942500', '135307.402500', '135307.862500', '135308.322500', '135308.782500', '135309.242500', '135309.702500', '135310.162500', '135310.622500', '135311.082500', '135311.542500', '135312.002500', '135312.462500', '135312.922500', '135313.382500', '135313.842500', '135314.302500', '135314.762500', '135315.222500', '135315.682500', '135316.142500', '135316.602500', '135317.062500', '135317.522500', '135317.982500', '135318.442500', '135318.902500', '135319.362500', '135319.822500', '135320.282500', '135320.742500', '135321.202500', '135321.662500', '135322.122500', '135322.582500', '135323.042500', '135323.502500', '135323.962500', '135324.422500', '135324.882500', '135325.342500', '135325.802500', '135326.262500', '135326.722500', '135327.182500', '135327.642500', '135328.102500', '135328.562500', '135329.022500', '135329.482500', '135329.942500', '135330.402500', '135330.862500', '135331.322500', '135331.782500', '135332.242500', '135332.702500', '135333.162500', '135333.622500', '135334.082500', '135334.542500', '135335.002500', '135335.462500', '135335.922500', '135336.382500', '135336.842500', '135337.302500', '135337.762500', '135338.222500', '135338.682500', '135339.142500', '135339.602500', '135340.062500', '135340.522500', '135340.982500', '135341.442500', '135341.902500', '135342.362500', '135342.822500', '135343.282500', '135343.742500', '135344.202500', '135344.662500', '135345.122500', '135345.582500', '135346.042500', '135346.502500', '135346.962500', '135347.422500', '135347.882500', '135348.342500', '135348.802500', '135349.262500', '135349.722500', '135350.182500', '135350.642500', '135351.102500', '135351.562500', '135352.022500', '135352.482500', '135352.942500', '135353.402500', '135353.862500', '135354.322500', '135354.782500', '135355.242500', '135355.702500', '135356.162500', '135356.622500', '135357.082500', '135357.542500', '135358.002500', '135358.462500', '135358.922500', '135359.382500', '135359.842500', '135400.302500', '135400.762500', '135401.222500', '135401.682500', '135402.142500', '135402.602500', '135403.062500', '135403.522500', '135403.982500', '135404.442500', '135404.902500', '135405.362500', '135405.822500', '135406.282500', '135406.742500', '135407.202500', '135407.662500', '135408.122500', '135408.582500', '135409.042500', '135409.502500', '135409.962500', '135410.422500', '135410.882500', '135411.342500', '135411.802500', '135412.262500', '135412.722500', '135413.182500', '135413.642500', '135414.102500', '135414.562500', '135415.022500', '135415.482500', '135415.942500', '135416.402500', '135416.862500', '135417.322500', '135417.782500', '135418.242500', '135418.702500', '135419.162500', '135419.622500', '135420.082500', '135420.542500', '135421.002500', '135421.462500', '135421.922500', '135422.382500', '135422.842500', '135423.302500', '135423.762500', '135424.222500', '135424.682500', '135425.142500', '135425.602500', '135426.062500', '135426.522500', '135426.982500', '135427.442500', '135427.902500', '135428.362500', '135428.822500', '135429.282500', '135429.742500', '135430.202500', '135430.662500', '135431.122500', '135431.582500', '135432.042500', '135432.502500', '135432.962500', '135433.422500', '135433.882500', '135434.342500', '135434.802500', '135435.262500', '135435.722500', '135436.182500', '135436.642500', '135437.102500', '135437.562500', '135438.022500', '135438.482500', '135438.942500', '135439.402500', '135439.862500', '135440.322500', '135440.782500', '135441.242500', '135441.702500', '135442.162500', '135442.622500', '135443.082500', '135443.542500', '135444.002500', '135444.462500', '135444.922500', '135445.382500', '135445.842500', '135446.302500', '135446.762500', '135447.222500', '135447.682500', '135448.142500', '135448.602500', '135449.062500', '135449.522500', '135449.982500', '135450.442500', '135450.902500', '135451.362500', '135451.822500', '135452.282500', '135452.742500', '135453.202500', '135453.662500', '135454.122500', '135454.582500', '135455.042500', '135455.502500', '135455.962500', '135456.422500', '135456.882500', '135457.342500', '135457.802500', '135458.262500', '135458.722500', '135459.182500', '135459.642500', '135500.102500', '135500.562500', '135501.022500', '135501.482500', '135501.942500', '135502.402500', '135502.862500', '135503.322500', '135503.782500', '135504.242500', '135504.702500', '135505.162500', '135505.622500', '135506.082500', '135506.542500', '135507.002500', '135507.462500', '135507.922500', '135508.382500', '135508.842500', '135509.302500', '135509.762500', '135510.222500', '135510.682500', '135511.142500', '135511.602500', '135512.062500', '135512.522500', '135512.982500', '135513.442500', '135513.902500', '135514.362500', '135514.822500', '135515.282500', '135515.742500', '135516.202500', '135516.662500', '135517.122500', '135517.582500', '135518.042500', '135518.502500', '135518.962500', '135519.422500', '135519.882500', '135520.342500', '135520.802500', '135521.262500', '135521.722500', '135522.182500', '135522.642500', '135523.102500', '135523.562500', '135524.022500', '135524.482500', '135524.942500', '135525.402500', '135525.862500', '135526.322500', '135526.782500', '135527.242500', '135527.702500', '135528.162500', '135528.622500', '135529.082500', '135529.542500', '135530.002500', '135530.462500', '135530.922500', '135531.382500', '135531.842500', '135532.302500', '135532.762500', '135533.222500', '135533.682500', '135534.142500', '135534.602500', '135535.062500', '135535.522500', '135535.982500', '135536.442500', '135536.902500', '135537.362500', '135537.822500', '135538.282500', '135538.742500', '135539.202500', '135539.662500', '135540.122500', '135540.582500', '135541.042500', '135541.502500', '135541.962500', '135542.422500', '135542.882500', '135543.342500', '135543.802500', '135544.262500', '135544.722500', '135545.182500', '135545.642500'], 'ContentTime': ['134755.778000', '134755.782000', '134755.785000', '134755.788000', '134755.791000', '134755.794000', '134755.797000', '134755.800000', '134755.803000', '134755.806000', '134755.809000', '134755.812000', '134755.819000', '134755.822000', '134755.825000', '134755.828000', '134755.830000', '134755.833000', '134755.836000', '134755.839000', '134755.842000', '134755.845000', '134755.848000', '134755.851000', '134755.854000', '134755.857000', '134755.860000', '134755.863000', '134755.866000', '134755.869000', '134755.872000', '134755.875000', '134755.878000', '134755.881000', '134755.884000', '134755.887000', '134755.890000', '134755.893000', '134755.895000', '134755.898000', '134815.731000', '134815.740000', '134815.743000', '134815.746000', '134815.748000', '134815.751000', '134815.754000', '134815.757000', '134815.760000', '134815.763000', '134815.765000', '134815.768000', '134815.771000', '134815.774000', '134815.776000', '134815.779000', '134815.782000', '134815.785000', '134815.788000', '134815.790000', '134815.793000', '134815.796000', '134815.799000', '134815.802000', '134815.804000', '134815.807000', '134815.810000', '134815.813000', '134815.816000', '134815.818000', '134815.821000', '134815.824000', '134815.827000', '134815.830000', '134815.832000', '134815.835000', '134815.838000', '134815.841000', '134815.843000', '134815.846000', '134815.849000', '134815.852000', '134815.855000', '134815.857000', '134835.731000', '134835.734000', '134835.737000', '134835.739000', '134835.742000', '134835.745000', '134835.748000', '134835.751000', '134835.753000', '134835.756000', '134835.759000', '134835.762000', '134835.765000', '134835.767000', '134835.770000', '134835.773000', '134835.776000', '134835.779000', '134835.782000', '134835.784000', '134835.787000', '134835.790000', '134835.793000', '134835.797000', '134835.799000', '134835.802000', '134835.805000', '134835.808000', '134835.811000', '134835.814000', '134835.816000', '134835.819000', '134835.822000', '134835.825000', '134835.828000', '134835.830000', '134835.833000', '134835.836000', '134835.839000', '134835.842000', '134835.844000', '134835.847000', '134835.850000', '134855.731000', '134855.734000', '134855.737000', '134855.739000', '134855.742000', '134855.745000', '134855.748000', '134855.751000', '134855.753000', '134855.756000', '134855.759000', '134855.762000', '134855.765000', '134855.768000', '134855.770000', '134855.773000', '134855.776000', '134855.779000', '134855.782000', '134855.784000', '134855.787000', '134855.790000', '134855.793000', '134855.796000', '134855.798000', '134855.801000', '134855.804000', '134855.807000', '134855.810000', '134855.812000', '134855.824000', '134855.826000', '134855.829000', '134855.832000', '134855.835000', '134855.838000', '134855.840000', '134855.843000', '134855.846000', '134855.849000', '134855.852000', '134855.854000', '134855.857000', '134855.860000', '134915.732000', '134915.735000', '134915.738000', '134915.741000', '134915.743000', '134915.746000', '134915.750000', '134915.753000', '134915.756000', '134915.759000', '134915.762000', '134915.764000', '134915.767000', '134915.770000', '134915.773000', '134915.776000', '134915.779000', '134915.781000', '134915.784000', '134915.787000', '134915.790000', '134915.793000', '134915.795000', '134915.798000', '134915.801000', '134915.804000', '134915.807000', '134915.810000', '134915.813000', '134915.816000', '134915.818000', '134915.821000', '134915.824000', '134915.827000', '134915.830000', '134915.832000', '134915.835000', '134915.838000', '134915.841000', '134915.844000', '134915.847000', '134915.852000', '134915.856000', '134935.731000', '134935.734000', '134935.737000', '134935.740000', '134935.742000', '134935.745000', '134935.748000', '134935.751000', '134935.754000', '134935.756000', '134935.759000', '134935.762000', '134935.765000', '134935.768000', '134935.771000', '134935.773000', '134935.776000', '134935.779000', '134935.782000', '134935.785000', '134935.787000', '134935.790000', '134935.793000', '134935.796000', '134935.799000', '134935.802000', '134935.804000', '134935.807000', '134935.810000', '134935.813000', '134935.816000', '134935.819000', '134935.821000', '134935.824000', '134935.827000', '134935.830000', '134935.833000', '134935.836000', '134935.838000', '134935.841000', '134935.844000', '134935.847000', '134935.850000', '134935.853000', '134955.731000', '134955.734000', '134955.737000', '134955.740000', '134955.743000', '134955.745000', '134955.748000', '134955.751000', '134955.754000', '134955.757000', '134955.770000', '134955.773000', '134955.776000', '134955.779000', '134955.782000', '134955.785000', '134955.787000', '134955.790000', '134955.793000', '134955.796000', '134955.799000', '134955.802000', '134955.804000', '134955.807000', '134955.810000', '134955.813000', '134955.816000', '134955.819000', '134955.821000', '134955.824000', '134955.827000', '134955.830000', '134955.833000', '134955.835000', '134955.839000', '134955.844000', '134955.847000', '134955.850000', '134955.853000', '134955.856000', '134955.859000', '134955.861000', '134955.864000', '135015.731000', '135015.734000', '135015.737000', '135015.740000', '135015.742000', '135015.745000', '135015.748000', '135015.751000', '135015.754000', '135015.756000', '135015.759000', '135015.762000', '135015.765000', '135015.768000', '135015.770000', '135015.773000', '135015.776000', '135015.779000', '135015.782000', '135015.785000', '135015.787000', '135015.790000', '135015.793000', '135015.796000', '135015.799000', '135015.801000', '135015.804000', '135015.807000', '135015.810000', '135015.813000', '135015.815000', '135015.818000', '135015.821000', '135015.824000', '135015.827000', '135015.830000', '135015.832000', '135015.835000', '135015.838000', '135015.841000', '135015.844000', '135015.846000', '135015.849000', '135015.852000', '135035.731000', '135035.734000', '135035.737000', '135035.740000', '135035.742000', '135035.745000', '135035.748000', '135035.751000', '135035.754000', '135035.757000', '135035.760000', '135035.763000', '135035.765000', '135035.768000', '135035.771000', '135035.774000', '135035.777000', '135035.780000', '135035.782000', '135035.787000', '135035.790000', '135035.793000', '135035.796000', '135035.798000', '135035.801000', '135035.804000', '135035.807000', '135035.810000', '135035.813000', '135035.816000', '135035.818000', '135035.821000', '135035.824000', '135035.827000', '135035.830000', '135035.833000', '135035.835000', '135035.839000', '135035.842000', '135035.845000', '135035.848000', '135035.851000', '135035.854000', '135055.731000', '135055.734000', '135055.737000', '135055.740000', '135055.742000', '135055.745000', '135055.748000', '135055.751000', '135055.754000', '135055.757000', '135055.760000', '135055.762000', '135055.765000', '135055.768000', '135055.771000', '135055.774000', '135055.777000', '135055.779000', '135055.782000', '135055.785000', '135055.788000', '135055.790000', '135055.793000', '135055.796000', '135055.799000', '135055.802000', '135055.805000', '135055.807000', '135055.810000', '135055.813000', '135055.816000', '135055.819000', '135055.822000', '135055.824000', '135055.827000', '135055.830000', '135055.833000', '135055.836000', '135055.839000', '135055.842000', '135055.844000', '135055.847000', '135055.850000', '135055.853000', '135115.731000', '135115.734000', '135115.737000', '135115.740000', '135115.743000', '135115.746000', '135115.749000', '135115.752000', '135115.755000', '135115.758000', '135115.761000', '135115.763000', '135115.766000', '135115.769000', '135115.772000', '135115.775000', '135115.778000', '135115.781000', '135115.784000', '135115.787000', '135115.789000', '135115.792000', '135115.795000', '135115.798000', '135115.801000', '135115.804000', '135115.807000', '135115.810000', '135115.813000', '135115.815000', '135115.818000', '135115.821000', '135115.824000', '135115.827000', '135115.830000', '135115.841000', '135115.844000', '135115.847000', '135115.850000', '135115.853000', '135115.856000', '135115.859000', '135115.862000', '135135.732000', '135135.735000', '135135.738000', '135135.740000', '135135.743000', '135135.746000', '135135.749000', '135135.752000', '135135.755000', '135135.758000', '135135.760000', '135135.763000', '135135.766000', '135135.769000', '135135.772000', '135135.774000', '135135.777000', '135135.780000', '135135.783000', '135135.785000', '135135.788000', '135135.791000', '135135.794000', '135135.797000', '135135.800000', '135135.803000', '135135.805000', '135135.808000', '135135.811000', '135135.814000', '135135.817000', '135135.820000', '135135.823000', '135135.825000', '135135.828000', '135135.831000', '135135.834000', '135135.837000', '135135.840000', '135135.842000', '135135.845000', '135135.848000', '135135.851000', '135135.854000', '135155.731000', '135155.734000', '135155.737000', '135155.740000', '135155.742000', '135155.745000', '135155.748000', '135155.751000', '135155.754000', '135155.757000', '135155.759000', '135155.762000', '135155.765000', '135155.768000', '135155.771000', '135155.774000', '135155.777000', '135155.780000', '135155.782000', '135155.785000', '135155.788000', '135155.791000', '135155.794000', '135155.797000', '135155.800000', '135155.802000', '135155.805000', '135155.808000', '135155.811000', '135155.814000', '135155.817000', '135155.819000', '135155.822000', '135155.826000', '135155.829000', '135155.832000', '135155.835000', '135155.838000', '135155.841000', '135155.844000', '135155.847000', '135155.849000', '135155.852000', '135215.731000', '135215.734000', '135215.737000', '135215.740000', '135215.742000', '135215.745000', '135215.748000', '135215.751000', '135215.754000', '135215.757000', '135215.760000', '135215.762000', '135215.765000', '135215.768000', '135215.771000', '135215.774000', '135215.776000', '135215.779000', '135215.782000', '135215.785000', '135215.788000', '135215.792000', '135215.794000', '135215.797000', '135215.800000', '135215.803000', '135215.806000', '135215.808000', '135215.811000', '135215.814000', '135215.817000', '135215.820000', '135215.823000', '135215.826000', '135215.829000', '135215.831000', '135215.834000', '135215.837000', '135215.840000', '135215.843000', '135215.845000', '135215.848000', '135215.851000', '135215.854000', '135235.731000', '135235.734000', '135235.737000', '135235.740000', '135235.743000', '135235.745000', '135235.748000', '135235.751000', '135235.754000', '135235.757000', '135235.760000', '135235.763000', '135235.765000', '135235.768000', '135235.771000', '135235.774000', '135235.777000', '135235.780000', '135235.782000', '135235.785000', '135235.788000', '135235.791000', '135235.794000', '135235.796000', '135235.799000', '135235.802000', '135235.805000', '135235.808000', '135235.810000', '135235.813000', '135235.816000', '135235.819000', '135235.822000', '135235.825000', '135235.828000', '135235.830000', '135235.833000', '135235.836000', '135235.839000', '135235.842000', '135235.845000', '135235.847000', '135235.850000', '135255.731000', '135255.734000', '135255.737000', '135255.752000', '135255.755000', '135255.757000', '135255.760000', '135255.763000', '135255.766000', '135255.769000', '135255.771000', '135255.774000', '135255.777000', '135255.780000', '135255.783000', '135255.786000', '135255.789000', '135255.791000', '135255.794000', '135255.797000', '135255.800000', '135255.803000', '135255.806000', '135255.808000', '135255.811000', '135255.814000', '135255.817000', '135255.820000', '135255.823000', '135255.826000', '135255.828000', '135255.831000', '135255.834000', '135255.837000', '135255.840000', '135255.843000', '135255.848000', '135255.850000', '135255.853000', '135255.856000', '135255.859000', '135255.862000', '135255.865000', '135255.868000', '135315.731000', '135315.734000', '135315.737000', '135315.740000', '135315.743000', '135315.745000', '135315.748000', '135315.751000', '135315.754000', '135315.757000', '135315.760000', '135315.762000', '135315.765000', '135315.768000', '135315.771000', '135315.774000', '135315.777000', '135315.779000', '135315.782000', '135315.785000', '135315.788000', '135315.791000', '135315.793000', '135315.796000', '135315.799000', '135315.802000', '135315.805000', '135315.808000', '135315.810000', '135315.813000', '135315.816000', '135315.819000', '135315.822000', '135315.825000', '135315.828000', '135315.830000', '135315.833000', '135315.836000', '135315.839000', '135315.842000', '135315.845000', '135315.847000', '135315.850000', '135335.731000', '135335.734000', '135335.737000', '135335.740000', '135335.742000', '135335.746000', '135335.749000', '135335.752000', '135335.755000', '135335.758000', '135335.760000', '135335.763000', '135335.766000', '135335.769000', '135335.771000', '135335.774000', '135335.777000', '135335.780000', '135335.783000', '135335.786000', '135335.788000', '135335.791000', '135335.794000', '135335.797000', '135335.800000', '135335.803000', '135335.805000', '135335.808000', '135335.811000', '135335.814000', '135335.817000', '135335.820000', '135335.822000', '135335.825000', '135335.828000', '135335.831000', '135335.834000', '135335.837000', '135335.839000', '135335.842000', '135335.845000', '135335.848000', '135335.850000', '135335.853000', '135355.732000', '135355.735000', '135355.738000', '135355.741000', '135355.744000', '135355.746000', '135355.749000', '135355.752000', '135355.755000', '135355.758000', '135355.760000', '135355.763000', '135355.766000', '135355.769000', '135355.772000', '135355.775000', '135355.778000', '135355.780000', '135355.783000', '135355.786000', '135355.789000', '135355.792000', '135355.794000', '135355.797000', '135355.800000', '135355.803000', '135355.806000', '135355.809000', '135355.812000', '135355.815000', '135355.817000', '135355.820000', '135355.823000', '135355.826000', '135355.829000', '135355.831000', '135355.834000', '135355.837000', '135355.840000', '135355.843000', '135355.846000', '135355.848000', '135355.851000', '135415.731000', '135415.734000', '135415.737000', '135415.740000', '135415.743000', '135415.746000', '135415.749000', '135415.752000', '135415.754000', '135415.757000', '135415.760000', '135415.763000', '135415.766000', '135415.769000', '135415.785000', '135415.788000', '135415.791000', '135415.794000', '135415.797000', '135415.799000', '135415.802000', '135415.805000', '135415.808000', '135415.811000', '135415.814000', '135415.816000', '135415.819000', '135415.822000', '135415.825000', '135415.828000', '135415.831000', '135415.833000', '135415.836000', '135415.839000', '135415.842000', '135415.845000', '135415.848000', '135415.850000', '135415.853000', '135415.856000', '135415.859000', '135415.862000', '135415.865000', '135435.731000', '135435.734000', '135435.737000', '135435.740000', '135435.743000', '135435.745000', '135435.748000', '135435.751000', '135435.754000', '135435.757000', '135435.760000', '135435.763000', '135435.765000', '135435.768000', '135435.771000', '135435.774000', '135435.777000', '135435.780000', '135435.782000', '135435.785000', '135435.788000', '135435.791000', '135435.794000', '135435.797000', '135435.800000', '135435.802000', '135435.805000', '135435.808000', '135435.811000', '135435.814000', '135435.817000', '135435.820000', '135435.822000', '135435.825000', '135435.828000', '135435.831000', '135435.834000', '135435.837000', '135435.839000', '135435.842000', '135435.845000', '135435.848000', '135435.851000', '135435.854000', '135455.731000', '135455.734000', '135455.737000', '135455.740000', '135455.742000', '135455.745000', '135455.748000', '135455.751000', '135455.756000', '135455.760000', '135455.763000', '135455.766000', '135455.769000', '135455.772000', '135455.774000', '135455.777000', '135455.780000', '135455.783000', '135455.786000', '135455.788000', '135455.791000', '135455.794000', '135455.797000', '135455.800000', '135455.803000', '135455.805000', '135455.808000', '135455.811000', '135455.814000', '135455.817000', '135455.820000', '135455.822000', '135455.825000', '135455.828000', '135455.831000', '135455.834000', '135455.836000', '135455.839000', '135455.842000', '135455.845000', '135455.848000', '135455.851000', '135455.853000', '135515.731000', '135515.734000', '135515.737000', '135515.740000', '135515.743000', '135515.745000', '135515.748000', '135515.751000', '135515.754000', '135515.757000', '135515.760000', '135515.763000', '135515.766000', '135515.768000', '135515.771000', '135515.774000', '135515.777000', '135515.780000', '135515.783000', '135515.786000', '135515.788000', '135515.791000', '135515.794000', '135515.797000', '135515.800000', '135515.803000', '135515.805000', '135515.808000', '135515.811000', '135515.814000', '135515.817000', '135515.820000', '135515.823000', '135515.825000', '135515.828000', '135515.831000', '135515.834000', '135515.837000', '135515.840000', '135515.842000', '135515.845000', '135515.848000', '135515.851000', '135515.854000', '135535.731000', '135535.734000', '135535.737000', '135535.740000', '135535.742000', '135535.745000', '135535.748000', '135535.751000', '135535.756000', '135535.760000', '135535.763000', '135535.766000', '135535.769000', '135535.772000', '135535.775000', '135535.777000', '135535.780000', '135535.783000', '135535.786000', '135535.789000', '135535.791000', '135535.794000', '135535.797000', '135535.800000', '135535.814000', '135535.817000', '135535.819000', '135535.822000', '135535.825000', '135535.828000', '135535.831000', '135535.834000', '135535.836000', '135535.839000', '135535.842000', '135535.845000', '135535.848000', '135535.851000', '135535.853000', '135535.856000', '135535.859000', '135535.862000', '135535.865000', '135546.875000', '135546.878000', '135546.881000', '135546.885000', '135546.888000', '135546.891000', '135546.893000', '135546.896000', '135546.899000', '135546.902000', '135546.905000', '135546.908000', '135546.911000', '135546.913000', '135546.916000', '135546.919000', '135546.922000', '135546.925000', '135546.927000', '135546.930000', '135546.933000', '135546.936000', '135546.939000', '135546.942000', '135546.945000'], 'InstanceCreationTime': ['134755.778000', '134755.782000', '134755.785000', '134755.788000', '134755.791000', '134755.794000', '134755.797000', '134755.800000', '134755.803000', '134755.806000', '134755.809000', '134755.812000', '134755.819000', '134755.822000', '134755.825000', '134755.828000', '134755.830000', '134755.833000', '134755.836000', '134755.839000', '134755.842000', '134755.845000', '134755.848000', '134755.851000', '134755.854000', '134755.857000', '134755.860000', '134755.863000', '134755.866000', '134755.869000', '134755.872000', '134755.875000', '134755.878000', '134755.881000', '134755.884000', '134755.887000', '134755.890000', '134755.893000', '134755.895000', '134755.898000', '134815.731000', '134815.740000', '134815.743000', '134815.746000', '134815.748000', '134815.751000', '134815.754000', '134815.757000', '134815.760000', '134815.763000', '134815.765000', '134815.768000', '134815.771000', '134815.774000', '134815.776000', '134815.779000', '134815.782000', '134815.785000', '134815.788000', '134815.790000', '134815.793000', '134815.796000', '134815.799000', '134815.802000', '134815.804000', '134815.807000', '134815.810000', '134815.813000', '134815.816000', '134815.818000', '134815.821000', '134815.824000', '134815.827000', '134815.830000', '134815.832000', '134815.835000', '134815.838000', '134815.841000', '134815.843000', '134815.846000', '134815.849000', '134815.852000', '134815.855000', '134815.857000', '134835.731000', '134835.734000', '134835.737000', '134835.739000', '134835.742000', '134835.745000', '134835.748000', '134835.751000', '134835.753000', '134835.756000', '134835.759000', '134835.762000', '134835.765000', '134835.767000', '134835.770000', '134835.773000', '134835.776000', '134835.779000', '134835.782000', '134835.784000', '134835.787000', '134835.790000', '134835.793000', '134835.797000', '134835.799000', '134835.802000', '134835.805000', '134835.808000', '134835.811000', '134835.814000', '134835.816000', '134835.819000', '134835.822000', '134835.825000', '134835.828000', '134835.830000', '134835.833000', '134835.836000', '134835.839000', '134835.842000', '134835.844000', '134835.847000', '134835.850000', '134855.731000', '134855.734000', '134855.737000', '134855.739000', '134855.742000', '134855.745000', '134855.748000', '134855.751000', '134855.753000', '134855.756000', '134855.759000', '134855.762000', '134855.765000', '134855.768000', '134855.770000', '134855.773000', '134855.776000', '134855.779000', '134855.782000', '134855.784000', '134855.787000', '134855.790000', '134855.793000', '134855.796000', '134855.798000', '134855.801000', '134855.804000', '134855.807000', '134855.810000', '134855.812000', '134855.824000', '134855.826000', '134855.829000', '134855.832000', '134855.835000', '134855.838000', '134855.840000', '134855.843000', '134855.846000', '134855.849000', '134855.852000', '134855.854000', '134855.857000', '134855.860000', '134915.732000', '134915.735000', '134915.738000', '134915.741000', '134915.743000', '134915.746000', '134915.750000', '134915.753000', '134915.756000', '134915.759000', '134915.762000', '134915.764000', '134915.767000', '134915.770000', '134915.773000', '134915.776000', '134915.779000', '134915.781000', '134915.784000', '134915.787000', '134915.790000', '134915.793000', '134915.795000', '134915.798000', '134915.801000', '134915.804000', '134915.807000', '134915.810000', '134915.813000', '134915.816000', '134915.818000', '134915.821000', '134915.824000', '134915.827000', '134915.830000', '134915.832000', '134915.835000', '134915.838000', '134915.841000', '134915.844000', '134915.847000', '134915.852000', '134915.856000', '134935.731000', '134935.734000', '134935.737000', '134935.740000', '134935.742000', '134935.745000', '134935.748000', '134935.751000', '134935.754000', '134935.756000', '134935.759000', '134935.762000', '134935.765000', '134935.768000', '134935.771000', '134935.773000', '134935.776000', '134935.779000', '134935.782000', '134935.785000', '134935.787000', '134935.790000', '134935.793000', '134935.796000', '134935.799000', '134935.802000', '134935.804000', '134935.807000', '134935.810000', '134935.813000', '134935.816000', '134935.819000', '134935.821000', '134935.824000', '134935.827000', '134935.830000', '134935.833000', '134935.836000', '134935.838000', '134935.841000', '134935.844000', '134935.847000', '134935.850000', '134935.853000', '134955.731000', '134955.734000', '134955.737000', '134955.740000', '134955.743000', '134955.745000', '134955.748000', '134955.751000', '134955.754000', '134955.757000', '134955.770000', '134955.773000', '134955.776000', '134955.779000', '134955.782000', '134955.785000', '134955.787000', '134955.790000', '134955.793000', '134955.796000', '134955.799000', '134955.802000', '134955.804000', '134955.807000', '134955.810000', '134955.813000', '134955.816000', '134955.819000', '134955.821000', '134955.824000', '134955.827000', '134955.830000', '134955.833000', '134955.835000', '134955.839000', '134955.844000', '134955.847000', '134955.850000', '134955.853000', '134955.856000', '134955.859000', '134955.861000', '134955.864000', '135015.731000', '135015.734000', '135015.737000', '135015.740000', '135015.742000', '135015.745000', '135015.748000', '135015.751000', '135015.754000', '135015.756000', '135015.759000', '135015.762000', '135015.765000', '135015.768000', '135015.770000', '135015.773000', '135015.776000', '135015.779000', '135015.782000', '135015.785000', '135015.787000', '135015.790000', '135015.793000', '135015.796000', '135015.799000', '135015.801000', '135015.804000', '135015.807000', '135015.810000', '135015.813000', '135015.815000', '135015.818000', '135015.821000', '135015.824000', '135015.827000', '135015.830000', '135015.832000', '135015.835000', '135015.838000', '135015.841000', '135015.844000', '135015.846000', '135015.849000', '135015.852000', '135035.731000', '135035.734000', '135035.737000', '135035.740000', '135035.742000', '135035.745000', '135035.748000', '135035.751000', '135035.754000', '135035.757000', '135035.760000', '135035.763000', '135035.765000', '135035.768000', '135035.771000', '135035.774000', '135035.777000', '135035.780000', '135035.782000', '135035.787000', '135035.790000', '135035.793000', '135035.796000', '135035.798000', '135035.801000', '135035.804000', '135035.807000', '135035.810000', '135035.813000', '135035.816000', '135035.818000', '135035.821000', '135035.824000', '135035.827000', '135035.830000', '135035.833000', '135035.835000', '135035.839000', '135035.842000', '135035.845000', '135035.848000', '135035.851000', '135035.854000', '135055.731000', '135055.734000', '135055.737000', '135055.740000', '135055.742000', '135055.745000', '135055.748000', '135055.751000', '135055.754000', '135055.757000', '135055.760000', '135055.762000', '135055.765000', '135055.768000', '135055.771000', '135055.774000', '135055.777000', '135055.779000', '135055.782000', '135055.785000', '135055.788000', '135055.790000', '135055.793000', '135055.796000', '135055.799000', '135055.802000', '135055.805000', '135055.807000', '135055.810000', '135055.813000', '135055.816000', '135055.819000', '135055.822000', '135055.824000', '135055.827000', '135055.830000', '135055.833000', '135055.836000', '135055.839000', '135055.842000', '135055.844000', '135055.847000', '135055.850000', '135055.853000', '135115.731000', '135115.734000', '135115.737000', '135115.740000', '135115.743000', '135115.746000', '135115.749000', '135115.752000', '135115.755000', '135115.758000', '135115.761000', '135115.763000', '135115.766000', '135115.769000', '135115.772000', '135115.775000', '135115.778000', '135115.781000', '135115.784000', '135115.787000', '135115.789000', '135115.792000', '135115.795000', '135115.798000', '135115.801000', '135115.804000', '135115.807000', '135115.810000', '135115.813000', '135115.815000', '135115.818000', '135115.821000', '135115.824000', '135115.827000', '135115.830000', '135115.841000', '135115.844000', '135115.847000', '135115.850000', '135115.853000', '135115.856000', '135115.859000', '135115.862000', '135135.732000', '135135.735000', '135135.738000', '135135.740000', '135135.743000', '135135.746000', '135135.749000', '135135.752000', '135135.755000', '135135.758000', '135135.760000', '135135.763000', '135135.766000', '135135.769000', '135135.772000', '135135.774000', '135135.777000', '135135.780000', '135135.783000', '135135.785000', '135135.788000', '135135.791000', '135135.794000', '135135.797000', '135135.800000', '135135.803000', '135135.805000', '135135.808000', '135135.811000', '135135.814000', '135135.817000', '135135.820000', '135135.823000', '135135.825000', '135135.828000', '135135.831000', '135135.834000', '135135.837000', '135135.840000', '135135.842000', '135135.845000', '135135.848000', '135135.851000', '135135.854000', '135155.731000', '135155.734000', '135155.737000', '135155.740000', '135155.742000', '135155.745000', '135155.748000', '135155.751000', '135155.754000', '135155.757000', '135155.759000', '135155.762000', '135155.765000', '135155.768000', '135155.771000', '135155.774000', '135155.777000', '135155.780000', '135155.782000', '135155.785000', '135155.788000', '135155.791000', '135155.794000', '135155.797000', '135155.800000', '135155.802000', '135155.805000', '135155.808000', '135155.811000', '135155.814000', '135155.817000', '135155.819000', '135155.822000', '135155.826000', '135155.829000', '135155.832000', '135155.835000', '135155.838000', '135155.841000', '135155.844000', '135155.847000', '135155.849000', '135155.852000', '135215.731000', '135215.734000', '135215.737000', '135215.740000', '135215.742000', '135215.745000', '135215.748000', '135215.751000', '135215.754000', '135215.757000', '135215.760000', '135215.762000', '135215.765000', '135215.768000', '135215.771000', '135215.774000', '135215.776000', '135215.779000', '135215.782000', '135215.785000', '135215.788000', '135215.792000', '135215.794000', '135215.797000', '135215.800000', '135215.803000', '135215.806000', '135215.808000', '135215.811000', '135215.814000', '135215.817000', '135215.820000', '135215.823000', '135215.826000', '135215.829000', '135215.831000', '135215.834000', '135215.837000', '135215.840000', '135215.843000', '135215.845000', '135215.848000', '135215.851000', '135215.854000', '135235.731000', '135235.734000', '135235.737000', '135235.740000', '135235.743000', '135235.745000', '135235.748000', '135235.751000', '135235.754000', '135235.757000', '135235.760000', '135235.763000', '135235.765000', '135235.768000', '135235.771000', '135235.774000', '135235.777000', '135235.780000', '135235.782000', '135235.785000', '135235.788000', '135235.791000', '135235.794000', '135235.796000', '135235.799000', '135235.802000', '135235.805000', '135235.808000', '135235.810000', '135235.813000', '135235.816000', '135235.819000', '135235.822000', '135235.825000', '135235.828000', '135235.830000', '135235.833000', '135235.836000', '135235.839000', '135235.842000', '135235.845000', '135235.847000', '135235.850000', '135255.731000', '135255.734000', '135255.737000', '135255.752000', '135255.755000', '135255.757000', '135255.760000', '135255.763000', '135255.766000', '135255.769000', '135255.771000', '135255.774000', '135255.777000', '135255.780000', '135255.783000', '135255.786000', '135255.789000', '135255.791000', '135255.794000', '135255.797000', '135255.800000', '135255.803000', '135255.806000', '135255.808000', '135255.811000', '135255.814000', '135255.817000', '135255.820000', '135255.823000', '135255.826000', '135255.828000', '135255.831000', '135255.834000', '135255.837000', '135255.840000', '135255.843000', '135255.848000', '135255.850000', '135255.853000', '135255.856000', '135255.859000', '135255.862000', '135255.865000', '135255.868000', '135315.731000', '135315.734000', '135315.737000', '135315.740000', '135315.743000', '135315.745000', '135315.748000', '135315.751000', '135315.754000', '135315.757000', '135315.760000', '135315.762000', '135315.765000', '135315.768000', '135315.771000', '135315.774000', '135315.777000', '135315.779000', '135315.782000', '135315.785000', '135315.788000', '135315.791000', '135315.793000', '135315.796000', '135315.799000', '135315.802000', '135315.805000', '135315.808000', '135315.810000', '135315.813000', '135315.816000', '135315.819000', '135315.822000', '135315.825000', '135315.828000', '135315.830000', '135315.833000', '135315.836000', '135315.839000', '135315.842000', '135315.845000', '135315.847000', '135315.850000', '135335.731000', '135335.734000', '135335.737000', '135335.740000', '135335.742000', '135335.746000', '135335.749000', '135335.752000', '135335.755000', '135335.758000', '135335.760000', '135335.763000', '135335.766000', '135335.769000', '135335.771000', '135335.774000', '135335.777000', '135335.780000', '135335.783000', '135335.786000', '135335.788000', '135335.791000', '135335.794000', '135335.797000', '135335.800000', '135335.803000', '135335.805000', '135335.808000', '135335.811000', '135335.814000', '135335.817000', '135335.820000', '135335.822000', '135335.825000', '135335.828000', '135335.831000', '135335.834000', '135335.837000', '135335.839000', '135335.842000', '135335.845000', '135335.848000', '135335.850000', '135335.853000', '135355.732000', '135355.735000', '135355.738000', '135355.741000', '135355.744000', '135355.746000', '135355.749000', '135355.752000', '135355.755000', '135355.758000', '135355.760000', '135355.763000', '135355.766000', '135355.769000', '135355.772000', '135355.775000', '135355.778000', '135355.780000', '135355.783000', '135355.786000', '135355.789000', '135355.792000', '135355.794000', '135355.797000', '135355.800000', '135355.803000', '135355.806000', '135355.809000', '135355.812000', '135355.815000', '135355.817000', '135355.820000', '135355.823000', '135355.826000', '135355.829000', '135355.831000', '135355.834000', '135355.837000', '135355.840000', '135355.843000', '135355.846000', '135355.848000', '135355.851000', '135415.731000', '135415.734000', '135415.737000', '135415.740000', '135415.743000', '135415.746000', '135415.749000', '135415.752000', '135415.754000', '135415.757000', '135415.760000', '135415.763000', '135415.766000', '135415.769000', '135415.785000', '135415.788000', '135415.791000', '135415.794000', '135415.797000', '135415.799000', '135415.802000', '135415.805000', '135415.808000', '135415.811000', '135415.814000', '135415.816000', '135415.819000', '135415.822000', '135415.825000', '135415.828000', '135415.831000', '135415.833000', '135415.836000', '135415.839000', '135415.842000', '135415.845000', '135415.848000', '135415.850000', '135415.853000', '135415.856000', '135415.859000', '135415.862000', '135415.865000', '135435.731000', '135435.734000', '135435.737000', '135435.740000', '135435.743000', '135435.745000', '135435.748000', '135435.751000', '135435.754000', '135435.757000', '135435.760000', '135435.763000', '135435.765000', '135435.768000', '135435.771000', '135435.774000', '135435.777000', '135435.780000', '135435.782000', '135435.785000', '135435.788000', '135435.791000', '135435.794000', '135435.797000', '135435.800000', '135435.802000', '135435.805000', '135435.808000', '135435.811000', '135435.814000', '135435.817000', '135435.820000', '135435.822000', '135435.825000', '135435.828000', '135435.831000', '135435.834000', '135435.837000', '135435.839000', '135435.842000', '135435.845000', '135435.848000', '135435.851000', '135435.854000', '135455.731000', '135455.734000', '135455.737000', '135455.740000', '135455.742000', '135455.745000', '135455.748000', '135455.751000', '135455.756000', '135455.760000', '135455.763000', '135455.766000', '135455.769000', '135455.772000', '135455.774000', '135455.777000', '135455.780000', '135455.783000', '135455.786000', '135455.788000', '135455.791000', '135455.794000', '135455.797000', '135455.800000', '135455.803000', '135455.805000', '135455.808000', '135455.811000', '135455.814000', '135455.817000', '135455.820000', '135455.822000', '135455.825000', '135455.828000', '135455.831000', '135455.834000', '135455.836000', '135455.839000', '135455.842000', '135455.845000', '135455.848000', '135455.851000', '135455.853000', '135515.731000', '135515.734000', '135515.737000', '135515.740000', '135515.743000', '135515.745000', '135515.748000', '135515.751000', '135515.754000', '135515.757000', '135515.760000', '135515.763000', '135515.766000', '135515.768000', '135515.771000', '135515.774000', '135515.777000', '135515.780000', '135515.783000', '135515.786000', '135515.788000', '135515.791000', '135515.794000', '135515.797000', '135515.800000', '135515.803000', '135515.805000', '135515.808000', '135515.811000', '135515.814000', '135515.817000', '135515.820000', '135515.823000', '135515.825000', '135515.828000', '135515.831000', '135515.834000', '135515.837000', '135515.840000', '135515.842000', '135515.845000', '135515.848000', '135515.851000', '135515.854000', '135535.731000', '135535.734000', '135535.737000', '135535.740000', '135535.742000', '135535.745000', '135535.748000', '135535.751000', '135535.756000', '135535.760000', '135535.763000', '135535.766000', '135535.769000', '135535.772000', '135535.775000', '135535.777000', '135535.780000', '135535.783000', '135535.786000', '135535.789000', '135535.791000', '135535.794000', '135535.797000', '135535.800000', '135535.814000', '135535.817000', '135535.819000', '135535.822000', '135535.825000', '135535.828000', '135535.831000', '135535.834000', '135535.836000', '135535.839000', '135535.842000', '135535.845000', '135535.848000', '135535.851000', '135535.853000', '135535.856000', '135535.859000', '135535.862000', '135535.865000', '135546.875000', '135546.878000', '135546.881000', '135546.885000', '135546.888000', '135546.891000', '135546.893000', '135546.896000', '135546.899000', '135546.902000', '135546.905000', '135546.908000', '135546.911000', '135546.913000', '135546.916000', '135546.919000', '135546.922000', '135546.925000', '135546.927000', '135546.930000', '135546.933000', '135546.936000', '135546.939000', '135546.942000', '135546.945000'], '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': [16743, 11402, 18565, 13586, 18742, 10539, 17929, 9715, 13626, 17333, 10701, 16683, 10097, 11034, 9703, 11657, 10210, 9770, 9973, 10093, 8944, 9910, 9393, 10428, 11549, 9738, 10223, 9315, 10097, 8564, 10365, 13498, 9246, 10716, 10480, 10164, 12322, 9309, 10486, 8397, 10044, 9797, 9517, 11356, 8147, 9958, 10548, 9706, 11012, 14771, 9755, 11724, 8800, 10509, 9748, 9597, 12203, 11784, 10068, 12483, 13937, 10116, 12034, 8717, 10210, 12691, 9695, 10501, 16034, 9851, 10141, 9000, 10010, 14364, 15115, 10814, 13003, 19670, 10592, 11229, 16538, 9902, 9843, 9700, 10108, 14639, 10262, 10390, 12881, 10030, 11253, 17374, 10856, 10846, 16068, 10688, 10478, 9988, 11273, 11586, 11260, 10381, 10572, 9578, 9785, 10484, 14260, 10071, 10382, 14823, 10326, 10401, 16490, 9866, 10315, 15792, 9862, 10265, 16582, 9911, 11778, 9288, 10228, 9258, 9208, 12386, 9617, 10994, 9608, 10778, 17903, 10172, 11537, 16358, 9713, 11259, 9417, 9834, 12560, 9333, 9913, 12574, 9444, 9753, 12765, 9784, 10452, 9299, 10588, 8547, 9472, 10291, 9030, 9562, 12024, 8351, 8518, 7433, 9436, 12137, 10849, 9741, 11586, 8452, 9620, 12827, 11273, 10164, 13334, 8833, 10289, 9721, 10172, 14002, 9383, 12039, 14299, 10555, 14608, 10161, 12615, 19591, 11336, 10828, 16712, 10425, 10252, 16790, 12635, 9431, 10037, 10272, 9360, 10432, 9337, 10259, 13032, 10484, 10459, 12574, 9104, 10628, 12882, 9453, 10480, 9217, 10615, 12785, 10470, 11014, 10107, 10445, 15588, 12041, 10734, 13842, 15569, 10804, 13269, 17725, 10597, 11858, 9094, 10526, 12581, 9202, 10258, 11605, 9660, 10078, 8232, 10004, 12050, 8005, 9889, 7433, 9997, 9586, 8985, 11006, 8001, 9474, 7285, 9229, 12886, 16607, 10590, 11041, 9482, 7898, 9502, 12464, 8407, 11261, 16866, 10864, 10419, 17345, 8883, 13464, 8623, 11741, 18093, 13827, 15352, 9611, 14957, 9519, 12193, 15908, 11622, 17398, 12869, 15580, 9895, 11047, 8716, 11633, 8537, 11392, 7991, 10477, 13482, 8899, 10583, 7973, 9110, 11743, 8834, 9599, 8266, 9599, 8113, 9123, 7985, 8985, 7521, 8363, 7380, 9458, 15040, 9463, 11525, 9380, 10774, 7894, 11285, 16723, 12622, 10060, 7975, 9678, 15187, 8489, 10867, 7777, 9252, 7456, 9395, 11407, 9643, 11833, 9195, 12652, 8073, 10258, 15692, 9882, 9788, 14696, 8719, 10506, 7665, 9737, 8389, 9216, 11227, 9069, 11498, 9207, 9490, 13474, 9641, 13422, 9407, 14665, 8585, 7285, 8453, 10202, 13388, 7751, 10295, 12228, 7946, 10779, 7555, 9972, 7630, 10013, 15799, 9884, 12707, 18383, 13113, 14940, 16998, 9362, 15852, 8539, 9643, 14959, 9017, 11479, 8419, 11320, 15584, 9368, 12433, 8494, 10102, 8271, 10276, 9543, 10192, 14662, 8070, 9288, 9424, 8169, 10533, 7592, 8534, 11347, 7883, 9285, 7491, 8605, 7549, 9225, 7490, 8320, 12750, 12821, 8110, 11713, 12026, 8253, 12505, 8510, 10389, 7347, 9562, 12770, 7955, 11240, 7820, 10583, 15487, 10159, 9209, 10904, 7945, 11421, 7390, 9386, 14918, 8682, 9107, 14001, 7971, 10943, 14343, 8542, 11281, 7938, 10877, 7912, 9481, 7575, 10167, 12031, 7744, 11452, 7684, 11204, 8771, 10782, 8614, 13194, 20102, 13762, 12720, 17481, 13178, 11071, 9966, 11789, 9731, 13015, 8455, 10595, 8026, 10793, 7925, 9083, 14402, 9131, 9972, 7717, 9663, 14407, 10404, 10421, 15068, 11084, 11358, 18311, 9866, 10767, 7574, 9768, 8014, 11802, 8710, 11014, 9485, 9809, 9465, 10274, 9185, 9901, 7646, 9504, 11192, 9366, 14477, 10179, 12929, 9281, 12602, 9579, 14893, 17168, 11212, 17133, 11214, 14118, 10753, 12937, 9938, 11321, 8165, 10926, 7738, 11838, 8012, 10582, 7865, 10888, 8007, 9633, 7870, 10833, 8025, 10521, 13870, 8378, 11030, 7880, 8449, 12372, 7781, 10141, 12560, 8007, 10380, 7777, 9180, 7404, 9184, 7445, 9916, 8092, 9668, 7355, 11106, 15595, 11901, 10953, 15424, 12427, 10746, 7263, 9255, 14081, 8305, 11130, 7963, 11295, 7472, 11307, 7335, 11328, 16071, 10192, 10020, 14293, 8632, 10906, 7362, 10499, 7382, 10905, 13760, 9585, 8813, 7852, 8247, 8307, 8812, 13133, 17719, 9168, 11587, 7758, 8597, 13130, 7455, 9741, 7531, 9796, 9897, 8522, 13973, 19879, 10757, 10655, 7960, 8575, 7612, 8661, 13369, 8431, 11670, 7899, 8560, 7414, 8192, 12673, 8597, 11269, 8286, 10062, 7273, 11137, 16365, 13484, 12441, 11127, 10011, 15774, 12157, 10789, 17191, 9310, 10331, 14593, 7827, 11393, 8050, 9414, 7498, 10256, 7439, 10722, 13446, 7825, 8155, 11919, 8059, 8751, 7047, 10825, 11663, 8048, 12297, 19963, 11277, 9441, 14013, 8119, 9744, 7924, 10342, 7218, 7943, 13318, 8608, 10213, 7584, 10634, 15289, 15291, 10884, 14329, 20451, 13202, 11643, 19800, 8751, 10781, 12271, 8091, 11122, 7910, 8697, 10972, 7710, 10027, 7470, 10305, 8891, 7834, 11815, 16841, 10697, 10256, 13460, 8753, 9936, 15081, 8327, 9799, 13146, 7639, 9408, 7175, 8381, 13444, 7649, 7750, 11048, 7295, 7810, 7406, 7440, 10761, 7571, 7435, 7308, 9976, 7290, 10793, 14410, 10002, 9318, 14966, 9484, 11152, 19332, 14134, 9779, 15247, 9413, 10445, 16979, 10950, 9614, 15285, 8540, 11639, 16642, 9699, 11233, 7333, 9936, 7270, 8626, 7301, 8589, 9738, 8310, 13872, 21104, 13531, 13509, 20739, 12526, 10241, 17566, 9089, 9474, 13940, 8299, 8810, 13144, 8173, 9515, 12720, 7943, 8840, 12028, 8205, 9202, 6996, 7693, 11032, 7746, 8235, 7109, 9750, 13082, 13411, 8094, 11060, 17756, 10251, 9925, 16198, 8746, 9114, 14540, 8517, 8712, 7336, 7739, 7298, 7690, 11696, 14827, 8985, 9427, 13608, 8121, 8388, 12638, 10582, 7765, 11355, 16877, 9139, 9890, 14498, 9073, 10051, 14368, 8974, 9746, 13255, 7730, 8736, 11572, 7437, 8676, 7245, 7625, 7514, 8254, 11207, 12937, 7942, 9213, 12514, 8065, 9409, 13655, 8571, 9562, 14421, 10972, 8429, 12488, 8011, 8959, 13546, 9882, 8810, 12567, 10550, 8638, 12417, 7749, 9632, 12627, 7838, 9999, 12711, 8191, 10705, 14053, 8331, 10293, 14601, 8579, 9987, 15390, 8608, 11021, 14563, 9018, 10835, 14083, 8315, 10224, 13596, 9355, 9814, 13160, 8676, 10175, 7165, 9602, 10325, 8512, 11480, 8847, 11174, 20065, 11624, 11214, 18645, 13598, 11237, 17775, 12626, 9463, 13892, 9385, 9733, 15397, 8420, 10409, 13895, 9454, 9655, 8141, 9835, 7253, 10686, 13598, 8975, 8514, 11628, 8502, 10011, 8611, 9993, 15954, 10060, 9783, 8263, 9991, 15522, 23235, 14845, 12738, 19695, 13210, 11605, 16257, 9393, 14312, 9656, 9982, 15688, 9514, 9973, 17260, 9386, 9706, 16267, 8952, 9391, 7102, 8603, 10864, 7200, 9002, 10087, 8278, 8697, 7958, 9582, 7909, 9424, 12233, 8866, 9892, 14193, 12708, 9347, 14021, 16698, 9742, 12889, 8158, 9049, 12747, 9897, 10208, 9262, 10409, 9090, 10628, 17015, 13051, 11493, 19415, 12414, 11201, 17672, 14184, 9004, 14705, 8862, 9738, 15496, 9241, 9044, 7409, 9679, 13534, 8922, 8936, 13303, 8740, 8697, 7753, 9309, 8158, 9819, 10506, 9139, 14738, 11836, 13434, 22081, 15143, 13579, 12661, 9661, 15405, 9353, 10766, 19763, 12239, 10068, 8637, 10341, 8866, 10549, 7153, 9376, 7154, 9886, 13502, 10581, 9304, 11987, 7555, 9744, 11949, 7321, 9333, 12391, 8730, 9601, 11583, 8767, 9621, 7230, 8582, 9750, 7334, 8160, 7046, 7732, 7084, 7348, 7284, 8801, 10834, 7865, 11240, 8518, 12605, 12933, 12132, 16432, 12388, 15867, 12785, 10134, 16866, 16084, 16998, 12098, 15293, 20761, 17451, 14334, 11828, 10597, 8985], 'WindowCenter': [4574.0, 4504.0, 4542.0, 4498.0, 4515.0, 4453.0, 4502.0, 4427.0, 4470.0, 4486.0, 4436.0, 4486.0, 4437.0, 4450.0, 4427.0, 4457.0, 4437.0, 4451.0, 4476.0, 4475.0, 4441.0, 4464.0, 4466.0, 4476.0, 4485.0, 4467.0, 4477.0, 4466.0, 4477.0, 4446.0, 4476.0, 4506.0, 4455.0, 4478.0, 4475.0, 4466.0, 4497.0, 4454.0, 4477.0, 4445.0, 4467.0, 4466.0, 4481.0, 4515.0, 4460.0, 4481.0, 4489.0, 4481.0, 4499.0, 4518.0, 4468.0, 4500.0, 4469.0, 4490.0, 4479.0, 4480.0, 4511.0, 4499.0, 4479.0, 4512.0, 4517.0, 4491.0, 4511.0, 4458.0, 4490.0, 4520.0, 4480.0, 4501.0, 4539.0, 4489.0, 4492.0, 4470.0, 4491.0, 4532.0, 4529.0, 4490.0, 4510.0, 4538.0, 4475.0, 4486.0, 4525.0, 4465.0, 4466.0, 4465.0, 4476.0, 4517.0, 4475.0, 4477.0, 4494.0, 4465.0, 4487.0, 4515.0, 4461.0, 4462.0, 4502.0, 4462.0, 4462.0, 4450.0, 4473.0, 4485.0, 4486.0, 4466.0, 4488.0, 4478.0, 4479.0, 4488.0, 4517.0, 4464.0, 4465.0, 4505.0, 4477.0, 4489.0, 4527.0, 4464.0, 4463.0, 4503.0, 4451.0, 4452.0, 4499.0, 4449.0, 4471.0, 4439.0, 4464.0, 4441.0, 4440.0, 4479.0, 4452.0, 4462.0, 4449.0, 4462.0, 4510.0, 4449.0, 4458.0, 4488.0, 4438.0, 4458.0, 4437.0, 4448.0, 4469.0, 4427.0, 4447.0, 4467.0, 4438.0, 4451.0, 4479.0, 4451.0, 4474.0, 4454.0, 4473.0, 4455.0, 4477.0, 4476.0, 4466.0, 4479.0, 4497.0, 4459.0, 4459.0, 4450.0, 4482.0, 4512.0, 4488.0, 4479.0, 4499.0, 4456.0, 4479.0, 4510.0, 4487.0, 4479.0, 4509.0, 4457.0, 4478.0, 4467.0, 4479.0, 4517.0, 4466.0, 4510.0, 4517.0, 4478.0, 4516.0, 4477.0, 4498.0, 4537.0, 4474.0, 4474.0, 4512.0, 4462.0, 4463.0, 4526.0, 4493.0, 4453.0, 4462.0, 4462.0, 4453.0, 4476.0, 4454.0, 4475.0, 4507.0, 4473.0, 4473.0, 4495.0, 4443.0, 4474.0, 4494.0, 4453.0, 4475.0, 4454.0, 4476.0, 4495.0, 4487.0, 4487.0, 4486.0, 4489.0, 4519.0, 4483.0, 4474.0, 4494.0, 4500.0, 4461.0, 4483.0, 4510.0, 4459.0, 4470.0, 4440.0, 4463.0, 4493.0, 4454.0, 4465.0, 4482.0, 4465.0, 4465.0, 4456.0, 4477.0, 4507.0, 4448.0, 4479.0, 4439.0, 4491.0, 4480.0, 4480.0, 4500.0, 4472.0, 4494.0, 4463.0, 4505.0, 4535.0, 4554.0, 4504.0, 4513.0, 4495.0, 4462.0, 4493.0, 4522.0, 4460.0, 4501.0, 4542.0, 4486.0, 4476.0, 4537.0, 4469.0, 4509.0, 4455.0, 4485.0, 4523.0, 4492.0, 4502.0, 4451.0, 4502.0, 4440.0, 4470.0, 4488.0, 4459.0, 4498.0, 4467.0, 4477.0, 4436.0, 4445.0, 4415.0, 4446.0, 4415.0, 4456.0, 4404.0, 4446.0, 4464.0, 4415.0, 4447.0, 4406.0, 4427.0, 4468.0, 4440.0, 4447.0, 4431.0, 4449.0, 4443.0, 4464.0, 4457.0, 4467.0, 4451.0, 4460.0, 4450.0, 4492.0, 4531.0, 4481.0, 4499.0, 4468.0, 4489.0, 4446.0, 4488.0, 4519.0, 4486.0, 4467.0, 4434.0, 4464.0, 4503.0, 4444.0, 4475.0, 4422.0, 4454.0, 4423.0, 4454.0, 4484.0, 4475.0, 4496.0, 4468.0, 4510.0, 4446.0, 4477.0, 4517.0, 4464.0, 4478.0, 4516.0, 4445.0, 4463.0, 4421.0, 4453.0, 4441.0, 4467.0, 4497.0, 4469.0, 4498.0, 4452.0, 4464.0, 4506.0, 4477.0, 4506.0, 4467.0, 4505.0, 4455.0, 4424.0, 4458.0, 4488.0, 4504.0, 4435.0, 4474.0, 4493.0, 4446.0, 4486.0, 4448.0, 4479.0, 4444.0, 4477.0, 4515.0, 4480.0, 4522.0, 4527.0, 4482.0, 4491.0, 4510.0, 4451.0, 4499.0, 4415.0, 4424.0, 4487.0, 4426.0, 4455.0, 4416.0, 4460.0, 4498.0, 4426.0, 4468.0, 4428.0, 4447.0, 4430.0, 4446.0, 4449.0, 4459.0, 4489.0, 4422.0, 4441.0, 4440.0, 4431.0, 4460.0, 4422.0, 4444.0, 4472.0, 4443.0, 4464.0, 4438.0, 4468.0, 4460.0, 4480.0, 4449.0, 4473.0, 4523.0, 4508.0, 4449.0, 4511.0, 4509.0, 4459.0, 4505.0, 4457.0, 4476.0, 4435.0, 4477.0, 4506.0, 4448.0, 4498.0, 4448.0, 4488.0, 4529.0, 4475.0, 4468.0, 4486.0, 4445.0, 4485.0, 4422.0, 4465.0, 4515.0, 4443.0, 4456.0, 4503.0, 4444.0, 4487.0, 4503.0, 4446.0, 4484.0, 4446.0, 4486.0, 4458.0, 4479.0, 4463.0, 4491.0, 4510.0, 4451.0, 4510.0, 4462.0, 4513.0, 4484.0, 4503.0, 4472.0, 4524.0, 4554.0, 4507.0, 4497.0, 4515.0, 4483.0, 4473.0, 4464.0, 4483.0, 4455.0, 4494.0, 4445.0, 4475.0, 4435.0, 4476.0, 4433.0, 4455.0, 4505.0, 4454.0, 4463.0, 4422.0, 4455.0, 4503.0, 4461.0, 4451.0, 4489.0, 4447.0, 4459.0, 4499.0, 4436.0, 4447.0, 4398.0, 4451.0, 4419.0, 4470.0, 4431.0, 4473.0, 4453.0, 4462.0, 4463.0, 4463.0, 4464.0, 4477.0, 4435.0, 4466.0, 4487.0, 4481.0, 4519.0, 4479.0, 4495.0, 4455.0, 4484.0, 4453.0, 4507.0, 4511.0, 4462.0, 4501.0, 4461.0, 4480.0, 4460.0, 4468.0, 4437.0, 4458.0, 4418.0, 4449.0, 4409.0, 4472.0, 4432.0, 4474.0, 4446.0, 4487.0, 4446.0, 4466.0, 4445.0, 4475.0, 4447.0, 4488.0, 4517.0, 4459.0, 4490.0, 4448.0, 4449.0, 4496.0, 4434.0, 4475.0, 4493.0, 4444.0, 4476.0, 4449.0, 4478.0, 4451.0, 4481.0, 4464.0, 4493.0, 4462.0, 4494.0, 4451.0, 4504.0, 4532.0, 4488.0, 4490.0, 4517.0, 4498.0, 4475.0, 4424.0, 4454.0, 4505.0, 4446.0, 4487.0, 4447.0, 4488.0, 4440.0, 4500.0, 4439.0, 4504.0, 4557.0, 4491.0, 4480.0, 4517.0, 4457.0, 4485.0, 4438.0, 4489.0, 4452.0, 4502.0, 4521.0, 4466.0, 4458.0, 4445.0, 4458.0, 4458.0, 4471.0, 4512.0, 4528.0, 4468.0, 4488.0, 4435.0, 4456.0, 4497.0, 4426.0, 4479.0, 4449.0, 4482.0, 4481.0, 4486.0, 4537.0, 4552.0, 4490.0, 4490.0, 4447.0, 4460.0, 4447.0, 4473.0, 4519.0, 4459.0, 4500.0, 4446.0, 4459.0, 4438.0, 4472.0, 4519.0, 4471.0, 4501.0, 4471.0, 4493.0, 4450.0, 4514.0, 4544.0, 4509.0, 4499.0, 4487.0, 4478.0, 4532.0, 4486.0, 4478.0, 4526.0, 4467.0, 4475.0, 4501.0, 4433.0, 4482.0, 4434.0, 4465.0, 4450.0, 4488.0, 4439.0, 4512.0, 4524.0, 4449.0, 4449.0, 4499.0, 4450.0, 4460.0, 4438.0, 4502.0, 4499.0, 4464.0, 4524.0, 4562.0, 4500.0, 4482.0, 4519.0, 4449.0, 4479.0, 4461.0, 4491.0, 4437.0, 4462.0, 4518.0, 4470.0, 4492.0, 4452.0, 4493.0, 4533.0, 4519.0, 4478.0, 4518.0, 4548.0, 4505.0, 4484.0, 4533.0, 4443.0, 4473.0, 4481.0, 4433.0, 4473.0, 4433.0, 4468.0, 4497.0, 4450.0, 4489.0, 4465.0, 4502.0, 4470.0, 4463.0, 4513.0, 4543.0, 4490.0, 4477.0, 4510.0, 4458.0, 4480.0, 4527.0, 4461.0, 4491.0, 4507.0, 4447.0, 4468.0, 4438.0, 4457.0, 4516.0, 4450.0, 4465.0, 4507.0, 4449.0, 4462.0, 4463.0, 4464.0, 4512.0, 4475.0, 4478.0, 4479.0, 4518.0, 4480.0, 4531.0, 4558.0, 4507.0, 4508.0, 4559.0, 4507.0, 4516.0, 4567.0, 4534.0, 4493.0, 4531.0, 4467.0, 4489.0, 4540.0, 4486.0, 4467.0, 4516.0, 4456.0, 4498.0, 4525.0, 4464.0, 4483.0, 4424.0, 4477.0, 4436.0, 4469.0, 4441.0, 4473.0, 4490.0, 4472.0, 4535.0, 4563.0, 4510.0, 4510.0, 4539.0, 4485.0, 4463.0, 4524.0, 4441.0, 4449.0, 4487.0, 4430.0, 4439.0, 4477.0, 4431.0, 4460.0, 4493.0, 4443.0, 4454.0, 4481.0, 4444.0, 4464.0, 4435.0, 4459.0, 4498.0, 4461.0, 4473.0, 4454.0, 4506.0, 4531.0, 4518.0, 4457.0, 4499.0, 4551.0, 4490.0, 4492.0, 4536.0, 4456.0, 4454.0, 4528.0, 4469.0, 4469.0, 4439.0, 4450.0, 4461.0, 4470.0, 4521.0, 4538.0, 4480.0, 4491.0, 4529.0, 4457.0, 4469.0, 4507.0, 4485.0, 4458.0, 4496.0, 4527.0, 4465.0, 4484.0, 4526.0, 4479.0, 4486.0, 4537.0, 4476.0, 4487.0, 4517.0, 4447.0, 4466.0, 4503.0, 4446.0, 4480.0, 4463.0, 4477.0, 4476.0, 4497.0, 4533.0, 4530.0, 4473.0, 4504.0, 4531.0, 4470.0, 4493.0, 4530.0, 4480.0, 4500.0, 4539.0, 4509.0, 4469.0, 4518.0, 4455.0, 4476.0, 4528.0, 4489.0, 4477.0, 4518.0, 4495.0, 4469.0, 4519.0, 4456.0, 4488.0, 4518.0, 4459.0, 4498.0, 4517.0, 4467.0, 4509.0, 4540.0, 4470.0, 4498.0, 4539.0, 4478.0, 4499.0, 4549.0, 4465.0, 4496.0, 4537.0, 4475.0, 4508.0, 4527.0, 4479.0, 4510.0, 4529.0, 4490.0, 4512.0, 4529.0, 4478.0, 4498.0, 4451.0, 4501.0, 4510.0, 4492.0, 4523.0, 4492.0, 4523.0, 4572.0, 4508.0, 4496.0, 4562.0, 4516.0, 4485.0, 4536.0, 4479.0, 4461.0, 4502.0, 4449.0, 4460.0, 4511.0, 4437.0, 4481.0, 4512.0, 4472.0, 4462.0, 4443.0, 4485.0, 4457.0, 4508.0, 4528.0, 4476.0, 4466.0, 4504.0, 4478.0, 4496.0, 4479.0, 4499.0, 4538.0, 4486.0, 4476.0, 4455.0, 4488.0, 4538.0, 4558.0, 4514.0, 4491.0, 4519.0, 4489.0, 4469.0, 4494.0, 4437.0, 4487.0, 4436.0, 4434.0, 4487.0, 4434.0, 4445.0, 4496.0, 4438.0, 4447.0, 4492.0, 4424.0, 4435.0, 4393.0, 4426.0, 4467.0, 4418.0, 4450.0, 4468.0, 4452.0, 4466.0, 4456.0, 4487.0, 4469.0, 4502.0, 4521.0, 4479.0, 4491.0, 4542.0, 4507.0, 4478.0, 4516.0, 4539.0, 4474.0, 4502.0, 4429.0, 4455.0, 4501.0, 4472.0, 4486.0, 4477.0, 4499.0, 4479.0, 4501.0, 4548.0, 4518.0, 4498.0, 4547.0, 4492.0, 4485.0, 4525.0, 4501.0, 4440.0, 4500.0, 4449.0, 4462.0, 4509.0, 4449.0, 4450.0, 4433.0, 4474.0, 4511.0, 4463.0, 4464.0, 4513.0, 4464.0, 4466.0, 4458.0, 4487.0, 4472.0, 4502.0, 4499.0, 4490.0, 4542.0, 4510.0, 4518.0, 4557.0, 4514.0, 4491.0, 4478.0, 4449.0, 4498.0, 4436.0, 4467.0, 4519.0, 4478.0, 4459.0, 4439.0, 4457.0, 4451.0, 4471.0, 4419.0, 4463.0, 4424.0, 4474.0, 4503.0, 4460.0, 4450.0, 4480.0, 4416.0, 4449.0, 4468.0, 4407.0, 4449.0, 4479.0, 4442.0, 4462.0, 4480.0, 4451.0, 4462.0, 4432.0, 4439.0, 4491.0, 4451.0, 4470.0, 4438.0, 4474.0, 4465.0, 4475.0, 4489.0, 4521.0, 4539.0, 4502.0, 4556.0, 4515.0, 4550.0, 4537.0, 4538.0, 4558.0, 4540.0, 4545.0, 4525.0, 4492.0, 4546.0, 4543.0, 4544.0, 4499.0, 4519.0, 4540.0, 4516.0, 4496.0, 4473.0, 4464.0, 4432.0], 'WindowWidth': [10025.0, 9905.0, 9963.0, 9887.0, 9911.0, 9814.0, 9884.0, 9769.0, 9831.0, 9848.0, 9780.0, 9850.0, 9784.0, 9804.0, 9768.0, 9810.0, 9783.0, 9808.0, 9855.0, 9849.0, 9799.0, 9834.0, 9840.0, 9854.0, 9865.0, 9844.0, 9857.0, 9842.0, 9856.0, 9814.0, 9855.0, 9895.0, 9825.0, 9857.0, 9850.0, 9839.0, 9883.0, 9823.0, 9855.0, 9811.0, 9844.0, 9842.0, 9871.0, 9925.0, 9842.0, 9870.0, 9876.0, 9869.0, 9894.0, 9914.0, 9848.0, 9892.0, 9850.0, 9880.0, 9864.0, 9869.0, 9913.0, 9892.0, 9865.0, 9912.0, 9913.0, 9882.0, 9909.0, 9837.0, 9880.0, 9922.0, 9870.0, 9899.0, 9949.0, 9881.0, 9887.0, 9855.0, 9885.0, 9944.0, 9934.0, 9878.0, 9907.0, 9953.0, 9853.0, 9870.0, 9925.0, 9840.0, 9841.0, 9838.0, 9856.0, 9914.0, 9854.0, 9856.0, 9877.0, 9839.0, 9870.0, 9914.0, 9826.0, 9830.0, 9885.0, 9828.0, 9828.0, 9810.0, 9846.0, 9867.0, 9871.0, 9841.0, 9874.0, 9862.0, 9865.0, 9877.0, 9915.0, 9834.0, 9837.0, 9894.0, 9858.0, 9879.0, 9931.0, 9835.0, 9834.0, 9890.0, 9811.0, 9813.0, 9873.0, 9804.0, 9838.0, 9793.0, 9833.0, 9797.0, 9796.0, 9849.0, 9813.0, 9826.0, 9807.0, 9827.0, 9895.0, 9804.0, 9818.0, 9858.0, 9789.0, 9815.0, 9786.0, 9804.0, 9831.0, 9772.0, 9802.0, 9828.0, 9790.0, 9811.0, 9847.0, 9813.0, 9852.0, 9824.0, 9847.0, 9827.0, 9861.0, 9856.0, 9846.0, 9864.0, 9889.0, 9838.0, 9839.0, 9831.0, 9877.0, 9917.0, 9877.0, 9866.0, 9892.0, 9831.0, 9865.0, 9910.0, 9871.0, 9862.0, 9905.0, 9834.0, 9861.0, 9845.0, 9865.0, 9916.0, 9845.0, 9907.0, 9915.0, 9863.0, 9912.0, 9859.0, 9889.0, 9956.0, 9849.0, 9847.0, 9901.0, 9828.0, 9831.0, 9930.0, 9876.0, 9818.0, 9831.0, 9831.0, 9821.0, 9855.0, 9824.0, 9853.0, 9900.0, 9846.0, 9847.0, 9879.0, 9805.0, 9847.0, 9874.0, 9819.0, 9852.0, 9822.0, 9855.0, 9882.0, 9873.0, 9875.0, 9873.0, 9878.0, 9923.0, 9859.0, 9845.0, 9875.0, 9878.0, 9826.0, 9858.0, 9892.0, 9818.0, 9835.0, 9796.0, 9831.0, 9872.0, 9821.0, 9837.0, 9859.0, 9840.0, 9840.0, 9831.0, 9860.0, 9902.0, 9825.0, 9864.0, 9812.0, 9886.0, 9870.0, 9870.0, 9898.0, 9865.0, 9895.0, 9854.0, 9916.0, 9956.0, 9979.0, 9910.0, 9923.0, 9898.0, 9849.0, 9894.0, 9932.0, 9843.0, 9900.0, 9965.0, 9869.0, 9857.0, 9943.0, 9851.0, 9907.0, 9827.0, 9865.0, 9925.0, 9870.0, 9885.0, 9812.0, 9884.0, 9793.0, 9837.0, 9856.0, 9817.0, 9878.0, 9826.0, 9837.0, 9779.0, 9790.0, 9752.0, 9794.0, 9751.0, 9808.0, 9736.0, 9795.0, 9819.0, 9752.0, 9797.0, 9741.0, 9772.0, 9833.0, 9797.0, 9802.0, 9786.0, 9809.0, 9807.0, 9837.0, 9835.0, 9849.0, 9833.0, 9842.0, 9830.0, 9887.0, 9940.0, 9871.0, 9894.0, 9851.0, 9878.0, 9816.0, 9873.0, 9926.0, 9867.0, 9839.0, 9792.0, 9835.0, 9889.0, 9810.0, 9851.0, 9776.0, 9822.0, 9779.0, 9823.0, 9864.0, 9855.0, 9885.0, 9850.0, 9909.0, 9818.0, 9858.0, 9915.0, 9835.0, 9861.0, 9913.0, 9812.0, 9832.0, 9773.0, 9817.0, 9804.0, 9846.0, 9887.0, 9851.0, 9888.0, 9818.0, 9835.0, 9900.0, 9862.0, 9901.0, 9846.0, 9896.0, 9828.0, 9786.0, 9840.0, 9880.0, 9896.0, 9799.0, 9853.0, 9876.0, 9818.0, 9871.0, 9824.0, 9865.0, 9815.0, 9860.0, 9912.0, 9869.0, 9929.0, 9937.0, 9856.0, 9865.0, 9892.0, 9814.0, 9876.0, 9753.0, 9762.0, 9854.0, 9770.0, 9806.0, 9754.0, 9821.0, 9874.0, 9770.0, 9830.0, 9775.0, 9802.0, 9781.0, 9798.0, 9807.0, 9822.0, 9862.0, 9773.0, 9797.0, 9798.0, 9786.0, 9822.0, 9776.0, 9808.0, 9845.0, 9810.0, 9839.0, 9810.0, 9850.0, 9844.0, 9869.0, 9828.0, 9864.0, 9931.0, 9903.0, 9824.0, 9912.0, 9906.0, 9839.0, 9896.0, 9832.0, 9856.0, 9801.0, 9858.0, 9896.0, 9822.0, 9891.0, 9824.0, 9878.0, 9938.0, 9856.0, 9846.0, 9869.0, 9816.0, 9867.0, 9779.0, 9840.0, 9909.0, 9809.0, 9828.0, 9890.0, 9811.0, 9871.0, 9888.0, 9815.0, 9865.0, 9817.0, 9869.0, 9837.0, 9866.0, 9852.0, 9884.0, 9911.0, 9832.0, 9912.0, 9850.0, 9922.0, 9884.0, 9907.0, 9864.0, 9935.0, 9987.0, 9897.0, 9883.0, 9914.0, 9860.0, 9844.0, 9838.0, 9859.0, 9824.0, 9878.0, 9812.0, 9849.0, 9800.0, 9856.0, 9792.0, 9824.0, 9896.0, 9823.0, 9835.0, 9776.0, 9822.0, 9890.0, 9823.0, 9810.0, 9862.0, 9797.0, 9817.0, 9879.0, 9781.0, 9798.0, 9732.0, 9810.0, 9771.0, 9839.0, 9787.0, 9845.0, 9821.0, 9831.0, 9833.0, 9833.0, 9836.0, 9859.0, 9799.0, 9844.0, 9872.0, 9870.0, 9921.0, 9864.0, 9881.0, 9821.0, 9861.0, 9815.0, 9898.0, 9893.0, 9825.0, 9882.0, 9821.0, 9849.0, 9820.0, 9829.0, 9785.0, 9813.0, 9759.0, 9803.0, 9752.0, 9840.0, 9788.0, 9848.0, 9818.0, 9872.0, 9816.0, 9841.0, 9812.0, 9851.0, 9816.0, 9875.0, 9912.0, 9835.0, 9878.0, 9819.0, 9822.0, 9881.0, 9795.0, 9850.0, 9874.0, 9810.0, 9856.0, 9825.0, 9864.0, 9831.0, 9872.0, 9856.0, 9891.0, 9849.0, 9893.0, 9831.0, 9903.0, 9945.0, 9870.0, 9875.0, 9916.0, 9884.0, 9850.0, 9780.0, 9822.0, 9896.0, 9816.0, 9872.0, 9818.0, 9874.0, 9815.0, 9894.0, 9812.0, 9904.0, 9989.0, 9883.0, 9865.0, 9917.0, 9832.0, 9866.0, 9805.0, 9877.0, 9835.0, 9900.0, 9924.0, 9841.0, 9832.0, 9814.0, 9835.0, 9833.0, 9854.0, 9912.0, 9931.0, 9847.0, 9872.0, 9797.0, 9828.0, 9883.0, 9787.0, 9863.0, 9826.0, 9871.0, 9870.0, 9886.0, 9957.0, 9977.0, 9882.0, 9880.0, 9818.0, 9838.0, 9820.0, 9861.0, 9919.0, 9838.0, 9893.0, 9819.0, 9838.0, 9811.0, 9861.0, 9921.0, 9860.0, 9897.0, 9859.0, 9888.0, 9830.0, 9919.0, 9968.0, 9905.0, 9890.0, 9869.0, 9861.0, 9948.0, 9867.0, 9859.0, 9925.0, 9844.0, 9854.0, 9881.0, 9793.0, 9859.0, 9797.0, 9840.0, 9829.0, 9876.0, 9815.0, 9918.0, 9934.0, 9825.0, 9825.0, 9892.0, 9828.0, 9840.0, 9811.0, 9902.0, 9894.0, 9854.0, 9937.0, 9988.0, 9894.0, 9872.0, 9923.0, 9824.0, 9868.0, 9845.0, 9885.0, 9808.0, 9845.0, 9920.0, 9856.0, 9889.0, 9834.0, 9889.0, 9951.0, 9917.0, 9859.0, 9919.0, 9963.0, 9894.0, 9864.0, 9932.0, 9804.0, 9845.0, 9853.0, 9791.0, 9845.0, 9794.0, 9852.0, 9891.0, 9829.0, 9880.0, 9860.0, 9901.0, 9855.0, 9851.0, 9919.0, 9961.0, 9877.0, 9857.0, 9906.0, 9835.0, 9866.0, 9929.0, 9844.0, 9883.0, 9902.0, 9821.0, 9847.0, 9812.0, 9837.0, 9914.0, 9829.0, 9858.0, 9904.0, 9828.0, 9854.0, 9856.0, 9857.0, 9919.0, 9874.0, 9882.0, 9886.0, 9936.0, 9890.0, 9958.0, 9992.0, 9917.0, 9921.0, 9998.0, 9918.0, 9928.0, 10006.0, 9950.0, 9891.0, 9939.0, 9845.0, 9874.0, 9956.0, 9869.0, 9844.0, 9912.0, 9828.0, 9887.0, 9925.0, 9836.0, 9858.0, 9784.0, 9858.0, 9803.0, 9852.0, 9818.0, 9865.0, 9885.0, 9865.0, 9953.0, 9994.0, 9908.0, 9906.0, 9950.0, 9863.0, 9832.0, 9923.0, 9800.0, 9807.0, 9858.0, 9782.0, 9794.0, 9844.0, 9787.0, 9826.0, 9874.0, 9808.0, 9823.0, 9856.0, 9810.0, 9841.0, 9806.0, 9843.0, 9893.0, 9850.0, 9864.0, 9847.0, 9918.0, 9947.0, 9920.0, 9838.0, 9895.0, 9974.0, 9881.0, 9890.0, 9947.0, 9831.0, 9827.0, 9935.0, 9853.0, 9853.0, 9814.0, 9830.0, 9850.0, 9865.0, 9932.0, 9955.0, 9873.0, 9889.0, 9942.0, 9841.0, 9856.0, 9905.0, 9871.0, 9843.0, 9887.0, 9935.0, 9843.0, 9870.0, 9935.0, 9872.0, 9879.0, 9952.0, 9865.0, 9882.0, 9922.0, 9825.0, 9849.0, 9896.0, 9827.0, 9877.0, 9857.0, 9881.0, 9883.0, 9914.0, 9957.0, 9946.0, 9871.0, 9917.0, 9951.0, 9866.0, 9895.0, 9945.0, 9874.0, 9903.0, 9955.0, 9914.0, 9862.0, 9923.0, 9834.0, 9863.0, 9938.0, 9884.0, 9866.0, 9924.0, 9890.0, 9858.0, 9923.0, 9837.0, 9886.0, 9924.0, 9847.0, 9898.0, 9923.0, 9854.0, 9914.0, 9958.0, 9861.0, 9899.0, 9957.0, 9873.0, 9900.0, 9970.0, 9849.0, 9892.0, 9950.0, 9862.0, 9910.0, 9937.0, 9875.0, 9916.0, 9939.0, 9889.0, 9924.0, 9941.0, 9871.0, 9897.0, 9837.0, 9906.0, 9919.0, 9898.0, 9941.0, 9896.0, 9941.0, 10016.0, 9910.0, 9891.0, 9997.0, 9919.0, 9871.0, 9948.0, 9854.0, 9832.0, 9892.0, 9813.0, 9829.0, 9902.0, 9795.0, 9863.0, 9905.0, 9850.0, 9836.0, 9814.0, 9874.0, 9844.0, 9914.0, 9938.0, 9865.0, 9853.0, 9901.0, 9871.0, 9894.0, 9874.0, 9901.0, 9953.0, 9876.0, 9862.0, 9833.0, 9881.0, 9955.0, 9989.0, 9907.0, 9874.0, 9912.0, 9864.0, 9839.0, 9865.0, 9789.0, 9860.0, 9785.0, 9782.0, 9857.0, 9782.0, 9797.0, 9871.0, 9793.0, 9805.0, 9861.0, 9770.0, 9785.0, 9729.0, 9778.0, 9832.0, 9770.0, 9818.0, 9841.0, 9826.0, 9848.0, 9839.0, 9880.0, 9862.0, 9909.0, 9931.0, 9870.0, 9889.0, 9966.0, 9903.0, 9866.0, 9917.0, 9950.0, 9857.0, 9889.0, 9787.0, 9828.0, 9888.0, 9851.0, 9874.0, 9867.0, 9896.0, 9873.0, 9903.0, 9969.0, 9919.0, 9892.0, 9964.0, 9876.0, 9869.0, 9930.0, 9883.0, 9799.0, 9882.0, 9811.0, 9833.0, 9893.0, 9813.0, 9814.0, 9799.0, 9856.0, 9902.0, 9839.0, 9845.0, 9908.0, 9844.0, 9849.0, 9843.0, 9883.0, 9868.0, 9909.0, 9898.0, 9889.0, 9965.0, 9913.0, 9923.0, 9983.0, 9910.0, 9872.0, 9847.0, 9810.0, 9877.0, 9789.0, 9833.0, 9909.0, 9848.0, 9826.0, 9797.0, 9820.0, 9818.0, 9845.0, 9774.0, 9837.0, 9785.0, 9852.0, 9892.0, 9826.0, 9814.0, 9853.0, 9761.0, 9808.0, 9833.0, 9751.0, 9809.0, 9849.0, 9805.0, 9834.0, 9856.0, 9818.0, 9835.0, 9794.0, 9797.0, 9893.0, 9837.0, 9859.0, 9814.0, 9875.0, 9864.0, 9878.0, 9905.0, 9951.0, 9968.0, 9922.0, 10004.0, 9943.0, 9984.0, 9960.0, 9963.0, 9990.0, 9966.0, 9967.0, 9938.0, 9888.0, 9974.0, 9961.0, 9966.0, 9889.0, 9922.0, 9961.0, 9907.0, 9878.0, 9842.0, 9830.0, 9785.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.006080131578947368</td></tr>
<tr><td colspan=3>aqi</td><td>0.07030152791353383</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.11825038307621</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1319133904327388</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.933346531251176</td></tr>
<tr><td colspan=3>efc</td><td>0.4833</td></tr>
<tr><td colspan=3>fber</td><td>5891.9404</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1265141063764423</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.909774436090226</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.049309030704476</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.93300947552615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4181065548696252</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7968110617176505</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139155</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009669343009591103</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03479088097810745</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</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.45635623703487</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>18.3089</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.705</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.0639</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295510.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.0755</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5152</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.6633</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3556.8423</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1114.7509</td></tr>
<tr><td colspan=3>tsnr</td><td>25.38141673989594</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>