<?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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-01/func/sub-0131_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>422a0ac957acfb6966fce8640ac96413</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:44:49.960000</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.986675, 0.146096, -0.0716103, -0.131826, 0.975804, 0.174439]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.10138</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>35</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -8196, -7415, 350, -236, -1164, 618, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69e0f1e5-6a29-4f4b-b2c3-cd67a52cabb4||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.6471774578094482, -0.3536791503429413, -0.2574785351753235, 132.00511169433594], [-0.3919645845890045, 2.6180102825164795, 0.4392206370830536, -93.62467193603516], [-0.19212527573108673, -0.4680064618587494, 2.6515636444091797, -28.957597732543945], [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': ['184449.960000', '184450.420000', '184450.880000', '184451.340000', '184451.800000', '184452.260000', '184452.720000', '184453.180000', '184453.640000', '184454.100000', '184454.560000', '184455.020000', '184455.480000', '184455.940000', '184456.400000', '184456.860000', '184457.320000', '184457.780000', '184458.240000', '184458.700000', '184459.160000', '184459.620000', '184500.080000', '184500.540000', '184501.000000', '184501.460000', '184501.920000', '184502.380000', '184502.840000', '184503.300000', '184503.760000', '184504.220000', '184504.680000', '184505.140000', '184505.600000', '184506.060000', '184506.520000', '184506.980000', '184507.440000', '184507.900000', '184508.360000', '184508.820000', '184509.280000', '184509.740000', '184510.200000', '184510.660000', '184511.120000', '184511.580000', '184512.040000', '184512.500000', '184512.960000', '184513.420000', '184513.880000', '184514.340000', '184514.800000', '184515.260000', '184515.720000', '184516.180000', '184516.640000', '184517.100000', '184517.560000', '184518.020000', '184518.480000', '184518.940000', '184519.400000', '184519.860000', '184520.320000', '184520.780000', '184521.240000', '184521.700000', '184522.160000', '184522.620000', '184523.080000', '184523.540000', '184524.000000', '184524.460000', '184524.920000', '184525.380000', '184525.840000', '184526.300000', '184526.760000', '184527.220000', '184527.680000', '184528.140000', '184528.600000', '184529.060000', '184529.520000', '184529.980000', '184530.440000', '184530.900000', '184531.360000', '184531.820000', '184532.280000', '184532.740000', '184533.200000', '184533.660000', '184534.120000', '184534.580000', '184535.040000', '184535.500000', '184535.960000', '184536.420000', '184536.880000', '184537.340000', '184537.800000', '184538.260000', '184538.720000', '184539.180000', '184539.640000', '184540.100000', '184540.560000', '184541.020000', '184541.480000', '184541.940000', '184542.400000', '184542.860000', '184543.320000', '184543.780000', '184544.240000', '184544.700000', '184545.160000', '184545.620000', '184546.080000', '184546.540000', '184547.000000', '184547.460000', '184547.920000', '184548.380000', '184548.840000', '184549.300000', '184549.760000', '184550.220000', '184550.680000', '184551.140000', '184551.600000', '184552.060000', '184552.520000', '184552.980000', '184553.440000', '184553.900000', '184554.360000', '184554.820000', '184555.280000', '184555.740000', '184556.200000', '184556.660000', '184557.120000', '184557.580000', '184558.040000', '184558.500000', '184558.960000', '184559.420000', '184559.880000', '184600.340000', '184600.800000', '184601.260000', '184601.720000', '184602.180000', '184602.640000', '184603.100000', '184603.560000', '184604.020000', '184604.480000', '184604.940000', '184605.400000', '184605.860000', '184606.320000', '184606.780000', '184607.240000', '184607.700000', '184608.160000', '184608.620000', '184609.080000', '184609.540000', '184610.000000', '184610.460000', '184610.920000', '184611.380000', '184611.840000', '184612.300000', '184612.760000', '184613.220000', '184613.680000', '184614.140000', '184614.600000', '184615.060000', '184615.520000', '184615.980000', '184616.440000', '184616.900000', '184617.360000', '184617.820000', '184618.280000', '184618.740000', '184619.200000', '184619.660000', '184620.120000', '184620.580000', '184621.040000', '184621.500000', '184621.960000', '184622.420000', '184622.880000', '184623.340000', '184623.800000', '184624.260000', '184624.720000', '184625.180000', '184625.640000', '184626.100000', '184626.560000', '184627.020000', '184627.480000', '184627.940000', '184628.400000', '184628.860000', '184629.320000', '184629.780000', '184630.240000', '184630.700000', '184631.160000', '184631.620000', '184632.080000', '184632.540000', '184633.000000', '184633.460000', '184633.920000', '184634.380000', '184634.840000', '184635.300000', '184635.760000', '184636.220000', '184636.680000', '184637.140000', '184637.600000', '184638.060000', '184638.520000', '184638.980000', '184639.440000', '184639.900000', '184640.360000', '184640.820000', '184641.280000', '184641.740000', '184642.200000', '184642.660000', '184643.120000', '184643.580000', '184644.040000', '184644.500000', '184644.960000', '184645.420000', '184645.880000', '184646.340000', '184646.800000', '184647.260000', '184647.720000', '184648.180000', '184648.640000', '184649.100000', '184649.560000', '184650.020000', '184650.480000', '184650.940000', '184651.400000', '184651.860000', '184652.320000', '184652.780000', '184653.240000', '184653.700000', '184654.160000', '184654.620000', '184655.080000', '184655.540000', '184656.000000', '184656.460000', '184656.920000', '184657.380000', '184657.840000', '184658.300000', '184658.760000', '184659.220000', '184659.680000', '184700.140000', '184700.600000', '184701.060000', '184701.520000', '184701.980000', '184702.440000', '184702.900000', '184703.360000', '184703.820000', '184704.280000', '184704.740000', '184705.200000', '184705.660000', '184706.120000', '184706.580000', '184707.040000', '184707.500000', '184707.960000', '184708.420000', '184708.880000', '184709.340000', '184709.800000', '184710.260000', '184710.720000', '184711.180000', '184711.640000', '184712.100000', '184712.560000', '184713.020000', '184713.480000', '184713.940000', '184714.400000', '184714.860000', '184715.320000', '184715.780000', '184716.240000', '184716.700000', '184717.160000', '184717.620000', '184718.080000', '184718.540000', '184719.000000', '184719.460000', '184719.920000', '184720.380000', '184720.840000', '184721.300000', '184721.760000', '184722.220000', '184722.680000', '184723.140000', '184723.600000', '184724.060000', '184724.520000', '184724.980000', '184725.440000', '184725.900000', '184726.360000', '184726.820000', '184727.280000', '184727.740000', '184728.200000', '184728.660000', '184729.120000', '184729.580000', '184730.040000', '184730.500000', '184730.960000', '184731.420000', '184731.880000', '184732.340000', '184732.800000', '184733.260000', '184733.720000', '184734.180000', '184734.640000', '184735.100000', '184735.560000', '184736.020000', '184736.480000', '184736.940000', '184737.400000', '184737.860000', '184738.320000', '184738.780000', '184739.240000', '184739.700000', '184740.160000', '184740.620000', '184741.080000', '184741.540000', '184742.000000', '184742.460000', '184742.920000', '184743.380000', '184743.840000', '184744.300000', '184744.760000', '184745.220000', '184745.680000', '184746.140000', '184746.600000', '184747.060000', '184747.520000', '184747.980000', '184748.440000', '184748.900000', '184749.360000', '184749.820000', '184750.280000', '184750.740000', '184751.200000', '184751.660000', '184752.120000', '184752.580000', '184753.040000', '184753.500000', '184753.960000', '184754.420000', '184754.880000', '184755.340000', '184755.800000', '184756.260000', '184756.720000', '184757.180000', '184757.640000', '184758.100000', '184758.560000', '184759.020000', '184759.480000', '184759.940000', '184800.400000', '184800.860000', '184801.320000', '184801.780000', '184802.240000', '184802.700000', '184803.160000', '184803.620000', '184804.080000', '184804.540000', '184805.000000', '184805.460000', '184805.920000', '184806.380000', '184806.840000', '184807.300000', '184807.760000', '184808.220000', '184808.680000', '184809.140000', '184809.600000', '184810.060000', '184810.520000', '184810.980000', '184811.440000', '184811.900000', '184812.360000', '184812.820000', '184813.280000', '184813.740000', '184814.200000', '184814.660000', '184815.120000', '184815.580000', '184816.040000', '184816.500000', '184816.960000', '184817.420000', '184817.880000', '184818.340000', '184818.800000', '184819.260000', '184819.720000', '184820.180000', '184820.640000', '184821.100000', '184821.560000', '184822.020000', '184822.480000', '184822.940000', '184823.400000', '184823.860000', '184824.320000', '184824.780000', '184825.240000', '184825.700000', '184826.160000', '184826.620000', '184827.080000', '184827.540000', '184828.000000', '184828.460000', '184828.920000', '184829.380000', '184829.840000', '184830.300000', '184830.760000', '184831.220000', '184831.680000', '184832.140000', '184832.600000', '184833.060000', '184833.520000', '184833.980000', '184834.440000', '184834.900000', '184835.360000', '184835.820000', '184836.280000', '184836.740000', '184837.200000', '184837.660000', '184838.120000', '184838.580000', '184839.040000', '184839.500000', '184839.960000', '184840.420000', '184840.880000', '184841.340000', '184841.800000', '184842.260000', '184842.720000', '184843.180000', '184843.640000', '184844.100000', '184844.560000', '184845.020000', '184845.480000', '184845.940000', '184846.400000', '184846.860000', '184847.320000', '184847.780000', '184848.240000', '184848.700000', '184849.160000', '184849.620000', '184850.080000', '184850.540000', '184851.000000', '184851.460000', '184851.920000', '184852.380000', '184852.840000', '184853.300000', '184853.760000', '184854.220000', '184854.680000', '184855.140000', '184855.600000', '184856.060000', '184856.520000', '184856.980000', '184857.440000', '184857.900000', '184858.360000', '184858.820000', '184859.280000', '184859.740000', '184900.200000', '184900.660000', '184901.120000', '184901.580000', '184902.040000', '184902.500000', '184902.960000', '184903.420000', '184903.880000', '184904.340000', '184904.800000', '184905.260000', '184905.720000', '184906.180000', '184906.640000', '184907.100000', '184907.560000', '184908.020000', '184908.480000', '184908.940000', '184909.400000', '184909.860000', '184910.320000', '184910.780000', '184911.240000', '184911.700000', '184912.160000', '184912.620000', '184913.080000', '184913.540000', '184914.000000', '184914.460000', '184914.920000', '184915.380000', '184915.840000', '184916.300000', '184916.760000', '184917.220000', '184917.680000', '184918.140000', '184918.600000', '184919.060000', '184919.520000', '184919.980000', '184920.440000', '184920.900000', '184921.360000', '184921.820000', '184922.280000', '184922.740000', '184923.200000', '184923.660000', '184924.120000', '184924.580000', '184925.040000', '184925.500000', '184925.960000', '184926.420000', '184926.880000', '184927.340000', '184927.800000', '184928.260000', '184928.720000', '184929.180000', '184929.640000', '184930.100000', '184930.560000', '184931.020000', '184931.480000', '184931.940000', '184932.400000', '184932.860000', '184933.320000', '184933.780000', '184934.240000', '184934.700000', '184935.160000', '184935.620000', '184936.080000', '184936.540000', '184937.000000', '184937.460000', '184937.920000', '184938.380000', '184938.840000', '184939.300000', '184939.760000', '184940.220000', '184940.680000', '184941.140000', '184941.600000', '184942.060000', '184942.520000', '184942.980000', '184943.440000', '184943.900000', '184944.360000', '184944.820000', '184945.280000', '184945.740000', '184946.200000', '184946.660000', '184947.120000', '184947.580000', '184948.040000', '184948.500000', '184948.960000', '184949.420000', '184949.880000', '184950.340000', '184950.800000', '184951.260000', '184951.720000', '184952.180000', '184952.640000', '184953.100000', '184953.560000', '184954.020000', '184954.480000', '184954.940000', '184955.400000', '184955.860000', '184956.320000', '184956.780000', '184957.240000', '184957.700000', '184958.160000', '184958.620000', '184959.080000', '184959.540000', '185000.000000', '185000.460000', '185000.920000', '185001.380000', '185001.840000', '185002.300000', '185002.760000', '185003.220000', '185003.680000', '185004.140000', '185004.600000', '185005.060000', '185005.520000', '185005.980000', '185006.440000', '185006.900000', '185007.360000', '185007.820000', '185008.280000', '185008.740000', '185009.200000', '185009.660000', '185010.120000', '185010.580000', '185011.040000', '185011.500000', '185011.960000', '185012.420000', '185012.880000', '185013.340000', '185013.800000', '185014.260000', '185014.720000', '185015.180000', '185015.640000', '185016.100000', '185016.560000', '185017.020000', '185017.480000', '185017.940000', '185018.400000', '185018.860000', '185019.320000', '185019.780000', '185020.240000', '185020.700000', '185021.160000', '185021.620000', '185022.080000', '185022.540000', '185023.000000', '185023.460000', '185023.920000', '185024.380000', '185024.840000', '185025.300000', '185025.760000', '185026.220000', '185026.680000', '185027.140000', '185027.600000', '185028.060000', '185028.520000', '185028.980000', '185029.440000', '185029.900000', '185030.360000', '185030.820000', '185031.280000', '185031.740000', '185032.200000', '185032.660000', '185033.120000', '185033.580000', '185034.040000', '185034.500000', '185034.960000', '185035.420000', '185035.880000', '185036.340000', '185036.800000', '185037.260000', '185037.720000', '185038.180000', '185038.640000', '185039.100000', '185039.560000', '185040.020000', '185040.480000', '185040.940000', '185041.400000', '185041.860000', '185042.320000', '185042.780000', '185043.240000', '185043.700000', '185044.160000', '185044.620000', '185045.080000', '185045.540000', '185046.000000', '185046.460000', '185046.920000', '185047.380000', '185047.840000', '185048.300000', '185048.760000', '185049.220000', '185049.680000', '185050.140000', '185050.600000', '185051.060000', '185051.520000', '185051.980000', '185052.440000', '185052.900000', '185053.360000', '185053.820000', '185054.280000', '185054.740000', '185055.200000', '185055.660000', '185056.120000', '185056.580000', '185057.040000', '185057.500000', '185057.960000', '185058.420000', '185058.880000', '185059.340000', '185059.800000', '185100.260000', '185100.720000', '185101.180000', '185101.640000', '185102.100000', '185102.560000', '185103.020000', '185103.480000', '185103.940000', '185104.400000', '185104.860000', '185105.320000', '185105.780000', '185106.240000', '185106.700000', '185107.160000', '185107.620000', '185108.080000', '185108.540000', '185109.000000', '185109.460000', '185109.920000', '185110.380000', '185110.840000', '185111.300000', '185111.760000', '185112.220000', '185112.680000', '185113.140000', '185113.600000', '185114.060000', '185114.520000', '185114.980000', '185115.440000', '185115.900000', '185116.360000', '185116.820000', '185117.280000', '185117.740000', '185118.200000', '185118.660000', '185119.120000', '185119.580000', '185120.040000', '185120.500000', '185120.960000', '185121.420000', '185121.880000', '185122.340000', '185122.800000', '185123.260000', '185123.720000', '185124.180000', '185124.640000', '185125.100000', '185125.560000', '185126.020000', '185126.480000', '185126.940000', '185127.400000', '185127.860000', '185128.320000', '185128.780000', '185129.240000', '185129.700000', '185130.160000', '185130.620000', '185131.080000', '185131.540000', '185132.000000', '185132.460000', '185132.920000', '185133.380000', '185133.840000', '185134.300000', '185134.760000', '185135.220000', '185135.680000', '185136.140000', '185136.600000', '185137.060000', '185137.520000', '185137.980000', '185138.440000', '185138.900000', '185139.360000', '185139.820000', '185140.280000', '185140.740000', '185141.200000', '185141.660000', '185142.120000', '185142.580000', '185143.040000', '185143.500000', '185143.960000', '185144.420000', '185144.880000', '185145.340000', '185145.800000', '185146.260000', '185146.720000', '185147.180000', '185147.640000', '185148.100000', '185148.560000', '185149.020000', '185149.480000', '185149.940000', '185150.400000', '185150.860000', '185151.320000', '185151.780000', '185152.240000', '185152.700000', '185153.160000', '185153.620000', '185154.080000', '185154.540000', '185155.000000', '185155.460000', '185155.920000', '185156.380000', '185156.840000', '185157.300000', '185157.760000', '185158.220000', '185158.680000', '185159.140000', '185159.600000', '185200.060000', '185200.520000', '185200.980000', '185201.440000', '185201.900000', '185202.360000', '185202.820000', '185203.280000', '185203.740000', '185204.200000', '185204.660000', '185205.120000', '185205.580000', '185206.040000', '185206.500000', '185206.960000', '185207.420000', '185207.880000', '185208.340000', '185208.800000', '185209.260000', '185209.720000', '185210.180000', '185210.640000', '185211.100000', '185211.560000', '185212.020000', '185212.480000', '185212.940000', '185213.400000', '185213.860000', '185214.320000', '185214.780000', '185215.240000', '185215.700000', '185216.160000', '185216.620000', '185217.080000', '185217.540000', '185218.000000', '185218.460000', '185218.920000', '185219.380000', '185219.840000', '185220.300000', '185220.760000', '185221.220000', '185221.680000', '185222.140000', '185222.600000', '185223.060000', '185223.520000', '185223.980000', '185224.440000', '185224.900000', '185225.360000', '185225.820000', '185226.280000', '185226.740000', '185227.200000', '185227.660000', '185228.120000', '185228.580000', '185229.040000', '185229.500000', '185229.960000', '185230.420000', '185230.880000', '185231.340000', '185231.800000', '185232.260000', '185232.720000', '185233.180000', '185233.640000', '185234.100000', '185234.560000', '185235.020000', '185235.480000', '185235.940000', '185236.400000', '185236.860000', '185237.320000', '185237.780000', '185238.240000', '185238.700000', '185239.160000', '185239.620000', '185240.080000', '185240.540000', '185241.000000', '185241.460000', '185241.920000', '185242.380000', '185242.840000', '185243.300000', '185243.760000', '185244.220000', '185244.680000', '185245.140000', '185245.600000', '185246.060000', '185246.520000', '185246.980000', '185247.440000', '185247.900000', '185248.360000', '185248.820000', '185249.280000', '185249.740000', '185250.200000', '185250.660000', '185251.120000', '185251.580000', '185252.040000', '185252.500000', '185252.960000', '185253.420000', '185253.880000', '185254.340000', '185254.800000', '185255.260000', '185255.720000', '185256.180000', '185256.640000', '185257.100000', '185257.560000', '185258.020000', '185258.480000', '185258.940000', '185259.400000', '185259.860000', '185300.320000', '185300.780000', '185301.240000', '185301.700000', '185302.160000', '185302.620000', '185303.080000'], 'ContentTime': ['184503.743000', '184503.746000', '184503.753000', '184503.756000', '184503.759000', '184503.762000', '184503.765000', '184503.768000', '184503.770000', '184503.773000', '184503.775000', '184503.778000', '184503.780000', '184503.783000', '184503.786000', '184503.788000', '184503.791000', '184503.793000', '184503.796000', '184503.798000', '184503.801000', '184503.803000', '184503.806000', '184503.808000', '184503.811000', '184503.814000', '184503.816000', '184503.819000', '184523.697000', '184523.700000', '184523.703000', '184523.705000', '184523.708000', '184523.714000', '184523.717000', '184523.720000', '184523.722000', '184523.725000', '184523.727000', '184523.730000', '184523.732000', '184523.735000', '184523.738000', '184523.740000', '184523.743000', '184523.745000', '184523.748000', '184523.750000', '184523.753000', '184523.756000', '184523.758000', '184523.761000', '184523.763000', '184523.766000', '184523.768000', '184523.771000', '184523.773000', '184523.785000', '184523.787000', '184523.790000', '184523.792000', '184523.795000', '184523.797000', '184523.800000', '184523.803000', '184523.805000', '184523.808000', '184523.810000', '184523.813000', '184523.815000', '184523.818000', '184523.821000', '184543.697000', '184543.700000', '184543.703000', '184543.705000', '184543.708000', '184543.711000', '184543.713000', '184543.716000', '184543.718000', '184543.721000', '184543.723000', '184543.726000', '184543.729000', '184543.738000', '184543.740000', '184543.743000', '184543.745000', '184543.748000', '184543.750000', '184543.753000', '184543.756000', '184543.758000', '184543.761000', '184543.763000', '184543.766000', '184543.768000', '184543.771000', '184543.774000', '184543.776000', '184543.779000', '184543.781000', '184543.784000', '184543.787000', '184543.790000', '184543.793000', '184543.795000', '184543.798000', '184543.800000', '184543.803000', '184543.805000', '184543.808000', '184543.811000', '184543.813000', '184603.697000', '184603.700000', '184603.703000', '184603.705000', '184603.708000', '184603.711000', '184603.713000', '184603.716000', '184603.718000', '184603.721000', '184603.723000', '184603.726000', '184603.729000', '184603.731000', '184603.734000', '184603.736000', '184603.739000', '184603.741000', '184603.744000', '184603.747000', '184603.749000', '184603.752000', '184603.754000', '184603.757000', '184603.759000', '184603.762000', '184603.765000', '184603.767000', '184603.770000', '184603.772000', '184603.775000', '184603.778000', '184603.780000', '184603.783000', '184603.785000', '184603.788000', '184603.790000', '184603.793000', '184603.796000', '184603.798000', '184603.801000', '184603.803000', '184603.806000', '184603.809000', '184623.698000', '184623.700000', '184623.703000', '184623.706000', '184623.708000', '184623.711000', '184623.713000', '184623.716000', '184623.719000', '184623.721000', '184623.724000', '184623.726000', '184623.729000', '184623.731000', '184623.734000', '184623.736000', '184623.739000', '184623.742000', '184623.744000', '184623.747000', '184623.749000', '184623.752000', '184623.754000', '184623.757000', '184623.759000', '184623.762000', '184623.765000', '184623.767000', '184623.770000', '184623.772000', '184623.775000', '184623.777000', '184623.780000', '184623.782000', '184623.785000', '184623.788000', '184623.790000', '184623.793000', '184623.795000', '184623.798000', '184623.833000', '184623.836000', '184623.838000', '184643.697000', '184643.699000', '184643.702000', '184643.705000', '184643.707000', '184643.710000', '184643.712000', '184643.715000', '184643.717000', '184643.720000', '184643.723000', '184643.725000', '184643.728000', '184643.730000', '184643.733000', '184643.735000', '184643.738000', '184643.741000', '184643.743000', '184643.746000', '184643.749000', '184643.751000', '184643.754000', '184643.756000', '184643.759000', '184643.762000', '184643.764000', '184643.767000', '184643.769000', '184643.772000', '184643.774000', '184643.777000', '184643.779000', '184643.782000', '184643.785000', '184643.787000', '184643.790000', '184643.792000', '184643.795000', '184643.798000', '184643.852000', '184643.855000', '184643.857000', '184643.860000', '184703.698000', '184703.700000', '184703.703000', '184703.706000', '184703.708000', '184703.711000', '184703.713000', '184703.716000', '184703.719000', '184703.721000', '184703.724000', '184703.727000', '184703.729000', '184703.732000', '184703.734000', '184703.737000', '184703.739000', '184703.742000', '184703.745000', '184703.747000', '184703.750000', '184703.752000', '184703.755000', '184703.757000', '184703.760000', '184703.763000', '184703.765000', '184703.768000', '184703.770000', '184703.773000', '184703.775000', '184703.778000', '184703.781000', '184703.783000', '184703.786000', '184703.788000', '184703.791000', '184703.793000', '184703.796000', '184703.799000', '184703.844000', '184703.847000', '184703.850000', '184723.697000', '184723.700000', '184723.703000', '184723.705000', '184723.708000', '184723.710000', '184723.713000', '184723.716000', '184723.718000', '184723.721000', '184723.724000', '184723.726000', '184723.729000', '184723.731000', '184723.734000', '184723.736000', '184723.739000', '184723.741000', '184723.744000', '184723.746000', '184723.749000', '184723.752000', '184723.754000', '184723.757000', '184723.759000', '184723.762000', '184723.765000', '184723.767000', '184723.770000', '184723.772000', '184723.775000', '184723.777000', '184723.780000', '184723.782000', '184723.785000', '184723.788000', '184723.807000', '184723.838000', '184723.840000', '184723.843000', '184723.846000', '184723.848000', '184723.851000', '184723.853000', '184743.697000', '184743.700000', '184743.703000', '184743.705000', '184743.708000', '184743.711000', '184743.713000', '184743.716000', '184743.719000', '184743.721000', '184743.724000', '184743.726000', '184743.729000', '184743.731000', '184743.734000', '184743.737000', '184743.739000', '184743.742000', '184743.744000', '184743.747000', '184743.749000', '184743.752000', '184743.755000', '184743.757000', '184743.760000', '184743.762000', '184743.765000', '184743.767000', '184743.770000', '184743.772000', '184743.775000', '184743.778000', '184743.780000', '184743.783000', '184743.785000', '184743.788000', '184743.790000', '184743.793000', '184743.796000', '184743.798000', '184743.853000', '184743.855000', '184743.858000', '184803.697000', '184803.700000', '184803.703000', '184803.706000', '184803.708000', '184803.711000', '184803.713000', '184803.716000', '184803.719000', '184803.721000', '184803.724000', '184803.726000', '184803.729000', '184803.731000', '184803.734000', '184803.737000', '184803.739000', '184803.742000', '184803.744000', '184803.747000', '184803.750000', '184803.752000', '184803.755000', '184803.758000', '184803.760000', '184803.763000', '184803.765000', '184803.768000', '184803.770000', '184803.773000', '184803.775000', '184803.778000', '184803.781000', '184803.783000', '184803.786000', '184803.788000', '184803.791000', '184803.793000', '184803.796000', '184803.799000', '184803.842000', '184803.845000', '184803.847000', '184803.850000', '184823.697000', '184823.700000', '184823.703000', '184823.705000', '184823.708000', '184823.711000', '184823.713000', '184823.716000', '184823.718000', '184823.721000', '184823.724000', '184823.726000', '184823.729000', '184823.731000', '184823.734000', '184823.736000', '184823.739000', '184823.742000', '184823.744000', '184823.747000', '184823.750000', '184823.752000', '184823.755000', '184823.757000', '184823.760000', '184823.763000', '184823.765000', '184823.768000', '184823.770000', '184823.773000', '184823.775000', '184823.778000', '184823.781000', '184823.783000', '184823.786000', '184823.788000', '184823.791000', '184823.794000', '184823.796000', '184823.799000', '184823.830000', '184823.833000', '184823.836000', '184843.697000', '184843.700000', '184843.703000', '184843.705000', '184843.708000', '184843.711000', '184843.713000', '184843.716000', '184843.718000', '184843.721000', '184843.723000', '184843.726000', '184843.729000', '184843.731000', '184843.734000', '184843.736000', '184843.739000', '184843.741000', '184843.744000', '184843.747000', '184843.749000', '184843.752000', '184843.754000', '184843.757000', '184843.760000', '184843.762000', '184843.765000', '184843.767000', '184843.770000', '184843.773000', '184843.775000', '184843.778000', '184843.780000', '184843.783000', '184843.785000', '184843.788000', '184843.791000', '184843.793000', '184843.796000', '184843.798000', '184843.852000', '184843.854000', '184843.857000', '184843.860000', '184903.696000', '184903.699000', '184903.702000', '184903.704000', '184903.707000', '184903.710000', '184903.712000', '184903.715000', '184903.718000', '184903.720000', '184903.723000', '184903.725000', '184903.728000', '184903.731000', '184903.733000', '184903.736000', '184903.738000', '184903.754000', '184903.756000', '184903.759000', '184903.762000', '184903.764000', '184903.767000', '184903.769000', '184903.772000', '184903.775000', '184903.777000', '184903.780000', '184903.782000', '184903.785000', '184903.787000', '184903.790000', '184903.793000', '184903.795000', '184903.798000', '184903.801000', '184903.803000', '184903.806000', '184903.808000', '184903.811000', '184903.814000', '184903.816000', '184903.819000', '184923.698000', '184923.700000', '184923.703000', '184923.706000', '184923.708000', '184923.711000', '184923.713000', '184923.716000', '184923.719000', '184923.721000', '184923.724000', '184923.726000', '184923.729000', '184923.732000', '184923.734000', '184923.737000', '184923.739000', '184923.742000', '184923.745000', '184923.747000', '184923.750000', '184923.752000', '184923.755000', '184923.758000', '184923.760000', '184923.763000', '184923.765000', '184923.768000', '184923.770000', '184923.773000', '184923.776000', '184923.778000', '184923.781000', '184923.783000', '184923.786000', '184923.789000', '184923.791000', '184923.794000', '184923.796000', '184923.799000', '184923.851000', '184923.854000', '184923.856000', '184923.859000', '184943.698000', '184943.701000', '184943.703000', '184943.706000', '184943.708000', '184943.711000', '184943.713000', '184943.716000', '184943.719000', '184943.721000', '184943.724000', '184943.726000', '184943.729000', '184943.732000', '184943.734000', '184943.737000', '184943.739000', '184943.742000', '184943.745000', '184943.747000', '184943.750000', '184943.752000', '184943.755000', '184943.758000', '184943.760000', '184943.763000', '184943.765000', '184943.768000', '184943.770000', '184943.773000', '184943.776000', '184943.778000', '184943.781000', '184943.783000', '184943.786000', '184943.788000', '184943.791000', '184943.793000', '184943.796000', '184943.799000', '184943.847000', '184943.850000', '184943.853000', '185003.698000', '185003.700000', '185003.703000', '185003.706000', '185003.708000', '185003.711000', '185003.713000', '185003.716000', '185003.719000', '185003.721000', '185003.724000', '185003.726000', '185003.729000', '185003.732000', '185003.734000', '185003.737000', '185003.740000', '185003.742000', '185003.745000', '185003.747000', '185003.750000', '185003.752000', '185003.755000', '185003.757000', '185003.760000', '185003.763000', '185003.765000', '185003.768000', '185003.770000', '185003.773000', '185003.776000', '185003.778000', '185003.781000', '185003.783000', '185003.786000', '185003.789000', '185003.791000', '185003.794000', '185003.796000', '185003.799000', '185003.838000', '185003.841000', '185003.843000', '185023.698000', '185023.700000', '185023.703000', '185023.705000', '185023.708000', '185023.711000', '185023.713000', '185023.716000', '185023.719000', '185023.721000', '185023.724000', '185023.726000', '185023.729000', '185023.731000', '185023.734000', '185023.737000', '185023.739000', '185023.742000', '185023.744000', '185023.747000', '185023.750000', '185023.752000', '185023.755000', '185023.757000', '185023.760000', '185023.763000', '185023.765000', '185023.768000', '185023.770000', '185023.787000', '185023.790000', '185023.792000', '185023.795000', '185023.798000', '185023.852000', '185023.854000', '185023.857000', '185023.859000', '185023.862000', '185023.865000', '185023.867000', '185023.870000', '185023.872000', '185023.875000', '185043.698000', '185043.701000', '185043.704000', '185043.707000', '185043.710000', '185043.712000', '185043.715000', '185043.718000', '185043.720000', '185043.723000', '185043.725000', '185043.728000', '185043.730000', '185043.733000', '185043.736000', '185043.738000', '185043.741000', '185043.744000', '185043.746000', '185043.749000', '185043.751000', '185043.754000', '185043.757000', '185043.760000', '185043.762000', '185043.765000', '185043.767000', '185043.770000', '185043.772000', '185043.775000', '185043.778000', '185043.780000', '185043.783000', '185043.785000', '185043.788000', '185043.790000', '185043.793000', '185043.796000', '185043.798000', '185043.859000', '185043.862000', '185043.864000', '185043.867000', '185103.698000', '185103.700000', '185103.703000', '185103.706000', '185103.708000', '185103.711000', '185103.713000', '185103.716000', '185103.719000', '185103.721000', '185103.724000', '185103.726000', '185103.729000', '185103.732000', '185103.734000', '185103.737000', '185103.739000', '185103.742000', '185103.744000', '185103.747000', '185103.750000', '185103.752000', '185103.755000', '185103.757000', '185103.760000', '185103.762000', '185103.765000', '185103.768000', '185103.770000', '185103.773000', '185103.775000', '185103.778000', '185103.781000', '185103.783000', '185103.786000', '185103.788000', '185103.791000', '185103.794000', '185103.796000', '185103.799000', '185103.844000', '185103.847000', '185103.849000', '185103.852000', '185123.697000', '185123.699000', '185123.702000', '185123.705000', '185123.707000', '185123.710000', '185123.712000', '185123.715000', '185123.718000', '185123.720000', '185123.723000', '185123.725000', '185123.728000', '185123.731000', '185123.733000', '185123.736000', '185123.738000', '185123.741000', '185123.744000', '185123.746000', '185123.749000', '185123.751000', '185123.754000', '185123.756000', '185123.759000', '185123.762000', '185123.764000', '185123.767000', '185123.770000', '185123.772000', '185123.775000', '185123.777000', '185123.780000', '185123.782000', '185123.785000', '185123.788000', '185123.790000', '185123.793000', '185123.795000', '185123.798000', '185123.852000', '185123.855000', '185123.857000', '185123.860000', '185143.698000', '185143.700000', '185143.703000', '185143.706000', '185143.708000', '185143.711000', '185143.713000', '185143.716000', '185143.718000', '185143.721000', '185143.724000', '185143.726000', '185143.729000', '185143.732000', '185143.734000', '185143.737000', '185143.739000', '185143.742000', '185143.745000', '185143.747000', '185143.750000', '185143.752000', '185143.755000', '185143.758000', '185143.760000', '185143.763000', '185143.765000', '185143.768000', '185143.771000', '185143.773000', '185143.776000', '185143.778000', '185143.781000', '185143.783000', '185143.786000', '185143.789000', '185143.791000', '185143.794000', '185143.807000', '185143.864000', '185143.867000', '185143.869000', '185143.872000', '185203.697000', '185203.700000', '185203.703000', '185203.706000', '185203.708000', '185203.711000', '185203.714000', '185203.716000', '185203.719000', '185203.721000', '185203.724000', '185203.727000', '185203.729000', '185203.732000', '185203.735000', '185203.737000', '185203.740000', '185203.743000', '185203.746000', '185203.748000', '185203.751000', '185203.753000', '185203.756000', '185203.759000', '185203.761000', '185203.764000', '185203.767000', '185203.769000', '185203.772000', '185203.774000', '185203.777000', '185203.779000', '185203.782000', '185203.785000', '185203.787000', '185203.790000', '185203.792000', '185203.795000', '185203.798000', '185203.800000', '185203.803000', '185203.806000', '185203.809000', '185223.698000', '185223.700000', '185223.703000', '185223.706000', '185223.708000', '185223.711000', '185223.713000', '185223.716000', '185223.719000', '185223.721000', '185223.724000', '185223.727000', '185223.729000', '185223.732000', '185223.734000', '185223.737000', '185223.740000', '185223.742000', '185223.745000', '185223.747000', '185223.750000', '185223.752000', '185223.755000', '185223.758000', '185223.760000', '185223.763000', '185223.766000', '185223.768000', '185223.771000', '185223.773000', '185223.776000', '185223.778000', '185223.781000', '185223.784000', '185223.786000', '185223.789000', '185223.791000', '185223.794000', '185223.797000', '185223.799000', '185223.830000', '185223.832000', '185223.835000', '185223.838000', '185243.698000', '185243.700000', '185243.703000', '185243.706000', '185243.708000', '185243.711000', '185243.713000', '185243.716000', '185243.718000', '185243.721000', '185243.724000', '185243.726000', '185243.729000', '185243.731000', '185243.734000', '185243.737000', '185243.740000', '185243.743000', '185243.745000', '185243.748000', '185243.750000', '185243.753000', '185243.756000', '185243.758000', '185243.761000', '185243.763000', '185243.766000', '185243.768000', '185243.771000', '185243.774000', '185243.776000', '185243.779000', '185243.781000', '185243.784000', '185243.786000', '185243.789000', '185243.792000', '185243.794000', '185243.797000', '185243.800000', '185243.867000', '185243.870000', '185243.872000', '185303.698000', '185303.701000', '185303.704000', '185303.707000', '185303.709000', '185303.712000', '185303.715000', '185303.717000', '185303.720000', '185303.723000', '185303.725000', '185303.728000', '185303.731000', '185303.733000', '185303.736000', '185303.739000', '185303.741000', '185303.744000', '185303.747000', '185303.749000', '185303.752000', '185303.754000', '185303.757000', '185303.759000', '185303.762000', '185303.765000', '185303.767000', '185303.770000', '185303.772000', '185303.775000', '185303.778000', '185303.780000', '185303.783000', '185303.786000', '185303.788000', '185303.791000', '185303.805000', '185303.851000', '185303.854000', '185303.857000', '185303.859000', '185303.862000', '185303.865000', '185303.867000', '185303.946000'], 'InstanceCreationTime': ['184503.743000', '184503.746000', '184503.753000', '184503.756000', '184503.759000', '184503.762000', '184503.765000', '184503.768000', '184503.770000', '184503.773000', '184503.775000', '184503.778000', '184503.780000', '184503.783000', '184503.786000', '184503.788000', '184503.791000', '184503.793000', '184503.796000', '184503.798000', '184503.801000', '184503.803000', '184503.806000', '184503.808000', '184503.811000', '184503.814000', '184503.816000', '184503.819000', '184523.697000', '184523.700000', '184523.703000', '184523.705000', '184523.708000', '184523.714000', '184523.717000', '184523.720000', '184523.722000', '184523.725000', '184523.727000', '184523.730000', '184523.732000', '184523.735000', '184523.738000', '184523.740000', '184523.743000', '184523.745000', '184523.748000', '184523.750000', '184523.753000', '184523.756000', '184523.758000', '184523.761000', '184523.763000', '184523.766000', '184523.768000', '184523.771000', '184523.773000', '184523.785000', '184523.787000', '184523.790000', '184523.792000', '184523.795000', '184523.797000', '184523.800000', '184523.803000', '184523.805000', '184523.808000', '184523.810000', '184523.813000', '184523.815000', '184523.818000', '184523.821000', '184543.697000', '184543.700000', '184543.703000', '184543.705000', '184543.708000', '184543.711000', '184543.713000', '184543.716000', '184543.718000', '184543.721000', '184543.723000', '184543.726000', '184543.729000', '184543.738000', '184543.740000', '184543.743000', '184543.745000', '184543.748000', '184543.750000', '184543.753000', '184543.756000', '184543.758000', '184543.761000', '184543.763000', '184543.766000', '184543.768000', '184543.771000', '184543.774000', '184543.776000', '184543.779000', '184543.781000', '184543.784000', '184543.787000', '184543.790000', '184543.793000', '184543.795000', '184543.798000', '184543.800000', '184543.803000', '184543.805000', '184543.808000', '184543.811000', '184543.813000', '184603.697000', '184603.700000', '184603.703000', '184603.705000', '184603.708000', '184603.711000', '184603.713000', '184603.716000', '184603.718000', '184603.721000', '184603.723000', '184603.726000', '184603.729000', '184603.731000', '184603.734000', '184603.736000', '184603.739000', '184603.741000', '184603.744000', '184603.747000', '184603.749000', '184603.752000', '184603.754000', '184603.757000', '184603.759000', '184603.762000', '184603.765000', '184603.767000', '184603.770000', '184603.772000', '184603.775000', '184603.778000', '184603.780000', '184603.783000', '184603.785000', '184603.788000', '184603.790000', '184603.793000', '184603.796000', '184603.798000', '184603.801000', '184603.803000', '184603.806000', '184603.809000', '184623.698000', '184623.700000', '184623.703000', '184623.706000', '184623.708000', '184623.711000', '184623.713000', '184623.716000', '184623.719000', '184623.721000', '184623.724000', '184623.726000', '184623.729000', '184623.731000', '184623.734000', '184623.736000', '184623.739000', '184623.742000', '184623.744000', '184623.747000', '184623.749000', '184623.752000', '184623.754000', '184623.757000', '184623.759000', '184623.762000', '184623.765000', '184623.767000', '184623.770000', '184623.772000', '184623.775000', '184623.777000', '184623.780000', '184623.782000', '184623.785000', '184623.788000', '184623.790000', '184623.793000', '184623.795000', '184623.798000', '184623.833000', '184623.836000', '184623.838000', '184643.697000', '184643.699000', '184643.702000', '184643.705000', '184643.707000', '184643.710000', '184643.712000', '184643.715000', '184643.717000', '184643.720000', '184643.723000', '184643.725000', '184643.728000', '184643.730000', '184643.733000', '184643.735000', '184643.738000', '184643.741000', '184643.743000', '184643.746000', '184643.749000', '184643.751000', '184643.754000', '184643.756000', '184643.759000', '184643.762000', '184643.764000', '184643.767000', '184643.769000', '184643.772000', '184643.774000', '184643.777000', '184643.779000', '184643.782000', '184643.785000', '184643.787000', '184643.790000', '184643.792000', '184643.795000', '184643.798000', '184643.852000', '184643.855000', '184643.857000', '184643.860000', '184703.698000', '184703.700000', '184703.703000', '184703.706000', '184703.708000', '184703.711000', '184703.713000', '184703.716000', '184703.719000', '184703.721000', '184703.724000', '184703.727000', '184703.729000', '184703.732000', '184703.734000', '184703.737000', '184703.739000', '184703.742000', '184703.745000', '184703.747000', '184703.750000', '184703.752000', '184703.755000', '184703.757000', '184703.760000', '184703.763000', '184703.765000', '184703.768000', '184703.770000', '184703.773000', '184703.775000', '184703.778000', '184703.781000', '184703.783000', '184703.786000', '184703.788000', '184703.791000', '184703.793000', '184703.796000', '184703.799000', '184703.844000', '184703.847000', '184703.850000', '184723.697000', '184723.700000', '184723.703000', '184723.705000', '184723.708000', '184723.710000', '184723.713000', '184723.716000', '184723.718000', '184723.721000', '184723.724000', '184723.726000', '184723.729000', '184723.731000', '184723.734000', '184723.736000', '184723.739000', '184723.741000', '184723.744000', '184723.746000', '184723.749000', '184723.752000', '184723.754000', '184723.757000', '184723.759000', '184723.762000', '184723.765000', '184723.767000', '184723.770000', '184723.772000', '184723.775000', '184723.777000', '184723.780000', '184723.782000', '184723.785000', '184723.788000', '184723.807000', '184723.838000', '184723.840000', '184723.843000', '184723.846000', '184723.848000', '184723.851000', '184723.853000', '184743.697000', '184743.700000', '184743.703000', '184743.705000', '184743.708000', '184743.711000', '184743.713000', '184743.716000', '184743.719000', '184743.721000', '184743.724000', '184743.726000', '184743.729000', '184743.731000', '184743.734000', '184743.737000', '184743.739000', '184743.742000', '184743.744000', '184743.747000', '184743.749000', '184743.752000', '184743.755000', '184743.757000', '184743.760000', '184743.762000', '184743.765000', '184743.767000', '184743.770000', '184743.772000', '184743.775000', '184743.778000', '184743.780000', '184743.783000', '184743.785000', '184743.788000', '184743.790000', '184743.793000', '184743.796000', '184743.798000', '184743.853000', '184743.855000', '184743.858000', '184803.697000', '184803.700000', '184803.703000', '184803.706000', '184803.708000', '184803.711000', '184803.713000', '184803.716000', '184803.719000', '184803.721000', '184803.724000', '184803.726000', '184803.729000', '184803.731000', '184803.734000', '184803.737000', '184803.739000', '184803.742000', '184803.744000', '184803.747000', '184803.750000', '184803.752000', '184803.755000', '184803.758000', '184803.760000', '184803.763000', '184803.765000', '184803.768000', '184803.770000', '184803.773000', '184803.775000', '184803.778000', '184803.781000', '184803.783000', '184803.786000', '184803.788000', '184803.791000', '184803.793000', '184803.796000', '184803.799000', '184803.842000', '184803.845000', '184803.847000', '184803.850000', '184823.697000', '184823.700000', '184823.703000', '184823.705000', '184823.708000', '184823.711000', '184823.713000', '184823.716000', '184823.718000', '184823.721000', '184823.724000', '184823.726000', '184823.729000', '184823.731000', '184823.734000', '184823.736000', '184823.739000', '184823.742000', '184823.744000', '184823.747000', '184823.750000', '184823.752000', '184823.755000', '184823.757000', '184823.760000', '184823.763000', '184823.765000', '184823.768000', '184823.770000', '184823.773000', '184823.775000', '184823.778000', '184823.781000', '184823.783000', '184823.786000', '184823.788000', '184823.791000', '184823.794000', '184823.796000', '184823.799000', '184823.830000', '184823.833000', '184823.836000', '184843.697000', '184843.700000', '184843.703000', '184843.705000', '184843.708000', '184843.711000', '184843.713000', '184843.716000', '184843.718000', '184843.721000', '184843.723000', '184843.726000', '184843.729000', '184843.731000', '184843.734000', '184843.736000', '184843.739000', '184843.741000', '184843.744000', '184843.747000', '184843.749000', '184843.752000', '184843.754000', '184843.757000', '184843.760000', '184843.762000', '184843.765000', '184843.767000', '184843.770000', '184843.773000', '184843.775000', '184843.778000', '184843.780000', '184843.783000', '184843.785000', '184843.788000', '184843.791000', '184843.793000', '184843.796000', '184843.798000', '184843.852000', '184843.854000', '184843.857000', '184843.860000', '184903.696000', '184903.699000', '184903.702000', '184903.704000', '184903.707000', '184903.710000', '184903.712000', '184903.715000', '184903.718000', '184903.720000', '184903.723000', '184903.725000', '184903.728000', '184903.731000', '184903.733000', '184903.736000', '184903.738000', '184903.754000', '184903.756000', '184903.759000', '184903.762000', '184903.764000', '184903.767000', '184903.769000', '184903.772000', '184903.775000', '184903.777000', '184903.780000', '184903.782000', '184903.785000', '184903.787000', '184903.790000', '184903.793000', '184903.795000', '184903.798000', '184903.801000', '184903.803000', '184903.806000', '184903.808000', '184903.811000', '184903.814000', '184903.816000', '184903.819000', '184923.698000', '184923.700000', '184923.703000', '184923.706000', '184923.708000', '184923.711000', '184923.713000', '184923.716000', '184923.719000', '184923.721000', '184923.724000', '184923.726000', '184923.729000', '184923.732000', '184923.734000', '184923.737000', '184923.739000', '184923.742000', '184923.745000', '184923.747000', '184923.750000', '184923.752000', '184923.755000', '184923.758000', '184923.760000', '184923.763000', '184923.765000', '184923.768000', '184923.770000', '184923.773000', '184923.776000', '184923.778000', '184923.781000', '184923.783000', '184923.786000', '184923.789000', '184923.791000', '184923.794000', '184923.796000', '184923.799000', '184923.851000', '184923.854000', '184923.856000', '184923.859000', '184943.698000', '184943.701000', '184943.703000', '184943.706000', '184943.708000', '184943.711000', '184943.713000', '184943.716000', '184943.719000', '184943.721000', '184943.724000', '184943.726000', '184943.729000', '184943.732000', '184943.734000', '184943.737000', '184943.739000', '184943.742000', '184943.745000', '184943.747000', '184943.750000', '184943.752000', '184943.755000', '184943.758000', '184943.760000', '184943.763000', '184943.765000', '184943.768000', '184943.770000', '184943.773000', '184943.776000', '184943.778000', '184943.781000', '184943.783000', '184943.786000', '184943.788000', '184943.791000', '184943.793000', '184943.796000', '184943.799000', '184943.847000', '184943.850000', '184943.853000', '185003.698000', '185003.700000', '185003.703000', '185003.706000', '185003.708000', '185003.711000', '185003.713000', '185003.716000', '185003.719000', '185003.721000', '185003.724000', '185003.726000', '185003.729000', '185003.732000', '185003.734000', '185003.737000', '185003.740000', '185003.742000', '185003.745000', '185003.747000', '185003.750000', '185003.752000', '185003.755000', '185003.757000', '185003.760000', '185003.763000', '185003.765000', '185003.768000', '185003.770000', '185003.773000', '185003.776000', '185003.778000', '185003.781000', '185003.783000', '185003.786000', '185003.789000', '185003.791000', '185003.794000', '185003.796000', '185003.799000', '185003.838000', '185003.841000', '185003.843000', '185023.698000', '185023.700000', '185023.703000', '185023.705000', '185023.708000', '185023.711000', '185023.713000', '185023.716000', '185023.719000', '185023.721000', '185023.724000', '185023.726000', '185023.729000', '185023.731000', '185023.734000', '185023.737000', '185023.739000', '185023.742000', '185023.744000', '185023.747000', '185023.750000', '185023.752000', '185023.755000', '185023.757000', '185023.760000', '185023.763000', '185023.765000', '185023.768000', '185023.770000', '185023.787000', '185023.790000', '185023.792000', '185023.795000', '185023.798000', '185023.852000', '185023.854000', '185023.857000', '185023.859000', '185023.862000', '185023.865000', '185023.867000', '185023.870000', '185023.872000', '185023.875000', '185043.698000', '185043.701000', '185043.704000', '185043.707000', '185043.710000', '185043.712000', '185043.715000', '185043.718000', '185043.720000', '185043.723000', '185043.725000', '185043.728000', '185043.730000', '185043.733000', '185043.736000', '185043.738000', '185043.741000', '185043.744000', '185043.746000', '185043.749000', '185043.751000', '185043.754000', '185043.757000', '185043.760000', '185043.762000', '185043.765000', '185043.767000', '185043.770000', '185043.772000', '185043.775000', '185043.778000', '185043.780000', '185043.783000', '185043.785000', '185043.788000', '185043.790000', '185043.793000', '185043.796000', '185043.798000', '185043.859000', '185043.862000', '185043.864000', '185043.867000', '185103.698000', '185103.700000', '185103.703000', '185103.706000', '185103.708000', '185103.711000', '185103.713000', '185103.716000', '185103.719000', '185103.721000', '185103.724000', '185103.726000', '185103.729000', '185103.732000', '185103.734000', '185103.737000', '185103.739000', '185103.742000', '185103.744000', '185103.747000', '185103.750000', '185103.752000', '185103.755000', '185103.757000', '185103.760000', '185103.762000', '185103.765000', '185103.768000', '185103.770000', '185103.773000', '185103.775000', '185103.778000', '185103.781000', '185103.783000', '185103.786000', '185103.788000', '185103.791000', '185103.794000', '185103.796000', '185103.799000', '185103.844000', '185103.847000', '185103.849000', '185103.852000', '185123.697000', '185123.699000', '185123.702000', '185123.705000', '185123.707000', '185123.710000', '185123.712000', '185123.715000', '185123.718000', '185123.720000', '185123.723000', '185123.725000', '185123.728000', '185123.731000', '185123.733000', '185123.736000', '185123.738000', '185123.741000', '185123.744000', '185123.746000', '185123.749000', '185123.751000', '185123.754000', '185123.756000', '185123.759000', '185123.762000', '185123.764000', '185123.767000', '185123.770000', '185123.772000', '185123.775000', '185123.777000', '185123.780000', '185123.782000', '185123.785000', '185123.788000', '185123.790000', '185123.793000', '185123.795000', '185123.798000', '185123.852000', '185123.855000', '185123.857000', '185123.860000', '185143.698000', '185143.700000', '185143.703000', '185143.706000', '185143.708000', '185143.711000', '185143.713000', '185143.716000', '185143.718000', '185143.721000', '185143.724000', '185143.726000', '185143.729000', '185143.732000', '185143.734000', '185143.737000', '185143.739000', '185143.742000', '185143.745000', '185143.747000', '185143.750000', '185143.752000', '185143.755000', '185143.758000', '185143.760000', '185143.763000', '185143.765000', '185143.768000', '185143.771000', '185143.773000', '185143.776000', '185143.778000', '185143.781000', '185143.783000', '185143.786000', '185143.789000', '185143.791000', '185143.794000', '185143.807000', '185143.864000', '185143.867000', '185143.869000', '185143.872000', '185203.697000', '185203.700000', '185203.703000', '185203.706000', '185203.708000', '185203.711000', '185203.714000', '185203.716000', '185203.719000', '185203.721000', '185203.724000', '185203.727000', '185203.729000', '185203.732000', '185203.735000', '185203.737000', '185203.740000', '185203.743000', '185203.746000', '185203.748000', '185203.751000', '185203.753000', '185203.756000', '185203.759000', '185203.761000', '185203.764000', '185203.767000', '185203.769000', '185203.772000', '185203.774000', '185203.777000', '185203.779000', '185203.782000', '185203.785000', '185203.787000', '185203.790000', '185203.792000', '185203.795000', '185203.798000', '185203.800000', '185203.803000', '185203.806000', '185203.809000', '185223.698000', '185223.700000', '185223.703000', '185223.706000', '185223.708000', '185223.711000', '185223.713000', '185223.716000', '185223.719000', '185223.721000', '185223.724000', '185223.727000', '185223.729000', '185223.732000', '185223.734000', '185223.737000', '185223.740000', '185223.742000', '185223.745000', '185223.747000', '185223.750000', '185223.752000', '185223.755000', '185223.758000', '185223.760000', '185223.763000', '185223.766000', '185223.768000', '185223.771000', '185223.773000', '185223.776000', '185223.778000', '185223.781000', '185223.784000', '185223.786000', '185223.789000', '185223.791000', '185223.794000', '185223.797000', '185223.799000', '185223.830000', '185223.832000', '185223.835000', '185223.838000', '185243.698000', '185243.700000', '185243.703000', '185243.706000', '185243.708000', '185243.711000', '185243.713000', '185243.716000', '185243.718000', '185243.721000', '185243.724000', '185243.726000', '185243.729000', '185243.731000', '185243.734000', '185243.737000', '185243.740000', '185243.743000', '185243.745000', '185243.748000', '185243.750000', '185243.753000', '185243.756000', '185243.758000', '185243.761000', '185243.763000', '185243.766000', '185243.768000', '185243.771000', '185243.774000', '185243.776000', '185243.779000', '185243.781000', '185243.784000', '185243.786000', '185243.789000', '185243.792000', '185243.794000', '185243.797000', '185243.800000', '185243.867000', '185243.870000', '185243.872000', '185303.698000', '185303.701000', '185303.704000', '185303.707000', '185303.709000', '185303.712000', '185303.715000', '185303.717000', '185303.720000', '185303.723000', '185303.725000', '185303.728000', '185303.731000', '185303.733000', '185303.736000', '185303.739000', '185303.741000', '185303.744000', '185303.747000', '185303.749000', '185303.752000', '185303.754000', '185303.757000', '185303.759000', '185303.762000', '185303.765000', '185303.767000', '185303.770000', '185303.772000', '185303.775000', '185303.778000', '185303.780000', '185303.783000', '185303.786000', '185303.788000', '185303.791000', '185303.805000', '185303.851000', '185303.854000', '185303.857000', '185303.859000', '185303.862000', '185303.865000', '185303.867000', '185303.946000'], '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': [8604, 8074, 8126, 7696, 8081, 7734, 8157, 7847, 8127, 8086, 8586, 8502, 8049, 8078, 7965, 8158, 8398, 8200, 8286, 8310, 8437, 8223, 8412, 8131, 8119, 8068, 7853, 7945, 8152, 8084, 8101, 8007, 7978, 7964, 8137, 8170, 8071, 8389, 8236, 7982, 7916, 8144, 7975, 8068, 8083, 7915, 7968, 8311, 8036, 7809, 8097, 7920, 8363, 7996, 8125, 8296, 8166, 8056, 7857, 8141, 8013, 8068, 8290, 8005, 7985, 8076, 7997, 7871, 8186, 8050, 8085, 7962, 8054, 8145, 8277, 7797, 7944, 7939, 7878, 8186, 8186, 7735, 7922, 7933, 8040, 7979, 8007, 7864, 7932, 8148, 7869, 8001, 8024, 8257, 7941, 8112, 8038, 7839, 7944, 8029, 8052, 8063, 8092, 7820, 8323, 8112, 7855, 8059, 7976, 8136, 8269, 8086, 7980, 7965, 8105, 8050, 8059, 7964, 8180, 7938, 8147, 7629, 7856, 7955, 8231, 7969, 8152, 7859, 7882, 7681, 8012, 7823, 7906, 7819, 7936, 7912, 7727, 7885, 7733, 7638, 7992, 7854, 8047, 7943, 7852, 8261, 7930, 7899, 7777, 7912, 8173, 7932, 7917, 7807, 8002, 7917, 7810, 8252, 7820, 7909, 7775, 7980, 8077, 7908, 8332, 7919, 8208, 7939, 8237, 8479, 7883, 8194, 7877, 8203, 8303, 7790, 8549, 7823, 8272, 8173, 7990, 8136, 8029, 8257, 7842, 8441, 8212, 8033, 8013, 7867, 8420, 8081, 7991, 7737, 8157, 8328, 8101, 8269, 8189, 8603, 7855, 8298, 7893, 8073, 7977, 8125, 8783, 7868, 8670, 7992, 8293, 7892, 7842, 8562, 7854, 8241, 7768, 8179, 8045, 8008, 8090, 8197, 8512, 8565, 8633, 8660, 8932, 8471, 8655, 8816, 8763, 8534, 8685, 8630, 8557, 8561, 8395, 8264, 8559, 8837, 8465, 8468, 8481, 8560, 8475, 8696, 8591, 8556, 8657, 8575, 8565, 8545, 8602, 8346, 8760, 8440, 8745, 8675, 8614, 8658, 8624, 8467, 8547, 8535, 8621, 8525, 8505, 8499, 8592, 8566, 8724, 8613, 8535, 8774, 8675, 8681, 8615, 8625, 8632, 8546, 8527, 8427, 8504, 8376, 8626, 8535, 8680, 8496, 8513, 8492, 8512, 8374, 8278, 8573, 8542, 8275, 8412, 8397, 8421, 8634, 8467, 8573, 8299, 8525, 8355, 8480, 8510, 8689, 8666, 8595, 8749, 8556, 8572, 8324, 8535, 8463, 8640, 8601, 8500, 8427, 8332, 8515, 8635, 8372, 8375, 8429, 8326, 8392, 8446, 8361, 8501, 8622, 8432, 8466, 8439, 8659, 8361, 8521, 8341, 8467, 8419, 8479, 8374, 8573, 8469, 8303, 8438, 8552, 8404, 8341, 8332, 8712, 8422, 8609, 8345, 8668, 8675, 8408, 8540, 8374, 8574, 8274, 8317, 8567, 8540, 8333, 8354, 8619, 8568, 8668, 8682, 8455, 8464, 8472, 8319, 8439, 8857, 8447, 8511, 8358, 8327, 8452, 8537, 8539, 8410, 8515, 8543, 8767, 8642, 8477, 8302, 8353, 8405, 8359, 8393, 8315, 8511, 8388, 8523, 8267, 8528, 8254, 8559, 8437, 8360, 8741, 8714, 8510, 8576, 8242, 8746, 8411, 8488, 8531, 8507, 8607, 8699, 8440, 8480, 8480, 8408, 8522, 8624, 8597, 8512, 8537, 8453, 8423, 8651, 8710, 8427, 8549, 8509, 8474, 8502, 8694, 8640, 8587, 8542, 8320, 8701, 8726, 8330, 8459, 8316, 8284, 8316, 8417, 8674, 8583, 8384, 8268, 8285, 8369, 8497, 8690, 8718, 8444, 8410, 8699, 8322, 8537, 8570, 8378, 8518, 8424, 8497, 8320, 8769, 8387, 8475, 8467, 8491, 8686, 8463, 8512, 8272, 8529, 8382, 8477, 8592, 8678, 8463, 8700, 8537, 8166, 8646, 8484, 8549, 8576, 8469, 8644, 8804, 8594, 8370, 8397, 8586, 8595, 8420, 8620, 8542, 8617, 8602, 8773, 8392, 8426, 8514, 8685, 8620, 8504, 8423, 8463, 8585, 8373, 8476, 8766, 8435, 8524, 8358, 8607, 8407, 8508, 8392, 8561, 8605, 8629, 8369, 8562, 8744, 8566, 8552, 8394, 8753, 8545, 8752, 8714, 8869, 8374, 8517, 8553, 8472, 8477, 8468, 8830, 8549, 8502, 8589, 8480, 8299, 8380, 8209, 8513, 8564, 8640, 8585, 8675, 8392, 8408, 8411, 8497, 8737, 8607, 8578, 8479, 8642, 8758, 8653, 8507, 8516, 8591, 8482, 8757, 8800, 8623, 8519, 8515, 8740, 8620, 8810, 8647, 8409, 8798, 8691, 8468, 8355, 8600, 8274, 8579, 8712, 8396, 8516, 8502, 8447, 8463, 8501, 8418, 8574, 8369, 8671, 8569, 8494, 8288, 8216, 8332, 8477, 8583, 8379, 8746, 8466, 8512, 8361, 8471, 8604, 8468, 8454, 8600, 8550, 8630, 8519, 8524, 8566, 8545, 8430, 8389, 8637, 8387, 8822, 8314, 8621, 8430, 8556, 8739, 8555, 8436, 8279, 8753, 8391, 8745, 8451, 8652, 8538, 8381, 8621, 8361, 8569, 8396, 8411, 8776, 8528, 8592, 8548, 8537, 8431, 8400, 8480, 8449, 8590, 8413, 8587, 8313, 8309, 8414, 8508, 8489, 8252, 8749, 8488, 8323, 8176, 8411, 8382, 8268, 8647, 8439, 8517, 8214, 8495, 8615, 8500, 8317, 8532, 8472, 8336, 8377, 8359, 8356, 8467, 8411, 8592, 8449, 8390, 8463, 8562, 8447, 8723, 8456, 8464, 8540, 8406, 8545, 8360, 8782, 8395, 8483, 8713, 8460, 8357, 8473, 8311, 8348, 8711, 8295, 8431, 8710, 8715, 8458, 8642, 8329, 8510, 8431, 8404, 8398, 8311, 8567, 8431, 8551, 8544, 8611, 8206, 8586, 8376, 8583, 8550, 8524, 8620, 8531, 8362, 8194, 8454, 8738, 8462, 8555, 8641, 8677, 8637, 8931, 8590, 8454, 8344, 8474, 8372, 8459, 8366, 8369, 8509, 8426, 8589, 8696, 8352, 8635, 8471, 8405, 8745, 8693, 8570, 8417, 8601, 8750, 8696, 8624, 8591, 8357, 8592, 8652, 8657, 8400, 8699, 8633, 8460, 8549, 8769, 8970, 8583, 8365, 8645, 8608, 8512, 8605, 8606, 8499, 8436, 8593, 8555, 8534, 8771, 8741, 8590, 8603, 8536, 8874, 8631, 8592, 8563, 8767, 8777, 8509, 8562, 8451, 8525, 8630, 8731, 8577, 8569, 8420, 8495, 8425, 8708, 8358, 8493, 8708, 8560, 8436, 8643, 8610, 8953, 8755, 8462, 8392, 8306, 8773, 8681, 8490, 8586, 8655, 8414, 8489, 8918, 8598, 8721, 8553, 8473, 8686, 8714, 8750, 8578, 8646, 8295, 8585, 8506, 8422, 8574, 8246, 8333, 8345, 8108, 8105, 8430, 8579, 8598, 8136, 8060, 8408, 8347, 8610, 8225, 8140, 8152, 8218, 8165, 8530, 8425, 8090, 8295, 8420, 8649, 8435, 8226, 8687, 8424, 8723, 8327, 8481, 8471, 8509, 8227, 8277, 8494, 8244, 8382, 8386, 8578, 8208, 8193, 8630, 8192, 8527, 8491, 8188, 8168, 8380, 8508, 8330, 8482, 8371, 8183, 8365, 8494, 8538, 8213, 8392, 8381, 8447, 8575, 8389, 8640, 8641, 8670, 8611, 8580, 8573, 8617, 8509, 8506, 8515, 8556, 8522, 8673, 8321, 8438, 8539, 8581, 8328, 8561, 8782, 8436, 8545, 8484, 8372, 8360, 8518, 8651, 8766, 8466, 8258, 8480, 8282, 8492, 8447, 8446, 8382, 8637, 8300, 8514, 8490, 8686, 8318, 8199, 8440, 8312, 8546, 8305, 8502, 8062, 8286, 8243, 8474, 8446, 8339, 8239, 8194, 8374, 8537, 8081, 8173, 8201, 8191, 8461, 8205, 8257, 8274, 8293, 8574, 8100, 8337, 8210, 8152, 8170, 8224, 8280, 8054, 8271, 8329, 8174, 8337, 8393, 8239, 8533, 8298, 8224, 8149, 8145, 8034, 8450, 7997, 8380, 8301, 8888, 8322, 8542, 8620, 8585, 8689, 8689, 8338, 8416, 8413, 8715, 8420, 8487, 8483, 8428, 8592, 8342, 8938, 8536, 8495, 8419, 8586, 8201, 8353, 8484, 8650, 8420, 8464, 8503, 8546, 8280, 8356, 8333, 8652, 8391, 8359, 8450, 8357, 8292, 8356, 8408, 8308, 8187, 8311, 8473, 8557, 8379, 8276, 8233, 8265, 8177, 8532, 8301, 8374, 8418, 8496, 8324, 8489, 8061, 8341, 8132, 8165, 8491, 8200, 8321, 8346, 8694], 'WindowCenter': [4657.0, 4622.0, 4615.0, 4605.0, 4603.0, 4601.0, 4597.0, 4587.0, 4583.0, 4586.0, 4603.0, 4573.0, 4546.0, 4561.0, 4560.0, 4546.0, 4546.0, 4545.0, 4545.0, 4561.0, 4549.0, 4558.0, 4561.0, 4560.0, 4560.0, 4549.0, 4545.0, 4536.0, 4536.0, 4547.0, 4547.0, 4535.0, 4547.0, 4549.0, 4548.0, 4557.0, 4546.0, 4546.0, 4546.0, 4545.0, 4547.0, 4549.0, 4546.0, 4534.0, 4547.0, 4549.0, 4549.0, 4557.0, 4549.0, 4535.0, 4548.0, 4548.0, 4549.0, 4547.0, 4549.0, 4546.0, 4547.0, 4549.0, 4549.0, 4563.0, 4547.0, 4546.0, 4548.0, 4547.0, 4548.0, 4548.0, 4548.0, 4544.0, 4548.0, 4550.0, 4550.0, 4562.0, 4549.0, 4546.0, 4549.0, 4537.0, 4550.0, 4548.0, 4549.0, 4547.0, 4547.0, 4537.0, 4549.0, 4549.0, 4549.0, 4547.0, 4549.0, 4551.0, 4560.0, 4562.0, 4549.0, 4550.0, 4549.0, 4549.0, 4551.0, 4550.0, 4549.0, 4537.0, 4547.0, 4549.0, 4551.0, 4549.0, 4537.0, 4537.0, 4549.0, 4550.0, 4549.0, 4548.0, 4547.0, 4548.0, 4558.0, 4562.0, 4550.0, 4548.0, 4548.0, 4549.0, 4549.0, 4560.0, 4561.0, 4549.0, 4554.0, 4545.0, 4557.0, 4555.0, 4565.0, 4553.0, 4554.0, 4565.0, 4554.0, 4572.0, 4570.0, 4558.0, 4557.0, 4557.0, 4567.0, 4568.0, 4546.0, 4555.0, 4559.0, 4557.0, 4555.0, 4554.0, 4554.0, 4557.0, 4556.0, 4565.0, 4542.0, 4541.0, 4544.0, 4555.0, 4563.0, 4554.0, 4542.0, 4545.0, 4554.0, 4557.0, 4545.0, 4554.0, 4543.0, 4555.0, 4555.0, 4567.0, 4553.0, 4552.0, 4552.0, 4553.0, 4554.0, 4556.0, 4552.0, 4551.0, 4545.0, 4555.0, 4555.0, 4554.0, 4551.0, 4542.0, 4552.0, 4544.0, 4552.0, 4554.0, 4555.0, 4553.0, 4556.0, 4554.0, 4542.0, 4553.0, 4552.0, 4553.0, 4557.0, 4557.0, 4563.0, 4555.0, 4554.0, 4556.0, 4555.0, 4555.0, 4552.0, 4554.0, 4555.0, 4566.0, 4557.0, 4556.0, 4554.0, 4553.0, 4557.0, 4556.0, 4563.0, 4541.0, 4550.0, 4543.0, 4554.0, 4553.0, 4551.0, 4554.0, 4542.0, 4555.0, 4546.0, 4552.0, 4568.0, 4564.0, 4543.0, 4561.0, 4570.0, 4556.0, 4540.0, 4534.0, 4534.0, 4527.0, 4552.0, 4563.0, 4552.0, 4540.0, 4541.0, 4552.0, 4553.0, 4540.0, 4527.0, 4529.0, 4540.0, 4539.0, 4530.0, 4528.0, 4539.0, 4529.0, 4530.0, 4540.0, 4539.0, 4539.0, 4529.0, 4539.0, 4541.0, 4543.0, 4539.0, 4527.0, 4530.0, 4528.0, 4542.0, 4543.0, 4541.0, 4539.0, 4541.0, 4538.0, 4543.0, 4542.0, 4539.0, 4540.0, 4542.0, 4542.0, 4543.0, 4542.0, 4540.0, 4540.0, 4541.0, 4540.0, 4543.0, 4541.0, 4541.0, 4541.0, 4538.0, 4543.0, 4542.0, 4542.0, 4540.0, 4532.0, 4540.0, 4543.0, 4542.0, 4541.0, 4541.0, 4539.0, 4541.0, 4538.0, 4543.0, 4541.0, 4539.0, 4529.0, 4529.0, 4531.0, 4539.0, 4541.0, 4530.0, 4540.0, 4530.0, 4540.0, 4541.0, 4541.0, 4540.0, 4541.0, 4542.0, 4542.0, 4544.0, 4542.0, 4543.0, 4541.0, 4543.0, 4543.0, 4552.0, 4553.0, 4541.0, 4542.0, 4543.0, 4543.0, 4544.0, 4543.0, 4542.0, 4542.0, 4532.0, 4540.0, 4544.0, 4543.0, 4542.0, 4542.0, 4541.0, 4541.0, 4544.0, 4544.0, 4543.0, 4542.0, 4542.0, 4540.0, 4543.0, 4543.0, 4542.0, 4542.0, 4542.0, 4543.0, 4544.0, 4543.0, 4531.0, 4532.0, 4542.0, 4541.0, 4544.0, 4543.0, 4541.0, 4541.0, 4541.0, 4544.0, 4541.0, 4543.0, 4543.0, 4543.0, 4544.0, 4544.0, 4552.0, 4542.0, 4541.0, 4541.0, 4542.0, 4554.0, 4542.0, 4542.0, 4543.0, 4542.0, 4543.0, 4544.0, 4554.0, 4542.0, 4541.0, 4543.0, 4544.0, 4545.0, 4554.0, 4542.0, 4542.0, 4544.0, 4554.0, 4554.0, 4545.0, 4542.0, 4543.0, 4541.0, 4545.0, 4545.0, 4544.0, 4532.0, 4542.0, 4543.0, 4541.0, 4544.0, 4540.0, 4531.0, 4541.0, 4529.0, 4531.0, 4543.0, 4542.0, 4541.0, 4541.0, 4532.0, 4542.0, 4544.0, 4543.0, 4540.0, 4541.0, 4541.0, 4541.0, 4543.0, 4542.0, 4540.0, 4532.0, 4541.0, 4542.0, 4542.0, 4541.0, 4541.0, 4531.0, 4528.0, 4540.0, 4540.0, 4543.0, 4539.0, 4541.0, 4542.0, 4541.0, 4544.0, 4553.0, 4543.0, 4542.0, 4543.0, 4543.0, 4544.0, 4543.0, 4544.0, 4532.0, 4531.0, 4530.0, 4543.0, 4543.0, 4542.0, 4530.0, 4531.0, 4532.0, 4532.0, 4542.0, 4543.0, 4541.0, 4529.0, 4531.0, 4542.0, 4543.0, 4543.0, 4542.0, 4531.0, 4541.0, 4544.0, 4554.0, 4542.0, 4542.0, 4531.0, 4531.0, 4542.0, 4543.0, 4543.0, 4532.0, 4541.0, 4540.0, 4543.0, 4543.0, 4540.0, 4541.0, 4541.0, 4532.0, 4543.0, 4542.0, 4543.0, 4541.0, 4540.0, 4541.0, 4543.0, 4544.0, 4541.0, 4542.0, 4539.0, 4543.0, 4544.0, 4545.0, 4545.0, 4544.0, 4542.0, 4544.0, 4544.0, 4553.0, 4555.0, 4545.0, 4542.0, 4545.0, 4555.0, 4555.0, 4554.0, 4544.0, 4541.0, 4544.0, 4545.0, 4545.0, 4542.0, 4542.0, 4543.0, 4544.0, 4545.0, 4545.0, 4555.0, 4542.0, 4544.0, 4541.0, 4554.0, 4544.0, 4542.0, 4542.0, 4544.0, 4543.0, 4544.0, 4542.0, 4543.0, 4544.0, 4557.0, 4551.0, 4543.0, 4553.0, 4554.0, 4545.0, 4554.0, 4557.0, 4567.0, 4555.0, 4544.0, 4543.0, 4544.0, 4543.0, 4544.0, 4531.0, 4541.0, 4541.0, 4543.0, 4544.0, 4542.0, 4531.0, 4529.0, 4530.0, 4541.0, 4542.0, 4541.0, 4541.0, 4532.0, 4543.0, 4544.0, 4541.0, 4540.0, 4539.0, 4542.0, 4542.0, 4542.0, 4553.0, 4541.0, 4540.0, 4541.0, 4540.0, 4543.0, 4551.0, 4540.0, 4530.0, 4540.0, 4542.0, 4542.0, 4532.0, 4542.0, 4542.0, 4542.0, 4544.0, 4541.0, 4542.0, 4539.0, 4531.0, 4542.0, 4542.0, 4531.0, 4541.0, 4531.0, 4540.0, 4542.0, 4541.0, 4529.0, 4529.0, 4528.0, 4529.0, 4540.0, 4529.0, 4529.0, 4530.0, 4541.0, 4530.0, 4543.0, 4543.0, 4541.0, 4531.0, 4542.0, 4541.0, 4542.0, 4543.0, 4541.0, 4541.0, 4539.0, 4530.0, 4531.0, 4542.0, 4529.0, 4538.0, 4529.0, 4539.0, 4531.0, 4540.0, 4541.0, 4529.0, 4529.0, 4531.0, 4541.0, 4542.0, 4542.0, 4532.0, 4543.0, 4545.0, 4545.0, 4555.0, 4544.0, 4542.0, 4545.0, 4545.0, 4554.0, 4543.0, 4542.0, 4544.0, 4545.0, 4545.0, 4542.0, 4544.0, 4543.0, 4541.0, 4545.0, 4544.0, 4530.0, 4531.0, 4541.0, 4544.0, 4555.0, 4544.0, 4545.0, 4544.0, 4544.0, 4546.0, 4540.0, 4532.0, 4531.0, 4541.0, 4534.0, 4543.0, 4532.0, 4543.0, 4540.0, 4541.0, 4544.0, 4540.0, 4529.0, 4541.0, 4530.0, 4530.0, 4541.0, 4543.0, 4545.0, 4555.0, 4543.0, 4531.0, 4532.0, 4543.0, 4544.0, 4542.0, 4531.0, 4532.0, 4541.0, 4533.0, 4545.0, 4531.0, 4531.0, 4532.0, 4543.0, 4543.0, 4532.0, 4530.0, 4531.0, 4534.0, 4546.0, 4544.0, 4534.0, 4545.0, 4546.0, 4557.0, 4546.0, 4545.0, 4533.0, 4542.0, 4532.0, 4532.0, 4534.0, 4530.0, 4530.0, 4532.0, 4542.0, 4542.0, 4542.0, 4527.0, 4530.0, 4530.0, 4542.0, 4540.0, 4530.0, 4528.0, 4528.0, 4530.0, 4530.0, 4531.0, 4540.0, 4530.0, 4540.0, 4543.0, 4542.0, 4541.0, 4540.0, 4542.0, 4531.0, 4542.0, 4543.0, 4542.0, 4531.0, 4531.0, 4530.0, 4540.0, 4531.0, 4541.0, 4528.0, 4529.0, 4531.0, 4530.0, 4541.0, 4541.0, 4530.0, 4531.0, 4531.0, 4542.0, 4542.0, 4539.0, 4529.0, 4540.0, 4531.0, 4542.0, 4542.0, 4541.0, 4531.0, 4542.0, 4541.0, 4543.0, 4543.0, 4542.0, 4541.0, 4531.0, 4532.0, 4542.0, 4541.0, 4542.0, 4541.0, 4530.0, 4531.0, 4530.0, 4542.0, 4542.0, 4540.0, 4531.0, 4540.0, 4541.0, 4542.0, 4543.0, 4543.0, 4541.0, 4542.0, 4543.0, 4543.0, 4544.0, 4544.0, 4542.0, 4542.0, 4555.0, 4544.0, 4540.0, 4553.0, 4554.0, 4542.0, 4542.0, 4544.0, 4542.0, 4544.0, 4544.0, 4542.0, 4540.0, 4532.0, 4542.0, 4541.0, 4543.0, 4531.0, 4529.0, 4531.0, 4531.0, 4539.0, 4540.0, 4541.0, 4531.0, 4532.0, 4531.0, 4542.0, 4541.0, 4541.0, 4543.0, 4543.0, 4543.0, 4553.0, 4542.0, 4544.0, 4545.0, 4556.0, 4558.0, 4558.0, 4554.0, 4545.0, 4557.0, 4548.0, 4572.0, 4572.0, 4560.0, 4549.0, 4560.0, 4557.0, 4555.0, 4533.0, 4535.0, 4558.0, 4545.0, 4544.0, 4543.0, 4535.0, 4534.0, 4545.0, 4543.0, 4541.0, 4533.0, 4533.0, 4542.0, 4546.0, 4543.0, 4530.0, 4531.0, 4543.0, 4543.0, 4543.0, 4531.0, 4531.0, 4533.0, 4546.0, 4544.0, 4531.0, 4541.0, 4532.0, 4532.0, 4532.0, 4543.0, 4530.0, 4530.0, 4532.0, 4532.0, 4542.0, 4543.0, 4531.0, 4532.0, 4532.0, 4543.0, 4543.0, 4542.0, 4531.0, 4532.0, 4533.0, 4546.0, 4545.0, 4534.0, 4545.0, 4544.0, 4556.0, 4554.0, 4540.0, 4539.0, 4540.0, 4539.0, 4541.0, 4543.0, 4554.0, 4544.0, 4541.0, 4542.0, 4541.0, 4542.0, 4542.0, 4541.0, 4531.0, 4530.0, 4543.0, 4544.0, 4532.0, 4530.0, 4531.0, 4532.0, 4543.0, 4543.0, 4530.0, 4531.0, 4542.0, 4543.0, 4543.0, 4532.0, 4532.0, 4542.0, 4531.0, 4543.0, 4545.0, 4544.0, 4532.0, 4542.0, 4532.0, 4544.0, 4543.0, 4544.0, 4532.0, 4532.0, 4533.0, 4533.0, 4544.0, 4533.0, 4542.0, 4533.0, 4534.0, 4534.0, 4535.0, 4544.0, 4534.0, 4534.0, 4535.0, 4544.0, 4546.0, 4535.0, 4535.0, 4535.0, 4545.0, 4545.0, 4536.0, 4546.0, 4535.0, 4535.0, 4546.0, 4536.0, 4547.0, 4546.0, 4536.0, 4546.0, 4547.0, 4547.0, 4537.0, 4546.0, 4546.0, 4547.0, 4548.0, 4548.0, 4548.0, 4546.0, 4547.0, 4548.0, 4538.0, 4538.0, 4535.0, 4536.0, 4536.0, 4547.0, 4547.0, 4553.0, 4556.0, 4555.0, 4542.0, 4554.0, 4553.0, 4553.0, 4543.0, 4545.0, 4545.0, 4556.0, 4542.0, 4541.0, 4544.0, 4546.0, 4555.0, 4545.0, 4543.0, 4541.0, 4540.0, 4532.0, 4542.0, 4533.0, 4532.0, 4531.0, 4532.0, 4532.0, 4533.0, 4541.0, 4531.0, 4530.0, 4531.0, 4532.0, 4542.0, 4531.0, 4530.0, 4531.0, 4532.0, 4544.0, 4533.0, 4530.0, 4531.0, 4532.0, 4533.0, 4545.0, 4531.0, 4530.0, 4531.0, 4532.0, 4534.0, 4534.0, 4544.0, 4532.0, 4532.0, 4534.0, 4544.0, 4535.0, 4532.0, 4532.0, 4534.0, 4535.0, 4547.0, 4545.0, 4534.0, 4534.0, 4536.0, 4546.0], 'WindowWidth': [10223.0, 10159.0, 10139.0, 10123.0, 10117.0, 10111.0, 10099.0, 10080.0, 10073.0, 10082.0, 10110.0, 10053.0, 10005.0, 10034.0, 10030.0, 10004.0, 10001.0, 10000.0, 10000.0, 10030.0, 10009.0, 10022.0, 10027.0, 10027.0, 10028.0, 10012.0, 9999.0, 9986.0, 9987.0, 10004.0, 10006.0, 9987.0, 10003.0, 10008.0, 10009.0, 10020.0, 10003.0, 10001.0, 10000.0, 9998.0, 10003.0, 10010.0, 10004.0, 9984.0, 10006.0, 10009.0, 10010.0, 10020.0, 10013.0, 9988.0, 10006.0, 10008.0, 10010.0, 10009.0, 10011.0, 10003.0, 10007.0, 10010.0, 10011.0, 10034.0, 10009.0, 10002.0, 10007.0, 10006.0, 10010.0, 10010.0, 10010.0, 9998.0, 10006.0, 10011.0, 10013.0, 10033.0, 10011.0, 10003.0, 10008.0, 9990.0, 10013.0, 10010.0, 10010.0, 10005.0, 10004.0, 9992.0, 10010.0, 10012.0, 10013.0, 10004.0, 10010.0, 10014.0, 10028.0, 10033.0, 10012.0, 10011.0, 10011.0, 10011.0, 10016.0, 10014.0, 10010.0, 9992.0, 10004.0, 10010.0, 10017.0, 10011.0, 9992.0, 9991.0, 10009.0, 10014.0, 10009.0, 10008.0, 10004.0, 10008.0, 10022.0, 10034.0, 10014.0, 10007.0, 10008.0, 10012.0, 10011.0, 10029.0, 10029.0, 10008.0, 10018.0, 10008.0, 10028.0, 10025.0, 10038.0, 10019.0, 10021.0, 10038.0, 10025.0, 10062.0, 10055.0, 10032.0, 10028.0, 10030.0, 10046.0, 10045.0, 10011.0, 10023.0, 10034.0, 10030.0, 10023.0, 10018.0, 10018.0, 10026.0, 10026.0, 10039.0, 10001.0, 9997.0, 10005.0, 10023.0, 10033.0, 10018.0, 10001.0, 10005.0, 10018.0, 10027.0, 10008.0, 10019.0, 10004.0, 10023.0, 10023.0, 10047.0, 10019.0, 10013.0, 10013.0, 10016.0, 10020.0, 10022.0, 10013.0, 10011.0, 10005.0, 10022.0, 10021.0, 10016.0, 10009.0, 10000.0, 10011.0, 10006.0, 10014.0, 10018.0, 10021.0, 10015.0, 10023.0, 10020.0, 10001.0, 10016.0, 10014.0, 10017.0, 10028.0, 10026.0, 10031.0, 10021.0, 10018.0, 10026.0, 10024.0, 10021.0, 10015.0, 10019.0, 10022.0, 10041.0, 10028.0, 10024.0, 10017.0, 10016.0, 10024.0, 10023.0, 10030.0, 9997.0, 10009.0, 10002.0, 10020.0, 10019.0, 10012.0, 10016.0, 10000.0, 10018.0, 10008.0, 10014.0, 10046.0, 10038.0, 10004.0, 10032.0, 10045.0, 10015.0, 9987.0, 9971.0, 9971.0, 9963.0, 10008.0, 10026.0, 10009.0, 9987.0, 9991.0, 10007.0, 10011.0, 9988.0, 9965.0, 9968.0, 9983.0, 9983.0, 9973.0, 9969.0, 9982.0, 9968.0, 9969.0, 9986.0, 9984.0, 9981.0, 9968.0, 9981.0, 9987.0, 9992.0, 9984.0, 9965.0, 9971.0, 9968.0, 9990.0, 9994.0, 9988.0, 9983.0, 9987.0, 9983.0, 9994.0, 9992.0, 9985.0, 9985.0, 9990.0, 9992.0, 9996.0, 9992.0, 9985.0, 9986.0, 9989.0, 9988.0, 9994.0, 9990.0, 9987.0, 9987.0, 9983.0, 9993.0, 9993.0, 9993.0, 9987.0, 9976.0, 9987.0, 9993.0, 9994.0, 9990.0, 9989.0, 9984.0, 9987.0, 9982.0, 9993.0, 9989.0, 9983.0, 9968.0, 9970.0, 9973.0, 9985.0, 9990.0, 9972.0, 9984.0, 9972.0, 9987.0, 9990.0, 9992.0, 9988.0, 9988.0, 9990.0, 9993.0, 9997.0, 9994.0, 9994.0, 9990.0, 9995.0, 9995.0, 10007.0, 10010.0, 9991.0, 9992.0, 9994.0, 9995.0, 9996.0, 9995.0, 9992.0, 9990.0, 9977.0, 9988.0, 9997.0, 9996.0, 9994.0, 9991.0, 9990.0, 9990.0, 9996.0, 9998.0, 9994.0, 9991.0, 9992.0, 9989.0, 9995.0, 9996.0, 9993.0, 9991.0, 9992.0, 9995.0, 9997.0, 9995.0, 9974.0, 9978.0, 9991.0, 9990.0, 9997.0, 9995.0, 9988.0, 9988.0, 9989.0, 9997.0, 9993.0, 9993.0, 9992.0, 9994.0, 9996.0, 9997.0, 10008.0, 9991.0, 9989.0, 9990.0, 9993.0, 10012.0, 9993.0, 9991.0, 9994.0, 9993.0, 9995.0, 9999.0, 10012.0, 9992.0, 9988.0, 9994.0, 9997.0, 10000.0, 10012.0, 9992.0, 9992.0, 9997.0, 10013.0, 10013.0, 10000.0, 9992.0, 9995.0, 9991.0, 9999.0, 10001.0, 9997.0, 9977.0, 9990.0, 9993.0, 9990.0, 9997.0, 9989.0, 9975.0, 9986.0, 9969.0, 9976.0, 9994.0, 9991.0, 9988.0, 9988.0, 9976.0, 9992.0, 9998.0, 9993.0, 9987.0, 9989.0, 9988.0, 9989.0, 9995.0, 9994.0, 9985.0, 9975.0, 9989.0, 9991.0, 9993.0, 9988.0, 9990.0, 9974.0, 9968.0, 9987.0, 9989.0, 9994.0, 9985.0, 9987.0, 9992.0, 9990.0, 9997.0, 10011.0, 9995.0, 9991.0, 9994.0, 9994.0, 9999.0, 9995.0, 9996.0, 9977.0, 9976.0, 9973.0, 9994.0, 9994.0, 9990.0, 9972.0, 9974.0, 9976.0, 9978.0, 9992.0, 9994.0, 9989.0, 9970.0, 9974.0, 9991.0, 9994.0, 9994.0, 9991.0, 9975.0, 9989.0, 9995.0, 10012.0, 9993.0, 9991.0, 9975.0, 9977.0, 9991.0, 9994.0, 9993.0, 9975.0, 9987.0, 9986.0, 9993.0, 9994.0, 9989.0, 9988.0, 9988.0, 9977.0, 9992.0, 9994.0, 9993.0, 9988.0, 9986.0, 9989.0, 9994.0, 9997.0, 9991.0, 9992.0, 9984.0, 9993.0, 9995.0, 9999.0, 10000.0, 9998.0, 9992.0, 9997.0, 9997.0, 10010.0, 10014.0, 10001.0, 9993.0, 9998.0, 10012.0, 10014.0, 10012.0, 9998.0, 9990.0, 9997.0, 9999.0, 10001.0, 9994.0, 9991.0, 9994.0, 9998.0, 10000.0, 10003.0, 10015.0, 9993.0, 9997.0, 9992.0, 10013.0, 9998.0, 9993.0, 9991.0, 9996.0, 9996.0, 9998.0, 9994.0, 9994.0, 9997.0, 10020.0, 10006.0, 9997.0, 10010.0, 10013.0, 10004.0, 10015.0, 10022.0, 10038.0, 10016.0, 9996.0, 9995.0, 9996.0, 9996.0, 9999.0, 9976.0, 9988.0, 9989.0, 9993.0, 9997.0, 9992.0, 9974.0, 9970.0, 9972.0, 9990.0, 9994.0, 9991.0, 9987.0, 9979.0, 9993.0, 9997.0, 9991.0, 9988.0, 9985.0, 9992.0, 9991.0, 9994.0, 10009.0, 9989.0, 9986.0, 9988.0, 9987.0, 9993.0, 10003.0, 9986.0, 9972.0, 9986.0, 9992.0, 9994.0, 9978.0, 9990.0, 9991.0, 9992.0, 9997.0, 9993.0, 9991.0, 9984.0, 9974.0, 9991.0, 9992.0, 9975.0, 9987.0, 9973.0, 9986.0, 9990.0, 9987.0, 9970.0, 9968.0, 9966.0, 9969.0, 9986.0, 9972.0, 9969.0, 9971.0, 9987.0, 9973.0, 9994.0, 9995.0, 9988.0, 9976.0, 9990.0, 9988.0, 9991.0, 9994.0, 9991.0, 9988.0, 9984.0, 9973.0, 9975.0, 9990.0, 9970.0, 9981.0, 9968.0, 9982.0, 9974.0, 9985.0, 9988.0, 9969.0, 9969.0, 9975.0, 9990.0, 9991.0, 9990.0, 9978.0, 9994.0, 10000.0, 9999.0, 10015.0, 9997.0, 9993.0, 10000.0, 10003.0, 10012.0, 9995.0, 9992.0, 9998.0, 9998.0, 10001.0, 9993.0, 9997.0, 9993.0, 9990.0, 10000.0, 9998.0, 9974.0, 9976.0, 9989.0, 9998.0, 10014.0, 9997.0, 9998.0, 9997.0, 9997.0, 10000.0, 9989.0, 9976.0, 9974.0, 9988.0, 9982.0, 9993.0, 9977.0, 9992.0, 9986.0, 9988.0, 10000.0, 9987.0, 9970.0, 9990.0, 9973.0, 9974.0, 9991.0, 9994.0, 9999.0, 10015.0, 9993.0, 9975.0, 9978.0, 9994.0, 9998.0, 9993.0, 9974.0, 9975.0, 9987.0, 9979.0, 9998.0, 9973.0, 9974.0, 9976.0, 9994.0, 9995.0, 9977.0, 9971.0, 9975.0, 9981.0, 10002.0, 9997.0, 9981.0, 9998.0, 10000.0, 10018.0, 10002.0, 9998.0, 9978.0, 9989.0, 9977.0, 9977.0, 9981.0, 9971.0, 9971.0, 9975.0, 9989.0, 9991.0, 9989.0, 9964.0, 9970.0, 9971.0, 9990.0, 9987.0, 9970.0, 9965.0, 9966.0, 9971.0, 9973.0, 9976.0, 9985.0, 9972.0, 9987.0, 9995.0, 9995.0, 9991.0, 9986.0, 9989.0, 9975.0, 9990.0, 9995.0, 9992.0, 9973.0, 9975.0, 9973.0, 9987.0, 9975.0, 9988.0, 9966.0, 9969.0, 9972.0, 9972.0, 9989.0, 9986.0, 9970.0, 9972.0, 9973.0, 9992.0, 9989.0, 9983.0, 9968.0, 9984.0, 9975.0, 9993.0, 9993.0, 9990.0, 9975.0, 9990.0, 9987.0, 9993.0, 9995.0, 9992.0, 9988.0, 9974.0, 9977.0, 9991.0, 9989.0, 9990.0, 9987.0, 9971.0, 9973.0, 9972.0, 9991.0, 9990.0, 9984.0, 9972.0, 9984.0, 9987.0, 9989.0, 9993.0, 9993.0, 9988.0, 9988.0, 9992.0, 9995.0, 9998.0, 9997.0, 9991.0, 9991.0, 10017.0, 9997.0, 9989.0, 10010.0, 10014.0, 9993.0, 9993.0, 9998.0, 9993.0, 9998.0, 9996.0, 9990.0, 9987.0, 9977.0, 9989.0, 9990.0, 9993.0, 9973.0, 9968.0, 9973.0, 9975.0, 9984.0, 9985.0, 9986.0, 9973.0, 9975.0, 9975.0, 9992.0, 9990.0, 9987.0, 9993.0, 9994.0, 9997.0, 10010.0, 9994.0, 9997.0, 10001.0, 10016.0, 10023.0, 10023.0, 10012.0, 10001.0, 10019.0, 10009.0, 10055.0, 10056.0, 10033.0, 10014.0, 10032.0, 10022.0, 10014.0, 9982.0, 9986.0, 10024.0, 10003.0, 9998.0, 9995.0, 9984.0, 9984.0, 10001.0, 9996.0, 9989.0, 9980.0, 9980.0, 9991.0, 10003.0, 9994.0, 9972.0, 9974.0, 9993.0, 9995.0, 9996.0, 9975.0, 9974.0, 9981.0, 10004.0, 9999.0, 9975.0, 9987.0, 9978.0, 9978.0, 9979.0, 9993.0, 9971.0, 9972.0, 9975.0, 9976.0, 9991.0, 9992.0, 9975.0, 9977.0, 9977.0, 9995.0, 9995.0, 9990.0, 9974.0, 9978.0, 9980.0, 10000.0, 9998.0, 9981.0, 9999.0, 9997.0, 10019.0, 10016.0, 9987.0, 9987.0, 9988.0, 9984.0, 9989.0, 9993.0, 10012.0, 9998.0, 9988.0, 9991.0, 9989.0, 9993.0, 9994.0, 9988.0, 9975.0, 9972.0, 9992.0, 9995.0, 9976.0, 9972.0, 9974.0, 9975.0, 9991.0, 9992.0, 9972.0, 9973.0, 9989.0, 9992.0, 9994.0, 9979.0, 9977.0, 9990.0, 9975.0, 9992.0, 9998.0, 9995.0, 9976.0, 9990.0, 9978.0, 9996.0, 9992.0, 9994.0, 9975.0, 9976.0, 9978.0, 9980.0, 9996.0, 9979.0, 9991.0, 9980.0, 9980.0, 9983.0, 9983.0, 9996.0, 9981.0, 9981.0, 9983.0, 9997.0, 10002.0, 9986.0, 9983.0, 9984.0, 9997.0, 9998.0, 9987.0, 10000.0, 9982.0, 9984.0, 9999.0, 9988.0, 10005.0, 10001.0, 9985.0, 10001.0, 10004.0, 10005.0, 9991.0, 10001.0, 10002.0, 10003.0, 10006.0, 10009.0, 10007.0, 10001.0, 10003.0, 10006.0, 9993.0, 9994.0, 9984.0, 9985.0, 9988.0, 10004.0, 10004.0, 10010.0, 10020.0, 10013.0, 9992.0, 10013.0, 10011.0, 10010.0, 9998.0, 9999.0, 10003.0, 10018.0, 9992.0, 9990.0, 9995.0, 10002.0, 10015.0, 10004.0, 9994.0, 9986.0, 9985.0, 9976.0, 9991.0, 9980.0, 9977.0, 9973.0, 9975.0, 9976.0, 9978.0, 9988.0, 9972.0, 9970.0, 9973.0, 9977.0, 9992.0, 9975.0, 9970.0, 9973.0, 9975.0, 9997.0, 9980.0, 9970.0, 9972.0, 9975.0, 9979.0, 9997.0, 9973.0, 9970.0, 9973.0, 9975.0, 9981.0, 9981.0, 9992.0, 9974.0, 9976.0, 9980.0, 9996.0, 9983.0, 9975.0, 9976.0, 9980.0, 9984.0, 10004.0, 9998.0, 9982.0, 9981.0, 9986.0, 10001.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.024469256120527305</td></tr>
<tr><td colspan=3>aqi</td><td>0.05758694114877589</td></tr>
<tr><td colspan=3>dummy_trs</td><td>11</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.497015664561754</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2203041622714446</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2751673555513685</td></tr>
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
<tr><td colspan=3>fber</td><td>3878.1809</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09825755000372821</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.919020715630885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.890384036457317</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8305952052406242</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.180075469635638</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6604814344956886</td></tr>
<tr><td colspan=3>gcor</td><td>0.00567199</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004792877472937107</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021649964153766632</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1062</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.966418827293401</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>31.3193</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.0985</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.4409</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.7428</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6167</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.3876</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3784.4264</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.2751</td></tr>
<tr><td colspan=3>tsnr</td><td>26.49628626939375</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>