<?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-0081_ses-02_task-narratives_acq-mb8_run-02_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-0081_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0081_suffix-bold_task-narratives" 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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0081_suffix-bold_task-narratives" 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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0081_suffix-bold_task-narratives" 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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0081_suffix-bold_task-narratives" 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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0081_suffix-bold_task-narratives" 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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-02_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-0081/ses-02/func/sub-0081_ses-02_task-narratives_acq-mb8_run-02_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>ef549f10148c1e0e96a406b5eda96f1c</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>19:39:29.467500</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.999708, 0.00899003, 0.0224424, -0.0111673, 0.995039, 0.0988594]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.0830662</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-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7718, -7302, 635, -114, -59, 112, 51]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d43dce25-97d5-4f1a-8c17-314c83b50975||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.682142734527588, -0.02996112033724785, 0.057894159108400345, 108.66580963134766], [-0.024119580164551735, 2.669616222381592, 0.2675189673900604, -98.52059936523438], [0.060211241245269775, -0.26523247361183167, 2.6860904693603516, -73.8144302368164], [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, 1098]</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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['193929.467500', '193929.927500', '193930.387500', '193930.847500', '193931.307500', '193931.767500', '193932.227500', '193932.687500', '193933.147500', '193933.607500', '193934.067500', '193934.527500', '193934.987500', '193935.447500', '193935.907500', '193936.367500', '193936.827500', '193937.287500', '193937.747500', '193938.207500', '193938.667500', '193939.127500', '193939.587500', '193940.047500', '193940.507500', '193940.967500', '193941.427500', '193941.887500', '193942.347500', '193942.807500', '193943.267500', '193943.727500', '193944.187500', '193944.647500', '193945.107500', '193945.567500', '193946.027500', '193946.487500', '193946.947500', '193947.407500', '193947.867500', '193948.327500', '193948.787500', '193949.247500', '193949.707500', '193950.167500', '193950.627500', '193951.087500', '193951.547500', '193952.007500', '193952.467500', '193952.927500', '193953.387500', '193953.847500', '193954.307500', '193954.767500', '193955.227500', '193955.687500', '193956.147500', '193956.607500', '193957.067500', '193957.527500', '193957.987500', '193958.447500', '193958.907500', '193959.367500', '193959.827500', '194000.287500', '194000.747500', '194001.207500', '194001.667500', '194002.127500', '194002.587500', '194003.047500', '194003.507500', '194003.967500', '194004.427500', '194004.887500', '194005.347500', '194005.807500', '194006.267500', '194006.727500', '194007.187500', '194007.647500', '194008.107500', '194008.567500', '194009.027500', '194009.487500', '194009.947500', '194010.407500', '194010.867500', '194011.327500', '194011.787500', '194012.247500', '194012.707500', '194013.167500', '194013.627500', '194014.087500', '194014.547500', '194015.007500', '194015.467500', '194015.927500', '194016.387500', '194016.847500', '194017.307500', '194017.767500', '194018.227500', '194018.687500', '194019.147500', '194019.607500', '194020.067500', '194020.527500', '194020.987500', '194021.447500', '194021.907500', '194022.367500', '194022.827500', '194023.287500', '194023.747500', '194024.207500', '194024.667500', '194025.127500', '194025.587500', '194026.047500', '194026.507500', '194026.967500', '194027.427500', '194027.887500', '194028.347500', '194028.807500', '194029.267500', '194029.727500', '194030.187500', '194030.647500', '194031.107500', '194031.567500', '194032.027500', '194032.487500', '194032.947500', '194033.407500', '194033.867500', '194034.327500', '194034.787500', '194035.247500', '194035.707500', '194036.167500', '194036.627500', '194037.087500', '194037.547500', '194038.007500', '194038.467500', '194038.927500', '194039.387500', '194039.847500', '194040.307500', '194040.767500', '194041.227500', '194041.687500', '194042.147500', '194042.607500', '194043.067500', '194043.527500', '194043.987500', '194044.447500', '194044.907500', '194045.367500', '194045.827500', '194046.287500', '194046.747500', '194047.207500', '194047.667500', '194048.127500', '194048.587500', '194049.047500', '194049.507500', '194049.967500', '194050.427500', '194050.887500', '194051.347500', '194051.807500', '194052.267500', '194052.727500', '194053.187500', '194053.647500', '194054.107500', '194054.567500', '194055.027500', '194055.487500', '194055.947500', '194056.407500', '194056.867500', '194057.327500', '194057.787500', '194058.247500', '194058.707500', '194059.167500', '194059.627500', '194100.087500', '194100.547500', '194101.007500', '194101.467500', '194101.927500', '194102.387500', '194102.847500', '194103.307500', '194103.767500', '194104.227500', '194104.687500', '194105.147500', '194105.607500', '194106.067500', '194106.527500', '194106.987500', '194107.447500', '194107.907500', '194108.367500', '194108.827500', '194109.287500', '194109.747500', '194110.207500', '194110.667500', '194111.127500', '194111.587500', '194112.047500', '194112.507500', '194112.967500', '194113.427500', '194113.887500', '194114.347500', '194114.807500', '194115.267500', '194115.727500', '194116.187500', '194116.647500', '194117.107500', '194117.567500', '194118.027500', '194118.487500', '194118.947500', '194119.407500', '194119.867500', '194120.327500', '194120.787500', '194121.247500', '194121.707500', '194122.167500', '194122.627500', '194123.087500', '194123.547500', '194124.007500', '194124.467500', '194124.927500', '194125.387500', '194125.847500', '194126.307500', '194126.767500', '194127.227500', '194127.687500', '194128.147500', '194128.607500', '194129.067500', '194129.527500', '194129.987500', '194130.447500', '194130.907500', '194131.367500', '194131.827500', '194132.287500', '194132.747500', '194133.207500', '194133.667500', '194134.127500', '194134.587500', '194135.047500', '194135.507500', '194135.967500', '194136.427500', '194136.887500', '194137.347500', '194137.807500', '194138.267500', '194138.727500', '194139.187500', '194139.647500', '194140.107500', '194140.567500', '194141.027500', '194141.487500', '194141.947500', '194142.407500', '194142.867500', '194143.327500', '194143.787500', '194144.247500', '194144.707500', '194145.167500', '194145.627500', '194146.087500', '194146.547500', '194147.007500', '194147.467500', '194147.927500', '194148.387500', '194148.847500', '194149.307500', '194149.767500', '194150.227500', '194150.687500', '194151.147500', '194151.607500', '194152.067500', '194152.527500', '194152.987500', '194153.447500', '194153.907500', '194154.367500', '194154.827500', '194155.287500', '194155.747500', '194156.207500', '194156.667500', '194157.127500', '194157.587500', '194158.047500', '194158.507500', '194158.967500', '194159.427500', '194159.887500', '194200.347500', '194200.807500', '194201.267500', '194201.727500', '194202.187500', '194202.647500', '194203.107500', '194203.567500', '194204.027500', '194204.487500', '194204.947500', '194205.407500', '194205.867500', '194206.327500', '194206.787500', '194207.247500', '194207.707500', '194208.167500', '194208.627500', '194209.087500', '194209.547500', '194210.007500', '194210.467500', '194210.927500', '194211.387500', '194211.847500', '194212.307500', '194212.767500', '194213.227500', '194213.687500', '194214.147500', '194214.607500', '194215.067500', '194215.527500', '194215.987500', '194216.447500', '194216.907500', '194217.367500', '194217.827500', '194218.287500', '194218.747500', '194219.207500', '194219.667500', '194220.127500', '194220.587500', '194221.047500', '194221.507500', '194221.967500', '194222.427500', '194222.887500', '194223.347500', '194223.807500', '194224.267500', '194224.727500', '194225.187500', '194225.647500', '194226.107500', '194226.567500', '194227.027500', '194227.487500', '194227.947500', '194228.407500', '194228.867500', '194229.327500', '194229.787500', '194230.247500', '194230.707500', '194231.167500', '194231.627500', '194232.087500', '194232.547500', '194233.007500', '194233.467500', '194233.927500', '194234.387500', '194234.847500', '194235.307500', '194235.767500', '194236.227500', '194236.687500', '194237.147500', '194237.607500', '194238.067500', '194238.527500', '194238.987500', '194239.447500', '194239.907500', '194240.367500', '194240.827500', '194241.287500', '194241.747500', '194242.207500', '194242.667500', '194243.127500', '194243.587500', '194244.047500', '194244.507500', '194244.967500', '194245.427500', '194245.887500', '194246.347500', '194246.807500', '194247.267500', '194247.727500', '194248.187500', '194248.647500', '194249.107500', '194249.567500', '194250.027500', '194250.487500', '194250.947500', '194251.407500', '194251.867500', '194252.327500', '194252.787500', '194253.247500', '194253.707500', '194254.167500', '194254.627500', '194255.087500', '194255.547500', '194256.007500', '194256.467500', '194256.927500', '194257.387500', '194257.847500', '194258.307500', '194258.767500', '194259.227500', '194259.687500', '194300.147500', '194300.607500', '194301.067500', '194301.527500', '194301.987500', '194302.447500', '194302.907500', '194303.367500', '194303.827500', '194304.287500', '194304.747500', '194305.207500', '194305.667500', '194306.127500', '194306.587500', '194307.047500', '194307.507500', '194307.967500', '194308.427500', '194308.887500', '194309.347500', '194309.807500', '194310.267500', '194310.727500', '194311.187500', '194311.647500', '194312.107500', '194312.567500', '194313.027500', '194313.487500', '194313.947500', '194314.407500', '194314.867500', '194315.327500', '194315.787500', '194316.247500', '194316.707500', '194317.167500', '194317.627500', '194318.087500', '194318.547500', '194319.007500', '194319.467500', '194319.927500', '194320.387500', '194320.847500', '194321.307500', '194321.767500', '194322.227500', '194322.687500', '194323.147500', '194323.607500', '194324.067500', '194324.527500', '194324.987500', '194325.447500', '194325.907500', '194326.367500', '194326.827500', '194327.287500', '194327.747500', '194328.207500', '194328.667500', '194329.127500', '194329.587500', '194330.047500', '194330.507500', '194330.967500', '194331.427500', '194331.887500', '194332.347500', '194332.807500', '194333.267500', '194333.727500', '194334.187500', '194334.647500', '194335.107500', '194335.567500', '194336.027500', '194336.487500', '194336.947500', '194337.407500', '194337.867500', '194338.327500', '194338.787500', '194339.247500', '194339.707500', '194340.167500', '194340.627500', '194341.087500', '194341.547500', '194342.007500', '194342.467500', '194342.927500', '194343.387500', '194343.847500', '194344.307500', '194344.767500', '194345.227500', '194345.687500', '194346.147500', '194346.607500', '194347.067500', '194347.527500', '194347.987500', '194348.447500', '194348.907500', '194349.367500', '194349.827500', '194350.287500', '194350.747500', '194351.207500', '194351.667500', '194352.127500', '194352.587500', '194353.047500', '194353.507500', '194353.967500', '194354.427500', '194354.887500', '194355.347500', '194355.807500', '194356.267500', '194356.727500', '194357.187500', '194357.647500', '194358.107500', '194358.567500', '194359.027500', '194359.487500', '194359.947500', '194400.407500', '194400.867500', '194401.327500', '194401.787500', '194402.247500', '194402.707500', '194403.167500', '194403.627500', '194404.087500', '194404.547500', '194405.007500', '194405.467500', '194405.927500', '194406.387500', '194406.847500', '194407.307500', '194407.767500', '194408.227500', '194408.687500', '194409.147500', '194409.607500', '194410.067500', '194410.527500', '194410.987500', '194411.447500', '194411.907500', '194412.367500', '194412.827500', '194413.287500', '194413.747500', '194414.207500', '194414.667500', '194415.127500', '194415.587500', '194416.047500', '194416.507500', '194416.967500', '194417.427500', '194417.887500', '194418.347500', '194418.807500', '194419.267500', '194419.727500', '194420.187500', '194420.647500', '194421.107500', '194421.567500', '194422.027500', '194422.487500', '194422.947500', '194423.407500', '194423.867500', '194424.327500', '194424.787500', '194425.247500', '194425.707500', '194426.167500', '194426.627500', '194427.087500', '194427.547500', '194428.007500', '194428.467500', '194428.927500', '194429.387500', '194429.847500', '194430.307500', '194430.767500', '194431.227500', '194431.687500', '194432.147500', '194432.607500', '194433.067500', '194433.527500', '194433.987500', '194434.447500', '194434.907500', '194435.367500', '194435.827500', '194436.287500', '194436.747500', '194437.207500', '194437.667500', '194438.127500', '194438.587500', '194439.047500', '194439.507500', '194439.967500', '194440.427500', '194440.887500', '194441.347500', '194441.807500', '194442.267500', '194442.727500', '194443.187500', '194443.647500', '194444.107500', '194444.567500', '194445.027500', '194445.487500', '194445.947500', '194446.407500', '194446.867500', '194447.327500', '194447.787500', '194448.247500', '194448.707500', '194449.167500', '194449.627500', '194450.087500', '194450.547500', '194451.007500', '194451.467500', '194451.927500', '194452.387500', '194452.847500', '194453.307500', '194453.767500', '194454.227500', '194454.687500', '194455.147500', '194455.607500', '194456.067500', '194456.527500', '194456.987500', '194457.447500', '194457.907500', '194458.367500', '194458.827500', '194459.287500', '194459.747500', '194500.207500', '194500.667500', '194501.127500', '194501.587500', '194502.047500', '194502.507500', '194502.967500', '194503.427500', '194503.887500', '194504.347500', '194504.807500', '194505.267500', '194505.727500', '194506.187500', '194506.647500', '194507.107500', '194507.567500', '194508.027500', '194508.487500', '194508.947500', '194509.407500', '194509.867500', '194510.327500', '194510.787500', '194511.247500', '194511.707500', '194512.167500', '194512.627500', '194513.087500', '194513.547500', '194514.007500', '194514.467500', '194514.927500', '194515.387500', '194515.847500', '194516.307500', '194516.767500', '194517.227500', '194517.687500', '194518.147500', '194518.607500', '194519.067500', '194519.527500', '194519.987500', '194520.447500', '194520.907500', '194521.367500', '194521.827500', '194522.287500', '194522.747500', '194523.207500', '194523.667500', '194524.127500', '194524.587500', '194525.047500', '194525.507500', '194525.967500', '194526.427500', '194526.887500', '194527.347500', '194527.807500', '194528.267500', '194528.727500', '194529.187500', '194529.647500', '194530.107500', '194530.567500', '194531.027500', '194531.487500', '194531.947500', '194532.407500', '194532.867500', '194533.327500', '194533.787500', '194534.247500', '194534.707500', '194535.167500', '194535.627500', '194536.087500', '194536.547500', '194537.007500', '194537.467500', '194537.927500', '194538.387500', '194538.847500', '194539.307500', '194539.767500', '194540.227500', '194540.687500', '194541.147500', '194541.607500', '194542.067500', '194542.527500', '194542.987500', '194543.447500', '194543.907500', '194544.367500', '194544.827500', '194545.287500', '194545.747500', '194546.207500', '194546.667500', '194547.127500', '194547.587500', '194548.047500', '194548.507500', '194548.967500', '194549.427500', '194549.887500', '194550.347500', '194550.807500', '194551.267500', '194551.727500', '194552.187500', '194552.647500', '194553.107500', '194553.567500', '194554.027500', '194554.487500', '194554.947500', '194555.407500', '194555.867500', '194556.327500', '194556.787500', '194557.247500', '194557.707500', '194558.167500', '194558.627500', '194559.087500', '194559.547500', '194600.007500', '194600.467500', '194600.927500', '194601.387500', '194601.847500', '194602.307500', '194602.767500', '194603.227500', '194603.687500', '194604.147500', '194604.607500', '194605.067500', '194605.527500', '194605.987500', '194606.447500', '194606.907500', '194607.367500', '194607.827500', '194608.287500', '194608.747500', '194609.207500', '194609.667500', '194610.127500', '194610.587500', '194611.047500', '194611.507500', '194611.967500', '194612.427500', '194612.887500', '194613.347500', '194613.807500', '194614.267500', '194614.727500', '194615.187500', '194615.647500', '194616.107500', '194616.567500', '194617.027500', '194617.487500', '194617.947500', '194618.407500', '194618.867500', '194619.327500', '194619.787500', '194620.247500', '194620.707500', '194621.167500', '194621.627500', '194622.087500', '194622.547500', '194623.007500', '194623.467500', '194623.927500', '194624.387500', '194624.847500', '194625.307500', '194625.767500', '194626.227500', '194626.687500', '194627.147500', '194627.607500', '194628.067500', '194628.527500', '194628.987500', '194629.447500', '194629.907500', '194630.367500', '194630.827500', '194631.287500', '194631.747500', '194632.207500', '194632.667500', '194633.127500', '194633.587500', '194634.047500', '194634.507500', '194634.967500', '194635.427500', '194635.887500', '194636.347500', '194636.807500', '194637.267500', '194637.727500', '194638.187500', '194638.647500', '194639.107500', '194639.567500', '194640.027500', '194640.487500', '194640.947500', '194641.407500', '194641.867500', '194642.327500', '194642.787500', '194643.247500', '194643.707500', '194644.167500', '194644.627500', '194645.087500', '194645.547500', '194646.007500', '194646.467500', '194646.927500', '194647.387500', '194647.847500', '194648.307500', '194648.767500', '194649.227500', '194649.687500', '194650.147500', '194650.607500', '194651.067500', '194651.527500', '194651.987500', '194652.447500', '194652.907500', '194653.367500', '194653.827500', '194654.287500', '194654.747500', '194655.207500', '194655.667500', '194656.127500', '194656.587500', '194657.047500', '194657.507500', '194657.967500', '194658.427500', '194658.887500', '194659.347500', '194659.807500', '194700.267500', '194700.727500', '194701.187500', '194701.647500', '194702.107500', '194702.567500', '194703.027500', '194703.487500', '194703.947500', '194704.407500', '194704.867500', '194705.327500', '194705.787500', '194706.247500', '194706.707500', '194707.167500', '194707.627500', '194708.087500', '194708.547500', '194709.007500', '194709.467500', '194709.927500', '194710.387500', '194710.847500', '194711.307500', '194711.767500', '194712.227500', '194712.687500', '194713.147500', '194713.607500', '194714.067500', '194714.527500', '194714.987500', '194715.447500', '194715.907500', '194716.367500', '194716.827500', '194717.287500', '194717.747500', '194718.207500', '194718.667500', '194719.127500', '194719.587500', '194720.047500', '194720.507500', '194720.967500', '194721.427500', '194721.887500', '194722.347500', '194722.807500', '194723.267500', '194723.727500', '194724.187500', '194724.647500', '194725.107500', '194725.567500', '194726.027500', '194726.487500', '194726.947500', '194727.407500', '194727.867500', '194728.327500', '194728.787500', '194729.247500', '194729.707500', '194730.167500', '194730.627500', '194731.087500', '194731.547500', '194732.007500', '194732.467500', '194732.927500', '194733.387500', '194733.847500', '194734.307500', '194734.767500', '194735.227500', '194735.687500', '194736.147500', '194736.607500', '194737.067500', '194737.527500', '194737.987500', '194738.447500', '194738.907500', '194739.367500', '194739.827500', '194740.287500', '194740.747500', '194741.207500', '194741.667500', '194742.127500', '194742.587500', '194743.047500', '194743.507500', '194743.967500', '194744.427500', '194744.887500', '194745.347500', '194745.807500', '194746.267500', '194746.727500', '194747.187500', '194747.647500', '194748.107500', '194748.567500', '194749.027500', '194749.487500', '194749.947500', '194750.407500', '194750.867500', '194751.327500', '194751.787500', '194752.247500', '194752.707500', '194753.167500', '194753.627500', '194754.087500'], 'ContentTime': ['193945.461000', '193945.464000', '193945.466000', '193945.469000', '193945.472000', '193945.474000', '193945.477000', '193945.479000', '193945.482000', '193945.485000', '193945.487000', '193945.490000', '193945.492000', '193945.495000', '193945.498000', '193945.500000', '193945.503000', '193945.505000', '193945.508000', '193945.510000', '193945.513000', '193945.515000', '193945.523000', '193945.526000', '193945.529000', '193945.531000', '193945.534000', '193945.536000', '193945.539000', '193945.541000', '193945.544000', '193945.546000', '193945.549000', '194005.417000', '194005.421000', '194005.424000', '194005.427000', '194005.430000', '194005.432000', '194005.435000', '194005.437000', '194005.440000', '194005.443000', '194005.445000', '194005.448000', '194005.450000', '194005.453000', '194005.455000', '194005.458000', '194005.460000', '194005.463000', '194005.466000', '194005.473000', '194005.475000', '194005.478000', '194005.489000', '194005.491000', '194005.494000', '194005.496000', '194005.499000', '194005.501000', '194005.504000', '194005.507000', '194005.509000', '194005.512000', '194005.514000', '194005.517000', '194005.519000', '194005.522000', '194005.525000', '194005.527000', '194005.530000', '194005.532000', '194005.535000', '194005.537000', '194005.540000', '194025.417000', '194025.420000', '194025.423000', '194025.425000', '194025.428000', '194025.430000', '194025.433000', '194025.435000', '194025.438000', '194025.440000', '194025.443000', '194025.446000', '194025.448000', '194025.459000', '194025.462000', '194025.464000', '194025.467000', '194025.469000', '194025.472000', '194025.474000', '194025.477000', '194025.479000', '194025.482000', '194025.485000', '194025.487000', '194025.490000', '194025.492000', '194025.495000', '194025.497000', '194025.500000', '194025.502000', '194025.505000', '194025.507000', '194025.510000', '194025.512000', '194025.515000', '194025.518000', '194025.520000', '194025.523000', '194025.525000', '194025.528000', '194025.530000', '194025.533000', '194025.535000', '194045.416000', '194045.419000', '194045.422000', '194045.424000', '194045.427000', '194045.430000', '194045.432000', '194045.435000', '194045.437000', '194045.440000', '194045.443000', '194045.446000', '194045.449000', '194045.452000', '194045.454000', '194045.457000', '194045.459000', '194045.463000', '194045.465000', '194045.468000', '194045.470000', '194045.473000', '194045.475000', '194045.478000', '194045.480000', '194045.483000', '194045.485000', '194045.488000', '194045.491000', '194045.493000', '194045.496000', '194045.498000', '194045.501000', '194045.503000', '194045.506000', '194045.509000', '194045.511000', '194045.514000', '194045.517000', '194045.519000', '194045.522000', '194045.524000', '194045.527000', '194105.417000', '194105.419000', '194105.422000', '194105.424000', '194105.427000', '194105.430000', '194105.432000', '194105.435000', '194105.437000', '194105.440000', '194105.442000', '194105.445000', '194105.448000', '194105.450000', '194105.453000', '194105.455000', '194105.458000', '194105.460000', '194105.463000', '194105.465000', '194105.468000', '194105.471000', '194105.473000', '194105.476000', '194105.478000', '194105.481000', '194105.483000', '194105.486000', '194105.488000', '194105.491000', '194105.494000', '194105.496000', '194105.499000', '194105.501000', '194105.504000', '194105.506000', '194105.509000', '194105.512000', '194105.514000', '194105.517000', '194105.519000', '194105.522000', '194105.524000', '194105.527000', '194125.416000', '194125.419000', '194125.422000', '194125.424000', '194125.427000', '194125.430000', '194125.432000', '194125.435000', '194125.437000', '194125.440000', '194125.442000', '194125.445000', '194125.447000', '194125.450000', '194125.453000', '194125.455000', '194125.458000', '194125.460000', '194125.463000', '194125.465000', '194125.469000', '194125.472000', '194125.475000', '194125.477000', '194125.480000', '194125.483000', '194125.485000', '194125.488000', '194125.490000', '194125.493000', '194125.495000', '194125.498000', '194125.500000', '194125.503000', '194125.506000', '194125.508000', '194125.511000', '194125.514000', '194125.516000', '194125.519000', '194125.521000', '194125.524000', '194125.526000', '194145.417000', '194145.420000', '194145.423000', '194145.425000', '194145.428000', '194145.431000', '194145.433000', '194145.436000', '194145.438000', '194145.441000', '194145.443000', '194145.446000', '194145.449000', '194145.451000', '194145.454000', '194145.456000', '194145.459000', '194145.461000', '194145.485000', '194145.488000', '194145.490000', '194145.493000', '194145.495000', '194145.498000', '194145.501000', '194145.503000', '194145.506000', '194145.508000', '194145.511000', '194145.513000', '194145.516000', '194145.518000', '194145.521000', '194145.524000', '194145.526000', '194145.529000', '194145.532000', '194145.534000', '194145.537000', '194145.539000', '194145.542000', '194145.544000', '194145.547000', '194145.549000', '194205.417000', '194205.420000', '194205.423000', '194205.426000', '194205.428000', '194205.431000', '194205.433000', '194205.436000', '194205.438000', '194205.441000', '194205.443000', '194205.446000', '194205.448000', '194205.451000', '194205.454000', '194205.456000', '194205.459000', '194205.461000', '194205.464000', '194205.467000', '194205.470000', '194205.473000', '194205.475000', '194205.478000', '194205.480000', '194205.483000', '194205.486000', '194205.488000', '194205.491000', '194205.493000', '194205.496000', '194205.498000', '194205.502000', '194205.504000', '194205.507000', '194205.510000', '194205.512000', '194205.515000', '194205.524000', '194205.526000', '194205.529000', '194205.532000', '194205.534000', '194225.417000', '194225.420000', '194225.423000', '194225.426000', '194225.428000', '194225.431000', '194225.433000', '194225.436000', '194225.438000', '194225.441000', '194225.443000', '194225.446000', '194225.449000', '194225.451000', '194225.454000', '194225.456000', '194225.459000', '194225.462000', '194225.464000', '194225.467000', '194225.469000', '194225.472000', '194225.474000', '194225.477000', '194225.480000', '194225.482000', '194225.485000', '194225.487000', '194225.490000', '194225.492000', '194225.495000', '194225.497000', '194225.500000', '194225.503000', '194225.505000', '194225.508000', '194225.510000', '194225.513000', '194225.515000', '194225.518000', '194225.520000', '194225.523000', '194225.525000', '194225.528000', '194245.417000', '194245.420000', '194245.423000', '194245.425000', '194245.428000', '194245.431000', '194245.433000', '194245.436000', '194245.438000', '194245.441000', '194245.443000', '194245.446000', '194245.448000', '194245.451000', '194245.453000', '194245.456000', '194245.459000', '194245.461000', '194245.464000', '194245.466000', '194245.469000', '194245.472000', '194245.474000', '194245.477000', '194245.479000', '194245.482000', '194245.485000', '194245.487000', '194245.490000', '194245.492000', '194245.495000', '194245.498000', '194245.501000', '194245.504000', '194245.507000', '194245.509000', '194245.512000', '194245.514000', '194245.517000', '194245.519000', '194245.522000', '194245.525000', '194245.527000', '194305.417000', '194305.419000', '194305.422000', '194305.424000', '194305.427000', '194305.430000', '194305.432000', '194305.435000', '194305.437000', '194305.440000', '194305.442000', '194305.445000', '194305.448000', '194305.450000', '194305.453000', '194305.456000', '194305.458000', '194305.461000', '194305.463000', '194305.466000', '194305.468000', '194305.471000', '194305.474000', '194305.476000', '194305.479000', '194305.481000', '194305.484000', '194305.486000', '194305.489000', '194305.492000', '194305.494000', '194305.497000', '194305.499000', '194305.502000', '194305.504000', '194305.507000', '194305.510000', '194305.512000', '194305.515000', '194305.517000', '194305.520000', '194305.522000', '194305.525000', '194325.445000', '194325.448000', '194325.451000', '194325.453000', '194325.456000', '194325.459000', '194325.461000', '194325.464000', '194325.466000', '194325.469000', '194325.471000', '194325.474000', '194325.476000', '194325.479000', '194325.482000', '194325.484000', '194325.487000', '194325.489000', '194325.492000', '194325.494000', '194325.497000', '194325.499000', '194325.502000', '194325.505000', '194325.507000', '194325.510000', '194325.512000', '194325.515000', '194325.517000', '194325.520000', '194325.522000', '194325.525000', '194325.528000', '194325.530000', '194325.533000', '194325.535000', '194325.538000', '194325.541000', '194325.544000', '194325.547000', '194325.549000', '194325.552000', '194325.554000', '194325.557000', '194345.416000', '194345.419000', '194345.422000', '194345.424000', '194345.427000', '194345.429000', '194345.432000', '194345.435000', '194345.437000', '194345.440000', '194345.442000', '194345.445000', '194345.447000', '194345.450000', '194345.452000', '194345.455000', '194345.458000', '194345.460000', '194345.463000', '194345.465000', '194345.468000', '194345.470000', '194345.473000', '194345.475000', '194345.478000', '194345.481000', '194345.483000', '194345.486000', '194345.489000', '194345.491000', '194345.494000', '194345.496000', '194345.499000', '194345.501000', '194345.504000', '194345.506000', '194345.509000', '194345.512000', '194345.514000', '194345.517000', '194345.519000', '194345.522000', '194345.525000', '194345.527000', '194405.418000', '194405.420000', '194405.423000', '194405.426000', '194405.428000', '194405.431000', '194405.433000', '194405.436000', '194405.438000', '194405.441000', '194405.444000', '194405.446000', '194405.449000', '194405.451000', '194405.454000', '194405.456000', '194405.459000', '194405.462000', '194405.464000', '194405.467000', '194405.469000', '194405.472000', '194405.474000', '194405.477000', '194405.479000', '194405.482000', '194405.485000', '194405.487000', '194405.490000', '194405.492000', '194405.495000', '194405.497000', '194405.500000', '194405.502000', '194405.505000', '194405.508000', '194405.510000', '194405.513000', '194405.515000', '194405.518000', '194405.520000', '194405.523000', '194405.526000', '194425.418000', '194425.420000', '194425.423000', '194425.426000', '194425.428000', '194425.431000', '194425.433000', '194425.436000', '194425.439000', '194425.441000', '194425.444000', '194425.446000', '194425.449000', '194425.452000', '194425.454000', '194425.457000', '194425.459000', '194425.462000', '194425.464000', '194425.467000', '194425.469000', '194425.472000', '194425.475000', '194425.477000', '194425.480000', '194425.482000', '194425.485000', '194425.488000', '194425.490000', '194425.493000', '194425.495000', '194425.498000', '194425.500000', '194425.503000', '194425.505000', '194425.508000', '194425.511000', '194425.513000', '194425.516000', '194425.518000', '194425.521000', '194425.523000', '194425.526000', '194425.529000', '194445.418000', '194445.421000', '194445.423000', '194445.426000', '194445.428000', '194445.431000', '194445.433000', '194445.436000', '194445.438000', '194445.441000', '194445.444000', '194445.446000', '194445.449000', '194445.451000', '194445.454000', '194445.457000', '194445.459000', '194445.462000', '194445.464000', '194445.467000', '194445.469000', '194445.472000', '194445.475000', '194445.477000', '194445.487000', '194445.490000', '194445.492000', '194445.495000', '194445.498000', '194445.500000', '194445.503000', '194445.505000', '194445.508000', '194445.510000', '194445.513000', '194445.515000', '194445.518000', '194445.521000', '194445.523000', '194445.526000', '194445.528000', '194445.531000', '194445.533000', '194505.418000', '194505.420000', '194505.423000', '194505.426000', '194505.428000', '194505.431000', '194505.433000', '194505.436000', '194505.438000', '194505.441000', '194505.443000', '194505.446000', '194505.449000', '194505.451000', '194505.454000', '194505.456000', '194505.459000', '194505.462000', '194505.464000', '194505.467000', '194505.469000', '194505.472000', '194505.474000', '194505.477000', '194505.480000', '194505.482000', '194505.485000', '194505.487000', '194505.490000', '194505.493000', '194505.495000', '194505.498000', '194505.500000', '194505.503000', '194505.505000', '194505.508000', '194505.510000', '194505.513000', '194505.516000', '194505.518000', '194505.521000', '194505.523000', '194505.526000', '194505.528000', '194525.416000', '194525.419000', '194525.422000', '194525.424000', '194525.427000', '194525.429000', '194525.432000', '194525.435000', '194525.437000', '194525.440000', '194525.442000', '194525.445000', '194525.448000', '194525.450000', '194525.453000', '194525.455000', '194525.458000', '194525.460000', '194525.463000', '194525.465000', '194525.468000', '194525.471000', '194525.473000', '194525.476000', '194525.478000', '194525.481000', '194525.483000', '194525.486000', '194525.488000', '194525.491000', '194525.494000', '194525.496000', '194525.499000', '194525.501000', '194525.504000', '194525.506000', '194525.509000', '194525.511000', '194525.514000', '194525.517000', '194525.519000', '194525.522000', '194525.524000', '194545.416000', '194545.419000', '194545.422000', '194545.424000', '194545.427000', '194545.429000', '194545.432000', '194545.435000', '194545.439000', '194545.441000', '194545.444000', '194545.446000', '194545.449000', '194545.451000', '194545.454000', '194545.457000', '194545.459000', '194545.462000', '194545.464000', '194545.467000', '194545.469000', '194545.472000', '194545.475000', '194545.477000', '194545.480000', '194545.482000', '194545.485000', '194545.488000', '194545.490000', '194545.493000', '194545.495000', '194545.498000', '194545.500000', '194545.503000', '194545.505000', '194545.508000', '194545.511000', '194545.513000', '194545.516000', '194545.518000', '194545.521000', '194545.523000', '194545.526000', '194545.528000', '194605.417000', '194605.419000', '194605.422000', '194605.424000', '194605.427000', '194605.430000', '194605.432000', '194605.435000', '194605.437000', '194605.440000', '194605.442000', '194605.445000', '194605.447000', '194605.450000', '194605.453000', '194605.455000', '194605.458000', '194605.460000', '194605.463000', '194605.465000', '194605.468000', '194605.471000', '194605.473000', '194605.476000', '194605.478000', '194605.481000', '194605.483000', '194605.486000', '194605.488000', '194605.491000', '194605.493000', '194605.496000', '194605.499000', '194605.501000', '194605.504000', '194605.513000', '194605.516000', '194605.518000', '194605.521000', '194605.524000', '194605.526000', '194605.529000', '194605.531000', '194625.417000', '194625.420000', '194625.423000', '194625.425000', '194625.428000', '194625.431000', '194625.433000', '194625.441000', '194625.443000', '194625.446000', '194625.448000', '194625.451000', '194625.453000', '194625.456000', '194625.459000', '194625.461000', '194625.464000', '194625.466000', '194625.469000', '194625.471000', '194625.474000', '194625.477000', '194625.479000', '194625.482000', '194625.484000', '194625.487000', '194625.490000', '194625.492000', '194625.495000', '194625.497000', '194625.500000', '194625.502000', '194625.505000', '194625.508000', '194625.510000', '194625.513000', '194625.515000', '194625.518000', '194625.521000', '194625.523000', '194625.526000', '194625.528000', '194625.531000', '194625.534000', '194645.417000', '194645.420000', '194645.423000', '194645.425000', '194645.428000', '194645.431000', '194645.433000', '194645.436000', '194645.438000', '194645.441000', '194645.443000', '194645.446000', '194645.449000', '194645.451000', '194645.454000', '194645.456000', '194645.459000', '194645.461000', '194645.464000', '194645.466000', '194645.469000', '194645.472000', '194645.474000', '194645.477000', '194645.479000', '194645.482000', '194645.484000', '194645.487000', '194645.490000', '194645.492000', '194645.495000', '194645.497000', '194645.500000', '194645.503000', '194645.505000', '194645.508000', '194645.510000', '194645.513000', '194645.516000', '194645.518000', '194645.521000', '194645.523000', '194645.526000', '194705.417000', '194705.421000', '194705.423000', '194705.426000', '194705.429000', '194705.431000', '194705.434000', '194705.436000', '194705.439000', '194705.442000', '194705.444000', '194705.447000', '194705.449000', '194705.452000', '194705.454000', '194705.457000', '194705.459000', '194705.462000', '194705.465000', '194705.467000', '194705.470000', '194705.472000', '194705.475000', '194705.477000', '194705.480000', '194705.483000', '194705.485000', '194705.488000', '194705.490000', '194705.493000', '194705.495000', '194705.498000', '194705.501000', '194705.503000', '194705.506000', '194705.508000', '194705.511000', '194705.514000', '194705.516000', '194705.519000', '194705.521000', '194705.524000', '194705.526000', '194705.529000', '194725.418000', '194725.420000', '194725.423000', '194725.426000', '194725.428000', '194725.431000', '194725.433000', '194725.436000', '194725.439000', '194725.441000', '194725.444000', '194725.446000', '194725.449000', '194725.451000', '194725.454000', '194725.457000', '194725.459000', '194725.462000', '194725.464000', '194725.467000', '194725.470000', '194725.472000', '194725.475000', '194725.477000', '194725.480000', '194725.482000', '194725.485000', '194725.487000', '194725.490000', '194725.493000', '194725.495000', '194725.527000', '194725.529000', '194725.532000', '194725.534000', '194725.537000', '194725.540000', '194725.542000', '194725.545000', '194725.547000', '194725.550000', '194725.552000', '194725.555000', '194745.416000', '194745.419000', '194745.422000', '194745.425000', '194745.427000', '194745.430000', '194745.433000', '194745.435000', '194745.438000', '194745.440000', '194745.443000', '194745.445000', '194745.448000', '194745.451000', '194745.453000', '194745.456000', '194745.458000', '194745.461000', '194745.464000', '194745.466000', '194745.469000', '194745.471000', '194745.474000', '194745.482000', '194745.484000', '194745.487000', '194745.490000', '194745.492000', '194745.495000', '194745.497000', '194745.500000', '194745.503000', '194745.505000', '194745.508000', '194745.510000', '194745.513000', '194745.515000', '194745.518000', '194745.521000', '194745.523000', '194745.526000', '194745.528000', '194745.531000', '194755.102000', '194755.107000', '194755.110000', '194755.113000', '194755.116000', '194755.119000', '194755.122000', '194755.124000', '194755.127000', '194755.130000', '194755.133000', '194755.136000', '194755.138000', '194755.141000', '194755.145000', '194755.149000', '194755.152000', '194755.155000', '194755.157000', '194755.161000', '194755.163000', '194755.166000'], 'InstanceCreationTime': ['193945.461000', '193945.464000', '193945.466000', '193945.469000', '193945.472000', '193945.474000', '193945.477000', '193945.479000', '193945.482000', '193945.485000', '193945.487000', '193945.490000', '193945.492000', '193945.495000', '193945.498000', '193945.500000', '193945.503000', '193945.505000', '193945.508000', '193945.510000', '193945.513000', '193945.515000', '193945.523000', '193945.526000', '193945.529000', '193945.531000', '193945.534000', '193945.536000', '193945.539000', '193945.541000', '193945.544000', '193945.546000', '193945.549000', '194005.417000', '194005.421000', '194005.424000', '194005.427000', '194005.430000', '194005.432000', '194005.435000', '194005.437000', '194005.440000', '194005.443000', '194005.445000', '194005.448000', '194005.450000', '194005.453000', '194005.455000', '194005.458000', '194005.460000', '194005.463000', '194005.466000', '194005.473000', '194005.475000', '194005.478000', '194005.489000', '194005.491000', '194005.494000', '194005.496000', '194005.499000', '194005.501000', '194005.504000', '194005.507000', '194005.509000', '194005.512000', '194005.514000', '194005.517000', '194005.519000', '194005.522000', '194005.525000', '194005.527000', '194005.530000', '194005.532000', '194005.535000', '194005.537000', '194005.540000', '194025.417000', '194025.420000', '194025.423000', '194025.425000', '194025.428000', '194025.430000', '194025.433000', '194025.435000', '194025.438000', '194025.440000', '194025.443000', '194025.446000', '194025.448000', '194025.459000', '194025.462000', '194025.464000', '194025.467000', '194025.469000', '194025.472000', '194025.474000', '194025.477000', '194025.479000', '194025.482000', '194025.485000', '194025.487000', '194025.490000', '194025.492000', '194025.495000', '194025.497000', '194025.500000', '194025.502000', '194025.505000', '194025.507000', '194025.510000', '194025.512000', '194025.515000', '194025.518000', '194025.520000', '194025.523000', '194025.525000', '194025.528000', '194025.530000', '194025.533000', '194025.535000', '194045.416000', '194045.419000', '194045.422000', '194045.424000', '194045.427000', '194045.430000', '194045.432000', '194045.435000', '194045.437000', '194045.440000', '194045.443000', '194045.446000', '194045.449000', '194045.452000', '194045.454000', '194045.457000', '194045.459000', '194045.463000', '194045.465000', '194045.468000', '194045.470000', '194045.473000', '194045.475000', '194045.478000', '194045.480000', '194045.483000', '194045.485000', '194045.488000', '194045.491000', '194045.493000', '194045.496000', '194045.498000', '194045.501000', '194045.503000', '194045.506000', '194045.509000', '194045.511000', '194045.514000', '194045.517000', '194045.519000', '194045.522000', '194045.524000', '194045.527000', '194105.417000', '194105.419000', '194105.422000', '194105.424000', '194105.427000', '194105.430000', '194105.432000', '194105.435000', '194105.437000', '194105.440000', '194105.442000', '194105.445000', '194105.448000', '194105.450000', '194105.453000', '194105.455000', '194105.458000', '194105.460000', '194105.463000', '194105.465000', '194105.468000', '194105.471000', '194105.473000', '194105.476000', '194105.478000', '194105.481000', '194105.483000', '194105.486000', '194105.488000', '194105.491000', '194105.494000', '194105.496000', '194105.499000', '194105.501000', '194105.504000', '194105.506000', '194105.509000', '194105.512000', '194105.514000', '194105.517000', '194105.519000', '194105.522000', '194105.524000', '194105.527000', '194125.416000', '194125.419000', '194125.422000', '194125.424000', '194125.427000', '194125.430000', '194125.432000', '194125.435000', '194125.437000', '194125.440000', '194125.442000', '194125.445000', '194125.447000', '194125.450000', '194125.453000', '194125.455000', '194125.458000', '194125.460000', '194125.463000', '194125.465000', '194125.469000', '194125.472000', '194125.475000', '194125.477000', '194125.480000', '194125.483000', '194125.485000', '194125.488000', '194125.490000', '194125.493000', '194125.495000', '194125.498000', '194125.500000', '194125.503000', '194125.506000', '194125.508000', '194125.511000', '194125.514000', '194125.516000', '194125.519000', '194125.521000', '194125.524000', '194125.526000', '194145.417000', '194145.420000', '194145.423000', '194145.425000', '194145.428000', '194145.431000', '194145.433000', '194145.436000', '194145.438000', '194145.441000', '194145.443000', '194145.446000', '194145.449000', '194145.451000', '194145.454000', '194145.456000', '194145.459000', '194145.461000', '194145.485000', '194145.488000', '194145.490000', '194145.493000', '194145.495000', '194145.498000', '194145.501000', '194145.503000', '194145.506000', '194145.508000', '194145.511000', '194145.513000', '194145.516000', '194145.518000', '194145.521000', '194145.524000', '194145.526000', '194145.529000', '194145.532000', '194145.534000', '194145.537000', '194145.539000', '194145.542000', '194145.544000', '194145.547000', '194145.549000', '194205.417000', '194205.420000', '194205.423000', '194205.426000', '194205.428000', '194205.431000', '194205.433000', '194205.436000', '194205.438000', '194205.441000', '194205.443000', '194205.446000', '194205.448000', '194205.451000', '194205.454000', '194205.456000', '194205.459000', '194205.461000', '194205.464000', '194205.467000', '194205.470000', '194205.473000', '194205.475000', '194205.478000', '194205.480000', '194205.483000', '194205.486000', '194205.488000', '194205.491000', '194205.493000', '194205.496000', '194205.498000', '194205.502000', '194205.504000', '194205.507000', '194205.510000', '194205.512000', '194205.515000', '194205.524000', '194205.526000', '194205.529000', '194205.532000', '194205.534000', '194225.417000', '194225.420000', '194225.423000', '194225.426000', '194225.428000', '194225.431000', '194225.433000', '194225.436000', '194225.438000', '194225.441000', '194225.443000', '194225.446000', '194225.449000', '194225.451000', '194225.454000', '194225.456000', '194225.459000', '194225.462000', '194225.464000', '194225.467000', '194225.469000', '194225.472000', '194225.474000', '194225.477000', '194225.480000', '194225.482000', '194225.485000', '194225.487000', '194225.490000', '194225.492000', '194225.495000', '194225.497000', '194225.500000', '194225.503000', '194225.505000', '194225.508000', '194225.510000', '194225.513000', '194225.515000', '194225.518000', '194225.520000', '194225.523000', '194225.525000', '194225.528000', '194245.417000', '194245.420000', '194245.423000', '194245.425000', '194245.428000', '194245.431000', '194245.433000', '194245.436000', '194245.438000', '194245.441000', '194245.443000', '194245.446000', '194245.448000', '194245.451000', '194245.453000', '194245.456000', '194245.459000', '194245.461000', '194245.464000', '194245.466000', '194245.469000', '194245.472000', '194245.474000', '194245.477000', '194245.479000', '194245.482000', '194245.485000', '194245.487000', '194245.490000', '194245.492000', '194245.495000', '194245.498000', '194245.501000', '194245.504000', '194245.507000', '194245.509000', '194245.512000', '194245.514000', '194245.517000', '194245.519000', '194245.522000', '194245.525000', '194245.527000', '194305.417000', '194305.419000', '194305.422000', '194305.424000', '194305.427000', '194305.430000', '194305.432000', '194305.435000', '194305.437000', '194305.440000', '194305.442000', '194305.445000', '194305.448000', '194305.450000', '194305.453000', '194305.456000', '194305.458000', '194305.461000', '194305.463000', '194305.466000', '194305.468000', '194305.471000', '194305.474000', '194305.476000', '194305.479000', '194305.481000', '194305.484000', '194305.486000', '194305.489000', '194305.492000', '194305.494000', '194305.497000', '194305.499000', '194305.502000', '194305.504000', '194305.507000', '194305.510000', '194305.512000', '194305.515000', '194305.517000', '194305.520000', '194305.522000', '194305.525000', '194325.445000', '194325.448000', '194325.451000', '194325.453000', '194325.456000', '194325.459000', '194325.461000', '194325.464000', '194325.466000', '194325.469000', '194325.471000', '194325.474000', '194325.476000', '194325.479000', '194325.482000', '194325.484000', '194325.487000', '194325.489000', '194325.492000', '194325.494000', '194325.497000', '194325.499000', '194325.502000', '194325.505000', '194325.507000', '194325.510000', '194325.512000', '194325.515000', '194325.517000', '194325.520000', '194325.522000', '194325.525000', '194325.528000', '194325.530000', '194325.533000', '194325.535000', '194325.538000', '194325.541000', '194325.544000', '194325.547000', '194325.549000', '194325.552000', '194325.554000', '194325.557000', '194345.416000', '194345.419000', '194345.422000', '194345.424000', '194345.427000', '194345.429000', '194345.432000', '194345.435000', '194345.437000', '194345.440000', '194345.442000', '194345.445000', '194345.447000', '194345.450000', '194345.452000', '194345.455000', '194345.458000', '194345.460000', '194345.463000', '194345.465000', '194345.468000', '194345.470000', '194345.473000', '194345.475000', '194345.478000', '194345.481000', '194345.483000', '194345.486000', '194345.489000', '194345.491000', '194345.494000', '194345.496000', '194345.499000', '194345.501000', '194345.504000', '194345.506000', '194345.509000', '194345.512000', '194345.514000', '194345.517000', '194345.519000', '194345.522000', '194345.525000', '194345.527000', '194405.418000', '194405.420000', '194405.423000', '194405.426000', '194405.428000', '194405.431000', '194405.433000', '194405.436000', '194405.438000', '194405.441000', '194405.444000', '194405.446000', '194405.449000', '194405.451000', '194405.454000', '194405.456000', '194405.459000', '194405.462000', '194405.464000', '194405.467000', '194405.469000', '194405.472000', '194405.474000', '194405.477000', '194405.479000', '194405.482000', '194405.485000', '194405.487000', '194405.490000', '194405.492000', '194405.495000', '194405.497000', '194405.500000', '194405.502000', '194405.505000', '194405.508000', '194405.510000', '194405.513000', '194405.515000', '194405.518000', '194405.520000', '194405.523000', '194405.526000', '194425.418000', '194425.420000', '194425.423000', '194425.426000', '194425.428000', '194425.431000', '194425.433000', '194425.436000', '194425.439000', '194425.441000', '194425.444000', '194425.446000', '194425.449000', '194425.452000', '194425.454000', '194425.457000', '194425.459000', '194425.462000', '194425.464000', '194425.467000', '194425.469000', '194425.472000', '194425.475000', '194425.477000', '194425.480000', '194425.482000', '194425.485000', '194425.488000', '194425.490000', '194425.493000', '194425.495000', '194425.498000', '194425.500000', '194425.503000', '194425.505000', '194425.508000', '194425.511000', '194425.513000', '194425.516000', '194425.518000', '194425.521000', '194425.523000', '194425.526000', '194425.529000', '194445.418000', '194445.421000', '194445.423000', '194445.426000', '194445.428000', '194445.431000', '194445.433000', '194445.436000', '194445.438000', '194445.441000', '194445.444000', '194445.446000', '194445.449000', '194445.451000', '194445.454000', '194445.457000', '194445.459000', '194445.462000', '194445.464000', '194445.467000', '194445.469000', '194445.472000', '194445.475000', '194445.477000', '194445.487000', '194445.490000', '194445.492000', '194445.495000', '194445.498000', '194445.500000', '194445.503000', '194445.505000', '194445.508000', '194445.510000', '194445.513000', '194445.515000', '194445.518000', '194445.521000', '194445.523000', '194445.526000', '194445.528000', '194445.531000', '194445.533000', '194505.418000', '194505.420000', '194505.423000', '194505.426000', '194505.428000', '194505.431000', '194505.433000', '194505.436000', '194505.438000', '194505.441000', '194505.443000', '194505.446000', '194505.449000', '194505.451000', '194505.454000', '194505.456000', '194505.459000', '194505.462000', '194505.464000', '194505.467000', '194505.469000', '194505.472000', '194505.474000', '194505.477000', '194505.480000', '194505.482000', '194505.485000', '194505.487000', '194505.490000', '194505.493000', '194505.495000', '194505.498000', '194505.500000', '194505.503000', '194505.505000', '194505.508000', '194505.510000', '194505.513000', '194505.516000', '194505.518000', '194505.521000', '194505.523000', '194505.526000', '194505.528000', '194525.416000', '194525.419000', '194525.422000', '194525.424000', '194525.427000', '194525.429000', '194525.432000', '194525.435000', '194525.437000', '194525.440000', '194525.442000', '194525.445000', '194525.448000', '194525.450000', '194525.453000', '194525.455000', '194525.458000', '194525.460000', '194525.463000', '194525.465000', '194525.468000', '194525.471000', '194525.473000', '194525.476000', '194525.478000', '194525.481000', '194525.483000', '194525.486000', '194525.488000', '194525.491000', '194525.494000', '194525.496000', '194525.499000', '194525.501000', '194525.504000', '194525.506000', '194525.509000', '194525.511000', '194525.514000', '194525.517000', '194525.519000', '194525.522000', '194525.524000', '194545.416000', '194545.419000', '194545.422000', '194545.424000', '194545.427000', '194545.429000', '194545.432000', '194545.435000', '194545.439000', '194545.441000', '194545.444000', '194545.446000', '194545.449000', '194545.451000', '194545.454000', '194545.457000', '194545.459000', '194545.462000', '194545.464000', '194545.467000', '194545.469000', '194545.472000', '194545.475000', '194545.477000', '194545.480000', '194545.482000', '194545.485000', '194545.488000', '194545.490000', '194545.493000', '194545.495000', '194545.498000', '194545.500000', '194545.503000', '194545.505000', '194545.508000', '194545.511000', '194545.513000', '194545.516000', '194545.518000', '194545.521000', '194545.523000', '194545.526000', '194545.528000', '194605.417000', '194605.419000', '194605.422000', '194605.424000', '194605.427000', '194605.430000', '194605.432000', '194605.435000', '194605.437000', '194605.440000', '194605.442000', '194605.445000', '194605.447000', '194605.450000', '194605.453000', '194605.455000', '194605.458000', '194605.460000', '194605.463000', '194605.465000', '194605.468000', '194605.471000', '194605.473000', '194605.476000', '194605.478000', '194605.481000', '194605.483000', '194605.486000', '194605.488000', '194605.491000', '194605.493000', '194605.496000', '194605.499000', '194605.501000', '194605.504000', '194605.513000', '194605.516000', '194605.518000', '194605.521000', '194605.524000', '194605.526000', '194605.529000', '194605.531000', '194625.417000', '194625.420000', '194625.423000', '194625.425000', '194625.428000', '194625.431000', '194625.433000', '194625.441000', '194625.443000', '194625.446000', '194625.448000', '194625.451000', '194625.453000', '194625.456000', '194625.459000', '194625.461000', '194625.464000', '194625.466000', '194625.469000', '194625.471000', '194625.474000', '194625.477000', '194625.479000', '194625.482000', '194625.484000', '194625.487000', '194625.490000', '194625.492000', '194625.495000', '194625.497000', '194625.500000', '194625.502000', '194625.505000', '194625.508000', '194625.510000', '194625.513000', '194625.515000', '194625.518000', '194625.521000', '194625.523000', '194625.526000', '194625.528000', '194625.531000', '194625.534000', '194645.417000', '194645.420000', '194645.423000', '194645.425000', '194645.428000', '194645.431000', '194645.433000', '194645.436000', '194645.438000', '194645.441000', '194645.443000', '194645.446000', '194645.449000', '194645.451000', '194645.454000', '194645.456000', '194645.459000', '194645.461000', '194645.464000', '194645.466000', '194645.469000', '194645.472000', '194645.474000', '194645.477000', '194645.479000', '194645.482000', '194645.484000', '194645.487000', '194645.490000', '194645.492000', '194645.495000', '194645.497000', '194645.500000', '194645.503000', '194645.505000', '194645.508000', '194645.510000', '194645.513000', '194645.516000', '194645.518000', '194645.521000', '194645.523000', '194645.526000', '194705.417000', '194705.421000', '194705.423000', '194705.426000', '194705.429000', '194705.431000', '194705.434000', '194705.436000', '194705.439000', '194705.442000', '194705.444000', '194705.447000', '194705.449000', '194705.452000', '194705.454000', '194705.457000', '194705.459000', '194705.462000', '194705.465000', '194705.467000', '194705.470000', '194705.472000', '194705.475000', '194705.477000', '194705.480000', '194705.483000', '194705.485000', '194705.488000', '194705.490000', '194705.493000', '194705.495000', '194705.498000', '194705.501000', '194705.503000', '194705.506000', '194705.508000', '194705.511000', '194705.514000', '194705.516000', '194705.519000', '194705.521000', '194705.524000', '194705.526000', '194705.529000', '194725.418000', '194725.420000', '194725.423000', '194725.426000', '194725.428000', '194725.431000', '194725.433000', '194725.436000', '194725.439000', '194725.441000', '194725.444000', '194725.446000', '194725.449000', '194725.451000', '194725.454000', '194725.457000', '194725.459000', '194725.462000', '194725.464000', '194725.467000', '194725.470000', '194725.472000', '194725.475000', '194725.477000', '194725.480000', '194725.482000', '194725.485000', '194725.487000', '194725.490000', '194725.493000', '194725.495000', '194725.527000', '194725.529000', '194725.532000', '194725.534000', '194725.537000', '194725.540000', '194725.542000', '194725.545000', '194725.547000', '194725.550000', '194725.552000', '194725.555000', '194745.416000', '194745.419000', '194745.422000', '194745.425000', '194745.427000', '194745.430000', '194745.433000', '194745.435000', '194745.438000', '194745.440000', '194745.443000', '194745.445000', '194745.448000', '194745.451000', '194745.453000', '194745.456000', '194745.458000', '194745.461000', '194745.464000', '194745.466000', '194745.469000', '194745.471000', '194745.474000', '194745.482000', '194745.484000', '194745.487000', '194745.490000', '194745.492000', '194745.495000', '194745.497000', '194745.500000', '194745.503000', '194745.505000', '194745.508000', '194745.510000', '194745.513000', '194745.515000', '194745.518000', '194745.521000', '194745.523000', '194745.526000', '194745.528000', '194745.531000', '194755.102000', '194755.107000', '194755.110000', '194755.113000', '194755.116000', '194755.119000', '194755.122000', '194755.124000', '194755.127000', '194755.130000', '194755.133000', '194755.136000', '194755.138000', '194755.141000', '194755.145000', '194755.149000', '194755.152000', '194755.155000', '194755.157000', '194755.161000', '194755.163000', '194755.166000'], '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, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [8225, 11078, 8135, 8741, 10186, 8121, 9203, 8754, 8506, 10354, 8201, 9522, 7838, 8185, 8402, 8235, 7469, 7992, 9834, 8136, 9784, 14477, 8103, 9348, 12675, 8190, 11158, 9335, 8320, 9803, 8713, 10665, 7940, 8300, 7936, 8348, 8121, 9176, 12732, 7862, 8629, 13219, 8101, 7967, 11989, 7996, 8547, 8061, 7846, 8747, 8019, 7947, 9443, 8209, 7762, 9830, 8051, 7852, 8418, 8058, 8794, 8008, 8016, 9153, 7927, 8715, 8112, 8360, 11653, 8212, 8001, 8319, 8832, 8188, 11227, 15027, 9382, 9415, 13071, 7952, 8810, 12736, 8161, 11338, 8294, 7595, 10540, 7783, 7824, 12042, 8075, 7730, 9457, 7634, 8672, 8003, 7890, 10481, 7806, 7776, 10267, 7779, 8508, 7986, 7900, 10282, 8146, 8151, 8060, 7883, 9909, 7904, 8596, 8576, 7961, 10272, 8087, 7933, 11398, 8322, 10283, 8854, 8332, 11259, 7883, 8822, 7861, 9112, 7847, 9735, 14290, 8013, 9013, 13132, 8084, 9312, 10502, 7801, 9448, 7959, 8095, 9507, 7777, 8244, 10310, 7884, 7680, 8010, 8140, 8514, 7888, 8411, 9468, 7988, 7708, 7714, 8219, 10227, 7969, 8310, 11010, 8212, 8329, 11282, 8296, 10063, 9802, 8081, 9745, 9079, 8159, 10066, 7674, 8698, 10551, 8262, 8245, 7535, 8052, 8966, 8389, 8427, 10111, 8054, 8581, 9626, 8080, 8285, 10080, 8175, 8669, 8603, 8395, 9335, 7987, 8692, 10137, 8409, 9227, 8539, 7997, 10536, 8169, 8231, 8304, 8286, 8833, 10298, 14773, 8797, 10352, 13772, 8326, 8747, 13185, 8380, 8995, 8148, 8225, 8846, 8655, 8400, 9823, 7815, 8715, 9839, 8262, 8256, 7119, 8760, 9349, 7842, 8767, 10223, 8202, 8255, 8598, 8592, 10086, 7894, 8880, 10361, 8539, 8618, 8484, 8600, 10636, 7932, 8931, 9920, 8363, 8453, 8658, 9026, 9813, 8103, 8972, 7654, 8490, 9301, 9455, 9381, 9770, 9051, 9876, 8691, 8750, 8707, 8789, 8642, 9872, 13697, 8514, 8279, 12119, 8149, 8230, 13715, 8165, 9657, 8649, 7978, 10722, 8900, 8089, 11379, 8030, 7854, 11410, 8198, 8860, 10113, 8011, 9384, 8619, 7911, 9463, 8807, 8404, 10319, 8146, 8052, 8678, 8133, 8671, 8656, 8458, 9930, 8148, 8443, 9859, 8165, 8035, 8644, 8487, 9894, 8185, 8402, 10618, 8080, 8083, 8679, 8371, 9960, 7973, 8227, 9667, 7858, 8518, 9516, 8289, 10137, 8345, 8192, 10321, 7880, 8556, 10545, 8188, 9885, 8149, 8720, 10478, 8005, 8363, 10671, 8268, 9022, 9062, 8429, 9554, 8051, 8855, 10233, 8241, 8287, 7720, 8207, 8879, 7862, 8747, 9046, 8156, 9384, 8348, 8363, 10242, 8353, 9424, 7981, 7887, 10356, 8501, 8264, 10788, 8278, 8413, 11432, 8131, 8009, 10118, 7937, 8851, 8411, 8334, 9185, 8096, 8453, 9541, 8368, 8332, 7943, 8471, 9539, 8098, 8267, 10635, 8388, 8621, 12448, 8064, 8340, 8119, 8095, 9684, 8857, 8509, 10615, 8278, 8060, 8411, 8008, 9248, 8688, 8625, 9663, 8433, 8267, 8106, 8165, 8140, 9008, 8450, 9590, 8309, 8102, 10166, 8033, 8760, 7484, 8832, 10250, 8245, 7436, 8160, 8288, 8099, 10264, 14903, 9161, 11166, 7923, 7481, 8319, 7888, 8178, 7979, 13356, 13966, 8055, 11279, 9100, 8119, 9335, 8136, 8028, 9392, 8162, 8253, 10109, 7988, 8892, 9630, 8098, 7980, 8983, 8097, 8582, 8275, 9035, 10073, 8097, 8187, 8284, 8243, 9895, 8158, 8668, 10766, 8219, 8869, 9752, 8212, 9299, 8470, 8486, 10308, 8059, 8318, 10731, 8013, 8001, 9247, 7959, 9901, 8784, 7944, 10523, 7844, 8181, 10560, 8024, 8571, 8366, 8058, 9728, 8072, 8414, 10265, 8312, 8481, 9323, 8297, 9604, 8923, 8443, 10119, 8164, 8790, 10265, 8205, 9377, 9128, 8403, 9563, 8075, 8850, 10244, 8213, 8310, 8710, 8333, 9296, 8160, 8921, 9858, 8363, 8283, 9336, 8157, 8539, 8486, 8412, 10606, 8349, 8117, 11240, 8221, 9566, 8557, 8090, 10443, 8155, 8268, 10950, 8258, 9297, 8129, 8082, 9931, 8698, 8358, 10619, 7913, 8310, 8398, 8536, 8836, 8099, 7853, 8425, 7650, 8445, 7764, 7547, 8707, 8483, 7832, 8386, 8323, 12041, 14212, 8422, 11281, 8189, 7933, 9189, 9348, 8063, 9916, 8446, 7758, 9970, 8197, 7842, 10092, 8025, 8404, 8430, 7878, 9534, 8288, 7915, 10205, 8253, 8073, 9751, 8098, 8012, 8789, 8226, 8751, 8981, 8097, 10280, 8392, 8025, 8349, 8092, 9714, 8655, 7953, 9896, 8203, 7923, 10448, 7955, 9364, 8292, 7977, 10037, 7947, 7842, 10397, 8139, 8037, 9933, 8128, 8833, 8502, 7934, 10080, 8323, 8000, 10338, 8435, 7898, 8296, 7975, 9539, 8182, 8248, 9885, 8373, 8904, 8106, 8668, 9026, 8668, 9026, 8775, 9327, 9090, 9946, 9168, 8426, 9230, 8344, 11343, 8195, 12117, 8810, 8270, 12216, 8831, 10298, 14608, 9209, 11576, 8999, 7879, 9891, 8815, 8267, 10963, 7890, 7885, 8410, 8021, 9243, 8914, 7997, 9443, 8179, 8266, 8226, 8082, 8849, 9105, 8158, 9674, 8121, 8063, 7789, 8276, 9674, 8937, 8168, 10233, 8066, 8174, 10544, 8214, 8191, 8221, 8224, 8791, 8648, 8820, 9094, 8679, 8319, 8466, 8799, 8585, 8835, 8340, 8901, 8579, 8425, 9061, 8753, 8593, 8798, 8595, 8672, 8719, 8508, 9078, 8900, 8456, 9700, 8672, 8664, 8711, 7809, 10944, 9021, 8610, 8676, 8827, 8919, 8916, 13405, 8727, 8429, 12944, 8753, 8357, 11065, 8466, 9989, 8601, 8204, 9862, 8268, 8407, 10996, 8612, 8717, 8568, 8232, 9185, 8577, 8653, 8502, 8358, 9717, 8435, 8416, 9780, 8504, 8790, 8733, 8351, 9385, 8858, 8461, 9691, 8947, 8754, 10157, 8816, 8530, 8679, 8615, 8345, 8609, 8630, 9181, 8863, 9114, 8792, 8590, 9946, 8799, 8559, 8851, 8532, 9520, 8737, 8709, 10000, 8578, 9773, 8813, 8548, 9088, 8469, 9473, 8947, 8384, 10583, 8706, 8429, 11110, 8624, 9152, 8551, 8495, 9812, 8649, 8246, 9400, 8494, 8534, 8813, 8470, 9029, 8540, 8415, 9748, 8729, 8675, 8924, 8631, 9270, 8719, 8519, 9890, 8579, 8713, 8872, 8496, 9582, 8715, 8607, 9011, 9051, 8399, 8001, 9013, 8910, 8613, 8836, 8704, 8967, 8558, 13034, 8850, 8810, 9724, 9365, 8486, 10478, 8662, 8216, 10295, 8622, 8821, 10310, 8640, 8165, 8928, 8480, 9171, 8652, 8335, 10195, 8627, 8411, 9643, 8434, 9372, 8824, 8344, 9817, 8611, 8257, 10001, 8809, 8586, 10020, 8618, 9508, 8878, 8144, 9533, 8678, 8453, 10082, 8599, 8441, 8884, 8460, 8967, 8836, 8494, 8558, 8778, 8398, 8703, 8369, 9517, 9000, 8446, 10085, 8868, 8458, 8151, 8634, 9698, 8856, 8414, 9684, 8883, 9149, 8981, 8494, 10585, 8660, 8406, 10835, 8623, 9198, 10644, 8368, 9895, 8781, 8370, 9849, 8643, 8395, 9804, 8534, 8399, 8848, 8363, 9327, 8592, 8339, 10150, 8602, 8553, 8957, 8337, 8576, 8654, 8155, 9267, 8330, 8304, 9664, 8569, 8357, 8601, 8267, 9109, 8922, 8174, 9469, 8546, 8373, 9801, 8448, 8608, 9875, 8288, 8406, 8640, 8450, 9258, 8147, 8890, 8178, 8401, 8475, 8640, 7800, 10977, 8677, 8791, 8533, 8700, 8411, 9094, 12917, 8519, 10026, 9072, 8287, 9824, 9154, 8380, 12206, 8348, 8188, 10992, 8374, 8277, 10613, 8426, 9327, 8071, 8207, 9100, 7991, 9479, 8227, 9478, 8134, 9744, 14379, 8383, 8294, 11033, 8275, 8168, 10701, 8365, 7981, 7931, 8410, 8091, 8901, 8046, 8900, 8364, 8005, 7966, 8295, 8538, 8527, 8175, 9155, 8488, 8086, 9809, 8424, 8315, 9942, 8676, 8286, 7410, 8516, 8169, 8419, 8443, 9532, 8597, 8175, 10071, 8444, 8145, 8427, 8471, 9682, 8580, 8058, 9938, 8443, 8067, 10651, 8366, 8343, 10576, 8400, 9899, 8243, 8011, 9368, 8077, 8724, 9127, 7996, 9873, 8273, 8769], 'WindowCenter': [3788.0, 3806.0, 3758.0, 3756.0, 3763.0, 3742.0, 3752.0, 3740.0, 3753.0, 3764.0, 3753.0, 3762.0, 3744.0, 3745.0, 3754.0, 3755.0, 3732.0, 3755.0, 3776.0, 3755.0, 3767.0, 3784.0, 3742.0, 3751.0, 3772.0, 3742.0, 3763.0, 3739.0, 3741.0, 3750.0, 3752.0, 3764.0, 3744.0, 3743.0, 3743.0, 3755.0, 3755.0, 3768.0, 3774.0, 3741.0, 3742.0, 3772.0, 3741.0, 3742.0, 3761.0, 3728.0, 3739.0, 3727.0, 3727.0, 3738.0, 3728.0, 3741.0, 3749.0, 3738.0, 3729.0, 3748.0, 3739.0, 3743.0, 3741.0, 3741.0, 3751.0, 3740.0, 3741.0, 3752.0, 3756.0, 3766.0, 3756.0, 3757.0, 3776.0, 3767.0, 3756.0, 3756.0, 3766.0, 3770.0, 3789.0, 3797.0, 3754.0, 3753.0, 3769.0, 3729.0, 3752.0, 3773.0, 3740.0, 3759.0, 3726.0, 3728.0, 3750.0, 3730.0, 3741.0, 3761.0, 3728.0, 3729.0, 3736.0, 3728.0, 3737.0, 3727.0, 3739.0, 3750.0, 3728.0, 3729.0, 3747.0, 3727.0, 3738.0, 3727.0, 3741.0, 3761.0, 3729.0, 3740.0, 3729.0, 3728.0, 3750.0, 3743.0, 3751.0, 3741.0, 3742.0, 3762.0, 3741.0, 3741.0, 3774.0, 3741.0, 3761.0, 3751.0, 3743.0, 3762.0, 3743.0, 3751.0, 3742.0, 3751.0, 3742.0, 3763.0, 3782.0, 3729.0, 3740.0, 3758.0, 3727.0, 3739.0, 3746.0, 3714.0, 3736.0, 3726.0, 3726.0, 3737.0, 3728.0, 3739.0, 3748.0, 3730.0, 3727.0, 3727.0, 3739.0, 3752.0, 3740.0, 3741.0, 3749.0, 3739.0, 3741.0, 3741.0, 3754.0, 3763.0, 3730.0, 3741.0, 3749.0, 3740.0, 3741.0, 3761.0, 3740.0, 3752.0, 3748.0, 3728.0, 3738.0, 3738.0, 3727.0, 3749.0, 3728.0, 3740.0, 3761.0, 3738.0, 3739.0, 3726.0, 3729.0, 3738.0, 3739.0, 3741.0, 3751.0, 3728.0, 3739.0, 3738.0, 3729.0, 3739.0, 3749.0, 3740.0, 3740.0, 3740.0, 3740.0, 3749.0, 3729.0, 3739.0, 3761.0, 3741.0, 3753.0, 3752.0, 3742.0, 3762.0, 3753.0, 3753.0, 3754.0, 3753.0, 3767.0, 3779.0, 3797.0, 3741.0, 3752.0, 3769.0, 3729.0, 3741.0, 3771.0, 3727.0, 3740.0, 3725.0, 3726.0, 3737.0, 3737.0, 3739.0, 3751.0, 3727.0, 3738.0, 3737.0, 3727.0, 3728.0, 3719.0, 3739.0, 3738.0, 3728.0, 3740.0, 3748.0, 3739.0, 3739.0, 3741.0, 3740.0, 3751.0, 3729.0, 3740.0, 3748.0, 3740.0, 3741.0, 3739.0, 3740.0, 3760.0, 3729.0, 3740.0, 3747.0, 3738.0, 3739.0, 3740.0, 3753.0, 3763.0, 3741.0, 3753.0, 3730.0, 3751.0, 3753.0, 3764.0, 3765.0, 3767.0, 3757.0, 3765.0, 3767.0, 3754.0, 3754.0, 3755.0, 3767.0, 3778.0, 3787.0, 3742.0, 3742.0, 3774.0, 3742.0, 3741.0, 3771.0, 3741.0, 3750.0, 3727.0, 3729.0, 3762.0, 3738.0, 3729.0, 3758.0, 3726.0, 3727.0, 3758.0, 3739.0, 3739.0, 3747.0, 3726.0, 3736.0, 3725.0, 3726.0, 3737.0, 3738.0, 3738.0, 3736.0, 3726.0, 3727.0, 3725.0, 3726.0, 3726.0, 3737.0, 3739.0, 3749.0, 3728.0, 3739.0, 3736.0, 3728.0, 3727.0, 3739.0, 3741.0, 3749.0, 3739.0, 3740.0, 3749.0, 3739.0, 3741.0, 3741.0, 3740.0, 3751.0, 3740.0, 3741.0, 3749.0, 3729.0, 3742.0, 3752.0, 3741.0, 3763.0, 3739.0, 3741.0, 3751.0, 3742.0, 3754.0, 3762.0, 3740.0, 3751.0, 3729.0, 3740.0, 3749.0, 3729.0, 3742.0, 3761.0, 3741.0, 3752.0, 3738.0, 3740.0, 3750.0, 3741.0, 3751.0, 3761.0, 3742.0, 3741.0, 3729.0, 3742.0, 3753.0, 3743.0, 3754.0, 3752.0, 3743.0, 3752.0, 3741.0, 3743.0, 3765.0, 3743.0, 3752.0, 3729.0, 3730.0, 3751.0, 3728.0, 3730.0, 3750.0, 3728.0, 3729.0, 3748.0, 3728.0, 3728.0, 3748.0, 3728.0, 3739.0, 3738.0, 3739.0, 3738.0, 3728.0, 3740.0, 3749.0, 3740.0, 3753.0, 3740.0, 3741.0, 3752.0, 3741.0, 3741.0, 3761.0, 3741.0, 3741.0, 3770.0, 3728.0, 3728.0, 3727.0, 3728.0, 3738.0, 3739.0, 3741.0, 3750.0, 3729.0, 3729.0, 3728.0, 3729.0, 3738.0, 3738.0, 3739.0, 3738.0, 3740.0, 3740.0, 3728.0, 3739.0, 3741.0, 3751.0, 3741.0, 3751.0, 3741.0, 3741.0, 3761.0, 3743.0, 3756.0, 3744.0, 3757.0, 3763.0, 3757.0, 3743.0, 3754.0, 3754.0, 3755.0, 3765.0, 3796.0, 3767.0, 3777.0, 3733.0, 3732.0, 3754.0, 3742.0, 3743.0, 3744.0, 3786.0, 3784.0, 3729.0, 3749.0, 3726.0, 3728.0, 3739.0, 3727.0, 3728.0, 3738.0, 3727.0, 3728.0, 3749.0, 3741.0, 3751.0, 3749.0, 3740.0, 3728.0, 3739.0, 3729.0, 3752.0, 3754.0, 3752.0, 3751.0, 3742.0, 3741.0, 3741.0, 3741.0, 3751.0, 3743.0, 3753.0, 3762.0, 3742.0, 3742.0, 3740.0, 3729.0, 3751.0, 3741.0, 3741.0, 3751.0, 3728.0, 3740.0, 3750.0, 3729.0, 3729.0, 3751.0, 3740.0, 3751.0, 3740.0, 3740.0, 3750.0, 3730.0, 3740.0, 3750.0, 3742.0, 3752.0, 3740.0, 3741.0, 3751.0, 3730.0, 3742.0, 3763.0, 3743.0, 3742.0, 3752.0, 3742.0, 3751.0, 3740.0, 3741.0, 3751.0, 3744.0, 3754.0, 3751.0, 3742.0, 3752.0, 3751.0, 3742.0, 3752.0, 3742.0, 3753.0, 3762.0, 3742.0, 3753.0, 3752.0, 3754.0, 3753.0, 3754.0, 3756.0, 3765.0, 3756.0, 3755.0, 3752.0, 3743.0, 3756.0, 3754.0, 3744.0, 3763.0, 3741.0, 3742.0, 3763.0, 3743.0, 3752.0, 3742.0, 3742.0, 3762.0, 3729.0, 3741.0, 3763.0, 3741.0, 3753.0, 3729.0, 3740.0, 3751.0, 3739.0, 3742.0, 3763.0, 3729.0, 3741.0, 3728.0, 3752.0, 3755.0, 3743.0, 3744.0, 3741.0, 3741.0, 3754.0, 3745.0, 3746.0, 3758.0, 3757.0, 3758.0, 3756.0, 3756.0, 3788.0, 3787.0, 3743.0, 3764.0, 3739.0, 3728.0, 3740.0, 3740.0, 3740.0, 3750.0, 3739.0, 3730.0, 3749.0, 3728.0, 3741.0, 3763.0, 3730.0, 3740.0, 3739.0, 3729.0, 3750.0, 3729.0, 3741.0, 3751.0, 3740.0, 3729.0, 3737.0, 3728.0, 3728.0, 3738.0, 3739.0, 3740.0, 3751.0, 3740.0, 3750.0, 3740.0, 3730.0, 3739.0, 3740.0, 3752.0, 3742.0, 3741.0, 3751.0, 3740.0, 3741.0, 3749.0, 3730.0, 3752.0, 3739.0, 3740.0, 3751.0, 3729.0, 3730.0, 3749.0, 3729.0, 3741.0, 3751.0, 3741.0, 3740.0, 3740.0, 3740.0, 3750.0, 3740.0, 3741.0, 3762.0, 3741.0, 3742.0, 3740.0, 3742.0, 3751.0, 3742.0, 3755.0, 3777.0, 3754.0, 3752.0, 3753.0, 3753.0, 3755.0, 3755.0, 3767.0, 3781.0, 3780.0, 3780.0, 3783.0, 3767.0, 3769.0, 3766.0, 3756.0, 3777.0, 3744.0, 3775.0, 3740.0, 3740.0, 3761.0, 3741.0, 3752.0, 3771.0, 3739.0, 3761.0, 3726.0, 3716.0, 3748.0, 3739.0, 3727.0, 3747.0, 3726.0, 3726.0, 3724.0, 3726.0, 3739.0, 3738.0, 3726.0, 3735.0, 3727.0, 3726.0, 3725.0, 3728.0, 3739.0, 3738.0, 3729.0, 3737.0, 3728.0, 3728.0, 3727.0, 3740.0, 3751.0, 3738.0, 3740.0, 3748.0, 3727.0, 3728.0, 3749.0, 3728.0, 3729.0, 3726.0, 3741.0, 3739.0, 3726.0, 3767.0, 3780.0, 3754.0, 3741.0, 3739.0, 3739.0, 3739.0, 3740.0, 3741.0, 3751.0, 3754.0, 3754.0, 3752.0, 3752.0, 3752.0, 3740.0, 3741.0, 3752.0, 3753.0, 3754.0, 3752.0, 3752.0, 3742.0, 3752.0, 3755.0, 3756.0, 3755.0, 3756.0, 3777.0, 3766.0, 3756.0, 3754.0, 3766.0, 3767.0, 3768.0, 3787.0, 3743.0, 3743.0, 3761.0, 3740.0, 3743.0, 3762.0, 3741.0, 3750.0, 3738.0, 3740.0, 3749.0, 3739.0, 3743.0, 3762.0, 3741.0, 3739.0, 3738.0, 3740.0, 3750.0, 3741.0, 3741.0, 3741.0, 3742.0, 3750.0, 3740.0, 3740.0, 3750.0, 3741.0, 3741.0, 3741.0, 3741.0, 3750.0, 3739.0, 3741.0, 3751.0, 3752.0, 3753.0, 3761.0, 3753.0, 3752.0, 3740.0, 3752.0, 3754.0, 3755.0, 3754.0, 3753.0, 3753.0, 3753.0, 3742.0, 3755.0, 3765.0, 3753.0, 3743.0, 3740.0, 3741.0, 3751.0, 3753.0, 3757.0, 3764.0, 3753.0, 3763.0, 3740.0, 3742.0, 3740.0, 3742.0, 3753.0, 3740.0, 3741.0, 3750.0, 3739.0, 3741.0, 3761.0, 3741.0, 3752.0, 3739.0, 3741.0, 3750.0, 3738.0, 3741.0, 3752.0, 3742.0, 3741.0, 3739.0, 3740.0, 3751.0, 3741.0, 3744.0, 3754.0, 3742.0, 3741.0, 3740.0, 3742.0, 3751.0, 3741.0, 3753.0, 3763.0, 3742.0, 3741.0, 3740.0, 3742.0, 3753.0, 3754.0, 3754.0, 3752.0, 3756.0, 3755.0, 3745.0, 3766.0, 3754.0, 3753.0, 3766.0, 3756.0, 3755.0, 3757.0, 3788.0, 3753.0, 3754.0, 3765.0, 3753.0, 3753.0, 3762.0, 3740.0, 3741.0, 3762.0, 3742.0, 3752.0, 3751.0, 3741.0, 3741.0, 3740.0, 3753.0, 3753.0, 3741.0, 3743.0, 3752.0, 3741.0, 3742.0, 3752.0, 3743.0, 3753.0, 3741.0, 3741.0, 3752.0, 3739.0, 3730.0, 3751.0, 3741.0, 3741.0, 3750.0, 3741.0, 3740.0, 3740.0, 3730.0, 3754.0, 3741.0, 3740.0, 3749.0, 3740.0, 3740.0, 3739.0, 3741.0, 3752.0, 3751.0, 3754.0, 3741.0, 3752.0, 3742.0, 3741.0, 3743.0, 3753.0, 3753.0, 3743.0, 3751.0, 3751.0, 3754.0, 3743.0, 3743.0, 3765.0, 3752.0, 3743.0, 3751.0, 3753.0, 3765.0, 3753.0, 3742.0, 3763.0, 3740.0, 3741.0, 3761.0, 3741.0, 3752.0, 3750.0, 3739.0, 3749.0, 3738.0, 3740.0, 3749.0, 3740.0, 3742.0, 3751.0, 3741.0, 3741.0, 3740.0, 3741.0, 3751.0, 3753.0, 3743.0, 3751.0, 3740.0, 3741.0, 3738.0, 3739.0, 3739.0, 3739.0, 3741.0, 3752.0, 3740.0, 3741.0, 3739.0, 3740.0, 3741.0, 3740.0, 3741.0, 3752.0, 3740.0, 3741.0, 3750.0, 3740.0, 3740.0, 3750.0, 3741.0, 3752.0, 3751.0, 3740.0, 3741.0, 3753.0, 3742.0, 3752.0, 3743.0, 3753.0, 3742.0, 3754.0, 3743.0, 3754.0, 3760.0, 3779.0, 3758.0, 3767.0, 3755.0, 3767.0, 3769.0, 3769.0, 3789.0, 3755.0, 3764.0, 3741.0, 3742.0, 3766.0, 3754.0, 3743.0, 3775.0, 3743.0, 3742.0, 3750.0, 3741.0, 3743.0, 3762.0, 3742.0, 3752.0, 3731.0, 3746.0, 3743.0, 3744.0, 3752.0, 3742.0, 3754.0, 3743.0, 3754.0, 3773.0, 3728.0, 3729.0, 3748.0, 3740.0, 3739.0, 3748.0, 3728.0, 3728.0, 3727.0, 3728.0, 3741.0, 3752.0, 3741.0, 3740.0, 3741.0, 3731.0, 3729.0, 3741.0, 3743.0, 3741.0, 3742.0, 3742.0, 3740.0, 3731.0, 3751.0, 3730.0, 3742.0, 3754.0, 3742.0, 3743.0, 3731.0, 3742.0, 3743.0, 3742.0, 3755.0, 3754.0, 3753.0, 3754.0, 3763.0, 3743.0, 3743.0, 3742.0, 3755.0, 3765.0, 3753.0, 3744.0, 3753.0, 3742.0, 3742.0, 3763.0, 3754.0, 3744.0, 3762.0, 3741.0, 3763.0, 3740.0, 3741.0, 3752.0, 3742.0, 3753.0, 3755.0, 3745.0, 3764.0, 3755.0, 3752.0], 'WindowWidth': [8527.0, 8545.0, 8468.0, 8460.0, 8462.0, 8432.0, 8444.0, 8425.0, 8449.0, 8465.0, 8447.0, 8458.0, 8433.0, 8436.0, 8449.0, 8451.0, 8417.0, 8453.0, 8482.0, 8454.0, 8471.0, 8489.0, 8428.0, 8440.0, 8471.0, 8430.0, 8457.0, 8420.0, 8427.0, 8436.0, 8443.0, 8461.0, 8437.0, 8432.0, 8434.0, 8455.0, 8456.0, 8472.0, 8477.0, 8425.0, 8429.0, 8470.0, 8428.0, 8430.0, 8453.0, 8405.0, 8419.0, 8399.0, 8401.0, 8417.0, 8405.0, 8426.0, 8434.0, 8418.0, 8407.0, 8432.0, 8421.0, 8433.0, 8428.0, 8428.0, 8443.0, 8425.0, 8427.0, 8444.0, 8457.0, 8471.0, 8456.0, 8459.0, 8480.0, 8473.0, 8455.0, 8456.0, 8468.0, 8481.0, 8508.0, 8517.0, 8447.0, 8445.0, 8460.0, 8407.0, 8443.0, 8474.0, 8422.0, 8448.0, 8399.0, 8404.0, 8437.0, 8412.0, 8427.0, 8452.0, 8403.0, 8408.0, 8409.0, 8402.0, 8416.0, 8403.0, 8422.0, 8436.0, 8404.0, 8406.0, 8426.0, 8401.0, 8418.0, 8400.0, 8428.0, 8453.0, 8408.0, 8425.0, 8406.0, 8407.0, 8437.0, 8435.0, 8444.0, 8427.0, 8431.0, 8455.0, 8426.0, 8428.0, 8478.0, 8429.0, 8455.0, 8440.0, 8434.0, 8454.0, 8431.0, 8440.0, 8429.0, 8443.0, 8430.0, 8462.0, 8484.0, 8406.0, 8421.0, 8443.0, 8403.0, 8420.0, 8422.0, 8379.0, 8410.0, 8396.0, 8399.0, 8413.0, 8403.0, 8420.0, 8432.0, 8410.0, 8401.0, 8400.0, 8421.0, 8443.0, 8423.0, 8430.0, 8433.0, 8422.0, 8428.0, 8427.0, 8450.0, 8459.0, 8409.0, 8426.0, 8434.0, 8421.0, 8425.0, 8450.0, 8424.0, 8442.0, 8429.0, 8402.0, 8417.0, 8414.0, 8400.0, 8433.0, 8404.0, 8425.0, 8454.0, 8420.0, 8423.0, 8400.0, 8405.0, 8418.0, 8419.0, 8425.0, 8440.0, 8404.0, 8423.0, 8418.0, 8406.0, 8421.0, 8435.0, 8425.0, 8425.0, 8423.0, 8423.0, 8434.0, 8407.0, 8423.0, 8455.0, 8428.0, 8446.0, 8443.0, 8432.0, 8456.0, 8448.0, 8445.0, 8450.0, 8448.0, 8471.0, 8492.0, 8513.0, 8428.0, 8443.0, 8460.0, 8404.0, 8425.0, 8465.0, 8401.0, 8421.0, 8396.0, 8398.0, 8415.0, 8413.0, 8421.0, 8438.0, 8401.0, 8417.0, 8413.0, 8399.0, 8404.0, 8395.0, 8421.0, 8419.0, 8406.0, 8423.0, 8431.0, 8419.0, 8422.0, 8425.0, 8426.0, 8441.0, 8407.0, 8424.0, 8433.0, 8421.0, 8427.0, 8421.0, 8424.0, 8451.0, 8406.0, 8423.0, 8429.0, 8419.0, 8423.0, 8426.0, 8448.0, 8458.0, 8428.0, 8448.0, 8410.0, 8442.0, 8448.0, 8462.0, 8466.0, 8472.0, 8455.0, 8464.0, 8471.0, 8451.0, 8450.0, 8455.0, 8471.0, 8488.0, 8503.0, 8430.0, 8428.0, 8475.0, 8431.0, 8427.0, 8465.0, 8423.0, 8436.0, 8401.0, 8405.0, 8455.0, 8418.0, 8407.0, 8443.0, 8399.0, 8402.0, 8444.0, 8420.0, 8420.0, 8425.0, 8398.0, 8412.0, 8393.0, 8398.0, 8413.0, 8418.0, 8418.0, 8412.0, 8399.0, 8401.0, 8393.0, 8397.0, 8399.0, 8414.0, 8421.0, 8435.0, 8404.0, 8420.0, 8412.0, 8403.0, 8403.0, 8420.0, 8425.0, 8436.0, 8420.0, 8423.0, 8432.0, 8421.0, 8426.0, 8427.0, 8424.0, 8439.0, 8423.0, 8427.0, 8434.0, 8408.0, 8430.0, 8441.0, 8425.0, 8458.0, 8420.0, 8425.0, 8440.0, 8431.0, 8449.0, 8454.0, 8423.0, 8439.0, 8405.0, 8422.0, 8434.0, 8407.0, 8430.0, 8454.0, 8425.0, 8442.0, 8418.0, 8423.0, 8437.0, 8429.0, 8442.0, 8453.0, 8430.0, 8427.0, 8407.0, 8429.0, 8448.0, 8434.0, 8448.0, 8443.0, 8431.0, 8442.0, 8424.0, 8431.0, 8464.0, 8431.0, 8441.0, 8406.0, 8410.0, 8440.0, 8403.0, 8408.0, 8436.0, 8402.0, 8407.0, 8429.0, 8401.0, 8404.0, 8427.0, 8404.0, 8422.0, 8419.0, 8420.0, 8417.0, 8403.0, 8424.0, 8434.0, 8426.0, 8446.0, 8425.0, 8429.0, 8443.0, 8427.0, 8427.0, 8454.0, 8426.0, 8427.0, 8464.0, 8405.0, 8406.0, 8400.0, 8403.0, 8418.0, 8419.0, 8425.0, 8435.0, 8407.0, 8405.0, 8400.0, 8404.0, 8417.0, 8416.0, 8421.0, 8417.0, 8423.0, 8425.0, 8404.0, 8422.0, 8428.0, 8441.0, 8427.0, 8441.0, 8426.0, 8428.0, 8454.0, 8433.0, 8455.0, 8437.0, 8456.0, 8456.0, 8457.0, 8433.0, 8448.0, 8448.0, 8451.0, 8469.0, 8511.0, 8471.0, 8481.0, 8415.0, 8415.0, 8447.0, 8429.0, 8432.0, 8436.0, 8498.0, 8488.0, 8404.0, 8433.0, 8396.0, 8401.0, 8420.0, 8401.0, 8404.0, 8417.0, 8400.0, 8403.0, 8432.0, 8428.0, 8438.0, 8432.0, 8423.0, 8407.0, 8419.0, 8407.0, 8443.0, 8449.0, 8444.0, 8440.0, 8431.0, 8428.0, 8424.0, 8425.0, 8440.0, 8433.0, 8445.0, 8454.0, 8428.0, 8428.0, 8421.0, 8405.0, 8439.0, 8427.0, 8424.0, 8438.0, 8404.0, 8422.0, 8435.0, 8406.0, 8408.0, 8441.0, 8424.0, 8438.0, 8421.0, 8423.0, 8436.0, 8408.0, 8423.0, 8437.0, 8429.0, 8444.0, 8422.0, 8427.0, 8440.0, 8409.0, 8429.0, 8457.0, 8431.0, 8431.0, 8441.0, 8426.0, 8440.0, 8423.0, 8425.0, 8441.0, 8434.0, 8447.0, 8440.0, 8426.0, 8442.0, 8437.0, 8429.0, 8442.0, 8429.0, 8445.0, 8456.0, 8431.0, 8446.0, 8443.0, 8450.0, 8448.0, 8452.0, 8455.0, 8466.0, 8455.0, 8454.0, 8444.0, 8432.0, 8454.0, 8449.0, 8436.0, 8459.0, 8426.0, 8429.0, 8459.0, 8433.0, 8445.0, 8428.0, 8430.0, 8456.0, 8408.0, 8427.0, 8460.0, 8426.0, 8444.0, 8407.0, 8424.0, 8440.0, 8421.0, 8430.0, 8459.0, 8409.0, 8428.0, 8403.0, 8442.0, 8451.0, 8429.0, 8435.0, 8428.0, 8429.0, 8448.0, 8441.0, 8442.0, 8457.0, 8456.0, 8459.0, 8454.0, 8453.0, 8502.0, 8500.0, 8431.0, 8460.0, 8419.0, 8404.0, 8421.0, 8422.0, 8423.0, 8436.0, 8420.0, 8408.0, 8432.0, 8402.0, 8426.0, 8459.0, 8409.0, 8424.0, 8418.0, 8407.0, 8437.0, 8405.0, 8426.0, 8441.0, 8423.0, 8407.0, 8415.0, 8404.0, 8406.0, 8415.0, 8421.0, 8426.0, 8439.0, 8424.0, 8436.0, 8425.0, 8411.0, 8419.0, 8423.0, 8443.0, 8430.0, 8427.0, 8438.0, 8422.0, 8426.0, 8434.0, 8409.0, 8443.0, 8420.0, 8424.0, 8437.0, 8404.0, 8408.0, 8433.0, 8407.0, 8429.0, 8441.0, 8426.0, 8423.0, 8422.0, 8425.0, 8439.0, 8422.0, 8427.0, 8456.0, 8428.0, 8428.0, 8423.0, 8429.0, 8440.0, 8429.0, 8453.0, 8489.0, 8451.0, 8444.0, 8448.0, 8447.0, 8451.0, 8453.0, 8473.0, 8498.0, 8497.0, 8495.0, 8503.0, 8470.0, 8479.0, 8468.0, 8453.0, 8486.0, 8434.0, 8479.0, 8422.0, 8423.0, 8454.0, 8426.0, 8443.0, 8467.0, 8420.0, 8451.0, 8396.0, 8383.0, 8430.0, 8422.0, 8401.0, 8426.0, 8397.0, 8397.0, 8390.0, 8395.0, 8420.0, 8415.0, 8399.0, 8408.0, 8397.0, 8399.0, 8395.0, 8403.0, 8420.0, 8415.0, 8406.0, 8414.0, 8403.0, 8404.0, 8400.0, 8422.0, 8439.0, 8417.0, 8422.0, 8431.0, 8399.0, 8402.0, 8435.0, 8405.0, 8406.0, 8398.0, 8426.0, 8420.0, 8397.0, 8473.0, 8499.0, 8449.0, 8426.0, 8419.0, 8421.0, 8421.0, 8422.0, 8427.0, 8439.0, 8448.0, 8451.0, 8441.0, 8442.0, 8442.0, 8423.0, 8425.0, 8444.0, 8444.0, 8448.0, 8443.0, 8441.0, 8430.0, 8443.0, 8453.0, 8454.0, 8451.0, 8457.0, 8482.0, 8468.0, 8455.0, 8450.0, 8467.0, 8472.0, 8474.0, 8500.0, 8432.0, 8431.0, 8451.0, 8421.0, 8430.0, 8454.0, 8424.0, 8436.0, 8416.0, 8421.0, 8434.0, 8419.0, 8433.0, 8456.0, 8425.0, 8420.0, 8416.0, 8422.0, 8435.0, 8428.0, 8428.0, 8425.0, 8428.0, 8436.0, 8420.0, 8424.0, 8434.0, 8426.0, 8426.0, 8423.0, 8425.0, 8437.0, 8420.0, 8425.0, 8438.0, 8443.0, 8446.0, 8453.0, 8444.0, 8441.0, 8423.0, 8441.0, 8449.0, 8452.0, 8451.0, 8445.0, 8445.0, 8445.0, 8427.0, 8451.0, 8465.0, 8445.0, 8432.0, 8423.0, 8425.0, 8440.0, 8444.0, 8459.0, 8463.0, 8444.0, 8458.0, 8423.0, 8427.0, 8423.0, 8431.0, 8446.0, 8424.0, 8427.0, 8437.0, 8420.0, 8424.0, 8453.0, 8427.0, 8442.0, 8420.0, 8425.0, 8436.0, 8417.0, 8426.0, 8444.0, 8429.0, 8427.0, 8420.0, 8423.0, 8440.0, 8425.0, 8434.0, 8447.0, 8428.0, 8427.0, 8422.0, 8428.0, 8440.0, 8426.0, 8446.0, 8458.0, 8428.0, 8428.0, 8423.0, 8428.0, 8444.0, 8446.0, 8449.0, 8443.0, 8455.0, 8452.0, 8435.0, 8466.0, 8448.0, 8444.0, 8470.0, 8455.0, 8453.0, 8460.0, 8502.0, 8445.0, 8447.0, 8465.0, 8444.0, 8445.0, 8456.0, 8423.0, 8424.0, 8457.0, 8429.0, 8442.0, 8438.0, 8427.0, 8425.0, 8420.0, 8444.0, 8445.0, 8427.0, 8433.0, 8440.0, 8425.0, 8428.0, 8440.0, 8430.0, 8444.0, 8423.0, 8424.0, 8438.0, 8417.0, 8406.0, 8439.0, 8426.0, 8425.0, 8434.0, 8422.0, 8422.0, 8419.0, 8407.0, 8445.0, 8426.0, 8423.0, 8433.0, 8423.0, 8424.0, 8419.0, 8427.0, 8444.0, 8440.0, 8446.0, 8425.0, 8443.0, 8430.0, 8427.0, 8434.0, 8447.0, 8446.0, 8430.0, 8437.0, 8439.0, 8449.0, 8433.0, 8430.0, 8464.0, 8441.0, 8430.0, 8438.0, 8444.0, 8466.0, 8444.0, 8429.0, 8456.0, 8421.0, 8424.0, 8450.0, 8425.0, 8444.0, 8435.0, 8420.0, 8433.0, 8416.0, 8421.0, 8434.0, 8424.0, 8430.0, 8437.0, 8426.0, 8425.0, 8421.0, 8425.0, 8438.0, 8444.0, 8431.0, 8438.0, 8423.0, 8425.0, 8417.0, 8420.0, 8421.0, 8418.0, 8427.0, 8444.0, 8423.0, 8427.0, 8419.0, 8421.0, 8424.0, 8420.0, 8425.0, 8442.0, 8421.0, 8424.0, 8436.0, 8420.0, 8421.0, 8435.0, 8425.0, 8443.0, 8438.0, 8421.0, 8427.0, 8446.0, 8431.0, 8442.0, 8431.0, 8444.0, 8431.0, 8449.0, 8432.0, 8447.0, 8469.0, 8489.0, 8458.0, 8469.0, 8453.0, 8471.0, 8478.0, 8477.0, 8503.0, 8452.0, 8461.0, 8425.0, 8426.0, 8468.0, 8450.0, 8431.0, 8476.0, 8430.0, 8429.0, 8435.0, 8424.0, 8433.0, 8453.0, 8426.0, 8439.0, 8411.0, 8440.0, 8429.0, 8434.0, 8439.0, 8427.0, 8447.0, 8430.0, 8449.0, 8473.0, 8403.0, 8404.0, 8429.0, 8421.0, 8419.0, 8427.0, 8402.0, 8404.0, 8397.0, 8403.0, 8426.0, 8442.0, 8425.0, 8422.0, 8423.0, 8411.0, 8405.0, 8423.0, 8432.0, 8424.0, 8426.0, 8424.0, 8419.0, 8409.0, 8436.0, 8406.0, 8427.0, 8446.0, 8427.0, 8431.0, 8410.0, 8428.0, 8430.0, 8428.0, 8449.0, 8447.0, 8444.0, 8449.0, 8457.0, 8431.0, 8433.0, 8430.0, 8450.0, 8466.0, 8444.0, 8435.0, 8445.0, 8427.0, 8428.0, 8458.0, 8448.0, 8434.0, 8455.0, 8426.0, 8460.0, 8421.0, 8423.0, 8444.0, 8430.0, 8447.0, 8450.0, 8436.0, 8460.0, 8451.0, 8442.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.0038321806569343066</td></tr>
<tr><td colspan=3>aqi</td><td>0.02083772700729927</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.26225918635612</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2168580927671213</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0575429715433777</td></tr>
<tr><td colspan=3>efc</td><td>0.48</td></tr>
<tr><td colspan=3>fber</td><td>5309.7197</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.129355685716784</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.302919708029197</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6901713000951997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510940576498148</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0907141081298155</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4688592156576363</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104481</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007656626403331757</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03036801889538765</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</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.5171760843658904</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.7297</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1794</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.6558</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302195.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>927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.2806</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6934</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.8803</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2922.4618</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.2754</td></tr>
<tr><td colspan=3>tsnr</td><td>40.500912363873795</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>