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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-01/func/sub-0116_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7cd62a5776eba994e065426adc5afa8e</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:42:38.340000</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.997636, -0.0446738, 0.0522181, 0.0378022, 0.991324, 0.125884]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101705</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7892, -7232, 468, -148, -386, 237, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d3cd5356-080f-4927-b6ce-cc8de7f09c77||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.676584482192993, 0.10142040997743607, 0.1549496203660965, 106.4779281616211], [0.11985643953084946, 2.659651041030884, 0.33375316858291626, -109.47880554199219], [0.1400972306728363, -0.337737113237381, 2.6748082637786865, -60.10084915161133], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['184238.340000', '184238.800000', '184239.260000', '184239.720000', '184240.180000', '184240.640000', '184241.100000', '184241.560000', '184242.020000', '184242.480000', '184242.940000', '184243.400000', '184243.860000', '184244.320000', '184244.780000', '184245.240000', '184245.700000', '184246.160000', '184246.620000', '184247.080000', '184247.540000', '184248.000000', '184248.460000', '184248.920000', '184249.380000', '184249.840000', '184250.300000', '184250.760000', '184251.220000', '184251.680000', '184252.140000', '184252.600000', '184253.060000', '184253.520000', '184253.980000', '184254.440000', '184254.900000', '184255.360000', '184255.820000', '184256.280000', '184256.740000', '184257.200000', '184257.660000', '184258.120000', '184258.580000', '184259.040000', '184259.500000', '184259.960000', '184300.420000', '184300.880000', '184301.340000', '184301.800000', '184302.260000', '184302.720000', '184303.180000', '184303.640000', '184304.100000', '184304.560000', '184305.020000', '184305.480000', '184305.940000', '184306.400000', '184306.860000', '184307.320000', '184307.780000', '184308.240000', '184308.700000', '184309.160000', '184309.620000', '184310.080000', '184310.540000', '184311.000000', '184311.460000', '184311.920000', '184312.380000', '184312.840000', '184313.300000', '184313.760000', '184314.220000', '184314.680000', '184315.140000', '184315.600000', '184316.060000', '184316.520000', '184316.980000', '184317.440000', '184317.900000', '184318.360000', '184318.820000', '184319.280000', '184319.740000', '184320.200000', '184320.660000', '184321.120000', '184321.580000', '184322.040000', '184322.500000', '184322.960000', '184323.420000', '184323.880000', '184324.340000', '184324.800000', '184325.260000', '184325.720000', '184326.180000', '184326.640000', '184327.100000', '184327.560000', '184328.020000', '184328.480000', '184328.940000', '184329.400000', '184329.860000', '184330.320000', '184330.780000', '184331.240000', '184331.700000', '184332.160000', '184332.620000', '184333.080000', '184333.540000', '184334.000000', '184334.460000', '184334.920000', '184335.380000', '184335.840000', '184336.300000', '184336.760000', '184337.220000', '184337.680000', '184338.140000', '184338.600000', '184339.060000', '184339.520000', '184339.980000', '184340.440000', '184340.900000', '184341.360000', '184341.820000', '184342.280000', '184342.740000', '184343.200000', '184343.660000', '184344.120000', '184344.580000', '184345.040000', '184345.500000', '184345.960000', '184346.420000', '184346.880000', '184347.340000', '184347.800000', '184348.260000', '184348.720000', '184349.180000', '184349.640000', '184350.100000', '184350.560000', '184351.020000', '184351.480000', '184351.940000', '184352.400000', '184352.860000', '184353.320000', '184353.780000', '184354.240000', '184354.700000', '184355.160000', '184355.620000', '184356.080000', '184356.540000', '184357.000000', '184357.460000', '184357.920000', '184358.380000', '184358.840000', '184359.300000', '184359.760000', '184400.220000', '184400.680000', '184401.140000', '184401.600000', '184402.060000', '184402.520000', '184402.980000', '184403.440000', '184403.900000', '184404.360000', '184404.820000', '184405.280000', '184405.740000', '184406.200000', '184406.660000', '184407.120000', '184407.580000', '184408.040000', '184408.500000', '184408.960000', '184409.420000', '184409.880000', '184410.340000', '184410.800000', '184411.260000', '184411.720000', '184412.180000', '184412.640000', '184413.100000', '184413.560000', '184414.020000', '184414.480000', '184414.940000', '184415.400000', '184415.860000', '184416.320000', '184416.780000', '184417.240000', '184417.700000', '184418.160000', '184418.620000', '184419.080000', '184419.540000', '184420.000000', '184420.460000', '184420.920000', '184421.380000', '184421.840000', '184422.300000', '184422.760000', '184423.220000', '184423.680000', '184424.140000', '184424.600000', '184425.060000', '184425.520000', '184425.980000', '184426.440000', '184426.900000', '184427.360000', '184427.820000', '184428.280000', '184428.740000', '184429.200000', '184429.660000', '184430.120000', '184430.580000', '184431.040000', '184431.500000', '184431.960000', '184432.420000', '184432.880000', '184433.340000', '184433.800000', '184434.260000', '184434.720000', '184435.180000', '184435.640000', '184436.100000', '184436.560000', '184437.020000', '184437.480000', '184437.940000', '184438.400000', '184438.860000', '184439.320000', '184439.780000', '184440.240000', '184440.700000', '184441.160000', '184441.620000', '184442.080000', '184442.540000', '184443.000000', '184443.460000', '184443.920000', '184444.380000', '184444.840000', '184445.300000', '184445.760000', '184446.220000', '184446.680000', '184447.140000', '184447.600000', '184448.060000', '184448.520000', '184448.980000', '184449.440000', '184449.900000', '184450.360000', '184450.820000', '184451.280000', '184451.740000', '184452.200000', '184452.660000', '184453.120000', '184453.580000', '184454.040000', '184454.500000', '184454.960000', '184455.420000', '184455.880000', '184456.340000', '184456.800000', '184457.260000', '184457.720000', '184458.180000', '184458.640000', '184459.100000', '184459.560000', '184500.020000', '184500.480000', '184500.940000', '184501.400000', '184501.860000', '184502.320000', '184502.780000', '184503.240000', '184503.700000', '184504.160000', '184504.620000', '184505.080000', '184505.540000', '184506.000000', '184506.460000', '184506.920000', '184507.380000', '184507.840000', '184508.300000', '184508.760000', '184509.220000', '184509.680000', '184510.140000', '184510.600000', '184511.060000', '184511.520000', '184511.980000', '184512.440000', '184512.900000', '184513.360000', '184513.820000', '184514.280000', '184514.740000', '184515.200000', '184515.660000', '184516.120000', '184516.580000', '184517.040000', '184517.500000', '184517.960000', '184518.420000', '184518.880000', '184519.340000', '184519.800000', '184520.260000', '184520.720000', '184521.180000', '184521.640000', '184522.100000', '184522.560000', '184523.020000', '184523.480000', '184523.940000', '184524.400000', '184524.860000', '184525.320000', '184525.780000', '184526.240000', '184526.700000', '184527.160000', '184527.620000', '184528.080000', '184528.540000', '184529.000000', '184529.460000', '184529.920000', '184530.380000', '184530.840000', '184531.300000', '184531.760000', '184532.220000', '184532.680000', '184533.140000', '184533.600000', '184534.060000', '184534.520000', '184534.980000', '184535.440000', '184535.900000', '184536.360000', '184536.820000', '184537.280000', '184537.740000', '184538.200000', '184538.660000', '184539.120000', '184539.580000', '184540.040000', '184540.500000', '184540.960000', '184541.420000', '184541.880000', '184542.340000', '184542.800000', '184543.260000', '184543.720000', '184544.180000', '184544.640000', '184545.100000', '184545.560000', '184546.020000', '184546.480000', '184546.940000', '184547.400000', '184547.860000', '184548.320000', '184548.780000', '184549.240000', '184549.700000', '184550.160000', '184550.620000', '184551.080000', '184551.540000', '184552.000000', '184552.460000', '184552.920000', '184553.380000', '184553.840000', '184554.300000', '184554.760000', '184555.220000', '184555.680000', '184556.140000', '184556.600000', '184557.060000', '184557.520000', '184557.980000', '184558.440000', '184558.900000', '184559.360000', '184559.820000', '184600.280000', '184600.740000', '184601.200000', '184601.660000', '184602.120000', '184602.580000', '184603.040000', '184603.500000', '184603.960000', '184604.420000', '184604.880000', '184605.340000', '184605.800000', '184606.260000', '184606.720000', '184607.180000', '184607.640000', '184608.100000', '184608.560000', '184609.020000', '184609.480000', '184609.940000', '184610.400000', '184610.860000', '184611.320000', '184611.780000', '184612.240000', '184612.700000', '184613.160000', '184613.620000', '184614.080000', '184614.540000', '184615.000000', '184615.460000', '184615.920000', '184616.380000', '184616.840000', '184617.300000', '184617.760000', '184618.220000', '184618.680000', '184619.140000', '184619.600000', '184620.060000', '184620.520000', '184620.980000', '184621.440000', '184621.900000', '184622.360000', '184622.820000', '184623.280000', '184623.740000', '184624.200000', '184624.660000', '184625.120000', '184625.580000', '184626.040000', '184626.500000', '184626.960000', '184627.420000', '184627.880000', '184628.340000', '184628.800000', '184629.260000', '184629.720000', '184630.180000', '184630.640000', '184631.100000', '184631.560000', '184632.020000', '184632.480000', '184632.940000', '184633.400000', '184633.860000', '184634.320000', '184634.780000', '184635.240000', '184635.700000', '184636.160000', '184636.620000', '184637.080000', '184637.540000', '184638.000000', '184638.460000', '184638.920000', '184639.380000', '184639.840000', '184640.300000', '184640.760000', '184641.220000', '184641.680000', '184642.140000', '184642.600000', '184643.060000', '184643.520000', '184643.980000', '184644.440000', '184644.900000', '184645.360000', '184645.820000', '184646.280000', '184646.740000', '184647.200000', '184647.660000', '184648.120000', '184648.580000', '184649.040000', '184649.500000', '184649.960000', '184650.420000', '184650.880000', '184651.340000', '184651.800000', '184652.260000', '184652.720000', '184653.180000', '184653.640000', '184654.100000', '184654.560000', '184655.020000', '184655.480000', '184655.940000', '184656.400000', '184656.860000', '184657.320000', '184657.780000', '184658.240000', '184658.700000', '184659.160000', '184659.620000', '184700.080000', '184700.540000', '184701.000000', '184701.460000', '184701.920000', '184702.380000', '184702.840000', '184703.300000', '184703.760000', '184704.220000', '184704.680000', '184705.140000', '184705.600000', '184706.060000', '184706.520000', '184706.980000', '184707.440000', '184707.900000', '184708.360000', '184708.820000', '184709.280000', '184709.740000', '184710.200000', '184710.660000', '184711.120000', '184711.580000', '184712.040000', '184712.500000', '184712.960000', '184713.420000', '184713.880000', '184714.340000', '184714.800000', '184715.260000', '184715.720000', '184716.180000', '184716.640000', '184717.100000', '184717.560000', '184718.020000', '184718.480000', '184718.940000', '184719.400000', '184719.860000', '184720.320000', '184720.780000', '184721.240000', '184721.700000', '184722.160000', '184722.620000', '184723.080000', '184723.540000', '184724.000000', '184724.460000', '184724.920000', '184725.380000', '184725.840000', '184726.300000', '184726.760000', '184727.220000', '184727.680000', '184728.140000', '184728.600000', '184729.060000', '184729.520000', '184729.980000', '184730.440000', '184730.900000', '184731.360000', '184731.820000', '184732.280000', '184732.740000', '184733.200000', '184733.660000', '184734.120000', '184734.580000', '184735.040000', '184735.500000', '184735.960000', '184736.420000', '184736.880000', '184737.340000', '184737.800000', '184738.260000', '184738.720000', '184739.180000', '184739.640000', '184740.100000', '184740.560000', '184741.020000', '184741.480000', '184741.940000', '184742.400000', '184742.860000', '184743.320000', '184743.780000', '184744.240000', '184744.700000', '184745.160000', '184745.620000', '184746.080000', '184746.540000', '184747.000000', '184747.460000', '184747.920000', '184748.380000', '184748.840000', '184749.300000', '184749.760000', '184750.220000', '184750.680000', '184751.140000', '184751.600000', '184752.060000', '184752.520000', '184752.980000', '184753.440000', '184753.900000', '184754.360000', '184754.820000', '184755.280000', '184755.740000', '184756.200000', '184756.660000', '184757.120000', '184757.580000', '184758.040000', '184758.500000', '184758.960000', '184759.420000', '184759.880000', '184800.340000', '184800.800000', '184801.260000', '184801.720000', '184802.180000', '184802.640000', '184803.100000', '184803.560000', '184804.020000', '184804.480000', '184804.940000', '184805.400000', '184805.860000', '184806.320000', '184806.780000', '184807.240000', '184807.700000', '184808.160000', '184808.620000', '184809.080000', '184809.540000', '184810.000000', '184810.460000', '184810.920000', '184811.380000', '184811.840000', '184812.300000', '184812.760000', '184813.220000', '184813.680000', '184814.140000', '184814.600000', '184815.060000', '184815.520000', '184815.980000', '184816.440000', '184816.900000', '184817.360000', '184817.820000', '184818.280000', '184818.740000', '184819.200000', '184819.660000', '184820.120000', '184820.580000', '184821.040000', '184821.500000', '184821.960000', '184822.420000', '184822.880000', '184823.340000', '184823.800000', '184824.260000', '184824.720000', '184825.180000', '184825.640000', '184826.100000', '184826.560000', '184827.020000', '184827.480000', '184827.940000', '184828.400000', '184828.860000', '184829.320000', '184829.780000', '184830.240000', '184830.700000', '184831.160000', '184831.620000', '184832.080000', '184832.540000', '184833.000000', '184833.460000', '184833.920000', '184834.380000', '184834.840000', '184835.300000', '184835.760000', '184836.220000', '184836.680000', '184837.140000', '184837.600000', '184838.060000', '184838.520000', '184838.980000', '184839.440000', '184839.900000', '184840.360000', '184840.820000', '184841.280000', '184841.740000', '184842.200000', '184842.660000', '184843.120000', '184843.580000', '184844.040000', '184844.500000', '184844.960000', '184845.420000', '184845.880000', '184846.340000', '184846.800000', '184847.260000', '184847.720000', '184848.180000', '184848.640000', '184849.100000', '184849.560000', '184850.020000', '184850.480000', '184850.940000', '184851.400000', '184851.860000', '184852.320000', '184852.780000', '184853.240000', '184853.700000', '184854.160000', '184854.620000', '184855.080000', '184855.540000', '184856.000000', '184856.460000', '184856.920000', '184857.380000', '184857.840000', '184858.300000', '184858.760000', '184859.220000', '184859.680000', '184900.140000', '184900.600000', '184901.060000', '184901.520000', '184901.980000', '184902.440000', '184902.900000', '184903.360000', '184903.820000', '184904.280000', '184904.740000', '184905.200000', '184905.660000', '184906.120000', '184906.580000', '184907.040000', '184907.500000', '184907.960000', '184908.420000', '184908.880000', '184909.340000', '184909.800000', '184910.260000', '184910.720000', '184911.180000', '184911.640000', '184912.100000', '184912.560000', '184913.020000', '184913.480000', '184913.940000', '184914.400000', '184914.860000', '184915.320000', '184915.780000', '184916.240000', '184916.700000', '184917.160000', '184917.620000', '184918.080000', '184918.540000', '184919.000000', '184919.460000', '184919.920000', '184920.380000', '184920.840000', '184921.300000', '184921.760000', '184922.220000', '184922.680000', '184923.140000', '184923.600000', '184924.060000', '184924.520000', '184924.980000', '184925.440000', '184925.900000', '184926.360000', '184926.820000', '184927.280000', '184927.740000', '184928.200000', '184928.660000', '184929.120000', '184929.580000', '184930.040000', '184930.500000', '184930.960000', '184931.420000', '184931.880000', '184932.340000', '184932.800000', '184933.260000', '184933.720000', '184934.180000', '184934.640000', '184935.100000', '184935.560000', '184936.020000', '184936.480000', '184936.940000', '184937.400000', '184937.860000', '184938.320000', '184938.780000', '184939.240000', '184939.700000', '184940.160000', '184940.620000', '184941.080000', '184941.540000', '184942.000000', '184942.460000', '184942.920000', '184943.380000', '184943.840000', '184944.300000', '184944.760000', '184945.220000', '184945.680000', '184946.140000', '184946.600000', '184947.060000', '184947.520000', '184947.980000', '184948.440000', '184948.900000', '184949.360000', '184949.820000', '184950.280000', '184950.740000', '184951.200000', '184951.660000', '184952.120000', '184952.580000', '184953.040000', '184953.500000', '184953.960000', '184954.420000', '184954.880000', '184955.340000', '184955.800000', '184956.260000', '184956.720000', '184957.180000', '184957.640000', '184958.100000', '184958.560000', '184959.020000', '184959.480000', '184959.940000', '185000.400000', '185000.860000', '185001.320000', '185001.780000', '185002.240000', '185002.700000', '185003.160000', '185003.620000', '185004.080000', '185004.540000', '185005.000000', '185005.460000', '185005.920000', '185006.380000', '185006.840000', '185007.300000', '185007.760000', '185008.220000', '185008.680000', '185009.140000', '185009.600000', '185010.060000', '185010.520000', '185010.980000', '185011.440000', '185011.900000', '185012.360000', '185012.820000', '185013.280000', '185013.740000', '185014.200000', '185014.660000', '185015.120000', '185015.580000', '185016.040000', '185016.500000', '185016.960000', '185017.420000', '185017.880000', '185018.340000', '185018.800000', '185019.260000', '185019.720000', '185020.180000', '185020.640000', '185021.100000', '185021.560000', '185022.020000', '185022.480000', '185022.940000', '185023.400000', '185023.860000', '185024.320000', '185024.780000', '185025.240000', '185025.700000', '185026.160000', '185026.620000', '185027.080000', '185027.540000', '185028.000000', '185028.460000', '185028.920000', '185029.380000', '185029.840000', '185030.300000', '185030.760000', '185031.220000', '185031.680000', '185032.140000', '185032.600000', '185033.060000', '185033.520000', '185033.980000', '185034.440000', '185034.900000', '185035.360000', '185035.820000', '185036.280000', '185036.740000', '185037.200000', '185037.660000', '185038.120000', '185038.580000', '185039.040000', '185039.500000', '185039.960000', '185040.420000', '185040.880000', '185041.340000', '185041.800000', '185042.260000', '185042.720000', '185043.180000', '185043.640000', '185044.100000', '185044.560000', '185045.020000', '185045.480000', '185045.940000', '185046.400000', '185046.860000', '185047.320000', '185047.780000', '185048.240000', '185048.700000', '185049.160000', '185049.620000', '185050.080000', '185050.540000', '185051.000000', '185051.460000'], 'ContentTime': ['184302.810000', '184302.814000', '184302.816000', '184302.819000', '184302.822000', '184302.824000', '184302.827000', '184302.829000', '184302.832000', '184302.834000', '184302.837000', '184302.840000', '184302.842000', '184302.845000', '184302.847000', '184302.850000', '184302.852000', '184302.855000', '184302.858000', '184302.860000', '184302.863000', '184302.865000', '184302.868000', '184302.870000', '184302.873000', '184302.876000', '184302.879000', '184302.882000', '184302.884000', '184302.887000', '184302.890000', '184302.893000', '184302.896000', '184302.898000', '184302.901000', '184302.904000', '184302.906000', '184302.909000', '184302.911000', '184302.914000', '184302.920000', '184302.922000', '184302.925000', '184302.927000', '184302.930000', '184302.933000', '184302.936000', '184302.938000', '184302.941000', '184302.943000', '184302.946000', '184322.783000', '184322.786000', '184322.789000', '184322.791000', '184322.794000', '184322.797000', '184322.799000', '184322.802000', '184322.805000', '184322.807000', '184322.810000', '184322.812000', '184322.815000', '184322.817000', '184322.820000', '184322.823000', '184322.825000', '184322.828000', '184322.831000', '184322.833000', '184322.836000', '184322.839000', '184322.841000', '184322.844000', '184322.846000', '184322.849000', '184322.851000', '184322.854000', '184322.857000', '184322.859000', '184322.862000', '184322.864000', '184322.872000', '184322.874000', '184322.877000', '184322.879000', '184322.882000', '184322.885000', '184322.887000', '184322.890000', '184322.892000', '184322.895000', '184322.898000', '184322.900000', '184342.783000', '184342.786000', '184342.789000', '184342.792000', '184342.794000', '184342.797000', '184342.799000', '184342.802000', '184342.805000', '184342.807000', '184342.818000', '184342.821000', '184342.824000', '184342.826000', '184342.829000', '184342.831000', '184342.834000', '184342.843000', '184342.845000', '184342.848000', '184342.850000', '184342.853000', '184342.856000', '184342.858000', '184342.861000', '184342.863000', '184342.866000', '184342.868000', '184342.871000', '184342.874000', '184342.876000', '184342.879000', '184342.881000', '184342.884000', '184342.887000', '184342.889000', '184342.892000', '184342.894000', '184342.897000', '184342.900000', '184342.903000', '184342.906000', '184342.908000', '184402.785000', '184402.787000', '184402.797000', '184402.800000', '184402.803000', '184402.805000', '184402.808000', '184402.810000', '184402.813000', '184402.815000', '184402.818000', '184402.821000', '184402.823000', '184402.826000', '184402.828000', '184402.831000', '184402.833000', '184402.836000', '184402.839000', '184402.841000', '184402.844000', '184402.846000', '184402.849000', '184402.851000', '184402.854000', '184402.856000', '184402.859000', '184402.861000', '184402.864000', '184402.867000', '184402.869000', '184402.872000', '184402.874000', '184402.877000', '184402.880000', '184402.882000', '184402.885000', '184402.887000', '184402.890000', '184402.892000', '184402.895000', '184402.898000', '184402.900000', '184402.903000', '184422.784000', '184422.787000', '184422.790000', '184422.793000', '184422.795000', '184422.798000', '184422.800000', '184422.803000', '184422.806000', '184422.808000', '184422.811000', '184422.813000', '184422.816000', '184422.819000', '184422.821000', '184422.834000', '184422.836000', '184422.839000', '184422.841000', '184422.844000', '184422.847000', '184422.849000', '184422.852000', '184422.855000', '184422.858000', '184422.861000', '184422.863000', '184422.866000', '184422.869000', '184422.871000', '184422.874000', '184422.877000', '184422.879000', '184422.882000', '184422.884000', '184422.887000', '184422.890000', '184422.892000', '184422.895000', '184422.897000', '184422.900000', '184422.902000', '184422.905000', '184442.783000', '184442.786000', '184442.789000', '184442.791000', '184442.794000', '184442.797000', '184442.799000', '184442.802000', '184442.805000', '184442.807000', '184442.810000', '184442.812000', '184442.815000', '184442.817000', '184442.820000', '184442.823000', '184442.825000', '184442.828000', '184442.830000', '184442.833000', '184442.836000', '184442.846000', '184442.848000', '184442.851000', '184442.854000', '184442.856000', '184442.859000', '184442.861000', '184442.864000', '184442.867000', '184442.869000', '184442.872000', '184442.875000', '184442.877000', '184442.880000', '184442.882000', '184442.885000', '184442.888000', '184442.891000', '184442.893000', '184442.896000', '184442.898000', '184442.901000', '184442.904000', '184502.784000', '184502.786000', '184502.789000', '184502.792000', '184502.794000', '184502.797000', '184502.799000', '184502.802000', '184502.805000', '184502.807000', '184502.810000', '184502.813000', '184502.815000', '184502.818000', '184502.820000', '184502.823000', '184502.826000', '184502.828000', '184502.831000', '184502.833000', '184502.836000', '184502.838000', '184502.841000', '184502.843000', '184502.846000', '184502.849000', '184502.851000', '184502.854000', '184502.857000', '184502.859000', '184502.862000', '184502.864000', '184502.867000', '184502.869000', '184502.872000', '184502.875000', '184502.877000', '184502.880000', '184502.882000', '184502.885000', '184502.888000', '184502.890000', '184502.893000', '184522.784000', '184522.786000', '184522.789000', '184522.792000', '184522.794000', '184522.797000', '184522.799000', '184522.802000', '184522.805000', '184522.807000', '184522.810000', '184522.813000', '184522.815000', '184522.826000', '184522.828000', '184522.831000', '184522.834000', '184522.836000', '184522.839000', '184522.841000', '184522.844000', '184522.846000', '184522.849000', '184522.852000', '184522.854000', '184522.857000', '184522.859000', '184522.862000', '184522.865000', '184522.867000', '184522.870000', '184522.872000', '184522.875000', '184522.878000', '184522.880000', '184522.883000', '184522.885000', '184522.888000', '184522.891000', '184522.893000', '184522.896000', '184522.898000', '184522.901000', '184522.904000', '184542.783000', '184542.786000', '184542.789000', '184542.792000', '184542.794000', '184542.797000', '184542.800000', '184542.802000', '184542.805000', '184542.807000', '184542.810000', '184542.813000', '184542.815000', '184542.818000', '184542.821000', '184542.823000', '184542.826000', '184542.828000', '184542.831000', '184542.834000', '184542.836000', '184542.839000', '184542.841000', '184542.844000', '184542.846000', '184542.849000', '184542.852000', '184542.854000', '184542.857000', '184542.860000', '184542.862000', '184542.865000', '184542.867000', '184542.870000', '184542.873000', '184542.875000', '184542.878000', '184542.880000', '184542.883000', '184542.885000', '184542.888000', '184542.891000', '184542.893000', '184602.783000', '184602.786000', '184602.789000', '184602.792000', '184602.794000', '184602.797000', '184602.799000', '184602.802000', '184602.805000', '184602.807000', '184602.810000', '184602.812000', '184602.815000', '184602.818000', '184602.820000', '184602.823000', '184602.825000', '184602.828000', '184602.831000', '184602.833000', '184602.836000', '184602.843000', '184602.846000', '184602.849000', '184602.851000', '184602.854000', '184602.856000', '184602.859000', '184602.861000', '184602.864000', '184602.867000', '184602.869000', '184602.872000', '184602.874000', '184602.877000', '184602.879000', '184602.882000', '184602.885000', '184602.887000', '184602.890000', '184602.892000', '184602.895000', '184602.897000', '184602.900000', '184622.784000', '184622.787000', '184622.790000', '184622.792000', '184622.795000', '184622.798000', '184622.801000', '184622.803000', '184622.806000', '184622.808000', '184622.811000', '184622.814000', '184622.816000', '184622.819000', '184622.822000', '184622.824000', '184622.827000', '184622.829000', '184622.832000', '184622.834000', '184622.837000', '184622.840000', '184622.842000', '184622.845000', '184622.847000', '184622.850000', '184622.853000', '184622.855000', '184622.858000', '184622.860000', '184622.863000', '184622.865000', '184622.868000', '184622.871000', '184622.873000', '184622.876000', '184622.878000', '184622.881000', '184622.884000', '184622.886000', '184622.889000', '184622.891000', '184622.894000', '184642.785000', '184642.787000', '184642.790000', '184642.793000', '184642.795000', '184642.798000', '184642.801000', '184642.803000', '184642.806000', '184642.808000', '184642.811000', '184642.814000', '184642.816000', '184642.819000', '184642.822000', '184642.824000', '184642.827000', '184642.830000', '184642.832000', '184642.835000', '184642.837000', '184642.840000', '184642.843000', '184642.845000', '184642.848000', '184642.851000', '184642.853000', '184642.856000', '184642.859000', '184642.861000', '184642.864000', '184642.866000', '184642.869000', '184642.872000', '184642.874000', '184642.877000', '184642.879000', '184642.910000', '184642.925000', '184642.928000', '184642.930000', '184642.933000', '184642.936000', '184642.938000', '184702.783000', '184702.786000', '184702.789000', '184702.792000', '184702.794000', '184702.797000', '184702.799000', '184702.802000', '184702.805000', '184702.807000', '184702.810000', '184702.812000', '184702.815000', '184702.818000', '184702.820000', '184702.823000', '184702.825000', '184702.828000', '184702.831000', '184702.833000', '184702.836000', '184702.838000', '184702.841000', '184702.843000', '184702.846000', '184702.849000', '184702.851000', '184702.854000', '184702.856000', '184702.859000', '184702.862000', '184702.864000', '184702.867000', '184702.869000', '184702.872000', '184702.875000', '184702.877000', '184702.880000', '184702.883000', '184702.885000', '184702.888000', '184702.890000', '184702.893000', '184722.783000', '184722.786000', '184722.789000', '184722.791000', '184722.794000', '184722.797000', '184722.799000', '184722.802000', '184722.805000', '184722.807000', '184722.810000', '184722.812000', '184722.815000', '184722.818000', '184722.820000', '184722.823000', '184722.825000', '184722.828000', '184722.831000', '184722.833000', '184722.836000', '184722.838000', '184722.841000', '184722.844000', '184722.846000', '184722.857000', '184722.860000', '184722.862000', '184722.865000', '184722.867000', '184722.870000', '184722.872000', '184722.875000', '184722.878000', '184722.880000', '184722.883000', '184722.886000', '184722.888000', '184722.891000', '184722.893000', '184722.896000', '184722.898000', '184722.901000', '184722.904000', '184742.784000', '184742.787000', '184742.789000', '184742.792000', '184742.794000', '184742.797000', '184742.800000', '184742.802000', '184742.805000', '184742.807000', '184742.810000', '184742.813000', '184742.815000', '184742.818000', '184742.820000', '184742.823000', '184742.826000', '184742.828000', '184742.831000', '184742.833000', '184742.836000', '184742.839000', '184742.841000', '184742.844000', '184742.846000', '184742.849000', '184742.852000', '184742.854000', '184742.857000', '184742.859000', '184742.862000', '184742.865000', '184742.867000', '184742.870000', '184742.872000', '184742.875000', '184742.878000', '184742.880000', '184742.883000', '184742.885000', '184742.888000', '184742.891000', '184742.893000', '184802.784000', '184802.786000', '184802.789000', '184802.792000', '184802.794000', '184802.797000', '184802.800000', '184802.803000', '184802.806000', '184802.808000', '184802.811000', '184802.813000', '184802.816000', '184802.819000', '184802.821000', '184802.824000', '184802.826000', '184802.829000', '184802.832000', '184802.834000', '184802.837000', '184802.839000', '184802.842000', '184802.845000', '184802.847000', '184802.850000', '184802.853000', '184802.855000', '184802.858000', '184802.861000', '184802.863000', '184802.866000', '184802.869000', '184802.873000', '184802.875000', '184802.878000', '184802.881000', '184802.883000', '184802.886000', '184802.889000', '184802.891000', '184802.894000', '184802.896000', '184822.783000', '184822.786000', '184822.789000', '184822.792000', '184822.794000', '184822.797000', '184822.824000', '184822.826000', '184822.829000', '184822.832000', '184822.834000', '184822.837000', '184822.839000', '184822.842000', '184822.845000', '184822.847000', '184822.850000', '184822.852000', '184822.855000', '184822.858000', '184822.860000', '184822.865000', '184822.867000', '184822.870000', '184822.872000', '184822.875000', '184822.878000', '184822.880000', '184822.883000', '184822.885000', '184822.888000', '184822.891000', '184822.893000', '184822.896000', '184822.898000', '184822.901000', '184822.904000', '184822.906000', '184822.909000', '184822.911000', '184822.914000', '184822.917000', '184822.919000', '184822.922000', '184842.785000', '184842.788000', '184842.790000', '184842.793000', '184842.796000', '184842.798000', '184842.801000', '184842.803000', '184842.806000', '184842.809000', '184842.811000', '184842.814000', '184842.816000', '184842.819000', '184842.821000', '184842.824000', '184842.827000', '184842.829000', '184842.832000', '184842.834000', '184842.837000', '184842.840000', '184842.842000', '184842.845000', '184842.847000', '184842.850000', '184842.853000', '184842.855000', '184842.858000', '184842.860000', '184842.863000', '184842.865000', '184842.868000', '184842.871000', '184842.873000', '184842.876000', '184842.878000', '184842.881000', '184842.884000', '184842.886000', '184842.889000', '184842.891000', '184842.894000', '184902.784000', '184902.787000', '184902.790000', '184902.792000', '184902.795000', '184902.798000', '184902.800000', '184902.803000', '184902.806000', '184902.808000', '184902.811000', '184902.813000', '184902.816000', '184902.818000', '184902.821000', '184902.824000', '184902.826000', '184902.829000', '184902.831000', '184902.834000', '184902.836000', '184902.839000', '184902.842000', '184902.844000', '184902.847000', '184902.849000', '184902.852000', '184902.854000', '184902.857000', '184902.860000', '184902.862000', '184902.865000', '184902.867000', '184902.870000', '184902.873000', '184902.875000', '184902.878000', '184902.880000', '184902.883000', '184902.886000', '184902.888000', '184902.891000', '184902.894000', '184902.896000', '184922.784000', '184922.786000', '184922.789000', '184922.792000', '184922.794000', '184922.797000', '184922.800000', '184922.802000', '184922.805000', '184922.808000', '184922.810000', '184922.813000', '184922.816000', '184922.818000', '184922.821000', '184922.823000', '184922.826000', '184922.829000', '184922.831000', '184922.834000', '184922.837000', '184922.840000', '184922.842000', '184922.845000', '184922.847000', '184922.850000', '184922.853000', '184922.855000', '184922.858000', '184922.861000', '184922.863000', '184922.866000', '184922.868000', '184922.871000', '184922.874000', '184922.876000', '184922.879000', '184922.882000', '184922.884000', '184922.887000', '184922.889000', '184922.892000', '184922.895000', '184942.783000', '184942.786000', '184942.789000', '184942.791000', '184942.794000', '184942.797000', '184942.799000', '184942.802000', '184942.805000', '184942.807000', '184942.810000', '184942.812000', '184942.815000', '184942.817000', '184942.820000', '184942.823000', '184942.834000', '184942.837000', '184942.839000', '184942.842000', '184942.844000', '184942.847000', '184942.850000', '184942.852000', '184942.855000', '184942.857000', '184942.860000', '184942.863000', '184942.865000', '184942.868000', '184942.870000', '184942.873000', '184942.876000', '184942.878000', '184942.881000', '184942.883000', '184942.886000', '184942.888000', '184942.891000', '184942.894000', '184942.896000', '184942.899000', '184942.902000', '184942.904000', '185002.784000', '185002.787000', '185002.789000', '185002.792000', '185002.794000', '185002.797000', '185002.799000', '185002.802000', '185002.805000', '185002.807000', '185002.810000', '185002.812000', '185002.815000', '185002.818000', '185002.822000', '185002.824000', '185002.827000', '185002.830000', '185002.832000', '185002.835000', '185002.838000', '185002.840000', '185002.843000', '185002.845000', '185002.848000', '185002.850000', '185002.853000', '185002.856000', '185002.858000', '185002.861000', '185002.863000', '185002.866000', '185002.869000', '185002.871000', '185002.874000', '185002.876000', '185002.879000', '185002.882000', '185002.884000', '185002.887000', '185002.889000', '185002.892000', '185002.895000', '185022.784000', '185022.786000', '185022.789000', '185022.792000', '185022.794000', '185022.797000', '185022.799000', '185022.802000', '185022.805000', '185022.807000', '185022.810000', '185022.812000', '185022.815000', '185022.818000', '185022.820000', '185022.823000', '185022.825000', '185022.828000', '185022.830000', '185022.833000', '185022.836000', '185022.838000', '185022.841000', '185022.843000', '185022.846000', '185022.849000', '185022.851000', '185022.854000', '185022.856000', '185022.859000', '185022.861000', '185022.864000', '185022.867000', '185022.869000', '185022.872000', '185022.874000', '185022.877000', '185022.879000', '185022.882000', '185022.885000', '185022.887000', '185022.890000', '185022.892000', '185022.895000', '185042.783000', '185042.786000', '185042.789000', '185042.792000', '185042.794000', '185042.797000', '185042.799000', '185042.802000', '185042.805000', '185042.807000', '185042.810000', '185042.812000', '185042.835000', '185042.838000', '185042.840000', '185042.843000', '185042.846000', '185042.848000', '185042.851000', '185042.853000', '185042.857000', '185042.860000', '185042.863000', '185042.865000', '185042.868000', '185042.871000', '185042.873000', '185042.876000', '185042.879000', '185042.882000', '185042.884000', '185042.887000', '185042.890000', '185042.892000', '185042.895000', '185042.897000', '185042.900000', '185042.903000', '185042.905000', '185042.908000', '185042.910000', '185042.913000', '185042.916000', '185052.521000', '185052.524000', '185052.526000', '185052.529000', '185052.532000', '185052.535000', '185052.537000', '185052.540000', '185052.543000', '185052.545000', '185052.549000', '185052.552000', '185052.555000', '185052.558000', '185052.561000', '185052.564000', '185052.567000', '185052.569000', '185052.572000', '185052.577000', '185052.581000', '185052.584000'], 'InstanceCreationTime': ['184302.810000', '184302.814000', '184302.816000', '184302.819000', '184302.822000', '184302.824000', '184302.827000', '184302.829000', '184302.832000', '184302.834000', '184302.837000', '184302.840000', '184302.842000', '184302.845000', '184302.847000', '184302.850000', '184302.852000', '184302.855000', '184302.858000', '184302.860000', '184302.863000', '184302.865000', '184302.868000', '184302.870000', '184302.873000', '184302.876000', '184302.879000', '184302.882000', '184302.884000', '184302.887000', '184302.890000', '184302.893000', '184302.896000', '184302.898000', '184302.901000', '184302.904000', '184302.906000', '184302.909000', '184302.911000', '184302.914000', '184302.920000', '184302.922000', '184302.925000', '184302.927000', '184302.930000', '184302.933000', '184302.936000', '184302.938000', '184302.941000', '184302.943000', '184302.946000', '184322.783000', '184322.786000', '184322.789000', '184322.791000', '184322.794000', '184322.797000', '184322.799000', '184322.802000', '184322.805000', '184322.807000', '184322.810000', '184322.812000', '184322.815000', '184322.817000', '184322.820000', '184322.823000', '184322.825000', '184322.828000', '184322.831000', '184322.833000', '184322.836000', '184322.839000', '184322.841000', '184322.844000', '184322.846000', '184322.849000', '184322.851000', '184322.854000', '184322.857000', '184322.859000', '184322.862000', '184322.864000', '184322.872000', '184322.874000', '184322.877000', '184322.879000', '184322.882000', '184322.885000', '184322.887000', '184322.890000', '184322.892000', '184322.895000', '184322.898000', '184322.900000', '184342.783000', '184342.786000', '184342.789000', '184342.792000', '184342.794000', '184342.797000', '184342.799000', '184342.802000', '184342.805000', '184342.807000', '184342.818000', '184342.821000', '184342.824000', '184342.826000', '184342.829000', '184342.831000', '184342.834000', '184342.843000', '184342.845000', '184342.848000', '184342.850000', '184342.853000', '184342.856000', '184342.858000', '184342.861000', '184342.863000', '184342.866000', '184342.868000', '184342.871000', '184342.874000', '184342.876000', '184342.879000', '184342.881000', '184342.884000', '184342.887000', '184342.889000', '184342.892000', '184342.894000', '184342.897000', '184342.900000', '184342.903000', '184342.906000', '184342.908000', '184402.785000', '184402.787000', '184402.797000', '184402.800000', '184402.803000', '184402.805000', '184402.808000', '184402.810000', '184402.813000', '184402.815000', '184402.818000', '184402.821000', '184402.823000', '184402.826000', '184402.828000', '184402.831000', '184402.833000', '184402.836000', '184402.839000', '184402.841000', '184402.844000', '184402.846000', '184402.849000', '184402.851000', '184402.854000', '184402.856000', '184402.859000', '184402.861000', '184402.864000', '184402.867000', '184402.869000', '184402.872000', '184402.874000', '184402.877000', '184402.880000', '184402.882000', '184402.885000', '184402.887000', '184402.890000', '184402.892000', '184402.895000', '184402.898000', '184402.900000', '184402.903000', '184422.784000', '184422.787000', '184422.790000', '184422.793000', '184422.795000', '184422.798000', '184422.800000', '184422.803000', '184422.806000', '184422.808000', '184422.811000', '184422.813000', '184422.816000', '184422.819000', '184422.821000', '184422.834000', '184422.836000', '184422.839000', '184422.841000', '184422.844000', '184422.847000', '184422.849000', '184422.852000', '184422.855000', '184422.858000', '184422.861000', '184422.863000', '184422.866000', '184422.869000', '184422.871000', '184422.874000', '184422.877000', '184422.879000', '184422.882000', '184422.884000', '184422.887000', '184422.890000', '184422.892000', '184422.895000', '184422.897000', '184422.900000', '184422.902000', '184422.905000', '184442.783000', '184442.786000', '184442.789000', '184442.791000', '184442.794000', '184442.797000', '184442.799000', '184442.802000', '184442.805000', '184442.807000', '184442.810000', '184442.812000', '184442.815000', '184442.817000', '184442.820000', '184442.823000', '184442.825000', '184442.828000', '184442.830000', '184442.833000', '184442.836000', '184442.846000', '184442.848000', '184442.851000', '184442.854000', '184442.856000', '184442.859000', '184442.861000', '184442.864000', '184442.867000', '184442.869000', '184442.872000', '184442.875000', '184442.877000', '184442.880000', '184442.882000', '184442.885000', '184442.888000', '184442.891000', '184442.893000', '184442.896000', '184442.898000', '184442.901000', '184442.904000', '184502.784000', '184502.786000', '184502.789000', '184502.792000', '184502.794000', '184502.797000', '184502.799000', '184502.802000', '184502.805000', '184502.807000', '184502.810000', '184502.813000', '184502.815000', '184502.818000', '184502.820000', '184502.823000', '184502.826000', '184502.828000', '184502.831000', '184502.833000', '184502.836000', '184502.838000', '184502.841000', '184502.843000', '184502.846000', '184502.849000', '184502.851000', '184502.854000', '184502.857000', '184502.859000', '184502.862000', '184502.864000', '184502.867000', '184502.869000', '184502.872000', '184502.875000', '184502.877000', '184502.880000', '184502.882000', '184502.885000', '184502.888000', '184502.890000', '184502.893000', '184522.784000', '184522.786000', '184522.789000', '184522.792000', '184522.794000', '184522.797000', '184522.799000', '184522.802000', '184522.805000', '184522.807000', '184522.810000', '184522.813000', '184522.815000', '184522.826000', '184522.828000', '184522.831000', '184522.834000', '184522.836000', '184522.839000', '184522.841000', '184522.844000', '184522.846000', '184522.849000', '184522.852000', '184522.854000', '184522.857000', '184522.859000', '184522.862000', '184522.865000', '184522.867000', '184522.870000', '184522.872000', '184522.875000', '184522.878000', '184522.880000', '184522.883000', '184522.885000', '184522.888000', '184522.891000', '184522.893000', '184522.896000', '184522.898000', '184522.901000', '184522.904000', '184542.783000', '184542.786000', '184542.789000', '184542.792000', '184542.794000', '184542.797000', '184542.800000', '184542.802000', '184542.805000', '184542.807000', '184542.810000', '184542.813000', '184542.815000', '184542.818000', '184542.821000', '184542.823000', '184542.826000', '184542.828000', '184542.831000', '184542.834000', '184542.836000', '184542.839000', '184542.841000', '184542.844000', '184542.846000', '184542.849000', '184542.852000', '184542.854000', '184542.857000', '184542.860000', '184542.862000', '184542.865000', '184542.867000', '184542.870000', '184542.873000', '184542.875000', '184542.878000', '184542.880000', '184542.883000', '184542.885000', '184542.888000', '184542.891000', '184542.893000', '184602.783000', '184602.786000', '184602.789000', '184602.792000', '184602.794000', '184602.797000', '184602.799000', '184602.802000', '184602.805000', '184602.807000', '184602.810000', '184602.812000', '184602.815000', '184602.818000', '184602.820000', '184602.823000', '184602.825000', '184602.828000', '184602.831000', '184602.833000', '184602.836000', '184602.843000', '184602.846000', '184602.849000', '184602.851000', '184602.854000', '184602.856000', '184602.859000', '184602.861000', '184602.864000', '184602.867000', '184602.869000', '184602.872000', '184602.874000', '184602.877000', '184602.879000', '184602.882000', '184602.885000', '184602.887000', '184602.890000', '184602.892000', '184602.895000', '184602.897000', '184602.900000', '184622.784000', '184622.787000', '184622.790000', '184622.792000', '184622.795000', '184622.798000', '184622.801000', '184622.803000', '184622.806000', '184622.808000', '184622.811000', '184622.814000', '184622.816000', '184622.819000', '184622.822000', '184622.824000', '184622.827000', '184622.829000', '184622.832000', '184622.834000', '184622.837000', '184622.840000', '184622.842000', '184622.845000', '184622.847000', '184622.850000', '184622.853000', '184622.855000', '184622.858000', '184622.860000', '184622.863000', '184622.865000', '184622.868000', '184622.871000', '184622.873000', '184622.876000', '184622.878000', '184622.881000', '184622.884000', '184622.886000', '184622.889000', '184622.891000', '184622.894000', '184642.785000', '184642.787000', '184642.790000', '184642.793000', '184642.795000', '184642.798000', '184642.801000', '184642.803000', '184642.806000', '184642.808000', '184642.811000', '184642.814000', '184642.816000', '184642.819000', '184642.822000', '184642.824000', '184642.827000', '184642.830000', '184642.832000', '184642.835000', '184642.837000', '184642.840000', '184642.843000', '184642.845000', '184642.848000', '184642.851000', '184642.853000', '184642.856000', '184642.859000', '184642.861000', '184642.864000', '184642.866000', '184642.869000', '184642.872000', '184642.874000', '184642.877000', '184642.879000', '184642.910000', '184642.925000', '184642.928000', '184642.930000', '184642.933000', '184642.936000', '184642.938000', '184702.783000', '184702.786000', '184702.789000', '184702.792000', '184702.794000', '184702.797000', '184702.799000', '184702.802000', '184702.805000', '184702.807000', '184702.810000', '184702.812000', '184702.815000', '184702.818000', '184702.820000', '184702.823000', '184702.825000', '184702.828000', '184702.831000', '184702.833000', '184702.836000', '184702.838000', '184702.841000', '184702.843000', '184702.846000', '184702.849000', '184702.851000', '184702.854000', '184702.856000', '184702.859000', '184702.862000', '184702.864000', '184702.867000', '184702.869000', '184702.872000', '184702.875000', '184702.877000', '184702.880000', '184702.883000', '184702.885000', '184702.888000', '184702.890000', '184702.893000', '184722.783000', '184722.786000', '184722.789000', '184722.791000', '184722.794000', '184722.797000', '184722.799000', '184722.802000', '184722.805000', '184722.807000', '184722.810000', '184722.812000', '184722.815000', '184722.818000', '184722.820000', '184722.823000', '184722.825000', '184722.828000', '184722.831000', '184722.833000', '184722.836000', '184722.838000', '184722.841000', '184722.844000', '184722.846000', '184722.857000', '184722.860000', '184722.862000', '184722.865000', '184722.867000', '184722.870000', '184722.872000', '184722.875000', '184722.878000', '184722.880000', '184722.883000', '184722.886000', '184722.888000', '184722.891000', '184722.893000', '184722.896000', '184722.898000', '184722.901000', '184722.904000', '184742.784000', '184742.787000', '184742.789000', '184742.792000', '184742.794000', '184742.797000', '184742.800000', '184742.802000', '184742.805000', '184742.807000', '184742.810000', '184742.813000', '184742.815000', '184742.818000', '184742.820000', '184742.823000', '184742.826000', '184742.828000', '184742.831000', '184742.833000', '184742.836000', '184742.839000', '184742.841000', '184742.844000', '184742.846000', '184742.849000', '184742.852000', '184742.854000', '184742.857000', '184742.859000', '184742.862000', '184742.865000', '184742.867000', '184742.870000', '184742.872000', '184742.875000', '184742.878000', '184742.880000', '184742.883000', '184742.885000', '184742.888000', '184742.891000', '184742.893000', '184802.784000', '184802.786000', '184802.789000', '184802.792000', '184802.794000', '184802.797000', '184802.800000', '184802.803000', '184802.806000', '184802.808000', '184802.811000', '184802.813000', '184802.816000', '184802.819000', '184802.821000', '184802.824000', '184802.826000', '184802.829000', '184802.832000', '184802.834000', '184802.837000', '184802.839000', '184802.842000', '184802.845000', '184802.847000', '184802.850000', '184802.853000', '184802.855000', '184802.858000', '184802.861000', '184802.863000', '184802.866000', '184802.869000', '184802.873000', '184802.875000', '184802.878000', '184802.881000', '184802.883000', '184802.886000', '184802.889000', '184802.891000', '184802.894000', '184802.896000', '184822.783000', '184822.786000', '184822.789000', '184822.792000', '184822.794000', '184822.797000', '184822.824000', '184822.826000', '184822.829000', '184822.832000', '184822.834000', '184822.837000', '184822.839000', '184822.842000', '184822.845000', '184822.847000', '184822.850000', '184822.852000', '184822.855000', '184822.858000', '184822.860000', '184822.865000', '184822.867000', '184822.870000', '184822.872000', '184822.875000', '184822.878000', '184822.880000', '184822.883000', '184822.885000', '184822.888000', '184822.891000', '184822.893000', '184822.896000', '184822.898000', '184822.901000', '184822.904000', '184822.906000', '184822.909000', '184822.911000', '184822.914000', '184822.917000', '184822.919000', '184822.922000', '184842.785000', '184842.788000', '184842.790000', '184842.793000', '184842.796000', '184842.798000', '184842.801000', '184842.803000', '184842.806000', '184842.809000', '184842.811000', '184842.814000', '184842.816000', '184842.819000', '184842.821000', '184842.824000', '184842.827000', '184842.829000', '184842.832000', '184842.834000', '184842.837000', '184842.840000', '184842.842000', '184842.845000', '184842.847000', '184842.850000', '184842.853000', '184842.855000', '184842.858000', '184842.860000', '184842.863000', '184842.865000', '184842.868000', '184842.871000', '184842.873000', '184842.876000', '184842.878000', '184842.881000', '184842.884000', '184842.886000', '184842.889000', '184842.891000', '184842.894000', '184902.784000', '184902.787000', '184902.790000', '184902.792000', '184902.795000', '184902.798000', '184902.800000', '184902.803000', '184902.806000', '184902.808000', '184902.811000', '184902.813000', '184902.816000', '184902.818000', '184902.821000', '184902.824000', '184902.826000', '184902.829000', '184902.831000', '184902.834000', '184902.836000', '184902.839000', '184902.842000', '184902.844000', '184902.847000', '184902.849000', '184902.852000', '184902.854000', '184902.857000', '184902.860000', '184902.862000', '184902.865000', '184902.867000', '184902.870000', '184902.873000', '184902.875000', '184902.878000', '184902.880000', '184902.883000', '184902.886000', '184902.888000', '184902.891000', '184902.894000', '184902.896000', '184922.784000', '184922.786000', '184922.789000', '184922.792000', '184922.794000', '184922.797000', '184922.800000', '184922.802000', '184922.805000', '184922.808000', '184922.810000', '184922.813000', '184922.816000', '184922.818000', '184922.821000', '184922.823000', '184922.826000', '184922.829000', '184922.831000', '184922.834000', '184922.837000', '184922.840000', '184922.842000', '184922.845000', '184922.847000', '184922.850000', '184922.853000', '184922.855000', '184922.858000', '184922.861000', '184922.863000', '184922.866000', '184922.868000', '184922.871000', '184922.874000', '184922.876000', '184922.879000', '184922.882000', '184922.884000', '184922.887000', '184922.889000', '184922.892000', '184922.895000', '184942.783000', '184942.786000', '184942.789000', '184942.791000', '184942.794000', '184942.797000', '184942.799000', '184942.802000', '184942.805000', '184942.807000', '184942.810000', '184942.812000', '184942.815000', '184942.817000', '184942.820000', '184942.823000', '184942.834000', '184942.837000', '184942.839000', '184942.842000', '184942.844000', '184942.847000', '184942.850000', '184942.852000', '184942.855000', '184942.857000', '184942.860000', '184942.863000', '184942.865000', '184942.868000', '184942.870000', '184942.873000', '184942.876000', '184942.878000', '184942.881000', '184942.883000', '184942.886000', '184942.888000', '184942.891000', '184942.894000', '184942.896000', '184942.899000', '184942.902000', '184942.904000', '185002.784000', '185002.787000', '185002.789000', '185002.792000', '185002.794000', '185002.797000', '185002.799000', '185002.802000', '185002.805000', '185002.807000', '185002.810000', '185002.812000', '185002.815000', '185002.818000', '185002.822000', '185002.824000', '185002.827000', '185002.830000', '185002.832000', '185002.835000', '185002.838000', '185002.840000', '185002.843000', '185002.845000', '185002.848000', '185002.850000', '185002.853000', '185002.856000', '185002.858000', '185002.861000', '185002.863000', '185002.866000', '185002.869000', '185002.871000', '185002.874000', '185002.876000', '185002.879000', '185002.882000', '185002.884000', '185002.887000', '185002.889000', '185002.892000', '185002.895000', '185022.784000', '185022.786000', '185022.789000', '185022.792000', '185022.794000', '185022.797000', '185022.799000', '185022.802000', '185022.805000', '185022.807000', '185022.810000', '185022.812000', '185022.815000', '185022.818000', '185022.820000', '185022.823000', '185022.825000', '185022.828000', '185022.830000', '185022.833000', '185022.836000', '185022.838000', '185022.841000', '185022.843000', '185022.846000', '185022.849000', '185022.851000', '185022.854000', '185022.856000', '185022.859000', '185022.861000', '185022.864000', '185022.867000', '185022.869000', '185022.872000', '185022.874000', '185022.877000', '185022.879000', '185022.882000', '185022.885000', '185022.887000', '185022.890000', '185022.892000', '185022.895000', '185042.783000', '185042.786000', '185042.789000', '185042.792000', '185042.794000', '185042.797000', '185042.799000', '185042.802000', '185042.805000', '185042.807000', '185042.810000', '185042.812000', '185042.835000', '185042.838000', '185042.840000', '185042.843000', '185042.846000', '185042.848000', '185042.851000', '185042.853000', '185042.857000', '185042.860000', '185042.863000', '185042.865000', '185042.868000', '185042.871000', '185042.873000', '185042.876000', '185042.879000', '185042.882000', '185042.884000', '185042.887000', '185042.890000', '185042.892000', '185042.895000', '185042.897000', '185042.900000', '185042.903000', '185042.905000', '185042.908000', '185042.910000', '185042.913000', '185042.916000', '185052.521000', '185052.524000', '185052.526000', '185052.529000', '185052.532000', '185052.535000', '185052.537000', '185052.540000', '185052.543000', '185052.545000', '185052.549000', '185052.552000', '185052.555000', '185052.558000', '185052.561000', '185052.564000', '185052.567000', '185052.569000', '185052.572000', '185052.577000', '185052.581000', '185052.584000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [15014, 8376, 11190, 8554, 8277, 8279, 8480, 16277, 8116, 9994, 7914, 8766, 7632, 8339, 12916, 7727, 8805, 7845, 7932, 8379, 8116, 11582, 7745, 9358, 7832, 8181, 7551, 7996, 10032, 7463, 9797, 7978, 8034, 7753, 8378, 11727, 7417, 10089, 7853, 7994, 7714, 7928, 12089, 7592, 8782, 7524, 8227, 11178, 7391, 9884, 7813, 7958, 8913, 7544, 10213, 7827, 8215, 7741, 8167, 12027, 7313, 9803, 8071, 7745, 7457, 7839, 11374, 7664, 8529, 7572, 8044, 11730, 7593, 8722, 9061, 8309, 9826, 7392, 10074, 8106, 7992, 14060, 7596, 9874, 7566, 8144, 11078, 7563, 9844, 7518, 8142, 10446, 7986, 11123, 7562, 8999, 8005, 8420, 11803, 7560, 10018, 7739, 8244, 10300, 7984, 10723, 7964, 8468, 7471, 8246, 12960, 7566, 8805, 8159, 8457, 7459, 8311, 11285, 8041, 8859, 8205, 8390, 8919, 8201, 11147, 7698, 8262, 7749, 7815, 10873, 7419, 9113, 7680, 8365, 7938, 7996, 11134, 7498, 10301, 8048, 9996, 7711, 8480, 7339, 8693, 8215, 7650, 8631, 15615, 7632, 11971, 8813, 8758, 9437, 7831, 10304, 7800, 8047, 10182, 7801, 9253, 7461, 7528, 8539, 7777, 8981, 8198, 9455, 13737, 8697, 8769, 7948, 7998, 13800, 7709, 9803, 8090, 8261, 7483, 8035, 11741, 7659, 9056, 8079, 8317, 7674, 8691, 10447, 7958, 11112, 7736, 9449, 7315, 8407, 8399, 8797, 7713, 8585, 8442, 9138, 8554, 12029, 9981, 8421, 12752, 8114, 11791, 7859, 9278, 9306, 8663, 13757, 8042, 11176, 8510, 8416, 7932, 7740, 7960, 8424, 8905, 8251, 9447, 8346, 8705, 8504, 8617, 13667, 8081, 10560, 8148, 8501, 12751, 8109, 8976, 8006, 8358, 7650, 8685, 7701, 8129, 11442, 7725, 8907, 8624, 8825, 7986, 8297, 8679, 8488, 11537, 7420, 9831, 7939, 8277, 8085, 8423, 11124, 7655, 9924, 7611, 8418, 8443, 8413, 8513, 7373, 10036, 7533, 8304, 8717, 8365, 8587, 7604, 10591, 7117, 8315, 8127, 8686, 7861, 7939, 11686, 7180, 9237, 9064, 8284, 13797, 7331, 9744, 7603, 8327, 13456, 7398, 8633, 7236, 8176, 13289, 7111, 9231, 8019, 8369, 8990, 7583, 9609, 7793, 8370, 12500, 7610, 9005, 7209, 8240, 10450, 7389, 9544, 7967, 8266, 6885, 7917, 11820, 7497, 8434, 9424, 8307, 10219, 7399, 8446, 9327, 8048, 10828, 7537, 8230, 7287, 8169, 11468, 7585, 8759, 8480, 8305, 10749, 7227, 8621, 9611, 8506, 8209, 7697, 9977, 7195, 8587, 11199, 7842, 9717, 7259, 8399, 10973, 7564, 9859, 7966, 8368, 9027, 7722, 10288, 7446, 8361, 12630, 7724, 9982, 7038, 8197, 10681, 7545, 9256, 7705, 8310, 9849, 7245, 9173, 7415, 8015, 11838, 7543, 8933, 7299, 7947, 10931, 8013, 10290, 7181, 9644, 7370, 7141, 8005, 7742, 8011, 12050, 8206, 8657, 12121, 8274, 8709, 7516, 10101, 7435, 8245, 11177, 8133, 10529, 7339, 8994, 7099, 8418, 10610, 8230, 9573, 7243, 8884, 7444, 8266, 13124, 7602, 7835, 8411, 7542, 10032, 7663, 10323, 11371, 8354, 11872, 7765, 8992, 7106, 8499, 10493, 7521, 9471, 7267, 8806, 9310, 8415, 9257, 7313, 9752, 7192, 8778, 9806, 8959, 9217, 7636, 9838, 7301, 8301, 9726, 8522, 8196, 7727, 10447, 7455, 9459, 8339, 8664, 7401, 8135, 12826, 7191, 9835, 8120, 8868, 7351, 8335, 10531, 7722, 10335, 7958, 8906, 7632, 8407, 7366, 8481, 10923, 8010, 10774, 7528, 8680, 7311, 8575, 9859, 7941, 9913, 7486, 8595, 6993, 8064, 8473, 7899, 11241, 7352, 8990, 7041, 8689, 7218, 8717, 10677, 8581, 10168, 7507, 8632, 7377, 8590, 7368, 8811, 7448, 8446, 8455, 8988, 8133, 13965, 8066, 9483, 7910, 7191, 8959, 12914, 9394, 8708, 8748, 8765, 7304, 8468, 7582, 8647, 13489, 8082, 10908, 7687, 8750, 7399, 8352, 11972, 7866, 9775, 7475, 9983, 7309, 9732, 8563, 8857, 7266, 8754, 8842, 8082, 11020, 7948, 8606, 7837, 8664, 7345, 8533, 9666, 8875, 8053, 7695, 10984, 7230, 8927, 7566, 8947, 7433, 8577, 7339, 8564, 11882, 7630, 8966, 7142, 8785, 10393, 8231, 10531, 8543, 8908, 7541, 8512, 12697, 7397, 8833, 7579, 8719, 7031, 8174, 11663, 7892, 8708, 9998, 8668, 10841, 7437, 8738, 8153, 8861, 10526, 7710, 9345, 7227, 8565, 9203, 8566, 10731, 7822, 9282, 7338, 8888, 8732, 8769, 10536, 7799, 8702, 7294, 8814, 7327, 8914, 9961, 8797, 11009, 7615, 8768, 7706, 8594, 10401, 7851, 9072, 7403, 8459, 7097, 8313, 10895, 8032, 9867, 7404, 8210, 7856, 11075, 8473, 8375, 8125, 8554, 9030, 8592, 7816, 8341, 11081, 9913, 8505, 11869, 8058, 8863, 8321, 8804, 7224, 8809, 12707, 8619, 8509, 8857, 8554, 7394, 8739, 14602, 8915, 8539, 8352, 8752, 10019, 8369, 9324, 8238, 8242, 7900, 8689, 7514, 7886, 8382, 7778, 9646, 7861, 7273, 8124, 12373, 7513, 8031, 7871, 8223, 7384, 8314, 7002, 8265, 10722, 8018, 9166, 7810, 8369, 7369, 8186, 8128, 7210, 8144, 7271, 8419, 7185, 9360, 13529, 8451, 11705, 7624, 6827, 8173, 12976, 7951, 8721, 7771, 8250, 7605, 7867, 9945, 7577, 8816, 8057, 8165, 7679, 8068, 6900, 7903, 11938, 7762, 9216, 8464, 8282, 6997, 7970, 9497, 7996, 10594, 7807, 8391, 7892, 8512, 7313, 7948, 13371, 7901, 9971, 7664, 8920, 7645, 7903, 10480, 7987, 10159, 7917, 9565, 7400, 7970, 13090, 7956, 9588, 8552, 8453, 8032, 8037, 10873, 8084, 8626, 8362, 8384, 9884, 7685, 9942, 8135, 8784, 8226, 8051, 9967, 8034, 8668, 9681, 8107, 7990, 7972, 10133, 8142, 8421, 11807, 7971, 9492, 8073, 8534, 11171, 7821, 9650, 7990, 8764, 8025, 7977, 10210, 7569, 8741, 10189, 8111, 10831, 7944, 9014, 8362, 8810, 12152, 7905, 8726, 7629, 8596, 12295, 7879, 9306, 8116, 8646, 8167, 7938, 10287, 7538, 8965, 8011, 8773, 8619, 8015, 10717, 7564, 8816, 11679, 7978, 9703, 7502, 8819, 8318, 8460, 10958, 7985, 10662, 7856, 10006, 7800, 9254, 8582, 9820, 7407, 8870, 7912, 11692, 7866, 7133, 8556, 9742, 9170, 7967, 8600, 14724, 9273, 9512, 8531, 9181, 7239, 8520, 7117, 8742, 12483, 8227, 8919, 7941, 8637, 7525, 8786, 10087, 8541, 10637, 7421, 9216, 7340, 8821, 9373, 8645, 8244, 7966, 10568, 7611, 9230, 7345, 9125, 6936, 8623, 12817, 7607, 10442, 8421, 9063, 7046, 8780, 12539, 7791, 9594, 8057, 8696, 7313, 9377, 7374, 8755, 8234, 7247, 9140, 7866, 8003, 8247, 13473, 10327, 8430, 10994, 7613, 8897, 7313, 8390, 10470, 8214, 9920, 7424, 9936, 7134, 10995, 7230, 9035, 7164, 8315, 9388, 7524, 10794, 7433, 9247, 7541, 8683, 7244, 8810, 10821, 8662, 10306, 7466, 9562, 7409, 8681, 11114, 8381, 7147, 8260, 7132, 9742, 7651, 11192, 7389, 12318, 7473, 11006, 11707, 8630, 10477, 7410, 8697, 7723, 8648, 11233, 7483, 9102, 7185, 8581, 10345, 7666, 9847, 7474, 8527, 6938, 8048, 11232, 7641, 8997, 7520, 7970, 10982, 7329, 10178, 7601, 8661, 7659, 8308, 12719, 7212, 10059, 7770, 8591, 9962, 7159, 10257, 7804, 8534, 8233, 8367, 6983, 8068, 7299, 8720, 13092, 8454, 9936, 7144, 8244, 11725, 7841, 9535, 7568, 9059, 7443, 8382, 8215, 12664, 8673, 8738, 7582, 8752, 7311, 10014, 8067, 7125, 9385, 9295, 8759, 15185, 11278, 9811, 7286, 9048, 9965, 8142, 9935, 7539, 8100, 7364, 7085, 8499, 9741, 8763, 7203, 8962, 7352, 8718, 13915, 9925, 11160, 8121, 8886, 7106, 8560, 7166, 9300, 7184, 8897, 9653, 8408, 12992, 7626, 8736, 7204, 9033, 7388], 'WindowCenter': [4249.0, 4181.0, 4197.0, 4163.0, 4150.0, 4139.0, 4148.0, 4188.0, 4135.0, 4144.0, 4135.0, 4135.0, 4124.0, 4147.0, 4175.0, 4135.0, 4144.0, 4135.0, 4137.0, 4136.0, 4137.0, 4167.0, 4137.0, 4158.0, 4138.0, 4149.0, 4137.0, 4149.0, 4157.0, 4139.0, 4170.0, 4150.0, 4150.0, 4140.0, 4149.0, 4180.0, 4140.0, 4171.0, 4150.0, 4150.0, 4139.0, 4151.0, 4192.0, 4151.0, 4149.0, 4139.0, 4150.0, 4179.0, 4141.0, 4171.0, 4139.0, 4149.0, 4158.0, 4140.0, 4171.0, 4149.0, 4149.0, 4150.0, 4161.0, 4190.0, 4140.0, 4171.0, 4150.0, 4150.0, 4138.0, 4151.0, 4182.0, 4153.0, 4163.0, 4150.0, 4151.0, 4182.0, 4151.0, 4164.0, 4148.0, 4161.0, 4158.0, 4138.0, 4170.0, 4151.0, 4151.0, 4189.0, 4150.0, 4170.0, 4141.0, 4152.0, 4180.0, 4150.0, 4169.0, 4140.0, 4151.0, 4170.0, 4150.0, 4169.0, 4140.0, 4160.0, 4150.0, 4162.0, 4180.0, 4140.0, 4158.0, 4139.0, 4149.0, 4169.0, 4150.0, 4169.0, 4149.0, 4148.0, 4138.0, 4150.0, 4190.0, 4139.0, 4149.0, 4149.0, 4148.0, 4137.0, 4150.0, 4169.0, 4149.0, 4148.0, 4149.0, 4149.0, 4147.0, 4149.0, 4169.0, 4138.0, 4148.0, 4139.0, 4151.0, 4181.0, 4152.0, 4160.0, 4150.0, 4151.0, 4150.0, 4163.0, 4182.0, 4152.0, 4181.0, 4164.0, 4173.0, 4154.0, 4175.0, 4166.0, 4188.0, 4177.0, 4165.0, 4175.0, 4205.0, 4140.0, 4181.0, 4149.0, 4149.0, 4148.0, 4139.0, 4170.0, 4138.0, 4150.0, 4170.0, 4139.0, 4160.0, 4138.0, 4139.0, 4162.0, 4152.0, 4174.0, 4161.0, 4187.0, 4205.0, 4162.0, 4149.0, 4150.0, 4150.0, 4189.0, 4139.0, 4159.0, 4138.0, 4149.0, 4137.0, 4149.0, 4180.0, 4151.0, 4159.0, 4149.0, 4148.0, 4138.0, 4161.0, 4171.0, 4149.0, 4168.0, 4139.0, 4157.0, 4127.0, 4164.0, 4153.0, 4160.0, 4137.0, 4146.0, 4150.0, 4160.0, 4163.0, 4184.0, 4159.0, 4151.0, 4181.0, 4139.0, 4179.0, 4149.0, 4159.0, 4147.0, 4146.0, 4176.0, 4125.0, 4155.0, 4135.0, 4121.0, 4135.0, 4124.0, 4137.0, 4150.0, 4148.0, 4149.0, 4158.0, 4136.0, 4136.0, 4146.0, 4147.0, 4177.0, 4135.0, 4156.0, 4123.0, 4135.0, 4164.0, 4135.0, 4144.0, 4135.0, 4135.0, 4124.0, 4146.0, 4125.0, 4137.0, 4166.0, 4137.0, 4145.0, 4148.0, 4146.0, 4136.0, 4148.0, 4146.0, 4149.0, 4168.0, 4128.0, 4158.0, 4138.0, 4150.0, 4138.0, 4150.0, 4168.0, 4138.0, 4159.0, 4138.0, 4150.0, 4150.0, 4150.0, 4148.0, 4140.0, 4170.0, 4151.0, 4162.0, 4162.0, 4162.0, 4161.0, 4151.0, 4172.0, 4141.0, 4163.0, 4163.0, 4162.0, 4151.0, 4151.0, 4192.0, 4142.0, 4174.0, 4163.0, 4162.0, 4192.0, 4141.0, 4171.0, 4139.0, 4151.0, 4179.0, 4140.0, 4149.0, 4140.0, 4151.0, 4190.0, 4130.0, 4161.0, 4150.0, 4151.0, 4159.0, 4150.0, 4160.0, 4139.0, 4151.0, 4180.0, 4140.0, 4147.0, 4139.0, 4161.0, 4170.0, 4141.0, 4171.0, 4150.0, 4150.0, 4140.0, 4162.0, 4182.0, 4141.0, 4162.0, 4160.0, 4161.0, 4170.0, 4141.0, 4150.0, 4160.0, 4162.0, 4180.0, 4140.0, 4150.0, 4139.0, 4161.0, 4180.0, 4152.0, 4161.0, 4160.0, 4150.0, 4170.0, 4140.0, 4160.0, 4170.0, 4161.0, 4150.0, 4151.0, 4170.0, 4142.0, 4174.0, 4182.0, 4152.0, 4171.0, 4142.0, 4162.0, 4181.0, 4152.0, 4171.0, 4150.0, 4161.0, 4160.0, 4151.0, 4171.0, 4141.0, 4162.0, 4192.0, 4151.0, 4171.0, 4141.0, 4163.0, 4182.0, 4152.0, 4161.0, 4150.0, 4151.0, 4170.0, 4141.0, 4160.0, 4152.0, 4163.0, 4192.0, 4152.0, 4161.0, 4151.0, 4162.0, 4181.0, 4152.0, 4170.0, 4140.0, 4182.0, 4153.0, 4153.0, 4164.0, 4153.0, 4164.0, 4194.0, 4163.0, 4163.0, 4181.0, 4151.0, 4149.0, 4139.0, 4169.0, 4138.0, 4150.0, 4180.0, 4149.0, 4169.0, 4139.0, 4159.0, 4128.0, 4148.0, 4169.0, 4149.0, 4158.0, 4139.0, 4159.0, 4138.0, 4151.0, 4191.0, 4138.0, 4150.0, 4161.0, 4153.0, 4183.0, 4152.0, 4184.0, 4181.0, 4150.0, 4179.0, 4139.0, 4148.0, 4126.0, 4148.0, 4168.0, 4138.0, 4158.0, 4139.0, 4160.0, 4157.0, 4148.0, 4157.0, 4138.0, 4158.0, 4140.0, 4162.0, 4171.0, 4160.0, 4159.0, 4150.0, 4170.0, 4140.0, 4162.0, 4170.0, 4161.0, 4161.0, 4151.0, 4181.0, 4152.0, 4173.0, 4162.0, 4163.0, 4140.0, 4162.0, 4192.0, 4142.0, 4183.0, 4151.0, 4162.0, 4141.0, 4163.0, 4170.0, 4151.0, 4171.0, 4151.0, 4159.0, 4150.0, 4149.0, 4140.0, 4162.0, 4182.0, 4152.0, 4181.0, 4140.0, 4149.0, 4140.0, 4160.0, 4169.0, 4151.0, 4170.0, 4139.0, 4160.0, 4140.0, 4150.0, 4150.0, 4163.0, 4183.0, 4141.0, 4162.0, 4141.0, 4161.0, 4142.0, 4163.0, 4182.0, 4161.0, 4170.0, 4141.0, 4161.0, 4141.0, 4162.0, 4153.0, 4172.0, 4152.0, 4164.0, 4175.0, 4186.0, 4164.0, 4204.0, 4153.0, 4170.0, 4162.0, 4154.0, 4186.0, 4205.0, 4174.0, 4162.0, 4160.0, 4148.0, 4138.0, 4148.0, 4137.0, 4160.0, 4192.0, 4139.0, 4169.0, 4138.0, 4147.0, 4125.0, 4148.0, 4178.0, 4137.0, 4158.0, 4138.0, 4157.0, 4139.0, 4171.0, 4160.0, 4159.0, 4138.0, 4149.0, 4147.0, 4149.0, 4180.0, 4150.0, 4149.0, 4138.0, 4148.0, 4139.0, 4162.0, 4171.0, 4161.0, 4149.0, 4151.0, 4170.0, 4140.0, 4161.0, 4150.0, 4160.0, 4139.0, 4160.0, 4140.0, 4163.0, 4193.0, 4153.0, 4161.0, 4141.0, 4162.0, 4170.0, 4162.0, 4182.0, 4161.0, 4161.0, 4150.0, 4161.0, 4190.0, 4141.0, 4161.0, 4150.0, 4161.0, 4139.0, 4162.0, 4182.0, 4152.0, 4163.0, 4171.0, 4161.0, 4170.0, 4140.0, 4150.0, 4149.0, 4161.0, 4169.0, 4140.0, 4160.0, 4141.0, 4162.0, 4161.0, 4163.0, 4182.0, 4151.0, 4161.0, 4140.0, 4161.0, 4160.0, 4161.0, 4169.0, 4150.0, 4160.0, 4141.0, 4161.0, 4153.0, 4175.0, 4173.0, 4152.0, 4170.0, 4139.0, 4149.0, 4138.0, 4160.0, 4169.0, 4150.0, 4158.0, 4141.0, 4160.0, 4142.0, 4163.0, 4182.0, 4163.0, 4184.0, 4152.0, 4161.0, 4165.0, 4195.0, 4163.0, 4177.0, 4170.0, 4167.0, 4164.0, 4164.0, 4165.0, 4163.0, 4184.0, 4170.0, 4161.0, 4182.0, 4151.0, 4163.0, 4151.0, 4159.0, 4138.0, 4160.0, 4190.0, 4148.0, 4148.0, 4147.0, 4135.0, 4126.0, 4136.0, 4175.0, 4147.0, 4135.0, 4122.0, 4132.0, 4141.0, 4122.0, 4131.0, 4132.0, 4135.0, 4122.0, 4145.0, 4112.0, 4124.0, 4133.0, 4137.0, 4157.0, 4136.0, 4123.0, 4137.0, 4176.0, 4126.0, 4137.0, 4135.0, 4134.0, 4124.0, 4146.0, 4126.0, 4149.0, 4181.0, 4148.0, 4157.0, 4138.0, 4148.0, 4138.0, 4160.0, 4163.0, 4150.0, 4162.0, 4154.0, 4165.0, 4142.0, 4175.0, 4194.0, 4163.0, 4194.0, 4151.0, 4141.0, 4163.0, 4192.0, 4151.0, 4162.0, 4139.0, 4149.0, 4136.0, 4137.0, 4158.0, 4138.0, 4159.0, 4152.0, 4149.0, 4138.0, 4148.0, 4139.0, 4151.0, 4179.0, 4152.0, 4172.0, 4162.0, 4162.0, 4141.0, 4152.0, 4171.0, 4152.0, 4183.0, 4152.0, 4163.0, 4152.0, 4163.0, 4141.0, 4165.0, 4206.0, 4164.0, 4173.0, 4153.0, 4162.0, 4151.0, 4152.0, 4183.0, 4163.0, 4171.0, 4152.0, 4171.0, 4140.0, 4151.0, 4203.0, 4163.0, 4170.0, 4161.0, 4160.0, 4149.0, 4162.0, 4183.0, 4162.0, 4161.0, 4161.0, 4161.0, 4170.0, 4151.0, 4171.0, 4150.0, 4161.0, 4149.0, 4150.0, 4170.0, 4151.0, 4173.0, 4170.0, 4151.0, 4151.0, 4162.0, 4182.0, 4151.0, 4163.0, 4192.0, 4151.0, 4171.0, 4150.0, 4162.0, 4180.0, 4151.0, 4170.0, 4149.0, 4161.0, 4149.0, 4151.0, 4170.0, 4150.0, 4162.0, 4171.0, 4150.0, 4168.0, 4150.0, 4161.0, 4149.0, 4172.0, 4179.0, 4149.0, 4148.0, 4137.0, 4160.0, 4179.0, 4149.0, 4159.0, 4149.0, 4160.0, 4148.0, 4150.0, 4169.0, 4151.0, 4172.0, 4150.0, 4161.0, 4160.0, 4151.0, 4169.0, 4150.0, 4172.0, 4181.0, 4151.0, 4170.0, 4140.0, 4161.0, 4149.0, 4162.0, 4181.0, 4152.0, 4180.0, 4162.0, 4182.0, 4164.0, 4186.0, 4174.0, 4182.0, 4154.0, 4173.0, 4166.0, 4195.0, 4165.0, 4154.0, 4176.0, 4187.0, 4175.0, 4163.0, 4163.0, 4205.0, 4160.0, 4160.0, 4147.0, 4146.0, 4126.0, 4159.0, 4128.0, 4161.0, 4193.0, 4150.0, 4147.0, 4148.0, 4147.0, 4137.0, 4161.0, 4170.0, 4160.0, 4168.0, 4139.0, 4159.0, 4138.0, 4161.0, 4160.0, 4149.0, 4147.0, 4149.0, 4169.0, 4150.0, 4160.0, 4139.0, 4159.0, 4128.0, 4160.0, 4190.0, 4139.0, 4180.0, 4149.0, 4161.0, 4139.0, 4160.0, 4189.0, 4150.0, 4170.0, 4150.0, 4159.0, 4152.0, 4172.0, 4154.0, 4164.0, 4162.0, 4165.0, 4186.0, 4165.0, 4164.0, 4165.0, 4205.0, 4170.0, 4150.0, 4169.0, 4139.0, 4158.0, 4139.0, 4150.0, 4193.0, 4162.0, 4180.0, 4151.0, 4169.0, 4140.0, 4181.0, 4152.0, 4173.0, 4141.0, 4162.0, 4170.0, 4151.0, 4181.0, 4153.0, 4172.0, 4151.0, 4160.0, 4152.0, 4172.0, 4182.0, 4162.0, 4170.0, 4140.0, 4169.0, 4137.0, 4172.0, 4192.0, 4149.0, 4138.0, 4150.0, 4153.0, 4186.0, 4164.0, 4192.0, 4155.0, 4205.0, 4154.0, 4195.0, 4193.0, 4161.0, 4168.0, 4138.0, 4148.0, 4137.0, 4149.0, 4169.0, 4139.0, 4147.0, 4128.0, 4159.0, 4167.0, 4139.0, 4168.0, 4138.0, 4148.0, 4127.0, 4150.0, 4180.0, 4151.0, 4160.0, 4149.0, 4151.0, 4179.0, 4140.0, 4181.0, 4151.0, 4161.0, 4151.0, 4162.0, 4191.0, 4141.0, 4171.0, 4150.0, 4161.0, 4169.0, 4140.0, 4170.0, 4151.0, 4161.0, 4150.0, 4160.0, 4141.0, 4161.0, 4153.0, 4175.0, 4204.0, 4162.0, 4173.0, 4129.0, 4150.0, 4180.0, 4163.0, 4172.0, 4150.0, 4157.0, 4140.0, 4161.0, 4163.0, 4207.0, 4161.0, 4161.0, 4153.0, 4162.0, 4153.0, 4195.0, 4165.0, 4142.0, 4174.0, 4161.0, 4161.0, 4191.0, 4169.0, 4157.0, 4139.0, 4159.0, 4158.0, 4150.0, 4159.0, 4137.0, 4148.0, 4139.0, 4140.0, 4161.0, 4172.0, 4162.0, 4140.0, 4173.0, 4152.0, 4163.0, 4191.0, 4185.0, 4182.0, 4150.0, 4147.0, 4127.0, 4148.0, 4129.0, 4159.0, 4128.0, 4160.0, 4159.0, 4149.0, 4190.0, 4138.0, 4147.0, 4139.0, 4158.0, 4139.0], 'WindowWidth': [9406.0, 9294.0, 9308.0, 9253.0, 9231.0, 9211.0, 9224.0, 9281.0, 9202.0, 9213.0, 9202.0, 9200.0, 9187.0, 9222.0, 9256.0, 9203.0, 9212.0, 9203.0, 9210.0, 9205.0, 9209.0, 9246.0, 9208.0, 9236.0, 9213.0, 9228.0, 9209.0, 9227.0, 9236.0, 9217.0, 9258.0, 9231.0, 9229.0, 9218.0, 9227.0, 9271.0, 9218.0, 9262.0, 9232.0, 9229.0, 9215.0, 9233.0, 9291.0, 9235.0, 9229.0, 9215.0, 9232.0, 9269.0, 9221.0, 9261.0, 9216.0, 9229.0, 9238.0, 9218.0, 9261.0, 9231.0, 9230.0, 9233.0, 9248.0, 9286.0, 9218.0, 9262.0, 9232.0, 9233.0, 9213.0, 9236.0, 9279.0, 9240.0, 9252.0, 9233.0, 9235.0, 9276.0, 9236.0, 9256.0, 9224.0, 9248.0, 9237.0, 9215.0, 9259.0, 9234.0, 9235.0, 9282.0, 9231.0, 9256.0, 9219.0, 9237.0, 9271.0, 9231.0, 9254.0, 9218.0, 9234.0, 9259.0, 9232.0, 9254.0, 9219.0, 9245.0, 9231.0, 9251.0, 9273.0, 9216.0, 9239.0, 9214.0, 9228.0, 9254.0, 9230.0, 9253.0, 9227.0, 9225.0, 9210.0, 9229.0, 9285.0, 9214.0, 9226.0, 9227.0, 9225.0, 9210.0, 9231.0, 9257.0, 9228.0, 9224.0, 9227.0, 9228.0, 9222.0, 9228.0, 9254.0, 9213.0, 9224.0, 9215.0, 9236.0, 9274.0, 9237.0, 9245.0, 9233.0, 9235.0, 9232.0, 9253.0, 9277.0, 9238.0, 9275.0, 9256.0, 9266.0, 9243.0, 9273.0, 9266.0, 9299.0, 9280.0, 9260.0, 9274.0, 9316.0, 9219.0, 9274.0, 9227.0, 9225.0, 9221.0, 9216.0, 9256.0, 9212.0, 9230.0, 9257.0, 9215.0, 9242.0, 9211.0, 9216.0, 9250.0, 9237.0, 9269.0, 9248.0, 9295.0, 9318.0, 9252.0, 9228.0, 9229.0, 9230.0, 9282.0, 9214.0, 9241.0, 9211.0, 9226.0, 9209.0, 9228.0, 9272.0, 9236.0, 9240.0, 9230.0, 9225.0, 9211.0, 9249.0, 9261.0, 9229.0, 9252.0, 9214.0, 9236.0, 9196.0, 9257.0, 9239.0, 9243.0, 9211.0, 9219.0, 9232.0, 9245.0, 9254.0, 9282.0, 9239.0, 9232.0, 9273.0, 9215.0, 9268.0, 9226.0, 9240.0, 9222.0, 9219.0, 9259.0, 9188.0, 9228.0, 9197.0, 9176.0, 9201.0, 9187.0, 9209.0, 9232.0, 9223.0, 9226.0, 9238.0, 9204.0, 9204.0, 9218.0, 9220.0, 9265.0, 9202.0, 9231.0, 9180.0, 9201.0, 9239.0, 9203.0, 9212.0, 9202.0, 9201.0, 9185.0, 9217.0, 9187.0, 9207.0, 9246.0, 9209.0, 9214.0, 9223.0, 9218.0, 9205.0, 9223.0, 9217.0, 9225.0, 9250.0, 9197.0, 9236.0, 9210.0, 9228.0, 9212.0, 9228.0, 9250.0, 9212.0, 9241.0, 9213.0, 9229.0, 9230.0, 9229.0, 9226.0, 9218.0, 9257.0, 9235.0, 9250.0, 9249.0, 9249.0, 9246.0, 9235.0, 9262.0, 9222.0, 9252.0, 9253.0, 9251.0, 9234.0, 9236.0, 9291.0, 9224.0, 9270.0, 9253.0, 9251.0, 9291.0, 9220.0, 9260.0, 9217.0, 9235.0, 9271.0, 9217.0, 9228.0, 9219.0, 9233.0, 9284.0, 9204.0, 9247.0, 9230.0, 9233.0, 9240.0, 9232.0, 9244.0, 9217.0, 9234.0, 9270.0, 9219.0, 9223.0, 9215.0, 9248.0, 9258.0, 9222.0, 9261.0, 9232.0, 9232.0, 9220.0, 9251.0, 9278.0, 9222.0, 9251.0, 9244.0, 9248.0, 9257.0, 9221.0, 9234.0, 9245.0, 9251.0, 9272.0, 9218.0, 9231.0, 9215.0, 9248.0, 9273.0, 9237.0, 9248.0, 9243.0, 9231.0, 9256.0, 9219.0, 9244.0, 9259.0, 9246.0, 9231.0, 9235.0, 9259.0, 9225.0, 9271.0, 9279.0, 9237.0, 9262.0, 9224.0, 9252.0, 9274.0, 9237.0, 9263.0, 9232.0, 9249.0, 9243.0, 9235.0, 9260.0, 9222.0, 9251.0, 9291.0, 9234.0, 9259.0, 9220.0, 9252.0, 9277.0, 9238.0, 9247.0, 9232.0, 9235.0, 9257.0, 9221.0, 9246.0, 9238.0, 9255.0, 9291.0, 9237.0, 9249.0, 9236.0, 9252.0, 9275.0, 9236.0, 9259.0, 9221.0, 9281.0, 9243.0, 9244.0, 9259.0, 9243.0, 9258.0, 9300.0, 9255.0, 9255.0, 9276.0, 9233.0, 9228.0, 9216.0, 9256.0, 9213.0, 9233.0, 9271.0, 9228.0, 9254.0, 9215.0, 9242.0, 9201.0, 9228.0, 9257.0, 9230.0, 9240.0, 9217.0, 9243.0, 9212.0, 9233.0, 9286.0, 9214.0, 9235.0, 9250.0, 9242.0, 9283.0, 9239.0, 9286.0, 9275.0, 9231.0, 9268.0, 9216.0, 9224.0, 9194.0, 9224.0, 9249.0, 9211.0, 9239.0, 9216.0, 9244.0, 9236.0, 9225.0, 9236.0, 9214.0, 9239.0, 9220.0, 9251.0, 9261.0, 9244.0, 9242.0, 9232.0, 9258.0, 9220.0, 9252.0, 9259.0, 9247.0, 9247.0, 9237.0, 9275.0, 9240.0, 9268.0, 9252.0, 9252.0, 9218.0, 9251.0, 9291.0, 9225.0, 9280.0, 9237.0, 9250.0, 9222.0, 9253.0, 9260.0, 9235.0, 9262.0, 9236.0, 9242.0, 9233.0, 9229.0, 9221.0, 9251.0, 9278.0, 9239.0, 9275.0, 9219.0, 9229.0, 9218.0, 9246.0, 9255.0, 9236.0, 9258.0, 9217.0, 9246.0, 9218.0, 9232.0, 9232.0, 9256.0, 9280.0, 9224.0, 9250.0, 9224.0, 9248.0, 9225.0, 9255.0, 9277.0, 9247.0, 9259.0, 9223.0, 9248.0, 9225.0, 9254.0, 9244.0, 9266.0, 9240.0, 9257.0, 9275.0, 9295.0, 9259.0, 9311.0, 9238.0, 9258.0, 9253.0, 9246.0, 9295.0, 9319.0, 9272.0, 9253.0, 9245.0, 9224.0, 9211.0, 9226.0, 9210.0, 9244.0, 9294.0, 9216.0, 9253.0, 9211.0, 9222.0, 9190.0, 9225.0, 9266.0, 9209.0, 9236.0, 9212.0, 9237.0, 9215.0, 9261.0, 9247.0, 9242.0, 9212.0, 9228.0, 9223.0, 9230.0, 9273.0, 9229.0, 9226.0, 9213.0, 9225.0, 9217.0, 9251.0, 9262.0, 9247.0, 9229.0, 9234.0, 9257.0, 9218.0, 9249.0, 9232.0, 9245.0, 9216.0, 9243.0, 9220.0, 9256.0, 9297.0, 9239.0, 9247.0, 9222.0, 9250.0, 9259.0, 9252.0, 9277.0, 9247.0, 9245.0, 9231.0, 9248.0, 9289.0, 9223.0, 9247.0, 9232.0, 9248.0, 9217.0, 9253.0, 9279.0, 9239.0, 9255.0, 9260.0, 9247.0, 9257.0, 9217.0, 9230.0, 9230.0, 9247.0, 9254.0, 9217.0, 9244.0, 9221.0, 9251.0, 9249.0, 9254.0, 9278.0, 9233.0, 9246.0, 9220.0, 9248.0, 9244.0, 9249.0, 9256.0, 9232.0, 9243.0, 9221.0, 9246.0, 9240.0, 9273.0, 9266.0, 9234.0, 9257.0, 9215.0, 9229.0, 9211.0, 9245.0, 9256.0, 9233.0, 9240.0, 9221.0, 9246.0, 9226.0, 9256.0, 9278.0, 9258.0, 9283.0, 9239.0, 9251.0, 9263.0, 9299.0, 9255.0, 9279.0, 9272.0, 9261.0, 9251.0, 9255.0, 9259.0, 9254.0, 9286.0, 9258.0, 9248.0, 9277.0, 9232.0, 9254.0, 9234.0, 9241.0, 9213.0, 9246.0, 9286.0, 9227.0, 9224.0, 9221.0, 9202.0, 9190.0, 9203.0, 9259.0, 9219.0, 9203.0, 9179.0, 9192.0, 9202.0, 9178.0, 9189.0, 9194.0, 9200.0, 9179.0, 9217.0, 9165.0, 9185.0, 9196.0, 9209.0, 9235.0, 9207.0, 9183.0, 9209.0, 9260.0, 9195.0, 9208.0, 9202.0, 9197.0, 9186.0, 9218.0, 9193.0, 9230.0, 9277.0, 9227.0, 9236.0, 9211.0, 9227.0, 9214.0, 9249.0, 9257.0, 9235.0, 9255.0, 9244.0, 9261.0, 9226.0, 9273.0, 9301.0, 9253.0, 9298.0, 9233.0, 9222.0, 9256.0, 9294.0, 9234.0, 9251.0, 9215.0, 9227.0, 9207.0, 9210.0, 9238.0, 9212.0, 9242.0, 9239.0, 9230.0, 9214.0, 9226.0, 9218.0, 9236.0, 9271.0, 9240.0, 9265.0, 9252.0, 9250.0, 9223.0, 9239.0, 9261.0, 9240.0, 9284.0, 9240.0, 9252.0, 9238.0, 9253.0, 9223.0, 9260.0, 9318.0, 9257.0, 9266.0, 9240.0, 9252.0, 9233.0, 9238.0, 9282.0, 9254.0, 9261.0, 9239.0, 9261.0, 9218.0, 9235.0, 9310.0, 9255.0, 9260.0, 9248.0, 9246.0, 9230.0, 9252.0, 9283.0, 9254.0, 9249.0, 9248.0, 9250.0, 9259.0, 9235.0, 9264.0, 9234.0, 9247.0, 9230.0, 9232.0, 9258.0, 9235.0, 9268.0, 9261.0, 9236.0, 9235.0, 9253.0, 9280.0, 9234.0, 9254.0, 9295.0, 9235.0, 9261.0, 9232.0, 9251.0, 9272.0, 9237.0, 9258.0, 9231.0, 9248.0, 9228.0, 9235.0, 9259.0, 9234.0, 9252.0, 9262.0, 9232.0, 9254.0, 9233.0, 9249.0, 9229.0, 9264.0, 9270.0, 9230.0, 9227.0, 9213.0, 9245.0, 9271.0, 9230.0, 9243.0, 9229.0, 9244.0, 9226.0, 9233.0, 9257.0, 9236.0, 9265.0, 9233.0, 9249.0, 9245.0, 9236.0, 9257.0, 9234.0, 9266.0, 9275.0, 9235.0, 9260.0, 9221.0, 9248.0, 9231.0, 9252.0, 9278.0, 9238.0, 9273.0, 9252.0, 9279.0, 9261.0, 9293.0, 9274.0, 9280.0, 9247.0, 9269.0, 9264.0, 9302.0, 9262.0, 9246.0, 9278.0, 9295.0, 9276.0, 9256.0, 9255.0, 9320.0, 9246.0, 9245.0, 9226.0, 9219.0, 9192.0, 9241.0, 9200.0, 9248.0, 9295.0, 9232.0, 9223.0, 9226.0, 9220.0, 9209.0, 9250.0, 9261.0, 9244.0, 9251.0, 9217.0, 9242.0, 9215.0, 9249.0, 9245.0, 9228.0, 9223.0, 9230.0, 9256.0, 9232.0, 9245.0, 9217.0, 9244.0, 9201.0, 9247.0, 9289.0, 9218.0, 9274.0, 9229.0, 9250.0, 9217.0, 9248.0, 9285.0, 9234.0, 9261.0, 9233.0, 9242.0, 9241.0, 9266.0, 9244.0, 9256.0, 9254.0, 9263.0, 9294.0, 9264.0, 9259.0, 9261.0, 9319.0, 9259.0, 9233.0, 9257.0, 9216.0, 9240.0, 9217.0, 9232.0, 9296.0, 9253.0, 9275.0, 9238.0, 9257.0, 9221.0, 9278.0, 9241.0, 9271.0, 9222.0, 9252.0, 9260.0, 9238.0, 9278.0, 9245.0, 9264.0, 9238.0, 9247.0, 9239.0, 9267.0, 9279.0, 9251.0, 9261.0, 9220.0, 9257.0, 9211.0, 9267.0, 9296.0, 9230.0, 9215.0, 9230.0, 9244.0, 9288.0, 9258.0, 9294.0, 9249.0, 9315.0, 9245.0, 9302.0, 9297.0, 9247.0, 9254.0, 9213.0, 9227.0, 9210.0, 9230.0, 9257.0, 9216.0, 9222.0, 9200.0, 9242.0, 9251.0, 9216.0, 9253.0, 9215.0, 9226.0, 9197.0, 9232.0, 9274.0, 9237.0, 9248.0, 9231.0, 9237.0, 9271.0, 9220.0, 9277.0, 9236.0, 9249.0, 9236.0, 9254.0, 9290.0, 9222.0, 9263.0, 9232.0, 9247.0, 9255.0, 9219.0, 9258.0, 9238.0, 9250.0, 9232.0, 9248.0, 9224.0, 9250.0, 9242.0, 9275.0, 9315.0, 9253.0, 9267.0, 9201.0, 9231.0, 9274.0, 9257.0, 9266.0, 9234.0, 9237.0, 9221.0, 9250.0, 9257.0, 9323.0, 9249.0, 9249.0, 9238.0, 9250.0, 9245.0, 9304.0, 9260.0, 9226.0, 9272.0, 9249.0, 9248.0, 9294.0, 9255.0, 9234.0, 9217.0, 9241.0, 9238.0, 9231.0, 9241.0, 9210.0, 9225.0, 9217.0, 9219.0, 9248.0, 9265.0, 9253.0, 9221.0, 9267.0, 9239.0, 9254.0, 9291.0, 9287.0, 9275.0, 9230.0, 9220.0, 9195.0, 9225.0, 9203.0, 9243.0, 9199.0, 9243.0, 9241.0, 9228.0, 9286.0, 9214.0, 9222.0, 9215.0, 9239.0, 9217.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.00040491129785247433</td></tr>
<tr><td colspan=3>aqi</td><td>0.024256696825396825</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.37928616196262</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2009147234112147</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779765283084123</td></tr>
<tr><td colspan=3>efc</td><td>0.4759</td></tr>
<tr><td colspan=3>fber</td><td>6023.9048</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10050144377910078</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.442577030812325</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4793535551191686</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.414299851529515</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6922052994491876</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.331555514378804</td></tr>
<tr><td colspan=3>gcor</td><td>0.0088641</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008748606778681278</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017873136326670647</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1071</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8540850780302276</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>36.8677</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.268</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.9821</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296352.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>685.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.6582</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3247</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.4973</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3325.1006</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.5704</td></tr>
<tr><td colspan=3>tsnr</td><td>39.36131331662182</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>