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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-01/func/sub-0099_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>abaafb74ff68f45badab07fcb76b41b0</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:01:21.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998025, 0.0150488, 0.0609948, -0.021777, 0.99356, 0.111191]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.083202</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7769, -7262, 257, -118, -150, -79, 122]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5814e648-6ebc-4f20-9ca3-45b24134e9f5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6776270866394043, -0.05842605233192444, 0.15910765528678894, 111.91158294677734], [-0.040374841541051865, 2.6656501293182373, 0.30320873856544495, -105.07744598388672], [0.16364465653896332, -0.298317015171051, 2.678199052810669, -76.02548217773438], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1073]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'AcquisitionTime': ['100121.505000', '100121.965000', '100122.425000', '100122.885000', '100123.345000', '100123.805000', '100124.265000', '100124.725000', '100125.185000', '100125.645000', '100126.105000', '100126.565000', '100127.025000', '100127.485000', '100127.945000', '100128.405000', '100128.865000', '100129.325000', '100129.785000', '100130.245000', '100130.705000', '100131.165000', '100131.625000', '100132.085000', '100132.545000', '100133.005000', '100133.465000', '100133.925000', '100134.385000', '100134.845000', '100135.305000', '100135.765000', '100136.225000', '100136.685000', '100137.145000', '100137.605000', '100138.065000', '100138.525000', '100138.985000', '100139.445000', '100139.905000', '100140.365000', '100140.825000', '100141.285000', '100141.745000', '100142.205000', '100142.665000', '100143.125000', '100143.585000', '100144.045000', '100144.505000', '100144.965000', '100145.425000', '100145.885000', '100146.345000', '100146.805000', '100147.265000', '100147.725000', '100148.185000', '100148.645000', '100149.105000', '100149.565000', '100150.025000', '100150.485000', '100150.945000', '100151.405000', '100151.865000', '100152.325000', '100152.785000', '100153.245000', '100153.705000', '100154.165000', '100154.625000', '100155.085000', '100155.545000', '100156.005000', '100156.465000', '100156.925000', '100157.385000', '100157.845000', '100158.305000', '100158.765000', '100159.225000', '100159.685000', '100200.145000', '100200.605000', '100201.065000', '100201.525000', '100201.985000', '100202.445000', '100202.905000', '100203.365000', '100203.825000', '100204.285000', '100204.745000', '100205.205000', '100205.665000', '100206.125000', '100206.585000', '100207.045000', '100207.505000', '100207.965000', '100208.425000', '100208.885000', '100209.345000', '100209.805000', '100210.265000', '100210.725000', '100211.185000', '100211.645000', '100212.105000', '100212.565000', '100213.025000', '100213.485000', '100213.945000', '100214.405000', '100214.865000', '100215.325000', '100215.785000', '100216.245000', '100216.705000', '100217.165000', '100217.625000', '100218.085000', '100218.545000', '100219.005000', '100219.465000', '100219.925000', '100220.385000', '100220.845000', '100221.305000', '100221.765000', '100222.225000', '100222.685000', '100223.145000', '100223.605000', '100224.065000', '100224.525000', '100224.985000', '100225.445000', '100225.905000', '100226.365000', '100226.825000', '100227.285000', '100227.745000', '100228.205000', '100228.665000', '100229.125000', '100229.585000', '100230.045000', '100230.505000', '100230.965000', '100231.425000', '100231.885000', '100232.345000', '100232.805000', '100233.265000', '100233.725000', '100234.185000', '100234.645000', '100235.105000', '100235.565000', '100236.025000', '100236.485000', '100236.945000', '100237.405000', '100237.865000', '100238.325000', '100238.785000', '100239.245000', '100239.705000', '100240.165000', '100240.625000', '100241.085000', '100241.545000', '100242.005000', '100242.465000', '100242.925000', '100243.385000', '100243.845000', '100244.305000', '100244.765000', '100245.225000', '100245.685000', '100246.145000', '100246.605000', '100247.065000', '100247.525000', '100247.985000', '100248.445000', '100248.905000', '100249.365000', '100249.825000', '100250.285000', '100250.745000', '100251.205000', '100251.665000', '100252.125000', '100252.585000', '100253.045000', '100253.505000', '100253.965000', '100254.425000', '100254.885000', '100255.345000', '100255.805000', '100256.265000', '100256.725000', '100257.185000', '100257.645000', '100258.105000', '100258.565000', '100259.025000', '100259.485000', '100259.945000', '100300.405000', '100300.865000', '100301.325000', '100301.785000', '100302.245000', '100302.705000', '100303.165000', '100303.625000', '100304.085000', '100304.545000', '100305.005000', '100305.465000', '100305.925000', '100306.385000', '100306.845000', '100307.305000', '100307.765000', '100308.225000', '100308.685000', '100309.145000', '100309.605000', '100310.065000', '100310.525000', '100310.985000', '100311.445000', '100311.905000', '100312.365000', '100312.825000', '100313.285000', '100313.745000', '100314.205000', '100314.665000', '100315.125000', '100315.585000', '100316.045000', '100316.505000', '100316.965000', '100317.425000', '100317.885000', '100318.345000', '100318.805000', '100319.265000', '100319.725000', '100320.185000', '100320.645000', '100321.105000', '100321.565000', '100322.025000', '100322.485000', '100322.945000', '100323.405000', '100323.865000', '100324.325000', '100324.785000', '100325.245000', '100325.705000', '100326.165000', '100326.625000', '100327.085000', '100327.545000', '100328.005000', '100328.465000', '100328.925000', '100329.385000', '100329.845000', '100330.305000', '100330.765000', '100331.225000', '100331.685000', '100332.145000', '100332.605000', '100333.065000', '100333.525000', '100333.985000', '100334.445000', '100334.905000', '100335.365000', '100335.825000', '100336.285000', '100336.745000', '100337.205000', '100337.665000', '100338.125000', '100338.585000', '100339.045000', '100339.505000', '100339.965000', '100340.425000', '100340.885000', '100341.345000', '100341.805000', '100342.265000', '100342.725000', '100343.185000', '100343.645000', '100344.105000', '100344.565000', '100345.025000', '100345.485000', '100345.945000', '100346.405000', '100346.865000', '100347.325000', '100347.785000', '100348.245000', '100348.705000', '100349.165000', '100349.625000', '100350.085000', '100350.545000', '100351.005000', '100351.465000', '100351.925000', '100352.385000', '100352.845000', '100353.305000', '100353.765000', '100354.225000', '100354.685000', '100355.145000', '100355.605000', '100356.065000', '100356.525000', '100356.985000', '100357.445000', '100357.905000', '100358.365000', '100358.825000', '100359.285000', '100359.745000', '100400.205000', '100400.665000', '100401.125000', '100401.585000', '100402.045000', '100402.505000', '100402.965000', '100403.425000', '100403.885000', '100404.345000', '100404.805000', '100405.265000', '100405.725000', '100406.185000', '100406.645000', '100407.105000', '100407.565000', '100408.025000', '100408.485000', '100408.945000', '100409.405000', '100409.865000', '100410.325000', '100410.785000', '100411.245000', '100411.705000', '100412.165000', '100412.625000', '100413.085000', '100413.545000', '100414.005000', '100414.465000', '100414.925000', '100415.385000', '100415.845000', '100416.305000', '100416.765000', '100417.225000', '100417.685000', '100418.145000', '100418.605000', '100419.065000', '100419.525000', '100419.985000', '100420.445000', '100420.905000', '100421.365000', '100421.825000', '100422.285000', '100422.745000', '100423.205000', '100423.665000', '100424.125000', '100424.585000', '100425.045000', '100425.505000', '100425.965000', '100426.425000', '100426.885000', '100427.345000', '100427.805000', '100428.265000', '100428.725000', '100429.185000', '100429.645000', '100430.105000', '100430.565000', '100431.025000', '100431.485000', '100431.945000', '100432.405000', '100432.865000', '100433.325000', '100433.785000', '100434.245000', '100434.705000', '100435.165000', '100435.625000', '100436.085000', '100436.545000', '100437.005000', '100437.465000', '100437.925000', '100438.385000', '100438.845000', '100439.305000', '100439.765000', '100440.225000', '100440.685000', '100441.145000', '100441.605000', '100442.065000', '100442.525000', '100442.985000', '100443.445000', '100443.905000', '100444.365000', '100444.825000', '100445.285000', '100445.745000', '100446.205000', '100446.665000', '100447.125000', '100447.585000', '100448.045000', '100448.505000', '100448.965000', '100449.425000', '100449.885000', '100450.345000', '100450.805000', '100451.265000', '100451.725000', '100452.185000', '100452.645000', '100453.105000', '100453.565000', '100454.025000', '100454.485000', '100454.945000', '100455.405000', '100455.865000', '100456.325000', '100456.785000', '100457.245000', '100457.705000', '100458.165000', '100458.625000', '100459.085000', '100459.545000', '100500.005000', '100500.465000', '100500.925000', '100501.385000', '100501.845000', '100502.305000', '100502.765000', '100503.225000', '100503.685000', '100504.145000', '100504.605000', '100505.065000', '100505.525000', '100505.985000', '100506.445000', '100506.905000', '100507.365000', '100507.825000', '100508.285000', '100508.745000', '100509.205000', '100509.665000', '100510.125000', '100510.585000', '100511.045000', '100511.505000', '100511.965000', '100512.425000', '100512.885000', '100513.345000', '100513.805000', '100514.265000', '100514.725000', '100515.185000', '100515.645000', '100516.105000', '100516.565000', '100517.025000', '100517.485000', '100517.945000', '100518.405000', '100518.865000', '100519.325000', '100519.785000', '100520.245000', '100520.705000', '100521.165000', '100521.625000', '100522.085000', '100522.545000', '100523.005000', '100523.465000', '100523.925000', '100524.385000', '100524.845000', '100525.305000', '100525.765000', '100526.225000', '100526.685000', '100527.145000', '100527.605000', '100528.065000', '100528.525000', '100528.985000', '100529.445000', '100529.905000', '100530.365000', '100530.825000', '100531.285000', '100531.745000', '100532.205000', '100532.665000', '100533.125000', '100533.585000', '100534.045000', '100534.505000', '100534.965000', '100535.425000', '100535.885000', '100536.345000', '100536.805000', '100537.265000', '100537.725000', '100538.185000', '100538.645000', '100539.105000', '100539.565000', '100540.025000', '100540.485000', '100540.945000', '100541.405000', '100541.865000', '100542.325000', '100542.785000', '100543.245000', '100543.705000', '100544.165000', '100544.625000', '100545.085000', '100545.545000', '100546.005000', '100546.465000', '100546.925000', '100547.385000', '100547.845000', '100548.305000', '100548.765000', '100549.225000', '100549.685000', '100550.145000', '100550.605000', '100551.065000', '100551.525000', '100551.985000', '100552.445000', '100552.905000', '100553.365000', '100553.825000', '100554.285000', '100554.745000', '100555.205000', '100555.665000', '100556.125000', '100556.585000', '100557.045000', '100557.505000', '100557.965000', '100558.425000', '100558.885000', '100559.345000', '100559.805000', '100600.265000', '100600.725000', '100601.185000', '100601.645000', '100602.105000', '100602.565000', '100603.025000', '100603.485000', '100603.945000', '100604.405000', '100604.865000', '100605.325000', '100605.785000', '100606.245000', '100606.705000', '100607.165000', '100607.625000', '100608.085000', '100608.545000', '100609.005000', '100609.465000', '100609.925000', '100610.385000', '100610.845000', '100611.305000', '100611.765000', '100612.225000', '100612.685000', '100613.145000', '100613.605000', '100614.065000', '100614.525000', '100614.985000', '100615.445000', '100615.905000', '100616.365000', '100616.825000', '100617.285000', '100617.745000', '100618.205000', '100618.665000', '100619.125000', '100619.585000', '100620.045000', '100620.505000', '100620.965000', '100621.425000', '100621.885000', '100622.345000', '100622.805000', '100623.265000', '100623.725000', '100624.185000', '100624.645000', '100625.105000', '100625.565000', '100626.025000', '100626.485000', '100626.945000', '100627.405000', '100627.865000', '100628.325000', '100628.785000', '100629.245000', '100629.705000', '100630.165000', '100630.625000', '100631.085000', '100631.545000', '100632.005000', '100632.465000', '100632.925000', '100633.385000', '100633.845000', '100634.305000', '100634.765000', '100635.225000', '100635.685000', '100636.145000', '100636.605000', '100637.065000', '100637.525000', '100637.985000', '100638.445000', '100638.905000', '100639.365000', '100639.825000', '100640.285000', '100640.745000', '100641.205000', '100641.665000', '100642.125000', '100642.585000', '100643.045000', '100643.505000', '100643.965000', '100644.425000', '100644.885000', '100645.345000', '100645.805000', '100646.265000', '100646.725000', '100647.185000', '100647.645000', '100648.105000', '100648.565000', '100649.025000', '100649.485000', '100649.945000', '100650.405000', '100650.865000', '100651.325000', '100651.785000', '100652.245000', '100652.705000', '100653.165000', '100653.625000', '100654.085000', '100654.545000', '100655.005000', '100655.465000', '100655.925000', '100656.385000', '100656.845000', '100657.305000', '100657.765000', '100658.225000', '100658.685000', '100659.145000', '100659.605000', '100700.065000', '100700.525000', '100700.985000', '100701.445000', '100701.905000', '100702.365000', '100702.825000', '100703.285000', '100703.745000', '100704.205000', '100704.665000', '100705.125000', '100705.585000', '100706.045000', '100706.505000', '100706.965000', '100707.425000', '100707.885000', '100708.345000', '100708.805000', '100709.265000', '100709.725000', '100710.185000', '100710.645000', '100711.105000', '100711.565000', '100712.025000', '100712.485000', '100712.945000', '100713.405000', '100713.865000', '100714.325000', '100714.785000', '100715.245000', '100715.705000', '100716.165000', '100716.625000', '100717.085000', '100717.545000', '100718.005000', '100718.465000', '100718.925000', '100719.385000', '100719.845000', '100720.305000', '100720.765000', '100721.225000', '100721.685000', '100722.145000', '100722.605000', '100723.065000', '100723.525000', '100723.985000', '100724.445000', '100724.905000', '100725.365000', '100725.825000', '100726.285000', '100726.745000', '100727.205000', '100727.665000', '100728.125000', '100728.585000', '100729.045000', '100729.505000', '100729.965000', '100730.425000', '100730.885000', '100731.345000', '100731.805000', '100732.265000', '100732.725000', '100733.185000', '100733.645000', '100734.105000', '100734.565000', '100735.025000', '100735.485000', '100735.945000', '100736.405000', '100736.865000', '100737.325000', '100737.785000', '100738.245000', '100738.705000', '100739.165000', '100739.625000', '100740.085000', '100740.545000', '100741.005000', '100741.465000', '100741.925000', '100742.385000', '100742.845000', '100743.305000', '100743.765000', '100744.225000', '100744.685000', '100745.145000', '100745.605000', '100746.065000', '100746.525000', '100746.985000', '100747.445000', '100747.905000', '100748.365000', '100748.825000', '100749.285000', '100749.745000', '100750.205000', '100750.665000', '100751.125000', '100751.585000', '100752.045000', '100752.505000', '100752.965000', '100753.425000', '100753.885000', '100754.345000', '100754.805000', '100755.265000', '100755.725000', '100756.185000', '100756.645000', '100757.105000', '100757.565000', '100758.025000', '100758.485000', '100758.945000', '100759.405000', '100759.865000', '100800.325000', '100800.785000', '100801.245000', '100801.705000', '100802.165000', '100802.625000', '100803.085000', '100803.545000', '100804.005000', '100804.465000', '100804.925000', '100805.385000', '100805.845000', '100806.305000', '100806.765000', '100807.225000', '100807.685000', '100808.145000', '100808.605000', '100809.065000', '100809.525000', '100809.985000', '100810.445000', '100810.905000', '100811.365000', '100811.825000', '100812.285000', '100812.745000', '100813.205000', '100813.665000', '100814.125000', '100814.585000', '100815.045000', '100815.505000', '100815.965000', '100816.425000', '100816.885000', '100817.345000', '100817.805000', '100818.265000', '100818.725000', '100819.185000', '100819.645000', '100820.105000', '100820.565000', '100821.025000', '100821.485000', '100821.945000', '100822.405000', '100822.865000', '100823.325000', '100823.785000', '100824.245000', '100824.705000', '100825.165000', '100825.625000', '100826.085000', '100826.545000', '100827.005000', '100827.465000', '100827.925000', '100828.385000', '100828.845000', '100829.305000', '100829.765000', '100830.225000', '100830.685000', '100831.145000', '100831.605000', '100832.065000', '100832.525000', '100832.985000', '100833.445000', '100833.905000', '100834.365000', '100834.825000', '100835.285000', '100835.745000', '100836.205000', '100836.665000', '100837.125000', '100837.585000', '100838.045000', '100838.505000', '100838.965000', '100839.425000', '100839.885000', '100840.345000', '100840.805000', '100841.265000', '100841.725000', '100842.185000', '100842.645000', '100843.105000', '100843.565000', '100844.025000', '100844.485000', '100844.945000', '100845.405000', '100845.865000', '100846.325000', '100846.785000', '100847.245000', '100847.705000', '100848.165000', '100848.625000', '100849.085000', '100849.545000', '100850.005000', '100850.465000', '100850.925000', '100851.385000', '100851.845000', '100852.305000', '100852.765000', '100853.225000', '100853.685000', '100854.145000', '100854.605000', '100855.065000', '100855.525000', '100855.985000', '100856.445000', '100856.905000', '100857.365000', '100857.825000', '100858.285000', '100858.745000', '100859.205000', '100859.665000', '100900.125000', '100900.585000', '100901.045000', '100901.505000', '100901.965000', '100902.425000', '100902.885000', '100903.345000', '100903.805000', '100904.265000', '100904.725000', '100905.185000', '100905.645000', '100906.105000', '100906.565000', '100907.025000', '100907.485000', '100907.945000', '100908.405000', '100908.865000', '100909.325000', '100909.785000', '100910.245000', '100910.705000', '100911.165000', '100911.625000', '100912.085000', '100912.545000', '100913.005000', '100913.465000', '100913.925000', '100914.385000', '100914.845000', '100915.305000', '100915.765000', '100916.225000', '100916.685000', '100917.145000', '100917.605000', '100918.065000', '100918.525000', '100918.985000', '100919.445000', '100919.905000', '100920.365000', '100920.825000', '100921.285000', '100921.745000', '100922.205000', '100922.665000', '100923.125000', '100923.585000', '100924.045000', '100924.505000', '100924.965000', '100925.425000', '100925.885000', '100926.345000', '100926.805000', '100927.265000', '100927.725000', '100928.185000', '100928.645000', '100929.105000', '100929.565000', '100930.025000', '100930.485000', '100930.945000', '100931.405000', '100931.865000', '100932.325000', '100932.785000', '100933.245000', '100933.705000', '100934.165000', '100934.625000'], 'ContentTime': ['100138.844000', '100138.847000', '100138.850000', '100138.852000', '100138.855000', '100138.857000', '100138.860000', '100138.863000', '100138.865000', '100138.868000', '100138.870000', '100138.873000', '100138.875000', '100138.878000', '100138.880000', '100138.883000', '100138.886000', '100138.894000', '100138.897000', '100138.900000', '100138.902000', '100138.905000', '100138.907000', '100138.910000', '100138.913000', '100138.921000', '100138.923000', '100138.926000', '100138.929000', '100138.931000', '100138.934000', '100138.936000', '100138.939000', '100138.942000', '100138.944000', '100138.947000', '100158.815000', '100158.818000', '100158.821000', '100158.824000', '100158.826000', '100158.829000', '100158.831000', '100158.834000', '100158.837000', '100158.839000', '100158.842000', '100158.844000', '100158.847000', '100158.849000', '100158.852000', '100158.854000', '100158.857000', '100158.860000', '100158.862000', '100158.865000', '100158.868000', '100158.885000', '100158.887000', '100158.890000', '100158.892000', '100158.895000', '100158.897000', '100158.900000', '100158.903000', '100158.906000', '100158.909000', '100158.912000', '100158.914000', '100158.917000', '100158.920000', '100158.922000', '100158.925000', '100158.927000', '100158.930000', '100158.932000', '100158.935000', '100158.937000', '100158.940000', '100218.816000', '100218.819000', '100218.821000', '100218.824000', '100218.826000', '100218.829000', '100218.832000', '100218.834000', '100218.837000', '100218.839000', '100218.842000', '100218.853000', '100218.855000', '100218.858000', '100218.860000', '100218.863000', '100218.866000', '100218.868000', '100218.871000', '100218.873000', '100218.876000', '100218.879000', '100218.881000', '100218.884000', '100218.886000', '100218.889000', '100218.892000', '100218.894000', '100218.897000', '100218.899000', '100218.902000', '100218.904000', '100218.907000', '100218.910000', '100218.912000', '100218.915000', '100218.917000', '100218.920000', '100218.923000', '100218.925000', '100218.928000', '100218.930000', '100218.933000', '100218.935000', '100238.815000', '100238.817000', '100238.820000', '100238.823000', '100238.825000', '100238.828000', '100238.831000', '100238.833000', '100238.836000', '100238.838000', '100238.841000', '100238.843000', '100238.846000', '100238.848000', '100238.851000', '100238.854000', '100238.856000', '100238.859000', '100238.861000', '100238.864000', '100238.867000', '100238.869000', '100238.872000', '100238.874000', '100238.878000', '100238.881000', '100238.884000', '100238.886000', '100238.889000', '100238.891000', '100238.894000', '100238.897000', '100238.899000', '100238.902000', '100238.904000', '100238.907000', '100238.909000', '100238.912000', '100238.915000', '100238.917000', '100238.920000', '100238.922000', '100238.925000', '100258.815000', '100258.817000', '100258.820000', '100258.823000', '100258.825000', '100258.828000', '100258.830000', '100258.833000', '100258.836000', '100258.838000', '100258.841000', '100258.843000', '100258.846000', '100258.848000', '100258.851000', '100258.854000', '100258.856000', '100258.859000', '100258.861000', '100258.864000', '100258.867000', '100258.869000', '100258.872000', '100258.874000', '100258.877000', '100258.880000', '100258.882000', '100258.885000', '100258.887000', '100258.890000', '100258.893000', '100258.895000', '100258.898000', '100258.900000', '100258.903000', '100258.906000', '100258.908000', '100258.911000', '100258.913000', '100258.916000', '100258.918000', '100258.921000', '100258.923000', '100258.926000', '100318.815000', '100318.818000', '100318.820000', '100318.823000', '100318.826000', '100318.828000', '100318.831000', '100318.833000', '100318.836000', '100318.838000', '100318.841000', '100318.843000', '100318.846000', '100318.849000', '100318.851000', '100318.854000', '100318.856000', '100318.859000', '100318.862000', '100318.864000', '100318.867000', '100318.869000', '100318.872000', '100318.874000', '100318.878000', '100318.881000', '100318.884000', '100318.886000', '100318.889000', '100318.892000', '100318.894000', '100318.897000', '100318.899000', '100318.902000', '100318.909000', '100318.912000', '100318.914000', '100318.917000', '100318.919000', '100318.922000', '100318.924000', '100318.927000', '100318.929000', '100338.815000', '100338.818000', '100338.821000', '100338.841000', '100338.843000', '100338.846000', '100338.848000', '100338.851000', '100338.854000', '100338.856000', '100338.859000', '100338.861000', '100338.864000', '100338.867000', '100338.869000', '100338.872000', '100338.875000', '100338.877000', '100338.880000', '100338.882000', '100338.885000', '100338.887000', '100338.890000', '100338.893000', '100338.895000', '100338.898000', '100338.900000', '100338.903000', '100338.906000', '100338.909000', '100338.911000', '100338.914000', '100338.916000', '100338.919000', '100338.922000', '100338.924000', '100338.927000', '100338.930000', '100338.932000', '100338.935000', '100338.937000', '100338.940000', '100338.943000', '100338.945000', '100358.816000', '100358.818000', '100358.821000', '100358.824000', '100358.826000', '100358.829000', '100358.831000', '100358.834000', '100358.837000', '100358.839000', '100358.842000', '100358.844000', '100358.847000', '100358.849000', '100358.852000', '100358.855000', '100358.857000', '100358.860000', '100358.863000', '100358.865000', '100358.868000', '100358.870000', '100358.873000', '100358.875000', '100358.878000', '100358.881000', '100358.883000', '100358.886000', '100358.888000', '100358.891000', '100358.893000', '100358.896000', '100358.899000', '100358.901000', '100358.904000', '100358.906000', '100358.909000', '100358.912000', '100358.914000', '100358.917000', '100358.919000', '100358.922000', '100358.925000', '100418.816000', '100418.818000', '100418.821000', '100418.824000', '100418.826000', '100418.829000', '100418.831000', '100418.834000', '100418.836000', '100418.839000', '100418.842000', '100418.844000', '100418.847000', '100418.849000', '100418.852000', '100418.855000', '100418.857000', '100418.860000', '100418.863000', '100418.865000', '100418.868000', '100418.870000', '100418.873000', '100418.876000', '100418.878000', '100418.881000', '100418.883000', '100418.886000', '100418.889000', '100418.891000', '100418.894000', '100418.896000', '100418.899000', '100418.902000', '100418.904000', '100418.907000', '100418.909000', '100418.912000', '100418.914000', '100418.917000', '100418.920000', '100418.922000', '100418.925000', '100418.928000', '100438.816000', '100438.818000', '100438.821000', '100438.824000', '100438.826000', '100438.829000', '100438.832000', '100438.834000', '100438.837000', '100438.851000', '100438.853000', '100438.856000', '100438.888000', '100438.890000', '100438.893000', '100438.895000', '100438.898000', '100438.901000', '100438.903000', '100438.906000', '100438.908000', '100438.911000', '100438.913000', '100438.916000', '100438.919000', '100438.921000', '100438.924000', '100438.927000', '100438.929000', '100438.932000', '100438.935000', '100438.937000', '100438.940000', '100438.943000', '100438.945000', '100438.948000', '100438.950000', '100438.953000', '100438.956000', '100438.958000', '100438.961000', '100438.963000', '100438.966000', '100458.814000', '100458.832000', '100458.835000', '100458.837000', '100458.840000', '100458.843000', '100458.845000', '100458.848000', '100458.850000', '100458.853000', '100458.856000', '100458.858000', '100458.861000', '100458.864000', '100458.866000', '100458.869000', '100458.871000', '100458.874000', '100458.876000', '100458.879000', '100458.882000', '100458.884000', '100458.887000', '100458.889000', '100458.892000', '100458.895000', '100458.897000', '100458.900000', '100458.903000', '100458.905000', '100458.908000', '100458.910000', '100458.913000', '100458.916000', '100458.918000', '100458.921000', '100458.923000', '100458.926000', '100458.928000', '100458.931000', '100458.934000', '100458.936000', '100458.939000', '100458.942000', '100518.815000', '100518.859000', '100518.861000', '100518.864000', '100518.866000', '100518.869000', '100518.872000', '100518.874000', '100518.877000', '100518.879000', '100518.882000', '100518.885000', '100518.887000', '100518.890000', '100518.892000', '100518.895000', '100518.898000', '100518.900000', '100518.903000', '100518.905000', '100518.908000', '100518.911000', '100518.913000', '100518.916000', '100518.918000', '100518.921000', '100518.924000', '100518.926000', '100518.929000', '100518.931000', '100518.934000', '100518.936000', '100518.939000', '100518.942000', '100518.944000', '100518.947000', '100518.950000', '100518.953000', '100518.956000', '100518.959000', '100518.962000', '100518.964000', '100518.967000', '100538.815000', '100538.836000', '100538.839000', '100538.842000', '100538.844000', '100538.847000', '100538.849000', '100538.852000', '100538.854000', '100538.857000', '100538.860000', '100538.862000', '100538.865000', '100538.868000', '100538.870000', '100538.873000', '100538.875000', '100538.878000', '100538.881000', '100538.883000', '100538.886000', '100538.888000', '100538.891000', '100538.893000', '100538.896000', '100538.899000', '100538.901000', '100538.904000', '100538.906000', '100538.909000', '100538.912000', '100538.914000', '100538.917000', '100538.919000', '100538.922000', '100538.925000', '100538.927000', '100538.930000', '100538.932000', '100538.935000', '100538.937000', '100538.940000', '100538.943000', '100538.945000', '100558.815000', '100558.818000', '100558.821000', '100558.824000', '100558.826000', '100558.829000', '100558.831000', '100558.834000', '100558.836000', '100558.839000', '100558.842000', '100558.844000', '100558.847000', '100558.849000', '100558.852000', '100558.855000', '100558.857000', '100558.860000', '100558.862000', '100558.865000', '100558.867000', '100558.870000', '100558.873000', '100558.875000', '100558.878000', '100558.880000', '100558.883000', '100558.885000', '100558.888000', '100558.891000', '100558.893000', '100558.896000', '100558.898000', '100558.901000', '100558.904000', '100558.906000', '100558.909000', '100558.911000', '100558.914000', '100558.917000', '100558.919000', '100558.922000', '100558.924000', '100618.816000', '100618.829000', '100618.832000', '100618.834000', '100618.837000', '100618.839000', '100618.842000', '100618.844000', '100618.847000', '100618.850000', '100618.852000', '100618.855000', '100618.857000', '100618.860000', '100618.863000', '100618.865000', '100618.868000', '100618.871000', '100618.873000', '100618.876000', '100618.878000', '100618.881000', '100618.884000', '100618.886000', '100618.889000', '100618.892000', '100618.894000', '100618.897000', '100618.899000', '100618.902000', '100618.905000', '100618.907000', '100618.910000', '100618.912000', '100618.915000', '100618.917000', '100618.920000', '100618.923000', '100618.925000', '100618.928000', '100618.931000', '100618.933000', '100618.936000', '100618.938000', '100638.816000', '100638.835000', '100638.837000', '100638.840000', '100638.843000', '100638.845000', '100638.848000', '100638.850000', '100638.853000', '100638.856000', '100638.858000', '100638.861000', '100638.864000', '100638.866000', '100638.869000', '100638.871000', '100638.874000', '100638.876000', '100638.879000', '100638.882000', '100638.884000', '100638.887000', '100638.889000', '100638.892000', '100638.895000', '100638.897000', '100638.900000', '100638.902000', '100638.905000', '100638.908000', '100638.910000', '100638.913000', '100638.916000', '100638.918000', '100638.921000', '100638.924000', '100638.926000', '100638.929000', '100638.931000', '100638.934000', '100638.936000', '100638.939000', '100638.942000', '100658.815000', '100658.859000', '100658.862000', '100658.864000', '100658.867000', '100658.870000', '100658.872000', '100658.875000', '100658.878000', '100658.880000', '100658.883000', '100658.885000', '100658.888000', '100658.891000', '100658.893000', '100658.896000', '100658.899000', '100658.901000', '100658.904000', '100658.906000', '100658.909000', '100658.912000', '100658.914000', '100658.917000', '100658.920000', '100658.922000', '100658.925000', '100658.927000', '100658.930000', '100658.933000', '100658.935000', '100658.938000', '100658.941000', '100658.943000', '100658.946000', '100658.949000', '100658.951000', '100658.954000', '100658.957000', '100658.961000', '100658.964000', '100658.966000', '100658.969000', '100718.815000', '100718.825000', '100718.828000', '100718.831000', '100718.833000', '100718.836000', '100718.839000', '100718.841000', '100718.844000', '100718.846000', '100718.849000', '100718.851000', '100718.854000', '100718.857000', '100718.859000', '100718.862000', '100718.864000', '100718.867000', '100718.869000', '100718.872000', '100718.875000', '100718.877000', '100718.880000', '100718.882000', '100718.885000', '100718.888000', '100718.890000', '100718.893000', '100718.895000', '100718.898000', '100718.900000', '100718.903000', '100718.906000', '100718.908000', '100718.911000', '100718.913000', '100718.916000', '100718.919000', '100718.921000', '100718.924000', '100718.926000', '100718.929000', '100718.932000', '100718.934000', '100738.815000', '100738.818000', '100738.820000', '100738.823000', '100738.826000', '100738.841000', '100738.844000', '100738.847000', '100738.849000', '100738.852000', '100738.854000', '100738.857000', '100738.860000', '100738.862000', '100738.865000', '100738.868000', '100738.870000', '100738.873000', '100738.875000', '100738.878000', '100738.881000', '100738.883000', '100738.886000', '100738.889000', '100738.891000', '100738.894000', '100738.896000', '100738.899000', '100738.901000', '100738.904000', '100738.907000', '100738.909000', '100738.912000', '100738.915000', '100738.917000', '100738.920000', '100738.922000', '100738.925000', '100738.928000', '100738.930000', '100738.933000', '100738.935000', '100738.938000', '100758.815000', '100758.855000', '100758.858000', '100758.860000', '100758.863000', '100758.865000', '100758.868000', '100758.870000', '100758.873000', '100758.876000', '100758.878000', '100758.881000', '100758.883000', '100758.886000', '100758.888000', '100758.891000', '100758.894000', '100758.896000', '100758.899000', '100758.901000', '100758.904000', '100758.907000', '100758.909000', '100758.912000', '100758.914000', '100758.917000', '100758.920000', '100758.922000', '100758.925000', '100758.927000', '100758.930000', '100758.932000', '100758.935000', '100758.938000', '100758.940000', '100758.943000', '100758.946000', '100758.948000', '100758.951000', '100758.953000', '100758.956000', '100758.958000', '100758.961000', '100758.964000', '100818.816000', '100818.850000', '100818.853000', '100818.855000', '100818.858000', '100818.861000', '100818.864000', '100818.867000', '100818.869000', '100818.872000', '100818.874000', '100818.877000', '100818.880000', '100818.882000', '100818.885000', '100818.887000', '100818.890000', '100818.893000', '100818.895000', '100818.898000', '100818.900000', '100818.903000', '100818.906000', '100818.908000', '100818.911000', '100818.913000', '100818.916000', '100818.919000', '100818.921000', '100818.924000', '100818.926000', '100818.929000', '100818.932000', '100818.934000', '100818.937000', '100818.940000', '100818.942000', '100818.945000', '100818.947000', '100818.950000', '100818.953000', '100818.955000', '100818.958000', '100838.816000', '100838.877000', '100838.879000', '100838.882000', '100838.885000', '100838.887000', '100838.890000', '100838.892000', '100838.895000', '100838.897000', '100838.900000', '100838.902000', '100838.905000', '100838.908000', '100838.910000', '100838.913000', '100838.915000', '100838.918000', '100838.921000', '100838.923000', '100838.926000', '100838.928000', '100838.931000', '100838.933000', '100838.936000', '100838.939000', '100838.941000', '100838.944000', '100838.946000', '100838.949000', '100838.951000', '100838.954000', '100838.957000', '100838.959000', '100838.962000', '100838.964000', '100838.967000', '100838.970000', '100838.972000', '100838.975000', '100838.977000', '100838.980000', '100838.982000', '100838.985000', '100858.816000', '100858.849000', '100858.851000', '100858.854000', '100858.856000', '100858.859000', '100858.862000', '100858.864000', '100858.867000', '100858.869000', '100858.872000', '100858.875000', '100858.877000', '100858.880000', '100858.882000', '100858.896000', '100858.899000', '100858.902000', '100858.904000', '100858.907000', '100858.910000', '100858.912000', '100858.915000', '100858.917000', '100858.920000', '100858.922000', '100858.925000', '100858.928000', '100858.930000', '100858.933000', '100858.936000', '100858.938000', '100858.941000', '100858.943000', '100858.946000', '100858.948000', '100858.951000', '100858.953000', '100858.956000', '100858.959000', '100858.961000', '100858.964000', '100858.966000', '100918.816000', '100918.834000', '100918.837000', '100918.840000', '100918.842000', '100918.845000', '100918.848000', '100918.850000', '100918.853000', '100918.855000', '100918.858000', '100918.861000', '100918.863000', '100918.866000', '100918.869000', '100918.871000', '100918.874000', '100918.876000', '100918.879000', '100918.881000', '100918.884000', '100918.887000', '100918.889000', '100918.892000', '100918.894000', '100918.897000', '100918.900000', '100918.902000', '100918.905000', '100918.907000', '100918.910000', '100918.913000', '100918.915000', '100918.918000', '100918.920000', '100918.923000', '100918.925000', '100918.928000', '100918.931000', '100918.933000', '100918.936000', '100918.938000', '100918.941000', '100918.943000', '100935.633000', '100935.636000', '100935.639000', '100935.642000', '100935.644000', '100935.647000', '100935.650000', '100935.653000', '100935.656000', '100935.658000', '100935.661000', '100935.665000', '100935.668000', '100935.670000', '100935.673000', '100935.676000', '100935.679000', '100935.688000', '100935.691000', '100935.694000', '100935.696000', '100935.699000', '100935.706000', '100935.709000', '100935.712000', '100935.715000', '100935.718000', '100935.722000', '100935.725000', '100935.728000', '100935.730000', '100935.734000', '100935.739000', '100935.743000', '100935.747000', '100935.750000', '100935.754000'], 'InstanceCreationTime': ['100138.844000', '100138.847000', '100138.850000', '100138.852000', '100138.855000', '100138.857000', '100138.860000', '100138.863000', '100138.865000', '100138.868000', '100138.870000', '100138.873000', '100138.875000', '100138.878000', '100138.880000', '100138.883000', '100138.886000', '100138.894000', '100138.897000', '100138.900000', '100138.902000', '100138.905000', '100138.907000', '100138.910000', '100138.913000', '100138.921000', '100138.923000', '100138.926000', '100138.929000', '100138.931000', '100138.934000', '100138.936000', '100138.939000', '100138.942000', '100138.944000', '100138.947000', '100158.815000', '100158.818000', '100158.821000', '100158.824000', '100158.826000', '100158.829000', '100158.831000', '100158.834000', '100158.837000', '100158.839000', '100158.842000', '100158.844000', '100158.847000', '100158.849000', '100158.852000', '100158.854000', '100158.857000', '100158.860000', '100158.862000', '100158.865000', '100158.868000', '100158.885000', '100158.887000', '100158.890000', '100158.892000', '100158.895000', '100158.897000', '100158.900000', '100158.903000', '100158.906000', '100158.909000', '100158.912000', '100158.914000', '100158.917000', '100158.920000', '100158.922000', '100158.925000', '100158.927000', '100158.930000', '100158.932000', '100158.935000', '100158.937000', '100158.940000', '100218.816000', '100218.819000', '100218.821000', '100218.824000', '100218.826000', '100218.829000', '100218.832000', '100218.834000', '100218.837000', '100218.839000', '100218.842000', '100218.853000', '100218.855000', '100218.858000', '100218.860000', '100218.863000', '100218.866000', '100218.868000', '100218.871000', '100218.873000', '100218.876000', '100218.879000', '100218.881000', '100218.884000', '100218.886000', '100218.889000', '100218.892000', '100218.894000', '100218.897000', '100218.899000', '100218.902000', '100218.904000', '100218.907000', '100218.910000', '100218.912000', '100218.915000', '100218.917000', '100218.920000', '100218.923000', '100218.925000', '100218.928000', '100218.930000', '100218.933000', '100218.935000', '100238.815000', '100238.817000', '100238.820000', '100238.823000', '100238.825000', '100238.828000', '100238.831000', '100238.833000', '100238.836000', '100238.838000', '100238.841000', '100238.843000', '100238.846000', '100238.848000', '100238.851000', '100238.854000', '100238.856000', '100238.859000', '100238.861000', '100238.864000', '100238.867000', '100238.869000', '100238.872000', '100238.874000', '100238.878000', '100238.881000', '100238.884000', '100238.886000', '100238.889000', '100238.891000', '100238.894000', '100238.897000', '100238.899000', '100238.902000', '100238.904000', '100238.907000', '100238.909000', '100238.912000', '100238.915000', '100238.917000', '100238.920000', '100238.922000', '100238.925000', '100258.815000', '100258.817000', '100258.820000', '100258.823000', '100258.825000', '100258.828000', '100258.830000', '100258.833000', '100258.836000', '100258.838000', '100258.841000', '100258.843000', '100258.846000', '100258.848000', '100258.851000', '100258.854000', '100258.856000', '100258.859000', '100258.861000', '100258.864000', '100258.867000', '100258.869000', '100258.872000', '100258.874000', '100258.877000', '100258.880000', '100258.882000', '100258.885000', '100258.887000', '100258.890000', '100258.893000', '100258.895000', '100258.898000', '100258.900000', '100258.903000', '100258.906000', '100258.908000', '100258.911000', '100258.913000', '100258.916000', '100258.918000', '100258.921000', '100258.923000', '100258.926000', '100318.815000', '100318.818000', '100318.820000', '100318.823000', '100318.826000', '100318.828000', '100318.831000', '100318.833000', '100318.836000', '100318.838000', '100318.841000', '100318.843000', '100318.846000', '100318.849000', '100318.851000', '100318.854000', '100318.856000', '100318.859000', '100318.862000', '100318.864000', '100318.867000', '100318.869000', '100318.872000', '100318.874000', '100318.878000', '100318.881000', '100318.884000', '100318.886000', '100318.889000', '100318.892000', '100318.894000', '100318.897000', '100318.899000', '100318.902000', '100318.909000', '100318.912000', '100318.914000', '100318.917000', '100318.919000', '100318.922000', '100318.924000', '100318.927000', '100318.929000', '100338.815000', '100338.818000', '100338.821000', '100338.841000', '100338.843000', '100338.846000', '100338.848000', '100338.851000', '100338.854000', '100338.856000', '100338.859000', '100338.861000', '100338.864000', '100338.867000', '100338.869000', '100338.872000', '100338.875000', '100338.877000', '100338.880000', '100338.882000', '100338.885000', '100338.887000', '100338.890000', '100338.893000', '100338.895000', '100338.898000', '100338.900000', '100338.903000', '100338.906000', '100338.909000', '100338.911000', '100338.914000', '100338.916000', '100338.919000', '100338.922000', '100338.924000', '100338.927000', '100338.930000', '100338.932000', '100338.935000', '100338.937000', '100338.940000', '100338.943000', '100338.945000', '100358.816000', '100358.818000', '100358.821000', '100358.824000', '100358.826000', '100358.829000', '100358.831000', '100358.834000', '100358.837000', '100358.839000', '100358.842000', '100358.844000', '100358.847000', '100358.849000', '100358.852000', '100358.855000', '100358.857000', '100358.860000', '100358.863000', '100358.865000', '100358.868000', '100358.870000', '100358.873000', '100358.875000', '100358.878000', '100358.881000', '100358.883000', '100358.886000', '100358.888000', '100358.891000', '100358.893000', '100358.896000', '100358.899000', '100358.901000', '100358.904000', '100358.906000', '100358.909000', '100358.912000', '100358.914000', '100358.917000', '100358.919000', '100358.922000', '100358.925000', '100418.816000', '100418.818000', '100418.821000', '100418.824000', '100418.826000', '100418.829000', '100418.831000', '100418.834000', '100418.836000', '100418.839000', '100418.842000', '100418.844000', '100418.847000', '100418.849000', '100418.852000', '100418.855000', '100418.857000', '100418.860000', '100418.863000', '100418.865000', '100418.868000', '100418.870000', '100418.873000', '100418.876000', '100418.878000', '100418.881000', '100418.883000', '100418.886000', '100418.889000', '100418.891000', '100418.894000', '100418.896000', '100418.899000', '100418.902000', '100418.904000', '100418.907000', '100418.909000', '100418.912000', '100418.914000', '100418.917000', '100418.920000', '100418.922000', '100418.925000', '100418.928000', '100438.816000', '100438.818000', '100438.821000', '100438.824000', '100438.826000', '100438.829000', '100438.832000', '100438.834000', '100438.837000', '100438.851000', '100438.853000', '100438.856000', '100438.888000', '100438.890000', '100438.893000', '100438.895000', '100438.898000', '100438.901000', '100438.903000', '100438.906000', '100438.908000', '100438.911000', '100438.913000', '100438.916000', '100438.919000', '100438.921000', '100438.924000', '100438.927000', '100438.929000', '100438.932000', '100438.935000', '100438.937000', '100438.940000', '100438.943000', '100438.945000', '100438.948000', '100438.950000', '100438.953000', '100438.956000', '100438.958000', '100438.961000', '100438.963000', '100438.966000', '100458.814000', '100458.832000', '100458.835000', '100458.837000', '100458.840000', '100458.843000', '100458.845000', '100458.848000', '100458.850000', '100458.853000', '100458.856000', '100458.858000', '100458.861000', '100458.864000', '100458.866000', '100458.869000', '100458.871000', '100458.874000', '100458.876000', '100458.879000', '100458.882000', '100458.884000', '100458.887000', '100458.889000', '100458.892000', '100458.895000', '100458.897000', '100458.900000', '100458.903000', '100458.905000', '100458.908000', '100458.910000', '100458.913000', '100458.916000', '100458.918000', '100458.921000', '100458.923000', '100458.926000', '100458.928000', '100458.931000', '100458.934000', '100458.936000', '100458.939000', '100458.942000', '100518.815000', '100518.859000', '100518.861000', '100518.864000', '100518.866000', '100518.869000', '100518.872000', '100518.874000', '100518.877000', '100518.879000', '100518.882000', '100518.885000', '100518.887000', '100518.890000', '100518.892000', '100518.895000', '100518.898000', '100518.900000', '100518.903000', '100518.905000', '100518.908000', '100518.911000', '100518.913000', '100518.916000', '100518.918000', '100518.921000', '100518.924000', '100518.926000', '100518.929000', '100518.931000', '100518.934000', '100518.936000', '100518.939000', '100518.942000', '100518.944000', '100518.947000', '100518.950000', '100518.953000', '100518.956000', '100518.959000', '100518.962000', '100518.964000', '100518.967000', '100538.815000', '100538.836000', '100538.839000', '100538.842000', '100538.844000', '100538.847000', '100538.849000', '100538.852000', '100538.854000', '100538.857000', '100538.860000', '100538.862000', '100538.865000', '100538.868000', '100538.870000', '100538.873000', '100538.875000', '100538.878000', '100538.881000', '100538.883000', '100538.886000', '100538.888000', '100538.891000', '100538.893000', '100538.896000', '100538.899000', '100538.901000', '100538.904000', '100538.906000', '100538.909000', '100538.912000', '100538.914000', '100538.917000', '100538.919000', '100538.922000', '100538.925000', '100538.927000', '100538.930000', '100538.932000', '100538.935000', '100538.937000', '100538.940000', '100538.943000', '100538.945000', '100558.815000', '100558.818000', '100558.821000', '100558.824000', '100558.826000', '100558.829000', '100558.831000', '100558.834000', '100558.836000', '100558.839000', '100558.842000', '100558.844000', '100558.847000', '100558.849000', '100558.852000', '100558.855000', '100558.857000', '100558.860000', '100558.862000', '100558.865000', '100558.867000', '100558.870000', '100558.873000', '100558.875000', '100558.878000', '100558.880000', '100558.883000', '100558.885000', '100558.888000', '100558.891000', '100558.893000', '100558.896000', '100558.898000', '100558.901000', '100558.904000', '100558.906000', '100558.909000', '100558.911000', '100558.914000', '100558.917000', '100558.919000', '100558.922000', '100558.924000', '100618.816000', '100618.829000', '100618.832000', '100618.834000', '100618.837000', '100618.839000', '100618.842000', '100618.844000', '100618.847000', '100618.850000', '100618.852000', '100618.855000', '100618.857000', '100618.860000', '100618.863000', '100618.865000', '100618.868000', '100618.871000', '100618.873000', '100618.876000', '100618.878000', '100618.881000', '100618.884000', '100618.886000', '100618.889000', '100618.892000', '100618.894000', '100618.897000', '100618.899000', '100618.902000', '100618.905000', '100618.907000', '100618.910000', '100618.912000', '100618.915000', '100618.917000', '100618.920000', '100618.923000', '100618.925000', '100618.928000', '100618.931000', '100618.933000', '100618.936000', '100618.938000', '100638.816000', '100638.835000', '100638.837000', '100638.840000', '100638.843000', '100638.845000', '100638.848000', '100638.850000', '100638.853000', '100638.856000', '100638.858000', '100638.861000', '100638.864000', '100638.866000', '100638.869000', '100638.871000', '100638.874000', '100638.876000', '100638.879000', '100638.882000', '100638.884000', '100638.887000', '100638.889000', '100638.892000', '100638.895000', '100638.897000', '100638.900000', '100638.902000', '100638.905000', '100638.908000', '100638.910000', '100638.913000', '100638.916000', '100638.918000', '100638.921000', '100638.924000', '100638.926000', '100638.929000', '100638.931000', '100638.934000', '100638.936000', '100638.939000', '100638.942000', '100658.815000', '100658.859000', '100658.862000', '100658.864000', '100658.867000', '100658.870000', '100658.872000', '100658.875000', '100658.878000', '100658.880000', '100658.883000', '100658.885000', '100658.888000', '100658.891000', '100658.893000', '100658.896000', '100658.899000', '100658.901000', '100658.904000', '100658.906000', '100658.909000', '100658.912000', '100658.914000', '100658.917000', '100658.920000', '100658.922000', '100658.925000', '100658.927000', '100658.930000', '100658.933000', '100658.935000', '100658.938000', '100658.941000', '100658.943000', '100658.946000', '100658.949000', '100658.951000', '100658.954000', '100658.957000', '100658.961000', '100658.964000', '100658.966000', '100658.969000', '100718.815000', '100718.825000', '100718.828000', '100718.831000', '100718.833000', '100718.836000', '100718.839000', '100718.841000', '100718.844000', '100718.846000', '100718.849000', '100718.851000', '100718.854000', '100718.857000', '100718.859000', '100718.862000', '100718.864000', '100718.867000', '100718.869000', '100718.872000', '100718.875000', '100718.877000', '100718.880000', '100718.882000', '100718.885000', '100718.888000', '100718.890000', '100718.893000', '100718.895000', '100718.898000', '100718.900000', '100718.903000', '100718.906000', '100718.908000', '100718.911000', '100718.913000', '100718.916000', '100718.919000', '100718.921000', '100718.924000', '100718.926000', '100718.929000', '100718.932000', '100718.934000', '100738.815000', '100738.818000', '100738.820000', '100738.823000', '100738.826000', '100738.841000', '100738.844000', '100738.847000', '100738.849000', '100738.852000', '100738.854000', '100738.857000', '100738.860000', '100738.862000', '100738.865000', '100738.868000', '100738.870000', '100738.873000', '100738.875000', '100738.878000', '100738.881000', '100738.883000', '100738.886000', '100738.889000', '100738.891000', '100738.894000', '100738.896000', '100738.899000', '100738.901000', '100738.904000', '100738.907000', '100738.909000', '100738.912000', '100738.915000', '100738.917000', '100738.920000', '100738.922000', '100738.925000', '100738.928000', '100738.930000', '100738.933000', '100738.935000', '100738.938000', '100758.815000', '100758.855000', '100758.858000', '100758.860000', '100758.863000', '100758.865000', '100758.868000', '100758.870000', '100758.873000', '100758.876000', '100758.878000', '100758.881000', '100758.883000', '100758.886000', '100758.888000', '100758.891000', '100758.894000', '100758.896000', '100758.899000', '100758.901000', '100758.904000', '100758.907000', '100758.909000', '100758.912000', '100758.914000', '100758.917000', '100758.920000', '100758.922000', '100758.925000', '100758.927000', '100758.930000', '100758.932000', '100758.935000', '100758.938000', '100758.940000', '100758.943000', '100758.946000', '100758.948000', '100758.951000', '100758.953000', '100758.956000', '100758.958000', '100758.961000', '100758.964000', '100818.816000', '100818.850000', '100818.853000', '100818.855000', '100818.858000', '100818.861000', '100818.864000', '100818.867000', '100818.869000', '100818.872000', '100818.874000', '100818.877000', '100818.880000', '100818.882000', '100818.885000', '100818.887000', '100818.890000', '100818.893000', '100818.895000', '100818.898000', '100818.900000', '100818.903000', '100818.906000', '100818.908000', '100818.911000', '100818.913000', '100818.916000', '100818.919000', '100818.921000', '100818.924000', '100818.926000', '100818.929000', '100818.932000', '100818.934000', '100818.937000', '100818.940000', '100818.942000', '100818.945000', '100818.947000', '100818.950000', '100818.953000', '100818.955000', '100818.958000', '100838.816000', '100838.877000', '100838.879000', '100838.882000', '100838.885000', '100838.887000', '100838.890000', '100838.892000', '100838.895000', '100838.897000', '100838.900000', '100838.902000', '100838.905000', '100838.908000', '100838.910000', '100838.913000', '100838.915000', '100838.918000', '100838.921000', '100838.923000', '100838.926000', '100838.928000', '100838.931000', '100838.933000', '100838.936000', '100838.939000', '100838.941000', '100838.944000', '100838.946000', '100838.949000', '100838.951000', '100838.954000', '100838.957000', '100838.959000', '100838.962000', '100838.964000', '100838.967000', '100838.970000', '100838.972000', '100838.975000', '100838.977000', '100838.980000', '100838.982000', '100838.985000', '100858.816000', '100858.849000', '100858.851000', '100858.854000', '100858.856000', '100858.859000', '100858.862000', '100858.864000', '100858.867000', '100858.869000', '100858.872000', '100858.875000', '100858.877000', '100858.880000', '100858.882000', '100858.896000', '100858.899000', '100858.902000', '100858.904000', '100858.907000', '100858.910000', '100858.912000', '100858.915000', '100858.917000', '100858.920000', '100858.922000', '100858.925000', '100858.928000', '100858.930000', '100858.933000', '100858.936000', '100858.938000', '100858.941000', '100858.943000', '100858.946000', '100858.948000', '100858.951000', '100858.953000', '100858.956000', '100858.959000', '100858.961000', '100858.964000', '100858.966000', '100918.816000', '100918.834000', '100918.837000', '100918.840000', '100918.842000', '100918.845000', '100918.848000', '100918.850000', '100918.853000', '100918.855000', '100918.858000', '100918.861000', '100918.863000', '100918.866000', '100918.869000', '100918.871000', '100918.874000', '100918.876000', '100918.879000', '100918.881000', '100918.884000', '100918.887000', '100918.889000', '100918.892000', '100918.894000', '100918.897000', '100918.900000', '100918.902000', '100918.905000', '100918.907000', '100918.910000', '100918.913000', '100918.915000', '100918.918000', '100918.920000', '100918.923000', '100918.925000', '100918.928000', '100918.931000', '100918.933000', '100918.936000', '100918.938000', '100918.941000', '100918.943000', '100935.633000', '100935.636000', '100935.639000', '100935.642000', '100935.644000', '100935.647000', '100935.650000', '100935.653000', '100935.656000', '100935.658000', '100935.661000', '100935.665000', '100935.668000', '100935.670000', '100935.673000', '100935.676000', '100935.679000', '100935.688000', '100935.691000', '100935.694000', '100935.696000', '100935.699000', '100935.706000', '100935.709000', '100935.712000', '100935.715000', '100935.718000', '100935.722000', '100935.725000', '100935.728000', '100935.730000', '100935.734000', '100935.739000', '100935.743000', '100935.747000', '100935.750000', '100935.754000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073], 'LargestImagePixelValue': [12549, 9125, 8232, 9073, 7257, 8320, 9087, 7506, 11468, 7556, 8971, 6809, 8315, 9285, 7639, 12967, 7405, 8978, 6871, 8931, 8448, 8469, 14217, 7713, 8009, 7619, 8824, 6973, 8499, 12778, 8464, 8900, 7757, 8614, 8013, 8961, 11237, 8774, 8017, 7996, 8633, 7607, 8585, 11563, 8770, 9365, 8438, 9086, 7601, 9783, 9193, 12370, 11491, 8824, 7477, 7972, 8388, 7618, 11144, 9634, 9309, 8104, 8562, 7894, 7899, 9578, 7612, 8966, 7633, 8550, 7435, 8020, 8517, 7615, 10042, 13770, 8484, 7797, 7991, 7841, 7747, 8806, 13373, 8243, 8004, 7613, 8424, 7993, 9001, 10977, 9124, 13494, 7707, 7893, 7384, 8874, 10006, 8421, 14382, 8151, 8532, 7121, 8889, 6663, 8732, 13033, 10924, 11554, 7802, 8702, 7000, 8108, 8335, 7527, 8111, 8567, 11384, 11971, 12206, 9796, 7936, 11709, 7366, 10650, 13329, 9430, 13172, 7780, 7693, 7913, 8939, 8944, 8239, 8876, 6993, 8800, 7363, 8238, 9717, 7433, 8880, 6733, 8573, 8078, 7621, 9760, 9499, 9240, 8869, 8216, 8204, 7091, 9161, 14381, 10286, 10722, 8087, 8830, 7944, 8397, 14337, 11512, 9549, 7460, 8871, 8570, 8266, 13806, 7956, 8660, 6648, 9242, 8549, 7995, 13539, 7437, 8943, 6497, 8877, 8939, 8133, 13024, 7513, 8955, 6890, 8300, 10421, 8068, 13281, 7726, 9112, 7143, 8258, 10833, 8499, 12897, 8172, 8831, 7329, 8098, 10538, 8503, 12512, 7700, 8972, 7540, 7968, 9587, 9509, 12138, 10192, 8102, 8167, 7544, 8927, 10661, 11194, 10316, 7642, 7808, 7339, 8221, 9756, 6613, 8099, 12755, 10343, 8983, 8053, 7584, 8385, 8888, 8429, 14754, 10767, 8670, 7192, 8199, 8734, 7654, 12674, 11372, 8294, 8262, 7734, 8667, 8496, 7941, 15227, 12260, 10375, 7554, 8422, 8376, 7252, 7885, 8072, 8927, 8549, 7728, 14191, 8819, 8785, 6512, 8282, 8581, 7705, 13538, 11978, 8668, 7535, 8256, 8308, 7492, 14338, 11349, 11890, 7570, 8482, 7394, 8023, 8418, 7469, 13136, 9421, 8607, 6288, 8662, 7564, 7718, 8564, 7229, 10588, 11624, 8143, 7860, 7690, 8511, 7013, 7906, 11725, 8035, 9614, 7569, 8535, 6949, 8074, 7709, 8438, 14289, 8092, 8189, 7201, 8113, 7797, 9035, 9292, 7775, 13126, 7354, 8150, 7702, 9086, 8097, 8121, 13606, 10765, 8249, 7839, 8956, 7625, 7989, 13290, 10660, 12334, 7518, 8733, 7111, 8166, 8829, 7452, 12611, 11208, 8959, 7003, 8352, 7690, 7608, 10992, 9264, 8909, 8087, 8785, 7659, 7724, 10358, 8577, 12312, 7642, 8864, 6994, 8163, 9388, 7547, 13583, 7048, 8630, 6550, 8682, 8462, 7792, 13262, 7235, 8153, 7030, 9069, 7682, 8283, 13154, 10014, 8261, 7241, 8935, 7851, 8160, 13062, 10307, 12561, 7691, 8767, 7477, 7884, 9191, 7610, 13487, 11803, 8932, 6544, 8333, 7760, 7758, 10323, 8780, 8929, 7412, 8183, 8121, 7161, 8099, 12359, 8405, 11005, 7790, 7357, 7089, 8360, 8969, 7301, 8515, 12256, 11018, 8967, 8121, 7478, 8470, 7516, 8191, 14300, 11364, 8676, 8206, 7584, 8772, 7517, 8219, 11804, 9610, 8558, 7919, 7464, 9078, 9066, 9392, 13001, 10525, 8222, 8013, 7706, 8896, 12705, 12099, 11669, 7029, 8601, 7905, 7902, 12532, 11061, 8799, 7953, 7856, 8339, 7130, 8777, 8220, 8135, 13715, 7623, 8241, 6577, 8689, 8654, 7715, 13353, 11669, 9057, 7297, 8213, 8280, 7114, 8228, 11391, 7807, 9557, 7650, 7655, 7849, 8746, 10119, 8742, 11936, 7349, 8898, 6970, 8196, 9954, 8835, 11726, 9896, 8643, 7885, 7886, 8007, 7267, 8945, 13436, 8284, 9514, 7163, 8705, 6686, 8853, 12224, 8964, 8747, 7459, 9010, 7341, 8429, 10563, 9573, 12469, 8614, 8792, 8181, 7801, 7893, 7081, 8396, 13622, 8207, 8339, 7326, 7658, 7726, 9005, 9579, 7861, 13412, 7332, 7936, 7644, 8795, 7605, 8005, 12949, 10429, 7917, 7466, 8906, 7075, 8499, 11955, 8521, 12299, 6922, 8975, 6905, 8428, 8189, 8060, 12655, 9907, 8924, 6927, 8588, 7510, 8023, 9488, 8427, 9785, 8358, 8661, 8042, 7985, 8804, 6901, 12920, 14847, 11166, 10103, 7874, 7452, 6839, 8554, 6995, 8270, 11842, 7977, 7792, 7254, 8888, 7129, 8150, 10793, 8598, 10969, 7478, 8823, 7862, 7804, 10221, 8035, 11764, 9916, 9047, 7503, 8066, 8820, 7319, 11762, 9370, 8769, 7175, 8304, 7926, 7457, 7346, 7834, 8670, 6741, 8288, 8940, 7499, 8309, 8176, 7877, 13171, 11303, 8605, 8150, 7714, 8548, 6929, 8889, 10279, 8584, 7370, 8346, 7851, 7490, 8972, 8951, 8819, 7442, 8159, 8457, 7812, 9196, 11169, 8585, 8981, 7511, 8981, 7196, 8395, 12557, 9456, 9198, 7598, 9186, 8941, 8071, 12903, 10004, 12521, 10538, 9182, 7992, 8361, 9506, 7360, 11436, 10036, 9194, 7853, 8144, 8649, 7181, 10622, 10076, 8844, 7670, 8251, 8348, 7337, 8795, 8783, 9025, 7087, 8266, 7979, 7337, 8433, 10851, 8919, 8848, 8306, 8739, 7136, 8264, 12265, 8606, 9427, 8201, 7765, 7192, 9025, 10169, 8306, 10185, 6665, 8324, 7137, 9144, 12631, 8041, 8795, 6612, 8735, 9012, 7393, 11250, 11710, 8568, 8697, 8032, 8190, 8325, 9103, 11876, 9613, 10850, 7170, 8783, 7221, 8454, 10230, 8793, 11355, 8148, 8697, 8163, 7854, 7647, 8100, 8637, 12228, 8387, 8640, 7512, 8921, 6957, 8475, 12736, 9857, 10376, 7712, 8944, 7448, 8175, 9694, 7646, 10203, 7774, 8858, 7678, 8101, 7988, 7545, 10900, 12432, 8463, 8950, 7925, 8527, 7289, 7880, 10246, 8884, 7723, 8272, 7788, 7950, 8766, 7585, 10889, 9457, 8696, 6927, 8462, 7549, 7593, 8349, 9584, 8842, 7794, 8311, 8055, 7408, 7956, 11438, 9651, 13221, 8437, 9204, 7625, 7602, 7511, 8566, 11278, 8270, 8891, 7805, 7526, 7937, 8713, 7656, 8032, 11885, 7596, 7585, 8613, 8624, 7388, 8106, 9431, 7805, 8496, 10499, 9759, 8149, 6661, 8157, 8613, 8163, 11834, 9939, 8469, 7798, 8212, 7732, 8027, 7633, 8301, 8550, 7471, 8839, 7243, 8186, 7754, 8081, 8272, 10264, 8346, 8357, 8089, 8773, 8069, 8724, 9639, 8451, 8939, 8329, 8353, 7999, 8251, 8004, 8532, 9484, 8462, 8389, 7840, 8210, 7733, 9876, 11317, 8412, 7958, 8060, 8451, 8029, 9559, 7985, 9549, 7805, 8594, 7469, 7973, 8617, 7923, 10932, 9569, 8459, 7127, 8438, 7984, 7990, 12540, 9203, 7984, 7348, 8529, 7311, 8101, 9772, 8027, 10493, 8245, 8730, 7548, 8065, 8873, 8012, 10828, 10486, 8842, 7641, 8151, 8300, 7842, 7750, 8089, 8852, 6945, 8629, 7819, 8007, 7798, 8470, 8861, 6900, 8716, 8113, 7937, 8173, 8792, 8504, 9203, 8722, 8271, 7738, 7611, 8435, 8563, 12093, 8470, 8813, 7842, 8550, 7072, 8420, 11805, 8169, 8006, 7955, 8660, 7155, 8118, 12277, 9539, 8722, 7708, 8365, 7048, 8367, 11126, 8092, 11332, 7842, 8535, 6954, 8580, 8747, 8144, 10101, 7628, 8630, 7268, 8629, 10161, 8848, 10665, 7851, 8806, 8056, 8408, 11855, 9854, 10935, 8255, 8842, 7673, 8509, 7754, 7726, 9862, 12399, 8559, 8473, 8127, 7792, 7868, 9061, 9101, 8845, 8054, 7825, 8588, 7416, 8966, 10224, 8121, 12638, 7435, 8494, 7508, 8852, 9514, 7718, 12338, 9757, 8274, 7123, 8685, 7772, 8005, 12301, 9548, 8790, 6684, 8621, 7949, 7858, 8112, 8926, 8636, 8138, 8389, 7765, 7347, 8945, 9251, 7977, 11395, 7859, 8043, 7661, 9143, 11387, 8268, 11860, 7985, 8681, 7159, 8478, 9622, 7769, 10794, 9311, 8421, 8008, 7788, 7663, 8574, 8444, 12795, 7931, 8417, 7704, 8663, 8129, 8035], 'WindowCenter': [3774.0, 3714.0, 3688.0, 3697.0, 3663.0, 3684.0, 3694.0, 3674.0, 3715.0, 3671.0, 3681.0, 3649.0, 3681.0, 3692.0, 3672.0, 3724.0, 3661.0, 3681.0, 3648.0, 3681.0, 3681.0, 3681.0, 3723.0, 3671.0, 3669.0, 3670.0, 3680.0, 3661.0, 3682.0, 3724.0, 3683.0, 3680.0, 3672.0, 3680.0, 3683.0, 3693.0, 3714.0, 3694.0, 3670.0, 3683.0, 3681.0, 3672.0, 3692.0, 3714.0, 3682.0, 3692.0, 3670.0, 3679.0, 3660.0, 3691.0, 3692.0, 3712.0, 3712.0, 3679.0, 3658.0, 3669.0, 3668.0, 3659.0, 3701.0, 3691.0, 3691.0, 3669.0, 3681.0, 3669.0, 3669.0, 3691.0, 3670.0, 3681.0, 3670.0, 3680.0, 3658.0, 3670.0, 3679.0, 3671.0, 3691.0, 3724.0, 3680.0, 3659.0, 3670.0, 3669.0, 3670.0, 3681.0, 3724.0, 3682.0, 3669.0, 3671.0, 3680.0, 3670.0, 3681.0, 3714.0, 3693.0, 3724.0, 3671.0, 3669.0, 3659.0, 3679.0, 3692.0, 3680.0, 3735.0, 3671.0, 3679.0, 3648.0, 3679.0, 3647.0, 3680.0, 3722.0, 3702.0, 3699.0, 3658.0, 3679.0, 3657.0, 3685.0, 3682.0, 3671.0, 3671.0, 3682.0, 3714.0, 3715.0, 3725.0, 3703.0, 3682.0, 3701.0, 3660.0, 3690.0, 3711.0, 3679.0, 3711.0, 3659.0, 3658.0, 3669.0, 3679.0, 3679.0, 3681.0, 3680.0, 3660.0, 3680.0, 3659.0, 3682.0, 3704.0, 3673.0, 3694.0, 3651.0, 3693.0, 3671.0, 3673.0, 3703.0, 3704.0, 3694.0, 3692.0, 3683.0, 3682.0, 3663.0, 3694.0, 3736.0, 3705.0, 3703.0, 3670.0, 3680.0, 3670.0, 3680.0, 3722.0, 3713.0, 3691.0, 3659.0, 3679.0, 3679.0, 3680.0, 3711.0, 3670.0, 3668.0, 3648.0, 3690.0, 3681.0, 3670.0, 3723.0, 3660.0, 3679.0, 3637.0, 3679.0, 3680.0, 3671.0, 3712.0, 3661.0, 3680.0, 3648.0, 3680.0, 3701.0, 3671.0, 3723.0, 3670.0, 3680.0, 3648.0, 3680.0, 3701.0, 3681.0, 3712.0, 3669.0, 3680.0, 3658.0, 3669.0, 3700.0, 3680.0, 3712.0, 3669.0, 3679.0, 3658.0, 3669.0, 3689.0, 3690.0, 3714.0, 3702.0, 3669.0, 3666.0, 3658.0, 3678.0, 3701.0, 3700.0, 3690.0, 3669.0, 3659.0, 3662.0, 3670.0, 3689.0, 3648.0, 3669.0, 3722.0, 3703.0, 3692.0, 3671.0, 3672.0, 3680.0, 3681.0, 3680.0, 3723.0, 3702.0, 3679.0, 3649.0, 3669.0, 3668.0, 3659.0, 3712.0, 3712.0, 3669.0, 3669.0, 3660.0, 3679.0, 3680.0, 3670.0, 3724.0, 3727.0, 3704.0, 3670.0, 3681.0, 3670.0, 3659.0, 3658.0, 3658.0, 3680.0, 3669.0, 3671.0, 3723.0, 3681.0, 3682.0, 3650.0, 3669.0, 3668.0, 3659.0, 3723.0, 3702.0, 3680.0, 3659.0, 3668.0, 3668.0, 3657.0, 3710.0, 3700.0, 3698.0, 3656.0, 3666.0, 3645.0, 3655.0, 3655.0, 3646.0, 3710.0, 3679.0, 3667.0, 3636.0, 3679.0, 3658.0, 3658.0, 3667.0, 3659.0, 3691.0, 3713.0, 3670.0, 3669.0, 3670.0, 3668.0, 3648.0, 3669.0, 3711.0, 3671.0, 3680.0, 3659.0, 3668.0, 3648.0, 3657.0, 3659.0, 3669.0, 3722.0, 3670.0, 3669.0, 3659.0, 3668.0, 3659.0, 3680.0, 3690.0, 3671.0, 3712.0, 3660.0, 3669.0, 3659.0, 3680.0, 3670.0, 3671.0, 3722.0, 3703.0, 3670.0, 3670.0, 3679.0, 3659.0, 3670.0, 3723.0, 3704.0, 3711.0, 3659.0, 3680.0, 3647.0, 3668.0, 3679.0, 3660.0, 3712.0, 3702.0, 3680.0, 3648.0, 3680.0, 3658.0, 3659.0, 3701.0, 3692.0, 3681.0, 3670.0, 3680.0, 3658.0, 3659.0, 3690.0, 3681.0, 3712.0, 3660.0, 3679.0, 3647.0, 3669.0, 3680.0, 3659.0, 3713.0, 3650.0, 3680.0, 3638.0, 3679.0, 3669.0, 3670.0, 3713.0, 3661.0, 3670.0, 3660.0, 3679.0, 3670.0, 3681.0, 3722.0, 3703.0, 3669.0, 3660.0, 3680.0, 3670.0, 3669.0, 3711.0, 3702.0, 3712.0, 3659.0, 3669.0, 3657.0, 3668.0, 3678.0, 3659.0, 3711.0, 3711.0, 3678.0, 3637.0, 3669.0, 3658.0, 3659.0, 3691.0, 3680.0, 3679.0, 3658.0, 3681.0, 3669.0, 3660.0, 3669.0, 3713.0, 3682.0, 3701.0, 3670.0, 3660.0, 3663.0, 3682.0, 3680.0, 3660.0, 3680.0, 3713.0, 3703.0, 3691.0, 3671.0, 3662.0, 3681.0, 3661.0, 3682.0, 3723.0, 3714.0, 3680.0, 3670.0, 3671.0, 3680.0, 3660.0, 3681.0, 3713.0, 3692.0, 3683.0, 3671.0, 3661.0, 3681.0, 3694.0, 3694.0, 3725.0, 3703.0, 3682.0, 3670.0, 3671.0, 3682.0, 3714.0, 3715.0, 3702.0, 3649.0, 3680.0, 3669.0, 3670.0, 3711.0, 3702.0, 3680.0, 3668.0, 3669.0, 3668.0, 3649.0, 3669.0, 3669.0, 3670.0, 3724.0, 3670.0, 3669.0, 3649.0, 3680.0, 3681.0, 3670.0, 3722.0, 3713.0, 3681.0, 3659.0, 3670.0, 3668.0, 3649.0, 3669.0, 3701.0, 3670.0, 3680.0, 3659.0, 3659.0, 3670.0, 3679.0, 3701.0, 3682.0, 3702.0, 3659.0, 3679.0, 3649.0, 3669.0, 3690.0, 3680.0, 3712.0, 3692.0, 3680.0, 3669.0, 3671.0, 3669.0, 3660.0, 3679.0, 3723.0, 3671.0, 3691.0, 3659.0, 3668.0, 3648.0, 3680.0, 3711.0, 3692.0, 3668.0, 3660.0, 3679.0, 3658.0, 3670.0, 3701.0, 3691.0, 3713.0, 3681.0, 3680.0, 3668.0, 3659.0, 3658.0, 3648.0, 3669.0, 3723.0, 3670.0, 3669.0, 3659.0, 3658.0, 3658.0, 3679.0, 3690.0, 3669.0, 3713.0, 3660.0, 3669.0, 3658.0, 3668.0, 3658.0, 3669.0, 3711.0, 3704.0, 3669.0, 3659.0, 3680.0, 3647.0, 3680.0, 3711.0, 3683.0, 3712.0, 3660.0, 3680.0, 3659.0, 3669.0, 3669.0, 3671.0, 3711.0, 3693.0, 3681.0, 3649.0, 3680.0, 3658.0, 3670.0, 3690.0, 3681.0, 3704.0, 3682.0, 3680.0, 3670.0, 3670.0, 3680.0, 3660.0, 3713.0, 3724.0, 3702.0, 3690.0, 3670.0, 3657.0, 3648.0, 3667.0, 3647.0, 3669.0, 3711.0, 3671.0, 3658.0, 3659.0, 3680.0, 3648.0, 3669.0, 3700.0, 3681.0, 3701.0, 3659.0, 3679.0, 3668.0, 3659.0, 3689.0, 3669.0, 3701.0, 3690.0, 3678.0, 3657.0, 3658.0, 3666.0, 3647.0, 3699.0, 3680.0, 3668.0, 3647.0, 3669.0, 3657.0, 3659.0, 3658.0, 3670.0, 3680.0, 3649.0, 3680.0, 3692.0, 3677.0, 3684.0, 3682.0, 3671.0, 3723.0, 3715.0, 3693.0, 3683.0, 3671.0, 3670.0, 3661.0, 3681.0, 3704.0, 3682.0, 3661.0, 3683.0, 3671.0, 3673.0, 3693.0, 3694.0, 3694.0, 3661.0, 3684.0, 3683.0, 3674.0, 3706.0, 3717.0, 3696.0, 3695.0, 3676.0, 3695.0, 3663.0, 3684.0, 3726.0, 3707.0, 3694.0, 3674.0, 3695.0, 3693.0, 3673.0, 3725.0, 3704.0, 3714.0, 3705.0, 3693.0, 3671.0, 3681.0, 3690.0, 3661.0, 3702.0, 3692.0, 3681.0, 3669.0, 3670.0, 3669.0, 3661.0, 3701.0, 3705.0, 3682.0, 3659.0, 3671.0, 3669.0, 3660.0, 3682.0, 3680.0, 3681.0, 3660.0, 3681.0, 3670.0, 3661.0, 3681.0, 3702.0, 3680.0, 3681.0, 3671.0, 3680.0, 3660.0, 3681.0, 3713.0, 3681.0, 3691.0, 3681.0, 3659.0, 3659.0, 3680.0, 3715.0, 3685.0, 3704.0, 3652.0, 3681.0, 3660.0, 3693.0, 3713.0, 3671.0, 3681.0, 3650.0, 3681.0, 3679.0, 3660.0, 3702.0, 3714.0, 3681.0, 3680.0, 3671.0, 3669.0, 3669.0, 3680.0, 3711.0, 3692.0, 3700.0, 3648.0, 3680.0, 3658.0, 3670.0, 3701.0, 3681.0, 3702.0, 3669.0, 3680.0, 3669.0, 3669.0, 3657.0, 3670.0, 3680.0, 3713.0, 3681.0, 3679.0, 3659.0, 3679.0, 3647.0, 3668.0, 3711.0, 3692.0, 3690.0, 3672.0, 3691.0, 3658.0, 3679.0, 3678.0, 3669.0, 3702.0, 3670.0, 3691.0, 3670.0, 3681.0, 3669.0, 3672.0, 3701.0, 3724.0, 3680.0, 3679.0, 3670.0, 3678.0, 3658.0, 3668.0, 3701.0, 3680.0, 3658.0, 3669.0, 3657.0, 3669.0, 3679.0, 3670.0, 3701.0, 3703.0, 3693.0, 3661.0, 3683.0, 3669.0, 3670.0, 3681.0, 3703.0, 3693.0, 3671.0, 3682.0, 3670.0, 3672.0, 3682.0, 3713.0, 3692.0, 3724.0, 3670.0, 3679.0, 3669.0, 3658.0, 3660.0, 3678.0, 3700.0, 3669.0, 3678.0, 3670.0, 3658.0, 3669.0, 3678.0, 3669.0, 3670.0, 3712.0, 3670.0, 3669.0, 3680.0, 3679.0, 3659.0, 3681.0, 3693.0, 3670.0, 3679.0, 3701.0, 3690.0, 3668.0, 3647.0, 3669.0, 3667.0, 3670.0, 3711.0, 3691.0, 3669.0, 3658.0, 3669.0, 3658.0, 3670.0, 3669.0, 3681.0, 3681.0, 3671.0, 3692.0, 3660.0, 3682.0, 3670.0, 3683.0, 3682.0, 3716.0, 3682.0, 3681.0, 3682.0, 3680.0, 3671.0, 3681.0, 3692.0, 3682.0, 3681.0, 3681.0, 3669.0, 3670.0, 3680.0, 3671.0, 3681.0, 3692.0, 3680.0, 3669.0, 3670.0, 3668.0, 3671.0, 3691.0, 3713.0, 3681.0, 3669.0, 3670.0, 3668.0, 3669.0, 3689.0, 3669.0, 3690.0, 3658.0, 3679.0, 3658.0, 3669.0, 3679.0, 3670.0, 3701.0, 3692.0, 3669.0, 3648.0, 3668.0, 3668.0, 3670.0, 3711.0, 3692.0, 3669.0, 3659.0, 3679.0, 3658.0, 3669.0, 3690.0, 3670.0, 3702.0, 3681.0, 3680.0, 3669.0, 3669.0, 3679.0, 3682.0, 3713.0, 3714.0, 3680.0, 3658.0, 3668.0, 3667.0, 3669.0, 3669.0, 3670.0, 3680.0, 3658.0, 3680.0, 3669.0, 3670.0, 3670.0, 3681.0, 3691.0, 3659.0, 3681.0, 3670.0, 3682.0, 3680.0, 3682.0, 3682.0, 3692.0, 3681.0, 3669.0, 3670.0, 3658.0, 3680.0, 3680.0, 3713.0, 3681.0, 3680.0, 3671.0, 3680.0, 3659.0, 3681.0, 3713.0, 3682.0, 3670.0, 3681.0, 3681.0, 3660.0, 3681.0, 3713.0, 3703.0, 3680.0, 3670.0, 3669.0, 3658.0, 3680.0, 3701.0, 3681.0, 3701.0, 3670.0, 3681.0, 3659.0, 3680.0, 3681.0, 3682.0, 3703.0, 3671.0, 3692.0, 3671.0, 3693.0, 3703.0, 3693.0, 3715.0, 3682.0, 3692.0, 3682.0, 3682.0, 3713.0, 3703.0, 3702.0, 3680.0, 3680.0, 3669.0, 3680.0, 3658.0, 3671.0, 3702.0, 3725.0, 3680.0, 3680.0, 3670.0, 3669.0, 3669.0, 3690.0, 3692.0, 3693.0, 3670.0, 3673.0, 3692.0, 3671.0, 3692.0, 3703.0, 3682.0, 3724.0, 3660.0, 3680.0, 3659.0, 3679.0, 3691.0, 3670.0, 3710.0, 3690.0, 3667.0, 3647.0, 3668.0, 3668.0, 3669.0, 3710.0, 3691.0, 3679.0, 3647.0, 3679.0, 3668.0, 3670.0, 3669.0, 3692.0, 3681.0, 3669.0, 3680.0, 3669.0, 3672.0, 3692.0, 3692.0, 3671.0, 3712.0, 3670.0, 3670.0, 3669.0, 3679.0, 3712.0, 3681.0, 3712.0, 3670.0, 3681.0, 3659.0, 3680.0, 3691.0, 3671.0, 3702.0, 3692.0, 3680.0, 3670.0, 3670.0, 3669.0, 3681.0, 3680.0, 3724.0, 3671.0, 3669.0, 3669.0, 3678.0, 3669.0, 3668.0], 'WindowWidth': [8482.0, 8380.0, 8334.0, 8339.0, 8288.0, 8315.0, 8328.0, 8301.0, 8356.0, 8291.0, 8305.0, 8260.0, 8306.0, 8321.0, 8295.0, 8366.0, 8278.0, 8302.0, 8258.0, 8303.0, 8304.0, 8306.0, 8362.0, 8292.0, 8286.0, 8288.0, 8300.0, 8279.0, 8308.0, 8367.0, 8310.0, 8302.0, 8293.0, 8303.0, 8312.0, 8324.0, 8355.0, 8326.0, 8289.0, 8309.0, 8302.0, 8296.0, 8323.0, 8353.0, 8307.0, 8318.0, 8289.0, 8295.0, 8274.0, 8315.0, 8320.0, 8346.0, 8346.0, 8297.0, 8268.0, 8285.0, 8282.0, 8274.0, 8331.0, 8318.0, 8316.0, 8284.0, 8303.0, 8284.0, 8287.0, 8317.0, 8290.0, 8305.0, 8288.0, 8301.0, 8270.0, 8289.0, 8299.0, 8294.0, 8317.0, 8366.0, 8301.0, 8270.0, 8289.0, 8284.0, 8290.0, 8305.0, 8366.0, 8309.0, 8285.0, 8291.0, 8301.0, 8288.0, 8303.0, 8352.0, 8324.0, 8364.0, 8291.0, 8285.0, 8273.0, 8298.0, 8320.0, 8303.0, 8383.0, 8291.0, 8298.0, 8257.0, 8298.0, 8253.0, 8302.0, 8361.0, 8336.0, 8326.0, 8271.0, 8299.0, 8269.0, 8316.0, 8308.0, 8290.0, 8292.0, 8306.0, 8353.0, 8357.0, 8369.0, 8336.0, 8308.0, 8328.0, 8274.0, 8312.0, 8342.0, 8297.0, 8341.0, 8270.0, 8266.0, 8285.0, 8300.0, 8300.0, 8305.0, 8302.0, 8275.0, 8302.0, 8274.0, 8309.0, 8340.0, 8299.0, 8325.0, 8267.0, 8325.0, 8292.0, 8298.0, 8336.0, 8340.0, 8328.0, 8321.0, 8310.0, 8306.0, 8285.0, 8328.0, 8386.0, 8343.0, 8335.0, 8290.0, 8299.0, 8287.0, 8303.0, 8361.0, 8349.0, 8315.0, 8272.0, 8298.0, 8299.0, 8302.0, 8343.0, 8287.0, 8280.0, 8255.0, 8314.0, 8305.0, 8288.0, 8365.0, 8276.0, 8299.0, 8243.0, 8298.0, 8303.0, 8291.0, 8346.0, 8278.0, 8301.0, 8256.0, 8302.0, 8332.0, 8292.0, 8362.0, 8287.0, 8299.0, 8255.0, 8302.0, 8330.0, 8305.0, 8346.0, 8286.0, 8300.0, 8269.0, 8284.0, 8326.0, 8301.0, 8347.0, 8286.0, 8298.0, 8268.0, 8285.0, 8312.0, 8316.0, 8352.0, 8332.0, 8284.0, 8276.0, 8268.0, 8294.0, 8330.0, 8328.0, 8314.0, 8287.0, 8271.0, 8281.0, 8288.0, 8312.0, 8255.0, 8286.0, 8361.0, 8338.0, 8321.0, 8291.0, 8294.0, 8301.0, 8304.0, 8302.0, 8363.0, 8334.0, 8298.0, 8258.0, 8284.0, 8282.0, 8273.0, 8345.0, 8346.0, 8286.0, 8284.0, 8273.0, 8297.0, 8301.0, 8287.0, 8368.0, 8375.0, 8339.0, 8288.0, 8306.0, 8289.0, 8271.0, 8268.0, 8270.0, 8297.0, 8285.0, 8289.0, 8365.0, 8306.0, 8306.0, 8262.0, 8286.0, 8281.0, 8272.0, 8362.0, 8331.0, 8299.0, 8270.0, 8281.0, 8279.0, 8266.0, 8340.0, 8328.0, 8320.0, 8262.0, 8273.0, 8244.0, 8258.0, 8258.0, 8250.0, 8340.0, 8299.0, 8278.0, 8237.0, 8295.0, 8267.0, 8269.0, 8279.0, 8273.0, 8315.0, 8350.0, 8287.0, 8283.0, 8287.0, 8281.0, 8254.0, 8285.0, 8344.0, 8290.0, 8298.0, 8270.0, 8281.0, 8255.0, 8265.0, 8271.0, 8284.0, 8361.0, 8287.0, 8282.0, 8271.0, 8282.0, 8270.0, 8298.0, 8315.0, 8290.0, 8346.0, 8276.0, 8286.0, 8273.0, 8300.0, 8287.0, 8290.0, 8361.0, 8336.0, 8287.0, 8289.0, 8298.0, 8270.0, 8287.0, 8361.0, 8339.0, 8343.0, 8272.0, 8299.0, 8253.0, 8282.0, 8297.0, 8273.0, 8346.0, 8334.0, 8300.0, 8257.0, 8302.0, 8269.0, 8274.0, 8330.0, 8319.0, 8304.0, 8289.0, 8302.0, 8270.0, 8273.0, 8315.0, 8304.0, 8345.0, 8273.0, 8298.0, 8254.0, 8284.0, 8301.0, 8274.0, 8348.0, 8261.0, 8299.0, 8244.0, 8299.0, 8287.0, 8288.0, 8350.0, 8277.0, 8287.0, 8275.0, 8298.0, 8288.0, 8304.0, 8360.0, 8339.0, 8286.0, 8274.0, 8299.0, 8285.0, 8286.0, 8344.0, 8335.0, 8344.0, 8272.0, 8284.0, 8266.0, 8282.0, 8294.0, 8270.0, 8343.0, 8344.0, 8295.0, 8239.0, 8286.0, 8267.0, 8273.0, 8316.0, 8303.0, 8299.0, 8270.0, 8305.0, 8285.0, 8275.0, 8286.0, 8348.0, 8307.0, 8329.0, 8290.0, 8277.0, 8285.0, 8306.0, 8300.0, 8273.0, 8300.0, 8347.0, 8338.0, 8317.0, 8290.0, 8281.0, 8305.0, 8278.0, 8304.0, 8363.0, 8352.0, 8301.0, 8287.0, 8290.0, 8300.0, 8274.0, 8303.0, 8350.0, 8322.0, 8308.0, 8292.0, 8277.0, 8305.0, 8325.0, 8325.0, 8369.0, 8336.0, 8307.0, 8288.0, 8290.0, 8304.0, 8352.0, 8355.0, 8332.0, 8259.0, 8300.0, 8282.0, 8287.0, 8342.0, 8332.0, 8300.0, 8282.0, 8285.0, 8282.0, 8257.0, 8284.0, 8286.0, 8288.0, 8364.0, 8288.0, 8285.0, 8259.0, 8300.0, 8302.0, 8287.0, 8360.0, 8351.0, 8301.0, 8272.0, 8286.0, 8280.0, 8258.0, 8285.0, 8329.0, 8288.0, 8298.0, 8271.0, 8269.0, 8285.0, 8299.0, 8329.0, 8307.0, 8331.0, 8271.0, 8298.0, 8257.0, 8283.0, 8314.0, 8303.0, 8346.0, 8319.0, 8299.0, 8283.0, 8289.0, 8283.0, 8274.0, 8298.0, 8361.0, 8290.0, 8314.0, 8272.0, 8282.0, 8256.0, 8301.0, 8344.0, 8321.0, 8282.0, 8273.0, 8298.0, 8269.0, 8287.0, 8332.0, 8319.0, 8348.0, 8302.0, 8299.0, 8280.0, 8271.0, 8267.0, 8256.0, 8285.0, 8363.0, 8287.0, 8283.0, 8272.0, 8269.0, 8268.0, 8297.0, 8313.0, 8286.0, 8348.0, 8274.0, 8285.0, 8270.0, 8281.0, 8268.0, 8285.0, 8344.0, 8338.0, 8284.0, 8271.0, 8299.0, 8254.0, 8300.0, 8345.0, 8311.0, 8348.0, 8275.0, 8301.0, 8272.0, 8286.0, 8284.0, 8289.0, 8346.0, 8324.0, 8303.0, 8260.0, 8302.0, 8270.0, 8288.0, 8316.0, 8306.0, 8338.0, 8307.0, 8302.0, 8286.0, 8289.0, 8300.0, 8277.0, 8349.0, 8368.0, 8334.0, 8315.0, 8288.0, 8268.0, 8256.0, 8279.0, 8253.0, 8283.0, 8344.0, 8291.0, 8269.0, 8272.0, 8299.0, 8256.0, 8284.0, 8327.0, 8303.0, 8330.0, 8271.0, 8297.0, 8282.0, 8270.0, 8311.0, 8286.0, 8329.0, 8313.0, 8293.0, 8264.0, 8267.0, 8274.0, 8253.0, 8324.0, 8301.0, 8281.0, 8253.0, 8284.0, 8266.0, 8271.0, 8272.0, 8289.0, 8300.0, 8258.0, 8303.0, 8321.0, 8310.0, 8312.0, 8307.0, 8292.0, 8362.0, 8353.0, 8323.0, 8309.0, 8291.0, 8285.0, 8278.0, 8304.0, 8337.0, 8307.0, 8278.0, 8310.0, 8291.0, 8297.0, 8322.0, 8326.0, 8324.0, 8278.0, 8313.0, 8312.0, 8301.0, 8345.0, 8362.0, 8334.0, 8330.0, 8307.0, 8330.0, 8286.0, 8315.0, 8373.0, 8351.0, 8326.0, 8301.0, 8329.0, 8324.0, 8296.0, 8367.0, 8340.0, 8352.0, 8342.0, 8322.0, 8292.0, 8305.0, 8313.0, 8279.0, 8332.0, 8320.0, 8301.0, 8284.0, 8287.0, 8283.0, 8278.0, 8330.0, 8344.0, 8306.0, 8273.0, 8290.0, 8283.0, 8275.0, 8306.0, 8303.0, 8303.0, 8276.0, 8305.0, 8286.0, 8279.0, 8304.0, 8335.0, 8303.0, 8302.0, 8290.0, 8302.0, 8276.0, 8303.0, 8350.0, 8306.0, 8317.0, 8305.0, 8272.0, 8274.0, 8301.0, 8358.0, 8318.0, 8339.0, 8266.0, 8304.0, 8274.0, 8322.0, 8349.0, 8293.0, 8303.0, 8262.0, 8303.0, 8299.0, 8276.0, 8334.0, 8353.0, 8305.0, 8302.0, 8291.0, 8286.0, 8286.0, 8300.0, 8345.0, 8321.0, 8327.0, 8257.0, 8298.0, 8269.0, 8287.0, 8330.0, 8305.0, 8334.0, 8287.0, 8301.0, 8285.0, 8287.0, 8268.0, 8289.0, 8301.0, 8351.0, 8303.0, 8299.0, 8273.0, 8297.0, 8254.0, 8282.0, 8346.0, 8322.0, 8315.0, 8294.0, 8317.0, 8269.0, 8298.0, 8293.0, 8286.0, 8334.0, 8288.0, 8316.0, 8288.0, 8306.0, 8287.0, 8295.0, 8332.0, 8368.0, 8302.0, 8298.0, 8288.0, 8296.0, 8269.0, 8283.0, 8331.0, 8302.0, 8271.0, 8286.0, 8267.0, 8284.0, 8297.0, 8291.0, 8331.0, 8341.0, 8327.0, 8280.0, 8310.0, 8286.0, 8290.0, 8305.0, 8340.0, 8323.0, 8292.0, 8310.0, 8291.0, 8297.0, 8307.0, 8351.0, 8321.0, 8368.0, 8288.0, 8299.0, 8286.0, 8268.0, 8276.0, 8295.0, 8329.0, 8287.0, 8295.0, 8288.0, 8270.0, 8285.0, 8296.0, 8287.0, 8289.0, 8347.0, 8289.0, 8286.0, 8301.0, 8299.0, 8274.0, 8308.0, 8322.0, 8289.0, 8300.0, 8331.0, 8316.0, 8283.0, 8256.0, 8286.0, 8280.0, 8288.0, 8345.0, 8318.0, 8285.0, 8268.0, 8286.0, 8267.0, 8287.0, 8286.0, 8304.0, 8305.0, 8293.0, 8319.0, 8276.0, 8309.0, 8290.0, 8312.0, 8308.0, 8361.0, 8309.0, 8306.0, 8308.0, 8302.0, 8292.0, 8307.0, 8322.0, 8310.0, 8304.0, 8304.0, 8285.0, 8288.0, 8304.0, 8293.0, 8304.0, 8320.0, 8302.0, 8285.0, 8288.0, 8283.0, 8292.0, 8318.0, 8352.0, 8304.0, 8285.0, 8288.0, 8283.0, 8286.0, 8313.0, 8288.0, 8315.0, 8271.0, 8298.0, 8269.0, 8286.0, 8298.0, 8291.0, 8330.0, 8321.0, 8284.0, 8256.0, 8284.0, 8283.0, 8290.0, 8344.0, 8323.0, 8285.0, 8272.0, 8300.0, 8269.0, 8286.0, 8315.0, 8290.0, 8334.0, 8304.0, 8302.0, 8285.0, 8287.0, 8297.0, 8310.0, 8351.0, 8356.0, 8302.0, 8268.0, 8283.0, 8279.0, 8284.0, 8285.0, 8290.0, 8302.0, 8270.0, 8303.0, 8284.0, 8290.0, 8290.0, 8308.0, 8319.0, 8274.0, 8306.0, 8288.0, 8308.0, 8304.0, 8308.0, 8309.0, 8320.0, 8305.0, 8287.0, 8289.0, 8270.0, 8304.0, 8303.0, 8351.0, 8304.0, 8302.0, 8291.0, 8301.0, 8276.0, 8306.0, 8351.0, 8310.0, 8289.0, 8306.0, 8304.0, 8275.0, 8307.0, 8351.0, 8339.0, 8301.0, 8289.0, 8286.0, 8270.0, 8301.0, 8331.0, 8308.0, 8332.0, 8289.0, 8304.0, 8273.0, 8304.0, 8306.0, 8310.0, 8340.0, 8294.0, 8322.0, 8293.0, 8324.0, 8340.0, 8328.0, 8357.0, 8309.0, 8322.0, 8309.0, 8309.0, 8350.0, 8338.0, 8335.0, 8303.0, 8302.0, 8286.0, 8304.0, 8271.0, 8293.0, 8334.0, 8369.0, 8304.0, 8301.0, 8290.0, 8287.0, 8287.0, 8317.0, 8323.0, 8326.0, 8291.0, 8298.0, 8321.0, 8293.0, 8322.0, 8339.0, 8311.0, 8367.0, 8277.0, 8303.0, 8274.0, 8300.0, 8318.0, 8289.0, 8342.0, 8316.0, 8280.0, 8253.0, 8281.0, 8284.0, 8287.0, 8342.0, 8320.0, 8299.0, 8256.0, 8301.0, 8283.0, 8290.0, 8289.0, 8322.0, 8307.0, 8288.0, 8304.0, 8287.0, 8297.0, 8323.0, 8322.0, 8292.0, 8346.0, 8289.0, 8288.0, 8287.0, 8298.0, 8347.0, 8306.0, 8349.0, 8290.0, 8305.0, 8274.0, 8303.0, 8317.0, 8294.0, 8336.0, 8321.0, 8303.0, 8288.0, 8291.0, 8287.0, 8306.0, 8302.0, 8367.0, 8292.0, 8286.0, 8285.0, 8296.0, 8285.0, 8285.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.0009093271028037383</td></tr>
<tr><td colspan=3>aqi</td><td>0.021208872990654208</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.430069337268414</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1532181570439681</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.988543788166511</td></tr>
<tr><td colspan=3>efc</td><td>0.4388</td></tr>
<tr><td colspan=3>fber</td><td>7328.2427</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1251093125435861</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.373831775700934</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3744403812924735</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2567368552861096</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.594002847245062</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.272581441346249</td></tr>
<tr><td colspan=3>gcor</td><td>0.00349933</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019402774050831795</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026441937312483788</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1070</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.831157410510477</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>29.3583</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.738</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.923</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313541.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>676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.8589</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.184</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.8159</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2988.9194</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.9383</td></tr>
<tr><td colspan=3>tsnr</td><td>39.547167680226266</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>