<?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-0076_ses-01_task-alignvideo_acq-mb8_run-01_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-0076_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0076_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_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-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_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-0076/ses-01/func/sub-0076_ses-01_task-alignvideo_acq-mb8_run-01_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>f84a715e1f53523a24e88e3ec56c42ff</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:20:33.752500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999302, -0.00784484, -0.0365319, 0.00906958, 0.999398, 0.0334813]</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-01_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.103931</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7704, -7204, 690, 28, 46, -33, 65]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>244.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>df4cfa24-a6dd-4a50-b608-0bd8d8afe004||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681053400039673, 0.024333029985427856, -0.0978676825761795, 115.04586029052734], [0.021047120913863182, 2.681312322616577, 0.09123091399669647, -96.13279724121094], [-0.09801249951124191, -0.08982782065868378, 2.696682929992676, -35.60719299316406], [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, 1073]</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, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['112033.752500', '112034.212500', '112034.672500', '112035.132500', '112035.592500', '112036.052500', '112036.512500', '112036.972500', '112037.432500', '112037.892500', '112038.352500', '112038.812500', '112039.272500', '112039.732500', '112040.192500', '112040.652500', '112041.112500', '112041.572500', '112042.032500', '112042.492500', '112042.952500', '112043.412500', '112043.872500', '112044.332500', '112044.792500', '112045.252500', '112045.712500', '112046.172500', '112046.632500', '112047.092500', '112047.552500', '112048.012500', '112048.472500', '112048.932500', '112049.392500', '112049.852500', '112050.312500', '112050.772500', '112051.232500', '112051.692500', '112052.152500', '112052.612500', '112053.072500', '112053.532500', '112053.992500', '112054.452500', '112054.912500', '112055.372500', '112055.832500', '112056.292500', '112056.752500', '112057.212500', '112057.672500', '112058.132500', '112058.592500', '112059.052500', '112059.512500', '112059.972500', '112100.432500', '112100.892500', '112101.352500', '112101.812500', '112102.272500', '112102.732500', '112103.192500', '112103.652500', '112104.112500', '112104.572500', '112105.032500', '112105.492500', '112105.952500', '112106.412500', '112106.872500', '112107.332500', '112107.792500', '112108.252500', '112108.712500', '112109.172500', '112109.632500', '112110.092500', '112110.552500', '112111.012500', '112111.472500', '112111.932500', '112112.392500', '112112.852500', '112113.312500', '112113.772500', '112114.232500', '112114.692500', '112115.152500', '112115.612500', '112116.072500', '112116.532500', '112116.992500', '112117.452500', '112117.912500', '112118.372500', '112118.832500', '112119.292500', '112119.752500', '112120.212500', '112120.672500', '112121.132500', '112121.592500', '112122.052500', '112122.512500', '112122.972500', '112123.432500', '112123.892500', '112124.352500', '112124.812500', '112125.272500', '112125.732500', '112126.192500', '112126.652500', '112127.112500', '112127.572500', '112128.032500', '112128.492500', '112128.952500', '112129.412500', '112129.872500', '112130.332500', '112130.792500', '112131.252500', '112131.712500', '112132.172500', '112132.632500', '112133.092500', '112133.552500', '112134.012500', '112134.472500', '112134.932500', '112135.392500', '112135.852500', '112136.312500', '112136.772500', '112137.232500', '112137.692500', '112138.152500', '112138.612500', '112139.072500', '112139.532500', '112139.992500', '112140.452500', '112140.912500', '112141.372500', '112141.832500', '112142.292500', '112142.752500', '112143.212500', '112143.672500', '112144.132500', '112144.592500', '112145.052500', '112145.512500', '112145.972500', '112146.432500', '112146.892500', '112147.352500', '112147.812500', '112148.272500', '112148.732500', '112149.192500', '112149.652500', '112150.112500', '112150.572500', '112151.032500', '112151.492500', '112151.952500', '112152.412500', '112152.872500', '112153.332500', '112153.792500', '112154.252500', '112154.712500', '112155.172500', '112155.632500', '112156.092500', '112156.552500', '112157.012500', '112157.472500', '112157.932500', '112158.392500', '112158.852500', '112159.312500', '112159.772500', '112200.232500', '112200.692500', '112201.152500', '112201.612500', '112202.072500', '112202.532500', '112202.992500', '112203.452500', '112203.912500', '112204.372500', '112204.832500', '112205.292500', '112205.752500', '112206.212500', '112206.672500', '112207.132500', '112207.592500', '112208.052500', '112208.512500', '112208.972500', '112209.432500', '112209.892500', '112210.352500', '112210.812500', '112211.272500', '112211.732500', '112212.192500', '112212.652500', '112213.112500', '112213.572500', '112214.032500', '112214.492500', '112214.952500', '112215.412500', '112215.872500', '112216.332500', '112216.792500', '112217.252500', '112217.712500', '112218.172500', '112218.632500', '112219.092500', '112219.552500', '112220.012500', '112220.472500', '112220.932500', '112221.392500', '112221.852500', '112222.312500', '112222.772500', '112223.232500', '112223.692500', '112224.152500', '112224.612500', '112225.072500', '112225.532500', '112225.992500', '112226.452500', '112226.912500', '112227.372500', '112227.832500', '112228.292500', '112228.752500', '112229.212500', '112229.672500', '112230.132500', '112230.592500', '112231.052500', '112231.512500', '112231.972500', '112232.432500', '112232.892500', '112233.352500', '112233.812500', '112234.272500', '112234.732500', '112235.192500', '112235.652500', '112236.112500', '112236.572500', '112237.032500', '112237.492500', '112237.952500', '112238.412500', '112238.872500', '112239.332500', '112239.792500', '112240.252500', '112240.712500', '112241.172500', '112241.632500', '112242.092500', '112242.552500', '112243.012500', '112243.472500', '112243.932500', '112244.392500', '112244.852500', '112245.312500', '112245.772500', '112246.232500', '112246.692500', '112247.152500', '112247.612500', '112248.072500', '112248.532500', '112248.992500', '112249.452500', '112249.912500', '112250.372500', '112250.832500', '112251.292500', '112251.752500', '112252.212500', '112252.672500', '112253.132500', '112253.592500', '112254.052500', '112254.512500', '112254.972500', '112255.432500', '112255.892500', '112256.352500', '112256.812500', '112257.272500', '112257.732500', '112258.192500', '112258.652500', '112259.112500', '112259.572500', '112300.032500', '112300.492500', '112300.952500', '112301.412500', '112301.872500', '112302.332500', '112302.792500', '112303.252500', '112303.712500', '112304.172500', '112304.632500', '112305.092500', '112305.552500', '112306.012500', '112306.472500', '112306.932500', '112307.392500', '112307.852500', '112308.312500', '112308.772500', '112309.232500', '112309.692500', '112310.152500', '112310.612500', '112311.072500', '112311.532500', '112311.992500', '112312.452500', '112312.912500', '112313.372500', '112313.832500', '112314.292500', '112314.752500', '112315.212500', '112315.672500', '112316.132500', '112316.592500', '112317.052500', '112317.512500', '112317.972500', '112318.432500', '112318.892500', '112319.352500', '112319.812500', '112320.272500', '112320.732500', '112321.192500', '112321.652500', '112322.112500', '112322.572500', '112323.032500', '112323.492500', '112323.952500', '112324.412500', '112324.872500', '112325.332500', '112325.792500', '112326.252500', '112326.712500', '112327.172500', '112327.632500', '112328.092500', '112328.552500', '112329.012500', '112329.472500', '112329.932500', '112330.392500', '112330.852500', '112331.312500', '112331.772500', '112332.232500', '112332.692500', '112333.152500', '112333.612500', '112334.072500', '112334.532500', '112334.992500', '112335.452500', '112335.912500', '112336.372500', '112336.832500', '112337.292500', '112337.752500', '112338.212500', '112338.672500', '112339.132500', '112339.592500', '112340.052500', '112340.512500', '112340.972500', '112341.432500', '112341.892500', '112342.352500', '112342.812500', '112343.272500', '112343.732500', '112344.192500', '112344.652500', '112345.112500', '112345.572500', '112346.032500', '112346.492500', '112346.952500', '112347.412500', '112347.872500', '112348.332500', '112348.792500', '112349.252500', '112349.712500', '112350.172500', '112350.632500', '112351.092500', '112351.552500', '112352.012500', '112352.472500', '112352.932500', '112353.392500', '112353.852500', '112354.312500', '112354.772500', '112355.232500', '112355.692500', '112356.152500', '112356.612500', '112357.072500', '112357.532500', '112357.992500', '112358.452500', '112358.912500', '112359.372500', '112359.832500', '112400.292500', '112400.752500', '112401.212500', '112401.672500', '112402.132500', '112402.592500', '112403.052500', '112403.512500', '112403.972500', '112404.432500', '112404.892500', '112405.352500', '112405.812500', '112406.272500', '112406.732500', '112407.192500', '112407.652500', '112408.112500', '112408.572500', '112409.032500', '112409.492500', '112409.952500', '112410.412500', '112410.872500', '112411.332500', '112411.792500', '112412.252500', '112412.712500', '112413.172500', '112413.632500', '112414.092500', '112414.552500', '112415.012500', '112415.472500', '112415.932500', '112416.392500', '112416.852500', '112417.312500', '112417.772500', '112418.232500', '112418.692500', '112419.152500', '112419.612500', '112420.072500', '112420.532500', '112420.992500', '112421.452500', '112421.912500', '112422.372500', '112422.832500', '112423.292500', '112423.752500', '112424.212500', '112424.672500', '112425.132500', '112425.592500', '112426.052500', '112426.512500', '112426.972500', '112427.432500', '112427.892500', '112428.352500', '112428.812500', '112429.272500', '112429.732500', '112430.192500', '112430.652500', '112431.112500', '112431.572500', '112432.032500', '112432.492500', '112432.952500', '112433.412500', '112433.872500', '112434.332500', '112434.792500', '112435.252500', '112435.712500', '112436.172500', '112436.632500', '112437.092500', '112437.552500', '112438.012500', '112438.472500', '112438.932500', '112439.392500', '112439.852500', '112440.312500', '112440.772500', '112441.232500', '112441.692500', '112442.152500', '112442.612500', '112443.072500', '112443.532500', '112443.992500', '112444.452500', '112444.912500', '112445.372500', '112445.832500', '112446.292500', '112446.752500', '112447.212500', '112447.672500', '112448.132500', '112448.592500', '112449.052500', '112449.512500', '112449.972500', '112450.432500', '112450.892500', '112451.352500', '112451.812500', '112452.272500', '112452.732500', '112453.192500', '112453.652500', '112454.112500', '112454.572500', '112455.032500', '112455.492500', '112455.952500', '112456.412500', '112456.872500', '112457.332500', '112457.792500', '112458.252500', '112458.712500', '112459.172500', '112459.632500', '112500.092500', '112500.552500', '112501.012500', '112501.472500', '112501.932500', '112502.392500', '112502.852500', '112503.312500', '112503.772500', '112504.232500', '112504.692500', '112505.152500', '112505.612500', '112506.072500', '112506.532500', '112506.992500', '112507.452500', '112507.912500', '112508.372500', '112508.832500', '112509.292500', '112509.752500', '112510.212500', '112510.672500', '112511.132500', '112511.592500', '112512.052500', '112512.512500', '112512.972500', '112513.432500', '112513.892500', '112514.352500', '112514.812500', '112515.272500', '112515.732500', '112516.192500', '112516.652500', '112517.112500', '112517.572500', '112518.032500', '112518.492500', '112518.952500', '112519.412500', '112519.872500', '112520.332500', '112520.792500', '112521.252500', '112521.712500', '112522.172500', '112522.632500', '112523.092500', '112523.552500', '112524.012500', '112524.472500', '112524.932500', '112525.392500', '112525.852500', '112526.312500', '112526.772500', '112527.232500', '112527.692500', '112528.152500', '112528.612500', '112529.072500', '112529.532500', '112529.992500', '112530.452500', '112530.912500', '112531.372500', '112531.832500', '112532.292500', '112532.752500', '112533.212500', '112533.672500', '112534.132500', '112534.592500', '112535.052500', '112535.512500', '112535.972500', '112536.432500', '112536.892500', '112537.352500', '112537.812500', '112538.272500', '112538.732500', '112539.192500', '112539.652500', '112540.112500', '112540.572500', '112541.032500', '112541.492500', '112541.952500', '112542.412500', '112542.872500', '112543.332500', '112543.792500', '112544.252500', '112544.712500', '112545.172500', '112545.632500', '112546.092500', '112546.552500', '112547.012500', '112547.472500', '112547.932500', '112548.392500', '112548.852500', '112549.312500', '112549.772500', '112550.232500', '112550.692500', '112551.152500', '112551.612500', '112552.072500', '112552.532500', '112552.992500', '112553.452500', '112553.912500', '112554.372500', '112554.832500', '112555.292500', '112555.752500', '112556.212500', '112556.672500', '112557.132500', '112557.592500', '112558.052500', '112558.512500', '112558.972500', '112559.432500', '112559.892500', '112600.352500', '112600.812500', '112601.272500', '112601.732500', '112602.192500', '112602.652500', '112603.112500', '112603.572500', '112604.032500', '112604.492500', '112604.952500', '112605.412500', '112605.872500', '112606.332500', '112606.792500', '112607.252500', '112607.712500', '112608.172500', '112608.632500', '112609.092500', '112609.552500', '112610.012500', '112610.472500', '112610.932500', '112611.392500', '112611.852500', '112612.312500', '112612.772500', '112613.232500', '112613.692500', '112614.152500', '112614.612500', '112615.072500', '112615.532500', '112615.992500', '112616.452500', '112616.912500', '112617.372500', '112617.832500', '112618.292500', '112618.752500', '112619.212500', '112619.672500', '112620.132500', '112620.592500', '112621.052500', '112621.512500', '112621.972500', '112622.432500', '112622.892500', '112623.352500', '112623.812500', '112624.272500', '112624.732500', '112625.192500', '112625.652500', '112626.112500', '112626.572500', '112627.032500', '112627.492500', '112627.952500', '112628.412500', '112628.872500', '112629.332500', '112629.792500', '112630.252500', '112630.712500', '112631.172500', '112631.632500', '112632.092500', '112632.552500', '112633.012500', '112633.472500', '112633.932500', '112634.392500', '112634.852500', '112635.312500', '112635.772500', '112636.232500', '112636.692500', '112637.152500', '112637.612500', '112638.072500', '112638.532500', '112638.992500', '112639.452500', '112639.912500', '112640.372500', '112640.832500', '112641.292500', '112641.752500', '112642.212500', '112642.672500', '112643.132500', '112643.592500', '112644.052500', '112644.512500', '112644.972500', '112645.432500', '112645.892500', '112646.352500', '112646.812500', '112647.272500', '112647.732500', '112648.192500', '112648.652500', '112649.112500', '112649.572500', '112650.032500', '112650.492500', '112650.952500', '112651.412500', '112651.872500', '112652.332500', '112652.792500', '112653.252500', '112653.712500', '112654.172500', '112654.632500', '112655.092500', '112655.552500', '112656.012500', '112656.472500', '112656.932500', '112657.392500', '112657.852500', '112658.312500', '112658.772500', '112659.232500', '112659.692500', '112700.152500', '112700.612500', '112701.072500', '112701.532500', '112701.992500', '112702.452500', '112702.912500', '112703.372500', '112703.832500', '112704.292500', '112704.752500', '112705.212500', '112705.672500', '112706.132500', '112706.592500', '112707.052500', '112707.512500', '112707.972500', '112708.432500', '112708.892500', '112709.352500', '112709.812500', '112710.272500', '112710.732500', '112711.192500', '112711.652500', '112712.112500', '112712.572500', '112713.032500', '112713.492500', '112713.952500', '112714.412500', '112714.872500', '112715.332500', '112715.792500', '112716.252500', '112716.712500', '112717.172500', '112717.632500', '112718.092500', '112718.552500', '112719.012500', '112719.472500', '112719.932500', '112720.392500', '112720.852500', '112721.312500', '112721.772500', '112722.232500', '112722.692500', '112723.152500', '112723.612500', '112724.072500', '112724.532500', '112724.992500', '112725.452500', '112725.912500', '112726.372500', '112726.832500', '112727.292500', '112727.752500', '112728.212500', '112728.672500', '112729.132500', '112729.592500', '112730.052500', '112730.512500', '112730.972500', '112731.432500', '112731.892500', '112732.352500', '112732.812500', '112733.272500', '112733.732500', '112734.192500', '112734.652500', '112735.112500', '112735.572500', '112736.032500', '112736.492500', '112736.952500', '112737.412500', '112737.872500', '112738.332500', '112738.792500', '112739.252500', '112739.712500', '112740.172500', '112740.632500', '112741.092500', '112741.552500', '112742.012500', '112742.472500', '112742.932500', '112743.392500', '112743.852500', '112744.312500', '112744.772500', '112745.232500', '112745.692500', '112746.152500', '112746.612500', '112747.072500', '112747.532500', '112747.992500', '112748.452500', '112748.912500', '112749.372500', '112749.832500', '112750.292500', '112750.752500', '112751.212500', '112751.672500', '112752.132500', '112752.592500', '112753.052500', '112753.512500', '112753.972500', '112754.432500', '112754.892500', '112755.352500', '112755.812500', '112756.272500', '112756.732500', '112757.192500', '112757.652500', '112758.112500', '112758.572500', '112759.032500', '112759.492500', '112759.952500', '112800.412500', '112800.872500', '112801.332500', '112801.792500', '112802.252500', '112802.712500', '112803.172500', '112803.632500', '112804.092500', '112804.552500', '112805.012500', '112805.472500', '112805.932500', '112806.392500', '112806.852500', '112807.312500', '112807.772500', '112808.232500', '112808.692500', '112809.152500', '112809.612500', '112810.072500', '112810.532500', '112810.992500', '112811.452500', '112811.912500', '112812.372500', '112812.832500', '112813.292500', '112813.752500', '112814.212500', '112814.672500', '112815.132500', '112815.592500', '112816.052500', '112816.512500', '112816.972500', '112817.432500', '112817.892500', '112818.352500', '112818.812500', '112819.272500', '112819.732500', '112820.192500', '112820.652500', '112821.112500', '112821.572500', '112822.032500', '112822.492500', '112822.952500', '112823.412500', '112823.872500', '112824.332500', '112824.792500', '112825.252500', '112825.712500', '112826.172500', '112826.632500', '112827.092500', '112827.552500', '112828.012500', '112828.472500', '112828.932500', '112829.392500', '112829.852500', '112830.312500', '112830.772500', '112831.232500', '112831.692500', '112832.152500', '112832.612500', '112833.072500', '112833.532500', '112833.992500', '112834.452500', '112834.912500', '112835.372500', '112835.832500', '112836.292500', '112836.752500', '112837.212500', '112837.672500', '112838.132500', '112838.592500', '112839.052500', '112839.512500', '112839.972500', '112840.432500', '112840.892500', '112841.352500', '112841.812500', '112842.272500', '112842.732500', '112843.192500', '112843.652500', '112844.112500', '112844.572500', '112845.032500', '112845.492500', '112845.952500', '112846.412500', '112846.872500'], 'ContentTime': ['112055.375000', '112055.378000', '112055.381000', '112055.384000', '112055.386000', '112055.389000', '112055.391000', '112055.394000', '112055.396000', '112055.399000', '112055.401000', '112055.404000', '112055.406000', '112055.409000', '112055.412000', '112055.418000', '112055.420000', '112055.423000', '112055.425000', '112055.428000', '112055.430000', '112055.433000', '112055.435000', '112055.438000', '112055.441000', '112055.443000', '112055.446000', '112055.448000', '112055.451000', '112055.453000', '112055.456000', '112055.459000', '112055.461000', '112055.464000', '112055.466000', '112055.469000', '112055.471000', '112055.474000', '112055.476000', '112055.479000', '112055.481000', '112055.484000', '112055.486000', '112055.489000', '112115.339000', '112115.342000', '112115.345000', '112115.347000', '112115.350000', '112115.352000', '112115.355000', '112115.357000', '112115.360000', '112115.362000', '112115.365000', '112115.386000', '112115.389000', '112115.391000', '112115.394000', '112115.397000', '112115.399000', '112115.402000', '112115.404000', '112115.407000', '112115.409000', '112115.412000', '112115.414000', '112115.417000', '112115.420000', '112115.423000', '112115.426000', '112115.428000', '112115.431000', '112115.433000', '112115.436000', '112115.438000', '112115.441000', '112115.444000', '112115.446000', '112115.453000', '112115.456000', '112115.459000', '112115.461000', '112115.464000', '112115.466000', '112115.469000', '112115.471000', '112135.339000', '112135.342000', '112135.345000', '112135.347000', '112135.350000', '112135.352000', '112135.355000', '112135.358000', '112135.360000', '112135.363000', '112135.365000', '112135.368000', '112135.370000', '112135.373000', '112135.376000', '112135.378000', '112135.381000', '112135.383000', '112135.386000', '112135.388000', '112135.392000', '112135.394000', '112135.397000', '112135.399000', '112135.402000', '112135.404000', '112135.407000', '112135.409000', '112135.412000', '112135.415000', '112135.417000', '112135.420000', '112135.422000', '112135.425000', '112135.427000', '112135.430000', '112135.432000', '112135.435000', '112135.437000', '112135.440000', '112135.443000', '112135.445000', '112135.448000', '112135.458000', '112155.340000', '112155.343000', '112155.345000', '112155.348000', '112155.350000', '112155.353000', '112155.355000', '112155.358000', '112155.360000', '112155.363000', '112155.366000', '112155.368000', '112155.371000', '112155.374000', '112155.376000', '112155.379000', '112155.382000', '112155.384000', '112155.387000', '112155.389000', '112155.392000', '112155.394000', '112155.397000', '112155.399000', '112155.402000', '112155.405000', '112155.407000', '112155.410000', '112155.413000', '112155.415000', '112155.418000', '112155.420000', '112155.423000', '112155.425000', '112155.428000', '112155.430000', '112155.433000', '112155.435000', '112155.438000', '112155.441000', '112155.443000', '112155.446000', '112155.448000', '112215.339000', '112215.342000', '112215.345000', '112215.347000', '112215.350000', '112215.352000', '112215.355000', '112215.358000', '112215.360000', '112215.363000', '112215.365000', '112215.368000', '112215.370000', '112215.373000', '112215.375000', '112215.378000', '112215.380000', '112215.383000', '112215.385000', '112215.388000', '112215.391000', '112215.393000', '112215.396000', '112215.398000', '112215.401000', '112215.404000', '112215.406000', '112215.409000', '112215.411000', '112215.414000', '112215.416000', '112215.419000', '112215.421000', '112215.424000', '112215.427000', '112215.429000', '112215.432000', '112215.434000', '112215.437000', '112215.439000', '112215.442000', '112215.444000', '112215.447000', '112215.450000', '112235.340000', '112235.342000', '112235.345000', '112235.347000', '112235.350000', '112235.353000', '112235.355000', '112235.358000', '112235.360000', '112235.363000', '112235.366000', '112235.368000', '112235.371000', '112235.373000', '112235.376000', '112235.379000', '112235.381000', '112235.384000', '112235.386000', '112235.389000', '112235.391000', '112235.394000', '112235.397000', '112235.399000', '112235.407000', '112235.410000', '112235.412000', '112235.415000', '112235.417000', '112235.420000', '112235.422000', '112235.425000', '112235.428000', '112235.430000', '112235.433000', '112235.436000', '112235.439000', '112235.441000', '112235.444000', '112235.446000', '112235.449000', '112235.452000', '112235.454000', '112255.340000', '112255.343000', '112255.346000', '112255.348000', '112255.351000', '112255.353000', '112255.356000', '112255.393000', '112255.396000', '112255.399000', '112255.401000', '112255.404000', '112255.406000', '112255.409000', '112255.411000', '112255.414000', '112255.416000', '112255.419000', '112255.421000', '112255.424000', '112255.427000', '112255.429000', '112255.432000', '112255.434000', '112255.437000', '112255.440000', '112255.442000', '112255.445000', '112255.447000', '112255.450000', '112255.452000', '112255.455000', '112255.457000', '112255.460000', '112255.462000', '112255.465000', '112255.468000', '112255.470000', '112255.473000', '112255.475000', '112255.478000', '112255.480000', '112255.483000', '112255.486000', '112315.340000', '112315.342000', '112315.345000', '112315.347000', '112315.350000', '112315.353000', '112315.355000', '112315.358000', '112315.360000', '112315.363000', '112315.365000', '112315.368000', '112315.371000', '112315.373000', '112315.376000', '112315.378000', '112315.381000', '112315.383000', '112315.386000', '112315.388000', '112315.391000', '112315.393000', '112315.396000', '112315.399000', '112315.401000', '112315.404000', '112315.406000', '112315.409000', '112315.412000', '112315.414000', '112315.417000', '112315.420000', '112315.423000', '112315.426000', '112315.428000', '112315.431000', '112315.433000', '112315.436000', '112315.438000', '112315.441000', '112315.443000', '112315.446000', '112315.449000', '112335.340000', '112335.343000', '112335.345000', '112335.348000', '112335.350000', '112335.353000', '112335.355000', '112335.358000', '112335.361000', '112335.363000', '112335.366000', '112335.368000', '112335.371000', '112335.373000', '112335.376000', '112335.378000', '112335.381000', '112335.384000', '112335.386000', '112335.389000', '112335.391000', '112335.394000', '112335.397000', '112335.399000', '112335.402000', '112335.404000', '112335.407000', '112335.409000', '112335.412000', '112335.414000', '112335.417000', '112335.420000', '112335.422000', '112335.425000', '112335.427000', '112335.430000', '112335.433000', '112335.435000', '112335.438000', '112335.440000', '112335.443000', '112335.446000', '112335.448000', '112335.451000', '112355.339000', '112355.342000', '112355.345000', '112355.347000', '112355.350000', '112355.353000', '112355.355000', '112355.358000', '112355.360000', '112355.363000', '112355.366000', '112355.368000', '112355.371000', '112355.373000', '112355.376000', '112355.378000', '112355.381000', '112355.383000', '112355.386000', '112355.389000', '112355.391000', '112355.394000', '112355.396000', '112355.399000', '112355.402000', '112355.404000', '112355.407000', '112355.409000', '112355.412000', '112355.414000', '112355.417000', '112355.420000', '112355.422000', '112355.425000', '112355.428000', '112355.430000', '112355.433000', '112355.435000', '112355.438000', '112355.440000', '112355.443000', '112355.445000', '112355.448000', '112415.340000', '112415.342000', '112415.345000', '112415.348000', '112415.351000', '112415.354000', '112415.356000', '112415.359000', '112415.361000', '112415.364000', '112415.366000', '112415.369000', '112415.371000', '112415.374000', '112415.377000', '112415.379000', '112415.382000', '112415.384000', '112415.387000', '112415.390000', '112415.392000', '112415.395000', '112415.397000', '112415.400000', '112415.402000', '112415.405000', '112415.407000', '112415.410000', '112415.413000', '112415.415000', '112415.418000', '112415.420000', '112415.429000', '112415.432000', '112415.434000', '112415.437000', '112415.440000', '112415.442000', '112415.445000', '112415.447000', '112415.450000', '112415.452000', '112415.455000', '112435.339000', '112435.342000', '112435.345000', '112435.348000', '112435.350000', '112435.353000', '112435.355000', '112435.358000', '112435.361000', '112435.363000', '112435.366000', '112435.368000', '112435.371000', '112435.373000', '112435.376000', '112435.378000', '112435.381000', '112435.384000', '112435.386000', '112435.389000', '112435.396000', '112435.399000', '112435.401000', '112435.404000', '112435.406000', '112435.409000', '112435.412000', '112435.414000', '112435.417000', '112435.419000', '112435.422000', '112435.424000', '112435.427000', '112435.430000', '112435.432000', '112435.435000', '112435.437000', '112435.440000', '112435.442000', '112435.445000', '112435.448000', '112435.450000', '112435.453000', '112435.455000', '112455.340000', '112455.343000', '112455.345000', '112455.348000', '112455.350000', '112455.353000', '112455.356000', '112455.358000', '112455.361000', '112455.363000', '112455.366000', '112455.369000', '112455.371000', '112455.374000', '112455.376000', '112455.379000', '112455.382000', '112455.384000', '112455.387000', '112455.389000', '112455.392000', '112455.395000', '112455.397000', '112455.400000', '112455.402000', '112455.405000', '112455.407000', '112455.410000', '112455.412000', '112455.415000', '112455.418000', '112455.420000', '112455.423000', '112455.425000', '112455.428000', '112455.430000', '112455.433000', '112455.436000', '112455.438000', '112455.441000', '112455.443000', '112455.446000', '112455.448000', '112455.451000', '112515.341000', '112515.344000', '112515.346000', '112515.349000', '112515.351000', '112515.354000', '112515.357000', '112515.359000', '112515.362000', '112515.364000', '112515.367000', '112515.369000', '112515.372000', '112515.374000', '112515.377000', '112515.380000', '112515.382000', '112515.385000', '112515.387000', '112515.390000', '112515.393000', '112515.395000', '112515.398000', '112515.400000', '112515.403000', '112515.405000', '112515.408000', '112515.411000', '112515.413000', '112515.416000', '112515.419000', '112515.421000', '112515.424000', '112515.426000', '112515.429000', '112515.431000', '112515.434000', '112515.436000', '112515.439000', '112515.442000', '112515.444000', '112515.447000', '112515.449000', '112535.339000', '112535.342000', '112535.345000', '112535.347000', '112535.350000', '112535.353000', '112535.355000', '112535.358000', '112535.360000', '112535.363000', '112535.365000', '112535.368000', '112535.371000', '112535.373000', '112535.376000', '112535.378000', '112535.381000', '112535.384000', '112535.386000', '112535.389000', '112535.391000', '112535.394000', '112535.396000', '112535.399000', '112535.402000', '112535.404000', '112535.407000', '112535.409000', '112535.412000', '112535.414000', '112535.417000', '112535.420000', '112535.422000', '112535.425000', '112535.427000', '112535.430000', '112535.433000', '112535.435000', '112535.438000', '112535.440000', '112535.443000', '112535.445000', '112535.448000', '112535.450000', '112555.340000', '112555.342000', '112555.345000', '112555.348000', '112555.350000', '112555.353000', '112555.355000', '112555.358000', '112555.361000', '112555.363000', '112555.366000', '112555.368000', '112555.371000', '112555.373000', '112555.376000', '112555.379000', '112555.381000', '112555.384000', '112555.386000', '112555.389000', '112555.392000', '112555.394000', '112555.397000', '112555.399000', '112555.402000', '112555.405000', '112555.407000', '112555.410000', '112555.413000', '112555.415000', '112555.418000', '112555.420000', '112555.423000', '112555.426000', '112555.428000', '112555.431000', '112555.433000', '112555.436000', '112555.439000', '112555.441000', '112555.444000', '112555.446000', '112555.449000', '112615.341000', '112615.344000', '112615.347000', '112615.349000', '112615.352000', '112615.354000', '112615.357000', '112615.359000', '112615.362000', '112615.365000', '112615.367000', '112615.370000', '112615.372000', '112615.375000', '112615.378000', '112615.380000', '112615.383000', '112615.385000', '112615.388000', '112615.390000', '112615.393000', '112615.396000', '112615.398000', '112615.401000', '112615.403000', '112615.406000', '112615.408000', '112615.411000', '112615.414000', '112615.416000', '112615.419000', '112615.421000', '112615.424000', '112615.427000', '112615.429000', '112615.432000', '112615.434000', '112615.437000', '112615.439000', '112615.442000', '112615.444000', '112615.447000', '112615.450000', '112615.452000', '112635.340000', '112635.344000', '112635.347000', '112635.349000', '112635.352000', '112635.354000', '112635.357000', '112635.360000', '112635.362000', '112635.365000', '112635.367000', '112635.370000', '112635.373000', '112635.375000', '112635.378000', '112635.380000', '112635.383000', '112635.386000', '112635.388000', '112635.391000', '112635.393000', '112635.396000', '112635.398000', '112635.401000', '112635.404000', '112635.406000', '112635.409000', '112635.411000', '112635.414000', '112635.416000', '112635.419000', '112635.422000', '112635.424000', '112635.427000', '112635.429000', '112635.432000', '112635.434000', '112635.437000', '112635.440000', '112635.442000', '112635.445000', '112635.447000', '112635.450000', '112655.340000', '112655.343000', '112655.345000', '112655.348000', '112655.350000', '112655.353000', '112655.356000', '112655.358000', '112655.361000', '112655.363000', '112655.366000', '112655.369000', '112655.371000', '112655.374000', '112655.376000', '112655.379000', '112655.381000', '112655.384000', '112655.387000', '112655.389000', '112655.392000', '112655.394000', '112655.397000', '112655.399000', '112655.402000', '112655.405000', '112655.407000', '112655.410000', '112655.412000', '112655.415000', '112655.418000', '112655.420000', '112655.423000', '112655.425000', '112655.428000', '112655.430000', '112655.433000', '112655.436000', '112655.438000', '112655.441000', '112655.443000', '112655.446000', '112655.449000', '112655.451000', '112715.339000', '112715.342000', '112715.345000', '112715.347000', '112715.350000', '112715.353000', '112715.355000', '112715.358000', '112715.360000', '112715.363000', '112715.375000', '112715.377000', '112715.380000', '112715.382000', '112715.385000', '112715.387000', '112715.390000', '112715.392000', '112715.395000', '112715.398000', '112715.400000', '112715.403000', '112715.405000', '112715.408000', '112715.410000', '112715.413000', '112715.416000', '112715.418000', '112715.421000', '112715.423000', '112715.426000', '112715.428000', '112715.431000', '112715.434000', '112715.436000', '112715.439000', '112715.441000', '112715.444000', '112715.447000', '112715.449000', '112715.452000', '112715.454000', '112715.457000', '112735.340000', '112735.342000', '112735.345000', '112735.348000', '112735.350000', '112735.353000', '112735.355000', '112735.358000', '112735.361000', '112735.363000', '112735.366000', '112735.368000', '112735.371000', '112735.374000', '112735.376000', '112735.380000', '112735.383000', '112735.386000', '112735.388000', '112735.391000', '112735.393000', '112735.396000', '112735.398000', '112735.401000', '112735.404000', '112735.406000', '112735.409000', '112735.411000', '112735.414000', '112735.416000', '112735.419000', '112735.422000', '112735.424000', '112735.427000', '112735.429000', '112735.432000', '112735.435000', '112735.437000', '112735.440000', '112735.443000', '112735.445000', '112735.448000', '112735.450000', '112735.453000', '112755.339000', '112755.342000', '112755.345000', '112755.348000', '112755.350000', '112755.353000', '112755.355000', '112755.358000', '112755.360000', '112755.363000', '112755.366000', '112755.368000', '112755.371000', '112755.373000', '112755.376000', '112755.378000', '112755.381000', '112755.384000', '112755.386000', '112755.389000', '112755.391000', '112755.394000', '112755.397000', '112755.399000', '112755.402000', '112755.404000', '112755.407000', '112755.410000', '112755.412000', '112755.415000', '112755.417000', '112755.420000', '112755.422000', '112755.425000', '112755.428000', '112755.430000', '112755.433000', '112755.435000', '112755.438000', '112755.441000', '112755.443000', '112755.446000', '112755.448000', '112815.339000', '112815.342000', '112815.345000', '112815.348000', '112815.350000', '112815.353000', '112815.356000', '112815.359000', '112815.362000', '112815.365000', '112815.367000', '112815.370000', '112815.373000', '112815.375000', '112815.378000', '112815.381000', '112815.383000', '112815.386000', '112815.388000', '112815.391000', '112815.394000', '112815.396000', '112815.399000', '112815.401000', '112815.404000', '112815.407000', '112815.409000', '112815.412000', '112815.414000', '112815.417000', '112815.420000', '112815.422000', '112815.425000', '112815.427000', '112815.430000', '112815.432000', '112815.435000', '112815.438000', '112815.440000', '112815.443000', '112815.445000', '112815.448000', '112815.451000', '112835.340000', '112835.342000', '112835.345000', '112835.348000', '112835.350000', '112835.353000', '112835.355000', '112835.358000', '112835.361000', '112835.363000', '112835.366000', '112835.368000', '112835.371000', '112835.373000', '112835.376000', '112835.379000', '112835.381000', '112835.384000', '112835.386000', '112835.389000', '112835.391000', '112835.405000', '112835.408000', '112835.411000', '112835.413000', '112835.416000', '112835.418000', '112835.421000', '112835.423000', '112835.426000', '112835.429000', '112835.431000', '112835.434000', '112835.436000', '112835.439000', '112835.441000', '112835.444000', '112835.447000', '112835.449000', '112835.452000', '112835.454000', '112835.457000', '112835.459000', '112835.462000', '112848.486000', '112848.489000', '112848.492000', '112848.495000', '112848.498000', '112848.501000', '112848.503000', '112848.506000', '112848.509000', '112848.512000', '112848.515000', '112848.517000', '112848.520000', '112848.523000', '112848.527000', '112848.531000', '112848.534000', '112848.536000', '112848.539000', '112848.542000', '112848.545000', '112848.548000', '112848.551000', '112848.553000', '112848.556000', '112848.559000', '112848.562000', '112848.565000', '112848.567000'], 'InstanceCreationTime': ['112055.375000', '112055.378000', '112055.381000', '112055.384000', '112055.386000', '112055.389000', '112055.391000', '112055.394000', '112055.396000', '112055.399000', '112055.401000', '112055.404000', '112055.406000', '112055.409000', '112055.412000', '112055.418000', '112055.420000', '112055.423000', '112055.425000', '112055.428000', '112055.430000', '112055.433000', '112055.435000', '112055.438000', '112055.441000', '112055.443000', '112055.446000', '112055.448000', '112055.451000', '112055.453000', '112055.456000', '112055.459000', '112055.461000', '112055.464000', '112055.466000', '112055.469000', '112055.471000', '112055.474000', '112055.476000', '112055.479000', '112055.481000', '112055.484000', '112055.486000', '112055.489000', '112115.339000', '112115.342000', '112115.345000', '112115.347000', '112115.350000', '112115.352000', '112115.355000', '112115.357000', '112115.360000', '112115.362000', '112115.365000', '112115.386000', '112115.389000', '112115.391000', '112115.394000', '112115.397000', '112115.399000', '112115.402000', '112115.404000', '112115.407000', '112115.409000', '112115.412000', '112115.414000', '112115.417000', '112115.420000', '112115.423000', '112115.426000', '112115.428000', '112115.431000', '112115.433000', '112115.436000', '112115.438000', '112115.441000', '112115.444000', '112115.446000', '112115.453000', '112115.456000', '112115.459000', '112115.461000', '112115.464000', '112115.466000', '112115.469000', '112115.471000', '112135.339000', '112135.342000', '112135.345000', '112135.347000', '112135.350000', '112135.352000', '112135.355000', '112135.358000', '112135.360000', '112135.363000', '112135.365000', '112135.368000', '112135.370000', '112135.373000', '112135.376000', '112135.378000', '112135.381000', '112135.383000', '112135.386000', '112135.388000', '112135.392000', '112135.394000', '112135.397000', '112135.399000', '112135.402000', '112135.404000', '112135.407000', '112135.409000', '112135.412000', '112135.415000', '112135.417000', '112135.420000', '112135.422000', '112135.425000', '112135.427000', '112135.430000', '112135.432000', '112135.435000', '112135.437000', '112135.440000', '112135.443000', '112135.445000', '112135.448000', '112135.458000', '112155.340000', '112155.343000', '112155.345000', '112155.348000', '112155.350000', '112155.353000', '112155.355000', '112155.358000', '112155.360000', '112155.363000', '112155.366000', '112155.368000', '112155.371000', '112155.374000', '112155.376000', '112155.379000', '112155.382000', '112155.384000', '112155.387000', '112155.389000', '112155.392000', '112155.394000', '112155.397000', '112155.399000', '112155.402000', '112155.405000', '112155.407000', '112155.410000', '112155.413000', '112155.415000', '112155.418000', '112155.420000', '112155.423000', '112155.425000', '112155.428000', '112155.430000', '112155.433000', '112155.435000', '112155.438000', '112155.441000', '112155.443000', '112155.446000', '112155.448000', '112215.339000', '112215.342000', '112215.345000', '112215.347000', '112215.350000', '112215.352000', '112215.355000', '112215.358000', '112215.360000', '112215.363000', '112215.365000', '112215.368000', '112215.370000', '112215.373000', '112215.375000', '112215.378000', '112215.380000', '112215.383000', '112215.385000', '112215.388000', '112215.391000', '112215.393000', '112215.396000', '112215.398000', '112215.401000', '112215.404000', '112215.406000', '112215.409000', '112215.411000', '112215.414000', '112215.416000', '112215.419000', '112215.421000', '112215.424000', '112215.427000', '112215.429000', '112215.432000', '112215.434000', '112215.437000', '112215.439000', '112215.442000', '112215.444000', '112215.447000', '112215.450000', '112235.340000', '112235.342000', '112235.345000', '112235.347000', '112235.350000', '112235.353000', '112235.355000', '112235.358000', '112235.360000', '112235.363000', '112235.366000', '112235.368000', '112235.371000', '112235.373000', '112235.376000', '112235.379000', '112235.381000', '112235.384000', '112235.386000', '112235.389000', '112235.391000', '112235.394000', '112235.397000', '112235.399000', '112235.407000', '112235.410000', '112235.412000', '112235.415000', '112235.417000', '112235.420000', '112235.422000', '112235.425000', '112235.428000', '112235.430000', '112235.433000', '112235.436000', '112235.439000', '112235.441000', '112235.444000', '112235.446000', '112235.449000', '112235.452000', '112235.454000', '112255.340000', '112255.343000', '112255.346000', '112255.348000', '112255.351000', '112255.353000', '112255.356000', '112255.393000', '112255.396000', '112255.399000', '112255.401000', '112255.404000', '112255.406000', '112255.409000', '112255.411000', '112255.414000', '112255.416000', '112255.419000', '112255.421000', '112255.424000', '112255.427000', '112255.429000', '112255.432000', '112255.434000', '112255.437000', '112255.440000', '112255.442000', '112255.445000', '112255.447000', '112255.450000', '112255.452000', '112255.455000', '112255.457000', '112255.460000', '112255.462000', '112255.465000', '112255.468000', '112255.470000', '112255.473000', '112255.475000', '112255.478000', '112255.480000', '112255.483000', '112255.486000', '112315.340000', '112315.342000', '112315.345000', '112315.347000', '112315.350000', '112315.353000', '112315.355000', '112315.358000', '112315.360000', '112315.363000', '112315.365000', '112315.368000', '112315.371000', '112315.373000', '112315.376000', '112315.378000', '112315.381000', '112315.383000', '112315.386000', '112315.388000', '112315.391000', '112315.393000', '112315.396000', '112315.399000', '112315.401000', '112315.404000', '112315.406000', '112315.409000', '112315.412000', '112315.414000', '112315.417000', '112315.420000', '112315.423000', '112315.426000', '112315.428000', '112315.431000', '112315.433000', '112315.436000', '112315.438000', '112315.441000', '112315.443000', '112315.446000', '112315.449000', '112335.340000', '112335.343000', '112335.345000', '112335.348000', '112335.350000', '112335.353000', '112335.355000', '112335.358000', '112335.361000', '112335.363000', '112335.366000', '112335.368000', '112335.371000', '112335.373000', '112335.376000', '112335.378000', '112335.381000', '112335.384000', '112335.386000', '112335.389000', '112335.391000', '112335.394000', '112335.397000', '112335.399000', '112335.402000', '112335.404000', '112335.407000', '112335.409000', '112335.412000', '112335.414000', '112335.417000', '112335.420000', '112335.422000', '112335.425000', '112335.427000', '112335.430000', '112335.433000', '112335.435000', '112335.438000', '112335.440000', '112335.443000', '112335.446000', '112335.448000', '112335.451000', '112355.339000', '112355.342000', '112355.345000', '112355.347000', '112355.350000', '112355.353000', '112355.355000', '112355.358000', '112355.360000', '112355.363000', '112355.366000', '112355.368000', '112355.371000', '112355.373000', '112355.376000', '112355.378000', '112355.381000', '112355.383000', '112355.386000', '112355.389000', '112355.391000', '112355.394000', '112355.396000', '112355.399000', '112355.402000', '112355.404000', '112355.407000', '112355.409000', '112355.412000', '112355.414000', '112355.417000', '112355.420000', '112355.422000', '112355.425000', '112355.428000', '112355.430000', '112355.433000', '112355.435000', '112355.438000', '112355.440000', '112355.443000', '112355.445000', '112355.448000', '112415.340000', '112415.342000', '112415.345000', '112415.348000', '112415.351000', '112415.354000', '112415.356000', '112415.359000', '112415.361000', '112415.364000', '112415.366000', '112415.369000', '112415.371000', '112415.374000', '112415.377000', '112415.379000', '112415.382000', '112415.384000', '112415.387000', '112415.390000', '112415.392000', '112415.395000', '112415.397000', '112415.400000', '112415.402000', '112415.405000', '112415.407000', '112415.410000', '112415.413000', '112415.415000', '112415.418000', '112415.420000', '112415.429000', '112415.432000', '112415.434000', '112415.437000', '112415.440000', '112415.442000', '112415.445000', '112415.447000', '112415.450000', '112415.452000', '112415.455000', '112435.339000', '112435.342000', '112435.345000', '112435.348000', '112435.350000', '112435.353000', '112435.355000', '112435.358000', '112435.361000', '112435.363000', '112435.366000', '112435.368000', '112435.371000', '112435.373000', '112435.376000', '112435.378000', '112435.381000', '112435.384000', '112435.386000', '112435.389000', '112435.396000', '112435.399000', '112435.401000', '112435.404000', '112435.406000', '112435.409000', '112435.412000', '112435.414000', '112435.417000', '112435.419000', '112435.422000', '112435.424000', '112435.427000', '112435.430000', '112435.432000', '112435.435000', '112435.437000', '112435.440000', '112435.442000', '112435.445000', '112435.448000', '112435.450000', '112435.453000', '112435.455000', '112455.340000', '112455.343000', '112455.345000', '112455.348000', '112455.350000', '112455.353000', '112455.356000', '112455.358000', '112455.361000', '112455.363000', '112455.366000', '112455.369000', '112455.371000', '112455.374000', '112455.376000', '112455.379000', '112455.382000', '112455.384000', '112455.387000', '112455.389000', '112455.392000', '112455.395000', '112455.397000', '112455.400000', '112455.402000', '112455.405000', '112455.407000', '112455.410000', '112455.412000', '112455.415000', '112455.418000', '112455.420000', '112455.423000', '112455.425000', '112455.428000', '112455.430000', '112455.433000', '112455.436000', '112455.438000', '112455.441000', '112455.443000', '112455.446000', '112455.448000', '112455.451000', '112515.341000', '112515.344000', '112515.346000', '112515.349000', '112515.351000', '112515.354000', '112515.357000', '112515.359000', '112515.362000', '112515.364000', '112515.367000', '112515.369000', '112515.372000', '112515.374000', '112515.377000', '112515.380000', '112515.382000', '112515.385000', '112515.387000', '112515.390000', '112515.393000', '112515.395000', '112515.398000', '112515.400000', '112515.403000', '112515.405000', '112515.408000', '112515.411000', '112515.413000', '112515.416000', '112515.419000', '112515.421000', '112515.424000', '112515.426000', '112515.429000', '112515.431000', '112515.434000', '112515.436000', '112515.439000', '112515.442000', '112515.444000', '112515.447000', '112515.449000', '112535.339000', '112535.342000', '112535.345000', '112535.347000', '112535.350000', '112535.353000', '112535.355000', '112535.358000', '112535.360000', '112535.363000', '112535.365000', '112535.368000', '112535.371000', '112535.373000', '112535.376000', '112535.378000', '112535.381000', '112535.384000', '112535.386000', '112535.389000', '112535.391000', '112535.394000', '112535.396000', '112535.399000', '112535.402000', '112535.404000', '112535.407000', '112535.409000', '112535.412000', '112535.414000', '112535.417000', '112535.420000', '112535.422000', '112535.425000', '112535.427000', '112535.430000', '112535.433000', '112535.435000', '112535.438000', '112535.440000', '112535.443000', '112535.445000', '112535.448000', '112535.450000', '112555.340000', '112555.342000', '112555.345000', '112555.348000', '112555.350000', '112555.353000', '112555.355000', '112555.358000', '112555.361000', '112555.363000', '112555.366000', '112555.368000', '112555.371000', '112555.373000', '112555.376000', '112555.379000', '112555.381000', '112555.384000', '112555.386000', '112555.389000', '112555.392000', '112555.394000', '112555.397000', '112555.399000', '112555.402000', '112555.405000', '112555.407000', '112555.410000', '112555.413000', '112555.415000', '112555.418000', '112555.420000', '112555.423000', '112555.426000', '112555.428000', '112555.431000', '112555.433000', '112555.436000', '112555.439000', '112555.441000', '112555.444000', '112555.446000', '112555.449000', '112615.341000', '112615.344000', '112615.347000', '112615.349000', '112615.352000', '112615.354000', '112615.357000', '112615.359000', '112615.362000', '112615.365000', '112615.367000', '112615.370000', '112615.372000', '112615.375000', '112615.378000', '112615.380000', '112615.383000', '112615.385000', '112615.388000', '112615.390000', '112615.393000', '112615.396000', '112615.398000', '112615.401000', '112615.403000', '112615.406000', '112615.408000', '112615.411000', '112615.414000', '112615.416000', '112615.419000', '112615.421000', '112615.424000', '112615.427000', '112615.429000', '112615.432000', '112615.434000', '112615.437000', '112615.439000', '112615.442000', '112615.444000', '112615.447000', '112615.450000', '112615.452000', '112635.340000', '112635.344000', '112635.347000', '112635.349000', '112635.352000', '112635.354000', '112635.357000', '112635.360000', '112635.362000', '112635.365000', '112635.367000', '112635.370000', '112635.373000', '112635.375000', '112635.378000', '112635.380000', '112635.383000', '112635.386000', '112635.388000', '112635.391000', '112635.393000', '112635.396000', '112635.398000', '112635.401000', '112635.404000', '112635.406000', '112635.409000', '112635.411000', '112635.414000', '112635.416000', '112635.419000', '112635.422000', '112635.424000', '112635.427000', '112635.429000', '112635.432000', '112635.434000', '112635.437000', '112635.440000', '112635.442000', '112635.445000', '112635.447000', '112635.450000', '112655.340000', '112655.343000', '112655.345000', '112655.348000', '112655.350000', '112655.353000', '112655.356000', '112655.358000', '112655.361000', '112655.363000', '112655.366000', '112655.369000', '112655.371000', '112655.374000', '112655.376000', '112655.379000', '112655.381000', '112655.384000', '112655.387000', '112655.389000', '112655.392000', '112655.394000', '112655.397000', '112655.399000', '112655.402000', '112655.405000', '112655.407000', '112655.410000', '112655.412000', '112655.415000', '112655.418000', '112655.420000', '112655.423000', '112655.425000', '112655.428000', '112655.430000', '112655.433000', '112655.436000', '112655.438000', '112655.441000', '112655.443000', '112655.446000', '112655.449000', '112655.451000', '112715.339000', '112715.342000', '112715.345000', '112715.347000', '112715.350000', '112715.353000', '112715.355000', '112715.358000', '112715.360000', '112715.363000', '112715.375000', '112715.377000', '112715.380000', '112715.382000', '112715.385000', '112715.387000', '112715.390000', '112715.392000', '112715.395000', '112715.398000', '112715.400000', '112715.403000', '112715.405000', '112715.408000', '112715.410000', '112715.413000', '112715.416000', '112715.418000', '112715.421000', '112715.423000', '112715.426000', '112715.428000', '112715.431000', '112715.434000', '112715.436000', '112715.439000', '112715.441000', '112715.444000', '112715.447000', '112715.449000', '112715.452000', '112715.454000', '112715.457000', '112735.340000', '112735.342000', '112735.345000', '112735.348000', '112735.350000', '112735.353000', '112735.355000', '112735.358000', '112735.361000', '112735.363000', '112735.366000', '112735.368000', '112735.371000', '112735.374000', '112735.376000', '112735.380000', '112735.383000', '112735.386000', '112735.388000', '112735.391000', '112735.393000', '112735.396000', '112735.398000', '112735.401000', '112735.404000', '112735.406000', '112735.409000', '112735.411000', '112735.414000', '112735.416000', '112735.419000', '112735.422000', '112735.424000', '112735.427000', '112735.429000', '112735.432000', '112735.435000', '112735.437000', '112735.440000', '112735.443000', '112735.445000', '112735.448000', '112735.450000', '112735.453000', '112755.339000', '112755.342000', '112755.345000', '112755.348000', '112755.350000', '112755.353000', '112755.355000', '112755.358000', '112755.360000', '112755.363000', '112755.366000', '112755.368000', '112755.371000', '112755.373000', '112755.376000', '112755.378000', '112755.381000', '112755.384000', '112755.386000', '112755.389000', '112755.391000', '112755.394000', '112755.397000', '112755.399000', '112755.402000', '112755.404000', '112755.407000', '112755.410000', '112755.412000', '112755.415000', '112755.417000', '112755.420000', '112755.422000', '112755.425000', '112755.428000', '112755.430000', '112755.433000', '112755.435000', '112755.438000', '112755.441000', '112755.443000', '112755.446000', '112755.448000', '112815.339000', '112815.342000', '112815.345000', '112815.348000', '112815.350000', '112815.353000', '112815.356000', '112815.359000', '112815.362000', '112815.365000', '112815.367000', '112815.370000', '112815.373000', '112815.375000', '112815.378000', '112815.381000', '112815.383000', '112815.386000', '112815.388000', '112815.391000', '112815.394000', '112815.396000', '112815.399000', '112815.401000', '112815.404000', '112815.407000', '112815.409000', '112815.412000', '112815.414000', '112815.417000', '112815.420000', '112815.422000', '112815.425000', '112815.427000', '112815.430000', '112815.432000', '112815.435000', '112815.438000', '112815.440000', '112815.443000', '112815.445000', '112815.448000', '112815.451000', '112835.340000', '112835.342000', '112835.345000', '112835.348000', '112835.350000', '112835.353000', '112835.355000', '112835.358000', '112835.361000', '112835.363000', '112835.366000', '112835.368000', '112835.371000', '112835.373000', '112835.376000', '112835.379000', '112835.381000', '112835.384000', '112835.386000', '112835.389000', '112835.391000', '112835.405000', '112835.408000', '112835.411000', '112835.413000', '112835.416000', '112835.418000', '112835.421000', '112835.423000', '112835.426000', '112835.429000', '112835.431000', '112835.434000', '112835.436000', '112835.439000', '112835.441000', '112835.444000', '112835.447000', '112835.449000', '112835.452000', '112835.454000', '112835.457000', '112835.459000', '112835.462000', '112848.486000', '112848.489000', '112848.492000', '112848.495000', '112848.498000', '112848.501000', '112848.503000', '112848.506000', '112848.509000', '112848.512000', '112848.515000', '112848.517000', '112848.520000', '112848.523000', '112848.527000', '112848.531000', '112848.534000', '112848.536000', '112848.539000', '112848.542000', '112848.545000', '112848.548000', '112848.551000', '112848.553000', '112848.556000', '112848.559000', '112848.562000', '112848.565000', '112848.567000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [15197, 14193, 14485, 12185, 14365, 14171, 14541, 14332, 14352, 11677, 14316, 14122, 14607, 14086, 14096, 11499, 13853, 14054, 13966, 13616, 14261, 10839, 13647, 14416, 14496, 13537, 14401, 13938, 12948, 14219, 14196, 13159, 13939, 11705, 12877, 14139, 14438, 12512, 14318, 15225, 12157, 14036, 14340, 11860, 14011, 15070, 11588, 14111, 13886, 15025, 13318, 13838, 15604, 12622, 13735, 14156, 12604, 13889, 14514, 11275, 13394, 13503, 11166, 13617, 14661, 10341, 13050, 13425, 10335, 13033, 14034, 11533, 13355, 13883, 15667, 12780, 13729, 14448, 13138, 13994, 15719, 12587, 13884, 14805, 12255, 13549, 14543, 11032, 13626, 14140, 11678, 13294, 14015, 11461, 13091, 13803, 14977, 11047, 13256, 12358, 10379, 12962, 13920, 11268, 13195, 13783, 15421, 11324, 13265, 13988, 10268, 12998, 13804, 14693, 12699, 13903, 15707, 12051, 13999, 14986, 12306, 13965, 15542, 11123, 13701, 13419, 10206, 12993, 13155, 11893, 13696, 14978, 11677, 13479, 14755, 12171, 13618, 13878, 12631, 13780, 12977, 12533, 14071, 11738, 13569, 14233, 11190, 13622, 14314, 10890, 13530, 14031, 14042, 13469, 13984, 11565, 13816, 13980, 13794, 13149, 13914, 11748, 13132, 13967, 11085, 13973, 13872, 10496, 13577, 13060, 11443, 13581, 14414, 10838, 13508, 14236, 11741, 13747, 14274, 11127, 14072, 13770, 10481, 13024, 12236, 10240, 13261, 13990, 9906, 13228, 13403, 11813, 13491, 15447, 12043, 13663, 16140, 11095, 13976, 15509, 12675, 13648, 16515, 12104, 14149, 16366, 10663, 13380, 15383, 10791, 13465, 14189, 10408, 13366, 13922, 11961, 13671, 15488, 11593, 13332, 15366, 12652, 13828, 16254, 12077, 13284, 15730, 12307, 13424, 15496, 12861, 13743, 16382, 11485, 13417, 15571, 12171, 13755, 15985, 11557, 13574, 15543, 11364, 13340, 15354, 11275, 13525, 13934, 10318, 13138, 13951, 10711, 13700, 13747, 14825, 12898, 13803, 15139, 12735, 13619, 15397, 12522, 13525, 14089, 11333, 13392, 13895, 10333, 13239, 14158, 11201, 13366, 13809, 10302, 13131, 13630, 14368, 12464, 13483, 12602, 11112, 13527, 14372, 11186, 13293, 14013, 13286, 12362, 13710, 14196, 12316, 13400, 13211, 10256, 12991, 13808, 11166, 13212, 13575, 15688, 12159, 13327, 14153, 9940, 13034, 13817, 9685, 12942, 13692, 15382, 11621, 13398, 13109, 9548, 12598, 13723, 11640, 12885, 13792, 14261, 11901, 13407, 13160, 11789, 13329, 14063, 9999, 13172, 14139, 11099, 13179, 13918, 15383, 13102, 13923, 15355, 10767, 13513, 14361, 11678, 13966, 14043, 15076, 13534, 14217, 13494, 13058, 14244, 15473, 12946, 13953, 13875, 10613, 13465, 14177, 11694, 14167, 14446, 13491, 13752, 14023, 10407, 13896, 14040, 15697, 13398, 14099, 15706, 12267, 13512, 14598, 11079, 13586, 13910, 11550, 13660, 13556, 10930, 13475, 13684, 15277, 12988, 13418, 15191, 12664, 13699, 13414, 12747, 13564, 14805, 11755, 13207, 13408, 12285, 13321, 14612, 11583, 13194, 14357, 12350, 13293, 15719, 13040, 13412, 15275, 12468, 13776, 13210, 13059, 13621, 14149, 12396, 13773, 10644, 13660, 14049, 12836, 13809, 13810, 11499, 13546, 13653, 10669, 13386, 13863, 10543, 13423, 14649, 12214, 13779, 15283, 11850, 13731, 15134, 12978, 13593, 16223, 12108, 13443, 16119, 12316, 13389, 15701, 12573, 13238, 16026, 12294, 13334, 14742, 12664, 13608, 16056, 12455, 13452, 12122, 13190, 13555, 14429, 13133, 13631, 11597, 13491, 13694, 13711, 13594, 13904, 14412, 12873, 13980, 13464, 13405, 14153, 15685, 12856, 13715, 14843, 13048, 13361, 15303, 11484, 13193, 13652, 10187, 12718, 13716, 10429, 13036, 13568, 13355, 12656, 13929, 15604, 12930, 13466, 15374, 11563, 13372, 13355, 11494, 13557, 13874, 13213, 13045, 13730, 15773, 13257, 13820, 14531, 12832, 13585, 14046, 11815, 13981, 13689, 10734, 13775, 13939, 11217, 13712, 14146, 11551, 14002, 13987, 10156, 14036, 14001, 14434, 14163, 14341, 13268, 13341, 14151, 13271, 13329, 14448, 15620, 13309, 14032, 14911, 13294, 14158, 15213, 11416, 13505, 13268, 11032, 13746, 13864, 10984, 13761, 13976, 10910, 13820, 14086, 14710, 13268, 13952, 14289, 12774, 13682, 13097, 12499, 13554, 14226, 11425, 13696, 13888, 11204, 13471, 14004, 12222, 14321, 13924, 14824, 13320, 14209, 14702, 13584, 14128, 14607, 12491, 13886, 13781, 11315, 13630, 14438, 11870, 14438, 14492, 14039, 13904, 14021, 15301, 13871, 14166, 15850, 12893, 14138, 15141, 11403, 13838, 13850, 11404, 13679, 13477, 13516, 13805, 13649, 11981, 13449, 13603, 12882, 13113, 13850, 15683, 12124, 13623, 13629, 11283, 13386, 13375, 12403, 13307, 13737, 16032, 12862, 13501, 14082, 12366, 13347, 13456, 11046, 13284, 13056, 10041, 12914, 13690, 10295, 13067, 13528, 10059, 13026, 11721, 10414, 13339, 14658, 10461, 13306, 14007, 10299, 13048, 13789, 10863, 13503, 14162, 10636, 13430, 13693, 10966, 13654, 13977, 10720, 14249, 13620, 11584, 13845, 13702, 14303, 13363, 14060, 16302, 13173, 14023, 14884, 13235, 13780, 15335, 12159, 13141, 13604, 10638, 13433, 12083, 11356, 13502, 13607, 10011, 13616, 13497, 10972, 13629, 13738, 10921, 13560, 13573, 10840, 13152, 13675, 11460, 14012, 13807, 11341, 13933, 13822, 11153, 13779, 14148, 11675, 14232, 13915, 11286, 13732, 13604, 11214, 13477, 13463, 10459, 13329, 13147, 10880, 13055, 13598, 10284, 13485, 13132, 10547, 13363, 13861, 11114, 13137, 13553, 10292, 13249, 13465, 11018, 13535, 13580, 11262, 13818, 13617, 11324, 13750, 13832, 11041, 14268, 13939, 11901, 14092, 13777, 14749, 13665, 13928, 13335, 13325, 13932, 12265, 13703, 13883, 15535, 13569, 13954, 15188, 13203, 13730, 15036, 12453, 13837, 13761, 11691, 13737, 13445, 11552, 13864, 13163, 11132, 13774, 14053, 11825, 14171, 14078, 17056, 13694, 13819, 14500, 11540, 13449, 12964, 11018, 13401, 13818, 11193, 13891, 13672, 12238, 13095, 13819, 15911, 12915, 13708, 14029, 10876, 13270, 13569, 10799, 13410, 13800, 14858, 12867, 13850, 13001, 11375, 13735, 13906, 11331, 13945, 13882, 11387, 13518, 13796, 15409, 12683, 13821, 13542, 10923, 13989, 14310, 11582, 14148, 14000, 15294, 13308, 13903, 13283, 11734, 13375, 13904, 11838, 13714, 13983, 15059, 13016, 14054, 12925, 12735, 13837, 12950, 12215, 13618, 12140, 10676, 12639, 12454, 12207, 12651, 11465, 13781, 10185, 12113, 16033, 10737, 12585, 16846, 15130, 12504, 14672, 16072, 12353, 14333, 14787, 12739, 13628, 14966, 12530, 13873, 11517, 13346, 13347, 14353, 12870, 13985, 10345, 13220, 13591, 14441, 13429, 14167, 10762, 13256, 13972, 10423, 13794, 13990, 10761, 13630, 14134, 10681, 13689, 13883, 15449, 13301, 13735, 13209, 13030, 13557, 17074, 12960, 13433, 15033, 12364, 13516, 15413, 12761, 13713, 15283, 12073, 13517, 14583, 12592, 13706, 14854, 11580, 13517, 12396, 11068, 13123, 12478, 10518, 13464, 13166, 10521, 13062, 12326, 10347, 13409, 14024, 11044, 13380, 14320, 10493, 12988, 14238, 10425, 13552, 14393, 11412, 14015, 14165, 12104, 14137, 14500, 11707, 14545, 14345, 11858, 14097, 14041, 11381, 14092, 14442, 15273, 13299, 14347, 12760, 13485, 14116, 15568, 13072, 14123, 14763, 12347, 13794, 12954, 10825, 13812, 14272, 11533, 14236, 14322, 10897, 13822, 14331, 13778, 12953, 14271, 13099, 12404, 14048, 12647, 11236, 13521, 14236, 14169, 14100, 14458, 15117, 13429, 13992, 14388, 12060, 14251, 14156, 14152, 13638, 14328, 13561, 12024, 14040, 12468, 10442, 13895, 12429, 10952, 13946, 14744, 10695, 13591, 14111, 12506, 13400, 13997, 16398, 13036, 13714, 15636, 10104, 13524, 14269, 15504, 13038, 13609, 14311, 13485, 14120, 15995, 13133, 13820, 15275, 12764, 13754, 14967, 12578, 13737, 15095, 10893, 13607, 14096, 11384, 13650, 13729, 12101, 14297, 13879, 11910, 13888, 13773, 11631, 14211, 13757, 15278, 13854, 14208, 12997, 13392, 13844, 15231, 13858, 13932, 16612, 13363, 13924, 14029, 13603, 13867], 'WindowCenter': [4417.0, 4391.0, 4389.0, 4363.0, 4371.0, 4374.0, 4359.0, 4358.0, 4360.0, 4336.0, 4355.0, 4356.0, 4356.0, 4356.0, 4359.0, 4336.0, 4357.0, 4367.0, 4357.0, 4358.0, 4369.0, 4337.0, 4369.0, 4371.0, 4367.0, 4360.0, 4371.0, 4370.0, 4360.0, 4373.0, 4371.0, 4371.0, 4371.0, 4360.0, 4372.0, 4385.0, 4373.0, 4363.0, 4383.0, 4382.0, 4361.0, 4385.0, 4383.0, 4362.0, 4383.0, 4384.0, 4351.0, 4372.0, 4373.0, 4370.0, 4360.0, 4371.0, 4370.0, 4358.0, 4372.0, 4370.0, 4359.0, 4372.0, 4371.0, 4350.0, 4372.0, 4371.0, 4350.0, 4373.0, 4374.0, 4339.0, 4370.0, 4371.0, 4340.0, 4373.0, 4374.0, 4348.0, 4371.0, 4372.0, 4371.0, 4360.0, 4372.0, 4370.0, 4360.0, 4370.0, 4370.0, 4360.0, 4371.0, 4369.0, 4349.0, 4372.0, 4371.0, 4337.0, 4369.0, 4371.0, 4348.0, 4359.0, 4372.0, 4347.0, 4360.0, 4371.0, 4382.0, 4350.0, 4370.0, 4360.0, 4340.0, 4373.0, 4384.0, 4351.0, 4372.0, 4373.0, 4383.0, 4351.0, 4373.0, 4373.0, 4339.0, 4372.0, 4372.0, 4371.0, 4361.0, 4372.0, 4381.0, 4350.0, 4372.0, 4370.0, 4348.0, 4371.0, 4383.0, 4338.0, 4359.0, 4358.0, 4337.0, 4373.0, 4372.0, 4361.0, 4372.0, 4382.0, 4361.0, 4373.0, 4382.0, 4363.0, 4374.0, 4372.0, 4363.0, 4373.0, 4361.0, 4360.0, 4374.0, 4361.0, 4372.0, 4372.0, 4350.0, 4371.0, 4371.0, 4337.0, 4360.0, 4370.0, 4359.0, 4359.0, 4371.0, 4347.0, 4358.0, 4370.0, 4357.0, 4357.0, 4357.0, 4345.0, 4358.0, 4357.0, 4336.0, 4369.0, 4361.0, 4338.0, 4370.0, 4362.0, 4349.0, 4370.0, 4370.0, 4338.0, 4359.0, 4368.0, 4347.0, 4359.0, 4370.0, 4338.0, 4359.0, 4360.0, 4338.0, 4360.0, 4360.0, 4340.0, 4372.0, 4374.0, 4341.0, 4373.0, 4373.0, 4363.0, 4385.0, 4384.0, 4363.0, 4374.0, 4383.0, 4351.0, 4384.0, 4382.0, 4360.0, 4375.0, 4394.0, 4361.0, 4372.0, 4382.0, 4337.0, 4360.0, 4370.0, 4349.0, 4359.0, 4370.0, 4340.0, 4370.0, 4371.0, 4349.0, 4372.0, 4382.0, 4350.0, 4372.0, 4381.0, 4361.0, 4373.0, 4381.0, 4350.0, 4361.0, 4370.0, 4360.0, 4372.0, 4369.0, 4360.0, 4371.0, 4380.0, 4349.0, 4361.0, 4369.0, 4349.0, 4370.0, 4380.0, 4338.0, 4359.0, 4367.0, 4347.0, 4359.0, 4371.0, 4337.0, 4357.0, 4358.0, 4326.0, 4358.0, 4369.0, 4337.0, 4368.0, 4370.0, 4358.0, 4347.0, 4359.0, 4368.0, 4347.0, 4359.0, 4368.0, 4346.0, 4357.0, 4357.0, 4336.0, 4358.0, 4358.0, 4337.0, 4358.0, 4359.0, 4336.0, 4357.0, 4370.0, 4338.0, 4359.0, 4371.0, 4370.0, 4359.0, 4371.0, 4360.0, 4350.0, 4372.0, 4374.0, 4348.0, 4371.0, 4372.0, 4360.0, 4360.0, 4373.0, 4371.0, 4360.0, 4370.0, 4360.0, 4340.0, 4372.0, 4372.0, 4350.0, 4372.0, 4373.0, 4382.0, 4350.0, 4371.0, 4371.0, 4338.0, 4360.0, 4373.0, 4338.0, 4360.0, 4372.0, 4370.0, 4348.0, 4359.0, 4359.0, 4328.0, 4361.0, 4371.0, 4350.0, 4361.0, 4372.0, 4369.0, 4360.0, 4373.0, 4370.0, 4362.0, 4383.0, 4385.0, 4341.0, 4372.0, 4384.0, 4352.0, 4371.0, 4385.0, 4384.0, 4372.0, 4384.0, 4382.0, 4351.0, 4372.0, 4373.0, 4350.0, 4371.0, 4374.0, 4370.0, 4359.0, 4371.0, 4359.0, 4358.0, 4372.0, 4370.0, 4359.0, 4369.0, 4361.0, 4338.0, 4359.0, 4371.0, 4347.0, 4370.0, 4372.0, 4358.0, 4360.0, 4371.0, 4339.0, 4369.0, 4372.0, 4369.0, 4358.0, 4370.0, 4368.0, 4348.0, 4359.0, 4370.0, 4338.0, 4359.0, 4359.0, 4337.0, 4358.0, 4359.0, 4337.0, 4358.0, 4370.0, 4367.0, 4347.0, 4358.0, 4356.0, 4347.0, 4359.0, 4357.0, 4358.0, 4359.0, 4368.0, 4348.0, 4360.0, 4357.0, 4349.0, 4370.0, 4370.0, 4348.0, 4372.0, 4370.0, 4361.0, 4374.0, 4382.0, 4372.0, 4373.0, 4370.0, 4360.0, 4372.0, 4360.0, 4359.0, 4372.0, 4370.0, 4360.0, 4371.0, 4339.0, 4369.0, 4372.0, 4358.0, 4370.0, 4370.0, 4349.0, 4371.0, 4373.0, 4339.0, 4371.0, 4372.0, 4339.0, 4370.0, 4371.0, 4360.0, 4372.0, 4371.0, 4349.0, 4371.0, 4370.0, 4360.0, 4373.0, 4381.0, 4349.0, 4371.0, 4380.0, 4350.0, 4371.0, 4370.0, 4359.0, 4360.0, 4368.0, 4349.0, 4361.0, 4370.0, 4360.0, 4371.0, 4369.0, 4359.0, 4371.0, 4349.0, 4359.0, 4371.0, 4367.0, 4360.0, 4361.0, 4348.0, 4357.0, 4372.0, 4357.0, 4359.0, 4359.0, 4354.0, 4347.0, 4358.0, 4357.0, 4357.0, 4359.0, 4367.0, 4346.0, 4358.0, 4357.0, 4357.0, 4359.0, 4367.0, 4336.0, 4357.0, 4355.0, 4326.0, 4358.0, 4358.0, 4337.0, 4359.0, 4361.0, 4357.0, 4359.0, 4369.0, 4368.0, 4358.0, 4361.0, 4372.0, 4338.0, 4359.0, 4360.0, 4337.0, 4358.0, 4370.0, 4358.0, 4358.0, 4359.0, 4368.0, 4358.0, 4359.0, 4358.0, 4347.0, 4359.0, 4360.0, 4348.0, 4369.0, 4359.0, 4337.0, 4369.0, 4369.0, 4347.0, 4370.0, 4372.0, 4349.0, 4369.0, 4369.0, 4339.0, 4370.0, 4372.0, 4369.0, 4370.0, 4371.0, 4360.0, 4360.0, 4372.0, 4359.0, 4360.0, 4371.0, 4367.0, 4358.0, 4372.0, 4370.0, 4370.0, 4371.0, 4372.0, 4348.0, 4360.0, 4360.0, 4349.0, 4370.0, 4372.0, 4338.0, 4368.0, 4370.0, 4338.0, 4359.0, 4371.0, 4369.0, 4359.0, 4369.0, 4368.0, 4359.0, 4370.0, 4359.0, 4358.0, 4371.0, 4370.0, 4349.0, 4370.0, 4360.0, 4348.0, 4360.0, 4371.0, 4349.0, 4369.0, 4371.0, 4369.0, 4359.0, 4371.0, 4369.0, 4369.0, 4371.0, 4372.0, 4348.0, 4370.0, 4359.0, 4348.0, 4370.0, 4372.0, 4347.0, 4370.0, 4371.0, 4369.0, 4359.0, 4370.0, 4369.0, 4358.0, 4371.0, 4382.0, 4358.0, 4369.0, 4370.0, 4337.0, 4359.0, 4359.0, 4347.0, 4369.0, 4371.0, 4358.0, 4359.0, 4361.0, 4347.0, 4359.0, 4369.0, 4358.0, 4359.0, 4370.0, 4369.0, 4346.0, 4369.0, 4358.0, 4337.0, 4359.0, 4359.0, 4348.0, 4357.0, 4359.0, 4367.0, 4347.0, 4359.0, 4358.0, 4346.0, 4358.0, 4356.0, 4337.0, 4358.0, 4356.0, 4324.0, 4357.0, 4369.0, 4337.0, 4359.0, 4358.0, 4338.0, 4360.0, 4360.0, 4350.0, 4372.0, 4385.0, 4340.0, 4371.0, 4372.0, 4338.0, 4360.0, 4371.0, 4348.0, 4370.0, 4372.0, 4338.0, 4359.0, 4359.0, 4338.0, 4368.0, 4371.0, 4337.0, 4369.0, 4369.0, 4347.0, 4358.0, 4360.0, 4357.0, 4357.0, 4358.0, 4366.0, 4346.0, 4356.0, 4356.0, 4346.0, 4356.0, 4367.0, 4345.0, 4356.0, 4358.0, 4324.0, 4356.0, 4347.0, 4335.0, 4357.0, 4359.0, 4325.0, 4357.0, 4357.0, 4335.0, 4357.0, 4358.0, 4335.0, 4357.0, 4357.0, 4336.0, 4358.0, 4370.0, 4337.0, 4358.0, 4358.0, 4336.0, 4358.0, 4359.0, 4348.0, 4369.0, 4371.0, 4338.0, 4358.0, 4358.0, 4336.0, 4357.0, 4358.0, 4348.0, 4369.0, 4359.0, 4337.0, 4359.0, 4359.0, 4338.0, 4360.0, 4361.0, 4338.0, 4360.0, 4360.0, 4338.0, 4358.0, 4369.0, 4348.0, 4358.0, 4359.0, 4339.0, 4360.0, 4359.0, 4339.0, 4370.0, 4360.0, 4338.0, 4359.0, 4359.0, 4337.0, 4369.0, 4360.0, 4337.0, 4368.0, 4359.0, 4346.0, 4358.0, 4360.0, 4358.0, 4357.0, 4358.0, 4356.0, 4356.0, 4369.0, 4347.0, 4358.0, 4359.0, 4367.0, 4357.0, 4358.0, 4356.0, 4346.0, 4358.0, 4368.0, 4347.0, 4357.0, 4358.0, 4336.0, 4358.0, 4358.0, 4348.0, 4359.0, 4359.0, 4347.0, 4370.0, 4370.0, 4347.0, 4368.0, 4371.0, 4379.0, 4358.0, 4358.0, 4359.0, 4334.0, 4359.0, 4359.0, 4338.0, 4359.0, 4371.0, 4338.0, 4357.0, 4358.0, 4346.0, 4357.0, 4370.0, 4368.0, 4347.0, 4356.0, 4359.0, 4336.0, 4358.0, 4359.0, 4336.0, 4356.0, 4359.0, 4356.0, 4347.0, 4358.0, 4359.0, 4335.0, 4358.0, 4359.0, 4335.0, 4355.0, 4359.0, 4336.0, 4358.0, 4370.0, 4368.0, 4346.0, 4358.0, 4358.0, 4336.0, 4358.0, 4369.0, 4347.0, 4367.0, 4370.0, 4368.0, 4358.0, 4358.0, 4357.0, 4347.0, 4359.0, 4370.0, 4347.0, 4369.0, 4371.0, 4368.0, 4358.0, 4370.0, 4358.0, 4360.0, 4386.0, 4362.0, 4372.0, 4386.0, 4362.0, 4352.0, 4373.0, 4362.0, 4364.0, 4374.0, 4377.0, 4388.0, 4356.0, 4376.0, 4398.0, 4354.0, 4365.0, 4397.0, 4373.0, 4350.0, 4372.0, 4371.0, 4349.0, 4372.0, 4359.0, 4348.0, 4360.0, 4357.0, 4345.0, 4358.0, 4336.0, 4346.0, 4347.0, 4355.0, 4345.0, 4356.0, 4324.0, 4346.0, 4348.0, 4344.0, 4344.0, 4345.0, 4324.0, 4345.0, 4357.0, 4325.0, 4357.0, 4358.0, 4325.0, 4357.0, 4358.0, 4325.0, 4346.0, 4358.0, 4356.0, 4346.0, 4357.0, 4345.0, 4344.0, 4349.0, 4366.0, 4345.0, 4346.0, 4357.0, 4346.0, 4356.0, 4354.0, 4346.0, 4347.0, 4354.0, 4334.0, 4355.0, 4356.0, 4345.0, 4358.0, 4357.0, 4336.0, 4356.0, 4348.0, 4336.0, 4359.0, 4361.0, 4338.0, 4370.0, 4361.0, 4338.0, 4360.0, 4360.0, 4339.0, 4371.0, 4372.0, 4350.0, 4371.0, 4369.0, 4337.0, 4371.0, 4372.0, 4350.0, 4372.0, 4372.0, 4350.0, 4371.0, 4372.0, 4358.0, 4371.0, 4374.0, 4350.0, 4370.0, 4371.0, 4348.0, 4370.0, 4372.0, 4349.0, 4369.0, 4372.0, 4370.0, 4359.0, 4371.0, 4359.0, 4359.0, 4372.0, 4380.0, 4359.0, 4370.0, 4368.0, 4347.0, 4370.0, 4360.0, 4337.0, 4358.0, 4371.0, 4336.0, 4358.0, 4368.0, 4336.0, 4357.0, 4368.0, 4358.0, 4358.0, 4369.0, 4357.0, 4357.0, 4370.0, 4360.0, 4348.0, 4359.0, 4372.0, 4357.0, 4357.0, 4369.0, 4367.0, 4356.0, 4368.0, 4370.0, 4346.0, 4367.0, 4368.0, 4356.0, 4357.0, 4369.0, 4358.0, 4346.0, 4369.0, 4359.0, 4337.0, 4369.0, 4359.0, 4349.0, 4371.0, 4373.0, 4338.0, 4370.0, 4371.0, 4358.0, 4370.0, 4372.0, 4380.0, 4358.0, 4370.0, 4372.0, 4337.0, 4359.0, 4369.0, 4367.0, 4356.0, 4359.0, 4356.0, 4357.0, 4368.0, 4368.0, 4358.0, 4360.0, 4365.0, 4347.0, 4359.0, 4368.0, 4347.0, 4358.0, 4369.0, 4336.0, 4358.0, 4358.0, 4335.0, 4357.0, 4359.0, 4346.0, 4355.0, 4356.0, 4334.0, 4355.0, 4355.0, 4334.0, 4356.0, 4358.0, 4355.0, 4345.0, 4356.0, 4341.0, 4344.0, 4357.0, 4365.0, 4355.0, 4356.0, 4363.0, 4344.0, 4356.0, 4354.0, 4355.0, 4357.0], 'WindowWidth': [9740.0, 9685.0, 9677.0, 9633.0, 9638.0, 9645.0, 9621.0, 9613.0, 9619.0, 9580.0, 9606.0, 9611.0, 9610.0, 9606.0, 9615.0, 9581.0, 9609.0, 9626.0, 9611.0, 9612.0, 9630.0, 9585.0, 9631.0, 9638.0, 9628.0, 9619.0, 9637.0, 9633.0, 9621.0, 9642.0, 9637.0, 9637.0, 9639.0, 9623.0, 9640.0, 9664.0, 9645.0, 9628.0, 9656.0, 9655.0, 9624.0, 9660.0, 9657.0, 9626.0, 9657.0, 9663.0, 9609.0, 9639.0, 9643.0, 9637.0, 9617.0, 9637.0, 9634.0, 9616.0, 9639.0, 9635.0, 9618.0, 9639.0, 9637.0, 9607.0, 9640.0, 9638.0, 9608.0, 9641.0, 9648.0, 9591.0, 9635.0, 9639.0, 9594.0, 9641.0, 9647.0, 9604.0, 9635.0, 9641.0, 9639.0, 9619.0, 9639.0, 9633.0, 9619.0, 9635.0, 9635.0, 9618.0, 9637.0, 9632.0, 9605.0, 9639.0, 9641.0, 9587.0, 9631.0, 9637.0, 9602.0, 9617.0, 9639.0, 9601.0, 9621.0, 9639.0, 9656.0, 9605.0, 9635.0, 9623.0, 9595.0, 9642.0, 9660.0, 9610.0, 9639.0, 9644.0, 9658.0, 9608.0, 9641.0, 9644.0, 9591.0, 9638.0, 9642.0, 9639.0, 9622.0, 9641.0, 9653.0, 9605.0, 9638.0, 9635.0, 9602.0, 9637.0, 9658.0, 9587.0, 9616.0, 9615.0, 9586.0, 9643.0, 9640.0, 9624.0, 9640.0, 9653.0, 9626.0, 9644.0, 9655.0, 9628.0, 9648.0, 9640.0, 9628.0, 9644.0, 9622.0, 9622.0, 9646.0, 9624.0, 9639.0, 9642.0, 9607.0, 9635.0, 9636.0, 9586.0, 9619.0, 9636.0, 9618.0, 9616.0, 9635.0, 9598.0, 9614.0, 9634.0, 9612.0, 9609.0, 9612.0, 9592.0, 9612.0, 9613.0, 9581.0, 9630.0, 9631.0, 9586.0, 9633.0, 9626.0, 9602.0, 9632.0, 9637.0, 9585.0, 9616.0, 9629.0, 9597.0, 9617.0, 9634.0, 9585.0, 9615.0, 9618.0, 9585.0, 9621.0, 9621.0, 9593.0, 9640.0, 9645.0, 9595.0, 9642.0, 9642.0, 9627.0, 9663.0, 9660.0, 9627.0, 9644.0, 9658.0, 9609.0, 9657.0, 9653.0, 9622.0, 9647.0, 9676.0, 9622.0, 9638.0, 9654.0, 9586.0, 9620.0, 9636.0, 9603.0, 9618.0, 9635.0, 9591.0, 9636.0, 9635.0, 9606.0, 9640.0, 9654.0, 9606.0, 9640.0, 9650.0, 9621.0, 9641.0, 9652.0, 9605.0, 9623.0, 9633.0, 9619.0, 9639.0, 9633.0, 9619.0, 9637.0, 9648.0, 9601.0, 9621.0, 9632.0, 9601.0, 9634.0, 9650.0, 9585.0, 9615.0, 9627.0, 9597.0, 9616.0, 9636.0, 9583.0, 9611.0, 9616.0, 9569.0, 9614.0, 9631.0, 9583.0, 9627.0, 9635.0, 9617.0, 9596.0, 9616.0, 9627.0, 9597.0, 9618.0, 9628.0, 9593.0, 9611.0, 9611.0, 9580.0, 9614.0, 9616.0, 9584.0, 9614.0, 9617.0, 9581.0, 9612.0, 9633.0, 9587.0, 9617.0, 9638.0, 9634.0, 9617.0, 9637.0, 9620.0, 9605.0, 9639.0, 9646.0, 9602.0, 9636.0, 9640.0, 9621.0, 9619.0, 9643.0, 9638.0, 9620.0, 9636.0, 9624.0, 9593.0, 9637.0, 9641.0, 9607.0, 9637.0, 9644.0, 9655.0, 9606.0, 9636.0, 9638.0, 9587.0, 9620.0, 9640.0, 9589.0, 9619.0, 9639.0, 9635.0, 9599.0, 9618.0, 9619.0, 9575.0, 9622.0, 9637.0, 9604.0, 9621.0, 9640.0, 9633.0, 9620.0, 9641.0, 9636.0, 9625.0, 9656.0, 9664.0, 9597.0, 9639.0, 9659.0, 9611.0, 9638.0, 9663.0, 9661.0, 9638.0, 9658.0, 9656.0, 9608.0, 9639.0, 9643.0, 9604.0, 9634.0, 9646.0, 9636.0, 9616.0, 9635.0, 9617.0, 9613.0, 9638.0, 9635.0, 9615.0, 9631.0, 9625.0, 9588.0, 9617.0, 9635.0, 9599.0, 9631.0, 9640.0, 9617.0, 9617.0, 9634.0, 9589.0, 9631.0, 9640.0, 9636.0, 9614.0, 9633.0, 9629.0, 9598.0, 9617.0, 9636.0, 9586.0, 9614.0, 9618.0, 9585.0, 9611.0, 9615.0, 9583.0, 9612.0, 9633.0, 9627.0, 9596.0, 9614.0, 9610.0, 9596.0, 9616.0, 9613.0, 9614.0, 9618.0, 9629.0, 9599.0, 9619.0, 9614.0, 9603.0, 9635.0, 9634.0, 9602.0, 9637.0, 9635.0, 9624.0, 9645.0, 9652.0, 9637.0, 9641.0, 9635.0, 9619.0, 9640.0, 9621.0, 9618.0, 9640.0, 9634.0, 9618.0, 9638.0, 9591.0, 9631.0, 9640.0, 9616.0, 9632.0, 9633.0, 9601.0, 9635.0, 9642.0, 9588.0, 9634.0, 9639.0, 9591.0, 9633.0, 9638.0, 9619.0, 9637.0, 9636.0, 9603.0, 9637.0, 9636.0, 9620.0, 9641.0, 9653.0, 9603.0, 9636.0, 9646.0, 9604.0, 9636.0, 9633.0, 9617.0, 9620.0, 9629.0, 9602.0, 9623.0, 9633.0, 9617.0, 9636.0, 9631.0, 9616.0, 9637.0, 9605.0, 9616.0, 9637.0, 9630.0, 9617.0, 9622.0, 9601.0, 9612.0, 9639.0, 9615.0, 9614.0, 9618.0, 9607.0, 9596.0, 9615.0, 9612.0, 9609.0, 9616.0, 9625.0, 9593.0, 9612.0, 9610.0, 9609.0, 9616.0, 9628.0, 9580.0, 9609.0, 9607.0, 9566.0, 9612.0, 9616.0, 9584.0, 9616.0, 9622.0, 9613.0, 9614.0, 9632.0, 9629.0, 9613.0, 9622.0, 9641.0, 9585.0, 9615.0, 9619.0, 9582.0, 9612.0, 9632.0, 9613.0, 9612.0, 9617.0, 9629.0, 9611.0, 9616.0, 9614.0, 9597.0, 9617.0, 9621.0, 9599.0, 9629.0, 9618.0, 9584.0, 9629.0, 9632.0, 9597.0, 9630.0, 9639.0, 9602.0, 9630.0, 9632.0, 9589.0, 9631.0, 9639.0, 9633.0, 9631.0, 9637.0, 9620.0, 9619.0, 9639.0, 9619.0, 9619.0, 9637.0, 9628.0, 9614.0, 9638.0, 9634.0, 9632.0, 9638.0, 9638.0, 9599.0, 9619.0, 9620.0, 9602.0, 9633.0, 9640.0, 9586.0, 9628.0, 9633.0, 9587.0, 9616.0, 9636.0, 9634.0, 9615.0, 9631.0, 9629.0, 9614.0, 9634.0, 9619.0, 9613.0, 9637.0, 9638.0, 9602.0, 9632.0, 9622.0, 9600.0, 9618.0, 9636.0, 9601.0, 9631.0, 9637.0, 9634.0, 9617.0, 9635.0, 9632.0, 9630.0, 9637.0, 9641.0, 9600.0, 9631.0, 9620.0, 9600.0, 9631.0, 9639.0, 9598.0, 9631.0, 9638.0, 9633.0, 9616.0, 9634.0, 9633.0, 9614.0, 9636.0, 9652.0, 9612.0, 9629.0, 9633.0, 9585.0, 9615.0, 9618.0, 9598.0, 9630.0, 9638.0, 9615.0, 9614.0, 9620.0, 9599.0, 9615.0, 9633.0, 9616.0, 9616.0, 9634.0, 9634.0, 9596.0, 9630.0, 9617.0, 9585.0, 9617.0, 9622.0, 9600.0, 9609.0, 9616.0, 9627.0, 9595.0, 9616.0, 9614.0, 9594.0, 9614.0, 9613.0, 9583.0, 9613.0, 9611.0, 9566.0, 9613.0, 9632.0, 9585.0, 9616.0, 9616.0, 9587.0, 9620.0, 9621.0, 9608.0, 9640.0, 9662.0, 9592.0, 9636.0, 9640.0, 9587.0, 9620.0, 9637.0, 9602.0, 9633.0, 9641.0, 9586.0, 9616.0, 9619.0, 9587.0, 9629.0, 9638.0, 9585.0, 9628.0, 9632.0, 9598.0, 9613.0, 9620.0, 9614.0, 9609.0, 9614.0, 9624.0, 9592.0, 9610.0, 9608.0, 9592.0, 9611.0, 9626.0, 9590.0, 9607.0, 9613.0, 9562.0, 9607.0, 9598.0, 9577.0, 9610.0, 9618.0, 9564.0, 9610.0, 9611.0, 9578.0, 9610.0, 9616.0, 9578.0, 9610.0, 9613.0, 9581.0, 9613.0, 9634.0, 9582.0, 9612.0, 9615.0, 9579.0, 9613.0, 9616.0, 9600.0, 9630.0, 9639.0, 9586.0, 9614.0, 9615.0, 9580.0, 9611.0, 9617.0, 9599.0, 9629.0, 9619.0, 9584.0, 9617.0, 9619.0, 9588.0, 9618.0, 9624.0, 9585.0, 9618.0, 9620.0, 9586.0, 9615.0, 9635.0, 9599.0, 9613.0, 9619.0, 9589.0, 9618.0, 9620.0, 9589.0, 9631.0, 9623.0, 9585.0, 9615.0, 9618.0, 9584.0, 9629.0, 9623.0, 9583.0, 9625.0, 9616.0, 9594.0, 9613.0, 9622.0, 9616.0, 9610.0, 9615.0, 9609.0, 9608.0, 9630.0, 9597.0, 9612.0, 9618.0, 9627.0, 9609.0, 9614.0, 9609.0, 9594.0, 9614.0, 9628.0, 9595.0, 9611.0, 9613.0, 9580.0, 9614.0, 9615.0, 9598.0, 9615.0, 9617.0, 9597.0, 9632.0, 9636.0, 9596.0, 9627.0, 9637.0, 9648.0, 9612.0, 9615.0, 9617.0, 9576.0, 9615.0, 9619.0, 9586.0, 9616.0, 9637.0, 9586.0, 9612.0, 9617.0, 9598.0, 9611.0, 9634.0, 9630.0, 9597.0, 9610.0, 9618.0, 9581.0, 9612.0, 9618.0, 9583.0, 9607.0, 9616.0, 9610.0, 9595.0, 9614.0, 9615.0, 9579.0, 9614.0, 9620.0, 9577.0, 9608.0, 9617.0, 9582.0, 9612.0, 9633.0, 9630.0, 9593.0, 9614.0, 9617.0, 9582.0, 9613.0, 9630.0, 9596.0, 9625.0, 9634.0, 9630.0, 9611.0, 9614.0, 9613.0, 9596.0, 9617.0, 9634.0, 9597.0, 9628.0, 9636.0, 9630.0, 9613.0, 9632.0, 9613.0, 9619.0, 9664.0, 9626.0, 9642.0, 9666.0, 9629.0, 9614.0, 9644.0, 9624.0, 9631.0, 9646.0, 9652.0, 9671.0, 9623.0, 9651.0, 9686.0, 9618.0, 9632.0, 9685.0, 9643.0, 9606.0, 9639.0, 9639.0, 9601.0, 9639.0, 9617.0, 9598.0, 9618.0, 9611.0, 9590.0, 9613.0, 9577.0, 9591.0, 9597.0, 9605.0, 9589.0, 9606.0, 9560.0, 9592.0, 9599.0, 9588.0, 9587.0, 9590.0, 9558.0, 9590.0, 9610.0, 9562.0, 9607.0, 9613.0, 9562.0, 9607.0, 9613.0, 9564.0, 9592.0, 9612.0, 9608.0, 9590.0, 9608.0, 9591.0, 9589.0, 9601.0, 9623.0, 9589.0, 9594.0, 9608.0, 9590.0, 9609.0, 9603.0, 9591.0, 9595.0, 9602.0, 9575.0, 9607.0, 9607.0, 9590.0, 9611.0, 9612.0, 9579.0, 9608.0, 9597.0, 9581.0, 9617.0, 9621.0, 9588.0, 9632.0, 9622.0, 9587.0, 9620.0, 9621.0, 9590.0, 9636.0, 9642.0, 9604.0, 9633.0, 9631.0, 9586.0, 9635.0, 9640.0, 9606.0, 9637.0, 9641.0, 9606.0, 9636.0, 9638.0, 9615.0, 9635.0, 9643.0, 9606.0, 9633.0, 9636.0, 9600.0, 9633.0, 9641.0, 9604.0, 9631.0, 9639.0, 9635.0, 9617.0, 9636.0, 9617.0, 9617.0, 9640.0, 9650.0, 9615.0, 9632.0, 9629.0, 9598.0, 9632.0, 9622.0, 9585.0, 9614.0, 9637.0, 9583.0, 9612.0, 9628.0, 9582.0, 9612.0, 9631.0, 9614.0, 9613.0, 9633.0, 9613.0, 9611.0, 9635.0, 9625.0, 9601.0, 9617.0, 9641.0, 9615.0, 9611.0, 9630.0, 9628.0, 9609.0, 9627.0, 9635.0, 9593.0, 9624.0, 9630.0, 9612.0, 9611.0, 9631.0, 9617.0, 9597.0, 9630.0, 9618.0, 9584.0, 9630.0, 9619.0, 9605.0, 9637.0, 9643.0, 9587.0, 9632.0, 9638.0, 9617.0, 9634.0, 9641.0, 9651.0, 9613.0, 9634.0, 9641.0, 9584.0, 9616.0, 9631.0, 9628.0, 9608.0, 9615.0, 9611.0, 9611.0, 9630.0, 9628.0, 9612.0, 9616.0, 9621.0, 9597.0, 9617.0, 9627.0, 9597.0, 9615.0, 9634.0, 9580.0, 9612.0, 9614.0, 9578.0, 9611.0, 9618.0, 9595.0, 9605.0, 9609.0, 9575.0, 9605.0, 9607.0, 9576.0, 9606.0, 9614.0, 9607.0, 9589.0, 9608.0, 9584.0, 9588.0, 9611.0, 9621.0, 9604.0, 9608.0, 9615.0, 9588.0, 9607.0, 9603.0, 9604.0, 9612.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.00030632462686567164</td></tr>
<tr><td colspan=3>aqi</td><td>0.015533591138059702</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.220375071736655</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2563936645471507</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977296384407086</td></tr>
<tr><td colspan=3>efc</td><td>0.5163</td></tr>
<tr><td colspan=3>fber</td><td>4103.7651</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07693594779377082</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1865671641791045</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.549540359243524</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5900295746125193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.745673025447145</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3129184776709084</td></tr>
<tr><td colspan=3>gcor</td><td>0.0070836</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005191128235310316</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03202929347753525</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1072</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.9495507974201893</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>28.636</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.1759</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.9619</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287812.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1078.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.5396</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5131</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.0149</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3463.6286</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.5803</td></tr>
<tr><td colspan=3>tsnr</td><td>46.142886870657094</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>