<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-02/func/sub-0080_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>53ab5575c3c5beff194e8a001d36c98d</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>20:47:15.357500</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.998252, -0.0582247, -0.0101064, 0.0589574, 0.992927, 0.103052]</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.102041</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7238, 518, -35, -280, 40, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a6bc9ca-7473-4e9c-b9c8-e9d03354e5a3||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.6782381534576416, 0.1581784188747406, -0.010893895290791988, 103.1011962890625], [0.15621262788772583, 2.6639509201049805, 0.2793620526790619, -102.52864837646484], [-0.027114758267998695, -0.276480108499527, 2.6854865550994873, -49.669273376464844], [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': ['204715.357500', '204715.817500', '204716.277500', '204716.737500', '204717.197500', '204717.657500', '204718.117500', '204718.577500', '204719.037500', '204719.497500', '204719.957500', '204720.417500', '204720.877500', '204721.337500', '204721.797500', '204722.257500', '204722.717500', '204723.177500', '204723.637500', '204724.097500', '204724.557500', '204725.017500', '204725.477500', '204725.937500', '204726.397500', '204726.857500', '204727.317500', '204727.777500', '204728.237500', '204728.697500', '204729.157500', '204729.617500', '204730.077500', '204730.537500', '204730.997500', '204731.457500', '204731.917500', '204732.377500', '204732.837500', '204733.297500', '204733.757500', '204734.217500', '204734.677500', '204735.137500', '204735.597500', '204736.057500', '204736.517500', '204736.977500', '204737.437500', '204737.897500', '204738.357500', '204738.817500', '204739.277500', '204739.737500', '204740.197500', '204740.657500', '204741.117500', '204741.577500', '204742.037500', '204742.497500', '204742.957500', '204743.417500', '204743.877500', '204744.337500', '204744.797500', '204745.257500', '204745.717500', '204746.177500', '204746.637500', '204747.097500', '204747.557500', '204748.017500', '204748.477500', '204748.937500', '204749.397500', '204749.857500', '204750.317500', '204750.777500', '204751.237500', '204751.697500', '204752.157500', '204752.617500', '204753.077500', '204753.537500', '204753.997500', '204754.457500', '204754.917500', '204755.377500', '204755.837500', '204756.297500', '204756.757500', '204757.217500', '204757.677500', '204758.137500', '204758.597500', '204759.057500', '204759.517500', '204759.977500', '204800.437500', '204800.897500', '204801.357500', '204801.817500', '204802.277500', '204802.737500', '204803.197500', '204803.657500', '204804.117500', '204804.577500', '204805.037500', '204805.497500', '204805.957500', '204806.417500', '204806.877500', '204807.337500', '204807.797500', '204808.257500', '204808.717500', '204809.177500', '204809.637500', '204810.097500', '204810.557500', '204811.017500', '204811.477500', '204811.937500', '204812.397500', '204812.857500', '204813.317500', '204813.777500', '204814.237500', '204814.697500', '204815.157500', '204815.617500', '204816.077500', '204816.537500', '204816.997500', '204817.457500', '204817.917500', '204818.377500', '204818.837500', '204819.297500', '204819.757500', '204820.217500', '204820.677500', '204821.137500', '204821.597500', '204822.057500', '204822.517500', '204822.977500', '204823.437500', '204823.897500', '204824.357500', '204824.817500', '204825.277500', '204825.737500', '204826.197500', '204826.657500', '204827.117500', '204827.577500', '204828.037500', '204828.497500', '204828.957500', '204829.417500', '204829.877500', '204830.337500', '204830.797500', '204831.257500', '204831.717500', '204832.177500', '204832.637500', '204833.097500', '204833.557500', '204834.017500', '204834.477500', '204834.937500', '204835.397500', '204835.857500', '204836.317500', '204836.777500', '204837.237500', '204837.697500', '204838.157500', '204838.617500', '204839.077500', '204839.537500', '204839.997500', '204840.457500', '204840.917500', '204841.377500', '204841.837500', '204842.297500', '204842.757500', '204843.217500', '204843.677500', '204844.137500', '204844.597500', '204845.057500', '204845.517500', '204845.977500', '204846.437500', '204846.897500', '204847.357500', '204847.817500', '204848.277500', '204848.737500', '204849.197500', '204849.657500', '204850.117500', '204850.577500', '204851.037500', '204851.497500', '204851.957500', '204852.417500', '204852.877500', '204853.337500', '204853.797500', '204854.257500', '204854.717500', '204855.177500', '204855.637500', '204856.097500', '204856.557500', '204857.017500', '204857.477500', '204857.937500', '204858.397500', '204858.857500', '204859.317500', '204859.777500', '204900.237500', '204900.697500', '204901.157500', '204901.617500', '204902.077500', '204902.537500', '204902.997500', '204903.457500', '204903.917500', '204904.377500', '204904.837500', '204905.297500', '204905.757500', '204906.217500', '204906.677500', '204907.137500', '204907.597500', '204908.057500', '204908.517500', '204908.977500', '204909.437500', '204909.897500', '204910.357500', '204910.817500', '204911.277500', '204911.737500', '204912.197500', '204912.657500', '204913.117500', '204913.577500', '204914.037500', '204914.497500', '204914.957500', '204915.417500', '204915.877500', '204916.337500', '204916.797500', '204917.257500', '204917.717500', '204918.177500', '204918.637500', '204919.097500', '204919.557500', '204920.017500', '204920.477500', '204920.937500', '204921.397500', '204921.857500', '204922.317500', '204922.777500', '204923.237500', '204923.697500', '204924.157500', '204924.617500', '204925.077500', '204925.537500', '204925.997500', '204926.457500', '204926.917500', '204927.377500', '204927.837500', '204928.297500', '204928.757500', '204929.217500', '204929.677500', '204930.137500', '204930.597500', '204931.057500', '204931.517500', '204931.977500', '204932.437500', '204932.897500', '204933.357500', '204933.817500', '204934.277500', '204934.737500', '204935.197500', '204935.657500', '204936.117500', '204936.577500', '204937.037500', '204937.497500', '204937.957500', '204938.417500', '204938.877500', '204939.337500', '204939.797500', '204940.257500', '204940.717500', '204941.177500', '204941.637500', '204942.097500', '204942.557500', '204943.017500', '204943.477500', '204943.937500', '204944.397500', '204944.857500', '204945.317500', '204945.777500', '204946.237500', '204946.697500', '204947.157500', '204947.617500', '204948.077500', '204948.537500', '204948.997500', '204949.457500', '204949.917500', '204950.377500', '204950.837500', '204951.297500', '204951.757500', '204952.217500', '204952.677500', '204953.137500', '204953.597500', '204954.057500', '204954.517500', '204954.977500', '204955.437500', '204955.897500', '204956.357500', '204956.817500', '204957.277500', '204957.737500', '204958.197500', '204958.657500', '204959.117500', '204959.577500', '205000.037500', '205000.497500', '205000.957500', '205001.417500', '205001.877500', '205002.337500', '205002.797500', '205003.257500', '205003.717500', '205004.177500', '205004.637500', '205005.097500', '205005.557500', '205006.017500', '205006.477500', '205006.937500', '205007.397500', '205007.857500', '205008.317500', '205008.777500', '205009.237500', '205009.697500', '205010.157500', '205010.617500', '205011.077500', '205011.537500', '205011.997500', '205012.457500', '205012.917500', '205013.377500', '205013.837500', '205014.297500', '205014.757500', '205015.217500', '205015.677500', '205016.137500', '205016.597500', '205017.057500', '205017.517500', '205017.977500', '205018.437500', '205018.897500', '205019.357500', '205019.817500', '205020.277500', '205020.737500', '205021.197500', '205021.657500', '205022.117500', '205022.577500', '205023.037500', '205023.497500', '205023.957500', '205024.417500', '205024.877500', '205025.337500', '205025.797500', '205026.257500', '205026.717500', '205027.177500', '205027.637500', '205028.097500', '205028.557500', '205029.017500', '205029.477500', '205029.937500', '205030.397500', '205030.857500', '205031.317500', '205031.777500', '205032.237500', '205032.697500', '205033.157500', '205033.617500', '205034.077500', '205034.537500', '205034.997500', '205035.457500', '205035.917500', '205036.377500', '205036.837500', '205037.297500', '205037.757500', '205038.217500', '205038.677500', '205039.137500', '205039.597500', '205040.057500', '205040.517500', '205040.977500', '205041.437500', '205041.897500', '205042.357500', '205042.817500', '205043.277500', '205043.737500', '205044.197500', '205044.657500', '205045.117500', '205045.577500', '205046.037500', '205046.497500', '205046.957500', '205047.417500', '205047.877500', '205048.337500', '205048.797500', '205049.257500', '205049.717500', '205050.177500', '205050.637500', '205051.097500', '205051.557500', '205052.017500', '205052.477500', '205052.937500', '205053.397500', '205053.857500', '205054.317500', '205054.777500', '205055.237500', '205055.697500', '205056.157500', '205056.617500', '205057.077500', '205057.537500', '205057.997500', '205058.457500', '205058.917500', '205059.377500', '205059.837500', '205100.297500', '205100.757500', '205101.217500', '205101.677500', '205102.137500', '205102.597500', '205103.057500', '205103.517500', '205103.977500', '205104.437500', '205104.897500', '205105.357500', '205105.817500', '205106.277500', '205106.737500', '205107.197500', '205107.657500', '205108.117500', '205108.577500', '205109.037500', '205109.497500', '205109.957500', '205110.417500', '205110.877500', '205111.337500', '205111.797500', '205112.257500', '205112.717500', '205113.177500', '205113.637500', '205114.097500', '205114.557500', '205115.017500', '205115.477500', '205115.937500', '205116.397500', '205116.857500', '205117.317500', '205117.777500', '205118.237500', '205118.697500', '205119.157500', '205119.617500', '205120.077500', '205120.537500', '205120.997500', '205121.457500', '205121.917500', '205122.377500', '205122.837500', '205123.297500', '205123.757500', '205124.217500', '205124.677500', '205125.137500', '205125.597500', '205126.057500', '205126.517500', '205126.977500', '205127.437500', '205127.897500', '205128.357500', '205128.817500', '205129.277500', '205129.737500', '205130.197500', '205130.657500', '205131.117500', '205131.577500', '205132.037500', '205132.497500', '205132.957500', '205133.417500', '205133.877500', '205134.337500', '205134.797500', '205135.257500', '205135.717500', '205136.177500', '205136.637500', '205137.097500', '205137.557500', '205138.017500', '205138.477500', '205138.937500', '205139.397500', '205139.857500', '205140.317500', '205140.777500', '205141.237500', '205141.697500', '205142.157500', '205142.617500', '205143.077500', '205143.537500', '205143.997500', '205144.457500', '205144.917500', '205145.377500', '205145.837500', '205146.297500', '205146.757500', '205147.217500', '205147.677500', '205148.137500', '205148.597500', '205149.057500', '205149.517500', '205149.977500', '205150.437500', '205150.897500', '205151.357500', '205151.817500', '205152.277500', '205152.737500', '205153.197500', '205153.657500', '205154.117500', '205154.577500', '205155.037500', '205155.497500', '205155.957500', '205156.417500', '205156.877500', '205157.337500', '205157.797500', '205158.257500', '205158.717500', '205159.177500', '205159.637500', '205200.097500', '205200.557500', '205201.017500', '205201.477500', '205201.937500', '205202.397500', '205202.857500', '205203.317500', '205203.777500', '205204.237500', '205204.697500', '205205.157500', '205205.617500', '205206.077500', '205206.537500', '205206.997500', '205207.457500', '205207.917500', '205208.377500', '205208.837500', '205209.297500', '205209.757500', '205210.217500', '205210.677500', '205211.137500', '205211.597500', '205212.057500', '205212.517500', '205212.977500', '205213.437500', '205213.897500', '205214.357500', '205214.817500', '205215.277500', '205215.737500', '205216.197500', '205216.657500', '205217.117500', '205217.577500', '205218.037500', '205218.497500', '205218.957500', '205219.417500', '205219.877500', '205220.337500', '205220.797500', '205221.257500', '205221.717500', '205222.177500', '205222.637500', '205223.097500', '205223.557500', '205224.017500', '205224.477500', '205224.937500', '205225.397500', '205225.857500', '205226.317500', '205226.777500', '205227.237500', '205227.697500', '205228.157500', '205228.617500', '205229.077500', '205229.537500', '205229.997500', '205230.457500', '205230.917500', '205231.377500', '205231.837500', '205232.297500', '205232.757500', '205233.217500', '205233.677500', '205234.137500', '205234.597500', '205235.057500', '205235.517500', '205235.977500', '205236.437500', '205236.897500', '205237.357500', '205237.817500', '205238.277500', '205238.737500', '205239.197500', '205239.657500', '205240.117500', '205240.577500', '205241.037500', '205241.497500', '205241.957500', '205242.417500', '205242.877500', '205243.337500', '205243.797500', '205244.257500', '205244.717500', '205245.177500', '205245.637500', '205246.097500', '205246.557500', '205247.017500', '205247.477500', '205247.937500', '205248.397500', '205248.857500', '205249.317500', '205249.777500', '205250.237500', '205250.697500', '205251.157500', '205251.617500', '205252.077500', '205252.537500', '205252.997500', '205253.457500', '205253.917500', '205254.377500', '205254.837500', '205255.297500', '205255.757500', '205256.217500', '205256.677500', '205257.137500', '205257.597500', '205258.057500', '205258.517500', '205258.977500', '205259.437500', '205259.897500', '205300.357500', '205300.817500', '205301.277500', '205301.737500', '205302.197500', '205302.657500', '205303.117500', '205303.577500', '205304.037500', '205304.497500', '205304.957500', '205305.417500', '205305.877500', '205306.337500', '205306.797500', '205307.257500', '205307.717500', '205308.177500', '205308.637500', '205309.097500', '205309.557500', '205310.017500', '205310.477500', '205310.937500', '205311.397500', '205311.857500', '205312.317500', '205312.777500', '205313.237500', '205313.697500', '205314.157500', '205314.617500', '205315.077500', '205315.537500', '205315.997500', '205316.457500', '205316.917500', '205317.377500', '205317.837500', '205318.297500', '205318.757500', '205319.217500', '205319.677500', '205320.137500', '205320.597500', '205321.057500', '205321.517500', '205321.977500', '205322.437500', '205322.897500', '205323.357500', '205323.817500', '205324.277500', '205324.737500', '205325.197500', '205325.657500', '205326.117500', '205326.577500', '205327.037500', '205327.497500', '205327.957500', '205328.417500', '205328.877500', '205329.337500', '205329.797500', '205330.257500', '205330.717500', '205331.177500', '205331.637500', '205332.097500', '205332.557500', '205333.017500', '205333.477500', '205333.937500', '205334.397500', '205334.857500', '205335.317500', '205335.777500', '205336.237500', '205336.697500', '205337.157500', '205337.617500', '205338.077500', '205338.537500', '205338.997500', '205339.457500', '205339.917500', '205340.377500', '205340.837500', '205341.297500', '205341.757500', '205342.217500', '205342.677500', '205343.137500', '205343.597500', '205344.057500', '205344.517500', '205344.977500', '205345.437500', '205345.897500', '205346.357500', '205346.817500', '205347.277500', '205347.737500', '205348.197500', '205348.657500', '205349.117500', '205349.577500', '205350.037500', '205350.497500', '205350.957500', '205351.417500', '205351.877500', '205352.337500', '205352.797500', '205353.257500', '205353.717500', '205354.177500', '205354.637500', '205355.097500', '205355.557500', '205356.017500', '205356.477500', '205356.937500', '205357.397500', '205357.857500', '205358.317500', '205358.777500', '205359.237500', '205359.697500', '205400.157500', '205400.617500', '205401.077500', '205401.537500', '205401.997500', '205402.457500', '205402.917500', '205403.377500', '205403.837500', '205404.297500', '205404.757500', '205405.217500', '205405.677500', '205406.137500', '205406.597500', '205407.057500', '205407.517500', '205407.977500', '205408.437500', '205408.897500', '205409.357500', '205409.817500', '205410.277500', '205410.737500', '205411.197500', '205411.657500', '205412.117500', '205412.577500', '205413.037500', '205413.497500', '205413.957500', '205414.417500', '205414.877500', '205415.337500', '205415.797500', '205416.257500', '205416.717500', '205417.177500', '205417.637500', '205418.097500', '205418.557500', '205419.017500', '205419.477500', '205419.937500', '205420.397500', '205420.857500', '205421.317500', '205421.777500', '205422.237500', '205422.697500', '205423.157500', '205423.617500', '205424.077500', '205424.537500', '205424.997500', '205425.457500', '205425.917500', '205426.377500', '205426.837500', '205427.297500', '205427.757500', '205428.217500', '205428.677500', '205429.137500', '205429.597500', '205430.057500', '205430.517500', '205430.977500', '205431.437500', '205431.897500', '205432.357500', '205432.817500', '205433.277500', '205433.737500', '205434.197500', '205434.657500', '205435.117500', '205435.577500', '205436.037500', '205436.497500', '205436.957500', '205437.417500', '205437.877500', '205438.337500', '205438.797500', '205439.257500', '205439.717500', '205440.177500', '205440.637500', '205441.097500', '205441.557500', '205442.017500', '205442.477500', '205442.937500', '205443.397500', '205443.857500', '205444.317500', '205444.777500', '205445.237500', '205445.697500', '205446.157500', '205446.617500', '205447.077500', '205447.537500', '205447.997500', '205448.457500', '205448.917500', '205449.377500', '205449.837500', '205450.297500', '205450.757500', '205451.217500', '205451.677500', '205452.137500', '205452.597500', '205453.057500', '205453.517500', '205453.977500', '205454.437500', '205454.897500', '205455.357500', '205455.817500', '205456.277500', '205456.737500', '205457.197500', '205457.657500', '205458.117500', '205458.577500', '205459.037500', '205459.497500', '205459.957500', '205500.417500', '205500.877500', '205501.337500', '205501.797500', '205502.257500', '205502.717500', '205503.177500', '205503.637500', '205504.097500', '205504.557500', '205505.017500', '205505.477500', '205505.937500', '205506.397500', '205506.857500', '205507.317500', '205507.777500', '205508.237500', '205508.697500', '205509.157500', '205509.617500', '205510.077500', '205510.537500', '205510.997500', '205511.457500', '205511.917500', '205512.377500', '205512.837500', '205513.297500', '205513.757500', '205514.217500', '205514.677500', '205515.137500', '205515.597500', '205516.057500', '205516.517500', '205516.977500', '205517.437500', '205517.897500', '205518.357500', '205518.817500', '205519.277500', '205519.737500', '205520.197500', '205520.657500', '205521.117500', '205521.577500', '205522.037500', '205522.497500', '205522.957500', '205523.417500', '205523.877500', '205524.337500', '205524.797500', '205525.257500', '205525.717500', '205526.177500', '205526.637500', '205527.097500', '205527.557500', '205528.017500', '205528.477500', '205528.937500', '205529.397500', '205529.857500', '205530.317500', '205530.777500', '205531.237500', '205531.697500', '205532.157500', '205532.617500', '205533.077500', '205533.537500', '205533.997500', '205534.457500', '205534.917500', '205535.377500', '205535.837500', '205536.297500', '205536.757500', '205537.217500', '205537.677500', '205538.137500', '205538.597500', '205539.057500', '205539.517500', '205539.977500'], 'ContentTime': ['204737.594000', '204737.598000', '204737.601000', '204737.612000', '204737.614000', '204737.617000', '204737.620000', '204737.622000', '204737.625000', '204737.628000', '204737.630000', '204737.633000', '204737.635000', '204737.638000', '204737.641000', '204737.643000', '204737.656000', '204737.659000', '204737.661000', '204737.664000', '204737.666000', '204737.669000', '204737.672000', '204737.674000', '204737.677000', '204737.680000', '204737.682000', '204737.685000', '204737.687000', '204737.690000', '204737.697000', '204737.699000', '204737.702000', '204737.705000', '204737.707000', '204737.710000', '204737.713000', '204737.715000', '204737.718000', '204737.720000', '204737.723000', '204737.726000', '204737.728000', '204737.731000', '204737.733000', '204737.738000', '204757.566000', '204757.569000', '204757.572000', '204757.574000', '204757.577000', '204757.580000', '204757.582000', '204757.585000', '204757.587000', '204757.590000', '204757.593000', '204757.595000', '204757.598000', '204757.601000', '204757.603000', '204757.606000', '204757.608000', '204757.611000', '204757.614000', '204757.616000', '204757.619000', '204757.621000', '204757.624000', '204757.627000', '204757.629000', '204757.632000', '204757.634000', '204757.637000', '204757.640000', '204757.642000', '204757.645000', '204757.647000', '204757.650000', '204757.653000', '204757.667000', '204757.671000', '204757.673000', '204757.676000', '204757.679000', '204757.682000', '204757.684000', '204757.687000', '204757.689000', '204817.567000', '204817.570000', '204817.572000', '204817.575000', '204817.577000', '204817.589000', '204817.592000', '204817.594000', '204817.597000', '204817.600000', '204817.602000', '204817.605000', '204817.607000', '204817.610000', '204817.613000', '204817.615000', '204817.618000', '204817.620000', '204817.623000', '204817.626000', '204817.628000', '204817.631000', '204817.633000', '204817.642000', '204817.645000', '204817.648000', '204817.650000', '204817.653000', '204817.664000', '204817.667000', '204817.669000', '204817.672000', '204817.675000', '204817.677000', '204817.680000', '204817.682000', '204817.685000', '204817.688000', '204817.690000', '204817.693000', '204817.695000', '204817.698000', '204817.701000', '204817.703000', '204837.566000', '204837.569000', '204837.572000', '204837.575000', '204837.577000', '204837.580000', '204837.583000', '204837.585000', '204837.588000', '204837.591000', '204837.593000', '204837.596000', '204837.599000', '204837.601000', '204837.604000', '204837.606000', '204837.609000', '204837.612000', '204837.614000', '204837.617000', '204837.620000', '204837.622000', '204837.625000', '204837.628000', '204837.630000', '204837.633000', '204837.635000', '204837.638000', '204837.641000', '204837.643000', '204837.646000', '204837.648000', '204837.651000', '204837.654000', '204837.656000', '204837.659000', '204837.661000', '204837.664000', '204837.672000', '204837.675000', '204837.677000', '204837.680000', '204837.682000', '204857.565000', '204857.568000', '204857.571000', '204857.574000', '204857.577000', '204857.579000', '204857.582000', '204857.585000', '204857.587000', '204857.590000', '204857.593000', '204857.595000', '204857.598000', '204857.601000', '204857.603000', '204857.606000', '204857.609000', '204857.611000', '204857.614000', '204857.617000', '204857.619000', '204857.622000', '204857.625000', '204857.630000', '204857.633000', '204857.635000', '204857.638000', '204857.640000', '204857.643000', '204857.646000', '204857.648000', '204857.651000', '204857.654000', '204857.656000', '204857.659000', '204857.661000', '204857.664000', '204857.667000', '204857.670000', '204857.672000', '204857.675000', '204857.678000', '204857.680000', '204857.683000', '204917.566000', '204917.569000', '204917.572000', '204917.575000', '204917.577000', '204917.580000', '204917.583000', '204917.585000', '204917.588000', '204917.590000', '204917.593000', '204917.596000', '204917.599000', '204917.601000', '204917.604000', '204917.607000', '204917.609000', '204917.612000', '204917.615000', '204917.617000', '204917.620000', '204917.623000', '204917.626000', '204917.628000', '204917.631000', '204917.633000', '204917.636000', '204917.639000', '204917.641000', '204917.644000', '204917.647000', '204917.649000', '204917.652000', '204917.654000', '204917.657000', '204917.660000', '204917.662000', '204917.665000', '204917.668000', '204917.670000', '204917.673000', '204917.676000', '204917.678000', '204937.567000', '204937.569000', '204937.572000', '204937.575000', '204937.578000', '204937.580000', '204937.583000', '204937.586000', '204937.588000', '204937.591000', '204937.594000', '204937.596000', '204937.599000', '204937.602000', '204937.604000', '204937.607000', '204937.610000', '204937.612000', '204937.615000', '204937.618000', '204937.620000', '204937.623000', '204937.625000', '204937.628000', '204937.631000', '204937.633000', '204937.636000', '204937.639000', '204937.641000', '204937.644000', '204937.647000', '204937.649000', '204937.652000', '204937.655000', '204937.657000', '204937.660000', '204937.663000', '204937.665000', '204937.668000', '204937.671000', '204937.673000', '204937.676000', '204937.678000', '204937.681000', '204957.567000', '204957.570000', '204957.572000', '204957.575000', '204957.577000', '204957.580000', '204957.583000', '204957.585000', '204957.588000', '204957.591000', '204957.593000', '204957.596000', '204957.599000', '204957.601000', '204957.604000', '204957.607000', '204957.609000', '204957.612000', '204957.637000', '204957.640000', '204957.643000', '204957.645000', '204957.648000', '204957.651000', '204957.653000', '204957.656000', '204957.659000', '204957.661000', '204957.664000', '204957.667000', '204957.669000', '204957.672000', '204957.674000', '204957.677000', '204957.680000', '204957.682000', '204957.685000', '204957.688000', '204957.690000', '204957.693000', '204957.695000', '204957.698000', '204957.701000', '205017.566000', '205017.569000', '205017.572000', '205017.575000', '205017.578000', '205017.580000', '205017.583000', '205017.586000', '205017.588000', '205017.591000', '205017.594000', '205017.596000', '205017.599000', '205017.601000', '205017.604000', '205017.607000', '205017.609000', '205017.612000', '205017.615000', '205017.618000', '205017.620000', '205017.623000', '205017.626000', '205017.628000', '205017.631000', '205017.633000', '205017.641000', '205017.644000', '205017.647000', '205017.649000', '205017.652000', '205017.655000', '205017.657000', '205017.660000', '205017.663000', '205017.665000', '205017.668000', '205017.671000', '205017.673000', '205017.676000', '205017.678000', '205017.681000', '205017.684000', '205017.686000', '205037.567000', '205037.570000', '205037.572000', '205037.575000', '205037.578000', '205037.580000', '205037.583000', '205037.586000', '205037.588000', '205037.591000', '205037.594000', '205037.596000', '205037.599000', '205037.602000', '205037.604000', '205037.607000', '205037.610000', '205037.612000', '205037.615000', '205037.617000', '205037.620000', '205037.623000', '205037.625000', '205037.628000', '205037.631000', '205037.633000', '205037.636000', '205037.639000', '205037.641000', '205037.644000', '205037.646000', '205037.649000', '205037.652000', '205037.654000', '205037.657000', '205037.660000', '205037.663000', '205037.665000', '205037.668000', '205037.670000', '205037.673000', '205037.676000', '205037.678000', '205057.566000', '205057.569000', '205057.572000', '205057.575000', '205057.577000', '205057.580000', '205057.583000', '205057.585000', '205057.588000', '205057.590000', '205057.593000', '205057.596000', '205057.598000', '205057.601000', '205057.604000', '205057.606000', '205057.609000', '205057.612000', '205057.614000', '205057.617000', '205057.620000', '205057.622000', '205057.625000', '205057.628000', '205057.630000', '205057.633000', '205057.636000', '205057.638000', '205057.641000', '205057.644000', '205057.646000', '205057.649000', '205057.651000', '205057.654000', '205057.657000', '205057.659000', '205057.662000', '205057.665000', '205057.667000', '205057.670000', '205057.673000', '205057.675000', '205057.678000', '205057.681000', '205117.565000', '205117.568000', '205117.571000', '205117.574000', '205117.576000', '205117.579000', '205117.581000', '205117.590000', '205117.593000', '205117.595000', '205117.598000', '205117.601000', '205117.604000', '205117.606000', '205117.609000', '205117.612000', '205117.614000', '205117.617000', '205117.619000', '205117.622000', '205117.625000', '205117.627000', '205117.630000', '205117.632000', '205117.635000', '205117.638000', '205117.640000', '205117.643000', '205117.645000', '205117.648000', '205117.651000', '205117.653000', '205117.656000', '205117.659000', '205117.661000', '205117.664000', '205117.667000', '205117.669000', '205117.672000', '205117.674000', '205117.677000', '205117.680000', '205117.682000', '205137.581000', '205137.584000', '205137.586000', '205137.589000', '205137.592000', '205137.594000', '205137.598000', '205137.601000', '205137.604000', '205137.607000', '205137.609000', '205137.612000', '205137.615000', '205137.617000', '205137.620000', '205137.623000', '205137.625000', '205137.628000', '205137.631000', '205137.633000', '205137.636000', '205137.639000', '205137.641000', '205137.644000', '205137.647000', '205137.649000', '205137.652000', '205137.655000', '205137.658000', '205137.660000', '205137.663000', '205137.666000', '205137.668000', '205137.671000', '205137.674000', '205137.676000', '205137.679000', '205137.682000', '205137.684000', '205137.687000', '205137.690000', '205137.692000', '205137.695000', '205137.697000', '205157.566000', '205157.570000', '205157.572000', '205157.575000', '205157.578000', '205157.580000', '205157.583000', '205157.586000', '205157.588000', '205157.591000', '205157.594000', '205157.596000', '205157.599000', '205157.602000', '205157.604000', '205157.607000', '205157.609000', '205157.612000', '205157.615000', '205157.618000', '205157.620000', '205157.623000', '205157.625000', '205157.628000', '205157.631000', '205157.633000', '205157.636000', '205157.639000', '205157.641000', '205157.644000', '205157.646000', '205157.649000', '205157.652000', '205157.654000', '205157.657000', '205157.659000', '205157.662000', '205157.665000', '205157.667000', '205157.670000', '205157.672000', '205157.675000', '205157.678000', '205217.567000', '205217.570000', '205217.572000', '205217.575000', '205217.577000', '205217.580000', '205217.583000', '205217.585000', '205217.588000', '205217.591000', '205217.593000', '205217.596000', '205217.599000', '205217.601000', '205217.604000', '205217.607000', '205217.609000', '205217.612000', '205217.615000', '205217.617000', '205217.620000', '205217.623000', '205217.625000', '205217.628000', '205217.630000', '205217.633000', '205217.636000', '205217.638000', '205217.641000', '205217.644000', '205217.646000', '205217.649000', '205217.651000', '205217.654000', '205217.657000', '205217.659000', '205217.662000', '205217.665000', '205217.667000', '205217.670000', '205217.673000', '205217.675000', '205217.678000', '205237.566000', '205237.569000', '205237.572000', '205237.575000', '205237.578000', '205237.580000', '205237.583000', '205237.585000', '205237.588000', '205237.591000', '205237.593000', '205237.596000', '205237.599000', '205237.601000', '205237.604000', '205237.607000', '205237.609000', '205237.612000', '205237.615000', '205237.617000', '205237.620000', '205237.623000', '205237.625000', '205237.628000', '205237.631000', '205237.633000', '205237.636000', '205237.639000', '205237.641000', '205237.644000', '205237.647000', '205237.649000', '205237.652000', '205237.654000', '205237.657000', '205237.660000', '205237.662000', '205237.665000', '205237.668000', '205237.670000', '205237.673000', '205237.676000', '205237.678000', '205237.681000', '205257.567000', '205257.569000', '205257.572000', '205257.575000', '205257.577000', '205257.580000', '205257.583000', '205257.585000', '205257.588000', '205257.591000', '205257.594000', '205257.599000', '205257.601000', '205257.604000', '205257.607000', '205257.609000', '205257.612000', '205257.614000', '205257.617000', '205257.620000', '205257.622000', '205257.625000', '205257.628000', '205257.630000', '205257.633000', '205257.647000', '205257.650000', '205257.652000', '205257.655000', '205257.658000', '205257.660000', '205257.663000', '205257.665000', '205257.668000', '205257.671000', '205257.673000', '205257.676000', '205257.678000', '205257.681000', '205257.684000', '205257.686000', '205257.689000', '205257.692000', '205317.567000', '205317.570000', '205317.572000', '205317.575000', '205317.578000', '205317.580000', '205317.583000', '205317.586000', '205317.588000', '205317.591000', '205317.594000', '205317.596000', '205317.599000', '205317.602000', '205317.604000', '205317.607000', '205317.610000', '205317.613000', '205317.615000', '205317.618000', '205317.620000', '205317.623000', '205317.626000', '205317.628000', '205317.631000', '205317.634000', '205317.636000', '205317.639000', '205317.642000', '205317.644000', '205317.647000', '205317.650000', '205317.652000', '205317.655000', '205317.658000', '205317.660000', '205317.663000', '205317.666000', '205317.668000', '205317.671000', '205317.673000', '205317.676000', '205317.679000', '205317.681000', '205337.566000', '205337.568000', '205337.571000', '205337.574000', '205337.576000', '205337.580000', '205337.583000', '205337.586000', '205337.589000', '205337.591000', '205337.594000', '205337.597000', '205337.599000', '205337.602000', '205337.605000', '205337.607000', '205337.610000', '205337.613000', '205337.620000', '205337.623000', '205337.626000', '205337.628000', '205337.631000', '205337.634000', '205337.636000', '205337.639000', '205337.642000', '205337.644000', '205337.647000', '205337.650000', '205337.652000', '205337.655000', '205337.658000', '205337.660000', '205337.663000', '205337.666000', '205337.668000', '205337.671000', '205337.674000', '205337.676000', '205337.679000', '205337.682000', '205337.684000', '205357.567000', '205357.570000', '205357.572000', '205357.575000', '205357.578000', '205357.580000', '205357.583000', '205357.586000', '205357.589000', '205357.591000', '205357.594000', '205357.597000', '205357.600000', '205357.602000', '205357.605000', '205357.607000', '205357.610000', '205357.613000', '205357.615000', '205357.618000', '205357.621000', '205357.623000', '205357.626000', '205357.629000', '205357.631000', '205357.634000', '205357.637000', '205357.639000', '205357.642000', '205357.644000', '205357.647000', '205357.650000', '205357.652000', '205357.655000', '205357.657000', '205357.660000', '205357.663000', '205357.665000', '205357.668000', '205357.670000', '205357.673000', '205357.676000', '205357.678000', '205357.681000', '205417.567000', '205417.570000', '205417.572000', '205417.575000', '205417.582000', '205417.584000', '205417.587000', '205417.590000', '205417.593000', '205417.595000', '205417.598000', '205417.601000', '205417.603000', '205417.606000', '205417.609000', '205417.611000', '205417.614000', '205417.617000', '205417.620000', '205417.623000', '205417.625000', '205417.629000', '205417.632000', '205417.634000', '205417.637000', '205417.640000', '205417.642000', '205417.645000', '205417.647000', '205417.650000', '205417.653000', '205417.655000', '205417.658000', '205417.661000', '205417.663000', '205417.666000', '205417.676000', '205417.679000', '205417.681000', '205417.684000', '205417.687000', '205417.689000', '205417.692000', '205437.566000', '205437.569000', '205437.572000', '205437.575000', '205437.578000', '205437.581000', '205437.583000', '205437.586000', '205437.589000', '205437.591000', '205437.594000', '205437.596000', '205437.599000', '205437.602000', '205437.604000', '205437.607000', '205437.610000', '205437.612000', '205437.615000', '205437.618000', '205437.620000', '205437.623000', '205437.626000', '205437.628000', '205437.631000', '205437.634000', '205437.636000', '205437.639000', '205437.642000', '205437.644000', '205437.647000', '205437.650000', '205437.652000', '205437.655000', '205437.657000', '205437.660000', '205437.663000', '205437.665000', '205437.668000', '205437.671000', '205437.673000', '205437.676000', '205437.679000', '205437.681000', '205457.567000', '205457.570000', '205457.572000', '205457.575000', '205457.578000', '205457.580000', '205457.583000', '205457.586000', '205457.588000', '205457.591000', '205457.594000', '205457.596000', '205457.599000', '205457.602000', '205457.604000', '205457.607000', '205457.610000', '205457.619000', '205457.622000', '205457.624000', '205457.627000', '205457.630000', '205457.632000', '205457.635000', '205457.638000', '205457.640000', '205457.643000', '205457.646000', '205457.648000', '205457.651000', '205457.654000', '205457.657000', '205457.660000', '205457.663000', '205457.665000', '205457.668000', '205457.671000', '205457.674000', '205457.676000', '205457.679000', '205457.681000', '205457.684000', '205457.687000', '205517.566000', '205517.569000', '205517.572000', '205517.575000', '205517.577000', '205517.580000', '205517.583000', '205517.585000', '205517.588000', '205517.590000', '205517.593000', '205517.596000', '205517.598000', '205517.601000', '205517.604000', '205517.606000', '205517.609000', '205517.612000', '205517.614000', '205517.617000', '205517.620000', '205517.622000', '205517.625000', '205517.627000', '205517.630000', '205517.633000', '205517.635000', '205517.638000', '205517.641000', '205517.643000', '205517.646000', '205517.648000', '205517.651000', '205517.654000', '205517.657000', '205517.659000', '205517.662000', '205517.664000', '205517.667000', '205517.670000', '205517.672000', '205517.675000', '205517.678000', '205517.680000', '205537.567000', '205537.570000', '205537.572000', '205537.575000', '205537.578000', '205537.580000', '205537.583000', '205537.586000', '205537.588000', '205537.591000', '205537.594000', '205537.596000', '205537.599000', '205537.602000', '205537.604000', '205537.607000', '205537.610000', '205537.612000', '205537.615000', '205537.618000', '205537.621000', '205537.623000', '205537.626000', '205537.629000', '205537.631000', '205537.634000', '205537.636000', '205537.639000', '205537.642000', '205537.644000', '205537.647000', '205537.650000', '205537.665000', '205537.668000', '205537.671000', '205537.674000', '205537.677000', '205537.679000', '205537.683000', '205537.685000', '205537.688000', '205537.690000', '205537.693000', '205541.371000', '205541.374000', '205541.377000', '205541.380000', '205541.383000', '205541.385000', '205541.388000', '205541.391000', '205541.394000'], 'InstanceCreationTime': ['204737.594000', '204737.598000', '204737.601000', '204737.612000', '204737.614000', '204737.617000', '204737.620000', '204737.622000', '204737.625000', '204737.628000', '204737.630000', '204737.633000', '204737.635000', '204737.638000', '204737.641000', '204737.643000', '204737.656000', '204737.659000', '204737.661000', '204737.664000', '204737.666000', '204737.669000', '204737.672000', '204737.674000', '204737.677000', '204737.680000', '204737.682000', '204737.685000', '204737.687000', '204737.690000', '204737.697000', '204737.699000', '204737.702000', '204737.705000', '204737.707000', '204737.710000', '204737.713000', '204737.715000', '204737.718000', '204737.720000', '204737.723000', '204737.726000', '204737.728000', '204737.731000', '204737.733000', '204737.738000', '204757.566000', '204757.569000', '204757.572000', '204757.574000', '204757.577000', '204757.580000', '204757.582000', '204757.585000', '204757.587000', '204757.590000', '204757.593000', '204757.595000', '204757.598000', '204757.601000', '204757.603000', '204757.606000', '204757.608000', '204757.611000', '204757.614000', '204757.616000', '204757.619000', '204757.621000', '204757.624000', '204757.627000', '204757.629000', '204757.632000', '204757.634000', '204757.637000', '204757.640000', '204757.642000', '204757.645000', '204757.647000', '204757.650000', '204757.653000', '204757.667000', '204757.671000', '204757.673000', '204757.676000', '204757.679000', '204757.682000', '204757.684000', '204757.687000', '204757.689000', '204817.567000', '204817.570000', '204817.572000', '204817.575000', '204817.577000', '204817.589000', '204817.592000', '204817.594000', '204817.597000', '204817.600000', '204817.602000', '204817.605000', '204817.607000', '204817.610000', '204817.613000', '204817.615000', '204817.618000', '204817.620000', '204817.623000', '204817.626000', '204817.628000', '204817.631000', '204817.633000', '204817.642000', '204817.645000', '204817.648000', '204817.650000', '204817.653000', '204817.664000', '204817.667000', '204817.669000', '204817.672000', '204817.675000', '204817.677000', '204817.680000', '204817.682000', '204817.685000', '204817.688000', '204817.690000', '204817.693000', '204817.695000', '204817.698000', '204817.701000', '204817.703000', '204837.566000', '204837.569000', '204837.572000', '204837.575000', '204837.577000', '204837.580000', '204837.583000', '204837.585000', '204837.588000', '204837.591000', '204837.593000', '204837.596000', '204837.599000', '204837.601000', '204837.604000', '204837.606000', '204837.609000', '204837.612000', '204837.614000', '204837.617000', '204837.620000', '204837.622000', '204837.625000', '204837.628000', '204837.630000', '204837.633000', '204837.635000', '204837.638000', '204837.641000', '204837.643000', '204837.646000', '204837.648000', '204837.651000', '204837.654000', '204837.656000', '204837.659000', '204837.661000', '204837.664000', '204837.672000', '204837.675000', '204837.677000', '204837.680000', '204837.682000', '204857.565000', '204857.568000', '204857.571000', '204857.574000', '204857.577000', '204857.579000', '204857.582000', '204857.585000', '204857.587000', '204857.590000', '204857.593000', '204857.595000', '204857.598000', '204857.601000', '204857.603000', '204857.606000', '204857.609000', '204857.611000', '204857.614000', '204857.617000', '204857.619000', '204857.622000', '204857.625000', '204857.630000', '204857.633000', '204857.635000', '204857.638000', '204857.640000', '204857.643000', '204857.646000', '204857.648000', '204857.651000', '204857.654000', '204857.656000', '204857.659000', '204857.661000', '204857.664000', '204857.667000', '204857.670000', '204857.672000', '204857.675000', '204857.678000', '204857.680000', '204857.683000', '204917.566000', '204917.569000', '204917.572000', '204917.575000', '204917.577000', '204917.580000', '204917.583000', '204917.585000', '204917.588000', '204917.590000', '204917.593000', '204917.596000', '204917.599000', '204917.601000', '204917.604000', '204917.607000', '204917.609000', '204917.612000', '204917.615000', '204917.617000', '204917.620000', '204917.623000', '204917.626000', '204917.628000', '204917.631000', '204917.633000', '204917.636000', '204917.639000', '204917.641000', '204917.644000', '204917.647000', '204917.649000', '204917.652000', '204917.654000', '204917.657000', '204917.660000', '204917.662000', '204917.665000', '204917.668000', '204917.670000', '204917.673000', '204917.676000', '204917.678000', '204937.567000', '204937.569000', '204937.572000', '204937.575000', '204937.578000', '204937.580000', '204937.583000', '204937.586000', '204937.588000', '204937.591000', '204937.594000', '204937.596000', '204937.599000', '204937.602000', '204937.604000', '204937.607000', '204937.610000', '204937.612000', '204937.615000', '204937.618000', '204937.620000', '204937.623000', '204937.625000', '204937.628000', '204937.631000', '204937.633000', '204937.636000', '204937.639000', '204937.641000', '204937.644000', '204937.647000', '204937.649000', '204937.652000', '204937.655000', '204937.657000', '204937.660000', '204937.663000', '204937.665000', '204937.668000', '204937.671000', '204937.673000', '204937.676000', '204937.678000', '204937.681000', '204957.567000', '204957.570000', '204957.572000', '204957.575000', '204957.577000', '204957.580000', '204957.583000', '204957.585000', '204957.588000', '204957.591000', '204957.593000', '204957.596000', '204957.599000', '204957.601000', '204957.604000', '204957.607000', '204957.609000', '204957.612000', '204957.637000', '204957.640000', '204957.643000', '204957.645000', '204957.648000', '204957.651000', '204957.653000', '204957.656000', '204957.659000', '204957.661000', '204957.664000', '204957.667000', '204957.669000', '204957.672000', '204957.674000', '204957.677000', '204957.680000', '204957.682000', '204957.685000', '204957.688000', '204957.690000', '204957.693000', '204957.695000', '204957.698000', '204957.701000', '205017.566000', '205017.569000', '205017.572000', '205017.575000', '205017.578000', '205017.580000', '205017.583000', '205017.586000', '205017.588000', '205017.591000', '205017.594000', '205017.596000', '205017.599000', '205017.601000', '205017.604000', '205017.607000', '205017.609000', '205017.612000', '205017.615000', '205017.618000', '205017.620000', '205017.623000', '205017.626000', '205017.628000', '205017.631000', '205017.633000', '205017.641000', '205017.644000', '205017.647000', '205017.649000', '205017.652000', '205017.655000', '205017.657000', '205017.660000', '205017.663000', '205017.665000', '205017.668000', '205017.671000', '205017.673000', '205017.676000', '205017.678000', '205017.681000', '205017.684000', '205017.686000', '205037.567000', '205037.570000', '205037.572000', '205037.575000', '205037.578000', '205037.580000', '205037.583000', '205037.586000', '205037.588000', '205037.591000', '205037.594000', '205037.596000', '205037.599000', '205037.602000', '205037.604000', '205037.607000', '205037.610000', '205037.612000', '205037.615000', '205037.617000', '205037.620000', '205037.623000', '205037.625000', '205037.628000', '205037.631000', '205037.633000', '205037.636000', '205037.639000', '205037.641000', '205037.644000', '205037.646000', '205037.649000', '205037.652000', '205037.654000', '205037.657000', '205037.660000', '205037.663000', '205037.665000', '205037.668000', '205037.670000', '205037.673000', '205037.676000', '205037.678000', '205057.566000', '205057.569000', '205057.572000', '205057.575000', '205057.577000', '205057.580000', '205057.583000', '205057.585000', '205057.588000', '205057.590000', '205057.593000', '205057.596000', '205057.598000', '205057.601000', '205057.604000', '205057.606000', '205057.609000', '205057.612000', '205057.614000', '205057.617000', '205057.620000', '205057.622000', '205057.625000', '205057.628000', '205057.630000', '205057.633000', '205057.636000', '205057.638000', '205057.641000', '205057.644000', '205057.646000', '205057.649000', '205057.651000', '205057.654000', '205057.657000', '205057.659000', '205057.662000', '205057.665000', '205057.667000', '205057.670000', '205057.673000', '205057.675000', '205057.678000', '205057.681000', '205117.565000', '205117.568000', '205117.571000', '205117.574000', '205117.576000', '205117.579000', '205117.581000', '205117.590000', '205117.593000', '205117.595000', '205117.598000', '205117.601000', '205117.604000', '205117.606000', '205117.609000', '205117.612000', '205117.614000', '205117.617000', '205117.619000', '205117.622000', '205117.625000', '205117.627000', '205117.630000', '205117.632000', '205117.635000', '205117.638000', '205117.640000', '205117.643000', '205117.645000', '205117.648000', '205117.651000', '205117.653000', '205117.656000', '205117.659000', '205117.661000', '205117.664000', '205117.667000', '205117.669000', '205117.672000', '205117.674000', '205117.677000', '205117.680000', '205117.682000', '205137.581000', '205137.584000', '205137.586000', '205137.589000', '205137.592000', '205137.594000', '205137.598000', '205137.601000', '205137.604000', '205137.607000', '205137.609000', '205137.612000', '205137.615000', '205137.617000', '205137.620000', '205137.623000', '205137.625000', '205137.628000', '205137.631000', '205137.633000', '205137.636000', '205137.639000', '205137.641000', '205137.644000', '205137.647000', '205137.649000', '205137.652000', '205137.655000', '205137.658000', '205137.660000', '205137.663000', '205137.666000', '205137.668000', '205137.671000', '205137.674000', '205137.676000', '205137.679000', '205137.682000', '205137.684000', '205137.687000', '205137.690000', '205137.692000', '205137.695000', '205137.697000', '205157.566000', '205157.570000', '205157.572000', '205157.575000', '205157.578000', '205157.580000', '205157.583000', '205157.586000', '205157.588000', '205157.591000', '205157.594000', '205157.596000', '205157.599000', '205157.602000', '205157.604000', '205157.607000', '205157.609000', '205157.612000', '205157.615000', '205157.618000', '205157.620000', '205157.623000', '205157.625000', '205157.628000', '205157.631000', '205157.633000', '205157.636000', '205157.639000', '205157.641000', '205157.644000', '205157.646000', '205157.649000', '205157.652000', '205157.654000', '205157.657000', '205157.659000', '205157.662000', '205157.665000', '205157.667000', '205157.670000', '205157.672000', '205157.675000', '205157.678000', '205217.567000', '205217.570000', '205217.572000', '205217.575000', '205217.577000', '205217.580000', '205217.583000', '205217.585000', '205217.588000', '205217.591000', '205217.593000', '205217.596000', '205217.599000', '205217.601000', '205217.604000', '205217.607000', '205217.609000', '205217.612000', '205217.615000', '205217.617000', '205217.620000', '205217.623000', '205217.625000', '205217.628000', '205217.630000', '205217.633000', '205217.636000', '205217.638000', '205217.641000', '205217.644000', '205217.646000', '205217.649000', '205217.651000', '205217.654000', '205217.657000', '205217.659000', '205217.662000', '205217.665000', '205217.667000', '205217.670000', '205217.673000', '205217.675000', '205217.678000', '205237.566000', '205237.569000', '205237.572000', '205237.575000', '205237.578000', '205237.580000', '205237.583000', '205237.585000', '205237.588000', '205237.591000', '205237.593000', '205237.596000', '205237.599000', '205237.601000', '205237.604000', '205237.607000', '205237.609000', '205237.612000', '205237.615000', '205237.617000', '205237.620000', '205237.623000', '205237.625000', '205237.628000', '205237.631000', '205237.633000', '205237.636000', '205237.639000', '205237.641000', '205237.644000', '205237.647000', '205237.649000', '205237.652000', '205237.654000', '205237.657000', '205237.660000', '205237.662000', '205237.665000', '205237.668000', '205237.670000', '205237.673000', '205237.676000', '205237.678000', '205237.681000', '205257.567000', '205257.569000', '205257.572000', '205257.575000', '205257.577000', '205257.580000', '205257.583000', '205257.585000', '205257.588000', '205257.591000', '205257.594000', '205257.599000', '205257.601000', '205257.604000', '205257.607000', '205257.609000', '205257.612000', '205257.614000', '205257.617000', '205257.620000', '205257.622000', '205257.625000', '205257.628000', '205257.630000', '205257.633000', '205257.647000', '205257.650000', '205257.652000', '205257.655000', '205257.658000', '205257.660000', '205257.663000', '205257.665000', '205257.668000', '205257.671000', '205257.673000', '205257.676000', '205257.678000', '205257.681000', '205257.684000', '205257.686000', '205257.689000', '205257.692000', '205317.567000', '205317.570000', '205317.572000', '205317.575000', '205317.578000', '205317.580000', '205317.583000', '205317.586000', '205317.588000', '205317.591000', '205317.594000', '205317.596000', '205317.599000', '205317.602000', '205317.604000', '205317.607000', '205317.610000', '205317.613000', '205317.615000', '205317.618000', '205317.620000', '205317.623000', '205317.626000', '205317.628000', '205317.631000', '205317.634000', '205317.636000', '205317.639000', '205317.642000', '205317.644000', '205317.647000', '205317.650000', '205317.652000', '205317.655000', '205317.658000', '205317.660000', '205317.663000', '205317.666000', '205317.668000', '205317.671000', '205317.673000', '205317.676000', '205317.679000', '205317.681000', '205337.566000', '205337.568000', '205337.571000', '205337.574000', '205337.576000', '205337.580000', '205337.583000', '205337.586000', '205337.589000', '205337.591000', '205337.594000', '205337.597000', '205337.599000', '205337.602000', '205337.605000', '205337.607000', '205337.610000', '205337.613000', '205337.620000', '205337.623000', '205337.626000', '205337.628000', '205337.631000', '205337.634000', '205337.636000', '205337.639000', '205337.642000', '205337.644000', '205337.647000', '205337.650000', '205337.652000', '205337.655000', '205337.658000', '205337.660000', '205337.663000', '205337.666000', '205337.668000', '205337.671000', '205337.674000', '205337.676000', '205337.679000', '205337.682000', '205337.684000', '205357.567000', '205357.570000', '205357.572000', '205357.575000', '205357.578000', '205357.580000', '205357.583000', '205357.586000', '205357.589000', '205357.591000', '205357.594000', '205357.597000', '205357.600000', '205357.602000', '205357.605000', '205357.607000', '205357.610000', '205357.613000', '205357.615000', '205357.618000', '205357.621000', '205357.623000', '205357.626000', '205357.629000', '205357.631000', '205357.634000', '205357.637000', '205357.639000', '205357.642000', '205357.644000', '205357.647000', '205357.650000', '205357.652000', '205357.655000', '205357.657000', '205357.660000', '205357.663000', '205357.665000', '205357.668000', '205357.670000', '205357.673000', '205357.676000', '205357.678000', '205357.681000', '205417.567000', '205417.570000', '205417.572000', '205417.575000', '205417.582000', '205417.584000', '205417.587000', '205417.590000', '205417.593000', '205417.595000', '205417.598000', '205417.601000', '205417.603000', '205417.606000', '205417.609000', '205417.611000', '205417.614000', '205417.617000', '205417.620000', '205417.623000', '205417.625000', '205417.629000', '205417.632000', '205417.634000', '205417.637000', '205417.640000', '205417.642000', '205417.645000', '205417.647000', '205417.650000', '205417.653000', '205417.655000', '205417.658000', '205417.661000', '205417.663000', '205417.666000', '205417.676000', '205417.679000', '205417.681000', '205417.684000', '205417.687000', '205417.689000', '205417.692000', '205437.566000', '205437.569000', '205437.572000', '205437.575000', '205437.578000', '205437.581000', '205437.583000', '205437.586000', '205437.589000', '205437.591000', '205437.594000', '205437.596000', '205437.599000', '205437.602000', '205437.604000', '205437.607000', '205437.610000', '205437.612000', '205437.615000', '205437.618000', '205437.620000', '205437.623000', '205437.626000', '205437.628000', '205437.631000', '205437.634000', '205437.636000', '205437.639000', '205437.642000', '205437.644000', '205437.647000', '205437.650000', '205437.652000', '205437.655000', '205437.657000', '205437.660000', '205437.663000', '205437.665000', '205437.668000', '205437.671000', '205437.673000', '205437.676000', '205437.679000', '205437.681000', '205457.567000', '205457.570000', '205457.572000', '205457.575000', '205457.578000', '205457.580000', '205457.583000', '205457.586000', '205457.588000', '205457.591000', '205457.594000', '205457.596000', '205457.599000', '205457.602000', '205457.604000', '205457.607000', '205457.610000', '205457.619000', '205457.622000', '205457.624000', '205457.627000', '205457.630000', '205457.632000', '205457.635000', '205457.638000', '205457.640000', '205457.643000', '205457.646000', '205457.648000', '205457.651000', '205457.654000', '205457.657000', '205457.660000', '205457.663000', '205457.665000', '205457.668000', '205457.671000', '205457.674000', '205457.676000', '205457.679000', '205457.681000', '205457.684000', '205457.687000', '205517.566000', '205517.569000', '205517.572000', '205517.575000', '205517.577000', '205517.580000', '205517.583000', '205517.585000', '205517.588000', '205517.590000', '205517.593000', '205517.596000', '205517.598000', '205517.601000', '205517.604000', '205517.606000', '205517.609000', '205517.612000', '205517.614000', '205517.617000', '205517.620000', '205517.622000', '205517.625000', '205517.627000', '205517.630000', '205517.633000', '205517.635000', '205517.638000', '205517.641000', '205517.643000', '205517.646000', '205517.648000', '205517.651000', '205517.654000', '205517.657000', '205517.659000', '205517.662000', '205517.664000', '205517.667000', '205517.670000', '205517.672000', '205517.675000', '205517.678000', '205517.680000', '205537.567000', '205537.570000', '205537.572000', '205537.575000', '205537.578000', '205537.580000', '205537.583000', '205537.586000', '205537.588000', '205537.591000', '205537.594000', '205537.596000', '205537.599000', '205537.602000', '205537.604000', '205537.607000', '205537.610000', '205537.612000', '205537.615000', '205537.618000', '205537.621000', '205537.623000', '205537.626000', '205537.629000', '205537.631000', '205537.634000', '205537.636000', '205537.639000', '205537.642000', '205537.644000', '205537.647000', '205537.650000', '205537.665000', '205537.668000', '205537.671000', '205537.674000', '205537.677000', '205537.679000', '205537.683000', '205537.685000', '205537.688000', '205537.690000', '205537.693000', '205541.371000', '205541.374000', '205541.377000', '205541.380000', '205541.383000', '205541.385000', '205541.388000', '205541.391000', '205541.394000'], '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': [11004, 14126, 10774, 13933, 9382, 13548, 9933, 13198, 11077, 12961, 12506, 13561, 9751, 13257, 9827, 12939, 10019, 12875, 9885, 14488, 10152, 13440, 10110, 13351, 10376, 12860, 10682, 14619, 10619, 13571, 8958, 13042, 9780, 12591, 12442, 13327, 11072, 13695, 10353, 12986, 12736, 15335, 14112, 13777, 12747, 11071, 13025, 14905, 13031, 12921, 11687, 13872, 12368, 9643, 10849, 9343, 11744, 12817, 12278, 12428, 11681, 13280, 12635, 10886, 10947, 12469, 11871, 13207, 12158, 12617, 9648, 13857, 11140, 13021, 10571, 13876, 11252, 12856, 9909, 12295, 9868, 12626, 9269, 12368, 9052, 12784, 8995, 12502, 9522, 12754, 9181, 12460, 10336, 13370, 10275, 12392, 10571, 13810, 10736, 13722, 9195, 13219, 10273, 12870, 9753, 14032, 11262, 13873, 9120, 12966, 9895, 12967, 14638, 13583, 12869, 12970, 9242, 12188, 9587, 13891, 11254, 13558, 9798, 13033, 9561, 12948, 13877, 12691, 14672, 13505, 15265, 12527, 14382, 12904, 13323, 10865, 13485, 10764, 13305, 8881, 12670, 8893, 13160, 11231, 12520, 9383, 13102, 9048, 12579, 9134, 12576, 13446, 13025, 14390, 12985, 14526, 12488, 12798, 11488, 12322, 9859, 14235, 11069, 13181, 11281, 13347, 10564, 12446, 12866, 13116, 9011, 12112, 8649, 12431, 9263, 12318, 11108, 13007, 9477, 12364, 8999, 12578, 11893, 12784, 13986, 13841, 11651, 12778, 8948, 12458, 11012, 12721, 14135, 13592, 13970, 13445, 13998, 12262, 13006, 13085, 12563, 10391, 13359, 10988, 13074, 8937, 12448, 12339, 12234, 12903, 11967, 13130, 12322, 12832, 10325, 14369, 10811, 12310, 10702, 12745, 11408, 12348, 10497, 13142, 11689, 12316, 9548, 13929, 11031, 12991, 10505, 12712, 9162, 12869, 14666, 13822, 13100, 12584, 9538, 12117, 13935, 13275, 12680, 10239, 13842, 9699, 13486, 10104, 13219, 9260, 12675, 11248, 12404, 10593, 12114, 8471, 12441, 9424, 13148, 9872, 12443, 13460, 12742, 13076, 12598, 12908, 11036, 13136, 9273, 12551, 8890, 12709, 8738, 12983, 8913, 13037, 9723, 13969, 10607, 9662, 9693, 7857, 11988, 10563, 9042, 12752, 16336, 14405, 14583, 10941, 14716, 12588, 12205, 11435, 13597, 12022, 13039, 9718, 14781, 10765, 14008, 10116, 12789, 12008, 12633, 10423, 12776, 10324, 13651, 10472, 13656, 9358, 12633, 12853, 12875, 13174, 12753, 14741, 13585, 10897, 12271, 12372, 12961, 13433, 11367, 14092, 11741, 13755, 10873, 12710, 10074, 12441, 13900, 13291, 14466, 12103, 14633, 11099, 13099, 10380, 12781, 9296, 12984, 9892, 13537, 10008, 13052, 11115, 13178, 10219, 13031, 10692, 13203, 9249, 12768, 9373, 13129, 10236, 12814, 10072, 14351, 12495, 12129, 11412, 10064, 13580, 14981, 11486, 14140, 16972, 14370, 15021, 13839, 11332, 11765, 14447, 13193, 12491, 10385, 13377, 10881, 13412, 13469, 12274, 13870, 11234, 14439, 11091, 12697, 9440, 12451, 8933, 12300, 9368, 12357, 9683, 12966, 10195, 12693, 9421, 12750, 14554, 12923, 12999, 10300, 14301, 11751, 13396, 12001, 14015, 9641, 13132, 8891, 13529, 9683, 13145, 8802, 12985, 11419, 12863, 10745, 13908, 11319, 13558, 11156, 14121, 9898, 13118, 15040, 13601, 13815, 12883, 11969, 11060, 12356, 11718, 12072, 12710, 11816, 12427, 14408, 13111, 13103, 11057, 12826, 12250, 13186, 13142, 13498, 11610, 11204, 13557, 12293, 12298, 11743, 13469, 11874, 8581, 11559, 13760, 10277, 14081, 10688, 13634, 10010, 13301, 9748, 13002, 9808, 13221, 13769, 13471, 13457, 12676, 10814, 11979, 12695, 12890, 12967, 12518, 13177, 13145, 14279, 11620, 12580, 12597, 12478, 10552, 12691, 12149, 14799, 12190, 11107, 12000, 13602, 13578, 12611, 9853, 14307, 11522, 14013, 12098, 13911, 12034, 14416, 9792, 12582, 9724, 13103, 9208, 12759, 10580, 12760, 10632, 13022, 10287, 12304, 10825, 12313, 14590, 13368, 13204, 11964, 8743, 11820, 13879, 12215, 13588, 9880, 12803, 8471, 12876, 8701, 12600, 10235, 12414, 11308, 12539, 12222, 12087, 11167, 8466, 11200, 10868, 8804, 11962, 10377, 14336, 11767, 14151, 13871, 14503, 9347, 13314, 11270, 13263, 12583, 13181, 12699, 14830, 13564, 13789, 13521, 12862, 11024, 13276, 14832, 13669, 14965, 13444, 12728, 11345, 13673, 12206, 12525, 9761, 13425, 9946, 12763, 9442, 12340, 9194, 12988, 13607, 13896, 13796, 12818, 11388, 11936, 12740, 12632, 12912, 12681, 14364, 12237, 14239, 12609, 14199, 10393, 12604, 10809, 13430, 9664, 12773, 8727, 12437, 10978, 12291, 13521, 13734, 14176, 13183, 11760, 11561, 13194, 12467, 12484, 11549, 13359, 9973, 13556, 9113, 12932, 10881, 12779, 10594, 12899, 13854, 13457, 14257, 12341, 14245, 11262, 13723, 9628, 13287, 9960, 12556, 9367, 11864, 7704, 11461, 12847, 11921, 12018, 9606, 12728, 9176, 12179, 8145, 11974, 12856, 12048, 12276, 12077, 12982, 10447, 13437, 11075, 11943, 11445, 12746, 10675, 14335, 11189, 11729, 11670, 13289, 12752, 12130, 12279, 12510, 12742, 13164, 12694, 14484, 13665, 15231, 12126, 15296, 11896, 13305, 11123, 13427, 10180, 12400, 14453, 12145, 14055, 10604, 12270, 11819, 12915, 12953, 11639, 14045, 12199, 12096, 10266, 13600, 11233, 12413, 11112, 12938, 10015, 12437, 9378, 13429, 10264, 13006, 9428, 12534, 9270, 13179, 12398, 13237, 11165, 12955, 8846, 12639, 9834, 12464, 14150, 13611, 13891, 12813, 11864, 11720, 12595, 12531, 12011, 9957, 14029, 9482, 12743, 9099, 12485, 11499, 11839, 12829, 12059, 12755, 12571, 10963, 10524, 11350, 10842, 12392, 11564, 11956, 12108, 13738, 12333, 13126, 11859, 13067, 12055, 12777, 10872, 13636, 11016, 13103, 9351, 13002, 13072, 12811, 12961, 12695, 13531, 13005, 10949, 11309, 9566, 12396, 12451, 12611, 12984, 13429, 9178, 12088, 8648, 12758, 9534, 13123, 15235, 13890, 13050, 13217, 10076, 12097, 12401, 12664, 12893, 12663, 12679, 12956, 11011, 11836, 8800, 12204, 13656, 12895, 12747, 10836, 14526, 12027, 13646, 11684, 14327, 9802, 12493, 13170, 12676, 12207, 12356, 8355, 11945, 10226, 11824, 12762, 12151, 12638, 12304, 13187, 11198, 13486, 9269, 13724, 10182, 12989, 9800, 12575, 10546, 13387, 10844, 11920, 11169, 11557, 11217, 7917, 10627, 10842, 9480, 12063, 9651, 15651, 17829, 16014, 16288, 13951, 15369, 12091, 14539, 11863, 12996, 9955, 13699, 11844, 13352, 12707, 12742, 14501, 11566, 14719, 9607, 13708, 10173, 11985, 9207, 11889, 10294, 11766, 9028, 12455, 10174, 10892, 11281, 11265, 8760, 11672, 8959, 12062, 12884, 11694, 12061, 9786, 13906, 9972, 12814, 9083, 12132, 8788, 12603, 14493, 13237, 12399, 11711, 13183, 11335, 12337, 11650, 11794, 9858, 13371, 10105, 12541, 10205, 12798, 9312, 11888, 12180, 12318, 12425, 12144, 12310, 10939, 12786, 10747, 13408, 10105, 13068, 9968, 12411, 9689, 11809, 9306, 12230, 9704, 13119, 9904, 11744, 8335, 11975, 13143, 11531, 12202, 10727, 14095, 12264, 9624, 11080, 12892, 11999, 12242, 9927, 13737, 11502, 12670, 10610, 12747, 10431, 12246, 10217, 13246, 9833, 13588, 10784, 13315, 11937, 12629, 10152, 12992, 11186, 14219, 11887, 13103, 9043, 12922, 9101, 12563, 12646, 11278, 12821, 11383, 12690, 10184, 12250, 8888, 11900, 9509, 12737, 9347, 11859, 8772, 12882, 8917, 11836, 9968, 12088, 9089, 12078, 8736, 12365, 9344, 12497, 15016, 13534, 13099, 13202, 8800, 13018, 9909, 13752, 14128, 12904, 13999, 13159, 11578, 11768, 11296, 11942, 13870, 12785, 13768, 12058, 13526, 10843, 12328, 9646, 13397, 9982, 13190, 9309, 12586, 8538, 12088, 13109, 11514, 12035, 10770, 12644, 10348, 12461, 10160, 12150, 9500, 12792, 10638, 11997, 9625, 12833, 9753, 12899, 10339, 12233, 10285, 13579, 10808, 13642, 10532, 13388, 11557, 12090, 10258, 14121, 10773, 13761, 9737, 12742, 10674, 13330, 9843, 13203, 10298, 13379, 11026, 13882, 9657, 13492, 9498, 14233, 12395, 12488, 8067, 11837, 12091, 11247, 12185, 11390, 12548, 11376, 12582, 10125, 9395, 10380, 11686, 11262, 11648, 11458, 9927, 10600, 12621, 11043, 12913, 10083, 12470, 11563, 12880], 'WindowCenter': [4244.0, 4260.0, 4216.0, 4234.0, 4192.0, 4233.0, 4192.0, 4224.0, 4211.0, 4221.0, 4211.0, 4221.0, 4190.0, 4221.0, 4191.0, 4221.0, 4192.0, 4222.0, 4191.0, 4233.0, 4191.0, 4221.0, 4192.0, 4222.0, 4191.0, 4212.0, 4189.0, 4221.0, 4189.0, 4220.0, 4180.0, 4211.0, 4190.0, 4212.0, 4210.0, 4210.0, 4200.0, 4220.0, 4191.0, 4222.0, 4223.0, 4233.0, 4223.0, 4221.0, 4210.0, 4199.0, 4209.0, 4218.0, 4208.0, 4197.0, 4186.0, 4206.0, 4196.0, 4177.0, 4188.0, 4167.0, 4199.0, 4208.0, 4198.0, 4198.0, 4198.0, 4208.0, 4209.0, 4188.0, 4189.0, 4208.0, 4199.0, 4209.0, 4198.0, 4198.0, 4167.0, 4207.0, 4188.0, 4208.0, 4189.0, 4219.0, 4200.0, 4210.0, 4191.0, 4210.0, 4189.0, 4210.0, 4180.0, 4210.0, 4181.0, 4222.0, 4181.0, 4222.0, 4191.0, 4221.0, 4192.0, 4223.0, 4204.0, 4234.0, 4205.0, 4225.0, 4202.0, 4223.0, 4201.0, 4222.0, 4191.0, 4223.0, 4202.0, 4224.0, 4181.0, 4222.0, 4201.0, 4221.0, 4181.0, 4222.0, 4191.0, 4223.0, 4221.0, 4221.0, 4210.0, 4220.0, 4179.0, 4211.0, 4190.0, 4232.0, 4201.0, 4223.0, 4191.0, 4222.0, 4191.0, 4224.0, 4222.0, 4211.0, 4221.0, 4211.0, 4219.0, 4209.0, 4218.0, 4209.0, 4208.0, 4187.0, 4208.0, 4187.0, 4207.0, 4167.0, 4207.0, 4168.0, 4210.0, 4187.0, 4209.0, 4168.0, 4208.0, 4169.0, 4210.0, 4180.0, 4222.0, 4220.0, 4210.0, 4220.0, 4209.0, 4219.0, 4209.0, 4208.0, 4198.0, 4208.0, 4177.0, 4219.0, 4188.0, 4207.0, 4199.0, 4208.0, 4189.0, 4209.0, 4197.0, 4208.0, 4166.0, 4197.0, 4168.0, 4210.0, 4179.0, 4210.0, 4199.0, 4210.0, 4179.0, 4210.0, 4180.0, 4212.0, 4199.0, 4211.0, 4210.0, 4211.0, 4198.0, 4208.0, 4167.0, 4211.0, 4188.0, 4210.0, 4210.0, 4209.0, 4208.0, 4209.0, 4207.0, 4198.0, 4197.0, 4207.0, 4196.0, 4175.0, 4196.0, 4174.0, 4194.0, 4153.0, 4196.0, 4194.0, 4195.0, 4195.0, 4184.0, 4194.0, 4196.0, 4195.0, 4177.0, 4217.0, 4199.0, 4209.0, 4188.0, 4208.0, 4199.0, 4208.0, 4190.0, 4220.0, 4212.0, 4211.0, 4180.0, 4221.0, 4200.0, 4209.0, 4190.0, 4211.0, 4179.0, 4211.0, 4220.0, 4220.0, 4208.0, 4198.0, 4177.0, 4209.0, 4208.0, 4208.0, 4197.0, 4176.0, 4206.0, 4165.0, 4206.0, 4176.0, 4207.0, 4167.0, 4209.0, 4186.0, 4197.0, 4187.0, 4197.0, 4157.0, 4209.0, 4178.0, 4221.0, 4178.0, 4209.0, 4208.0, 4209.0, 4208.0, 4198.0, 4197.0, 4187.0, 4197.0, 4167.0, 4197.0, 4156.0, 4197.0, 4156.0, 4208.0, 4167.0, 4220.0, 4192.0, 4232.0, 4202.0, 4192.0, 4206.0, 4186.0, 4237.0, 4229.0, 4210.0, 4253.0, 4261.0, 4248.0, 4236.0, 4204.0, 4235.0, 4225.0, 4224.0, 4215.0, 4224.0, 4213.0, 4223.0, 4181.0, 4232.0, 4202.0, 4233.0, 4203.0, 4224.0, 4225.0, 4224.0, 4203.0, 4226.0, 4193.0, 4223.0, 4191.0, 4222.0, 4182.0, 4224.0, 4212.0, 4223.0, 4222.0, 4223.0, 4233.0, 4223.0, 4202.0, 4224.0, 4212.0, 4223.0, 4222.0, 4200.0, 4221.0, 4200.0, 4219.0, 4200.0, 4210.0, 4179.0, 4211.0, 4209.0, 4209.0, 4219.0, 4199.0, 4218.0, 4200.0, 4208.0, 4189.0, 4209.0, 4168.0, 4210.0, 4179.0, 4220.0, 4191.0, 4221.0, 4202.0, 4222.0, 4191.0, 4222.0, 4191.0, 4222.0, 4181.0, 4223.0, 4180.0, 4223.0, 4190.0, 4222.0, 4191.0, 4232.0, 4223.0, 4223.0, 4213.0, 4204.0, 4236.0, 4237.0, 4201.0, 4222.0, 4231.0, 4209.0, 4219.0, 4209.0, 4198.0, 4199.0, 4219.0, 4209.0, 4199.0, 4176.0, 4207.0, 4175.0, 4206.0, 4194.0, 4196.0, 4205.0, 4186.0, 4206.0, 4185.0, 4207.0, 4166.0, 4207.0, 4169.0, 4210.0, 4179.0, 4211.0, 4178.0, 4220.0, 4189.0, 4210.0, 4180.0, 4223.0, 4221.0, 4210.0, 4208.0, 4177.0, 4218.0, 4197.0, 4207.0, 4209.0, 4218.0, 4178.0, 4209.0, 4167.0, 4220.0, 4178.0, 4208.0, 4179.0, 4220.0, 4212.0, 4222.0, 4201.0, 4233.0, 4201.0, 4221.0, 4201.0, 4233.0, 4189.0, 4210.0, 4221.0, 4209.0, 4209.0, 4210.0, 4209.0, 4200.0, 4209.0, 4212.0, 4211.0, 4222.0, 4211.0, 4222.0, 4231.0, 4221.0, 4211.0, 4188.0, 4209.0, 4197.0, 4208.0, 4207.0, 4207.0, 4196.0, 4198.0, 4207.0, 4208.0, 4208.0, 4210.0, 4219.0, 4210.0, 4181.0, 4214.0, 4233.0, 4190.0, 4220.0, 4188.0, 4220.0, 4178.0, 4220.0, 4191.0, 4221.0, 4190.0, 4222.0, 4220.0, 4220.0, 4209.0, 4209.0, 4198.0, 4210.0, 4209.0, 4210.0, 4221.0, 4210.0, 4209.0, 4210.0, 4219.0, 4200.0, 4208.0, 4209.0, 4208.0, 4188.0, 4208.0, 4208.0, 4220.0, 4209.0, 4199.0, 4211.0, 4220.0, 4209.0, 4198.0, 4177.0, 4218.0, 4198.0, 4218.0, 4209.0, 4207.0, 4208.0, 4217.0, 4176.0, 4197.0, 4177.0, 4208.0, 4167.0, 4209.0, 4200.0, 4220.0, 4201.0, 4221.0, 4189.0, 4211.0, 4201.0, 4211.0, 4231.0, 4221.0, 4221.0, 4211.0, 4181.0, 4223.0, 4221.0, 4210.0, 4209.0, 4178.0, 4209.0, 4159.0, 4210.0, 4170.0, 4211.0, 4202.0, 4212.0, 4214.0, 4224.0, 4240.0, 4252.0, 4229.0, 4186.0, 4215.0, 4228.0, 4210.0, 4239.0, 4232.0, 4251.0, 4226.0, 4236.0, 4234.0, 4233.0, 4194.0, 4235.0, 4216.0, 4235.0, 4226.0, 4236.0, 4226.0, 4235.0, 4224.0, 4223.0, 4223.0, 4213.0, 4190.0, 4212.0, 4221.0, 4220.0, 4220.0, 4209.0, 4208.0, 4200.0, 4219.0, 4210.0, 4210.0, 4179.0, 4210.0, 4179.0, 4209.0, 4180.0, 4211.0, 4168.0, 4209.0, 4209.0, 4220.0, 4208.0, 4209.0, 4198.0, 4200.0, 4210.0, 4210.0, 4210.0, 4210.0, 4219.0, 4199.0, 4219.0, 4210.0, 4209.0, 4178.0, 4199.0, 4188.0, 4209.0, 4178.0, 4208.0, 4168.0, 4211.0, 4187.0, 4199.0, 4197.0, 4208.0, 4208.0, 4208.0, 4197.0, 4198.0, 4207.0, 4198.0, 4196.0, 4186.0, 4207.0, 4176.0, 4208.0, 4166.0, 4208.0, 4189.0, 4210.0, 4176.0, 4197.0, 4196.0, 4196.0, 4206.0, 4196.0, 4206.0, 4187.0, 4205.0, 4165.0, 4206.0, 4176.0, 4198.0, 4165.0, 4198.0, 4147.0, 4199.0, 4208.0, 4198.0, 4198.0, 4177.0, 4207.0, 4167.0, 4198.0, 4157.0, 4198.0, 4208.0, 4198.0, 4198.0, 4199.0, 4208.0, 4189.0, 4219.0, 4200.0, 4199.0, 4211.0, 4221.0, 4202.0, 4233.0, 4213.0, 4212.0, 4213.0, 4222.0, 4224.0, 4222.0, 4224.0, 4222.0, 4223.0, 4212.0, 4210.0, 4222.0, 4220.0, 4219.0, 4210.0, 4229.0, 4210.0, 4220.0, 4198.0, 4221.0, 4188.0, 4209.0, 4218.0, 4208.0, 4219.0, 4187.0, 4198.0, 4197.0, 4208.0, 4206.0, 4198.0, 4217.0, 4208.0, 4197.0, 4187.0, 4218.0, 4198.0, 4208.0, 4200.0, 4209.0, 4189.0, 4211.0, 4178.0, 4221.0, 4189.0, 4209.0, 4180.0, 4210.0, 4180.0, 4222.0, 4209.0, 4210.0, 4199.0, 4209.0, 4180.0, 4211.0, 4189.0, 4211.0, 4220.0, 4221.0, 4220.0, 4210.0, 4199.0, 4210.0, 4209.0, 4210.0, 4199.0, 4177.0, 4219.0, 4177.0, 4207.0, 4167.0, 4209.0, 4196.0, 4198.0, 4197.0, 4208.0, 4208.0, 4209.0, 4198.0, 4190.0, 4198.0, 4201.0, 4211.0, 4212.0, 4211.0, 4223.0, 4232.0, 4223.0, 4222.0, 4213.0, 4222.0, 4208.0, 4211.0, 4188.0, 4220.0, 4188.0, 4209.0, 4179.0, 4220.0, 4208.0, 4209.0, 4208.0, 4207.0, 4208.0, 4209.0, 4188.0, 4199.0, 4179.0, 4222.0, 4222.0, 4222.0, 4222.0, 4221.0, 4181.0, 4211.0, 4181.0, 4223.0, 4191.0, 4222.0, 4231.0, 4221.0, 4210.0, 4220.0, 4189.0, 4211.0, 4210.0, 4210.0, 4210.0, 4210.0, 4210.0, 4211.0, 4200.0, 4210.0, 4180.0, 4213.0, 4221.0, 4210.0, 4209.0, 4188.0, 4218.0, 4208.0, 4218.0, 4199.0, 4219.0, 4177.0, 4209.0, 4207.0, 4208.0, 4197.0, 4208.0, 4157.0, 4209.0, 4187.0, 4210.0, 4209.0, 4210.0, 4210.0, 4210.0, 4209.0, 4200.0, 4219.0, 4179.0, 4219.0, 4189.0, 4221.0, 4190.0, 4210.0, 4202.0, 4232.0, 4213.0, 4223.0, 4227.0, 4225.0, 4227.0, 4186.0, 4214.0, 4227.0, 4219.0, 4250.0, 4205.0, 4260.0, 4258.0, 4244.0, 4234.0, 4222.0, 4231.0, 4211.0, 4230.0, 4210.0, 4208.0, 4176.0, 4207.0, 4184.0, 4195.0, 4182.0, 4193.0, 4192.0, 4172.0, 4201.0, 4151.0, 4192.0, 4162.0, 4182.0, 4164.0, 4193.0, 4188.0, 4197.0, 4166.0, 4209.0, 4177.0, 4188.0, 4199.0, 4200.0, 4170.0, 4211.0, 4181.0, 4224.0, 4222.0, 4211.0, 4210.0, 4178.0, 4221.0, 4179.0, 4209.0, 4179.0, 4211.0, 4168.0, 4210.0, 4219.0, 4209.0, 4198.0, 4199.0, 4207.0, 4199.0, 4198.0, 4198.0, 4197.0, 4177.0, 4208.0, 4189.0, 4208.0, 4189.0, 4209.0, 4168.0, 4199.0, 4197.0, 4198.0, 4195.0, 4197.0, 4196.0, 4187.0, 4195.0, 4186.0, 4207.0, 4175.0, 4208.0, 4177.0, 4208.0, 4179.0, 4209.0, 4179.0, 4211.0, 4179.0, 4221.0, 4189.0, 4210.0, 4169.0, 4210.0, 4211.0, 4201.0, 4210.0, 4199.0, 4219.0, 4210.0, 4190.0, 4201.0, 4221.0, 4211.0, 4210.0, 4178.0, 4219.0, 4200.0, 4210.0, 4201.0, 4209.0, 4201.0, 4211.0, 4190.0, 4221.0, 4190.0, 4219.0, 4201.0, 4220.0, 4201.0, 4210.0, 4178.0, 4210.0, 4187.0, 4207.0, 4197.0, 4206.0, 4166.0, 4207.0, 4166.0, 4209.0, 4207.0, 4185.0, 4197.0, 4197.0, 4206.0, 4187.0, 4207.0, 4168.0, 4199.0, 4177.0, 4207.0, 4178.0, 4209.0, 4170.0, 4221.0, 4180.0, 4212.0, 4191.0, 4223.0, 4183.0, 4223.0, 4184.0, 4225.0, 4194.0, 4224.0, 4234.0, 4223.0, 4223.0, 4221.0, 4181.0, 4221.0, 4190.0, 4222.0, 4221.0, 4210.0, 4220.0, 4209.0, 4199.0, 4210.0, 4199.0, 4210.0, 4219.0, 4208.0, 4207.0, 4198.0, 4206.0, 4187.0, 4196.0, 4176.0, 4207.0, 4176.0, 4208.0, 4166.0, 4207.0, 4157.0, 4209.0, 4208.0, 4198.0, 4197.0, 4187.0, 4207.0, 4188.0, 4207.0, 4189.0, 4208.0, 4189.0, 4220.0, 4200.0, 4210.0, 4190.0, 4221.0, 4190.0, 4220.0, 4202.0, 4212.0, 4191.0, 4223.0, 4201.0, 4220.0, 4201.0, 4221.0, 4212.0, 4211.0, 4191.0, 4221.0, 4198.0, 4219.0, 4179.0, 4209.0, 4201.0, 4220.0, 4190.0, 4221.0, 4190.0, 4219.0, 4201.0, 4220.0, 4179.0, 4220.0, 4178.0, 4219.0, 4208.0, 4208.0, 4156.0, 4199.0, 4208.0, 4199.0, 4209.0, 4198.0, 4209.0, 4210.0, 4209.0, 4200.0, 4180.0, 4203.0, 4212.0, 4212.0, 4211.0, 4213.0, 4202.0, 4214.0, 4223.0, 4213.0, 4221.0, 4191.0, 4222.0, 4200.0, 4221.0], 'WindowWidth': [9405.0, 9419.0, 9347.0, 9371.0, 9310.0, 9368.0, 9308.0, 9355.0, 9333.0, 9346.0, 9332.0, 9347.0, 9302.0, 9345.0, 9306.0, 9347.0, 9306.0, 9350.0, 9304.0, 9365.0, 9303.0, 9345.0, 9306.0, 9347.0, 9306.0, 9335.0, 9299.0, 9344.0, 9298.0, 9340.0, 9286.0, 9331.0, 9302.0, 9335.0, 9326.0, 9330.0, 9314.0, 9343.0, 9306.0, 9350.0, 9351.0, 9369.0, 9351.0, 9343.0, 9326.0, 9309.0, 9324.0, 9339.0, 9321.0, 9306.0, 9288.0, 9317.0, 9302.0, 9278.0, 9295.0, 9266.0, 9310.0, 9322.0, 9308.0, 9310.0, 9308.0, 9323.0, 9323.0, 9294.0, 9297.0, 9322.0, 9311.0, 9324.0, 9309.0, 9308.0, 9263.0, 9320.0, 9295.0, 9323.0, 9300.0, 9340.0, 9316.0, 9330.0, 9304.0, 9327.0, 9298.0, 9328.0, 9288.0, 9329.0, 9291.0, 9349.0, 9292.0, 9348.0, 9305.0, 9348.0, 9308.0, 9351.0, 9328.0, 9370.0, 9329.0, 9358.0, 9321.0, 9351.0, 9318.0, 9347.0, 9305.0, 9351.0, 9321.0, 9355.0, 9291.0, 9351.0, 9318.0, 9346.0, 9291.0, 9347.0, 9304.0, 9351.0, 9349.0, 9347.0, 9329.0, 9342.0, 9284.0, 9330.0, 9304.0, 9360.0, 9319.0, 9352.0, 9306.0, 9350.0, 9306.0, 9353.0, 9350.0, 9330.0, 9351.0, 9330.0, 9341.0, 9325.0, 9336.0, 9322.0, 9324.0, 9292.0, 9322.0, 9290.0, 9317.0, 9265.0, 9320.0, 9270.0, 9330.0, 9292.0, 9325.0, 9268.0, 9323.0, 9272.0, 9329.0, 9288.0, 9350.0, 9343.0, 9329.0, 9341.0, 9324.0, 9337.0, 9324.0, 9322.0, 9310.0, 9323.0, 9278.0, 9338.0, 9294.0, 9319.0, 9310.0, 9322.0, 9296.0, 9325.0, 9305.0, 9321.0, 9259.0, 9304.0, 9268.0, 9327.0, 9285.0, 9328.0, 9313.0, 9327.0, 9285.0, 9328.0, 9288.0, 9335.0, 9313.0, 9329.0, 9329.0, 9329.0, 9307.0, 9321.0, 9266.0, 9330.0, 9295.0, 9325.0, 9330.0, 9322.0, 9324.0, 9322.0, 9319.0, 9307.0, 9306.0, 9316.0, 9304.0, 9270.0, 9302.0, 9269.0, 9297.0, 9240.0, 9301.0, 9295.0, 9297.0, 9301.0, 9283.0, 9298.0, 9302.0, 9300.0, 9279.0, 9334.0, 9313.0, 9327.0, 9295.0, 9324.0, 9312.0, 9322.0, 9301.0, 9341.0, 9334.0, 9331.0, 9288.0, 9346.0, 9315.0, 9326.0, 9302.0, 9332.0, 9284.0, 9329.0, 9344.0, 9342.0, 9322.0, 9308.0, 9279.0, 9325.0, 9325.0, 9319.0, 9306.0, 9273.0, 9316.0, 9257.0, 9313.0, 9277.0, 9319.0, 9265.0, 9325.0, 9289.0, 9306.0, 9290.0, 9305.0, 9253.0, 9325.0, 9283.0, 9344.0, 9283.0, 9325.0, 9324.0, 9323.0, 9322.0, 9307.0, 9305.0, 9291.0, 9305.0, 9263.0, 9303.0, 9248.0, 9304.0, 9248.0, 9318.0, 9263.0, 9341.0, 9306.0, 9362.0, 9321.0, 9311.0, 9337.0, 9311.0, 9380.0, 9374.0, 9348.0, 9411.0, 9423.0, 9394.0, 9376.0, 9327.0, 9369.0, 9356.0, 9354.0, 9344.0, 9353.0, 9335.0, 9351.0, 9289.0, 9361.0, 9318.0, 9362.0, 9324.0, 9354.0, 9357.0, 9356.0, 9321.0, 9360.0, 9310.0, 9351.0, 9305.0, 9347.0, 9292.0, 9354.0, 9334.0, 9348.0, 9350.0, 9349.0, 9366.0, 9350.0, 9320.0, 9352.0, 9335.0, 9350.0, 9350.0, 9314.0, 9347.0, 9313.0, 9338.0, 9314.0, 9328.0, 9283.0, 9329.0, 9328.0, 9324.0, 9337.0, 9310.0, 9337.0, 9313.0, 9323.0, 9297.0, 9327.0, 9269.0, 9329.0, 9285.0, 9341.0, 9304.0, 9345.0, 9320.0, 9350.0, 9306.0, 9349.0, 9303.0, 9346.0, 9291.0, 9349.0, 9287.0, 9349.0, 9302.0, 9346.0, 9303.0, 9363.0, 9350.0, 9351.0, 9339.0, 9326.0, 9374.0, 9381.0, 9316.0, 9345.0, 9361.0, 9324.0, 9338.0, 9324.0, 9308.0, 9312.0, 9339.0, 9324.0, 9312.0, 9274.0, 9318.0, 9270.0, 9314.0, 9297.0, 9300.0, 9312.0, 9286.0, 9317.0, 9285.0, 9320.0, 9263.0, 9318.0, 9271.0, 9328.0, 9286.0, 9330.0, 9282.0, 9343.0, 9298.0, 9329.0, 9289.0, 9350.0, 9346.0, 9326.0, 9324.0, 9277.0, 9335.0, 9305.0, 9318.0, 9323.0, 9336.0, 9281.0, 9325.0, 9266.0, 9343.0, 9282.0, 9323.0, 9286.0, 9342.0, 9333.0, 9350.0, 9317.0, 9366.0, 9317.0, 9344.0, 9319.0, 9366.0, 9299.0, 9329.0, 9348.0, 9325.0, 9327.0, 9327.0, 9326.0, 9315.0, 9327.0, 9334.0, 9332.0, 9349.0, 9332.0, 9348.0, 9362.0, 9346.0, 9333.0, 9296.0, 9326.0, 9306.0, 9321.0, 9317.0, 9319.0, 9302.0, 9307.0, 9322.0, 9323.0, 9325.0, 9328.0, 9341.0, 9331.0, 9293.0, 9340.0, 9369.0, 9303.0, 9342.0, 9294.0, 9342.0, 9283.0, 9341.0, 9307.0, 9347.0, 9302.0, 9349.0, 9345.0, 9343.0, 9325.0, 9325.0, 9309.0, 9329.0, 9326.0, 9330.0, 9347.0, 9327.0, 9326.0, 9327.0, 9339.0, 9313.0, 9324.0, 9326.0, 9323.0, 9296.0, 9323.0, 9324.0, 9342.0, 9326.0, 9314.0, 9331.0, 9342.0, 9324.0, 9310.0, 9278.0, 9335.0, 9306.0, 9335.0, 9325.0, 9321.0, 9322.0, 9333.0, 9276.0, 9307.0, 9278.0, 9324.0, 9267.0, 9325.0, 9316.0, 9342.0, 9317.0, 9346.0, 9299.0, 9329.0, 9317.0, 9332.0, 9362.0, 9347.0, 9345.0, 9331.0, 9294.0, 9352.0, 9348.0, 9328.0, 9327.0, 9281.0, 9323.0, 9255.0, 9325.0, 9274.0, 9330.0, 9320.0, 9334.0, 9341.0, 9357.0, 9388.0, 9410.0, 9373.0, 9307.0, 9349.0, 9372.0, 9349.0, 9388.0, 9383.0, 9407.0, 9360.0, 9374.0, 9368.0, 9365.0, 9314.0, 9370.0, 9347.0, 9372.0, 9360.0, 9375.0, 9359.0, 9371.0, 9354.0, 9350.0, 9350.0, 9338.0, 9299.0, 9332.0, 9346.0, 9339.0, 9342.0, 9324.0, 9321.0, 9313.0, 9339.0, 9327.0, 9330.0, 9284.0, 9330.0, 9283.0, 9323.0, 9287.0, 9331.0, 9268.0, 9325.0, 9325.0, 9340.0, 9322.0, 9323.0, 9307.0, 9312.0, 9330.0, 9329.0, 9329.0, 9327.0, 9338.0, 9312.0, 9338.0, 9327.0, 9325.0, 9280.0, 9311.0, 9292.0, 9324.0, 9279.0, 9320.0, 9269.0, 9329.0, 9291.0, 9308.0, 9307.0, 9320.0, 9321.0, 9320.0, 9303.0, 9307.0, 9319.0, 9306.0, 9304.0, 9287.0, 9317.0, 9274.0, 9321.0, 9262.0, 9320.0, 9297.0, 9328.0, 9274.0, 9303.0, 9304.0, 9301.0, 9315.0, 9302.0, 9316.0, 9291.0, 9313.0, 9259.0, 9315.0, 9273.0, 9309.0, 9261.0, 9308.0, 9240.0, 9311.0, 9323.0, 9308.0, 9308.0, 9278.0, 9320.0, 9265.0, 9307.0, 9251.0, 9310.0, 9325.0, 9310.0, 9310.0, 9310.0, 9323.0, 9299.0, 9340.0, 9316.0, 9313.0, 9333.0, 9344.0, 9323.0, 9364.0, 9338.0, 9337.0, 9339.0, 9351.0, 9355.0, 9349.0, 9353.0, 9350.0, 9351.0, 9336.0, 9328.0, 9350.0, 9341.0, 9340.0, 9328.0, 9354.0, 9328.0, 9345.0, 9309.0, 9345.0, 9296.0, 9325.0, 9337.0, 9322.0, 9339.0, 9293.0, 9311.0, 9307.0, 9321.0, 9318.0, 9306.0, 9334.0, 9323.0, 9308.0, 9293.0, 9336.0, 9310.0, 9323.0, 9315.0, 9328.0, 9300.0, 9332.0, 9284.0, 9346.0, 9298.0, 9326.0, 9289.0, 9330.0, 9288.0, 9349.0, 9326.0, 9330.0, 9312.0, 9326.0, 9288.0, 9332.0, 9300.0, 9333.0, 9347.0, 9345.0, 9342.0, 9327.0, 9313.0, 9328.0, 9328.0, 9328.0, 9313.0, 9280.0, 9339.0, 9279.0, 9321.0, 9264.0, 9324.0, 9303.0, 9308.0, 9309.0, 9322.0, 9325.0, 9327.0, 9309.0, 9301.0, 9311.0, 9318.0, 9333.0, 9336.0, 9335.0, 9352.0, 9364.0, 9352.0, 9350.0, 9339.0, 9349.0, 9325.0, 9332.0, 9296.0, 9345.0, 9296.0, 9326.0, 9284.0, 9343.0, 9324.0, 9324.0, 9324.0, 9320.0, 9324.0, 9326.0, 9295.0, 9313.0, 9286.0, 9348.0, 9351.0, 9349.0, 9349.0, 9347.0, 9292.0, 9332.0, 9294.0, 9353.0, 9305.0, 9350.0, 9362.0, 9346.0, 9329.0, 9343.0, 9300.0, 9332.0, 9328.0, 9330.0, 9330.0, 9327.0, 9329.0, 9330.0, 9314.0, 9328.0, 9290.0, 9337.0, 9348.0, 9330.0, 9329.0, 9294.0, 9337.0, 9323.0, 9336.0, 9312.0, 9341.0, 9279.0, 9325.0, 9321.0, 9323.0, 9306.0, 9320.0, 9254.0, 9326.0, 9295.0, 9329.0, 9329.0, 9328.0, 9329.0, 9330.0, 9326.0, 9315.0, 9339.0, 9285.0, 9342.0, 9298.0, 9347.0, 9302.0, 9329.0, 9322.0, 9364.0, 9340.0, 9355.0, 9367.0, 9362.0, 9369.0, 9311.0, 9346.0, 9367.0, 9361.0, 9403.0, 9335.0, 9418.0, 9420.0, 9385.0, 9376.0, 9350.0, 9362.0, 9332.0, 9359.0, 9330.0, 9326.0, 9275.0, 9321.0, 9282.0, 9298.0, 9277.0, 9291.0, 9292.0, 9262.0, 9300.0, 9233.0, 9289.0, 9249.0, 9279.0, 9256.0, 9297.0, 9295.0, 9306.0, 9265.0, 9326.0, 9277.0, 9295.0, 9313.0, 9314.0, 9276.0, 9332.0, 9293.0, 9353.0, 9349.0, 9331.0, 9331.0, 9282.0, 9344.0, 9286.0, 9327.0, 9286.0, 9332.0, 9269.0, 9326.0, 9343.0, 9327.0, 9309.0, 9310.0, 9320.0, 9310.0, 9309.0, 9309.0, 9307.0, 9278.0, 9323.0, 9298.0, 9321.0, 9299.0, 9325.0, 9268.0, 9314.0, 9306.0, 9309.0, 9302.0, 9306.0, 9304.0, 9293.0, 9301.0, 9289.0, 9319.0, 9273.0, 9323.0, 9279.0, 9321.0, 9286.0, 9325.0, 9286.0, 9332.0, 9285.0, 9346.0, 9300.0, 9329.0, 9274.0, 9330.0, 9333.0, 9317.0, 9331.0, 9313.0, 9340.0, 9330.0, 9302.0, 9320.0, 9346.0, 9333.0, 9330.0, 9283.0, 9341.0, 9314.0, 9327.0, 9319.0, 9327.0, 9317.0, 9331.0, 9299.0, 9347.0, 9300.0, 9339.0, 9316.0, 9341.0, 9316.0, 9330.0, 9280.0, 9327.0, 9291.0, 9320.0, 9304.0, 9317.0, 9263.0, 9319.0, 9264.0, 9324.0, 9323.0, 9289.0, 9308.0, 9306.0, 9317.0, 9294.0, 9321.0, 9269.0, 9312.0, 9280.0, 9323.0, 9283.0, 9326.0, 9277.0, 9346.0, 9291.0, 9337.0, 9306.0, 9353.0, 9297.0, 9353.0, 9302.0, 9358.0, 9313.0, 9357.0, 9371.0, 9352.0, 9351.0, 9345.0, 9290.0, 9345.0, 9301.0, 9348.0, 9347.0, 9327.0, 9345.0, 9327.0, 9310.0, 9326.0, 9311.0, 9329.0, 9342.0, 9323.0, 9324.0, 9307.0, 9317.0, 9292.0, 9302.0, 9279.0, 9322.0, 9277.0, 9323.0, 9263.0, 9320.0, 9252.0, 9325.0, 9324.0, 9310.0, 9306.0, 9292.0, 9319.0, 9295.0, 9320.0, 9300.0, 9324.0, 9301.0, 9343.0, 9315.0, 9332.0, 9303.0, 9345.0, 9304.0, 9342.0, 9322.0, 9337.0, 9304.0, 9353.0, 9318.0, 9343.0, 9317.0, 9344.0, 9334.0, 9335.0, 9304.0, 9349.0, 9311.0, 9340.0, 9287.0, 9326.0, 9318.0, 9345.0, 9301.0, 9346.0, 9302.0, 9340.0, 9318.0, 9343.0, 9286.0, 9344.0, 9282.0, 9339.0, 9321.0, 9320.0, 9251.0, 9311.0, 9323.0, 9312.0, 9327.0, 9311.0, 9326.0, 9330.0, 9328.0, 9317.0, 9290.0, 9325.0, 9337.0, 9337.0, 9335.0, 9341.0, 9323.0, 9341.0, 9355.0, 9338.0, 9348.0, 9306.0, 9348.0, 9315.0, 9345.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.0004956569343065694</td></tr>
<tr><td colspan=3>aqi</td><td>0.019513861678832116</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.11435699096804</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2309955944292232</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.994714892410959</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>4860.0366</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08522099429891021</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1934306569343067</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.444808275252663</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3531502166237996</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.701415390138693</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2798592189954965</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114738</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014773823320865631</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025347821414470673</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.925943586855681</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.1465</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9871</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.1851</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298015.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>901.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.502</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7153</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.8283</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3385.4385</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.7826</td></tr>
<tr><td colspan=3>tsnr</td><td>41.364883496426046</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>