<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-03/func/sub-0040_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>c09ab8ea33b293d6d9c92dc8c0710af4</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>10:17:32.145000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997982, 0.0631513, 0.00656355, -0.0626129, 0.996038, -0.0631531]</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.0824166</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7723, -7212, 542, 51, -24, -14, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eeecdb4c-a5c6-4999-a7a2-8459987d2da8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677513837814331, -0.16798582673072815, 0.028419507667422295, 126.04483032226562], [-0.16943031549453735, 2.6722965240478516, -0.169059619307518, -88.303955078125], [0.017609531059861183, 0.1694350391626358, 2.694552183151245, -57.42823791503906], [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': ['101732.145000', '101732.605000', '101733.065000', '101733.525000', '101733.985000', '101734.445000', '101734.905000', '101735.365000', '101735.825000', '101736.285000', '101736.745000', '101737.205000', '101737.665000', '101738.125000', '101738.585000', '101739.045000', '101739.505000', '101739.965000', '101740.425000', '101740.885000', '101741.345000', '101741.805000', '101742.265000', '101742.725000', '101743.185000', '101743.645000', '101744.105000', '101744.565000', '101745.025000', '101745.485000', '101745.945000', '101746.405000', '101746.865000', '101747.325000', '101747.785000', '101748.245000', '101748.705000', '101749.165000', '101749.625000', '101750.085000', '101750.545000', '101751.005000', '101751.465000', '101751.925000', '101752.385000', '101752.845000', '101753.305000', '101753.765000', '101754.225000', '101754.685000', '101755.145000', '101755.605000', '101756.065000', '101756.525000', '101756.985000', '101757.445000', '101757.905000', '101758.365000', '101758.825000', '101759.285000', '101759.745000', '101800.205000', '101800.665000', '101801.125000', '101801.585000', '101802.045000', '101802.505000', '101802.965000', '101803.425000', '101803.885000', '101804.345000', '101804.805000', '101805.265000', '101805.725000', '101806.185000', '101806.645000', '101807.105000', '101807.565000', '101808.025000', '101808.485000', '101808.945000', '101809.405000', '101809.865000', '101810.325000', '101810.785000', '101811.245000', '101811.705000', '101812.165000', '101812.625000', '101813.085000', '101813.545000', '101814.005000', '101814.465000', '101814.925000', '101815.385000', '101815.845000', '101816.305000', '101816.765000', '101817.225000', '101817.685000', '101818.145000', '101818.605000', '101819.065000', '101819.525000', '101819.985000', '101820.445000', '101820.905000', '101821.365000', '101821.825000', '101822.285000', '101822.745000', '101823.205000', '101823.665000', '101824.125000', '101824.585000', '101825.045000', '101825.505000', '101825.965000', '101826.425000', '101826.885000', '101827.345000', '101827.805000', '101828.265000', '101828.725000', '101829.185000', '101829.645000', '101830.105000', '101830.565000', '101831.025000', '101831.485000', '101831.945000', '101832.405000', '101832.865000', '101833.325000', '101833.785000', '101834.245000', '101834.705000', '101835.165000', '101835.625000', '101836.085000', '101836.545000', '101837.005000', '101837.465000', '101837.925000', '101838.385000', '101838.845000', '101839.305000', '101839.765000', '101840.225000', '101840.685000', '101841.145000', '101841.605000', '101842.065000', '101842.525000', '101842.985000', '101843.445000', '101843.905000', '101844.365000', '101844.825000', '101845.285000', '101845.745000', '101846.205000', '101846.665000', '101847.125000', '101847.585000', '101848.045000', '101848.505000', '101848.965000', '101849.425000', '101849.885000', '101850.345000', '101850.805000', '101851.265000', '101851.725000', '101852.185000', '101852.645000', '101853.105000', '101853.565000', '101854.025000', '101854.485000', '101854.945000', '101855.405000', '101855.865000', '101856.325000', '101856.785000', '101857.245000', '101857.705000', '101858.165000', '101858.625000', '101859.085000', '101859.545000', '101900.005000', '101900.465000', '101900.925000', '101901.385000', '101901.845000', '101902.305000', '101902.765000', '101903.225000', '101903.685000', '101904.145000', '101904.605000', '101905.065000', '101905.525000', '101905.985000', '101906.445000', '101906.905000', '101907.365000', '101907.825000', '101908.285000', '101908.745000', '101909.205000', '101909.665000', '101910.125000', '101910.585000', '101911.045000', '101911.505000', '101911.965000', '101912.425000', '101912.885000', '101913.345000', '101913.805000', '101914.265000', '101914.725000', '101915.185000', '101915.645000', '101916.105000', '101916.565000', '101917.025000', '101917.485000', '101917.945000', '101918.405000', '101918.865000', '101919.325000', '101919.785000', '101920.245000', '101920.705000', '101921.165000', '101921.625000', '101922.085000', '101922.545000', '101923.005000', '101923.465000', '101923.925000', '101924.385000', '101924.845000', '101925.305000', '101925.765000', '101926.225000', '101926.685000', '101927.145000', '101927.605000', '101928.065000', '101928.525000', '101928.985000', '101929.445000', '101929.905000', '101930.365000', '101930.825000', '101931.285000', '101931.745000', '101932.205000', '101932.665000', '101933.125000', '101933.585000', '101934.045000', '101934.505000', '101934.965000', '101935.425000', '101935.885000', '101936.345000', '101936.805000', '101937.265000', '101937.725000', '101938.185000', '101938.645000', '101939.105000', '101939.565000', '101940.025000', '101940.485000', '101940.945000', '101941.405000', '101941.865000', '101942.325000', '101942.785000', '101943.245000', '101943.705000', '101944.165000', '101944.625000', '101945.085000', '101945.545000', '101946.005000', '101946.465000', '101946.925000', '101947.385000', '101947.845000', '101948.305000', '101948.765000', '101949.225000', '101949.685000', '101950.145000', '101950.605000', '101951.065000', '101951.525000', '101951.985000', '101952.445000', '101952.905000', '101953.365000', '101953.825000', '101954.285000', '101954.745000', '101955.205000', '101955.665000', '101956.125000', '101956.585000', '101957.045000', '101957.505000', '101957.965000', '101958.425000', '101958.885000', '101959.345000', '101959.805000', '102000.265000', '102000.725000', '102001.185000', '102001.645000', '102002.105000', '102002.565000', '102003.025000', '102003.485000', '102003.945000', '102004.405000', '102004.865000', '102005.325000', '102005.785000', '102006.245000', '102006.705000', '102007.165000', '102007.625000', '102008.085000', '102008.545000', '102009.005000', '102009.465000', '102009.925000', '102010.385000', '102010.845000', '102011.305000', '102011.765000', '102012.225000', '102012.685000', '102013.145000', '102013.605000', '102014.065000', '102014.525000', '102014.985000', '102015.445000', '102015.905000', '102016.365000', '102016.825000', '102017.285000', '102017.745000', '102018.205000', '102018.665000', '102019.125000', '102019.585000', '102020.045000', '102020.505000', '102020.965000', '102021.425000', '102021.885000', '102022.345000', '102022.805000', '102023.265000', '102023.725000', '102024.185000', '102024.645000', '102025.105000', '102025.565000', '102026.025000', '102026.485000', '102026.945000', '102027.405000', '102027.865000', '102028.325000', '102028.785000', '102029.245000', '102029.705000', '102030.165000', '102030.625000', '102031.085000', '102031.545000', '102032.005000', '102032.465000', '102032.925000', '102033.385000', '102033.845000', '102034.305000', '102034.765000', '102035.225000', '102035.685000', '102036.145000', '102036.605000', '102037.065000', '102037.525000', '102037.985000', '102038.445000', '102038.905000', '102039.365000', '102039.825000', '102040.285000', '102040.745000', '102041.205000', '102041.665000', '102042.125000', '102042.585000', '102043.045000', '102043.505000', '102043.965000', '102044.425000', '102044.885000', '102045.345000', '102045.805000', '102046.265000', '102046.725000', '102047.185000', '102047.645000', '102048.105000', '102048.565000', '102049.025000', '102049.485000', '102049.945000', '102050.405000', '102050.865000', '102051.325000', '102051.785000', '102052.245000', '102052.705000', '102053.165000', '102053.625000', '102054.085000', '102054.545000', '102055.005000', '102055.465000', '102055.925000', '102056.385000', '102056.845000', '102057.305000', '102057.765000', '102058.225000', '102058.685000', '102059.145000', '102059.605000', '102100.065000', '102100.525000', '102100.985000', '102101.445000', '102101.905000', '102102.365000', '102102.825000', '102103.285000', '102103.745000', '102104.205000', '102104.665000', '102105.125000', '102105.585000', '102106.045000', '102106.505000', '102106.965000', '102107.425000', '102107.885000', '102108.345000', '102108.805000', '102109.265000', '102109.725000', '102110.185000', '102110.645000', '102111.105000', '102111.565000', '102112.025000', '102112.485000', '102112.945000', '102113.405000', '102113.865000', '102114.325000', '102114.785000', '102115.245000', '102115.705000', '102116.165000', '102116.625000', '102117.085000', '102117.545000', '102118.005000', '102118.465000', '102118.925000', '102119.385000', '102119.845000', '102120.305000', '102120.765000', '102121.225000', '102121.685000', '102122.145000', '102122.605000', '102123.065000', '102123.525000', '102123.985000', '102124.445000', '102124.905000', '102125.365000', '102125.825000', '102126.285000', '102126.745000', '102127.205000', '102127.665000', '102128.125000', '102128.585000', '102129.045000', '102129.505000', '102129.965000', '102130.425000', '102130.885000', '102131.345000', '102131.805000', '102132.265000', '102132.725000', '102133.185000', '102133.645000', '102134.105000', '102134.565000', '102135.025000', '102135.485000', '102135.945000', '102136.405000', '102136.865000', '102137.325000', '102137.785000', '102138.245000', '102138.705000', '102139.165000', '102139.625000', '102140.085000', '102140.545000', '102141.005000', '102141.465000', '102141.925000', '102142.385000', '102142.845000', '102143.305000', '102143.765000', '102144.225000', '102144.685000', '102145.145000', '102145.605000', '102146.065000', '102146.525000', '102146.985000', '102147.445000', '102147.905000', '102148.365000', '102148.825000', '102149.285000', '102149.745000', '102150.205000', '102150.665000', '102151.125000', '102151.585000', '102152.045000', '102152.505000', '102152.965000', '102153.425000', '102153.885000', '102154.345000', '102154.805000', '102155.265000', '102155.725000', '102156.185000', '102156.645000', '102157.105000', '102157.565000', '102158.025000', '102158.485000', '102158.945000', '102159.405000', '102159.865000', '102200.325000', '102200.785000', '102201.245000', '102201.705000', '102202.165000', '102202.625000', '102203.085000', '102203.545000', '102204.005000', '102204.465000', '102204.925000', '102205.385000', '102205.845000', '102206.305000', '102206.765000', '102207.225000', '102207.685000', '102208.145000', '102208.605000', '102209.065000', '102209.525000', '102209.985000', '102210.445000', '102210.905000', '102211.365000', '102211.825000', '102212.285000', '102212.745000', '102213.205000', '102213.665000', '102214.125000', '102214.585000', '102215.045000', '102215.505000', '102215.965000', '102216.425000', '102216.885000', '102217.345000', '102217.805000', '102218.265000', '102218.725000', '102219.185000', '102219.645000', '102220.105000', '102220.565000', '102221.025000', '102221.485000', '102221.945000', '102222.405000', '102222.865000', '102223.325000', '102223.785000', '102224.245000', '102224.705000', '102225.165000', '102225.625000', '102226.085000', '102226.545000', '102227.005000', '102227.465000', '102227.925000', '102228.385000', '102228.845000', '102229.305000', '102229.765000', '102230.225000', '102230.685000', '102231.145000', '102231.605000', '102232.065000', '102232.525000', '102232.985000', '102233.445000', '102233.905000', '102234.365000', '102234.825000', '102235.285000', '102235.745000', '102236.205000', '102236.665000', '102237.125000', '102237.585000', '102238.045000', '102238.505000', '102238.965000', '102239.425000', '102239.885000', '102240.345000', '102240.805000', '102241.265000', '102241.725000', '102242.185000', '102242.645000', '102243.105000', '102243.565000', '102244.025000', '102244.485000', '102244.945000', '102245.405000', '102245.865000', '102246.325000', '102246.785000', '102247.245000', '102247.705000', '102248.165000', '102248.625000', '102249.085000', '102249.545000', '102250.005000', '102250.465000', '102250.925000', '102251.385000', '102251.845000', '102252.305000', '102252.765000', '102253.225000', '102253.685000', '102254.145000', '102254.605000', '102255.065000', '102255.525000', '102255.985000', '102256.445000', '102256.905000', '102257.365000', '102257.825000', '102258.285000', '102258.745000', '102259.205000', '102259.665000', '102300.125000', '102300.585000', '102301.045000', '102301.505000', '102301.965000', '102302.425000', '102302.885000', '102303.345000', '102303.805000', '102304.265000', '102304.725000', '102305.185000', '102305.645000', '102306.105000', '102306.565000', '102307.025000', '102307.485000', '102307.945000', '102308.405000', '102308.865000', '102309.325000', '102309.785000', '102310.245000', '102310.705000', '102311.165000', '102311.625000', '102312.085000', '102312.545000', '102313.005000', '102313.465000', '102313.925000', '102314.385000', '102314.845000', '102315.305000', '102315.765000', '102316.225000', '102316.685000', '102317.145000', '102317.605000', '102318.065000', '102318.525000', '102318.985000', '102319.445000', '102319.905000', '102320.365000', '102320.825000', '102321.285000', '102321.745000', '102322.205000', '102322.665000', '102323.125000', '102323.585000', '102324.045000', '102324.505000', '102324.965000', '102325.425000', '102325.885000', '102326.345000', '102326.805000', '102327.265000', '102327.725000', '102328.185000', '102328.645000', '102329.105000', '102329.565000', '102330.025000', '102330.485000', '102330.945000', '102331.405000', '102331.865000', '102332.325000', '102332.785000', '102333.245000', '102333.705000', '102334.165000', '102334.625000', '102335.085000', '102335.545000', '102336.005000', '102336.465000', '102336.925000', '102337.385000', '102337.845000', '102338.305000', '102338.765000', '102339.225000', '102339.685000', '102340.145000', '102340.605000', '102341.065000', '102341.525000', '102341.985000', '102342.445000', '102342.905000', '102343.365000', '102343.825000', '102344.285000', '102344.745000', '102345.205000', '102345.665000', '102346.125000', '102346.585000', '102347.045000', '102347.505000', '102347.965000', '102348.425000', '102348.885000', '102349.345000', '102349.805000', '102350.265000', '102350.725000', '102351.185000', '102351.645000', '102352.105000', '102352.565000', '102353.025000', '102353.485000', '102353.945000', '102354.405000', '102354.865000', '102355.325000', '102355.785000', '102356.245000', '102356.705000', '102357.165000', '102357.625000', '102358.085000', '102358.545000', '102359.005000', '102359.465000', '102359.925000', '102400.385000', '102400.845000', '102401.305000', '102401.765000', '102402.225000', '102402.685000', '102403.145000', '102403.605000', '102404.065000', '102404.525000', '102404.985000', '102405.445000', '102405.905000', '102406.365000', '102406.825000', '102407.285000', '102407.745000', '102408.205000', '102408.665000', '102409.125000', '102409.585000', '102410.045000', '102410.505000', '102410.965000', '102411.425000', '102411.885000', '102412.345000', '102412.805000', '102413.265000', '102413.725000', '102414.185000', '102414.645000', '102415.105000', '102415.565000', '102416.025000', '102416.485000', '102416.945000', '102417.405000', '102417.865000', '102418.325000', '102418.785000', '102419.245000', '102419.705000', '102420.165000', '102420.625000', '102421.085000', '102421.545000', '102422.005000', '102422.465000', '102422.925000', '102423.385000', '102423.845000', '102424.305000', '102424.765000', '102425.225000', '102425.685000', '102426.145000', '102426.605000', '102427.065000', '102427.525000', '102427.985000', '102428.445000', '102428.905000', '102429.365000', '102429.825000', '102430.285000', '102430.745000', '102431.205000', '102431.665000', '102432.125000', '102432.585000', '102433.045000', '102433.505000', '102433.965000', '102434.425000', '102434.885000', '102435.345000', '102435.805000', '102436.265000', '102436.725000', '102437.185000', '102437.645000', '102438.105000', '102438.565000', '102439.025000', '102439.485000', '102439.945000', '102440.405000', '102440.865000', '102441.325000', '102441.785000', '102442.245000', '102442.705000', '102443.165000', '102443.625000', '102444.085000', '102444.545000', '102445.005000', '102445.465000', '102445.925000', '102446.385000', '102446.845000', '102447.305000', '102447.765000', '102448.225000', '102448.685000', '102449.145000', '102449.605000', '102450.065000', '102450.525000', '102450.985000', '102451.445000', '102451.905000', '102452.365000', '102452.825000', '102453.285000', '102453.745000', '102454.205000', '102454.665000', '102455.125000', '102455.585000', '102456.045000', '102456.505000', '102456.965000', '102457.425000', '102457.885000', '102458.345000', '102458.805000', '102459.265000', '102459.725000', '102500.185000', '102500.645000', '102501.105000', '102501.565000', '102502.025000', '102502.485000', '102502.945000', '102503.405000', '102503.865000', '102504.325000', '102504.785000', '102505.245000', '102505.705000', '102506.165000', '102506.625000', '102507.085000', '102507.545000', '102508.005000', '102508.465000', '102508.925000', '102509.385000', '102509.845000', '102510.305000', '102510.765000', '102511.225000', '102511.685000', '102512.145000', '102512.605000', '102513.065000', '102513.525000', '102513.985000', '102514.445000', '102514.905000', '102515.365000', '102515.825000', '102516.285000', '102516.745000', '102517.205000', '102517.665000', '102518.125000', '102518.585000', '102519.045000', '102519.505000', '102519.965000', '102520.425000', '102520.885000', '102521.345000', '102521.805000', '102522.265000', '102522.725000', '102523.185000', '102523.645000', '102524.105000', '102524.565000', '102525.025000', '102525.485000', '102525.945000', '102526.405000', '102526.865000', '102527.325000', '102527.785000', '102528.245000', '102528.705000', '102529.165000', '102529.625000', '102530.085000', '102530.545000', '102531.005000', '102531.465000', '102531.925000', '102532.385000', '102532.845000', '102533.305000', '102533.765000', '102534.225000', '102534.685000', '102535.145000', '102535.605000', '102536.065000', '102536.525000', '102536.985000', '102537.445000', '102537.905000', '102538.365000', '102538.825000', '102539.285000', '102539.745000', '102540.205000', '102540.665000', '102541.125000', '102541.585000'], 'ContentTime': ['101745.780000', '101745.784000', '101745.787000', '101745.790000', '101745.793000', '101745.804000', '101745.807000', '101745.810000', '101745.812000', '101745.815000', '101745.818000', '101745.821000', '101745.824000', '101745.827000', '101745.829000', '101745.832000', '101745.835000', '101745.838000', '101745.841000', '101745.844000', '101745.846000', '101745.849000', '101745.852000', '101745.855000', '101745.858000', '101745.861000', '101745.897000', '101805.742000', '101805.745000', '101805.748000', '101805.751000', '101805.754000', '101805.756000', '101805.759000', '101805.762000', '101805.765000', '101805.768000', '101805.771000', '101805.773000', '101805.776000', '101805.779000', '101805.782000', '101805.785000', '101805.788000', '101805.791000', '101805.794000', '101805.797000', '101805.799000', '101805.802000', '101805.805000', '101805.808000', '101805.811000', '101805.814000', '101805.817000', '101805.819000', '101805.822000', '101805.825000', '101805.828000', '101805.831000', '101805.834000', '101805.836000', '101805.839000', '101805.842000', '101805.845000', '101805.848000', '101805.851000', '101805.854000', '101805.857000', '101805.860000', '101805.863000', '101805.866000', '101825.742000', '101825.745000', '101825.748000', '101825.751000', '101825.753000', '101825.756000', '101825.759000', '101825.762000', '101825.765000', '101825.768000', '101825.771000', '101825.774000', '101825.777000', '101825.780000', '101825.783000', '101825.785000', '101825.788000', '101825.791000', '101825.794000', '101825.797000', '101825.799000', '101825.802000', '101825.805000', '101825.808000', '101825.811000', '101825.813000', '101825.816000', '101825.819000', '101825.822000', '101825.825000', '101825.828000', '101825.830000', '101825.833000', '101825.836000', '101825.839000', '101825.842000', '101825.875000', '101825.878000', '101825.881000', '101825.884000', '101825.886000', '101825.889000', '101825.892000', '101845.743000', '101845.746000', '101845.749000', '101845.752000', '101845.755000', '101845.757000', '101845.760000', '101845.763000', '101845.766000', '101845.769000', '101845.771000', '101845.774000', '101845.777000', '101845.780000', '101845.783000', '101845.786000', '101845.788000', '101845.791000', '101845.794000', '101845.797000', '101845.800000', '101845.802000', '101845.805000', '101845.808000', '101845.811000', '101845.814000', '101845.817000', '101845.819000', '101845.822000', '101845.825000', '101845.828000', '101845.831000', '101845.834000', '101845.836000', '101845.839000', '101845.842000', '101845.845000', '101845.848000', '101845.851000', '101845.853000', '101845.856000', '101845.859000', '101845.862000', '101845.865000', '101905.743000', '101905.746000', '101905.749000', '101905.752000', '101905.754000', '101905.757000', '101905.760000', '101905.763000', '101905.766000', '101905.769000', '101905.771000', '101905.774000', '101905.777000', '101905.780000', '101905.783000', '101905.786000', '101905.788000', '101905.791000', '101905.794000', '101905.797000', '101905.800000', '101905.803000', '101905.806000', '101905.809000', '101905.812000', '101905.814000', '101905.817000', '101905.820000', '101905.823000', '101905.826000', '101905.829000', '101905.831000', '101905.834000', '101905.837000', '101905.840000', '101905.843000', '101905.846000', '101905.849000', '101905.851000', '101905.854000', '101905.857000', '101905.860000', '101905.863000', '101925.743000', '101925.746000', '101925.749000', '101925.752000', '101925.754000', '101925.757000', '101925.760000', '101925.763000', '101925.766000', '101925.769000', '101925.781000', '101925.784000', '101925.787000', '101925.790000', '101925.793000', '101925.795000', '101925.798000', '101925.801000', '101925.804000', '101925.807000', '101925.810000', '101925.812000', '101925.815000', '101925.818000', '101925.821000', '101925.824000', '101925.827000', '101925.829000', '101925.832000', '101925.835000', '101925.838000', '101925.841000', '101925.844000', '101925.846000', '101925.849000', '101925.852000', '101925.855000', '101925.858000', '101925.861000', '101925.863000', '101925.866000', '101925.869000', '101925.878000', '101925.881000', '101945.744000', '101945.747000', '101945.750000', '101945.753000', '101945.756000', '101945.758000', '101945.761000', '101945.764000', '101945.767000', '101945.797000', '101945.800000', '101945.803000', '101945.806000', '101945.809000', '101945.812000', '101945.815000', '101945.818000', '101945.821000', '101945.823000', '101945.826000', '101945.829000', '101945.832000', '101945.835000', '101945.838000', '101945.840000', '101945.843000', '101945.846000', '101945.849000', '101945.852000', '101945.855000', '101945.858000', '101945.860000', '101945.863000', '101945.866000', '101945.869000', '101945.872000', '101945.875000', '101945.878000', '101945.880000', '101945.883000', '101945.886000', '101945.889000', '101945.892000', '102005.743000', '102005.746000', '102005.749000', '102005.752000', '102005.755000', '102005.757000', '102005.760000', '102005.763000', '102005.766000', '102005.789000', '102005.791000', '102005.794000', '102005.797000', '102005.800000', '102005.803000', '102005.806000', '102005.808000', '102005.811000', '102005.814000', '102005.817000', '102005.820000', '102005.823000', '102005.825000', '102005.828000', '102005.831000', '102005.834000', '102005.837000', '102005.840000', '102005.843000', '102005.845000', '102005.848000', '102005.851000', '102005.854000', '102005.857000', '102005.860000', '102005.863000', '102005.865000', '102005.868000', '102005.871000', '102005.874000', '102005.877000', '102005.880000', '102005.883000', '102005.885000', '102025.742000', '102025.745000', '102025.748000', '102025.751000', '102025.754000', '102025.756000', '102025.759000', '102025.762000', '102025.765000', '102025.768000', '102025.828000', '102025.831000', '102025.833000', '102025.844000', '102025.847000', '102025.850000', '102025.853000', '102025.856000', '102025.858000', '102025.861000', '102025.864000', '102025.867000', '102025.870000', '102025.873000', '102025.876000', '102025.878000', '102025.881000', '102025.884000', '102025.887000', '102025.890000', '102025.893000', '102025.896000', '102025.898000', '102025.901000', '102025.904000', '102025.907000', '102025.910000', '102025.913000', '102025.916000', '102025.918000', '102025.921000', '102025.924000', '102025.927000', '102045.742000', '102045.745000', '102045.748000', '102045.751000', '102045.754000', '102045.756000', '102045.759000', '102045.762000', '102045.765000', '102045.768000', '102045.771000', '102045.774000', '102045.777000', '102045.779000', '102045.782000', '102045.785000', '102045.788000', '102045.791000', '102045.794000', '102045.796000', '102045.799000', '102045.802000', '102045.805000', '102045.808000', '102045.811000', '102045.814000', '102045.816000', '102045.819000', '102045.822000', '102045.825000', '102045.828000', '102045.831000', '102045.833000', '102045.836000', '102045.839000', '102045.842000', '102045.845000', '102045.848000', '102045.851000', '102045.854000', '102045.856000', '102045.859000', '102045.862000', '102045.865000', '102105.743000', '102105.746000', '102105.749000', '102105.752000', '102105.755000', '102105.758000', '102105.760000', '102105.763000', '102105.766000', '102105.806000', '102105.808000', '102105.811000', '102105.814000', '102105.817000', '102105.820000', '102105.823000', '102105.825000', '102105.828000', '102105.831000', '102105.834000', '102105.837000', '102105.841000', '102105.844000', '102105.847000', '102105.850000', '102105.853000', '102105.856000', '102105.859000', '102105.861000', '102105.864000', '102105.867000', '102105.870000', '102105.873000', '102105.876000', '102105.878000', '102105.881000', '102105.884000', '102105.887000', '102105.890000', '102105.893000', '102105.896000', '102105.898000', '102105.901000', '102125.743000', '102125.746000', '102125.749000', '102125.752000', '102125.754000', '102125.757000', '102125.760000', '102125.763000', '102125.766000', '102125.813000', '102125.816000', '102125.819000', '102125.822000', '102125.825000', '102125.827000', '102125.830000', '102125.833000', '102125.836000', '102125.839000', '102125.842000', '102125.845000', '102125.848000', '102125.850000', '102125.853000', '102125.856000', '102125.859000', '102125.862000', '102125.865000', '102125.867000', '102125.870000', '102125.873000', '102125.876000', '102125.879000', '102125.882000', '102125.885000', '102125.888000', '102125.890000', '102125.893000', '102125.896000', '102125.899000', '102125.902000', '102125.904000', '102125.907000', '102125.910000', '102145.743000', '102145.746000', '102145.749000', '102145.752000', '102145.754000', '102145.757000', '102145.760000', '102145.763000', '102145.766000', '102145.805000', '102145.808000', '102145.810000', '102145.813000', '102145.816000', '102145.819000', '102145.822000', '102145.825000', '102145.827000', '102145.830000', '102145.833000', '102145.836000', '102145.839000', '102145.842000', '102145.845000', '102145.847000', '102145.850000', '102145.853000', '102145.857000', '102145.860000', '102145.863000', '102145.866000', '102145.869000', '102145.872000', '102145.875000', '102145.877000', '102145.880000', '102145.883000', '102145.886000', '102145.889000', '102145.892000', '102145.894000', '102145.897000', '102145.900000', '102205.743000', '102205.746000', '102205.749000', '102205.752000', '102205.754000', '102205.757000', '102205.760000', '102205.763000', '102205.766000', '102205.817000', '102205.819000', '102205.822000', '102205.825000', '102205.828000', '102205.831000', '102205.834000', '102205.836000', '102205.839000', '102205.842000', '102205.845000', '102205.848000', '102205.851000', '102205.854000', '102205.856000', '102205.859000', '102205.862000', '102205.865000', '102205.868000', '102205.871000', '102205.874000', '102205.876000', '102205.879000', '102205.882000', '102205.885000', '102205.888000', '102205.891000', '102205.894000', '102205.897000', '102205.899000', '102205.902000', '102205.905000', '102205.908000', '102205.911000', '102205.914000', '102225.743000', '102225.746000', '102225.749000', '102225.752000', '102225.755000', '102225.758000', '102225.761000', '102225.763000', '102225.766000', '102225.822000', '102225.825000', '102225.828000', '102225.831000', '102225.834000', '102225.837000', '102225.839000', '102225.854000', '102225.857000', '102225.860000', '102225.862000', '102225.865000', '102225.868000', '102225.871000', '102225.874000', '102225.877000', '102225.880000', '102225.883000', '102225.886000', '102225.889000', '102225.892000', '102225.895000', '102225.898000', '102225.900000', '102225.903000', '102225.906000', '102225.909000', '102225.912000', '102225.915000', '102225.918000', '102225.920000', '102225.923000', '102225.926000', '102225.929000', '102245.742000', '102245.745000', '102245.748000', '102245.751000', '102245.754000', '102245.756000', '102245.759000', '102245.762000', '102245.765000', '102245.768000', '102245.845000', '102245.848000', '102245.850000', '102245.853000', '102245.856000', '102245.859000', '102245.862000', '102245.865000', '102245.868000', '102245.870000', '102245.873000', '102245.876000', '102245.879000', '102245.882000', '102245.885000', '102245.888000', '102245.890000', '102245.893000', '102245.896000', '102245.899000', '102245.902000', '102245.905000', '102245.908000', '102245.911000', '102245.913000', '102245.916000', '102245.919000', '102245.922000', '102245.925000', '102245.928000', '102245.931000', '102245.933000', '102245.936000', '102245.939000', '102305.742000', '102305.745000', '102305.748000', '102305.751000', '102305.754000', '102305.756000', '102305.759000', '102305.762000', '102305.765000', '102305.808000', '102305.811000', '102305.814000', '102305.817000', '102305.820000', '102305.823000', '102305.826000', '102305.828000', '102305.831000', '102305.834000', '102305.837000', '102305.840000', '102305.843000', '102305.846000', '102305.850000', '102305.853000', '102305.856000', '102305.859000', '102305.862000', '102305.865000', '102305.868000', '102305.870000', '102305.873000', '102305.876000', '102305.879000', '102305.882000', '102305.885000', '102305.888000', '102305.890000', '102305.893000', '102305.896000', '102305.899000', '102305.902000', '102305.905000', '102325.743000', '102325.746000', '102325.749000', '102325.752000', '102325.754000', '102325.757000', '102325.760000', '102325.763000', '102325.766000', '102325.828000', '102325.831000', '102325.834000', '102325.836000', '102325.839000', '102325.842000', '102325.845000', '102325.848000', '102325.851000', '102325.854000', '102325.856000', '102325.859000', '102325.862000', '102325.865000', '102325.868000', '102325.871000', '102325.873000', '102325.876000', '102325.879000', '102325.882000', '102325.885000', '102325.888000', '102325.890000', '102325.893000', '102325.896000', '102325.899000', '102325.902000', '102325.905000', '102325.907000', '102325.910000', '102325.913000', '102325.916000', '102325.919000', '102325.922000', '102325.925000', '102345.743000', '102345.746000', '102345.749000', '102345.752000', '102345.755000', '102345.757000', '102345.760000', '102345.763000', '102345.766000', '102345.852000', '102345.856000', '102345.859000', '102345.862000', '102345.865000', '102345.868000', '102345.871000', '102345.874000', '102345.877000', '102345.879000', '102345.882000', '102345.885000', '102345.888000', '102345.891000', '102345.894000', '102345.897000', '102345.900000', '102345.903000', '102345.906000', '102345.909000', '102345.912000', '102345.915000', '102345.918000', '102345.922000', '102345.925000', '102345.928000', '102345.931000', '102345.934000', '102345.937000', '102345.940000', '102345.942000', '102345.945000', '102345.960000', '102345.963000', '102405.743000', '102405.746000', '102405.749000', '102405.752000', '102405.755000', '102405.757000', '102405.760000', '102405.763000', '102405.766000', '102405.818000', '102405.821000', '102405.823000', '102405.826000', '102405.829000', '102405.832000', '102405.835000', '102405.838000', '102405.841000', '102405.843000', '102405.846000', '102405.849000', '102405.852000', '102405.855000', '102405.858000', '102405.861000', '102405.863000', '102405.866000', '102405.869000', '102405.872000', '102405.875000', '102405.878000', '102405.881000', '102405.884000', '102405.886000', '102405.889000', '102405.892000', '102405.895000', '102405.898000', '102405.901000', '102405.904000', '102405.906000', '102405.909000', '102405.912000', '102405.915000', '102425.743000', '102425.746000', '102425.749000', '102425.752000', '102425.755000', '102425.757000', '102425.760000', '102425.763000', '102425.766000', '102425.806000', '102425.834000', '102425.836000', '102425.839000', '102425.842000', '102425.845000', '102425.848000', '102425.851000', '102425.853000', '102425.856000', '102425.859000', '102425.862000', '102425.865000', '102425.868000', '102425.870000', '102425.873000', '102425.876000', '102425.879000', '102425.882000', '102425.885000', '102425.888000', '102425.890000', '102425.893000', '102425.896000', '102425.899000', '102425.902000', '102425.905000', '102425.907000', '102425.910000', '102425.913000', '102425.916000', '102425.919000', '102425.922000', '102425.933000', '102445.742000', '102445.745000', '102445.748000', '102445.751000', '102445.754000', '102445.757000', '102445.759000', '102445.762000', '102445.765000', '102445.768000', '102445.771000', '102445.774000', '102445.777000', '102445.780000', '102445.782000', '102445.785000', '102445.788000', '102445.791000', '102445.794000', '102445.797000', '102445.800000', '102445.802000', '102445.805000', '102445.808000', '102445.811000', '102445.814000', '102445.817000', '102445.820000', '102445.823000', '102445.825000', '102445.828000', '102445.831000', '102445.834000', '102445.837000', '102445.840000', '102445.843000', '102445.846000', '102445.848000', '102445.851000', '102445.854000', '102445.857000', '102445.860000', '102445.863000', '102445.866000', '102505.742000', '102505.745000', '102505.748000', '102505.751000', '102505.754000', '102505.757000', '102505.759000', '102505.762000', '102505.765000', '102505.768000', '102505.823000', '102505.826000', '102505.829000', '102505.831000', '102505.834000', '102505.837000', '102505.840000', '102505.843000', '102505.846000', '102505.848000', '102505.851000', '102505.854000', '102505.857000', '102505.860000', '102505.863000', '102505.866000', '102505.868000', '102505.871000', '102505.874000', '102505.877000', '102505.880000', '102505.883000', '102505.886000', '102505.888000', '102505.891000', '102505.895000', '102505.899000', '102505.902000', '102505.917000', '102505.920000', '102505.923000', '102505.926000', '102505.929000', '102525.742000', '102525.745000', '102525.748000', '102525.751000', '102525.754000', '102525.757000', '102525.760000', '102525.763000', '102525.765000', '102525.769000', '102525.841000', '102525.844000', '102525.847000', '102525.849000', '102525.852000', '102525.855000', '102525.858000', '102525.861000', '102525.864000', '102525.867000', '102525.869000', '102525.872000', '102525.875000', '102525.878000', '102525.881000', '102525.884000', '102525.887000', '102525.890000', '102525.892000', '102525.895000', '102525.898000', '102525.901000', '102525.904000', '102525.907000', '102525.910000', '102525.912000', '102525.915000', '102525.918000', '102525.921000', '102525.924000', '102525.927000', '102525.930000', '102525.933000', '102542.827000', '102542.830000', '102542.833000', '102542.836000', '102542.838000', '102542.841000', '102542.844000', '102542.847000', '102542.850000', '102542.853000', '102542.856000', '102542.859000', '102542.861000', '102542.864000', '102542.867000', '102542.870000', '102542.873000', '102542.876000', '102542.878000', '102542.881000', '102542.884000', '102542.887000', '102542.890000', '102542.893000', '102542.896000', '102542.899000', '102542.902000', '102542.904000', '102542.907000', '102542.910000', '102542.913000', '102542.916000', '102542.919000', '102542.921000', '102542.924000', '102542.927000', '102542.930000', '102542.933000'], 'InstanceCreationTime': ['101745.780000', '101745.784000', '101745.787000', '101745.790000', '101745.793000', '101745.804000', '101745.807000', '101745.810000', '101745.812000', '101745.815000', '101745.818000', '101745.821000', '101745.824000', '101745.827000', '101745.829000', '101745.832000', '101745.835000', '101745.838000', '101745.841000', '101745.844000', '101745.846000', '101745.849000', '101745.852000', '101745.855000', '101745.858000', '101745.861000', '101745.897000', '101805.742000', '101805.745000', '101805.748000', '101805.751000', '101805.754000', '101805.756000', '101805.759000', '101805.762000', '101805.765000', '101805.768000', '101805.771000', '101805.773000', '101805.776000', '101805.779000', '101805.782000', '101805.785000', '101805.788000', '101805.791000', '101805.794000', '101805.797000', '101805.799000', '101805.802000', '101805.805000', '101805.808000', '101805.811000', '101805.814000', '101805.817000', '101805.819000', '101805.822000', '101805.825000', '101805.828000', '101805.831000', '101805.834000', '101805.836000', '101805.839000', '101805.842000', '101805.845000', '101805.848000', '101805.851000', '101805.854000', '101805.857000', '101805.860000', '101805.863000', '101805.866000', '101825.742000', '101825.745000', '101825.748000', '101825.751000', '101825.753000', '101825.756000', '101825.759000', '101825.762000', '101825.765000', '101825.768000', '101825.771000', '101825.774000', '101825.777000', '101825.780000', '101825.783000', '101825.785000', '101825.788000', '101825.791000', '101825.794000', '101825.797000', '101825.799000', '101825.802000', '101825.805000', '101825.808000', '101825.811000', '101825.813000', '101825.816000', '101825.819000', '101825.822000', '101825.825000', '101825.828000', '101825.830000', '101825.833000', '101825.836000', '101825.839000', '101825.842000', '101825.875000', '101825.878000', '101825.881000', '101825.884000', '101825.886000', '101825.889000', '101825.892000', '101845.743000', '101845.746000', '101845.749000', '101845.752000', '101845.755000', '101845.757000', '101845.760000', '101845.763000', '101845.766000', '101845.769000', '101845.771000', '101845.774000', '101845.777000', '101845.780000', '101845.783000', '101845.786000', '101845.788000', '101845.791000', '101845.794000', '101845.797000', '101845.800000', '101845.802000', '101845.805000', '101845.808000', '101845.811000', '101845.814000', '101845.817000', '101845.819000', '101845.822000', '101845.825000', '101845.828000', '101845.831000', '101845.834000', '101845.836000', '101845.839000', '101845.842000', '101845.845000', '101845.848000', '101845.851000', '101845.853000', '101845.856000', '101845.859000', '101845.862000', '101845.865000', '101905.743000', '101905.746000', '101905.749000', '101905.752000', '101905.754000', '101905.757000', '101905.760000', '101905.763000', '101905.766000', '101905.769000', '101905.771000', '101905.774000', '101905.777000', '101905.780000', '101905.783000', '101905.786000', '101905.788000', '101905.791000', '101905.794000', '101905.797000', '101905.800000', '101905.803000', '101905.806000', '101905.809000', '101905.812000', '101905.814000', '101905.817000', '101905.820000', '101905.823000', '101905.826000', '101905.829000', '101905.831000', '101905.834000', '101905.837000', '101905.840000', '101905.843000', '101905.846000', '101905.849000', '101905.851000', '101905.854000', '101905.857000', '101905.860000', '101905.863000', '101925.743000', '101925.746000', '101925.749000', '101925.752000', '101925.754000', '101925.757000', '101925.760000', '101925.763000', '101925.766000', '101925.769000', '101925.781000', '101925.784000', '101925.787000', '101925.790000', '101925.793000', '101925.795000', '101925.798000', '101925.801000', '101925.804000', '101925.807000', '101925.810000', '101925.812000', '101925.815000', '101925.818000', '101925.821000', '101925.824000', '101925.827000', '101925.829000', '101925.832000', '101925.835000', '101925.838000', '101925.841000', '101925.844000', '101925.846000', '101925.849000', '101925.852000', '101925.855000', '101925.858000', '101925.861000', '101925.863000', '101925.866000', '101925.869000', '101925.878000', '101925.881000', '101945.744000', '101945.747000', '101945.750000', '101945.753000', '101945.756000', '101945.758000', '101945.761000', '101945.764000', '101945.767000', '101945.797000', '101945.800000', '101945.803000', '101945.806000', '101945.809000', '101945.812000', '101945.815000', '101945.818000', '101945.821000', '101945.823000', '101945.826000', '101945.829000', '101945.832000', '101945.835000', '101945.838000', '101945.840000', '101945.843000', '101945.846000', '101945.849000', '101945.852000', '101945.855000', '101945.858000', '101945.860000', '101945.863000', '101945.866000', '101945.869000', '101945.872000', '101945.875000', '101945.878000', '101945.880000', '101945.883000', '101945.886000', '101945.889000', '101945.892000', '102005.743000', '102005.746000', '102005.749000', '102005.752000', '102005.755000', '102005.757000', '102005.760000', '102005.763000', '102005.766000', '102005.789000', '102005.791000', '102005.794000', '102005.797000', '102005.800000', '102005.803000', '102005.806000', '102005.808000', '102005.811000', '102005.814000', '102005.817000', '102005.820000', '102005.823000', '102005.825000', '102005.828000', '102005.831000', '102005.834000', '102005.837000', '102005.840000', '102005.843000', '102005.845000', '102005.848000', '102005.851000', '102005.854000', '102005.857000', '102005.860000', '102005.863000', '102005.865000', '102005.868000', '102005.871000', '102005.874000', '102005.877000', '102005.880000', '102005.883000', '102005.885000', '102025.742000', '102025.745000', '102025.748000', '102025.751000', '102025.754000', '102025.756000', '102025.759000', '102025.762000', '102025.765000', '102025.768000', '102025.828000', '102025.831000', '102025.833000', '102025.844000', '102025.847000', '102025.850000', '102025.853000', '102025.856000', '102025.858000', '102025.861000', '102025.864000', '102025.867000', '102025.870000', '102025.873000', '102025.876000', '102025.878000', '102025.881000', '102025.884000', '102025.887000', '102025.890000', '102025.893000', '102025.896000', '102025.898000', '102025.901000', '102025.904000', '102025.907000', '102025.910000', '102025.913000', '102025.916000', '102025.918000', '102025.921000', '102025.924000', '102025.927000', '102045.742000', '102045.745000', '102045.748000', '102045.751000', '102045.754000', '102045.756000', '102045.759000', '102045.762000', '102045.765000', '102045.768000', '102045.771000', '102045.774000', '102045.777000', '102045.779000', '102045.782000', '102045.785000', '102045.788000', '102045.791000', '102045.794000', '102045.796000', '102045.799000', '102045.802000', '102045.805000', '102045.808000', '102045.811000', '102045.814000', '102045.816000', '102045.819000', '102045.822000', '102045.825000', '102045.828000', '102045.831000', '102045.833000', '102045.836000', '102045.839000', '102045.842000', '102045.845000', '102045.848000', '102045.851000', '102045.854000', '102045.856000', '102045.859000', '102045.862000', '102045.865000', '102105.743000', '102105.746000', '102105.749000', '102105.752000', '102105.755000', '102105.758000', '102105.760000', '102105.763000', '102105.766000', '102105.806000', '102105.808000', '102105.811000', '102105.814000', '102105.817000', '102105.820000', '102105.823000', '102105.825000', '102105.828000', '102105.831000', '102105.834000', '102105.837000', '102105.841000', '102105.844000', '102105.847000', '102105.850000', '102105.853000', '102105.856000', '102105.859000', '102105.861000', '102105.864000', '102105.867000', '102105.870000', '102105.873000', '102105.876000', '102105.878000', '102105.881000', '102105.884000', '102105.887000', '102105.890000', '102105.893000', '102105.896000', '102105.898000', '102105.901000', '102125.743000', '102125.746000', '102125.749000', '102125.752000', '102125.754000', '102125.757000', '102125.760000', '102125.763000', '102125.766000', '102125.813000', '102125.816000', '102125.819000', '102125.822000', '102125.825000', '102125.827000', '102125.830000', '102125.833000', '102125.836000', '102125.839000', '102125.842000', '102125.845000', '102125.848000', '102125.850000', '102125.853000', '102125.856000', '102125.859000', '102125.862000', '102125.865000', '102125.867000', '102125.870000', '102125.873000', '102125.876000', '102125.879000', '102125.882000', '102125.885000', '102125.888000', '102125.890000', '102125.893000', '102125.896000', '102125.899000', '102125.902000', '102125.904000', '102125.907000', '102125.910000', '102145.743000', '102145.746000', '102145.749000', '102145.752000', '102145.754000', '102145.757000', '102145.760000', '102145.763000', '102145.766000', '102145.805000', '102145.808000', '102145.810000', '102145.813000', '102145.816000', '102145.819000', '102145.822000', '102145.825000', '102145.827000', '102145.830000', '102145.833000', '102145.836000', '102145.839000', '102145.842000', '102145.845000', '102145.847000', '102145.850000', '102145.853000', '102145.857000', '102145.860000', '102145.863000', '102145.866000', '102145.869000', '102145.872000', '102145.875000', '102145.877000', '102145.880000', '102145.883000', '102145.886000', '102145.889000', '102145.892000', '102145.894000', '102145.897000', '102145.900000', '102205.743000', '102205.746000', '102205.749000', '102205.752000', '102205.754000', '102205.757000', '102205.760000', '102205.763000', '102205.766000', '102205.817000', '102205.819000', '102205.822000', '102205.825000', '102205.828000', '102205.831000', '102205.834000', '102205.836000', '102205.839000', '102205.842000', '102205.845000', '102205.848000', '102205.851000', '102205.854000', '102205.856000', '102205.859000', '102205.862000', '102205.865000', '102205.868000', '102205.871000', '102205.874000', '102205.876000', '102205.879000', '102205.882000', '102205.885000', '102205.888000', '102205.891000', '102205.894000', '102205.897000', '102205.899000', '102205.902000', '102205.905000', '102205.908000', '102205.911000', '102205.914000', '102225.743000', '102225.746000', '102225.749000', '102225.752000', '102225.755000', '102225.758000', '102225.761000', '102225.763000', '102225.766000', '102225.822000', '102225.825000', '102225.828000', '102225.831000', '102225.834000', '102225.837000', '102225.839000', '102225.854000', '102225.857000', '102225.860000', '102225.862000', '102225.865000', '102225.868000', '102225.871000', '102225.874000', '102225.877000', '102225.880000', '102225.883000', '102225.886000', '102225.889000', '102225.892000', '102225.895000', '102225.898000', '102225.900000', '102225.903000', '102225.906000', '102225.909000', '102225.912000', '102225.915000', '102225.918000', '102225.920000', '102225.923000', '102225.926000', '102225.929000', '102245.742000', '102245.745000', '102245.748000', '102245.751000', '102245.754000', '102245.756000', '102245.759000', '102245.762000', '102245.765000', '102245.768000', '102245.845000', '102245.848000', '102245.850000', '102245.853000', '102245.856000', '102245.859000', '102245.862000', '102245.865000', '102245.868000', '102245.870000', '102245.873000', '102245.876000', '102245.879000', '102245.882000', '102245.885000', '102245.888000', '102245.890000', '102245.893000', '102245.896000', '102245.899000', '102245.902000', '102245.905000', '102245.908000', '102245.911000', '102245.913000', '102245.916000', '102245.919000', '102245.922000', '102245.925000', '102245.928000', '102245.931000', '102245.933000', '102245.936000', '102245.939000', '102305.742000', '102305.745000', '102305.748000', '102305.751000', '102305.754000', '102305.756000', '102305.759000', '102305.762000', '102305.765000', '102305.808000', '102305.811000', '102305.814000', '102305.817000', '102305.820000', '102305.823000', '102305.826000', '102305.828000', '102305.831000', '102305.834000', '102305.837000', '102305.840000', '102305.843000', '102305.846000', '102305.850000', '102305.853000', '102305.856000', '102305.859000', '102305.862000', '102305.865000', '102305.868000', '102305.870000', '102305.873000', '102305.876000', '102305.879000', '102305.882000', '102305.885000', '102305.888000', '102305.890000', '102305.893000', '102305.896000', '102305.899000', '102305.902000', '102305.905000', '102325.743000', '102325.746000', '102325.749000', '102325.752000', '102325.754000', '102325.757000', '102325.760000', '102325.763000', '102325.766000', '102325.828000', '102325.831000', '102325.834000', '102325.836000', '102325.839000', '102325.842000', '102325.845000', '102325.848000', '102325.851000', '102325.854000', '102325.856000', '102325.859000', '102325.862000', '102325.865000', '102325.868000', '102325.871000', '102325.873000', '102325.876000', '102325.879000', '102325.882000', '102325.885000', '102325.888000', '102325.890000', '102325.893000', '102325.896000', '102325.899000', '102325.902000', '102325.905000', '102325.907000', '102325.910000', '102325.913000', '102325.916000', '102325.919000', '102325.922000', '102325.925000', '102345.743000', '102345.746000', '102345.749000', '102345.752000', '102345.755000', '102345.757000', '102345.760000', '102345.763000', '102345.766000', '102345.852000', '102345.856000', '102345.859000', '102345.862000', '102345.865000', '102345.868000', '102345.871000', '102345.874000', '102345.877000', '102345.879000', '102345.882000', '102345.885000', '102345.888000', '102345.891000', '102345.894000', '102345.897000', '102345.900000', '102345.903000', '102345.906000', '102345.909000', '102345.912000', '102345.915000', '102345.918000', '102345.922000', '102345.925000', '102345.928000', '102345.931000', '102345.934000', '102345.937000', '102345.940000', '102345.942000', '102345.945000', '102345.960000', '102345.963000', '102405.743000', '102405.746000', '102405.749000', '102405.752000', '102405.755000', '102405.757000', '102405.760000', '102405.763000', '102405.766000', '102405.818000', '102405.821000', '102405.823000', '102405.826000', '102405.829000', '102405.832000', '102405.835000', '102405.838000', '102405.841000', '102405.843000', '102405.846000', '102405.849000', '102405.852000', '102405.855000', '102405.858000', '102405.861000', '102405.863000', '102405.866000', '102405.869000', '102405.872000', '102405.875000', '102405.878000', '102405.881000', '102405.884000', '102405.886000', '102405.889000', '102405.892000', '102405.895000', '102405.898000', '102405.901000', '102405.904000', '102405.906000', '102405.909000', '102405.912000', '102405.915000', '102425.743000', '102425.746000', '102425.749000', '102425.752000', '102425.755000', '102425.757000', '102425.760000', '102425.763000', '102425.766000', '102425.806000', '102425.834000', '102425.836000', '102425.839000', '102425.842000', '102425.845000', '102425.848000', '102425.851000', '102425.853000', '102425.856000', '102425.859000', '102425.862000', '102425.865000', '102425.868000', '102425.870000', '102425.873000', '102425.876000', '102425.879000', '102425.882000', '102425.885000', '102425.888000', '102425.890000', '102425.893000', '102425.896000', '102425.899000', '102425.902000', '102425.905000', '102425.907000', '102425.910000', '102425.913000', '102425.916000', '102425.919000', '102425.922000', '102425.933000', '102445.742000', '102445.745000', '102445.748000', '102445.751000', '102445.754000', '102445.757000', '102445.759000', '102445.762000', '102445.765000', '102445.768000', '102445.771000', '102445.774000', '102445.777000', '102445.780000', '102445.782000', '102445.785000', '102445.788000', '102445.791000', '102445.794000', '102445.797000', '102445.800000', '102445.802000', '102445.805000', '102445.808000', '102445.811000', '102445.814000', '102445.817000', '102445.820000', '102445.823000', '102445.825000', '102445.828000', '102445.831000', '102445.834000', '102445.837000', '102445.840000', '102445.843000', '102445.846000', '102445.848000', '102445.851000', '102445.854000', '102445.857000', '102445.860000', '102445.863000', '102445.866000', '102505.742000', '102505.745000', '102505.748000', '102505.751000', '102505.754000', '102505.757000', '102505.759000', '102505.762000', '102505.765000', '102505.768000', '102505.823000', '102505.826000', '102505.829000', '102505.831000', '102505.834000', '102505.837000', '102505.840000', '102505.843000', '102505.846000', '102505.848000', '102505.851000', '102505.854000', '102505.857000', '102505.860000', '102505.863000', '102505.866000', '102505.868000', '102505.871000', '102505.874000', '102505.877000', '102505.880000', '102505.883000', '102505.886000', '102505.888000', '102505.891000', '102505.895000', '102505.899000', '102505.902000', '102505.917000', '102505.920000', '102505.923000', '102505.926000', '102505.929000', '102525.742000', '102525.745000', '102525.748000', '102525.751000', '102525.754000', '102525.757000', '102525.760000', '102525.763000', '102525.765000', '102525.769000', '102525.841000', '102525.844000', '102525.847000', '102525.849000', '102525.852000', '102525.855000', '102525.858000', '102525.861000', '102525.864000', '102525.867000', '102525.869000', '102525.872000', '102525.875000', '102525.878000', '102525.881000', '102525.884000', '102525.887000', '102525.890000', '102525.892000', '102525.895000', '102525.898000', '102525.901000', '102525.904000', '102525.907000', '102525.910000', '102525.912000', '102525.915000', '102525.918000', '102525.921000', '102525.924000', '102525.927000', '102525.930000', '102525.933000', '102542.827000', '102542.830000', '102542.833000', '102542.836000', '102542.838000', '102542.841000', '102542.844000', '102542.847000', '102542.850000', '102542.853000', '102542.856000', '102542.859000', '102542.861000', '102542.864000', '102542.867000', '102542.870000', '102542.873000', '102542.876000', '102542.878000', '102542.881000', '102542.884000', '102542.887000', '102542.890000', '102542.893000', '102542.896000', '102542.899000', '102542.902000', '102542.904000', '102542.907000', '102542.910000', '102542.913000', '102542.916000', '102542.919000', '102542.921000', '102542.924000', '102542.927000', '102542.930000', '102542.933000'], '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': [11427, 16131, 10425, 8598, 10061, 8913, 12465, 9539, 12581, 9771, 13514, 11204, 14091, 9543, 12412, 9356, 12363, 10070, 10945, 9713, 10309, 9484, 13245, 10665, 15655, 12115, 14239, 10889, 14360, 9991, 13376, 10346, 12336, 10826, 13395, 9500, 7708, 9120, 7676, 10131, 9102, 9833, 13928, 11867, 14649, 11226, 15262, 10249, 12986, 11154, 11971, 11540, 13465, 9192, 13864, 9501, 13016, 11138, 12826, 11194, 14684, 10389, 13851, 10259, 12507, 11248, 11787, 10683, 13545, 9955, 13236, 9554, 13593, 12097, 12525, 9812, 11984, 9567, 12470, 9154, 11966, 9087, 12464, 9658, 12868, 9894, 11890, 8911, 11038, 8950, 12349, 9619, 11533, 12268, 10379, 9696, 9643, 8185, 10306, 9035, 11527, 11797, 10185, 13176, 10928, 9271, 9617, 9664, 10335, 12272, 10530, 16240, 12356, 13079, 10860, 10832, 8974, 10662, 9084, 15475, 11125, 12614, 11963, 13057, 10153, 11429, 9060, 11370, 9427, 15325, 12677, 14692, 11408, 13966, 9758, 13066, 11343, 12406, 10485, 12147, 10719, 13129, 8948, 13088, 9726, 12062, 11011, 12337, 10830, 13347, 9771, 15008, 10931, 14220, 11106, 12298, 9691, 12673, 9382, 11558, 9293, 11731, 9627, 10821, 9542, 11366, 8649, 11376, 8980, 11629, 9619, 10273, 11240, 10246, 9158, 9432, 10716, 9615, 16491, 12485, 12620, 10906, 10774, 9580, 7847, 10170, 9199, 12318, 9038, 9412, 9595, 14517, 12295, 12445, 9656, 11714, 9108, 9832, 13726, 10610, 17191, 11922, 13895, 12534, 13746, 10868, 10610, 9705, 8064, 10049, 9687, 10479, 10240, 11157, 8961, 10840, 9105, 10689, 10719, 9922, 12012, 9914, 9310, 11473, 8941, 11884, 8983, 12312, 10559, 12141, 9472, 10448, 8843, 10475, 8483, 9854, 8418, 10876, 8833, 11539, 9851, 12577, 9014, 9743, 8290, 10052, 9062, 12872, 10136, 7646, 9784, 8385, 10440, 9396, 15048, 12505, 14318, 10825, 9981, 9478, 11018, 9730, 15286, 12069, 11422, 10477, 8469, 10569, 8910, 12320, 9798, 12020, 9505, 12747, 8985, 12083, 8862, 12868, 10934, 13349, 11298, 11325, 9639, 8133, 9834, 9650, 10676, 14637, 11487, 11526, 10715, 8792, 11306, 9059, 13214, 9808, 12234, 10595, 12363, 9466, 11917, 8988, 12898, 10896, 13428, 10814, 12823, 10832, 13725, 9354, 11685, 9558, 15766, 11602, 14095, 11778, 13264, 11588, 13917, 9317, 13405, 9404, 15037, 11135, 10753, 9454, 8082, 10019, 8979, 12564, 10362, 12939, 10862, 14015, 11329, 9983, 9615, 8016, 10958, 11168, 10609, 13995, 11267, 13103, 10198, 11736, 10172, 12251, 10571, 12814, 10740, 9013, 10134, 8976, 11252, 8407, 12767, 10360, 12653, 10489, 13093, 11241, 14107, 10456, 12751, 11412, 12835, 10362, 13530, 10252, 12327, 8968, 11931, 9249, 11381, 9279, 12206, 9893, 12708, 8494, 13593, 8832, 13297, 10714, 13070, 10193, 15985, 10760, 13360, 11602, 13225, 9789, 12947, 10015, 13520, 9325, 11592, 8992, 11565, 10117, 9893, 10849, 10353, 8713, 9362, 8218, 9460, 7962, 10021, 8480, 12075, 10291, 12896, 9988, 12216, 9740, 10875, 8954, 10468, 8301, 9939, 8775, 10164, 10175, 9445, 11444, 10033, 8566, 9164, 7995, 9395, 8315, 9619, 10826, 9743, 13294, 10672, 11317, 9647, 15121, 10775, 12230, 10857, 11065, 9052, 10475, 9410, 9966, 8316, 9543, 8502, 9334, 10258, 9715, 13558, 11053, 15481, 11191, 11425, 9583, 12886, 9319, 12472, 11010, 11334, 9277, 11597, 8543, 10973, 8519, 10385, 10733, 9994, 14065, 11282, 14534, 11926, 12608, 9650, 11543, 9241, 11072, 9666, 11058, 8532, 11097, 8576, 11429, 9004, 13037, 11244, 12332, 10758, 12197, 9860, 11288, 8606, 11262, 10181, 10923, 9044, 9674, 10231, 9781, 11069, 10522, 8409, 10755, 8801, 12594, 10539, 13242, 11377, 12975, 10926, 12505, 10866, 12831, 9672, 12307, 10789, 11266, 8926, 11084, 8913, 11964, 9729, 12623, 10781, 14873, 10490, 14621, 11061, 13068, 10645, 12146, 10209, 12463, 8769, 10823, 9126, 10331, 9441, 11209, 9420, 10724, 10229, 7803, 11803, 8965, 7424, 11269, 9447, 13391, 10929, 12536, 9738, 13106, 10147, 15366, 11470, 16707, 12018, 15054, 11642, 11254, 9523, 7638, 9397, 8343, 10959, 8512, 11639, 9325, 11440, 9699, 12356, 8370, 13308, 8400, 12846, 10926, 12530, 10282, 15418, 10766, 13572, 11529, 12979, 10239, 12347, 9819, 12690, 10086, 11569, 8554, 13543, 8773, 13704, 10151, 9344, 9145, 9371, 9426, 16192, 13012, 12932, 11446, 11938, 10516, 11645, 9151, 11554, 9503, 10233, 10498, 10261, 8712, 9509, 8785, 9252, 11039, 9877, 13423, 11000, 11473, 10212, 10429, 8948, 11197, 9743, 12540, 9987, 10825, 10468, 9224, 10590, 9392, 10978, 10071, 10933, 11316, 11584, 9663, 11119, 9211, 10603, 10180, 10317, 10854, 10406, 9968, 10120, 8503, 9372, 9423, 9252, 10713, 9220, 10559, 9890, 9739, 9273, 10505, 9467, 12416, 10556, 14705, 10958, 12079, 10026, 10972, 9690, 12929, 10351, 15784, 11294, 14848, 10937, 13498, 9566, 13341, 9624, 13156, 10748, 12009, 10487, 12769, 10622, 13435, 8900, 12541, 8628, 11324, 9350, 11355, 9886, 11894, 10677, 12219, 10652, 12286, 10074, 12879, 9544, 12211, 9847, 12498, 9367, 11388, 8965, 10898, 9344, 10552, 9838, 10359, 10213, 10780, 9094, 9515, 8872, 9209, 8876, 9167, 9709, 10178, 9889, 10793, 8866, 10735, 9016, 11266, 10588, 10746, 12479, 10876, 16252, 12080, 15025, 11116, 14718, 9887, 13658, 9733, 11912, 11005, 11440, 10603, 11884, 8858, 11188, 9393, 11425, 9735, 11997, 10199, 12691, 10433, 12931, 10723, 13150, 10482, 15493, 10917, 12659, 10318, 11793, 9893, 9714, 10869, 8355, 12068, 9526, 14046, 10983, 13066, 10328, 8584, 9428, 8166, 12469, 10143, 13268, 11101, 13966, 10970, 13264, 11225, 13107, 11400, 14240, 10748, 7786, 10220, 8789, 13183, 11094, 14765, 11117, 11302, 9740, 8456, 10444, 9025, 12205, 9511, 12978, 10644, 13682, 10119, 14775, 10465, 14330, 10986, 12442, 9992, 8569, 10425, 8609, 12613, 10651, 13857, 10474, 13459, 9922, 12930, 9796, 13178, 9289, 13574, 8757, 14262, 10375, 13720, 11092, 11566, 9888, 9570, 8754, 10210, 9557, 15869, 12040, 13531, 11627, 13091, 9778, 9262, 8340, 9547, 8941, 13493, 11080, 14004, 12331, 12474, 11320, 12078, 9924, 11710, 10302, 12278, 9745, 12098, 9985, 11739, 9223, 12066, 9061, 11836, 9269, 12109, 9733, 12132, 9062, 12486, 9303, 11830, 9528, 11712, 8700, 12007, 9017, 12542, 9424, 12218, 9586, 12774, 10367, 12657, 9055, 12455, 11706, 9990, 10996, 9772, 15441, 10720, 14331, 11636, 13567, 11505, 13586, 11271, 13039, 10676, 13381, 10855, 12801, 9670, 11672, 9668, 12563, 8756, 10836, 8725, 11366, 9696, 14115, 12181, 13735, 10772, 12204, 10265, 13182, 9355, 11752, 9047, 12585, 10787, 11357, 13227, 11265, 13310, 10740, 8501, 9615, 8500, 10960, 8841, 12029, 9107, 11510, 9569, 10790, 8766, 11720, 8717, 11943, 9432, 13107, 10753, 11013, 13668, 11643, 15651, 12235, 12608, 11279, 12055, 9261, 11173, 8587, 11223, 9531, 10457, 9355, 11683, 8745, 12028, 8484, 12460, 10395, 12453, 11051, 14290, 10569, 11259, 8936, 11825, 10071, 16518, 12563, 14509, 10556, 10548, 9766, 9402, 10040, 9389, 12980, 10473, 13788, 10515, 13454, 11276, 13772, 11021, 13014, 11034, 15276, 10018, 11170, 9416, 13587, 10876, 13068, 10957, 9068, 10561, 8717, 12749, 9704, 13814, 10473, 13955, 11651, 16230, 10680, 9729, 10249, 10450, 12647, 9812, 13991, 10614, 14664, 11264, 14890, 11879, 14208, 11856, 17765, 11670, 10167, 10927, 9079, 7506, 9461, 15055, 12347, 14559, 12284, 13277, 11596, 14268, 11519, 16200, 11401, 12962, 10947, 9675, 15232, 11616, 16613, 11686, 9283, 12407, 10415, 15296, 11053, 10539, 9979, 8219, 10800], 'WindowCenter': [4229.0, 4244.0, 4200.0, 4178.0, 4187.0, 4176.0, 4206.0, 4174.0, 4206.0, 4173.0, 4202.0, 4183.0, 4202.0, 4172.0, 4193.0, 4173.0, 4195.0, 4175.0, 4184.0, 4174.0, 4174.0, 4175.0, 4204.0, 4185.0, 4216.0, 4195.0, 4205.0, 4183.0, 4203.0, 4173.0, 4193.0, 4174.0, 4193.0, 4185.0, 4204.0, 4174.0, 4153.0, 4175.0, 4156.0, 4187.0, 4176.0, 4188.0, 4217.0, 4198.0, 4217.0, 4197.0, 4216.0, 4185.0, 4205.0, 4196.0, 4196.0, 4196.0, 4207.0, 4175.0, 4206.0, 4175.0, 4205.0, 4198.0, 4207.0, 4199.0, 4216.0, 4187.0, 4206.0, 4185.0, 4196.0, 4195.0, 4194.0, 4185.0, 4204.0, 4175.0, 4205.0, 4175.0, 4205.0, 4195.0, 4195.0, 4174.0, 4184.0, 4173.0, 4193.0, 4164.0, 4194.0, 4165.0, 4194.0, 4175.0, 4207.0, 4173.0, 4195.0, 4163.0, 4184.0, 4164.0, 4193.0, 4172.0, 4185.0, 4194.0, 4173.0, 4162.0, 4163.0, 4153.0, 4175.0, 4163.0, 4195.0, 4194.0, 4184.0, 4194.0, 4182.0, 4163.0, 4173.0, 4171.0, 4174.0, 4192.0, 4174.0, 4215.0, 4194.0, 4194.0, 4183.0, 4171.0, 4163.0, 4183.0, 4163.0, 4214.0, 4185.0, 4195.0, 4195.0, 4205.0, 4186.0, 4195.0, 4175.0, 4194.0, 4177.0, 4217.0, 4207.0, 4206.0, 4184.0, 4206.0, 4175.0, 4195.0, 4185.0, 4194.0, 4184.0, 4194.0, 4185.0, 4194.0, 4165.0, 4205.0, 4174.0, 4194.0, 4187.0, 4193.0, 4186.0, 4205.0, 4176.0, 4204.0, 4185.0, 4205.0, 4184.0, 4183.0, 4162.0, 4182.0, 4162.0, 4182.0, 4161.0, 4183.0, 4172.0, 4183.0, 4161.0, 4183.0, 4153.0, 4184.0, 4162.0, 4184.0, 4174.0, 4174.0, 4183.0, 4174.0, 4161.0, 4162.0, 4172.0, 4173.0, 4215.0, 4194.0, 4196.0, 4185.0, 4182.0, 4162.0, 4152.0, 4183.0, 4176.0, 4206.0, 4178.0, 4177.0, 4189.0, 4218.0, 4197.0, 4197.0, 4175.0, 4184.0, 4163.0, 4175.0, 4205.0, 4173.0, 4203.0, 4181.0, 4192.0, 4181.0, 4191.0, 4172.0, 4171.0, 4162.0, 4141.0, 4172.0, 4163.0, 4174.0, 4171.0, 4183.0, 4150.0, 4172.0, 4150.0, 4171.0, 4171.0, 4160.0, 4180.0, 4161.0, 4160.0, 4181.0, 4162.0, 4181.0, 4162.0, 4194.0, 4183.0, 4193.0, 4163.0, 4172.0, 4152.0, 4172.0, 4151.0, 4172.0, 4152.0, 4183.0, 4163.0, 4184.0, 4174.0, 4194.0, 4163.0, 4162.0, 4153.0, 4173.0, 4176.0, 4206.0, 4187.0, 4157.0, 4186.0, 4178.0, 4198.0, 4190.0, 4231.0, 4210.0, 4218.0, 4185.0, 4175.0, 4174.0, 4183.0, 4175.0, 4215.0, 4195.0, 4182.0, 4173.0, 4153.0, 4184.0, 4163.0, 4194.0, 4174.0, 4193.0, 4162.0, 4193.0, 4163.0, 4193.0, 4163.0, 4192.0, 4185.0, 4204.0, 4185.0, 4184.0, 4173.0, 4152.0, 4175.0, 4174.0, 4184.0, 4204.0, 4183.0, 4183.0, 4174.0, 4153.0, 4183.0, 4163.0, 4193.0, 4173.0, 4194.0, 4172.0, 4192.0, 4162.0, 4181.0, 4163.0, 4191.0, 4182.0, 4192.0, 4182.0, 4192.0, 4172.0, 4191.0, 4162.0, 4182.0, 4172.0, 4203.0, 4183.0, 4204.0, 4183.0, 4190.0, 4183.0, 4192.0, 4161.0, 4192.0, 4162.0, 4200.0, 4183.0, 4172.0, 4161.0, 4151.0, 4173.0, 4164.0, 4193.0, 4175.0, 4193.0, 4187.0, 4204.0, 4185.0, 4173.0, 4174.0, 4154.0, 4184.0, 4183.0, 4185.0, 4204.0, 4184.0, 4193.0, 4172.0, 4180.0, 4171.0, 4181.0, 4171.0, 4191.0, 4171.0, 4151.0, 4170.0, 4163.0, 4183.0, 4163.0, 4194.0, 4186.0, 4205.0, 4186.0, 4194.0, 4185.0, 4204.0, 4185.0, 4192.0, 4184.0, 4194.0, 4173.0, 4192.0, 4171.0, 4180.0, 4161.0, 4182.0, 4163.0, 4182.0, 4173.0, 4193.0, 4174.0, 4205.0, 4177.0, 4217.0, 4177.0, 4218.0, 4199.0, 4206.0, 4187.0, 4228.0, 4196.0, 4206.0, 4195.0, 4205.0, 4174.0, 4195.0, 4174.0, 4194.0, 4161.0, 4183.0, 4151.0, 4181.0, 4172.0, 4172.0, 4170.0, 4172.0, 4152.0, 4174.0, 4165.0, 4175.0, 4153.0, 4174.0, 4165.0, 4194.0, 4185.0, 4205.0, 4175.0, 4196.0, 4174.0, 4183.0, 4151.0, 4171.0, 4151.0, 4171.0, 4151.0, 4173.0, 4171.0, 4172.0, 4182.0, 4172.0, 4152.0, 4163.0, 4153.0, 4163.0, 4152.0, 4175.0, 4183.0, 4176.0, 4205.0, 4184.0, 4185.0, 4175.0, 4215.0, 4183.0, 4194.0, 4183.0, 4184.0, 4165.0, 4185.0, 4162.0, 4174.0, 4152.0, 4174.0, 4163.0, 4175.0, 4185.0, 4176.0, 4206.0, 4195.0, 4216.0, 4185.0, 4183.0, 4174.0, 4195.0, 4165.0, 4193.0, 4185.0, 4184.0, 4163.0, 4184.0, 4164.0, 4183.0, 4152.0, 4173.0, 4171.0, 4173.0, 4204.0, 4184.0, 4203.0, 4183.0, 4193.0, 4173.0, 4182.0, 4162.0, 4183.0, 4175.0, 4182.0, 4166.0, 4194.0, 4177.0, 4207.0, 4177.0, 4219.0, 4197.0, 4207.0, 4196.0, 4196.0, 4174.0, 4185.0, 4165.0, 4196.0, 4173.0, 4184.0, 4163.0, 4173.0, 4172.0, 4174.0, 4184.0, 4184.0, 4163.0, 4185.0, 4175.0, 4204.0, 4197.0, 4206.0, 4195.0, 4195.0, 4184.0, 4192.0, 4183.0, 4194.0, 4162.0, 4193.0, 4171.0, 4172.0, 4150.0, 4170.0, 4160.0, 4181.0, 4173.0, 4190.0, 4184.0, 4202.0, 4182.0, 4203.0, 4181.0, 4192.0, 4173.0, 4181.0, 4170.0, 4178.0, 4151.0, 4170.0, 4162.0, 4170.0, 4171.0, 4182.0, 4161.0, 4182.0, 4174.0, 4156.0, 4194.0, 4162.0, 4142.0, 4195.0, 4174.0, 4205.0, 4184.0, 4194.0, 4173.0, 4204.0, 4173.0, 4201.0, 4181.0, 4201.0, 4180.0, 4201.0, 4182.0, 4169.0, 4159.0, 4140.0, 4160.0, 4151.0, 4182.0, 4150.0, 4183.0, 4163.0, 4182.0, 4173.0, 4192.0, 4152.0, 4202.0, 4154.0, 4194.0, 4186.0, 4194.0, 4174.0, 4204.0, 4184.0, 4191.0, 4182.0, 4191.0, 4172.0, 4180.0, 4160.0, 4178.0, 4170.0, 4179.0, 4150.0, 4191.0, 4162.0, 4203.0, 4172.0, 4163.0, 4163.0, 4162.0, 4173.0, 4215.0, 4193.0, 4192.0, 4181.0, 4180.0, 4170.0, 4180.0, 4160.0, 4180.0, 4160.0, 4170.0, 4171.0, 4171.0, 4151.0, 4161.0, 4150.0, 4161.0, 4170.0, 4172.0, 4192.0, 4182.0, 4181.0, 4172.0, 4170.0, 4162.0, 4182.0, 4175.0, 4194.0, 4172.0, 4182.0, 4173.0, 4161.0, 4171.0, 4160.0, 4172.0, 4160.0, 4172.0, 4181.0, 4182.0, 4160.0, 4170.0, 4160.0, 4169.0, 4159.0, 4169.0, 4169.0, 4170.0, 4159.0, 4171.0, 4150.0, 4160.0, 4160.0, 4162.0, 4181.0, 4162.0, 4172.0, 4174.0, 4161.0, 4163.0, 4171.0, 4174.0, 4193.0, 4184.0, 4203.0, 4183.0, 4192.0, 4173.0, 4182.0, 4173.0, 4192.0, 4172.0, 4214.0, 4182.0, 4203.0, 4182.0, 4203.0, 4172.0, 4201.0, 4172.0, 4191.0, 4183.0, 4191.0, 4184.0, 4192.0, 4171.0, 4191.0, 4162.0, 4191.0, 4162.0, 4181.0, 4174.0, 4182.0, 4174.0, 4192.0, 4183.0, 4192.0, 4184.0, 4194.0, 4172.0, 4192.0, 4174.0, 4194.0, 4172.0, 4193.0, 4160.0, 4181.0, 4149.0, 4169.0, 4160.0, 4171.0, 4172.0, 4171.0, 4171.0, 4170.0, 4151.0, 4161.0, 4150.0, 4161.0, 4160.0, 4162.0, 4173.0, 4173.0, 4172.0, 4184.0, 4162.0, 4173.0, 4150.0, 4182.0, 4170.0, 4172.0, 4181.0, 4172.0, 4202.0, 4182.0, 4201.0, 4171.0, 4189.0, 4159.0, 4190.0, 4159.0, 4180.0, 4182.0, 4169.0, 4172.0, 4179.0, 4151.0, 4169.0, 4161.0, 4209.0, 4205.0, 4209.0, 4185.0, 4192.0, 4173.0, 4191.0, 4183.0, 4220.0, 4213.0, 4216.0, 4185.0, 4193.0, 4185.0, 4181.0, 4173.0, 4163.0, 4183.0, 4153.0, 4207.0, 4175.0, 4204.0, 4185.0, 4194.0, 4174.0, 4179.0, 4176.0, 4153.0, 4195.0, 4174.0, 4193.0, 4183.0, 4193.0, 4172.0, 4190.0, 4171.0, 4190.0, 4181.0, 4190.0, 4169.0, 4130.0, 4170.0, 4152.0, 4191.0, 4195.0, 4206.0, 4184.0, 4182.0, 4162.0, 4153.0, 4174.0, 4162.0, 4194.0, 4173.0, 4192.0, 4172.0, 4192.0, 4172.0, 4202.0, 4183.0, 4204.0, 4184.0, 4194.0, 4172.0, 4153.0, 4182.0, 4163.0, 4192.0, 4184.0, 4204.0, 4173.0, 4192.0, 4173.0, 4192.0, 4161.0, 4191.0, 4161.0, 4190.0, 4162.0, 4202.0, 4174.0, 4204.0, 4184.0, 4183.0, 4173.0, 4162.0, 4152.0, 4171.0, 4174.0, 4214.0, 4193.0, 4204.0, 4184.0, 4192.0, 4173.0, 4162.0, 4152.0, 4173.0, 4174.0, 4205.0, 4184.0, 4205.0, 4195.0, 4193.0, 4183.0, 4192.0, 4173.0, 4181.0, 4173.0, 4193.0, 4173.0, 4182.0, 4173.0, 4182.0, 4175.0, 4193.0, 4163.0, 4193.0, 4164.0, 4193.0, 4174.0, 4193.0, 4165.0, 4195.0, 4175.0, 4196.0, 4172.0, 4194.0, 4164.0, 4194.0, 4163.0, 4192.0, 4175.0, 4195.0, 4173.0, 4194.0, 4173.0, 4194.0, 4189.0, 4207.0, 4208.0, 4174.0, 4184.0, 4188.0, 4227.0, 4198.0, 4216.0, 4198.0, 4207.0, 4184.0, 4193.0, 4182.0, 4193.0, 4173.0, 4192.0, 4171.0, 4191.0, 4162.0, 4183.0, 4162.0, 4192.0, 4163.0, 4183.0, 4164.0, 4193.0, 4175.0, 4204.0, 4195.0, 4206.0, 4184.0, 4181.0, 4172.0, 4190.0, 4161.0, 4181.0, 4152.0, 4191.0, 4171.0, 4171.0, 4190.0, 4181.0, 4192.0, 4170.0, 4150.0, 4161.0, 4162.0, 4181.0, 4162.0, 4193.0, 4163.0, 4182.0, 4173.0, 4184.0, 4164.0, 4194.0, 4164.0, 4195.0, 4175.0, 4205.0, 4184.0, 4184.0, 4202.0, 4183.0, 4215.0, 4194.0, 4193.0, 4182.0, 4181.0, 4161.0, 4182.0, 4151.0, 4182.0, 4161.0, 4173.0, 4163.0, 4182.0, 4151.0, 4191.0, 4164.0, 4192.0, 4173.0, 4192.0, 4184.0, 4203.0, 4183.0, 4184.0, 4175.0, 4193.0, 4174.0, 4226.0, 4196.0, 4203.0, 4184.0, 4172.0, 4173.0, 4161.0, 4173.0, 4173.0, 4204.0, 4185.0, 4205.0, 4184.0, 4203.0, 4195.0, 4205.0, 4185.0, 4206.0, 4185.0, 4215.0, 4175.0, 4183.0, 4175.0, 4204.0, 4187.0, 4205.0, 4185.0, 4163.0, 4183.0, 4162.0, 4193.0, 4172.0, 4205.0, 4183.0, 4203.0, 4183.0, 4214.0, 4173.0, 4162.0, 4172.0, 4185.0, 4193.0, 4173.0, 4201.0, 4172.0, 4203.0, 4182.0, 4203.0, 4183.0, 4202.0, 4182.0, 4213.0, 4187.0, 4174.0, 4195.0, 4173.0, 4141.0, 4174.0, 4202.0, 4192.0, 4203.0, 4182.0, 4192.0, 4182.0, 4202.0, 4181.0, 4199.0, 4168.0, 4177.0, 4156.0, 4133.0, 4175.0, 4157.0, 4184.0, 4153.0, 4133.0, 4164.0, 4143.0, 4172.0, 4153.0, 4142.0, 4131.0, 4121.0, 4152.0], 'WindowWidth': [9376.0, 9384.0, 9316.0, 9283.0, 9293.0, 9273.0, 9314.0, 9269.0, 9314.0, 9264.0, 9303.0, 9276.0, 9301.0, 9261.0, 9288.0, 9264.0, 9295.0, 9269.0, 9279.0, 9266.0, 9266.0, 9270.0, 9307.0, 9284.0, 9328.0, 9296.0, 9309.0, 9277.0, 9304.0, 9264.0, 9291.0, 9265.0, 9292.0, 9283.0, 9307.0, 9268.0, 9238.0, 9272.0, 9248.0, 9291.0, 9275.0, 9293.0, 9330.0, 9304.0, 9328.0, 9302.0, 9327.0, 9283.0, 9311.0, 9299.0, 9298.0, 9298.0, 9314.0, 9271.0, 9313.0, 9273.0, 9313.0, 9305.0, 9315.0, 9306.0, 9327.0, 9287.0, 9313.0, 9284.0, 9299.0, 9298.0, 9294.0, 9283.0, 9308.0, 9270.0, 9309.0, 9270.0, 9312.0, 9296.0, 9298.0, 9268.0, 9279.0, 9264.0, 9290.0, 9254.0, 9292.0, 9255.0, 9293.0, 9271.0, 9316.0, 9264.0, 9295.0, 9249.0, 9278.0, 9252.0, 9291.0, 9261.0, 9281.0, 9292.0, 9262.0, 9247.0, 9249.0, 9237.0, 9268.0, 9251.0, 9296.0, 9293.0, 9278.0, 9292.0, 9274.0, 9248.0, 9263.0, 9258.0, 9265.0, 9287.0, 9265.0, 9324.0, 9292.0, 9291.0, 9275.0, 9257.0, 9250.0, 9275.0, 9252.0, 9320.0, 9284.0, 9296.0, 9297.0, 9310.0, 9285.0, 9297.0, 9271.0, 9294.0, 9275.0, 9334.0, 9313.0, 9312.0, 9281.0, 9310.0, 9269.0, 9296.0, 9284.0, 9296.0, 9281.0, 9291.0, 9282.0, 9293.0, 9255.0, 9308.0, 9268.0, 9296.0, 9287.0, 9292.0, 9285.0, 9307.0, 9271.0, 9308.0, 9281.0, 9311.0, 9279.0, 9277.0, 9247.0, 9273.0, 9247.0, 9272.0, 9245.0, 9275.0, 9260.0, 9276.0, 9245.0, 9276.0, 9236.0, 9278.0, 9250.0, 9279.0, 9265.0, 9266.0, 9276.0, 9264.0, 9245.0, 9248.0, 9260.0, 9264.0, 9326.0, 9292.0, 9299.0, 9282.0, 9274.0, 9247.0, 9236.0, 9278.0, 9273.0, 9313.0, 9278.0, 9276.0, 9294.0, 9338.0, 9301.0, 9304.0, 9267.0, 9280.0, 9249.0, 9267.0, 9311.0, 9261.0, 9306.0, 9270.0, 9287.0, 9269.0, 9283.0, 9257.0, 9256.0, 9246.0, 9218.0, 9260.0, 9250.0, 9264.0, 9257.0, 9275.0, 9228.0, 9258.0, 9228.0, 9257.0, 9254.0, 9239.0, 9268.0, 9243.0, 9240.0, 9271.0, 9247.0, 9271.0, 9250.0, 9292.0, 9277.0, 9292.0, 9249.0, 9260.0, 9233.0, 9259.0, 9231.0, 9260.0, 9234.0, 9275.0, 9250.0, 9279.0, 9266.0, 9293.0, 9248.0, 9245.0, 9236.0, 9263.0, 9274.0, 9314.0, 9291.0, 9250.0, 9287.0, 9281.0, 9304.0, 9298.0, 9361.0, 9323.0, 9331.0, 9284.0, 9269.0, 9266.0, 9276.0, 9267.0, 9325.0, 9293.0, 9274.0, 9262.0, 9236.0, 9278.0, 9251.0, 9293.0, 9267.0, 9291.0, 9246.0, 9289.0, 9248.0, 9288.0, 9250.0, 9287.0, 9281.0, 9306.0, 9281.0, 9278.0, 9264.0, 9236.0, 9268.0, 9265.0, 9280.0, 9310.0, 9277.0, 9275.0, 9264.0, 9236.0, 9274.0, 9249.0, 9291.0, 9262.0, 9292.0, 9258.0, 9286.0, 9245.0, 9270.0, 9249.0, 9283.0, 9274.0, 9288.0, 9275.0, 9286.0, 9258.0, 9284.0, 9246.0, 9272.0, 9261.0, 9304.0, 9275.0, 9307.0, 9275.0, 9281.0, 9273.0, 9284.0, 9243.0, 9283.0, 9246.0, 9297.0, 9274.0, 9257.0, 9244.0, 9232.0, 9263.0, 9254.0, 9289.0, 9268.0, 9291.0, 9287.0, 9307.0, 9281.0, 9263.0, 9266.0, 9239.0, 9280.0, 9278.0, 9282.0, 9305.0, 9277.0, 9288.0, 9259.0, 9266.0, 9256.0, 9268.0, 9257.0, 9284.0, 9256.0, 9228.0, 9254.0, 9249.0, 9275.0, 9253.0, 9293.0, 9287.0, 9311.0, 9285.0, 9293.0, 9283.0, 9308.0, 9280.0, 9289.0, 9278.0, 9293.0, 9263.0, 9287.0, 9257.0, 9269.0, 9244.0, 9272.0, 9249.0, 9275.0, 9265.0, 9289.0, 9267.0, 9308.0, 9277.0, 9328.0, 9278.0, 9332.0, 9308.0, 9315.0, 9290.0, 9348.0, 9300.0, 9315.0, 9297.0, 9310.0, 9268.0, 9298.0, 9264.0, 9294.0, 9246.0, 9274.0, 9231.0, 9270.0, 9258.0, 9259.0, 9255.0, 9259.0, 9233.0, 9267.0, 9258.0, 9270.0, 9239.0, 9267.0, 9257.0, 9294.0, 9285.0, 9312.0, 9267.0, 9299.0, 9266.0, 9277.0, 9229.0, 9257.0, 9232.0, 9257.0, 9229.0, 9260.0, 9256.0, 9260.0, 9273.0, 9259.0, 9234.0, 9250.0, 9236.0, 9250.0, 9236.0, 9269.0, 9279.0, 9272.0, 9310.0, 9281.0, 9281.0, 9268.0, 9323.0, 9278.0, 9293.0, 9276.0, 9279.0, 9256.0, 9283.0, 9249.0, 9266.0, 9237.0, 9268.0, 9252.0, 9270.0, 9281.0, 9272.0, 9312.0, 9296.0, 9329.0, 9283.0, 9278.0, 9266.0, 9294.0, 9254.0, 9293.0, 9281.0, 9282.0, 9253.0, 9280.0, 9252.0, 9277.0, 9235.0, 9264.0, 9257.0, 9262.0, 9305.0, 9278.0, 9307.0, 9277.0, 9290.0, 9264.0, 9274.0, 9247.0, 9276.0, 9269.0, 9276.0, 9259.0, 9296.0, 9277.0, 9317.0, 9278.0, 9336.0, 9303.0, 9317.0, 9301.0, 9300.0, 9269.0, 9284.0, 9256.0, 9299.0, 9264.0, 9281.0, 9251.0, 9265.0, 9262.0, 9267.0, 9279.0, 9281.0, 9251.0, 9281.0, 9270.0, 9308.0, 9302.0, 9317.0, 9297.0, 9299.0, 9279.0, 9289.0, 9275.0, 9292.0, 9248.0, 9291.0, 9258.0, 9259.0, 9228.0, 9253.0, 9242.0, 9271.0, 9265.0, 9284.0, 9278.0, 9302.0, 9274.0, 9304.0, 9272.0, 9290.0, 9262.0, 9272.0, 9253.0, 9263.0, 9229.0, 9255.0, 9246.0, 9255.0, 9258.0, 9274.0, 9246.0, 9274.0, 9266.0, 9248.0, 9293.0, 9248.0, 9220.0, 9297.0, 9269.0, 9311.0, 9279.0, 9291.0, 9263.0, 9308.0, 9263.0, 9301.0, 9268.0, 9300.0, 9266.0, 9300.0, 9271.0, 9251.0, 9236.0, 9214.0, 9240.0, 9231.0, 9272.0, 9231.0, 9276.0, 9250.0, 9273.0, 9262.0, 9285.0, 9234.0, 9300.0, 9240.0, 9296.0, 9285.0, 9295.0, 9267.0, 9309.0, 9278.0, 9288.0, 9273.0, 9285.0, 9259.0, 9268.0, 9239.0, 9263.0, 9253.0, 9265.0, 9228.0, 9284.0, 9249.0, 9303.0, 9261.0, 9249.0, 9248.0, 9245.0, 9265.0, 9326.0, 9289.0, 9289.0, 9270.0, 9267.0, 9254.0, 9267.0, 9241.0, 9267.0, 9239.0, 9254.0, 9256.0, 9254.0, 9229.0, 9243.0, 9227.0, 9244.0, 9254.0, 9259.0, 9286.0, 9273.0, 9270.0, 9259.0, 9256.0, 9248.0, 9271.0, 9269.0, 9293.0, 9261.0, 9273.0, 9261.0, 9245.0, 9258.0, 9242.0, 9260.0, 9240.0, 9260.0, 9271.0, 9274.0, 9240.0, 9253.0, 9240.0, 9251.0, 9237.0, 9251.0, 9252.0, 9254.0, 9237.0, 9255.0, 9228.0, 9242.0, 9242.0, 9247.0, 9273.0, 9248.0, 9259.0, 9263.0, 9245.0, 9249.0, 9258.0, 9265.0, 9289.0, 9278.0, 9307.0, 9278.0, 9287.0, 9263.0, 9272.0, 9265.0, 9286.0, 9260.0, 9321.0, 9276.0, 9305.0, 9275.0, 9302.0, 9261.0, 9299.0, 9261.0, 9287.0, 9278.0, 9287.0, 9279.0, 9286.0, 9258.0, 9286.0, 9247.0, 9286.0, 9249.0, 9273.0, 9268.0, 9276.0, 9267.0, 9289.0, 9279.0, 9289.0, 9280.0, 9291.0, 9263.0, 9289.0, 9266.0, 9292.0, 9260.0, 9290.0, 9241.0, 9271.0, 9224.0, 9252.0, 9240.0, 9255.0, 9259.0, 9257.0, 9256.0, 9256.0, 9230.0, 9245.0, 9229.0, 9243.0, 9242.0, 9246.0, 9263.0, 9264.0, 9262.0, 9278.0, 9247.0, 9261.0, 9229.0, 9273.0, 9254.0, 9259.0, 9270.0, 9258.0, 9305.0, 9271.0, 9297.0, 9254.0, 9278.0, 9237.0, 9279.0, 9237.0, 9267.0, 9272.0, 9251.0, 9258.0, 9266.0, 9230.0, 9251.0, 9245.0, 9322.0, 9332.0, 9320.0, 9281.0, 9285.0, 9261.0, 9283.0, 9278.0, 9338.0, 9336.0, 9326.0, 9280.0, 9288.0, 9280.0, 9271.0, 9262.0, 9248.0, 9276.0, 9236.0, 9314.0, 9270.0, 9306.0, 9282.0, 9292.0, 9266.0, 9283.0, 9276.0, 9237.0, 9295.0, 9267.0, 9290.0, 9274.0, 9290.0, 9258.0, 9282.0, 9253.0, 9282.0, 9270.0, 9278.0, 9250.0, 9200.0, 9254.0, 9235.0, 9285.0, 9296.0, 9313.0, 9280.0, 9275.0, 9245.0, 9235.0, 9263.0, 9247.0, 9291.0, 9263.0, 9289.0, 9259.0, 9288.0, 9261.0, 9302.0, 9276.0, 9305.0, 9280.0, 9291.0, 9260.0, 9235.0, 9274.0, 9251.0, 9287.0, 9279.0, 9306.0, 9262.0, 9290.0, 9262.0, 9286.0, 9244.0, 9284.0, 9245.0, 9282.0, 9247.0, 9300.0, 9266.0, 9309.0, 9279.0, 9275.0, 9262.0, 9247.0, 9233.0, 9258.0, 9265.0, 9320.0, 9291.0, 9307.0, 9278.0, 9286.0, 9262.0, 9248.0, 9236.0, 9265.0, 9268.0, 9308.0, 9279.0, 9314.0, 9293.0, 9289.0, 9276.0, 9287.0, 9264.0, 9270.0, 9263.0, 9291.0, 9263.0, 9272.0, 9263.0, 9273.0, 9267.0, 9288.0, 9251.0, 9289.0, 9251.0, 9289.0, 9266.0, 9289.0, 9255.0, 9297.0, 9271.0, 9298.0, 9262.0, 9293.0, 9251.0, 9291.0, 9251.0, 9289.0, 9270.0, 9295.0, 9263.0, 9293.0, 9264.0, 9293.0, 9297.0, 9318.0, 9320.0, 9267.0, 9281.0, 9289.0, 9344.0, 9303.0, 9330.0, 9303.0, 9315.0, 9280.0, 9290.0, 9274.0, 9289.0, 9264.0, 9287.0, 9257.0, 9283.0, 9245.0, 9272.0, 9246.0, 9284.0, 9250.0, 9276.0, 9253.0, 9291.0, 9268.0, 9309.0, 9295.0, 9312.0, 9277.0, 9272.0, 9259.0, 9281.0, 9244.0, 9270.0, 9233.0, 9283.0, 9254.0, 9255.0, 9280.0, 9269.0, 9284.0, 9253.0, 9226.0, 9242.0, 9246.0, 9270.0, 9248.0, 9288.0, 9250.0, 9274.0, 9263.0, 9282.0, 9254.0, 9292.0, 9255.0, 9295.0, 9271.0, 9312.0, 9278.0, 9279.0, 9302.0, 9275.0, 9325.0, 9290.0, 9288.0, 9272.0, 9268.0, 9243.0, 9269.0, 9229.0, 9272.0, 9245.0, 9262.0, 9249.0, 9273.0, 9233.0, 9284.0, 9252.0, 9285.0, 9264.0, 9286.0, 9279.0, 9303.0, 9278.0, 9279.0, 9270.0, 9291.0, 9268.0, 9344.0, 9299.0, 9305.0, 9279.0, 9261.0, 9262.0, 9245.0, 9265.0, 9266.0, 9308.0, 9282.0, 9310.0, 9281.0, 9305.0, 9297.0, 9310.0, 9283.0, 9310.0, 9283.0, 9322.0, 9268.0, 9277.0, 9268.0, 9308.0, 9286.0, 9309.0, 9280.0, 9249.0, 9277.0, 9248.0, 9290.0, 9261.0, 9308.0, 9278.0, 9306.0, 9275.0, 9319.0, 9261.0, 9246.0, 9259.0, 9280.0, 9291.0, 9260.0, 9301.0, 9261.0, 9303.0, 9274.0, 9304.0, 9277.0, 9302.0, 9276.0, 9319.0, 9290.0, 9265.0, 9296.0, 9267.0, 9219.0, 9268.0, 9304.0, 9288.0, 9305.0, 9272.0, 9287.0, 9274.0, 9301.0, 9270.0, 9294.0, 9248.0, 9255.0, 9227.0, 9192.0, 9254.0, 9227.0, 9264.0, 9217.0, 9190.0, 9232.0, 9203.0, 9243.0, 9216.0, 9201.0, 9186.0, 9172.0, 9215.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.00036032894736842105</td></tr>
<tr><td colspan=3>aqi</td><td>0.02224541569548872</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.5744247222107</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2059178820131706</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9554399041862651</td></tr>
<tr><td colspan=3>efc</td><td>0.4725</td></tr>
<tr><td colspan=3>fber</td><td>5839.7939</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07877286788718482</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6917293233082706</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.626075625944471</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5965523017297327</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.829096841639984</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4525777344636963</td></tr>
<tr><td colspan=3>gcor</td><td>0.00708512</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018053917214274406</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027722815051674843</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1064</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9278568690677242</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5403</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5955</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.5449</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.5867</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5938</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.8155</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3365.0519</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.7398</td></tr>
<tr><td colspan=3>tsnr</td><td>38.92288743099198</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>