<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-01/func/sub-0089_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>a2fcd7ce644adf407224c6b2cb24b6e0</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>18:24:45.502500</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.99895, 0.0454609, -0.00561308, -0.0416938, 0.95316, 0.299579]</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.109086</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7827, -7206, 602, -68, -238, 34, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>239.834</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd439a4a-3491-4923-be53-9072ff2e3fda||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.6801106929779053, -0.11186132580041885, -0.05121707171201706, 117.1335220336914], [-0.12196838110685349, 2.5572590827941895, 0.807381272315979, -111.5793228149414], [-0.015059475786983967, -0.8037474155426025, 2.57594895362854, -7.375750541687012], [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': ['182445.502500', '182445.962500', '182446.422500', '182446.882500', '182447.342500', '182447.802500', '182448.262500', '182448.722500', '182449.182500', '182449.642500', '182450.102500', '182450.562500', '182451.022500', '182451.482500', '182451.942500', '182452.402500', '182452.862500', '182453.322500', '182453.782500', '182454.242500', '182454.702500', '182455.162500', '182455.622500', '182456.082500', '182456.542500', '182457.002500', '182457.462500', '182457.922500', '182458.382500', '182458.842500', '182459.302500', '182459.762500', '182500.222500', '182500.682500', '182501.142500', '182501.602500', '182502.062500', '182502.522500', '182502.982500', '182503.442500', '182503.902500', '182504.362500', '182504.822500', '182505.282500', '182505.742500', '182506.202500', '182506.662500', '182507.122500', '182507.582500', '182508.042500', '182508.502500', '182508.962500', '182509.422500', '182509.882500', '182510.342500', '182510.802500', '182511.262500', '182511.722500', '182512.182500', '182512.642500', '182513.102500', '182513.562500', '182514.022500', '182514.482500', '182514.942500', '182515.402500', '182515.862500', '182516.322500', '182516.782500', '182517.242500', '182517.702500', '182518.162500', '182518.622500', '182519.082500', '182519.542500', '182520.002500', '182520.462500', '182520.922500', '182521.382500', '182521.842500', '182522.302500', '182522.762500', '182523.222500', '182523.682500', '182524.142500', '182524.602500', '182525.062500', '182525.522500', '182525.982500', '182526.442500', '182526.902500', '182527.362500', '182527.822500', '182528.282500', '182528.742500', '182529.202500', '182529.662500', '182530.122500', '182530.582500', '182531.042500', '182531.502500', '182531.962500', '182532.422500', '182532.882500', '182533.342500', '182533.802500', '182534.262500', '182534.722500', '182535.182500', '182535.642500', '182536.102500', '182536.562500', '182537.022500', '182537.482500', '182537.942500', '182538.402500', '182538.862500', '182539.322500', '182539.782500', '182540.242500', '182540.702500', '182541.162500', '182541.622500', '182542.082500', '182542.542500', '182543.002500', '182543.462500', '182543.922500', '182544.382500', '182544.842500', '182545.302500', '182545.762500', '182546.222500', '182546.682500', '182547.142500', '182547.602500', '182548.062500', '182548.522500', '182548.982500', '182549.442500', '182549.902500', '182550.362500', '182550.822500', '182551.282500', '182551.742500', '182552.202500', '182552.662500', '182553.122500', '182553.582500', '182554.042500', '182554.502500', '182554.962500', '182555.422500', '182555.882500', '182556.342500', '182556.802500', '182557.262500', '182557.722500', '182558.182500', '182558.642500', '182559.102500', '182559.562500', '182600.022500', '182600.482500', '182600.942500', '182601.402500', '182601.862500', '182602.322500', '182602.782500', '182603.242500', '182603.702500', '182604.162500', '182604.622500', '182605.082500', '182605.542500', '182606.002500', '182606.462500', '182606.922500', '182607.382500', '182607.842500', '182608.302500', '182608.762500', '182609.222500', '182609.682500', '182610.142500', '182610.602500', '182611.062500', '182611.522500', '182611.982500', '182612.442500', '182612.902500', '182613.362500', '182613.822500', '182614.282500', '182614.742500', '182615.202500', '182615.662500', '182616.122500', '182616.582500', '182617.042500', '182617.502500', '182617.962500', '182618.422500', '182618.882500', '182619.342500', '182619.802500', '182620.262500', '182620.722500', '182621.182500', '182621.642500', '182622.102500', '182622.562500', '182623.022500', '182623.482500', '182623.942500', '182624.402500', '182624.862500', '182625.322500', '182625.782500', '182626.242500', '182626.702500', '182627.162500', '182627.622500', '182628.082500', '182628.542500', '182629.002500', '182629.462500', '182629.922500', '182630.382500', '182630.842500', '182631.302500', '182631.762500', '182632.222500', '182632.682500', '182633.142500', '182633.602500', '182634.062500', '182634.522500', '182634.982500', '182635.442500', '182635.902500', '182636.362500', '182636.822500', '182637.282500', '182637.742500', '182638.202500', '182638.662500', '182639.122500', '182639.582500', '182640.042500', '182640.502500', '182640.962500', '182641.422500', '182641.882500', '182642.342500', '182642.802500', '182643.262500', '182643.722500', '182644.182500', '182644.642500', '182645.102500', '182645.562500', '182646.022500', '182646.482500', '182646.942500', '182647.402500', '182647.862500', '182648.322500', '182648.782500', '182649.242500', '182649.702500', '182650.162500', '182650.622500', '182651.082500', '182651.542500', '182652.002500', '182652.462500', '182652.922500', '182653.382500', '182653.842500', '182654.302500', '182654.762500', '182655.222500', '182655.682500', '182656.142500', '182656.602500', '182657.062500', '182657.522500', '182657.982500', '182658.442500', '182658.902500', '182659.362500', '182659.822500', '182700.282500', '182700.742500', '182701.202500', '182701.662500', '182702.122500', '182702.582500', '182703.042500', '182703.502500', '182703.962500', '182704.422500', '182704.882500', '182705.342500', '182705.802500', '182706.262500', '182706.722500', '182707.182500', '182707.642500', '182708.102500', '182708.562500', '182709.022500', '182709.482500', '182709.942500', '182710.402500', '182710.862500', '182711.322500', '182711.782500', '182712.242500', '182712.702500', '182713.162500', '182713.622500', '182714.082500', '182714.542500', '182715.002500', '182715.462500', '182715.922500', '182716.382500', '182716.842500', '182717.302500', '182717.762500', '182718.222500', '182718.682500', '182719.142500', '182719.602500', '182720.062500', '182720.522500', '182720.982500', '182721.442500', '182721.902500', '182722.362500', '182722.822500', '182723.282500', '182723.742500', '182724.202500', '182724.662500', '182725.122500', '182725.582500', '182726.042500', '182726.502500', '182726.962500', '182727.422500', '182727.882500', '182728.342500', '182728.802500', '182729.262500', '182729.722500', '182730.182500', '182730.642500', '182731.102500', '182731.562500', '182732.022500', '182732.482500', '182732.942500', '182733.402500', '182733.862500', '182734.322500', '182734.782500', '182735.242500', '182735.702500', '182736.162500', '182736.622500', '182737.082500', '182737.542500', '182738.002500', '182738.462500', '182738.922500', '182739.382500', '182739.842500', '182740.302500', '182740.762500', '182741.222500', '182741.682500', '182742.142500', '182742.602500', '182743.062500', '182743.522500', '182743.982500', '182744.442500', '182744.902500', '182745.362500', '182745.822500', '182746.282500', '182746.742500', '182747.202500', '182747.662500', '182748.122500', '182748.582500', '182749.042500', '182749.502500', '182749.962500', '182750.422500', '182750.882500', '182751.342500', '182751.802500', '182752.262500', '182752.722500', '182753.182500', '182753.642500', '182754.102500', '182754.562500', '182755.022500', '182755.482500', '182755.942500', '182756.402500', '182756.862500', '182757.322500', '182757.782500', '182758.242500', '182758.702500', '182759.162500', '182759.622500', '182800.082500', '182800.542500', '182801.002500', '182801.462500', '182801.922500', '182802.382500', '182802.842500', '182803.302500', '182803.762500', '182804.222500', '182804.682500', '182805.142500', '182805.602500', '182806.062500', '182806.522500', '182806.982500', '182807.442500', '182807.902500', '182808.362500', '182808.822500', '182809.282500', '182809.742500', '182810.202500', '182810.662500', '182811.122500', '182811.582500', '182812.042500', '182812.502500', '182812.962500', '182813.422500', '182813.882500', '182814.342500', '182814.802500', '182815.262500', '182815.722500', '182816.182500', '182816.642500', '182817.102500', '182817.562500', '182818.022500', '182818.482500', '182818.942500', '182819.402500', '182819.862500', '182820.322500', '182820.782500', '182821.242500', '182821.702500', '182822.162500', '182822.622500', '182823.082500', '182823.542500', '182824.002500', '182824.462500', '182824.922500', '182825.382500', '182825.842500', '182826.302500', '182826.762500', '182827.222500', '182827.682500', '182828.142500', '182828.602500', '182829.062500', '182829.522500', '182829.982500', '182830.442500', '182830.902500', '182831.362500', '182831.822500', '182832.282500', '182832.742500', '182833.202500', '182833.662500', '182834.122500', '182834.582500', '182835.042500', '182835.502500', '182835.962500', '182836.422500', '182836.882500', '182837.342500', '182837.802500', '182838.262500', '182838.722500', '182839.182500', '182839.642500', '182840.102500', '182840.562500', '182841.022500', '182841.482500', '182841.942500', '182842.402500', '182842.862500', '182843.322500', '182843.782500', '182844.242500', '182844.702500', '182845.162500', '182845.622500', '182846.082500', '182846.542500', '182847.002500', '182847.462500', '182847.922500', '182848.382500', '182848.842500', '182849.302500', '182849.762500', '182850.222500', '182850.682500', '182851.142500', '182851.602500', '182852.062500', '182852.522500', '182852.982500', '182853.442500', '182853.902500', '182854.362500', '182854.822500', '182855.282500', '182855.742500', '182856.202500', '182856.662500', '182857.122500', '182857.582500', '182858.042500', '182858.502500', '182858.962500', '182859.422500', '182859.882500', '182900.342500', '182900.802500', '182901.262500', '182901.722500', '182902.182500', '182902.642500', '182903.102500', '182903.562500', '182904.022500', '182904.482500', '182904.942500', '182905.402500', '182905.862500', '182906.322500', '182906.782500', '182907.242500', '182907.702500', '182908.162500', '182908.622500', '182909.082500', '182909.542500', '182910.002500', '182910.462500', '182910.922500', '182911.382500', '182911.842500', '182912.302500', '182912.762500', '182913.222500', '182913.682500', '182914.142500', '182914.602500', '182915.062500', '182915.522500', '182915.982500', '182916.442500', '182916.902500', '182917.362500', '182917.822500', '182918.282500', '182918.742500', '182919.202500', '182919.662500', '182920.122500', '182920.582500', '182921.042500', '182921.502500', '182921.962500', '182922.422500', '182922.882500', '182923.342500', '182923.802500', '182924.262500', '182924.722500', '182925.182500', '182925.642500', '182926.102500', '182926.562500', '182927.022500', '182927.482500', '182927.942500', '182928.402500', '182928.862500', '182929.322500', '182929.782500', '182930.242500', '182930.702500', '182931.162500', '182931.622500', '182932.082500', '182932.542500', '182933.002500', '182933.462500', '182933.922500', '182934.382500', '182934.842500', '182935.302500', '182935.762500', '182936.222500', '182936.682500', '182937.142500', '182937.602500', '182938.062500', '182938.522500', '182938.982500', '182939.442500', '182939.902500', '182940.362500', '182940.822500', '182941.282500', '182941.742500', '182942.202500', '182942.662500', '182943.122500', '182943.582500', '182944.042500', '182944.502500', '182944.962500', '182945.422500', '182945.882500', '182946.342500', '182946.802500', '182947.262500', '182947.722500', '182948.182500', '182948.642500', '182949.102500', '182949.562500', '182950.022500', '182950.482500', '182950.942500', '182951.402500', '182951.862500', '182952.322500', '182952.782500', '182953.242500', '182953.702500', '182954.162500', '182954.622500', '182955.082500', '182955.542500', '182956.002500', '182956.462500', '182956.922500', '182957.382500', '182957.842500', '182958.302500', '182958.762500', '182959.222500', '182959.682500', '183000.142500', '183000.602500', '183001.062500', '183001.522500', '183001.982500', '183002.442500', '183002.902500', '183003.362500', '183003.822500', '183004.282500', '183004.742500', '183005.202500', '183005.662500', '183006.122500', '183006.582500', '183007.042500', '183007.502500', '183007.962500', '183008.422500', '183008.882500', '183009.342500', '183009.802500', '183010.262500', '183010.722500', '183011.182500', '183011.642500', '183012.102500', '183012.562500', '183013.022500', '183013.482500', '183013.942500', '183014.402500', '183014.862500', '183015.322500', '183015.782500', '183016.242500', '183016.702500', '183017.162500', '183017.622500', '183018.082500', '183018.542500', '183019.002500', '183019.462500', '183019.922500', '183020.382500', '183020.842500', '183021.302500', '183021.762500', '183022.222500', '183022.682500', '183023.142500', '183023.602500', '183024.062500', '183024.522500', '183024.982500', '183025.442500', '183025.902500', '183026.362500', '183026.822500', '183027.282500', '183027.742500', '183028.202500', '183028.662500', '183029.122500', '183029.582500', '183030.042500', '183030.502500', '183030.962500', '183031.422500', '183031.882500', '183032.342500', '183032.802500', '183033.262500', '183033.722500', '183034.182500', '183034.642500', '183035.102500', '183035.562500', '183036.022500', '183036.482500', '183036.942500', '183037.402500', '183037.862500', '183038.322500', '183038.782500', '183039.242500', '183039.702500', '183040.162500', '183040.622500', '183041.082500', '183041.542500', '183042.002500', '183042.462500', '183042.922500', '183043.382500', '183043.842500', '183044.302500', '183044.762500', '183045.222500', '183045.682500', '183046.142500', '183046.602500', '183047.062500', '183047.522500', '183047.982500', '183048.442500', '183048.902500', '183049.362500', '183049.822500', '183050.282500', '183050.742500', '183051.202500', '183051.662500', '183052.122500', '183052.582500', '183053.042500', '183053.502500', '183053.962500', '183054.422500', '183054.882500', '183055.342500', '183055.802500', '183056.262500', '183056.722500', '183057.182500', '183057.642500', '183058.102500', '183058.562500', '183059.022500', '183059.482500', '183059.942500', '183100.402500', '183100.862500', '183101.322500', '183101.782500', '183102.242500', '183102.702500', '183103.162500', '183103.622500', '183104.082500', '183104.542500', '183105.002500', '183105.462500', '183105.922500', '183106.382500', '183106.842500', '183107.302500', '183107.762500', '183108.222500', '183108.682500', '183109.142500', '183109.602500', '183110.062500', '183110.522500', '183110.982500', '183111.442500', '183111.902500', '183112.362500', '183112.822500', '183113.282500', '183113.742500', '183114.202500', '183114.662500', '183115.122500', '183115.582500', '183116.042500', '183116.502500', '183116.962500', '183117.422500', '183117.882500', '183118.342500', '183118.802500', '183119.262500', '183119.722500', '183120.182500', '183120.642500', '183121.102500', '183121.562500', '183122.022500', '183122.482500', '183122.942500', '183123.402500', '183123.862500', '183124.322500', '183124.782500', '183125.242500', '183125.702500', '183126.162500', '183126.622500', '183127.082500', '183127.542500', '183128.002500', '183128.462500', '183128.922500', '183129.382500', '183129.842500', '183130.302500', '183130.762500', '183131.222500', '183131.682500', '183132.142500', '183132.602500', '183133.062500', '183133.522500', '183133.982500', '183134.442500', '183134.902500', '183135.362500', '183135.822500', '183136.282500', '183136.742500', '183137.202500', '183137.662500', '183138.122500', '183138.582500', '183139.042500', '183139.502500', '183139.962500', '183140.422500', '183140.882500', '183141.342500', '183141.802500', '183142.262500', '183142.722500', '183143.182500', '183143.642500', '183144.102500', '183144.562500', '183145.022500', '183145.482500', '183145.942500', '183146.402500', '183146.862500', '183147.322500', '183147.782500', '183148.242500', '183148.702500', '183149.162500', '183149.622500', '183150.082500', '183150.542500', '183151.002500', '183151.462500', '183151.922500', '183152.382500', '183152.842500', '183153.302500', '183153.762500', '183154.222500', '183154.682500', '183155.142500', '183155.602500', '183156.062500', '183156.522500', '183156.982500', '183157.442500', '183157.902500', '183158.362500', '183158.822500', '183159.282500', '183159.742500', '183200.202500', '183200.662500', '183201.122500', '183201.582500', '183202.042500', '183202.502500', '183202.962500', '183203.422500', '183203.882500', '183204.342500', '183204.802500', '183205.262500', '183205.722500', '183206.182500', '183206.642500', '183207.102500', '183207.562500', '183208.022500', '183208.482500', '183208.942500', '183209.402500', '183209.862500', '183210.322500', '183210.782500', '183211.242500', '183211.702500', '183212.162500', '183212.622500', '183213.082500', '183213.542500', '183214.002500', '183214.462500', '183214.922500', '183215.382500', '183215.842500', '183216.302500', '183216.762500', '183217.222500', '183217.682500', '183218.142500', '183218.602500', '183219.062500', '183219.522500', '183219.982500', '183220.442500', '183220.902500', '183221.362500', '183221.822500', '183222.282500', '183222.742500', '183223.202500', '183223.662500', '183224.122500', '183224.582500', '183225.042500', '183225.502500', '183225.962500', '183226.422500', '183226.882500', '183227.342500', '183227.802500', '183228.262500', '183228.722500', '183229.182500', '183229.642500', '183230.102500', '183230.562500', '183231.022500', '183231.482500', '183231.942500', '183232.402500', '183232.862500', '183233.322500', '183233.782500', '183234.242500', '183234.702500', '183235.162500', '183235.622500', '183236.082500', '183236.542500', '183237.002500', '183237.462500', '183237.922500', '183238.382500', '183238.842500', '183239.302500', '183239.762500', '183240.222500', '183240.682500', '183241.142500', '183241.602500', '183242.062500', '183242.522500', '183242.982500', '183243.442500', '183243.902500', '183244.362500', '183244.822500', '183245.282500', '183245.742500', '183246.202500', '183246.662500', '183247.122500', '183247.582500', '183248.042500', '183248.502500', '183248.962500', '183249.422500', '183249.882500', '183250.342500', '183250.802500', '183251.262500', '183251.722500', '183252.182500', '183252.642500', '183253.102500', '183253.562500', '183254.022500', '183254.482500', '183254.942500', '183255.402500', '183255.862500', '183256.322500', '183256.782500', '183257.242500', '183257.702500', '183258.162500', '183258.622500'], 'ContentTime': ['182507.658000', '182507.662000', '182507.664000', '182507.667000', '182507.670000', '182507.673000', '182507.683000', '182507.686000', '182507.689000', '182507.691000', '182507.694000', '182507.697000', '182507.699000', '182507.702000', '182507.705000', '182507.707000', '182507.710000', '182507.713000', '182507.715000', '182507.718000', '182507.721000', '182507.723000', '182507.726000', '182507.729000', '182507.731000', '182507.734000', '182507.736000', '182507.739000', '182507.742000', '182507.744000', '182507.747000', '182507.753000', '182507.756000', '182507.758000', '182507.761000', '182507.764000', '182507.766000', '182507.769000', '182507.772000', '182507.774000', '182507.777000', '182507.790000', '182507.792000', '182507.795000', '182507.798000', '182507.800000', '182527.610000', '182527.613000', '182527.617000', '182527.619000', '182527.622000', '182527.624000', '182527.627000', '182527.630000', '182527.633000', '182527.635000', '182527.638000', '182527.641000', '182527.643000', '182527.646000', '182527.649000', '182527.651000', '182527.654000', '182527.656000', '182527.659000', '182527.662000', '182527.664000', '182527.667000', '182527.670000', '182527.672000', '182527.681000', '182527.684000', '182527.686000', '182527.689000', '182527.692000', '182527.694000', '182527.697000', '182527.700000', '182527.702000', '182527.705000', '182527.707000', '182527.710000', '182527.713000', '182527.715000', '182527.718000', '182527.720000', '182527.723000', '182527.726000', '182527.728000', '182527.731000', '182547.610000', '182547.612000', '182547.615000', '182547.618000', '182547.620000', '182547.623000', '182547.626000', '182547.628000', '182547.631000', '182547.634000', '182547.636000', '182547.639000', '182547.641000', '182547.644000', '182547.647000', '182547.649000', '182547.652000', '182547.654000', '182547.657000', '182547.667000', '182547.670000', '182547.673000', '182547.676000', '182547.679000', '182547.682000', '182547.684000', '182547.689000', '182547.691000', '182547.694000', '182547.696000', '182547.699000', '182547.702000', '182547.705000', '182547.707000', '182547.710000', '182547.712000', '182547.715000', '182547.718000', '182547.720000', '182547.723000', '182547.726000', '182547.729000', '182547.732000', '182607.609000', '182607.612000', '182607.615000', '182607.618000', '182607.620000', '182607.627000', '182607.630000', '182607.633000', '182607.635000', '182607.638000', '182607.640000', '182607.643000', '182607.646000', '182607.648000', '182607.651000', '182607.654000', '182607.656000', '182607.659000', '182607.662000', '182607.664000', '182607.667000', '182607.670000', '182607.672000', '182607.675000', '182607.678000', '182607.680000', '182607.683000', '182607.685000', '182607.688000', '182607.691000', '182607.693000', '182607.696000', '182607.699000', '182607.701000', '182607.704000', '182607.707000', '182607.709000', '182607.712000', '182607.715000', '182607.717000', '182607.720000', '182607.723000', '182607.725000', '182607.728000', '182627.609000', '182627.612000', '182627.615000', '182627.618000', '182627.621000', '182627.623000', '182627.626000', '182627.629000', '182627.631000', '182627.634000', '182627.636000', '182627.639000', '182627.642000', '182627.644000', '182627.647000', '182627.650000', '182627.652000', '182627.655000', '182627.658000', '182627.661000', '182627.664000', '182627.667000', '182627.670000', '182627.672000', '182627.675000', '182627.678000', '182627.680000', '182627.683000', '182627.685000', '182627.688000', '182627.691000', '182627.693000', '182627.696000', '182627.699000', '182627.701000', '182627.704000', '182627.706000', '182627.709000', '182627.712000', '182627.714000', '182627.717000', '182627.724000', '182627.726000', '182647.609000', '182647.612000', '182647.615000', '182647.618000', '182647.620000', '182647.623000', '182647.626000', '182647.629000', '182647.632000', '182647.634000', '182647.637000', '182647.640000', '182647.643000', '182647.645000', '182647.648000', '182647.650000', '182647.653000', '182647.656000', '182647.659000', '182647.661000', '182647.664000', '182647.667000', '182647.669000', '182647.672000', '182647.675000', '182647.677000', '182647.680000', '182647.682000', '182647.685000', '182647.691000', '182647.694000', '182647.696000', '182647.699000', '182647.702000', '182647.718000', '182647.720000', '182647.723000', '182647.726000', '182647.728000', '182647.731000', '182647.734000', '182647.736000', '182647.739000', '182707.610000', '182707.613000', '182707.616000', '182707.619000', '182707.621000', '182707.624000', '182707.627000', '182707.630000', '182707.632000', '182707.635000', '182707.638000', '182707.640000', '182707.643000', '182707.646000', '182707.648000', '182707.651000', '182707.654000', '182707.656000', '182707.659000', '182707.662000', '182707.664000', '182707.667000', '182707.670000', '182707.672000', '182707.675000', '182707.678000', '182707.680000', '182707.683000', '182707.686000', '182707.688000', '182707.691000', '182707.694000', '182707.696000', '182707.699000', '182707.702000', '182707.704000', '182707.707000', '182707.710000', '182707.712000', '182707.715000', '182707.718000', '182707.720000', '182707.723000', '182707.726000', '182727.610000', '182727.613000', '182727.616000', '182727.619000', '182727.622000', '182727.624000', '182727.627000', '182727.630000', '182727.633000', '182727.635000', '182727.638000', '182727.641000', '182727.643000', '182727.646000', '182727.648000', '182727.651000', '182727.654000', '182727.663000', '182727.666000', '182727.669000', '182727.672000', '182727.674000', '182727.677000', '182727.679000', '182727.682000', '182727.685000', '182727.687000', '182727.690000', '182727.693000', '182727.695000', '182727.698000', '182727.701000', '182727.704000', '182727.706000', '182727.709000', '182727.711000', '182727.714000', '182727.717000', '182727.719000', '182727.722000', '182727.725000', '182727.728000', '182727.730000', '182727.733000', '182747.611000', '182747.614000', '182747.616000', '182747.619000', '182747.622000', '182747.624000', '182747.627000', '182747.630000', '182747.632000', '182747.635000', '182747.638000', '182747.640000', '182747.643000', '182747.645000', '182747.648000', '182747.651000', '182747.653000', '182747.656000', '182747.659000', '182747.661000', '182747.664000', '182747.666000', '182747.669000', '182747.672000', '182747.674000', '182747.677000', '182747.680000', '182747.682000', '182747.685000', '182747.687000', '182747.690000', '182747.693000', '182747.695000', '182747.698000', '182747.701000', '182747.703000', '182747.706000', '182747.709000', '182747.711000', '182747.714000', '182747.717000', '182747.719000', '182747.722000', '182807.609000', '182807.612000', '182807.615000', '182807.618000', '182807.621000', '182807.623000', '182807.626000', '182807.629000', '182807.631000', '182807.634000', '182807.637000', '182807.639000', '182807.642000', '182807.645000', '182807.647000', '182807.650000', '182807.653000', '182807.655000', '182807.658000', '182807.661000', '182807.663000', '182807.666000', '182807.669000', '182807.671000', '182807.674000', '182807.677000', '182807.680000', '182807.682000', '182807.685000', '182807.687000', '182807.694000', '182807.697000', '182807.700000', '182807.702000', '182807.705000', '182807.707000', '182807.710000', '182807.713000', '182807.716000', '182807.718000', '182807.721000', '182807.723000', '182807.726000', '182807.729000', '182827.609000', '182827.612000', '182827.615000', '182827.618000', '182827.620000', '182827.623000', '182827.626000', '182827.628000', '182827.631000', '182827.634000', '182827.636000', '182827.639000', '182827.642000', '182827.644000', '182827.647000', '182827.650000', '182827.652000', '182827.655000', '182827.658000', '182827.660000', '182827.663000', '182827.665000', '182827.668000', '182827.671000', '182827.673000', '182827.676000', '182827.679000', '182827.681000', '182827.684000', '182827.695000', '182827.697000', '182827.700000', '182827.702000', '182827.705000', '182827.708000', '182827.710000', '182827.713000', '182827.716000', '182827.719000', '182827.721000', '182827.724000', '182827.726000', '182827.729000', '182847.609000', '182847.613000', '182847.615000', '182847.618000', '182847.620000', '182847.623000', '182847.626000', '182847.628000', '182847.631000', '182847.634000', '182847.636000', '182847.639000', '182847.642000', '182847.644000', '182847.647000', '182847.650000', '182847.653000', '182847.655000', '182847.658000', '182847.661000', '182847.663000', '182847.666000', '182847.669000', '182847.671000', '182847.674000', '182847.677000', '182847.679000', '182847.682000', '182847.685000', '182847.687000', '182847.690000', '182847.692000', '182847.695000', '182847.698000', '182847.700000', '182847.703000', '182847.706000', '182847.708000', '182847.711000', '182847.713000', '182847.716000', '182847.719000', '182847.721000', '182847.724000', '182907.610000', '182907.612000', '182907.615000', '182907.618000', '182907.621000', '182907.624000', '182907.626000', '182907.629000', '182907.632000', '182907.634000', '182907.637000', '182907.640000', '182907.642000', '182907.645000', '182907.648000', '182907.650000', '182907.653000', '182907.656000', '182907.658000', '182907.661000', '182907.664000', '182907.666000', '182907.669000', '182907.671000', '182907.674000', '182907.677000', '182907.679000', '182907.682000', '182907.685000', '182907.687000', '182907.690000', '182907.693000', '182907.695000', '182907.698000', '182907.701000', '182907.703000', '182907.706000', '182907.709000', '182907.711000', '182907.714000', '182907.717000', '182907.719000', '182907.722000', '182927.610000', '182927.613000', '182927.616000', '182927.619000', '182927.621000', '182927.624000', '182927.627000', '182927.629000', '182927.632000', '182927.635000', '182927.637000', '182927.640000', '182927.643000', '182927.645000', '182927.648000', '182927.651000', '182927.653000', '182927.656000', '182927.659000', '182927.661000', '182927.664000', '182927.667000', '182927.670000', '182927.672000', '182927.675000', '182927.678000', '182927.680000', '182927.683000', '182927.686000', '182927.688000', '182927.691000', '182927.694000', '182927.696000', '182927.699000', '182927.702000', '182927.704000', '182927.707000', '182927.710000', '182927.712000', '182927.715000', '182927.718000', '182927.720000', '182927.723000', '182927.726000', '182947.611000', '182947.614000', '182947.616000', '182947.619000', '182947.622000', '182947.624000', '182947.627000', '182947.630000', '182947.632000', '182947.635000', '182947.638000', '182947.640000', '182947.643000', '182947.646000', '182947.648000', '182947.651000', '182947.654000', '182947.656000', '182947.659000', '182947.662000', '182947.664000', '182947.667000', '182947.669000', '182947.672000', '182947.675000', '182947.677000', '182947.680000', '182947.683000', '182947.685000', '182947.688000', '182947.691000', '182947.693000', '182947.696000', '182947.699000', '182947.701000', '182947.704000', '182947.707000', '182947.709000', '182947.712000', '182947.715000', '182947.731000', '182947.734000', '182947.737000', '183007.611000', '183007.613000', '183007.616000', '183007.619000', '183007.622000', '183007.624000', '183007.627000', '183007.629000', '183007.632000', '183007.635000', '183007.637000', '183007.640000', '183007.643000', '183007.645000', '183007.648000', '183007.651000', '183007.653000', '183007.656000', '183007.659000', '183007.661000', '183007.664000', '183007.667000', '183007.669000', '183007.672000', '183007.675000', '183007.677000', '183007.680000', '183007.683000', '183007.685000', '183007.688000', '183007.691000', '183007.693000', '183007.696000', '183007.699000', '183007.701000', '183007.704000', '183007.707000', '183007.709000', '183007.712000', '183007.715000', '183007.717000', '183007.720000', '183007.723000', '183007.725000', '183027.609000', '183027.612000', '183027.615000', '183027.618000', '183027.620000', '183027.623000', '183027.626000', '183027.629000', '183027.631000', '183027.634000', '183027.637000', '183027.639000', '183027.642000', '183027.644000', '183027.647000', '183027.650000', '183027.652000', '183027.655000', '183027.658000', '183027.660000', '183027.663000', '183027.666000', '183027.668000', '183027.673000', '183027.676000', '183027.678000', '183027.681000', '183027.684000', '183027.686000', '183027.689000', '183027.692000', '183027.694000', '183027.697000', '183027.700000', '183027.702000', '183027.705000', '183027.708000', '183027.710000', '183027.713000', '183027.716000', '183027.718000', '183027.721000', '183027.724000', '183047.610000', '183047.612000', '183047.615000', '183047.618000', '183047.621000', '183047.624000', '183047.627000', '183047.629000', '183047.632000', '183047.634000', '183047.637000', '183047.640000', '183047.642000', '183047.645000', '183047.649000', '183047.652000', '183047.654000', '183047.657000', '183047.660000', '183047.662000', '183047.665000', '183047.668000', '183047.670000', '183047.673000', '183047.676000', '183047.678000', '183047.681000', '183047.684000', '183047.686000', '183047.689000', '183047.692000', '183047.694000', '183047.697000', '183047.699000', '183047.702000', '183047.705000', '183047.708000', '183047.710000', '183047.713000', '183047.716000', '183047.718000', '183047.721000', '183047.724000', '183107.609000', '183107.613000', '183107.615000', '183107.618000', '183107.621000', '183107.623000', '183107.626000', '183107.629000', '183107.631000', '183107.634000', '183107.637000', '183107.639000', '183107.642000', '183107.645000', '183107.647000', '183107.650000', '183107.653000', '183107.655000', '183107.658000', '183107.660000', '183107.663000', '183107.666000', '183107.669000', '183107.671000', '183107.674000', '183107.677000', '183107.680000', '183107.682000', '183107.685000', '183107.688000', '183107.690000', '183107.693000', '183107.696000', '183107.698000', '183107.701000', '183107.704000', '183107.707000', '183107.709000', '183107.712000', '183107.715000', '183107.717000', '183107.720000', '183107.723000', '183107.725000', '183127.609000', '183127.612000', '183127.616000', '183127.618000', '183127.621000', '183127.624000', '183127.626000', '183127.629000', '183127.632000', '183127.634000', '183127.637000', '183127.640000', '183127.642000', '183127.645000', '183127.648000', '183127.651000', '183127.653000', '183127.656000', '183127.658000', '183127.661000', '183127.664000', '183127.666000', '183127.669000', '183127.672000', '183127.674000', '183127.677000', '183127.680000', '183127.682000', '183127.685000', '183127.688000', '183127.690000', '183127.693000', '183127.696000', '183127.698000', '183127.701000', '183127.704000', '183127.706000', '183127.709000', '183127.712000', '183127.714000', '183127.717000', '183127.720000', '183127.722000', '183147.610000', '183147.613000', '183147.616000', '183147.619000', '183147.622000', '183147.624000', '183147.627000', '183147.630000', '183147.632000', '183147.635000', '183147.638000', '183147.640000', '183147.643000', '183147.646000', '183147.648000', '183147.651000', '183147.654000', '183147.656000', '183147.659000', '183147.662000', '183147.664000', '183147.667000', '183147.670000', '183147.672000', '183147.675000', '183147.678000', '183147.680000', '183147.683000', '183147.686000', '183147.688000', '183147.691000', '183147.693000', '183147.696000', '183147.699000', '183147.701000', '183147.704000', '183147.707000', '183147.709000', '183147.712000', '183147.714000', '183147.717000', '183147.720000', '183147.722000', '183147.725000', '183207.610000', '183207.613000', '183207.616000', '183207.619000', '183207.622000', '183207.624000', '183207.628000', '183207.631000', '183207.634000', '183207.636000', '183207.639000', '183207.642000', '183207.644000', '183207.647000', '183207.650000', '183207.652000', '183207.655000', '183207.658000', '183207.660000', '183207.663000', '183207.666000', '183207.669000', '183207.671000', '183207.674000', '183207.677000', '183207.679000', '183207.682000', '183207.684000', '183207.688000', '183207.691000', '183207.694000', '183207.696000', '183207.699000', '183207.702000', '183207.704000', '183207.707000', '183207.710000', '183207.712000', '183207.715000', '183207.718000', '183207.720000', '183207.723000', '183207.726000', '183227.611000', '183227.614000', '183227.616000', '183227.620000', '183227.623000', '183227.625000', '183227.628000', '183227.631000', '183227.633000', '183227.636000', '183227.639000', '183227.641000', '183227.644000', '183227.647000', '183227.649000', '183227.652000', '183227.655000', '183227.658000', '183227.660000', '183227.663000', '183227.666000', '183227.668000', '183227.671000', '183227.674000', '183227.676000', '183227.679000', '183227.682000', '183227.684000', '183227.687000', '183227.690000', '183227.692000', '183227.695000', '183227.697000', '183227.700000', '183227.703000', '183227.705000', '183227.708000', '183227.711000', '183227.713000', '183227.716000', '183227.719000', '183227.721000', '183227.724000', '183227.727000', '183247.610000', '183247.613000', '183247.615000', '183247.618000', '183247.651000', '183247.654000', '183247.657000', '183247.660000', '183247.663000', '183247.666000', '183247.668000', '183247.671000', '183247.674000', '183247.676000', '183247.679000', '183247.689000', '183247.692000', '183247.694000', '183247.697000', '183247.700000', '183247.702000', '183247.705000', '183247.708000', '183247.710000', '183247.713000', '183247.715000', '183247.718000', '183247.721000', '183247.723000', '183247.726000', '183247.729000', '183247.731000', '183247.734000', '183247.737000', '183247.739000', '183247.742000', '183247.745000', '183247.747000', '183247.750000', '183247.752000', '183247.755000', '183247.758000', '183247.760000', '183259.603000', '183259.606000', '183259.609000', '183259.612000', '183259.615000', '183259.618000', '183259.621000', '183259.624000', '183259.627000', '183259.629000', '183259.632000', '183259.635000', '183259.638000', '183259.641000', '183259.644000', '183259.647000', '183259.650000', '183259.653000', '183259.657000', '183259.660000', '183259.663000', '183259.666000', '183259.669000', '183259.672000', '183259.676000', '183259.679000', '183259.683000'], 'InstanceCreationTime': ['182507.658000', '182507.662000', '182507.664000', '182507.667000', '182507.670000', '182507.673000', '182507.683000', '182507.686000', '182507.689000', '182507.691000', '182507.694000', '182507.697000', '182507.699000', '182507.702000', '182507.705000', '182507.707000', '182507.710000', '182507.713000', '182507.715000', '182507.718000', '182507.721000', '182507.723000', '182507.726000', '182507.729000', '182507.731000', '182507.734000', '182507.736000', '182507.739000', '182507.742000', '182507.744000', '182507.747000', '182507.753000', '182507.756000', '182507.758000', '182507.761000', '182507.764000', '182507.766000', '182507.769000', '182507.772000', '182507.774000', '182507.777000', '182507.790000', '182507.792000', '182507.795000', '182507.798000', '182507.800000', '182527.610000', '182527.613000', '182527.617000', '182527.619000', '182527.622000', '182527.624000', '182527.627000', '182527.630000', '182527.633000', '182527.635000', '182527.638000', '182527.641000', '182527.643000', '182527.646000', '182527.649000', '182527.651000', '182527.654000', '182527.656000', '182527.659000', '182527.662000', '182527.664000', '182527.667000', '182527.670000', '182527.672000', '182527.681000', '182527.684000', '182527.686000', '182527.689000', '182527.692000', '182527.694000', '182527.697000', '182527.700000', '182527.702000', '182527.705000', '182527.707000', '182527.710000', '182527.713000', '182527.715000', '182527.718000', '182527.720000', '182527.723000', '182527.726000', '182527.728000', '182527.731000', '182547.610000', '182547.612000', '182547.615000', '182547.618000', '182547.620000', '182547.623000', '182547.626000', '182547.628000', '182547.631000', '182547.634000', '182547.636000', '182547.639000', '182547.641000', '182547.644000', '182547.647000', '182547.649000', '182547.652000', '182547.654000', '182547.657000', '182547.667000', '182547.670000', '182547.673000', '182547.676000', '182547.679000', '182547.682000', '182547.684000', '182547.689000', '182547.691000', '182547.694000', '182547.696000', '182547.699000', '182547.702000', '182547.705000', '182547.707000', '182547.710000', '182547.712000', '182547.715000', '182547.718000', '182547.720000', '182547.723000', '182547.726000', '182547.729000', '182547.732000', '182607.609000', '182607.612000', '182607.615000', '182607.618000', '182607.620000', '182607.627000', '182607.630000', '182607.633000', '182607.635000', '182607.638000', '182607.640000', '182607.643000', '182607.646000', '182607.648000', '182607.651000', '182607.654000', '182607.656000', '182607.659000', '182607.662000', '182607.664000', '182607.667000', '182607.670000', '182607.672000', '182607.675000', '182607.678000', '182607.680000', '182607.683000', '182607.685000', '182607.688000', '182607.691000', '182607.693000', '182607.696000', '182607.699000', '182607.701000', '182607.704000', '182607.707000', '182607.709000', '182607.712000', '182607.715000', '182607.717000', '182607.720000', '182607.723000', '182607.725000', '182607.728000', '182627.609000', '182627.612000', '182627.615000', '182627.618000', '182627.621000', '182627.623000', '182627.626000', '182627.629000', '182627.631000', '182627.634000', '182627.636000', '182627.639000', '182627.642000', '182627.644000', '182627.647000', '182627.650000', '182627.652000', '182627.655000', '182627.658000', '182627.661000', '182627.664000', '182627.667000', '182627.670000', '182627.672000', '182627.675000', '182627.678000', '182627.680000', '182627.683000', '182627.685000', '182627.688000', '182627.691000', '182627.693000', '182627.696000', '182627.699000', '182627.701000', '182627.704000', '182627.706000', '182627.709000', '182627.712000', '182627.714000', '182627.717000', '182627.724000', '182627.726000', '182647.609000', '182647.612000', '182647.615000', '182647.618000', '182647.620000', '182647.623000', '182647.626000', '182647.629000', '182647.632000', '182647.634000', '182647.637000', '182647.640000', '182647.643000', '182647.645000', '182647.648000', '182647.650000', '182647.653000', '182647.656000', '182647.659000', '182647.661000', '182647.664000', '182647.667000', '182647.669000', '182647.672000', '182647.675000', '182647.677000', '182647.680000', '182647.682000', '182647.685000', '182647.691000', '182647.694000', '182647.696000', '182647.699000', '182647.702000', '182647.718000', '182647.720000', '182647.723000', '182647.726000', '182647.728000', '182647.731000', '182647.734000', '182647.736000', '182647.739000', '182707.610000', '182707.613000', '182707.616000', '182707.619000', '182707.621000', '182707.624000', '182707.627000', '182707.630000', '182707.632000', '182707.635000', '182707.638000', '182707.640000', '182707.643000', '182707.646000', '182707.648000', '182707.651000', '182707.654000', '182707.656000', '182707.659000', '182707.662000', '182707.664000', '182707.667000', '182707.670000', '182707.672000', '182707.675000', '182707.678000', '182707.680000', '182707.683000', '182707.686000', '182707.688000', '182707.691000', '182707.694000', '182707.696000', '182707.699000', '182707.702000', '182707.704000', '182707.707000', '182707.710000', '182707.712000', '182707.715000', '182707.718000', '182707.720000', '182707.723000', '182707.726000', '182727.610000', '182727.613000', '182727.616000', '182727.619000', '182727.622000', '182727.624000', '182727.627000', '182727.630000', '182727.633000', '182727.635000', '182727.638000', '182727.641000', '182727.643000', '182727.646000', '182727.648000', '182727.651000', '182727.654000', '182727.663000', '182727.666000', '182727.669000', '182727.672000', '182727.674000', '182727.677000', '182727.679000', '182727.682000', '182727.685000', '182727.687000', '182727.690000', '182727.693000', '182727.695000', '182727.698000', '182727.701000', '182727.704000', '182727.706000', '182727.709000', '182727.711000', '182727.714000', '182727.717000', '182727.719000', '182727.722000', '182727.725000', '182727.728000', '182727.730000', '182727.733000', '182747.611000', '182747.614000', '182747.616000', '182747.619000', '182747.622000', '182747.624000', '182747.627000', '182747.630000', '182747.632000', '182747.635000', '182747.638000', '182747.640000', '182747.643000', '182747.645000', '182747.648000', '182747.651000', '182747.653000', '182747.656000', '182747.659000', '182747.661000', '182747.664000', '182747.666000', '182747.669000', '182747.672000', '182747.674000', '182747.677000', '182747.680000', '182747.682000', '182747.685000', '182747.687000', '182747.690000', '182747.693000', '182747.695000', '182747.698000', '182747.701000', '182747.703000', '182747.706000', '182747.709000', '182747.711000', '182747.714000', '182747.717000', '182747.719000', '182747.722000', '182807.609000', '182807.612000', '182807.615000', '182807.618000', '182807.621000', '182807.623000', '182807.626000', '182807.629000', '182807.631000', '182807.634000', '182807.637000', '182807.639000', '182807.642000', '182807.645000', '182807.647000', '182807.650000', '182807.653000', '182807.655000', '182807.658000', '182807.661000', '182807.663000', '182807.666000', '182807.669000', '182807.671000', '182807.674000', '182807.677000', '182807.680000', '182807.682000', '182807.685000', '182807.687000', '182807.694000', '182807.697000', '182807.700000', '182807.702000', '182807.705000', '182807.707000', '182807.710000', '182807.713000', '182807.716000', '182807.718000', '182807.721000', '182807.723000', '182807.726000', '182807.729000', '182827.609000', '182827.612000', '182827.615000', '182827.618000', '182827.620000', '182827.623000', '182827.626000', '182827.628000', '182827.631000', '182827.634000', '182827.636000', '182827.639000', '182827.642000', '182827.644000', '182827.647000', '182827.650000', '182827.652000', '182827.655000', '182827.658000', '182827.660000', '182827.663000', '182827.665000', '182827.668000', '182827.671000', '182827.673000', '182827.676000', '182827.679000', '182827.681000', '182827.684000', '182827.695000', '182827.697000', '182827.700000', '182827.702000', '182827.705000', '182827.708000', '182827.710000', '182827.713000', '182827.716000', '182827.719000', '182827.721000', '182827.724000', '182827.726000', '182827.729000', '182847.609000', '182847.613000', '182847.615000', '182847.618000', '182847.620000', '182847.623000', '182847.626000', '182847.628000', '182847.631000', '182847.634000', '182847.636000', '182847.639000', '182847.642000', '182847.644000', '182847.647000', '182847.650000', '182847.653000', '182847.655000', '182847.658000', '182847.661000', '182847.663000', '182847.666000', '182847.669000', '182847.671000', '182847.674000', '182847.677000', '182847.679000', '182847.682000', '182847.685000', '182847.687000', '182847.690000', '182847.692000', '182847.695000', '182847.698000', '182847.700000', '182847.703000', '182847.706000', '182847.708000', '182847.711000', '182847.713000', '182847.716000', '182847.719000', '182847.721000', '182847.724000', '182907.610000', '182907.612000', '182907.615000', '182907.618000', '182907.621000', '182907.624000', '182907.626000', '182907.629000', '182907.632000', '182907.634000', '182907.637000', '182907.640000', '182907.642000', '182907.645000', '182907.648000', '182907.650000', '182907.653000', '182907.656000', '182907.658000', '182907.661000', '182907.664000', '182907.666000', '182907.669000', '182907.671000', '182907.674000', '182907.677000', '182907.679000', '182907.682000', '182907.685000', '182907.687000', '182907.690000', '182907.693000', '182907.695000', '182907.698000', '182907.701000', '182907.703000', '182907.706000', '182907.709000', '182907.711000', '182907.714000', '182907.717000', '182907.719000', '182907.722000', '182927.610000', '182927.613000', '182927.616000', '182927.619000', '182927.621000', '182927.624000', '182927.627000', '182927.629000', '182927.632000', '182927.635000', '182927.637000', '182927.640000', '182927.643000', '182927.645000', '182927.648000', '182927.651000', '182927.653000', '182927.656000', '182927.659000', '182927.661000', '182927.664000', '182927.667000', '182927.670000', '182927.672000', '182927.675000', '182927.678000', '182927.680000', '182927.683000', '182927.686000', '182927.688000', '182927.691000', '182927.694000', '182927.696000', '182927.699000', '182927.702000', '182927.704000', '182927.707000', '182927.710000', '182927.712000', '182927.715000', '182927.718000', '182927.720000', '182927.723000', '182927.726000', '182947.611000', '182947.614000', '182947.616000', '182947.619000', '182947.622000', '182947.624000', '182947.627000', '182947.630000', '182947.632000', '182947.635000', '182947.638000', '182947.640000', '182947.643000', '182947.646000', '182947.648000', '182947.651000', '182947.654000', '182947.656000', '182947.659000', '182947.662000', '182947.664000', '182947.667000', '182947.669000', '182947.672000', '182947.675000', '182947.677000', '182947.680000', '182947.683000', '182947.685000', '182947.688000', '182947.691000', '182947.693000', '182947.696000', '182947.699000', '182947.701000', '182947.704000', '182947.707000', '182947.709000', '182947.712000', '182947.715000', '182947.731000', '182947.734000', '182947.737000', '183007.611000', '183007.613000', '183007.616000', '183007.619000', '183007.622000', '183007.624000', '183007.627000', '183007.629000', '183007.632000', '183007.635000', '183007.637000', '183007.640000', '183007.643000', '183007.645000', '183007.648000', '183007.651000', '183007.653000', '183007.656000', '183007.659000', '183007.661000', '183007.664000', '183007.667000', '183007.669000', '183007.672000', '183007.675000', '183007.677000', '183007.680000', '183007.683000', '183007.685000', '183007.688000', '183007.691000', '183007.693000', '183007.696000', '183007.699000', '183007.701000', '183007.704000', '183007.707000', '183007.709000', '183007.712000', '183007.715000', '183007.717000', '183007.720000', '183007.723000', '183007.725000', '183027.609000', '183027.612000', '183027.615000', '183027.618000', '183027.620000', '183027.623000', '183027.626000', '183027.629000', '183027.631000', '183027.634000', '183027.637000', '183027.639000', '183027.642000', '183027.644000', '183027.647000', '183027.650000', '183027.652000', '183027.655000', '183027.658000', '183027.660000', '183027.663000', '183027.666000', '183027.668000', '183027.673000', '183027.676000', '183027.678000', '183027.681000', '183027.684000', '183027.686000', '183027.689000', '183027.692000', '183027.694000', '183027.697000', '183027.700000', '183027.702000', '183027.705000', '183027.708000', '183027.710000', '183027.713000', '183027.716000', '183027.718000', '183027.721000', '183027.724000', '183047.610000', '183047.612000', '183047.615000', '183047.618000', '183047.621000', '183047.624000', '183047.627000', '183047.629000', '183047.632000', '183047.634000', '183047.637000', '183047.640000', '183047.642000', '183047.645000', '183047.649000', '183047.652000', '183047.654000', '183047.657000', '183047.660000', '183047.662000', '183047.665000', '183047.668000', '183047.670000', '183047.673000', '183047.676000', '183047.678000', '183047.681000', '183047.684000', '183047.686000', '183047.689000', '183047.692000', '183047.694000', '183047.697000', '183047.699000', '183047.702000', '183047.705000', '183047.708000', '183047.710000', '183047.713000', '183047.716000', '183047.718000', '183047.721000', '183047.724000', '183107.609000', '183107.613000', '183107.615000', '183107.618000', '183107.621000', '183107.623000', '183107.626000', '183107.629000', '183107.631000', '183107.634000', '183107.637000', '183107.639000', '183107.642000', '183107.645000', '183107.647000', '183107.650000', '183107.653000', '183107.655000', '183107.658000', '183107.660000', '183107.663000', '183107.666000', '183107.669000', '183107.671000', '183107.674000', '183107.677000', '183107.680000', '183107.682000', '183107.685000', '183107.688000', '183107.690000', '183107.693000', '183107.696000', '183107.698000', '183107.701000', '183107.704000', '183107.707000', '183107.709000', '183107.712000', '183107.715000', '183107.717000', '183107.720000', '183107.723000', '183107.725000', '183127.609000', '183127.612000', '183127.616000', '183127.618000', '183127.621000', '183127.624000', '183127.626000', '183127.629000', '183127.632000', '183127.634000', '183127.637000', '183127.640000', '183127.642000', '183127.645000', '183127.648000', '183127.651000', '183127.653000', '183127.656000', '183127.658000', '183127.661000', '183127.664000', '183127.666000', '183127.669000', '183127.672000', '183127.674000', '183127.677000', '183127.680000', '183127.682000', '183127.685000', '183127.688000', '183127.690000', '183127.693000', '183127.696000', '183127.698000', '183127.701000', '183127.704000', '183127.706000', '183127.709000', '183127.712000', '183127.714000', '183127.717000', '183127.720000', '183127.722000', '183147.610000', '183147.613000', '183147.616000', '183147.619000', '183147.622000', '183147.624000', '183147.627000', '183147.630000', '183147.632000', '183147.635000', '183147.638000', '183147.640000', '183147.643000', '183147.646000', '183147.648000', '183147.651000', '183147.654000', '183147.656000', '183147.659000', '183147.662000', '183147.664000', '183147.667000', '183147.670000', '183147.672000', '183147.675000', '183147.678000', '183147.680000', '183147.683000', '183147.686000', '183147.688000', '183147.691000', '183147.693000', '183147.696000', '183147.699000', '183147.701000', '183147.704000', '183147.707000', '183147.709000', '183147.712000', '183147.714000', '183147.717000', '183147.720000', '183147.722000', '183147.725000', '183207.610000', '183207.613000', '183207.616000', '183207.619000', '183207.622000', '183207.624000', '183207.628000', '183207.631000', '183207.634000', '183207.636000', '183207.639000', '183207.642000', '183207.644000', '183207.647000', '183207.650000', '183207.652000', '183207.655000', '183207.658000', '183207.660000', '183207.663000', '183207.666000', '183207.669000', '183207.671000', '183207.674000', '183207.677000', '183207.679000', '183207.682000', '183207.684000', '183207.688000', '183207.691000', '183207.694000', '183207.696000', '183207.699000', '183207.702000', '183207.704000', '183207.707000', '183207.710000', '183207.712000', '183207.715000', '183207.718000', '183207.720000', '183207.723000', '183207.726000', '183227.611000', '183227.614000', '183227.616000', '183227.620000', '183227.623000', '183227.625000', '183227.628000', '183227.631000', '183227.633000', '183227.636000', '183227.639000', '183227.641000', '183227.644000', '183227.647000', '183227.649000', '183227.652000', '183227.655000', '183227.658000', '183227.660000', '183227.663000', '183227.666000', '183227.668000', '183227.671000', '183227.674000', '183227.676000', '183227.679000', '183227.682000', '183227.684000', '183227.687000', '183227.690000', '183227.692000', '183227.695000', '183227.697000', '183227.700000', '183227.703000', '183227.705000', '183227.708000', '183227.711000', '183227.713000', '183227.716000', '183227.719000', '183227.721000', '183227.724000', '183227.727000', '183247.610000', '183247.613000', '183247.615000', '183247.618000', '183247.651000', '183247.654000', '183247.657000', '183247.660000', '183247.663000', '183247.666000', '183247.668000', '183247.671000', '183247.674000', '183247.676000', '183247.679000', '183247.689000', '183247.692000', '183247.694000', '183247.697000', '183247.700000', '183247.702000', '183247.705000', '183247.708000', '183247.710000', '183247.713000', '183247.715000', '183247.718000', '183247.721000', '183247.723000', '183247.726000', '183247.729000', '183247.731000', '183247.734000', '183247.737000', '183247.739000', '183247.742000', '183247.745000', '183247.747000', '183247.750000', '183247.752000', '183247.755000', '183247.758000', '183247.760000', '183259.603000', '183259.606000', '183259.609000', '183259.612000', '183259.615000', '183259.618000', '183259.621000', '183259.624000', '183259.627000', '183259.629000', '183259.632000', '183259.635000', '183259.638000', '183259.641000', '183259.644000', '183259.647000', '183259.650000', '183259.653000', '183259.657000', '183259.660000', '183259.663000', '183259.666000', '183259.669000', '183259.672000', '183259.676000', '183259.679000', '183259.683000'], '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': [13543, 9899, 13818, 9926, 13069, 9887, 12061, 9825, 12897, 10069, 13829, 9896, 12711, 9660, 12460, 9063, 12155, 9733, 12532, 10184, 11180, 11771, 10886, 11166, 11279, 11458, 12193, 10931, 10842, 13173, 10283, 13490, 10081, 12532, 9997, 13221, 10141, 13913, 9896, 13530, 9928, 10451, 9636, 12265, 9385, 11949, 9256, 11220, 9811, 11710, 9468, 11846, 9034, 11847, 9022, 10978, 13097, 10065, 12673, 9684, 12430, 9997, 11049, 11699, 11607, 13256, 11882, 11600, 12004, 9774, 11330, 10694, 11828, 9261, 11440, 9720, 11620, 10447, 10857, 12441, 10357, 14092, 10194, 13509, 10042, 10977, 9776, 11814, 11571, 11723, 10970, 11115, 9459, 11687, 9972, 11524, 9323, 11425, 9950, 11426, 12593, 10296, 13853, 10159, 13442, 9982, 12318, 9666, 11735, 12365, 10916, 11678, 11231, 10816, 10478, 11937, 10635, 12854, 10442, 12601, 10299, 12140, 10343, 13239, 10165, 13298, 10054, 12879, 10422, 12190, 13001, 10865, 12630, 14331, 10663, 13714, 10788, 12806, 10189, 12213, 13447, 10693, 13446, 10587, 13611, 10309, 12356, 11153, 12010, 12292, 10785, 12962, 10526, 13371, 10085, 11005, 9801, 11929, 11194, 11296, 13808, 11138, 13936, 10642, 12729, 10216, 11751, 13151, 11196, 13390, 10559, 13250, 10195, 11593, 12347, 10932, 12490, 10762, 13886, 10676, 12324, 13883, 10999, 13887, 10632, 11623, 13205, 11017, 13472, 10512, 11832, 11540, 11412, 12952, 10714, 14525, 10630, 10954, 10089, 11667, 9715, 10794, 12819, 10678, 13572, 10396, 11824, 9939, 12204, 9921, 10583, 10898, 11465, 10104, 10804, 12644, 10190, 13294, 10026, 12492, 9896, 10631, 10245, 10672, 10724, 10646, 11883, 10627, 12811, 10538, 12479, 9813, 11994, 9493, 10825, 10089, 10593, 11370, 10459, 11958, 10321, 11933, 9989, 12678, 9935, 12937, 9891, 12019, 9527, 11130, 9146, 10885, 10758, 10997, 11561, 10309, 12758, 9812, 10400, 9583, 10957, 12080, 10330, 14634, 10350, 13411, 10454, 12390, 10133, 12559, 10070, 12901, 9966, 11125, 9866, 12514, 9646, 10236, 9983, 10675, 12495, 10537, 12070, 10336, 12627, 10303, 12384, 9518, 10469, 9493, 10703, 9547, 11481, 9776, 10410, 11846, 10615, 10559, 10726, 12069, 10369, 12321, 9882, 10220, 11607, 10318, 13164, 10143, 12466, 9788, 12954, 9672, 12917, 10410, 12387, 10273, 10981, 12368, 9663, 10401, 12893, 10028, 12852, 10376, 10517, 12786, 10442, 15662, 10516, 13525, 10572, 12659, 10297, 12129, 9832, 12283, 9831, 11667, 9458, 11415, 10336, 10459, 12900, 10177, 13332, 10069, 12999, 9835, 12494, 9676, 11394, 9719, 11580, 9600, 10478, 10126, 11105, 11020, 10826, 10767, 10409, 11499, 10291, 12790, 10277, 13004, 10411, 13255, 9965, 12067, 9896, 12734, 9685, 13083, 9760, 13265, 9435, 11429, 9557, 11468, 9828, 10879, 10739, 10713, 11519, 10576, 11852, 10181, 12693, 10174, 12902, 10224, 13013, 9951, 12795, 9974, 12567, 9792, 10947, 9388, 10758, 9586, 10827, 11366, 10384, 12443, 10249, 12930, 10214, 13169, 10026, 12135, 10134, 11118, 9794, 10957, 9679, 10796, 9998, 11768, 12043, 10643, 11254, 10511, 11128, 10421, 12667, 10336, 13218, 10412, 13320, 10225, 12912, 9814, 12303, 9839, 11843, 9575, 11612, 10033, 10807, 13503, 10334, 13361, 10472, 12282, 10464, 11820, 10134, 13014, 10058, 11576, 9802, 10909, 9806, 11320, 11451, 11155, 11866, 10549, 11749, 10616, 11416, 10334, 12025, 10254, 12816, 9837, 12802, 9925, 12623, 9786, 10099, 9672, 10742, 12058, 10618, 12831, 10390, 13264, 10190, 13158, 9994, 12682, 9806, 12321, 9781, 11153, 10799, 10998, 13791, 10610, 12530, 10533, 11847, 10340, 12291, 10197, 12894, 10098, 13232, 10156, 12963, 9937, 10766, 9734, 12352, 9687, 11533, 10013, 13075, 9945, 13132, 10323, 13308, 10148, 13522, 10148, 13280, 10068, 12640, 10331, 13324, 10241, 13165, 10270, 13069, 9943, 13297, 9915, 13240, 10144, 13277, 10324, 12856, 10472, 12710, 10743, 14118, 11021, 12763, 11162, 12734, 10116, 13049, 10293, 12945, 10162, 13290, 10223, 13214, 10180, 12547, 9835, 11957, 10239, 12058, 10693, 10976, 13368, 10678, 13411, 10565, 12899, 10446, 13027, 10127, 12600, 10056, 10754, 9786, 11181, 9856, 11077, 12163, 10781, 10825, 10639, 11014, 10988, 11141, 10379, 12141, 10651, 13410, 10577, 13528, 10498, 12513, 10180, 13337, 10439, 12608, 10801, 12161, 10782, 11255, 10680, 12514, 10880, 11245, 11456, 11508, 11562, 9712, 11512, 9660, 11676, 9500, 11383, 9527, 11426, 10580, 10607, 12478, 10544, 12995, 10730, 11386, 10812, 11505, 10472, 13191, 10497, 11676, 10903, 12284, 11337, 10497, 11654, 9890, 12394, 9957, 13052, 12474, 12054, 13537, 10953, 14214, 11051, 13940, 10900, 13513, 10653, 12789, 10417, 12316, 10604, 11850, 13244, 10975, 13529, 10955, 13924, 10755, 12344, 10420, 12798, 11992, 11094, 13926, 10820, 13978, 10717, 13032, 10358, 11118, 10120, 11952, 11238, 11318, 13685, 10620, 13482, 10439, 13523, 10570, 11964, 11595, 11126, 13515, 11021, 13513, 10474, 11307, 10091, 11362, 11901, 11292, 13626, 11013, 13516, 10612, 13690, 10384, 11476, 12396, 11208, 12662, 11224, 13549, 10719, 12048, 11879, 11447, 13751, 11167, 13402, 10465, 11788, 12899, 11325, 13608, 10865, 12704, 10075, 11337, 13434, 11224, 13499, 10265, 10960, 13882, 10991, 12971, 9942, 11457, 13699, 11200, 11878, 13685, 10588, 11267, 13543, 10202, 13683, 10534, 13520, 10234, 12331, 9865, 11206, 11388, 11094, 12192, 10696, 12677, 9821, 11221, 13502, 10999, 11744, 9984, 11280, 12829, 11028, 12922, 10037, 11592, 10133, 11236, 11368, 11191, 12873, 10561, 12692, 10073, 11009, 9721, 11126, 13372, 11173, 13195, 10726, 13405, 10712, 13041, 10344, 11140, 9913, 11988, 10014, 11694, 9865, 11374, 12173, 11275, 12796, 11198, 12496, 10907, 13108, 10329, 11799, 13930, 11294, 13340, 11153, 13324, 11105, 13908, 10893, 12958, 10373, 10872, 10169, 11545, 13548, 11001, 13329, 11235, 13745, 11093, 13138, 10761, 13206, 10397, 11485, 10118, 11695, 10230, 11246, 13309, 10920, 13477, 10330, 11698, 10269, 11765, 12283, 11300, 14256, 10625, 13608, 10589, 13344, 10534, 12615, 10232, 10958, 10084, 11833, 10022, 11139, 13430, 10443, 11384, 13740, 10494, 13442, 10765, 13271, 10277, 11100, 9824, 11330, 10887, 11100, 12986, 10820, 13780, 10659, 13667, 10695, 13301, 10168, 12116, 9851, 11506, 10894, 11186, 12014, 11307, 13428, 10765, 13364, 10553, 10704, 9643, 11350, 11123, 11155, 13194, 10571, 14379, 10344, 13325, 10186, 12685, 10037, 10676, 9474, 10735, 9965, 10934, 11570, 10602, 11998, 10380, 13256, 10179, 10714, 11220, 10821, 11944, 10792, 13403, 10378, 12736, 9439, 12174, 9835, 11621, 9814, 10763, 12239, 10806, 13795, 10516, 13563, 10418, 13015, 9979, 13207, 9874, 13446, 10243, 10539, 9678, 11866, 10807, 10890, 10153, 10362, 9797, 11499, 14065, 10938, 13577, 10618, 12053, 10193, 12614, 9589, 10995, 12727, 10746, 13380, 10473, 13040, 9804, 11504, 11053, 10664, 13564, 10529, 13500, 9938, 12769, 9731, 10348, 12155, 10689, 13320, 9991, 13004, 9909, 12087, 9581, 11335, 9606, 9680, 10349, 10330, 13207, 9924, 12663, 9964, 13775, 9616, 12806, 9164, 11970, 9231, 11710, 8926, 9993, 12396, 9611, 12847, 9064, 11703, 10205, 10698, 10688, 9470, 10771, 9435, 12127, 9140, 13413, 8966, 12960, 8839, 11945, 8791, 9583, 10773, 9265, 12826, 9038, 13441, 10192, 11825, 9141, 10641, 9215, 10040, 9319, 9628, 13512, 8862, 12751, 8614, 13073, 9388, 10715, 8608, 9725, 12816, 8872, 12593, 9770, 11481, 9662, 8760, 11400, 9148, 13700, 8953, 12294, 8723, 10521, 9448, 9131, 13618, 9026, 12739, 8814, 8935, 13150, 9174, 12199, 8775, 10256, 13063, 8936, 11686, 8872, 11476, 12734, 9871, 15152, 10243, 14416, 10724, 9710, 13071, 9193, 15343, 9405, 12694, 9323], 'WindowCenter': [4115.0, 4071.0, 4088.0, 4046.0, 4063.0, 4031.0, 4040.0, 4018.0, 4047.0, 4017.0, 4058.0, 4029.0, 4048.0, 4017.0, 4061.0, 4021.0, 4074.0, 4042.0, 4074.0, 4042.0, 4053.0, 4063.0, 4053.0, 4052.0, 4053.0, 4051.0, 4062.0, 4039.0, 4042.0, 4060.0, 4042.0, 4061.0, 4042.0, 4060.0, 4030.0, 4060.0, 4040.0, 4070.0, 4030.0, 4059.0, 4030.0, 4039.0, 4031.0, 4051.0, 4020.0, 4051.0, 4021.0, 4039.0, 4029.0, 4050.0, 4019.0, 4049.0, 4007.0, 4050.0, 4007.0, 4040.0, 4059.0, 4040.0, 4072.0, 4044.0, 4074.0, 4043.0, 4052.0, 4051.0, 4051.0, 4060.0, 4050.0, 4051.0, 4050.0, 4030.0, 4038.0, 4028.0, 4048.0, 4018.0, 4050.0, 4017.0, 4040.0, 4027.0, 4038.0, 4049.0, 4030.0, 4070.0, 4041.0, 4071.0, 4030.0, 4039.0, 4030.0, 4052.0, 4050.0, 4050.0, 4041.0, 4040.0, 4019.0, 4038.0, 4016.0, 4038.0, 4006.0, 4049.0, 4027.0, 4049.0, 4048.0, 4029.0, 4058.0, 4040.0, 4059.0, 4040.0, 4050.0, 4020.0, 4050.0, 4059.0, 4040.0, 4049.0, 4050.0, 4038.0, 4029.0, 4038.0, 4028.0, 4047.0, 4028.0, 4049.0, 4030.0, 4036.0, 4028.0, 4047.0, 4027.0, 4058.0, 4030.0, 4060.0, 4040.0, 4062.0, 4071.0, 4052.0, 4086.0, 4095.0, 4056.0, 4085.0, 4065.0, 4074.0, 4054.0, 4065.0, 4074.0, 4043.0, 4062.0, 4042.0, 4072.0, 4030.0, 4061.0, 4050.0, 4062.0, 4050.0, 4052.0, 4062.0, 4041.0, 4061.0, 4040.0, 4039.0, 4029.0, 4051.0, 4039.0, 4040.0, 4070.0, 4051.0, 4072.0, 4053.0, 4061.0, 4041.0, 4052.0, 4062.0, 4052.0, 4072.0, 4042.0, 4073.0, 4043.0, 4053.0, 4062.0, 4052.0, 4061.0, 4041.0, 4073.0, 4041.0, 4062.0, 4073.0, 4055.0, 4073.0, 4041.0, 4063.0, 4074.0, 4055.0, 4073.0, 4042.0, 4053.0, 4051.0, 4052.0, 4062.0, 4043.0, 4071.0, 4041.0, 4040.0, 4040.0, 4053.0, 4031.0, 4053.0, 4062.0, 4043.0, 4072.0, 4042.0, 4050.0, 4031.0, 4051.0, 4030.0, 4028.0, 4040.0, 4040.0, 4028.0, 4041.0, 4061.0, 4031.0, 4059.0, 4029.0, 4048.0, 4019.0, 4027.0, 4029.0, 4029.0, 4027.0, 4027.0, 4036.0, 4028.0, 4047.0, 4029.0, 4049.0, 4028.0, 4037.0, 4017.0, 4038.0, 4028.0, 4030.0, 4038.0, 4028.0, 4038.0, 4028.0, 4038.0, 4018.0, 4048.0, 4029.0, 4048.0, 4030.0, 4049.0, 4018.0, 4038.0, 4017.0, 4040.0, 4038.0, 4040.0, 4038.0, 4030.0, 4050.0, 4029.0, 4040.0, 4020.0, 4041.0, 4050.0, 4029.0, 4070.0, 4029.0, 4059.0, 4029.0, 4049.0, 4030.0, 4048.0, 4019.0, 4048.0, 4017.0, 4037.0, 4029.0, 4048.0, 4018.0, 4028.0, 4028.0, 4040.0, 4049.0, 4041.0, 4049.0, 4042.0, 4050.0, 4030.0, 4049.0, 4020.0, 4028.0, 4020.0, 4027.0, 4018.0, 4039.0, 4018.0, 4027.0, 4037.0, 4028.0, 4027.0, 4038.0, 4048.0, 4030.0, 4049.0, 4028.0, 4028.0, 4038.0, 4029.0, 4059.0, 4030.0, 4050.0, 4029.0, 4049.0, 4019.0, 4048.0, 4029.0, 4049.0, 4029.0, 4042.0, 4073.0, 4043.0, 4053.0, 4062.0, 4031.0, 4061.0, 4031.0, 4041.0, 4061.0, 4028.0, 4069.0, 4027.0, 4048.0, 4027.0, 4037.0, 4029.0, 4037.0, 4016.0, 4036.0, 4018.0, 4037.0, 4017.0, 4051.0, 4030.0, 4040.0, 4050.0, 4030.0, 4059.0, 4030.0, 4059.0, 4029.0, 4048.0, 4017.0, 4037.0, 4018.0, 4037.0, 4018.0, 4027.0, 4018.0, 4027.0, 4026.0, 4027.0, 4026.0, 4028.0, 4036.0, 4027.0, 4047.0, 4027.0, 4047.0, 4028.0, 4048.0, 4029.0, 4037.0, 4017.0, 4047.0, 4017.0, 4047.0, 4028.0, 4059.0, 4018.0, 4039.0, 4019.0, 4051.0, 4030.0, 4041.0, 4041.0, 4042.0, 4040.0, 4042.0, 4049.0, 4029.0, 4048.0, 4030.0, 4048.0, 4029.0, 4060.0, 4031.0, 4059.0, 4030.0, 4048.0, 4029.0, 4038.0, 4019.0, 4040.0, 4018.0, 4038.0, 4037.0, 4028.0, 4048.0, 4030.0, 4060.0, 4041.0, 4060.0, 4031.0, 4051.0, 4041.0, 4040.0, 4030.0, 4039.0, 4030.0, 4040.0, 4030.0, 4050.0, 4050.0, 4041.0, 4038.0, 4039.0, 4038.0, 4040.0, 4048.0, 4029.0, 4047.0, 4028.0, 4057.0, 4029.0, 4048.0, 4017.0, 4048.0, 4018.0, 4048.0, 4019.0, 4040.0, 4028.0, 4039.0, 4058.0, 4030.0, 4058.0, 4040.0, 4049.0, 4040.0, 4049.0, 4028.0, 4058.0, 4029.0, 4038.0, 4028.0, 4040.0, 4030.0, 4039.0, 4039.0, 4040.0, 4049.0, 4040.0, 4049.0, 4040.0, 4038.0, 4029.0, 4048.0, 4028.0, 4048.0, 4029.0, 4049.0, 4029.0, 4048.0, 4029.0, 4027.0, 4017.0, 4039.0, 4048.0, 4041.0, 4059.0, 4040.0, 4059.0, 4030.0, 4058.0, 4029.0, 4049.0, 4029.0, 4048.0, 4030.0, 4039.0, 4028.0, 4028.0, 4058.0, 4029.0, 4047.0, 4029.0, 4038.0, 4028.0, 4038.0, 4028.0, 4048.0, 4028.0, 4059.0, 4031.0, 4059.0, 4029.0, 4039.0, 4019.0, 4060.0, 4030.0, 4050.0, 4031.0, 4061.0, 4030.0, 4059.0, 4029.0, 4048.0, 4029.0, 4059.0, 4030.0, 4058.0, 4029.0, 4048.0, 4029.0, 4058.0, 4029.0, 4059.0, 4040.0, 4058.0, 4029.0, 4059.0, 4030.0, 4058.0, 4030.0, 4059.0, 4031.0, 4050.0, 4030.0, 4048.0, 4039.0, 4058.0, 4039.0, 4060.0, 4051.0, 4062.0, 4042.0, 4060.0, 4041.0, 4061.0, 4041.0, 4071.0, 4041.0, 4061.0, 4030.0, 4060.0, 4030.0, 4051.0, 4040.0, 4062.0, 4041.0, 4052.0, 4061.0, 4042.0, 4060.0, 4041.0, 4060.0, 4041.0, 4059.0, 4029.0, 4049.0, 4029.0, 4039.0, 4030.0, 4039.0, 4018.0, 4038.0, 4048.0, 4039.0, 4028.0, 4028.0, 4029.0, 4039.0, 4037.0, 4028.0, 4048.0, 4039.0, 4070.0, 4052.0, 4071.0, 4053.0, 4063.0, 4043.0, 4060.0, 4041.0, 4052.0, 4041.0, 4051.0, 4042.0, 4039.0, 4029.0, 4047.0, 4028.0, 4027.0, 4038.0, 4038.0, 4039.0, 4017.0, 4037.0, 4017.0, 4038.0, 4017.0, 4039.0, 4018.0, 4038.0, 4027.0, 4029.0, 4048.0, 4040.0, 4060.0, 4040.0, 4050.0, 4041.0, 4039.0, 4040.0, 4059.0, 4040.0, 4039.0, 4039.0, 4049.0, 4038.0, 4027.0, 4027.0, 4016.0, 4047.0, 4017.0, 4061.0, 4073.0, 4076.0, 4084.0, 4066.0, 4096.0, 4077.0, 4085.0, 4067.0, 4075.0, 4054.0, 4064.0, 4043.0, 4064.0, 4042.0, 4063.0, 4074.0, 4054.0, 4074.0, 4053.0, 4072.0, 4053.0, 4062.0, 4042.0, 4075.0, 4063.0, 4053.0, 4072.0, 4053.0, 4084.0, 4043.0, 4062.0, 4032.0, 4040.0, 4030.0, 4052.0, 4041.0, 4042.0, 4061.0, 4040.0, 4060.0, 4040.0, 4059.0, 4028.0, 4038.0, 4038.0, 4040.0, 4072.0, 4053.0, 4062.0, 4041.0, 4042.0, 4042.0, 4053.0, 4051.0, 4041.0, 4060.0, 4040.0, 4060.0, 4041.0, 4060.0, 4031.0, 4050.0, 4051.0, 4040.0, 4060.0, 4042.0, 4073.0, 4043.0, 4063.0, 4051.0, 4053.0, 4073.0, 4054.0, 4061.0, 4041.0, 4051.0, 4062.0, 4052.0, 4072.0, 4041.0, 4061.0, 4030.0, 4040.0, 4060.0, 4040.0, 4061.0, 4030.0, 4041.0, 4062.0, 4040.0, 4060.0, 4030.0, 4051.0, 4060.0, 4051.0, 4051.0, 4073.0, 4041.0, 4052.0, 4072.0, 4043.0, 4062.0, 4030.0, 4049.0, 4029.0, 4038.0, 4017.0, 4027.0, 4027.0, 4038.0, 4037.0, 4028.0, 4048.0, 4018.0, 4039.0, 4059.0, 4028.0, 4039.0, 4019.0, 4041.0, 4060.0, 4040.0, 4048.0, 4020.0, 4038.0, 4029.0, 4040.0, 4039.0, 4039.0, 4049.0, 4029.0, 4048.0, 4019.0, 4040.0, 4020.0, 4039.0, 4048.0, 4039.0, 4048.0, 4040.0, 4058.0, 4040.0, 4061.0, 4029.0, 4039.0, 4030.0, 4050.0, 4030.0, 4051.0, 4030.0, 4051.0, 4050.0, 4040.0, 4049.0, 4041.0, 4050.0, 4041.0, 4060.0, 4030.0, 4051.0, 4071.0, 4053.0, 4072.0, 4053.0, 4061.0, 4041.0, 4061.0, 4040.0, 4060.0, 4032.0, 4052.0, 4041.0, 4052.0, 4062.0, 4052.0, 4060.0, 4041.0, 4061.0, 4052.0, 4060.0, 4040.0, 4060.0, 4030.0, 4040.0, 4031.0, 4052.0, 4041.0, 4041.0, 4061.0, 4040.0, 4061.0, 4041.0, 4050.0, 4031.0, 4051.0, 4050.0, 4041.0, 4070.0, 4041.0, 4061.0, 4041.0, 4060.0, 4030.0, 4049.0, 4029.0, 4028.0, 4028.0, 4050.0, 4029.0, 4041.0, 4060.0, 4040.0, 4053.0, 4073.0, 4055.0, 4075.0, 4042.0, 4060.0, 4030.0, 4040.0, 4030.0, 4052.0, 4040.0, 4041.0, 4061.0, 4041.0, 4060.0, 4042.0, 4062.0, 4042.0, 4061.0, 4030.0, 4050.0, 4030.0, 4055.0, 4042.0, 4041.0, 4050.0, 4040.0, 4060.0, 4041.0, 4063.0, 4041.0, 4040.0, 4030.0, 4053.0, 4053.0, 4055.0, 4062.0, 4044.0, 4071.0, 4031.0, 4061.0, 4032.0, 4049.0, 4020.0, 4028.0, 4018.0, 4028.0, 4018.0, 4028.0, 4038.0, 4029.0, 4039.0, 4029.0, 4061.0, 4030.0, 4030.0, 4040.0, 4042.0, 4040.0, 4041.0, 4061.0, 4031.0, 4051.0, 4020.0, 4038.0, 4030.0, 4039.0, 4019.0, 4029.0, 4039.0, 4029.0, 4060.0, 4042.0, 4060.0, 4030.0, 4060.0, 4030.0, 4060.0, 4031.0, 4062.0, 4031.0, 4030.0, 4020.0, 4051.0, 4040.0, 4040.0, 4030.0, 4030.0, 4029.0, 4040.0, 4070.0, 4041.0, 4061.0, 4042.0, 4050.0, 4031.0, 4050.0, 4020.0, 4041.0, 4062.0, 4041.0, 4060.0, 4031.0, 4060.0, 4031.0, 4050.0, 4041.0, 4030.0, 4060.0, 4040.0, 4060.0, 4030.0, 4050.0, 4030.0, 4029.0, 4050.0, 4030.0, 4060.0, 4031.0, 4060.0, 4030.0, 4038.0, 4018.0, 4027.0, 4019.0, 4019.0, 4028.0, 4029.0, 4049.0, 4029.0, 4060.0, 4031.0, 4060.0, 4019.0, 4049.0, 4019.0, 4038.0, 4020.0, 4050.0, 4009.0, 4018.0, 4049.0, 4030.0, 4060.0, 4022.0, 4050.0, 4030.0, 4029.0, 4030.0, 4018.0, 4030.0, 4008.0, 4038.0, 4008.0, 4049.0, 4008.0, 4060.0, 4021.0, 4050.0, 4009.0, 4030.0, 4040.0, 4021.0, 4061.0, 4023.0, 4062.0, 4031.0, 4039.0, 4019.0, 4028.0, 4019.0, 4030.0, 4019.0, 4019.0, 4059.0, 4009.0, 4049.0, 4010.0, 4062.0, 4020.0, 4028.0, 4008.0, 4020.0, 4061.0, 4023.0, 4061.0, 4032.0, 4041.0, 4020.0, 4010.0, 4042.0, 4020.0, 4060.0, 4009.0, 4049.0, 4011.0, 4030.0, 4020.0, 4020.0, 4060.0, 4021.0, 4061.0, 4020.0, 4021.0, 4062.0, 4032.0, 4062.0, 4023.0, 4055.0, 4074.0, 4037.0, 4078.0, 4037.0, 4067.0, 4074.0, 4034.0, 4097.0, 4044.0, 4062.0, 4042.0, 4032.0, 4062.0, 4046.0, 4084.0, 4022.0, 4051.0, 4021.0], 'WindowWidth': [9120.0, 9054.0, 9068.0, 9008.0, 9024.0, 8976.0, 8983.0, 8954.0, 8989.0, 8949.0, 9005.0, 8967.0, 8990.0, 8951.0, 9013.0, 8962.0, 9038.0, 8993.0, 9039.0, 8994.0, 9009.0, 9021.0, 9009.0, 9005.0, 9007.0, 9003.0, 9018.0, 8984.0, 8990.0, 9012.0, 8992.0, 9015.0, 8993.0, 9012.0, 8974.0, 9010.0, 8984.0, 9022.0, 8971.0, 9009.0, 8972.0, 8982.0, 8973.0, 9000.0, 8958.0, 9001.0, 8961.0, 8981.0, 8969.0, 8997.0, 8954.0, 8993.0, 8938.0, 8998.0, 8937.0, 8985.0, 9009.0, 8988.0, 9031.0, 8998.0, 9037.0, 8998.0, 9004.0, 9004.0, 9001.0, 9014.0, 8998.0, 9000.0, 8998.0, 8971.0, 8977.0, 8965.0, 8992.0, 8951.0, 8996.0, 8951.0, 8983.0, 8962.0, 8980.0, 8994.0, 8971.0, 9023.0, 8988.0, 9028.0, 8974.0, 8983.0, 8973.0, 9003.0, 9000.0, 8997.0, 8989.0, 8985.0, 8954.0, 8976.0, 8947.0, 8977.0, 8933.0, 8994.0, 8963.0, 8993.0, 8992.0, 8968.0, 9005.0, 8985.0, 9009.0, 8988.0, 8997.0, 8958.0, 8997.0, 9010.0, 8985.0, 8995.0, 8998.0, 8979.0, 8969.0, 8978.0, 8966.0, 8990.0, 8966.0, 8995.0, 8971.0, 8973.0, 8965.0, 8988.0, 8963.0, 9006.0, 8972.0, 9010.0, 8985.0, 9020.0, 9029.0, 9005.0, 9059.0, 9071.0, 9019.0, 9055.0, 9029.0, 9038.0, 9013.0, 9026.0, 9037.0, 8994.0, 9017.0, 8990.0, 9028.0, 8971.0, 9013.0, 8999.0, 9017.0, 9000.0, 9006.0, 9017.0, 8987.0, 9013.0, 8987.0, 8981.0, 8970.0, 9001.0, 8984.0, 8983.0, 9026.0, 9002.0, 9029.0, 9008.0, 9014.0, 8987.0, 9004.0, 9019.0, 9004.0, 9030.0, 8992.0, 9034.0, 8994.0, 9008.0, 9018.0, 9004.0, 9016.0, 8990.0, 9031.0, 8988.0, 9017.0, 9034.0, 9013.0, 9032.0, 8989.0, 9020.0, 9036.0, 9013.0, 9034.0, 8992.0, 9005.0, 9003.0, 9004.0, 9018.0, 8993.0, 9028.0, 8987.0, 8984.0, 8985.0, 9007.0, 8976.0, 9008.0, 9018.0, 8993.0, 9028.0, 8990.0, 8996.0, 8975.0, 8998.0, 8970.0, 8963.0, 8983.0, 8982.0, 8963.0, 8985.0, 9012.0, 8973.0, 9006.0, 8967.0, 8988.0, 8954.0, 8961.0, 8969.0, 8965.0, 8961.0, 8959.0, 8972.0, 8964.0, 8987.0, 8969.0, 8994.0, 8966.0, 8974.0, 8949.0, 8978.0, 8963.0, 8969.0, 8979.0, 8966.0, 8975.0, 8962.0, 8975.0, 8950.0, 8989.0, 8968.0, 8991.0, 8969.0, 8990.0, 8951.0, 8977.0, 8950.0, 8981.0, 8978.0, 8984.0, 8979.0, 8971.0, 8995.0, 8968.0, 8984.0, 8959.0, 8989.0, 8998.0, 8969.0, 9023.0, 8968.0, 9006.0, 8967.0, 8993.0, 8970.0, 8991.0, 8952.0, 8988.0, 8949.0, 8975.0, 8969.0, 8990.0, 8951.0, 8965.0, 8966.0, 8983.0, 8995.0, 8988.0, 8996.0, 8991.0, 8997.0, 8972.0, 8992.0, 8957.0, 8964.0, 8958.0, 8961.0, 8952.0, 8979.0, 8951.0, 8959.0, 8974.0, 8964.0, 8960.0, 8977.0, 8991.0, 8972.0, 8994.0, 8967.0, 8964.0, 8978.0, 8968.0, 9008.0, 8971.0, 8997.0, 8970.0, 8993.0, 8954.0, 8991.0, 8968.0, 8993.0, 8968.0, 8988.0, 9035.0, 8996.0, 9010.0, 9019.0, 8976.0, 9012.0, 8974.0, 8986.0, 9015.0, 8964.0, 9019.0, 8961.0, 8990.0, 8960.0, 8974.0, 8966.0, 8973.0, 8945.0, 8968.0, 8949.0, 8974.0, 8949.0, 9001.0, 8969.0, 8984.0, 8996.0, 8970.0, 9006.0, 8971.0, 9005.0, 8968.0, 8988.0, 8949.0, 8973.0, 8950.0, 8972.0, 8951.0, 8961.0, 8950.0, 8959.0, 8958.0, 8961.0, 8960.0, 8966.0, 8973.0, 8962.0, 8986.0, 8963.0, 8987.0, 8965.0, 8990.0, 8968.0, 8974.0, 8949.0, 8986.0, 8948.0, 8985.0, 8964.0, 9007.0, 8954.0, 8980.0, 8954.0, 8999.0, 8970.0, 8988.0, 8987.0, 8989.0, 8983.0, 8990.0, 8994.0, 8969.0, 8991.0, 8970.0, 8990.0, 8968.0, 9008.0, 8974.0, 9008.0, 8971.0, 8990.0, 8967.0, 8977.0, 8956.0, 8983.0, 8952.0, 8977.0, 8974.0, 8964.0, 8991.0, 8970.0, 9010.0, 8989.0, 9011.0, 8973.0, 8999.0, 8987.0, 8984.0, 8972.0, 8982.0, 8973.0, 8984.0, 8970.0, 8996.0, 8996.0, 8985.0, 8979.0, 8982.0, 8979.0, 8985.0, 8992.0, 8967.0, 8988.0, 8964.0, 9001.0, 8968.0, 8990.0, 8950.0, 8989.0, 8951.0, 8990.0, 8954.0, 8982.0, 8965.0, 8980.0, 9006.0, 8971.0, 9005.0, 8985.0, 8994.0, 8985.0, 8994.0, 8966.0, 9002.0, 8966.0, 8977.0, 8967.0, 8985.0, 8973.0, 8982.0, 8981.0, 8983.0, 8994.0, 8983.0, 8993.0, 8983.0, 8980.0, 8969.0, 8991.0, 8964.0, 8989.0, 8967.0, 8992.0, 8968.0, 8992.0, 8967.0, 8962.0, 8948.0, 8980.0, 8991.0, 8986.0, 9007.0, 8986.0, 9009.0, 8972.0, 9004.0, 8967.0, 8993.0, 8967.0, 8991.0, 8970.0, 8979.0, 8965.0, 8962.0, 9004.0, 8966.0, 8989.0, 8968.0, 8977.0, 8966.0, 8977.0, 8964.0, 8990.0, 8965.0, 9005.0, 8973.0, 9007.0, 8969.0, 8980.0, 8954.0, 9010.0, 8973.0, 8996.0, 8974.0, 9013.0, 8971.0, 9006.0, 8968.0, 8990.0, 8966.0, 9008.0, 8969.0, 9006.0, 8968.0, 8990.0, 8968.0, 9004.0, 8970.0, 9007.0, 8986.0, 9006.0, 8967.0, 9006.0, 8970.0, 9004.0, 8970.0, 9007.0, 8972.0, 8997.0, 8969.0, 8990.0, 8980.0, 9006.0, 8982.0, 9013.0, 9002.0, 9015.0, 8989.0, 9012.0, 8989.0, 9013.0, 8990.0, 9027.0, 8989.0, 9013.0, 8971.0, 9012.0, 8971.0, 9002.0, 8986.0, 9020.0, 8988.0, 9004.0, 9015.0, 8991.0, 9012.0, 8989.0, 9012.0, 8988.0, 9006.0, 8969.0, 8992.0, 8967.0, 8980.0, 8972.0, 8980.0, 8952.0, 8979.0, 8991.0, 8981.0, 8964.0, 8966.0, 8966.0, 8979.0, 8975.0, 8965.0, 8990.0, 8981.0, 9022.0, 9004.0, 9029.0, 9007.0, 9018.0, 8992.0, 9012.0, 8989.0, 9002.0, 8987.0, 9002.0, 8989.0, 8982.0, 8967.0, 8988.0, 8963.0, 8961.0, 8977.0, 8979.0, 8980.0, 8949.0, 8975.0, 8947.0, 8976.0, 8948.0, 8980.0, 8952.0, 8978.0, 8961.0, 8966.0, 8992.0, 8985.0, 9011.0, 8985.0, 8998.0, 8988.0, 8981.0, 8985.0, 9008.0, 8985.0, 8982.0, 8983.0, 8996.0, 8979.0, 8961.0, 8959.0, 8946.0, 8987.0, 8949.0, 9014.0, 9035.0, 9045.0, 9052.0, 9033.0, 9070.0, 9047.0, 9055.0, 9034.0, 9038.0, 9013.0, 9023.0, 8994.0, 9022.0, 8990.0, 9021.0, 9036.0, 9011.0, 9037.0, 9009.0, 9031.0, 9007.0, 9017.0, 8991.0, 9041.0, 9020.0, 9008.0, 9031.0, 9008.0, 9049.0, 8994.0, 9017.0, 8977.0, 8982.0, 8971.0, 9002.0, 8988.0, 8988.0, 9012.0, 8984.0, 9009.0, 8985.0, 9006.0, 8965.0, 8977.0, 8978.0, 8985.0, 9031.0, 9007.0, 9015.0, 8988.0, 8988.0, 8990.0, 9005.0, 9001.0, 8987.0, 9010.0, 8984.0, 9009.0, 8987.0, 9011.0, 8973.0, 8995.0, 9000.0, 8984.0, 9011.0, 8988.0, 9030.0, 8994.0, 9018.0, 9001.0, 9007.0, 9032.0, 9011.0, 9012.0, 8987.0, 9000.0, 9017.0, 9002.0, 9029.0, 8989.0, 9012.0, 8971.0, 8984.0, 9009.0, 8983.0, 9010.0, 8972.0, 8987.0, 9016.0, 8985.0, 9010.0, 8972.0, 9002.0, 9012.0, 9001.0, 8999.0, 9034.0, 8989.0, 9005.0, 9029.0, 8995.0, 9015.0, 8971.0, 8994.0, 8967.0, 8976.0, 8947.0, 8958.0, 8959.0, 8976.0, 8972.0, 8964.0, 8991.0, 8951.0, 8979.0, 9006.0, 8965.0, 8979.0, 8953.0, 8986.0, 9011.0, 8983.0, 8989.0, 8955.0, 8975.0, 8965.0, 8982.0, 8980.0, 8979.0, 8991.0, 8965.0, 8988.0, 8953.0, 8981.0, 8957.0, 8980.0, 8990.0, 8977.0, 8990.0, 8981.0, 9003.0, 8984.0, 9012.0, 8969.0, 8980.0, 8969.0, 8997.0, 8970.0, 8999.0, 8973.0, 9000.0, 8996.0, 8983.0, 8994.0, 8986.0, 8996.0, 8987.0, 9008.0, 8969.0, 8999.0, 9028.0, 9007.0, 9032.0, 9007.0, 9014.0, 8988.0, 9010.0, 8984.0, 9008.0, 8976.0, 9004.0, 8987.0, 9002.0, 9015.0, 9003.0, 9011.0, 8986.0, 9012.0, 9004.0, 9011.0, 8984.0, 9008.0, 8971.0, 8983.0, 8972.0, 9003.0, 8986.0, 8987.0, 9012.0, 8984.0, 9010.0, 8986.0, 8997.0, 8974.0, 9001.0, 8998.0, 8986.0, 9023.0, 8987.0, 9012.0, 8986.0, 9011.0, 8972.0, 8992.0, 8968.0, 8963.0, 8964.0, 8997.0, 8969.0, 8987.0, 9008.0, 8984.0, 9005.0, 9033.0, 9017.0, 9040.0, 8992.0, 9010.0, 8969.0, 8982.0, 8968.0, 9003.0, 8985.0, 8987.0, 9012.0, 8988.0, 9009.0, 8990.0, 9017.0, 8990.0, 9010.0, 8969.0, 8997.0, 8972.0, 9011.0, 8991.0, 8987.0, 8997.0, 8984.0, 9010.0, 8987.0, 9018.0, 8987.0, 8984.0, 8972.0, 9006.0, 9006.0, 9012.0, 9017.0, 8996.0, 9027.0, 8972.0, 9012.0, 8976.0, 8991.0, 8955.0, 8962.0, 8952.0, 8964.0, 8951.0, 8962.0, 8976.0, 8965.0, 8978.0, 8967.0, 9011.0, 8971.0, 8969.0, 8984.0, 8988.0, 8982.0, 8988.0, 9013.0, 8974.0, 8997.0, 8957.0, 8977.0, 8970.0, 8980.0, 8953.0, 8966.0, 8979.0, 8967.0, 9009.0, 8988.0, 9008.0, 8969.0, 9009.0, 8971.0, 9008.0, 8974.0, 9015.0, 8973.0, 8969.0, 8957.0, 8999.0, 8986.0, 8984.0, 8972.0, 8971.0, 8967.0, 8984.0, 9022.0, 8988.0, 9013.0, 8992.0, 8997.0, 8975.0, 8997.0, 8957.0, 8985.0, 9016.0, 8987.0, 9011.0, 8974.0, 9007.0, 8973.0, 8997.0, 8987.0, 8971.0, 9011.0, 8983.0, 9008.0, 8971.0, 8996.0, 8973.0, 8968.0, 8998.0, 8970.0, 9009.0, 8972.0, 9011.0, 8971.0, 8977.0, 8952.0, 8961.0, 8952.0, 8954.0, 8965.0, 8965.0, 8994.0, 8968.0, 9010.0, 8973.0, 9008.0, 8955.0, 8992.0, 8953.0, 8976.0, 8957.0, 8995.0, 8941.0, 8951.0, 8995.0, 8970.0, 9010.0, 8964.0, 8997.0, 8973.0, 8966.0, 8972.0, 8949.0, 8969.0, 8937.0, 8977.0, 8938.0, 8993.0, 8938.0, 9008.0, 8961.0, 8996.0, 8943.0, 8971.0, 8986.0, 8962.0, 9013.0, 8966.0, 9016.0, 8973.0, 8980.0, 8954.0, 8962.0, 8956.0, 8971.0, 8955.0, 8952.0, 9007.0, 8942.0, 8992.0, 8944.0, 9016.0, 8957.0, 8963.0, 8939.0, 8956.0, 9013.0, 8967.0, 9015.0, 8978.0, 8985.0, 8958.0, 8945.0, 8990.0, 8958.0, 9009.0, 8942.0, 8995.0, 8948.0, 8969.0, 8956.0, 8959.0, 9010.0, 8961.0, 9013.0, 8959.0, 8959.0, 9016.0, 8977.0, 9016.0, 8970.0, 9015.0, 9038.0, 8997.0, 9051.0, 8996.0, 9031.0, 9039.0, 8983.0, 9074.0, 8998.0, 9017.0, 8989.0, 8977.0, 9016.0, 9004.0, 9051.0, 8963.0, 8998.0, 8961.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.004295929038281979</td></tr>
<tr><td colspan=3>aqi</td><td>0.024158335574229695</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.82706158372896</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.276972120906541</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0426900241121495</td></tr>
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
<tr><td colspan=3>fber</td><td>6689.9458</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06965899828663331</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6535947712418301</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.550520570211851</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5533084845789276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7888199335093513</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.309433292547274</td></tr>
<tr><td colspan=3>gcor</td><td>0.0052051</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020965764299035072</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018389111384749413</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</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.410351454078202</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>39.0403</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2649</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.3004</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>804.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.7737</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.616</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.7754</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3247.9</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>718.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1025.3996</td></tr>
<tr><td colspan=3>tsnr</td><td>37.15665488853119</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>