<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-02/func/sub-0075_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>a3961d8b6d5c2bd1c0cd4cbe7b0f063c</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>12:21:43.337500</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.995831, 0.0432005, 0.0803443, -0.0391263, 0.9979, -0.0516112]</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.0867957</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7688, -7246, 454, -50, -3, 51, 29]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7456c79b-a7cc-4ac1-ba8e-1498a45bcc07||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.6717405319213867, -0.1049729511141777, 0.22249412536621094, 110.5919418334961], [-0.1159038171172142, 2.6772940158843994, -0.13028167188167572, -75.78494262695312], [0.21555784344673157, 0.1384691596031189, 2.6876611709594727, -81.62056732177734], [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': ['122143.337500', '122143.797500', '122144.257500', '122144.717500', '122145.177500', '122145.637500', '122146.097500', '122146.557500', '122147.017500', '122147.477500', '122147.937500', '122148.397500', '122148.857500', '122149.317500', '122149.777500', '122150.237500', '122150.697500', '122151.157500', '122151.617500', '122152.077500', '122152.537500', '122152.997500', '122153.457500', '122153.917500', '122154.377500', '122154.837500', '122155.297500', '122155.757500', '122156.217500', '122156.677500', '122157.137500', '122157.597500', '122158.057500', '122158.517500', '122158.977500', '122159.437500', '122159.897500', '122200.357500', '122200.817500', '122201.277500', '122201.737500', '122202.197500', '122202.657500', '122203.117500', '122203.577500', '122204.037500', '122204.497500', '122204.957500', '122205.417500', '122205.877500', '122206.337500', '122206.797500', '122207.257500', '122207.717500', '122208.177500', '122208.637500', '122209.097500', '122209.557500', '122210.017500', '122210.477500', '122210.937500', '122211.397500', '122211.857500', '122212.317500', '122212.777500', '122213.237500', '122213.697500', '122214.157500', '122214.617500', '122215.077500', '122215.537500', '122215.997500', '122216.457500', '122216.917500', '122217.377500', '122217.837500', '122218.297500', '122218.757500', '122219.217500', '122219.677500', '122220.137500', '122220.597500', '122221.057500', '122221.517500', '122221.977500', '122222.437500', '122222.897500', '122223.357500', '122223.817500', '122224.277500', '122224.737500', '122225.197500', '122225.657500', '122226.117500', '122226.577500', '122227.037500', '122227.497500', '122227.957500', '122228.417500', '122228.877500', '122229.337500', '122229.797500', '122230.257500', '122230.717500', '122231.177500', '122231.637500', '122232.097500', '122232.557500', '122233.017500', '122233.477500', '122233.937500', '122234.397500', '122234.857500', '122235.317500', '122235.777500', '122236.237500', '122236.697500', '122237.157500', '122237.617500', '122238.077500', '122238.537500', '122238.997500', '122239.457500', '122239.917500', '122240.377500', '122240.837500', '122241.297500', '122241.757500', '122242.217500', '122242.677500', '122243.137500', '122243.597500', '122244.057500', '122244.517500', '122244.977500', '122245.437500', '122245.897500', '122246.357500', '122246.817500', '122247.277500', '122247.737500', '122248.197500', '122248.657500', '122249.117500', '122249.577500', '122250.037500', '122250.497500', '122250.957500', '122251.417500', '122251.877500', '122252.337500', '122252.797500', '122253.257500', '122253.717500', '122254.177500', '122254.637500', '122255.097500', '122255.557500', '122256.017500', '122256.477500', '122256.937500', '122257.397500', '122257.857500', '122258.317500', '122258.777500', '122259.237500', '122259.697500', '122300.157500', '122300.617500', '122301.077500', '122301.537500', '122301.997500', '122302.457500', '122302.917500', '122303.377500', '122303.837500', '122304.297500', '122304.757500', '122305.217500', '122305.677500', '122306.137500', '122306.597500', '122307.057500', '122307.517500', '122307.977500', '122308.437500', '122308.897500', '122309.357500', '122309.817500', '122310.277500', '122310.737500', '122311.197500', '122311.657500', '122312.117500', '122312.577500', '122313.037500', '122313.497500', '122313.957500', '122314.417500', '122314.877500', '122315.337500', '122315.797500', '122316.257500', '122316.717500', '122317.177500', '122317.637500', '122318.097500', '122318.557500', '122319.017500', '122319.477500', '122319.937500', '122320.397500', '122320.857500', '122321.317500', '122321.777500', '122322.237500', '122322.697500', '122323.157500', '122323.617500', '122324.077500', '122324.537500', '122324.997500', '122325.457500', '122325.917500', '122326.377500', '122326.837500', '122327.297500', '122327.757500', '122328.217500', '122328.677500', '122329.137500', '122329.597500', '122330.057500', '122330.517500', '122330.977500', '122331.437500', '122331.897500', '122332.357500', '122332.817500', '122333.277500', '122333.737500', '122334.197500', '122334.657500', '122335.117500', '122335.577500', '122336.037500', '122336.497500', '122336.957500', '122337.417500', '122337.877500', '122338.337500', '122338.797500', '122339.257500', '122339.717500', '122340.177500', '122340.637500', '122341.097500', '122341.557500', '122342.017500', '122342.477500', '122342.937500', '122343.397500', '122343.857500', '122344.317500', '122344.777500', '122345.237500', '122345.697500', '122346.157500', '122346.617500', '122347.077500', '122347.537500', '122347.997500', '122348.457500', '122348.917500', '122349.377500', '122349.837500', '122350.297500', '122350.757500', '122351.217500', '122351.677500', '122352.137500', '122352.597500', '122353.057500', '122353.517500', '122353.977500', '122354.437500', '122354.897500', '122355.357500', '122355.817500', '122356.277500', '122356.737500', '122357.197500', '122357.657500', '122358.117500', '122358.577500', '122359.037500', '122359.497500', '122359.957500', '122400.417500', '122400.877500', '122401.337500', '122401.797500', '122402.257500', '122402.717500', '122403.177500', '122403.637500', '122404.097500', '122404.557500', '122405.017500', '122405.477500', '122405.937500', '122406.397500', '122406.857500', '122407.317500', '122407.777500', '122408.237500', '122408.697500', '122409.157500', '122409.617500', '122410.077500', '122410.537500', '122410.997500', '122411.457500', '122411.917500', '122412.377500', '122412.837500', '122413.297500', '122413.757500', '122414.217500', '122414.677500', '122415.137500', '122415.597500', '122416.057500', '122416.517500', '122416.977500', '122417.437500', '122417.897500', '122418.357500', '122418.817500', '122419.277500', '122419.737500', '122420.197500', '122420.657500', '122421.117500', '122421.577500', '122422.037500', '122422.497500', '122422.957500', '122423.417500', '122423.877500', '122424.337500', '122424.797500', '122425.257500', '122425.717500', '122426.177500', '122426.637500', '122427.097500', '122427.557500', '122428.017500', '122428.477500', '122428.937500', '122429.397500', '122429.857500', '122430.317500', '122430.777500', '122431.237500', '122431.697500', '122432.157500', '122432.617500', '122433.077500', '122433.537500', '122433.997500', '122434.457500', '122434.917500', '122435.377500', '122435.837500', '122436.297500', '122436.757500', '122437.217500', '122437.677500', '122438.137500', '122438.597500', '122439.057500', '122439.517500', '122439.977500', '122440.437500', '122440.897500', '122441.357500', '122441.817500', '122442.277500', '122442.737500', '122443.197500', '122443.657500', '122444.117500', '122444.577500', '122445.037500', '122445.497500', '122445.957500', '122446.417500', '122446.877500', '122447.337500', '122447.797500', '122448.257500', '122448.717500', '122449.177500', '122449.637500', '122450.097500', '122450.557500', '122451.017500', '122451.477500', '122451.937500', '122452.397500', '122452.857500', '122453.317500', '122453.777500', '122454.237500', '122454.697500', '122455.157500', '122455.617500', '122456.077500', '122456.537500', '122456.997500', '122457.457500', '122457.917500', '122458.377500', '122458.837500', '122459.297500', '122459.757500', '122500.217500', '122500.677500', '122501.137500', '122501.597500', '122502.057500', '122502.517500', '122502.977500', '122503.437500', '122503.897500', '122504.357500', '122504.817500', '122505.277500', '122505.737500', '122506.197500', '122506.657500', '122507.117500', '122507.577500', '122508.037500', '122508.497500', '122508.957500', '122509.417500', '122509.877500', '122510.337500', '122510.797500', '122511.257500', '122511.717500', '122512.177500', '122512.637500', '122513.097500', '122513.557500', '122514.017500', '122514.477500', '122514.937500', '122515.397500', '122515.857500', '122516.317500', '122516.777500', '122517.237500', '122517.697500', '122518.157500', '122518.617500', '122519.077500', '122519.537500', '122519.997500', '122520.457500', '122520.917500', '122521.377500', '122521.837500', '122522.297500', '122522.757500', '122523.217500', '122523.677500', '122524.137500', '122524.597500', '122525.057500', '122525.517500', '122525.977500', '122526.437500', '122526.897500', '122527.357500', '122527.817500', '122528.277500', '122528.737500', '122529.197500', '122529.657500', '122530.117500', '122530.577500', '122531.037500', '122531.497500', '122531.957500', '122532.417500', '122532.877500', '122533.337500', '122533.797500', '122534.257500', '122534.717500', '122535.177500', '122535.637500', '122536.097500', '122536.557500', '122537.017500', '122537.477500', '122537.937500', '122538.397500', '122538.857500', '122539.317500', '122539.777500', '122540.237500', '122540.697500', '122541.157500', '122541.617500', '122542.077500', '122542.537500', '122542.997500', '122543.457500', '122543.917500', '122544.377500', '122544.837500', '122545.297500', '122545.757500', '122546.217500', '122546.677500', '122547.137500', '122547.597500', '122548.057500', '122548.517500', '122548.977500', '122549.437500', '122549.897500', '122550.357500', '122550.817500', '122551.277500', '122551.737500', '122552.197500', '122552.657500', '122553.117500', '122553.577500', '122554.037500', '122554.497500', '122554.957500', '122555.417500', '122555.877500', '122556.337500', '122556.797500', '122557.257500', '122557.717500', '122558.177500', '122558.637500', '122559.097500', '122559.557500', '122600.017500', '122600.477500', '122600.937500', '122601.397500', '122601.857500', '122602.317500', '122602.777500', '122603.237500', '122603.697500', '122604.157500', '122604.617500', '122605.077500', '122605.537500', '122605.997500', '122606.457500', '122606.917500', '122607.377500', '122607.837500', '122608.297500', '122608.757500', '122609.217500', '122609.677500', '122610.137500', '122610.597500', '122611.057500', '122611.517500', '122611.977500', '122612.437500', '122612.897500', '122613.357500', '122613.817500', '122614.277500', '122614.737500', '122615.197500', '122615.657500', '122616.117500', '122616.577500', '122617.037500', '122617.497500', '122617.957500', '122618.417500', '122618.877500', '122619.337500', '122619.797500', '122620.257500', '122620.717500', '122621.177500', '122621.637500', '122622.097500', '122622.557500', '122623.017500', '122623.477500', '122623.937500', '122624.397500', '122624.857500', '122625.317500', '122625.777500', '122626.237500', '122626.697500', '122627.157500', '122627.617500', '122628.077500', '122628.537500', '122628.997500', '122629.457500', '122629.917500', '122630.377500', '122630.837500', '122631.297500', '122631.757500', '122632.217500', '122632.677500', '122633.137500', '122633.597500', '122634.057500', '122634.517500', '122634.977500', '122635.437500', '122635.897500', '122636.357500', '122636.817500', '122637.277500', '122637.737500', '122638.197500', '122638.657500', '122639.117500', '122639.577500', '122640.037500', '122640.497500', '122640.957500', '122641.417500', '122641.877500', '122642.337500', '122642.797500', '122643.257500', '122643.717500', '122644.177500', '122644.637500', '122645.097500', '122645.557500', '122646.017500', '122646.477500', '122646.937500', '122647.397500', '122647.857500', '122648.317500', '122648.777500', '122649.237500', '122649.697500', '122650.157500', '122650.617500', '122651.077500', '122651.537500', '122651.997500', '122652.457500', '122652.917500', '122653.377500', '122653.837500', '122654.297500', '122654.757500', '122655.217500', '122655.677500', '122656.137500', '122656.597500', '122657.057500', '122657.517500', '122657.977500', '122658.437500', '122658.897500', '122659.357500', '122659.817500', '122700.277500', '122700.737500', '122701.197500', '122701.657500', '122702.117500', '122702.577500', '122703.037500', '122703.497500', '122703.957500', '122704.417500', '122704.877500', '122705.337500', '122705.797500', '122706.257500', '122706.717500', '122707.177500', '122707.637500', '122708.097500', '122708.557500', '122709.017500', '122709.477500', '122709.937500', '122710.397500', '122710.857500', '122711.317500', '122711.777500', '122712.237500', '122712.697500', '122713.157500', '122713.617500', '122714.077500', '122714.537500', '122714.997500', '122715.457500', '122715.917500', '122716.377500', '122716.837500', '122717.297500', '122717.757500', '122718.217500', '122718.677500', '122719.137500', '122719.597500', '122720.057500', '122720.517500', '122720.977500', '122721.437500', '122721.897500', '122722.357500', '122722.817500', '122723.277500', '122723.737500', '122724.197500', '122724.657500', '122725.117500', '122725.577500', '122726.037500', '122726.497500', '122726.957500', '122727.417500', '122727.877500', '122728.337500', '122728.797500', '122729.257500', '122729.717500', '122730.177500', '122730.637500', '122731.097500', '122731.557500', '122732.017500', '122732.477500', '122732.937500', '122733.397500', '122733.857500', '122734.317500', '122734.777500', '122735.237500', '122735.697500', '122736.157500', '122736.617500', '122737.077500', '122737.537500', '122737.997500', '122738.457500', '122738.917500', '122739.377500', '122739.837500', '122740.297500', '122740.757500', '122741.217500', '122741.677500', '122742.137500', '122742.597500', '122743.057500', '122743.517500', '122743.977500', '122744.437500', '122744.897500', '122745.357500', '122745.817500', '122746.277500', '122746.737500', '122747.197500', '122747.657500', '122748.117500', '122748.577500', '122749.037500', '122749.497500', '122749.957500', '122750.417500', '122750.877500', '122751.337500', '122751.797500', '122752.257500', '122752.717500', '122753.177500', '122753.637500', '122754.097500', '122754.557500', '122755.017500', '122755.477500', '122755.937500', '122756.397500', '122756.857500', '122757.317500', '122757.777500', '122758.237500', '122758.697500', '122759.157500', '122759.617500', '122800.077500', '122800.537500', '122800.997500', '122801.457500', '122801.917500', '122802.377500', '122802.837500', '122803.297500', '122803.757500', '122804.217500', '122804.677500', '122805.137500', '122805.597500', '122806.057500', '122806.517500', '122806.977500', '122807.437500', '122807.897500', '122808.357500', '122808.817500', '122809.277500', '122809.737500', '122810.197500', '122810.657500', '122811.117500', '122811.577500', '122812.037500', '122812.497500', '122812.957500', '122813.417500', '122813.877500', '122814.337500', '122814.797500', '122815.257500', '122815.717500', '122816.177500', '122816.637500', '122817.097500', '122817.557500', '122818.017500', '122818.477500', '122818.937500', '122819.397500', '122819.857500', '122820.317500', '122820.777500', '122821.237500', '122821.697500', '122822.157500', '122822.617500', '122823.077500', '122823.537500', '122823.997500', '122824.457500', '122824.917500', '122825.377500', '122825.837500', '122826.297500', '122826.757500', '122827.217500', '122827.677500', '122828.137500', '122828.597500', '122829.057500', '122829.517500', '122829.977500', '122830.437500', '122830.897500', '122831.357500', '122831.817500', '122832.277500', '122832.737500', '122833.197500', '122833.657500', '122834.117500', '122834.577500', '122835.037500', '122835.497500', '122835.957500', '122836.417500', '122836.877500', '122837.337500', '122837.797500', '122838.257500', '122838.717500', '122839.177500', '122839.637500', '122840.097500', '122840.557500', '122841.017500', '122841.477500', '122841.937500', '122842.397500', '122842.857500', '122843.317500', '122843.777500', '122844.237500', '122844.697500', '122845.157500', '122845.617500', '122846.077500', '122846.537500', '122846.997500', '122847.457500', '122847.917500', '122848.377500', '122848.837500', '122849.297500', '122849.757500', '122850.217500', '122850.677500', '122851.137500', '122851.597500', '122852.057500', '122852.517500', '122852.977500', '122853.437500', '122853.897500', '122854.357500', '122854.817500', '122855.277500', '122855.737500', '122856.197500', '122856.657500', '122857.117500', '122857.577500', '122858.037500', '122858.497500', '122858.957500', '122859.417500', '122859.877500', '122900.337500', '122900.797500', '122901.257500', '122901.717500', '122902.177500', '122902.637500', '122903.097500', '122903.557500', '122904.017500', '122904.477500', '122904.937500', '122905.397500', '122905.857500', '122906.317500', '122906.777500', '122907.237500', '122907.697500', '122908.157500', '122908.617500', '122909.077500', '122909.537500', '122909.997500', '122910.457500', '122910.917500', '122911.377500', '122911.837500', '122912.297500', '122912.757500', '122913.217500', '122913.677500', '122914.137500', '122914.597500', '122915.057500', '122915.517500', '122915.977500', '122916.437500', '122916.897500', '122917.357500', '122917.817500', '122918.277500', '122918.737500', '122919.197500', '122919.657500', '122920.117500', '122920.577500', '122921.037500', '122921.497500', '122921.957500', '122922.417500', '122922.877500', '122923.337500', '122923.797500', '122924.257500', '122924.717500', '122925.177500', '122925.637500', '122926.097500', '122926.557500', '122927.017500', '122927.477500', '122927.937500', '122928.397500', '122928.857500', '122929.317500', '122929.777500', '122930.237500', '122930.697500', '122931.157500', '122931.617500', '122932.077500', '122932.537500', '122932.997500', '122933.457500', '122933.917500', '122934.377500', '122934.837500', '122935.297500', '122935.757500', '122936.217500', '122936.677500', '122937.137500', '122937.597500', '122938.057500', '122938.517500', '122938.977500', '122939.437500', '122939.897500', '122940.357500', '122940.817500', '122941.277500', '122941.737500', '122942.197500', '122942.657500', '122943.117500', '122943.577500', '122944.037500', '122944.497500', '122944.957500', '122945.417500', '122945.877500', '122946.337500', '122946.797500', '122947.257500', '122947.717500', '122948.177500', '122948.637500', '122949.097500', '122949.557500', '122950.017500', '122950.477500', '122950.937500', '122951.397500', '122951.857500', '122952.317500', '122952.777500', '122953.237500', '122953.697500', '122954.157500', '122954.617500', '122955.077500', '122955.537500', '122955.997500', '122956.457500', '122956.917500', '122957.377500', '122957.837500', '122958.297500', '122958.757500', '122959.217500', '122959.677500', '123000.137500', '123000.597500', '123001.057500', '123001.517500', '123001.977500', '123002.437500', '123002.897500', '123003.357500', '123003.817500', '123004.277500', '123004.737500', '123005.197500', '123005.657500', '123006.117500', '123006.577500', '123007.037500', '123007.497500', '123007.957500'], 'ContentTime': ['122212.532000', '122212.535000', '122212.537000', '122212.540000', '122212.543000', '122212.545000', '122212.548000', '122212.550000', '122212.553000', '122212.555000', '122212.558000', '122212.561000', '122212.563000', '122212.566000', '122212.568000', '122212.571000', '122212.574000', '122212.576000', '122212.579000', '122212.581000', '122212.584000', '122212.586000', '122212.596000', '122212.599000', '122212.601000', '122212.604000', '122212.607000', '122212.614000', '122212.616000', '122212.619000', '122212.621000', '122212.624000', '122212.627000', '122212.629000', '122212.632000', '122212.634000', '122212.637000', '122212.639000', '122212.642000', '122212.645000', '122212.647000', '122212.650000', '122212.652000', '122212.655000', '122212.657000', '122212.660000', '122212.663000', '122212.665000', '122212.668000', '122212.670000', '122212.673000', '122212.675000', '122212.678000', '122212.681000', '122212.683000', '122212.686000', '122212.689000', '122212.691000', '122212.694000', '122212.696000', '122212.699000', '122212.701000', '122232.507000', '122232.509000', '122232.512000', '122232.515000', '122232.517000', '122232.520000', '122232.522000', '122232.525000', '122232.528000', '122232.530000', '122232.533000', '122232.535000', '122232.538000', '122232.540000', '122232.543000', '122232.545000', '122232.548000', '122232.550000', '122232.553000', '122232.557000', '122232.560000', '122232.562000', '122232.565000', '122232.567000', '122232.570000', '122232.572000', '122232.575000', '122232.578000', '122232.580000', '122232.583000', '122232.585000', '122232.588000', '122232.591000', '122232.593000', '122232.596000', '122232.598000', '122232.601000', '122232.603000', '122232.606000', '122232.609000', '122232.612000', '122232.614000', '122232.617000', '122252.506000', '122252.509000', '122252.512000', '122252.514000', '122252.517000', '122252.520000', '122252.522000', '122252.525000', '122252.527000', '122252.530000', '122252.533000', '122252.535000', '122252.538000', '122252.540000', '122252.543000', '122252.545000', '122252.548000', '122252.550000', '122252.553000', '122252.556000', '122252.558000', '122252.561000', '122252.563000', '122252.566000', '122252.568000', '122252.571000', '122252.574000', '122252.576000', '122252.579000', '122252.581000', '122252.584000', '122252.586000', '122252.589000', '122252.592000', '122252.594000', '122252.597000', '122252.600000', '122252.602000', '122252.605000', '122252.607000', '122252.610000', '122252.612000', '122252.615000', '122252.618000', '122312.507000', '122312.509000', '122312.512000', '122312.514000', '122312.517000', '122312.520000', '122312.523000', '122312.525000', '122312.528000', '122312.530000', '122312.533000', '122312.535000', '122312.538000', '122312.541000', '122312.543000', '122312.546000', '122312.548000', '122312.551000', '122312.554000', '122312.556000', '122312.559000', '122312.561000', '122312.564000', '122312.566000', '122312.569000', '122312.572000', '122312.574000', '122312.577000', '122312.579000', '122312.582000', '122312.585000', '122312.587000', '122312.590000', '122312.592000', '122312.595000', '122312.598000', '122312.600000', '122312.603000', '122312.605000', '122312.608000', '122312.610000', '122312.613000', '122312.616000', '122332.506000', '122332.510000', '122332.512000', '122332.515000', '122332.517000', '122332.536000', '122332.542000', '122332.544000', '122332.547000', '122332.550000', '122332.552000', '122332.555000', '122332.557000', '122332.560000', '122332.562000', '122332.565000', '122332.567000', '122332.570000', '122332.573000', '122332.575000', '122332.578000', '122332.581000', '122332.583000', '122332.586000', '122332.588000', '122332.591000', '122332.594000', '122332.596000', '122332.599000', '122332.601000', '122332.604000', '122332.607000', '122332.609000', '122332.612000', '122332.614000', '122332.617000', '122332.619000', '122332.622000', '122332.625000', '122332.627000', '122332.630000', '122332.632000', '122332.635000', '122332.637000', '122352.505000', '122352.508000', '122352.511000', '122352.514000', '122352.516000', '122352.519000', '122352.521000', '122352.524000', '122352.527000', '122352.529000', '122352.532000', '122352.534000', '122352.537000', '122352.539000', '122352.542000', '122352.545000', '122352.547000', '122352.550000', '122352.552000', '122352.555000', '122352.558000', '122352.560000', '122352.563000', '122352.565000', '122352.568000', '122352.571000', '122352.573000', '122352.576000', '122352.578000', '122352.581000', '122352.584000', '122352.586000', '122352.589000', '122352.592000', '122352.595000', '122352.598000', '122352.600000', '122352.603000', '122352.605000', '122352.608000', '122352.611000', '122352.613000', '122352.616000', '122412.506000', '122412.508000', '122412.511000', '122412.514000', '122412.517000', '122412.520000', '122412.522000', '122412.525000', '122412.527000', '122412.530000', '122412.532000', '122412.535000', '122412.538000', '122412.540000', '122412.543000', '122412.545000', '122412.548000', '122412.551000', '122412.553000', '122412.556000', '122412.559000', '122412.561000', '122412.564000', '122412.566000', '122412.569000', '122412.571000', '122412.574000', '122412.577000', '122412.579000', '122412.582000', '122412.584000', '122412.587000', '122412.590000', '122412.592000', '122412.595000', '122412.598000', '122412.600000', '122412.603000', '122412.605000', '122412.608000', '122412.611000', '122412.613000', '122412.616000', '122412.618000', '122432.507000', '122432.509000', '122432.512000', '122432.515000', '122432.517000', '122432.520000', '122432.522000', '122432.525000', '122432.527000', '122432.530000', '122432.533000', '122432.535000', '122432.538000', '122432.540000', '122432.543000', '122432.546000', '122432.548000', '122432.551000', '122432.554000', '122432.556000', '122432.559000', '122432.561000', '122432.564000', '122432.566000', '122432.569000', '122432.571000', '122432.574000', '122432.577000', '122432.580000', '122432.582000', '122432.585000', '122432.588000', '122432.590000', '122432.593000', '122432.595000', '122432.598000', '122432.601000', '122432.603000', '122432.606000', '122432.608000', '122432.611000', '122432.614000', '122432.616000', '122452.507000', '122452.509000', '122452.512000', '122452.515000', '122452.517000', '122452.520000', '122452.522000', '122452.525000', '122452.528000', '122452.530000', '122452.533000', '122452.535000', '122452.538000', '122452.540000', '122452.543000', '122452.546000', '122452.548000', '122452.551000', '122452.553000', '122452.556000', '122452.559000', '122452.561000', '122452.564000', '122452.566000', '122452.569000', '122452.572000', '122452.574000', '122452.577000', '122452.579000', '122452.582000', '122452.591000', '122452.593000', '122452.596000', '122452.598000', '122452.601000', '122452.604000', '122452.606000', '122452.609000', '122452.611000', '122452.614000', '122452.616000', '122452.619000', '122452.622000', '122452.624000', '122512.506000', '122512.509000', '122512.512000', '122512.515000', '122512.517000', '122512.520000', '122512.522000', '122512.525000', '122512.527000', '122512.530000', '122512.533000', '122512.535000', '122512.538000', '122512.540000', '122512.543000', '122512.545000', '122512.548000', '122512.551000', '122512.553000', '122512.556000', '122512.558000', '122512.561000', '122512.564000', '122512.566000', '122512.569000', '122512.572000', '122512.575000', '122512.577000', '122512.580000', '122512.582000', '122512.585000', '122512.588000', '122512.590000', '122512.593000', '122512.596000', '122512.598000', '122512.601000', '122512.603000', '122512.606000', '122512.609000', '122512.611000', '122512.614000', '122512.616000', '122532.507000', '122532.509000', '122532.513000', '122532.516000', '122532.518000', '122532.521000', '122532.523000', '122532.526000', '122532.528000', '122532.531000', '122532.534000', '122532.536000', '122532.539000', '122532.541000', '122532.544000', '122532.547000', '122532.549000', '122532.552000', '122532.555000', '122532.558000', '122532.560000', '122532.563000', '122532.566000', '122532.568000', '122532.571000', '122532.573000', '122532.576000', '122532.579000', '122532.581000', '122532.584000', '122532.586000', '122532.589000', '122532.592000', '122532.594000', '122532.597000', '122532.600000', '122532.602000', '122532.605000', '122532.607000', '122532.610000', '122532.613000', '122532.615000', '122532.618000', '122532.620000', '122552.507000', '122552.509000', '122552.512000', '122552.515000', '122552.517000', '122552.520000', '122552.522000', '122552.525000', '122552.528000', '122552.530000', '122552.533000', '122552.536000', '122552.538000', '122552.541000', '122552.543000', '122552.546000', '122552.549000', '122552.551000', '122552.554000', '122552.557000', '122552.559000', '122552.562000', '122552.565000', '122552.576000', '122552.579000', '122552.581000', '122552.584000', '122552.586000', '122552.589000', '122552.592000', '122552.595000', '122552.597000', '122552.600000', '122552.602000', '122552.605000', '122552.607000', '122552.610000', '122552.613000', '122552.615000', '122552.618000', '122552.620000', '122552.623000', '122552.626000', '122612.505000', '122612.508000', '122612.511000', '122612.513000', '122612.516000', '122612.519000', '122612.521000', '122612.524000', '122612.526000', '122612.529000', '122612.532000', '122612.534000', '122612.537000', '122612.540000', '122612.542000', '122612.545000', '122612.547000', '122612.550000', '122612.552000', '122612.555000', '122612.557000', '122612.560000', '122612.563000', '122612.565000', '122612.568000', '122612.570000', '122612.573000', '122612.575000', '122612.578000', '122612.581000', '122612.583000', '122612.586000', '122612.588000', '122612.591000', '122612.594000', '122612.596000', '122612.599000', '122612.601000', '122612.604000', '122612.606000', '122612.609000', '122612.612000', '122612.614000', '122612.617000', '122632.505000', '122632.508000', '122632.511000', '122632.514000', '122632.516000', '122632.519000', '122632.521000', '122632.524000', '122632.527000', '122632.529000', '122632.532000', '122632.588000', '122632.591000', '122632.593000', '122632.596000', '122632.599000', '122632.601000', '122632.604000', '122632.606000', '122632.609000', '122632.612000', '122632.614000', '122632.617000', '122632.619000', '122632.622000', '122632.625000', '122632.628000', '122632.630000', '122632.633000', '122632.636000', '122632.638000', '122632.641000', '122632.643000', '122632.646000', '122632.649000', '122632.651000', '122632.654000', '122632.656000', '122632.659000', '122632.662000', '122632.664000', '122632.667000', '122632.670000', '122652.506000', '122652.509000', '122652.512000', '122652.514000', '122652.517000', '122652.520000', '122652.522000', '122652.525000', '122652.528000', '122652.530000', '122652.533000', '122652.535000', '122652.538000', '122652.541000', '122652.543000', '122652.546000', '122652.548000', '122652.551000', '122652.553000', '122652.556000', '122652.559000', '122652.561000', '122652.564000', '122652.566000', '122652.569000', '122652.572000', '122652.574000', '122652.577000', '122652.580000', '122652.582000', '122652.585000', '122652.587000', '122652.590000', '122652.593000', '122652.595000', '122652.598000', '122652.600000', '122652.603000', '122652.606000', '122652.608000', '122652.611000', '122652.613000', '122652.616000', '122652.618000', '122712.507000', '122712.509000', '122712.518000', '122712.520000', '122712.523000', '122712.525000', '122712.528000', '122712.530000', '122712.533000', '122712.536000', '122712.538000', '122712.541000', '122712.544000', '122712.546000', '122712.549000', '122712.551000', '122712.554000', '122712.557000', '122712.559000', '122712.562000', '122712.564000', '122712.567000', '122712.570000', '122712.572000', '122712.575000', '122712.577000', '122712.580000', '122712.583000', '122712.585000', '122712.588000', '122712.590000', '122712.593000', '122712.595000', '122712.598000', '122712.601000', '122712.603000', '122712.606000', '122712.608000', '122712.611000', '122712.614000', '122712.616000', '122712.619000', '122712.621000', '122732.506000', '122732.509000', '122732.512000', '122732.515000', '122732.517000', '122732.520000', '122732.522000', '122732.525000', '122732.528000', '122732.530000', '122732.533000', '122732.536000', '122732.538000', '122732.541000', '122732.543000', '122732.546000', '122732.548000', '122732.551000', '122732.554000', '122732.556000', '122732.559000', '122732.561000', '122732.564000', '122732.566000', '122732.569000', '122732.572000', '122732.574000', '122732.577000', '122732.580000', '122732.582000', '122732.585000', '122732.588000', '122732.591000', '122732.593000', '122732.596000', '122732.599000', '122732.601000', '122732.604000', '122732.606000', '122732.609000', '122732.612000', '122732.614000', '122732.617000', '122732.619000', '122752.507000', '122752.510000', '122752.512000', '122752.515000', '122752.517000', '122752.520000', '122752.523000', '122752.525000', '122752.528000', '122752.530000', '122752.533000', '122752.535000', '122752.538000', '122752.541000', '122752.543000', '122752.546000', '122752.548000', '122752.552000', '122752.555000', '122752.558000', '122752.560000', '122752.563000', '122752.565000', '122752.568000', '122752.570000', '122752.573000', '122752.576000', '122752.578000', '122752.581000', '122752.583000', '122752.586000', '122752.588000', '122752.591000', '122752.594000', '122752.596000', '122752.599000', '122752.615000', '122752.617000', '122752.620000', '122752.622000', '122752.625000', '122752.628000', '122752.630000', '122812.507000', '122812.509000', '122812.512000', '122812.515000', '122812.517000', '122812.520000', '122812.522000', '122812.525000', '122812.527000', '122812.530000', '122812.533000', '122812.535000', '122812.538000', '122812.540000', '122812.543000', '122812.545000', '122812.548000', '122812.550000', '122812.553000', '122812.556000', '122812.558000', '122812.561000', '122812.563000', '122812.566000', '122812.569000', '122812.571000', '122812.574000', '122812.576000', '122812.579000', '122812.582000', '122812.584000', '122812.587000', '122812.589000', '122812.592000', '122812.595000', '122812.597000', '122812.600000', '122812.602000', '122812.605000', '122812.608000', '122812.610000', '122812.613000', '122812.615000', '122812.618000', '122832.506000', '122832.509000', '122832.511000', '122832.514000', '122832.516000', '122832.519000', '122832.522000', '122832.524000', '122832.527000', '122832.529000', '122832.532000', '122832.534000', '122832.537000', '122832.539000', '122832.542000', '122832.545000', '122832.547000', '122832.550000', '122832.552000', '122832.555000', '122832.557000', '122832.560000', '122832.562000', '122832.565000', '122832.567000', '122832.570000', '122832.573000', '122832.575000', '122832.578000', '122832.580000', '122832.583000', '122832.585000', '122832.588000', '122832.591000', '122832.593000', '122832.596000', '122832.599000', '122832.601000', '122832.604000', '122832.606000', '122832.609000', '122832.612000', '122832.614000', '122852.506000', '122852.508000', '122852.511000', '122852.515000', '122852.517000', '122852.520000', '122852.523000', '122852.526000', '122852.528000', '122852.531000', '122852.533000', '122852.536000', '122852.539000', '122852.541000', '122852.544000', '122852.546000', '122852.549000', '122852.552000', '122852.554000', '122852.557000', '122852.559000', '122852.562000', '122852.564000', '122852.567000', '122852.569000', '122852.572000', '122852.575000', '122852.577000', '122852.580000', '122852.582000', '122852.585000', '122852.587000', '122852.590000', '122852.592000', '122852.595000', '122852.598000', '122852.600000', '122852.603000', '122852.605000', '122852.608000', '122852.611000', '122852.613000', '122852.616000', '122912.507000', '122912.509000', '122912.512000', '122912.515000', '122912.518000', '122912.520000', '122912.523000', '122912.525000', '122912.528000', '122912.531000', '122912.533000', '122912.536000', '122912.538000', '122912.541000', '122912.543000', '122912.546000', '122912.548000', '122912.551000', '122912.554000', '122912.556000', '122912.559000', '122912.561000', '122912.564000', '122912.566000', '122912.569000', '122912.572000', '122912.574000', '122912.577000', '122912.579000', '122912.582000', '122912.584000', '122912.587000', '122912.589000', '122912.635000', '122912.638000', '122912.640000', '122912.643000', '122912.645000', '122912.648000', '122912.651000', '122912.653000', '122912.656000', '122912.658000', '122912.661000', '122932.506000', '122932.509000', '122932.512000', '122932.514000', '122932.517000', '122932.520000', '122932.522000', '122932.525000', '122932.528000', '122932.530000', '122932.533000', '122932.536000', '122932.538000', '122932.541000', '122932.543000', '122932.546000', '122932.549000', '122932.551000', '122932.554000', '122932.556000', '122932.559000', '122932.562000', '122932.564000', '122932.567000', '122932.569000', '122932.572000', '122932.574000', '122932.577000', '122932.580000', '122932.582000', '122932.585000', '122932.587000', '122932.590000', '122932.593000', '122932.595000', '122932.598000', '122932.600000', '122932.603000', '122932.605000', '122932.608000', '122932.611000', '122932.613000', '122932.616000', '122952.507000', '122952.509000', '122952.512000', '122952.516000', '122952.518000', '122952.521000', '122952.523000', '122952.526000', '122952.529000', '122952.531000', '122952.534000', '122952.536000', '122952.539000', '122952.541000', '122952.544000', '122952.547000', '122952.549000', '122952.552000', '122952.554000', '122952.557000', '122952.560000', '122952.562000', '122952.565000', '122952.567000', '122952.570000', '122952.572000', '122952.575000', '122952.578000', '122952.580000', '122952.583000', '122952.585000', '122952.588000', '122952.591000', '122952.593000', '122952.596000', '122952.598000', '122952.601000', '122952.604000', '122952.606000', '122952.609000', '122952.612000', '122952.614000', '122952.617000', '122952.619000', '123008.820000', '123008.823000', '123008.827000', '123008.830000', '123008.832000', '123008.835000', '123008.838000', '123008.842000', '123008.844000', '123008.847000', '123008.850000', '123008.853000', '123008.856000', '123008.858000', '123008.861000', '123008.866000', '123008.869000', '123008.871000', '123008.874000', '123008.877000', '123008.880000', '123008.883000', '123008.886000', '123008.889000', '123008.892000', '123008.894000', '123008.897000', '123008.900000', '123008.903000', '123008.906000', '123008.908000', '123008.911000', '123008.913000', '123008.916000', '123008.919000', '123008.922000'], 'InstanceCreationTime': ['122212.532000', '122212.535000', '122212.537000', '122212.540000', '122212.543000', '122212.545000', '122212.548000', '122212.550000', '122212.553000', '122212.555000', '122212.558000', '122212.561000', '122212.563000', '122212.566000', '122212.568000', '122212.571000', '122212.574000', '122212.576000', '122212.579000', '122212.581000', '122212.584000', '122212.586000', '122212.596000', '122212.599000', '122212.601000', '122212.604000', '122212.607000', '122212.614000', '122212.616000', '122212.619000', '122212.621000', '122212.624000', '122212.627000', '122212.629000', '122212.632000', '122212.634000', '122212.637000', '122212.639000', '122212.642000', '122212.645000', '122212.647000', '122212.650000', '122212.652000', '122212.655000', '122212.657000', '122212.660000', '122212.663000', '122212.665000', '122212.668000', '122212.670000', '122212.673000', '122212.675000', '122212.678000', '122212.681000', '122212.683000', '122212.686000', '122212.689000', '122212.691000', '122212.694000', '122212.696000', '122212.699000', '122212.701000', '122232.507000', '122232.509000', '122232.512000', '122232.515000', '122232.517000', '122232.520000', '122232.522000', '122232.525000', '122232.528000', '122232.530000', '122232.533000', '122232.535000', '122232.538000', '122232.540000', '122232.543000', '122232.545000', '122232.548000', '122232.550000', '122232.553000', '122232.557000', '122232.560000', '122232.562000', '122232.565000', '122232.567000', '122232.570000', '122232.572000', '122232.575000', '122232.578000', '122232.580000', '122232.583000', '122232.585000', '122232.588000', '122232.591000', '122232.593000', '122232.596000', '122232.598000', '122232.601000', '122232.603000', '122232.606000', '122232.609000', '122232.612000', '122232.614000', '122232.617000', '122252.506000', '122252.509000', '122252.512000', '122252.514000', '122252.517000', '122252.520000', '122252.522000', '122252.525000', '122252.527000', '122252.530000', '122252.533000', '122252.535000', '122252.538000', '122252.540000', '122252.543000', '122252.545000', '122252.548000', '122252.550000', '122252.553000', '122252.556000', '122252.558000', '122252.561000', '122252.563000', '122252.566000', '122252.568000', '122252.571000', '122252.574000', '122252.576000', '122252.579000', '122252.581000', '122252.584000', '122252.586000', '122252.589000', '122252.592000', '122252.594000', '122252.597000', '122252.600000', '122252.602000', '122252.605000', '122252.607000', '122252.610000', '122252.612000', '122252.615000', '122252.618000', '122312.507000', '122312.509000', '122312.512000', '122312.514000', '122312.517000', '122312.520000', '122312.523000', '122312.525000', '122312.528000', '122312.530000', '122312.533000', '122312.535000', '122312.538000', '122312.541000', '122312.543000', '122312.546000', '122312.548000', '122312.551000', '122312.554000', '122312.556000', '122312.559000', '122312.561000', '122312.564000', '122312.566000', '122312.569000', '122312.572000', '122312.574000', '122312.577000', '122312.579000', '122312.582000', '122312.585000', '122312.587000', '122312.590000', '122312.592000', '122312.595000', '122312.598000', '122312.600000', '122312.603000', '122312.605000', '122312.608000', '122312.610000', '122312.613000', '122312.616000', '122332.506000', '122332.510000', '122332.512000', '122332.515000', '122332.517000', '122332.536000', '122332.542000', '122332.544000', '122332.547000', '122332.550000', '122332.552000', '122332.555000', '122332.557000', '122332.560000', '122332.562000', '122332.565000', '122332.567000', '122332.570000', '122332.573000', '122332.575000', '122332.578000', '122332.581000', '122332.583000', '122332.586000', '122332.588000', '122332.591000', '122332.594000', '122332.596000', '122332.599000', '122332.601000', '122332.604000', '122332.607000', '122332.609000', '122332.612000', '122332.614000', '122332.617000', '122332.619000', '122332.622000', '122332.625000', '122332.627000', '122332.630000', '122332.632000', '122332.635000', '122332.637000', '122352.505000', '122352.508000', '122352.511000', '122352.514000', '122352.516000', '122352.519000', '122352.521000', '122352.524000', '122352.527000', '122352.529000', '122352.532000', '122352.534000', '122352.537000', '122352.539000', '122352.542000', '122352.545000', '122352.547000', '122352.550000', '122352.552000', '122352.555000', '122352.558000', '122352.560000', '122352.563000', '122352.565000', '122352.568000', '122352.571000', '122352.573000', '122352.576000', '122352.578000', '122352.581000', '122352.584000', '122352.586000', '122352.589000', '122352.592000', '122352.595000', '122352.598000', '122352.600000', '122352.603000', '122352.605000', '122352.608000', '122352.611000', '122352.613000', '122352.616000', '122412.506000', '122412.508000', '122412.511000', '122412.514000', '122412.517000', '122412.520000', '122412.522000', '122412.525000', '122412.527000', '122412.530000', '122412.532000', '122412.535000', '122412.538000', '122412.540000', '122412.543000', '122412.545000', '122412.548000', '122412.551000', '122412.553000', '122412.556000', '122412.559000', '122412.561000', '122412.564000', '122412.566000', '122412.569000', '122412.571000', '122412.574000', '122412.577000', '122412.579000', '122412.582000', '122412.584000', '122412.587000', '122412.590000', '122412.592000', '122412.595000', '122412.598000', '122412.600000', '122412.603000', '122412.605000', '122412.608000', '122412.611000', '122412.613000', '122412.616000', '122412.618000', '122432.507000', '122432.509000', '122432.512000', '122432.515000', '122432.517000', '122432.520000', '122432.522000', '122432.525000', '122432.527000', '122432.530000', '122432.533000', '122432.535000', '122432.538000', '122432.540000', '122432.543000', '122432.546000', '122432.548000', '122432.551000', '122432.554000', '122432.556000', '122432.559000', '122432.561000', '122432.564000', '122432.566000', '122432.569000', '122432.571000', '122432.574000', '122432.577000', '122432.580000', '122432.582000', '122432.585000', '122432.588000', '122432.590000', '122432.593000', '122432.595000', '122432.598000', '122432.601000', '122432.603000', '122432.606000', '122432.608000', '122432.611000', '122432.614000', '122432.616000', '122452.507000', '122452.509000', '122452.512000', '122452.515000', '122452.517000', '122452.520000', '122452.522000', '122452.525000', '122452.528000', '122452.530000', '122452.533000', '122452.535000', '122452.538000', '122452.540000', '122452.543000', '122452.546000', '122452.548000', '122452.551000', '122452.553000', '122452.556000', '122452.559000', '122452.561000', '122452.564000', '122452.566000', '122452.569000', '122452.572000', '122452.574000', '122452.577000', '122452.579000', '122452.582000', '122452.591000', '122452.593000', '122452.596000', '122452.598000', '122452.601000', '122452.604000', '122452.606000', '122452.609000', '122452.611000', '122452.614000', '122452.616000', '122452.619000', '122452.622000', '122452.624000', '122512.506000', '122512.509000', '122512.512000', '122512.515000', '122512.517000', '122512.520000', '122512.522000', '122512.525000', '122512.527000', '122512.530000', '122512.533000', '122512.535000', '122512.538000', '122512.540000', '122512.543000', '122512.545000', '122512.548000', '122512.551000', '122512.553000', '122512.556000', '122512.558000', '122512.561000', '122512.564000', '122512.566000', '122512.569000', '122512.572000', '122512.575000', '122512.577000', '122512.580000', '122512.582000', '122512.585000', '122512.588000', '122512.590000', '122512.593000', '122512.596000', '122512.598000', '122512.601000', '122512.603000', '122512.606000', '122512.609000', '122512.611000', '122512.614000', '122512.616000', '122532.507000', '122532.509000', '122532.513000', '122532.516000', '122532.518000', '122532.521000', '122532.523000', '122532.526000', '122532.528000', '122532.531000', '122532.534000', '122532.536000', '122532.539000', '122532.541000', '122532.544000', '122532.547000', '122532.549000', '122532.552000', '122532.555000', '122532.558000', '122532.560000', '122532.563000', '122532.566000', '122532.568000', '122532.571000', '122532.573000', '122532.576000', '122532.579000', '122532.581000', '122532.584000', '122532.586000', '122532.589000', '122532.592000', '122532.594000', '122532.597000', '122532.600000', '122532.602000', '122532.605000', '122532.607000', '122532.610000', '122532.613000', '122532.615000', '122532.618000', '122532.620000', '122552.507000', '122552.509000', '122552.512000', '122552.515000', '122552.517000', '122552.520000', '122552.522000', '122552.525000', '122552.528000', '122552.530000', '122552.533000', '122552.536000', '122552.538000', '122552.541000', '122552.543000', '122552.546000', '122552.549000', '122552.551000', '122552.554000', '122552.557000', '122552.559000', '122552.562000', '122552.565000', '122552.576000', '122552.579000', '122552.581000', '122552.584000', '122552.586000', '122552.589000', '122552.592000', '122552.595000', '122552.597000', '122552.600000', '122552.602000', '122552.605000', '122552.607000', '122552.610000', '122552.613000', '122552.615000', '122552.618000', '122552.620000', '122552.623000', '122552.626000', '122612.505000', '122612.508000', '122612.511000', '122612.513000', '122612.516000', '122612.519000', '122612.521000', '122612.524000', '122612.526000', '122612.529000', '122612.532000', '122612.534000', '122612.537000', '122612.540000', '122612.542000', '122612.545000', '122612.547000', '122612.550000', '122612.552000', '122612.555000', '122612.557000', '122612.560000', '122612.563000', '122612.565000', '122612.568000', '122612.570000', '122612.573000', '122612.575000', '122612.578000', '122612.581000', '122612.583000', '122612.586000', '122612.588000', '122612.591000', '122612.594000', '122612.596000', '122612.599000', '122612.601000', '122612.604000', '122612.606000', '122612.609000', '122612.612000', '122612.614000', '122612.617000', '122632.505000', '122632.508000', '122632.511000', '122632.514000', '122632.516000', '122632.519000', '122632.521000', '122632.524000', '122632.527000', '122632.529000', '122632.532000', '122632.588000', '122632.591000', '122632.593000', '122632.596000', '122632.599000', '122632.601000', '122632.604000', '122632.606000', '122632.609000', '122632.612000', '122632.614000', '122632.617000', '122632.619000', '122632.622000', '122632.625000', '122632.628000', '122632.630000', '122632.633000', '122632.636000', '122632.638000', '122632.641000', '122632.643000', '122632.646000', '122632.649000', '122632.651000', '122632.654000', '122632.656000', '122632.659000', '122632.662000', '122632.664000', '122632.667000', '122632.670000', '122652.506000', '122652.509000', '122652.512000', '122652.514000', '122652.517000', '122652.520000', '122652.522000', '122652.525000', '122652.528000', '122652.530000', '122652.533000', '122652.535000', '122652.538000', '122652.541000', '122652.543000', '122652.546000', '122652.548000', '122652.551000', '122652.553000', '122652.556000', '122652.559000', '122652.561000', '122652.564000', '122652.566000', '122652.569000', '122652.572000', '122652.574000', '122652.577000', '122652.580000', '122652.582000', '122652.585000', '122652.587000', '122652.590000', '122652.593000', '122652.595000', '122652.598000', '122652.600000', '122652.603000', '122652.606000', '122652.608000', '122652.611000', '122652.613000', '122652.616000', '122652.618000', '122712.507000', '122712.509000', '122712.518000', '122712.520000', '122712.523000', '122712.525000', '122712.528000', '122712.530000', '122712.533000', '122712.536000', '122712.538000', '122712.541000', '122712.544000', '122712.546000', '122712.549000', '122712.551000', '122712.554000', '122712.557000', '122712.559000', '122712.562000', '122712.564000', '122712.567000', '122712.570000', '122712.572000', '122712.575000', '122712.577000', '122712.580000', '122712.583000', '122712.585000', '122712.588000', '122712.590000', '122712.593000', '122712.595000', '122712.598000', '122712.601000', '122712.603000', '122712.606000', '122712.608000', '122712.611000', '122712.614000', '122712.616000', '122712.619000', '122712.621000', '122732.506000', '122732.509000', '122732.512000', '122732.515000', '122732.517000', '122732.520000', '122732.522000', '122732.525000', '122732.528000', '122732.530000', '122732.533000', '122732.536000', '122732.538000', '122732.541000', '122732.543000', '122732.546000', '122732.548000', '122732.551000', '122732.554000', '122732.556000', '122732.559000', '122732.561000', '122732.564000', '122732.566000', '122732.569000', '122732.572000', '122732.574000', '122732.577000', '122732.580000', '122732.582000', '122732.585000', '122732.588000', '122732.591000', '122732.593000', '122732.596000', '122732.599000', '122732.601000', '122732.604000', '122732.606000', '122732.609000', '122732.612000', '122732.614000', '122732.617000', '122732.619000', '122752.507000', '122752.510000', '122752.512000', '122752.515000', '122752.517000', '122752.520000', '122752.523000', '122752.525000', '122752.528000', '122752.530000', '122752.533000', '122752.535000', '122752.538000', '122752.541000', '122752.543000', '122752.546000', '122752.548000', '122752.552000', '122752.555000', '122752.558000', '122752.560000', '122752.563000', '122752.565000', '122752.568000', '122752.570000', '122752.573000', '122752.576000', '122752.578000', '122752.581000', '122752.583000', '122752.586000', '122752.588000', '122752.591000', '122752.594000', '122752.596000', '122752.599000', '122752.615000', '122752.617000', '122752.620000', '122752.622000', '122752.625000', '122752.628000', '122752.630000', '122812.507000', '122812.509000', '122812.512000', '122812.515000', '122812.517000', '122812.520000', '122812.522000', '122812.525000', '122812.527000', '122812.530000', '122812.533000', '122812.535000', '122812.538000', '122812.540000', '122812.543000', '122812.545000', '122812.548000', '122812.550000', '122812.553000', '122812.556000', '122812.558000', '122812.561000', '122812.563000', '122812.566000', '122812.569000', '122812.571000', '122812.574000', '122812.576000', '122812.579000', '122812.582000', '122812.584000', '122812.587000', '122812.589000', '122812.592000', '122812.595000', '122812.597000', '122812.600000', '122812.602000', '122812.605000', '122812.608000', '122812.610000', '122812.613000', '122812.615000', '122812.618000', '122832.506000', '122832.509000', '122832.511000', '122832.514000', '122832.516000', '122832.519000', '122832.522000', '122832.524000', '122832.527000', '122832.529000', '122832.532000', '122832.534000', '122832.537000', '122832.539000', '122832.542000', '122832.545000', '122832.547000', '122832.550000', '122832.552000', '122832.555000', '122832.557000', '122832.560000', '122832.562000', '122832.565000', '122832.567000', '122832.570000', '122832.573000', '122832.575000', '122832.578000', '122832.580000', '122832.583000', '122832.585000', '122832.588000', '122832.591000', '122832.593000', '122832.596000', '122832.599000', '122832.601000', '122832.604000', '122832.606000', '122832.609000', '122832.612000', '122832.614000', '122852.506000', '122852.508000', '122852.511000', '122852.515000', '122852.517000', '122852.520000', '122852.523000', '122852.526000', '122852.528000', '122852.531000', '122852.533000', '122852.536000', '122852.539000', '122852.541000', '122852.544000', '122852.546000', '122852.549000', '122852.552000', '122852.554000', '122852.557000', '122852.559000', '122852.562000', '122852.564000', '122852.567000', '122852.569000', '122852.572000', '122852.575000', '122852.577000', '122852.580000', '122852.582000', '122852.585000', '122852.587000', '122852.590000', '122852.592000', '122852.595000', '122852.598000', '122852.600000', '122852.603000', '122852.605000', '122852.608000', '122852.611000', '122852.613000', '122852.616000', '122912.507000', '122912.509000', '122912.512000', '122912.515000', '122912.518000', '122912.520000', '122912.523000', '122912.525000', '122912.528000', '122912.531000', '122912.533000', '122912.536000', '122912.538000', '122912.541000', '122912.543000', '122912.546000', '122912.548000', '122912.551000', '122912.554000', '122912.556000', '122912.559000', '122912.561000', '122912.564000', '122912.566000', '122912.569000', '122912.572000', '122912.574000', '122912.577000', '122912.579000', '122912.582000', '122912.584000', '122912.587000', '122912.589000', '122912.635000', '122912.638000', '122912.640000', '122912.643000', '122912.645000', '122912.648000', '122912.651000', '122912.653000', '122912.656000', '122912.658000', '122912.661000', '122932.506000', '122932.509000', '122932.512000', '122932.514000', '122932.517000', '122932.520000', '122932.522000', '122932.525000', '122932.528000', '122932.530000', '122932.533000', '122932.536000', '122932.538000', '122932.541000', '122932.543000', '122932.546000', '122932.549000', '122932.551000', '122932.554000', '122932.556000', '122932.559000', '122932.562000', '122932.564000', '122932.567000', '122932.569000', '122932.572000', '122932.574000', '122932.577000', '122932.580000', '122932.582000', '122932.585000', '122932.587000', '122932.590000', '122932.593000', '122932.595000', '122932.598000', '122932.600000', '122932.603000', '122932.605000', '122932.608000', '122932.611000', '122932.613000', '122932.616000', '122952.507000', '122952.509000', '122952.512000', '122952.516000', '122952.518000', '122952.521000', '122952.523000', '122952.526000', '122952.529000', '122952.531000', '122952.534000', '122952.536000', '122952.539000', '122952.541000', '122952.544000', '122952.547000', '122952.549000', '122952.552000', '122952.554000', '122952.557000', '122952.560000', '122952.562000', '122952.565000', '122952.567000', '122952.570000', '122952.572000', '122952.575000', '122952.578000', '122952.580000', '122952.583000', '122952.585000', '122952.588000', '122952.591000', '122952.593000', '122952.596000', '122952.598000', '122952.601000', '122952.604000', '122952.606000', '122952.609000', '122952.612000', '122952.614000', '122952.617000', '122952.619000', '123008.820000', '123008.823000', '123008.827000', '123008.830000', '123008.832000', '123008.835000', '123008.838000', '123008.842000', '123008.844000', '123008.847000', '123008.850000', '123008.853000', '123008.856000', '123008.858000', '123008.861000', '123008.866000', '123008.869000', '123008.871000', '123008.874000', '123008.877000', '123008.880000', '123008.883000', '123008.886000', '123008.889000', '123008.892000', '123008.894000', '123008.897000', '123008.900000', '123008.903000', '123008.906000', '123008.908000', '123008.911000', '123008.913000', '123008.916000', '123008.919000', '123008.922000'], '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': [9249, 9234, 9323, 9133, 9221, 9418, 9891, 8961, 10487, 8840, 10175, 11217, 9994, 10820, 9805, 10894, 9706, 10782, 9731, 10945, 9561, 10704, 10001, 10516, 9850, 9042, 10238, 9561, 10301, 11010, 10410, 11080, 10504, 11157, 10893, 10851, 10845, 10915, 10836, 11612, 10777, 9820, 10798, 9238, 10991, 9381, 10403, 9009, 11076, 9414, 11490, 9872, 11558, 9712, 11088, 9673, 10441, 9619, 11252, 9527, 11316, 9408, 11313, 9443, 11013, 9214, 10905, 8993, 10126, 11301, 10002, 8545, 10285, 10467, 10000, 10776, 10112, 11186, 9518, 11045, 9340, 10933, 9722, 10408, 9478, 9853, 9357, 10001, 9421, 10488, 9154, 10813, 9114, 10707, 8835, 10425, 11348, 9589, 9905, 9706, 10043, 9881, 10922, 9782, 10800, 9615, 10522, 9530, 11116, 9578, 10587, 9096, 10712, 8922, 10283, 10446, 10237, 10383, 9710, 9268, 10095, 9809, 10147, 9972, 10020, 10800, 9828, 11161, 9958, 11100, 9959, 10905, 9617, 11135, 9739, 11289, 9819, 10983, 9402, 11049, 9051, 11051, 11292, 10533, 8419, 10311, 10411, 10346, 10892, 10011, 10143, 9685, 11692, 9436, 11226, 11391, 10131, 9557, 10369, 8721, 10011, 10772, 9742, 10870, 9656, 10973, 9578, 11166, 9717, 10429, 9343, 10263, 9331, 9970, 9406, 10508, 9286, 11091, 9013, 11177, 9089, 11101, 9130, 10586, 8981, 10710, 8647, 10552, 10170, 10131, 9024, 10113, 8057, 9781, 9770, 9887, 10771, 9586, 11095, 9470, 10348, 9536, 10787, 9717, 10408, 10757, 9996, 11029, 10201, 10620, 9689, 10147, 10939, 10017, 11266, 9984, 11287, 9903, 10634, 9546, 11130, 9478, 11066, 9505, 10671, 9617, 10530, 9599, 11235, 9741, 11531, 9523, 11024, 9127, 10634, 8819, 10757, 9554, 10436, 10825, 10342, 11019, 10069, 11064, 10262, 10879, 9640, 9229, 9931, 8986, 10415, 9249, 10199, 8690, 10003, 9921, 10152, 11126, 9803, 10900, 9520, 10489, 9642, 11617, 8963, 10822, 11397, 10513, 10621, 10250, 9815, 9737, 10328, 9862, 10564, 9726, 11005, 9672, 11057, 9476, 10919, 9512, 10993, 9525, 10011, 9265, 11164, 9184, 11272, 9245, 10645, 9272, 10110, 10888, 10052, 10720, 9751, 9076, 9893, 9548, 10023, 8921, 9904, 9264, 9682, 9286, 9803, 9295, 10076, 9255, 9827, 8360, 9863, 9487, 10104, 8801, 10176, 10355, 9783, 10835, 10011, 10671, 10213, 10972, 9502, 11034, 9560, 10633, 9639, 11347, 8936, 10775, 11073, 10372, 11167, 10033, 9223, 9470, 9085, 9463, 9276, 9802, 9458, 9598, 10651, 9536, 11004, 9818, 10819, 9837, 10797, 9443, 10960, 9388, 10801, 9538, 10766, 9513, 11209, 9171, 11350, 9054, 10251, 11072, 9708, 9524, 10154, 8539, 9882, 10876, 9401, 10713, 9356, 10969, 9308, 10939, 9545, 10301, 9464, 10274, 9445, 10647, 9365, 10163, 9549, 10723, 9265, 11203, 9077, 11043, 9049, 11078, 8901, 10455, 8606, 10312, 8980, 10078, 10281, 9978, 10602, 9663, 10679, 10002, 10052, 9608, 9196, 9650, 9337, 9778, 9153, 9865, 9531, 9664, 10752, 9609, 10784, 10031, 10858, 9560, 11077, 9445, 10386, 9782, 11264, 9264, 10290, 8494, 10061, 11187, 9409, 10536, 8929, 11429, 9022, 10451, 11200, 9914, 10486, 9961, 9089, 10090, 9177, 9855, 9764, 9858, 8290, 9978, 9967, 9779, 10896, 9772, 10712, 10012, 8485, 9897, 8913, 10117, 8702, 10103, 8922, 10474, 9222, 10196, 7764, 10155, 9167, 10413, 9382, 10286, 9113, 9977, 8953, 10133, 10360, 9921, 9134, 9929, 9348, 9887, 9457, 10225, 9152, 9637, 10772, 9457, 10930, 9459, 10980, 9469, 10660, 9124, 10708, 9070, 10750, 9222, 10583, 9084, 10218, 9053, 10282, 9229, 10595, 9205, 9835, 9056, 9858, 9075, 10137, 9164, 9833, 9319, 10774, 9279, 10542, 9255, 10069, 9288, 10525, 9230, 10133, 9399, 10557, 9537, 10732, 9308, 10305, 9533, 10824, 9511, 10866, 9812, 10809, 9499, 11026, 9239, 11049, 9517, 10883, 9651, 10629, 9417, 10784, 9481, 11157, 9677, 10816, 9377, 10850, 9454, 10883, 9484, 10903, 9481, 10394, 9362, 10171, 9546, 10380, 9528, 11053, 9163, 11424, 9205, 11187, 9460, 11183, 9184, 10701, 8699, 10448, 9194, 10587, 10618, 10092, 8644, 10202, 10675, 10269, 10683, 10141, 10808, 9659, 10631, 9519, 10933, 9556, 10858, 9506, 10707, 9307, 10149, 9550, 11121, 8838, 10651, 10738, 10419, 8990, 10237, 9422, 9630, 10938, 9476, 10730, 9603, 10951, 9195, 10595, 9204, 10355, 9154, 10323, 9413, 11133, 10863, 9962, 8787, 9583, 10596, 9538, 10639, 9474, 9956, 9351, 11121, 9162, 11142, 9327, 11424, 9254, 10796, 9221, 10916, 8918, 11068, 9007, 10950, 9008, 10320, 10299, 10518, 10853, 10571, 10727, 10501, 10207, 10393, 8293, 10089, 7792, 10316, 10080, 10243, 10671, 9986, 11088, 10060, 10508, 9898, 11367, 9486, 11061, 9388, 11141, 9125, 10452, 9752, 10241, 11020, 10318, 10597, 9664, 9712, 9968, 8835, 9751, 8515, 9975, 10944, 9565, 10994, 9815, 10746, 9739, 10429, 9601, 10397, 9394, 10628, 9427, 11197, 9367, 11193, 9127, 10764, 9154, 10216, 10802, 10378, 8920, 10176, 9592, 10016, 10898, 9996, 10886, 9973, 10946, 9339, 10487, 9420, 10321, 9474, 11257, 9268, 11074, 9007, 10721, 8900, 10854, 9404, 10329, 10603, 10163, 10291, 10408, 9297, 10118, 10032, 10253, 10908, 10245, 10706, 10204, 10882, 9477, 10414, 9606, 10257, 9551, 11110, 8868, 10493, 10873, 10517, 9049, 10430, 10737, 9899, 10945, 9655, 11400, 9621, 10929, 9803, 10361, 10640, 9826, 10338, 9640, 9598, 9531, 10032, 9631, 10468, 9663, 11072, 9540, 10651, 9156, 9821, 9204, 10613, 9455, 10918, 8918, 10773, 8686, 10503, 9901, 10225, 9320, 9992, 8215, 9982, 10363, 10051, 10905, 9661, 10917, 9376, 11068, 9460, 10359, 9046, 10186, 9142, 10304, 9641, 9797, 10663, 9424, 10334, 9524, 10673, 9221, 10663, 8962, 9979, 10833, 9824, 9401, 9575, 9590, 9451, 10711, 9623, 10871, 9685, 10587, 9478, 10436, 9236, 10005, 9196, 10264, 9254, 10704, 8687, 10460, 8715, 10162, 10520, 10055, 9355, 9871, 10594, 9899, 10881, 9853, 10223, 9353, 11091, 8620, 10447, 10452, 9813, 9247, 9637, 10282, 9895, 10864, 9708, 10868, 9171, 10375, 9087, 10382, 9222, 10829, 9205, 10648, 8874, 10739, 8854, 10903, 9095, 10722, 9027, 10573, 8458, 10312, 8571, 10163, 9888, 9648, 8747, 9951, 9044, 10102, 10720, 9708, 10663, 9404, 10437, 9216, 11299, 8740, 10134, 9704, 10180, 10322, 9574, 9006, 9627, 9895, 9688, 10540, 9669, 10736, 9641, 10666, 9284, 10753, 9021, 10575, 9101, 9975, 8929, 10273, 8922, 10643, 8823, 11091, 8944, 10460, 9556, 10518, 10263, 10032, 8660, 9779, 8833, 9505, 10473, 9889, 10379, 9502, 10398, 8836, 10876, 9690, 10625, 8895, 9462, 9556, 9288, 10547, 9260, 10405, 9152, 9648, 8651, 10529, 8150, 10068, 9795, 9629, 8466, 9699, 7626, 9505, 8134, 9527, 10217, 9071, 10110, 9072, 10422, 8975, 10389, 9131, 10062, 8649, 10645, 8659, 10806, 8882, 10400, 8418, 10424, 8197, 10547, 8424, 10095, 8595, 10101, 8982, 10158, 8977, 10237, 10177, 9372, 9915, 9510, 10148, 9734, 9897, 9358, 8457, 9573, 8423, 9800, 8750, 9604, 8609, 9431, 10239, 9737, 10440, 9587, 10146, 8855, 10630, 8992, 10539, 9150, 10061, 10636, 9530, 10759, 9512, 9820, 10628, 9444, 10275, 9280, 10886, 8934, 10312, 8551, 10878, 8654, 10687, 8689, 10301, 8636, 10082, 9637, 10188, 8926, 10328, 9627, 9602, 9134, 9908, 9690, 9789, 8708, 9809, 8452, 9934, 8286, 10108, 8278, 9778, 7678, 9665, 7998, 9897, 8030, 9651, 10097, 9392, 10675, 9411, 10112, 9561, 9804, 9113, 10540, 9109, 10440, 9138, 10396, 9122, 9579, 8960, 10798, 8710, 10806, 8817, 10520, 8933, 10831, 8660, 10503, 8673, 9740, 8771, 9819, 8737, 9745, 8672, 9598, 8742, 10017, 8505, 10831, 8486, 10751, 8790, 10435, 8815, 9857, 9950, 10012], 'WindowCenter': [3683.0, 3656.0, 3655.0, 3652.0, 3651.0, 3639.0, 3649.0, 3638.0, 3649.0, 3638.0, 3661.0, 3661.0, 3662.0, 3661.0, 3651.0, 3661.0, 3650.0, 3649.0, 3649.0, 3648.0, 3649.0, 3648.0, 3649.0, 3647.0, 3649.0, 3626.0, 3648.0, 3637.0, 3648.0, 3658.0, 3649.0, 3660.0, 3660.0, 3661.0, 3661.0, 3672.0, 3673.0, 3674.0, 3674.0, 3674.0, 3675.0, 3664.0, 3674.0, 3665.0, 3675.0, 3654.0, 3663.0, 3653.0, 3661.0, 3653.0, 3673.0, 3663.0, 3662.0, 3652.0, 3672.0, 3664.0, 3663.0, 3664.0, 3662.0, 3652.0, 3661.0, 3652.0, 3662.0, 3651.0, 3662.0, 3666.0, 3688.0, 3653.0, 3663.0, 3673.0, 3651.0, 3638.0, 3650.0, 3649.0, 3649.0, 3659.0, 3650.0, 3659.0, 3638.0, 3647.0, 3636.0, 3646.0, 3637.0, 3636.0, 3636.0, 3635.0, 3635.0, 3633.0, 3636.0, 3635.0, 3636.0, 3645.0, 3625.0, 3635.0, 3625.0, 3636.0, 3646.0, 3636.0, 3636.0, 3636.0, 3635.0, 3647.0, 3646.0, 3648.0, 3648.0, 3649.0, 3648.0, 3649.0, 3648.0, 3638.0, 3648.0, 3637.0, 3647.0, 3637.0, 3647.0, 3647.0, 3637.0, 3636.0, 3636.0, 3635.0, 3647.0, 3636.0, 3647.0, 3637.0, 3648.0, 3647.0, 3648.0, 3658.0, 3649.0, 3659.0, 3650.0, 3649.0, 3650.0, 3659.0, 3650.0, 3661.0, 3651.0, 3649.0, 3651.0, 3660.0, 3640.0, 3661.0, 3662.0, 3662.0, 3641.0, 3662.0, 3662.0, 3664.0, 3663.0, 3663.0, 3662.0, 3652.0, 3673.0, 3653.0, 3662.0, 3673.0, 3651.0, 3651.0, 3650.0, 3639.0, 3650.0, 3649.0, 3650.0, 3648.0, 3639.0, 3648.0, 3638.0, 3648.0, 3638.0, 3647.0, 3638.0, 3636.0, 3636.0, 3636.0, 3637.0, 3647.0, 3637.0, 3646.0, 3637.0, 3647.0, 3636.0, 3647.0, 3637.0, 3647.0, 3637.0, 3647.0, 3627.0, 3648.0, 3660.0, 3649.0, 3638.0, 3650.0, 3628.0, 3651.0, 3650.0, 3650.0, 3660.0, 3651.0, 3660.0, 3650.0, 3650.0, 3651.0, 3661.0, 3640.0, 3649.0, 3661.0, 3650.0, 3662.0, 3662.0, 3662.0, 3650.0, 3650.0, 3649.0, 3649.0, 3648.0, 3648.0, 3648.0, 3648.0, 3648.0, 3638.0, 3646.0, 3637.0, 3646.0, 3637.0, 3635.0, 3636.0, 3635.0, 3636.0, 3646.0, 3637.0, 3646.0, 3638.0, 3649.0, 3639.0, 3648.0, 3639.0, 3649.0, 3650.0, 3650.0, 3649.0, 3649.0, 3648.0, 3638.0, 3647.0, 3648.0, 3648.0, 3638.0, 3637.0, 3637.0, 3637.0, 3649.0, 3638.0, 3650.0, 3627.0, 3649.0, 3648.0, 3650.0, 3659.0, 3650.0, 3649.0, 3650.0, 3661.0, 3652.0, 3660.0, 3641.0, 3660.0, 3661.0, 3661.0, 3650.0, 3651.0, 3651.0, 3651.0, 3650.0, 3650.0, 3648.0, 3638.0, 3648.0, 3638.0, 3647.0, 3637.0, 3646.0, 3637.0, 3646.0, 3637.0, 3636.0, 3636.0, 3646.0, 3636.0, 3647.0, 3637.0, 3646.0, 3638.0, 3647.0, 3648.0, 3636.0, 3648.0, 3637.0, 3626.0, 3637.0, 3636.0, 3637.0, 3627.0, 3638.0, 3637.0, 3637.0, 3626.0, 3637.0, 3625.0, 3636.0, 3637.0, 3637.0, 3626.0, 3638.0, 3637.0, 3649.0, 3638.0, 3650.0, 3649.0, 3650.0, 3649.0, 3650.0, 3650.0, 3662.0, 3660.0, 3651.0, 3659.0, 3651.0, 3650.0, 3652.0, 3662.0, 3640.0, 3661.0, 3662.0, 3650.0, 3661.0, 3650.0, 3639.0, 3639.0, 3639.0, 3638.0, 3625.0, 3637.0, 3637.0, 3638.0, 3636.0, 3636.0, 3646.0, 3637.0, 3648.0, 3637.0, 3647.0, 3637.0, 3646.0, 3637.0, 3647.0, 3638.0, 3648.0, 3638.0, 3648.0, 3638.0, 3648.0, 3639.0, 3649.0, 3660.0, 3649.0, 3639.0, 3650.0, 3638.0, 3650.0, 3648.0, 3640.0, 3649.0, 3639.0, 3647.0, 3638.0, 3646.0, 3638.0, 3636.0, 3638.0, 3636.0, 3637.0, 3647.0, 3637.0, 3636.0, 3638.0, 3647.0, 3638.0, 3647.0, 3627.0, 3647.0, 3637.0, 3647.0, 3637.0, 3648.0, 3627.0, 3638.0, 3637.0, 3637.0, 3648.0, 3637.0, 3648.0, 3637.0, 3647.0, 3637.0, 3637.0, 3638.0, 3637.0, 3637.0, 3636.0, 3637.0, 3637.0, 3649.0, 3637.0, 3638.0, 3648.0, 3638.0, 3647.0, 3650.0, 3649.0, 3639.0, 3648.0, 3639.0, 3648.0, 3649.0, 3649.0, 3640.0, 3651.0, 3641.0, 3663.0, 3662.0, 3653.0, 3662.0, 3640.0, 3673.0, 3652.0, 3661.0, 3661.0, 3650.0, 3650.0, 3649.0, 3639.0, 3649.0, 3638.0, 3638.0, 3637.0, 3638.0, 3627.0, 3649.0, 3637.0, 3649.0, 3647.0, 3648.0, 3647.0, 3648.0, 3627.0, 3649.0, 3637.0, 3649.0, 3627.0, 3650.0, 3639.0, 3661.0, 3650.0, 3651.0, 3628.0, 3650.0, 3639.0, 3661.0, 3651.0, 3650.0, 3640.0, 3650.0, 3638.0, 3648.0, 3650.0, 3649.0, 3639.0, 3649.0, 3639.0, 3650.0, 3649.0, 3650.0, 3639.0, 3651.0, 3650.0, 3640.0, 3648.0, 3638.0, 3647.0, 3639.0, 3648.0, 3638.0, 3636.0, 3626.0, 3646.0, 3637.0, 3636.0, 3627.0, 3634.0, 3625.0, 3635.0, 3626.0, 3635.0, 3636.0, 3634.0, 3626.0, 3635.0, 3626.0, 3635.0, 3638.0, 3637.0, 3638.0, 3647.0, 3637.0, 3647.0, 3638.0, 3648.0, 3638.0, 3648.0, 3639.0, 3647.0, 3639.0, 3648.0, 3650.0, 3649.0, 3639.0, 3649.0, 3650.0, 3649.0, 3650.0, 3649.0, 3651.0, 3649.0, 3651.0, 3649.0, 3640.0, 3660.0, 3651.0, 3660.0, 3652.0, 3649.0, 3650.0, 3661.0, 3652.0, 3661.0, 3652.0, 3660.0, 3641.0, 3648.0, 3651.0, 3649.0, 3651.0, 3650.0, 3651.0, 3648.0, 3640.0, 3649.0, 3651.0, 3649.0, 3651.0, 3661.0, 3651.0, 3661.0, 3651.0, 3660.0, 3651.0, 3662.0, 3651.0, 3650.0, 3640.0, 3650.0, 3650.0, 3661.0, 3662.0, 3650.0, 3640.0, 3661.0, 3661.0, 3662.0, 3661.0, 3663.0, 3661.0, 3651.0, 3650.0, 3651.0, 3660.0, 3651.0, 3650.0, 3651.0, 3649.0, 3640.0, 3649.0, 3650.0, 3660.0, 3640.0, 3650.0, 3661.0, 3661.0, 3640.0, 3662.0, 3651.0, 3652.0, 3661.0, 3651.0, 3650.0, 3652.0, 3649.0, 3640.0, 3648.0, 3638.0, 3637.0, 3637.0, 3635.0, 3637.0, 3647.0, 3648.0, 3648.0, 3639.0, 3649.0, 3649.0, 3639.0, 3648.0, 3649.0, 3637.0, 3638.0, 3647.0, 3638.0, 3646.0, 3638.0, 3657.0, 3638.0, 3647.0, 3638.0, 3647.0, 3637.0, 3648.0, 3638.0, 3659.0, 3640.0, 3650.0, 3651.0, 3650.0, 3660.0, 3660.0, 3662.0, 3661.0, 3662.0, 3651.0, 3640.0, 3651.0, 3629.0, 3663.0, 3662.0, 3662.0, 3661.0, 3663.0, 3662.0, 3664.0, 3662.0, 3664.0, 3673.0, 3652.0, 3662.0, 3651.0, 3662.0, 3640.0, 3650.0, 3639.0, 3648.0, 3648.0, 3648.0, 3648.0, 3638.0, 3637.0, 3637.0, 3637.0, 3638.0, 3626.0, 3649.0, 3646.0, 3638.0, 3647.0, 3648.0, 3646.0, 3638.0, 3647.0, 3638.0, 3648.0, 3639.0, 3647.0, 3637.0, 3647.0, 3638.0, 3648.0, 3637.0, 3647.0, 3638.0, 3647.0, 3648.0, 3647.0, 3638.0, 3649.0, 3638.0, 3649.0, 3647.0, 3650.0, 3648.0, 3650.0, 3648.0, 3639.0, 3648.0, 3638.0, 3648.0, 3649.0, 3659.0, 3638.0, 3647.0, 3639.0, 3648.0, 3639.0, 3660.0, 3639.0, 3649.0, 3649.0, 3649.0, 3649.0, 3661.0, 3650.0, 3651.0, 3651.0, 3662.0, 3661.0, 3662.0, 3662.0, 3663.0, 3661.0, 3651.0, 3650.0, 3652.0, 3662.0, 3652.0, 3662.0, 3641.0, 3650.0, 3660.0, 3661.0, 3639.0, 3662.0, 3662.0, 3652.0, 3662.0, 3652.0, 3662.0, 3653.0, 3661.0, 3651.0, 3649.0, 3649.0, 3649.0, 3649.0, 3639.0, 3638.0, 3638.0, 3637.0, 3637.0, 3635.0, 3637.0, 3647.0, 3638.0, 3636.0, 3637.0, 3636.0, 3637.0, 3648.0, 3638.0, 3648.0, 3637.0, 3647.0, 3628.0, 3648.0, 3650.0, 3650.0, 3639.0, 3649.0, 3627.0, 3650.0, 3650.0, 3651.0, 3661.0, 3651.0, 3661.0, 3652.0, 3662.0, 3651.0, 3651.0, 3640.0, 3651.0, 3640.0, 3662.0, 3651.0, 3651.0, 3650.0, 3640.0, 3649.0, 3650.0, 3649.0, 3639.0, 3649.0, 3639.0, 3638.0, 3648.0, 3648.0, 3638.0, 3649.0, 3637.0, 3638.0, 3648.0, 3638.0, 3646.0, 3637.0, 3648.0, 3638.0, 3648.0, 3637.0, 3637.0, 3638.0, 3648.0, 3638.0, 3647.0, 3627.0, 3646.0, 3627.0, 3648.0, 3649.0, 3649.0, 3639.0, 3648.0, 3649.0, 3649.0, 3660.0, 3651.0, 3650.0, 3651.0, 3660.0, 3639.0, 3661.0, 3661.0, 3651.0, 3651.0, 3651.0, 3651.0, 3651.0, 3660.0, 3651.0, 3649.0, 3640.0, 3648.0, 3638.0, 3636.0, 3638.0, 3648.0, 3638.0, 3648.0, 3637.0, 3647.0, 3626.0, 3647.0, 3627.0, 3647.0, 3626.0, 3647.0, 3626.0, 3636.0, 3627.0, 3648.0, 3648.0, 3638.0, 3627.0, 3650.0, 3639.0, 3662.0, 3661.0, 3651.0, 3662.0, 3653.0, 3662.0, 3653.0, 3662.0, 3642.0, 3651.0, 3650.0, 3650.0, 3649.0, 3651.0, 3639.0, 3650.0, 3649.0, 3639.0, 3649.0, 3650.0, 3660.0, 3650.0, 3649.0, 3639.0, 3648.0, 3639.0, 3648.0, 3639.0, 3638.0, 3639.0, 3636.0, 3637.0, 3647.0, 3639.0, 3659.0, 3639.0, 3648.0, 3639.0, 3649.0, 3649.0, 3650.0, 3640.0, 3651.0, 3640.0, 3650.0, 3650.0, 3652.0, 3651.0, 3652.0, 3651.0, 3641.0, 3662.0, 3652.0, 3663.0, 3652.0, 3652.0, 3652.0, 3641.0, 3649.0, 3640.0, 3650.0, 3640.0, 3638.0, 3629.0, 3649.0, 3628.0, 3649.0, 3650.0, 3639.0, 3628.0, 3639.0, 3617.0, 3638.0, 3628.0, 3639.0, 3649.0, 3638.0, 3648.0, 3639.0, 3649.0, 3639.0, 3649.0, 3651.0, 3649.0, 3640.0, 3649.0, 3640.0, 3650.0, 3640.0, 3649.0, 3629.0, 3649.0, 3629.0, 3649.0, 3629.0, 3650.0, 3639.0, 3649.0, 3639.0, 3650.0, 3640.0, 3650.0, 3651.0, 3639.0, 3650.0, 3650.0, 3650.0, 3650.0, 3650.0, 3639.0, 3629.0, 3639.0, 3627.0, 3651.0, 3640.0, 3651.0, 3628.0, 3641.0, 3650.0, 3652.0, 3662.0, 3652.0, 3651.0, 3653.0, 3663.0, 3655.0, 3663.0, 3653.0, 3664.0, 3664.0, 3666.0, 3663.0, 3653.0, 3652.0, 3651.0, 3651.0, 3649.0, 3640.0, 3649.0, 3640.0, 3638.0, 3627.0, 3647.0, 3627.0, 3648.0, 3626.0, 3637.0, 3626.0, 3636.0, 3637.0, 3648.0, 3638.0, 3649.0, 3649.0, 3640.0, 3640.0, 3650.0, 3651.0, 3652.0, 3641.0, 3651.0, 3631.0, 3651.0, 3629.0, 3663.0, 3640.0, 3651.0, 3630.0, 3650.0, 3629.0, 3651.0, 3630.0, 3652.0, 3650.0, 3641.0, 3650.0, 3640.0, 3649.0, 3651.0, 3649.0, 3640.0, 3649.0, 3639.0, 3648.0, 3639.0, 3649.0, 3640.0, 3638.0, 3639.0, 3648.0, 3639.0, 3648.0, 3639.0, 3649.0, 3638.0, 3648.0, 3628.0, 3648.0, 3628.0, 3638.0, 3628.0, 3637.0, 3628.0, 3637.0, 3627.0, 3636.0, 3640.0, 3649.0, 3639.0, 3649.0, 3639.0, 3660.0, 3641.0, 3661.0, 3641.0, 3650.0, 3651.0, 3651.0], 'WindowWidth': [8306.0, 8259.0, 8251.0, 8242.0, 8239.0, 8219.0, 8232.0, 8215.0, 8230.0, 8215.0, 8250.0, 8250.0, 8255.0, 8250.0, 8238.0, 8249.0, 8235.0, 8231.0, 8231.0, 8229.0, 8232.0, 8227.0, 8230.0, 8224.0, 8229.0, 8196.0, 8227.0, 8211.0, 8229.0, 8243.0, 8230.0, 8247.0, 8247.0, 8251.0, 8252.0, 8269.0, 8272.0, 8275.0, 8275.0, 8275.0, 8275.0, 8261.0, 8275.0, 8263.0, 8276.0, 8247.0, 8257.0, 8243.0, 8252.0, 8244.0, 8272.0, 8258.0, 8253.0, 8241.0, 8267.0, 8259.0, 8259.0, 8262.0, 8254.0, 8239.0, 8250.0, 8241.0, 8254.0, 8239.0, 8253.0, 8267.0, 8300.0, 8245.0, 8258.0, 8271.0, 8239.0, 8217.0, 8233.0, 8229.0, 8233.0, 8243.0, 8233.0, 8245.0, 8216.0, 8226.0, 8210.0, 8220.0, 8210.0, 8207.0, 8209.0, 8203.0, 8206.0, 8201.0, 8207.0, 8204.0, 8208.0, 8218.0, 8190.0, 8203.0, 8192.0, 8207.0, 8220.0, 8206.0, 8207.0, 8210.0, 8206.0, 8226.0, 8222.0, 8230.0, 8227.0, 8231.0, 8227.0, 8231.0, 8227.0, 8215.0, 8227.0, 8211.0, 8223.0, 8210.0, 8222.0, 8224.0, 8209.0, 8209.0, 8208.0, 8205.0, 8223.0, 8208.0, 8225.0, 8210.0, 8228.0, 8225.0, 8229.0, 8239.0, 8232.0, 8245.0, 8235.0, 8230.0, 8234.0, 8243.0, 8235.0, 8249.0, 8237.0, 8232.0, 8236.0, 8246.0, 8220.0, 8250.0, 8253.0, 8252.0, 8224.0, 8253.0, 8252.0, 8260.0, 8255.0, 8259.0, 8252.0, 8241.0, 8268.0, 8243.0, 8254.0, 8269.0, 8235.0, 8235.0, 8234.0, 8217.0, 8232.0, 8229.0, 8233.0, 8226.0, 8216.0, 8225.0, 8215.0, 8225.0, 8215.0, 8224.0, 8213.0, 8206.0, 8208.0, 8206.0, 8211.0, 8223.0, 8211.0, 8219.0, 8210.0, 8222.0, 8209.0, 8222.0, 8211.0, 8223.0, 8210.0, 8223.0, 8199.0, 8226.0, 8248.0, 8231.0, 8215.0, 8232.0, 8201.0, 8236.0, 8232.0, 8235.0, 8247.0, 8237.0, 8245.0, 8233.0, 8233.0, 8237.0, 8249.0, 8218.0, 8229.0, 8247.0, 8233.0, 8256.0, 8253.0, 8253.0, 8233.0, 8234.0, 8230.0, 8229.0, 8226.0, 8227.0, 8225.0, 8228.0, 8224.0, 8212.0, 8220.0, 8209.0, 8218.0, 8208.0, 8204.0, 8208.0, 8202.0, 8207.0, 8221.0, 8211.0, 8222.0, 8213.0, 8229.0, 8217.0, 8227.0, 8217.0, 8230.0, 8233.0, 8232.0, 8230.0, 8227.0, 8226.0, 8213.0, 8223.0, 8227.0, 8227.0, 8213.0, 8209.0, 8211.0, 8209.0, 8230.0, 8213.0, 8233.0, 8197.0, 8229.0, 8225.0, 8232.0, 8242.0, 8235.0, 8231.0, 8233.0, 8248.0, 8238.0, 8247.0, 8222.0, 8246.0, 8249.0, 8248.0, 8234.0, 8235.0, 8234.0, 8236.0, 8231.0, 8231.0, 8225.0, 8215.0, 8225.0, 8214.0, 8221.0, 8209.0, 8219.0, 8208.0, 8218.0, 8209.0, 8206.0, 8209.0, 8221.0, 8208.0, 8221.0, 8210.0, 8221.0, 8212.0, 8223.0, 8225.0, 8209.0, 8226.0, 8210.0, 8194.0, 8211.0, 8207.0, 8210.0, 8197.0, 8214.0, 8211.0, 8210.0, 8192.0, 8210.0, 8191.0, 8207.0, 8209.0, 8212.0, 8195.0, 8212.0, 8210.0, 8229.0, 8214.0, 8232.0, 8228.0, 8231.0, 8228.0, 8234.0, 8232.0, 8251.0, 8246.0, 8238.0, 8243.0, 8235.0, 8233.0, 8240.0, 8252.0, 8223.0, 8249.0, 8250.0, 8234.0, 8247.0, 8233.0, 8217.0, 8217.0, 8215.0, 8212.0, 8192.0, 8211.0, 8211.0, 8213.0, 8206.0, 8207.0, 8219.0, 8212.0, 8225.0, 8210.0, 8221.0, 8210.0, 8221.0, 8212.0, 8224.0, 8215.0, 8225.0, 8213.0, 8226.0, 8214.0, 8228.0, 8217.0, 8229.0, 8246.0, 8231.0, 8215.0, 8232.0, 8215.0, 8234.0, 8229.0, 8219.0, 8228.0, 8214.0, 8222.0, 8212.0, 8220.0, 8212.0, 8208.0, 8212.0, 8205.0, 8210.0, 8222.0, 8211.0, 8207.0, 8212.0, 8223.0, 8213.0, 8221.0, 8196.0, 8221.0, 8211.0, 8224.0, 8211.0, 8224.0, 8196.0, 8211.0, 8211.0, 8209.0, 8226.0, 8211.0, 8224.0, 8208.0, 8223.0, 8209.0, 8210.0, 8212.0, 8211.0, 8211.0, 8205.0, 8210.0, 8210.0, 8230.0, 8210.0, 8215.0, 8224.0, 8213.0, 8222.0, 8233.0, 8229.0, 8218.0, 8225.0, 8216.0, 8226.0, 8228.0, 8228.0, 8220.0, 8235.0, 8224.0, 8255.0, 8253.0, 8241.0, 8252.0, 8220.0, 8269.0, 8240.0, 8249.0, 8247.0, 8231.0, 8231.0, 8230.0, 8215.0, 8229.0, 8214.0, 8214.0, 8209.0, 8212.0, 8196.0, 8228.0, 8210.0, 8228.0, 8222.0, 8227.0, 8223.0, 8226.0, 8196.0, 8228.0, 8211.0, 8229.0, 8198.0, 8233.0, 8219.0, 8250.0, 8234.0, 8236.0, 8202.0, 8232.0, 8216.0, 8249.0, 8235.0, 8234.0, 8219.0, 8231.0, 8214.0, 8229.0, 8232.0, 8231.0, 8217.0, 8230.0, 8215.0, 8233.0, 8231.0, 8234.0, 8218.0, 8236.0, 8231.0, 8219.0, 8225.0, 8214.0, 8225.0, 8217.0, 8225.0, 8213.0, 8206.0, 8194.0, 8218.0, 8210.0, 8207.0, 8196.0, 8201.0, 8191.0, 8203.0, 8193.0, 8204.0, 8208.0, 8202.0, 8194.0, 8204.0, 8195.0, 8205.0, 8213.0, 8209.0, 8212.0, 8224.0, 8211.0, 8225.0, 8215.0, 8228.0, 8215.0, 8226.0, 8216.0, 8224.0, 8217.0, 8228.0, 8234.0, 8231.0, 8219.0, 8228.0, 8232.0, 8229.0, 8234.0, 8229.0, 8236.0, 8230.0, 8235.0, 8230.0, 8221.0, 8245.0, 8236.0, 8247.0, 8239.0, 8232.0, 8235.0, 8247.0, 8238.0, 8250.0, 8239.0, 8246.0, 8223.0, 8228.0, 8234.0, 8230.0, 8235.0, 8231.0, 8235.0, 8228.0, 8219.0, 8231.0, 8235.0, 8232.0, 8238.0, 8249.0, 8237.0, 8247.0, 8235.0, 8247.0, 8238.0, 8252.0, 8237.0, 8233.0, 8221.0, 8233.0, 8233.0, 8251.0, 8252.0, 8236.0, 8220.0, 8251.0, 8248.0, 8253.0, 8250.0, 8254.0, 8249.0, 8238.0, 8232.0, 8235.0, 8247.0, 8236.0, 8232.0, 8235.0, 8230.0, 8219.0, 8231.0, 8233.0, 8247.0, 8221.0, 8233.0, 8249.0, 8249.0, 8222.0, 8254.0, 8237.0, 8239.0, 8248.0, 8235.0, 8232.0, 8238.0, 8230.0, 8219.0, 8227.0, 8213.0, 8209.0, 8210.0, 8204.0, 8209.0, 8224.0, 8226.0, 8227.0, 8216.0, 8230.0, 8228.0, 8216.0, 8226.0, 8231.0, 8212.0, 8214.0, 8222.0, 8212.0, 8221.0, 8212.0, 8238.0, 8214.0, 8224.0, 8212.0, 8223.0, 8211.0, 8225.0, 8214.0, 8243.0, 8219.0, 8232.0, 8236.0, 8232.0, 8246.0, 8247.0, 8253.0, 8249.0, 8251.0, 8238.0, 8220.0, 8236.0, 8206.0, 8257.0, 8254.0, 8255.0, 8251.0, 8256.0, 8251.0, 8258.0, 8255.0, 8258.0, 8267.0, 8240.0, 8252.0, 8237.0, 8251.0, 8221.0, 8232.0, 8217.0, 8226.0, 8227.0, 8227.0, 8227.0, 8213.0, 8210.0, 8211.0, 8210.0, 8212.0, 8195.0, 8228.0, 8222.0, 8215.0, 8225.0, 8227.0, 8221.0, 8213.0, 8223.0, 8214.0, 8225.0, 8216.0, 8224.0, 8211.0, 8224.0, 8213.0, 8225.0, 8212.0, 8224.0, 8213.0, 8223.0, 8227.0, 8225.0, 8213.0, 8229.0, 8213.0, 8230.0, 8225.0, 8232.0, 8227.0, 8233.0, 8227.0, 8218.0, 8227.0, 8215.0, 8227.0, 8230.0, 8243.0, 8215.0, 8225.0, 8215.0, 8225.0, 8216.0, 8245.0, 8216.0, 8229.0, 8228.0, 8228.0, 8229.0, 8250.0, 8235.0, 8236.0, 8235.0, 8252.0, 8249.0, 8253.0, 8251.0, 8255.0, 8249.0, 8238.0, 8233.0, 8239.0, 8254.0, 8238.0, 8251.0, 8224.0, 8233.0, 8247.0, 8248.0, 8219.0, 8252.0, 8251.0, 8240.0, 8252.0, 8241.0, 8253.0, 8242.0, 8250.0, 8238.0, 8231.0, 8230.0, 8229.0, 8228.0, 8215.0, 8212.0, 8211.0, 8208.0, 8210.0, 8204.0, 8211.0, 8221.0, 8212.0, 8207.0, 8211.0, 8207.0, 8210.0, 8225.0, 8214.0, 8225.0, 8212.0, 8224.0, 8199.0, 8227.0, 8233.0, 8233.0, 8217.0, 8228.0, 8198.0, 8234.0, 8234.0, 8236.0, 8248.0, 8236.0, 8248.0, 8239.0, 8252.0, 8238.0, 8237.0, 8221.0, 8235.0, 8219.0, 8254.0, 8236.0, 8237.0, 8234.0, 8220.0, 8231.0, 8232.0, 8230.0, 8217.0, 8229.0, 8217.0, 8212.0, 8227.0, 8226.0, 8212.0, 8229.0, 8211.0, 8213.0, 8225.0, 8212.0, 8221.0, 8212.0, 8226.0, 8215.0, 8224.0, 8211.0, 8209.0, 8212.0, 8227.0, 8214.0, 8224.0, 8198.0, 8220.0, 8196.0, 8224.0, 8229.0, 8228.0, 8215.0, 8228.0, 8228.0, 8231.0, 8247.0, 8236.0, 8232.0, 8237.0, 8246.0, 8219.0, 8249.0, 8250.0, 8237.0, 8237.0, 8237.0, 8234.0, 8236.0, 8246.0, 8236.0, 8230.0, 8220.0, 8226.0, 8212.0, 8209.0, 8213.0, 8225.0, 8214.0, 8225.0, 8211.0, 8222.0, 8194.0, 8221.0, 8196.0, 8224.0, 8195.0, 8222.0, 8194.0, 8205.0, 8196.0, 8227.0, 8227.0, 8213.0, 8197.0, 8231.0, 8216.0, 8253.0, 8249.0, 8238.0, 8253.0, 8241.0, 8252.0, 8243.0, 8253.0, 8227.0, 8237.0, 8234.0, 8233.0, 8230.0, 8234.0, 8217.0, 8232.0, 8229.0, 8217.0, 8229.0, 8233.0, 8244.0, 8234.0, 8229.0, 8218.0, 8225.0, 8215.0, 8226.0, 8217.0, 8212.0, 8216.0, 8207.0, 8210.0, 8224.0, 8216.0, 8244.0, 8215.0, 8226.0, 8215.0, 8228.0, 8230.0, 8234.0, 8219.0, 8235.0, 8219.0, 8233.0, 8232.0, 8238.0, 8236.0, 8239.0, 8236.0, 8223.0, 8251.0, 8238.0, 8256.0, 8239.0, 8239.0, 8238.0, 8222.0, 8230.0, 8220.0, 8231.0, 8220.0, 8214.0, 8204.0, 8227.0, 8200.0, 8228.0, 8231.0, 8216.0, 8201.0, 8214.0, 8184.0, 8215.0, 8199.0, 8217.0, 8228.0, 8215.0, 8227.0, 8216.0, 8227.0, 8217.0, 8229.0, 8235.0, 8230.0, 8221.0, 8229.0, 8218.0, 8231.0, 8219.0, 8230.0, 8202.0, 8228.0, 8201.0, 8228.0, 8204.0, 8231.0, 8216.0, 8228.0, 8216.0, 8230.0, 8219.0, 8232.0, 8235.0, 8215.0, 8231.0, 8230.0, 8230.0, 8233.0, 8232.0, 8217.0, 8202.0, 8215.0, 8197.0, 8234.0, 8220.0, 8235.0, 8200.0, 8220.0, 8231.0, 8238.0, 8251.0, 8240.0, 8236.0, 8242.0, 8253.0, 8249.0, 8255.0, 8241.0, 8257.0, 8260.0, 8264.0, 8257.0, 8240.0, 8239.0, 8236.0, 8236.0, 8230.0, 8218.0, 8228.0, 8217.0, 8209.0, 8196.0, 8222.0, 8197.0, 8226.0, 8195.0, 8209.0, 8194.0, 8205.0, 8210.0, 8225.0, 8214.0, 8230.0, 8230.0, 8218.0, 8218.0, 8231.0, 8233.0, 8237.0, 8220.0, 8236.0, 8208.0, 8234.0, 8203.0, 8253.0, 8218.0, 8235.0, 8206.0, 8232.0, 8201.0, 8235.0, 8205.0, 8237.0, 8232.0, 8220.0, 8230.0, 8220.0, 8230.0, 8235.0, 8229.0, 8219.0, 8228.0, 8215.0, 8226.0, 8216.0, 8228.0, 8219.0, 8213.0, 8217.0, 8226.0, 8215.0, 8225.0, 8214.0, 8227.0, 8214.0, 8226.0, 8199.0, 8225.0, 8200.0, 8214.0, 8201.0, 8211.0, 8201.0, 8208.0, 8198.0, 8208.0, 8218.0, 8228.0, 8218.0, 8229.0, 8217.0, 8244.0, 8223.0, 8250.0, 8222.0, 8231.0, 8234.0, 8234.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.00017192342752962627</td></tr>
<tr><td colspan=3>aqi</td><td>0.0252226742935278</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.02338351991793</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1684721109854022</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940293374908774</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>5068.2441</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07199238750615354</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.27347310847766637</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5309625594677745</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4719905774267885</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.759996934196545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3609001667799894</td></tr>
<tr><td colspan=3>gcor</td><td>0.00780048</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018029499799013138</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029027480632066727</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</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.743992077463829</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>41.0025</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7543</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.2898</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>309942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>617.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.7348</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2033</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>426.305</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2892.0422</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.1921</td></tr>
<tr><td colspan=3>tsnr</td><td>39.217568439024035</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>