<?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-0126_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-03/func/sub-0126_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>db5283cb2df78c527c6b8630bf7d0744</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:40:56.235000</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.99892, -0.0342017, 0.0314562, 0.0280768, 0.983648, 0.177898]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114978</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7816, -7217, 28, -84, -165, -33, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d4bc71ba-ea07-4e49-9db0-67caf62def76||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.6800286769866943, 0.07532810419797897, 0.09997086226940155, 110.51510620117188], [0.0917607918381691, 2.63905668258667, 0.4774203896522522, -96.90037536621094], [0.0843946635723114, -0.47728657722473145, 2.6555745601654053, -55.142032623291016], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['184056.235000', '184056.695000', '184057.155000', '184057.615000', '184058.075000', '184058.535000', '184058.995000', '184059.455000', '184059.915000', '184100.375000', '184100.835000', '184101.295000', '184101.755000', '184102.215000', '184102.675000', '184103.135000', '184103.595000', '184104.055000', '184104.515000', '184104.975000', '184105.435000', '184105.895000', '184106.355000', '184106.815000', '184107.275000', '184107.735000', '184108.195000', '184108.655000', '184109.115000', '184109.575000', '184110.035000', '184110.495000', '184110.955000', '184111.415000', '184111.875000', '184112.335000', '184112.795000', '184113.255000', '184113.715000', '184114.175000', '184114.635000', '184115.095000', '184115.555000', '184116.015000', '184116.475000', '184116.935000', '184117.395000', '184117.855000', '184118.315000', '184118.775000', '184119.235000', '184119.695000', '184120.155000', '184120.615000', '184121.075000', '184121.535000', '184121.995000', '184122.455000', '184122.915000', '184123.375000', '184123.835000', '184124.295000', '184124.755000', '184125.215000', '184125.675000', '184126.135000', '184126.595000', '184127.055000', '184127.515000', '184127.975000', '184128.435000', '184128.895000', '184129.355000', '184129.815000', '184130.275000', '184130.735000', '184131.195000', '184131.655000', '184132.115000', '184132.575000', '184133.035000', '184133.495000', '184133.955000', '184134.415000', '184134.875000', '184135.335000', '184135.795000', '184136.255000', '184136.715000', '184137.175000', '184137.635000', '184138.095000', '184138.555000', '184139.015000', '184139.475000', '184139.935000', '184140.395000', '184140.855000', '184141.315000', '184141.775000', '184142.235000', '184142.695000', '184143.155000', '184143.615000', '184144.075000', '184144.535000', '184144.995000', '184145.455000', '184145.915000', '184146.375000', '184146.835000', '184147.295000', '184147.755000', '184148.215000', '184148.675000', '184149.135000', '184149.595000', '184150.055000', '184150.515000', '184150.975000', '184151.435000', '184151.895000', '184152.355000', '184152.815000', '184153.275000', '184153.735000', '184154.195000', '184154.655000', '184155.115000', '184155.575000', '184156.035000', '184156.495000', '184156.955000', '184157.415000', '184157.875000', '184158.335000', '184158.795000', '184159.255000', '184159.715000', '184200.175000', '184200.635000', '184201.095000', '184201.555000', '184202.015000', '184202.475000', '184202.935000', '184203.395000', '184203.855000', '184204.315000', '184204.775000', '184205.235000', '184205.695000', '184206.155000', '184206.615000', '184207.075000', '184207.535000', '184207.995000', '184208.455000', '184208.915000', '184209.375000', '184209.835000', '184210.295000', '184210.755000', '184211.215000', '184211.675000', '184212.135000', '184212.595000', '184213.055000', '184213.515000', '184213.975000', '184214.435000', '184214.895000', '184215.355000', '184215.815000', '184216.275000', '184216.735000', '184217.195000', '184217.655000', '184218.115000', '184218.575000', '184219.035000', '184219.495000', '184219.955000', '184220.415000', '184220.875000', '184221.335000', '184221.795000', '184222.255000', '184222.715000', '184223.175000', '184223.635000', '184224.095000', '184224.555000', '184225.015000', '184225.475000', '184225.935000', '184226.395000', '184226.855000', '184227.315000', '184227.775000', '184228.235000', '184228.695000', '184229.155000', '184229.615000', '184230.075000', '184230.535000', '184230.995000', '184231.455000', '184231.915000', '184232.375000', '184232.835000', '184233.295000', '184233.755000', '184234.215000', '184234.675000', '184235.135000', '184235.595000', '184236.055000', '184236.515000', '184236.975000', '184237.435000', '184237.895000', '184238.355000', '184238.815000', '184239.275000', '184239.735000', '184240.195000', '184240.655000', '184241.115000', '184241.575000', '184242.035000', '184242.495000', '184242.955000', '184243.415000', '184243.875000', '184244.335000', '184244.795000', '184245.255000', '184245.715000', '184246.175000', '184246.635000', '184247.095000', '184247.555000', '184248.015000', '184248.475000', '184248.935000', '184249.395000', '184249.855000', '184250.315000', '184250.775000', '184251.235000', '184251.695000', '184252.155000', '184252.615000', '184253.075000', '184253.535000', '184253.995000', '184254.455000', '184254.915000', '184255.375000', '184255.835000', '184256.295000', '184256.755000', '184257.215000', '184257.675000', '184258.135000', '184258.595000', '184259.055000', '184259.515000', '184259.975000', '184300.435000', '184300.895000', '184301.355000', '184301.815000', '184302.275000', '184302.735000', '184303.195000', '184303.655000', '184304.115000', '184304.575000', '184305.035000', '184305.495000', '184305.955000', '184306.415000', '184306.875000', '184307.335000', '184307.795000', '184308.255000', '184308.715000', '184309.175000', '184309.635000', '184310.095000', '184310.555000', '184311.015000', '184311.475000', '184311.935000', '184312.395000', '184312.855000', '184313.315000', '184313.775000', '184314.235000', '184314.695000', '184315.155000', '184315.615000', '184316.075000', '184316.535000', '184316.995000', '184317.455000', '184317.915000', '184318.375000', '184318.835000', '184319.295000', '184319.755000', '184320.215000', '184320.675000', '184321.135000', '184321.595000', '184322.055000', '184322.515000', '184322.975000', '184323.435000', '184323.895000', '184324.355000', '184324.815000', '184325.275000', '184325.735000', '184326.195000', '184326.655000', '184327.115000', '184327.575000', '184328.035000', '184328.495000', '184328.955000', '184329.415000', '184329.875000', '184330.335000', '184330.795000', '184331.255000', '184331.715000', '184332.175000', '184332.635000', '184333.095000', '184333.555000', '184334.015000', '184334.475000', '184334.935000', '184335.395000', '184335.855000', '184336.315000', '184336.775000', '184337.235000', '184337.695000', '184338.155000', '184338.615000', '184339.075000', '184339.535000', '184339.995000', '184340.455000', '184340.915000', '184341.375000', '184341.835000', '184342.295000', '184342.755000', '184343.215000', '184343.675000', '184344.135000', '184344.595000', '184345.055000', '184345.515000', '184345.975000', '184346.435000', '184346.895000', '184347.355000', '184347.815000', '184348.275000', '184348.735000', '184349.195000', '184349.655000', '184350.115000', '184350.575000', '184351.035000', '184351.495000', '184351.955000', '184352.415000', '184352.875000', '184353.335000', '184353.795000', '184354.255000', '184354.715000', '184355.175000', '184355.635000', '184356.095000', '184356.555000', '184357.015000', '184357.475000', '184357.935000', '184358.395000', '184358.855000', '184359.315000', '184359.775000', '184400.235000', '184400.695000', '184401.155000', '184401.615000', '184402.075000', '184402.535000', '184402.995000', '184403.455000', '184403.915000', '184404.375000', '184404.835000', '184405.295000', '184405.755000', '184406.215000', '184406.675000', '184407.135000', '184407.595000', '184408.055000', '184408.515000', '184408.975000', '184409.435000', '184409.895000', '184410.355000', '184410.815000', '184411.275000', '184411.735000', '184412.195000', '184412.655000', '184413.115000', '184413.575000', '184414.035000', '184414.495000', '184414.955000', '184415.415000', '184415.875000', '184416.335000', '184416.795000', '184417.255000', '184417.715000', '184418.175000', '184418.635000', '184419.095000', '184419.555000', '184420.015000', '184420.475000', '184420.935000', '184421.395000', '184421.855000', '184422.315000', '184422.775000', '184423.235000', '184423.695000', '184424.155000', '184424.615000', '184425.075000', '184425.535000', '184425.995000', '184426.455000', '184426.915000', '184427.375000', '184427.835000', '184428.295000', '184428.755000', '184429.215000', '184429.675000', '184430.135000', '184430.595000', '184431.055000', '184431.515000', '184431.975000', '184432.435000', '184432.895000', '184433.355000', '184433.815000', '184434.275000', '184434.735000', '184435.195000', '184435.655000', '184436.115000', '184436.575000', '184437.035000', '184437.495000', '184437.955000', '184438.415000', '184438.875000', '184439.335000', '184439.795000', '184440.255000', '184440.715000', '184441.175000', '184441.635000', '184442.095000', '184442.555000', '184443.015000', '184443.475000', '184443.935000', '184444.395000', '184444.855000', '184445.315000', '184445.775000', '184446.235000', '184446.695000', '184447.155000', '184447.615000', '184448.075000', '184448.535000', '184448.995000', '184449.455000', '184449.915000', '184450.375000', '184450.835000', '184451.295000', '184451.755000', '184452.215000', '184452.675000', '184453.135000', '184453.595000', '184454.055000', '184454.515000', '184454.975000', '184455.435000', '184455.895000', '184456.355000', '184456.815000', '184457.275000', '184457.735000', '184458.195000', '184458.655000', '184459.115000', '184459.575000', '184500.035000', '184500.495000', '184500.955000', '184501.415000', '184501.875000', '184502.335000', '184502.795000', '184503.255000', '184503.715000', '184504.175000', '184504.635000', '184505.095000', '184505.555000', '184506.015000', '184506.475000', '184506.935000', '184507.395000', '184507.855000', '184508.315000', '184508.775000', '184509.235000', '184509.695000', '184510.155000', '184510.615000', '184511.075000', '184511.535000', '184511.995000', '184512.455000', '184512.915000', '184513.375000', '184513.835000', '184514.295000', '184514.755000', '184515.215000', '184515.675000', '184516.135000', '184516.595000', '184517.055000', '184517.515000', '184517.975000', '184518.435000', '184518.895000', '184519.355000', '184519.815000', '184520.275000', '184520.735000', '184521.195000', '184521.655000', '184522.115000', '184522.575000', '184523.035000', '184523.495000', '184523.955000', '184524.415000', '184524.875000', '184525.335000', '184525.795000', '184526.255000', '184526.715000', '184527.175000', '184527.635000', '184528.095000', '184528.555000', '184529.015000', '184529.475000', '184529.935000', '184530.395000', '184530.855000', '184531.315000', '184531.775000', '184532.235000', '184532.695000', '184533.155000', '184533.615000', '184534.075000', '184534.535000', '184534.995000', '184535.455000', '184535.915000', '184536.375000', '184536.835000', '184537.295000', '184537.755000', '184538.215000', '184538.675000', '184539.135000', '184539.595000', '184540.055000', '184540.515000', '184540.975000', '184541.435000', '184541.895000', '184542.355000', '184542.815000', '184543.275000', '184543.735000', '184544.195000', '184544.655000', '184545.115000', '184545.575000', '184546.035000', '184546.495000', '184546.955000', '184547.415000', '184547.875000', '184548.335000', '184548.795000', '184549.255000', '184549.715000', '184550.175000', '184550.635000', '184551.095000', '184551.555000', '184552.015000', '184552.475000', '184552.935000', '184553.395000', '184553.855000', '184554.315000', '184554.775000', '184555.235000', '184555.695000', '184556.155000', '184556.615000', '184557.075000', '184557.535000', '184557.995000', '184558.455000', '184558.915000', '184559.375000', '184559.835000', '184600.295000', '184600.755000', '184601.215000', '184601.675000', '184602.135000', '184602.595000', '184603.055000', '184603.515000', '184603.975000', '184604.435000', '184604.895000', '184605.355000', '184605.815000', '184606.275000', '184606.735000', '184607.195000', '184607.655000', '184608.115000', '184608.575000', '184609.035000', '184609.495000', '184609.955000', '184610.415000', '184610.875000', '184611.335000', '184611.795000', '184612.255000', '184612.715000', '184613.175000', '184613.635000', '184614.095000', '184614.555000', '184615.015000', '184615.475000', '184615.935000', '184616.395000', '184616.855000', '184617.315000', '184617.775000', '184618.235000', '184618.695000', '184619.155000', '184619.615000', '184620.075000', '184620.535000', '184620.995000', '184621.455000', '184621.915000', '184622.375000', '184622.835000', '184623.295000', '184623.755000', '184624.215000', '184624.675000', '184625.135000', '184625.595000', '184626.055000', '184626.515000', '184626.975000', '184627.435000', '184627.895000', '184628.355000', '184628.815000', '184629.275000', '184629.735000', '184630.195000', '184630.655000', '184631.115000', '184631.575000', '184632.035000', '184632.495000', '184632.955000', '184633.415000', '184633.875000', '184634.335000', '184634.795000', '184635.255000', '184635.715000', '184636.175000', '184636.635000', '184637.095000', '184637.555000', '184638.015000', '184638.475000', '184638.935000', '184639.395000', '184639.855000', '184640.315000', '184640.775000', '184641.235000', '184641.695000', '184642.155000', '184642.615000', '184643.075000', '184643.535000', '184643.995000', '184644.455000', '184644.915000', '184645.375000', '184645.835000', '184646.295000', '184646.755000', '184647.215000', '184647.675000', '184648.135000', '184648.595000', '184649.055000', '184649.515000', '184649.975000', '184650.435000', '184650.895000', '184651.355000', '184651.815000', '184652.275000', '184652.735000', '184653.195000', '184653.655000', '184654.115000', '184654.575000', '184655.035000', '184655.495000', '184655.955000', '184656.415000', '184656.875000', '184657.335000', '184657.795000', '184658.255000', '184658.715000', '184659.175000', '184659.635000', '184700.095000', '184700.555000', '184701.015000', '184701.475000', '184701.935000', '184702.395000', '184702.855000', '184703.315000', '184703.775000', '184704.235000', '184704.695000', '184705.155000', '184705.615000', '184706.075000', '184706.535000', '184706.995000', '184707.455000', '184707.915000', '184708.375000', '184708.835000', '184709.295000', '184709.755000', '184710.215000', '184710.675000', '184711.135000', '184711.595000', '184712.055000', '184712.515000', '184712.975000', '184713.435000', '184713.895000', '184714.355000', '184714.815000', '184715.275000', '184715.735000', '184716.195000', '184716.655000', '184717.115000', '184717.575000', '184718.035000', '184718.495000', '184718.955000', '184719.415000', '184719.875000', '184720.335000', '184720.795000', '184721.255000', '184721.715000', '184722.175000', '184722.635000', '184723.095000', '184723.555000', '184724.015000', '184724.475000', '184724.935000', '184725.395000', '184725.855000', '184726.315000', '184726.775000', '184727.235000', '184727.695000', '184728.155000', '184728.615000', '184729.075000', '184729.535000', '184729.995000', '184730.455000', '184730.915000', '184731.375000', '184731.835000', '184732.295000', '184732.755000', '184733.215000', '184733.675000', '184734.135000', '184734.595000', '184735.055000', '184735.515000', '184735.975000', '184736.435000', '184736.895000', '184737.355000', '184737.815000', '184738.275000', '184738.735000', '184739.195000', '184739.655000', '184740.115000', '184740.575000', '184741.035000', '184741.495000', '184741.955000', '184742.415000', '184742.875000', '184743.335000', '184743.795000', '184744.255000', '184744.715000', '184745.175000', '184745.635000', '184746.095000', '184746.555000', '184747.015000', '184747.475000', '184747.935000', '184748.395000', '184748.855000', '184749.315000', '184749.775000', '184750.235000', '184750.695000', '184751.155000', '184751.615000', '184752.075000', '184752.535000', '184752.995000', '184753.455000', '184753.915000', '184754.375000', '184754.835000', '184755.295000', '184755.755000', '184756.215000', '184756.675000', '184757.135000', '184757.595000', '184758.055000', '184758.515000', '184758.975000', '184759.435000', '184759.895000', '184800.355000', '184800.815000', '184801.275000', '184801.735000', '184802.195000', '184802.655000', '184803.115000', '184803.575000', '184804.035000', '184804.495000', '184804.955000', '184805.415000', '184805.875000', '184806.335000', '184806.795000', '184807.255000', '184807.715000', '184808.175000', '184808.635000', '184809.095000', '184809.555000', '184810.015000', '184810.475000', '184810.935000', '184811.395000', '184811.855000', '184812.315000', '184812.775000', '184813.235000', '184813.695000', '184814.155000', '184814.615000', '184815.075000', '184815.535000', '184815.995000', '184816.455000', '184816.915000', '184817.375000', '184817.835000', '184818.295000', '184818.755000', '184819.215000', '184819.675000', '184820.135000', '184820.595000', '184821.055000', '184821.515000', '184821.975000', '184822.435000', '184822.895000', '184823.355000', '184823.815000', '184824.275000', '184824.735000', '184825.195000', '184825.655000', '184826.115000', '184826.575000', '184827.035000', '184827.495000', '184827.955000', '184828.415000', '184828.875000', '184829.335000', '184829.795000', '184830.255000', '184830.715000', '184831.175000', '184831.635000', '184832.095000', '184832.555000', '184833.015000', '184833.475000', '184833.935000', '184834.395000', '184834.855000', '184835.315000', '184835.775000', '184836.235000', '184836.695000', '184837.155000', '184837.615000', '184838.075000', '184838.535000', '184838.995000', '184839.455000', '184839.915000', '184840.375000', '184840.835000', '184841.295000', '184841.755000', '184842.215000', '184842.675000', '184843.135000', '184843.595000', '184844.055000', '184844.515000', '184844.975000', '184845.435000', '184845.895000', '184846.355000', '184846.815000', '184847.275000', '184847.735000', '184848.195000', '184848.655000', '184849.115000', '184849.575000', '184850.035000', '184850.495000', '184850.955000', '184851.415000', '184851.875000', '184852.335000', '184852.795000', '184853.255000', '184853.715000', '184854.175000', '184854.635000', '184855.095000', '184855.555000', '184856.015000', '184856.475000', '184856.935000', '184857.395000', '184857.855000', '184858.315000', '184858.775000', '184859.235000', '184859.695000', '184900.155000', '184900.615000', '184901.075000', '184901.535000', '184901.995000', '184902.455000', '184902.915000', '184903.375000', '184903.835000', '184904.295000', '184904.755000', '184905.215000', '184905.675000'], 'ContentTime': ['184124.978000', '184124.982000', '184124.985000', '184124.987000', '184124.990000', '184124.993000', '184124.995000', '184124.998000', '184125.000000', '184125.003000', '184125.006000', '184125.009000', '184125.011000', '184125.014000', '184125.017000', '184125.029000', '184125.031000', '184125.034000', '184125.037000', '184125.039000', '184125.042000', '184125.044000', '184125.047000', '184125.049000', '184125.052000', '184125.054000', '184125.057000', '184125.060000', '184125.062000', '184125.065000', '184125.068000', '184125.070000', '184125.073000', '184125.075000', '184125.078000', '184125.081000', '184125.083000', '184125.086000', '184125.089000', '184125.091000', '184125.094000', '184125.096000', '184125.099000', '184125.102000', '184125.104000', '184125.107000', '184125.110000', '184125.112000', '184125.115000', '184125.117000', '184125.120000', '184125.123000', '184125.125000', '184125.128000', '184125.130000', '184125.135000', '184125.138000', '184125.141000', '184125.143000', '184125.146000', '184125.148000', '184144.947000', '184144.950000', '184144.953000', '184144.956000', '184144.958000', '184144.961000', '184144.964000', '184144.966000', '184144.969000', '184144.971000', '184144.974000', '184144.977000', '184144.979000', '184144.982000', '184144.984000', '184144.987000', '184144.990000', '184144.992000', '184144.995000', '184144.997000', '184145.001000', '184145.004000', '184145.006000', '184145.009000', '184145.012000', '184145.014000', '184145.017000', '184145.019000', '184145.022000', '184145.025000', '184145.027000', '184145.030000', '184145.032000', '184145.035000', '184145.037000', '184145.040000', '184145.043000', '184145.045000', '184145.048000', '184145.051000', '184145.053000', '184145.056000', '184145.058000', '184204.947000', '184204.950000', '184204.953000', '184204.956000', '184204.958000', '184204.961000', '184204.963000', '184204.966000', '184204.969000', '184204.971000', '184204.974000', '184204.977000', '184204.979000', '184204.982000', '184204.984000', '184204.987000', '184204.989000', '184204.992000', '184204.994000', '184204.997000', '184205.001000', '184205.003000', '184205.017000', '184205.020000', '184205.022000', '184205.025000', '184205.027000', '184205.030000', '184205.032000', '184205.035000', '184205.038000', '184205.040000', '184205.043000', '184205.045000', '184205.048000', '184205.050000', '184205.053000', '184205.056000', '184205.058000', '184205.061000', '184205.063000', '184205.066000', '184205.069000', '184205.071000', '184224.947000', '184224.950000', '184224.953000', '184224.955000', '184224.958000', '184224.961000', '184224.963000', '184224.966000', '184224.968000', '184224.971000', '184224.974000', '184224.976000', '184224.979000', '184224.981000', '184224.984000', '184224.986000', '184224.989000', '184224.991000', '184224.994000', '184224.997000', '184225.000000', '184225.003000', '184225.005000', '184225.008000', '184225.010000', '184225.013000', '184225.016000', '184225.018000', '184225.021000', '184225.034000', '184225.036000', '184225.039000', '184225.041000', '184225.044000', '184225.047000', '184225.050000', '184225.052000', '184225.055000', '184225.057000', '184225.060000', '184225.063000', '184225.065000', '184225.068000', '184244.948000', '184244.950000', '184244.953000', '184244.956000', '184244.958000', '184244.961000', '184244.964000', '184244.966000', '184244.969000', '184244.971000', '184244.974000', '184244.977000', '184244.979000', '184244.982000', '184244.984000', '184244.987000', '184244.989000', '184244.992000', '184244.995000', '184244.997000', '184245.001000', '184245.003000', '184245.006000', '184245.009000', '184245.011000', '184245.014000', '184245.016000', '184245.019000', '184245.022000', '184245.024000', '184245.027000', '184245.029000', '184245.032000', '184245.035000', '184245.037000', '184245.040000', '184245.042000', '184245.045000', '184245.048000', '184245.050000', '184245.053000', '184245.055000', '184245.058000', '184245.061000', '184304.946000', '184304.949000', '184304.952000', '184304.954000', '184304.957000', '184304.960000', '184304.962000', '184304.965000', '184304.967000', '184304.970000', '184304.972000', '184304.975000', '184304.978000', '184304.980000', '184304.983000', '184304.985000', '184304.988000', '184304.991000', '184304.993000', '184304.996000', '184304.998000', '184305.002000', '184305.005000', '184305.007000', '184305.010000', '184305.012000', '184305.015000', '184305.017000', '184305.020000', '184305.023000', '184305.025000', '184305.028000', '184305.030000', '184305.033000', '184305.036000', '184305.038000', '184305.041000', '184305.043000', '184305.046000', '184305.049000', '184305.051000', '184305.054000', '184305.056000', '184324.947000', '184324.949000', '184324.952000', '184324.955000', '184324.957000', '184324.960000', '184324.963000', '184324.965000', '184324.968000', '184324.970000', '184324.973000', '184324.975000', '184324.978000', '184324.981000', '184324.983000', '184324.986000', '184324.988000', '184324.991000', '184324.993000', '184324.996000', '184325.000000', '184325.002000', '184325.005000', '184325.008000', '184325.010000', '184325.013000', '184325.015000', '184325.018000', '184325.020000', '184325.023000', '184325.026000', '184325.028000', '184325.031000', '184325.033000', '184325.036000', '184325.039000', '184325.041000', '184325.044000', '184325.047000', '184325.049000', '184325.052000', '184325.054000', '184325.057000', '184325.059000', '184344.947000', '184344.950000', '184344.953000', '184344.956000', '184344.958000', '184344.961000', '184344.963000', '184344.966000', '184344.969000', '184344.971000', '184344.974000', '184344.976000', '184344.979000', '184344.981000', '184344.984000', '184344.987000', '184344.989000', '184344.998000', '184345.000000', '184345.003000', '184345.006000', '184345.008000', '184345.011000', '184345.013000', '184345.016000', '184345.018000', '184345.021000', '184345.023000', '184345.026000', '184345.029000', '184345.031000', '184345.034000', '184345.036000', '184345.039000', '184345.042000', '184345.044000', '184345.047000', '184345.049000', '184345.052000', '184345.054000', '184345.057000', '184345.059000', '184345.062000', '184404.948000', '184404.951000', '184404.953000', '184404.956000', '184404.958000', '184404.961000', '184404.964000', '184404.966000', '184404.969000', '184404.971000', '184404.974000', '184404.976000', '184404.979000', '184404.982000', '184404.984000', '184404.987000', '184404.989000', '184404.992000', '184404.994000', '184404.997000', '184405.001000', '184405.003000', '184405.006000', '184405.008000', '184405.011000', '184405.014000', '184405.016000', '184405.019000', '184405.021000', '184405.024000', '184405.027000', '184405.030000', '184405.033000', '184405.036000', '184405.038000', '184405.041000', '184405.043000', '184405.046000', '184405.048000', '184405.051000', '184405.054000', '184405.056000', '184405.059000', '184424.948000', '184424.950000', '184424.953000', '184424.956000', '184424.958000', '184424.971000', '184424.974000', '184424.976000', '184424.979000', '184424.981000', '184424.984000', '184424.987000', '184424.989000', '184424.992000', '184424.994000', '184424.997000', '184425.001000', '184425.003000', '184425.006000', '184425.008000', '184425.011000', '184425.014000', '184425.016000', '184425.019000', '184425.021000', '184425.024000', '184425.027000', '184425.029000', '184425.032000', '184425.034000', '184425.037000', '184425.040000', '184425.042000', '184425.045000', '184425.047000', '184425.050000', '184425.053000', '184425.055000', '184425.058000', '184425.060000', '184425.063000', '184425.065000', '184425.068000', '184425.071000', '184444.947000', '184444.950000', '184444.953000', '184444.956000', '184444.958000', '184444.961000', '184444.963000', '184444.966000', '184444.969000', '184444.971000', '184444.974000', '184444.977000', '184444.980000', '184444.983000', '184444.986000', '184444.988000', '184444.991000', '184444.993000', '184444.996000', '184445.000000', '184445.002000', '184445.005000', '184445.007000', '184445.010000', '184445.013000', '184445.015000', '184445.018000', '184445.020000', '184445.023000', '184445.026000', '184445.028000', '184445.031000', '184445.034000', '184445.036000', '184445.039000', '184445.042000', '184445.044000', '184445.047000', '184445.049000', '184445.052000', '184445.054000', '184445.057000', '184445.060000', '184445.062000', '184504.947000', '184504.950000', '184504.953000', '184504.956000', '184504.958000', '184504.961000', '184504.963000', '184504.966000', '184504.968000', '184504.971000', '184504.974000', '184504.976000', '184504.979000', '184504.981000', '184504.984000', '184504.987000', '184504.989000', '184504.992000', '184504.994000', '184504.997000', '184505.000000', '184505.003000', '184505.006000', '184505.008000', '184505.011000', '184505.013000', '184505.016000', '184505.018000', '184505.021000', '184505.024000', '184505.026000', '184505.029000', '184505.063000', '184505.065000', '184505.068000', '184505.071000', '184505.073000', '184505.076000', '184505.078000', '184505.081000', '184505.083000', '184505.086000', '184505.089000', '184524.946000', '184524.949000', '184524.952000', '184524.954000', '184524.957000', '184524.960000', '184524.962000', '184524.965000', '184524.967000', '184524.970000', '184524.973000', '184524.975000', '184524.978000', '184524.980000', '184524.983000', '184524.986000', '184524.988000', '184524.991000', '184524.993000', '184524.996000', '184525.000000', '184525.002000', '184525.005000', '184525.007000', '184525.010000', '184525.012000', '184525.015000', '184525.018000', '184525.021000', '184525.023000', '184525.026000', '184525.028000', '184525.031000', '184525.033000', '184525.036000', '184525.039000', '184525.041000', '184525.044000', '184525.046000', '184525.049000', '184525.052000', '184525.054000', '184525.057000', '184544.946000', '184544.950000', '184544.952000', '184544.955000', '184544.958000', '184544.960000', '184544.963000', '184544.965000', '184544.968000', '184544.971000', '184544.973000', '184544.976000', '184544.978000', '184544.981000', '184544.984000', '184544.986000', '184544.989000', '184544.991000', '184544.994000', '184544.996000', '184545.000000', '184545.003000', '184545.005000', '184545.008000', '184545.010000', '184545.013000', '184545.016000', '184545.018000', '184545.021000', '184545.023000', '184545.026000', '184545.029000', '184545.031000', '184545.034000', '184545.036000', '184545.039000', '184545.041000', '184545.051000', '184545.054000', '184545.057000', '184545.059000', '184545.062000', '184545.065000', '184545.067000', '184604.947000', '184604.950000', '184604.953000', '184604.956000', '184604.958000', '184604.961000', '184604.963000', '184604.966000', '184604.968000', '184604.971000', '184604.974000', '184604.976000', '184604.979000', '184604.981000', '184604.984000', '184604.987000', '184604.989000', '184604.992000', '184604.994000', '184604.997000', '184605.000000', '184605.002000', '184605.005000', '184605.007000', '184605.010000', '184605.012000', '184605.015000', '184605.019000', '184605.021000', '184605.024000', '184605.027000', '184605.029000', '184605.032000', '184605.034000', '184605.037000', '184605.040000', '184605.042000', '184605.045000', '184605.047000', '184605.050000', '184605.053000', '184605.055000', '184605.058000', '184624.947000', '184624.950000', '184624.953000', '184624.956000', '184624.958000', '184624.961000', '184624.963000', '184624.966000', '184624.969000', '184624.971000', '184624.974000', '184624.979000', '184624.981000', '184624.984000', '184624.987000', '184624.989000', '184624.992000', '184625.003000', '184625.006000', '184625.009000', '184625.011000', '184625.014000', '184625.016000', '184625.019000', '184625.022000', '184625.024000', '184625.027000', '184625.030000', '184625.032000', '184625.035000', '184625.037000', '184625.040000', '184625.042000', '184625.045000', '184625.048000', '184625.050000', '184625.053000', '184625.055000', '184625.058000', '184625.060000', '184625.063000', '184625.066000', '184625.068000', '184625.071000', '184644.947000', '184644.950000', '184644.953000', '184644.956000', '184644.958000', '184644.961000', '184644.964000', '184644.966000', '184644.969000', '184644.971000', '184644.974000', '184644.977000', '184644.980000', '184644.982000', '184644.985000', '184644.987000', '184644.990000', '184644.992000', '184644.995000', '184644.998000', '184645.001000', '184645.004000', '184645.006000', '184645.009000', '184645.020000', '184645.023000', '184645.025000', '184645.028000', '184645.030000', '184645.033000', '184645.036000', '184645.038000', '184645.041000', '184645.043000', '184645.046000', '184645.049000', '184645.051000', '184645.054000', '184645.057000', '184645.059000', '184645.062000', '184645.065000', '184645.067000', '184704.947000', '184704.950000', '184704.953000', '184704.955000', '184704.958000', '184704.961000', '184704.963000', '184704.966000', '184704.968000', '184704.971000', '184704.974000', '184704.976000', '184704.979000', '184704.981000', '184704.984000', '184704.986000', '184704.989000', '184704.992000', '184704.994000', '184704.997000', '184705.000000', '184705.003000', '184705.006000', '184705.008000', '184705.011000', '184705.013000', '184705.016000', '184705.019000', '184705.021000', '184705.024000', '184705.027000', '184705.029000', '184705.032000', '184705.034000', '184705.037000', '184705.040000', '184705.042000', '184705.045000', '184705.048000', '184705.050000', '184705.053000', '184705.055000', '184705.058000', '184705.060000', '184724.947000', '184724.951000', '184724.953000', '184724.956000', '184724.958000', '184724.961000', '184724.964000', '184724.966000', '184724.969000', '184724.972000', '184724.974000', '184724.977000', '184724.979000', '184724.982000', '184724.984000', '184724.987000', '184724.989000', '184724.992000', '184724.995000', '184724.997000', '184725.001000', '184725.003000', '184725.006000', '184725.008000', '184725.011000', '184725.014000', '184725.016000', '184725.020000', '184725.023000', '184725.026000', '184725.028000', '184725.031000', '184725.034000', '184725.036000', '184725.039000', '184725.042000', '184725.044000', '184725.047000', '184725.049000', '184725.052000', '184725.055000', '184725.058000', '184725.061000', '184744.947000', '184744.949000', '184744.952000', '184744.955000', '184744.957000', '184744.960000', '184744.963000', '184744.965000', '184744.968000', '184744.971000', '184744.973000', '184744.976000', '184744.978000', '184744.981000', '184744.984000', '184744.986000', '184744.989000', '184744.992000', '184744.994000', '184744.997000', '184745.000000', '184745.003000', '184745.006000', '184745.008000', '184745.011000', '184745.014000', '184745.016000', '184745.019000', '184745.022000', '184745.024000', '184745.027000', '184745.030000', '184745.032000', '184745.035000', '184745.037000', '184745.040000', '184745.043000', '184745.045000', '184745.048000', '184745.050000', '184745.053000', '184745.056000', '184745.058000', '184745.061000', '184804.946000', '184804.949000', '184804.952000', '184804.955000', '184804.957000', '184804.960000', '184804.962000', '184804.965000', '184804.968000', '184804.970000', '184804.973000', '184804.975000', '184804.978000', '184804.980000', '184804.983000', '184804.986000', '184804.988000', '184804.991000', '184804.993000', '184804.996000', '184804.998000', '184805.002000', '184805.005000', '184805.007000', '184805.010000', '184805.013000', '184805.015000', '184805.018000', '184805.020000', '184805.023000', '184805.025000', '184805.028000', '184805.031000', '184805.033000', '184805.036000', '184805.053000', '184805.056000', '184805.059000', '184805.062000', '184805.064000', '184805.067000', '184805.070000', '184805.073000', '184824.947000', '184824.950000', '184824.953000', '184824.955000', '184824.958000', '184824.961000', '184824.963000', '184824.966000', '184824.968000', '184824.971000', '184824.974000', '184824.976000', '184824.979000', '184824.981000', '184824.984000', '184824.987000', '184824.989000', '184824.992000', '184824.994000', '184824.997000', '184825.000000', '184825.002000', '184825.005000', '184825.007000', '184825.010000', '184825.013000', '184825.015000', '184825.018000', '184825.020000', '184825.023000', '184825.025000', '184825.028000', '184825.031000', '184825.033000', '184825.036000', '184825.038000', '184825.041000', '184825.044000', '184825.046000', '184825.049000', '184825.051000', '184825.054000', '184825.056000', '184825.059000', '184844.948000', '184844.950000', '184844.953000', '184844.956000', '184844.958000', '184844.961000', '184844.963000', '184844.966000', '184844.969000', '184844.971000', '184844.974000', '184844.976000', '184844.979000', '184844.982000', '184844.984000', '184844.987000', '184844.989000', '184844.992000', '184844.994000', '184844.997000', '184845.001000', '184845.003000', '184845.006000', '184845.008000', '184845.011000', '184845.014000', '184845.016000', '184845.019000', '184845.021000', '184845.024000', '184845.026000', '184845.029000', '184845.032000', '184845.034000', '184845.037000', '184845.039000', '184845.042000', '184845.045000', '184845.047000', '184845.050000', '184845.052000', '184845.055000', '184845.057000', '184904.948000', '184904.950000', '184904.953000', '184904.956000', '184904.958000', '184904.961000', '184904.964000', '184904.966000', '184904.969000', '184904.971000', '184904.974000', '184904.977000', '184904.979000', '184904.982000', '184904.990000', '184904.992000', '184904.995000', '184904.998000', '184905.001000', '184905.004000', '184905.006000', '184905.009000', '184905.012000', '184905.014000', '184905.017000', '184905.019000', '184905.022000', '184905.025000', '184905.036000', '184905.038000', '184905.041000', '184905.043000', '184905.046000', '184905.049000', '184905.051000', '184905.054000', '184905.057000', '184905.059000', '184905.062000', '184905.065000', '184905.067000', '184905.070000', '184905.073000', '184905.075000', '184906.694000', '184906.697000', '184906.699000', '184906.702000'], 'InstanceCreationTime': ['184124.978000', '184124.982000', '184124.985000', '184124.987000', '184124.990000', '184124.993000', '184124.995000', '184124.998000', '184125.000000', '184125.003000', '184125.006000', '184125.009000', '184125.011000', '184125.014000', '184125.017000', '184125.029000', '184125.031000', '184125.034000', '184125.037000', '184125.039000', '184125.042000', '184125.044000', '184125.047000', '184125.049000', '184125.052000', '184125.054000', '184125.057000', '184125.060000', '184125.062000', '184125.065000', '184125.068000', '184125.070000', '184125.073000', '184125.075000', '184125.078000', '184125.081000', '184125.083000', '184125.086000', '184125.089000', '184125.091000', '184125.094000', '184125.096000', '184125.099000', '184125.102000', '184125.104000', '184125.107000', '184125.110000', '184125.112000', '184125.115000', '184125.117000', '184125.120000', '184125.123000', '184125.125000', '184125.128000', '184125.130000', '184125.135000', '184125.138000', '184125.141000', '184125.143000', '184125.146000', '184125.148000', '184144.947000', '184144.950000', '184144.953000', '184144.956000', '184144.958000', '184144.961000', '184144.964000', '184144.966000', '184144.969000', '184144.971000', '184144.974000', '184144.977000', '184144.979000', '184144.982000', '184144.984000', '184144.987000', '184144.990000', '184144.992000', '184144.995000', '184144.997000', '184145.001000', '184145.004000', '184145.006000', '184145.009000', '184145.012000', '184145.014000', '184145.017000', '184145.019000', '184145.022000', '184145.025000', '184145.027000', '184145.030000', '184145.032000', '184145.035000', '184145.037000', '184145.040000', '184145.043000', '184145.045000', '184145.048000', '184145.051000', '184145.053000', '184145.056000', '184145.058000', '184204.947000', '184204.950000', '184204.953000', '184204.956000', '184204.958000', '184204.961000', '184204.963000', '184204.966000', '184204.969000', '184204.971000', '184204.974000', '184204.977000', '184204.979000', '184204.982000', '184204.984000', '184204.987000', '184204.989000', '184204.992000', '184204.994000', '184204.997000', '184205.001000', '184205.003000', '184205.017000', '184205.020000', '184205.022000', '184205.025000', '184205.027000', '184205.030000', '184205.032000', '184205.035000', '184205.038000', '184205.040000', '184205.043000', '184205.045000', '184205.048000', '184205.050000', '184205.053000', '184205.056000', '184205.058000', '184205.061000', '184205.063000', '184205.066000', '184205.069000', '184205.071000', '184224.947000', '184224.950000', '184224.953000', '184224.955000', '184224.958000', '184224.961000', '184224.963000', '184224.966000', '184224.968000', '184224.971000', '184224.974000', '184224.976000', '184224.979000', '184224.981000', '184224.984000', '184224.986000', '184224.989000', '184224.991000', '184224.994000', '184224.997000', '184225.000000', '184225.003000', '184225.005000', '184225.008000', '184225.010000', '184225.013000', '184225.016000', '184225.018000', '184225.021000', '184225.034000', '184225.036000', '184225.039000', '184225.041000', '184225.044000', '184225.047000', '184225.050000', '184225.052000', '184225.055000', '184225.057000', '184225.060000', '184225.063000', '184225.065000', '184225.068000', '184244.948000', '184244.950000', '184244.953000', '184244.956000', '184244.958000', '184244.961000', '184244.964000', '184244.966000', '184244.969000', '184244.971000', '184244.974000', '184244.977000', '184244.979000', '184244.982000', '184244.984000', '184244.987000', '184244.989000', '184244.992000', '184244.995000', '184244.997000', '184245.001000', '184245.003000', '184245.006000', '184245.009000', '184245.011000', '184245.014000', '184245.016000', '184245.019000', '184245.022000', '184245.024000', '184245.027000', '184245.029000', '184245.032000', '184245.035000', '184245.037000', '184245.040000', '184245.042000', '184245.045000', '184245.048000', '184245.050000', '184245.053000', '184245.055000', '184245.058000', '184245.061000', '184304.946000', '184304.949000', '184304.952000', '184304.954000', '184304.957000', '184304.960000', '184304.962000', '184304.965000', '184304.967000', '184304.970000', '184304.972000', '184304.975000', '184304.978000', '184304.980000', '184304.983000', '184304.985000', '184304.988000', '184304.991000', '184304.993000', '184304.996000', '184304.998000', '184305.002000', '184305.005000', '184305.007000', '184305.010000', '184305.012000', '184305.015000', '184305.017000', '184305.020000', '184305.023000', '184305.025000', '184305.028000', '184305.030000', '184305.033000', '184305.036000', '184305.038000', '184305.041000', '184305.043000', '184305.046000', '184305.049000', '184305.051000', '184305.054000', '184305.056000', '184324.947000', '184324.949000', '184324.952000', '184324.955000', '184324.957000', '184324.960000', '184324.963000', '184324.965000', '184324.968000', '184324.970000', '184324.973000', '184324.975000', '184324.978000', '184324.981000', '184324.983000', '184324.986000', '184324.988000', '184324.991000', '184324.993000', '184324.996000', '184325.000000', '184325.002000', '184325.005000', '184325.008000', '184325.010000', '184325.013000', '184325.015000', '184325.018000', '184325.020000', '184325.023000', '184325.026000', '184325.028000', '184325.031000', '184325.033000', '184325.036000', '184325.039000', '184325.041000', '184325.044000', '184325.047000', '184325.049000', '184325.052000', '184325.054000', '184325.057000', '184325.059000', '184344.947000', '184344.950000', '184344.953000', '184344.956000', '184344.958000', '184344.961000', '184344.963000', '184344.966000', '184344.969000', '184344.971000', '184344.974000', '184344.976000', '184344.979000', '184344.981000', '184344.984000', '184344.987000', '184344.989000', '184344.998000', '184345.000000', '184345.003000', '184345.006000', '184345.008000', '184345.011000', '184345.013000', '184345.016000', '184345.018000', '184345.021000', '184345.023000', '184345.026000', '184345.029000', '184345.031000', '184345.034000', '184345.036000', '184345.039000', '184345.042000', '184345.044000', '184345.047000', '184345.049000', '184345.052000', '184345.054000', '184345.057000', '184345.059000', '184345.062000', '184404.948000', '184404.951000', '184404.953000', '184404.956000', '184404.958000', '184404.961000', '184404.964000', '184404.966000', '184404.969000', '184404.971000', '184404.974000', '184404.976000', '184404.979000', '184404.982000', '184404.984000', '184404.987000', '184404.989000', '184404.992000', '184404.994000', '184404.997000', '184405.001000', '184405.003000', '184405.006000', '184405.008000', '184405.011000', '184405.014000', '184405.016000', '184405.019000', '184405.021000', '184405.024000', '184405.027000', '184405.030000', '184405.033000', '184405.036000', '184405.038000', '184405.041000', '184405.043000', '184405.046000', '184405.048000', '184405.051000', '184405.054000', '184405.056000', '184405.059000', '184424.948000', '184424.950000', '184424.953000', '184424.956000', '184424.958000', '184424.971000', '184424.974000', '184424.976000', '184424.979000', '184424.981000', '184424.984000', '184424.987000', '184424.989000', '184424.992000', '184424.994000', '184424.997000', '184425.001000', '184425.003000', '184425.006000', '184425.008000', '184425.011000', '184425.014000', '184425.016000', '184425.019000', '184425.021000', '184425.024000', '184425.027000', '184425.029000', '184425.032000', '184425.034000', '184425.037000', '184425.040000', '184425.042000', '184425.045000', '184425.047000', '184425.050000', '184425.053000', '184425.055000', '184425.058000', '184425.060000', '184425.063000', '184425.065000', '184425.068000', '184425.071000', '184444.947000', '184444.950000', '184444.953000', '184444.956000', '184444.958000', '184444.961000', '184444.963000', '184444.966000', '184444.969000', '184444.971000', '184444.974000', '184444.977000', '184444.980000', '184444.983000', '184444.986000', '184444.988000', '184444.991000', '184444.993000', '184444.996000', '184445.000000', '184445.002000', '184445.005000', '184445.007000', '184445.010000', '184445.013000', '184445.015000', '184445.018000', '184445.020000', '184445.023000', '184445.026000', '184445.028000', '184445.031000', '184445.034000', '184445.036000', '184445.039000', '184445.042000', '184445.044000', '184445.047000', '184445.049000', '184445.052000', '184445.054000', '184445.057000', '184445.060000', '184445.062000', '184504.947000', '184504.950000', '184504.953000', '184504.956000', '184504.958000', '184504.961000', '184504.963000', '184504.966000', '184504.968000', '184504.971000', '184504.974000', '184504.976000', '184504.979000', '184504.981000', '184504.984000', '184504.987000', '184504.989000', '184504.992000', '184504.994000', '184504.997000', '184505.000000', '184505.003000', '184505.006000', '184505.008000', '184505.011000', '184505.013000', '184505.016000', '184505.018000', '184505.021000', '184505.024000', '184505.026000', '184505.029000', '184505.063000', '184505.065000', '184505.068000', '184505.071000', '184505.073000', '184505.076000', '184505.078000', '184505.081000', '184505.083000', '184505.086000', '184505.089000', '184524.946000', '184524.949000', '184524.952000', '184524.954000', '184524.957000', '184524.960000', '184524.962000', '184524.965000', '184524.967000', '184524.970000', '184524.973000', '184524.975000', '184524.978000', '184524.980000', '184524.983000', '184524.986000', '184524.988000', '184524.991000', '184524.993000', '184524.996000', '184525.000000', '184525.002000', '184525.005000', '184525.007000', '184525.010000', '184525.012000', '184525.015000', '184525.018000', '184525.021000', '184525.023000', '184525.026000', '184525.028000', '184525.031000', '184525.033000', '184525.036000', '184525.039000', '184525.041000', '184525.044000', '184525.046000', '184525.049000', '184525.052000', '184525.054000', '184525.057000', '184544.946000', '184544.950000', '184544.952000', '184544.955000', '184544.958000', '184544.960000', '184544.963000', '184544.965000', '184544.968000', '184544.971000', '184544.973000', '184544.976000', '184544.978000', '184544.981000', '184544.984000', '184544.986000', '184544.989000', '184544.991000', '184544.994000', '184544.996000', '184545.000000', '184545.003000', '184545.005000', '184545.008000', '184545.010000', '184545.013000', '184545.016000', '184545.018000', '184545.021000', '184545.023000', '184545.026000', '184545.029000', '184545.031000', '184545.034000', '184545.036000', '184545.039000', '184545.041000', '184545.051000', '184545.054000', '184545.057000', '184545.059000', '184545.062000', '184545.065000', '184545.067000', '184604.947000', '184604.950000', '184604.953000', '184604.956000', '184604.958000', '184604.961000', '184604.963000', '184604.966000', '184604.968000', '184604.971000', '184604.974000', '184604.976000', '184604.979000', '184604.981000', '184604.984000', '184604.987000', '184604.989000', '184604.992000', '184604.994000', '184604.997000', '184605.000000', '184605.002000', '184605.005000', '184605.007000', '184605.010000', '184605.012000', '184605.015000', '184605.019000', '184605.021000', '184605.024000', '184605.027000', '184605.029000', '184605.032000', '184605.034000', '184605.037000', '184605.040000', '184605.042000', '184605.045000', '184605.047000', '184605.050000', '184605.053000', '184605.055000', '184605.058000', '184624.947000', '184624.950000', '184624.953000', '184624.956000', '184624.958000', '184624.961000', '184624.963000', '184624.966000', '184624.969000', '184624.971000', '184624.974000', '184624.979000', '184624.981000', '184624.984000', '184624.987000', '184624.989000', '184624.992000', '184625.003000', '184625.006000', '184625.009000', '184625.011000', '184625.014000', '184625.016000', '184625.019000', '184625.022000', '184625.024000', '184625.027000', '184625.030000', '184625.032000', '184625.035000', '184625.037000', '184625.040000', '184625.042000', '184625.045000', '184625.048000', '184625.050000', '184625.053000', '184625.055000', '184625.058000', '184625.060000', '184625.063000', '184625.066000', '184625.068000', '184625.071000', '184644.947000', '184644.950000', '184644.953000', '184644.956000', '184644.958000', '184644.961000', '184644.964000', '184644.966000', '184644.969000', '184644.971000', '184644.974000', '184644.977000', '184644.980000', '184644.982000', '184644.985000', '184644.987000', '184644.990000', '184644.992000', '184644.995000', '184644.998000', '184645.001000', '184645.004000', '184645.006000', '184645.009000', '184645.020000', '184645.023000', '184645.025000', '184645.028000', '184645.030000', '184645.033000', '184645.036000', '184645.038000', '184645.041000', '184645.043000', '184645.046000', '184645.049000', '184645.051000', '184645.054000', '184645.057000', '184645.059000', '184645.062000', '184645.065000', '184645.067000', '184704.947000', '184704.950000', '184704.953000', '184704.955000', '184704.958000', '184704.961000', '184704.963000', '184704.966000', '184704.968000', '184704.971000', '184704.974000', '184704.976000', '184704.979000', '184704.981000', '184704.984000', '184704.986000', '184704.989000', '184704.992000', '184704.994000', '184704.997000', '184705.000000', '184705.003000', '184705.006000', '184705.008000', '184705.011000', '184705.013000', '184705.016000', '184705.019000', '184705.021000', '184705.024000', '184705.027000', '184705.029000', '184705.032000', '184705.034000', '184705.037000', '184705.040000', '184705.042000', '184705.045000', '184705.048000', '184705.050000', '184705.053000', '184705.055000', '184705.058000', '184705.060000', '184724.947000', '184724.951000', '184724.953000', '184724.956000', '184724.958000', '184724.961000', '184724.964000', '184724.966000', '184724.969000', '184724.972000', '184724.974000', '184724.977000', '184724.979000', '184724.982000', '184724.984000', '184724.987000', '184724.989000', '184724.992000', '184724.995000', '184724.997000', '184725.001000', '184725.003000', '184725.006000', '184725.008000', '184725.011000', '184725.014000', '184725.016000', '184725.020000', '184725.023000', '184725.026000', '184725.028000', '184725.031000', '184725.034000', '184725.036000', '184725.039000', '184725.042000', '184725.044000', '184725.047000', '184725.049000', '184725.052000', '184725.055000', '184725.058000', '184725.061000', '184744.947000', '184744.949000', '184744.952000', '184744.955000', '184744.957000', '184744.960000', '184744.963000', '184744.965000', '184744.968000', '184744.971000', '184744.973000', '184744.976000', '184744.978000', '184744.981000', '184744.984000', '184744.986000', '184744.989000', '184744.992000', '184744.994000', '184744.997000', '184745.000000', '184745.003000', '184745.006000', '184745.008000', '184745.011000', '184745.014000', '184745.016000', '184745.019000', '184745.022000', '184745.024000', '184745.027000', '184745.030000', '184745.032000', '184745.035000', '184745.037000', '184745.040000', '184745.043000', '184745.045000', '184745.048000', '184745.050000', '184745.053000', '184745.056000', '184745.058000', '184745.061000', '184804.946000', '184804.949000', '184804.952000', '184804.955000', '184804.957000', '184804.960000', '184804.962000', '184804.965000', '184804.968000', '184804.970000', '184804.973000', '184804.975000', '184804.978000', '184804.980000', '184804.983000', '184804.986000', '184804.988000', '184804.991000', '184804.993000', '184804.996000', '184804.998000', '184805.002000', '184805.005000', '184805.007000', '184805.010000', '184805.013000', '184805.015000', '184805.018000', '184805.020000', '184805.023000', '184805.025000', '184805.028000', '184805.031000', '184805.033000', '184805.036000', '184805.053000', '184805.056000', '184805.059000', '184805.062000', '184805.064000', '184805.067000', '184805.070000', '184805.073000', '184824.947000', '184824.950000', '184824.953000', '184824.955000', '184824.958000', '184824.961000', '184824.963000', '184824.966000', '184824.968000', '184824.971000', '184824.974000', '184824.976000', '184824.979000', '184824.981000', '184824.984000', '184824.987000', '184824.989000', '184824.992000', '184824.994000', '184824.997000', '184825.000000', '184825.002000', '184825.005000', '184825.007000', '184825.010000', '184825.013000', '184825.015000', '184825.018000', '184825.020000', '184825.023000', '184825.025000', '184825.028000', '184825.031000', '184825.033000', '184825.036000', '184825.038000', '184825.041000', '184825.044000', '184825.046000', '184825.049000', '184825.051000', '184825.054000', '184825.056000', '184825.059000', '184844.948000', '184844.950000', '184844.953000', '184844.956000', '184844.958000', '184844.961000', '184844.963000', '184844.966000', '184844.969000', '184844.971000', '184844.974000', '184844.976000', '184844.979000', '184844.982000', '184844.984000', '184844.987000', '184844.989000', '184844.992000', '184844.994000', '184844.997000', '184845.001000', '184845.003000', '184845.006000', '184845.008000', '184845.011000', '184845.014000', '184845.016000', '184845.019000', '184845.021000', '184845.024000', '184845.026000', '184845.029000', '184845.032000', '184845.034000', '184845.037000', '184845.039000', '184845.042000', '184845.045000', '184845.047000', '184845.050000', '184845.052000', '184845.055000', '184845.057000', '184904.948000', '184904.950000', '184904.953000', '184904.956000', '184904.958000', '184904.961000', '184904.964000', '184904.966000', '184904.969000', '184904.971000', '184904.974000', '184904.977000', '184904.979000', '184904.982000', '184904.990000', '184904.992000', '184904.995000', '184904.998000', '184905.001000', '184905.004000', '184905.006000', '184905.009000', '184905.012000', '184905.014000', '184905.017000', '184905.019000', '184905.022000', '184905.025000', '184905.036000', '184905.038000', '184905.041000', '184905.043000', '184905.046000', '184905.049000', '184905.051000', '184905.054000', '184905.057000', '184905.059000', '184905.062000', '184905.065000', '184905.067000', '184905.070000', '184905.073000', '184905.075000', '184906.694000', '184906.697000', '184906.699000', '184906.702000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [9056, 9043, 11160, 9342, 12524, 8465, 9305, 8959, 9021, 11836, 8529, 12495, 9044, 8523, 8917, 7997, 11876, 8131, 9009, 8755, 8895, 9139, 7677, 11918, 8330, 10409, 8747, 10621, 9183, 8760, 8485, 7252, 8789, 8162, 9633, 8764, 7406, 8284, 7971, 9520, 7917, 13345, 9978, 9368, 8313, 6831, 8563, 7236, 12359, 7443, 9509, 8478, 8603, 8841, 7068, 10709, 7398, 10548, 8571, 12144, 9515, 10857, 8678, 6877, 8468, 7594, 9732, 7863, 13453, 9309, 7953, 8227, 6739, 10365, 8063, 13226, 9538, 9817, 8594, 8510, 9072, 8212, 11726, 7749, 10447, 8625, 9971, 9080, 9645, 9276, 7364, 10237, 8253, 12762, 9543, 11143, 8674, 6881, 9009, 7545, 12446, 9139, 9744, 8575, 6789, 9209, 8198, 13091, 9715, 7861, 8291, 7070, 9571, 8913, 13506, 9209, 10756, 8499, 9058, 8546, 7953, 8880, 7099, 9679, 7744, 11133, 9156, 10071, 9444, 6747, 8164, 7655, 11275, 9149, 10665, 8505, 7505, 8679, 7032, 10624, 9112, 13600, 9432, 11371, 8974, 9986, 9099, 9266, 10343, 7826, 9855, 8171, 12498, 9372, 10491, 8072, 7194, 8679, 7351, 10899, 8901, 10490, 8253, 8208, 8643, 7777, 12948, 9487, 11376, 8558, 8027, 8917, 7412, 11538, 8294, 10378, 9023, 8303, 9748, 7783, 9080, 7953, 7567, 8432, 8186, 10571, 8268, 7046, 8864, 8193, 8974, 9264, 8501, 12231, 7946, 9864, 8893, 11650, 11876, 9717, 13815, 8213, 9753, 9321, 8854, 10239, 7644, 10053, 8209, 10397, 9093, 8242, 8689, 8219, 9218, 8378, 8836, 9642, 8882, 12155, 7649, 10447, 8864, 9503, 11109, 7473, 11057, 7884, 7921, 8794, 7294, 11194, 8331, 7953, 8414, 7283, 11756, 8991, 9152, 7939, 8001, 8859, 7919, 12561, 9191, 7532, 9669, 8436, 7880, 9172, 8465, 12711, 9109, 8186, 8214, 7851, 10073, 7705, 12363, 10006, 12803, 7956, 9734, 8517, 8114, 8444, 8629, 9091, 7313, 7852, 6553, 8411, 7586, 11913, 8493, 9984, 9497, 11877, 12056, 8542, 11706, 8358, 14757, 10781, 13444, 9056, 7074, 6832, 7210, 7870, 7859, 7123, 9114, 8192, 6974, 9928, 9003, 13037, 9534, 9764, 8884, 10670, 11594, 10597, 17659, 10052, 14411, 9338, 9193, 9703, 8856, 14891, 8429, 9454, 8839, 8016, 11397, 9441, 11726, 9186, 7051, 9517, 9062, 7730, 9861, 8313, 7868, 8288, 7407, 10119, 8742, 9193, 8993, 8165, 10341, 8899, 8422, 9263, 7679, 10933, 8986, 6833, 9081, 7893, 10435, 9409, 12556, 8674, 10860, 8710, 10120, 9265, 9927, 9182, 7904, 9923, 7771, 11889, 9445, 13729, 10106, 11598, 8687, 11235, 10034, 10034, 8810, 7692, 8339, 7120, 9553, 8963, 13336, 8769, 10729, 8739, 9172, 8945, 7900, 10157, 7896, 9484, 8486, 9835, 9766, 7668, 9306, 7993, 11169, 8841, 10840, 8501, 7477, 8066, 8157, 11551, 9047, 8583, 8403, 7430, 9228, 7760, 13335, 9258, 11206, 8824, 9581, 8931, 9149, 8999, 7527, 8434, 7735, 10013, 8564, 11240, 8408, 7277, 8772, 6955, 12363, 8647, 13122, 8571, 11340, 9250, 11600, 10224, 7563, 8561, 7937, 9328, 8602, 12447, 8631, 9572, 8228, 7091, 8909, 7789, 10539, 7888, 11989, 7982, 10125, 8583, 12113, 9434, 11062, 8379, 8245, 8677, 7957, 8593, 7254, 9747, 7322, 9626, 8895, 8955, 8967, 7700, 10868, 8364, 8932, 9591, 10875, 11409, 8355, 11700, 8182, 11073, 8033, 14967, 10421, 9784, 8331, 8793, 7939, 8014, 10953, 9336, 8604, 9028, 8194, 7117, 8640, 8994, 13096, 10697, 8712, 9704, 8383, 8943, 9193, 9738, 12237, 8007, 11755, 8680, 10295, 9661, 9298, 10690, 7661, 8886, 8600, 9036, 8927, 7907, 11745, 8104, 6846, 9070, 7446, 10813, 8592, 12530, 8519, 9679, 9101, 12116, 9774, 11265, 9213, 7306, 8645, 8357, 9584, 8250, 12134, 8946, 7417, 7870, 7085, 8815, 7673, 12767, 9954, 8227, 8550, 8724, 12935, 10128, 13915, 10289, 10141, 8615, 9390, 8800, 10062, 10723, 7335, 8866, 7944, 9666, 8458, 8782, 8519, 6792, 8304, 7374, 8950, 8052, 11452, 8973, 9267, 7957, 8086, 7962, 8709, 11030, 9865, 13044, 8220, 11820, 8189, 9497, 8955, 7334, 9785, 7875, 8248, 8888, 8270, 8959, 7859, 10852, 8619, 7166, 8480, 7949, 8011, 10290, 7449, 7580, 8043, 7023, 8718, 7455, 11303, 8168, 12540, 8878, 7806, 9606, 8201, 13570, 10588, 9345, 12123, 8592, 14360, 10119, 15319, 10778, 9188, 8320, 7664, 8287, 8260, 10791, 9320, 8153, 7838, 7602, 9456, 8782, 7745, 8604, 7283, 10661, 9379, 6912, 8627, 7575, 11234, 9375, 10676, 8568, 7416, 8350, 8000, 9254, 9913, 8077, 12704, 9088, 7479, 11023, 8654, 13192, 11018, 9614, 13425, 8400, 10649, 9181, 8830, 11474, 9798, 12317, 8765, 8085, 8481, 7803, 12489, 9454, 8479, 8257, 7615, 10019, 8656, 12044, 11274, 7576, 10684, 7921, 10291, 9211, 9511, 10700, 8583, 12932, 7766, 10734, 8791, 8174, 8777, 9239, 11415, 7610, 10203, 7776, 9322, 9093, 9130, 8651, 7288, 9986, 7480, 10249, 7893, 13597, 9970, 10859, 9933, 7606, 8518, 7926, 10951, 8599, 10672, 8614, 7420, 8566, 7794, 11803, 9283, 14291, 10418, 8988, 8731, 8685, 9244, 8035, 13595, 9526, 10657, 8400, 6969, 8281, 7194, 11446, 7877, 9180, 7937, 6981, 11187, 8331, 9652, 9494, 8608, 13459, 8672, 10537, 8885, 8106, 8972, 7920, 13328, 8030, 8436, 8365, 8313, 8870, 7984, 13217, 8839, 7847, 8187, 7404, 9607, 9551, 13994, 10281, 12439, 8819, 10343, 8881, 9351, 10155, 7251, 9703, 7703, 11908, 8152, 11524, 8921, 8192, 8051, 7459, 10577, 7555, 13225, 9735, 11081, 8333, 7588, 8311, 7228, 10941, 8493, 10952, 8771, 6743, 8566, 7343, 12170, 9114, 8721, 8123, 7349, 9873, 8942, 14543, 10476, 8590, 8120, 7535, 10042, 9153, 14740, 10631, 9094, 8001, 7815, 9264, 8726, 14208, 10051, 9942, 8876, 7531, 8745, 7697, 12919, 8292, 10420, 8953, 8565, 8773, 7642, 10928, 7896, 9452, 8538, 8825, 8859, 7833, 11766, 7993, 11134, 8835, 9342, 9185, 8480, 13259, 8119, 10348, 9392, 8424, 11072, 10095, 13825, 8545, 9592, 8656, 8621, 9756, 8241, 12352, 8264, 10252, 9461, 8825, 9650, 8342, 12312, 8284, 7128, 8762, 7394, 11482, 8844, 9569, 8728, 6695, 8911, 8605, 13195, 9197, 12726, 9140, 8071, 8909, 7754, 12963, 8516, 8372, 8905, 8763, 9907, 8583, 12559, 8182, 10412, 9305, 8924, 9010, 8114, 11916, 8043, 8553, 9324, 7870, 10077, 8627, 12527, 8946, 6975, 8529, 8072, 13001, 9359, 7862, 8238, 8039, 11948, 10149, 13104, 10498, 8901, 8971, 8591, 12301, 9358, 8931, 9317, 8024, 7774, 8532, 7402, 10257, 8620, 9051, 8420, 8197, 8561, 8876, 8454, 12035, 8899, 9328, 8362, 7643, 10174, 8759, 11508, 9560, 7288, 9230, 8649, 10192, 9453, 8012, 11915, 7933, 7817, 8661, 7664, 13133, 9189, 7200, 8301, 7846, 10196, 9131, 10957, 9931, 8180, 10464, 8824, 10270, 9512, 7803, 11749, 8337, 7584, 9124, 9053, 12934, 9709, 10539, 8617, 8642, 9104, 8788, 14178, 10694, 8308, 8428, 8126, 12392, 9530, 12067, 9900, 7329, 8477, 8579, 9097, 9125, 7672, 11691, 8163, 8130, 9150, 8064, 13377, 9038, 8832, 7975, 7693, 12966, 10158, 10867, 10473, 8149, 7676, 8621, 7628, 12437, 8895, 7437, 7981, 7561, 10345, 8398, 9567, 10331, 7131, 9694, 8375, 7794, 9074, 8247, 12830, 8734, 8633, 9047, 8057, 13012, 9663, 8654, 7642, 8004, 10068, 8850, 9801, 11036, 7717, 10506, 8663, 7666, 9271, 8098, 9109, 8260, 6877, 9118, 8343, 11551, 9464, 6929, 8357], 'WindowCenter': [4060.0, 4044.0, 4062.0, 4040.0, 4060.0, 4015.0, 4023.0, 4014.0, 4013.0, 4058.0, 4016.0, 4057.0, 4025.0, 4013.0, 4011.0, 4001.0, 4056.0, 4004.0, 4013.0, 4014.0, 4024.0, 4024.0, 3995.0, 4055.0, 4015.0, 4031.0, 4013.0, 4034.0, 4023.0, 4014.0, 4013.0, 3982.0, 4014.0, 4002.0, 4022.0, 4016.0, 3994.0, 4015.0, 4004.0, 4024.0, 4003.0, 4067.0, 4037.0, 4027.0, 4004.0, 3972.0, 4014.0, 3982.0, 4056.0, 3993.0, 4037.0, 4015.0, 4013.0, 4023.0, 3987.0, 4048.0, 3997.0, 4048.0, 4014.0, 4057.0, 4026.0, 4047.0, 4014.0, 3974.0, 4015.0, 3994.0, 4024.0, 4003.0, 4069.0, 4026.0, 4006.0, 4014.0, 3974.0, 4032.0, 4005.0, 4068.0, 4036.0, 4038.0, 4012.0, 4011.0, 4014.0, 4015.0, 4056.0, 3994.0, 4046.0, 4014.0, 4034.0, 4015.0, 4026.0, 4026.0, 3998.0, 4033.0, 4003.0, 4052.0, 4023.0, 4045.0, 4014.0, 3983.0, 4012.0, 3990.0, 4053.0, 4023.0, 4024.0, 4010.0, 3961.0, 4010.0, 4000.0, 4065.0, 4026.0, 4004.0, 4003.0, 3983.0, 4022.0, 4012.0, 4056.0, 4024.0, 4044.0, 4012.0, 4012.0, 4001.0, 4003.0, 4026.0, 3985.0, 4034.0, 3995.0, 4043.0, 4024.0, 4036.0, 4025.0, 3973.0, 4002.0, 3994.0, 4044.0, 4023.0, 4044.0, 4015.0, 3995.0, 4013.0, 3984.0, 4034.0, 4013.0, 4068.0, 4025.0, 4046.0, 4013.0, 4023.0, 4013.0, 4024.0, 4035.0, 3993.0, 4022.0, 4002.0, 4043.0, 4023.0, 4035.0, 4003.0, 3984.0, 4012.0, 3981.0, 4032.0, 4024.0, 4046.0, 4014.0, 4015.0, 4014.0, 3990.0, 4057.0, 4025.0, 4045.0, 4013.0, 3992.0, 4024.0, 3996.0, 4075.0, 4058.0, 4076.0, 4025.0, 3998.0, 4034.0, 3993.0, 4012.0, 4000.0, 3993.0, 4013.0, 4012.0, 4045.0, 4015.0, 3985.0, 4024.0, 4014.0, 4024.0, 4026.0, 4028.0, 4055.0, 4005.0, 4035.0, 4015.0, 4044.0, 4044.0, 4024.0, 4054.0, 4003.0, 4022.0, 4021.0, 4011.0, 4036.0, 3992.0, 4024.0, 4000.0, 4032.0, 4013.0, 4001.0, 4014.0, 4001.0, 4023.0, 4014.0, 4013.0, 4022.0, 4015.0, 4054.0, 3993.0, 4033.0, 4012.0, 4023.0, 4046.0, 3983.0, 4043.0, 4001.0, 3991.0, 4000.0, 3994.0, 4043.0, 4016.0, 4003.0, 4003.0, 3978.0, 4045.0, 4026.0, 4024.0, 4005.0, 4005.0, 4024.0, 4005.0, 4068.0, 4038.0, 4005.0, 4037.0, 4016.0, 4005.0, 4023.0, 4016.0, 4055.0, 4024.0, 4014.0, 4016.0, 4004.0, 4023.0, 3993.0, 4044.0, 4023.0, 4056.0, 4006.0, 4036.0, 4029.0, 4016.0, 4001.0, 4015.0, 4057.0, 3960.0, 3930.0, 3887.0, 3935.0, 3925.0, 3990.0, 3964.0, 3998.0, 3986.0, 4005.0, 4007.0, 3961.0, 4016.0, 4042.0, 4077.0, 4014.0, 4038.0, 3998.0, 3970.0, 3969.0, 3980.0, 3989.0, 4013.0, 3994.0, 4027.0, 4017.0, 3985.0, 4038.0, 4040.0, 4071.0, 4039.0, 4037.0, 4015.0, 4024.0, 4031.0, 4035.0, 4078.0, 4023.0, 4053.0, 4011.0, 4000.0, 4008.0, 3999.0, 4063.0, 3990.0, 4010.0, 3997.0, 3986.0, 4030.0, 4008.0, 4044.0, 4011.0, 3970.0, 4021.0, 4013.0, 3994.0, 4050.0, 4032.0, 4016.0, 4014.0, 3993.0, 4033.0, 4002.0, 4024.0, 4025.0, 4014.0, 4035.0, 4025.0, 4014.0, 4023.0, 3993.0, 4047.0, 4026.0, 3973.0, 4025.0, 4004.0, 4034.0, 4025.0, 4057.0, 4014.0, 4046.0, 4014.0, 4032.0, 4025.0, 4036.0, 4026.0, 4006.0, 4034.0, 3994.0, 4044.0, 4024.0, 4069.0, 4035.0, 4045.0, 4014.0, 4044.0, 4034.0, 4034.0, 4014.0, 3993.0, 4003.0, 3980.0, 4023.0, 4013.0, 4066.0, 4015.0, 4044.0, 4013.0, 4023.0, 4013.0, 4003.0, 4036.0, 4003.0, 4022.0, 4013.0, 4036.0, 4037.0, 3994.0, 4025.0, 4003.0, 4043.0, 4013.0, 4045.0, 4014.0, 3995.0, 4003.0, 4004.0, 4045.0, 4027.0, 4013.0, 4015.0, 3994.0, 4025.0, 3993.0, 4066.0, 4026.0, 4046.0, 4026.0, 4023.0, 4021.0, 4022.0, 4026.0, 4001.0, 4015.0, 4004.0, 4035.0, 4028.0, 4059.0, 4014.0, 3995.0, 4012.0, 3982.0, 4057.0, 4015.0, 4068.0, 4014.0, 4047.0, 4026.0, 4045.0, 4035.0, 3993.0, 4013.0, 4003.0, 4012.0, 4010.0, 4053.0, 4014.0, 4021.0, 4001.0, 3982.0, 4024.0, 3991.0, 4035.0, 4004.0, 4045.0, 4003.0, 4033.0, 4012.0, 4044.0, 4024.0, 4044.0, 4001.0, 4002.0, 4013.0, 3992.0, 4011.0, 3994.0, 4024.0, 3996.0, 4035.0, 4026.0, 4026.0, 4024.0, 4005.0, 4048.0, 4017.0, 4026.0, 4024.0, 4046.0, 4058.0, 4005.0, 4056.0, 4015.0, 4046.0, 4003.0, 4078.0, 4046.0, 4036.0, 4013.0, 4013.0, 4003.0, 4001.0, 4045.0, 4024.0, 4023.0, 4026.0, 4014.0, 3982.0, 4013.0, 4014.0, 4056.0, 4048.0, 4014.0, 4025.0, 4003.0, 4013.0, 4012.0, 4023.0, 4046.0, 3992.0, 4043.0, 4015.0, 4035.0, 4012.0, 4010.0, 4021.0, 3981.0, 4009.0, 4002.0, 4012.0, 4011.0, 3991.0, 4044.0, 3993.0, 3961.0, 4009.0, 3980.0, 4032.0, 4010.0, 4055.0, 4014.0, 4023.0, 4014.0, 4044.0, 4019.0, 4033.0, 4011.0, 3980.0, 3999.0, 4002.0, 4009.0, 4002.0, 4044.0, 4015.0, 3993.0, 4004.0, 3984.0, 4014.0, 3992.0, 4057.0, 4035.0, 4016.0, 4015.0, 4014.0, 4054.0, 4034.0, 4055.0, 4035.0, 4023.0, 4001.0, 3998.0, 3999.0, 4011.0, 4034.0, 3979.0, 4009.0, 3991.0, 4010.0, 4002.0, 4028.0, 4014.0, 3957.0, 3988.0, 3964.0, 3987.0, 3977.0, 4017.0, 3973.0, 3983.0, 3974.0, 3977.0, 3989.0, 4001.0, 4033.0, 4022.0, 4043.0, 4044.0, 4126.0, 4059.0, 4038.0, 4027.0, 3994.0, 4036.0, 4005.0, 4005.0, 4014.0, 4000.0, 4013.0, 4003.0, 4044.0, 4013.0, 3983.0, 4014.0, 4015.0, 4004.0, 4022.0, 3981.0, 3990.0, 4004.0, 3982.0, 4014.0, 3982.0, 4033.0, 3990.0, 4043.0, 4010.0, 3980.0, 4011.0, 4002.0, 4054.0, 4034.0, 4010.0, 4030.0, 3988.0, 4042.0, 4007.0, 4052.0, 4020.0, 3999.0, 3988.0, 3974.0, 3987.0, 3988.0, 4028.0, 4010.0, 3989.0, 3980.0, 3992.0, 4020.0, 3999.0, 3992.0, 4001.0, 3983.0, 4033.0, 4024.0, 3982.0, 4015.0, 3994.0, 4045.0, 4025.0, 4036.0, 4014.0, 3994.0, 4004.0, 4003.0, 4026.0, 4039.0, 4008.0, 4067.0, 4026.0, 3994.0, 4045.0, 4015.0, 4055.0, 4032.0, 4024.0, 4057.0, 4003.0, 4034.0, 4012.0, 4013.0, 4044.0, 4024.0, 4043.0, 4003.0, 3992.0, 4012.0, 3995.0, 4054.0, 4026.0, 4005.0, 4003.0, 3990.0, 4023.0, 4012.0, 4043.0, 4045.0, 3992.0, 4033.0, 4003.0, 4023.0, 4024.0, 4023.0, 4034.0, 4014.0, 4056.0, 3992.0, 4034.0, 4014.0, 3999.0, 4003.0, 4011.0, 4045.0, 3991.0, 4033.0, 3993.0, 4022.0, 4022.0, 4025.0, 4014.0, 3996.0, 4038.0, 3996.0, 4034.0, 4006.0, 4067.0, 4023.0, 4033.0, 4024.0, 3993.0, 4014.0, 4004.0, 4046.0, 4016.0, 4036.0, 4014.0, 3982.0, 4004.0, 3992.0, 4045.0, 4013.0, 4067.0, 4035.0, 4012.0, 4012.0, 4002.0, 4013.0, 4004.0, 4056.0, 4025.0, 4034.0, 4013.0, 3981.0, 4001.0, 3971.0, 4057.0, 4004.0, 4024.0, 4005.0, 3981.0, 4044.0, 4004.0, 4024.0, 4024.0, 4001.0, 4056.0, 4014.0, 4034.0, 4013.0, 3992.0, 4013.0, 3992.0, 4055.0, 3992.0, 4001.0, 4002.0, 4003.0, 4015.0, 4004.0, 4069.0, 4013.0, 4003.0, 4001.0, 3996.0, 4026.0, 4025.0, 4070.0, 4037.0, 4044.0, 4013.0, 4024.0, 4014.0, 4013.0, 4035.0, 3982.0, 4021.0, 3992.0, 4044.0, 3992.0, 4045.0, 4014.0, 4000.0, 3992.0, 3980.0, 4030.0, 3982.0, 4044.0, 4023.0, 4033.0, 4003.0, 3991.0, 4001.0, 3982.0, 4033.0, 4013.0, 4033.0, 4014.0, 3974.0, 4014.0, 3992.0, 4057.0, 4027.0, 4015.0, 4002.0, 3993.0, 4033.0, 4025.0, 4068.0, 4033.0, 4015.0, 4003.0, 3992.0, 4023.0, 4013.0, 4066.0, 4033.0, 4012.0, 3992.0, 3992.0, 4023.0, 4011.0, 4068.0, 4025.0, 4023.0, 4010.0, 3990.0, 4012.0, 3992.0, 4055.0, 4004.0, 4032.0, 4012.0, 4003.0, 4003.0, 3993.0, 4034.0, 4002.0, 4021.0, 4014.0, 4014.0, 4012.0, 3992.0, 4044.0, 3990.0, 4033.0, 4010.0, 4024.0, 4022.0, 4013.0, 4069.0, 4004.0, 4033.0, 4012.0, 4002.0, 4033.0, 4034.0, 4057.0, 4003.0, 4023.0, 4002.0, 4001.0, 4023.0, 4001.0, 4055.0, 4004.0, 4020.0, 4020.0, 4011.0, 4023.0, 4004.0, 4045.0, 4000.0, 3970.0, 3999.0, 3981.0, 4044.0, 4015.0, 4024.0, 4015.0, 3971.0, 4013.0, 4003.0, 4057.0, 4022.0, 4054.0, 4013.0, 4003.0, 4012.0, 3991.0, 4055.0, 4012.0, 4002.0, 4014.0, 4011.0, 4033.0, 4014.0, 4057.0, 4014.0, 4033.0, 4023.0, 4012.0, 4011.0, 4002.0, 4044.0, 4003.0, 4011.0, 4021.0, 3991.0, 4021.0, 4013.0, 4054.0, 4014.0, 3982.0, 4014.0, 4004.0, 4065.0, 4026.0, 4003.0, 4003.0, 4003.0, 4046.0, 4033.0, 4056.0, 4035.0, 4013.0, 4013.0, 4001.0, 4044.0, 4012.0, 4011.0, 4022.0, 4003.0, 3992.0, 4012.0, 3984.0, 4033.0, 4015.0, 4015.0, 4004.0, 4001.0, 4013.0, 4014.0, 4002.0, 4057.0, 4014.0, 4025.0, 4002.0, 3990.0, 4034.0, 4012.0, 4045.0, 4025.0, 3984.0, 4023.0, 4014.0, 4033.0, 4024.0, 3993.0, 4046.0, 4005.0, 3993.0, 4002.0, 3993.0, 4055.0, 4024.0, 3984.0, 4004.0, 4004.0, 4034.0, 4023.0, 4035.0, 4026.0, 4004.0, 4033.0, 4014.0, 4022.0, 4023.0, 3993.0, 4046.0, 4003.0, 3992.0, 4012.0, 4012.0, 4055.0, 4025.0, 4033.0, 4002.0, 4001.0, 4012.0, 4001.0, 4056.0, 4035.0, 4002.0, 4001.0, 3992.0, 4044.0, 4021.0, 4045.0, 4024.0, 3982.0, 4001.0, 4013.0, 4011.0, 4024.0, 3992.0, 4045.0, 4004.0, 3990.0, 4011.0, 3990.0, 4055.0, 4014.0, 4013.0, 3993.0, 3991.0, 4054.0, 4034.0, 4034.0, 4024.0, 3992.0, 3992.0, 4014.0, 3993.0, 4044.0, 4015.0, 3982.0, 3992.0, 3981.0, 4023.0, 4002.0, 4011.0, 4025.0, 3970.0, 4013.0, 4003.0, 3993.0, 4012.0, 4003.0, 4056.0, 4014.0, 4013.0, 4011.0, 3993.0, 4055.0, 4025.0, 4003.0, 3994.0, 3991.0, 4023.0, 4012.0, 4023.0, 4035.0, 3991.0, 4035.0, 4014.0, 3989.0, 4013.0, 4004.0, 4015.0, 4002.0, 3970.0, 4014.0, 4014.0, 4058.0, 4025.0, 3973.0, 4002.0], 'WindowWidth': [9056.0, 9020.0, 9042.0, 9004.0, 9034.0, 8964.0, 8971.0, 8960.0, 8956.0, 9025.0, 8963.0, 9022.0, 8975.0, 8957.0, 8951.0, 8940.0, 9019.0, 8945.0, 8957.0, 8959.0, 8973.0, 8972.0, 8935.0, 9016.0, 8961.0, 8979.0, 8957.0, 8985.0, 8972.0, 8958.0, 8957.0, 8914.0, 8957.0, 8941.0, 8967.0, 8965.0, 8934.0, 8961.0, 8947.0, 8973.0, 8944.0, 9035.0, 8993.0, 8980.0, 8945.0, 8902.0, 8958.0, 8914.0, 9020.0, 8932.0, 8992.0, 8962.0, 8958.0, 8971.0, 8928.0, 9011.0, 8943.0, 9009.0, 8961.0, 9020.0, 8977.0, 9005.0, 8960.0, 8909.0, 8961.0, 8934.0, 8972.0, 8943.0, 9044.0, 8978.0, 8953.0, 8959.0, 8909.0, 8983.0, 8949.0, 9040.0, 8992.0, 8997.0, 8956.0, 8951.0, 8958.0, 8962.0, 9020.0, 8933.0, 9004.0, 8960.0, 8986.0, 8961.0, 8977.0, 8978.0, 8945.0, 8984.0, 8944.0, 9007.0, 8969.0, 9000.0, 8960.0, 8916.0, 8955.0, 8924.0, 9009.0, 8971.0, 8972.0, 8950.0, 8885.0, 8948.0, 8936.0, 9032.0, 8977.0, 8946.0, 8942.0, 8919.0, 8968.0, 8951.0, 9021.0, 8971.0, 9001.0, 8954.0, 8952.0, 8938.0, 8943.0, 8978.0, 8922.0, 8988.0, 8935.0, 8997.0, 8973.0, 8989.0, 8976.0, 8905.0, 8941.0, 8934.0, 8998.0, 8970.0, 8999.0, 8963.0, 8935.0, 8958.0, 8920.0, 8986.0, 8957.0, 9040.0, 8975.0, 9005.0, 8956.0, 8969.0, 8956.0, 8973.0, 8988.0, 8930.0, 8967.0, 8940.0, 8996.0, 8970.0, 8988.0, 8942.0, 8919.0, 8952.0, 8913.0, 8980.0, 8974.0, 9003.0, 8960.0, 8962.0, 8959.0, 8923.0, 9022.0, 8976.0, 9003.0, 8958.0, 8927.0, 8974.0, 8942.0, 9062.0, 9047.0, 9068.0, 8979.0, 8930.0, 8987.0, 8929.0, 8955.0, 8938.0, 8932.0, 8958.0, 8956.0, 9003.0, 8962.0, 8923.0, 8975.0, 8963.0, 8974.0, 8981.0, 8986.0, 9020.0, 8950.0, 8987.0, 8961.0, 8997.0, 9001.0, 8972.0, 9015.0, 8941.0, 8967.0, 8964.0, 8951.0, 8990.0, 8927.0, 8970.0, 8937.0, 8980.0, 8955.0, 8940.0, 8958.0, 8939.0, 8970.0, 8959.0, 8955.0, 8970.0, 8961.0, 9013.0, 8928.0, 8981.0, 8955.0, 8968.0, 9004.0, 8917.0, 8997.0, 8938.0, 8924.0, 8936.0, 8934.0, 8998.0, 8964.0, 8945.0, 8944.0, 8907.0, 9002.0, 8978.0, 8971.0, 8947.0, 8949.0, 8974.0, 8950.0, 9040.0, 8999.0, 8953.0, 8996.0, 8967.0, 8952.0, 8973.0, 8965.0, 9018.0, 8975.0, 8960.0, 8963.0, 8945.0, 8969.0, 8929.0, 8997.0, 8966.0, 9019.0, 8951.0, 8992.0, 8989.0, 8968.0, 8937.0, 8960.0, 9039.0, 8868.0, 8805.0, 8747.0, 8806.0, 8796.0, 8890.0, 8859.0, 8912.0, 8893.0, 8916.0, 8923.0, 8853.0, 8941.0, 9016.0, 9056.0, 8940.0, 8980.0, 8926.0, 8893.0, 8892.0, 8906.0, 8916.0, 8958.0, 8937.0, 8981.0, 8968.0, 8924.0, 8997.0, 9002.0, 9049.0, 8997.0, 8991.0, 8958.0, 8967.0, 8979.0, 8987.0, 9055.0, 8967.0, 9009.0, 8947.0, 8930.0, 8941.0, 8929.0, 9023.0, 8917.0, 8943.0, 8924.0, 8910.0, 8971.0, 8941.0, 8994.0, 8947.0, 8892.0, 8962.0, 8953.0, 8935.0, 9019.0, 9000.0, 8966.0, 8961.0, 8930.0, 8981.0, 8939.0, 8970.0, 8975.0, 8959.0, 8988.0, 8975.0, 8960.0, 8972.0, 8931.0, 9006.0, 8977.0, 8905.0, 8975.0, 8947.0, 8986.0, 8975.0, 9023.0, 8958.0, 9004.0, 8958.0, 8982.0, 8974.0, 8989.0, 8977.0, 8949.0, 8986.0, 8934.0, 8997.0, 8971.0, 9045.0, 8989.0, 9004.0, 8958.0, 8999.0, 8986.0, 8987.0, 8959.0, 8930.0, 8943.0, 8913.0, 8969.0, 8956.0, 9033.0, 8960.0, 9000.0, 8958.0, 8969.0, 8958.0, 8944.0, 8989.0, 8944.0, 8967.0, 8957.0, 8992.0, 8994.0, 8932.0, 8973.0, 8947.0, 8997.0, 8956.0, 9000.0, 8958.0, 8935.0, 8945.0, 8946.0, 9000.0, 8981.0, 8957.0, 8963.0, 8935.0, 8974.0, 8930.0, 9033.0, 8977.0, 9005.0, 8978.0, 8971.0, 8967.0, 8970.0, 8979.0, 8942.0, 8960.0, 8949.0, 8988.0, 8984.0, 9026.0, 8962.0, 8938.0, 8956.0, 8916.0, 9021.0, 8963.0, 9039.0, 8960.0, 9010.0, 8977.0, 9002.0, 8992.0, 8929.0, 8956.0, 8942.0, 8952.0, 8950.0, 9009.0, 8958.0, 8965.0, 8939.0, 8914.0, 8971.0, 8925.0, 8988.0, 8945.0, 9003.0, 8945.0, 8981.0, 8955.0, 8997.0, 8972.0, 8998.0, 8940.0, 8941.0, 8957.0, 8926.0, 8952.0, 8933.0, 8974.0, 8939.0, 8990.0, 8979.0, 8977.0, 8975.0, 8951.0, 9012.0, 8970.0, 8977.0, 8975.0, 9004.0, 9027.0, 8948.0, 9018.0, 8962.0, 9006.0, 8947.0, 9057.0, 9006.0, 8992.0, 8957.0, 8957.0, 8942.0, 8938.0, 9004.0, 8973.0, 8973.0, 8978.0, 8961.0, 8915.0, 8954.0, 8958.0, 9019.0, 9011.0, 8958.0, 8972.0, 8943.0, 8954.0, 8953.0, 8967.0, 9005.0, 8925.0, 8997.0, 8959.0, 8985.0, 8950.0, 8945.0, 8959.0, 8908.0, 8943.0, 8938.0, 8949.0, 8949.0, 8922.0, 8996.0, 8927.0, 8882.0, 8944.0, 8906.0, 8978.0, 8949.0, 9013.0, 8957.0, 8968.0, 8956.0, 8998.0, 8958.0, 8977.0, 8946.0, 8905.0, 8930.0, 8937.0, 8945.0, 8938.0, 8997.0, 8960.0, 8932.0, 8947.0, 8918.0, 8958.0, 8926.0, 9020.0, 8986.0, 8964.0, 8961.0, 8958.0, 9011.0, 8986.0, 9017.0, 8985.0, 8966.0, 8933.0, 8925.0, 8928.0, 8946.0, 8983.0, 8906.0, 8945.0, 8924.0, 8946.0, 8939.0, 8984.0, 8958.0, 8872.0, 8911.0, 8872.0, 8907.0, 8895.0, 8945.0, 8880.0, 8893.0, 8888.0, 8897.0, 8917.0, 8937.0, 8982.0, 8963.0, 8995.0, 9020.0, 9157.0, 9050.0, 9000.0, 8983.0, 8935.0, 8993.0, 8948.0, 8947.0, 8956.0, 8936.0, 8954.0, 8942.0, 8999.0, 8956.0, 8917.0, 8960.0, 8965.0, 8945.0, 8965.0, 8909.0, 8920.0, 8943.0, 8917.0, 8956.0, 8912.0, 8983.0, 8919.0, 8995.0, 8945.0, 8904.0, 8948.0, 8940.0, 9012.0, 8983.0, 8944.0, 8971.0, 8911.0, 8991.0, 8936.0, 9006.0, 8957.0, 8926.0, 8911.0, 8891.0, 8909.0, 8915.0, 8969.0, 8947.0, 8914.0, 8905.0, 8924.0, 8959.0, 8933.0, 8926.0, 8935.0, 8914.0, 8982.0, 8970.0, 8914.0, 8961.0, 8933.0, 9002.0, 8975.0, 8991.0, 8960.0, 8932.0, 8946.0, 8944.0, 8977.0, 8997.0, 8956.0, 9036.0, 8978.0, 8934.0, 9001.0, 8961.0, 9015.0, 8984.0, 8971.0, 9019.0, 8941.0, 8982.0, 8953.0, 8954.0, 8996.0, 8968.0, 8996.0, 8939.0, 8924.0, 8952.0, 8936.0, 9012.0, 8977.0, 8945.0, 8941.0, 8922.0, 8967.0, 8954.0, 8995.0, 9003.0, 8926.0, 8980.0, 8941.0, 8966.0, 8971.0, 8969.0, 8982.0, 8956.0, 9016.0, 8925.0, 8983.0, 8956.0, 8932.0, 8940.0, 8949.0, 8998.0, 8923.0, 8982.0, 8929.0, 8967.0, 8969.0, 8972.0, 8959.0, 8939.0, 8998.0, 8938.0, 8987.0, 8953.0, 9035.0, 8970.0, 8981.0, 8971.0, 8927.0, 8955.0, 8946.0, 9004.0, 8963.0, 8990.0, 8958.0, 8913.0, 8941.0, 8926.0, 8999.0, 8954.0, 9038.0, 8986.0, 8952.0, 8951.0, 8937.0, 8956.0, 8943.0, 9019.0, 8971.0, 8984.0, 8958.0, 8913.0, 8938.0, 8899.0, 9019.0, 8945.0, 8973.0, 8947.0, 8913.0, 8997.0, 8944.0, 8969.0, 8969.0, 8935.0, 9018.0, 8955.0, 8981.0, 8952.0, 8923.0, 8953.0, 8924.0, 9013.0, 8924.0, 8935.0, 8938.0, 8941.0, 8959.0, 8945.0, 9040.0, 8958.0, 8942.0, 8939.0, 8937.0, 8977.0, 8973.0, 9043.0, 8990.0, 8999.0, 8954.0, 8970.0, 8958.0, 8953.0, 8986.0, 8911.0, 8962.0, 8926.0, 8994.0, 8925.0, 8996.0, 8956.0, 8933.0, 8924.0, 8906.0, 8974.0, 8912.0, 8997.0, 8969.0, 8980.0, 8940.0, 8922.0, 8937.0, 8912.0, 8980.0, 8956.0, 8982.0, 8956.0, 8904.0, 8960.0, 8930.0, 9020.0, 8978.0, 8959.0, 8940.0, 8931.0, 8983.0, 8975.0, 9038.0, 8983.0, 8960.0, 8942.0, 8927.0, 8969.0, 8954.0, 9036.0, 8982.0, 8951.0, 8926.0, 8927.0, 8969.0, 8950.0, 9039.0, 8973.0, 8968.0, 8947.0, 8922.0, 8953.0, 8927.0, 9016.0, 8941.0, 8978.0, 8953.0, 8940.0, 8940.0, 8928.0, 8985.0, 8941.0, 8964.0, 8958.0, 8957.0, 8953.0, 8925.0, 8996.0, 8922.0, 8979.0, 8946.0, 8971.0, 8969.0, 8958.0, 9039.0, 8946.0, 8981.0, 8953.0, 8938.0, 8980.0, 8982.0, 9021.0, 8941.0, 8964.0, 8937.0, 8936.0, 8966.0, 8937.0, 9015.0, 8943.0, 8963.0, 8962.0, 8949.0, 8967.0, 8944.0, 9002.0, 8935.0, 8893.0, 8932.0, 8909.0, 8998.0, 8961.0, 8973.0, 8960.0, 8899.0, 8955.0, 8942.0, 9020.0, 8967.0, 9012.0, 8953.0, 8941.0, 8953.0, 8925.0, 9015.0, 8953.0, 8939.0, 8957.0, 8953.0, 8983.0, 8957.0, 9019.0, 8958.0, 8982.0, 8967.0, 8952.0, 8951.0, 8940.0, 8999.0, 8941.0, 8951.0, 8965.0, 8924.0, 8964.0, 8956.0, 9014.0, 8958.0, 8913.0, 8960.0, 8946.0, 9029.0, 8977.0, 8942.0, 8943.0, 8944.0, 9003.0, 8983.0, 9020.0, 8988.0, 8953.0, 8952.0, 8936.0, 8997.0, 8952.0, 8950.0, 8965.0, 8942.0, 8926.0, 8951.0, 8918.0, 8983.0, 8961.0, 8958.0, 8942.0, 8939.0, 8956.0, 8958.0, 8940.0, 9018.0, 8958.0, 8973.0, 8940.0, 8922.0, 8982.0, 8952.0, 9001.0, 8973.0, 8918.0, 8967.0, 8960.0, 8981.0, 8970.0, 8927.0, 9002.0, 8945.0, 8928.0, 8939.0, 8927.0, 9014.0, 8971.0, 8918.0, 8944.0, 8944.0, 8984.0, 8968.0, 8989.0, 8974.0, 8943.0, 8980.0, 8956.0, 8965.0, 8967.0, 8928.0, 9001.0, 8942.0, 8926.0, 8953.0, 8951.0, 9014.0, 8971.0, 8982.0, 8938.0, 8935.0, 8951.0, 8936.0, 9019.0, 8985.0, 8938.0, 8936.0, 8924.0, 8995.0, 8963.0, 8999.0, 8970.0, 8911.0, 8936.0, 8954.0, 8950.0, 8971.0, 8926.0, 9000.0, 8944.0, 8922.0, 8950.0, 8920.0, 9015.0, 8957.0, 8952.0, 8925.0, 8923.0, 9009.0, 8985.0, 8983.0, 8969.0, 8926.0, 8926.0, 8956.0, 8927.0, 8996.0, 8960.0, 8912.0, 8924.0, 8910.0, 8967.0, 8939.0, 8947.0, 8972.0, 8894.0, 8952.0, 8940.0, 8927.0, 8952.0, 8943.0, 9018.0, 8958.0, 8953.0, 8949.0, 8927.0, 9013.0, 8974.0, 8939.0, 8928.0, 8924.0, 8967.0, 8952.0, 8967.0, 8987.0, 8924.0, 8984.0, 8957.0, 8919.0, 8954.0, 8945.0, 8959.0, 8940.0, 8896.0, 8958.0, 8958.0, 9022.0, 8974.0, 8904.0, 8938.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.002829255419415645</td></tr>
<tr><td colspan=3>aqi</td><td>0.025585968520263902</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.48678925728306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2162786971037742</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.042170500547169</td></tr>
<tr><td colspan=3>efc</td><td>0.4921</td></tr>
<tr><td colspan=3>fber</td><td>3417.1621</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14830702236898258</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>217</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.45240339302545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.61165258004188</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.627891210073464</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8664813862032124</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.340585143848964</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100481</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004072338808327913</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02381962537765503</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.52486080177098</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>18.8525</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.917</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.2942</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298753.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>885.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.0822</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6547</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.736</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3152.9048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.2872</td></tr>
<tr><td colspan=3>tsnr</td><td>34.38078525546007</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>