<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-03/func/sub-0036_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>ae419b666685afb691eb589dc4f064b1</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>10:35:49.400000</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_VE11C_LATEST_20160120</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.999142, 0.0391317, 0.0135712, -0.0359383, 0.98197, -0.185589]</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.084309</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>[4163, -7697, -7335, 555, -18, -192, 34, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd7b8dde-1d69-4ef4-9d97-7f235ea590b3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806247234344482, -0.09641993790864944, 0.05559004098176956, 114.9826431274414], [-0.1049874946475029, 2.634553909301758, -0.4993431270122528, -72.89338684082031], [0.03641049191355705, 0.4979213774204254, 2.652841091156006, -120.60669708251953], [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': ['103549.400000', '103549.860000', '103550.320000', '103550.780000', '103551.240000', '103551.700000', '103552.160000', '103552.620000', '103553.080000', '103553.540000', '103554.000000', '103554.460000', '103554.920000', '103555.380000', '103555.840000', '103556.300000', '103556.760000', '103557.220000', '103557.680000', '103558.140000', '103558.600000', '103559.060000', '103559.520000', '103559.980000', '103600.440000', '103600.900000', '103601.360000', '103601.820000', '103602.280000', '103602.740000', '103603.200000', '103603.660000', '103604.120000', '103604.580000', '103605.040000', '103605.500000', '103605.960000', '103606.420000', '103606.880000', '103607.340000', '103607.800000', '103608.260000', '103608.720000', '103609.180000', '103609.640000', '103610.100000', '103610.560000', '103611.020000', '103611.480000', '103611.940000', '103612.400000', '103612.860000', '103613.320000', '103613.780000', '103614.240000', '103614.700000', '103615.160000', '103615.620000', '103616.080000', '103616.540000', '103617.000000', '103617.460000', '103617.920000', '103618.380000', '103618.840000', '103619.300000', '103619.760000', '103620.220000', '103620.680000', '103621.140000', '103621.600000', '103622.060000', '103622.520000', '103622.980000', '103623.440000', '103623.900000', '103624.360000', '103624.820000', '103625.280000', '103625.740000', '103626.200000', '103626.660000', '103627.120000', '103627.580000', '103628.040000', '103628.500000', '103628.960000', '103629.420000', '103629.880000', '103630.340000', '103630.800000', '103631.260000', '103631.720000', '103632.180000', '103632.640000', '103633.100000', '103633.560000', '103634.020000', '103634.480000', '103634.940000', '103635.400000', '103635.860000', '103636.320000', '103636.780000', '103637.240000', '103637.700000', '103638.160000', '103638.620000', '103639.080000', '103639.540000', '103640.000000', '103640.460000', '103640.920000', '103641.380000', '103641.840000', '103642.300000', '103642.760000', '103643.220000', '103643.680000', '103644.140000', '103644.600000', '103645.060000', '103645.520000', '103645.980000', '103646.440000', '103646.900000', '103647.360000', '103647.820000', '103648.280000', '103648.740000', '103649.200000', '103649.660000', '103650.120000', '103650.580000', '103651.040000', '103651.500000', '103651.960000', '103652.420000', '103652.880000', '103653.340000', '103653.800000', '103654.260000', '103654.720000', '103655.180000', '103655.640000', '103656.100000', '103656.560000', '103657.020000', '103657.480000', '103657.940000', '103658.400000', '103658.860000', '103659.320000', '103659.780000', '103700.240000', '103700.700000', '103701.160000', '103701.620000', '103702.080000', '103702.540000', '103703.000000', '103703.460000', '103703.920000', '103704.380000', '103704.840000', '103705.300000', '103705.760000', '103706.220000', '103706.680000', '103707.140000', '103707.600000', '103708.060000', '103708.520000', '103708.980000', '103709.440000', '103709.900000', '103710.360000', '103710.820000', '103711.280000', '103711.740000', '103712.200000', '103712.660000', '103713.120000', '103713.580000', '103714.040000', '103714.500000', '103714.960000', '103715.420000', '103715.880000', '103716.340000', '103716.800000', '103717.260000', '103717.720000', '103718.180000', '103718.640000', '103719.100000', '103719.560000', '103720.020000', '103720.480000', '103720.940000', '103721.400000', '103721.860000', '103722.320000', '103722.780000', '103723.240000', '103723.700000', '103724.160000', '103724.620000', '103725.080000', '103725.540000', '103726.000000', '103726.460000', '103726.920000', '103727.380000', '103727.840000', '103728.300000', '103728.760000', '103729.220000', '103729.680000', '103730.140000', '103730.600000', '103731.060000', '103731.520000', '103731.980000', '103732.440000', '103732.900000', '103733.360000', '103733.820000', '103734.280000', '103734.740000', '103735.200000', '103735.660000', '103736.120000', '103736.580000', '103737.040000', '103737.500000', '103737.960000', '103738.420000', '103738.880000', '103739.340000', '103739.800000', '103740.260000', '103740.720000', '103741.180000', '103741.640000', '103742.100000', '103742.560000', '103743.020000', '103743.480000', '103743.940000', '103744.400000', '103744.860000', '103745.320000', '103745.780000', '103746.240000', '103746.700000', '103747.160000', '103747.620000', '103748.080000', '103748.540000', '103749.000000', '103749.460000', '103749.920000', '103750.380000', '103750.840000', '103751.300000', '103751.760000', '103752.220000', '103752.680000', '103753.140000', '103753.600000', '103754.060000', '103754.520000', '103754.980000', '103755.440000', '103755.900000', '103756.360000', '103756.820000', '103757.280000', '103757.740000', '103758.200000', '103758.660000', '103759.120000', '103759.580000', '103800.040000', '103800.500000', '103800.960000', '103801.420000', '103801.880000', '103802.340000', '103802.800000', '103803.260000', '103803.720000', '103804.180000', '103804.640000', '103805.100000', '103805.560000', '103806.020000', '103806.480000', '103806.940000', '103807.400000', '103807.860000', '103808.320000', '103808.780000', '103809.240000', '103809.700000', '103810.160000', '103810.620000', '103811.080000', '103811.540000', '103812.000000', '103812.460000', '103812.920000', '103813.380000', '103813.840000', '103814.300000', '103814.760000', '103815.220000', '103815.680000', '103816.140000', '103816.600000', '103817.060000', '103817.520000', '103817.980000', '103818.440000', '103818.900000', '103819.360000', '103819.820000', '103820.280000', '103820.740000', '103821.200000', '103821.660000', '103822.120000', '103822.580000', '103823.040000', '103823.500000', '103823.960000', '103824.420000', '103824.880000', '103825.340000', '103825.800000', '103826.260000', '103826.720000', '103827.180000', '103827.640000', '103828.100000', '103828.560000', '103829.020000', '103829.480000', '103829.940000', '103830.400000', '103830.860000', '103831.320000', '103831.780000', '103832.240000', '103832.700000', '103833.160000', '103833.620000', '103834.080000', '103834.540000', '103835.000000', '103835.460000', '103835.920000', '103836.380000', '103836.840000', '103837.300000', '103837.760000', '103838.220000', '103838.680000', '103839.140000', '103839.600000', '103840.060000', '103840.520000', '103840.980000', '103841.440000', '103841.900000', '103842.360000', '103842.820000', '103843.280000', '103843.740000', '103844.200000', '103844.660000', '103845.120000', '103845.580000', '103846.040000', '103846.500000', '103846.960000', '103847.420000', '103847.880000', '103848.340000', '103848.800000', '103849.260000', '103849.720000', '103850.180000', '103850.640000', '103851.100000', '103851.560000', '103852.020000', '103852.480000', '103852.940000', '103853.400000', '103853.860000', '103854.320000', '103854.780000', '103855.240000', '103855.700000', '103856.160000', '103856.620000', '103857.080000', '103857.540000', '103858.000000', '103858.460000', '103858.920000', '103859.380000', '103859.840000', '103900.300000', '103900.760000', '103901.220000', '103901.680000', '103902.140000', '103902.600000', '103903.060000', '103903.520000', '103903.980000', '103904.440000', '103904.900000', '103905.360000', '103905.820000', '103906.280000', '103906.740000', '103907.200000', '103907.660000', '103908.120000', '103908.580000', '103909.040000', '103909.500000', '103909.960000', '103910.420000', '103910.880000', '103911.340000', '103911.800000', '103912.260000', '103912.720000', '103913.180000', '103913.640000', '103914.100000', '103914.560000', '103915.020000', '103915.480000', '103915.940000', '103916.400000', '103916.860000', '103917.320000', '103917.780000', '103918.240000', '103918.700000', '103919.160000', '103919.620000', '103920.080000', '103920.540000', '103921.000000', '103921.460000', '103921.920000', '103922.380000', '103922.840000', '103923.300000', '103923.760000', '103924.220000', '103924.680000', '103925.140000', '103925.600000', '103926.060000', '103926.520000', '103926.980000', '103927.440000', '103927.900000', '103928.360000', '103928.820000', '103929.280000', '103929.740000', '103930.200000', '103930.660000', '103931.120000', '103931.580000', '103932.040000', '103932.500000', '103932.960000', '103933.420000', '103933.880000', '103934.340000', '103934.800000', '103935.260000', '103935.720000', '103936.180000', '103936.640000', '103937.100000', '103937.560000', '103938.020000', '103938.480000', '103938.940000', '103939.400000', '103939.860000', '103940.320000', '103940.780000', '103941.240000', '103941.700000', '103942.160000', '103942.620000', '103943.080000', '103943.540000', '103944.000000', '103944.460000', '103944.920000', '103945.380000', '103945.840000', '103946.300000', '103946.760000', '103947.220000', '103947.680000', '103948.140000', '103948.600000', '103949.060000', '103949.520000', '103949.980000', '103950.440000', '103950.900000', '103951.360000', '103951.820000', '103952.280000', '103952.740000', '103953.200000', '103953.660000', '103954.120000', '103954.580000', '103955.040000', '103955.500000', '103955.960000', '103956.420000', '103956.880000', '103957.340000', '103957.800000', '103958.260000', '103958.720000', '103959.180000', '103959.640000', '104000.100000', '104000.560000', '104001.020000', '104001.480000', '104001.940000', '104002.400000', '104002.860000', '104003.320000', '104003.780000', '104004.240000', '104004.700000', '104005.160000', '104005.620000', '104006.080000', '104006.540000', '104007.000000', '104007.460000', '104007.920000', '104008.380000', '104008.840000', '104009.300000', '104009.760000', '104010.220000', '104010.680000', '104011.140000', '104011.600000', '104012.060000', '104012.520000', '104012.980000', '104013.440000', '104013.900000', '104014.360000', '104014.820000', '104015.280000', '104015.740000', '104016.200000', '104016.660000', '104017.120000', '104017.580000', '104018.040000', '104018.500000', '104018.960000', '104019.420000', '104019.880000', '104020.340000', '104020.800000', '104021.260000', '104021.720000', '104022.180000', '104022.640000', '104023.100000', '104023.560000', '104024.020000', '104024.480000', '104024.940000', '104025.400000', '104025.860000', '104026.320000', '104026.780000', '104027.240000', '104027.700000', '104028.160000', '104028.620000', '104029.080000', '104029.540000', '104030.000000', '104030.460000', '104030.920000', '104031.380000', '104031.840000', '104032.300000', '104032.760000', '104033.220000', '104033.680000', '104034.140000', '104034.600000', '104035.060000', '104035.520000', '104035.980000', '104036.440000', '104036.900000', '104037.360000', '104037.820000', '104038.280000', '104038.740000', '104039.200000', '104039.660000', '104040.120000', '104040.580000', '104041.040000', '104041.500000', '104041.960000', '104042.420000', '104042.880000', '104043.340000', '104043.800000', '104044.260000', '104044.720000', '104045.180000', '104045.640000', '104046.100000', '104046.560000', '104047.020000', '104047.480000', '104047.940000', '104048.400000', '104048.860000', '104049.320000', '104049.780000', '104050.240000', '104050.700000', '104051.160000', '104051.620000', '104052.080000', '104052.540000', '104053.000000', '104053.460000', '104053.920000', '104054.380000', '104054.840000', '104055.300000', '104055.760000', '104056.220000', '104056.680000', '104057.140000', '104057.600000', '104058.060000', '104058.520000', '104058.980000', '104059.440000', '104059.900000', '104100.360000', '104100.820000', '104101.280000', '104101.740000', '104102.200000', '104102.660000', '104103.120000', '104103.580000', '104104.040000', '104104.500000', '104104.960000', '104105.420000', '104105.880000', '104106.340000', '104106.800000', '104107.260000', '104107.720000', '104108.180000', '104108.640000', '104109.100000', '104109.560000', '104110.020000', '104110.480000', '104110.940000', '104111.400000', '104111.860000', '104112.320000', '104112.780000', '104113.240000', '104113.700000', '104114.160000', '104114.620000', '104115.080000', '104115.540000', '104116.000000', '104116.460000', '104116.920000', '104117.380000', '104117.840000', '104118.300000', '104118.760000', '104119.220000', '104119.680000', '104120.140000', '104120.600000', '104121.060000', '104121.520000', '104121.980000', '104122.440000', '104122.900000', '104123.360000', '104123.820000', '104124.280000', '104124.740000', '104125.200000', '104125.660000', '104126.120000', '104126.580000', '104127.040000', '104127.500000', '104127.960000', '104128.420000', '104128.880000', '104129.340000', '104129.800000', '104130.260000', '104130.720000', '104131.180000', '104131.640000', '104132.100000', '104132.560000', '104133.020000', '104133.480000', '104133.940000', '104134.400000', '104134.860000', '104135.320000', '104135.780000', '104136.240000', '104136.700000', '104137.160000', '104137.620000', '104138.080000', '104138.540000', '104139.000000', '104139.460000', '104139.920000', '104140.380000', '104140.840000', '104141.300000', '104141.760000', '104142.220000', '104142.680000', '104143.140000', '104143.600000', '104144.060000', '104144.520000', '104144.980000', '104145.440000', '104145.900000', '104146.360000', '104146.820000', '104147.280000', '104147.740000', '104148.200000', '104148.660000', '104149.120000', '104149.580000', '104150.040000', '104150.500000', '104150.960000', '104151.420000', '104151.880000', '104152.340000', '104152.800000', '104153.260000', '104153.720000', '104154.180000', '104154.640000', '104155.100000', '104155.560000', '104156.020000', '104156.480000', '104156.940000', '104157.400000', '104157.860000', '104158.320000', '104158.780000', '104159.240000', '104159.700000', '104200.160000', '104200.620000', '104201.080000', '104201.540000', '104202.000000', '104202.460000', '104202.920000', '104203.380000', '104203.840000', '104204.300000', '104204.760000', '104205.220000', '104205.680000', '104206.140000', '104206.600000', '104207.060000', '104207.520000', '104207.980000', '104208.440000', '104208.900000', '104209.360000', '104209.820000', '104210.280000', '104210.740000', '104211.200000', '104211.660000', '104212.120000', '104212.580000', '104213.040000', '104213.500000', '104213.960000', '104214.420000', '104214.880000', '104215.340000', '104215.800000', '104216.260000', '104216.720000', '104217.180000', '104217.640000', '104218.100000', '104218.560000', '104219.020000', '104219.480000', '104219.940000', '104220.400000', '104220.860000', '104221.320000', '104221.780000', '104222.240000', '104222.700000', '104223.160000', '104223.620000', '104224.080000', '104224.540000', '104225.000000', '104225.460000', '104225.920000', '104226.380000', '104226.840000', '104227.300000', '104227.760000', '104228.220000', '104228.680000', '104229.140000', '104229.600000', '104230.060000', '104230.520000', '104230.980000', '104231.440000', '104231.900000', '104232.360000', '104232.820000', '104233.280000', '104233.740000', '104234.200000', '104234.660000', '104235.120000', '104235.580000', '104236.040000', '104236.500000', '104236.960000', '104237.420000', '104237.880000', '104238.340000', '104238.800000', '104239.260000', '104239.720000', '104240.180000', '104240.640000', '104241.100000', '104241.560000', '104242.020000', '104242.480000', '104242.940000', '104243.400000', '104243.860000', '104244.320000', '104244.780000', '104245.240000', '104245.700000', '104246.160000', '104246.620000', '104247.080000', '104247.540000', '104248.000000', '104248.460000', '104248.920000', '104249.380000', '104249.840000', '104250.300000', '104250.760000', '104251.220000', '104251.680000', '104252.140000', '104252.600000', '104253.060000', '104253.520000', '104253.980000', '104254.440000', '104254.900000', '104255.360000', '104255.820000', '104256.280000', '104256.740000', '104257.200000', '104257.660000', '104258.120000', '104258.580000', '104259.040000', '104259.500000', '104259.960000', '104300.420000', '104300.880000', '104301.340000', '104301.800000', '104302.260000', '104302.720000', '104303.180000', '104303.640000', '104304.100000', '104304.560000', '104305.020000', '104305.480000', '104305.940000', '104306.400000', '104306.860000', '104307.320000', '104307.780000', '104308.240000', '104308.700000', '104309.160000', '104309.620000', '104310.080000', '104310.540000', '104311.000000', '104311.460000', '104311.920000', '104312.380000', '104312.840000', '104313.300000', '104313.760000', '104314.220000', '104314.680000', '104315.140000', '104315.600000', '104316.060000', '104316.520000', '104316.980000', '104317.440000', '104317.900000', '104318.360000', '104318.820000', '104319.280000', '104319.740000', '104320.200000', '104320.660000', '104321.120000', '104321.580000', '104322.040000', '104322.500000', '104322.960000', '104323.420000', '104323.880000', '104324.340000', '104324.800000', '104325.260000', '104325.720000', '104326.180000', '104326.640000', '104327.100000', '104327.560000', '104328.020000', '104328.480000', '104328.940000', '104329.400000', '104329.860000', '104330.320000', '104330.780000', '104331.240000', '104331.700000', '104332.160000', '104332.620000', '104333.080000', '104333.540000', '104334.000000', '104334.460000', '104334.920000', '104335.380000', '104335.840000', '104336.300000', '104336.760000', '104337.220000', '104337.680000', '104338.140000', '104338.600000', '104339.060000', '104339.520000', '104339.980000', '104340.440000', '104340.900000', '104341.360000', '104341.820000', '104342.280000', '104342.740000', '104343.200000', '104343.660000', '104344.120000', '104344.580000', '104345.040000', '104345.500000', '104345.960000', '104346.420000', '104346.880000', '104347.340000', '104347.800000', '104348.260000', '104348.720000', '104349.180000', '104349.640000', '104350.100000', '104350.560000', '104351.020000', '104351.480000', '104351.940000', '104352.400000', '104352.860000', '104353.320000', '104353.780000', '104354.240000', '104354.700000', '104355.160000', '104355.620000', '104356.080000', '104356.540000', '104357.000000', '104357.460000', '104357.920000', '104358.380000', '104358.840000'], 'ContentTime': ['103615.708000', '103615.711000', '103615.714000', '103615.717000', '103615.720000', '103615.723000', '103615.727000', '103615.730000', '103615.733000', '103615.736000', '103615.739000', '103615.742000', '103615.744000', '103615.747000', '103615.750000', '103615.754000', '103615.757000', '103615.767000', '103615.770000', '103615.773000', '103615.776000', '103615.779000', '103615.782000', '103615.785000', '103615.788000', '103615.791000', '103615.794000', '103615.797000', '103615.800000', '103615.803000', '103615.806000', '103615.809000', '103615.812000', '103615.815000', '103615.818000', '103615.821000', '103615.824000', '103615.827000', '103615.830000', '103615.833000', '103615.836000', '103615.840000', '103615.843000', '103615.846000', '103615.849000', '103615.853000', '103615.856000', '103615.858000', '103615.861000', '103615.864000', '103615.867000', '103615.871000', '103615.874000', '103615.876000', '103615.879000', '103635.670000', '103635.673000', '103635.676000', '103635.679000', '103635.682000', '103635.684000', '103635.687000', '103635.690000', '103635.693000', '103635.696000', '103635.699000', '103635.702000', '103635.716000', '103635.719000', '103635.722000', '103635.725000', '103635.728000', '103635.730000', '103635.733000', '103635.736000', '103635.739000', '103635.742000', '103635.745000', '103635.748000', '103635.750000', '103635.753000', '103635.756000', '103635.759000', '103635.762000', '103635.765000', '103635.768000', '103635.771000', '103635.784000', '103635.786000', '103635.789000', '103635.792000', '103635.795000', '103635.798000', '103635.801000', '103635.804000', '103635.806000', '103635.809000', '103635.812000', '103635.815000', '103655.672000', '103655.676000', '103655.678000', '103655.681000', '103655.684000', '103655.687000', '103655.690000', '103655.693000', '103655.696000', '103655.699000', '103655.702000', '103655.704000', '103655.707000', '103655.710000', '103655.713000', '103655.716000', '103655.719000', '103655.726000', '103655.729000', '103655.732000', '103655.734000', '103655.737000', '103655.740000', '103655.743000', '103655.746000', '103655.749000', '103655.752000', '103655.755000', '103655.758000', '103655.761000', '103655.764000', '103655.766000', '103655.769000', '103655.772000', '103655.775000', '103655.778000', '103655.781000', '103655.785000', '103655.788000', '103655.791000', '103655.794000', '103655.797000', '103655.800000', '103715.671000', '103715.674000', '103715.677000', '103715.680000', '103715.682000', '103715.685000', '103715.688000', '103715.691000', '103715.694000', '103715.697000', '103715.700000', '103715.703000', '103715.706000', '103715.709000', '103715.711000', '103715.714000', '103715.717000', '103715.720000', '103715.723000', '103715.726000', '103715.729000', '103715.732000', '103715.735000', '103715.738000', '103715.740000', '103715.743000', '103715.746000', '103715.750000', '103715.753000', '103715.756000', '103715.758000', '103715.761000', '103715.764000', '103715.767000', '103715.770000', '103715.781000', '103715.784000', '103715.787000', '103715.790000', '103715.793000', '103715.796000', '103715.816000', '103715.819000', '103715.821000', '103735.671000', '103735.674000', '103735.677000', '103735.680000', '103735.683000', '103735.686000', '103735.688000', '103735.691000', '103735.694000', '103735.697000', '103735.700000', '103735.703000', '103735.706000', '103735.709000', '103735.712000', '103735.715000', '103735.717000', '103735.720000', '103735.723000', '103735.726000', '103735.737000', '103735.740000', '103735.743000', '103735.746000', '103735.749000', '103735.752000', '103735.755000', '103735.758000', '103735.761000', '103735.764000', '103735.766000', '103735.769000', '103735.772000', '103735.775000', '103735.778000', '103735.781000', '103735.784000', '103735.787000', '103735.790000', '103735.793000', '103735.796000', '103735.799000', '103735.802000', '103755.671000', '103755.674000', '103755.677000', '103755.680000', '103755.683000', '103755.686000', '103755.688000', '103755.697000', '103755.700000', '103755.702000', '103755.705000', '103755.708000', '103755.711000', '103755.714000', '103755.717000', '103755.720000', '103755.723000', '103755.726000', '103755.729000', '103755.731000', '103755.734000', '103755.737000', '103755.740000', '103755.743000', '103755.746000', '103755.749000', '103755.752000', '103755.755000', '103755.769000', '103755.771000', '103755.774000', '103755.777000', '103755.780000', '103755.783000', '103755.786000', '103755.789000', '103755.792000', '103755.795000', '103755.798000', '103755.801000', '103755.804000', '103755.806000', '103755.809000', '103815.671000', '103815.674000', '103815.677000', '103815.680000', '103815.683000', '103815.686000', '103815.689000', '103815.692000', '103815.695000', '103815.697000', '103815.700000', '103815.703000', '103815.706000', '103815.709000', '103815.712000', '103815.715000', '103815.718000', '103815.721000', '103815.724000', '103815.726000', '103815.729000', '103815.732000', '103815.735000', '103815.738000', '103815.741000', '103815.744000', '103815.747000', '103815.750000', '103815.753000', '103815.755000', '103815.758000', '103815.761000', '103815.764000', '103815.767000', '103815.770000', '103815.773000', '103815.776000', '103815.779000', '103815.781000', '103815.784000', '103815.787000', '103815.790000', '103815.793000', '103815.796000', '103835.671000', '103835.674000', '103835.677000', '103835.680000', '103835.683000', '103835.686000', '103835.689000', '103835.692000', '103835.694000', '103835.697000', '103835.700000', '103835.703000', '103835.706000', '103835.709000', '103835.712000', '103835.715000', '103835.725000', '103835.727000', '103835.730000', '103835.733000', '103835.736000', '103835.739000', '103835.742000', '103835.745000', '103835.748000', '103835.751000', '103835.754000', '103835.757000', '103835.760000', '103835.762000', '103835.765000', '103835.768000', '103835.771000', '103835.774000', '103835.777000', '103835.780000', '103835.783000', '103835.786000', '103835.789000', '103835.792000', '103835.795000', '103835.798000', '103835.800000', '103855.670000', '103855.673000', '103855.676000', '103855.679000', '103855.682000', '103855.685000', '103855.688000', '103855.691000', '103855.693000', '103855.696000', '103855.699000', '103855.702000', '103855.705000', '103855.708000', '103855.711000', '103855.714000', '103855.717000', '103855.720000', '103855.722000', '103855.725000', '103855.728000', '103855.731000', '103855.734000', '103855.748000', '103855.751000', '103855.754000', '103855.757000', '103855.760000', '103855.763000', '103855.766000', '103855.769000', '103855.772000', '103855.775000', '103855.777000', '103855.780000', '103855.783000', '103855.786000', '103855.789000', '103855.792000', '103855.795000', '103855.798000', '103855.801000', '103855.804000', '103855.807000', '103915.671000', '103915.675000', '103915.681000', '103915.684000', '103915.687000', '103915.702000', '103915.705000', '103915.708000', '103915.711000', '103915.713000', '103915.716000', '103915.719000', '103915.722000', '103915.725000', '103915.728000', '103915.731000', '103915.734000', '103915.737000', '103915.740000', '103915.742000', '103915.745000', '103915.748000', '103915.751000', '103915.754000', '103915.757000', '103915.760000', '103915.763000', '103915.766000', '103915.769000', '103915.772000', '103915.774000', '103915.777000', '103915.780000', '103915.783000', '103915.786000', '103915.789000', '103915.792000', '103915.795000', '103915.798000', '103915.801000', '103915.804000', '103915.806000', '103915.809000', '103935.671000', '103935.674000', '103935.677000', '103935.680000', '103935.683000', '103935.686000', '103935.689000', '103935.692000', '103935.694000', '103935.697000', '103935.700000', '103935.703000', '103935.706000', '103935.709000', '103935.712000', '103935.715000', '103935.718000', '103935.721000', '103935.723000', '103935.727000', '103935.729000', '103935.732000', '103935.735000', '103935.738000', '103935.741000', '103935.744000', '103935.747000', '103935.750000', '103935.753000', '103935.763000', '103935.766000', '103935.769000', '103935.772000', '103935.775000', '103935.778000', '103935.781000', '103935.784000', '103935.786000', '103935.789000', '103935.792000', '103935.795000', '103935.798000', '103935.801000', '103935.804000', '103955.671000', '103955.674000', '103955.677000', '103955.680000', '103955.683000', '103955.686000', '103955.689000', '103955.692000', '103955.695000', '103955.697000', '103955.700000', '103955.704000', '103955.710000', '103955.713000', '103955.716000', '103955.719000', '103955.722000', '103955.724000', '103955.727000', '103955.730000', '103955.733000', '103955.736000', '103955.739000', '103955.742000', '103955.745000', '103955.748000', '103955.751000', '103955.754000', '103955.757000', '103955.760000', '103955.762000', '103955.765000', '103955.769000', '103955.772000', '103955.775000', '103955.778000', '103955.780000', '103955.783000', '103955.795000', '103955.798000', '103955.801000', '103955.804000', '103955.807000', '104015.671000', '104015.674000', '104015.677000', '104015.680000', '104015.683000', '104015.686000', '104015.689000', '104015.691000', '104015.694000', '104015.697000', '104015.700000', '104015.703000', '104015.706000', '104015.709000', '104015.712000', '104015.715000', '104015.717000', '104015.720000', '104015.723000', '104015.726000', '104015.729000', '104015.732000', '104015.735000', '104015.738000', '104015.741000', '104015.744000', '104015.747000', '104015.750000', '104015.753000', '104015.755000', '104015.758000', '104015.761000', '104015.764000', '104015.767000', '104015.770000', '104015.773000', '104015.776000', '104015.779000', '104015.782000', '104015.785000', '104015.788000', '104015.791000', '104015.793000', '104015.796000', '104035.671000', '104035.674000', '104035.677000', '104035.680000', '104035.699000', '104035.702000', '104035.705000', '104035.708000', '104035.711000', '104035.714000', '104035.716000', '104035.719000', '104035.722000', '104035.725000', '104035.728000', '104035.731000', '104035.734000', '104035.737000', '104035.740000', '104035.743000', '104035.746000', '104035.749000', '104035.752000', '104035.755000', '104035.758000', '104035.761000', '104035.764000', '104035.767000', '104035.770000', '104035.772000', '104035.775000', '104035.778000', '104035.781000', '104035.784000', '104035.787000', '104035.790000', '104035.793000', '104035.796000', '104035.799000', '104035.801000', '104035.804000', '104035.807000', '104035.810000', '104055.671000', '104055.674000', '104055.677000', '104055.680000', '104055.683000', '104055.686000', '104055.689000', '104055.692000', '104055.694000', '104055.697000', '104055.700000', '104055.703000', '104055.706000', '104055.709000', '104055.712000', '104055.715000', '104055.718000', '104055.721000', '104055.724000', '104055.727000', '104055.729000', '104055.732000', '104055.735000', '104055.738000', '104055.741000', '104055.744000', '104055.747000', '104055.750000', '104055.753000', '104055.756000', '104055.759000', '104055.762000', '104055.765000', '104055.768000', '104055.770000', '104055.773000', '104055.776000', '104055.779000', '104055.782000', '104055.785000', '104055.788000', '104055.791000', '104055.794000', '104055.797000', '104115.670000', '104115.673000', '104115.676000', '104115.679000', '104115.682000', '104115.685000', '104115.688000', '104115.691000', '104115.694000', '104115.696000', '104115.699000', '104115.702000', '104115.705000', '104115.708000', '104115.711000', '104115.714000', '104115.717000', '104115.720000', '104115.725000', '104115.728000', '104115.731000', '104115.734000', '104115.737000', '104115.740000', '104115.743000', '104115.746000', '104115.748000', '104115.752000', '104115.755000', '104115.759000', '104115.762000', '104115.765000', '104115.768000', '104115.771000', '104115.773000', '104115.776000', '104115.779000', '104115.782000', '104115.785000', '104115.788000', '104115.791000', '104115.794000', '104115.797000', '104135.671000', '104135.674000', '104135.677000', '104135.680000', '104135.683000', '104135.686000', '104135.689000', '104135.692000', '104135.695000', '104135.698000', '104135.701000', '104135.704000', '104135.706000', '104135.709000', '104135.712000', '104135.715000', '104135.718000', '104135.721000', '104135.724000', '104135.727000', '104135.730000', '104135.733000', '104135.736000', '104135.739000', '104135.742000', '104135.745000', '104135.748000', '104135.751000', '104135.753000', '104135.756000', '104135.759000', '104135.762000', '104135.765000', '104135.768000', '104135.771000', '104135.774000', '104135.777000', '104135.780000', '104135.783000', '104135.786000', '104135.789000', '104135.791000', '104135.794000', '104135.797000', '104155.671000', '104155.674000', '104155.677000', '104155.680000', '104155.683000', '104155.686000', '104155.689000', '104155.692000', '104155.695000', '104155.699000', '104155.702000', '104155.704000', '104155.707000', '104155.710000', '104155.713000', '104155.716000', '104155.719000', '104155.722000', '104155.725000', '104155.728000', '104155.731000', '104155.734000', '104155.737000', '104155.740000', '104155.743000', '104155.746000', '104155.748000', '104155.751000', '104155.754000', '104155.770000', '104155.774000', '104155.777000', '104155.779000', '104155.782000', '104155.785000', '104155.788000', '104155.791000', '104155.794000', '104155.797000', '104155.800000', '104155.803000', '104155.806000', '104155.808000', '104215.671000', '104215.674000', '104215.677000', '104215.680000', '104215.690000', '104215.693000', '104215.696000', '104215.698000', '104215.701000', '104215.704000', '104215.707000', '104215.710000', '104215.713000', '104215.716000', '104215.719000', '104215.722000', '104215.725000', '104215.728000', '104215.731000', '104215.734000', '104215.737000', '104215.739000', '104215.742000', '104215.745000', '104215.748000', '104215.751000', '104215.754000', '104215.757000', '104215.760000', '104215.763000', '104215.766000', '104215.769000', '104215.771000', '104215.774000', '104215.777000', '104215.780000', '104215.783000', '104215.786000', '104215.789000', '104215.792000', '104215.794000', '104215.797000', '104215.800000', '104215.803000', '104235.671000', '104235.674000', '104235.677000', '104235.680000', '104235.683000', '104235.686000', '104235.689000', '104235.692000', '104235.695000', '104235.697000', '104235.700000', '104235.712000', '104235.715000', '104235.718000', '104235.721000', '104235.724000', '104235.727000', '104235.730000', '104235.732000', '104235.735000', '104235.738000', '104235.741000', '104235.744000', '104235.747000', '104235.750000', '104235.753000', '104235.756000', '104235.759000', '104235.762000', '104235.764000', '104235.767000', '104235.770000', '104235.773000', '104235.776000', '104235.779000', '104235.782000', '104235.785000', '104235.788000', '104235.793000', '104235.797000', '104235.801000', '104235.804000', '104235.806000', '104255.671000', '104255.674000', '104255.677000', '104255.680000', '104255.683000', '104255.686000', '104255.688000', '104255.691000', '104255.694000', '104255.697000', '104255.700000', '104255.703000', '104255.706000', '104255.709000', '104255.712000', '104255.715000', '104255.718000', '104255.721000', '104255.723000', '104255.726000', '104255.729000', '104255.732000', '104255.735000', '104255.738000', '104255.741000', '104255.744000', '104255.747000', '104255.750000', '104255.753000', '104255.756000', '104255.765000', '104255.768000', '104255.771000', '104255.774000', '104255.777000', '104255.780000', '104255.783000', '104255.786000', '104255.789000', '104255.792000', '104255.794000', '104255.797000', '104255.800000', '104255.803000', '104315.671000', '104315.674000', '104315.677000', '104315.680000', '104315.683000', '104315.686000', '104315.689000', '104315.692000', '104315.695000', '104315.698000', '104315.700000', '104315.703000', '104315.706000', '104315.709000', '104315.712000', '104315.715000', '104315.718000', '104315.721000', '104315.724000', '104315.727000', '104315.730000', '104315.733000', '104315.737000', '104315.740000', '104315.743000', '104315.761000', '104315.764000', '104315.766000', '104315.769000', '104315.772000', '104315.775000', '104315.778000', '104315.781000', '104315.784000', '104315.787000', '104315.790000', '104315.793000', '104315.796000', '104315.799000', '104315.802000', '104315.805000', '104315.808000', '104315.811000', '104335.670000', '104335.673000', '104335.676000', '104335.679000', '104335.682000', '104335.685000', '104335.688000', '104335.690000', '104335.693000', '104335.696000', '104335.699000', '104335.702000', '104335.705000', '104335.708000', '104335.711000', '104335.714000', '104335.717000', '104335.720000', '104335.723000', '104335.726000', '104335.728000', '104335.731000', '104335.734000', '104335.737000', '104335.740000', '104335.743000', '104335.746000', '104335.749000', '104335.752000', '104335.755000', '104335.758000', '104335.761000', '104335.764000', '104335.766000', '104335.769000', '104335.772000', '104335.775000', '104335.778000', '104335.781000', '104335.784000', '104335.787000', '104335.790000', '104335.793000', '104335.796000', '104355.671000', '104355.674000', '104355.677000', '104355.680000', '104355.683000', '104355.686000', '104355.689000', '104355.692000', '104355.695000', '104355.698000', '104355.701000', '104355.703000', '104355.706000', '104355.709000', '104355.712000', '104355.715000', '104355.718000', '104355.721000', '104355.724000', '104355.727000', '104355.730000', '104355.733000', '104355.736000', '104355.738000', '104355.742000', '104355.744000', '104355.747000', '104355.750000', '104355.753000', '104355.756000', '104355.759000', '104355.762000', '104355.765000', '104355.768000', '104355.771000', '104355.774000', '104355.777000', '104355.779000', '104355.782000', '104355.785000', '104355.788000', '104355.791000', '104355.794000', '104400.026000', '104400.029000', '104400.032000', '104400.035000', '104400.038000', '104400.041000', '104400.044000', '104400.047000', '104400.050000', '104400.053000'], 'InstanceCreationTime': ['103615.708000', '103615.711000', '103615.714000', '103615.717000', '103615.720000', '103615.723000', '103615.727000', '103615.730000', '103615.733000', '103615.736000', '103615.739000', '103615.742000', '103615.744000', '103615.747000', '103615.750000', '103615.754000', '103615.757000', '103615.767000', '103615.770000', '103615.773000', '103615.776000', '103615.779000', '103615.782000', '103615.785000', '103615.788000', '103615.791000', '103615.794000', '103615.797000', '103615.800000', '103615.803000', '103615.806000', '103615.809000', '103615.812000', '103615.815000', '103615.818000', '103615.821000', '103615.824000', '103615.827000', '103615.830000', '103615.833000', '103615.836000', '103615.840000', '103615.843000', '103615.846000', '103615.849000', '103615.853000', '103615.856000', '103615.858000', '103615.861000', '103615.864000', '103615.867000', '103615.871000', '103615.874000', '103615.876000', '103615.879000', '103635.670000', '103635.673000', '103635.676000', '103635.679000', '103635.682000', '103635.684000', '103635.687000', '103635.690000', '103635.693000', '103635.696000', '103635.699000', '103635.702000', '103635.716000', '103635.719000', '103635.722000', '103635.725000', '103635.728000', '103635.730000', '103635.733000', '103635.736000', '103635.739000', '103635.742000', '103635.745000', '103635.748000', '103635.750000', '103635.753000', '103635.756000', '103635.759000', '103635.762000', '103635.765000', '103635.768000', '103635.771000', '103635.784000', '103635.786000', '103635.789000', '103635.792000', '103635.795000', '103635.798000', '103635.801000', '103635.804000', '103635.806000', '103635.809000', '103635.812000', '103635.815000', '103655.672000', '103655.676000', '103655.678000', '103655.681000', '103655.684000', '103655.687000', '103655.690000', '103655.693000', '103655.696000', '103655.699000', '103655.702000', '103655.704000', '103655.707000', '103655.710000', '103655.713000', '103655.716000', '103655.719000', '103655.726000', '103655.729000', '103655.732000', '103655.734000', '103655.737000', '103655.740000', '103655.743000', '103655.746000', '103655.749000', '103655.752000', '103655.755000', '103655.758000', '103655.761000', '103655.764000', '103655.766000', '103655.769000', '103655.772000', '103655.775000', '103655.778000', '103655.781000', '103655.785000', '103655.788000', '103655.791000', '103655.794000', '103655.797000', '103655.800000', '103715.671000', '103715.674000', '103715.677000', '103715.680000', '103715.682000', '103715.685000', '103715.688000', '103715.691000', '103715.694000', '103715.697000', '103715.700000', '103715.703000', '103715.706000', '103715.709000', '103715.711000', '103715.714000', '103715.717000', '103715.720000', '103715.723000', '103715.726000', '103715.729000', '103715.732000', '103715.735000', '103715.738000', '103715.740000', '103715.743000', '103715.746000', '103715.750000', '103715.753000', '103715.756000', '103715.758000', '103715.761000', '103715.764000', '103715.767000', '103715.770000', '103715.781000', '103715.784000', '103715.787000', '103715.790000', '103715.793000', '103715.796000', '103715.816000', '103715.819000', '103715.821000', '103735.671000', '103735.674000', '103735.677000', '103735.680000', '103735.683000', '103735.686000', '103735.688000', '103735.691000', '103735.694000', '103735.697000', '103735.700000', '103735.703000', '103735.706000', '103735.709000', '103735.712000', '103735.715000', '103735.717000', '103735.720000', '103735.723000', '103735.726000', '103735.737000', '103735.740000', '103735.743000', '103735.746000', '103735.749000', '103735.752000', '103735.755000', '103735.758000', '103735.761000', '103735.764000', '103735.766000', '103735.769000', '103735.772000', '103735.775000', '103735.778000', '103735.781000', '103735.784000', '103735.787000', '103735.790000', '103735.793000', '103735.796000', '103735.799000', '103735.802000', '103755.671000', '103755.674000', '103755.677000', '103755.680000', '103755.683000', '103755.686000', '103755.688000', '103755.697000', '103755.700000', '103755.702000', '103755.705000', '103755.708000', '103755.711000', '103755.714000', '103755.717000', '103755.720000', '103755.723000', '103755.726000', '103755.729000', '103755.731000', '103755.734000', '103755.737000', '103755.740000', '103755.743000', '103755.746000', '103755.749000', '103755.752000', '103755.755000', '103755.769000', '103755.771000', '103755.774000', '103755.777000', '103755.780000', '103755.783000', '103755.786000', '103755.789000', '103755.792000', '103755.795000', '103755.798000', '103755.801000', '103755.804000', '103755.806000', '103755.809000', '103815.671000', '103815.674000', '103815.677000', '103815.680000', '103815.683000', '103815.686000', '103815.689000', '103815.692000', '103815.695000', '103815.697000', '103815.700000', '103815.703000', '103815.706000', '103815.709000', '103815.712000', '103815.715000', '103815.718000', '103815.721000', '103815.724000', '103815.726000', '103815.729000', '103815.732000', '103815.735000', '103815.738000', '103815.741000', '103815.744000', '103815.747000', '103815.750000', '103815.753000', '103815.755000', '103815.758000', '103815.761000', '103815.764000', '103815.767000', '103815.770000', '103815.773000', '103815.776000', '103815.779000', '103815.781000', '103815.784000', '103815.787000', '103815.790000', '103815.793000', '103815.796000', '103835.671000', '103835.674000', '103835.677000', '103835.680000', '103835.683000', '103835.686000', '103835.689000', '103835.692000', '103835.694000', '103835.697000', '103835.700000', '103835.703000', '103835.706000', '103835.709000', '103835.712000', '103835.715000', '103835.725000', '103835.727000', '103835.730000', '103835.733000', '103835.736000', '103835.739000', '103835.742000', '103835.745000', '103835.748000', '103835.751000', '103835.754000', '103835.757000', '103835.760000', '103835.762000', '103835.765000', '103835.768000', '103835.771000', '103835.774000', '103835.777000', '103835.780000', '103835.783000', '103835.786000', '103835.789000', '103835.792000', '103835.795000', '103835.798000', '103835.800000', '103855.670000', '103855.673000', '103855.676000', '103855.679000', '103855.682000', '103855.685000', '103855.688000', '103855.691000', '103855.693000', '103855.696000', '103855.699000', '103855.702000', '103855.705000', '103855.708000', '103855.711000', '103855.714000', '103855.717000', '103855.720000', '103855.722000', '103855.725000', '103855.728000', '103855.731000', '103855.734000', '103855.748000', '103855.751000', '103855.754000', '103855.757000', '103855.760000', '103855.763000', '103855.766000', '103855.769000', '103855.772000', '103855.775000', '103855.777000', '103855.780000', '103855.783000', '103855.786000', '103855.789000', '103855.792000', '103855.795000', '103855.798000', '103855.801000', '103855.804000', '103855.807000', '103915.671000', '103915.675000', '103915.681000', '103915.684000', '103915.687000', '103915.702000', '103915.705000', '103915.708000', '103915.711000', '103915.713000', '103915.716000', '103915.719000', '103915.722000', '103915.725000', '103915.728000', '103915.731000', '103915.734000', '103915.737000', '103915.740000', '103915.742000', '103915.745000', '103915.748000', '103915.751000', '103915.754000', '103915.757000', '103915.760000', '103915.763000', '103915.766000', '103915.769000', '103915.772000', '103915.774000', '103915.777000', '103915.780000', '103915.783000', '103915.786000', '103915.789000', '103915.792000', '103915.795000', '103915.798000', '103915.801000', '103915.804000', '103915.806000', '103915.809000', '103935.671000', '103935.674000', '103935.677000', '103935.680000', '103935.683000', '103935.686000', '103935.689000', '103935.692000', '103935.694000', '103935.697000', '103935.700000', '103935.703000', '103935.706000', '103935.709000', '103935.712000', '103935.715000', '103935.718000', '103935.721000', '103935.723000', '103935.727000', '103935.729000', '103935.732000', '103935.735000', '103935.738000', '103935.741000', '103935.744000', '103935.747000', '103935.750000', '103935.753000', '103935.763000', '103935.766000', '103935.769000', '103935.772000', '103935.775000', '103935.778000', '103935.781000', '103935.784000', '103935.786000', '103935.789000', '103935.792000', '103935.795000', '103935.798000', '103935.801000', '103935.804000', '103955.671000', '103955.674000', '103955.677000', '103955.680000', '103955.683000', '103955.686000', '103955.689000', '103955.692000', '103955.695000', '103955.697000', '103955.700000', '103955.704000', '103955.710000', '103955.713000', '103955.716000', '103955.719000', '103955.722000', '103955.724000', '103955.727000', '103955.730000', '103955.733000', '103955.736000', '103955.739000', '103955.742000', '103955.745000', '103955.748000', '103955.751000', '103955.754000', '103955.757000', '103955.760000', '103955.762000', '103955.765000', '103955.769000', '103955.772000', '103955.775000', '103955.778000', '103955.780000', '103955.783000', '103955.795000', '103955.798000', '103955.801000', '103955.804000', '103955.807000', '104015.671000', '104015.674000', '104015.677000', '104015.680000', '104015.683000', '104015.686000', '104015.689000', '104015.691000', '104015.694000', '104015.697000', '104015.700000', '104015.703000', '104015.706000', '104015.709000', '104015.712000', '104015.715000', '104015.717000', '104015.720000', '104015.723000', '104015.726000', '104015.729000', '104015.732000', '104015.735000', '104015.738000', '104015.741000', '104015.744000', '104015.747000', '104015.750000', '104015.753000', '104015.755000', '104015.758000', '104015.761000', '104015.764000', '104015.767000', '104015.770000', '104015.773000', '104015.776000', '104015.779000', '104015.782000', '104015.785000', '104015.788000', '104015.791000', '104015.793000', '104015.796000', '104035.671000', '104035.674000', '104035.677000', '104035.680000', '104035.699000', '104035.702000', '104035.705000', '104035.708000', '104035.711000', '104035.714000', '104035.716000', '104035.719000', '104035.722000', '104035.725000', '104035.728000', '104035.731000', '104035.734000', '104035.737000', '104035.740000', '104035.743000', '104035.746000', '104035.749000', '104035.752000', '104035.755000', '104035.758000', '104035.761000', '104035.764000', '104035.767000', '104035.770000', '104035.772000', '104035.775000', '104035.778000', '104035.781000', '104035.784000', '104035.787000', '104035.790000', '104035.793000', '104035.796000', '104035.799000', '104035.801000', '104035.804000', '104035.807000', '104035.810000', '104055.671000', '104055.674000', '104055.677000', '104055.680000', '104055.683000', '104055.686000', '104055.689000', '104055.692000', '104055.694000', '104055.697000', '104055.700000', '104055.703000', '104055.706000', '104055.709000', '104055.712000', '104055.715000', '104055.718000', '104055.721000', '104055.724000', '104055.727000', '104055.729000', '104055.732000', '104055.735000', '104055.738000', '104055.741000', '104055.744000', '104055.747000', '104055.750000', '104055.753000', '104055.756000', '104055.759000', '104055.762000', '104055.765000', '104055.768000', '104055.770000', '104055.773000', '104055.776000', '104055.779000', '104055.782000', '104055.785000', '104055.788000', '104055.791000', '104055.794000', '104055.797000', '104115.670000', '104115.673000', '104115.676000', '104115.679000', '104115.682000', '104115.685000', '104115.688000', '104115.691000', '104115.694000', '104115.696000', '104115.699000', '104115.702000', '104115.705000', '104115.708000', '104115.711000', '104115.714000', '104115.717000', '104115.720000', '104115.725000', '104115.728000', '104115.731000', '104115.734000', '104115.737000', '104115.740000', '104115.743000', '104115.746000', '104115.748000', '104115.752000', '104115.755000', '104115.759000', '104115.762000', '104115.765000', '104115.768000', '104115.771000', '104115.773000', '104115.776000', '104115.779000', '104115.782000', '104115.785000', '104115.788000', '104115.791000', '104115.794000', '104115.797000', '104135.671000', '104135.674000', '104135.677000', '104135.680000', '104135.683000', '104135.686000', '104135.689000', '104135.692000', '104135.695000', '104135.698000', '104135.701000', '104135.704000', '104135.706000', '104135.709000', '104135.712000', '104135.715000', '104135.718000', '104135.721000', '104135.724000', '104135.727000', '104135.730000', '104135.733000', '104135.736000', '104135.739000', '104135.742000', '104135.745000', '104135.748000', '104135.751000', '104135.753000', '104135.756000', '104135.759000', '104135.762000', '104135.765000', '104135.768000', '104135.771000', '104135.774000', '104135.777000', '104135.780000', '104135.783000', '104135.786000', '104135.789000', '104135.791000', '104135.794000', '104135.797000', '104155.671000', '104155.674000', '104155.677000', '104155.680000', '104155.683000', '104155.686000', '104155.689000', '104155.692000', '104155.695000', '104155.699000', '104155.702000', '104155.704000', '104155.707000', '104155.710000', '104155.713000', '104155.716000', '104155.719000', '104155.722000', '104155.725000', '104155.728000', '104155.731000', '104155.734000', '104155.737000', '104155.740000', '104155.743000', '104155.746000', '104155.748000', '104155.751000', '104155.754000', '104155.770000', '104155.774000', '104155.777000', '104155.779000', '104155.782000', '104155.785000', '104155.788000', '104155.791000', '104155.794000', '104155.797000', '104155.800000', '104155.803000', '104155.806000', '104155.808000', '104215.671000', '104215.674000', '104215.677000', '104215.680000', '104215.690000', '104215.693000', '104215.696000', '104215.698000', '104215.701000', '104215.704000', '104215.707000', '104215.710000', '104215.713000', '104215.716000', '104215.719000', '104215.722000', '104215.725000', '104215.728000', '104215.731000', '104215.734000', '104215.737000', '104215.739000', '104215.742000', '104215.745000', '104215.748000', '104215.751000', '104215.754000', '104215.757000', '104215.760000', '104215.763000', '104215.766000', '104215.769000', '104215.771000', '104215.774000', '104215.777000', '104215.780000', '104215.783000', '104215.786000', '104215.789000', '104215.792000', '104215.794000', '104215.797000', '104215.800000', '104215.803000', '104235.671000', '104235.674000', '104235.677000', '104235.680000', '104235.683000', '104235.686000', '104235.689000', '104235.692000', '104235.695000', '104235.697000', '104235.700000', '104235.712000', '104235.715000', '104235.718000', '104235.721000', '104235.724000', '104235.727000', '104235.730000', '104235.732000', '104235.735000', '104235.738000', '104235.741000', '104235.744000', '104235.747000', '104235.750000', '104235.753000', '104235.756000', '104235.759000', '104235.762000', '104235.764000', '104235.767000', '104235.770000', '104235.773000', '104235.776000', '104235.779000', '104235.782000', '104235.785000', '104235.788000', '104235.793000', '104235.797000', '104235.801000', '104235.804000', '104235.806000', '104255.671000', '104255.674000', '104255.677000', '104255.680000', '104255.683000', '104255.686000', '104255.688000', '104255.691000', '104255.694000', '104255.697000', '104255.700000', '104255.703000', '104255.706000', '104255.709000', '104255.712000', '104255.715000', '104255.718000', '104255.721000', '104255.723000', '104255.726000', '104255.729000', '104255.732000', '104255.735000', '104255.738000', '104255.741000', '104255.744000', '104255.747000', '104255.750000', '104255.753000', '104255.756000', '104255.765000', '104255.768000', '104255.771000', '104255.774000', '104255.777000', '104255.780000', '104255.783000', '104255.786000', '104255.789000', '104255.792000', '104255.794000', '104255.797000', '104255.800000', '104255.803000', '104315.671000', '104315.674000', '104315.677000', '104315.680000', '104315.683000', '104315.686000', '104315.689000', '104315.692000', '104315.695000', '104315.698000', '104315.700000', '104315.703000', '104315.706000', '104315.709000', '104315.712000', '104315.715000', '104315.718000', '104315.721000', '104315.724000', '104315.727000', '104315.730000', '104315.733000', '104315.737000', '104315.740000', '104315.743000', '104315.761000', '104315.764000', '104315.766000', '104315.769000', '104315.772000', '104315.775000', '104315.778000', '104315.781000', '104315.784000', '104315.787000', '104315.790000', '104315.793000', '104315.796000', '104315.799000', '104315.802000', '104315.805000', '104315.808000', '104315.811000', '104335.670000', '104335.673000', '104335.676000', '104335.679000', '104335.682000', '104335.685000', '104335.688000', '104335.690000', '104335.693000', '104335.696000', '104335.699000', '104335.702000', '104335.705000', '104335.708000', '104335.711000', '104335.714000', '104335.717000', '104335.720000', '104335.723000', '104335.726000', '104335.728000', '104335.731000', '104335.734000', '104335.737000', '104335.740000', '104335.743000', '104335.746000', '104335.749000', '104335.752000', '104335.755000', '104335.758000', '104335.761000', '104335.764000', '104335.766000', '104335.769000', '104335.772000', '104335.775000', '104335.778000', '104335.781000', '104335.784000', '104335.787000', '104335.790000', '104335.793000', '104335.796000', '104355.671000', '104355.674000', '104355.677000', '104355.680000', '104355.683000', '104355.686000', '104355.689000', '104355.692000', '104355.695000', '104355.698000', '104355.701000', '104355.703000', '104355.706000', '104355.709000', '104355.712000', '104355.715000', '104355.718000', '104355.721000', '104355.724000', '104355.727000', '104355.730000', '104355.733000', '104355.736000', '104355.738000', '104355.742000', '104355.744000', '104355.747000', '104355.750000', '104355.753000', '104355.756000', '104355.759000', '104355.762000', '104355.765000', '104355.768000', '104355.771000', '104355.774000', '104355.777000', '104355.779000', '104355.782000', '104355.785000', '104355.788000', '104355.791000', '104355.794000', '104400.026000', '104400.029000', '104400.032000', '104400.035000', '104400.038000', '104400.041000', '104400.044000', '104400.047000', '104400.050000', '104400.053000'], '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': [8717, 12187, 12015, 8954, 15017, 8660, 9868, 16954, 8851, 12141, 15297, 9543, 13192, 7591, 8800, 15685, 9157, 11755, 12951, 7868, 13706, 9047, 9278, 15965, 7539, 10566, 16336, 9637, 13248, 9247, 8060, 14303, 8635, 10067, 16340, 7933, 11707, 14036, 8956, 13612, 8122, 8635, 15671, 9043, 10057, 16045, 7771, 9885, 15754, 9541, 12211, 10835, 7898, 13866, 8836, 9708, 16674, 8515, 11996, 12251, 8992, 14608, 7587, 9985, 17024, 10128, 12863, 9950, 8242, 14597, 8777, 9830, 16145, 8153, 11550, 14039, 9105, 13633, 8700, 9047, 16219, 9067, 11368, 15480, 8254, 13264, 8463, 9407, 16333, 8414, 10956, 16692, 9749, 12957, 10780, 8202, 13952, 8190, 9284, 16417, 8837, 12055, 10898, 8535, 14956, 7894, 9259, 16112, 8454, 11511, 16171, 8224, 12232, 15048, 8599, 12077, 14926, 8214, 12001, 10967, 8260, 12912, 9273, 8271, 14333, 8683, 8953, 15931, 7802, 9649, 16119, 8845, 11033, 14463, 7966, 12957, 8334, 8599, 15361, 8206, 11135, 12772, 8939, 14549, 8309, 9350, 16557, 9324, 11032, 16107, 8799, 10768, 15958, 9519, 11669, 15497, 8697, 12193, 10872, 8515, 13480, 8436, 8726, 15325, 8259, 9961, 16550, 9606, 12064, 11986, 7882, 13049, 10431, 9149, 14780, 8529, 9225, 15988, 8915, 10516, 16344, 8343, 11658, 10983, 8547, 13722, 7488, 9544, 15537, 8506, 12444, 8286, 9017, 16010, 9614, 11976, 13452, 8281, 13597, 9414, 9224, 15475, 7895, 9895, 16517, 8895, 12438, 9580, 8640, 15009, 8053, 12204, 8462, 9170, 10632, 8454, 16988, 10304, 10834, 15650, 9373, 9257, 14755, 9115, 9895, 15215, 8183, 10875, 12317, 8513, 12072, 7234, 8499, 15144, 8378, 9610, 15027, 7982, 11886, 12209, 8149, 12283, 8245, 8203, 14252, 7396, 9674, 15923, 9838, 10915, 14030, 7835, 11644, 10543, 8371, 13742, 7139, 9104, 15813, 8451, 11079, 8503, 8497, 6721, 8328, 9974, 8408, 14758, 14340, 9085, 12767, 10635, 9357, 14420, 10004, 9259, 14913, 9933, 9070, 15402, 8689, 9425, 15072, 9643, 8855, 13274, 8405, 8664, 14830, 8890, 8987, 14755, 8234, 9579, 15578, 9148, 10455, 12178, 7863, 11595, 7564, 10051, 8241, 8326, 11388, 8440, 16365, 10014, 13674, 14568, 8338, 11531, 8859, 8767, 14744, 8665, 8528, 13810, 8000, 9142, 15130, 8507, 10729, 10732, 7679, 11561, 9004, 8442, 13162, 7252, 8747, 15036, 8088, 9167, 15373, 8387, 10794, 15206, 8267, 12506, 8251, 8685, 15147, 8457, 9681, 15702, 8866, 11033, 15982, 8885, 11461, 10542, 8773, 13875, 8049, 9295, 16189, 8902, 10300, 16383, 8622, 10668, 10336, 8332, 13344, 8890, 9146, 15665, 8241, 9897, 16447, 8623, 11373, 8887, 8483, 14881, 9088, 9440, 15431, 8225, 10151, 16171, 9153, 11965, 8100, 8723, 14310, 8206, 9307, 15531, 7876, 11844, 9348, 8889, 15024, 8024, 10083, 16656, 9429, 11587, 13585, 8254, 12171, 11806, 8504, 12674, 8430, 8863, 15284, 8646, 9193, 16372, 8357, 10346, 16671, 9050, 11831, 11556, 8380, 13717, 8743, 9241, 16740, 8264, 11820, 15319, 8859, 12983, 7836, 8976, 15889, 8806, 9559, 16047, 8352, 10384, 15147, 8361, 12199, 8238, 8784, 14178, 8439, 8982, 16252, 8071, 9914, 16317, 9352, 12486, 11266, 8789, 13888, 9017, 9391, 16495, 8271, 10437, 16535, 9952, 13054, 8451, 8822, 15334, 9077, 10824, 15010, 8423, 12890, 10881, 8882, 13884, 7500, 9443, 16467, 9120, 10784, 16587, 8382, 11268, 12254, 8659, 13805, 8084, 8644, 16126, 8813, 13944, 8816, 10045, 8129, 10868, 8064, 12454, 17831, 11723, 8897, 12228, 11280, 9044, 13799, 7951, 8547, 14832, 8581, 8884, 15297, 8744, 9204, 15855, 8711, 10502, 13592, 8199, 12032, 8349, 8417, 14802, 8756, 10130, 14727, 8704, 12727, 9783, 8318, 14108, 8479, 8720, 14808, 7961, 9468, 16852, 10241, 10671, 14813, 8453, 10763, 14702, 8888, 12167, 7949, 8537, 14501, 8341, 9674, 15794, 8433, 10247, 10396, 8090, 12545, 16203, 8652, 11526, 12432, 8484, 11130, 13812, 8053, 10824, 10993, 8193, 12026, 7569, 8123, 13805, 8047, 9327, 14970, 8138, 10243, 14191, 8541, 11571, 7889, 8146, 13905, 7868, 8950, 15238, 7692, 8867, 14942, 8259, 9892, 15684, 8872, 10400, 15373, 8631, 10697, 14614, 8503, 11297, 12682, 8099, 11876, 11797, 8383, 12257, 8445, 8262, 13240, 9187, 8606, 14440, 7553, 8762, 15085, 8277, 9307, 15320, 8232, 9497, 15696, 9335, 9637, 14571, 7831, 10749, 15609, 8589, 10333, 14342, 8513, 11385, 15691, 9227, 11510, 9583, 8435, 12707, 8327, 8604, 14089, 7906, 9193, 15443, 8644, 9768, 15619, 9034, 11433, 12147, 8202, 12466, 8520, 8351, 14106, 8073, 8607, 14974, 7470, 9200, 15120, 8103, 9030, 15125, 8401, 9700, 15862, 9067, 10186, 15364, 8543, 10879, 15819, 9070, 11044, 9699, 7986, 12505, 9953, 8523, 12867, 7452, 8288, 15587, 8639, 9338, 14987, 8210, 10356, 16003, 8868, 9302, 14518, 8519, 9567, 15196, 8522, 10615, 7714, 8342, 10440, 7946, 13227, 9391, 8787, 14040, 7258, 8883, 15273, 8754, 9031, 13925, 8237, 9466, 15749, 8760, 10090, 15482, 10131, 10382, 7940, 7996, 7061, 6871, 6936, 9913, 14321, 10227, 9499, 12348, 13381, 9521, 11450, 16366, 9278, 11272, 16058, 11604, 10916, 15757, 10202, 10288, 15560, 9062, 10118, 15485, 9006, 9976, 14572, 8697, 8803, 13812, 8401, 9060, 15006, 8588, 9715, 14844, 9188, 10483, 14803, 8689, 11018, 12430, 8354, 11151, 9429, 8277, 12513, 7409, 8390, 13977, 7681, 8837, 14474, 7820, 8704, 14551, 8242, 8882, 14578, 8320, 9340, 15453, 8721, 10558, 15829, 9698, 11481, 7723, 8215, 13064, 8175, 8456, 14058, 8978, 8647, 13499, 7968, 8593, 14113, 7992, 8353, 14362, 7699, 8846, 15401, 8323, 9325, 15705, 8312, 9593, 15678, 9161, 9813, 15704, 8496, 9597, 15382, 8747, 8987, 14618, 7521, 8882, 15299, 8716, 9190, 14914, 7974, 9042, 15297, 8809, 9174, 14538, 8015, 9267, 15472, 8636, 9002, 14248, 7945, 9597, 14940, 8179, 9088, 14448, 8358, 9491, 15222, 8425, 8940, 14102, 7988, 9680, 15193, 8379, 8813, 14459, 7487, 9362, 15440, 8347, 9014, 14722, 8165, 8349, 13389, 12210, 7609, 12065, 14077, 8006, 11142, 16147, 8179, 9981, 14982, 8281, 9302, 14609, 8007, 9251, 14503, 8283, 9346, 15112, 8508, 9462, 14945, 8321, 9845, 15164, 8715, 9506, 15089, 8573, 9351, 15085, 8137, 9162, 15047, 8536, 9214, 15012, 7987, 9661, 15271, 8407, 11061, 14808, 8117, 11366, 14827, 8214, 10816, 13298, 7927, 11364, 8272, 8307, 13624, 7888, 8629, 16053, 10068, 10200, 7778, 8134, 9494, 7971, 6548, 8654, 8014, 9313, 16531, 9408, 10348, 9510, 8965, 12056, 9322, 17043, 12260, 10817, 18097, 11195, 12691, 14462, 10277, 15721, 9150, 10025, 16775, 9853, 10723, 13818, 8949, 12088, 8116, 8481, 14567, 8546, 10383, 15636, 9196, 12223, 8246, 9466, 16172, 9701, 12510, 7949, 8961, 14242, 8815, 13573, 8297, 9964, 16031, 8788, 12979, 8187, 9625, 11778, 8651, 14081, 8775, 10514, 11468, 8670, 14538, 8109, 8800, 15694, 9002, 11398, 8228, 8549, 15734, 8698, 11119, 16638, 8982, 11869, 7895, 8421, 14396, 8612, 10556, 12156, 8675, 13373, 8120, 9300, 14674, 9071, 11686, 8647, 8419, 12196, 8507, 14024, 9155, 12826, 13805, 8687, 11939, 7481, 8252, 14954, 8366, 9944, 12649, 8183, 11801, 12083, 8397, 11669, 9319, 8430, 13050, 7831, 9245, 15278, 8625, 9369, 14531, 8756, 10559, 9413, 8285, 12894, 11181, 8536, 12287, 7480, 8938, 15210, 8290, 9123, 15209, 8652, 9081, 14607, 8786, 9341, 15065, 8952, 9208, 13650, 8259], 'WindowCenter': [4200.0, 4213.0, 4199.0, 4165.0, 4205.0, 4149.0, 4159.0, 4198.0, 4146.0, 4180.0, 4198.0, 4159.0, 4177.0, 4124.0, 4159.0, 4198.0, 4160.0, 4179.0, 4177.0, 4138.0, 4192.0, 4148.0, 4160.0, 4199.0, 4139.0, 4170.0, 4200.0, 4159.0, 4190.0, 4147.0, 4150.0, 4202.0, 4161.0, 4172.0, 4200.0, 4150.0, 4195.0, 4202.0, 4161.0, 4191.0, 4137.0, 4162.0, 4213.0, 4161.0, 4171.0, 4200.0, 4138.0, 4172.0, 4201.0, 4172.0, 4181.0, 4168.0, 4151.0, 4203.0, 4160.0, 4161.0, 4212.0, 4162.0, 4194.0, 4192.0, 4161.0, 4201.0, 4150.0, 4173.0, 4213.0, 4173.0, 4192.0, 4159.0, 4151.0, 4202.0, 4149.0, 4160.0, 4201.0, 4149.0, 4181.0, 4191.0, 4149.0, 4190.0, 4149.0, 4162.0, 4211.0, 4148.0, 4168.0, 4199.0, 4148.0, 4178.0, 4137.0, 4158.0, 4199.0, 4149.0, 4169.0, 4199.0, 4157.0, 4178.0, 4166.0, 4147.0, 4189.0, 4135.0, 4146.0, 4197.0, 4147.0, 4178.0, 4166.0, 4135.0, 4187.0, 4137.0, 4157.0, 4198.0, 4136.0, 4168.0, 4198.0, 4149.0, 4180.0, 4198.0, 4146.0, 4178.0, 4187.0, 4147.0, 4179.0, 4167.0, 4147.0, 4178.0, 4157.0, 4149.0, 4189.0, 4147.0, 4148.0, 4198.0, 4139.0, 4159.0, 4211.0, 4148.0, 4170.0, 4201.0, 4151.0, 4191.0, 4148.0, 4149.0, 4201.0, 4151.0, 4182.0, 4191.0, 4162.0, 4202.0, 4149.0, 4161.0, 4212.0, 4159.0, 4169.0, 4200.0, 4148.0, 4169.0, 4199.0, 4157.0, 4168.0, 4199.0, 4147.0, 4179.0, 4167.0, 4147.0, 4189.0, 4147.0, 4147.0, 4197.0, 4135.0, 4170.0, 4209.0, 4157.0, 4178.0, 4165.0, 4148.0, 4189.0, 4167.0, 4146.0, 4187.0, 4147.0, 4159.0, 4198.0, 4147.0, 4169.0, 4199.0, 4147.0, 4178.0, 4168.0, 4148.0, 4188.0, 4138.0, 4160.0, 4198.0, 4149.0, 4190.0, 4149.0, 4161.0, 4211.0, 4160.0, 4181.0, 4189.0, 4150.0, 4191.0, 4159.0, 4159.0, 4199.0, 4136.0, 4158.0, 4209.0, 4147.0, 4178.0, 4157.0, 4149.0, 4200.0, 4138.0, 4181.0, 4150.0, 4160.0, 4169.0, 4151.0, 4214.0, 4171.0, 4169.0, 4187.0, 4134.0, 4147.0, 4186.0, 4134.0, 4145.0, 4184.0, 4133.0, 4156.0, 4164.0, 4133.0, 4164.0, 4111.0, 4134.0, 4197.0, 4135.0, 4146.0, 4186.0, 4135.0, 4167.0, 4177.0, 4138.0, 4177.0, 4135.0, 4136.0, 4187.0, 4126.0, 4171.0, 4199.0, 4158.0, 4169.0, 4186.0, 4137.0, 4181.0, 4167.0, 4148.0, 4190.0, 4127.0, 4160.0, 4212.0, 4163.0, 4183.0, 4150.0, 4153.0, 4127.0, 4149.0, 4156.0, 4149.0, 4203.0, 4190.0, 4149.0, 4181.0, 4168.0, 4159.0, 4190.0, 4145.0, 4146.0, 4185.0, 4142.0, 4133.0, 4175.0, 4121.0, 4133.0, 4174.0, 4129.0, 4121.0, 4162.0, 4107.0, 4118.0, 4158.0, 4116.0, 4116.0, 4159.0, 4118.0, 4129.0, 4170.0, 4118.0, 4139.0, 4148.0, 4109.0, 4150.0, 4121.0, 4144.0, 4133.0, 4135.0, 4167.0, 4149.0, 4198.0, 4159.0, 4190.0, 4187.0, 4123.0, 4154.0, 4133.0, 4136.0, 4187.0, 4134.0, 4136.0, 4174.0, 4122.0, 4147.0, 4186.0, 4135.0, 4157.0, 4153.0, 4124.0, 4170.0, 4136.0, 4138.0, 4178.0, 4126.0, 4149.0, 4188.0, 4137.0, 4148.0, 4188.0, 4138.0, 4170.0, 4200.0, 4139.0, 4181.0, 4138.0, 4150.0, 4202.0, 4150.0, 4161.0, 4200.0, 4149.0, 4170.0, 4200.0, 4149.0, 4169.0, 4158.0, 4137.0, 4178.0, 4138.0, 4148.0, 4200.0, 4147.0, 4158.0, 4199.0, 4137.0, 4158.0, 4158.0, 4137.0, 4179.0, 4147.0, 4149.0, 4200.0, 4138.0, 4160.0, 4201.0, 4149.0, 4170.0, 4148.0, 4150.0, 4201.0, 4149.0, 4160.0, 4190.0, 4138.0, 4160.0, 4201.0, 4149.0, 4169.0, 4136.0, 4149.0, 4191.0, 4138.0, 4149.0, 4199.0, 4138.0, 4182.0, 4148.0, 4149.0, 4189.0, 4137.0, 4161.0, 4201.0, 4148.0, 4169.0, 4177.0, 4137.0, 4180.0, 4167.0, 4137.0, 4178.0, 4135.0, 4147.0, 4188.0, 4135.0, 4147.0, 4187.0, 4136.0, 4157.0, 4198.0, 4136.0, 4167.0, 4166.0, 4137.0, 4178.0, 4135.0, 4147.0, 4197.0, 4137.0, 4170.0, 4187.0, 4135.0, 4177.0, 4124.0, 4147.0, 4199.0, 4136.0, 4147.0, 4187.0, 4136.0, 4159.0, 4187.0, 4137.0, 4168.0, 4136.0, 4150.0, 4191.0, 4137.0, 4150.0, 4200.0, 4138.0, 4161.0, 4200.0, 4150.0, 4181.0, 4169.0, 4150.0, 4191.0, 4149.0, 4150.0, 4200.0, 4139.0, 4171.0, 4200.0, 4160.0, 4180.0, 4137.0, 4150.0, 4202.0, 4148.0, 4159.0, 4188.0, 4138.0, 4180.0, 4158.0, 4148.0, 4178.0, 4126.0, 4148.0, 4199.0, 4148.0, 4169.0, 4200.0, 4151.0, 4171.0, 4179.0, 4149.0, 4189.0, 4138.0, 4152.0, 4213.0, 4152.0, 4191.0, 4151.0, 4162.0, 4141.0, 4171.0, 4153.0, 4194.0, 4227.0, 4170.0, 4148.0, 4169.0, 4157.0, 4136.0, 4178.0, 4123.0, 4124.0, 4177.0, 4124.0, 4134.0, 4186.0, 4133.0, 4135.0, 4185.0, 4135.0, 4157.0, 4175.0, 4135.0, 4165.0, 4123.0, 4136.0, 4188.0, 4135.0, 4157.0, 4187.0, 4136.0, 4167.0, 4144.0, 4136.0, 4177.0, 4135.0, 4136.0, 4176.0, 4124.0, 4147.0, 4198.0, 4146.0, 4145.0, 4175.0, 4123.0, 4154.0, 4174.0, 4133.0, 4155.0, 4122.0, 4134.0, 4175.0, 4123.0, 4145.0, 4186.0, 4124.0, 4145.0, 4143.0, 4124.0, 4166.0, 4186.0, 4135.0, 4155.0, 4164.0, 4123.0, 4154.0, 4162.0, 4122.0, 4155.0, 4142.0, 4121.0, 4153.0, 4109.0, 4123.0, 4175.0, 4121.0, 4133.0, 4173.0, 4122.0, 4145.0, 4174.0, 4134.0, 4154.0, 4123.0, 4137.0, 4177.0, 4124.0, 4136.0, 4186.0, 4122.0, 4134.0, 4174.0, 4131.0, 4146.0, 4186.0, 4135.0, 4156.0, 4186.0, 4136.0, 4156.0, 4187.0, 4136.0, 4157.0, 4165.0, 4137.0, 4168.0, 4166.0, 4136.0, 4166.0, 4124.0, 4137.0, 4178.0, 4146.0, 4137.0, 4188.0, 4125.0, 4149.0, 4189.0, 4136.0, 4148.0, 4188.0, 4136.0, 4159.0, 4199.0, 4147.0, 4149.0, 4188.0, 4138.0, 4170.0, 4201.0, 4148.0, 4159.0, 4189.0, 4138.0, 4170.0, 4200.0, 4148.0, 4168.0, 4147.0, 4137.0, 4177.0, 4125.0, 4137.0, 4178.0, 4126.0, 4147.0, 4187.0, 4137.0, 4147.0, 4187.0, 4136.0, 4167.0, 4167.0, 4136.0, 4167.0, 4135.0, 4136.0, 4177.0, 4125.0, 4136.0, 4188.0, 4125.0, 4146.0, 4188.0, 4137.0, 4147.0, 4187.0, 4136.0, 4148.0, 4198.0, 4135.0, 4157.0, 4187.0, 4136.0, 4169.0, 4198.0, 4136.0, 4168.0, 4146.0, 4136.0, 4179.0, 4146.0, 4136.0, 4178.0, 4125.0, 4138.0, 4199.0, 4136.0, 4147.0, 4187.0, 4136.0, 4158.0, 4198.0, 4136.0, 4147.0, 4187.0, 4137.0, 4158.0, 4188.0, 4138.0, 4170.0, 4138.0, 4150.0, 4168.0, 4151.0, 4193.0, 4150.0, 4150.0, 4190.0, 4127.0, 4149.0, 4201.0, 4137.0, 4148.0, 4178.0, 4136.0, 4147.0, 4187.0, 4136.0, 4157.0, 4189.0, 4159.0, 4145.0, 4124.0, 4123.0, 4100.0, 4100.0, 4115.0, 4170.0, 4201.0, 4157.0, 4147.0, 4178.0, 4176.0, 4146.0, 4168.0, 4185.0, 4132.0, 4152.0, 4171.0, 4140.0, 4140.0, 4170.0, 4130.0, 4129.0, 4170.0, 4106.0, 4127.0, 4157.0, 4103.0, 4114.0, 4143.0, 4090.0, 4091.0, 4131.0, 4091.0, 4103.0, 4144.0, 4102.0, 4102.0, 4142.0, 4102.0, 4113.0, 4142.0, 4102.0, 4124.0, 4133.0, 4093.0, 4125.0, 4114.0, 4105.0, 4136.0, 4094.0, 4107.0, 4157.0, 4095.0, 4118.0, 4159.0, 4108.0, 4121.0, 4172.0, 4121.0, 4133.0, 4173.0, 4122.0, 4133.0, 4173.0, 4133.0, 4156.0, 4185.0, 4145.0, 4155.0, 4123.0, 4136.0, 4176.0, 4123.0, 4125.0, 4177.0, 4135.0, 4136.0, 4177.0, 4124.0, 4138.0, 4177.0, 4124.0, 4136.0, 4177.0, 4125.0, 4148.0, 4188.0, 4136.0, 4147.0, 4187.0, 4125.0, 4148.0, 4188.0, 4146.0, 4147.0, 4187.0, 4135.0, 4148.0, 4189.0, 4135.0, 4136.0, 4176.0, 4124.0, 4148.0, 4188.0, 4135.0, 4147.0, 4187.0, 4125.0, 4149.0, 4200.0, 4148.0, 4149.0, 4189.0, 4137.0, 4160.0, 4201.0, 4149.0, 4150.0, 4189.0, 4139.0, 4161.0, 4202.0, 4140.0, 4151.0, 4191.0, 4139.0, 4161.0, 4202.0, 4150.0, 4151.0, 4191.0, 4139.0, 4162.0, 4202.0, 4139.0, 4150.0, 4199.0, 4130.0, 4162.0, 4203.0, 4140.0, 4151.0, 4192.0, 4138.0, 4140.0, 4191.0, 4168.0, 4139.0, 4181.0, 4190.0, 4138.0, 4170.0, 4200.0, 4138.0, 4160.0, 4189.0, 4137.0, 4149.0, 4188.0, 4138.0, 4149.0, 4189.0, 4134.0, 4150.0, 4190.0, 4139.0, 4160.0, 4201.0, 4139.0, 4161.0, 4201.0, 4149.0, 4160.0, 4201.0, 4149.0, 4160.0, 4189.0, 4138.0, 4149.0, 4190.0, 4138.0, 4149.0, 4200.0, 4139.0, 4160.0, 4201.0, 4150.0, 4172.0, 4191.0, 4140.0, 4181.0, 4191.0, 4139.0, 4170.0, 4190.0, 4139.0, 4181.0, 4150.0, 4151.0, 4192.0, 4140.0, 4151.0, 4214.0, 4176.0, 4172.0, 4127.0, 4123.0, 4134.0, 4125.0, 4115.0, 4149.0, 4150.0, 4174.0, 4226.0, 4161.0, 4186.0, 4175.0, 4164.0, 4181.0, 4160.0, 4211.0, 4180.0, 4159.0, 4198.0, 4154.0, 4167.0, 4175.0, 4143.0, 4172.0, 4105.0, 4114.0, 4154.0, 4101.0, 4111.0, 4131.0, 4090.0, 4120.0, 4089.0, 4101.0, 4142.0, 4101.0, 4113.0, 4153.0, 4116.0, 4135.0, 4104.0, 4127.0, 4167.0, 4130.0, 4148.0, 4107.0, 4119.0, 4160.0, 4119.0, 4161.0, 4119.0, 4142.0, 4183.0, 4122.0, 4164.0, 4122.0, 4144.0, 4152.0, 4122.0, 4175.0, 4134.0, 4145.0, 4154.0, 4135.0, 4176.0, 4122.0, 4135.0, 4199.0, 4135.0, 4166.0, 4123.0, 4135.0, 4186.0, 4134.0, 4156.0, 4186.0, 4135.0, 4166.0, 4138.0, 4151.0, 4200.0, 4136.0, 4155.0, 4164.0, 4137.0, 4175.0, 4123.0, 4145.0, 4187.0, 4146.0, 4168.0, 4147.0, 4137.0, 4177.0, 4148.0, 4189.0, 4161.0, 4180.0, 4178.0, 4135.0, 4167.0, 4113.0, 4135.0, 4188.0, 4136.0, 4145.0, 4164.0, 4124.0, 4155.0, 4153.0, 4123.0, 4166.0, 4133.0, 4124.0, 4165.0, 4124.0, 4146.0, 4186.0, 4134.0, 4149.0, 4188.0, 4148.0, 4159.0, 4147.0, 4138.0, 4193.0, 4169.0, 4138.0, 4169.0, 4116.0, 4148.0, 4188.0, 4137.0, 4147.0, 4188.0, 4135.0, 4136.0, 4176.0, 4123.0, 4147.0, 4175.0, 4134.0, 4134.0, 4174.0, 4135.0], 'WindowWidth': [9333.0, 9335.0, 9306.0, 9253.0, 9306.0, 9221.0, 9234.0, 9286.0, 9212.0, 9263.0, 9285.0, 9232.0, 9253.0, 9177.0, 9232.0, 9285.0, 9235.0, 9260.0, 9252.0, 9204.0, 9281.0, 9217.0, 9234.0, 9286.0, 9208.0, 9251.0, 9289.0, 9232.0, 9274.0, 9213.0, 9224.0, 9296.0, 9238.0, 9254.0, 9289.0, 9223.0, 9290.0, 9294.0, 9240.0, 9279.0, 9202.0, 9243.0, 9313.0, 9238.0, 9252.0, 9290.0, 9205.0, 9257.0, 9293.0, 9256.0, 9265.0, 9244.0, 9228.0, 9298.0, 9238.0, 9240.0, 9309.0, 9244.0, 9289.0, 9281.0, 9240.0, 9293.0, 9224.0, 9257.0, 9312.0, 9259.0, 9280.0, 9234.0, 9227.0, 9297.0, 9221.0, 9236.0, 9294.0, 9219.0, 9264.0, 9280.0, 9218.0, 9277.0, 9221.0, 9242.0, 9306.0, 9215.0, 9243.0, 9288.0, 9216.0, 9256.0, 9200.0, 9229.0, 9285.0, 9219.0, 9247.0, 9290.0, 9228.0, 9255.0, 9238.0, 9214.0, 9272.0, 9195.0, 9212.0, 9282.0, 9214.0, 9254.0, 9238.0, 9195.0, 9267.0, 9202.0, 9228.0, 9283.0, 9198.0, 9242.0, 9286.0, 9220.0, 9264.0, 9284.0, 9212.0, 9256.0, 9270.0, 9216.0, 9261.0, 9242.0, 9214.0, 9256.0, 9227.0, 9221.0, 9273.0, 9214.0, 9217.0, 9283.0, 9207.0, 9235.0, 9305.0, 9219.0, 9248.0, 9294.0, 9228.0, 9280.0, 9217.0, 9221.0, 9292.0, 9228.0, 9269.0, 9279.0, 9243.0, 9296.0, 9222.0, 9241.0, 9312.0, 9233.0, 9247.0, 9292.0, 9218.0, 9246.0, 9290.0, 9227.0, 9242.0, 9289.0, 9215.0, 9259.0, 9241.0, 9213.0, 9275.0, 9214.0, 9214.0, 9281.0, 9197.0, 9250.0, 9302.0, 9227.0, 9256.0, 9236.0, 9217.0, 9274.0, 9241.0, 9212.0, 9268.0, 9215.0, 9233.0, 9285.0, 9214.0, 9248.0, 9289.0, 9214.0, 9257.0, 9245.0, 9216.0, 9271.0, 9208.0, 9237.0, 9286.0, 9221.0, 9277.0, 9222.0, 9240.0, 9305.0, 9237.0, 9265.0, 9274.0, 9224.0, 9280.0, 9232.0, 9233.0, 9285.0, 9199.0, 9230.0, 9303.0, 9215.0, 9257.0, 9227.0, 9222.0, 9289.0, 9205.0, 9265.0, 9222.0, 9237.0, 9247.0, 9226.0, 9317.0, 9252.0, 9245.0, 9269.0, 9189.0, 9212.0, 9263.0, 9192.0, 9206.0, 9258.0, 9188.0, 9223.0, 9230.0, 9189.0, 9230.0, 9157.0, 9191.0, 9280.0, 9195.0, 9209.0, 9262.0, 9193.0, 9238.0, 9253.0, 9203.0, 9253.0, 9194.0, 9198.0, 9265.0, 9184.0, 9252.0, 9286.0, 9230.0, 9243.0, 9264.0, 9199.0, 9266.0, 9241.0, 9217.0, 9274.0, 9189.0, 9235.0, 9309.0, 9246.0, 9270.0, 9221.0, 9226.0, 9189.0, 9219.0, 9225.0, 9218.0, 9298.0, 9276.0, 9219.0, 9263.0, 9241.0, 9230.0, 9274.0, 9206.0, 9207.0, 9262.0, 9195.0, 9184.0, 9247.0, 9167.0, 9184.0, 9243.0, 9173.0, 9164.0, 9221.0, 9141.0, 9156.0, 9210.0, 9150.0, 9151.0, 9211.0, 9158.0, 9172.0, 9229.0, 9157.0, 9188.0, 9198.0, 9148.0, 9205.0, 9168.0, 9203.0, 9186.0, 9193.0, 9236.0, 9217.0, 9280.0, 9228.0, 9272.0, 9265.0, 9173.0, 9216.0, 9185.0, 9191.0, 9264.0, 9188.0, 9191.0, 9240.0, 9170.0, 9210.0, 9261.0, 9191.0, 9220.0, 9213.0, 9177.0, 9245.0, 9194.0, 9198.0, 9252.0, 9179.0, 9216.0, 9267.0, 9198.0, 9214.0, 9267.0, 9200.0, 9245.0, 9287.0, 9203.0, 9262.0, 9201.0, 9219.0, 9291.0, 9221.0, 9233.0, 9287.0, 9215.0, 9244.0, 9289.0, 9215.0, 9242.0, 9226.0, 9198.0, 9255.0, 9200.0, 9214.0, 9287.0, 9212.0, 9226.0, 9285.0, 9199.0, 9227.0, 9226.0, 9198.0, 9256.0, 9211.0, 9215.0, 9285.0, 9201.0, 9233.0, 9291.0, 9217.0, 9246.0, 9215.0, 9219.0, 9291.0, 9216.0, 9233.0, 9272.0, 9200.0, 9234.0, 9291.0, 9215.0, 9242.0, 9196.0, 9217.0, 9276.0, 9200.0, 9215.0, 9284.0, 9201.0, 9265.0, 9214.0, 9216.0, 9270.0, 9198.0, 9234.0, 9287.0, 9215.0, 9241.0, 9253.0, 9198.0, 9258.0, 9237.0, 9196.0, 9252.0, 9191.0, 9211.0, 9267.0, 9191.0, 9209.0, 9264.0, 9194.0, 9223.0, 9279.0, 9193.0, 9235.0, 9235.0, 9198.0, 9252.0, 9191.0, 9209.0, 9278.0, 9199.0, 9246.0, 9264.0, 9192.0, 9249.0, 9174.0, 9211.0, 9283.0, 9193.0, 9210.0, 9264.0, 9194.0, 9229.0, 9266.0, 9197.0, 9240.0, 9194.0, 9222.0, 9277.0, 9199.0, 9218.0, 9285.0, 9201.0, 9237.0, 9287.0, 9219.0, 9260.0, 9243.0, 9220.0, 9275.0, 9214.0, 9217.0, 9286.0, 9202.0, 9247.0, 9287.0, 9232.0, 9258.0, 9196.0, 9219.0, 9290.0, 9212.0, 9228.0, 9269.0, 9202.0, 9260.0, 9225.0, 9211.0, 9252.0, 9182.0, 9214.0, 9283.0, 9213.0, 9242.0, 9288.0, 9220.0, 9246.0, 9258.0, 9217.0, 9270.0, 9200.0, 9226.0, 9311.0, 9221.0, 9276.0, 9222.0, 9238.0, 9209.0, 9248.0, 9231.0, 9285.0, 9338.0, 9243.0, 9212.0, 9242.0, 9222.0, 9193.0, 9251.0, 9170.0, 9172.0, 9248.0, 9173.0, 9185.0, 9261.0, 9185.0, 9191.0, 9257.0, 9190.0, 9221.0, 9243.0, 9189.0, 9230.0, 9170.0, 9192.0, 9264.0, 9191.0, 9221.0, 9261.0, 9193.0, 9236.0, 9200.0, 9194.0, 9249.0, 9192.0, 9194.0, 9246.0, 9174.0, 9208.0, 9280.0, 9205.0, 9203.0, 9245.0, 9171.0, 9214.0, 9243.0, 9185.0, 9216.0, 9169.0, 9188.0, 9243.0, 9170.0, 9202.0, 9259.0, 9174.0, 9202.0, 9199.0, 9175.0, 9234.0, 9263.0, 9189.0, 9217.0, 9227.0, 9170.0, 9212.0, 9223.0, 9168.0, 9215.0, 9193.0, 9165.0, 9209.0, 9147.0, 9173.0, 9242.0, 9167.0, 9184.0, 9236.0, 9169.0, 9203.0, 9244.0, 9187.0, 9214.0, 9172.0, 9198.0, 9249.0, 9177.0, 9194.0, 9260.0, 9170.0, 9187.0, 9242.0, 9184.0, 9206.0, 9261.0, 9191.0, 9219.0, 9262.0, 9193.0, 9221.0, 9263.0, 9193.0, 9222.0, 9232.0, 9196.0, 9240.0, 9233.0, 9192.0, 9234.0, 9174.0, 9198.0, 9254.0, 9205.0, 9196.0, 9265.0, 9178.0, 9215.0, 9268.0, 9194.0, 9212.0, 9265.0, 9194.0, 9231.0, 9283.0, 9209.0, 9214.0, 9268.0, 9200.0, 9247.0, 9289.0, 9215.0, 9230.0, 9271.0, 9200.0, 9244.0, 9289.0, 9213.0, 9240.0, 9209.0, 9195.0, 9250.0, 9177.0, 9196.0, 9252.0, 9180.0, 9209.0, 9264.0, 9197.0, 9209.0, 9264.0, 9194.0, 9237.0, 9238.0, 9195.0, 9236.0, 9191.0, 9193.0, 9249.0, 9180.0, 9195.0, 9265.0, 9177.0, 9209.0, 9266.0, 9198.0, 9210.0, 9263.0, 9195.0, 9213.0, 9282.0, 9193.0, 9224.0, 9264.0, 9194.0, 9243.0, 9283.0, 9195.0, 9239.0, 9208.0, 9195.0, 9256.0, 9208.0, 9195.0, 9252.0, 9178.0, 9200.0, 9285.0, 9194.0, 9212.0, 9265.0, 9195.0, 9226.0, 9283.0, 9195.0, 9210.0, 9266.0, 9200.0, 9229.0, 9270.0, 9200.0, 9246.0, 9204.0, 9220.0, 9244.0, 9225.0, 9283.0, 9219.0, 9219.0, 9273.0, 9185.0, 9216.0, 9290.0, 9198.0, 9212.0, 9254.0, 9195.0, 9210.0, 9267.0, 9193.0, 9223.0, 9272.0, 9228.0, 9204.0, 9171.0, 9168.0, 9131.0, 9135.0, 9165.0, 9248.0, 9292.0, 9223.0, 9209.0, 9253.0, 9249.0, 9206.0, 9239.0, 9263.0, 9183.0, 9210.0, 9236.0, 9188.0, 9188.0, 9234.0, 9174.0, 9173.0, 9233.0, 9139.0, 9166.0, 9210.0, 9128.0, 9143.0, 9183.0, 9105.0, 9109.0, 9163.0, 9108.0, 9128.0, 9184.0, 9125.0, 9126.0, 9178.0, 9125.0, 9141.0, 9181.0, 9125.0, 9158.0, 9168.0, 9115.0, 9163.0, 9144.0, 9134.0, 9176.0, 9120.0, 9140.0, 9208.0, 9122.0, 9157.0, 9214.0, 9144.0, 9165.0, 9235.0, 9168.0, 9184.0, 9237.0, 9168.0, 9185.0, 9237.0, 9185.0, 9219.0, 9259.0, 9204.0, 9217.0, 9173.0, 9193.0, 9248.0, 9173.0, 9177.0, 9249.0, 9190.0, 9194.0, 9249.0, 9175.0, 9199.0, 9252.0, 9176.0, 9194.0, 9250.0, 9177.0, 9212.0, 9267.0, 9193.0, 9209.0, 9265.0, 9176.0, 9213.0, 9266.0, 9208.0, 9210.0, 9265.0, 9192.0, 9214.0, 9269.0, 9191.0, 9194.0, 9247.0, 9176.0, 9215.0, 9267.0, 9193.0, 9211.0, 9263.0, 9180.0, 9217.0, 9286.0, 9213.0, 9216.0, 9270.0, 9199.0, 9234.0, 9290.0, 9215.0, 9218.0, 9270.0, 9203.0, 9235.0, 9291.0, 9206.0, 9221.0, 9275.0, 9205.0, 9236.0, 9293.0, 9220.0, 9221.0, 9275.0, 9205.0, 9238.0, 9294.0, 9205.0, 9221.0, 9286.0, 9193.0, 9238.0, 9294.0, 9207.0, 9222.0, 9279.0, 9201.0, 9206.0, 9275.0, 9242.0, 9202.0, 9260.0, 9274.0, 9201.0, 9244.0, 9286.0, 9199.0, 9231.0, 9272.0, 9199.0, 9216.0, 9268.0, 9199.0, 9215.0, 9270.0, 9195.0, 9219.0, 9272.0, 9203.0, 9233.0, 9287.0, 9204.0, 9234.0, 9288.0, 9217.0, 9232.0, 9289.0, 9215.0, 9232.0, 9271.0, 9201.0, 9216.0, 9273.0, 9200.0, 9217.0, 9285.0, 9204.0, 9234.0, 9290.0, 9220.0, 9251.0, 9278.0, 9207.0, 9263.0, 9277.0, 9204.0, 9247.0, 9275.0, 9203.0, 9263.0, 9219.0, 9223.0, 9278.0, 9208.0, 9223.0, 9312.0, 9267.0, 9252.0, 9183.0, 9171.0, 9185.0, 9175.0, 9166.0, 9220.0, 9223.0, 9263.0, 9335.0, 9236.0, 9278.0, 9263.0, 9246.0, 9267.0, 9233.0, 9310.0, 9261.0, 9230.0, 9289.0, 9216.0, 9240.0, 9245.0, 9198.0, 9239.0, 9134.0, 9145.0, 9203.0, 9122.0, 9137.0, 9164.0, 9105.0, 9147.0, 9103.0, 9122.0, 9179.0, 9124.0, 9143.0, 9197.0, 9150.0, 9175.0, 9132.0, 9168.0, 9220.0, 9175.0, 9197.0, 9141.0, 9160.0, 9214.0, 9161.0, 9219.0, 9161.0, 9197.0, 9255.0, 9168.0, 9227.0, 9169.0, 9202.0, 9208.0, 9169.0, 9244.0, 9188.0, 9203.0, 9215.0, 9191.0, 9248.0, 9170.0, 9192.0, 9286.0, 9191.0, 9233.0, 9173.0, 9191.0, 9262.0, 9188.0, 9218.0, 9264.0, 9191.0, 9234.0, 9202.0, 9225.0, 9289.0, 9195.0, 9218.0, 9229.0, 9197.0, 9243.0, 9172.0, 9203.0, 9263.0, 9209.0, 9238.0, 9211.0, 9199.0, 9252.0, 9213.0, 9271.0, 9236.0, 9259.0, 9255.0, 9190.0, 9238.0, 9157.0, 9190.0, 9268.0, 9193.0, 9202.0, 9229.0, 9174.0, 9217.0, 9211.0, 9173.0, 9234.0, 9185.0, 9172.0, 9229.0, 9174.0, 9205.0, 9260.0, 9189.0, 9215.0, 9264.0, 9212.0, 9227.0, 9209.0, 9200.0, 9281.0, 9242.0, 9197.0, 9242.0, 9167.0, 9212.0, 9268.0, 9197.0, 9209.0, 9268.0, 9191.0, 9192.0, 9247.0, 9173.0, 9208.0, 9246.0, 9186.0, 9188.0, 9241.0, 9193.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.0016407808090310443</td></tr>
<tr><td colspan=3>aqi</td><td>0.023601380809031042</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.71399458115817</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2185345829096033</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0292006054896417</td></tr>
<tr><td colspan=3>efc</td><td>0.5343</td></tr>
<tr><td colspan=3>fber</td><td>2878.8818</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09340884775732838</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.51552210724365</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6522834817728955</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.603760847012413</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8461155685069532</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5069740297993195</td></tr>
<tr><td colspan=3>gcor</td><td>0.0182158</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0033624591305851936</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03193460404872894</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.917560697040743</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>11.5292</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.1006</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.3223</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288205.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1258.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.6998</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.543</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.2576</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3262.599</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4271.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>880.3898</td></tr>
<tr><td colspan=3>tsnr</td><td>36.22544350102544</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>