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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:19:12.117500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990293, 0.0789699, 0.11438, -0.086117, 0.99454, 0.0589483]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0774703</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7798, -7280, 182, -161, -177, -153, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.439</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d4b81c16-3564-49a8-ac00-64e4529ba501||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6568849086761475, -0.2310456931591034, 0.2945701777935028, 116.5915756225586], [-0.21187032759189606, 2.6682770252227783, 0.18421049416065216, -97.740234375], [0.30687254667282104, -0.15815384685993195, 2.67755389213562, -94.690185546875], [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': ['201912.117500', '201912.577500', '201913.037500', '201913.497500', '201913.957500', '201914.417500', '201914.877500', '201915.337500', '201915.797500', '201916.257500', '201916.717500', '201917.177500', '201917.637500', '201918.097500', '201918.557500', '201919.017500', '201919.477500', '201919.937500', '201920.397500', '201920.857500', '201921.317500', '201921.777500', '201922.237500', '201922.697500', '201923.157500', '201923.617500', '201924.077500', '201924.537500', '201924.997500', '201925.457500', '201925.917500', '201926.377500', '201926.837500', '201927.297500', '201927.757500', '201928.217500', '201928.677500', '201929.137500', '201929.597500', '201930.057500', '201930.517500', '201930.977500', '201931.437500', '201931.897500', '201932.357500', '201932.817500', '201933.277500', '201933.737500', '201934.197500', '201934.657500', '201935.117500', '201935.577500', '201936.037500', '201936.497500', '201936.957500', '201937.417500', '201937.877500', '201938.337500', '201938.797500', '201939.257500', '201939.717500', '201940.177500', '201940.637500', '201941.097500', '201941.557500', '201942.017500', '201942.477500', '201942.937500', '201943.397500', '201943.857500', '201944.317500', '201944.777500', '201945.237500', '201945.697500', '201946.157500', '201946.617500', '201947.077500', '201947.537500', '201947.997500', '201948.457500', '201948.917500', '201949.377500', '201949.837500', '201950.297500', '201950.757500', '201951.217500', '201951.677500', '201952.137500', '201952.597500', '201953.057500', '201953.517500', '201953.977500', '201954.437500', '201954.897500', '201955.357500', '201955.817500', '201956.277500', '201956.737500', '201957.197500', '201957.657500', '201958.117500', '201958.577500', '201959.037500', '201959.497500', '201959.957500', '202000.417500', '202000.877500', '202001.337500', '202001.797500', '202002.257500', '202002.717500', '202003.177500', '202003.637500', '202004.097500', '202004.557500', '202005.017500', '202005.477500', '202005.937500', '202006.397500', '202006.857500', '202007.317500', '202007.777500', '202008.237500', '202008.697500', '202009.157500', '202009.617500', '202010.077500', '202010.537500', '202010.997500', '202011.457500', '202011.917500', '202012.377500', '202012.837500', '202013.297500', '202013.757500', '202014.217500', '202014.677500', '202015.137500', '202015.597500', '202016.057500', '202016.517500', '202016.977500', '202017.437500', '202017.897500', '202018.357500', '202018.817500', '202019.277500', '202019.737500', '202020.197500', '202020.657500', '202021.117500', '202021.577500', '202022.037500', '202022.497500', '202022.957500', '202023.417500', '202023.877500', '202024.337500', '202024.797500', '202025.257500', '202025.717500', '202026.177500', '202026.637500', '202027.097500', '202027.557500', '202028.017500', '202028.477500', '202028.937500', '202029.397500', '202029.857500', '202030.317500', '202030.777500', '202031.237500', '202031.697500', '202032.157500', '202032.617500', '202033.077500', '202033.537500', '202033.997500', '202034.457500', '202034.917500', '202035.377500', '202035.837500', '202036.297500', '202036.757500', '202037.217500', '202037.677500', '202038.137500', '202038.597500', '202039.057500', '202039.517500', '202039.977500', '202040.437500', '202040.897500', '202041.357500', '202041.817500', '202042.277500', '202042.737500', '202043.197500', '202043.657500', '202044.117500', '202044.577500', '202045.037500', '202045.497500', '202045.957500', '202046.417500', '202046.877500', '202047.337500', '202047.797500', '202048.257500', '202048.717500', '202049.177500', '202049.637500', '202050.097500', '202050.557500', '202051.017500', '202051.477500', '202051.937500', '202052.397500', '202052.857500', '202053.317500', '202053.777500', '202054.237500', '202054.697500', '202055.157500', '202055.617500', '202056.077500', '202056.537500', '202056.997500', '202057.457500', '202057.917500', '202058.377500', '202058.837500', '202059.297500', '202059.757500', '202100.217500', '202100.677500', '202101.137500', '202101.597500', '202102.057500', '202102.517500', '202102.977500', '202103.437500', '202103.897500', '202104.357500', '202104.817500', '202105.277500', '202105.737500', '202106.197500', '202106.657500', '202107.117500', '202107.577500', '202108.037500', '202108.497500', '202108.957500', '202109.417500', '202109.877500', '202110.337500', '202110.797500', '202111.257500', '202111.717500', '202112.177500', '202112.637500', '202113.097500', '202113.557500', '202114.017500', '202114.477500', '202114.937500', '202115.397500', '202115.857500', '202116.317500', '202116.777500', '202117.237500', '202117.697500', '202118.157500', '202118.617500', '202119.077500', '202119.537500', '202119.997500', '202120.457500', '202120.917500', '202121.377500', '202121.837500', '202122.297500', '202122.757500', '202123.217500', '202123.677500', '202124.137500', '202124.597500', '202125.057500', '202125.517500', '202125.977500', '202126.437500', '202126.897500', '202127.357500', '202127.817500', '202128.277500', '202128.737500', '202129.197500', '202129.657500', '202130.117500', '202130.577500', '202131.037500', '202131.497500', '202131.957500', '202132.417500', '202132.877500', '202133.337500', '202133.797500', '202134.257500', '202134.717500', '202135.177500', '202135.637500', '202136.097500', '202136.557500', '202137.017500', '202137.477500', '202137.937500', '202138.397500', '202138.857500', '202139.317500', '202139.777500', '202140.237500', '202140.697500', '202141.157500', '202141.617500', '202142.077500', '202142.537500', '202142.997500', '202143.457500', '202143.917500', '202144.377500', '202144.837500', '202145.297500', '202145.757500', '202146.217500', '202146.677500', '202147.137500', '202147.597500', '202148.057500', '202148.517500', '202148.977500', '202149.437500', '202149.897500', '202150.357500', '202150.817500', '202151.277500', '202151.737500', '202152.197500', '202152.657500', '202153.117500', '202153.577500', '202154.037500', '202154.497500', '202154.957500', '202155.417500', '202155.877500', '202156.337500', '202156.797500', '202157.257500', '202157.717500', '202158.177500', '202158.637500', '202159.097500', '202159.557500', '202200.017500', '202200.477500', '202200.937500', '202201.397500', '202201.857500', '202202.317500', '202202.777500', '202203.237500', '202203.697500', '202204.157500', '202204.617500', '202205.077500', '202205.537500', '202205.997500', '202206.457500', '202206.917500', '202207.377500', '202207.837500', '202208.297500', '202208.757500', '202209.217500', '202209.677500', '202210.137500', '202210.597500', '202211.057500', '202211.517500', '202211.977500', '202212.437500', '202212.897500', '202213.357500', '202213.817500', '202214.277500', '202214.737500', '202215.197500', '202215.657500', '202216.117500', '202216.577500', '202217.037500', '202217.497500', '202217.957500', '202218.417500', '202218.877500', '202219.337500', '202219.797500', '202220.257500', '202220.717500', '202221.177500', '202221.637500', '202222.097500', '202222.557500', '202223.017500', '202223.477500', '202223.937500', '202224.397500', '202224.857500', '202225.317500', '202225.777500', '202226.237500', '202226.697500', '202227.157500', '202227.617500', '202228.077500', '202228.537500', '202228.997500', '202229.457500', '202229.917500', '202230.377500', '202230.837500', '202231.297500', '202231.757500', '202232.217500', '202232.677500', '202233.137500', '202233.597500', '202234.057500', '202234.517500', '202234.977500', '202235.437500', '202235.897500', '202236.357500', '202236.817500', '202237.277500', '202237.737500', '202238.197500', '202238.657500', '202239.117500', '202239.577500', '202240.037500', '202240.497500', '202240.957500', '202241.417500', '202241.877500', '202242.337500', '202242.797500', '202243.257500', '202243.717500', '202244.177500', '202244.637500', '202245.097500', '202245.557500', '202246.017500', '202246.477500', '202246.937500', '202247.397500', '202247.857500', '202248.317500', '202248.777500', '202249.237500', '202249.697500', '202250.157500', '202250.617500', '202251.077500', '202251.537500', '202251.997500', '202252.457500', '202252.917500', '202253.377500', '202253.837500', '202254.297500', '202254.757500', '202255.217500', '202255.677500', '202256.137500', '202256.597500', '202257.057500', '202257.517500', '202257.977500', '202258.437500', '202258.897500', '202259.357500', '202259.817500', '202300.277500', '202300.737500', '202301.197500', '202301.657500', '202302.117500', '202302.577500', '202303.037500', '202303.497500', '202303.957500', '202304.417500', '202304.877500', '202305.337500', '202305.797500', '202306.257500', '202306.717500', '202307.177500', '202307.637500', '202308.097500', '202308.557500', '202309.017500', '202309.477500', '202309.937500', '202310.397500', '202310.857500', '202311.317500', '202311.777500', '202312.237500', '202312.697500', '202313.157500', '202313.617500', '202314.077500', '202314.537500', '202314.997500', '202315.457500', '202315.917500', '202316.377500', '202316.837500', '202317.297500', '202317.757500', '202318.217500', '202318.677500', '202319.137500', '202319.597500', '202320.057500', '202320.517500', '202320.977500', '202321.437500', '202321.897500', '202322.357500', '202322.817500', '202323.277500', '202323.737500', '202324.197500', '202324.657500', '202325.117500', '202325.577500', '202326.037500', '202326.497500', '202326.957500', '202327.417500', '202327.877500', '202328.337500', '202328.797500', '202329.257500', '202329.717500', '202330.177500', '202330.637500', '202331.097500', '202331.557500', '202332.017500', '202332.477500', '202332.937500', '202333.397500', '202333.857500', '202334.317500', '202334.777500', '202335.237500', '202335.697500', '202336.157500', '202336.617500', '202337.077500', '202337.537500', '202337.997500', '202338.457500', '202338.917500', '202339.377500', '202339.837500', '202340.297500', '202340.757500', '202341.217500', '202341.677500', '202342.137500', '202342.597500', '202343.057500', '202343.517500', '202343.977500', '202344.437500', '202344.897500', '202345.357500', '202345.817500', '202346.277500', '202346.737500', '202347.197500', '202347.657500', '202348.117500', '202348.577500', '202349.037500', '202349.497500', '202349.957500', '202350.417500', '202350.877500', '202351.337500', '202351.797500', '202352.257500', '202352.717500', '202353.177500', '202353.637500', '202354.097500', '202354.557500', '202355.017500', '202355.477500', '202355.937500', '202356.397500', '202356.857500', '202357.317500', '202357.777500', '202358.237500', '202358.697500', '202359.157500', '202359.617500', '202400.077500', '202400.537500', '202400.997500', '202401.457500', '202401.917500', '202402.377500', '202402.837500', '202403.297500', '202403.757500', '202404.217500', '202404.677500', '202405.137500', '202405.597500', '202406.057500', '202406.517500', '202406.977500', '202407.437500', '202407.897500', '202408.357500', '202408.817500', '202409.277500', '202409.737500', '202410.197500', '202410.657500', '202411.117500', '202411.577500', '202412.037500', '202412.497500', '202412.957500', '202413.417500', '202413.877500', '202414.337500', '202414.797500', '202415.257500', '202415.717500', '202416.177500', '202416.637500', '202417.097500', '202417.557500', '202418.017500', '202418.477500', '202418.937500', '202419.397500', '202419.857500', '202420.317500', '202420.777500', '202421.237500', '202421.697500', '202422.157500', '202422.617500', '202423.077500', '202423.537500', '202423.997500', '202424.457500', '202424.917500', '202425.377500', '202425.837500', '202426.297500', '202426.757500', '202427.217500', '202427.677500', '202428.137500', '202428.597500', '202429.057500', '202429.517500', '202429.977500', '202430.437500', '202430.897500', '202431.357500', '202431.817500', '202432.277500', '202432.737500', '202433.197500', '202433.657500', '202434.117500', '202434.577500', '202435.037500', '202435.497500', '202435.957500', '202436.417500', '202436.877500', '202437.337500', '202437.797500', '202438.257500', '202438.717500', '202439.177500', '202439.637500', '202440.097500', '202440.557500', '202441.017500', '202441.477500', '202441.937500', '202442.397500', '202442.857500', '202443.317500', '202443.777500', '202444.237500', '202444.697500', '202445.157500', '202445.617500', '202446.077500', '202446.537500', '202446.997500', '202447.457500', '202447.917500', '202448.377500', '202448.837500', '202449.297500', '202449.757500', '202450.217500', '202450.677500', '202451.137500', '202451.597500', '202452.057500', '202452.517500', '202452.977500', '202453.437500', '202453.897500', '202454.357500', '202454.817500', '202455.277500', '202455.737500', '202456.197500', '202456.657500', '202457.117500', '202457.577500', '202458.037500', '202458.497500', '202458.957500', '202459.417500', '202459.877500', '202500.337500', '202500.797500', '202501.257500', '202501.717500', '202502.177500', '202502.637500', '202503.097500', '202503.557500', '202504.017500', '202504.477500', '202504.937500', '202505.397500', '202505.857500', '202506.317500', '202506.777500', '202507.237500', '202507.697500', '202508.157500', '202508.617500', '202509.077500', '202509.537500', '202509.997500', '202510.457500', '202510.917500', '202511.377500', '202511.837500', '202512.297500', '202512.757500', '202513.217500', '202513.677500', '202514.137500', '202514.597500', '202515.057500', '202515.517500', '202515.977500', '202516.437500', '202516.897500', '202517.357500', '202517.817500', '202518.277500', '202518.737500', '202519.197500', '202519.657500', '202520.117500', '202520.577500', '202521.037500', '202521.497500', '202521.957500', '202522.417500', '202522.877500', '202523.337500', '202523.797500', '202524.257500', '202524.717500', '202525.177500', '202525.637500', '202526.097500', '202526.557500', '202527.017500', '202527.477500', '202527.937500', '202528.397500', '202528.857500', '202529.317500', '202529.777500', '202530.237500', '202530.697500', '202531.157500', '202531.617500', '202532.077500', '202532.537500', '202532.997500', '202533.457500', '202533.917500', '202534.377500', '202534.837500', '202535.297500', '202535.757500', '202536.217500', '202536.677500', '202537.137500', '202537.597500', '202538.057500', '202538.517500', '202538.977500', '202539.437500', '202539.897500', '202540.357500', '202540.817500', '202541.277500', '202541.737500', '202542.197500', '202542.657500', '202543.117500', '202543.577500', '202544.037500', '202544.497500', '202544.957500', '202545.417500', '202545.877500', '202546.337500', '202546.797500', '202547.257500', '202547.717500', '202548.177500', '202548.637500', '202549.097500', '202549.557500', '202550.017500', '202550.477500', '202550.937500', '202551.397500', '202551.857500', '202552.317500', '202552.777500', '202553.237500', '202553.697500', '202554.157500', '202554.617500', '202555.077500', '202555.537500', '202555.997500', '202556.457500', '202556.917500', '202557.377500', '202557.837500', '202558.297500', '202558.757500', '202559.217500', '202559.677500', '202600.137500', '202600.597500', '202601.057500', '202601.517500', '202601.977500', '202602.437500', '202602.897500', '202603.357500', '202603.817500', '202604.277500', '202604.737500', '202605.197500', '202605.657500', '202606.117500', '202606.577500', '202607.037500', '202607.497500', '202607.957500', '202608.417500', '202608.877500', '202609.337500', '202609.797500', '202610.257500', '202610.717500', '202611.177500', '202611.637500', '202612.097500', '202612.557500', '202613.017500', '202613.477500', '202613.937500', '202614.397500', '202614.857500', '202615.317500', '202615.777500', '202616.237500', '202616.697500', '202617.157500', '202617.617500', '202618.077500', '202618.537500', '202618.997500', '202619.457500', '202619.917500', '202620.377500', '202620.837500', '202621.297500', '202621.757500', '202622.217500', '202622.677500', '202623.137500', '202623.597500', '202624.057500', '202624.517500', '202624.977500', '202625.437500', '202625.897500', '202626.357500', '202626.817500', '202627.277500', '202627.737500', '202628.197500', '202628.657500', '202629.117500', '202629.577500', '202630.037500', '202630.497500', '202630.957500', '202631.417500', '202631.877500', '202632.337500', '202632.797500', '202633.257500', '202633.717500', '202634.177500', '202634.637500', '202635.097500', '202635.557500', '202636.017500', '202636.477500', '202636.937500', '202637.397500', '202637.857500', '202638.317500', '202638.777500', '202639.237500', '202639.697500', '202640.157500', '202640.617500', '202641.077500', '202641.537500', '202641.997500', '202642.457500', '202642.917500', '202643.377500', '202643.837500', '202644.297500', '202644.757500', '202645.217500', '202645.677500', '202646.137500', '202646.597500', '202647.057500', '202647.517500', '202647.977500', '202648.437500', '202648.897500', '202649.357500', '202649.817500', '202650.277500', '202650.737500', '202651.197500', '202651.657500', '202652.117500', '202652.577500', '202653.037500', '202653.497500', '202653.957500', '202654.417500', '202654.877500', '202655.337500', '202655.797500', '202656.257500', '202656.717500', '202657.177500', '202657.637500', '202658.097500', '202658.557500', '202659.017500', '202659.477500', '202659.937500', '202700.397500', '202700.857500', '202701.317500', '202701.777500', '202702.237500', '202702.697500', '202703.157500', '202703.617500', '202704.077500', '202704.537500', '202704.997500', '202705.457500', '202705.917500', '202706.377500', '202706.837500', '202707.297500', '202707.757500', '202708.217500', '202708.677500', '202709.137500', '202709.597500', '202710.057500', '202710.517500', '202710.977500', '202711.437500', '202711.897500', '202712.357500', '202712.817500', '202713.277500', '202713.737500', '202714.197500', '202714.657500', '202715.117500', '202715.577500', '202716.037500', '202716.497500', '202716.957500', '202717.417500', '202717.877500', '202718.337500', '202718.797500', '202719.257500', '202719.717500', '202720.177500', '202720.637500', '202721.097500', '202721.557500'], 'ContentTime': ['201926.468000', '201926.472000', '201926.475000', '201926.478000', '201926.481000', '201926.488000', '201926.490000', '201926.493000', '201926.496000', '201926.499000', '201926.502000', '201926.505000', '201926.508000', '201926.510000', '201926.513000', '201926.515000', '201926.518000', '201926.535000', '201926.537000', '201926.540000', '201926.543000', '201926.545000', '201926.548000', '201926.551000', '201926.553000', '201926.556000', '201926.559000', '201926.562000', '201926.564000', '201946.430000', '201946.432000', '201946.435000', '201946.440000', '201946.443000', '201946.446000', '201946.448000', '201946.451000', '201946.453000', '201946.456000', '201946.458000', '201946.461000', '201946.494000', '201946.499000', '201946.501000', '201946.504000', '201946.506000', '201946.509000', '201946.511000', '201946.514000', '201946.516000', '201946.519000', '201946.522000', '201946.524000', '201946.527000', '201946.529000', '201946.532000', '201946.535000', '201946.537000', '201946.540000', '201946.542000', '201946.545000', '201946.548000', '201946.551000', '201946.554000', '201946.557000', '201946.559000', '201946.562000', '201946.564000', '201946.567000', '201946.569000', '201946.572000', '201946.575000', '202006.429000', '202006.432000', '202006.435000', '202006.437000', '202006.440000', '202006.443000', '202006.445000', '202006.448000', '202006.450000', '202006.453000', '202006.455000', '202006.458000', '202006.461000', '202006.463000', '202006.466000', '202006.468000', '202006.471000', '202006.473000', '202006.476000', '202006.478000', '202006.481000', '202006.484000', '202006.486000', '202006.489000', '202006.498000', '202006.501000', '202006.503000', '202006.506000', '202006.508000', '202006.511000', '202006.514000', '202006.516000', '202006.519000', '202006.521000', '202006.524000', '202006.526000', '202006.529000', '202006.532000', '202006.534000', '202006.537000', '202006.539000', '202006.542000', '202006.544000', '202006.547000', '202026.430000', '202026.432000', '202026.435000', '202026.437000', '202026.440000', '202026.443000', '202026.445000', '202026.448000', '202026.450000', '202026.453000', '202026.456000', '202026.458000', '202026.461000', '202026.463000', '202026.466000', '202026.468000', '202026.471000', '202026.474000', '202026.476000', '202026.479000', '202026.481000', '202026.484000', '202026.487000', '202026.489000', '202026.492000', '202026.494000', '202026.497000', '202026.500000', '202026.502000', '202026.505000', '202026.507000', '202026.510000', '202026.512000', '202026.515000', '202026.518000', '202026.520000', '202026.523000', '202026.525000', '202026.528000', '202026.531000', '202026.533000', '202026.536000', '202026.538000', '202046.430000', '202046.432000', '202046.435000', '202046.438000', '202046.440000', '202046.443000', '202046.445000', '202046.448000', '202046.450000', '202046.453000', '202046.456000', '202046.458000', '202046.461000', '202046.463000', '202046.466000', '202046.469000', '202046.471000', '202046.474000', '202046.476000', '202046.479000', '202046.481000', '202046.484000', '202046.487000', '202046.489000', '202046.492000', '202046.494000', '202046.497000', '202046.500000', '202046.502000', '202046.505000', '202046.507000', '202046.510000', '202046.512000', '202046.515000', '202046.518000', '202046.520000', '202046.523000', '202046.525000', '202046.528000', '202046.531000', '202046.533000', '202046.536000', '202046.538000', '202046.541000', '202106.429000', '202106.432000', '202106.435000', '202106.437000', '202106.440000', '202106.443000', '202106.445000', '202106.448000', '202106.450000', '202106.453000', '202106.456000', '202106.458000', '202106.461000', '202106.463000', '202106.466000', '202106.468000', '202106.471000', '202106.474000', '202106.476000', '202106.479000', '202106.481000', '202106.484000', '202106.487000', '202106.489000', '202106.492000', '202106.494000', '202106.497000', '202106.500000', '202106.502000', '202106.505000', '202106.507000', '202106.510000', '202106.512000', '202106.515000', '202106.518000', '202106.520000', '202106.523000', '202106.525000', '202106.528000', '202106.530000', '202106.533000', '202106.536000', '202106.538000', '202126.429000', '202126.432000', '202126.435000', '202126.437000', '202126.440000', '202126.442000', '202126.445000', '202126.448000', '202126.450000', '202126.453000', '202126.455000', '202126.458000', '202126.461000', '202126.463000', '202126.466000', '202126.468000', '202126.471000', '202126.474000', '202126.476000', '202126.479000', '202126.481000', '202126.484000', '202126.487000', '202126.489000', '202126.492000', '202126.494000', '202126.497000', '202126.500000', '202126.502000', '202126.505000', '202126.507000', '202126.510000', '202126.512000', '202126.515000', '202126.518000', '202126.520000', '202126.523000', '202126.525000', '202126.528000', '202126.531000', '202126.533000', '202126.536000', '202126.538000', '202126.541000', '202146.429000', '202146.431000', '202146.434000', '202146.437000', '202146.439000', '202146.442000', '202146.444000', '202146.447000', '202146.450000', '202146.452000', '202146.455000', '202146.457000', '202146.460000', '202146.463000', '202146.465000', '202146.468000', '202146.470000', '202146.473000', '202146.476000', '202146.478000', '202146.481000', '202146.483000', '202146.486000', '202146.489000', '202146.491000', '202146.494000', '202146.496000', '202146.499000', '202146.502000', '202146.504000', '202146.507000', '202146.509000', '202146.512000', '202146.514000', '202146.517000', '202146.520000', '202146.522000', '202146.525000', '202146.527000', '202146.530000', '202146.533000', '202146.535000', '202146.538000', '202206.429000', '202206.432000', '202206.435000', '202206.437000', '202206.440000', '202206.443000', '202206.445000', '202206.448000', '202206.450000', '202206.453000', '202206.456000', '202206.458000', '202206.461000', '202206.463000', '202206.466000', '202206.469000', '202206.471000', '202206.474000', '202206.476000', '202206.479000', '202206.482000', '202206.484000', '202206.487000', '202206.489000', '202206.492000', '202206.494000', '202206.497000', '202206.500000', '202206.502000', '202206.505000', '202206.507000', '202206.510000', '202206.513000', '202206.515000', '202206.518000', '202206.521000', '202206.523000', '202206.526000', '202206.528000', '202206.531000', '202206.533000', '202206.536000', '202206.539000', '202206.541000', '202226.429000', '202226.432000', '202226.435000', '202226.437000', '202226.440000', '202226.443000', '202226.445000', '202226.448000', '202226.451000', '202226.453000', '202226.456000', '202226.458000', '202226.461000', '202226.463000', '202226.466000', '202226.469000', '202226.471000', '202226.474000', '202226.476000', '202226.479000', '202226.482000', '202226.484000', '202226.487000', '202226.489000', '202226.492000', '202226.495000', '202226.497000', '202226.500000', '202226.502000', '202226.505000', '202226.507000', '202226.510000', '202226.513000', '202226.515000', '202226.518000', '202226.520000', '202226.523000', '202226.526000', '202226.528000', '202226.531000', '202226.533000', '202226.536000', '202226.539000', '202246.429000', '202246.432000', '202246.435000', '202246.437000', '202246.440000', '202246.443000', '202246.445000', '202246.448000', '202246.450000', '202246.453000', '202246.457000', '202246.459000', '202246.462000', '202246.465000', '202246.467000', '202246.470000', '202246.472000', '202246.475000', '202246.478000', '202246.480000', '202246.483000', '202246.486000', '202246.488000', '202246.491000', '202246.493000', '202246.496000', '202246.499000', '202246.501000', '202246.504000', '202246.506000', '202246.509000', '202246.512000', '202246.514000', '202246.525000', '202246.528000', '202246.530000', '202246.533000', '202246.536000', '202246.538000', '202246.541000', '202246.543000', '202246.546000', '202246.548000', '202246.551000', '202306.429000', '202306.432000', '202306.435000', '202306.438000', '202306.440000', '202306.443000', '202306.445000', '202306.448000', '202306.451000', '202306.453000', '202306.456000', '202306.458000', '202306.461000', '202306.464000', '202306.466000', '202306.469000', '202306.471000', '202306.474000', '202306.476000', '202306.479000', '202306.482000', '202306.484000', '202306.487000', '202306.489000', '202306.492000', '202306.495000', '202306.497000', '202306.500000', '202306.502000', '202306.505000', '202306.508000', '202306.510000', '202306.513000', '202306.515000', '202306.518000', '202306.521000', '202306.523000', '202306.526000', '202306.528000', '202306.531000', '202306.534000', '202306.536000', '202306.539000', '202326.430000', '202326.433000', '202326.435000', '202326.438000', '202326.441000', '202326.444000', '202326.446000', '202326.449000', '202326.451000', '202326.454000', '202326.457000', '202326.459000', '202326.462000', '202326.464000', '202326.467000', '202326.469000', '202326.472000', '202326.475000', '202326.477000', '202326.480000', '202326.482000', '202326.485000', '202326.488000', '202326.490000', '202326.493000', '202326.495000', '202326.498000', '202326.501000', '202326.503000', '202326.506000', '202326.508000', '202326.511000', '202326.513000', '202326.516000', '202326.519000', '202326.521000', '202326.524000', '202326.526000', '202326.529000', '202326.532000', '202326.534000', '202326.537000', '202326.539000', '202346.429000', '202346.432000', '202346.435000', '202346.438000', '202346.440000', '202346.443000', '202346.445000', '202346.448000', '202346.451000', '202346.453000', '202346.456000', '202346.458000', '202346.461000', '202346.464000', '202346.466000', '202346.469000', '202346.471000', '202346.474000', '202346.477000', '202346.479000', '202346.482000', '202346.484000', '202346.487000', '202346.490000', '202346.492000', '202346.495000', '202346.498000', '202346.500000', '202346.503000', '202346.505000', '202346.508000', '202346.511000', '202346.513000', '202346.516000', '202346.518000', '202346.521000', '202346.524000', '202346.526000', '202346.529000', '202346.532000', '202346.534000', '202346.537000', '202346.539000', '202346.542000', '202406.428000', '202406.431000', '202406.434000', '202406.437000', '202406.439000', '202406.442000', '202406.445000', '202406.447000', '202406.450000', '202406.453000', '202406.455000', '202406.458000', '202406.460000', '202406.463000', '202406.466000', '202406.468000', '202406.471000', '202406.473000', '202406.476000', '202406.479000', '202406.481000', '202406.484000', '202406.486000', '202406.489000', '202406.492000', '202406.495000', '202406.498000', '202406.500000', '202406.503000', '202406.506000', '202406.508000', '202406.511000', '202406.514000', '202406.516000', '202406.519000', '202406.521000', '202406.524000', '202406.527000', '202406.529000', '202406.532000', '202406.534000', '202406.537000', '202406.540000', '202426.429000', '202426.432000', '202426.435000', '202426.438000', '202426.440000', '202426.443000', '202426.445000', '202426.448000', '202426.451000', '202426.453000', '202426.456000', '202426.458000', '202426.461000', '202426.463000', '202426.466000', '202426.477000', '202426.480000', '202426.482000', '202426.485000', '202426.488000', '202426.490000', '202426.493000', '202426.496000', '202426.498000', '202426.501000', '202426.503000', '202426.506000', '202426.508000', '202426.511000', '202426.514000', '202426.516000', '202426.519000', '202426.522000', '202426.524000', '202426.527000', '202426.529000', '202426.532000', '202426.535000', '202426.537000', '202426.540000', '202426.542000', '202426.545000', '202426.548000', '202426.550000', '202446.430000', '202446.432000', '202446.435000', '202446.438000', '202446.440000', '202446.443000', '202446.445000', '202446.448000', '202446.451000', '202446.453000', '202446.456000', '202446.458000', '202446.461000', '202446.464000', '202446.467000', '202446.469000', '202446.472000', '202446.475000', '202446.477000', '202446.480000', '202446.482000', '202446.485000', '202446.487000', '202446.490000', '202446.493000', '202446.495000', '202446.498000', '202446.500000', '202446.503000', '202446.506000', '202446.508000', '202446.511000', '202446.513000', '202446.516000', '202446.519000', '202446.521000', '202446.524000', '202446.526000', '202446.529000', '202446.531000', '202446.534000', '202446.537000', '202446.539000', '202506.430000', '202506.432000', '202506.435000', '202506.438000', '202506.440000', '202506.443000', '202506.446000', '202506.448000', '202506.451000', '202506.453000', '202506.456000', '202506.458000', '202506.461000', '202506.464000', '202506.466000', '202506.469000', '202506.471000', '202506.474000', '202506.477000', '202506.479000', '202506.482000', '202506.484000', '202506.487000', '202506.489000', '202506.492000', '202506.495000', '202506.497000', '202506.500000', '202506.502000', '202506.505000', '202506.508000', '202506.510000', '202506.513000', '202506.516000', '202506.518000', '202506.521000', '202506.523000', '202506.526000', '202506.533000', '202506.536000', '202506.539000', '202506.541000', '202506.544000', '202506.546000', '202526.430000', '202526.433000', '202526.435000', '202526.438000', '202526.440000', '202526.443000', '202526.445000', '202526.448000', '202526.451000', '202526.453000', '202526.456000', '202526.458000', '202526.461000', '202526.464000', '202526.466000', '202526.469000', '202526.471000', '202526.474000', '202526.477000', '202526.479000', '202526.482000', '202526.484000', '202526.487000', '202526.490000', '202526.494000', '202526.496000', '202526.499000', '202526.502000', '202526.505000', '202526.507000', '202526.510000', '202526.512000', '202526.515000', '202526.517000', '202526.520000', '202526.523000', '202526.525000', '202526.528000', '202526.531000', '202526.534000', '202526.537000', '202526.540000', '202526.542000', '202546.429000', '202546.432000', '202546.435000', '202546.437000', '202546.440000', '202546.443000', '202546.445000', '202546.448000', '202546.450000', '202546.453000', '202546.456000', '202546.475000', '202546.477000', '202546.480000', '202546.483000', '202546.485000', '202546.488000', '202546.490000', '202546.493000', '202546.496000', '202546.498000', '202546.501000', '202546.504000', '202546.506000', '202546.509000', '202546.511000', '202546.514000', '202546.517000', '202546.519000', '202546.522000', '202546.524000', '202546.527000', '202546.530000', '202546.532000', '202546.535000', '202546.537000', '202546.540000', '202546.542000', '202546.545000', '202546.548000', '202546.550000', '202546.553000', '202546.555000', '202546.558000', '202606.430000', '202606.432000', '202606.435000', '202606.438000', '202606.440000', '202606.443000', '202606.445000', '202606.448000', '202606.450000', '202606.453000', '202606.456000', '202606.458000', '202606.461000', '202606.463000', '202606.466000', '202606.469000', '202606.471000', '202606.474000', '202606.476000', '202606.479000', '202606.481000', '202606.484000', '202606.487000', '202606.489000', '202606.492000', '202606.495000', '202606.497000', '202606.500000', '202606.503000', '202606.505000', '202606.508000', '202606.510000', '202606.513000', '202606.515000', '202606.518000', '202606.521000', '202606.523000', '202606.526000', '202606.528000', '202606.531000', '202606.533000', '202606.536000', '202606.539000', '202626.428000', '202626.431000', '202626.434000', '202626.436000', '202626.439000', '202626.442000', '202626.444000', '202626.447000', '202626.449000', '202626.452000', '202626.455000', '202626.457000', '202626.460000', '202626.463000', '202626.465000', '202626.468000', '202626.470000', '202626.473000', '202626.476000', '202626.478000', '202626.481000', '202626.483000', '202626.486000', '202626.488000', '202626.491000', '202626.494000', '202626.496000', '202626.499000', '202626.502000', '202626.504000', '202626.507000', '202626.509000', '202626.512000', '202626.515000', '202626.517000', '202626.520000', '202626.522000', '202626.525000', '202626.528000', '202626.530000', '202626.533000', '202626.535000', '202626.538000', '202626.541000', '202646.430000', '202646.432000', '202646.435000', '202646.438000', '202646.440000', '202646.443000', '202646.445000', '202646.448000', '202646.451000', '202646.453000', '202646.456000', '202646.458000', '202646.461000', '202646.464000', '202646.466000', '202646.469000', '202646.471000', '202646.474000', '202646.477000', '202646.479000', '202646.482000', '202646.485000', '202646.487000', '202646.490000', '202646.492000', '202646.495000', '202646.498000', '202646.500000', '202646.503000', '202646.505000', '202646.508000', '202646.511000', '202646.513000', '202646.516000', '202646.519000', '202646.521000', '202646.524000', '202646.527000', '202646.529000', '202646.532000', '202646.535000', '202646.537000', '202646.540000', '202706.450000', '202706.452000', '202706.455000', '202706.458000', '202706.460000', '202706.463000', '202706.465000', '202706.468000', '202706.471000', '202706.473000', '202706.476000', '202706.479000', '202706.481000', '202706.484000', '202706.486000', '202706.489000', '202706.492000', '202706.494000', '202706.497000', '202706.499000', '202706.502000', '202706.505000', '202706.519000', '202706.521000', '202706.524000', '202706.526000', '202706.529000', '202706.532000', '202706.534000', '202706.537000', '202706.539000', '202706.542000', '202706.545000', '202706.547000', '202706.550000', '202706.552000', '202706.555000', '202706.558000', '202706.560000', '202706.563000', '202706.565000', '202706.568000', '202706.571000', '202706.573000', '202722.853000', '202722.855000', '202722.858000', '202722.861000', '202722.863000', '202722.866000', '202722.868000', '202722.871000', '202722.874000', '202722.876000', '202722.879000', '202722.881000', '202722.884000', '202722.886000', '202722.889000', '202722.892000', '202722.894000', '202722.897000', '202722.899000', '202722.902000', '202722.904000', '202722.907000', '202722.910000', '202722.912000', '202722.915000', '202722.917000', '202722.920000', '202722.922000', '202722.925000', '202722.928000', '202722.930000', '202722.933000', '202722.935000', '202722.938000', '202722.940000', '202722.943000'], 'InstanceCreationTime': ['201926.468000', '201926.472000', '201926.475000', '201926.478000', '201926.481000', '201926.488000', '201926.490000', '201926.493000', '201926.496000', '201926.499000', '201926.502000', '201926.505000', '201926.508000', '201926.510000', '201926.513000', '201926.515000', '201926.518000', '201926.535000', '201926.537000', '201926.540000', '201926.543000', '201926.545000', '201926.548000', '201926.551000', '201926.553000', '201926.556000', '201926.559000', '201926.562000', '201926.564000', '201946.430000', '201946.432000', '201946.435000', '201946.440000', '201946.443000', '201946.446000', '201946.448000', '201946.451000', '201946.453000', '201946.456000', '201946.458000', '201946.461000', '201946.494000', '201946.499000', '201946.501000', '201946.504000', '201946.506000', '201946.509000', '201946.511000', '201946.514000', '201946.516000', '201946.519000', '201946.522000', '201946.524000', '201946.527000', '201946.529000', '201946.532000', '201946.535000', '201946.537000', '201946.540000', '201946.542000', '201946.545000', '201946.548000', '201946.551000', '201946.554000', '201946.557000', '201946.559000', '201946.562000', '201946.564000', '201946.567000', '201946.569000', '201946.572000', '201946.575000', '202006.429000', '202006.432000', '202006.435000', '202006.437000', '202006.440000', '202006.443000', '202006.445000', '202006.448000', '202006.450000', '202006.453000', '202006.455000', '202006.458000', '202006.461000', '202006.463000', '202006.466000', '202006.468000', '202006.471000', '202006.473000', '202006.476000', '202006.478000', '202006.481000', '202006.484000', '202006.486000', '202006.489000', '202006.498000', '202006.501000', '202006.503000', '202006.506000', '202006.508000', '202006.511000', '202006.514000', '202006.516000', '202006.519000', '202006.521000', '202006.524000', '202006.526000', '202006.529000', '202006.532000', '202006.534000', '202006.537000', '202006.539000', '202006.542000', '202006.544000', '202006.547000', '202026.430000', '202026.432000', '202026.435000', '202026.437000', '202026.440000', '202026.443000', '202026.445000', '202026.448000', '202026.450000', '202026.453000', '202026.456000', '202026.458000', '202026.461000', '202026.463000', '202026.466000', '202026.468000', '202026.471000', '202026.474000', '202026.476000', '202026.479000', '202026.481000', '202026.484000', '202026.487000', '202026.489000', '202026.492000', '202026.494000', '202026.497000', '202026.500000', '202026.502000', '202026.505000', '202026.507000', '202026.510000', '202026.512000', '202026.515000', '202026.518000', '202026.520000', '202026.523000', '202026.525000', '202026.528000', '202026.531000', '202026.533000', '202026.536000', '202026.538000', '202046.430000', '202046.432000', '202046.435000', '202046.438000', '202046.440000', '202046.443000', '202046.445000', '202046.448000', '202046.450000', '202046.453000', '202046.456000', '202046.458000', '202046.461000', '202046.463000', '202046.466000', '202046.469000', '202046.471000', '202046.474000', '202046.476000', '202046.479000', '202046.481000', '202046.484000', '202046.487000', '202046.489000', '202046.492000', '202046.494000', '202046.497000', '202046.500000', '202046.502000', '202046.505000', '202046.507000', '202046.510000', '202046.512000', '202046.515000', '202046.518000', '202046.520000', '202046.523000', '202046.525000', '202046.528000', '202046.531000', '202046.533000', '202046.536000', '202046.538000', '202046.541000', '202106.429000', '202106.432000', '202106.435000', '202106.437000', '202106.440000', '202106.443000', '202106.445000', '202106.448000', '202106.450000', '202106.453000', '202106.456000', '202106.458000', '202106.461000', '202106.463000', '202106.466000', '202106.468000', '202106.471000', '202106.474000', '202106.476000', '202106.479000', '202106.481000', '202106.484000', '202106.487000', '202106.489000', '202106.492000', '202106.494000', '202106.497000', '202106.500000', '202106.502000', '202106.505000', '202106.507000', '202106.510000', '202106.512000', '202106.515000', '202106.518000', '202106.520000', '202106.523000', '202106.525000', '202106.528000', '202106.530000', '202106.533000', '202106.536000', '202106.538000', '202126.429000', '202126.432000', '202126.435000', '202126.437000', '202126.440000', '202126.442000', '202126.445000', '202126.448000', '202126.450000', '202126.453000', '202126.455000', '202126.458000', '202126.461000', '202126.463000', '202126.466000', '202126.468000', '202126.471000', '202126.474000', '202126.476000', '202126.479000', '202126.481000', '202126.484000', '202126.487000', '202126.489000', '202126.492000', '202126.494000', '202126.497000', '202126.500000', '202126.502000', '202126.505000', '202126.507000', '202126.510000', '202126.512000', '202126.515000', '202126.518000', '202126.520000', '202126.523000', '202126.525000', '202126.528000', '202126.531000', '202126.533000', '202126.536000', '202126.538000', '202126.541000', '202146.429000', '202146.431000', '202146.434000', '202146.437000', '202146.439000', '202146.442000', '202146.444000', '202146.447000', '202146.450000', '202146.452000', '202146.455000', '202146.457000', '202146.460000', '202146.463000', '202146.465000', '202146.468000', '202146.470000', '202146.473000', '202146.476000', '202146.478000', '202146.481000', '202146.483000', '202146.486000', '202146.489000', '202146.491000', '202146.494000', '202146.496000', '202146.499000', '202146.502000', '202146.504000', '202146.507000', '202146.509000', '202146.512000', '202146.514000', '202146.517000', '202146.520000', '202146.522000', '202146.525000', '202146.527000', '202146.530000', '202146.533000', '202146.535000', '202146.538000', '202206.429000', '202206.432000', '202206.435000', '202206.437000', '202206.440000', '202206.443000', '202206.445000', '202206.448000', '202206.450000', '202206.453000', '202206.456000', '202206.458000', '202206.461000', '202206.463000', '202206.466000', '202206.469000', '202206.471000', '202206.474000', '202206.476000', '202206.479000', '202206.482000', '202206.484000', '202206.487000', '202206.489000', '202206.492000', '202206.494000', '202206.497000', '202206.500000', '202206.502000', '202206.505000', '202206.507000', '202206.510000', '202206.513000', '202206.515000', '202206.518000', '202206.521000', '202206.523000', '202206.526000', '202206.528000', '202206.531000', '202206.533000', '202206.536000', '202206.539000', '202206.541000', '202226.429000', '202226.432000', '202226.435000', '202226.437000', '202226.440000', '202226.443000', '202226.445000', '202226.448000', '202226.451000', '202226.453000', '202226.456000', '202226.458000', '202226.461000', '202226.463000', '202226.466000', '202226.469000', '202226.471000', '202226.474000', '202226.476000', '202226.479000', '202226.482000', '202226.484000', '202226.487000', '202226.489000', '202226.492000', '202226.495000', '202226.497000', '202226.500000', '202226.502000', '202226.505000', '202226.507000', '202226.510000', '202226.513000', '202226.515000', '202226.518000', '202226.520000', '202226.523000', '202226.526000', '202226.528000', '202226.531000', '202226.533000', '202226.536000', '202226.539000', '202246.429000', '202246.432000', '202246.435000', '202246.437000', '202246.440000', '202246.443000', '202246.445000', '202246.448000', '202246.450000', '202246.453000', '202246.457000', '202246.459000', '202246.462000', '202246.465000', '202246.467000', '202246.470000', '202246.472000', '202246.475000', '202246.478000', '202246.480000', '202246.483000', '202246.486000', '202246.488000', '202246.491000', '202246.493000', '202246.496000', '202246.499000', '202246.501000', '202246.504000', '202246.506000', '202246.509000', '202246.512000', '202246.514000', '202246.525000', '202246.528000', '202246.530000', '202246.533000', '202246.536000', '202246.538000', '202246.541000', '202246.543000', '202246.546000', '202246.548000', '202246.551000', '202306.429000', '202306.432000', '202306.435000', '202306.438000', '202306.440000', '202306.443000', '202306.445000', '202306.448000', '202306.451000', '202306.453000', '202306.456000', '202306.458000', '202306.461000', '202306.464000', '202306.466000', '202306.469000', '202306.471000', '202306.474000', '202306.476000', '202306.479000', '202306.482000', '202306.484000', '202306.487000', '202306.489000', '202306.492000', '202306.495000', '202306.497000', '202306.500000', '202306.502000', '202306.505000', '202306.508000', '202306.510000', '202306.513000', '202306.515000', '202306.518000', '202306.521000', '202306.523000', '202306.526000', '202306.528000', '202306.531000', '202306.534000', '202306.536000', '202306.539000', '202326.430000', '202326.433000', '202326.435000', '202326.438000', '202326.441000', '202326.444000', '202326.446000', '202326.449000', '202326.451000', '202326.454000', '202326.457000', '202326.459000', '202326.462000', '202326.464000', '202326.467000', '202326.469000', '202326.472000', '202326.475000', '202326.477000', '202326.480000', '202326.482000', '202326.485000', '202326.488000', '202326.490000', '202326.493000', '202326.495000', '202326.498000', '202326.501000', '202326.503000', '202326.506000', '202326.508000', '202326.511000', '202326.513000', '202326.516000', '202326.519000', '202326.521000', '202326.524000', '202326.526000', '202326.529000', '202326.532000', '202326.534000', '202326.537000', '202326.539000', '202346.429000', '202346.432000', '202346.435000', '202346.438000', '202346.440000', '202346.443000', '202346.445000', '202346.448000', '202346.451000', '202346.453000', '202346.456000', '202346.458000', '202346.461000', '202346.464000', '202346.466000', '202346.469000', '202346.471000', '202346.474000', '202346.477000', '202346.479000', '202346.482000', '202346.484000', '202346.487000', '202346.490000', '202346.492000', '202346.495000', '202346.498000', '202346.500000', '202346.503000', '202346.505000', '202346.508000', '202346.511000', '202346.513000', '202346.516000', '202346.518000', '202346.521000', '202346.524000', '202346.526000', '202346.529000', '202346.532000', '202346.534000', '202346.537000', '202346.539000', '202346.542000', '202406.428000', '202406.431000', '202406.434000', '202406.437000', '202406.439000', '202406.442000', '202406.445000', '202406.447000', '202406.450000', '202406.453000', '202406.455000', '202406.458000', '202406.460000', '202406.463000', '202406.466000', '202406.468000', '202406.471000', '202406.473000', '202406.476000', '202406.479000', '202406.481000', '202406.484000', '202406.486000', '202406.489000', '202406.492000', '202406.495000', '202406.498000', '202406.500000', '202406.503000', '202406.506000', '202406.508000', '202406.511000', '202406.514000', '202406.516000', '202406.519000', '202406.521000', '202406.524000', '202406.527000', '202406.529000', '202406.532000', '202406.534000', '202406.537000', '202406.540000', '202426.429000', '202426.432000', '202426.435000', '202426.438000', '202426.440000', '202426.443000', '202426.445000', '202426.448000', '202426.451000', '202426.453000', '202426.456000', '202426.458000', '202426.461000', '202426.463000', '202426.466000', '202426.477000', '202426.480000', '202426.482000', '202426.485000', '202426.488000', '202426.490000', '202426.493000', '202426.496000', '202426.498000', '202426.501000', '202426.503000', '202426.506000', '202426.508000', '202426.511000', '202426.514000', '202426.516000', '202426.519000', '202426.522000', '202426.524000', '202426.527000', '202426.529000', '202426.532000', '202426.535000', '202426.537000', '202426.540000', '202426.542000', '202426.545000', '202426.548000', '202426.550000', '202446.430000', '202446.432000', '202446.435000', '202446.438000', '202446.440000', '202446.443000', '202446.445000', '202446.448000', '202446.451000', '202446.453000', '202446.456000', '202446.458000', '202446.461000', '202446.464000', '202446.467000', '202446.469000', '202446.472000', '202446.475000', '202446.477000', '202446.480000', '202446.482000', '202446.485000', '202446.487000', '202446.490000', '202446.493000', '202446.495000', '202446.498000', '202446.500000', '202446.503000', '202446.506000', '202446.508000', '202446.511000', '202446.513000', '202446.516000', '202446.519000', '202446.521000', '202446.524000', '202446.526000', '202446.529000', '202446.531000', '202446.534000', '202446.537000', '202446.539000', '202506.430000', '202506.432000', '202506.435000', '202506.438000', '202506.440000', '202506.443000', '202506.446000', '202506.448000', '202506.451000', '202506.453000', '202506.456000', '202506.458000', '202506.461000', '202506.464000', '202506.466000', '202506.469000', '202506.471000', '202506.474000', '202506.477000', '202506.479000', '202506.482000', '202506.484000', '202506.487000', '202506.489000', '202506.492000', '202506.495000', '202506.497000', '202506.500000', '202506.502000', '202506.505000', '202506.508000', '202506.510000', '202506.513000', '202506.516000', '202506.518000', '202506.521000', '202506.523000', '202506.526000', '202506.533000', '202506.536000', '202506.539000', '202506.541000', '202506.544000', '202506.546000', '202526.430000', '202526.433000', '202526.435000', '202526.438000', '202526.440000', '202526.443000', '202526.445000', '202526.448000', '202526.451000', '202526.453000', '202526.456000', '202526.458000', '202526.461000', '202526.464000', '202526.466000', '202526.469000', '202526.471000', '202526.474000', '202526.477000', '202526.479000', '202526.482000', '202526.484000', '202526.487000', '202526.490000', '202526.494000', '202526.496000', '202526.499000', '202526.502000', '202526.505000', '202526.507000', '202526.510000', '202526.512000', '202526.515000', '202526.517000', '202526.520000', '202526.523000', '202526.525000', '202526.528000', '202526.531000', '202526.534000', '202526.537000', '202526.540000', '202526.542000', '202546.429000', '202546.432000', '202546.435000', '202546.437000', '202546.440000', '202546.443000', '202546.445000', '202546.448000', '202546.450000', '202546.453000', '202546.456000', '202546.475000', '202546.477000', '202546.480000', '202546.483000', '202546.485000', '202546.488000', '202546.490000', '202546.493000', '202546.496000', '202546.498000', '202546.501000', '202546.504000', '202546.506000', '202546.509000', '202546.511000', '202546.514000', '202546.517000', '202546.519000', '202546.522000', '202546.524000', '202546.527000', '202546.530000', '202546.532000', '202546.535000', '202546.537000', '202546.540000', '202546.542000', '202546.545000', '202546.548000', '202546.550000', '202546.553000', '202546.555000', '202546.558000', '202606.430000', '202606.432000', '202606.435000', '202606.438000', '202606.440000', '202606.443000', '202606.445000', '202606.448000', '202606.450000', '202606.453000', '202606.456000', '202606.458000', '202606.461000', '202606.463000', '202606.466000', '202606.469000', '202606.471000', '202606.474000', '202606.476000', '202606.479000', '202606.481000', '202606.484000', '202606.487000', '202606.489000', '202606.492000', '202606.495000', '202606.497000', '202606.500000', '202606.503000', '202606.505000', '202606.508000', '202606.510000', '202606.513000', '202606.515000', '202606.518000', '202606.521000', '202606.523000', '202606.526000', '202606.528000', '202606.531000', '202606.533000', '202606.536000', '202606.539000', '202626.428000', '202626.431000', '202626.434000', '202626.436000', '202626.439000', '202626.442000', '202626.444000', '202626.447000', '202626.449000', '202626.452000', '202626.455000', '202626.457000', '202626.460000', '202626.463000', '202626.465000', '202626.468000', '202626.470000', '202626.473000', '202626.476000', '202626.478000', '202626.481000', '202626.483000', '202626.486000', '202626.488000', '202626.491000', '202626.494000', '202626.496000', '202626.499000', '202626.502000', '202626.504000', '202626.507000', '202626.509000', '202626.512000', '202626.515000', '202626.517000', '202626.520000', '202626.522000', '202626.525000', '202626.528000', '202626.530000', '202626.533000', '202626.535000', '202626.538000', '202626.541000', '202646.430000', '202646.432000', '202646.435000', '202646.438000', '202646.440000', '202646.443000', '202646.445000', '202646.448000', '202646.451000', '202646.453000', '202646.456000', '202646.458000', '202646.461000', '202646.464000', '202646.466000', '202646.469000', '202646.471000', '202646.474000', '202646.477000', '202646.479000', '202646.482000', '202646.485000', '202646.487000', '202646.490000', '202646.492000', '202646.495000', '202646.498000', '202646.500000', '202646.503000', '202646.505000', '202646.508000', '202646.511000', '202646.513000', '202646.516000', '202646.519000', '202646.521000', '202646.524000', '202646.527000', '202646.529000', '202646.532000', '202646.535000', '202646.537000', '202646.540000', '202706.450000', '202706.452000', '202706.455000', '202706.458000', '202706.460000', '202706.463000', '202706.465000', '202706.468000', '202706.471000', '202706.473000', '202706.476000', '202706.479000', '202706.481000', '202706.484000', '202706.486000', '202706.489000', '202706.492000', '202706.494000', '202706.497000', '202706.499000', '202706.502000', '202706.505000', '202706.519000', '202706.521000', '202706.524000', '202706.526000', '202706.529000', '202706.532000', '202706.534000', '202706.537000', '202706.539000', '202706.542000', '202706.545000', '202706.547000', '202706.550000', '202706.552000', '202706.555000', '202706.558000', '202706.560000', '202706.563000', '202706.565000', '202706.568000', '202706.571000', '202706.573000', '202722.853000', '202722.855000', '202722.858000', '202722.861000', '202722.863000', '202722.866000', '202722.868000', '202722.871000', '202722.874000', '202722.876000', '202722.879000', '202722.881000', '202722.884000', '202722.886000', '202722.889000', '202722.892000', '202722.894000', '202722.897000', '202722.899000', '202722.902000', '202722.904000', '202722.907000', '202722.910000', '202722.912000', '202722.915000', '202722.917000', '202722.920000', '202722.922000', '202722.925000', '202722.928000', '202722.930000', '202722.933000', '202722.935000', '202722.938000', '202722.940000', '202722.943000'], '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': [11241, 7268, 8719, 7503, 6874, 6962, 9149, 8693, 11223, 7140, 7280, 7074, 7620, 7338, 7581, 9369, 11260, 7178, 7220, 7336, 7316, 6831, 8153, 9741, 11485, 7491, 7304, 7087, 7277, 7433, 8002, 7417, 10634, 7123, 7554, 6943, 6852, 7013, 8572, 7269, 8967, 6968, 7152, 7004, 7148, 7107, 8619, 7036, 9414, 7152, 10512, 6840, 9628, 7117, 8643, 7218, 9525, 7104, 9662, 7072, 8470, 7308, 8307, 7245, 10111, 8313, 6930, 7293, 6937, 7341, 7211, 8255, 7368, 10709, 6959, 9430, 7285, 9193, 7535, 8414, 7105, 8195, 7154, 6896, 6994, 10018, 9056, 7406, 13322, 9358, 11135, 10555, 10447, 8115, 7285, 7302, 7216, 8023, 7614, 7163, 7212, 10116, 9949, 9786, 12266, 10522, 9782, 12023, 6996, 11811, 12920, 10115, 13690, 8917, 12682, 9996, 9921, 7498, 9643, 7503, 8132, 7159, 8118, 7111, 6988, 7005, 6890, 7530, 6986, 7903, 7115, 8947, 6935, 7273, 7132, 12035, 7415, 11061, 7370, 9137, 6995, 7501, 7093, 6844, 7116, 7998, 7226, 7560, 9502, 7161, 7154, 7016, 7751, 7267, 13404, 7434, 11874, 9244, 10226, 7550, 7843, 7170, 8572, 7044, 7708, 6860, 6818, 7069, 8836, 11838, 7496, 12418, 7544, 7384, 7045, 7169, 7010, 7167, 7203, 10510, 7356, 7783, 7061, 7221, 7017, 7087, 10765, 10021, 10462, 7121, 10902, 7189, 7502, 6991, 11027, 9749, 11924, 8749, 12070, 7143, 11391, 9383, 11231, 12494, 9179, 7164, 6777, 7173, 7711, 7277, 10853, 8138, 12124, 9619, 9716, 7199, 10523, 7480, 12559, 10312, 7457, 9797, 7414, 9301, 7158, 9764, 7295, 6924, 7023, 7436, 7626, 7373, 11967, 10716, 13297, 8975, 12615, 9810, 13309, 10110, 13310, 10463, 8108, 7386, 7480, 7049, 7269, 8687, 7376, 12448, 6985, 10794, 7726, 8046, 7268, 7203, 10519, 7309, 9448, 7024, 12439, 7834, 12684, 10176, 11262, 7248, 10688, 7310, 8901, 7267, 7062, 7818, 7497, 7174, 7312, 10989, 9109, 12286, 8131, 9806, 6981, 10031, 7165, 13014, 9593, 11033, 7640, 9316, 7165, 7357, 6927, 7464, 9824, 7236, 7193, 7274, 7562, 7441, 9722, 7439, 8597, 7281, 7653, 7094, 11780, 9443, 11313, 7154, 7114, 7196, 6817, 7109, 8698, 7547, 11796, 7499, 7120, 7198, 6838, 7321, 7131, 10008, 7844, 11369, 7181, 11438, 7771, 12293, 9028, 13116, 10748, 12188, 8213, 10968, 7028, 9603, 7271, 10716, 8385, 10025, 7124, 12268, 7286, 10604, 7535, 11336, 8556, 7766, 7032, 10403, 7428, 9361, 7074, 8327, 7355, 7136, 7353, 7322, 7378, 7741, 7355, 9535, 8675, 10281, 7078, 11560, 7129, 11316, 8968, 12475, 9450, 7110, 6887, 7262, 7452, 7003, 7156, 10870, 10682, 7319, 7361, 7412, 7083, 7472, 7069, 11129, 10139, 7317, 7236, 8159, 7234, 7363, 7163, 7179, 9950, 7246, 7451, 7096, 7474, 6873, 7348, 9443, 8794, 11683, 7046, 10630, 7158, 9222, 7074, 11131, 9413, 10094, 6940, 9931, 7210, 9380, 7317, 10224, 7515, 7513, 7241, 7706, 7331, 7281, 7188, 7147, 8068, 7048, 8132, 7175, 10288, 9983, 12299, 7397, 11252, 7607, 7983, 6991, 7157, 12302, 9510, 6699, 9593, 6995, 13384, 10005, 11327, 13225, 8714, 12497, 9400, 13481, 11979, 12832, 8799, 11538, 6696, 11073, 6888, 11184, 8641, 6916, 7327, 6837, 6828, 13681, 10697, 13165, 10171, 12079, 8092, 7008, 6653, 7058, 7003, 7036, 8907, 6807, 11105, 11346, 8471, 14087, 8978, 11816, 9449, 10651, 8046, 9516, 6601, 8519, 6688, 9300, 7596, 8055, 6779, 8262, 6920, 10543, 7244, 7148, 7344, 7158, 8431, 10189, 10333, 9430, 12865, 7099, 10638, 7286, 11596, 10993, 13473, 9697, 11628, 7432, 7712, 7304, 11030, 10544, 12370, 8289, 10548, 7009, 8214, 7179, 11297, 9172, 7268, 7257, 7559, 6934, 7259, 10318, 8123, 11811, 7482, 8700, 7385, 9588, 7194, 12023, 9344, 10641, 7492, 7785, 7249, 8859, 7293, 10291, 8068, 7689, 11885, 7284, 7180, 7654, 7346, 7529, 13376, 10060, 13337, 10569, 13172, 10815, 13985, 12330, 14300, 12021, 14473, 10807, 14688, 10485, 13387, 10505, 10982, 11850, 7994, 12815, 7159, 8862, 7139, 8152, 7165, 7413, 7393, 7195, 7538, 7437, 7648, 7360, 7154, 8751, 7277, 8343, 7426, 7810, 7242, 7086, 7192, 7263, 7060, 7413, 7806, 7167, 9864, 7384, 9325, 7290, 8211, 7074, 8379, 7342, 9541, 7325, 10847, 7116, 7397, 7664, 7324, 7026, 8037, 8635, 7287, 9041, 7052, 7138, 7159, 9165, 7418, 11993, 7325, 9071, 7307, 11529, 8058, 13464, 9957, 8187, 7764, 7539, 7094, 10910, 7791, 11710, 11974, 7233, 7888, 7180, 8388, 8641, 12906, 9965, 12318, 7338, 8347, 7176, 8054, 7628, 10749, 10047, 12380, 7186, 7622, 7265, 7046, 6965, 9453, 8777, 11348, 7144, 8791, 7279, 8054, 7317, 9312, 7283, 7584, 7030, 7115, 7084, 7473, 7141, 8618, 7091, 9301, 7669, 9512, 7287, 11428, 8132, 7622, 7085, 7521, 7386, 7836, 7260, 10271, 11412, 7149, 7248, 7499, 6949, 7389, 7679, 7581, 10818, 7321, 7327, 7266, 7416, 7236, 9473, 7416, 7790, 7133, 8728, 7552, 9946, 7414, 7562, 7051, 7577, 7308, 9855, 10463, 7132, 9604, 7429, 8915, 7294, 12345, 9653, 11198, 7056, 9517, 7399, 9036, 7047, 11850, 8152, 8916, 7264, 12923, 7945, 13503, 10907, 8537, 7299, 7093, 6974, 7120, 7110, 7246, 9929, 7734, 11568, 8430, 9135, 7228, 7004, 7222, 8251, 8968, 6845, 7771, 7093, 10374, 7924, 6961, 6892, 6922, 6681, 7121, 7095, 9686, 7911, 6814, 7552, 6866, 10628, 7968, 10113, 11227, 7684, 12193, 8562, 7508, 9949, 6888, 9345, 7387, 7302, 8253, 7342, 10900, 7124, 7289, 7571, 7199, 11259, 10675, 13129, 10710, 7338, 7371, 7819, 9913, 8268, 11157, 7542, 13406, 7267, 10321, 7120, 8654, 7435, 6980, 7019, 6866, 7154, 6754, 7069, 6862, 9878, 7663, 7431, 9615, 6780, 7535, 7019, 9900, 7089, 7155, 8944, 6787, 7135, 7103, 7215, 11533, 9639, 10964, 11141, 10944, 10576, 13635, 11149, 13056, 11180, 7110, 7348, 7284, 7517, 6918, 10329, 7598, 11679, 7425, 7054, 7279, 7593, 7455, 8417, 7121, 9246, 7191, 7812, 7575, 7106, 7327, 8998, 7434, 12136, 9123, 7398, 7199, 6879, 8223, 10080, 7481, 12157, 9671, 8996, 7455, 7471, 7625, 7300, 7539, 12555, 9305, 10483, 9802, 7142, 7483, 7256, 6916, 6771, 11068, 8842, 9867, 7242, 8554, 6857, 9636, 7035, 11164, 8530, 12125, 10172, 11835, 7128, 7209, 7254, 7177, 12332, 7679, 10388, 7835, 8411, 7405, 7022, 7441, 7760, 7221, 7381, 7177, 7611, 8181, 7397, 9250, 7268, 11817, 12246, 12447, 10363, 11739, 7275, 7633, 12326, 9858, 13139, 10961, 12242, 9844, 7422, 7263, 7455, 7055, 7386, 8119, 7621, 11425, 7472, 7324, 7131, 7342, 7134, 10125, 9133, 11597, 7112, 9907, 7297, 8653, 7203, 10192, 8073, 7016, 7311, 7184, 7339, 7279, 7258, 7141, 8589, 6829, 7617, 7169, 8484, 7074, 10369, 7931, 7154, 6952, 7254, 7228, 6983, 7276, 6751, 9224, 6785, 10210, 6908, 8703, 7237, 9504, 7771, 6998, 9645, 7054, 8033, 6865, 10702, 8416, 9560, 10021, 6850, 8022, 6944, 9292, 6918, 11696, 9353, 7100, 7298, 7280, 7173, 9079, 12343, 8149, 10719, 6969, 7495, 7120, 7660, 7905, 7190, 7546, 7068, 7695, 7248, 10215, 8130, 11090, 7312, 7308, 7130, 7050, 7307, 7041, 10876, 9827, 11653, 7119, 7197, 7129, 7171, 9467, 9551, 12515, 8020, 9838, 7239, 7243, 8483, 7477, 11285, 7313, 10903, 7360, 11246, 8822, 12500, 10658, 11368, 7221], 'WindowCenter': [4400.0, 4346.0, 4351.0, 4330.0, 4309.0, 4317.0, 4349.0, 4338.0, 4367.0, 4306.0, 4316.0, 4304.0, 4324.0, 4314.0, 4326.0, 4345.0, 4355.0, 4305.0, 4315.0, 4314.0, 4314.0, 4303.0, 4325.0, 4345.0, 4366.0, 4314.0, 4315.0, 4307.0, 4315.0, 4317.0, 4328.0, 4315.0, 4358.0, 4305.0, 4316.0, 4302.0, 4305.0, 4304.0, 4336.0, 4317.0, 4336.0, 4315.0, 4317.0, 4319.0, 4316.0, 4318.0, 4337.0, 4317.0, 4347.0, 4316.0, 4355.0, 4307.0, 4345.0, 4317.0, 4337.0, 4316.0, 4348.0, 4317.0, 4345.0, 4317.0, 4336.0, 4317.0, 4336.0, 4316.0, 4358.0, 4335.0, 4316.0, 4316.0, 4308.0, 4315.0, 4317.0, 4335.0, 4317.0, 4357.0, 4318.0, 4347.0, 4317.0, 4346.0, 4329.0, 4338.0, 4318.0, 4339.0, 4317.0, 4315.0, 4317.0, 4358.0, 4347.0, 4316.0, 4378.0, 4348.0, 4368.0, 4357.0, 4356.0, 4339.0, 4316.0, 4326.0, 4329.0, 4340.0, 4340.0, 4319.0, 4317.0, 4358.0, 4356.0, 4360.0, 4378.0, 4366.0, 4346.0, 4366.0, 4304.0, 4366.0, 4364.0, 4344.0, 4373.0, 4335.0, 4362.0, 4343.0, 4343.0, 4314.0, 4333.0, 4303.0, 4311.0, 4304.0, 4325.0, 4303.0, 4303.0, 4304.0, 4303.0, 4313.0, 4305.0, 4326.0, 4318.0, 4335.0, 4304.0, 4313.0, 4305.0, 4365.0, 4314.0, 4355.0, 4315.0, 4346.0, 4304.0, 4313.0, 4304.0, 4295.0, 4305.0, 4326.0, 4315.0, 4327.0, 4347.0, 4306.0, 4304.0, 4305.0, 4316.0, 4317.0, 4377.0, 4316.0, 4365.0, 4344.0, 4343.0, 4317.0, 4325.0, 4306.0, 4334.0, 4316.0, 4325.0, 4309.0, 4306.0, 4315.0, 4349.0, 4365.0, 4318.0, 4375.0, 4326.0, 4316.0, 4317.0, 4316.0, 4317.0, 4318.0, 4328.0, 4367.0, 4328.0, 4328.0, 4319.0, 4324.0, 4318.0, 4316.0, 4378.0, 4359.0, 4369.0, 4318.0, 4367.0, 4316.0, 4318.0, 4317.0, 4368.0, 4357.0, 4376.0, 4349.0, 4366.0, 4318.0, 4380.0, 4346.0, 4382.0, 4377.0, 4348.0, 4316.0, 4303.0, 4317.0, 4324.0, 4329.0, 4368.0, 4338.0, 4375.0, 4356.0, 4346.0, 4318.0, 4357.0, 4327.0, 4378.0, 4360.0, 4315.0, 4369.0, 4328.0, 4357.0, 4319.0, 4367.0, 4328.0, 4317.0, 4316.0, 4327.0, 4327.0, 4327.0, 4375.0, 4366.0, 4376.0, 4345.0, 4373.0, 4354.0, 4373.0, 4357.0, 4374.0, 4354.0, 4323.0, 4314.0, 4313.0, 4306.0, 4314.0, 4335.0, 4316.0, 4373.0, 4315.0, 4364.0, 4327.0, 4336.0, 4325.0, 4315.0, 4357.0, 4313.0, 4342.0, 4316.0, 4374.0, 4325.0, 4376.0, 4355.0, 4353.0, 4315.0, 4352.0, 4314.0, 4346.0, 4316.0, 4315.0, 4325.0, 4315.0, 4316.0, 4314.0, 4357.0, 4334.0, 4365.0, 4326.0, 4344.0, 4315.0, 4344.0, 4316.0, 4375.0, 4347.0, 4354.0, 4315.0, 4332.0, 4303.0, 4314.0, 4315.0, 4315.0, 4346.0, 4313.0, 4304.0, 4313.0, 4314.0, 4311.0, 4344.0, 4314.0, 4332.0, 4315.0, 4313.0, 4314.0, 4367.0, 4344.0, 4355.0, 4302.0, 4303.0, 4305.0, 4293.0, 4316.0, 4336.0, 4328.0, 4365.0, 4316.0, 4314.0, 4316.0, 4307.0, 4317.0, 4316.0, 4356.0, 4326.0, 4366.0, 4316.0, 4363.0, 4326.0, 4363.0, 4347.0, 4373.0, 4355.0, 4363.0, 4324.0, 4352.0, 4305.0, 4342.0, 4315.0, 4354.0, 4325.0, 4342.0, 4302.0, 4363.0, 4312.0, 4341.0, 4314.0, 4353.0, 4324.0, 4312.0, 4302.0, 4342.0, 4301.0, 4330.0, 4303.0, 4323.0, 4313.0, 4302.0, 4314.0, 4314.0, 4316.0, 4325.0, 4327.0, 4346.0, 4337.0, 4356.0, 4317.0, 4364.0, 4316.0, 4366.0, 4346.0, 4375.0, 4347.0, 4306.0, 4305.0, 4313.0, 4313.0, 4306.0, 4314.0, 4354.0, 4357.0, 4312.0, 4315.0, 4313.0, 4306.0, 4314.0, 4306.0, 4356.0, 4353.0, 4315.0, 4330.0, 4350.0, 4329.0, 4328.0, 4317.0, 4329.0, 4359.0, 4317.0, 4316.0, 4319.0, 4319.0, 4307.0, 4319.0, 4359.0, 4338.0, 4366.0, 4317.0, 4355.0, 4316.0, 4345.0, 4319.0, 4368.0, 4350.0, 4357.0, 4317.0, 4356.0, 4317.0, 4347.0, 4327.0, 4357.0, 4318.0, 4316.0, 4329.0, 4329.0, 4329.0, 4327.0, 4319.0, 4318.0, 4337.0, 4322.0, 4337.0, 4320.0, 4368.0, 4360.0, 4378.0, 4343.0, 4382.0, 4341.0, 4340.0, 4319.0, 4318.0, 4391.0, 4360.0, 4309.0, 4349.0, 4321.0, 4387.0, 4363.0, 4369.0, 4379.0, 4339.0, 4392.0, 4351.0, 4378.0, 4368.0, 4366.0, 4336.0, 4354.0, 4295.0, 4354.0, 4306.0, 4357.0, 4337.0, 4307.0, 4316.0, 4294.0, 4295.0, 4373.0, 4371.0, 4376.0, 4347.0, 4363.0, 4327.0, 4305.0, 4306.0, 4317.0, 4317.0, 4319.0, 4348.0, 4307.0, 4369.0, 4354.0, 4327.0, 4373.0, 4336.0, 4367.0, 4346.0, 4356.0, 4325.0, 4334.0, 4294.0, 4324.0, 4307.0, 4334.0, 4317.0, 4328.0, 4322.0, 4351.0, 4330.0, 4368.0, 4319.0, 4316.0, 4317.0, 4305.0, 4335.0, 4355.0, 4358.0, 4344.0, 4378.0, 4305.0, 4355.0, 4315.0, 4365.0, 4354.0, 4373.0, 4345.0, 4352.0, 4313.0, 4312.0, 4314.0, 4355.0, 4355.0, 4364.0, 4325.0, 4342.0, 4303.0, 4322.0, 4305.0, 4365.0, 4335.0, 4303.0, 4314.0, 4323.0, 4303.0, 4316.0, 4353.0, 4325.0, 4362.0, 4314.0, 4334.0, 4314.0, 4343.0, 4304.0, 4363.0, 4336.0, 4351.0, 4311.0, 4313.0, 4314.0, 4344.0, 4316.0, 4357.0, 4339.0, 4328.0, 4380.0, 4325.0, 4316.0, 4327.0, 4316.0, 4326.0, 4377.0, 4356.0, 4376.0, 4356.0, 4375.0, 4353.0, 4375.0, 4364.0, 4372.0, 4351.0, 4360.0, 4327.0, 4349.0, 4315.0, 4334.0, 4314.0, 4315.0, 4322.0, 4285.0, 4334.0, 4274.0, 4303.0, 4275.0, 4294.0, 4275.0, 4284.0, 4287.0, 4287.0, 4297.0, 4299.0, 4311.0, 4299.0, 4303.0, 4321.0, 4301.0, 4323.0, 4314.0, 4313.0, 4316.0, 4305.0, 4306.0, 4314.0, 4314.0, 4316.0, 4324.0, 4314.0, 4355.0, 4316.0, 4345.0, 4314.0, 4333.0, 4317.0, 4334.0, 4317.0, 4346.0, 4327.0, 4365.0, 4315.0, 4325.0, 4327.0, 4316.0, 4317.0, 4337.0, 4346.0, 4316.0, 4345.0, 4316.0, 4317.0, 4319.0, 4359.0, 4330.0, 4379.0, 4329.0, 4346.0, 4329.0, 4375.0, 4338.0, 4388.0, 4368.0, 4336.0, 4327.0, 4325.0, 4316.0, 4367.0, 4329.0, 4376.0, 4376.0, 4315.0, 4336.0, 4314.0, 4336.0, 4335.0, 4375.0, 4355.0, 4363.0, 4313.0, 4325.0, 4304.0, 4325.0, 4313.0, 4364.0, 4346.0, 4362.0, 4303.0, 4314.0, 4314.0, 4303.0, 4304.0, 4344.0, 4335.0, 4352.0, 4305.0, 4334.0, 4313.0, 4324.0, 4315.0, 4343.0, 4314.0, 4313.0, 4304.0, 4304.0, 4315.0, 4313.0, 4316.0, 4335.0, 4316.0, 4345.0, 4325.0, 4356.0, 4327.0, 4376.0, 4337.0, 4326.0, 4316.0, 4326.0, 4315.0, 4327.0, 4316.0, 4355.0, 4365.0, 4316.0, 4317.0, 4315.0, 4314.0, 4314.0, 4326.0, 4326.0, 4364.0, 4314.0, 4317.0, 4315.0, 4313.0, 4327.0, 4354.0, 4316.0, 4325.0, 4316.0, 4335.0, 4337.0, 4357.0, 4329.0, 4325.0, 4317.0, 4326.0, 4328.0, 4357.0, 4367.0, 4316.0, 4356.0, 4316.0, 4345.0, 4316.0, 4376.0, 4345.0, 4363.0, 4315.0, 4344.0, 4316.0, 4346.0, 4315.0, 4366.0, 4328.0, 4334.0, 4316.0, 4374.0, 4326.0, 4375.0, 4366.0, 4324.0, 4266.0, 4260.0, 4247.0, 4231.0, 4272.0, 4273.0, 4327.0, 4306.0, 4331.0, 4276.0, 4314.0, 4278.0, 4241.0, 4306.0, 4300.0, 4323.0, 4281.0, 4312.0, 4329.0, 4380.0, 4326.0, 4281.0, 4260.0, 4258.0, 4276.0, 4280.0, 4281.0, 4330.0, 4317.0, 4294.0, 4304.0, 4282.0, 4340.0, 4300.0, 4316.0, 4326.0, 4337.0, 4388.0, 4375.0, 4357.0, 4341.0, 4302.0, 4304.0, 4299.0, 4326.0, 4319.0, 4329.0, 4395.0, 4325.0, 4334.0, 4319.0, 4283.0, 4346.0, 4371.0, 4365.0, 4344.0, 4304.0, 4309.0, 4289.0, 4332.0, 4285.0, 4331.0, 4301.0, 4362.0, 4302.0, 4332.0, 4283.0, 4323.0, 4286.0, 4280.0, 4257.0, 4246.0, 4253.0, 4258.0, 4258.0, 4295.0, 4309.0, 4275.0, 4306.0, 4323.0, 4274.0, 4284.0, 4314.0, 4365.0, 4304.0, 4317.0, 4349.0, 4315.0, 4316.0, 4314.0, 4315.0, 4375.0, 4347.0, 4365.0, 4367.0, 4355.0, 4355.0, 4374.0, 4356.0, 4362.0, 4340.0, 4289.0, 4299.0, 4299.0, 4299.0, 4291.0, 4341.0, 4311.0, 4349.0, 4299.0, 4288.0, 4299.0, 4313.0, 4301.0, 4320.0, 4301.0, 4330.0, 4303.0, 4310.0, 4312.0, 4301.0, 4312.0, 4332.0, 4314.0, 4362.0, 4334.0, 4300.0, 4302.0, 4291.0, 4334.0, 4339.0, 4302.0, 4360.0, 4343.0, 4320.0, 4301.0, 4299.0, 4311.0, 4299.0, 4313.0, 4362.0, 4332.0, 4352.0, 4357.0, 4324.0, 4321.0, 4293.0, 4271.0, 4257.0, 4316.0, 4289.0, 4310.0, 4280.0, 4299.0, 4272.0, 4321.0, 4280.0, 4330.0, 4298.0, 4337.0, 4367.0, 4376.0, 4301.0, 4310.0, 4310.0, 4303.0, 4360.0, 4311.0, 4341.0, 4310.0, 4320.0, 4312.0, 4301.0, 4315.0, 4324.0, 4326.0, 4325.0, 4316.0, 4325.0, 4334.0, 4316.0, 4346.0, 4313.0, 4376.0, 4373.0, 4373.0, 4341.0, 4362.0, 4301.0, 4311.0, 4359.0, 4341.0, 4360.0, 4352.0, 4349.0, 4339.0, 4299.0, 4310.0, 4309.0, 4303.0, 4312.0, 4324.0, 4313.0, 4353.0, 4312.0, 4309.0, 4302.0, 4309.0, 4304.0, 4350.0, 4344.0, 4351.0, 4301.0, 4341.0, 4312.0, 4331.0, 4313.0, 4352.0, 4324.0, 4302.0, 4311.0, 4302.0, 4312.0, 4327.0, 4317.0, 4299.0, 4311.0, 4279.0, 4302.0, 4295.0, 4310.0, 4293.0, 4333.0, 4327.0, 4292.0, 4283.0, 4290.0, 4278.0, 4281.0, 4293.0, 4297.0, 4319.0, 4283.0, 4343.0, 4296.0, 4314.0, 4306.0, 4321.0, 4267.0, 4268.0, 4334.0, 4293.0, 4315.0, 4298.0, 4333.0, 4307.0, 4349.0, 4331.0, 4281.0, 4305.0, 4279.0, 4309.0, 4279.0, 4339.0, 4337.0, 4293.0, 4294.0, 4285.0, 4327.0, 4331.0, 4360.0, 4322.0, 4349.0, 4303.0, 4311.0, 4303.0, 4312.0, 4323.0, 4302.0, 4324.0, 4302.0, 4325.0, 4314.0, 4355.0, 4349.0, 4383.0, 4309.0, 4305.0, 4305.0, 4305.0, 4315.0, 4277.0, 4340.0, 4357.0, 4380.0, 4302.0, 4291.0, 4273.0, 4299.0, 4339.0, 4340.0, 4361.0, 4321.0, 4353.0, 4313.0, 4311.0, 4332.0, 4313.0, 4362.0, 4313.0, 4362.0, 4312.0, 4366.0, 4345.0, 4373.0, 4352.0, 4360.0, 4301.0], 'WindowWidth': [9690.0, 9608.0, 9606.0, 9577.0, 9544.0, 9556.0, 9599.0, 9580.0, 9618.0, 9536.0, 9549.0, 9532.0, 9559.0, 9544.0, 9564.0, 9586.0, 9600.0, 9532.0, 9546.0, 9543.0, 9543.0, 9529.0, 9560.0, 9585.0, 9614.0, 9543.0, 9545.0, 9537.0, 9545.0, 9551.0, 9566.0, 9547.0, 9604.0, 9533.0, 9546.0, 9525.0, 9532.0, 9533.0, 9575.0, 9551.0, 9574.0, 9548.0, 9550.0, 9557.0, 9549.0, 9555.0, 9577.0, 9552.0, 9591.0, 9551.0, 9599.0, 9539.0, 9586.0, 9551.0, 9577.0, 9550.0, 9592.0, 9553.0, 9585.0, 9553.0, 9574.0, 9552.0, 9576.0, 9551.0, 9608.0, 9574.0, 9550.0, 9548.0, 9538.0, 9547.0, 9552.0, 9574.0, 9553.0, 9604.0, 9555.0, 9591.0, 9553.0, 9590.0, 9571.0, 9581.0, 9556.0, 9584.0, 9554.0, 9548.0, 9553.0, 9607.0, 9591.0, 9551.0, 9633.0, 9594.0, 9625.0, 9605.0, 9601.0, 9586.0, 9549.0, 9565.0, 9573.0, 9590.0, 9587.0, 9559.0, 9551.0, 9608.0, 9603.0, 9614.0, 9635.0, 9616.0, 9589.0, 9616.0, 9533.0, 9616.0, 9609.0, 9581.0, 9618.0, 9570.0, 9602.0, 9579.0, 9579.0, 9542.0, 9564.0, 9526.0, 9534.0, 9530.0, 9557.0, 9526.0, 9526.0, 9529.0, 9527.0, 9541.0, 9534.0, 9562.0, 9552.0, 9570.0, 9529.0, 9541.0, 9534.0, 9610.0, 9542.0, 9597.0, 9546.0, 9586.0, 9530.0, 9539.0, 9530.0, 9517.0, 9533.0, 9562.0, 9545.0, 9565.0, 9590.0, 9535.0, 9530.0, 9532.0, 9548.0, 9550.0, 9629.0, 9549.0, 9611.0, 9583.0, 9579.0, 9548.0, 9556.0, 9535.0, 9571.0, 9550.0, 9561.0, 9543.0, 9536.0, 9548.0, 9595.0, 9613.0, 9554.0, 9627.0, 9563.0, 9550.0, 9553.0, 9551.0, 9553.0, 9555.0, 9568.0, 9621.0, 9571.0, 9570.0, 9557.0, 9563.0, 9556.0, 9554.0, 9639.0, 9612.0, 9625.0, 9556.0, 9620.0, 9552.0, 9554.0, 9554.0, 9622.0, 9607.0, 9631.0, 9597.0, 9616.0, 9556.0, 9645.0, 9592.0, 9649.0, 9634.0, 9595.0, 9550.0, 9529.0, 9553.0, 9559.0, 9571.0, 9622.0, 9583.0, 9628.0, 9606.0, 9591.0, 9556.0, 9606.0, 9567.0, 9635.0, 9612.0, 9548.0, 9628.0, 9571.0, 9609.0, 9557.0, 9624.0, 9571.0, 9553.0, 9553.0, 9567.0, 9568.0, 9568.0, 9630.0, 9616.0, 9630.0, 9588.0, 9622.0, 9598.0, 9622.0, 9606.0, 9623.0, 9597.0, 9554.0, 9543.0, 9541.0, 9533.0, 9545.0, 9574.0, 9548.0, 9623.0, 9547.0, 9611.0, 9568.0, 9578.0, 9564.0, 9548.0, 9604.0, 9542.0, 9580.0, 9549.0, 9624.0, 9561.0, 9629.0, 9600.0, 9595.0, 9547.0, 9593.0, 9546.0, 9589.0, 9551.0, 9547.0, 9560.0, 9546.0, 9549.0, 9544.0, 9603.0, 9572.0, 9612.0, 9561.0, 9584.0, 9546.0, 9584.0, 9550.0, 9625.0, 9591.0, 9595.0, 9544.0, 9565.0, 9528.0, 9544.0, 9546.0, 9544.0, 9588.0, 9541.0, 9529.0, 9540.0, 9543.0, 9538.0, 9583.0, 9544.0, 9565.0, 9546.0, 9540.0, 9546.0, 9619.0, 9581.0, 9598.0, 9525.0, 9526.0, 9531.0, 9514.0, 9550.0, 9576.0, 9569.0, 9614.0, 9550.0, 9545.0, 9548.0, 9538.0, 9551.0, 9550.0, 9604.0, 9564.0, 9615.0, 9551.0, 9609.0, 9564.0, 9607.0, 9591.0, 9621.0, 9599.0, 9606.0, 9556.0, 9589.0, 9531.0, 9577.0, 9545.0, 9594.0, 9557.0, 9576.0, 9524.0, 9604.0, 9538.0, 9575.0, 9543.0, 9594.0, 9555.0, 9537.0, 9523.0, 9575.0, 9520.0, 9557.0, 9526.0, 9551.0, 9540.0, 9523.0, 9544.0, 9545.0, 9550.0, 9560.0, 9567.0, 9589.0, 9578.0, 9602.0, 9551.0, 9611.0, 9549.0, 9616.0, 9591.0, 9626.0, 9590.0, 9535.0, 9532.0, 9541.0, 9542.0, 9534.0, 9545.0, 9596.0, 9603.0, 9539.0, 9545.0, 9541.0, 9533.0, 9546.0, 9535.0, 9598.0, 9594.0, 9544.0, 9577.0, 9606.0, 9570.0, 9569.0, 9554.0, 9574.0, 9610.0, 9552.0, 9552.0, 9558.0, 9557.0, 9539.0, 9558.0, 9610.0, 9581.0, 9615.0, 9553.0, 9600.0, 9551.0, 9587.0, 9557.0, 9620.0, 9598.0, 9604.0, 9551.0, 9600.0, 9553.0, 9590.0, 9566.0, 9605.0, 9553.0, 9548.0, 9570.0, 9570.0, 9571.0, 9567.0, 9558.0, 9556.0, 9580.0, 9564.0, 9580.0, 9563.0, 9622.0, 9613.0, 9635.0, 9600.0, 9649.0, 9594.0, 9591.0, 9559.0, 9559.0, 9656.0, 9614.0, 9541.0, 9594.0, 9561.0, 9646.0, 9619.0, 9624.0, 9637.0, 9582.0, 9659.0, 9602.0, 9633.0, 9619.0, 9611.0, 9572.0, 9594.0, 9517.0, 9593.0, 9535.0, 9601.0, 9575.0, 9535.0, 9547.0, 9515.0, 9518.0, 9619.0, 9630.0, 9627.0, 9587.0, 9607.0, 9564.0, 9532.0, 9534.0, 9550.0, 9554.0, 9556.0, 9594.0, 9538.0, 9621.0, 9596.0, 9562.0, 9620.0, 9574.0, 9615.0, 9587.0, 9598.0, 9558.0, 9567.0, 9516.0, 9553.0, 9536.0, 9568.0, 9549.0, 9566.0, 9568.0, 9605.0, 9578.0, 9621.0, 9556.0, 9548.0, 9552.0, 9532.0, 9573.0, 9600.0, 9606.0, 9584.0, 9632.0, 9533.0, 9598.0, 9547.0, 9613.0, 9595.0, 9620.0, 9583.0, 9589.0, 9538.0, 9535.0, 9542.0, 9597.0, 9598.0, 9606.0, 9556.0, 9575.0, 9526.0, 9551.0, 9532.0, 9612.0, 9572.0, 9526.0, 9543.0, 9555.0, 9527.0, 9548.0, 9594.0, 9557.0, 9603.0, 9542.0, 9568.0, 9544.0, 9580.0, 9531.0, 9608.0, 9573.0, 9588.0, 9537.0, 9540.0, 9546.0, 9585.0, 9550.0, 9606.0, 9585.0, 9572.0, 9640.0, 9562.0, 9550.0, 9566.0, 9550.0, 9564.0, 9632.0, 9602.0, 9630.0, 9603.0, 9626.0, 9596.0, 9626.0, 9609.0, 9615.0, 9584.0, 9595.0, 9543.0, 9577.0, 9524.0, 9550.0, 9520.0, 9524.0, 9530.0, 9484.0, 9547.0, 9468.0, 9507.0, 9473.0, 9496.0, 9475.0, 9486.0, 9495.0, 9494.0, 9509.0, 9513.0, 9533.0, 9515.0, 9526.0, 9546.0, 9522.0, 9553.0, 9543.0, 9542.0, 9547.0, 9532.0, 9535.0, 9546.0, 9545.0, 9550.0, 9560.0, 9547.0, 9601.0, 9550.0, 9587.0, 9547.0, 9569.0, 9552.0, 9571.0, 9552.0, 9590.0, 9566.0, 9615.0, 9549.0, 9561.0, 9566.0, 9552.0, 9554.0, 9581.0, 9594.0, 9552.0, 9589.0, 9553.0, 9553.0, 9560.0, 9613.0, 9577.0, 9639.0, 9573.0, 9593.0, 9573.0, 9629.0, 9584.0, 9651.0, 9625.0, 9579.0, 9569.0, 9563.0, 9553.0, 9620.0, 9572.0, 9632.0, 9630.0, 9549.0, 9577.0, 9545.0, 9576.0, 9574.0, 9630.0, 9599.0, 9610.0, 9542.0, 9560.0, 9530.0, 9559.0, 9542.0, 9611.0, 9587.0, 9606.0, 9528.0, 9543.0, 9544.0, 9528.0, 9531.0, 9584.0, 9573.0, 9592.0, 9534.0, 9570.0, 9542.0, 9556.0, 9547.0, 9582.0, 9545.0, 9541.0, 9532.0, 9531.0, 9548.0, 9544.0, 9554.0, 9576.0, 9552.0, 9589.0, 9564.0, 9603.0, 9567.0, 9631.0, 9580.0, 9564.0, 9550.0, 9562.0, 9549.0, 9565.0, 9552.0, 9601.0, 9614.0, 9549.0, 9552.0, 9548.0, 9546.0, 9547.0, 9563.0, 9564.0, 9612.0, 9548.0, 9552.0, 9547.0, 9544.0, 9566.0, 9600.0, 9551.0, 9562.0, 9553.0, 9576.0, 9583.0, 9607.0, 9572.0, 9564.0, 9555.0, 9565.0, 9570.0, 9608.0, 9621.0, 9553.0, 9606.0, 9551.0, 9589.0, 9552.0, 9630.0, 9589.0, 9609.0, 9549.0, 9584.0, 9550.0, 9590.0, 9551.0, 9618.0, 9569.0, 9571.0, 9549.0, 9624.0, 9564.0, 9629.0, 9616.0, 9555.0, 9451.0, 9448.0, 9422.0, 9392.0, 9472.0, 9472.0, 9549.0, 9526.0, 9551.0, 9461.0, 9530.0, 9476.0, 9407.0, 9531.0, 9510.0, 9546.0, 9494.0, 9537.0, 9575.0, 9647.0, 9562.0, 9486.0, 9449.0, 9442.0, 9481.0, 9482.0, 9486.0, 9552.0, 9542.0, 9514.0, 9522.0, 9491.0, 9567.0, 9510.0, 9527.0, 9544.0, 9584.0, 9652.0, 9650.0, 9630.0, 9573.0, 9524.0, 9508.0, 9517.0, 9565.0, 9542.0, 9574.0, 9671.0, 9568.0, 9583.0, 9552.0, 9492.0, 9580.0, 9628.0, 9607.0, 9579.0, 9523.0, 9535.0, 9494.0, 9556.0, 9477.0, 9547.0, 9514.0, 9598.0, 9519.0, 9555.0, 9491.0, 9546.0, 9485.0, 9482.0, 9439.0, 9422.0, 9429.0, 9446.0, 9444.0, 9513.0, 9514.0, 9467.0, 9530.0, 9545.0, 9470.0, 9485.0, 9548.0, 9616.0, 9531.0, 9555.0, 9595.0, 9551.0, 9553.0, 9546.0, 9550.0, 9629.0, 9592.0, 9613.0, 9617.0, 9598.0, 9599.0, 9621.0, 9599.0, 9603.0, 9571.0, 9500.0, 9514.0, 9516.0, 9515.0, 9507.0, 9573.0, 9534.0, 9583.0, 9515.0, 9501.0, 9518.0, 9536.0, 9523.0, 9545.0, 9523.0, 9560.0, 9527.0, 9532.0, 9538.0, 9523.0, 9538.0, 9564.0, 9543.0, 9604.0, 9568.0, 9519.0, 9524.0, 9509.0, 9570.0, 9572.0, 9524.0, 9599.0, 9579.0, 9544.0, 9520.0, 9518.0, 9536.0, 9517.0, 9540.0, 9602.0, 9564.0, 9593.0, 9608.0, 9572.0, 9560.0, 9505.0, 9467.0, 9446.0, 9518.0, 9486.0, 9516.0, 9478.0, 9500.0, 9474.0, 9540.0, 9483.0, 9547.0, 9503.0, 9556.0, 9623.0, 9631.0, 9523.0, 9534.0, 9534.0, 9529.0, 9598.0, 9534.0, 9573.0, 9533.0, 9546.0, 9538.0, 9524.0, 9549.0, 9562.0, 9567.0, 9565.0, 9554.0, 9562.0, 9574.0, 9550.0, 9591.0, 9545.0, 9632.0, 9624.0, 9623.0, 9576.0, 9605.0, 9521.0, 9536.0, 9595.0, 9573.0, 9597.0, 9590.0, 9583.0, 9568.0, 9517.0, 9534.0, 9532.0, 9527.0, 9539.0, 9558.0, 9540.0, 9593.0, 9538.0, 9531.0, 9526.0, 9533.0, 9531.0, 9589.0, 9584.0, 9590.0, 9525.0, 9576.0, 9540.0, 9563.0, 9544.0, 9594.0, 9558.0, 9526.0, 9539.0, 9525.0, 9541.0, 9570.0, 9552.0, 9522.0, 9529.0, 9483.0, 9516.0, 9511.0, 9526.0, 9507.0, 9559.0, 9561.0, 9505.0, 9489.0, 9498.0, 9477.0, 9487.0, 9507.0, 9523.0, 9537.0, 9493.0, 9574.0, 9512.0, 9533.0, 9528.0, 9536.0, 9454.0, 9463.0, 9563.0, 9512.0, 9543.0, 9523.0, 9558.0, 9528.0, 9590.0, 9556.0, 9489.0, 9522.0, 9481.0, 9517.0, 9482.0, 9559.0, 9570.0, 9506.0, 9510.0, 9488.0, 9576.0, 9563.0, 9599.0, 9553.0, 9587.0, 9529.0, 9536.0, 9528.0, 9541.0, 9557.0, 9528.0, 9558.0, 9528.0, 9562.0, 9547.0, 9602.0, 9607.0, 9652.0, 9538.0, 9531.0, 9533.0, 9534.0, 9547.0, 9480.0, 9569.0, 9604.0, 9643.0, 9525.0, 9503.0, 9467.0, 9518.0, 9569.0, 9572.0, 9604.0, 9552.0, 9594.0, 9543.0, 9538.0, 9567.0, 9542.0, 9605.0, 9543.0, 9606.0, 9541.0, 9619.0, 9588.0, 9622.0, 9593.0, 9600.0, 9522.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.008280358152686145</td></tr>
<tr><td colspan=3>aqi</td><td>0.048629506032045244</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.50887757071693</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2129207325377351</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1016546964245288</td></tr>
<tr><td colspan=3>efc</td><td>0.4636</td></tr>
<tr><td colspan=3>fber</td><td>4780.3237</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19344431938928436</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>219</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.64090480678605</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6746793982043093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.678727481588705</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.829540387083955</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5157703259402675</td></tr>
<tr><td colspan=3>gcor</td><td>0.00997383</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005886751692742109</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02013562247157097</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</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.8723968459399356</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>19.6919</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9749</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.1986</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304939.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.1421</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1412</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.6184</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3561.6171</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.4952</td></tr>
<tr><td colspan=3>tsnr</td><td>29.66178123280406</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>