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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-03/func/sub-0061_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9782c44a5c76b62eab2b5cdea3d9e526</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:47:53.200000</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.998443, -0.0300446, 0.0469983, 0.0254476, 0.995102, 0.0955233]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0817664</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7744, -7362, 665, -76, -247, -25, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.733</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8a3018f7-4175-4ff0-80ad-8117e49d6d4c||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.6787495613098145, 0.06827399879693985, 0.13402265310287476, 104.42926788330078], [0.0806073322892189, 2.669785499572754, 0.254282146692276, -106.83174133300781], [0.12609292566776276, -0.2562820315361023, 2.6846561431884766, -99.02295684814453], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1065]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['184753.200000', '184753.660000', '184754.120000', '184754.580000', '184755.040000', '184755.500000', '184755.960000', '184756.420000', '184756.880000', '184757.340000', '184757.800000', '184758.260000', '184758.720000', '184759.180000', '184759.640000', '184800.100000', '184800.560000', '184801.020000', '184801.480000', '184801.940000', '184802.400000', '184802.860000', '184803.320000', '184803.780000', '184804.240000', '184804.700000', '184805.160000', '184805.620000', '184806.080000', '184806.540000', '184807.000000', '184807.460000', '184807.920000', '184808.380000', '184808.840000', '184809.300000', '184809.760000', '184810.220000', '184810.680000', '184811.140000', '184811.600000', '184812.060000', '184812.520000', '184812.980000', '184813.440000', '184813.900000', '184814.360000', '184814.820000', '184815.280000', '184815.740000', '184816.200000', '184816.660000', '184817.120000', '184817.580000', '184818.040000', '184818.500000', '184818.960000', '184819.420000', '184819.880000', '184820.340000', '184820.800000', '184821.260000', '184821.720000', '184822.180000', '184822.640000', '184823.100000', '184823.560000', '184824.020000', '184824.480000', '184824.940000', '184825.400000', '184825.860000', '184826.320000', '184826.780000', '184827.240000', '184827.700000', '184828.160000', '184828.620000', '184829.080000', '184829.540000', '184830.000000', '184830.460000', '184830.920000', '184831.380000', '184831.840000', '184832.300000', '184832.760000', '184833.220000', '184833.680000', '184834.140000', '184834.600000', '184835.060000', '184835.520000', '184835.980000', '184836.440000', '184836.900000', '184837.360000', '184837.820000', '184838.280000', '184838.740000', '184839.200000', '184839.660000', '184840.120000', '184840.580000', '184841.040000', '184841.500000', '184841.960000', '184842.420000', '184842.880000', '184843.340000', '184843.800000', '184844.260000', '184844.720000', '184845.180000', '184845.640000', '184846.100000', '184846.560000', '184847.020000', '184847.480000', '184847.940000', '184848.400000', '184848.860000', '184849.320000', '184849.780000', '184850.240000', '184850.700000', '184851.160000', '184851.620000', '184852.080000', '184852.540000', '184853.000000', '184853.460000', '184853.920000', '184854.380000', '184854.840000', '184855.300000', '184855.760000', '184856.220000', '184856.680000', '184857.140000', '184857.600000', '184858.060000', '184858.520000', '184858.980000', '184859.440000', '184859.900000', '184900.360000', '184900.820000', '184901.280000', '184901.740000', '184902.200000', '184902.660000', '184903.120000', '184903.580000', '184904.040000', '184904.500000', '184904.960000', '184905.420000', '184905.880000', '184906.340000', '184906.800000', '184907.260000', '184907.720000', '184908.180000', '184908.640000', '184909.100000', '184909.560000', '184910.020000', '184910.480000', '184910.940000', '184911.400000', '184911.860000', '184912.320000', '184912.780000', '184913.240000', '184913.700000', '184914.160000', '184914.620000', '184915.080000', '184915.540000', '184916.000000', '184916.460000', '184916.920000', '184917.380000', '184917.840000', '184918.300000', '184918.760000', '184919.220000', '184919.680000', '184920.140000', '184920.600000', '184921.060000', '184921.520000', '184921.980000', '184922.440000', '184922.900000', '184923.360000', '184923.820000', '184924.280000', '184924.740000', '184925.200000', '184925.660000', '184926.120000', '184926.580000', '184927.040000', '184927.500000', '184927.960000', '184928.420000', '184928.880000', '184929.340000', '184929.800000', '184930.260000', '184930.720000', '184931.180000', '184931.640000', '184932.100000', '184932.560000', '184933.020000', '184933.480000', '184933.940000', '184934.400000', '184934.860000', '184935.320000', '184935.780000', '184936.240000', '184936.700000', '184937.160000', '184937.620000', '184938.080000', '184938.540000', '184939.000000', '184939.460000', '184939.920000', '184940.380000', '184940.840000', '184941.300000', '184941.760000', '184942.220000', '184942.680000', '184943.140000', '184943.600000', '184944.060000', '184944.520000', '184944.980000', '184945.440000', '184945.900000', '184946.360000', '184946.820000', '184947.280000', '184947.740000', '184948.200000', '184948.660000', '184949.120000', '184949.580000', '184950.040000', '184950.500000', '184950.960000', '184951.420000', '184951.880000', '184952.340000', '184952.800000', '184953.260000', '184953.720000', '184954.180000', '184954.640000', '184955.100000', '184955.560000', '184956.020000', '184956.480000', '184956.940000', '184957.400000', '184957.860000', '184958.320000', '184958.780000', '184959.240000', '184959.700000', '185000.160000', '185000.620000', '185001.080000', '185001.540000', '185002.000000', '185002.460000', '185002.920000', '185003.380000', '185003.840000', '185004.300000', '185004.760000', '185005.220000', '185005.680000', '185006.140000', '185006.600000', '185007.060000', '185007.520000', '185007.980000', '185008.440000', '185008.900000', '185009.360000', '185009.820000', '185010.280000', '185010.740000', '185011.200000', '185011.660000', '185012.120000', '185012.580000', '185013.040000', '185013.500000', '185013.960000', '185014.420000', '185014.880000', '185015.340000', '185015.800000', '185016.260000', '185016.720000', '185017.180000', '185017.640000', '185018.100000', '185018.560000', '185019.020000', '185019.480000', '185019.940000', '185020.400000', '185020.860000', '185021.320000', '185021.780000', '185022.240000', '185022.700000', '185023.160000', '185023.620000', '185024.080000', '185024.540000', '185025.000000', '185025.460000', '185025.920000', '185026.380000', '185026.840000', '185027.300000', '185027.760000', '185028.220000', '185028.680000', '185029.140000', '185029.600000', '185030.060000', '185030.520000', '185030.980000', '185031.440000', '185031.900000', '185032.360000', '185032.820000', '185033.280000', '185033.740000', '185034.200000', '185034.660000', '185035.120000', '185035.580000', '185036.040000', '185036.500000', '185036.960000', '185037.420000', '185037.880000', '185038.340000', '185038.800000', '185039.260000', '185039.720000', '185040.180000', '185040.640000', '185041.100000', '185041.560000', '185042.020000', '185042.480000', '185042.940000', '185043.400000', '185043.860000', '185044.320000', '185044.780000', '185045.240000', '185045.700000', '185046.160000', '185046.620000', '185047.080000', '185047.540000', '185048.000000', '185048.460000', '185048.920000', '185049.380000', '185049.840000', '185050.300000', '185050.760000', '185051.220000', '185051.680000', '185052.140000', '185052.600000', '185053.060000', '185053.520000', '185053.980000', '185054.440000', '185054.900000', '185055.360000', '185055.820000', '185056.280000', '185056.740000', '185057.200000', '185057.660000', '185058.120000', '185058.580000', '185059.040000', '185059.500000', '185059.960000', '185100.420000', '185100.880000', '185101.340000', '185101.800000', '185102.260000', '185102.720000', '185103.180000', '185103.640000', '185104.100000', '185104.560000', '185105.020000', '185105.480000', '185105.940000', '185106.400000', '185106.860000', '185107.320000', '185107.780000', '185108.240000', '185108.700000', '185109.160000', '185109.620000', '185110.080000', '185110.540000', '185111.000000', '185111.460000', '185111.920000', '185112.380000', '185112.840000', '185113.300000', '185113.760000', '185114.220000', '185114.680000', '185115.140000', '185115.600000', '185116.060000', '185116.520000', '185116.980000', '185117.440000', '185117.900000', '185118.360000', '185118.820000', '185119.280000', '185119.740000', '185120.200000', '185120.660000', '185121.120000', '185121.580000', '185122.040000', '185122.500000', '185122.960000', '185123.420000', '185123.880000', '185124.340000', '185124.800000', '185125.260000', '185125.720000', '185126.180000', '185126.640000', '185127.100000', '185127.560000', '185128.020000', '185128.480000', '185128.940000', '185129.400000', '185129.860000', '185130.320000', '185130.780000', '185131.240000', '185131.700000', '185132.160000', '185132.620000', '185133.080000', '185133.540000', '185134.000000', '185134.460000', '185134.920000', '185135.380000', '185135.840000', '185136.300000', '185136.760000', '185137.220000', '185137.680000', '185138.140000', '185138.600000', '185139.060000', '185139.520000', '185139.980000', '185140.440000', '185140.900000', '185141.360000', '185141.820000', '185142.280000', '185142.740000', '185143.200000', '185143.660000', '185144.120000', '185144.580000', '185145.040000', '185145.500000', '185145.960000', '185146.420000', '185146.880000', '185147.340000', '185147.800000', '185148.260000', '185148.720000', '185149.180000', '185149.640000', '185150.100000', '185150.560000', '185151.020000', '185151.480000', '185151.940000', '185152.400000', '185152.860000', '185153.320000', '185153.780000', '185154.240000', '185154.700000', '185155.160000', '185155.620000', '185156.080000', '185156.540000', '185157.000000', '185157.460000', '185157.920000', '185158.380000', '185158.840000', '185159.300000', '185159.760000', '185200.220000', '185200.680000', '185201.140000', '185201.600000', '185202.060000', '185202.520000', '185202.980000', '185203.440000', '185203.900000', '185204.360000', '185204.820000', '185205.280000', '185205.740000', '185206.200000', '185206.660000', '185207.120000', '185207.580000', '185208.040000', '185208.500000', '185208.960000', '185209.420000', '185209.880000', '185210.340000', '185210.800000', '185211.260000', '185211.720000', '185212.180000', '185212.640000', '185213.100000', '185213.560000', '185214.020000', '185214.480000', '185214.940000', '185215.400000', '185215.860000', '185216.320000', '185216.780000', '185217.240000', '185217.700000', '185218.160000', '185218.620000', '185219.080000', '185219.540000', '185220.000000', '185220.460000', '185220.920000', '185221.380000', '185221.840000', '185222.300000', '185222.760000', '185223.220000', '185223.680000', '185224.140000', '185224.600000', '185225.060000', '185225.520000', '185225.980000', '185226.440000', '185226.900000', '185227.360000', '185227.820000', '185228.280000', '185228.740000', '185229.200000', '185229.660000', '185230.120000', '185230.580000', '185231.040000', '185231.500000', '185231.960000', '185232.420000', '185232.880000', '185233.340000', '185233.800000', '185234.260000', '185234.720000', '185235.180000', '185235.640000', '185236.100000', '185236.560000', '185237.020000', '185237.480000', '185237.940000', '185238.400000', '185238.860000', '185239.320000', '185239.780000', '185240.240000', '185240.700000', '185241.160000', '185241.620000', '185242.080000', '185242.540000', '185243.000000', '185243.460000', '185243.920000', '185244.380000', '185244.840000', '185245.300000', '185245.760000', '185246.220000', '185246.680000', '185247.140000', '185247.600000', '185248.060000', '185248.520000', '185248.980000', '185249.440000', '185249.900000', '185250.360000', '185250.820000', '185251.280000', '185251.740000', '185252.200000', '185252.660000', '185253.120000', '185253.580000', '185254.040000', '185254.500000', '185254.960000', '185255.420000', '185255.880000', '185256.340000', '185256.800000', '185257.260000', '185257.720000', '185258.180000', '185258.640000', '185259.100000', '185259.560000', '185300.020000', '185300.480000', '185300.940000', '185301.400000', '185301.860000', '185302.320000', '185302.780000', '185303.240000', '185303.700000', '185304.160000', '185304.620000', '185305.080000', '185305.540000', '185306.000000', '185306.460000', '185306.920000', '185307.380000', '185307.840000', '185308.300000', '185308.760000', '185309.220000', '185309.680000', '185310.140000', '185310.600000', '185311.060000', '185311.520000', '185311.980000', '185312.440000', '185312.900000', '185313.360000', '185313.820000', '185314.280000', '185314.740000', '185315.200000', '185315.660000', '185316.120000', '185316.580000', '185317.040000', '185317.500000', '185317.960000', '185318.420000', '185318.880000', '185319.340000', '185319.800000', '185320.260000', '185320.720000', '185321.180000', '185321.640000', '185322.100000', '185322.560000', '185323.020000', '185323.480000', '185323.940000', '185324.400000', '185324.860000', '185325.320000', '185325.780000', '185326.240000', '185326.700000', '185327.160000', '185327.620000', '185328.080000', '185328.540000', '185329.000000', '185329.460000', '185329.920000', '185330.380000', '185330.840000', '185331.300000', '185331.760000', '185332.220000', '185332.680000', '185333.140000', '185333.600000', '185334.060000', '185334.520000', '185334.980000', '185335.440000', '185335.900000', '185336.360000', '185336.820000', '185337.280000', '185337.740000', '185338.200000', '185338.660000', '185339.120000', '185339.580000', '185340.040000', '185340.500000', '185340.960000', '185341.420000', '185341.880000', '185342.340000', '185342.800000', '185343.260000', '185343.720000', '185344.180000', '185344.640000', '185345.100000', '185345.560000', '185346.020000', '185346.480000', '185346.940000', '185347.400000', '185347.860000', '185348.320000', '185348.780000', '185349.240000', '185349.700000', '185350.160000', '185350.620000', '185351.080000', '185351.540000', '185352.000000', '185352.460000', '185352.920000', '185353.380000', '185353.840000', '185354.300000', '185354.760000', '185355.220000', '185355.680000', '185356.140000', '185356.600000', '185357.060000', '185357.520000', '185357.980000', '185358.440000', '185358.900000', '185359.360000', '185359.820000', '185400.280000', '185400.740000', '185401.200000', '185401.660000', '185402.120000', '185402.580000', '185403.040000', '185403.500000', '185403.960000', '185404.420000', '185404.880000', '185405.340000', '185405.800000', '185406.260000', '185406.720000', '185407.180000', '185407.640000', '185408.100000', '185408.560000', '185409.020000', '185409.480000', '185409.940000', '185410.400000', '185410.860000', '185411.320000', '185411.780000', '185412.240000', '185412.700000', '185413.160000', '185413.620000', '185414.080000', '185414.540000', '185415.000000', '185415.460000', '185415.920000', '185416.380000', '185416.840000', '185417.300000', '185417.760000', '185418.220000', '185418.680000', '185419.140000', '185419.600000', '185420.060000', '185420.520000', '185420.980000', '185421.440000', '185421.900000', '185422.360000', '185422.820000', '185423.280000', '185423.740000', '185424.200000', '185424.660000', '185425.120000', '185425.580000', '185426.040000', '185426.500000', '185426.960000', '185427.420000', '185427.880000', '185428.340000', '185428.800000', '185429.260000', '185429.720000', '185430.180000', '185430.640000', '185431.100000', '185431.560000', '185432.020000', '185432.480000', '185432.940000', '185433.400000', '185433.860000', '185434.320000', '185434.780000', '185435.240000', '185435.700000', '185436.160000', '185436.620000', '185437.080000', '185437.540000', '185438.000000', '185438.460000', '185438.920000', '185439.380000', '185439.840000', '185440.300000', '185440.760000', '185441.220000', '185441.680000', '185442.140000', '185442.600000', '185443.060000', '185443.520000', '185443.980000', '185444.440000', '185444.900000', '185445.360000', '185445.820000', '185446.280000', '185446.740000', '185447.200000', '185447.660000', '185448.120000', '185448.580000', '185449.040000', '185449.500000', '185449.960000', '185450.420000', '185450.880000', '185451.340000', '185451.800000', '185452.260000', '185452.720000', '185453.180000', '185453.640000', '185454.100000', '185454.560000', '185455.020000', '185455.480000', '185455.940000', '185456.400000', '185456.860000', '185457.320000', '185457.780000', '185458.240000', '185458.700000', '185459.160000', '185459.620000', '185500.080000', '185500.540000', '185501.000000', '185501.460000', '185501.920000', '185502.380000', '185502.840000', '185503.300000', '185503.760000', '185504.220000', '185504.680000', '185505.140000', '185505.600000', '185506.060000', '185506.520000', '185506.980000', '185507.440000', '185507.900000', '185508.360000', '185508.820000', '185509.280000', '185509.740000', '185510.200000', '185510.660000', '185511.120000', '185511.580000', '185512.040000', '185512.500000', '185512.960000', '185513.420000', '185513.880000', '185514.340000', '185514.800000', '185515.260000', '185515.720000', '185516.180000', '185516.640000', '185517.100000', '185517.560000', '185518.020000', '185518.480000', '185518.940000', '185519.400000', '185519.860000', '185520.320000', '185520.780000', '185521.240000', '185521.700000', '185522.160000', '185522.620000', '185523.080000', '185523.540000', '185524.000000', '185524.460000', '185524.920000', '185525.380000', '185525.840000', '185526.300000', '185526.760000', '185527.220000', '185527.680000', '185528.140000', '185528.600000', '185529.060000', '185529.520000', '185529.980000', '185530.440000', '185530.900000', '185531.360000', '185531.820000', '185532.280000', '185532.740000', '185533.200000', '185533.660000', '185534.120000', '185534.580000', '185535.040000', '185535.500000', '185535.960000', '185536.420000', '185536.880000', '185537.340000', '185537.800000', '185538.260000', '185538.720000', '185539.180000', '185539.640000', '185540.100000', '185540.560000', '185541.020000', '185541.480000', '185541.940000', '185542.400000', '185542.860000', '185543.320000', '185543.780000', '185544.240000', '185544.700000', '185545.160000', '185545.620000', '185546.080000', '185546.540000', '185547.000000', '185547.460000', '185547.920000', '185548.380000', '185548.840000', '185549.300000', '185549.760000', '185550.220000', '185550.680000', '185551.140000', '185551.600000', '185552.060000', '185552.520000', '185552.980000', '185553.440000', '185553.900000', '185554.360000', '185554.820000', '185555.280000', '185555.740000', '185556.200000', '185556.660000', '185557.120000', '185557.580000', '185558.040000', '185558.500000', '185558.960000', '185559.420000', '185559.880000', '185600.340000', '185600.800000', '185601.260000', '185601.720000', '185602.180000', '185602.640000'], 'ContentTime': ['184805.265000', '184805.268000', '184805.270000', '184805.273000', '184805.276000', '184805.279000', '184805.291000', '184805.294000', '184805.296000', '184805.299000', '184805.302000', '184805.305000', '184805.307000', '184805.310000', '184805.312000', '184805.315000', '184805.317000', '184805.320000', '184805.323000', '184805.326000', '184805.328000', '184805.348000', '184805.351000', '184825.194000', '184825.197000', '184825.199000', '184825.202000', '184825.205000', '184825.207000', '184825.210000', '184825.212000', '184825.215000', '184825.217000', '184825.220000', '184825.223000', '184825.225000', '184825.228000', '184825.231000', '184825.233000', '184825.236000', '184825.239000', '184825.242000', '184825.245000', '184825.248000', '184825.250000', '184825.253000', '184825.256000', '184825.259000', '184825.262000', '184825.271000', '184825.274000', '184825.276000', '184825.279000', '184825.282000', '184825.284000', '184825.287000', '184825.290000', '184825.292000', '184825.295000', '184825.298000', '184825.301000', '184825.303000', '184825.307000', '184825.318000', '184825.320000', '184825.323000', '184845.193000', '184845.196000', '184845.199000', '184845.201000', '184845.204000', '184845.206000', '184845.209000', '184845.212000', '184845.214000', '184845.217000', '184845.219000', '184845.222000', '184845.224000', '184845.227000', '184845.229000', '184845.232000', '184845.234000', '184845.237000', '184845.240000', '184845.242000', '184845.245000', '184845.247000', '184845.250000', '184845.252000', '184845.255000', '184845.257000', '184845.260000', '184845.262000', '184845.265000', '184845.268000', '184845.270000', '184845.273000', '184845.275000', '184845.278000', '184845.280000', '184845.283000', '184845.286000', '184845.288000', '184845.291000', '184845.293000', '184845.296000', '184845.298000', '184845.301000', '184845.304000', '184905.193000', '184905.196000', '184905.199000', '184905.201000', '184905.204000', '184905.206000', '184905.209000', '184905.212000', '184905.214000', '184905.217000', '184905.219000', '184905.222000', '184905.224000', '184905.227000', '184905.229000', '184905.232000', '184905.235000', '184905.237000', '184905.240000', '184905.242000', '184905.245000', '184905.247000', '184905.250000', '184905.253000', '184905.255000', '184905.258000', '184905.260000', '184905.263000', '184905.265000', '184905.268000', '184905.270000', '184905.273000', '184905.276000', '184905.278000', '184905.281000', '184905.283000', '184905.286000', '184905.288000', '184905.291000', '184905.294000', '184905.296000', '184905.299000', '184905.301000', '184925.193000', '184925.196000', '184925.199000', '184925.201000', '184925.204000', '184925.206000', '184925.209000', '184925.212000', '184925.214000', '184925.217000', '184925.219000', '184925.222000', '184925.224000', '184925.227000', '184925.230000', '184925.232000', '184925.235000', '184925.237000', '184925.240000', '184925.242000', '184925.245000', '184925.248000', '184925.250000', '184925.253000', '184925.255000', '184925.258000', '184925.260000', '184925.263000', '184925.266000', '184925.268000', '184925.271000', '184925.273000', '184925.276000', '184925.278000', '184925.281000', '184925.284000', '184925.286000', '184925.289000', '184925.292000', '184925.294000', '184925.297000', '184925.299000', '184925.302000', '184925.305000', '184945.193000', '184945.195000', '184945.198000', '184945.200000', '184945.203000', '184945.206000', '184945.208000', '184945.211000', '184945.213000', '184945.216000', '184945.218000', '184945.221000', '184945.223000', '184945.226000', '184945.229000', '184945.231000', '184945.234000', '184945.236000', '184945.239000', '184945.241000', '184945.244000', '184945.246000', '184945.249000', '184945.252000', '184945.254000', '184945.257000', '184945.259000', '184945.262000', '184945.264000', '184945.267000', '184945.269000', '184945.272000', '184945.275000', '184945.277000', '184945.280000', '184945.282000', '184945.285000', '184945.287000', '184945.290000', '184945.292000', '184945.295000', '184945.298000', '184945.300000', '185005.192000', '185005.195000', '185005.198000', '185005.200000', '185005.204000', '185005.206000', '185005.209000', '185005.211000', '185005.215000', '185005.218000', '185005.221000', '185005.223000', '185005.226000', '185005.228000', '185005.231000', '185005.234000', '185005.236000', '185005.239000', '185005.241000', '185005.244000', '185005.246000', '185005.249000', '185005.252000', '185005.254000', '185005.257000', '185005.260000', '185005.262000', '185005.265000', '185005.268000', '185005.270000', '185005.273000', '185005.275000', '185005.278000', '185005.281000', '185005.283000', '185005.286000', '185005.288000', '185005.291000', '185005.293000', '185005.296000', '185005.299000', '185005.301000', '185005.304000', '185025.192000', '185025.195000', '185025.198000', '185025.200000', '185025.203000', '185025.206000', '185025.208000', '185025.211000', '185025.213000', '185025.216000', '185025.218000', '185025.221000', '185025.224000', '185025.226000', '185025.229000', '185025.232000', '185025.234000', '185025.237000', '185025.239000', '185025.242000', '185025.244000', '185025.247000', '185025.249000', '185025.252000', '185025.255000', '185025.257000', '185025.260000', '185025.262000', '185025.265000', '185025.268000', '185025.270000', '185025.273000', '185025.276000', '185025.278000', '185025.281000', '185025.283000', '185025.286000', '185025.288000', '185025.291000', '185025.294000', '185025.296000', '185025.299000', '185025.302000', '185025.304000', '185045.193000', '185045.196000', '185045.199000', '185045.201000', '185045.204000', '185045.206000', '185045.209000', '185045.212000', '185045.214000', '185045.217000', '185045.219000', '185045.222000', '185045.225000', '185045.227000', '185045.230000', '185045.232000', '185045.235000', '185045.237000', '185045.240000', '185045.243000', '185045.245000', '185045.248000', '185045.250000', '185045.253000', '185045.255000', '185045.258000', '185045.261000', '185045.263000', '185045.266000', '185045.268000', '185045.271000', '185045.273000', '185045.276000', '185045.279000', '185045.281000', '185045.284000', '185045.286000', '185045.289000', '185045.291000', '185045.294000', '185045.297000', '185045.299000', '185045.302000', '185045.304000', '185105.194000', '185105.196000', '185105.199000', '185105.202000', '185105.204000', '185105.207000', '185105.209000', '185105.212000', '185105.215000', '185105.217000', '185105.220000', '185105.222000', '185105.225000', '185105.228000', '185105.230000', '185105.233000', '185105.235000', '185105.238000', '185105.240000', '185105.243000', '185105.245000', '185105.248000', '185105.251000', '185105.253000', '185105.256000', '185105.258000', '185105.261000', '185105.264000', '185105.266000', '185105.269000', '185105.272000', '185105.274000', '185105.277000', '185105.279000', '185105.282000', '185105.284000', '185105.287000', '185105.290000', '185105.292000', '185105.295000', '185105.297000', '185105.300000', '185105.302000', '185125.194000', '185125.196000', '185125.199000', '185125.202000', '185125.204000', '185125.207000', '185125.209000', '185125.212000', '185125.214000', '185125.217000', '185125.220000', '185125.222000', '185125.225000', '185125.227000', '185125.230000', '185125.233000', '185125.236000', '185125.239000', '185125.241000', '185125.244000', '185125.246000', '185125.249000', '185125.251000', '185125.254000', '185125.257000', '185125.269000', '185125.272000', '185125.275000', '185125.277000', '185125.280000', '185125.283000', '185125.285000', '185125.288000', '185125.290000', '185125.293000', '185125.296000', '185125.298000', '185125.301000', '185125.303000', '185125.306000', '185125.309000', '185125.311000', '185125.314000', '185125.316000', '185145.193000', '185145.196000', '185145.199000', '185145.201000', '185145.204000', '185145.207000', '185145.209000', '185145.212000', '185145.214000', '185145.217000', '185145.220000', '185145.222000', '185145.225000', '185145.227000', '185145.230000', '185145.233000', '185145.235000', '185145.238000', '185145.241000', '185145.243000', '185145.246000', '185145.248000', '185145.251000', '185145.254000', '185145.256000', '185145.259000', '185145.261000', '185145.264000', '185145.266000', '185145.269000', '185145.272000', '185145.274000', '185145.277000', '185145.279000', '185145.282000', '185145.284000', '185145.287000', '185145.290000', '185145.292000', '185145.295000', '185145.298000', '185145.300000', '185145.303000', '185205.193000', '185205.195000', '185205.198000', '185205.201000', '185205.203000', '185205.206000', '185205.208000', '185205.211000', '185205.214000', '185205.216000', '185205.219000', '185205.221000', '185205.224000', '185205.227000', '185205.229000', '185205.232000', '185205.234000', '185205.237000', '185205.239000', '185205.242000', '185205.245000', '185205.247000', '185205.250000', '185205.252000', '185205.255000', '185205.258000', '185205.260000', '185205.263000', '185205.265000', '185205.268000', '185205.270000', '185205.273000', '185205.276000', '185205.278000', '185205.281000', '185205.283000', '185205.286000', '185205.289000', '185205.291000', '185205.294000', '185205.296000', '185205.299000', '185205.302000', '185225.192000', '185225.195000', '185225.198000', '185225.200000', '185225.203000', '185225.206000', '185225.208000', '185225.211000', '185225.213000', '185225.216000', '185225.219000', '185225.221000', '185225.224000', '185225.226000', '185225.229000', '185225.231000', '185225.234000', '185225.236000', '185225.239000', '185225.242000', '185225.244000', '185225.247000', '185225.249000', '185225.252000', '185225.255000', '185225.257000', '185225.260000', '185225.262000', '185225.265000', '185225.268000', '185225.270000', '185225.273000', '185225.275000', '185225.278000', '185225.281000', '185225.283000', '185225.286000', '185225.288000', '185225.291000', '185225.294000', '185225.296000', '185225.299000', '185225.302000', '185225.304000', '185245.192000', '185245.195000', '185245.198000', '185245.200000', '185245.203000', '185245.206000', '185245.208000', '185245.211000', '185245.214000', '185245.216000', '185245.219000', '185245.222000', '185245.224000', '185245.227000', '185245.230000', '185245.232000', '185245.235000', '185245.237000', '185245.240000', '185245.242000', '185245.245000', '185245.248000', '185245.250000', '185245.253000', '185245.255000', '185245.258000', '185245.260000', '185245.263000', '185245.266000', '185245.268000', '185245.272000', '185245.275000', '185245.277000', '185245.280000', '185245.282000', '185245.285000', '185245.288000', '185245.290000', '185245.293000', '185245.295000', '185245.298000', '185245.301000', '185245.303000', '185305.193000', '185305.196000', '185305.199000', '185305.202000', '185305.204000', '185305.207000', '185305.210000', '185305.212000', '185305.215000', '185305.218000', '185305.220000', '185305.223000', '185305.225000', '185305.228000', '185305.230000', '185305.233000', '185305.236000', '185305.238000', '185305.241000', '185305.244000', '185305.246000', '185305.249000', '185305.252000', '185305.254000', '185305.257000', '185305.259000', '185305.262000', '185305.264000', '185305.267000', '185305.270000', '185305.272000', '185305.275000', '185305.277000', '185305.280000', '185305.283000', '185305.285000', '185305.288000', '185305.290000', '185305.293000', '185305.296000', '185305.298000', '185305.301000', '185305.303000', '185305.306000', '185325.194000', '185325.196000', '185325.199000', '185325.202000', '185325.204000', '185325.209000', '185325.211000', '185325.214000', '185325.217000', '185325.219000', '185325.230000', '185325.233000', '185325.236000', '185325.238000', '185325.241000', '185325.243000', '185325.246000', '185325.249000', '185325.251000', '185325.254000', '185325.257000', '185325.260000', '185325.263000', '185325.266000', '185325.268000', '185325.271000', '185325.274000', '185325.276000', '185325.279000', '185325.281000', '185325.284000', '185325.287000', '185325.289000', '185325.292000', '185325.294000', '185325.297000', '185325.300000', '185325.302000', '185325.305000', '185325.307000', '185325.310000', '185325.313000', '185325.315000', '185345.193000', '185345.196000', '185345.199000', '185345.201000', '185345.204000', '185345.207000', '185345.209000', '185345.212000', '185345.214000', '185345.217000', '185345.220000', '185345.222000', '185345.225000', '185345.227000', '185345.230000', '185345.232000', '185345.235000', '185345.238000', '185345.240000', '185345.243000', '185345.245000', '185345.248000', '185345.250000', '185345.253000', '185345.256000', '185345.258000', '185345.261000', '185345.263000', '185345.266000', '185345.269000', '185345.271000', '185345.274000', '185345.276000', '185345.279000', '185345.282000', '185345.284000', '185345.287000', '185345.289000', '185345.292000', '185345.295000', '185345.297000', '185345.300000', '185345.302000', '185345.305000', '185405.194000', '185405.197000', '185405.199000', '185405.202000', '185405.204000', '185405.207000', '185405.209000', '185405.212000', '185405.215000', '185405.217000', '185405.220000', '185405.222000', '185405.225000', '185405.228000', '185405.230000', '185405.233000', '185405.235000', '185405.238000', '185405.241000', '185405.243000', '185405.246000', '185405.248000', '185405.251000', '185405.254000', '185405.257000', '185405.260000', '185405.262000', '185405.265000', '185405.268000', '185405.270000', '185405.273000', '185405.275000', '185405.278000', '185405.281000', '185405.283000', '185405.286000', '185405.289000', '185405.291000', '185405.294000', '185405.296000', '185405.299000', '185405.302000', '185405.304000', '185425.193000', '185425.196000', '185425.198000', '185425.208000', '185425.210000', '185425.213000', '185425.215000', '185425.218000', '185425.221000', '185425.223000', '185425.226000', '185425.228000', '185425.231000', '185425.233000', '185425.236000', '185425.239000', '185425.241000', '185425.244000', '185425.247000', '185425.249000', '185425.252000', '185425.254000', '185425.257000', '185425.260000', '185425.262000', '185425.265000', '185425.268000', '185425.270000', '185425.273000', '185425.275000', '185425.278000', '185425.281000', '185425.283000', '185425.286000', '185425.288000', '185425.291000', '185425.293000', '185425.296000', '185425.299000', '185425.301000', '185425.304000', '185425.306000', '185425.309000', '185425.311000', '185445.192000', '185445.195000', '185445.198000', '185445.201000', '185445.203000', '185445.206000', '185445.208000', '185445.211000', '185445.213000', '185445.216000', '185445.219000', '185445.221000', '185445.224000', '185445.226000', '185445.229000', '185445.231000', '185445.234000', '185445.237000', '185445.239000', '185445.242000', '185445.245000', '185445.248000', '185445.251000', '185445.254000', '185445.256000', '185445.259000', '185445.262000', '185445.264000', '185445.267000', '185445.269000', '185445.272000', '185445.275000', '185445.277000', '185445.280000', '185445.282000', '185445.285000', '185445.288000', '185445.290000', '185445.293000', '185445.295000', '185445.298000', '185445.301000', '185445.303000', '185505.193000', '185505.196000', '185505.198000', '185505.201000', '185505.204000', '185505.206000', '185505.209000', '185505.211000', '185505.214000', '185505.217000', '185505.219000', '185505.222000', '185505.224000', '185505.227000', '185505.230000', '185505.232000', '185505.235000', '185505.237000', '185505.240000', '185505.243000', '185505.245000', '185505.248000', '185505.250000', '185505.253000', '185505.255000', '185505.258000', '185505.261000', '185505.263000', '185505.266000', '185505.269000', '185505.271000', '185505.274000', '185505.277000', '185505.279000', '185505.282000', '185505.284000', '185505.287000', '185505.289000', '185505.292000', '185505.295000', '185505.297000', '185505.300000', '185505.303000', '185505.305000', '185525.193000', '185525.196000', '185525.199000', '185525.202000', '185525.204000', '185525.207000', '185525.209000', '185525.212000', '185525.214000', '185525.217000', '185525.220000', '185525.222000', '185525.225000', '185525.227000', '185525.230000', '185525.233000', '185525.235000', '185525.238000', '185525.240000', '185525.243000', '185525.245000', '185525.248000', '185525.251000', '185525.253000', '185525.256000', '185525.258000', '185525.261000', '185525.263000', '185525.266000', '185525.269000', '185525.271000', '185525.274000', '185525.277000', '185525.279000', '185525.282000', '185525.284000', '185525.287000', '185525.289000', '185525.292000', '185525.295000', '185525.297000', '185525.300000', '185525.302000', '185545.194000', '185545.196000', '185545.199000', '185545.202000', '185545.204000', '185545.207000', '185545.209000', '185545.212000', '185545.214000', '185545.217000', '185545.220000', '185545.222000', '185545.225000', '185545.227000', '185545.240000', '185545.243000', '185545.246000', '185545.248000', '185545.251000', '185545.253000', '185545.256000', '185545.258000', '185545.261000', '185545.264000', '185545.266000', '185545.269000', '185545.271000', '185545.274000', '185545.277000', '185545.280000', '185545.282000', '185545.285000', '185545.287000', '185545.290000', '185545.293000', '185545.295000', '185545.298000', '185545.300000', '185545.303000', '185545.305000', '185545.308000', '185545.311000', '185545.313000', '185545.316000', '185604.428000', '185604.430000', '185604.433000', '185604.436000', '185604.438000', '185604.441000', '185604.443000', '185604.446000', '185604.449000', '185604.451000', '185604.454000', '185604.456000', '185604.459000', '185604.461000', '185604.464000', '185604.467000', '185604.469000', '185604.472000', '185604.474000', '185604.477000', '185604.480000', '185604.482000', '185604.485000', '185604.487000', '185604.490000', '185604.493000', '185604.495000', '185604.498000', '185604.500000', '185604.503000', '185604.505000', '185604.508000', '185604.511000', '185604.513000', '185604.516000', '185604.518000', '185604.521000', '185604.524000', '185604.526000', '185604.529000', '185604.531000', '185604.534000'], 'InstanceCreationTime': ['184805.265000', '184805.268000', '184805.270000', '184805.273000', '184805.276000', '184805.279000', '184805.291000', '184805.294000', '184805.296000', '184805.299000', '184805.302000', '184805.305000', '184805.307000', '184805.310000', '184805.312000', '184805.315000', '184805.317000', '184805.320000', '184805.323000', '184805.326000', '184805.328000', '184805.348000', '184805.351000', '184825.194000', '184825.197000', '184825.199000', '184825.202000', '184825.205000', '184825.207000', '184825.210000', '184825.212000', '184825.215000', '184825.217000', '184825.220000', '184825.223000', '184825.225000', '184825.228000', '184825.231000', '184825.233000', '184825.236000', '184825.239000', '184825.242000', '184825.245000', '184825.248000', '184825.250000', '184825.253000', '184825.256000', '184825.259000', '184825.262000', '184825.271000', '184825.274000', '184825.276000', '184825.279000', '184825.282000', '184825.284000', '184825.287000', '184825.290000', '184825.292000', '184825.295000', '184825.298000', '184825.301000', '184825.303000', '184825.307000', '184825.318000', '184825.320000', '184825.323000', '184845.193000', '184845.196000', '184845.199000', '184845.201000', '184845.204000', '184845.206000', '184845.209000', '184845.212000', '184845.214000', '184845.217000', '184845.219000', '184845.222000', '184845.224000', '184845.227000', '184845.229000', '184845.232000', '184845.234000', '184845.237000', '184845.240000', '184845.242000', '184845.245000', '184845.247000', '184845.250000', '184845.252000', '184845.255000', '184845.257000', '184845.260000', '184845.262000', '184845.265000', '184845.268000', '184845.270000', '184845.273000', '184845.275000', '184845.278000', '184845.280000', '184845.283000', '184845.286000', '184845.288000', '184845.291000', '184845.293000', '184845.296000', '184845.298000', '184845.301000', '184845.304000', '184905.193000', '184905.196000', '184905.199000', '184905.201000', '184905.204000', '184905.206000', '184905.209000', '184905.212000', '184905.214000', '184905.217000', '184905.219000', '184905.222000', '184905.224000', '184905.227000', '184905.229000', '184905.232000', '184905.235000', '184905.237000', '184905.240000', '184905.242000', '184905.245000', '184905.247000', '184905.250000', '184905.253000', '184905.255000', '184905.258000', '184905.260000', '184905.263000', '184905.265000', '184905.268000', '184905.270000', '184905.273000', '184905.276000', '184905.278000', '184905.281000', '184905.283000', '184905.286000', '184905.288000', '184905.291000', '184905.294000', '184905.296000', '184905.299000', '184905.301000', '184925.193000', '184925.196000', '184925.199000', '184925.201000', '184925.204000', '184925.206000', '184925.209000', '184925.212000', '184925.214000', '184925.217000', '184925.219000', '184925.222000', '184925.224000', '184925.227000', '184925.230000', '184925.232000', '184925.235000', '184925.237000', '184925.240000', '184925.242000', '184925.245000', '184925.248000', '184925.250000', '184925.253000', '184925.255000', '184925.258000', '184925.260000', '184925.263000', '184925.266000', '184925.268000', '184925.271000', '184925.273000', '184925.276000', '184925.278000', '184925.281000', '184925.284000', '184925.286000', '184925.289000', '184925.292000', '184925.294000', '184925.297000', '184925.299000', '184925.302000', '184925.305000', '184945.193000', '184945.195000', '184945.198000', '184945.200000', '184945.203000', '184945.206000', '184945.208000', '184945.211000', '184945.213000', '184945.216000', '184945.218000', '184945.221000', '184945.223000', '184945.226000', '184945.229000', '184945.231000', '184945.234000', '184945.236000', '184945.239000', '184945.241000', '184945.244000', '184945.246000', '184945.249000', '184945.252000', '184945.254000', '184945.257000', '184945.259000', '184945.262000', '184945.264000', '184945.267000', '184945.269000', '184945.272000', '184945.275000', '184945.277000', '184945.280000', '184945.282000', '184945.285000', '184945.287000', '184945.290000', '184945.292000', '184945.295000', '184945.298000', '184945.300000', '185005.192000', '185005.195000', '185005.198000', '185005.200000', '185005.204000', '185005.206000', '185005.209000', '185005.211000', '185005.215000', '185005.218000', '185005.221000', '185005.223000', '185005.226000', '185005.228000', '185005.231000', '185005.234000', '185005.236000', '185005.239000', '185005.241000', '185005.244000', '185005.246000', '185005.249000', '185005.252000', '185005.254000', '185005.257000', '185005.260000', '185005.262000', '185005.265000', '185005.268000', '185005.270000', '185005.273000', '185005.275000', '185005.278000', '185005.281000', '185005.283000', '185005.286000', '185005.288000', '185005.291000', '185005.293000', '185005.296000', '185005.299000', '185005.301000', '185005.304000', '185025.192000', '185025.195000', '185025.198000', '185025.200000', '185025.203000', '185025.206000', '185025.208000', '185025.211000', '185025.213000', '185025.216000', '185025.218000', '185025.221000', '185025.224000', '185025.226000', '185025.229000', '185025.232000', '185025.234000', '185025.237000', '185025.239000', '185025.242000', '185025.244000', '185025.247000', '185025.249000', '185025.252000', '185025.255000', '185025.257000', '185025.260000', '185025.262000', '185025.265000', '185025.268000', '185025.270000', '185025.273000', '185025.276000', '185025.278000', '185025.281000', '185025.283000', '185025.286000', '185025.288000', '185025.291000', '185025.294000', '185025.296000', '185025.299000', '185025.302000', '185025.304000', '185045.193000', '185045.196000', '185045.199000', '185045.201000', '185045.204000', '185045.206000', '185045.209000', '185045.212000', '185045.214000', '185045.217000', '185045.219000', '185045.222000', '185045.225000', '185045.227000', '185045.230000', '185045.232000', '185045.235000', '185045.237000', '185045.240000', '185045.243000', '185045.245000', '185045.248000', '185045.250000', '185045.253000', '185045.255000', '185045.258000', '185045.261000', '185045.263000', '185045.266000', '185045.268000', '185045.271000', '185045.273000', '185045.276000', '185045.279000', '185045.281000', '185045.284000', '185045.286000', '185045.289000', '185045.291000', '185045.294000', '185045.297000', '185045.299000', '185045.302000', '185045.304000', '185105.194000', '185105.196000', '185105.199000', '185105.202000', '185105.204000', '185105.207000', '185105.209000', '185105.212000', '185105.215000', '185105.217000', '185105.220000', '185105.222000', '185105.225000', '185105.228000', '185105.230000', '185105.233000', '185105.235000', '185105.238000', '185105.240000', '185105.243000', '185105.245000', '185105.248000', '185105.251000', '185105.253000', '185105.256000', '185105.258000', '185105.261000', '185105.264000', '185105.266000', '185105.269000', '185105.272000', '185105.274000', '185105.277000', '185105.279000', '185105.282000', '185105.284000', '185105.287000', '185105.290000', '185105.292000', '185105.295000', '185105.297000', '185105.300000', '185105.302000', '185125.194000', '185125.196000', '185125.199000', '185125.202000', '185125.204000', '185125.207000', '185125.209000', '185125.212000', '185125.214000', '185125.217000', '185125.220000', '185125.222000', '185125.225000', '185125.227000', '185125.230000', '185125.233000', '185125.236000', '185125.239000', '185125.241000', '185125.244000', '185125.246000', '185125.249000', '185125.251000', '185125.254000', '185125.257000', '185125.269000', '185125.272000', '185125.275000', '185125.277000', '185125.280000', '185125.283000', '185125.285000', '185125.288000', '185125.290000', '185125.293000', '185125.296000', '185125.298000', '185125.301000', '185125.303000', '185125.306000', '185125.309000', '185125.311000', '185125.314000', '185125.316000', '185145.193000', '185145.196000', '185145.199000', '185145.201000', '185145.204000', '185145.207000', '185145.209000', '185145.212000', '185145.214000', '185145.217000', '185145.220000', '185145.222000', '185145.225000', '185145.227000', '185145.230000', '185145.233000', '185145.235000', '185145.238000', '185145.241000', '185145.243000', '185145.246000', '185145.248000', '185145.251000', '185145.254000', '185145.256000', '185145.259000', '185145.261000', '185145.264000', '185145.266000', '185145.269000', '185145.272000', '185145.274000', '185145.277000', '185145.279000', '185145.282000', '185145.284000', '185145.287000', '185145.290000', '185145.292000', '185145.295000', '185145.298000', '185145.300000', '185145.303000', '185205.193000', '185205.195000', '185205.198000', '185205.201000', '185205.203000', '185205.206000', '185205.208000', '185205.211000', '185205.214000', '185205.216000', '185205.219000', '185205.221000', '185205.224000', '185205.227000', '185205.229000', '185205.232000', '185205.234000', '185205.237000', '185205.239000', '185205.242000', '185205.245000', '185205.247000', '185205.250000', '185205.252000', '185205.255000', '185205.258000', '185205.260000', '185205.263000', '185205.265000', '185205.268000', '185205.270000', '185205.273000', '185205.276000', '185205.278000', '185205.281000', '185205.283000', '185205.286000', '185205.289000', '185205.291000', '185205.294000', '185205.296000', '185205.299000', '185205.302000', '185225.192000', '185225.195000', '185225.198000', '185225.200000', '185225.203000', '185225.206000', '185225.208000', '185225.211000', '185225.213000', '185225.216000', '185225.219000', '185225.221000', '185225.224000', '185225.226000', '185225.229000', '185225.231000', '185225.234000', '185225.236000', '185225.239000', '185225.242000', '185225.244000', '185225.247000', '185225.249000', '185225.252000', '185225.255000', '185225.257000', '185225.260000', '185225.262000', '185225.265000', '185225.268000', '185225.270000', '185225.273000', '185225.275000', '185225.278000', '185225.281000', '185225.283000', '185225.286000', '185225.288000', '185225.291000', '185225.294000', '185225.296000', '185225.299000', '185225.302000', '185225.304000', '185245.192000', '185245.195000', '185245.198000', '185245.200000', '185245.203000', '185245.206000', '185245.208000', '185245.211000', '185245.214000', '185245.216000', '185245.219000', '185245.222000', '185245.224000', '185245.227000', '185245.230000', '185245.232000', '185245.235000', '185245.237000', '185245.240000', '185245.242000', '185245.245000', '185245.248000', '185245.250000', '185245.253000', '185245.255000', '185245.258000', '185245.260000', '185245.263000', '185245.266000', '185245.268000', '185245.272000', '185245.275000', '185245.277000', '185245.280000', '185245.282000', '185245.285000', '185245.288000', '185245.290000', '185245.293000', '185245.295000', '185245.298000', '185245.301000', '185245.303000', '185305.193000', '185305.196000', '185305.199000', '185305.202000', '185305.204000', '185305.207000', '185305.210000', '185305.212000', '185305.215000', '185305.218000', '185305.220000', '185305.223000', '185305.225000', '185305.228000', '185305.230000', '185305.233000', '185305.236000', '185305.238000', '185305.241000', '185305.244000', '185305.246000', '185305.249000', '185305.252000', '185305.254000', '185305.257000', '185305.259000', '185305.262000', '185305.264000', '185305.267000', '185305.270000', '185305.272000', '185305.275000', '185305.277000', '185305.280000', '185305.283000', '185305.285000', '185305.288000', '185305.290000', '185305.293000', '185305.296000', '185305.298000', '185305.301000', '185305.303000', '185305.306000', '185325.194000', '185325.196000', '185325.199000', '185325.202000', '185325.204000', '185325.209000', '185325.211000', '185325.214000', '185325.217000', '185325.219000', '185325.230000', '185325.233000', '185325.236000', '185325.238000', '185325.241000', '185325.243000', '185325.246000', '185325.249000', '185325.251000', '185325.254000', '185325.257000', '185325.260000', '185325.263000', '185325.266000', '185325.268000', '185325.271000', '185325.274000', '185325.276000', '185325.279000', '185325.281000', '185325.284000', '185325.287000', '185325.289000', '185325.292000', '185325.294000', '185325.297000', '185325.300000', '185325.302000', '185325.305000', '185325.307000', '185325.310000', '185325.313000', '185325.315000', '185345.193000', '185345.196000', '185345.199000', '185345.201000', '185345.204000', '185345.207000', '185345.209000', '185345.212000', '185345.214000', '185345.217000', '185345.220000', '185345.222000', '185345.225000', '185345.227000', '185345.230000', '185345.232000', '185345.235000', '185345.238000', '185345.240000', '185345.243000', '185345.245000', '185345.248000', '185345.250000', '185345.253000', '185345.256000', '185345.258000', '185345.261000', '185345.263000', '185345.266000', '185345.269000', '185345.271000', '185345.274000', '185345.276000', '185345.279000', '185345.282000', '185345.284000', '185345.287000', '185345.289000', '185345.292000', '185345.295000', '185345.297000', '185345.300000', '185345.302000', '185345.305000', '185405.194000', '185405.197000', '185405.199000', '185405.202000', '185405.204000', '185405.207000', '185405.209000', '185405.212000', '185405.215000', '185405.217000', '185405.220000', '185405.222000', '185405.225000', '185405.228000', '185405.230000', '185405.233000', '185405.235000', '185405.238000', '185405.241000', '185405.243000', '185405.246000', '185405.248000', '185405.251000', '185405.254000', '185405.257000', '185405.260000', '185405.262000', '185405.265000', '185405.268000', '185405.270000', '185405.273000', '185405.275000', '185405.278000', '185405.281000', '185405.283000', '185405.286000', '185405.289000', '185405.291000', '185405.294000', '185405.296000', '185405.299000', '185405.302000', '185405.304000', '185425.193000', '185425.196000', '185425.198000', '185425.208000', '185425.210000', '185425.213000', '185425.215000', '185425.218000', '185425.221000', '185425.223000', '185425.226000', '185425.228000', '185425.231000', '185425.233000', '185425.236000', '185425.239000', '185425.241000', '185425.244000', '185425.247000', '185425.249000', '185425.252000', '185425.254000', '185425.257000', '185425.260000', '185425.262000', '185425.265000', '185425.268000', '185425.270000', '185425.273000', '185425.275000', '185425.278000', '185425.281000', '185425.283000', '185425.286000', '185425.288000', '185425.291000', '185425.293000', '185425.296000', '185425.299000', '185425.301000', '185425.304000', '185425.306000', '185425.309000', '185425.311000', '185445.192000', '185445.195000', '185445.198000', '185445.201000', '185445.203000', '185445.206000', '185445.208000', '185445.211000', '185445.213000', '185445.216000', '185445.219000', '185445.221000', '185445.224000', '185445.226000', '185445.229000', '185445.231000', '185445.234000', '185445.237000', '185445.239000', '185445.242000', '185445.245000', '185445.248000', '185445.251000', '185445.254000', '185445.256000', '185445.259000', '185445.262000', '185445.264000', '185445.267000', '185445.269000', '185445.272000', '185445.275000', '185445.277000', '185445.280000', '185445.282000', '185445.285000', '185445.288000', '185445.290000', '185445.293000', '185445.295000', '185445.298000', '185445.301000', '185445.303000', '185505.193000', '185505.196000', '185505.198000', '185505.201000', '185505.204000', '185505.206000', '185505.209000', '185505.211000', '185505.214000', '185505.217000', '185505.219000', '185505.222000', '185505.224000', '185505.227000', '185505.230000', '185505.232000', '185505.235000', '185505.237000', '185505.240000', '185505.243000', '185505.245000', '185505.248000', '185505.250000', '185505.253000', '185505.255000', '185505.258000', '185505.261000', '185505.263000', '185505.266000', '185505.269000', '185505.271000', '185505.274000', '185505.277000', '185505.279000', '185505.282000', '185505.284000', '185505.287000', '185505.289000', '185505.292000', '185505.295000', '185505.297000', '185505.300000', '185505.303000', '185505.305000', '185525.193000', '185525.196000', '185525.199000', '185525.202000', '185525.204000', '185525.207000', '185525.209000', '185525.212000', '185525.214000', '185525.217000', '185525.220000', '185525.222000', '185525.225000', '185525.227000', '185525.230000', '185525.233000', '185525.235000', '185525.238000', '185525.240000', '185525.243000', '185525.245000', '185525.248000', '185525.251000', '185525.253000', '185525.256000', '185525.258000', '185525.261000', '185525.263000', '185525.266000', '185525.269000', '185525.271000', '185525.274000', '185525.277000', '185525.279000', '185525.282000', '185525.284000', '185525.287000', '185525.289000', '185525.292000', '185525.295000', '185525.297000', '185525.300000', '185525.302000', '185545.194000', '185545.196000', '185545.199000', '185545.202000', '185545.204000', '185545.207000', '185545.209000', '185545.212000', '185545.214000', '185545.217000', '185545.220000', '185545.222000', '185545.225000', '185545.227000', '185545.240000', '185545.243000', '185545.246000', '185545.248000', '185545.251000', '185545.253000', '185545.256000', '185545.258000', '185545.261000', '185545.264000', '185545.266000', '185545.269000', '185545.271000', '185545.274000', '185545.277000', '185545.280000', '185545.282000', '185545.285000', '185545.287000', '185545.290000', '185545.293000', '185545.295000', '185545.298000', '185545.300000', '185545.303000', '185545.305000', '185545.308000', '185545.311000', '185545.313000', '185545.316000', '185604.428000', '185604.430000', '185604.433000', '185604.436000', '185604.438000', '185604.441000', '185604.443000', '185604.446000', '185604.449000', '185604.451000', '185604.454000', '185604.456000', '185604.459000', '185604.461000', '185604.464000', '185604.467000', '185604.469000', '185604.472000', '185604.474000', '185604.477000', '185604.480000', '185604.482000', '185604.485000', '185604.487000', '185604.490000', '185604.493000', '185604.495000', '185604.498000', '185604.500000', '185604.503000', '185604.505000', '185604.508000', '185604.511000', '185604.513000', '185604.516000', '185604.518000', '185604.521000', '185604.524000', '185604.526000', '185604.529000', '185604.531000', '185604.534000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [10924, 7545, 9465, 7493, 9902, 7709, 8011, 7400, 7755, 8243, 7966, 8263, 7849, 8300, 7825, 8369, 7732, 8871, 7568, 9264, 7592, 9440, 7674, 8383, 7549, 8986, 7578, 8572, 7445, 7850, 7454, 7972, 7395, 8140, 7234, 7709, 7349, 7943, 7690, 7439, 7588, 7987, 8131, 7748, 8190, 7826, 8257, 7741, 8336, 7757, 8192, 7955, 8038, 7893, 8169, 7825, 8468, 7825, 8594, 7608, 9347, 7654, 9499, 7729, 9250, 7650, 9717, 7675, 9796, 7631, 9567, 7714, 9556, 7583, 9605, 7693, 9898, 7578, 8858, 7687, 9566, 7495, 9222, 7622, 8916, 7333, 9870, 7687, 9935, 7427, 10351, 7564, 9968, 8019, 9821, 7675, 9597, 7637, 8471, 7548, 8925, 7834, 8118, 7272, 8044, 7510, 9639, 7793, 9958, 7618, 10096, 7880, 9234, 7987, 8187, 7913, 7801, 7656, 8098, 7556, 8163, 7744, 7555, 7774, 8077, 7753, 7876, 7854, 7659, 7955, 7600, 7742, 7483, 8248, 7392, 8019, 7199, 8310, 7350, 10160, 7680, 10004, 7525, 9791, 7576, 9859, 8027, 10221, 7896, 10020, 7676, 9696, 7765, 9556, 7773, 9196, 7682, 9111, 7935, 8367, 8159, 8452, 7816, 8246, 7705, 7325, 7699, 7315, 8072, 7323, 8274, 7205, 8374, 7638, 9939, 7784, 9711, 7577, 9143, 7616, 10218, 8101, 10083, 7658, 10035, 8058, 9175, 7645, 9607, 7827, 9656, 7868, 8757, 8025, 8756, 8242, 8477, 8092, 8580, 8113, 8411, 8108, 8459, 8048, 8311, 8132, 8606, 8284, 8780, 8080, 8616, 7963, 8485, 7983, 8387, 7785, 7776, 7990, 8079, 8016, 7387, 7824, 7235, 8078, 7308, 8200, 7051, 9452, 7675, 10786, 7422, 10673, 7441, 9916, 7723, 10079, 7769, 9409, 7634, 8731, 7653, 8489, 7872, 8968, 7374, 9030, 7677, 9019, 7838, 9213, 7764, 9053, 7633, 9108, 7755, 9255, 7986, 9036, 7897, 9010, 8129, 9210, 8119, 8949, 7665, 9144, 7539, 9413, 8061, 9611, 7559, 9133, 7869, 9094, 8023, 10006, 7749, 9647, 7601, 9720, 7759, 11197, 7535, 10170, 7729, 10143, 7661, 9700, 8142, 8591, 7797, 8778, 7689, 8445, 7810, 9328, 7649, 9699, 7853, 9093, 8105, 9716, 7643, 9265, 7540, 9193, 7532, 10274, 7670, 8512, 7399, 8213, 7362, 8324, 7511, 7655, 7267, 7596, 7266, 7760, 7322, 7745, 7260, 7769, 7274, 8193, 7608, 8360, 7197, 8154, 7323, 8390, 7557, 8453, 7483, 7971, 7823, 7940, 7530, 7851, 7572, 7966, 7338, 7844, 7344, 8094, 7580, 8462, 7602, 8236, 7693, 7964, 7892, 7803, 7675, 8485, 7435, 8162, 7438, 8362, 7551, 9076, 7828, 9408, 7780, 9095, 7920, 9528, 7954, 9575, 7850, 9359, 7925, 8465, 8097, 8950, 8153, 8567, 8071, 8327, 8064, 8017, 8130, 7991, 8253, 7612, 7986, 7154, 8302, 7499, 8266, 7621, 8844, 7636, 9912, 7914, 10355, 7904, 9686, 7966, 8938, 8180, 9171, 8090, 8027, 8032, 8145, 8026, 8084, 8055, 8288, 8173, 7553, 8190, 7544, 8072, 7287, 8441, 7346, 8268, 7387, 8468, 7412, 9339, 7620, 9393, 7571, 9253, 7703, 9196, 8037, 9493, 7772, 8702, 7986, 8581, 8155, 8753, 8085, 8072, 7909, 7818, 8078, 7961, 8129, 7469, 8090, 7485, 8006, 8292, 8066, 7982, 8014, 8038, 8192, 8293, 8203, 9556, 8090, 9536, 7913, 9330, 7993, 9964, 8146, 9484, 7902, 8934, 7891, 9628, 8090, 8705, 7901, 8536, 8035, 8609, 8199, 8422, 8094, 8541, 8101, 8005, 8263, 7794, 8078, 7672, 8137, 7550, 7832, 7351, 8027, 7112, 7765, 7104, 8332, 7411, 8574, 7378, 8174, 7315, 8312, 7517, 8508, 7408, 7845, 8683, 8040, 8529, 8294, 10040, 7799, 9874, 7935, 9140, 7781, 10857, 7534, 8310, 7292, 8111, 7412, 9767, 7758, 8417, 7457, 8215, 7604, 8105, 7822, 8471, 7352, 7925, 7470, 8029, 8537, 8185, 7494, 7992, 7856, 7842, 8084, 8074, 9224, 7835, 8840, 7993, 8494, 7983, 9174, 8055, 8783, 7665, 8523, 8197, 8683, 7721, 8044, 8780, 8097, 10565, 7707, 8720, 7751, 8641, 7859, 11471, 7403, 8151, 7054, 7875, 7224, 8103, 7276, 8310, 6944, 7902, 7470, 8057, 7841, 7993, 8043, 7902, 8503, 7855, 8924, 7844, 8661, 8204, 8468, 7846, 8644, 8121, 8185, 8086, 8369, 8069, 8233, 7959, 8393, 7777, 9278, 8141, 9496, 8032, 8099, 8033, 7722, 8096, 6960, 8523, 7458, 8571, 7300, 8233, 7214, 8061, 7269, 8116, 7261, 8197, 7741, 8189, 8088, 8099, 7726, 9076, 7435, 8185, 7121, 8135, 7184, 9219, 7693, 11725, 7677, 9484, 7290, 8956, 7483, 9562, 7799, 9595, 7463, 8293, 7525, 8192, 7402, 9945, 7662, 9659, 7464, 9200, 7582, 9179, 7700, 9360, 7623, 9424, 7653, 8838, 7898, 9867, 7829, 8481, 7162, 7921, 7525, 8061, 7954, 8251, 7210, 7984, 7233, 8210, 7408, 9618, 7219, 8388, 7305, 8132, 7487, 8614, 7194, 8022, 7389, 8062, 7259, 8324, 7367, 8522, 7328, 10334, 7499, 11846, 7836, 10297, 7718, 9497, 8127, 8092, 8003, 7795, 8069, 7423, 8212, 7634, 7996, 7064, 8401, 7347, 8451, 7172, 8389, 7183, 8375, 7793, 8553, 7336, 8307, 7387, 8337, 7832, 9949, 7715, 9816, 7718, 9449, 8007, 9521, 7889, 8987, 8052, 8219, 8074, 7837, 8300, 7500, 8115, 7462, 8249, 7481, 8244, 7497, 8292, 7655, 8137, 7481, 8095, 7558, 8216, 7075, 8495, 7336, 10954, 7840, 10216, 8023, 9669, 7866, 8789, 8099, 8773, 7761, 7810, 8051, 7849, 8038, 7234, 8368, 7761, 8758, 7379, 8867, 7749, 9053, 7951, 9174, 7866, 8691, 7797, 9134, 7967, 9121, 7873, 8267, 7760, 8307, 8069, 7858, 8024, 7311, 8110, 7383, 8032, 6812, 8395, 7582, 9104, 7286, 8736, 7425, 8974, 7652, 9926, 7697, 9631, 7487, 9111, 7836, 9242, 8031, 8983, 7982, 9130, 7807, 8373, 7898, 7271, 10468, 7507, 9624, 7495, 9252, 7654, 9807, 7882, 9641, 7576, 8889, 7530, 8223, 7962, 8292, 7787, 7448, 7839, 7783, 8302, 7422, 8287, 6989, 8285, 7119, 8493, 7114, 9498, 7650, 9447, 7635, 9310, 7465, 9757, 7781, 9310, 7673, 9161, 7764, 8479, 7763, 9064, 7682, 9082, 7547, 8786, 7814, 9015, 7778, 9146, 7823, 8543, 8087, 8111, 8428, 7032, 8239, 7243, 8446, 7543, 10301, 7901, 9388, 7721, 8635, 7823, 8167, 7848, 9081, 8044, 8650, 7958, 8053, 7974, 9514, 7862, 8504, 7400, 8217, 7575, 10293, 8061, 9531, 7693, 9615, 7711, 9190, 7972, 8579, 7846, 7883, 8363, 7128, 8250, 7120, 8364, 6996, 8326, 6963, 9604, 7814, 9518, 7395, 9819, 7574, 8709, 7849, 9238, 7883, 7961, 8080, 7641, 8394, 7285, 8422, 7402, 8727, 7353, 9167, 7545, 9184, 8052, 8504, 7486, 7747, 7990, 7155, 8346, 7146, 8418, 7318, 8724, 7408, 9100, 7871, 9261, 8069, 8546, 7996, 7942, 7834, 7756, 8021, 7822, 8095, 7956, 8040, 8095, 7988, 9271, 7936, 8186, 7788, 7797, 8078, 7461, 9269, 7189, 8206, 7148, 8142, 7299, 10461, 7701, 9485, 7526, 9462, 7637, 8577, 8035, 9134, 7627, 8951, 7415, 9177, 7831, 9118, 7293, 8069, 7337, 8220, 7253, 9487, 7313, 8109, 7209, 8357, 7365, 10652, 7310, 8438, 7253, 8387, 7256, 8900, 7325, 8127, 7602, 7946, 7507, 8100, 8646, 7539, 8274, 7405, 8150, 7488, 9334, 7182, 8469, 7273, 8240, 7273, 8391, 7832, 7891, 7345, 8341, 7329, 8609, 7594, 9144, 7330, 9576, 7570, 9261, 7364, 7909, 7730, 8062, 7589, 7888, 8622, 7822, 7865, 7460, 8074, 7433, 8476, 7701, 8314, 7307, 7973, 7462, 8028, 7284, 7908], 'WindowCenter': [3936.0, 3891.0, 3897.0, 3876.0, 3896.0, 3873.0, 3872.0, 3861.0, 3860.0, 3870.0, 3870.0, 3871.0, 3870.0, 3870.0, 3859.0, 3868.0, 3869.0, 3880.0, 3871.0, 3880.0, 3870.0, 3879.0, 3870.0, 3869.0, 3871.0, 3881.0, 3872.0, 3881.0, 3861.0, 3870.0, 3871.0, 3871.0, 3873.0, 3872.0, 3872.0, 3871.0, 3871.0, 3871.0, 3884.0, 3872.0, 3872.0, 3871.0, 3871.0, 3871.0, 3881.0, 3872.0, 3883.0, 3872.0, 3871.0, 3870.0, 3881.0, 3872.0, 3883.0, 3883.0, 3883.0, 3872.0, 3871.0, 3871.0, 3882.0, 3883.0, 3892.0, 3873.0, 3892.0, 3872.0, 3881.0, 3873.0, 3893.0, 3871.0, 3891.0, 3871.0, 3880.0, 3871.0, 3892.0, 3872.0, 3891.0, 3871.0, 3890.0, 3871.0, 3881.0, 3884.0, 3893.0, 3873.0, 3892.0, 3872.0, 3881.0, 3873.0, 3893.0, 3873.0, 3892.0, 3872.0, 3890.0, 3871.0, 3891.0, 3871.0, 3890.0, 3870.0, 3879.0, 3870.0, 3869.0, 3871.0, 3882.0, 3872.0, 3871.0, 3872.0, 3871.0, 3873.0, 3891.0, 3872.0, 3892.0, 3872.0, 3890.0, 3871.0, 3892.0, 3882.0, 3881.0, 3871.0, 3869.0, 3870.0, 3871.0, 3872.0, 3883.0, 3872.0, 3872.0, 3871.0, 3883.0, 3871.0, 3884.0, 3872.0, 3873.0, 3871.0, 3871.0, 3871.0, 3872.0, 3881.0, 3871.0, 3870.0, 3860.0, 3870.0, 3872.0, 3892.0, 3871.0, 3890.0, 3871.0, 3879.0, 3871.0, 3891.0, 3871.0, 3890.0, 3871.0, 3879.0, 3870.0, 3878.0, 3871.0, 3880.0, 3870.0, 3878.0, 3859.0, 3868.0, 3869.0, 3870.0, 3870.0, 3870.0, 3868.0, 3870.0, 3859.0, 3870.0, 3870.0, 3871.0, 3870.0, 3860.0, 3869.0, 3860.0, 3869.0, 3872.0, 3891.0, 3870.0, 3880.0, 3871.0, 3880.0, 3872.0, 3892.0, 3872.0, 3891.0, 3871.0, 3880.0, 3870.0, 3881.0, 3872.0, 3881.0, 3871.0, 3880.0, 3870.0, 3880.0, 3871.0, 3880.0, 3871.0, 3870.0, 3870.0, 3870.0, 3870.0, 3871.0, 3871.0, 3870.0, 3870.0, 3869.0, 3869.0, 3869.0, 3882.0, 3880.0, 3871.0, 3870.0, 3870.0, 3870.0, 3870.0, 3871.0, 3870.0, 3870.0, 3869.0, 3868.0, 3869.0, 3860.0, 3869.0, 3860.0, 3870.0, 3860.0, 3868.0, 3860.0, 3891.0, 3871.0, 3890.0, 3859.0, 3889.0, 3858.0, 3879.0, 3870.0, 3890.0, 3870.0, 3879.0, 3870.0, 3869.0, 3871.0, 3882.0, 3872.0, 3881.0, 3871.0, 3880.0, 3871.0, 3881.0, 3873.0, 3892.0, 3872.0, 3881.0, 3870.0, 3880.0, 3872.0, 3893.0, 3871.0, 3881.0, 3870.0, 3880.0, 3871.0, 3892.0, 3871.0, 3880.0, 3870.0, 3879.0, 3870.0, 3882.0, 3871.0, 3880.0, 3859.0, 3879.0, 3870.0, 3881.0, 3871.0, 3879.0, 3859.0, 3877.0, 3858.0, 3879.0, 3859.0, 3889.0, 3858.0, 3877.0, 3857.0, 3877.0, 3858.0, 3879.0, 3868.0, 3867.0, 3857.0, 3866.0, 3857.0, 3868.0, 3869.0, 3879.0, 3859.0, 3878.0, 3870.0, 3879.0, 3869.0, 3879.0, 3859.0, 3878.0, 3858.0, 3868.0, 3859.0, 3879.0, 3859.0, 3868.0, 3858.0, 3867.0, 3859.0, 3868.0, 3859.0, 3858.0, 3858.0, 3858.0, 3859.0, 3859.0, 3859.0, 3858.0, 3858.0, 3857.0, 3859.0, 3869.0, 3859.0, 3869.0, 3860.0, 3858.0, 3859.0, 3869.0, 3869.0, 3870.0, 3860.0, 3869.0, 3860.0, 3870.0, 3871.0, 3871.0, 3871.0, 3870.0, 3860.0, 3869.0, 3859.0, 3870.0, 3871.0, 3870.0, 3871.0, 3870.0, 3859.0, 3869.0, 3870.0, 3870.0, 3871.0, 3870.0, 3860.0, 3869.0, 3859.0, 3869.0, 3871.0, 3881.0, 3870.0, 3881.0, 3871.0, 3879.0, 3871.0, 3892.0, 3883.0, 3881.0, 3872.0, 3881.0, 3872.0, 3870.0, 3872.0, 3883.0, 3872.0, 3882.0, 3872.0, 3883.0, 3871.0, 3872.0, 3871.0, 3871.0, 3870.0, 3871.0, 3870.0, 3861.0, 3881.0, 3872.0, 3870.0, 3870.0, 3880.0, 3870.0, 3891.0, 3871.0, 3891.0, 3871.0, 3879.0, 3870.0, 3868.0, 3870.0, 3880.0, 3870.0, 3869.0, 3870.0, 3869.0, 3870.0, 3870.0, 3871.0, 3871.0, 3870.0, 3859.0, 3868.0, 3859.0, 3870.0, 3861.0, 3871.0, 3859.0, 3869.0, 3859.0, 3869.0, 3861.0, 3880.0, 3870.0, 3879.0, 3870.0, 3879.0, 3870.0, 3880.0, 3871.0, 3880.0, 3870.0, 3869.0, 3870.0, 3881.0, 3871.0, 3881.0, 3869.0, 3870.0, 3870.0, 3870.0, 3871.0, 3872.0, 3871.0, 3860.0, 3870.0, 3861.0, 3871.0, 3882.0, 3872.0, 3872.0, 3870.0, 3871.0, 3871.0, 3871.0, 3881.0, 3881.0, 3871.0, 3880.0, 3871.0, 3880.0, 3870.0, 3891.0, 3871.0, 3880.0, 3870.0, 3868.0, 3870.0, 3881.0, 3870.0, 3869.0, 3868.0, 3867.0, 3870.0, 3880.0, 3871.0, 3870.0, 3870.0, 3880.0, 3870.0, 3871.0, 3882.0, 3871.0, 3871.0, 3871.0, 3870.0, 3872.0, 3872.0, 3872.0, 3871.0, 3860.0, 3870.0, 3861.0, 3880.0, 3871.0, 3881.0, 3860.0, 3869.0, 3859.0, 3871.0, 3861.0, 3881.0, 3861.0, 3870.0, 3870.0, 3870.0, 3882.0, 3882.0, 3891.0, 3871.0, 3880.0, 3870.0, 3879.0, 3871.0, 3890.0, 3870.0, 3868.0, 3858.0, 3857.0, 3859.0, 3880.0, 3859.0, 3857.0, 3858.0, 3856.0, 3859.0, 3857.0, 3859.0, 3869.0, 3858.0, 3868.0, 3858.0, 3869.0, 3881.0, 3870.0, 3860.0, 3868.0, 3857.0, 3869.0, 3870.0, 3870.0, 3880.0, 3859.0, 3869.0, 3859.0, 3868.0, 3869.0, 3880.0, 3869.0, 3869.0, 3859.0, 3868.0, 3870.0, 3868.0, 3859.0, 3870.0, 3882.0, 3884.0, 3893.0, 3872.0, 3870.0, 3860.0, 3869.0, 3870.0, 3889.0, 3859.0, 3858.0, 3847.0, 3857.0, 3857.0, 3870.0, 3859.0, 3869.0, 3848.0, 3858.0, 3858.0, 3870.0, 3871.0, 3871.0, 3871.0, 3871.0, 3870.0, 3870.0, 3880.0, 3871.0, 3881.0, 3871.0, 3871.0, 3870.0, 3869.0, 3869.0, 3870.0, 3871.0, 3871.0, 3870.0, 3869.0, 3870.0, 3869.0, 3860.0, 3880.0, 3870.0, 3881.0, 3869.0, 3859.0, 3857.0, 3858.0, 3857.0, 3847.0, 3869.0, 3859.0, 3868.0, 3858.0, 3867.0, 3859.0, 3868.0, 3870.0, 3871.0, 3872.0, 3871.0, 3872.0, 3871.0, 3872.0, 3871.0, 3873.0, 3882.0, 3860.0, 3871.0, 3859.0, 3870.0, 3861.0, 3881.0, 3872.0, 3901.0, 3860.0, 3880.0, 3860.0, 3869.0, 3860.0, 3881.0, 3872.0, 3881.0, 3861.0, 3870.0, 3870.0, 3870.0, 3872.0, 3893.0, 3872.0, 3881.0, 3861.0, 3880.0, 3872.0, 3882.0, 3871.0, 3882.0, 3871.0, 3881.0, 3872.0, 3882.0, 3884.0, 3894.0, 3873.0, 3883.0, 3862.0, 3872.0, 3872.0, 3883.0, 3884.0, 3883.0, 3873.0, 3871.0, 3871.0, 3883.0, 3861.0, 3881.0, 3860.0, 3869.0, 3859.0, 3858.0, 3860.0, 3870.0, 3860.0, 3870.0, 3860.0, 3870.0, 3861.0, 3871.0, 3861.0, 3870.0, 3860.0, 3879.0, 3859.0, 3890.0, 3859.0, 3878.0, 3857.0, 3867.0, 3856.0, 3857.0, 3858.0, 3858.0, 3858.0, 3858.0, 3868.0, 3859.0, 3858.0, 3860.0, 3869.0, 3859.0, 3868.0, 3848.0, 3867.0, 3849.0, 3870.0, 3871.0, 3870.0, 3861.0, 3870.0, 3861.0, 3871.0, 3873.0, 3892.0, 3872.0, 3881.0, 3871.0, 3881.0, 3871.0, 3881.0, 3871.0, 3870.0, 3869.0, 3868.0, 3870.0, 3860.0, 3869.0, 3860.0, 3870.0, 3859.0, 3870.0, 3860.0, 3882.0, 3861.0, 3870.0, 3871.0, 3871.0, 3873.0, 3884.0, 3873.0, 3883.0, 3862.0, 3870.0, 3861.0, 3892.0, 3872.0, 3890.0, 3871.0, 3879.0, 3868.0, 3869.0, 3871.0, 3870.0, 3859.0, 3858.0, 3869.0, 3869.0, 3869.0, 3860.0, 3869.0, 3860.0, 3869.0, 3859.0, 3868.0, 3859.0, 3879.0, 3870.0, 3880.0, 3870.0, 3869.0, 3870.0, 3880.0, 3871.0, 3881.0, 3870.0, 3869.0, 3859.0, 3869.0, 3870.0, 3871.0, 3870.0, 3860.0, 3870.0, 3860.0, 3859.0, 3860.0, 3871.0, 3871.0, 3880.0, 3861.0, 3869.0, 3861.0, 3880.0, 3872.0, 3892.0, 3872.0, 3881.0, 3861.0, 3880.0, 3870.0, 3882.0, 3872.0, 3882.0, 3871.0, 3881.0, 3859.0, 3870.0, 3871.0, 3861.0, 3890.0, 3860.0, 3878.0, 3859.0, 3878.0, 3859.0, 3880.0, 3869.0, 3879.0, 3859.0, 3868.0, 3859.0, 3869.0, 3870.0, 3870.0, 3870.0, 3859.0, 3869.0, 3870.0, 3871.0, 3872.0, 3882.0, 3861.0, 3870.0, 3861.0, 3869.0, 3861.0, 3892.0, 3871.0, 3881.0, 3871.0, 3880.0, 3861.0, 3893.0, 3872.0, 3881.0, 3871.0, 3879.0, 3870.0, 3871.0, 3872.0, 3881.0, 3871.0, 3879.0, 3871.0, 3881.0, 3872.0, 3881.0, 3870.0, 3879.0, 3858.0, 3869.0, 3870.0, 3870.0, 3868.0, 3848.0, 3856.0, 3857.0, 3856.0, 3858.0, 3878.0, 3858.0, 3867.0, 3858.0, 3867.0, 3857.0, 3869.0, 3870.0, 3879.0, 3870.0, 3868.0, 3870.0, 3869.0, 3872.0, 3892.0, 3872.0, 3881.0, 3872.0, 3871.0, 3873.0, 3893.0, 3872.0, 3881.0, 3861.0, 3880.0, 3859.0, 3880.0, 3870.0, 3869.0, 3858.0, 3858.0, 3868.0, 3859.0, 3870.0, 3859.0, 3869.0, 3859.0, 3868.0, 3860.0, 3880.0, 3870.0, 3879.0, 3860.0, 3879.0, 3859.0, 3869.0, 3871.0, 3881.0, 3870.0, 3869.0, 3869.0, 3859.0, 3869.0, 3861.0, 3869.0, 3860.0, 3869.0, 3860.0, 3879.0, 3870.0, 3880.0, 3870.0, 3870.0, 3859.0, 3858.0, 3869.0, 3860.0, 3870.0, 3860.0, 3870.0, 3860.0, 3870.0, 3861.0, 3880.0, 3872.0, 3882.0, 3872.0, 3882.0, 3871.0, 3871.0, 3871.0, 3873.0, 3884.0, 3873.0, 3884.0, 3873.0, 3873.0, 3873.0, 3885.0, 3895.0, 3885.0, 3884.0, 3873.0, 3873.0, 3873.0, 3874.0, 3882.0, 3862.0, 3870.0, 3861.0, 3870.0, 3861.0, 3892.0, 3872.0, 3881.0, 3872.0, 3880.0, 3872.0, 3883.0, 3873.0, 3883.0, 3873.0, 3882.0, 3873.0, 3893.0, 3874.0, 3883.0, 3874.0, 3871.0, 3873.0, 3882.0, 3873.0, 3892.0, 3862.0, 3871.0, 3861.0, 3871.0, 3873.0, 3892.0, 3872.0, 3870.0, 3861.0, 3870.0, 3862.0, 3881.0, 3862.0, 3871.0, 3870.0, 3871.0, 3861.0, 3872.0, 3882.0, 3871.0, 3870.0, 3859.0, 3870.0, 3861.0, 3881.0, 3860.0, 3869.0, 3859.0, 3869.0, 3859.0, 3870.0, 3859.0, 3859.0, 3859.0, 3869.0, 3859.0, 3870.0, 3871.0, 3881.0, 3861.0, 3880.0, 3871.0, 3880.0, 3861.0, 3870.0, 3860.0, 3859.0, 3860.0, 3871.0, 3871.0, 3859.0, 3869.0, 3859.0, 3869.0, 3860.0, 3870.0, 3871.0, 3870.0, 3861.0, 3870.0, 3861.0, 3872.0, 3873.0, 3872.0], 'WindowWidth': [8806.0, 8735.0, 8736.0, 8707.0, 8730.0, 8695.0, 8689.0, 8674.0, 8669.0, 8684.0, 8683.0, 8686.0, 8683.0, 8682.0, 8667.0, 8678.0, 8682.0, 8697.0, 8687.0, 8696.0, 8684.0, 8693.0, 8684.0, 8681.0, 8688.0, 8700.0, 8689.0, 8700.0, 8674.0, 8684.0, 8688.0, 8689.0, 8692.0, 8689.0, 8689.0, 8686.0, 8689.0, 8689.0, 8712.0, 8692.0, 8692.0, 8688.0, 8687.0, 8687.0, 8702.0, 8691.0, 8705.0, 8690.0, 8687.0, 8685.0, 8700.0, 8691.0, 8708.0, 8707.0, 8707.0, 8690.0, 8686.0, 8689.0, 8704.0, 8709.0, 8717.0, 8694.0, 8716.0, 8691.0, 8702.0, 8695.0, 8720.0, 8689.0, 8712.0, 8686.0, 8695.0, 8687.0, 8717.0, 8692.0, 8714.0, 8689.0, 8711.0, 8689.0, 8702.0, 8710.0, 8720.0, 8695.0, 8717.0, 8692.0, 8701.0, 8693.0, 8720.0, 8693.0, 8715.0, 8689.0, 8710.0, 8686.0, 8713.0, 8688.0, 8711.0, 8685.0, 8693.0, 8684.0, 8683.0, 8690.0, 8705.0, 8692.0, 8689.0, 8691.0, 8687.0, 8693.0, 8715.0, 8692.0, 8716.0, 8690.0, 8710.0, 8688.0, 8717.0, 8705.0, 8702.0, 8686.0, 8683.0, 8686.0, 8689.0, 8693.0, 8707.0, 8691.0, 8693.0, 8689.0, 8706.0, 8690.0, 8709.0, 8691.0, 8693.0, 8687.0, 8688.0, 8688.0, 8692.0, 8702.0, 8688.0, 8684.0, 8672.0, 8683.0, 8691.0, 8717.0, 8689.0, 8711.0, 8686.0, 8695.0, 8687.0, 8714.0, 8688.0, 8711.0, 8686.0, 8695.0, 8684.0, 8692.0, 8687.0, 8699.0, 8684.0, 8693.0, 8668.0, 8678.0, 8682.0, 8684.0, 8685.0, 8684.0, 8680.0, 8683.0, 8667.0, 8686.0, 8686.0, 8687.0, 8684.0, 8671.0, 8681.0, 8671.0, 8683.0, 8690.0, 8714.0, 8686.0, 8697.0, 8686.0, 8696.0, 8690.0, 8716.0, 8690.0, 8713.0, 8687.0, 8695.0, 8685.0, 8699.0, 8690.0, 8699.0, 8687.0, 8696.0, 8685.0, 8697.0, 8689.0, 8699.0, 8686.0, 8684.0, 8684.0, 8682.0, 8684.0, 8686.0, 8688.0, 8683.0, 8684.0, 8681.0, 8681.0, 8681.0, 8704.0, 8699.0, 8686.0, 8684.0, 8683.0, 8682.0, 8685.0, 8688.0, 8684.0, 8684.0, 8681.0, 8679.0, 8680.0, 8671.0, 8682.0, 8671.0, 8682.0, 8670.0, 8677.0, 8672.0, 8714.0, 8686.0, 8710.0, 8667.0, 8705.0, 8664.0, 8693.0, 8685.0, 8709.0, 8682.0, 8692.0, 8682.0, 8680.0, 8689.0, 8704.0, 8690.0, 8701.0, 8688.0, 8698.0, 8688.0, 8700.0, 8694.0, 8717.0, 8690.0, 8698.0, 8684.0, 8697.0, 8693.0, 8719.0, 8688.0, 8699.0, 8683.0, 8695.0, 8689.0, 8717.0, 8687.0, 8697.0, 8683.0, 8694.0, 8685.0, 8702.0, 8686.0, 8697.0, 8668.0, 8691.0, 8682.0, 8701.0, 8686.0, 8693.0, 8667.0, 8687.0, 8664.0, 8693.0, 8669.0, 8705.0, 8665.0, 8687.0, 8661.0, 8685.0, 8665.0, 8693.0, 8677.0, 8674.0, 8660.0, 8670.0, 8662.0, 8677.0, 8680.0, 8692.0, 8667.0, 8691.0, 8682.0, 8695.0, 8683.0, 8693.0, 8667.0, 8689.0, 8665.0, 8675.0, 8668.0, 8694.0, 8667.0, 8675.0, 8663.0, 8675.0, 8667.0, 8678.0, 8668.0, 8664.0, 8666.0, 8663.0, 8667.0, 8668.0, 8667.0, 8663.0, 8664.0, 8660.0, 8665.0, 8681.0, 8667.0, 8680.0, 8669.0, 8664.0, 8667.0, 8681.0, 8683.0, 8682.0, 8672.0, 8682.0, 8670.0, 8684.0, 8688.0, 8688.0, 8688.0, 8683.0, 8671.0, 8681.0, 8668.0, 8682.0, 8688.0, 8685.0, 8685.0, 8682.0, 8669.0, 8681.0, 8684.0, 8684.0, 8688.0, 8683.0, 8669.0, 8679.0, 8668.0, 8680.0, 8688.0, 8701.0, 8686.0, 8699.0, 8688.0, 8694.0, 8688.0, 8716.0, 8706.0, 8700.0, 8691.0, 8699.0, 8689.0, 8684.0, 8691.0, 8707.0, 8692.0, 8704.0, 8689.0, 8703.0, 8687.0, 8691.0, 8689.0, 8687.0, 8685.0, 8687.0, 8684.0, 8674.0, 8702.0, 8690.0, 8685.0, 8686.0, 8696.0, 8685.0, 8715.0, 8688.0, 8713.0, 8686.0, 8694.0, 8682.0, 8678.0, 8684.0, 8698.0, 8683.0, 8681.0, 8682.0, 8681.0, 8684.0, 8684.0, 8688.0, 8687.0, 8684.0, 8668.0, 8678.0, 8668.0, 8682.0, 8673.0, 8687.0, 8668.0, 8680.0, 8667.0, 8680.0, 8672.0, 8698.0, 8684.0, 8694.0, 8682.0, 8691.0, 8684.0, 8698.0, 8686.0, 8696.0, 8685.0, 8681.0, 8685.0, 8699.0, 8687.0, 8698.0, 8683.0, 8683.0, 8684.0, 8684.0, 8687.0, 8690.0, 8689.0, 8673.0, 8685.0, 8673.0, 8686.0, 8704.0, 8690.0, 8689.0, 8685.0, 8685.0, 8685.0, 8687.0, 8702.0, 8700.0, 8688.0, 8697.0, 8685.0, 8695.0, 8686.0, 8713.0, 8685.0, 8695.0, 8683.0, 8677.0, 8684.0, 8698.0, 8683.0, 8680.0, 8679.0, 8675.0, 8682.0, 8696.0, 8686.0, 8683.0, 8685.0, 8697.0, 8685.0, 8687.0, 8703.0, 8687.0, 8686.0, 8685.0, 8683.0, 8689.0, 8691.0, 8689.0, 8685.0, 8672.0, 8683.0, 8674.0, 8699.0, 8687.0, 8700.0, 8672.0, 8681.0, 8667.0, 8686.0, 8674.0, 8698.0, 8672.0, 8682.0, 8683.0, 8684.0, 8701.0, 8703.0, 8714.0, 8684.0, 8695.0, 8683.0, 8693.0, 8687.0, 8709.0, 8683.0, 8677.0, 8663.0, 8660.0, 8666.0, 8695.0, 8665.0, 8660.0, 8662.0, 8656.0, 8665.0, 8662.0, 8666.0, 8678.0, 8664.0, 8676.0, 8664.0, 8681.0, 8699.0, 8682.0, 8670.0, 8677.0, 8662.0, 8679.0, 8682.0, 8684.0, 8695.0, 8668.0, 8679.0, 8664.0, 8675.0, 8680.0, 8697.0, 8679.0, 8680.0, 8667.0, 8674.0, 8679.0, 8677.0, 8667.0, 8683.0, 8702.0, 8708.0, 8716.0, 8687.0, 8680.0, 8667.0, 8679.0, 8681.0, 8706.0, 8666.0, 8661.0, 8648.0, 8660.0, 8662.0, 8682.0, 8668.0, 8678.0, 8652.0, 8662.0, 8665.0, 8682.0, 8688.0, 8686.0, 8686.0, 8685.0, 8682.0, 8684.0, 8695.0, 8685.0, 8699.0, 8687.0, 8684.0, 8681.0, 8679.0, 8680.0, 8681.0, 8685.0, 8687.0, 8683.0, 8680.0, 8681.0, 8679.0, 8668.0, 8695.0, 8684.0, 8699.0, 8681.0, 8666.0, 8661.0, 8662.0, 8659.0, 8648.0, 8679.0, 8665.0, 8677.0, 8664.0, 8675.0, 8666.0, 8678.0, 8686.0, 8688.0, 8689.0, 8688.0, 8688.0, 8686.0, 8689.0, 8687.0, 8693.0, 8703.0, 8673.0, 8684.0, 8669.0, 8681.0, 8672.0, 8699.0, 8689.0, 8726.0, 8670.0, 8694.0, 8669.0, 8679.0, 8671.0, 8699.0, 8691.0, 8699.0, 8674.0, 8683.0, 8684.0, 8684.0, 8691.0, 8719.0, 8690.0, 8699.0, 8673.0, 8697.0, 8688.0, 8701.0, 8688.0, 8701.0, 8688.0, 8698.0, 8689.0, 8702.0, 8710.0, 8721.0, 8695.0, 8705.0, 8677.0, 8689.0, 8691.0, 8707.0, 8708.0, 8706.0, 8692.0, 8688.0, 8689.0, 8705.0, 8674.0, 8698.0, 8670.0, 8678.0, 8665.0, 8664.0, 8669.0, 8682.0, 8670.0, 8681.0, 8670.0, 8683.0, 8674.0, 8686.0, 8672.0, 8682.0, 8669.0, 8691.0, 8664.0, 8708.0, 8664.0, 8689.0, 8660.0, 8670.0, 8657.0, 8659.0, 8663.0, 8662.0, 8663.0, 8662.0, 8676.0, 8664.0, 8664.0, 8671.0, 8680.0, 8666.0, 8677.0, 8652.0, 8675.0, 8655.0, 8684.0, 8686.0, 8684.0, 8672.0, 8682.0, 8672.0, 8687.0, 8692.0, 8714.0, 8690.0, 8698.0, 8687.0, 8698.0, 8687.0, 8698.0, 8684.0, 8680.0, 8679.0, 8676.0, 8682.0, 8670.0, 8681.0, 8668.0, 8683.0, 8667.0, 8683.0, 8670.0, 8702.0, 8674.0, 8686.0, 8687.0, 8687.0, 8694.0, 8710.0, 8694.0, 8704.0, 8676.0, 8684.0, 8673.0, 8714.0, 8688.0, 8711.0, 8685.0, 8693.0, 8678.0, 8679.0, 8685.0, 8683.0, 8667.0, 8664.0, 8679.0, 8679.0, 8680.0, 8672.0, 8681.0, 8669.0, 8678.0, 8667.0, 8676.0, 8668.0, 8694.0, 8684.0, 8696.0, 8684.0, 8680.0, 8684.0, 8696.0, 8687.0, 8697.0, 8683.0, 8679.0, 8666.0, 8679.0, 8685.0, 8687.0, 8684.0, 8671.0, 8682.0, 8669.0, 8666.0, 8671.0, 8686.0, 8687.0, 8697.0, 8672.0, 8681.0, 8672.0, 8698.0, 8692.0, 8716.0, 8691.0, 8698.0, 8673.0, 8696.0, 8686.0, 8701.0, 8689.0, 8701.0, 8686.0, 8698.0, 8667.0, 8683.0, 8685.0, 8674.0, 8710.0, 8669.0, 8691.0, 8666.0, 8690.0, 8667.0, 8695.0, 8681.0, 8691.0, 8666.0, 8676.0, 8667.0, 8680.0, 8685.0, 8685.0, 8685.0, 8669.0, 8682.0, 8683.0, 8686.0, 8691.0, 8702.0, 8675.0, 8684.0, 8672.0, 8680.0, 8674.0, 8716.0, 8688.0, 8699.0, 8687.0, 8696.0, 8674.0, 8718.0, 8689.0, 8698.0, 8685.0, 8694.0, 8685.0, 8686.0, 8689.0, 8699.0, 8686.0, 8694.0, 8685.0, 8700.0, 8690.0, 8700.0, 8683.0, 8693.0, 8664.0, 8679.0, 8682.0, 8683.0, 8676.0, 8649.0, 8656.0, 8659.0, 8657.0, 8663.0, 8690.0, 8664.0, 8674.0, 8664.0, 8674.0, 8663.0, 8679.0, 8683.0, 8694.0, 8683.0, 8678.0, 8684.0, 8681.0, 8689.0, 8716.0, 8690.0, 8700.0, 8690.0, 8686.0, 8692.0, 8718.0, 8689.0, 8699.0, 8672.0, 8694.0, 8666.0, 8696.0, 8682.0, 8679.0, 8664.0, 8664.0, 8675.0, 8667.0, 8682.0, 8668.0, 8681.0, 8668.0, 8678.0, 8669.0, 8696.0, 8684.0, 8693.0, 8670.0, 8692.0, 8667.0, 8680.0, 8687.0, 8699.0, 8683.0, 8680.0, 8680.0, 8667.0, 8680.0, 8672.0, 8681.0, 8670.0, 8679.0, 8668.0, 8691.0, 8683.0, 8695.0, 8684.0, 8681.0, 8668.0, 8665.0, 8681.0, 8670.0, 8685.0, 8671.0, 8684.0, 8671.0, 8682.0, 8672.0, 8697.0, 8690.0, 8703.0, 8689.0, 8701.0, 8686.0, 8686.0, 8687.0, 8692.0, 8709.0, 8691.0, 8708.0, 8691.0, 8694.0, 8693.0, 8713.0, 8726.0, 8711.0, 8710.0, 8694.0, 8693.0, 8692.0, 8696.0, 8704.0, 8676.0, 8684.0, 8673.0, 8682.0, 8674.0, 8716.0, 8689.0, 8699.0, 8687.0, 8696.0, 8687.0, 8705.0, 8692.0, 8704.0, 8693.0, 8701.0, 8692.0, 8720.0, 8697.0, 8707.0, 8695.0, 8689.0, 8692.0, 8703.0, 8693.0, 8716.0, 8676.0, 8686.0, 8674.0, 8687.0, 8692.0, 8716.0, 8689.0, 8683.0, 8671.0, 8683.0, 8675.0, 8700.0, 8675.0, 8686.0, 8683.0, 8685.0, 8674.0, 8690.0, 8702.0, 8686.0, 8683.0, 8666.0, 8682.0, 8672.0, 8698.0, 8669.0, 8679.0, 8665.0, 8678.0, 8666.0, 8682.0, 8668.0, 8665.0, 8667.0, 8677.0, 8668.0, 8683.0, 8687.0, 8698.0, 8672.0, 8694.0, 8685.0, 8697.0, 8672.0, 8683.0, 8670.0, 8666.0, 8668.0, 8685.0, 8684.0, 8666.0, 8680.0, 8665.0, 8678.0, 8670.0, 8684.0, 8686.0, 8684.0, 8673.0, 8684.0, 8673.0, 8690.0, 8693.0, 8690.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.00010917059377945337</td></tr>
<tr><td colspan=3>aqi</td><td>0.021960834684260133</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.38188013407541</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.183426395122641</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9859030965000001</td></tr>
<tr><td colspan=3>efc</td><td>0.4641</td></tr>
<tr><td colspan=3>fber</td><td>5653.1948</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07430850585518695</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3770028275212064</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.463141159361466</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.402804942712666</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6357333917046737</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3508851436670595</td></tr>
<tr><td colspan=3>gcor</td><td>0.00528089</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011866455897688866</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02535329945385456</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1061</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9828488129313215</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>30.592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.4591</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.4111</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302723.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>643.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.415</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6465</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>419.0386</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3115.8268</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>835.075</td></tr>
<tr><td colspan=3>tsnr</td><td>46.12735719233751</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>