<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-03/func/sub-0091_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>e2f3b141702a40685e1fa728bbd5eac2</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:12:19.510000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999693, 0.0149457, -0.0197783, -0.0195442, 0.965971, -0.25791]</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.109774</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>[4141, -7708, -7264, 581, -100, -199, -85, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c70b0ba4-96cc-4e2e-8d9a-f35ed954177e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821024417877197, -0.052435606718063354, -0.04117662459611893, 115.13275146484375], [-0.04009833559393883, 2.591630220413208, -0.6971863508224487, -71.81246185302734], [-0.05306369811296463, 0.6919533610343933, 2.608109474182129, -102.00786590576172], [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': ['141219.510000', '141219.970000', '141220.430000', '141220.890000', '141221.350000', '141221.810000', '141222.270000', '141222.730000', '141223.190000', '141223.650000', '141224.110000', '141224.570000', '141225.030000', '141225.490000', '141225.950000', '141226.410000', '141226.870000', '141227.330000', '141227.790000', '141228.250000', '141228.710000', '141229.170000', '141229.630000', '141230.090000', '141230.550000', '141231.010000', '141231.470000', '141231.930000', '141232.390000', '141232.850000', '141233.310000', '141233.770000', '141234.230000', '141234.690000', '141235.150000', '141235.610000', '141236.070000', '141236.530000', '141236.990000', '141237.450000', '141237.910000', '141238.370000', '141238.830000', '141239.290000', '141239.750000', '141240.210000', '141240.670000', '141241.130000', '141241.590000', '141242.050000', '141242.510000', '141242.970000', '141243.430000', '141243.890000', '141244.350000', '141244.810000', '141245.270000', '141245.730000', '141246.190000', '141246.650000', '141247.110000', '141247.570000', '141248.030000', '141248.490000', '141248.950000', '141249.410000', '141249.870000', '141250.330000', '141250.790000', '141251.250000', '141251.710000', '141252.170000', '141252.630000', '141253.090000', '141253.550000', '141254.010000', '141254.470000', '141254.930000', '141255.390000', '141255.850000', '141256.310000', '141256.770000', '141257.230000', '141257.690000', '141258.150000', '141258.610000', '141259.070000', '141259.530000', '141259.990000', '141300.450000', '141300.910000', '141301.370000', '141301.830000', '141302.290000', '141302.750000', '141303.210000', '141303.670000', '141304.130000', '141304.590000', '141305.050000', '141305.510000', '141305.970000', '141306.430000', '141306.890000', '141307.350000', '141307.810000', '141308.270000', '141308.730000', '141309.190000', '141309.650000', '141310.110000', '141310.570000', '141311.030000', '141311.490000', '141311.950000', '141312.410000', '141312.870000', '141313.330000', '141313.790000', '141314.250000', '141314.710000', '141315.170000', '141315.630000', '141316.090000', '141316.550000', '141317.010000', '141317.470000', '141317.930000', '141318.390000', '141318.850000', '141319.310000', '141319.770000', '141320.230000', '141320.690000', '141321.150000', '141321.610000', '141322.070000', '141322.530000', '141322.990000', '141323.450000', '141323.910000', '141324.370000', '141324.830000', '141325.290000', '141325.750000', '141326.210000', '141326.670000', '141327.130000', '141327.590000', '141328.050000', '141328.510000', '141328.970000', '141329.430000', '141329.890000', '141330.350000', '141330.810000', '141331.270000', '141331.730000', '141332.190000', '141332.650000', '141333.110000', '141333.570000', '141334.030000', '141334.490000', '141334.950000', '141335.410000', '141335.870000', '141336.330000', '141336.790000', '141337.250000', '141337.710000', '141338.170000', '141338.630000', '141339.090000', '141339.550000', '141340.010000', '141340.470000', '141340.930000', '141341.390000', '141341.850000', '141342.310000', '141342.770000', '141343.230000', '141343.690000', '141344.150000', '141344.610000', '141345.070000', '141345.530000', '141345.990000', '141346.450000', '141346.910000', '141347.370000', '141347.830000', '141348.290000', '141348.750000', '141349.210000', '141349.670000', '141350.130000', '141350.590000', '141351.050000', '141351.510000', '141351.970000', '141352.430000', '141352.890000', '141353.350000', '141353.810000', '141354.270000', '141354.730000', '141355.190000', '141355.650000', '141356.110000', '141356.570000', '141357.030000', '141357.490000', '141357.950000', '141358.410000', '141358.870000', '141359.330000', '141359.790000', '141400.250000', '141400.710000', '141401.170000', '141401.630000', '141402.090000', '141402.550000', '141403.010000', '141403.470000', '141403.930000', '141404.390000', '141404.850000', '141405.310000', '141405.770000', '141406.230000', '141406.690000', '141407.150000', '141407.610000', '141408.070000', '141408.530000', '141408.990000', '141409.450000', '141409.910000', '141410.370000', '141410.830000', '141411.290000', '141411.750000', '141412.210000', '141412.670000', '141413.130000', '141413.590000', '141414.050000', '141414.510000', '141414.970000', '141415.430000', '141415.890000', '141416.350000', '141416.810000', '141417.270000', '141417.730000', '141418.190000', '141418.650000', '141419.110000', '141419.570000', '141420.030000', '141420.490000', '141420.950000', '141421.410000', '141421.870000', '141422.330000', '141422.790000', '141423.250000', '141423.710000', '141424.170000', '141424.630000', '141425.090000', '141425.550000', '141426.010000', '141426.470000', '141426.930000', '141427.390000', '141427.850000', '141428.310000', '141428.770000', '141429.230000', '141429.690000', '141430.150000', '141430.610000', '141431.070000', '141431.530000', '141431.990000', '141432.450000', '141432.910000', '141433.370000', '141433.830000', '141434.290000', '141434.750000', '141435.210000', '141435.670000', '141436.130000', '141436.590000', '141437.050000', '141437.510000', '141437.970000', '141438.430000', '141438.890000', '141439.350000', '141439.810000', '141440.270000', '141440.730000', '141441.190000', '141441.650000', '141442.110000', '141442.570000', '141443.030000', '141443.490000', '141443.950000', '141444.410000', '141444.870000', '141445.330000', '141445.790000', '141446.250000', '141446.710000', '141447.170000', '141447.630000', '141448.090000', '141448.550000', '141449.010000', '141449.470000', '141449.930000', '141450.390000', '141450.850000', '141451.310000', '141451.770000', '141452.230000', '141452.690000', '141453.150000', '141453.610000', '141454.070000', '141454.530000', '141454.990000', '141455.450000', '141455.910000', '141456.370000', '141456.830000', '141457.290000', '141457.750000', '141458.210000', '141458.670000', '141459.130000', '141459.590000', '141500.050000', '141500.510000', '141500.970000', '141501.430000', '141501.890000', '141502.350000', '141502.810000', '141503.270000', '141503.730000', '141504.190000', '141504.650000', '141505.110000', '141505.570000', '141506.030000', '141506.490000', '141506.950000', '141507.410000', '141507.870000', '141508.330000', '141508.790000', '141509.250000', '141509.710000', '141510.170000', '141510.630000', '141511.090000', '141511.550000', '141512.010000', '141512.470000', '141512.930000', '141513.390000', '141513.850000', '141514.310000', '141514.770000', '141515.230000', '141515.690000', '141516.150000', '141516.610000', '141517.070000', '141517.530000', '141517.990000', '141518.450000', '141518.910000', '141519.370000', '141519.830000', '141520.290000', '141520.750000', '141521.210000', '141521.670000', '141522.130000', '141522.590000', '141523.050000', '141523.510000', '141523.970000', '141524.430000', '141524.890000', '141525.350000', '141525.810000', '141526.270000', '141526.730000', '141527.190000', '141527.650000', '141528.110000', '141528.570000', '141529.030000', '141529.490000', '141529.950000', '141530.410000', '141530.870000', '141531.330000', '141531.790000', '141532.250000', '141532.710000', '141533.170000', '141533.630000', '141534.090000', '141534.550000', '141535.010000', '141535.470000', '141535.930000', '141536.390000', '141536.850000', '141537.310000', '141537.770000', '141538.230000', '141538.690000', '141539.150000', '141539.610000', '141540.070000', '141540.530000', '141540.990000', '141541.450000', '141541.910000', '141542.370000', '141542.830000', '141543.290000', '141543.750000', '141544.210000', '141544.670000', '141545.130000', '141545.590000', '141546.050000', '141546.510000', '141546.970000', '141547.430000', '141547.890000', '141548.350000', '141548.810000', '141549.270000', '141549.730000', '141550.190000', '141550.650000', '141551.110000', '141551.570000', '141552.030000', '141552.490000', '141552.950000', '141553.410000', '141553.870000', '141554.330000', '141554.790000', '141555.250000', '141555.710000', '141556.170000', '141556.630000', '141557.090000', '141557.550000', '141558.010000', '141558.470000', '141558.930000', '141559.390000', '141559.850000', '141600.310000', '141600.770000', '141601.230000', '141601.690000', '141602.150000', '141602.610000', '141603.070000', '141603.530000', '141603.990000', '141604.450000', '141604.910000', '141605.370000', '141605.830000', '141606.290000', '141606.750000', '141607.210000', '141607.670000', '141608.130000', '141608.590000', '141609.050000', '141609.510000', '141609.970000', '141610.430000', '141610.890000', '141611.350000', '141611.810000', '141612.270000', '141612.730000', '141613.190000', '141613.650000', '141614.110000', '141614.570000', '141615.030000', '141615.490000', '141615.950000', '141616.410000', '141616.870000', '141617.330000', '141617.790000', '141618.250000', '141618.710000', '141619.170000', '141619.630000', '141620.090000', '141620.550000', '141621.010000', '141621.470000', '141621.930000', '141622.390000', '141622.850000', '141623.310000', '141623.770000', '141624.230000', '141624.690000', '141625.150000', '141625.610000', '141626.070000', '141626.530000', '141626.990000', '141627.450000', '141627.910000', '141628.370000', '141628.830000', '141629.290000', '141629.750000', '141630.210000', '141630.670000', '141631.130000', '141631.590000', '141632.050000', '141632.510000', '141632.970000', '141633.430000', '141633.890000', '141634.350000', '141634.810000', '141635.270000', '141635.730000', '141636.190000', '141636.650000', '141637.110000', '141637.570000', '141638.030000', '141638.490000', '141638.950000', '141639.410000', '141639.870000', '141640.330000', '141640.790000', '141641.250000', '141641.710000', '141642.170000', '141642.630000', '141643.090000', '141643.550000', '141644.010000', '141644.470000', '141644.930000', '141645.390000', '141645.850000', '141646.310000', '141646.770000', '141647.230000', '141647.690000', '141648.150000', '141648.610000', '141649.070000', '141649.530000', '141649.990000', '141650.450000', '141650.910000', '141651.370000', '141651.830000', '141652.290000', '141652.750000', '141653.210000', '141653.670000', '141654.130000', '141654.590000', '141655.050000', '141655.510000', '141655.970000', '141656.430000', '141656.890000', '141657.350000', '141657.810000', '141658.270000', '141658.730000', '141659.190000', '141659.650000', '141700.110000', '141700.570000', '141701.030000', '141701.490000', '141701.950000', '141702.410000', '141702.870000', '141703.330000', '141703.790000', '141704.250000', '141704.710000', '141705.170000', '141705.630000', '141706.090000', '141706.550000', '141707.010000', '141707.470000', '141707.930000', '141708.390000', '141708.850000', '141709.310000', '141709.770000', '141710.230000', '141710.690000', '141711.150000', '141711.610000', '141712.070000', '141712.530000', '141712.990000', '141713.450000', '141713.910000', '141714.370000', '141714.830000', '141715.290000', '141715.750000', '141716.210000', '141716.670000', '141717.130000', '141717.590000', '141718.050000', '141718.510000', '141718.970000', '141719.430000', '141719.890000', '141720.350000', '141720.810000', '141721.270000', '141721.730000', '141722.190000', '141722.650000', '141723.110000', '141723.570000', '141724.030000', '141724.490000', '141724.950000', '141725.410000', '141725.870000', '141726.330000', '141726.790000', '141727.250000', '141727.710000', '141728.170000', '141728.630000', '141729.090000', '141729.550000', '141730.010000', '141730.470000', '141730.930000', '141731.390000', '141731.850000', '141732.310000', '141732.770000', '141733.230000', '141733.690000', '141734.150000', '141734.610000', '141735.070000', '141735.530000', '141735.990000', '141736.450000', '141736.910000', '141737.370000', '141737.830000', '141738.290000', '141738.750000', '141739.210000', '141739.670000', '141740.130000', '141740.590000', '141741.050000', '141741.510000', '141741.970000', '141742.430000', '141742.890000', '141743.350000', '141743.810000', '141744.270000', '141744.730000', '141745.190000', '141745.650000', '141746.110000', '141746.570000', '141747.030000', '141747.490000', '141747.950000', '141748.410000', '141748.870000', '141749.330000', '141749.790000', '141750.250000', '141750.710000', '141751.170000', '141751.630000', '141752.090000', '141752.550000', '141753.010000', '141753.470000', '141753.930000', '141754.390000', '141754.850000', '141755.310000', '141755.770000', '141756.230000', '141756.690000', '141757.150000', '141757.610000', '141758.070000', '141758.530000', '141758.990000', '141759.450000', '141759.910000', '141800.370000', '141800.830000', '141801.290000', '141801.750000', '141802.210000', '141802.670000', '141803.130000', '141803.590000', '141804.050000', '141804.510000', '141804.970000', '141805.430000', '141805.890000', '141806.350000', '141806.810000', '141807.270000', '141807.730000', '141808.190000', '141808.650000', '141809.110000', '141809.570000', '141810.030000', '141810.490000', '141810.950000', '141811.410000', '141811.870000', '141812.330000', '141812.790000', '141813.250000', '141813.710000', '141814.170000', '141814.630000', '141815.090000', '141815.550000', '141816.010000', '141816.470000', '141816.930000', '141817.390000', '141817.850000', '141818.310000', '141818.770000', '141819.230000', '141819.690000', '141820.150000', '141820.610000', '141821.070000', '141821.530000', '141821.990000', '141822.450000', '141822.910000', '141823.370000', '141823.830000', '141824.290000', '141824.750000', '141825.210000', '141825.670000', '141826.130000', '141826.590000', '141827.050000', '141827.510000', '141827.970000', '141828.430000', '141828.890000', '141829.350000', '141829.810000', '141830.270000', '141830.730000', '141831.190000', '141831.650000', '141832.110000', '141832.570000', '141833.030000', '141833.490000', '141833.950000', '141834.410000', '141834.870000', '141835.330000', '141835.790000', '141836.250000', '141836.710000', '141837.170000', '141837.630000', '141838.090000', '141838.550000', '141839.010000', '141839.470000', '141839.930000', '141840.390000', '141840.850000', '141841.310000', '141841.770000', '141842.230000', '141842.690000', '141843.150000', '141843.610000', '141844.070000', '141844.530000', '141844.990000', '141845.450000', '141845.910000', '141846.370000', '141846.830000', '141847.290000', '141847.750000', '141848.210000', '141848.670000', '141849.130000', '141849.590000', '141850.050000', '141850.510000', '141850.970000', '141851.430000', '141851.890000', '141852.350000', '141852.810000', '141853.270000', '141853.730000', '141854.190000', '141854.650000', '141855.110000', '141855.570000', '141856.030000', '141856.490000', '141856.950000', '141857.410000', '141857.870000', '141858.330000', '141858.790000', '141859.250000', '141859.710000', '141900.170000', '141900.630000', '141901.090000', '141901.550000', '141902.010000', '141902.470000', '141902.930000', '141903.390000', '141903.850000', '141904.310000', '141904.770000', '141905.230000', '141905.690000', '141906.150000', '141906.610000', '141907.070000', '141907.530000', '141907.990000', '141908.450000', '141908.910000', '141909.370000', '141909.830000', '141910.290000', '141910.750000', '141911.210000', '141911.670000', '141912.130000', '141912.590000', '141913.050000', '141913.510000', '141913.970000', '141914.430000', '141914.890000', '141915.350000', '141915.810000', '141916.270000', '141916.730000', '141917.190000', '141917.650000', '141918.110000', '141918.570000', '141919.030000', '141919.490000', '141919.950000', '141920.410000', '141920.870000', '141921.330000', '141921.790000', '141922.250000', '141922.710000', '141923.170000', '141923.630000', '141924.090000', '141924.550000', '141925.010000', '141925.470000', '141925.930000', '141926.390000', '141926.850000', '141927.310000', '141927.770000', '141928.230000', '141928.690000', '141929.150000', '141929.610000', '141930.070000', '141930.530000', '141930.990000', '141931.450000', '141931.910000', '141932.370000', '141932.830000', '141933.290000', '141933.750000', '141934.210000', '141934.670000', '141935.130000', '141935.590000', '141936.050000', '141936.510000', '141936.970000', '141937.430000', '141937.890000', '141938.350000', '141938.810000', '141939.270000', '141939.730000', '141940.190000', '141940.650000', '141941.110000', '141941.570000', '141942.030000', '141942.490000', '141942.950000', '141943.410000', '141943.870000', '141944.330000', '141944.790000', '141945.250000', '141945.710000', '141946.170000', '141946.630000', '141947.090000', '141947.550000', '141948.010000', '141948.470000', '141948.930000', '141949.390000', '141949.850000', '141950.310000', '141950.770000', '141951.230000', '141951.690000', '141952.150000', '141952.610000', '141953.070000', '141953.530000', '141953.990000', '141954.450000', '141954.910000', '141955.370000', '141955.830000', '141956.290000', '141956.750000', '141957.210000', '141957.670000', '141958.130000', '141958.590000', '141959.050000', '141959.510000', '141959.970000', '142000.430000', '142000.890000', '142001.350000', '142001.810000', '142002.270000', '142002.730000', '142003.190000', '142003.650000', '142004.110000', '142004.570000', '142005.030000', '142005.490000', '142005.950000', '142006.410000', '142006.870000', '142007.330000', '142007.790000', '142008.250000', '142008.710000', '142009.170000', '142009.630000', '142010.090000', '142010.550000', '142011.010000', '142011.470000', '142011.930000', '142012.390000', '142012.850000', '142013.310000', '142013.770000', '142014.230000', '142014.690000', '142015.150000', '142015.610000', '142016.070000', '142016.530000', '142016.990000', '142017.450000', '142017.910000', '142018.370000', '142018.830000', '142019.290000', '142019.750000', '142020.210000', '142020.670000', '142021.130000', '142021.590000', '142022.050000', '142022.510000', '142022.970000', '142023.430000', '142023.890000', '142024.350000', '142024.810000', '142025.270000', '142025.730000', '142026.190000', '142026.650000', '142027.110000', '142027.570000', '142028.030000', '142028.490000', '142028.950000'], 'ContentTime': ['141230.623000', '141230.626000', '141230.629000', '141230.632000', '141230.635000', '141230.637000', '141230.640000', '141230.642000', '141230.645000', '141230.658000', '141230.661000', '141230.668000', '141230.671000', '141230.674000', '141230.677000', '141230.680000', '141230.682000', '141230.685000', '141230.688000', '141230.690000', '141230.693000', '141250.586000', '141250.589000', '141250.592000', '141250.595000', '141250.597000', '141250.600000', '141250.603000', '141250.605000', '141250.608000', '141250.610000', '141250.613000', '141250.615000', '141250.625000', '141250.628000', '141250.630000', '141250.633000', '141250.636000', '141250.638000', '141250.641000', '141250.643000', '141250.646000', '141250.648000', '141250.651000', '141250.654000', '141250.656000', '141250.659000', '141250.661000', '141250.664000', '141250.666000', '141250.669000', '141250.671000', '141250.674000', '141250.676000', '141250.679000', '141250.682000', '141250.684000', '141250.687000', '141250.689000', '141250.692000', '141250.694000', '141250.697000', '141250.699000', '141250.702000', '141250.705000', '141310.586000', '141310.589000', '141310.592000', '141310.595000', '141310.597000', '141310.600000', '141310.602000', '141310.605000', '141310.608000', '141310.610000', '141310.613000', '141310.615000', '141310.618000', '141310.621000', '141310.623000', '141310.626000', '141310.628000', '141310.631000', '141310.634000', '141310.636000', '141310.639000', '141310.641000', '141310.644000', '141310.646000', '141310.649000', '141310.652000', '141310.654000', '141310.657000', '141310.659000', '141310.662000', '141310.665000', '141310.667000', '141310.670000', '141310.672000', '141310.675000', '141310.677000', '141310.680000', '141310.683000', '141310.685000', '141310.688000', '141310.690000', '141310.693000', '141310.697000', '141330.587000', '141330.590000', '141330.592000', '141330.595000', '141330.598000', '141330.600000', '141330.603000', '141330.605000', '141330.608000', '141330.611000', '141330.613000', '141330.616000', '141330.618000', '141330.621000', '141330.623000', '141330.626000', '141330.628000', '141330.631000', '141330.634000', '141330.636000', '141330.639000', '141330.642000', '141330.644000', '141330.647000', '141330.649000', '141330.652000', '141330.655000', '141330.657000', '141330.660000', '141330.662000', '141330.665000', '141330.667000', '141330.670000', '141330.673000', '141330.675000', '141330.678000', '141330.680000', '141330.683000', '141330.686000', '141330.688000', '141330.691000', '141330.693000', '141330.696000', '141330.698000', '141350.587000', '141350.589000', '141350.592000', '141350.595000', '141350.597000', '141350.600000', '141350.603000', '141350.605000', '141350.608000', '141350.610000', '141350.613000', '141350.616000', '141350.618000', '141350.621000', '141350.623000', '141350.626000', '141350.628000', '141350.631000', '141350.634000', '141350.636000', '141350.639000', '141350.642000', '141350.644000', '141350.647000', '141350.649000', '141350.652000', '141350.654000', '141350.657000', '141350.660000', '141350.662000', '141350.665000', '141350.667000', '141350.670000', '141350.673000', '141350.675000', '141350.682000', '141350.684000', '141350.687000', '141350.689000', '141350.692000', '141350.694000', '141350.697000', '141350.700000', '141410.586000', '141410.589000', '141410.592000', '141410.594000', '141410.597000', '141410.600000', '141410.602000', '141410.605000', '141410.608000', '141410.610000', '141410.613000', '141410.615000', '141410.618000', '141410.621000', '141410.623000', '141410.626000', '141410.629000', '141410.631000', '141410.634000', '141410.636000', '141410.639000', '141410.641000', '141410.644000', '141410.646000', '141410.649000', '141410.652000', '141410.654000', '141410.657000', '141410.659000', '141410.662000', '141410.665000', '141410.667000', '141410.670000', '141410.672000', '141410.675000', '141410.678000', '141410.680000', '141410.683000', '141410.685000', '141410.688000', '141410.690000', '141410.693000', '141410.695000', '141410.698000', '141430.586000', '141430.588000', '141430.591000', '141430.594000', '141430.596000', '141430.599000', '141430.602000', '141430.604000', '141430.607000', '141430.610000', '141430.612000', '141430.615000', '141430.617000', '141430.620000', '141430.623000', '141430.625000', '141430.628000', '141430.631000', '141430.633000', '141430.636000', '141430.638000', '141430.641000', '141430.644000', '141430.646000', '141430.649000', '141430.651000', '141430.654000', '141430.656000', '141430.659000', '141430.662000', '141430.664000', '141430.667000', '141430.670000', '141430.672000', '141430.675000', '141430.677000', '141430.680000', '141430.682000', '141430.685000', '141430.688000', '141430.690000', '141430.693000', '141430.695000', '141450.587000', '141450.589000', '141450.592000', '141450.595000', '141450.597000', '141450.600000', '141450.603000', '141450.605000', '141450.608000', '141450.610000', '141450.613000', '141450.616000', '141450.618000', '141450.621000', '141450.624000', '141450.626000', '141450.629000', '141450.631000', '141450.634000', '141450.637000', '141450.639000', '141450.642000', '141450.644000', '141450.647000', '141450.650000', '141450.652000', '141450.655000', '141450.657000', '141450.660000', '141450.663000', '141450.665000', '141450.668000', '141450.670000', '141450.673000', '141450.675000', '141450.678000', '141450.681000', '141450.683000', '141450.686000', '141450.689000', '141450.691000', '141450.694000', '141450.696000', '141450.699000', '141510.586000', '141510.589000', '141510.592000', '141510.594000', '141510.597000', '141510.600000', '141510.602000', '141510.605000', '141510.607000', '141510.610000', '141510.613000', '141510.615000', '141510.618000', '141510.621000', '141510.623000', '141510.626000', '141510.629000', '141510.631000', '141510.634000', '141510.636000', '141510.639000', '141510.642000', '141510.644000', '141510.647000', '141510.649000', '141510.652000', '141510.655000', '141510.657000', '141510.660000', '141510.663000', '141510.665000', '141510.668000', '141510.670000', '141510.673000', '141510.675000', '141510.678000', '141510.681000', '141510.683000', '141510.686000', '141510.688000', '141510.691000', '141510.694000', '141510.696000', '141530.587000', '141530.589000', '141530.592000', '141530.595000', '141530.597000', '141530.601000', '141530.604000', '141530.607000', '141530.610000', '141530.613000', '141530.615000', '141530.618000', '141530.621000', '141530.623000', '141530.626000', '141530.629000', '141530.631000', '141530.634000', '141530.637000', '141530.639000', '141530.642000', '141530.645000', '141530.647000', '141530.650000', '141530.652000', '141530.655000', '141530.658000', '141530.671000', '141530.673000', '141530.676000', '141530.678000', '141530.681000', '141530.684000', '141530.686000', '141530.689000', '141530.691000', '141530.694000', '141530.696000', '141530.699000', '141530.702000', '141530.704000', '141530.707000', '141530.710000', '141550.587000', '141550.590000', '141550.592000', '141550.595000', '141550.597000', '141550.600000', '141550.603000', '141550.605000', '141550.608000', '141550.611000', '141550.613000', '141550.616000', '141550.618000', '141550.621000', '141550.624000', '141550.626000', '141550.629000', '141550.632000', '141550.634000', '141550.637000', '141550.639000', '141550.642000', '141550.645000', '141550.647000', '141550.650000', '141550.652000', '141550.655000', '141550.657000', '141550.660000', '141550.663000', '141550.665000', '141550.668000', '141550.670000', '141550.673000', '141550.676000', '141550.678000', '141550.681000', '141550.683000', '141550.686000', '141550.689000', '141550.691000', '141550.694000', '141550.696000', '141550.699000', '141610.586000', '141610.589000', '141610.592000', '141610.595000', '141610.598000', '141610.601000', '141610.604000', '141610.606000', '141610.609000', '141610.612000', '141610.614000', '141610.617000', '141610.619000', '141610.622000', '141610.625000', '141610.627000', '141610.630000', '141610.633000', '141610.635000', '141610.638000', '141610.640000', '141610.643000', '141610.646000', '141610.648000', '141610.651000', '141610.654000', '141610.657000', '141610.659000', '141610.662000', '141610.665000', '141610.667000', '141610.670000', '141610.672000', '141610.675000', '141610.678000', '141610.680000', '141610.683000', '141610.686000', '141610.688000', '141610.691000', '141610.693000', '141610.696000', '141610.698000', '141610.701000', '141630.586000', '141630.589000', '141630.592000', '141630.595000', '141630.597000', '141630.600000', '141630.602000', '141630.605000', '141630.608000', '141630.610000', '141630.613000', '141630.616000', '141630.618000', '141630.621000', '141630.623000', '141630.626000', '141630.629000', '141630.631000', '141630.634000', '141630.637000', '141630.639000', '141630.642000', '141630.644000', '141630.647000', '141630.650000', '141630.652000', '141630.655000', '141630.657000', '141630.660000', '141630.662000', '141630.665000', '141630.668000', '141630.670000', '141630.673000', '141630.675000', '141630.678000', '141630.681000', '141630.683000', '141630.686000', '141630.689000', '141630.691000', '141630.694000', '141630.696000', '141650.586000', '141650.588000', '141650.591000', '141650.594000', '141650.596000', '141650.599000', '141650.601000', '141650.604000', '141650.607000', '141650.609000', '141650.612000', '141650.614000', '141650.617000', '141650.620000', '141650.622000', '141650.625000', '141650.627000', '141650.630000', '141650.633000', '141650.635000', '141650.638000', '141650.640000', '141650.643000', '141650.646000', '141650.648000', '141650.651000', '141650.653000', '141650.656000', '141650.659000', '141650.661000', '141650.664000', '141650.666000', '141650.669000', '141650.672000', '141650.674000', '141650.677000', '141650.679000', '141650.682000', '141650.685000', '141650.687000', '141650.690000', '141650.692000', '141650.695000', '141650.697000', '141710.587000', '141710.590000', '141710.592000', '141710.595000', '141710.597000', '141710.600000', '141710.603000', '141710.605000', '141710.617000', '141710.619000', '141710.622000', '141710.625000', '141710.627000', '141710.630000', '141710.633000', '141710.635000', '141710.638000', '141710.640000', '141710.643000', '141710.646000', '141710.648000', '141710.651000', '141710.654000', '141710.656000', '141710.659000', '141710.661000', '141710.664000', '141710.667000', '141710.669000', '141710.672000', '141710.675000', '141710.677000', '141710.680000', '141710.682000', '141710.685000', '141710.688000', '141710.690000', '141710.693000', '141710.696000', '141710.698000', '141710.701000', '141710.703000', '141710.706000', '141730.587000', '141730.590000', '141730.593000', '141730.596000', '141730.598000', '141730.601000', '141730.603000', '141730.606000', '141730.609000', '141730.611000', '141730.614000', '141730.617000', '141730.619000', '141730.622000', '141730.624000', '141730.627000', '141730.630000', '141730.632000', '141730.635000', '141730.639000', '141730.641000', '141730.644000', '141730.647000', '141730.650000', '141730.652000', '141730.655000', '141730.657000', '141730.660000', '141730.663000', '141730.665000', '141730.668000', '141730.670000', '141730.673000', '141730.676000', '141730.678000', '141730.681000', '141730.683000', '141730.686000', '141730.689000', '141730.691000', '141730.694000', '141730.696000', '141730.699000', '141750.586000', '141750.589000', '141750.592000', '141750.595000', '141750.597000', '141750.600000', '141750.605000', '141750.607000', '141750.610000', '141750.612000', '141750.615000', '141750.618000', '141750.620000', '141750.623000', '141750.626000', '141750.628000', '141750.631000', '141750.633000', '141750.636000', '141750.639000', '141750.641000', '141750.644000', '141750.646000', '141750.649000', '141750.652000', '141750.654000', '141750.657000', '141750.659000', '141750.662000', '141750.665000', '141750.667000', '141750.670000', '141750.673000', '141750.675000', '141750.678000', '141750.680000', '141750.683000', '141750.686000', '141750.688000', '141750.691000', '141750.693000', '141750.696000', '141750.699000', '141750.701000', '141810.586000', '141810.589000', '141810.592000', '141810.594000', '141810.597000', '141810.600000', '141810.603000', '141810.605000', '141810.608000', '141810.611000', '141810.613000', '141810.616000', '141810.619000', '141810.622000', '141810.625000', '141810.627000', '141810.630000', '141810.632000', '141810.635000', '141810.638000', '141810.640000', '141810.643000', '141810.646000', '141810.648000', '141810.651000', '141810.654000', '141810.656000', '141810.659000', '141810.661000', '141810.664000', '141810.667000', '141810.669000', '141810.672000', '141810.674000', '141810.677000', '141810.680000', '141810.682000', '141810.685000', '141810.688000', '141810.690000', '141810.693000', '141810.695000', '141810.698000', '141830.587000', '141830.590000', '141830.593000', '141830.595000', '141830.598000', '141830.601000', '141830.603000', '141830.606000', '141830.609000', '141830.611000', '141830.614000', '141830.617000', '141830.619000', '141830.622000', '141830.625000', '141830.627000', '141830.630000', '141830.637000', '141830.640000', '141830.643000', '141830.660000', '141830.663000', '141830.666000', '141830.668000', '141830.671000', '141830.674000', '141830.676000', '141830.679000', '141830.681000', '141830.684000', '141830.687000', '141830.689000', '141830.692000', '141830.695000', '141830.697000', '141830.700000', '141830.702000', '141830.705000', '141830.708000', '141830.711000', '141830.713000', '141830.716000', '141830.719000', '141830.721000', '141850.587000', '141850.590000', '141850.592000', '141850.595000', '141850.598000', '141850.600000', '141850.603000', '141850.606000', '141850.609000', '141850.611000', '141850.614000', '141850.617000', '141850.620000', '141850.622000', '141850.625000', '141850.628000', '141850.630000', '141850.633000', '141850.635000', '141850.638000', '141850.641000', '141850.643000', '141850.646000', '141850.649000', '141850.651000', '141850.654000', '141850.656000', '141850.659000', '141850.662000', '141850.664000', '141850.667000', '141850.669000', '141850.672000', '141850.675000', '141850.678000', '141850.681000', '141850.683000', '141850.686000', '141850.689000', '141850.691000', '141850.694000', '141850.696000', '141850.699000', '141910.586000', '141910.589000', '141910.591000', '141910.594000', '141910.597000', '141910.599000', '141910.602000', '141910.605000', '141910.607000', '141910.610000', '141910.613000', '141910.615000', '141910.618000', '141910.620000', '141910.623000', '141910.626000', '141910.628000', '141910.631000', '141910.633000', '141910.636000', '141910.639000', '141910.641000', '141910.644000', '141910.646000', '141910.649000', '141910.652000', '141910.654000', '141910.657000', '141910.660000', '141910.662000', '141910.665000', '141910.667000', '141910.670000', '141910.673000', '141910.675000', '141910.678000', '141910.680000', '141910.683000', '141910.686000', '141910.688000', '141910.691000', '141910.694000', '141910.696000', '141910.699000', '141930.586000', '141930.589000', '141930.592000', '141930.595000', '141930.598000', '141930.600000', '141930.603000', '141930.606000', '141930.608000', '141930.611000', '141930.614000', '141930.616000', '141930.619000', '141930.621000', '141930.624000', '141930.627000', '141930.629000', '141930.632000', '141930.635000', '141930.637000', '141930.640000', '141930.642000', '141930.645000', '141930.648000', '141930.650000', '141930.653000', '141930.655000', '141930.658000', '141930.661000', '141930.663000', '141930.666000', '141930.668000', '141930.671000', '141930.674000', '141930.676000', '141930.679000', '141930.681000', '141930.684000', '141930.687000', '141930.689000', '141930.692000', '141930.695000', '141930.698000', '141950.586000', '141950.589000', '141950.592000', '141950.595000', '141950.597000', '141950.600000', '141950.603000', '141950.605000', '141950.608000', '141950.610000', '141950.613000', '141950.616000', '141950.618000', '141950.621000', '141950.623000', '141950.626000', '141950.629000', '141950.631000', '141950.634000', '141950.637000', '141950.639000', '141950.642000', '141950.645000', '141950.647000', '141950.650000', '141950.652000', '141950.655000', '141950.658000', '141950.660000', '141950.663000', '141950.676000', '141950.678000', '141950.681000', '141950.683000', '141950.686000', '141950.689000', '141950.691000', '141950.694000', '141950.696000', '141950.699000', '141950.702000', '141950.704000', '141950.707000', '141950.709000', '142010.587000', '142010.590000', '142010.592000', '142010.595000', '142010.597000', '142010.600000', '142010.603000', '142010.605000', '142010.608000', '142010.611000', '142010.613000', '142010.616000', '142010.618000', '142010.621000', '142010.624000', '142010.626000', '142010.629000', '142010.632000', '142010.634000', '142010.637000', '142010.640000', '142010.642000', '142010.645000', '142010.648000', '142010.650000', '142010.653000', '142010.655000', '142010.658000', '142010.661000', '142010.663000', '142010.666000', '142010.669000', '142010.671000', '142010.674000', '142010.676000', '142010.679000', '142010.682000', '142010.684000', '142010.687000', '142010.690000', '142010.693000', '142010.695000', '142010.698000', '142030.454000', '142030.457000', '142030.460000', '142030.462000', '142030.465000', '142030.468000', '142030.470000', '142030.473000', '142030.476000', '142030.478000', '142030.481000', '142030.483000', '142030.486000', '142030.489000', '142030.491000', '142030.494000', '142030.496000', '142030.499000', '142030.502000', '142030.504000', '142030.507000', '142030.509000', '142030.512000', '142030.515000', '142030.517000', '142030.520000', '142030.523000', '142030.525000', '142030.528000', '142030.530000', '142030.533000', '142030.536000', '142030.538000', '142030.541000', '142030.544000', '142030.546000', '142030.549000', '142030.551000', '142030.554000', '142030.557000', '142030.559000', '142030.562000', '142030.564000', '142030.567000'], 'InstanceCreationTime': ['141230.623000', '141230.626000', '141230.629000', '141230.632000', '141230.635000', '141230.637000', '141230.640000', '141230.642000', '141230.645000', '141230.658000', '141230.661000', '141230.668000', '141230.671000', '141230.674000', '141230.677000', '141230.680000', '141230.682000', '141230.685000', '141230.688000', '141230.690000', '141230.693000', '141250.586000', '141250.589000', '141250.592000', '141250.595000', '141250.597000', '141250.600000', '141250.603000', '141250.605000', '141250.608000', '141250.610000', '141250.613000', '141250.615000', '141250.625000', '141250.628000', '141250.630000', '141250.633000', '141250.636000', '141250.638000', '141250.641000', '141250.643000', '141250.646000', '141250.648000', '141250.651000', '141250.654000', '141250.656000', '141250.659000', '141250.661000', '141250.664000', '141250.666000', '141250.669000', '141250.671000', '141250.674000', '141250.676000', '141250.679000', '141250.682000', '141250.684000', '141250.687000', '141250.689000', '141250.692000', '141250.694000', '141250.697000', '141250.699000', '141250.702000', '141250.705000', '141310.586000', '141310.589000', '141310.592000', '141310.595000', '141310.597000', '141310.600000', '141310.602000', '141310.605000', '141310.608000', '141310.610000', '141310.613000', '141310.615000', '141310.618000', '141310.621000', '141310.623000', '141310.626000', '141310.628000', '141310.631000', '141310.634000', '141310.636000', '141310.639000', '141310.641000', '141310.644000', '141310.646000', '141310.649000', '141310.652000', '141310.654000', '141310.657000', '141310.659000', '141310.662000', '141310.665000', '141310.667000', '141310.670000', '141310.672000', '141310.675000', '141310.677000', '141310.680000', '141310.683000', '141310.685000', '141310.688000', '141310.690000', '141310.693000', '141310.697000', '141330.587000', '141330.590000', '141330.592000', '141330.595000', '141330.598000', '141330.600000', '141330.603000', '141330.605000', '141330.608000', '141330.611000', '141330.613000', '141330.616000', '141330.618000', '141330.621000', '141330.623000', '141330.626000', '141330.628000', '141330.631000', '141330.634000', '141330.636000', '141330.639000', '141330.642000', '141330.644000', '141330.647000', '141330.649000', '141330.652000', '141330.655000', '141330.657000', '141330.660000', '141330.662000', '141330.665000', '141330.667000', '141330.670000', '141330.673000', '141330.675000', '141330.678000', '141330.680000', '141330.683000', '141330.686000', '141330.688000', '141330.691000', '141330.693000', '141330.696000', '141330.698000', '141350.587000', '141350.589000', '141350.592000', '141350.595000', '141350.597000', '141350.600000', '141350.603000', '141350.605000', '141350.608000', '141350.610000', '141350.613000', '141350.616000', '141350.618000', '141350.621000', '141350.623000', '141350.626000', '141350.628000', '141350.631000', '141350.634000', '141350.636000', '141350.639000', '141350.642000', '141350.644000', '141350.647000', '141350.649000', '141350.652000', '141350.654000', '141350.657000', '141350.660000', '141350.662000', '141350.665000', '141350.667000', '141350.670000', '141350.673000', '141350.675000', '141350.682000', '141350.684000', '141350.687000', '141350.689000', '141350.692000', '141350.694000', '141350.697000', '141350.700000', '141410.586000', '141410.589000', '141410.592000', '141410.594000', '141410.597000', '141410.600000', '141410.602000', '141410.605000', '141410.608000', '141410.610000', '141410.613000', '141410.615000', '141410.618000', '141410.621000', '141410.623000', '141410.626000', '141410.629000', '141410.631000', '141410.634000', '141410.636000', '141410.639000', '141410.641000', '141410.644000', '141410.646000', '141410.649000', '141410.652000', '141410.654000', '141410.657000', '141410.659000', '141410.662000', '141410.665000', '141410.667000', '141410.670000', '141410.672000', '141410.675000', '141410.678000', '141410.680000', '141410.683000', '141410.685000', '141410.688000', '141410.690000', '141410.693000', '141410.695000', '141410.698000', '141430.586000', '141430.588000', '141430.591000', '141430.594000', '141430.596000', '141430.599000', '141430.602000', '141430.604000', '141430.607000', '141430.610000', '141430.612000', '141430.615000', '141430.617000', '141430.620000', '141430.623000', '141430.625000', '141430.628000', '141430.631000', '141430.633000', '141430.636000', '141430.638000', '141430.641000', '141430.644000', '141430.646000', '141430.649000', '141430.651000', '141430.654000', '141430.656000', '141430.659000', '141430.662000', '141430.664000', '141430.667000', '141430.670000', '141430.672000', '141430.675000', '141430.677000', '141430.680000', '141430.682000', '141430.685000', '141430.688000', '141430.690000', '141430.693000', '141430.695000', '141450.587000', '141450.589000', '141450.592000', '141450.595000', '141450.597000', '141450.600000', '141450.603000', '141450.605000', '141450.608000', '141450.610000', '141450.613000', '141450.616000', '141450.618000', '141450.621000', '141450.624000', '141450.626000', '141450.629000', '141450.631000', '141450.634000', '141450.637000', '141450.639000', '141450.642000', '141450.644000', '141450.647000', '141450.650000', '141450.652000', '141450.655000', '141450.657000', '141450.660000', '141450.663000', '141450.665000', '141450.668000', '141450.670000', '141450.673000', '141450.675000', '141450.678000', '141450.681000', '141450.683000', '141450.686000', '141450.689000', '141450.691000', '141450.694000', '141450.696000', '141450.699000', '141510.586000', '141510.589000', '141510.592000', '141510.594000', '141510.597000', '141510.600000', '141510.602000', '141510.605000', '141510.607000', '141510.610000', '141510.613000', '141510.615000', '141510.618000', '141510.621000', '141510.623000', '141510.626000', '141510.629000', '141510.631000', '141510.634000', '141510.636000', '141510.639000', '141510.642000', '141510.644000', '141510.647000', '141510.649000', '141510.652000', '141510.655000', '141510.657000', '141510.660000', '141510.663000', '141510.665000', '141510.668000', '141510.670000', '141510.673000', '141510.675000', '141510.678000', '141510.681000', '141510.683000', '141510.686000', '141510.688000', '141510.691000', '141510.694000', '141510.696000', '141530.587000', '141530.589000', '141530.592000', '141530.595000', '141530.597000', '141530.601000', '141530.604000', '141530.607000', '141530.610000', '141530.613000', '141530.615000', '141530.618000', '141530.621000', '141530.623000', '141530.626000', '141530.629000', '141530.631000', '141530.634000', '141530.637000', '141530.639000', '141530.642000', '141530.645000', '141530.647000', '141530.650000', '141530.652000', '141530.655000', '141530.658000', '141530.671000', '141530.673000', '141530.676000', '141530.678000', '141530.681000', '141530.684000', '141530.686000', '141530.689000', '141530.691000', '141530.694000', '141530.696000', '141530.699000', '141530.702000', '141530.704000', '141530.707000', '141530.710000', '141550.587000', '141550.590000', '141550.592000', '141550.595000', '141550.597000', '141550.600000', '141550.603000', '141550.605000', '141550.608000', '141550.611000', '141550.613000', '141550.616000', '141550.618000', '141550.621000', '141550.624000', '141550.626000', '141550.629000', '141550.632000', '141550.634000', '141550.637000', '141550.639000', '141550.642000', '141550.645000', '141550.647000', '141550.650000', '141550.652000', '141550.655000', '141550.657000', '141550.660000', '141550.663000', '141550.665000', '141550.668000', '141550.670000', '141550.673000', '141550.676000', '141550.678000', '141550.681000', '141550.683000', '141550.686000', '141550.689000', '141550.691000', '141550.694000', '141550.696000', '141550.699000', '141610.586000', '141610.589000', '141610.592000', '141610.595000', '141610.598000', '141610.601000', '141610.604000', '141610.606000', '141610.609000', '141610.612000', '141610.614000', '141610.617000', '141610.619000', '141610.622000', '141610.625000', '141610.627000', '141610.630000', '141610.633000', '141610.635000', '141610.638000', '141610.640000', '141610.643000', '141610.646000', '141610.648000', '141610.651000', '141610.654000', '141610.657000', '141610.659000', '141610.662000', '141610.665000', '141610.667000', '141610.670000', '141610.672000', '141610.675000', '141610.678000', '141610.680000', '141610.683000', '141610.686000', '141610.688000', '141610.691000', '141610.693000', '141610.696000', '141610.698000', '141610.701000', '141630.586000', '141630.589000', '141630.592000', '141630.595000', '141630.597000', '141630.600000', '141630.602000', '141630.605000', '141630.608000', '141630.610000', '141630.613000', '141630.616000', '141630.618000', '141630.621000', '141630.623000', '141630.626000', '141630.629000', '141630.631000', '141630.634000', '141630.637000', '141630.639000', '141630.642000', '141630.644000', '141630.647000', '141630.650000', '141630.652000', '141630.655000', '141630.657000', '141630.660000', '141630.662000', '141630.665000', '141630.668000', '141630.670000', '141630.673000', '141630.675000', '141630.678000', '141630.681000', '141630.683000', '141630.686000', '141630.689000', '141630.691000', '141630.694000', '141630.696000', '141650.586000', '141650.588000', '141650.591000', '141650.594000', '141650.596000', '141650.599000', '141650.601000', '141650.604000', '141650.607000', '141650.609000', '141650.612000', '141650.614000', '141650.617000', '141650.620000', '141650.622000', '141650.625000', '141650.627000', '141650.630000', '141650.633000', '141650.635000', '141650.638000', '141650.640000', '141650.643000', '141650.646000', '141650.648000', '141650.651000', '141650.653000', '141650.656000', '141650.659000', '141650.661000', '141650.664000', '141650.666000', '141650.669000', '141650.672000', '141650.674000', '141650.677000', '141650.679000', '141650.682000', '141650.685000', '141650.687000', '141650.690000', '141650.692000', '141650.695000', '141650.697000', '141710.587000', '141710.590000', '141710.592000', '141710.595000', '141710.597000', '141710.600000', '141710.603000', '141710.605000', '141710.617000', '141710.619000', '141710.622000', '141710.625000', '141710.627000', '141710.630000', '141710.633000', '141710.635000', '141710.638000', '141710.640000', '141710.643000', '141710.646000', '141710.648000', '141710.651000', '141710.654000', '141710.656000', '141710.659000', '141710.661000', '141710.664000', '141710.667000', '141710.669000', '141710.672000', '141710.675000', '141710.677000', '141710.680000', '141710.682000', '141710.685000', '141710.688000', '141710.690000', '141710.693000', '141710.696000', '141710.698000', '141710.701000', '141710.703000', '141710.706000', '141730.587000', '141730.590000', '141730.593000', '141730.596000', '141730.598000', '141730.601000', '141730.603000', '141730.606000', '141730.609000', '141730.611000', '141730.614000', '141730.617000', '141730.619000', '141730.622000', '141730.624000', '141730.627000', '141730.630000', '141730.632000', '141730.635000', '141730.639000', '141730.641000', '141730.644000', '141730.647000', '141730.650000', '141730.652000', '141730.655000', '141730.657000', '141730.660000', '141730.663000', '141730.665000', '141730.668000', '141730.670000', '141730.673000', '141730.676000', '141730.678000', '141730.681000', '141730.683000', '141730.686000', '141730.689000', '141730.691000', '141730.694000', '141730.696000', '141730.699000', '141750.586000', '141750.589000', '141750.592000', '141750.595000', '141750.597000', '141750.600000', '141750.605000', '141750.607000', '141750.610000', '141750.612000', '141750.615000', '141750.618000', '141750.620000', '141750.623000', '141750.626000', '141750.628000', '141750.631000', '141750.633000', '141750.636000', '141750.639000', '141750.641000', '141750.644000', '141750.646000', '141750.649000', '141750.652000', '141750.654000', '141750.657000', '141750.659000', '141750.662000', '141750.665000', '141750.667000', '141750.670000', '141750.673000', '141750.675000', '141750.678000', '141750.680000', '141750.683000', '141750.686000', '141750.688000', '141750.691000', '141750.693000', '141750.696000', '141750.699000', '141750.701000', '141810.586000', '141810.589000', '141810.592000', '141810.594000', '141810.597000', '141810.600000', '141810.603000', '141810.605000', '141810.608000', '141810.611000', '141810.613000', '141810.616000', '141810.619000', '141810.622000', '141810.625000', '141810.627000', '141810.630000', '141810.632000', '141810.635000', '141810.638000', '141810.640000', '141810.643000', '141810.646000', '141810.648000', '141810.651000', '141810.654000', '141810.656000', '141810.659000', '141810.661000', '141810.664000', '141810.667000', '141810.669000', '141810.672000', '141810.674000', '141810.677000', '141810.680000', '141810.682000', '141810.685000', '141810.688000', '141810.690000', '141810.693000', '141810.695000', '141810.698000', '141830.587000', '141830.590000', '141830.593000', '141830.595000', '141830.598000', '141830.601000', '141830.603000', '141830.606000', '141830.609000', '141830.611000', '141830.614000', '141830.617000', '141830.619000', '141830.622000', '141830.625000', '141830.627000', '141830.630000', '141830.637000', '141830.640000', '141830.643000', '141830.660000', '141830.663000', '141830.666000', '141830.668000', '141830.671000', '141830.674000', '141830.676000', '141830.679000', '141830.681000', '141830.684000', '141830.687000', '141830.689000', '141830.692000', '141830.695000', '141830.697000', '141830.700000', '141830.702000', '141830.705000', '141830.708000', '141830.711000', '141830.713000', '141830.716000', '141830.719000', '141830.721000', '141850.587000', '141850.590000', '141850.592000', '141850.595000', '141850.598000', '141850.600000', '141850.603000', '141850.606000', '141850.609000', '141850.611000', '141850.614000', '141850.617000', '141850.620000', '141850.622000', '141850.625000', '141850.628000', '141850.630000', '141850.633000', '141850.635000', '141850.638000', '141850.641000', '141850.643000', '141850.646000', '141850.649000', '141850.651000', '141850.654000', '141850.656000', '141850.659000', '141850.662000', '141850.664000', '141850.667000', '141850.669000', '141850.672000', '141850.675000', '141850.678000', '141850.681000', '141850.683000', '141850.686000', '141850.689000', '141850.691000', '141850.694000', '141850.696000', '141850.699000', '141910.586000', '141910.589000', '141910.591000', '141910.594000', '141910.597000', '141910.599000', '141910.602000', '141910.605000', '141910.607000', '141910.610000', '141910.613000', '141910.615000', '141910.618000', '141910.620000', '141910.623000', '141910.626000', '141910.628000', '141910.631000', '141910.633000', '141910.636000', '141910.639000', '141910.641000', '141910.644000', '141910.646000', '141910.649000', '141910.652000', '141910.654000', '141910.657000', '141910.660000', '141910.662000', '141910.665000', '141910.667000', '141910.670000', '141910.673000', '141910.675000', '141910.678000', '141910.680000', '141910.683000', '141910.686000', '141910.688000', '141910.691000', '141910.694000', '141910.696000', '141910.699000', '141930.586000', '141930.589000', '141930.592000', '141930.595000', '141930.598000', '141930.600000', '141930.603000', '141930.606000', '141930.608000', '141930.611000', '141930.614000', '141930.616000', '141930.619000', '141930.621000', '141930.624000', '141930.627000', '141930.629000', '141930.632000', '141930.635000', '141930.637000', '141930.640000', '141930.642000', '141930.645000', '141930.648000', '141930.650000', '141930.653000', '141930.655000', '141930.658000', '141930.661000', '141930.663000', '141930.666000', '141930.668000', '141930.671000', '141930.674000', '141930.676000', '141930.679000', '141930.681000', '141930.684000', '141930.687000', '141930.689000', '141930.692000', '141930.695000', '141930.698000', '141950.586000', '141950.589000', '141950.592000', '141950.595000', '141950.597000', '141950.600000', '141950.603000', '141950.605000', '141950.608000', '141950.610000', '141950.613000', '141950.616000', '141950.618000', '141950.621000', '141950.623000', '141950.626000', '141950.629000', '141950.631000', '141950.634000', '141950.637000', '141950.639000', '141950.642000', '141950.645000', '141950.647000', '141950.650000', '141950.652000', '141950.655000', '141950.658000', '141950.660000', '141950.663000', '141950.676000', '141950.678000', '141950.681000', '141950.683000', '141950.686000', '141950.689000', '141950.691000', '141950.694000', '141950.696000', '141950.699000', '141950.702000', '141950.704000', '141950.707000', '141950.709000', '142010.587000', '142010.590000', '142010.592000', '142010.595000', '142010.597000', '142010.600000', '142010.603000', '142010.605000', '142010.608000', '142010.611000', '142010.613000', '142010.616000', '142010.618000', '142010.621000', '142010.624000', '142010.626000', '142010.629000', '142010.632000', '142010.634000', '142010.637000', '142010.640000', '142010.642000', '142010.645000', '142010.648000', '142010.650000', '142010.653000', '142010.655000', '142010.658000', '142010.661000', '142010.663000', '142010.666000', '142010.669000', '142010.671000', '142010.674000', '142010.676000', '142010.679000', '142010.682000', '142010.684000', '142010.687000', '142010.690000', '142010.693000', '142010.695000', '142010.698000', '142030.454000', '142030.457000', '142030.460000', '142030.462000', '142030.465000', '142030.468000', '142030.470000', '142030.473000', '142030.476000', '142030.478000', '142030.481000', '142030.483000', '142030.486000', '142030.489000', '142030.491000', '142030.494000', '142030.496000', '142030.499000', '142030.502000', '142030.504000', '142030.507000', '142030.509000', '142030.512000', '142030.515000', '142030.517000', '142030.520000', '142030.523000', '142030.525000', '142030.528000', '142030.530000', '142030.533000', '142030.536000', '142030.538000', '142030.541000', '142030.544000', '142030.546000', '142030.549000', '142030.551000', '142030.554000', '142030.557000', '142030.559000', '142030.562000', '142030.564000', '142030.567000'], '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': [8815, 10802, 8488, 9351, 8500, 9624, 7707, 7865, 8202, 9110, 8274, 7835, 11590, 12922, 8266, 11393, 13971, 12559, 12946, 14658, 15212, 9318, 9482, 11208, 10583, 7438, 11011, 10784, 7321, 8658, 9037, 7655, 8694, 8113, 7537, 10561, 8249, 7728, 10835, 8395, 7468, 8735, 8402, 11030, 7837, 10656, 8203, 7439, 9280, 8860, 10881, 8979, 9842, 9382, 7930, 9446, 8302, 9773, 8693, 10138, 8041, 10342, 8834, 10772, 9068, 10334, 9820, 8881, 9443, 7462, 9161, 8982, 9812, 8862, 9620, 9588, 7899, 9217, 8406, 9959, 9389, 10394, 9356, 10856, 9205, 9107, 10165, 8718, 11072, 9058, 11516, 8818, 11688, 8942, 12122, 9285, 9804, 8818, 8841, 9697, 8646, 10646, 7728, 10705, 8424, 10783, 8744, 8270, 8732, 7936, 8971, 8815, 10319, 8998, 7775, 8615, 7569, 8570, 8053, 9143, 8412, 10245, 9626, 9773, 7458, 9668, 8964, 8436, 7786, 8943, 9277, 8949, 7935, 9323, 10445, 9649, 11327, 8698, 10070, 10480, 9526, 11259, 8434, 8297, 11493, 7753, 9929, 10947, 8482, 11238, 9179, 7746, 10478, 7760, 11318, 7262, 11327, 8145, 7604, 8198, 8453, 9770, 8125, 10589, 8510, 9401, 8474, 7799, 9108, 7182, 10682, 8372, 10599, 8682, 9973, 8330, 8131, 9225, 7878, 10635, 8719, 11270, 9249, 9988, 8780, 7738, 8737, 8575, 9336, 9242, 11539, 9334, 9839, 8795, 7828, 8519, 8691, 9194, 9409, 9727, 9109, 9325, 8894, 8460, 8676, 8298, 11276, 9127, 10697, 9266, 9202, 8655, 8950, 8794, 9446, 9624, 8967, 9977, 8879, 9296, 8672, 8926, 10372, 8963, 10471, 8722, 8919, 8637, 8104, 10844, 9210, 10225, 8837, 9201, 8824, 9406, 10025, 9306, 8889, 9015, 8954, 9997, 8394, 12329, 8849, 9771, 8861, 8740, 10854, 8654, 10039, 8564, 8700, 8586, 8934, 9395, 8780, 8691, 8580, 8768, 11210, 8706, 8956, 8279, 8366, 10072, 8811, 10019, 8170, 8805, 8520, 8211, 9814, 8342, 9897, 8714, 10163, 9104, 10916, 8893, 12002, 8942, 11189, 8956, 10967, 8861, 10549, 9099, 8839, 8275, 8615, 9681, 8819, 11061, 8474, 8590, 8540, 8349, 9544, 9069, 11822, 9143, 8428, 9813, 8706, 12415, 9187, 14264, 9941, 11061, 9921, 9814, 11852, 9039, 13843, 10354, 14267, 9608, 10467, 9735, 9570, 10758, 9246, 17447, 10576, 9036, 9456, 9575, 11862, 8818, 9281, 9092, 8430, 9926, 8344, 11326, 9218, 11180, 9107, 9977, 9600, 8973, 10497, 9765, 12507, 9279, 12623, 10100, 10553, 9223, 9680, 9556, 8989, 12901, 9139, 10414, 9172, 9945, 9182, 9008, 12609, 8981, 11180, 9150, 8964, 8578, 8879, 9126, 8767, 11665, 8355, 9854, 9007, 7332, 7646, 7106, 10073, 7667, 7691, 7744, 6910, 8039, 7213, 9270, 7921, 10657, 7961, 9214, 7799, 7854, 8244, 7502, 8887, 8068, 10894, 8091, 9449, 8106, 7719, 8747, 8251, 10161, 7955, 7739, 8698, 7938, 9346, 8039, 10211, 8484, 7412, 8988, 9366, 10394, 9342, 11388, 9195, 11300, 9190, 8570, 9002, 9797, 9818, 9210, 11806, 9584, 10675, 9612, 9576, 9055, 9298, 9684, 9704, 9194, 10081, 7735, 8778, 8301, 9145, 8704, 9761, 8748, 10473, 8063, 10839, 8413, 12131, 9317, 11738, 8966, 11162, 8845, 9851, 9655, 8993, 12621, 7979, 11342, 8275, 9607, 7869, 8140, 10542, 8284, 11056, 8292, 8926, 9476, 8207, 12043, 7904, 11995, 8591, 10505, 9209, 8289, 8847, 7904, 9739, 7977, 10509, 8085, 8581, 8505, 8471, 9782, 8612, 9763, 8290, 8696, 11628, 8403, 10658, 9404, 10359, 9100, 11196, 12216, 8913, 13356, 9009, 13034, 9323, 12428, 9125, 9096, 9709, 8791, 11075, 9770, 7778, 10031, 9279, 10470, 9488, 8205, 9865, 8919, 10500, 9173, 10409, 8610, 11253, 9332, 11327, 10058, 10229, 9958, 9785, 10012, 9492, 11340, 9196, 11989, 9622, 10602, 9468, 9184, 9183, 8393, 9145, 9325, 7470, 9952, 9016, 9971, 8676, 9711, 9335, 10057, 10260, 10017, 10142, 9310, 10249, 8976, 12224, 9026, 12922, 9717, 10590, 9787, 9065, 9552, 8853, 11684, 9735, 8223, 10345, 8974, 10161, 8979, 10563, 9874, 8772, 10867, 10184, 12032, 9791, 12850, 9810, 11217, 10246, 8856, 10465, 9540, 11801, 9430, 12167, 9718, 10754, 10219, 9876, 10525, 10256, 12138, 9408, 9949, 10033, 8392, 10406, 9954, 11030, 10397, 11746, 10224, 10338, 10008, 10473, 10351, 10294, 10394, 10074, 9883, 9885, 9518, 8002, 9325, 8331, 10422, 9266, 10167, 9315, 8691, 9876, 8157, 10571, 8419, 10879, 9885, 10621, 13116, 10127, 13259, 10478, 10950, 10657, 8633, 10575, 8561, 10146, 8179, 9928, 10233, 10500, 9641, 10143, 10750, 8882, 10675, 8243, 10220, 8654, 10375, 10146, 11484, 10707, 9875, 10245, 8501, 10102, 9092, 10056, 10384, 12222, 11368, 13776, 11473, 13160, 10963, 10615, 10825, 9875, 11288, 10565, 12062, 10645, 12316, 10601, 8912, 11440, 10602, 13002, 11074, 9803, 10567, 9348, 11618, 10376, 11973, 11154, 10024, 10995, 9782, 10658, 10203, 13217, 10824, 11372, 11574, 10128, 11896, 8366, 11236, 8322, 11116, 9973, 11107, 10947, 11386, 11121, 10767, 10059, 10416, 10783, 8874, 10960, 8509, 11700, 9826, 11207, 10400, 11233, 10863, 11166, 11000, 10674, 10998, 8659, 10954, 10290, 11187, 10878, 10771, 11371, 8963, 11055, 9249, 12383, 10929, 12304, 11415, 12888, 11144, 11404, 11353, 9765, 12094, 10787, 14775, 11016, 11463, 10947, 10301, 12700, 10870, 11208, 11511, 10457, 11049, 10728, 11512, 10832, 9665, 11025, 10661, 11094, 11839, 10322, 11567, 9766, 10892, 10245, 9926, 11329, 7800, 11736, 11140, 11141, 9934, 9834, 10851, 8209, 11502, 9842, 11540, 10617, 11387, 11101, 12693, 10737, 12631, 11513, 12306, 11879, 11348, 11125, 10553, 11089, 8739, 11368, 10702, 11910, 11448, 11350, 11033, 8452, 10390, 9776, 11463, 10385, 9714, 11208, 10694, 11175, 11451, 11571, 11015, 12151, 16128, 12145, 14223, 11519, 11789, 9341, 11785, 8975, 11880, 11557, 11691, 11780, 10062, 12132, 9736, 12365, 9647, 11777, 10251, 12206, 8303, 12446, 9268, 12268, 10580, 11734, 11483, 13522, 11768, 12852, 12182, 13518, 12570, 11756, 11964, 9796, 11627, 10012, 12318, 8075, 12443, 10047, 12349, 10729, 11686, 11969, 11943, 11468, 10515, 11632, 9689, 11853, 8342, 11989, 8774, 11747, 10413, 12436, 12766, 12391, 12529, 12066, 12237, 10695, 11870, 9028, 12218, 10339, 12420, 11550, 12082, 10975, 12781, 11711, 10518, 12278, 10600, 12145, 12527, 12075, 12938, 13011, 10859, 12803, 11516, 13868, 11994, 12712, 11320, 12624, 11987, 10483, 12376, 9640, 12363, 12293, 11842, 12296, 10572, 12002, 8357, 12089, 12334, 12114, 11940, 11408, 11921, 12518, 11545, 11363, 12164, 11022, 12271, 10907, 12653, 10316, 12233, 11834, 11836, 11971, 12835, 12483, 12621, 12362, 12086, 11877, 12014, 11604, 12114, 11534, 10686, 12566, 9984, 12457, 12222, 10065, 12098, 8736, 12585, 10968, 12420, 11882, 11842, 12189, 11791, 11766, 12581, 12119, 12565, 12102, 12136, 12083, 12105, 11689, 11185, 11092, 10209, 12153, 10605, 12273, 11388, 11148, 12060, 9889, 12143, 9981, 12231, 11658, 11760, 11744, 12201, 11520, 10598, 12817, 11781, 12404, 11954, 10213, 13291, 11742, 12412, 12522, 11195, 13901, 11397, 15755, 12034, 9742, 12677, 12360, 14138, 11678, 12570, 11820, 11114, 12930, 11587, 13185, 12063, 9053, 11720, 12473, 8985, 12055, 9926, 12392, 11739, 10388, 11815, 11231, 12234, 11918, 10652, 12470, 13671, 11992, 12713, 12084, 11098, 11971, 8432, 12388, 12076, 12396, 11263, 8664, 11452, 10779, 10443, 12335, 11211, 12429, 14021, 12104, 13802, 11580, 11662, 12033, 11077, 11980, 11527, 12069, 9534, 12212, 9475, 12142], 'WindowCenter': [4503.0, 4477.0, 4416.0, 4375.0, 4409.0, 4373.0, 4417.0, 4414.0, 4406.0, 4402.0, 4394.0, 4363.0, 4410.0, 4447.0, 4418.0, 4463.0, 4487.0, 4463.0, 4473.0, 4481.0, 4464.0, 4413.0, 4401.0, 4400.0, 4382.0, 4350.0, 4379.0, 4396.0, 4349.0, 4357.0, 4367.0, 4349.0, 4370.0, 4361.0, 4375.0, 4406.0, 4388.0, 4390.0, 4433.0, 4404.0, 4401.0, 4414.0, 4417.0, 4438.0, 4410.0, 4438.0, 4432.0, 4423.0, 4444.0, 4443.0, 4463.0, 4444.0, 4453.0, 4456.0, 4435.0, 4463.0, 4446.0, 4466.0, 4447.0, 4467.0, 4453.0, 4465.0, 4459.0, 4477.0, 4458.0, 4465.0, 4468.0, 4455.0, 4467.0, 4436.0, 4471.0, 4459.0, 4468.0, 4469.0, 4472.0, 4481.0, 4449.0, 4471.0, 4460.0, 4479.0, 4469.0, 4479.0, 4470.0, 4478.0, 4459.0, 4456.0, 4468.0, 4445.0, 4477.0, 4456.0, 4477.0, 4455.0, 4474.0, 4445.0, 4473.0, 4444.0, 4451.0, 4443.0, 4441.0, 4451.0, 4448.0, 4451.0, 4433.0, 4462.0, 4431.0, 4461.0, 4443.0, 4442.0, 4442.0, 4433.0, 4456.0, 4457.0, 4465.0, 4470.0, 4448.0, 4460.0, 4448.0, 4459.0, 4460.0, 4469.0, 4459.0, 4468.0, 4496.0, 4493.0, 4432.0, 4452.0, 4408.0, 4400.0, 4375.0, 4398.0, 4397.0, 4400.0, 4418.0, 4407.0, 4489.0, 4450.0, 4472.0, 4457.0, 4461.0, 4461.0, 4451.0, 4473.0, 4446.0, 4433.0, 4464.0, 4436.0, 4453.0, 4465.0, 4455.0, 4472.0, 4439.0, 4418.0, 4448.0, 4418.0, 4459.0, 4422.0, 4461.0, 4433.0, 4421.0, 4431.0, 4430.0, 4449.0, 4431.0, 4465.0, 4444.0, 4458.0, 4443.0, 4433.0, 4455.0, 4424.0, 4476.0, 4444.0, 4462.0, 4452.0, 4453.0, 4443.0, 4445.0, 4465.0, 4444.0, 4474.0, 4454.0, 4472.0, 4454.0, 4463.0, 4443.0, 4433.0, 4455.0, 4456.0, 4453.0, 4453.0, 4473.0, 4467.0, 4466.0, 4456.0, 4435.0, 4456.0, 4455.0, 4455.0, 4455.0, 4466.0, 4467.0, 4474.0, 4469.0, 4458.0, 4457.0, 4446.0, 4486.0, 4466.0, 4476.0, 4467.0, 4467.0, 4456.0, 4455.0, 4455.0, 4466.0, 4467.0, 4469.0, 4466.0, 4456.0, 4467.0, 4455.0, 4455.0, 4475.0, 4466.0, 4475.0, 4456.0, 4466.0, 4455.0, 4444.0, 4474.0, 4454.0, 4476.0, 4455.0, 4465.0, 4466.0, 4467.0, 4475.0, 4466.0, 4484.0, 4455.0, 4457.0, 4493.0, 4432.0, 4481.0, 4455.0, 4450.0, 4441.0, 4443.0, 4473.0, 4456.0, 4462.0, 4442.0, 4453.0, 4454.0, 4455.0, 4466.0, 4467.0, 4456.0, 4457.0, 4457.0, 4486.0, 4458.0, 4456.0, 4445.0, 4463.0, 4466.0, 4467.0, 4466.0, 4457.0, 4467.0, 4459.0, 4460.0, 4479.0, 4472.0, 4480.0, 4471.0, 4491.0, 4484.0, 4490.0, 4472.0, 4499.0, 4469.0, 4488.0, 4470.0, 4477.0, 4458.0, 4475.0, 4457.0, 4455.0, 4445.0, 4456.0, 4468.0, 4468.0, 4500.0, 4460.0, 4460.0, 4458.0, 4461.0, 4480.0, 4471.0, 4501.0, 4471.0, 4458.0, 4468.0, 4457.0, 4498.0, 4468.0, 4507.0, 4469.0, 4475.0, 4464.0, 4464.0, 4474.0, 4456.0, 4495.0, 4463.0, 4492.0, 4441.0, 4448.0, 4437.0, 4439.0, 4459.0, 4440.0, 4514.0, 4463.0, 4442.0, 4452.0, 4453.0, 4484.0, 4456.0, 4454.0, 4455.0, 4446.0, 4465.0, 4447.0, 4474.0, 4455.0, 4473.0, 4454.0, 4452.0, 4453.0, 4442.0, 4451.0, 4439.0, 4469.0, 4439.0, 4469.0, 4451.0, 4450.0, 4440.0, 4440.0, 4438.0, 4429.0, 4470.0, 4440.0, 4449.0, 4441.0, 4453.0, 4441.0, 4442.0, 4473.0, 4443.0, 4462.0, 4444.0, 4443.0, 4443.0, 4453.0, 4454.0, 4446.0, 4487.0, 4462.0, 4452.0, 4443.0, 4396.0, 4392.0, 4382.0, 4423.0, 4404.0, 4404.0, 4407.0, 4407.0, 4419.0, 4408.0, 4428.0, 4419.0, 4449.0, 4421.0, 4427.0, 4408.0, 4417.0, 4417.0, 4408.0, 4427.0, 4418.0, 4450.0, 4420.0, 4444.0, 4420.0, 4420.0, 4429.0, 4418.0, 4449.0, 4431.0, 4420.0, 4442.0, 4432.0, 4441.0, 4432.0, 4453.0, 4443.0, 4423.0, 4454.0, 4454.0, 4465.0, 4453.0, 4475.0, 4454.0, 4462.0, 4452.0, 4442.0, 4453.0, 4465.0, 4466.0, 4466.0, 4486.0, 4468.0, 4475.0, 4467.0, 4465.0, 4454.0, 4455.0, 4466.0, 4479.0, 4469.0, 4499.0, 4461.0, 4472.0, 4472.0, 4471.0, 4470.0, 4481.0, 4469.0, 4497.0, 4448.0, 4478.0, 4447.0, 4487.0, 4458.0, 4475.0, 4457.0, 4474.0, 4455.0, 4463.0, 4454.0, 4441.0, 4482.0, 4431.0, 4461.0, 4431.0, 4456.0, 4431.0, 4443.0, 4463.0, 4444.0, 4473.0, 4444.0, 4444.0, 4467.0, 4444.0, 4484.0, 4445.0, 4472.0, 4443.0, 4463.0, 4454.0, 4443.0, 4455.0, 4433.0, 4465.0, 4458.0, 4478.0, 4454.0, 4459.0, 4470.0, 4459.0, 4478.0, 4459.0, 4479.0, 4447.0, 4458.0, 4491.0, 4449.0, 4476.0, 4457.0, 4477.0, 4458.0, 4474.0, 4485.0, 4442.0, 4483.0, 4441.0, 4481.0, 4439.0, 4469.0, 4440.0, 4428.0, 4440.0, 4430.0, 4459.0, 4451.0, 4434.0, 4463.0, 4468.0, 4476.0, 4466.0, 4444.0, 4464.0, 4443.0, 4463.0, 4453.0, 4464.0, 4445.0, 4478.0, 4454.0, 4475.0, 4465.0, 4451.0, 4454.0, 4453.0, 4451.0, 4440.0, 4460.0, 4440.0, 4471.0, 4441.0, 4460.0, 4453.0, 4454.0, 4454.0, 4456.0, 4467.0, 4480.0, 4450.0, 4481.0, 4477.0, 4494.0, 4491.0, 4482.0, 4485.0, 4483.0, 4484.0, 4469.0, 4479.0, 4463.0, 4479.0, 4458.0, 4487.0, 4455.0, 4485.0, 4472.0, 4464.0, 4464.0, 4457.0, 4454.0, 4453.0, 4485.0, 4469.0, 4452.0, 4466.0, 4455.0, 4477.0, 4458.0, 4466.0, 4467.0, 4446.0, 4476.0, 4465.0, 4475.0, 4454.0, 4486.0, 4472.0, 4463.0, 4453.0, 4441.0, 4453.0, 4440.0, 4461.0, 4454.0, 4472.0, 4443.0, 4461.0, 4452.0, 4452.0, 4462.0, 4465.0, 4485.0, 4454.0, 4453.0, 4454.0, 4435.0, 4465.0, 4457.0, 4465.0, 4454.0, 4474.0, 4467.0, 4465.0, 4456.0, 4464.0, 4452.0, 4451.0, 4452.0, 4452.0, 4453.0, 4465.0, 4466.0, 4435.0, 4457.0, 4447.0, 4480.0, 4472.0, 4481.0, 4484.0, 4462.0, 4482.0, 4451.0, 4495.0, 4461.0, 4492.0, 4468.0, 4481.0, 4500.0, 4479.0, 4486.0, 4478.0, 4465.0, 4465.0, 4445.0, 4465.0, 4457.0, 4478.0, 4458.0, 4467.0, 4467.0, 4478.0, 4468.0, 4480.0, 4491.0, 4458.0, 4480.0, 4461.0, 4480.0, 4460.0, 4480.0, 4486.0, 4491.0, 4481.0, 4469.0, 4482.0, 4460.0, 4480.0, 4471.0, 4481.0, 4495.0, 4513.0, 4503.0, 4512.0, 4492.0, 4500.0, 4481.0, 4479.0, 4478.0, 4467.0, 4478.0, 4477.0, 4487.0, 4478.0, 4487.0, 4466.0, 4452.0, 4476.0, 4464.0, 4483.0, 4463.0, 4454.0, 4469.0, 4450.0, 4473.0, 4452.0, 4462.0, 4463.0, 4451.0, 4462.0, 4454.0, 4464.0, 4464.0, 4482.0, 4470.0, 4463.0, 4474.0, 4451.0, 4462.0, 4433.0, 4475.0, 4433.0, 4474.0, 4453.0, 4475.0, 4465.0, 4474.0, 4476.0, 4482.0, 4466.0, 4465.0, 4476.0, 4445.0, 4477.0, 4460.0, 4488.0, 4467.0, 4486.0, 4477.0, 4477.0, 4477.0, 4479.0, 4477.0, 4479.0, 4478.0, 4446.0, 4477.0, 4474.0, 4477.0, 4479.0, 4476.0, 4488.0, 4456.0, 4477.0, 4456.0, 4488.0, 4477.0, 4476.0, 4476.0, 4487.0, 4465.0, 4463.0, 4464.0, 4442.0, 4461.0, 4450.0, 4480.0, 4451.0, 4458.0, 4437.0, 4437.0, 4457.0, 4447.0, 4446.0, 4447.0, 4437.0, 4448.0, 4460.0, 4458.0, 4448.0, 4438.0, 4448.0, 4451.0, 4462.0, 4473.0, 4450.0, 4474.0, 4465.0, 4463.0, 4463.0, 4453.0, 4477.0, 4438.0, 4487.0, 4491.0, 4489.0, 4481.0, 4468.0, 4479.0, 4449.0, 4491.0, 4470.0, 4490.0, 4481.0, 4490.0, 4481.0, 4488.0, 4466.0, 4488.0, 4477.0, 4474.0, 4475.0, 4476.0, 4476.0, 4464.0, 4464.0, 4438.0, 4474.0, 4477.0, 4486.0, 4487.0, 4488.0, 4489.0, 4448.0, 4479.0, 4481.0, 4502.0, 4495.0, 4484.0, 4506.0, 4495.0, 4495.0, 4493.0, 4496.0, 4481.0, 4505.0, 4523.0, 4474.0, 4499.0, 4464.0, 4464.0, 4443.0, 4473.0, 4442.0, 4463.0, 4463.0, 4473.0, 4476.0, 4453.0, 4486.0, 4454.0, 4490.0, 4469.0, 4488.0, 4466.0, 4490.0, 4436.0, 4488.0, 4445.0, 4476.0, 4480.0, 4488.0, 4477.0, 4487.0, 4476.0, 4487.0, 4477.0, 4486.0, 4474.0, 4464.0, 4474.0, 4441.0, 4463.0, 4452.0, 4474.0, 4422.0, 4484.0, 4455.0, 4486.0, 4476.0, 4475.0, 4476.0, 4474.0, 4475.0, 4465.0, 4488.0, 4456.0, 4486.0, 4448.0, 4491.0, 4462.0, 4501.0, 4482.0, 4516.0, 4504.0, 4503.0, 4503.0, 4504.0, 4505.0, 4483.0, 4492.0, 4460.0, 4490.0, 4470.0, 4502.0, 4491.0, 4492.0, 4481.0, 4489.0, 4479.0, 4466.0, 4478.0, 4455.0, 4477.0, 4475.0, 4471.0, 4460.0, 4461.0, 4439.0, 4472.0, 4450.0, 4469.0, 4459.0, 4469.0, 4448.0, 4456.0, 4459.0, 4438.0, 4458.0, 4429.0, 4461.0, 4460.0, 4459.0, 4459.0, 4464.0, 4485.0, 4435.0, 4481.0, 4484.0, 4475.0, 4478.0, 4478.0, 4490.0, 4489.0, 4477.0, 4478.0, 4489.0, 4467.0, 4489.0, 4473.0, 4486.0, 4455.0, 4476.0, 4464.0, 4476.0, 4478.0, 4475.0, 4475.0, 4474.0, 4473.0, 4460.0, 4462.0, 4462.0, 4464.0, 4459.0, 4465.0, 4453.0, 4473.0, 4453.0, 4472.0, 4473.0, 4456.0, 4475.0, 4446.0, 4488.0, 4481.0, 4500.0, 4490.0, 4489.0, 4491.0, 4490.0, 4492.0, 4489.0, 4489.0, 4488.0, 4475.0, 4477.0, 4477.0, 4474.0, 4475.0, 4462.0, 4478.0, 4466.0, 4482.0, 4465.0, 4476.0, 4478.0, 4478.0, 4502.0, 4471.0, 4491.0, 4471.0, 4493.0, 4495.0, 4506.0, 4507.0, 4493.0, 4492.0, 4482.0, 4509.0, 4478.0, 4488.0, 4490.0, 4469.0, 4500.0, 4492.0, 4489.0, 4490.0, 4477.0, 4501.0, 4479.0, 4507.0, 4476.0, 4444.0, 4474.0, 4461.0, 4484.0, 4463.0, 4458.0, 4450.0, 4452.0, 4461.0, 4448.0, 4456.0, 4448.0, 4429.0, 4447.0, 4458.0, 4428.0, 4471.0, 4453.0, 4474.0, 4479.0, 4480.0, 4490.0, 4481.0, 4491.0, 4492.0, 4484.0, 4493.0, 4488.0, 4465.0, 4476.0, 4475.0, 4452.0, 4463.0, 4422.0, 4474.0, 4474.0, 4486.0, 4490.0, 4458.0, 4491.0, 4482.0, 4482.0, 4515.0, 4493.0, 4503.0, 4502.0, 4492.0, 4488.0, 4467.0, 4465.0, 4483.0, 4464.0, 4478.0, 4463.0, 4490.0, 4456.0, 4477.0, 4458.0, 4476.0], 'WindowWidth': [9909.0, 9841.0, 9740.0, 9652.0, 9722.0, 9639.0, 9742.0, 9734.0, 9712.0, 9699.0, 9689.0, 9629.0, 9705.0, 9775.0, 9739.0, 9802.0, 9850.0, 9810.0, 9823.0, 9832.0, 9798.0, 9723.0, 9698.0, 9688.0, 9658.0, 9613.0, 9648.0, 9679.0, 9612.0, 9619.0, 9633.0, 9613.0, 9643.0, 9634.0, 9659.0, 9703.0, 9683.0, 9689.0, 9749.0, 9713.0, 9709.0, 9726.0, 9732.0, 9763.0, 9730.0, 9762.0, 9762.0, 9754.0, 9785.0, 9780.0, 9807.0, 9786.0, 9795.0, 9805.0, 9775.0, 9816.0, 9792.0, 9820.0, 9795.0, 9820.0, 9804.0, 9816.0, 9811.0, 9836.0, 9811.0, 9818.0, 9824.0, 9805.0, 9822.0, 9780.0, 9834.0, 9815.0, 9826.0, 9829.0, 9837.0, 9847.0, 9802.0, 9834.0, 9817.0, 9843.0, 9829.0, 9843.0, 9830.0, 9839.0, 9814.0, 9805.0, 9825.0, 9790.0, 9836.0, 9807.0, 9837.0, 9803.0, 9828.0, 9790.0, 9825.0, 9786.0, 9792.0, 9784.0, 9777.0, 9793.0, 9789.0, 9792.0, 9770.0, 9809.0, 9767.0, 9805.0, 9784.0, 9782.0, 9783.0, 9771.0, 9807.0, 9810.0, 9818.0, 9833.0, 9803.0, 9820.0, 9801.0, 9817.0, 9820.0, 9829.0, 9816.0, 9826.0, 9877.0, 9873.0, 9773.0, 9796.0, 9715.0, 9697.0, 9658.0, 9690.0, 9689.0, 9698.0, 9741.0, 9710.0, 9860.0, 9793.0, 9827.0, 9810.0, 9808.0, 9807.0, 9791.0, 9827.0, 9793.0, 9768.0, 9813.0, 9774.0, 9796.0, 9816.0, 9806.0, 9824.0, 9775.0, 9746.0, 9786.0, 9745.0, 9802.0, 9755.0, 9807.0, 9772.0, 9753.0, 9767.0, 9764.0, 9787.0, 9766.0, 9816.0, 9789.0, 9806.0, 9786.0, 9773.0, 9806.0, 9762.0, 9837.0, 9791.0, 9813.0, 9805.0, 9799.0, 9789.0, 9792.0, 9821.0, 9792.0, 9830.0, 9803.0, 9826.0, 9804.0, 9814.0, 9788.0, 9775.0, 9808.0, 9808.0, 9804.0, 9803.0, 9827.0, 9824.0, 9823.0, 9808.0, 9780.0, 9809.0, 9805.0, 9806.0, 9806.0, 9822.0, 9826.0, 9838.0, 9829.0, 9815.0, 9813.0, 9795.0, 9850.0, 9824.0, 9837.0, 9825.0, 9825.0, 9811.0, 9807.0, 9806.0, 9823.0, 9826.0, 9831.0, 9823.0, 9811.0, 9825.0, 9810.0, 9809.0, 9836.0, 9825.0, 9837.0, 9812.0, 9826.0, 9810.0, 9791.0, 9831.0, 9804.0, 9836.0, 9809.0, 9821.0, 9827.0, 9827.0, 9837.0, 9827.0, 9863.0, 9807.0, 9814.0, 9874.0, 9768.0, 9835.0, 9806.0, 9790.0, 9781.0, 9782.0, 9829.0, 9809.0, 9812.0, 9786.0, 9802.0, 9804.0, 9806.0, 9826.0, 9828.0, 9812.0, 9814.0, 9814.0, 9852.0, 9814.0, 9810.0, 9794.0, 9821.0, 9821.0, 9826.0, 9824.0, 9814.0, 9826.0, 9819.0, 9822.0, 9846.0, 9841.0, 9849.0, 9840.0, 9864.0, 9857.0, 9862.0, 9839.0, 9872.0, 9830.0, 9857.0, 9834.0, 9838.0, 9814.0, 9833.0, 9810.0, 9805.0, 9793.0, 9811.0, 9826.0, 9829.0, 9877.0, 9823.0, 9819.0, 9815.0, 9823.0, 9848.0, 9836.0, 9879.0, 9837.0, 9814.0, 9828.0, 9810.0, 9868.0, 9827.0, 9879.0, 9830.0, 9830.0, 9815.0, 9813.0, 9829.0, 9807.0, 9859.0, 9811.0, 9853.0, 9778.0, 9782.0, 9768.0, 9772.0, 9801.0, 9778.0, 9887.0, 9815.0, 9782.0, 9795.0, 9799.0, 9841.0, 9806.0, 9803.0, 9806.0, 9795.0, 9820.0, 9795.0, 9828.0, 9804.0, 9827.0, 9802.0, 9795.0, 9799.0, 9780.0, 9791.0, 9772.0, 9813.0, 9773.0, 9813.0, 9790.0, 9788.0, 9774.0, 9774.0, 9771.0, 9758.0, 9814.0, 9777.0, 9786.0, 9779.0, 9797.0, 9779.0, 9781.0, 9824.0, 9785.0, 9807.0, 9786.0, 9787.0, 9787.0, 9800.0, 9802.0, 9793.0, 9850.0, 9823.0, 9796.0, 9781.0, 9704.0, 9692.0, 9679.0, 9736.0, 9717.0, 9717.0, 9724.0, 9725.0, 9743.0, 9729.0, 9756.0, 9741.0, 9785.0, 9750.0, 9753.0, 9728.0, 9737.0, 9738.0, 9729.0, 9753.0, 9740.0, 9789.0, 9749.0, 9780.0, 9746.0, 9747.0, 9756.0, 9741.0, 9785.0, 9765.0, 9750.0, 9783.0, 9769.0, 9780.0, 9768.0, 9796.0, 9786.0, 9759.0, 9802.0, 9800.0, 9815.0, 9799.0, 9828.0, 9799.0, 9809.0, 9795.0, 9781.0, 9800.0, 9817.0, 9821.0, 9821.0, 9847.0, 9824.0, 9831.0, 9823.0, 9817.0, 9802.0, 9804.0, 9821.0, 9843.0, 9831.0, 9879.0, 9826.0, 9841.0, 9840.0, 9837.0, 9834.0, 9852.0, 9833.0, 9873.0, 9801.0, 9841.0, 9797.0, 9850.0, 9812.0, 9831.0, 9809.0, 9831.0, 9803.0, 9813.0, 9800.0, 9779.0, 9838.0, 9767.0, 9806.0, 9767.0, 9800.0, 9769.0, 9788.0, 9814.0, 9789.0, 9826.0, 9787.0, 9786.0, 9823.0, 9788.0, 9842.0, 9790.0, 9824.0, 9786.0, 9810.0, 9802.0, 9786.0, 9802.0, 9772.0, 9819.0, 9816.0, 9841.0, 9813.0, 9817.0, 9833.0, 9816.0, 9841.0, 9817.0, 9843.0, 9799.0, 9815.0, 9864.0, 9802.0, 9836.0, 9811.0, 9838.0, 9813.0, 9829.0, 9847.0, 9780.0, 9837.0, 9776.0, 9832.0, 9772.0, 9815.0, 9774.0, 9756.0, 9774.0, 9761.0, 9800.0, 9792.0, 9773.0, 9813.0, 9829.0, 9837.0, 9820.0, 9788.0, 9815.0, 9786.0, 9813.0, 9798.0, 9815.0, 9791.0, 9834.0, 9801.0, 9828.0, 9816.0, 9791.0, 9799.0, 9796.0, 9791.0, 9774.0, 9802.0, 9772.0, 9818.0, 9777.0, 9803.0, 9799.0, 9801.0, 9801.0, 9809.0, 9823.0, 9848.0, 9806.0, 9849.0, 9846.0, 9872.0, 9871.0, 9853.0, 9859.0, 9854.0, 9854.0, 9829.0, 9841.0, 9820.0, 9842.0, 9812.0, 9849.0, 9803.0, 9846.0, 9830.0, 9813.0, 9814.0, 9809.0, 9801.0, 9799.0, 9846.0, 9828.0, 9805.0, 9820.0, 9803.0, 9836.0, 9813.0, 9819.0, 9823.0, 9793.0, 9832.0, 9814.0, 9830.0, 9800.0, 9846.0, 9828.0, 9810.0, 9796.0, 9777.0, 9794.0, 9774.0, 9804.0, 9798.0, 9822.0, 9782.0, 9805.0, 9792.0, 9793.0, 9805.0, 9815.0, 9842.0, 9801.0, 9796.0, 9798.0, 9773.0, 9817.0, 9804.0, 9817.0, 9796.0, 9825.0, 9821.0, 9815.0, 9801.0, 9812.0, 9793.0, 9791.0, 9792.0, 9793.0, 9797.0, 9818.0, 9820.0, 9777.0, 9809.0, 9798.0, 9844.0, 9836.0, 9848.0, 9857.0, 9824.0, 9850.0, 9808.0, 9869.0, 9819.0, 9862.0, 9826.0, 9847.0, 9874.0, 9840.0, 9847.0, 9837.0, 9816.0, 9814.0, 9787.0, 9815.0, 9808.0, 9839.0, 9811.0, 9823.0, 9822.0, 9838.0, 9825.0, 9842.0, 9860.0, 9812.0, 9844.0, 9821.0, 9845.0, 9817.0, 9844.0, 9854.0, 9860.0, 9845.0, 9827.0, 9848.0, 9819.0, 9845.0, 9834.0, 9848.0, 9875.0, 9896.0, 9878.0, 9891.0, 9862.0, 9871.0, 9845.0, 9842.0, 9838.0, 9820.0, 9837.0, 9833.0, 9848.0, 9837.0, 9850.0, 9820.0, 9801.0, 9832.0, 9810.0, 9837.0, 9807.0, 9799.0, 9821.0, 9795.0, 9823.0, 9794.0, 9806.0, 9809.0, 9791.0, 9804.0, 9798.0, 9812.0, 9811.0, 9835.0, 9822.0, 9808.0, 9825.0, 9790.0, 9803.0, 9771.0, 9827.0, 9769.0, 9824.0, 9794.0, 9827.0, 9813.0, 9826.0, 9830.0, 9842.0, 9819.0, 9815.0, 9832.0, 9789.0, 9834.0, 9817.0, 9851.0, 9822.0, 9850.0, 9834.0, 9833.0, 9833.0, 9838.0, 9833.0, 9840.0, 9836.0, 9791.0, 9835.0, 9833.0, 9836.0, 9838.0, 9834.0, 9851.0, 9806.0, 9834.0, 9805.0, 9851.0, 9833.0, 9833.0, 9830.0, 9848.0, 9813.0, 9808.0, 9810.0, 9775.0, 9803.0, 9785.0, 9829.0, 9789.0, 9795.0, 9766.0, 9762.0, 9790.0, 9775.0, 9775.0, 9778.0, 9763.0, 9783.0, 9801.0, 9796.0, 9780.0, 9765.0, 9781.0, 9787.0, 9807.0, 9821.0, 9788.0, 9825.0, 9815.0, 9809.0, 9810.0, 9797.0, 9834.0, 9785.0, 9847.0, 9858.0, 9854.0, 9848.0, 9826.0, 9840.0, 9799.0, 9858.0, 9828.0, 9856.0, 9845.0, 9858.0, 9840.0, 9851.0, 9816.0, 9851.0, 9833.0, 9825.0, 9827.0, 9833.0, 9831.0, 9812.0, 9809.0, 9776.0, 9824.0, 9833.0, 9844.0, 9848.0, 9850.0, 9854.0, 9799.0, 9842.0, 9847.0, 9876.0, 9870.0, 9856.0, 9885.0, 9872.0, 9869.0, 9865.0, 9866.0, 9843.0, 9881.0, 9910.0, 9826.0, 9865.0, 9804.0, 9808.0, 9779.0, 9819.0, 9779.0, 9804.0, 9803.0, 9820.0, 9829.0, 9797.0, 9842.0, 9798.0, 9852.0, 9826.0, 9850.0, 9815.0, 9853.0, 9775.0, 9845.0, 9784.0, 9830.0, 9841.0, 9849.0, 9833.0, 9846.0, 9828.0, 9846.0, 9831.0, 9840.0, 9818.0, 9809.0, 9822.0, 9774.0, 9806.0, 9791.0, 9819.0, 9747.0, 9836.0, 9796.0, 9841.0, 9831.0, 9826.0, 9826.0, 9823.0, 9827.0, 9814.0, 9849.0, 9806.0, 9846.0, 9795.0, 9859.0, 9824.0, 9872.0, 9846.0, 9898.0, 9877.0, 9874.0, 9876.0, 9880.0, 9884.0, 9852.0, 9860.0, 9816.0, 9854.0, 9827.0, 9873.0, 9856.0, 9861.0, 9844.0, 9855.0, 9837.0, 9818.0, 9833.0, 9799.0, 9829.0, 9827.0, 9822.0, 9796.0, 9800.0, 9765.0, 9816.0, 9783.0, 9808.0, 9792.0, 9810.0, 9779.0, 9788.0, 9793.0, 9766.0, 9789.0, 9750.0, 9796.0, 9794.0, 9793.0, 9796.0, 9810.0, 9839.0, 9773.0, 9836.0, 9836.0, 9826.0, 9834.0, 9836.0, 9854.0, 9851.0, 9829.0, 9835.0, 9849.0, 9819.0, 9849.0, 9824.0, 9841.0, 9796.0, 9826.0, 9806.0, 9829.0, 9832.0, 9827.0, 9825.0, 9824.0, 9819.0, 9799.0, 9801.0, 9805.0, 9807.0, 9797.0, 9808.0, 9793.0, 9819.0, 9793.0, 9815.0, 9820.0, 9800.0, 9826.0, 9788.0, 9846.0, 9843.0, 9866.0, 9855.0, 9851.0, 9856.0, 9856.0, 9859.0, 9853.0, 9850.0, 9849.0, 9823.0, 9831.0, 9827.0, 9823.0, 9822.0, 9804.0, 9832.0, 9817.0, 9837.0, 9813.0, 9827.0, 9833.0, 9835.0, 9872.0, 9831.0, 9857.0, 9828.0, 9860.0, 9868.0, 9887.0, 9888.0, 9868.0, 9862.0, 9847.0, 9887.0, 9837.0, 9850.0, 9857.0, 9825.0, 9873.0, 9863.0, 9853.0, 9852.0, 9832.0, 9873.0, 9839.0, 9877.0, 9830.0, 9782.0, 9823.0, 9799.0, 9838.0, 9805.0, 9793.0, 9781.0, 9783.0, 9797.0, 9775.0, 9787.0, 9775.0, 9754.0, 9776.0, 9791.0, 9752.0, 9813.0, 9791.0, 9823.0, 9833.0, 9841.0, 9855.0, 9842.0, 9855.0, 9856.0, 9850.0, 9859.0, 9847.0, 9810.0, 9829.0, 9825.0, 9789.0, 9803.0, 9747.0, 9821.0, 9822.0, 9842.0, 9856.0, 9812.0, 9857.0, 9847.0, 9847.0, 9895.0, 9862.0, 9875.0, 9874.0, 9858.0, 9848.0, 9815.0, 9811.0, 9838.0, 9810.0, 9833.0, 9807.0, 9850.0, 9800.0, 9826.0, 9804.0, 9827.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.009222507042253521</td></tr>
<tr><td colspan=3>aqi</td><td>0.10916720629107982</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.366650495319504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1576723177537571</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0325266260996249</td></tr>
<tr><td colspan=3>efc</td><td>0.5488</td></tr>
<tr><td colspan=3>fber</td><td>2390.0422</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1781029944962986</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>196</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.4037558685446</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.596787930293558</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4560266687164884</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8735110223992493</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.460826099764937</td></tr>
<tr><td colspan=3>gcor</td><td>0.00959034</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018809227272868156</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06751890480518341</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1065</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>4.789141819780388</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.4242</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>79.4661</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>276.771</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1233.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>463.2037</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8521</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.1083</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.195</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>775.7089</td></tr>
<tr><td colspan=3>tsnr</td><td>19.977114984299988</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>