<?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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-03/func/sub-0013_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>c3c7047ceb398711405cc2266d7e7c47</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>11:18:57.130000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99668, 0.0750597, 0.0315378, -0.0812416, 0.942249, 0.324911]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976502</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>[4140, -7781, -7250, 397, -151, -131, 59, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.33</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f1151a58-faf9-42d9-adda-d607f112bc6b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6740200519561768, -0.21796518564224243, 0.014387616887688637, 124.51841735839844], [-0.20137964189052582, 2.527984619140625, 0.8812645673751831, -87.80216217041016], [0.08461358398199081, -0.871711790561676, 2.5520904064178467, -6.175644874572754], [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': ['111857.130000', '111857.590000', '111858.050000', '111858.510000', '111858.970000', '111859.430000', '111859.890000', '111900.350000', '111900.810000', '111901.270000', '111901.730000', '111902.190000', '111902.650000', '111903.110000', '111903.570000', '111904.030000', '111904.490000', '111904.950000', '111905.410000', '111905.870000', '111906.330000', '111906.790000', '111907.250000', '111907.710000', '111908.170000', '111908.630000', '111909.090000', '111909.550000', '111910.010000', '111910.470000', '111910.930000', '111911.390000', '111911.850000', '111912.310000', '111912.770000', '111913.230000', '111913.690000', '111914.150000', '111914.610000', '111915.070000', '111915.530000', '111915.990000', '111916.450000', '111916.910000', '111917.370000', '111917.830000', '111918.290000', '111918.750000', '111919.210000', '111919.670000', '111920.130000', '111920.590000', '111921.050000', '111921.510000', '111921.970000', '111922.430000', '111922.890000', '111923.350000', '111923.810000', '111924.270000', '111924.730000', '111925.190000', '111925.650000', '111926.110000', '111926.570000', '111927.030000', '111927.490000', '111927.950000', '111928.410000', '111928.870000', '111929.330000', '111929.790000', '111930.250000', '111930.710000', '111931.170000', '111931.630000', '111932.090000', '111932.550000', '111933.010000', '111933.470000', '111933.930000', '111934.390000', '111934.850000', '111935.310000', '111935.770000', '111936.230000', '111936.690000', '111937.150000', '111937.610000', '111938.070000', '111938.530000', '111938.990000', '111939.450000', '111939.910000', '111940.370000', '111940.830000', '111941.290000', '111941.750000', '111942.210000', '111942.670000', '111943.130000', '111943.590000', '111944.050000', '111944.510000', '111944.970000', '111945.430000', '111945.890000', '111946.350000', '111946.810000', '111947.270000', '111947.730000', '111948.190000', '111948.650000', '111949.110000', '111949.570000', '111950.030000', '111950.490000', '111950.950000', '111951.410000', '111951.870000', '111952.330000', '111952.790000', '111953.250000', '111953.710000', '111954.170000', '111954.630000', '111955.090000', '111955.550000', '111956.010000', '111956.470000', '111956.930000', '111957.390000', '111957.850000', '111958.310000', '111958.770000', '111959.230000', '111959.690000', '112000.150000', '112000.610000', '112001.070000', '112001.530000', '112001.990000', '112002.450000', '112002.910000', '112003.370000', '112003.830000', '112004.290000', '112004.750000', '112005.210000', '112005.670000', '112006.130000', '112006.590000', '112007.050000', '112007.510000', '112007.970000', '112008.430000', '112008.890000', '112009.350000', '112009.810000', '112010.270000', '112010.730000', '112011.190000', '112011.650000', '112012.110000', '112012.570000', '112013.030000', '112013.490000', '112013.950000', '112014.410000', '112014.870000', '112015.330000', '112015.790000', '112016.250000', '112016.710000', '112017.170000', '112017.630000', '112018.090000', '112018.550000', '112019.010000', '112019.470000', '112019.930000', '112020.390000', '112020.850000', '112021.310000', '112021.770000', '112022.230000', '112022.690000', '112023.150000', '112023.610000', '112024.070000', '112024.530000', '112024.990000', '112025.450000', '112025.910000', '112026.370000', '112026.830000', '112027.290000', '112027.750000', '112028.210000', '112028.670000', '112029.130000', '112029.590000', '112030.050000', '112030.510000', '112030.970000', '112031.430000', '112031.890000', '112032.350000', '112032.810000', '112033.270000', '112033.730000', '112034.190000', '112034.650000', '112035.110000', '112035.570000', '112036.030000', '112036.490000', '112036.950000', '112037.410000', '112037.870000', '112038.330000', '112038.790000', '112039.250000', '112039.710000', '112040.170000', '112040.630000', '112041.090000', '112041.550000', '112042.010000', '112042.470000', '112042.930000', '112043.390000', '112043.850000', '112044.310000', '112044.770000', '112045.230000', '112045.690000', '112046.150000', '112046.610000', '112047.070000', '112047.530000', '112047.990000', '112048.450000', '112048.910000', '112049.370000', '112049.830000', '112050.290000', '112050.750000', '112051.210000', '112051.670000', '112052.130000', '112052.590000', '112053.050000', '112053.510000', '112053.970000', '112054.430000', '112054.890000', '112055.350000', '112055.810000', '112056.270000', '112056.730000', '112057.190000', '112057.650000', '112058.110000', '112058.570000', '112059.030000', '112059.490000', '112059.950000', '112100.410000', '112100.870000', '112101.330000', '112101.790000', '112102.250000', '112102.710000', '112103.170000', '112103.630000', '112104.090000', '112104.550000', '112105.010000', '112105.470000', '112105.930000', '112106.390000', '112106.850000', '112107.310000', '112107.770000', '112108.230000', '112108.690000', '112109.150000', '112109.610000', '112110.070000', '112110.530000', '112110.990000', '112111.450000', '112111.910000', '112112.370000', '112112.830000', '112113.290000', '112113.750000', '112114.210000', '112114.670000', '112115.130000', '112115.590000', '112116.050000', '112116.510000', '112116.970000', '112117.430000', '112117.890000', '112118.350000', '112118.810000', '112119.270000', '112119.730000', '112120.190000', '112120.650000', '112121.110000', '112121.570000', '112122.030000', '112122.490000', '112122.950000', '112123.410000', '112123.870000', '112124.330000', '112124.790000', '112125.250000', '112125.710000', '112126.170000', '112126.630000', '112127.090000', '112127.550000', '112128.010000', '112128.470000', '112128.930000', '112129.390000', '112129.850000', '112130.310000', '112130.770000', '112131.230000', '112131.690000', '112132.150000', '112132.610000', '112133.070000', '112133.530000', '112133.990000', '112134.450000', '112134.910000', '112135.370000', '112135.830000', '112136.290000', '112136.750000', '112137.210000', '112137.670000', '112138.130000', '112138.590000', '112139.050000', '112139.510000', '112139.970000', '112140.430000', '112140.890000', '112141.350000', '112141.810000', '112142.270000', '112142.730000', '112143.190000', '112143.650000', '112144.110000', '112144.570000', '112145.030000', '112145.490000', '112145.950000', '112146.410000', '112146.870000', '112147.330000', '112147.790000', '112148.250000', '112148.710000', '112149.170000', '112149.630000', '112150.090000', '112150.550000', '112151.010000', '112151.470000', '112151.930000', '112152.390000', '112152.850000', '112153.310000', '112153.770000', '112154.230000', '112154.690000', '112155.150000', '112155.610000', '112156.070000', '112156.530000', '112156.990000', '112157.450000', '112157.910000', '112158.370000', '112158.830000', '112159.290000', '112159.750000', '112200.210000', '112200.670000', '112201.130000', '112201.590000', '112202.050000', '112202.510000', '112202.970000', '112203.430000', '112203.890000', '112204.350000', '112204.810000', '112205.270000', '112205.730000', '112206.190000', '112206.650000', '112207.110000', '112207.570000', '112208.030000', '112208.490000', '112208.950000', '112209.410000', '112209.870000', '112210.330000', '112210.790000', '112211.250000', '112211.710000', '112212.170000', '112212.630000', '112213.090000', '112213.550000', '112214.010000', '112214.470000', '112214.930000', '112215.390000', '112215.850000', '112216.310000', '112216.770000', '112217.230000', '112217.690000', '112218.150000', '112218.610000', '112219.070000', '112219.530000', '112219.990000', '112220.450000', '112220.910000', '112221.370000', '112221.830000', '112222.290000', '112222.750000', '112223.210000', '112223.670000', '112224.130000', '112224.590000', '112225.050000', '112225.510000', '112225.970000', '112226.430000', '112226.890000', '112227.350000', '112227.810000', '112228.270000', '112228.730000', '112229.190000', '112229.650000', '112230.110000', '112230.570000', '112231.030000', '112231.490000', '112231.950000', '112232.410000', '112232.870000', '112233.330000', '112233.790000', '112234.250000', '112234.710000', '112235.170000', '112235.630000', '112236.090000', '112236.550000', '112237.010000', '112237.470000', '112237.930000', '112238.390000', '112238.850000', '112239.310000', '112239.770000', '112240.230000', '112240.690000', '112241.150000', '112241.610000', '112242.070000', '112242.530000', '112242.990000', '112243.450000', '112243.910000', '112244.370000', '112244.830000', '112245.290000', '112245.750000', '112246.210000', '112246.670000', '112247.130000', '112247.590000', '112248.050000', '112248.510000', '112248.970000', '112249.430000', '112249.890000', '112250.350000', '112250.810000', '112251.270000', '112251.730000', '112252.190000', '112252.650000', '112253.110000', '112253.570000', '112254.030000', '112254.490000', '112254.950000', '112255.410000', '112255.870000', '112256.330000', '112256.790000', '112257.250000', '112257.710000', '112258.170000', '112258.630000', '112259.090000', '112259.550000', '112300.010000', '112300.470000', '112300.930000', '112301.390000', '112301.850000', '112302.310000', '112302.770000', '112303.230000', '112303.690000', '112304.150000', '112304.610000', '112305.070000', '112305.530000', '112305.990000', '112306.450000', '112306.910000', '112307.370000', '112307.830000', '112308.290000', '112308.750000', '112309.210000', '112309.670000', '112310.130000', '112310.590000', '112311.050000', '112311.510000', '112311.970000', '112312.430000', '112312.890000', '112313.350000', '112313.810000', '112314.270000', '112314.730000', '112315.190000', '112315.650000', '112316.110000', '112316.570000', '112317.030000', '112317.490000', '112317.950000', '112318.410000', '112318.870000', '112319.330000', '112319.790000', '112320.250000', '112320.710000', '112321.170000', '112321.630000', '112322.090000', '112322.550000', '112323.010000', '112323.470000', '112323.930000', '112324.390000', '112324.850000', '112325.310000', '112325.770000', '112326.230000', '112326.690000', '112327.150000', '112327.610000', '112328.070000', '112328.530000', '112328.990000', '112329.450000', '112329.910000', '112330.370000', '112330.830000', '112331.290000', '112331.750000', '112332.210000', '112332.670000', '112333.130000', '112333.590000', '112334.050000', '112334.510000', '112334.970000', '112335.430000', '112335.890000', '112336.350000', '112336.810000', '112337.270000', '112337.730000', '112338.190000', '112338.650000', '112339.110000', '112339.570000', '112340.030000', '112340.490000', '112340.950000', '112341.410000', '112341.870000', '112342.330000', '112342.790000', '112343.250000', '112343.710000', '112344.170000', '112344.630000', '112345.090000', '112345.550000', '112346.010000', '112346.470000', '112346.930000', '112347.390000', '112347.850000', '112348.310000', '112348.770000', '112349.230000', '112349.690000', '112350.150000', '112350.610000', '112351.070000', '112351.530000', '112351.990000', '112352.450000', '112352.910000', '112353.370000', '112353.830000', '112354.290000', '112354.750000', '112355.210000', '112355.670000', '112356.130000', '112356.590000', '112357.050000', '112357.510000', '112357.970000', '112358.430000', '112358.890000', '112359.350000', '112359.810000', '112400.270000', '112400.730000', '112401.190000', '112401.650000', '112402.110000', '112402.570000', '112403.030000', '112403.490000', '112403.950000', '112404.410000', '112404.870000', '112405.330000', '112405.790000', '112406.250000', '112406.710000', '112407.170000', '112407.630000', '112408.090000', '112408.550000', '112409.010000', '112409.470000', '112409.930000', '112410.390000', '112410.850000', '112411.310000', '112411.770000', '112412.230000', '112412.690000', '112413.150000', '112413.610000', '112414.070000', '112414.530000', '112414.990000', '112415.450000', '112415.910000', '112416.370000', '112416.830000', '112417.290000', '112417.750000', '112418.210000', '112418.670000', '112419.130000', '112419.590000', '112420.050000', '112420.510000', '112420.970000', '112421.430000', '112421.890000', '112422.350000', '112422.810000', '112423.270000', '112423.730000', '112424.190000', '112424.650000', '112425.110000', '112425.570000', '112426.030000', '112426.490000', '112426.950000', '112427.410000', '112427.870000', '112428.330000', '112428.790000', '112429.250000', '112429.710000', '112430.170000', '112430.630000', '112431.090000', '112431.550000', '112432.010000', '112432.470000', '112432.930000', '112433.390000', '112433.850000', '112434.310000', '112434.770000', '112435.230000', '112435.690000', '112436.150000', '112436.610000', '112437.070000', '112437.530000', '112437.990000', '112438.450000', '112438.910000', '112439.370000', '112439.830000', '112440.290000', '112440.750000', '112441.210000', '112441.670000', '112442.130000', '112442.590000', '112443.050000', '112443.510000', '112443.970000', '112444.430000', '112444.890000', '112445.350000', '112445.810000', '112446.270000', '112446.730000', '112447.190000', '112447.650000', '112448.110000', '112448.570000', '112449.030000', '112449.490000', '112449.950000', '112450.410000', '112450.870000', '112451.330000', '112451.790000', '112452.250000', '112452.710000', '112453.170000', '112453.630000', '112454.090000', '112454.550000', '112455.010000', '112455.470000', '112455.930000', '112456.390000', '112456.850000', '112457.310000', '112457.770000', '112458.230000', '112458.690000', '112459.150000', '112459.610000', '112500.070000', '112500.530000', '112500.990000', '112501.450000', '112501.910000', '112502.370000', '112502.830000', '112503.290000', '112503.750000', '112504.210000', '112504.670000', '112505.130000', '112505.590000', '112506.050000', '112506.510000', '112506.970000', '112507.430000', '112507.890000', '112508.350000', '112508.810000', '112509.270000', '112509.730000', '112510.190000', '112510.650000', '112511.110000', '112511.570000', '112512.030000', '112512.490000', '112512.950000', '112513.410000', '112513.870000', '112514.330000', '112514.790000', '112515.250000', '112515.710000', '112516.170000', '112516.630000', '112517.090000', '112517.550000', '112518.010000', '112518.470000', '112518.930000', '112519.390000', '112519.850000', '112520.310000', '112520.770000', '112521.230000', '112521.690000', '112522.150000', '112522.610000', '112523.070000', '112523.530000', '112523.990000', '112524.450000', '112524.910000', '112525.370000', '112525.830000', '112526.290000', '112526.750000', '112527.210000', '112527.670000', '112528.130000', '112528.590000', '112529.050000', '112529.510000', '112529.970000', '112530.430000', '112530.890000', '112531.350000', '112531.810000', '112532.270000', '112532.730000', '112533.190000', '112533.650000', '112534.110000', '112534.570000', '112535.030000', '112535.490000', '112535.950000', '112536.410000', '112536.870000', '112537.330000', '112537.790000', '112538.250000', '112538.710000', '112539.170000', '112539.630000', '112540.090000', '112540.550000', '112541.010000', '112541.470000', '112541.930000', '112542.390000', '112542.850000', '112543.310000', '112543.770000', '112544.230000', '112544.690000', '112545.150000', '112545.610000', '112546.070000', '112546.530000', '112546.990000', '112547.450000', '112547.910000', '112548.370000', '112548.830000', '112549.290000', '112549.750000', '112550.210000', '112550.670000', '112551.130000', '112551.590000', '112552.050000', '112552.510000', '112552.970000', '112553.430000', '112553.890000', '112554.350000', '112554.810000', '112555.270000', '112555.730000', '112556.190000', '112556.650000', '112557.110000', '112557.570000', '112558.030000', '112558.490000', '112558.950000', '112559.410000', '112559.870000', '112600.330000', '112600.790000', '112601.250000', '112601.710000', '112602.170000', '112602.630000', '112603.090000', '112603.550000', '112604.010000', '112604.470000', '112604.930000', '112605.390000', '112605.850000', '112606.310000', '112606.770000', '112607.230000', '112607.690000', '112608.150000', '112608.610000', '112609.070000', '112609.530000', '112609.990000', '112610.450000', '112610.910000', '112611.370000', '112611.830000', '112612.290000', '112612.750000', '112613.210000', '112613.670000', '112614.130000', '112614.590000', '112615.050000', '112615.510000', '112615.970000', '112616.430000', '112616.890000', '112617.350000', '112617.810000', '112618.270000', '112618.730000', '112619.190000', '112619.650000', '112620.110000', '112620.570000', '112621.030000', '112621.490000', '112621.950000', '112622.410000', '112622.870000', '112623.330000', '112623.790000', '112624.250000', '112624.710000', '112625.170000', '112625.630000', '112626.090000', '112626.550000', '112627.010000', '112627.470000', '112627.930000', '112628.390000', '112628.850000', '112629.310000', '112629.770000', '112630.230000', '112630.690000', '112631.150000', '112631.610000', '112632.070000', '112632.530000', '112632.990000', '112633.450000', '112633.910000', '112634.370000', '112634.830000', '112635.290000', '112635.750000', '112636.210000', '112636.670000', '112637.130000', '112637.590000', '112638.050000', '112638.510000', '112638.970000', '112639.430000', '112639.890000', '112640.350000', '112640.810000', '112641.270000', '112641.730000', '112642.190000', '112642.650000', '112643.110000', '112643.570000', '112644.030000', '112644.490000', '112644.950000', '112645.410000', '112645.870000', '112646.330000', '112646.790000', '112647.250000', '112647.710000', '112648.170000', '112648.630000', '112649.090000', '112649.550000', '112650.010000', '112650.470000', '112650.930000', '112651.390000', '112651.850000', '112652.310000', '112652.770000', '112653.230000', '112653.690000', '112654.150000', '112654.610000', '112655.070000', '112655.530000', '112655.990000', '112656.450000', '112656.910000', '112657.370000', '112657.830000', '112658.290000', '112658.750000', '112659.210000', '112659.670000', '112700.130000', '112700.590000', '112701.050000', '112701.510000', '112701.970000', '112702.430000', '112702.890000', '112703.350000', '112703.810000', '112704.270000', '112704.730000', '112705.190000', '112705.650000', '112706.110000', '112706.570000'], 'ContentTime': ['111923.154000', '111923.157000', '111923.160000', '111923.163000', '111923.166000', '111923.169000', '111923.172000', '111923.176000', '111923.179000', '111923.182000', '111923.185000', '111923.188000', '111923.191000', '111923.194000', '111923.197000', '111923.200000', '111923.203000', '111923.206000', '111923.209000', '111923.212000', '111923.215000', '111923.218000', '111923.221000', '111923.224000', '111923.226000', '111923.229000', '111923.232000', '111923.236000', '111923.238000', '111923.241000', '111923.244000', '111923.247000', '111923.250000', '111923.266000', '111923.269000', '111923.272000', '111923.275000', '111923.278000', '111923.281000', '111923.284000', '111923.286000', '111923.289000', '111923.292000', '111923.295000', '111923.298000', '111923.301000', '111923.304000', '111923.307000', '111923.310000', '111923.313000', '111923.316000', '111923.319000', '111923.322000', '111923.325000', '111923.327000', '111943.111000', '111943.114000', '111943.117000', '111943.120000', '111943.122000', '111943.125000', '111943.128000', '111943.131000', '111943.140000', '111943.143000', '111943.146000', '111943.154000', '111943.157000', '111943.160000', '111943.162000', '111943.166000', '111943.168000', '111943.171000', '111943.174000', '111943.177000', '111943.180000', '111943.183000', '111943.185000', '111943.188000', '111943.191000', '111943.194000', '111943.197000', '111943.200000', '111943.202000', '111943.205000', '111943.208000', '111943.211000', '111943.214000', '111943.217000', '111943.219000', '111943.222000', '111943.225000', '111943.228000', '111943.231000', '111943.233000', '111943.236000', '111943.239000', '111943.242000', '111943.245000', '112003.111000', '112003.114000', '112003.117000', '112003.120000', '112003.123000', '112003.125000', '112003.129000', '112003.132000', '112003.135000', '112003.137000', '112003.140000', '112003.148000', '112003.151000', '112003.154000', '112003.157000', '112003.160000', '112003.163000', '112003.166000', '112003.169000', '112003.172000', '112003.174000', '112003.177000', '112003.180000', '112003.183000', '112003.186000', '112003.189000', '112003.192000', '112003.195000', '112003.197000', '112003.201000', '112003.204000', '112003.207000', '112003.210000', '112003.213000', '112003.215000', '112003.218000', '112003.221000', '112003.224000', '112003.227000', '112003.230000', '112003.233000', '112003.236000', '112003.238000', '112023.112000', '112023.115000', '112023.118000', '112023.121000', '112023.123000', '112023.126000', '112023.129000', '112023.132000', '112023.135000', '112023.138000', '112023.140000', '112023.143000', '112023.146000', '112023.149000', '112023.152000', '112023.155000', '112023.157000', '112023.160000', '112023.163000', '112023.166000', '112023.173000', '112023.176000', '112023.179000', '112023.181000', '112023.184000', '112023.187000', '112023.190000', '112023.193000', '112023.196000', '112023.198000', '112023.201000', '112023.204000', '112023.207000', '112023.210000', '112023.212000', '112023.215000', '112023.218000', '112023.221000', '112023.224000', '112023.227000', '112023.229000', '112023.233000', '112023.235000', '112023.238000', '112043.112000', '112043.115000', '112043.118000', '112043.121000', '112043.123000', '112043.126000', '112043.129000', '112043.132000', '112043.135000', '112043.138000', '112043.140000', '112043.143000', '112043.146000', '112043.149000', '112043.152000', '112043.155000', '112043.158000', '112043.160000', '112043.163000', '112043.166000', '112043.169000', '112043.182000', '112043.185000', '112043.187000', '112043.190000', '112043.203000', '112043.206000', '112043.209000', '112043.212000', '112043.215000', '112043.218000', '112043.220000', '112043.223000', '112043.226000', '112043.229000', '112043.232000', '112043.235000', '112043.238000', '112043.241000', '112043.244000', '112043.247000', '112043.250000', '112043.253000', '112103.112000', '112103.115000', '112103.118000', '112103.121000', '112103.123000', '112103.126000', '112103.129000', '112103.132000', '112103.135000', '112103.138000', '112103.140000', '112103.143000', '112103.146000', '112103.149000', '112103.152000', '112103.155000', '112103.158000', '112103.161000', '112103.164000', '112103.167000', '112103.169000', '112103.172000', '112103.175000', '112103.178000', '112103.181000', '112103.183000', '112103.186000', '112103.195000', '112103.198000', '112103.201000', '112103.204000', '112103.207000', '112103.210000', '112103.212000', '112103.215000', '112103.218000', '112103.221000', '112103.224000', '112103.227000', '112103.229000', '112103.232000', '112103.235000', '112103.238000', '112103.241000', '112123.112000', '112123.115000', '112123.118000', '112123.121000', '112123.123000', '112123.126000', '112123.129000', '112123.132000', '112123.135000', '112123.138000', '112123.140000', '112123.143000', '112123.146000', '112123.149000', '112123.152000', '112123.155000', '112123.158000', '112123.160000', '112123.163000', '112123.166000', '112123.169000', '112123.172000', '112123.175000', '112123.177000', '112123.180000', '112123.183000', '112123.187000', '112123.190000', '112123.192000', '112123.195000', '112123.198000', '112123.201000', '112123.204000', '112123.207000', '112123.210000', '112123.213000', '112123.215000', '112123.218000', '112123.221000', '112123.224000', '112123.227000', '112123.230000', '112123.233000', '112143.111000', '112143.114000', '112143.117000', '112143.119000', '112143.122000', '112143.125000', '112143.128000', '112143.131000', '112143.134000', '112143.136000', '112143.139000', '112143.142000', '112143.145000', '112143.154000', '112143.157000', '112143.160000', '112143.162000', '112143.165000', '112143.168000', '112143.171000', '112143.174000', '112143.177000', '112143.180000', '112143.183000', '112143.185000', '112143.188000', '112143.191000', '112143.194000', '112143.197000', '112143.200000', '112143.202000', '112143.205000', '112143.208000', '112143.211000', '112143.214000', '112143.217000', '112143.219000', '112143.222000', '112143.225000', '112143.228000', '112143.231000', '112143.234000', '112143.237000', '112143.239000', '112203.111000', '112203.114000', '112203.117000', '112203.120000', '112203.123000', '112203.125000', '112203.128000', '112203.131000', '112203.134000', '112203.137000', '112203.140000', '112203.142000', '112203.145000', '112203.148000', '112203.151000', '112203.154000', '112203.157000', '112203.160000', '112203.162000', '112203.166000', '112203.169000', '112203.172000', '112203.175000', '112203.177000', '112203.180000', '112203.183000', '112203.186000', '112203.189000', '112203.192000', '112203.195000', '112203.197000', '112203.200000', '112203.203000', '112203.206000', '112203.209000', '112203.211000', '112203.214000', '112203.217000', '112203.220000', '112203.223000', '112203.226000', '112203.229000', '112203.232000', '112223.111000', '112223.114000', '112223.117000', '112223.120000', '112223.122000', '112223.125000', '112223.128000', '112223.145000', '112223.148000', '112223.151000', '112223.153000', '112223.156000', '112223.159000', '112223.162000', '112223.165000', '112223.168000', '112223.170000', '112223.173000', '112223.176000', '112223.179000', '112223.182000', '112223.185000', '112223.187000', '112223.190000', '112223.193000', '112223.196000', '112223.199000', '112223.202000', '112223.205000', '112223.207000', '112223.210000', '112223.213000', '112223.216000', '112223.219000', '112223.222000', '112223.224000', '112223.227000', '112223.230000', '112223.233000', '112223.236000', '112223.239000', '112223.242000', '112223.244000', '112223.247000', '112243.112000', '112243.115000', '112243.118000', '112243.121000', '112243.124000', '112243.127000', '112243.130000', '112243.132000', '112243.135000', '112243.138000', '112243.141000', '112243.144000', '112243.146000', '112243.149000', '112243.152000', '112243.155000', '112243.158000', '112243.160000', '112243.163000', '112243.166000', '112243.169000', '112243.172000', '112243.175000', '112243.178000', '112243.181000', '112243.183000', '112243.186000', '112243.189000', '112243.192000', '112243.195000', '112243.198000', '112243.200000', '112243.203000', '112243.206000', '112243.209000', '112243.212000', '112243.215000', '112243.217000', '112243.220000', '112243.224000', '112243.227000', '112243.230000', '112243.233000', '112303.112000', '112303.115000', '112303.118000', '112303.121000', '112303.123000', '112303.126000', '112303.129000', '112303.132000', '112303.135000', '112303.138000', '112303.140000', '112303.143000', '112303.146000', '112303.149000', '112303.152000', '112303.155000', '112303.157000', '112303.160000', '112303.163000', '112303.166000', '112303.169000', '112303.172000', '112303.175000', '112303.178000', '112303.181000', '112303.183000', '112303.187000', '112303.191000', '112303.194000', '112303.196000', '112303.199000', '112303.202000', '112303.205000', '112303.208000', '112303.211000', '112303.214000', '112303.217000', '112303.219000', '112303.222000', '112303.225000', '112303.228000', '112303.231000', '112303.234000', '112303.236000', '112323.112000', '112323.115000', '112323.118000', '112323.121000', '112323.124000', '112323.126000', '112323.129000', '112323.132000', '112323.135000', '112323.138000', '112323.141000', '112323.144000', '112323.147000', '112323.149000', '112323.152000', '112323.155000', '112323.158000', '112323.161000', '112323.164000', '112323.166000', '112323.169000', '112323.172000', '112323.175000', '112323.178000', '112323.181000', '112323.183000', '112323.186000', '112323.189000', '112323.192000', '112323.195000', '112323.197000', '112323.200000', '112323.203000', '112323.206000', '112323.209000', '112323.212000', '112323.215000', '112323.217000', '112323.220000', '112323.223000', '112323.226000', '112323.229000', '112323.231000', '112343.112000', '112343.115000', '112343.118000', '112343.121000', '112343.124000', '112343.126000', '112343.129000', '112343.132000', '112343.135000', '112343.138000', '112343.141000', '112343.143000', '112343.146000', '112343.149000', '112343.152000', '112343.155000', '112343.157000', '112343.160000', '112343.163000', '112343.166000', '112343.169000', '112343.172000', '112343.175000', '112343.178000', '112343.180000', '112343.183000', '112343.186000', '112343.189000', '112343.192000', '112343.195000', '112343.197000', '112343.200000', '112343.222000', '112343.225000', '112343.228000', '112343.231000', '112343.234000', '112343.236000', '112343.239000', '112343.242000', '112343.245000', '112343.248000', '112343.250000', '112343.253000', '112403.111000', '112403.114000', '112403.117000', '112403.120000', '112403.123000', '112403.126000', '112403.128000', '112403.131000', '112403.134000', '112403.137000', '112403.140000', '112403.142000', '112403.145000', '112403.148000', '112403.151000', '112403.154000', '112403.157000', '112403.160000', '112403.162000', '112403.165000', '112403.168000', '112403.171000', '112403.174000', '112403.177000', '112403.179000', '112403.182000', '112403.185000', '112403.193000', '112403.196000', '112403.199000', '112403.202000', '112403.205000', '112403.208000', '112403.211000', '112403.214000', '112403.217000', '112403.220000', '112403.223000', '112403.226000', '112403.229000', '112403.231000', '112403.234000', '112403.237000', '112423.111000', '112423.114000', '112423.119000', '112423.122000', '112423.125000', '112423.128000', '112423.131000', '112423.134000', '112423.136000', '112423.139000', '112423.142000', '112423.145000', '112423.148000', '112423.151000', '112423.153000', '112423.156000', '112423.159000', '112423.162000', '112423.167000', '112423.170000', '112423.173000', '112423.176000', '112423.178000', '112423.181000', '112423.184000', '112423.187000', '112423.190000', '112423.193000', '112423.196000', '112423.199000', '112423.202000', '112423.205000', '112423.207000', '112423.210000', '112423.213000', '112423.216000', '112423.219000', '112423.221000', '112423.224000', '112423.227000', '112423.230000', '112423.233000', '112423.236000', '112443.111000', '112443.114000', '112443.117000', '112443.120000', '112443.123000', '112443.126000', '112443.128000', '112443.131000', '112443.134000', '112443.137000', '112443.140000', '112443.143000', '112443.146000', '112443.149000', '112443.152000', '112443.155000', '112443.157000', '112443.160000', '112443.163000', '112443.166000', '112443.169000', '112443.172000', '112443.175000', '112443.178000', '112443.180000', '112443.183000', '112443.186000', '112443.189000', '112443.192000', '112443.195000', '112443.198000', '112443.201000', '112443.204000', '112443.206000', '112443.209000', '112443.212000', '112443.215000', '112443.218000', '112443.221000', '112443.223000', '112443.226000', '112443.229000', '112443.232000', '112443.235000', '112503.112000', '112503.115000', '112503.118000', '112503.121000', '112503.124000', '112503.127000', '112503.130000', '112503.132000', '112503.136000', '112503.141000', '112503.144000', '112503.147000', '112503.150000', '112503.153000', '112503.156000', '112503.158000', '112503.161000', '112503.164000', '112503.167000', '112503.170000', '112503.173000', '112503.175000', '112503.178000', '112503.181000', '112503.184000', '112503.187000', '112503.190000', '112503.193000', '112503.195000', '112503.198000', '112503.201000', '112503.204000', '112503.207000', '112503.210000', '112503.212000', '112503.215000', '112503.218000', '112503.221000', '112503.224000', '112503.227000', '112503.230000', '112503.233000', '112503.236000', '112523.127000', '112523.130000', '112523.133000', '112523.136000', '112523.139000', '112523.141000', '112523.144000', '112523.147000', '112523.150000', '112523.153000', '112523.156000', '112523.158000', '112523.161000', '112523.164000', '112523.167000', '112523.170000', '112523.173000', '112523.176000', '112523.179000', '112523.182000', '112523.184000', '112523.187000', '112523.190000', '112523.193000', '112523.196000', '112523.199000', '112523.202000', '112523.205000', '112523.208000', '112523.210000', '112523.213000', '112523.216000', '112523.219000', '112523.222000', '112523.225000', '112523.228000', '112523.231000', '112523.234000', '112523.236000', '112523.239000', '112523.242000', '112523.245000', '112523.248000', '112523.251000', '112543.112000', '112543.115000', '112543.118000', '112543.121000', '112543.124000', '112543.126000', '112543.129000', '112543.132000', '112543.135000', '112543.138000', '112543.140000', '112543.143000', '112543.146000', '112543.149000', '112543.152000', '112543.155000', '112543.158000', '112543.161000', '112543.164000', '112543.167000', '112543.170000', '112543.173000', '112543.176000', '112543.179000', '112543.182000', '112543.185000', '112543.188000', '112543.190000', '112543.193000', '112543.196000', '112543.199000', '112543.202000', '112543.205000', '112543.208000', '112543.210000', '112543.213000', '112543.216000', '112543.219000', '112543.222000', '112543.225000', '112543.227000', '112543.230000', '112543.233000', '112603.111000', '112603.114000', '112603.117000', '112603.120000', '112603.123000', '112603.126000', '112603.129000', '112603.131000', '112603.134000', '112603.137000', '112603.140000', '112603.143000', '112603.146000', '112603.149000', '112603.151000', '112603.154000', '112603.157000', '112603.160000', '112603.163000', '112603.166000', '112603.169000', '112603.172000', '112603.174000', '112603.177000', '112603.180000', '112603.183000', '112603.186000', '112603.189000', '112603.192000', '112603.198000', '112603.201000', '112603.204000', '112603.207000', '112603.210000', '112603.213000', '112603.215000', '112603.218000', '112603.221000', '112603.224000', '112603.227000', '112603.230000', '112603.233000', '112603.236000', '112603.239000', '112623.111000', '112623.114000', '112623.117000', '112623.120000', '112623.123000', '112623.126000', '112623.129000', '112623.132000', '112623.134000', '112623.137000', '112623.140000', '112623.143000', '112623.146000', '112623.149000', '112623.152000', '112623.155000', '112623.158000', '112623.161000', '112623.164000', '112623.167000', '112623.170000', '112623.173000', '112623.176000', '112623.179000', '112623.182000', '112623.185000', '112623.188000', '112623.191000', '112623.193000', '112623.196000', '112623.199000', '112623.202000', '112623.205000', '112623.208000', '112623.211000', '112623.214000', '112623.216000', '112623.219000', '112623.222000', '112623.225000', '112623.228000', '112623.231000', '112623.234000', '112643.111000', '112643.114000', '112643.117000', '112643.120000', '112643.123000', '112643.126000', '112643.128000', '112643.131000', '112643.134000', '112643.137000', '112643.140000', '112643.143000', '112643.146000', '112643.149000', '112643.151000', '112643.154000', '112643.157000', '112643.160000', '112643.163000', '112643.166000', '112643.169000', '112643.172000', '112643.174000', '112643.177000', '112643.180000', '112643.183000', '112643.186000', '112643.189000', '112643.192000', '112643.195000', '112643.198000', '112643.200000', '112643.203000', '112643.206000', '112643.209000', '112643.212000', '112643.215000', '112643.218000', '112643.221000', '112643.224000', '112643.227000', '112643.229000', '112643.232000', '112643.235000', '112703.111000', '112703.114000', '112703.117000', '112703.120000', '112703.123000', '112703.126000', '112703.129000', '112703.132000', '112703.134000', '112703.137000', '112703.140000', '112703.143000', '112703.146000', '112703.149000', '112703.152000', '112703.155000', '112703.158000', '112703.160000', '112703.169000', '112703.172000', '112703.174000', '112703.177000', '112703.181000', '112703.183000', '112703.186000', '112703.189000', '112703.192000', '112703.196000', '112703.202000', '112703.205000', '112703.208000', '112703.210000', '112703.214000', '112703.217000', '112703.220000', '112703.223000', '112703.226000', '112703.229000', '112703.231000', '112703.234000', '112703.237000', '112703.240000', '112703.243000', '112707.406000', '112707.410000', '112707.412000', '112707.424000', '112707.427000', '112707.430000', '112707.432000', '112707.435000', '112707.438000', '112707.441000'], 'InstanceCreationTime': ['111923.154000', '111923.157000', '111923.160000', '111923.163000', '111923.166000', '111923.169000', '111923.172000', '111923.176000', '111923.179000', '111923.182000', '111923.185000', '111923.188000', '111923.191000', '111923.194000', '111923.197000', '111923.200000', '111923.203000', '111923.206000', '111923.209000', '111923.212000', '111923.215000', '111923.218000', '111923.221000', '111923.224000', '111923.226000', '111923.229000', '111923.232000', '111923.236000', '111923.238000', '111923.241000', '111923.244000', '111923.247000', '111923.250000', '111923.266000', '111923.269000', '111923.272000', '111923.275000', '111923.278000', '111923.281000', '111923.284000', '111923.286000', '111923.289000', '111923.292000', '111923.295000', '111923.298000', '111923.301000', '111923.304000', '111923.307000', '111923.310000', '111923.313000', '111923.316000', '111923.319000', '111923.322000', '111923.325000', '111923.327000', '111943.111000', '111943.114000', '111943.117000', '111943.120000', '111943.122000', '111943.125000', '111943.128000', '111943.131000', '111943.140000', '111943.143000', '111943.146000', '111943.154000', '111943.157000', '111943.160000', '111943.162000', '111943.166000', '111943.168000', '111943.171000', '111943.174000', '111943.177000', '111943.180000', '111943.183000', '111943.185000', '111943.188000', '111943.191000', '111943.194000', '111943.197000', '111943.200000', '111943.202000', '111943.205000', '111943.208000', '111943.211000', '111943.214000', '111943.217000', '111943.219000', '111943.222000', '111943.225000', '111943.228000', '111943.231000', '111943.233000', '111943.236000', '111943.239000', '111943.242000', '111943.245000', '112003.111000', '112003.114000', '112003.117000', '112003.120000', '112003.123000', '112003.125000', '112003.129000', '112003.132000', '112003.135000', '112003.137000', '112003.140000', '112003.148000', '112003.151000', '112003.154000', '112003.157000', '112003.160000', '112003.163000', '112003.166000', '112003.169000', '112003.172000', '112003.174000', '112003.177000', '112003.180000', '112003.183000', '112003.186000', '112003.189000', '112003.192000', '112003.195000', '112003.197000', '112003.201000', '112003.204000', '112003.207000', '112003.210000', '112003.213000', '112003.215000', '112003.218000', '112003.221000', '112003.224000', '112003.227000', '112003.230000', '112003.233000', '112003.236000', '112003.238000', '112023.112000', '112023.115000', '112023.118000', '112023.121000', '112023.123000', '112023.126000', '112023.129000', '112023.132000', '112023.135000', '112023.138000', '112023.140000', '112023.143000', '112023.146000', '112023.149000', '112023.152000', '112023.155000', '112023.157000', '112023.160000', '112023.163000', '112023.166000', '112023.173000', '112023.176000', '112023.179000', '112023.181000', '112023.184000', '112023.187000', '112023.190000', '112023.193000', '112023.196000', '112023.198000', '112023.201000', '112023.204000', '112023.207000', '112023.210000', '112023.212000', '112023.215000', '112023.218000', '112023.221000', '112023.224000', '112023.227000', '112023.229000', '112023.233000', '112023.235000', '112023.238000', '112043.112000', '112043.115000', '112043.118000', '112043.121000', '112043.123000', '112043.126000', '112043.129000', '112043.132000', '112043.135000', '112043.138000', '112043.140000', '112043.143000', '112043.146000', '112043.149000', '112043.152000', '112043.155000', '112043.158000', '112043.160000', '112043.163000', '112043.166000', '112043.169000', '112043.182000', '112043.185000', '112043.187000', '112043.190000', '112043.203000', '112043.206000', '112043.209000', '112043.212000', '112043.215000', '112043.218000', '112043.220000', '112043.223000', '112043.226000', '112043.229000', '112043.232000', '112043.235000', '112043.238000', '112043.241000', '112043.244000', '112043.247000', '112043.250000', '112043.253000', '112103.112000', '112103.115000', '112103.118000', '112103.121000', '112103.123000', '112103.126000', '112103.129000', '112103.132000', '112103.135000', '112103.138000', '112103.140000', '112103.143000', '112103.146000', '112103.149000', '112103.152000', '112103.155000', '112103.158000', '112103.161000', '112103.164000', '112103.167000', '112103.169000', '112103.172000', '112103.175000', '112103.178000', '112103.181000', '112103.183000', '112103.186000', '112103.195000', '112103.198000', '112103.201000', '112103.204000', '112103.207000', '112103.210000', '112103.212000', '112103.215000', '112103.218000', '112103.221000', '112103.224000', '112103.227000', '112103.229000', '112103.232000', '112103.235000', '112103.238000', '112103.241000', '112123.112000', '112123.115000', '112123.118000', '112123.121000', '112123.123000', '112123.126000', '112123.129000', '112123.132000', '112123.135000', '112123.138000', '112123.140000', '112123.143000', '112123.146000', '112123.149000', '112123.152000', '112123.155000', '112123.158000', '112123.160000', '112123.163000', '112123.166000', '112123.169000', '112123.172000', '112123.175000', '112123.177000', '112123.180000', '112123.183000', '112123.187000', '112123.190000', '112123.192000', '112123.195000', '112123.198000', '112123.201000', '112123.204000', '112123.207000', '112123.210000', '112123.213000', '112123.215000', '112123.218000', '112123.221000', '112123.224000', '112123.227000', '112123.230000', '112123.233000', '112143.111000', '112143.114000', '112143.117000', '112143.119000', '112143.122000', '112143.125000', '112143.128000', '112143.131000', '112143.134000', '112143.136000', '112143.139000', '112143.142000', '112143.145000', '112143.154000', '112143.157000', '112143.160000', '112143.162000', '112143.165000', '112143.168000', '112143.171000', '112143.174000', '112143.177000', '112143.180000', '112143.183000', '112143.185000', '112143.188000', '112143.191000', '112143.194000', '112143.197000', '112143.200000', '112143.202000', '112143.205000', '112143.208000', '112143.211000', '112143.214000', '112143.217000', '112143.219000', '112143.222000', '112143.225000', '112143.228000', '112143.231000', '112143.234000', '112143.237000', '112143.239000', '112203.111000', '112203.114000', '112203.117000', '112203.120000', '112203.123000', '112203.125000', '112203.128000', '112203.131000', '112203.134000', '112203.137000', '112203.140000', '112203.142000', '112203.145000', '112203.148000', '112203.151000', '112203.154000', '112203.157000', '112203.160000', '112203.162000', '112203.166000', '112203.169000', '112203.172000', '112203.175000', '112203.177000', '112203.180000', '112203.183000', '112203.186000', '112203.189000', '112203.192000', '112203.195000', '112203.197000', '112203.200000', '112203.203000', '112203.206000', '112203.209000', '112203.211000', '112203.214000', '112203.217000', '112203.220000', '112203.223000', '112203.226000', '112203.229000', '112203.232000', '112223.111000', '112223.114000', '112223.117000', '112223.120000', '112223.122000', '112223.125000', '112223.128000', '112223.145000', '112223.148000', '112223.151000', '112223.153000', '112223.156000', '112223.159000', '112223.162000', '112223.165000', '112223.168000', '112223.170000', '112223.173000', '112223.176000', '112223.179000', '112223.182000', '112223.185000', '112223.187000', '112223.190000', '112223.193000', '112223.196000', '112223.199000', '112223.202000', '112223.205000', '112223.207000', '112223.210000', '112223.213000', '112223.216000', '112223.219000', '112223.222000', '112223.224000', '112223.227000', '112223.230000', '112223.233000', '112223.236000', '112223.239000', '112223.242000', '112223.244000', '112223.247000', '112243.112000', '112243.115000', '112243.118000', '112243.121000', '112243.124000', '112243.127000', '112243.130000', '112243.132000', '112243.135000', '112243.138000', '112243.141000', '112243.144000', '112243.146000', '112243.149000', '112243.152000', '112243.155000', '112243.158000', '112243.160000', '112243.163000', '112243.166000', '112243.169000', '112243.172000', '112243.175000', '112243.178000', '112243.181000', '112243.183000', '112243.186000', '112243.189000', '112243.192000', '112243.195000', '112243.198000', '112243.200000', '112243.203000', '112243.206000', '112243.209000', '112243.212000', '112243.215000', '112243.217000', '112243.220000', '112243.224000', '112243.227000', '112243.230000', '112243.233000', '112303.112000', '112303.115000', '112303.118000', '112303.121000', '112303.123000', '112303.126000', '112303.129000', '112303.132000', '112303.135000', '112303.138000', '112303.140000', '112303.143000', '112303.146000', '112303.149000', '112303.152000', '112303.155000', '112303.157000', '112303.160000', '112303.163000', '112303.166000', '112303.169000', '112303.172000', '112303.175000', '112303.178000', '112303.181000', '112303.183000', '112303.187000', '112303.191000', '112303.194000', '112303.196000', '112303.199000', '112303.202000', '112303.205000', '112303.208000', '112303.211000', '112303.214000', '112303.217000', '112303.219000', '112303.222000', '112303.225000', '112303.228000', '112303.231000', '112303.234000', '112303.236000', '112323.112000', '112323.115000', '112323.118000', '112323.121000', '112323.124000', '112323.126000', '112323.129000', '112323.132000', '112323.135000', '112323.138000', '112323.141000', '112323.144000', '112323.147000', '112323.149000', '112323.152000', '112323.155000', '112323.158000', '112323.161000', '112323.164000', '112323.166000', '112323.169000', '112323.172000', '112323.175000', '112323.178000', '112323.181000', '112323.183000', '112323.186000', '112323.189000', '112323.192000', '112323.195000', '112323.197000', '112323.200000', '112323.203000', '112323.206000', '112323.209000', '112323.212000', '112323.215000', '112323.217000', '112323.220000', '112323.223000', '112323.226000', '112323.229000', '112323.231000', '112343.112000', '112343.115000', '112343.118000', '112343.121000', '112343.124000', '112343.126000', '112343.129000', '112343.132000', '112343.135000', '112343.138000', '112343.141000', '112343.143000', '112343.146000', '112343.149000', '112343.152000', '112343.155000', '112343.157000', '112343.160000', '112343.163000', '112343.166000', '112343.169000', '112343.172000', '112343.175000', '112343.178000', '112343.180000', '112343.183000', '112343.186000', '112343.189000', '112343.192000', '112343.195000', '112343.197000', '112343.200000', '112343.222000', '112343.225000', '112343.228000', '112343.231000', '112343.234000', '112343.236000', '112343.239000', '112343.242000', '112343.245000', '112343.248000', '112343.250000', '112343.253000', '112403.111000', '112403.114000', '112403.117000', '112403.120000', '112403.123000', '112403.126000', '112403.128000', '112403.131000', '112403.134000', '112403.137000', '112403.140000', '112403.142000', '112403.145000', '112403.148000', '112403.151000', '112403.154000', '112403.157000', '112403.160000', '112403.162000', '112403.165000', '112403.168000', '112403.171000', '112403.174000', '112403.177000', '112403.179000', '112403.182000', '112403.185000', '112403.193000', '112403.196000', '112403.199000', '112403.202000', '112403.205000', '112403.208000', '112403.211000', '112403.214000', '112403.217000', '112403.220000', '112403.223000', '112403.226000', '112403.229000', '112403.231000', '112403.234000', '112403.237000', '112423.111000', '112423.114000', '112423.119000', '112423.122000', '112423.125000', '112423.128000', '112423.131000', '112423.134000', '112423.136000', '112423.139000', '112423.142000', '112423.145000', '112423.148000', '112423.151000', '112423.153000', '112423.156000', '112423.159000', '112423.162000', '112423.167000', '112423.170000', '112423.173000', '112423.176000', '112423.178000', '112423.181000', '112423.184000', '112423.187000', '112423.190000', '112423.193000', '112423.196000', '112423.199000', '112423.202000', '112423.205000', '112423.207000', '112423.210000', '112423.213000', '112423.216000', '112423.219000', '112423.221000', '112423.224000', '112423.227000', '112423.230000', '112423.233000', '112423.236000', '112443.111000', '112443.114000', '112443.117000', '112443.120000', '112443.123000', '112443.126000', '112443.128000', '112443.131000', '112443.134000', '112443.137000', '112443.140000', '112443.143000', '112443.146000', '112443.149000', '112443.152000', '112443.155000', '112443.157000', '112443.160000', '112443.163000', '112443.166000', '112443.169000', '112443.172000', '112443.175000', '112443.178000', '112443.180000', '112443.183000', '112443.186000', '112443.189000', '112443.192000', '112443.195000', '112443.198000', '112443.201000', '112443.204000', '112443.206000', '112443.209000', '112443.212000', '112443.215000', '112443.218000', '112443.221000', '112443.223000', '112443.226000', '112443.229000', '112443.232000', '112443.235000', '112503.112000', '112503.115000', '112503.118000', '112503.121000', '112503.124000', '112503.127000', '112503.130000', '112503.132000', '112503.136000', '112503.141000', '112503.144000', '112503.147000', '112503.150000', '112503.153000', '112503.156000', '112503.158000', '112503.161000', '112503.164000', '112503.167000', '112503.170000', '112503.173000', '112503.175000', '112503.178000', '112503.181000', '112503.184000', '112503.187000', '112503.190000', '112503.193000', '112503.195000', '112503.198000', '112503.201000', '112503.204000', '112503.207000', '112503.210000', '112503.212000', '112503.215000', '112503.218000', '112503.221000', '112503.224000', '112503.227000', '112503.230000', '112503.233000', '112503.236000', '112523.127000', '112523.130000', '112523.133000', '112523.136000', '112523.139000', '112523.141000', '112523.144000', '112523.147000', '112523.150000', '112523.153000', '112523.156000', '112523.158000', '112523.161000', '112523.164000', '112523.167000', '112523.170000', '112523.173000', '112523.176000', '112523.179000', '112523.182000', '112523.184000', '112523.187000', '112523.190000', '112523.193000', '112523.196000', '112523.199000', '112523.202000', '112523.205000', '112523.208000', '112523.210000', '112523.213000', '112523.216000', '112523.219000', '112523.222000', '112523.225000', '112523.228000', '112523.231000', '112523.234000', '112523.236000', '112523.239000', '112523.242000', '112523.245000', '112523.248000', '112523.251000', '112543.112000', '112543.115000', '112543.118000', '112543.121000', '112543.124000', '112543.126000', '112543.129000', '112543.132000', '112543.135000', '112543.138000', '112543.140000', '112543.143000', '112543.146000', '112543.149000', '112543.152000', '112543.155000', '112543.158000', '112543.161000', '112543.164000', '112543.167000', '112543.170000', '112543.173000', '112543.176000', '112543.179000', '112543.182000', '112543.185000', '112543.188000', '112543.190000', '112543.193000', '112543.196000', '112543.199000', '112543.202000', '112543.205000', '112543.208000', '112543.210000', '112543.213000', '112543.216000', '112543.219000', '112543.222000', '112543.225000', '112543.227000', '112543.230000', '112543.233000', '112603.111000', '112603.114000', '112603.117000', '112603.120000', '112603.123000', '112603.126000', '112603.129000', '112603.131000', '112603.134000', '112603.137000', '112603.140000', '112603.143000', '112603.146000', '112603.149000', '112603.151000', '112603.154000', '112603.157000', '112603.160000', '112603.163000', '112603.166000', '112603.169000', '112603.172000', '112603.174000', '112603.177000', '112603.180000', '112603.183000', '112603.186000', '112603.189000', '112603.192000', '112603.198000', '112603.201000', '112603.204000', '112603.207000', '112603.210000', '112603.213000', '112603.215000', '112603.218000', '112603.221000', '112603.224000', '112603.227000', '112603.230000', '112603.233000', '112603.236000', '112603.239000', '112623.111000', '112623.114000', '112623.117000', '112623.120000', '112623.123000', '112623.126000', '112623.129000', '112623.132000', '112623.134000', '112623.137000', '112623.140000', '112623.143000', '112623.146000', '112623.149000', '112623.152000', '112623.155000', '112623.158000', '112623.161000', '112623.164000', '112623.167000', '112623.170000', '112623.173000', '112623.176000', '112623.179000', '112623.182000', '112623.185000', '112623.188000', '112623.191000', '112623.193000', '112623.196000', '112623.199000', '112623.202000', '112623.205000', '112623.208000', '112623.211000', '112623.214000', '112623.216000', '112623.219000', '112623.222000', '112623.225000', '112623.228000', '112623.231000', '112623.234000', '112643.111000', '112643.114000', '112643.117000', '112643.120000', '112643.123000', '112643.126000', '112643.128000', '112643.131000', '112643.134000', '112643.137000', '112643.140000', '112643.143000', '112643.146000', '112643.149000', '112643.151000', '112643.154000', '112643.157000', '112643.160000', '112643.163000', '112643.166000', '112643.169000', '112643.172000', '112643.174000', '112643.177000', '112643.180000', '112643.183000', '112643.186000', '112643.189000', '112643.192000', '112643.195000', '112643.198000', '112643.200000', '112643.203000', '112643.206000', '112643.209000', '112643.212000', '112643.215000', '112643.218000', '112643.221000', '112643.224000', '112643.227000', '112643.229000', '112643.232000', '112643.235000', '112703.111000', '112703.114000', '112703.117000', '112703.120000', '112703.123000', '112703.126000', '112703.129000', '112703.132000', '112703.134000', '112703.137000', '112703.140000', '112703.143000', '112703.146000', '112703.149000', '112703.152000', '112703.155000', '112703.158000', '112703.160000', '112703.169000', '112703.172000', '112703.174000', '112703.177000', '112703.181000', '112703.183000', '112703.186000', '112703.189000', '112703.192000', '112703.196000', '112703.202000', '112703.205000', '112703.208000', '112703.210000', '112703.214000', '112703.217000', '112703.220000', '112703.223000', '112703.226000', '112703.229000', '112703.231000', '112703.234000', '112703.237000', '112703.240000', '112703.243000', '112707.406000', '112707.410000', '112707.412000', '112707.424000', '112707.427000', '112707.430000', '112707.432000', '112707.435000', '112707.438000', '112707.441000'], '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': [9991, 10909, 7279, 9685, 8388, 8071, 10422, 6955, 9402, 8877, 7683, 9748, 7092, 9045, 9902, 6873, 8752, 6706, 7825, 9531, 6812, 8994, 9473, 6654, 8856, 8968, 7120, 9593, 6853, 8591, 9689, 6648, 8790, 8999, 7243, 9325, 7015, 8318, 9880, 6666, 9181, 8431, 8027, 9930, 7267, 9032, 9393, 7268, 9217, 7074, 8813, 7030, 7891, 10081, 7126, 9278, 6875, 8067, 9631, 6894, 9008, 6963, 8068, 9764, 6842, 8992, 7678, 8071, 10094, 7324, 8716, 6627, 7342, 9213, 6952, 8529, 8444, 7616, 9515, 7197, 8731, 7962, 7688, 9752, 7081, 9000, 8122, 7345, 10076, 6938, 9120, 8989, 7866, 10697, 7208, 9215, 7871, 7697, 9941, 6984, 9253, 9126, 7680, 9655, 7239, 9058, 8674, 7477, 9478, 7229, 9105, 9474, 7461, 9148, 6538, 8320, 9395, 6795, 8526, 6797, 7665, 9003, 6864, 8722, 8254, 7456, 9563, 6763, 9191, 6680, 7720, 9432, 6674, 9508, 8601, 7881, 9997, 7106, 9426, 7997, 8343, 10773, 7253, 9236, 6818, 7873, 10141, 7014, 9317, 7259, 8019, 10158, 6977, 9114, 6643, 8186, 9829, 6959, 8897, 6723, 8113, 9466, 6858, 8658, 7148, 8948, 9470, 7837, 10312, 6978, 9329, 8401, 8084, 10572, 7246, 9569, 7120, 8212, 9934, 7021, 9431, 7087, 9149, 10280, 7165, 9671, 7051, 8858, 7819, 8294, 9970, 6890, 8904, 6958, 8446, 9033, 7135, 9237, 7402, 9184, 8455, 8020, 10331, 6980, 9364, 7605, 8427, 10399, 7136, 9459, 7079, 8939, 10141, 6716, 9585, 7215, 8828, 8202, 7465, 10029, 7004, 9093, 6984, 7999, 9184, 7125, 8750, 7303, 8960, 6815, 8281, 8987, 7547, 9766, 7160, 9135, 8596, 8231, 10155, 6977, 9259, 6752, 8234, 10758, 6898, 9156, 7799, 8781, 8745, 7804, 9776, 6961, 9116, 7430, 9160, 9027, 7879, 10769, 7161, 9522, 7484, 9029, 9671, 8013, 10872, 6971, 9439, 7646, 8881, 9148, 7937, 10837, 6985, 9489, 7167, 8817, 7238, 8388, 10315, 7447, 10156, 7224, 9702, 7017, 8602, 7387, 8914, 8948, 7868, 8950, 7840, 8094, 8445, 8130, 9133, 9737, 7619, 10605, 7379, 9191, 7055, 8772, 7578, 8017, 10005, 7263, 9174, 7036, 8451, 7430, 8106, 7368, 7446, 10200, 7183, 8841, 7134, 8692, 7374, 7839, 10271, 6987, 8960, 7281, 8120, 9514, 7211, 9234, 6955, 9127, 7647, 7659, 9710, 6965, 8576, 7000, 7791, 9632, 7248, 8887, 7040, 7506, 8957, 7165, 8323, 7286, 7914, 10002, 7267, 8739, 7770, 7966, 9282, 7433, 8773, 7506, 7962, 9756, 7479, 8870, 7179, 7594, 9629, 7134, 9245, 7677, 7917, 9409, 7418, 8752, 7841, 8497, 8612, 7640, 9754, 7107, 9188, 6780, 7720, 10109, 7196, 9228, 7500, 8011, 9975, 7084, 8607, 7079, 7972, 10320, 7120, 8921, 7139, 7985, 9590, 6918, 8967, 7793, 8474, 10120, 7093, 9032, 7687, 8538, 10029, 7139, 9438, 8077, 8733, 9457, 7539, 9114, 7897, 8718, 9545, 7471, 9791, 7486, 8791, 8379, 7839, 10099, 7288, 9013, 7779, 7705, 9675, 6992, 8936, 9073, 7697, 9753, 7066, 8621, 6633, 7738, 9829, 7267, 8752, 6864, 7262, 9278, 7191, 8169, 7323, 7740, 10270, 7543, 8825, 6803, 7493, 9434, 7310, 8865, 7218, 7709, 9401, 7391, 8610, 6791, 7859, 10214, 7147, 9108, 6961, 7564, 9332, 7376, 8837, 7501, 8483, 10857, 7234, 9352, 7316, 8293, 9614, 7191, 9199, 7449, 8909, 8875, 7287, 9061, 7032, 8299, 7164, 7514, 9645, 7292, 8679, 6786, 7919, 9256, 7232, 9473, 7414, 8906, 9139, 7306, 9821, 7141, 9178, 9691, 7693, 9762, 6899, 8631, 7021, 7725, 10063, 7356, 8575, 7259, 7725, 10089, 7417, 9000, 7273, 8243, 6880, 7861, 9252, 7090, 8823, 7751, 8521, 10293, 7229, 9864, 7299, 9555, 9027, 7614, 10224, 7438, 8629, 7454, 8098, 11481, 7347, 8669, 7339, 8334, 9089, 7463, 9911, 7058, 8484, 7230, 7957, 9730, 7138, 8729, 7758, 8533, 11544, 7388, 9133, 7265, 8725, 8485, 7331, 9674, 7262, 8415, 7222, 8129, 9117, 7218, 9246, 7650, 8699, 7806, 7470, 9107, 7154, 8320, 7236, 8001, 9887, 7212, 8559, 7264, 8138, 9416, 7307, 9542, 7423, 8602, 7997, 7697, 10218, 7320, 8911, 7153, 8033, 9130, 7120, 9439, 7854, 8811, 8747, 7365, 9242, 7499, 8426, 7260, 7584, 10239, 7336, 8982, 7596, 7714, 9383, 7269, 8580, 7705, 8301, 11423, 7445, 8661, 7375, 8262, 8904, 7564, 9920, 7385, 8536, 6777, 8167, 9298, 7363, 9090, 7713, 8875, 7293, 7656, 9434, 7296, 8830, 7713, 8046, 10635, 7203, 9599, 7288, 8248, 9168, 7379, 9599, 7247, 9412, 8245, 7510, 9836, 7320, 8599, 7237, 8042, 9088, 7007, 8877, 7733, 8389, 8424, 7455, 8925, 7237, 8361, 7042, 7642, 10327, 7080, 8946, 7232, 8337, 9450, 7375, 9238, 7595, 8791, 9860, 7354, 9361, 7664, 8796, 7219, 7987, 10837, 7245, 9320, 7270, 8090, 9522, 7048, 9326, 7526, 8846, 10384, 7289, 9070, 7503, 8787, 8424, 7393, 10657, 7180, 8995, 7406, 7917, 9389, 7327, 8720, 8168, 9107, 10898, 7258, 10731, 7754, 9167, 7409, 8841, 7292, 8529, 9727, 7545, 10325, 7468, 8716, 7774, 8533, 10071, 7739, 10266, 7604, 9997, 7673, 8861, 7816, 8862, 7416, 8544, 8588, 7547, 9940, 7071, 9053, 7617, 7830, 9253, 7574, 8427, 7692, 8282, 11209, 7612, 9114, 7365, 8279, 8626, 7736, 9011, 7779, 8785, 7944, 7676, 9507, 7296, 8624, 7045, 7966, 9155, 7490, 8634, 7558, 7961, 10337, 7393, 8540, 7200, 8456, 9986, 7597, 9189, 7718, 8368, 9932, 7503, 8993, 7597, 8779, 10587, 7629, 9823, 7389, 8588, 7044, 7885, 9733, 7193, 9464, 8063, 8225, 11486, 7734, 9741, 7478, 8829, 9033, 7501, 9588, 7555, 8529, 7103, 7893, 10485, 7292, 8948, 6922, 8342, 8420, 7828, 9368, 7548, 9152, 8099, 8025, 10677, 7804, 9158, 7149, 8594, 8963, 7651, 9730, 7164, 8886, 7243, 7987, 10145, 7333, 8485, 7214, 8413, 9542, 7700, 10156, 7388, 8851, 7219, 8460, 6939, 8214, 9838, 7261, 10354, 7287, 9434, 7188, 9433, 7105, 9729, 7116, 8613, 9851, 7583, 9354, 7614, 8761, 7713, 7967, 10010, 7578, 9163, 7263, 8316, 11433, 7457, 9947, 7211, 8908, 6969, 8427, 7560, 8124, 9403, 7301, 8634, 7013, 8277, 10244, 7417, 9602, 7161, 8427, 11096, 7536, 8917, 7077, 8658, 7583, 8090, 10416, 7217, 9172, 6859, 8427, 10143, 7665, 8804, 7438, 8946, 9281, 7531, 9241, 7273, 8226, 6998, 8055, 9776, 6987, 9053, 7330, 8449, 9222, 7641, 9591, 7433, 8599, 7289, 8119, 10397, 7522, 10158, 7163, 9830, 7209, 8716, 7155, 7940, 9857, 7522, 8815, 7259, 8272, 9917, 7686, 10591, 7614, 9181, 7300, 8684, 6806, 7778, 9378, 7201, 8314, 7310, 8596, 7194, 7810, 9309, 7527, 9961, 7229, 8775, 7642, 8696, 6875, 8230, 11247, 8151, 10540, 7282, 9697, 7487, 9451, 9446, 7894, 11331, 7197, 9921, 7341, 7625, 10179, 7382, 8850, 7434, 8199, 7155, 8333, 7129, 8404, 7226, 7701, 10756, 7380, 9388, 6975, 9037, 7037, 8674, 9459, 7781, 10700, 7334, 9403, 7121, 9364, 7221, 8159, 10037, 7100, 9261, 7027, 9015, 7074, 8089, 10071, 7426, 9956, 6964, 8990, 7180, 8624, 7085, 8156, 10163, 6984, 9770, 6913, 9343, 6956, 8667, 8887, 7831, 10452, 7488, 9925, 7181, 9118, 8363, 8211, 11211, 6926, 9717, 6880, 8975, 9029, 7488, 10359, 7072, 9287, 7261, 8780, 6869, 8181, 9560, 7115, 9382, 6770, 9322, 7124, 8987], 'WindowCenter': [4189.0, 4182.0, 4117.0, 4146.0, 4123.0, 4112.0, 4142.0, 4090.0, 4130.0, 4117.0, 4098.0, 4129.0, 4089.0, 4132.0, 4141.0, 4091.0, 4122.0, 4089.0, 4112.0, 4131.0, 4091.0, 4133.0, 4131.0, 4081.0, 4133.0, 4119.0, 4092.0, 4131.0, 4079.0, 4120.0, 4130.0, 4078.0, 4121.0, 4120.0, 4102.0, 4143.0, 4091.0, 4122.0, 4142.0, 4091.0, 4131.0, 4119.0, 4111.0, 4142.0, 4101.0, 4133.0, 4130.0, 4127.0, 4144.0, 4103.0, 4134.0, 4102.0, 4124.0, 4155.0, 4103.0, 4134.0, 4090.0, 4112.0, 4130.0, 4091.0, 4132.0, 4091.0, 4112.0, 4141.0, 4090.0, 4131.0, 4098.0, 4110.0, 4140.0, 4100.0, 4120.0, 4078.0, 4100.0, 4131.0, 4089.0, 4132.0, 4120.0, 4113.0, 4142.0, 4101.0, 4133.0, 4121.0, 4114.0, 4144.0, 4103.0, 4135.0, 4111.0, 4102.0, 4142.0, 4092.0, 4132.0, 4119.0, 4111.0, 4141.0, 4089.0, 4131.0, 4109.0, 4100.0, 4128.0, 4087.0, 4131.0, 4118.0, 4099.0, 4130.0, 4098.0, 4119.0, 4117.0, 4098.0, 4129.0, 4098.0, 4131.0, 4129.0, 4100.0, 4129.0, 4077.0, 4120.0, 4129.0, 4079.0, 4122.0, 4080.0, 4112.0, 4130.0, 4091.0, 4122.0, 4120.0, 4112.0, 4143.0, 4091.0, 4144.0, 4090.0, 4113.0, 4132.0, 4091.0, 4144.0, 4132.0, 4123.0, 4143.0, 4101.0, 4143.0, 4110.0, 4123.0, 4153.0, 4102.0, 4133.0, 4079.0, 4112.0, 4140.0, 4090.0, 4131.0, 4099.0, 4111.0, 4140.0, 4090.0, 4119.0, 4078.0, 4122.0, 4141.0, 4090.0, 4132.0, 4089.0, 4112.0, 4141.0, 4091.0, 4133.0, 4101.0, 4134.0, 4132.0, 4112.0, 4142.0, 4091.0, 4131.0, 4110.0, 4123.0, 4152.0, 4101.0, 4141.0, 4089.0, 4110.0, 4128.0, 4089.0, 4132.0, 4090.0, 4132.0, 4140.0, 4089.0, 4128.0, 4088.0, 4131.0, 4099.0, 4122.0, 4141.0, 4090.0, 4131.0, 4090.0, 4122.0, 4131.0, 4101.0, 4132.0, 4101.0, 4134.0, 4122.0, 4112.0, 4141.0, 4092.0, 4132.0, 4099.0, 4111.0, 4142.0, 4092.0, 4131.0, 4088.0, 4120.0, 4129.0, 4079.0, 4128.0, 4089.0, 4120.0, 4109.0, 4102.0, 4142.0, 4090.0, 4120.0, 4088.0, 4110.0, 4129.0, 4090.0, 4123.0, 4101.0, 4134.0, 4091.0, 4124.0, 4132.0, 4113.0, 4143.0, 4091.0, 4134.0, 4122.0, 4124.0, 4143.0, 4092.0, 4144.0, 4092.0, 4124.0, 4152.0, 4102.0, 4132.0, 4111.0, 4134.0, 4135.0, 4115.0, 4156.0, 4105.0, 4135.0, 4114.0, 4147.0, 4146.0, 4127.0, 4156.0, 4105.0, 4143.0, 4101.0, 4134.0, 4143.0, 4124.0, 4155.0, 4091.0, 4131.0, 4100.0, 4132.0, 4132.0, 4112.0, 4141.0, 4090.0, 4131.0, 4091.0, 4133.0, 4116.0, 4135.0, 4142.0, 4101.0, 4142.0, 4102.0, 4131.0, 4092.0, 4120.0, 4113.0, 4134.0, 4122.0, 4113.0, 4122.0, 4125.0, 4123.0, 4123.0, 4123.0, 4144.0, 4132.0, 4113.0, 4155.0, 4100.0, 4120.0, 4089.0, 4119.0, 4099.0, 4100.0, 4130.0, 4100.0, 4119.0, 4091.0, 4111.0, 4101.0, 4111.0, 4099.0, 4103.0, 4142.0, 4092.0, 4131.0, 4091.0, 4122.0, 4100.0, 4112.0, 4143.0, 4093.0, 4133.0, 4102.0, 4112.0, 4130.0, 4101.0, 4131.0, 4090.0, 4133.0, 4100.0, 4102.0, 4131.0, 4090.0, 4122.0, 4088.0, 4110.0, 4131.0, 4101.0, 4132.0, 4090.0, 4101.0, 4120.0, 4090.0, 4111.0, 4099.0, 4112.0, 4142.0, 4102.0, 4121.0, 4100.0, 4110.0, 4120.0, 4089.0, 4121.0, 4088.0, 4111.0, 4130.0, 4100.0, 4122.0, 4090.0, 4112.0, 4130.0, 4090.0, 4132.0, 4100.0, 4111.0, 4131.0, 4102.0, 4121.0, 4111.0, 4134.0, 4122.0, 4114.0, 4144.0, 4103.0, 4145.0, 4091.0, 4113.0, 4143.0, 4102.0, 4134.0, 4101.0, 4112.0, 4141.0, 4090.0, 4122.0, 4089.0, 4112.0, 4142.0, 4091.0, 4121.0, 4090.0, 4111.0, 4129.0, 4091.0, 4132.0, 4101.0, 4111.0, 4141.0, 4090.0, 4120.0, 4100.0, 4121.0, 4131.0, 4090.0, 4131.0, 4110.0, 4121.0, 4128.0, 4099.0, 4120.0, 4110.0, 4122.0, 4132.0, 4101.0, 4142.0, 4089.0, 4121.0, 4111.0, 4101.0, 4142.0, 4101.0, 4121.0, 4100.0, 4100.0, 4130.0, 4089.0, 4122.0, 4120.0, 4101.0, 4130.0, 4089.0, 4120.0, 4078.0, 4100.0, 4131.0, 4101.0, 4121.0, 4079.0, 4101.0, 4130.0, 4090.0, 4121.0, 4099.0, 4113.0, 4143.0, 4111.0, 4132.0, 4079.0, 4101.0, 4131.0, 4101.0, 4133.0, 4100.0, 4112.0, 4132.0, 4101.0, 4123.0, 4080.0, 4113.0, 4153.0, 4092.0, 4133.0, 4090.0, 4112.0, 4131.0, 4102.0, 4133.0, 4102.0, 4123.0, 4142.0, 4101.0, 4131.0, 4100.0, 4122.0, 4130.0, 4091.0, 4145.0, 4113.0, 4134.0, 4120.0, 4101.0, 4120.0, 4091.0, 4123.0, 4091.0, 4113.0, 4142.0, 4102.0, 4123.0, 4092.0, 4113.0, 4129.0, 4104.0, 4144.0, 4101.0, 4133.0, 4131.0, 4101.0, 4130.0, 4089.0, 4132.0, 4130.0, 4100.0, 4130.0, 4077.0, 4119.0, 4089.0, 4101.0, 4130.0, 4089.0, 4109.0, 4088.0, 4101.0, 4140.0, 4102.0, 4133.0, 4101.0, 4123.0, 4091.0, 4113.0, 4132.0, 4104.0, 4134.0, 4113.0, 4124.0, 4142.0, 4101.0, 4133.0, 4102.0, 4144.0, 4119.0, 4101.0, 4130.0, 4089.0, 4110.0, 4088.0, 4110.0, 4150.0, 4089.0, 4109.0, 4089.0, 4110.0, 4118.0, 4100.0, 4130.0, 4090.0, 4122.0, 4100.0, 4111.0, 4130.0, 4090.0, 4120.0, 4099.0, 4121.0, 4151.0, 4088.0, 4106.0, 4086.0, 4119.0, 4108.0, 4089.0, 4129.0, 4090.0, 4109.0, 4091.0, 4111.0, 4120.0, 4101.0, 4131.0, 4100.0, 4121.0, 4099.0, 4101.0, 4119.0, 4089.0, 4111.0, 4089.0, 4112.0, 4142.0, 4102.0, 4121.0, 4101.0, 4113.0, 4120.0, 4102.0, 4131.0, 4088.0, 4121.0, 4109.0, 4101.0, 4142.0, 4101.0, 4121.0, 4089.0, 4111.0, 4119.0, 4090.0, 4132.0, 4111.0, 4132.0, 4120.0, 4101.0, 4130.0, 4100.0, 4122.0, 4099.0, 4113.0, 4141.0, 4102.0, 4122.0, 4099.0, 4100.0, 4118.0, 4090.0, 4110.0, 4099.0, 4110.0, 4149.0, 4089.0, 4119.0, 4089.0, 4111.0, 4119.0, 4112.0, 4142.0, 4101.0, 4122.0, 4081.0, 4122.0, 4130.0, 4103.0, 4132.0, 4113.0, 4133.0, 4100.0, 4112.0, 4134.0, 4102.0, 4132.0, 4100.0, 4112.0, 4153.0, 4102.0, 4132.0, 4090.0, 4112.0, 4120.0, 4100.0, 4130.0, 4099.0, 4132.0, 4109.0, 4091.0, 4129.0, 4090.0, 4119.0, 4088.0, 4110.0, 4120.0, 4092.0, 4133.0, 4100.0, 4123.0, 4109.0, 4101.0, 4132.0, 4101.0, 4124.0, 4091.0, 4114.0, 4143.0, 4093.0, 4133.0, 4102.0, 4122.0, 4131.0, 4102.0, 4133.0, 4112.0, 4123.0, 4142.0, 4103.0, 4131.0, 4101.0, 4123.0, 4100.0, 4113.0, 4142.0, 4102.0, 4132.0, 4100.0, 4111.0, 4129.0, 4091.0, 4131.0, 4100.0, 4132.0, 4140.0, 4100.0, 4121.0, 4089.0, 4121.0, 4110.0, 4101.0, 4141.0, 4090.0, 4121.0, 4089.0, 4110.0, 4118.0, 4101.0, 4121.0, 4110.0, 4134.0, 4141.0, 4090.0, 4153.0, 4113.0, 4132.0, 4102.0, 4122.0, 4090.0, 4122.0, 4118.0, 4099.0, 4129.0, 4088.0, 4108.0, 4087.0, 4106.0, 4115.0, 4087.0, 4129.0, 4098.0, 4129.0, 4099.0, 4119.0, 4102.0, 4121.0, 4089.0, 4110.0, 4108.0, 4100.0, 4130.0, 4079.0, 4119.0, 4088.0, 4099.0, 4118.0, 4099.0, 4109.0, 4098.0, 4111.0, 4140.0, 4100.0, 4120.0, 4090.0, 4112.0, 4109.0, 4101.0, 4120.0, 4101.0, 4123.0, 4111.0, 4113.0, 4133.0, 4102.0, 4123.0, 4092.0, 4114.0, 4132.0, 4101.0, 4124.0, 4102.0, 4113.0, 4142.0, 4102.0, 4123.0, 4100.0, 4122.0, 4131.0, 4102.0, 4133.0, 4101.0, 4122.0, 4143.0, 4103.0, 4121.0, 4101.0, 4123.0, 4142.0, 4112.0, 4142.0, 4102.0, 4124.0, 4091.0, 4113.0, 4132.0, 4094.0, 4144.0, 4112.0, 4124.0, 4153.0, 4102.0, 4132.0, 4102.0, 4133.0, 4122.0, 4102.0, 4132.0, 4102.0, 4122.0, 4091.0, 4113.0, 4153.0, 4103.0, 4133.0, 4102.0, 4124.0, 4111.0, 4114.0, 4132.0, 4113.0, 4135.0, 4112.0, 4113.0, 4142.0, 4113.0, 4132.0, 4090.0, 4122.0, 4119.0, 4101.0, 4131.0, 4092.0, 4122.0, 4090.0, 4113.0, 4142.0, 4102.0, 4121.0, 4091.0, 4125.0, 4132.0, 4113.0, 4142.0, 4103.0, 4132.0, 4103.0, 4125.0, 4091.0, 4125.0, 4142.0, 4104.0, 4157.0, 4117.0, 4146.0, 4103.0, 4133.0, 4094.0, 4143.0, 4092.0, 4123.0, 4133.0, 4103.0, 4131.0, 4101.0, 4123.0, 4099.0, 4111.0, 4130.0, 4088.0, 4120.0, 4088.0, 4111.0, 4138.0, 4087.0, 4128.0, 4087.0, 4119.0, 4089.0, 4111.0, 4100.0, 4111.0, 4119.0, 4089.0, 4111.0, 4077.0, 4110.0, 4130.0, 4089.0, 4121.0, 4077.0, 4109.0, 4137.0, 4087.0, 4108.0, 4078.0, 4120.0, 4099.0, 4113.0, 4141.0, 4089.0, 4120.0, 4077.0, 4111.0, 4128.0, 4100.0, 4121.0, 4089.0, 4132.0, 4122.0, 4102.0, 4121.0, 4100.0, 4110.0, 4089.0, 4113.0, 4143.0, 4092.0, 4134.0, 4103.0, 4124.0, 4132.0, 4102.0, 4133.0, 4102.0, 4123.0, 4101.0, 4113.0, 4142.0, 4102.0, 4144.0, 4092.0, 4132.0, 4101.0, 4123.0, 4090.0, 4111.0, 4131.0, 4102.0, 4121.0, 4090.0, 4113.0, 4131.0, 4101.0, 4143.0, 4103.0, 4121.0, 4093.0, 4124.0, 4080.0, 4103.0, 4132.0, 4103.0, 4123.0, 4102.0, 4135.0, 4094.0, 4114.0, 4133.0, 4114.0, 4142.0, 4104.0, 4123.0, 4113.0, 4124.0, 4091.0, 4125.0, 4155.0, 4126.0, 4156.0, 4104.0, 4134.0, 4102.0, 4133.0, 4131.0, 4113.0, 4153.0, 4091.0, 4133.0, 4102.0, 4101.0, 4129.0, 4089.0, 4120.0, 4100.0, 4111.0, 4102.0, 4123.0, 4103.0, 4135.0, 4102.0, 4116.0, 4156.0, 4105.0, 4134.0, 4104.0, 4134.0, 4092.0, 4135.0, 4143.0, 4114.0, 4154.0, 4103.0, 4133.0, 4092.0, 4146.0, 4101.0, 4113.0, 4142.0, 4093.0, 4132.0, 4092.0, 4133.0, 4092.0, 4113.0, 4141.0, 4102.0, 4142.0, 4092.0, 4134.0, 4103.0, 4135.0, 4092.0, 4124.0, 4144.0, 4104.0, 4145.0, 4117.0, 4135.0, 4107.0, 4135.0, 4132.0, 4114.0, 4144.0, 4115.0, 4144.0, 4092.0, 4134.0, 4112.0, 4123.0, 4154.0, 4092.0, 4132.0, 4091.0, 4132.0, 4120.0, 4101.0, 4141.0, 4090.0, 4132.0, 4102.0, 4122.0, 4091.0, 4124.0, 4131.0, 4092.0, 4144.0, 4093.0, 4144.0, 4104.0, 4135.0], 'WindowWidth': [9300.0, 9276.0, 9180.0, 9217.0, 9180.0, 9163.0, 9199.0, 9128.0, 9181.0, 9159.0, 9137.0, 9180.0, 9126.0, 9188.0, 9196.0, 9132.0, 9174.0, 9125.0, 9159.0, 9185.0, 9130.0, 9189.0, 9183.0, 9118.0, 9189.0, 9165.0, 9133.0, 9186.0, 9112.0, 9169.0, 9179.0, 9112.0, 9171.0, 9167.0, 9148.0, 9204.0, 9132.0, 9174.0, 9199.0, 9133.0, 9186.0, 9165.0, 9159.0, 9203.0, 9146.0, 9190.0, 9184.0, 9192.0, 9209.0, 9154.0, 9194.0, 9148.0, 9182.0, 9223.0, 9152.0, 9194.0, 9130.0, 9161.0, 9183.0, 9132.0, 9188.0, 9132.0, 9162.0, 9198.0, 9129.0, 9185.0, 9135.0, 9156.0, 9197.0, 9140.0, 9168.0, 9110.0, 9142.0, 9183.0, 9128.0, 9190.0, 9170.0, 9164.0, 9200.0, 9144.0, 9192.0, 9172.0, 9167.0, 9206.0, 9151.0, 9195.0, 9158.0, 9150.0, 9201.0, 9133.0, 9188.0, 9166.0, 9157.0, 9199.0, 9124.0, 9183.0, 9151.0, 9141.0, 9176.0, 9120.0, 9184.0, 9163.0, 9137.0, 9180.0, 9137.0, 9165.0, 9160.0, 9137.0, 9179.0, 9137.0, 9184.0, 9179.0, 9141.0, 9180.0, 9108.0, 9168.0, 9178.0, 9114.0, 9174.0, 9115.0, 9161.0, 9183.0, 9133.0, 9174.0, 9170.0, 9164.0, 9205.0, 9134.0, 9206.0, 9132.0, 9165.0, 9188.0, 9135.0, 9210.0, 9188.0, 9178.0, 9204.0, 9147.0, 9203.0, 9157.0, 9178.0, 9217.0, 9147.0, 9188.0, 9113.0, 9159.0, 9194.0, 9128.0, 9186.0, 9138.0, 9156.0, 9194.0, 9128.0, 9166.0, 9110.0, 9174.0, 9198.0, 9131.0, 9187.0, 9128.0, 9161.0, 9197.0, 9133.0, 9192.0, 9146.0, 9194.0, 9187.0, 9160.0, 9200.0, 9131.0, 9184.0, 9155.0, 9177.0, 9215.0, 9144.0, 9199.0, 9126.0, 9154.0, 9176.0, 9126.0, 9186.0, 9130.0, 9186.0, 9193.0, 9126.0, 9176.0, 9124.0, 9184.0, 9138.0, 9174.0, 9198.0, 9130.0, 9185.0, 9129.0, 9175.0, 9185.0, 9146.0, 9186.0, 9144.0, 9193.0, 9172.0, 9161.0, 9199.0, 9133.0, 9186.0, 9139.0, 9158.0, 9200.0, 9133.0, 9186.0, 9123.0, 9167.0, 9176.0, 9112.0, 9175.0, 9122.0, 9167.0, 9150.0, 9147.0, 9200.0, 9128.0, 9167.0, 9122.0, 9155.0, 9177.0, 9130.0, 9177.0, 9146.0, 9193.0, 9132.0, 9180.0, 9189.0, 9165.0, 9202.0, 9132.0, 9193.0, 9173.0, 9179.0, 9203.0, 9133.0, 9205.0, 9135.0, 9180.0, 9214.0, 9147.0, 9186.0, 9158.0, 9193.0, 9195.0, 9172.0, 9225.0, 9157.0, 9197.0, 9168.0, 9216.0, 9214.0, 9190.0, 9227.0, 9155.0, 9204.0, 9145.0, 9193.0, 9204.0, 9180.0, 9223.0, 9133.0, 9183.0, 9140.0, 9186.0, 9187.0, 9162.0, 9196.0, 9129.0, 9183.0, 9130.0, 9190.0, 9175.0, 9197.0, 9201.0, 9145.0, 9200.0, 9147.0, 9183.0, 9133.0, 9168.0, 9166.0, 9194.0, 9171.0, 9163.0, 9172.0, 9184.0, 9177.0, 9177.0, 9177.0, 9207.0, 9184.0, 9161.0, 9221.0, 9141.0, 9165.0, 9123.0, 9163.0, 9136.0, 9140.0, 9179.0, 9140.0, 9164.0, 9127.0, 9156.0, 9142.0, 9157.0, 9139.0, 9150.0, 9200.0, 9134.0, 9184.0, 9132.0, 9173.0, 9140.0, 9161.0, 9201.0, 9137.0, 9188.0, 9146.0, 9160.0, 9179.0, 9143.0, 9184.0, 9128.0, 9188.0, 9139.0, 9144.0, 9182.0, 9127.0, 9171.0, 9122.0, 9154.0, 9182.0, 9144.0, 9186.0, 9127.0, 9144.0, 9166.0, 9126.0, 9156.0, 9138.0, 9161.0, 9199.0, 9146.0, 9172.0, 9141.0, 9156.0, 9166.0, 9125.0, 9170.0, 9122.0, 9155.0, 9179.0, 9140.0, 9172.0, 9126.0, 9158.0, 9180.0, 9129.0, 9186.0, 9139.0, 9158.0, 9184.0, 9147.0, 9171.0, 9158.0, 9191.0, 9172.0, 9166.0, 9206.0, 9150.0, 9207.0, 9132.0, 9162.0, 9202.0, 9147.0, 9192.0, 9143.0, 9160.0, 9196.0, 9128.0, 9172.0, 9124.0, 9159.0, 9199.0, 9129.0, 9171.0, 9128.0, 9157.0, 9178.0, 9130.0, 9188.0, 9143.0, 9158.0, 9195.0, 9128.0, 9167.0, 9140.0, 9171.0, 9182.0, 9129.0, 9184.0, 9152.0, 9169.0, 9175.0, 9138.0, 9167.0, 9154.0, 9175.0, 9185.0, 9144.0, 9197.0, 9126.0, 9169.0, 9155.0, 9144.0, 9199.0, 9143.0, 9171.0, 9138.0, 9141.0, 9179.0, 9125.0, 9172.0, 9166.0, 9142.0, 9181.0, 9126.0, 9167.0, 9107.0, 9142.0, 9182.0, 9142.0, 9171.0, 9112.0, 9144.0, 9180.0, 9126.0, 9171.0, 9139.0, 9161.0, 9202.0, 9158.0, 9186.0, 9112.0, 9145.0, 9182.0, 9144.0, 9190.0, 9142.0, 9160.0, 9187.0, 9144.0, 9175.0, 9115.0, 9163.0, 9218.0, 9135.0, 9189.0, 9129.0, 9161.0, 9184.0, 9147.0, 9191.0, 9148.0, 9177.0, 9201.0, 9144.0, 9185.0, 9140.0, 9172.0, 9179.0, 9133.0, 9211.0, 9167.0, 9194.0, 9167.0, 9143.0, 9166.0, 9129.0, 9177.0, 9133.0, 9165.0, 9202.0, 9147.0, 9176.0, 9133.0, 9163.0, 9179.0, 9151.0, 9206.0, 9144.0, 9189.0, 9181.0, 9142.0, 9180.0, 9125.0, 9185.0, 9178.0, 9138.0, 9177.0, 9105.0, 9163.0, 9123.0, 9143.0, 9179.0, 9122.0, 9149.0, 9120.0, 9142.0, 9191.0, 9149.0, 9187.0, 9145.0, 9175.0, 9131.0, 9163.0, 9187.0, 9152.0, 9194.0, 9163.0, 9179.0, 9198.0, 9144.0, 9187.0, 9147.0, 9205.0, 9163.0, 9141.0, 9178.0, 9122.0, 9152.0, 9119.0, 9155.0, 9206.0, 9125.0, 9151.0, 9122.0, 9152.0, 9160.0, 9141.0, 9181.0, 9127.0, 9172.0, 9138.0, 9156.0, 9178.0, 9125.0, 9167.0, 9137.0, 9169.0, 9209.0, 9120.0, 9140.0, 9113.0, 9165.0, 9146.0, 9123.0, 9177.0, 9127.0, 9150.0, 9127.0, 9156.0, 9165.0, 9142.0, 9184.0, 9139.0, 9168.0, 9138.0, 9143.0, 9166.0, 9125.0, 9156.0, 9124.0, 9159.0, 9199.0, 9145.0, 9171.0, 9143.0, 9161.0, 9166.0, 9144.0, 9182.0, 9124.0, 9171.0, 9150.0, 9145.0, 9198.0, 9143.0, 9168.0, 9123.0, 9157.0, 9164.0, 9129.0, 9188.0, 9157.0, 9186.0, 9167.0, 9144.0, 9180.0, 9141.0, 9172.0, 9138.0, 9163.0, 9197.0, 9145.0, 9173.0, 9137.0, 9140.0, 9161.0, 9124.0, 9154.0, 9137.0, 9155.0, 9203.0, 9125.0, 9163.0, 9123.0, 9155.0, 9163.0, 9159.0, 9199.0, 9143.0, 9173.0, 9119.0, 9174.0, 9180.0, 9148.0, 9188.0, 9161.0, 9189.0, 9141.0, 9160.0, 9189.0, 9145.0, 9187.0, 9140.0, 9161.0, 9216.0, 9146.0, 9185.0, 9126.0, 9157.0, 9163.0, 9139.0, 9178.0, 9137.0, 9185.0, 9149.0, 9128.0, 9177.0, 9126.0, 9163.0, 9121.0, 9154.0, 9165.0, 9133.0, 9188.0, 9141.0, 9175.0, 9152.0, 9144.0, 9184.0, 9143.0, 9177.0, 9131.0, 9166.0, 9204.0, 9135.0, 9189.0, 9144.0, 9174.0, 9183.0, 9147.0, 9190.0, 9159.0, 9177.0, 9199.0, 9148.0, 9183.0, 9142.0, 9174.0, 9139.0, 9162.0, 9199.0, 9145.0, 9186.0, 9141.0, 9156.0, 9177.0, 9129.0, 9183.0, 9140.0, 9187.0, 9193.0, 9142.0, 9169.0, 9124.0, 9170.0, 9152.0, 9145.0, 9198.0, 9126.0, 9169.0, 9123.0, 9154.0, 9162.0, 9143.0, 9169.0, 9152.0, 9192.0, 9195.0, 9126.0, 9214.0, 9164.0, 9185.0, 9144.0, 9170.0, 9125.0, 9170.0, 9158.0, 9135.0, 9174.0, 9118.0, 9144.0, 9114.0, 9140.0, 9150.0, 9115.0, 9172.0, 9133.0, 9175.0, 9138.0, 9163.0, 9144.0, 9169.0, 9123.0, 9153.0, 9144.0, 9139.0, 9177.0, 9109.0, 9163.0, 9118.0, 9135.0, 9160.0, 9136.0, 9150.0, 9132.0, 9155.0, 9192.0, 9140.0, 9166.0, 9126.0, 9157.0, 9148.0, 9142.0, 9167.0, 9142.0, 9175.0, 9155.0, 9161.0, 9187.0, 9144.0, 9174.0, 9130.0, 9163.0, 9184.0, 9144.0, 9178.0, 9144.0, 9162.0, 9201.0, 9147.0, 9173.0, 9141.0, 9173.0, 9184.0, 9145.0, 9188.0, 9142.0, 9173.0, 9199.0, 9147.0, 9170.0, 9143.0, 9177.0, 9197.0, 9160.0, 9199.0, 9146.0, 9178.0, 9130.0, 9162.0, 9186.0, 9137.0, 9206.0, 9159.0, 9178.0, 9214.0, 9146.0, 9186.0, 9145.0, 9190.0, 9171.0, 9147.0, 9186.0, 9145.0, 9172.0, 9128.0, 9164.0, 9215.0, 9149.0, 9187.0, 9147.0, 9179.0, 9157.0, 9165.0, 9187.0, 9161.0, 9194.0, 9160.0, 9162.0, 9200.0, 9164.0, 9185.0, 9125.0, 9170.0, 9162.0, 9142.0, 9183.0, 9131.0, 9171.0, 9127.0, 9161.0, 9199.0, 9146.0, 9170.0, 9130.0, 9180.0, 9186.0, 9161.0, 9200.0, 9148.0, 9186.0, 9150.0, 9179.0, 9130.0, 9179.0, 9200.0, 9151.0, 9225.0, 9176.0, 9213.0, 9150.0, 9188.0, 9138.0, 9203.0, 9132.0, 9176.0, 9187.0, 9147.0, 9183.0, 9141.0, 9174.0, 9137.0, 9154.0, 9178.0, 9121.0, 9167.0, 9118.0, 9153.0, 9188.0, 9117.0, 9171.0, 9117.0, 9162.0, 9125.0, 9157.0, 9139.0, 9156.0, 9163.0, 9121.0, 9154.0, 9105.0, 9153.0, 9177.0, 9122.0, 9167.0, 9102.0, 9147.0, 9181.0, 9117.0, 9145.0, 9107.0, 9165.0, 9134.0, 9159.0, 9195.0, 9124.0, 9164.0, 9104.0, 9152.0, 9171.0, 9137.0, 9168.0, 9123.0, 9186.0, 9170.0, 9144.0, 9168.0, 9140.0, 9154.0, 9122.0, 9160.0, 9200.0, 9133.0, 9192.0, 9146.0, 9177.0, 9183.0, 9147.0, 9185.0, 9144.0, 9175.0, 9141.0, 9162.0, 9198.0, 9147.0, 9205.0, 9133.0, 9187.0, 9142.0, 9173.0, 9125.0, 9155.0, 9181.0, 9142.0, 9169.0, 9125.0, 9160.0, 9182.0, 9143.0, 9200.0, 9146.0, 9167.0, 9130.0, 9173.0, 9110.0, 9147.0, 9185.0, 9148.0, 9174.0, 9146.0, 9194.0, 9137.0, 9166.0, 9189.0, 9166.0, 9201.0, 9151.0, 9176.0, 9161.0, 9178.0, 9131.0, 9182.0, 9222.0, 9184.0, 9224.0, 9151.0, 9190.0, 9143.0, 9188.0, 9181.0, 9159.0, 9214.0, 9128.0, 9186.0, 9144.0, 9143.0, 9175.0, 9123.0, 9166.0, 9139.0, 9156.0, 9146.0, 9177.0, 9151.0, 9196.0, 9148.0, 9173.0, 9225.0, 9155.0, 9191.0, 9152.0, 9192.0, 9132.0, 9194.0, 9203.0, 9165.0, 9218.0, 9148.0, 9188.0, 9134.0, 9210.0, 9143.0, 9161.0, 9198.0, 9134.0, 9186.0, 9133.0, 9189.0, 9131.0, 9160.0, 9196.0, 9147.0, 9201.0, 9133.0, 9191.0, 9150.0, 9193.0, 9134.0, 9179.0, 9204.0, 9151.0, 9207.0, 9177.0, 9195.0, 9162.0, 9195.0, 9187.0, 9164.0, 9206.0, 9170.0, 9208.0, 9134.0, 9191.0, 9158.0, 9174.0, 9217.0, 9131.0, 9186.0, 9130.0, 9186.0, 9164.0, 9142.0, 9195.0, 9128.0, 9184.0, 9144.0, 9173.0, 9129.0, 9177.0, 9183.0, 9134.0, 9205.0, 9138.0, 9206.0, 9152.0, 9196.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.0002586171213546566</td></tr>
<tr><td colspan=3>aqi</td><td>0.02132485399811853</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.69088927956685</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2162828913653483</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9868845023163831</td></tr>
<tr><td colspan=3>efc</td><td>0.467</td></tr>
<tr><td colspan=3>fber</td><td>5339.0366</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07080314204310238</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.940733772342427</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.564376772031363</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5370724849660236</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7836912063589025</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3723666247691644</td></tr>
<tr><td colspan=3>gcor</td><td>0.00434317</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012194648385047913</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02677278034389019</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5884217266968967</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>27.3704</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4181</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.003</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301488.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>678.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.949</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1646</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.657</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3294.0238</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4385.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.9915</td></tr>
<tr><td colspan=3>tsnr</td><td>40.38458599243313</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>