<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-02/func/sub-0037_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>cff8a035641bbe226acbe102e0a65911</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>17:37:38.885000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999897, 0.000279742, 0.0143689, 0.000523586, 0.998438, -0.0558734]</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.0904563</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7736, -7273, 591, -29, -232, 43, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7238bca-2cd4-4229-994c-46216b28a1ef||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682649850845337, 0.0014047439908608794, 0.038777537643909454, 110.65967559814453], [-0.000750527367927134, 2.6787354946136475, -0.15086287260055542, -90.82417297363281], [0.03855062276124954, 0.14990420639514923, 2.695502996444702, -88.58627319335938], [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': ['173738.885000', '173739.345000', '173739.805000', '173740.265000', '173740.725000', '173741.185000', '173741.645000', '173742.105000', '173742.565000', '173743.025000', '173743.485000', '173743.945000', '173744.405000', '173744.865000', '173745.325000', '173745.785000', '173746.245000', '173746.705000', '173747.165000', '173747.625000', '173748.085000', '173748.545000', '173749.005000', '173749.465000', '173749.925000', '173750.385000', '173750.845000', '173751.305000', '173751.765000', '173752.225000', '173752.685000', '173753.145000', '173753.605000', '173754.065000', '173754.525000', '173754.985000', '173755.445000', '173755.905000', '173756.365000', '173756.825000', '173757.285000', '173757.745000', '173758.205000', '173758.665000', '173759.125000', '173759.585000', '173800.045000', '173800.505000', '173800.965000', '173801.425000', '173801.885000', '173802.345000', '173802.805000', '173803.265000', '173803.725000', '173804.185000', '173804.645000', '173805.105000', '173805.565000', '173806.025000', '173806.485000', '173806.945000', '173807.405000', '173807.865000', '173808.325000', '173808.785000', '173809.245000', '173809.705000', '173810.165000', '173810.625000', '173811.085000', '173811.545000', '173812.005000', '173812.465000', '173812.925000', '173813.385000', '173813.845000', '173814.305000', '173814.765000', '173815.225000', '173815.685000', '173816.145000', '173816.605000', '173817.065000', '173817.525000', '173817.985000', '173818.445000', '173818.905000', '173819.365000', '173819.825000', '173820.285000', '173820.745000', '173821.205000', '173821.665000', '173822.125000', '173822.585000', '173823.045000', '173823.505000', '173823.965000', '173824.425000', '173824.885000', '173825.345000', '173825.805000', '173826.265000', '173826.725000', '173827.185000', '173827.645000', '173828.105000', '173828.565000', '173829.025000', '173829.485000', '173829.945000', '173830.405000', '173830.865000', '173831.325000', '173831.785000', '173832.245000', '173832.705000', '173833.165000', '173833.625000', '173834.085000', '173834.545000', '173835.005000', '173835.465000', '173835.925000', '173836.385000', '173836.845000', '173837.305000', '173837.765000', '173838.225000', '173838.685000', '173839.145000', '173839.605000', '173840.065000', '173840.525000', '173840.985000', '173841.445000', '173841.905000', '173842.365000', '173842.825000', '173843.285000', '173843.745000', '173844.205000', '173844.665000', '173845.125000', '173845.585000', '173846.045000', '173846.505000', '173846.965000', '173847.425000', '173847.885000', '173848.345000', '173848.805000', '173849.265000', '173849.725000', '173850.185000', '173850.645000', '173851.105000', '173851.565000', '173852.025000', '173852.485000', '173852.945000', '173853.405000', '173853.865000', '173854.325000', '173854.785000', '173855.245000', '173855.705000', '173856.165000', '173856.625000', '173857.085000', '173857.545000', '173858.005000', '173858.465000', '173858.925000', '173859.385000', '173859.845000', '173900.305000', '173900.765000', '173901.225000', '173901.685000', '173902.145000', '173902.605000', '173903.065000', '173903.525000', '173903.985000', '173904.445000', '173904.905000', '173905.365000', '173905.825000', '173906.285000', '173906.745000', '173907.205000', '173907.665000', '173908.125000', '173908.585000', '173909.045000', '173909.505000', '173909.965000', '173910.425000', '173910.885000', '173911.345000', '173911.805000', '173912.265000', '173912.725000', '173913.185000', '173913.645000', '173914.105000', '173914.565000', '173915.025000', '173915.485000', '173915.945000', '173916.405000', '173916.865000', '173917.325000', '173917.785000', '173918.245000', '173918.705000', '173919.165000', '173919.625000', '173920.085000', '173920.545000', '173921.005000', '173921.465000', '173921.925000', '173922.385000', '173922.845000', '173923.305000', '173923.765000', '173924.225000', '173924.685000', '173925.145000', '173925.605000', '173926.065000', '173926.525000', '173926.985000', '173927.445000', '173927.905000', '173928.365000', '173928.825000', '173929.285000', '173929.745000', '173930.205000', '173930.665000', '173931.125000', '173931.585000', '173932.045000', '173932.505000', '173932.965000', '173933.425000', '173933.885000', '173934.345000', '173934.805000', '173935.265000', '173935.725000', '173936.185000', '173936.645000', '173937.105000', '173937.565000', '173938.025000', '173938.485000', '173938.945000', '173939.405000', '173939.865000', '173940.325000', '173940.785000', '173941.245000', '173941.705000', '173942.165000', '173942.625000', '173943.085000', '173943.545000', '173944.005000', '173944.465000', '173944.925000', '173945.385000', '173945.845000', '173946.305000', '173946.765000', '173947.225000', '173947.685000', '173948.145000', '173948.605000', '173949.065000', '173949.525000', '173949.985000', '173950.445000', '173950.905000', '173951.365000', '173951.825000', '173952.285000', '173952.745000', '173953.205000', '173953.665000', '173954.125000', '173954.585000', '173955.045000', '173955.505000', '173955.965000', '173956.425000', '173956.885000', '173957.345000', '173957.805000', '173958.265000', '173958.725000', '173959.185000', '173959.645000', '174000.105000', '174000.565000', '174001.025000', '174001.485000', '174001.945000', '174002.405000', '174002.865000', '174003.325000', '174003.785000', '174004.245000', '174004.705000', '174005.165000', '174005.625000', '174006.085000', '174006.545000', '174007.005000', '174007.465000', '174007.925000', '174008.385000', '174008.845000', '174009.305000', '174009.765000', '174010.225000', '174010.685000', '174011.145000', '174011.605000', '174012.065000', '174012.525000', '174012.985000', '174013.445000', '174013.905000', '174014.365000', '174014.825000', '174015.285000', '174015.745000', '174016.205000', '174016.665000', '174017.125000', '174017.585000', '174018.045000', '174018.505000', '174018.965000', '174019.425000', '174019.885000', '174020.345000', '174020.805000', '174021.265000', '174021.725000', '174022.185000', '174022.645000', '174023.105000', '174023.565000', '174024.025000', '174024.485000', '174024.945000', '174025.405000', '174025.865000', '174026.325000', '174026.785000', '174027.245000', '174027.705000', '174028.165000', '174028.625000', '174029.085000', '174029.545000', '174030.005000', '174030.465000', '174030.925000', '174031.385000', '174031.845000', '174032.305000', '174032.765000', '174033.225000', '174033.685000', '174034.145000', '174034.605000', '174035.065000', '174035.525000', '174035.985000', '174036.445000', '174036.905000', '174037.365000', '174037.825000', '174038.285000', '174038.745000', '174039.205000', '174039.665000', '174040.125000', '174040.585000', '174041.045000', '174041.505000', '174041.965000', '174042.425000', '174042.885000', '174043.345000', '174043.805000', '174044.265000', '174044.725000', '174045.185000', '174045.645000', '174046.105000', '174046.565000', '174047.025000', '174047.485000', '174047.945000', '174048.405000', '174048.865000', '174049.325000', '174049.785000', '174050.245000', '174050.705000', '174051.165000', '174051.625000', '174052.085000', '174052.545000', '174053.005000', '174053.465000', '174053.925000', '174054.385000', '174054.845000', '174055.305000', '174055.765000', '174056.225000', '174056.685000', '174057.145000', '174057.605000', '174058.065000', '174058.525000', '174058.985000', '174059.445000', '174059.905000', '174100.365000', '174100.825000', '174101.285000', '174101.745000', '174102.205000', '174102.665000', '174103.125000', '174103.585000', '174104.045000', '174104.505000', '174104.965000', '174105.425000', '174105.885000', '174106.345000', '174106.805000', '174107.265000', '174107.725000', '174108.185000', '174108.645000', '174109.105000', '174109.565000', '174110.025000', '174110.485000', '174110.945000', '174111.405000', '174111.865000', '174112.325000', '174112.785000', '174113.245000', '174113.705000', '174114.165000', '174114.625000', '174115.085000', '174115.545000', '174116.005000', '174116.465000', '174116.925000', '174117.385000', '174117.845000', '174118.305000', '174118.765000', '174119.225000', '174119.685000', '174120.145000', '174120.605000', '174121.065000', '174121.525000', '174121.985000', '174122.445000', '174122.905000', '174123.365000', '174123.825000', '174124.285000', '174124.745000', '174125.205000', '174125.665000', '174126.125000', '174126.585000', '174127.045000', '174127.505000', '174127.965000', '174128.425000', '174128.885000', '174129.345000', '174129.805000', '174130.265000', '174130.725000', '174131.185000', '174131.645000', '174132.105000', '174132.565000', '174133.025000', '174133.485000', '174133.945000', '174134.405000', '174134.865000', '174135.325000', '174135.785000', '174136.245000', '174136.705000', '174137.165000', '174137.625000', '174138.085000', '174138.545000', '174139.005000', '174139.465000', '174139.925000', '174140.385000', '174140.845000', '174141.305000', '174141.765000', '174142.225000', '174142.685000', '174143.145000', '174143.605000', '174144.065000', '174144.525000', '174144.985000', '174145.445000', '174145.905000', '174146.365000', '174146.825000', '174147.285000', '174147.745000', '174148.205000', '174148.665000', '174149.125000', '174149.585000', '174150.045000', '174150.505000', '174150.965000', '174151.425000', '174151.885000', '174152.345000', '174152.805000', '174153.265000', '174153.725000', '174154.185000', '174154.645000', '174155.105000', '174155.565000', '174156.025000', '174156.485000', '174156.945000', '174157.405000', '174157.865000', '174158.325000', '174158.785000', '174159.245000', '174159.705000', '174200.165000', '174200.625000', '174201.085000', '174201.545000', '174202.005000', '174202.465000', '174202.925000', '174203.385000', '174203.845000', '174204.305000', '174204.765000', '174205.225000', '174205.685000', '174206.145000', '174206.605000', '174207.065000', '174207.525000', '174207.985000', '174208.445000', '174208.905000', '174209.365000', '174209.825000', '174210.285000', '174210.745000', '174211.205000', '174211.665000', '174212.125000', '174212.585000', '174213.045000', '174213.505000', '174213.965000', '174214.425000', '174214.885000', '174215.345000', '174215.805000', '174216.265000', '174216.725000', '174217.185000', '174217.645000', '174218.105000', '174218.565000', '174219.025000', '174219.485000', '174219.945000', '174220.405000', '174220.865000', '174221.325000', '174221.785000', '174222.245000', '174222.705000', '174223.165000', '174223.625000', '174224.085000', '174224.545000', '174225.005000', '174225.465000', '174225.925000', '174226.385000', '174226.845000', '174227.305000', '174227.765000', '174228.225000', '174228.685000', '174229.145000', '174229.605000', '174230.065000', '174230.525000', '174230.985000', '174231.445000', '174231.905000', '174232.365000', '174232.825000', '174233.285000', '174233.745000', '174234.205000', '174234.665000', '174235.125000', '174235.585000', '174236.045000', '174236.505000', '174236.965000', '174237.425000', '174237.885000', '174238.345000', '174238.805000', '174239.265000', '174239.725000', '174240.185000', '174240.645000', '174241.105000', '174241.565000', '174242.025000', '174242.485000', '174242.945000', '174243.405000', '174243.865000', '174244.325000', '174244.785000', '174245.245000', '174245.705000', '174246.165000', '174246.625000', '174247.085000', '174247.545000', '174248.005000', '174248.465000', '174248.925000', '174249.385000', '174249.845000', '174250.305000', '174250.765000', '174251.225000', '174251.685000', '174252.145000', '174252.605000', '174253.065000', '174253.525000', '174253.985000', '174254.445000', '174254.905000', '174255.365000', '174255.825000', '174256.285000', '174256.745000', '174257.205000', '174257.665000', '174258.125000', '174258.585000', '174259.045000', '174259.505000', '174259.965000', '174300.425000', '174300.885000', '174301.345000', '174301.805000', '174302.265000', '174302.725000', '174303.185000', '174303.645000', '174304.105000', '174304.565000', '174305.025000', '174305.485000', '174305.945000', '174306.405000', '174306.865000', '174307.325000', '174307.785000', '174308.245000', '174308.705000', '174309.165000', '174309.625000', '174310.085000', '174310.545000', '174311.005000', '174311.465000', '174311.925000', '174312.385000', '174312.845000', '174313.305000', '174313.765000', '174314.225000', '174314.685000', '174315.145000', '174315.605000', '174316.065000', '174316.525000', '174316.985000', '174317.445000', '174317.905000', '174318.365000', '174318.825000', '174319.285000', '174319.745000', '174320.205000', '174320.665000', '174321.125000', '174321.585000', '174322.045000', '174322.505000', '174322.965000', '174323.425000', '174323.885000', '174324.345000', '174324.805000', '174325.265000', '174325.725000', '174326.185000', '174326.645000', '174327.105000', '174327.565000', '174328.025000', '174328.485000', '174328.945000', '174329.405000', '174329.865000', '174330.325000', '174330.785000', '174331.245000', '174331.705000', '174332.165000', '174332.625000', '174333.085000', '174333.545000', '174334.005000', '174334.465000', '174334.925000', '174335.385000', '174335.845000', '174336.305000', '174336.765000', '174337.225000', '174337.685000', '174338.145000', '174338.605000', '174339.065000', '174339.525000', '174339.985000', '174340.445000', '174340.905000', '174341.365000', '174341.825000', '174342.285000', '174342.745000', '174343.205000', '174343.665000', '174344.125000', '174344.585000', '174345.045000', '174345.505000', '174345.965000', '174346.425000', '174346.885000', '174347.345000', '174347.805000', '174348.265000', '174348.725000', '174349.185000', '174349.645000', '174350.105000', '174350.565000', '174351.025000', '174351.485000', '174351.945000', '174352.405000', '174352.865000', '174353.325000', '174353.785000', '174354.245000', '174354.705000', '174355.165000', '174355.625000', '174356.085000', '174356.545000', '174357.005000', '174357.465000', '174357.925000', '174358.385000', '174358.845000', '174359.305000', '174359.765000', '174400.225000', '174400.685000', '174401.145000', '174401.605000', '174402.065000', '174402.525000', '174402.985000', '174403.445000', '174403.905000', '174404.365000', '174404.825000', '174405.285000', '174405.745000', '174406.205000', '174406.665000', '174407.125000', '174407.585000', '174408.045000', '174408.505000', '174408.965000', '174409.425000', '174409.885000', '174410.345000', '174410.805000', '174411.265000', '174411.725000', '174412.185000', '174412.645000', '174413.105000', '174413.565000', '174414.025000', '174414.485000', '174414.945000', '174415.405000', '174415.865000', '174416.325000', '174416.785000', '174417.245000', '174417.705000', '174418.165000', '174418.625000', '174419.085000', '174419.545000', '174420.005000', '174420.465000', '174420.925000', '174421.385000', '174421.845000', '174422.305000', '174422.765000', '174423.225000', '174423.685000', '174424.145000', '174424.605000', '174425.065000', '174425.525000', '174425.985000', '174426.445000', '174426.905000', '174427.365000', '174427.825000', '174428.285000', '174428.745000', '174429.205000', '174429.665000', '174430.125000', '174430.585000', '174431.045000', '174431.505000', '174431.965000', '174432.425000', '174432.885000', '174433.345000', '174433.805000', '174434.265000', '174434.725000', '174435.185000', '174435.645000', '174436.105000', '174436.565000', '174437.025000', '174437.485000', '174437.945000', '174438.405000', '174438.865000', '174439.325000', '174439.785000', '174440.245000', '174440.705000', '174441.165000', '174441.625000', '174442.085000', '174442.545000', '174443.005000', '174443.465000', '174443.925000', '174444.385000', '174444.845000', '174445.305000', '174445.765000', '174446.225000', '174446.685000', '174447.145000', '174447.605000', '174448.065000', '174448.525000', '174448.985000', '174449.445000', '174449.905000', '174450.365000', '174450.825000', '174451.285000', '174451.745000', '174452.205000', '174452.665000', '174453.125000', '174453.585000', '174454.045000', '174454.505000', '174454.965000', '174455.425000', '174455.885000', '174456.345000', '174456.805000', '174457.265000', '174457.725000', '174458.185000', '174458.645000', '174459.105000', '174459.565000', '174500.025000', '174500.485000', '174500.945000', '174501.405000', '174501.865000', '174502.325000', '174502.785000', '174503.245000', '174503.705000', '174504.165000', '174504.625000', '174505.085000', '174505.545000', '174506.005000', '174506.465000', '174506.925000', '174507.385000', '174507.845000', '174508.305000', '174508.765000', '174509.225000', '174509.685000', '174510.145000', '174510.605000', '174511.065000', '174511.525000', '174511.985000', '174512.445000', '174512.905000', '174513.365000', '174513.825000', '174514.285000', '174514.745000', '174515.205000', '174515.665000', '174516.125000', '174516.585000', '174517.045000', '174517.505000', '174517.965000', '174518.425000', '174518.885000', '174519.345000', '174519.805000', '174520.265000', '174520.725000', '174521.185000', '174521.645000', '174522.105000', '174522.565000', '174523.025000', '174523.485000', '174523.945000', '174524.405000', '174524.865000', '174525.325000', '174525.785000', '174526.245000', '174526.705000', '174527.165000', '174527.625000', '174528.085000', '174528.545000', '174529.005000', '174529.465000', '174529.925000', '174530.385000', '174530.845000', '174531.305000', '174531.765000', '174532.225000', '174532.685000', '174533.145000', '174533.605000', '174534.065000', '174534.525000', '174534.985000', '174535.445000', '174535.905000', '174536.365000', '174536.825000', '174537.285000', '174537.745000', '174538.205000', '174538.665000', '174539.125000', '174539.585000', '174540.045000', '174540.505000', '174540.965000', '174541.425000', '174541.885000', '174542.345000', '174542.805000', '174543.265000', '174543.725000', '174544.185000', '174544.645000', '174545.105000', '174545.565000', '174546.025000', '174546.485000', '174546.945000', '174547.405000', '174547.865000', '174548.325000', '174548.785000', '174549.245000', '174549.705000', '174550.165000', '174550.625000', '174551.085000', '174551.545000', '174552.005000', '174552.465000', '174552.925000', '174553.385000', '174553.845000', '174554.305000', '174554.765000', '174555.225000', '174555.685000', '174556.145000', '174556.605000', '174557.065000', '174557.525000', '174557.985000', '174558.445000', '174558.905000', '174559.365000', '174559.825000', '174600.285000', '174600.745000', '174601.205000', '174601.665000', '174602.125000', '174602.585000', '174603.045000', '174603.505000'], 'ContentTime': ['173758.223000', '173758.226000', '173758.232000', '173758.235000', '173758.244000', '173758.247000', '173758.250000', '173758.253000', '173758.256000', '173758.259000', '173758.262000', '173758.265000', '173758.268000', '173758.271000', '173758.274000', '173758.277000', '173758.280000', '173758.283000', '173758.286000', '173758.289000', '173758.292000', '173758.295000', '173758.297000', '173758.301000', '173758.304000', '173758.306000', '173758.309000', '173758.312000', '173758.316000', '173758.319000', '173758.322000', '173758.325000', '173758.328000', '173758.331000', '173758.334000', '173758.337000', '173758.340000', '173758.342000', '173758.345000', '173758.348000', '173758.351000', '173818.194000', '173818.197000', '173818.200000', '173818.202000', '173818.205000', '173818.208000', '173818.211000', '173818.214000', '173818.217000', '173818.220000', '173818.223000', '173818.225000', '173818.228000', '173818.231000', '173818.236000', '173818.239000', '173818.242000', '173818.245000', '173818.247000', '173818.250000', '173818.253000', '173818.256000', '173818.259000', '173818.262000', '173818.265000', '173818.267000', '173818.270000', '173818.273000', '173818.276000', '173818.279000', '173818.282000', '173818.285000', '173818.287000', '173818.290000', '173818.293000', '173818.296000', '173818.301000', '173818.305000', '173818.308000', '173818.311000', '173818.314000', '173818.317000', '173818.319000', '173838.194000', '173838.197000', '173838.200000', '173838.202000', '173838.206000', '173838.209000', '173838.211000', '173838.214000', '173838.217000', '173838.220000', '173838.223000', '173838.225000', '173838.228000', '173838.231000', '173838.234000', '173838.237000', '173838.240000', '173838.243000', '173838.245000', '173838.248000', '173838.251000', '173838.254000', '173838.257000', '173838.259000', '173838.262000', '173838.265000', '173838.268000', '173838.271000', '173838.274000', '173838.277000', '173838.280000', '173838.282000', '173838.285000', '173838.288000', '173838.291000', '173838.294000', '173838.297000', '173838.300000', '173838.302000', '173838.305000', '173838.308000', '173838.311000', '173838.314000', '173838.317000', '173858.195000', '173858.198000', '173858.201000', '173858.203000', '173858.206000', '173858.209000', '173858.212000', '173858.215000', '173858.218000', '173858.221000', '173858.224000', '173858.226000', '173858.229000', '173858.232000', '173858.235000', '173858.238000', '173858.241000', '173858.243000', '173858.246000', '173858.249000', '173858.252000', '173858.255000', '173858.258000', '173858.260000', '173858.263000', '173858.266000', '173858.269000', '173858.272000', '173858.275000', '173858.278000', '173858.280000', '173858.283000', '173858.286000', '173858.289000', '173858.292000', '173858.295000', '173858.297000', '173858.300000', '173858.303000', '173858.306000', '173858.309000', '173858.312000', '173858.315000', '173918.195000', '173918.198000', '173918.201000', '173918.204000', '173918.206000', '173918.209000', '173918.212000', '173918.215000', '173918.218000', '173918.221000', '173918.223000', '173918.226000', '173918.229000', '173918.232000', '173918.235000', '173918.238000', '173918.241000', '173918.244000', '173918.246000', '173918.249000', '173918.252000', '173918.255000', '173918.258000', '173918.261000', '173918.263000', '173918.266000', '173918.282000', '173918.284000', '173918.287000', '173918.290000', '173918.293000', '173918.296000', '173918.299000', '173918.301000', '173918.304000', '173918.307000', '173918.310000', '173918.313000', '173918.316000', '173918.319000', '173918.322000', '173918.324000', '173918.327000', '173918.330000', '173938.195000', '173938.198000', '173938.201000', '173938.204000', '173938.206000', '173938.209000', '173938.212000', '173938.215000', '173938.218000', '173938.221000', '173938.224000', '173938.227000', '173938.229000', '173938.232000', '173938.235000', '173938.238000', '173938.241000', '173938.244000', '173938.247000', '173938.250000', '173938.252000', '173938.255000', '173938.258000', '173938.261000', '173938.264000', '173938.267000', '173938.270000', '173938.274000', '173938.277000', '173938.280000', '173938.283000', '173938.285000', '173938.288000', '173938.291000', '173938.294000', '173938.297000', '173938.300000', '173938.303000', '173938.305000', '173938.308000', '173938.311000', '173938.314000', '173938.317000', '173958.195000', '173958.198000', '173958.201000', '173958.204000', '173958.206000', '173958.209000', '173958.212000', '173958.215000', '173958.218000', '173958.221000', '173958.224000', '173958.227000', '173958.230000', '173958.232000', '173958.235000', '173958.238000', '173958.241000', '173958.244000', '173958.247000', '173958.250000', '173958.253000', '173958.256000', '173958.258000', '173958.261000', '173958.264000', '173958.267000', '173958.270000', '173958.273000', '173958.276000', '173958.279000', '173958.282000', '173958.284000', '173958.287000', '173958.290000', '173958.293000', '173958.296000', '173958.299000', '173958.302000', '173958.304000', '173958.307000', '173958.310000', '173958.313000', '173958.316000', '173958.319000', '174018.194000', '174018.197000', '174018.200000', '174018.203000', '174018.206000', '174018.208000', '174018.211000', '174018.214000', '174018.217000', '174018.220000', '174018.223000', '174018.226000', '174018.229000', '174018.231000', '174018.234000', '174018.237000', '174018.240000', '174018.243000', '174018.246000', '174018.249000', '174018.251000', '174018.254000', '174018.257000', '174018.260000', '174018.263000', '174018.266000', '174018.269000', '174018.272000', '174018.276000', '174018.279000', '174018.282000', '174018.284000', '174018.287000', '174018.290000', '174018.293000', '174018.296000', '174018.299000', '174018.302000', '174018.305000', '174018.307000', '174018.310000', '174018.313000', '174018.316000', '174038.194000', '174038.197000', '174038.200000', '174038.203000', '174038.206000', '174038.209000', '174038.211000', '174038.214000', '174038.217000', '174038.220000', '174038.223000', '174038.226000', '174038.229000', '174038.232000', '174038.235000', '174038.238000', '174038.240000', '174038.243000', '174038.246000', '174038.249000', '174038.252000', '174038.255000', '174038.258000', '174038.261000', '174038.264000', '174038.267000', '174038.269000', '174038.272000', '174038.275000', '174038.278000', '174038.281000', '174038.284000', '174038.287000', '174038.290000', '174038.292000', '174038.295000', '174038.298000', '174038.301000', '174038.304000', '174038.307000', '174038.310000', '174038.313000', '174038.315000', '174038.318000', '174058.194000', '174058.197000', '174058.200000', '174058.203000', '174058.205000', '174058.208000', '174058.211000', '174058.225000', '174058.228000', '174058.231000', '174058.234000', '174058.237000', '174058.240000', '174058.243000', '174058.246000', '174058.248000', '174058.251000', '174058.254000', '174058.257000', '174058.260000', '174058.263000', '174058.266000', '174058.269000', '174058.272000', '174058.274000', '174058.277000', '174058.280000', '174058.283000', '174058.286000', '174058.289000', '174058.292000', '174058.294000', '174058.297000', '174058.300000', '174058.303000', '174058.306000', '174058.309000', '174058.313000', '174058.316000', '174058.319000', '174058.322000', '174058.325000', '174058.328000', '174118.195000', '174118.198000', '174118.201000', '174118.204000', '174118.207000', '174118.209000', '174118.212000', '174118.215000', '174118.218000', '174118.221000', '174118.224000', '174118.227000', '174118.230000', '174118.232000', '174118.235000', '174118.238000', '174118.241000', '174118.244000', '174118.247000', '174118.250000', '174118.252000', '174118.255000', '174118.258000', '174118.261000', '174118.264000', '174118.267000', '174118.270000', '174118.273000', '174118.276000', '174118.280000', '174118.283000', '174118.285000', '174118.288000', '174118.291000', '174118.294000', '174118.297000', '174118.300000', '174118.303000', '174118.306000', '174118.309000', '174118.311000', '174118.314000', '174118.317000', '174118.320000', '174138.195000', '174138.198000', '174138.201000', '174138.204000', '174138.207000', '174138.210000', '174138.212000', '174138.215000', '174138.218000', '174138.221000', '174138.224000', '174138.227000', '174138.230000', '174138.233000', '174138.236000', '174138.238000', '174138.241000', '174138.244000', '174138.247000', '174138.250000', '174138.253000', '174138.256000', '174138.259000', '174138.261000', '174138.264000', '174138.267000', '174138.270000', '174138.273000', '174138.276000', '174138.279000', '174138.282000', '174138.284000', '174138.287000', '174138.290000', '174138.293000', '174138.296000', '174138.299000', '174138.302000', '174138.304000', '174138.307000', '174138.310000', '174138.313000', '174138.316000', '174158.195000', '174158.206000', '174158.209000', '174158.212000', '174158.215000', '174158.218000', '174158.220000', '174158.223000', '174158.226000', '174158.229000', '174158.232000', '174158.235000', '174158.238000', '174158.241000', '174158.244000', '174158.246000', '174158.249000', '174158.252000', '174158.255000', '174158.258000', '174158.261000', '174158.264000', '174158.267000', '174158.270000', '174158.272000', '174158.275000', '174158.278000', '174158.281000', '174158.284000', '174158.287000', '174158.290000', '174158.292000', '174158.295000', '174158.298000', '174158.301000', '174158.304000', '174158.307000', '174158.310000', '174158.313000', '174158.315000', '174158.318000', '174158.321000', '174158.324000', '174218.195000', '174218.198000', '174218.201000', '174218.204000', '174218.207000', '174218.210000', '174218.213000', '174218.215000', '174218.218000', '174218.221000', '174218.224000', '174218.227000', '174218.230000', '174218.233000', '174218.236000', '174218.239000', '174218.242000', '174218.245000', '174218.247000', '174218.250000', '174218.253000', '174218.256000', '174218.259000', '174218.262000', '174218.265000', '174218.268000', '174218.270000', '174218.273000', '174218.276000', '174218.279000', '174218.282000', '174218.285000', '174218.288000', '174218.303000', '174218.305000', '174218.308000', '174218.312000', '174218.315000', '174218.317000', '174218.320000', '174218.323000', '174218.326000', '174218.329000', '174218.332000', '174238.194000', '174238.198000', '174238.201000', '174238.204000', '174238.208000', '174238.210000', '174238.213000', '174238.216000', '174238.219000', '174238.222000', '174238.225000', '174238.228000', '174238.230000', '174238.233000', '174238.236000', '174238.239000', '174238.242000', '174238.245000', '174238.248000', '174238.251000', '174238.254000', '174238.257000', '174238.259000', '174238.262000', '174238.265000', '174238.268000', '174238.271000', '174238.274000', '174238.276000', '174238.279000', '174238.282000', '174238.285000', '174238.288000', '174238.291000', '174238.294000', '174238.297000', '174238.300000', '174238.302000', '174238.305000', '174238.308000', '174238.311000', '174238.314000', '174238.317000', '174258.194000', '174258.197000', '174258.200000', '174258.203000', '174258.206000', '174258.209000', '174258.211000', '174258.214000', '174258.217000', '174258.220000', '174258.223000', '174258.226000', '174258.229000', '174258.231000', '174258.234000', '174258.237000', '174258.240000', '174258.243000', '174258.246000', '174258.249000', '174258.252000', '174258.254000', '174258.257000', '174258.260000', '174258.263000', '174258.266000', '174258.269000', '174258.272000', '174258.274000', '174258.277000', '174258.280000', '174258.283000', '174258.286000', '174258.289000', '174258.292000', '174258.295000', '174258.298000', '174258.300000', '174258.303000', '174258.306000', '174258.309000', '174258.312000', '174258.315000', '174258.317000', '174318.194000', '174318.205000', '174318.208000', '174318.211000', '174318.214000', '174318.217000', '174318.220000', '174318.223000', '174318.226000', '174318.229000', '174318.232000', '174318.234000', '174318.237000', '174318.240000', '174318.243000', '174318.246000', '174318.249000', '174318.252000', '174318.255000', '174318.258000', '174318.260000', '174318.263000', '174318.266000', '174318.269000', '174318.272000', '174318.275000', '174318.278000', '174318.281000', '174318.283000', '174318.286000', '174318.289000', '174318.292000', '174318.295000', '174318.298000', '174318.301000', '174318.304000', '174318.307000', '174318.310000', '174318.312000', '174318.315000', '174318.318000', '174318.321000', '174318.324000', '174338.195000', '174338.207000', '174338.210000', '174338.213000', '174338.216000', '174338.218000', '174338.221000', '174338.224000', '174338.227000', '174338.230000', '174338.233000', '174338.236000', '174338.239000', '174338.241000', '174338.244000', '174338.247000', '174338.250000', '174338.253000', '174338.256000', '174338.259000', '174338.262000', '174338.265000', '174338.268000', '174338.271000', '174338.273000', '174338.276000', '174338.279000', '174338.282000', '174338.285000', '174338.288000', '174338.291000', '174338.294000', '174338.297000', '174338.300000', '174338.302000', '174338.305000', '174338.308000', '174338.311000', '174338.314000', '174338.317000', '174338.320000', '174338.323000', '174338.325000', '174338.328000', '174358.208000', '174358.211000', '174358.214000', '174358.217000', '174358.219000', '174358.222000', '174358.225000', '174358.228000', '174358.231000', '174358.234000', '174358.237000', '174358.242000', '174358.246000', '174358.249000', '174358.252000', '174358.255000', '174358.258000', '174358.260000', '174358.263000', '174358.266000', '174358.269000', '174358.272000', '174358.275000', '174358.278000', '174358.280000', '174358.283000', '174358.286000', '174358.289000', '174358.292000', '174358.295000', '174358.298000', '174358.301000', '174358.303000', '174358.306000', '174358.309000', '174358.312000', '174358.315000', '174358.318000', '174358.321000', '174358.323000', '174358.326000', '174358.329000', '174358.332000', '174418.195000', '174418.210000', '174418.213000', '174418.216000', '174418.219000', '174418.222000', '174418.225000', '174418.228000', '174418.230000', '174418.233000', '174418.236000', '174418.239000', '174418.242000', '174418.245000', '174418.248000', '174418.251000', '174418.254000', '174418.257000', '174418.259000', '174418.262000', '174418.265000', '174418.268000', '174418.271000', '174418.274000', '174418.277000', '174418.280000', '174418.282000', '174418.285000', '174418.288000', '174418.291000', '174418.294000', '174418.297000', '174418.300000', '174418.303000', '174418.306000', '174418.308000', '174418.311000', '174418.314000', '174418.317000', '174418.320000', '174418.323000', '174418.326000', '174418.329000', '174418.332000', '174438.195000', '174438.198000', '174438.201000', '174438.204000', '174438.207000', '174438.209000', '174438.212000', '174438.215000', '174438.218000', '174438.221000', '174438.224000', '174438.227000', '174438.230000', '174438.233000', '174438.236000', '174438.239000', '174438.242000', '174438.245000', '174438.248000', '174438.251000', '174438.254000', '174438.257000', '174438.260000', '174438.263000', '174438.265000', '174438.268000', '174438.271000', '174438.274000', '174438.277000', '174438.280000', '174438.283000', '174438.286000', '174438.288000', '174438.291000', '174438.294000', '174438.297000', '174438.300000', '174438.303000', '174438.306000', '174438.309000', '174438.311000', '174438.314000', '174438.317000', '174458.194000', '174458.201000', '174458.204000', '174458.206000', '174458.209000', '174458.212000', '174458.215000', '174458.218000', '174458.221000', '174458.224000', '174458.227000', '174458.230000', '174458.233000', '174458.236000', '174458.238000', '174458.241000', '174458.244000', '174458.247000', '174458.250000', '174458.253000', '174458.256000', '174458.259000', '174458.261000', '174458.264000', '174458.267000', '174458.270000', '174458.273000', '174458.276000', '174458.279000', '174458.281000', '174458.284000', '174458.287000', '174458.290000', '174458.293000', '174458.296000', '174458.299000', '174458.302000', '174458.305000', '174458.307000', '174458.310000', '174458.313000', '174458.316000', '174458.319000', '174458.322000', '174518.194000', '174518.200000', '174518.203000', '174518.206000', '174518.209000', '174518.212000', '174518.215000', '174518.218000', '174518.221000', '174518.223000', '174518.226000', '174518.229000', '174518.232000', '174518.235000', '174518.238000', '174518.241000', '174518.244000', '174518.247000', '174518.250000', '174518.253000', '174518.256000', '174518.258000', '174518.261000', '174518.264000', '174518.267000', '174518.270000', '174518.273000', '174518.276000', '174518.279000', '174518.282000', '174518.285000', '174518.288000', '174518.290000', '174518.293000', '174518.296000', '174518.299000', '174518.302000', '174518.305000', '174518.308000', '174518.311000', '174518.314000', '174518.316000', '174518.319000', '174538.194000', '174538.210000', '174538.213000', '174538.216000', '174538.219000', '174538.222000', '174538.225000', '174538.228000', '174538.230000', '174538.233000', '174538.236000', '174538.239000', '174538.242000', '174538.245000', '174538.248000', '174538.251000', '174538.254000', '174538.257000', '174538.260000', '174538.262000', '174538.265000', '174538.268000', '174538.271000', '174538.274000', '174538.277000', '174538.280000', '174538.283000', '174538.286000', '174538.289000', '174538.291000', '174538.294000', '174538.297000', '174538.300000', '174538.303000', '174538.306000', '174538.309000', '174538.312000', '174538.315000', '174538.317000', '174538.320000', '174538.323000', '174538.326000', '174538.329000', '174538.332000', '174558.195000', '174558.217000', '174558.220000', '174558.227000', '174558.230000', '174558.233000', '174558.236000', '174558.239000', '174558.242000', '174558.244000', '174558.247000', '174558.250000', '174558.253000', '174558.256000', '174558.259000', '174558.262000', '174558.265000', '174558.268000', '174558.271000', '174558.273000', '174558.276000', '174558.279000', '174558.282000', '174558.285000', '174558.288000', '174558.291000', '174558.294000', '174558.297000', '174558.300000', '174558.303000', '174558.306000', '174558.309000', '174558.312000', '174558.315000', '174558.318000', '174558.321000', '174558.324000', '174558.327000', '174558.329000', '174558.332000', '174558.335000', '174558.338000', '174558.341000', '174604.309000', '174604.313000', '174604.316000', '174604.319000', '174604.322000', '174604.325000', '174604.328000', '174604.331000', '174604.334000', '174604.338000', '174604.342000', '174604.345000', '174604.348000', '174604.351000'], 'InstanceCreationTime': ['173758.223000', '173758.226000', '173758.232000', '173758.235000', '173758.244000', '173758.247000', '173758.250000', '173758.253000', '173758.256000', '173758.259000', '173758.262000', '173758.265000', '173758.268000', '173758.271000', '173758.274000', '173758.277000', '173758.280000', '173758.283000', '173758.286000', '173758.289000', '173758.292000', '173758.295000', '173758.297000', '173758.301000', '173758.304000', '173758.306000', '173758.309000', '173758.312000', '173758.316000', '173758.319000', '173758.322000', '173758.325000', '173758.328000', '173758.331000', '173758.334000', '173758.337000', '173758.340000', '173758.342000', '173758.345000', '173758.348000', '173758.351000', '173818.194000', '173818.197000', '173818.200000', '173818.202000', '173818.205000', '173818.208000', '173818.211000', '173818.214000', '173818.217000', '173818.220000', '173818.223000', '173818.225000', '173818.228000', '173818.231000', '173818.236000', '173818.239000', '173818.242000', '173818.245000', '173818.247000', '173818.250000', '173818.253000', '173818.256000', '173818.259000', '173818.262000', '173818.265000', '173818.267000', '173818.270000', '173818.273000', '173818.276000', '173818.279000', '173818.282000', '173818.285000', '173818.287000', '173818.290000', '173818.293000', '173818.296000', '173818.301000', '173818.305000', '173818.308000', '173818.311000', '173818.314000', '173818.317000', '173818.319000', '173838.194000', '173838.197000', '173838.200000', '173838.202000', '173838.206000', '173838.209000', '173838.211000', '173838.214000', '173838.217000', '173838.220000', '173838.223000', '173838.225000', '173838.228000', '173838.231000', '173838.234000', '173838.237000', '173838.240000', '173838.243000', '173838.245000', '173838.248000', '173838.251000', '173838.254000', '173838.257000', '173838.259000', '173838.262000', '173838.265000', '173838.268000', '173838.271000', '173838.274000', '173838.277000', '173838.280000', '173838.282000', '173838.285000', '173838.288000', '173838.291000', '173838.294000', '173838.297000', '173838.300000', '173838.302000', '173838.305000', '173838.308000', '173838.311000', '173838.314000', '173838.317000', '173858.195000', '173858.198000', '173858.201000', '173858.203000', '173858.206000', '173858.209000', '173858.212000', '173858.215000', '173858.218000', '173858.221000', '173858.224000', '173858.226000', '173858.229000', '173858.232000', '173858.235000', '173858.238000', '173858.241000', '173858.243000', '173858.246000', '173858.249000', '173858.252000', '173858.255000', '173858.258000', '173858.260000', '173858.263000', '173858.266000', '173858.269000', '173858.272000', '173858.275000', '173858.278000', '173858.280000', '173858.283000', '173858.286000', '173858.289000', '173858.292000', '173858.295000', '173858.297000', '173858.300000', '173858.303000', '173858.306000', '173858.309000', '173858.312000', '173858.315000', '173918.195000', '173918.198000', '173918.201000', '173918.204000', '173918.206000', '173918.209000', '173918.212000', '173918.215000', '173918.218000', '173918.221000', '173918.223000', '173918.226000', '173918.229000', '173918.232000', '173918.235000', '173918.238000', '173918.241000', '173918.244000', '173918.246000', '173918.249000', '173918.252000', '173918.255000', '173918.258000', '173918.261000', '173918.263000', '173918.266000', '173918.282000', '173918.284000', '173918.287000', '173918.290000', '173918.293000', '173918.296000', '173918.299000', '173918.301000', '173918.304000', '173918.307000', '173918.310000', '173918.313000', '173918.316000', '173918.319000', '173918.322000', '173918.324000', '173918.327000', '173918.330000', '173938.195000', '173938.198000', '173938.201000', '173938.204000', '173938.206000', '173938.209000', '173938.212000', '173938.215000', '173938.218000', '173938.221000', '173938.224000', '173938.227000', '173938.229000', '173938.232000', '173938.235000', '173938.238000', '173938.241000', '173938.244000', '173938.247000', '173938.250000', '173938.252000', '173938.255000', '173938.258000', '173938.261000', '173938.264000', '173938.267000', '173938.270000', '173938.274000', '173938.277000', '173938.280000', '173938.283000', '173938.285000', '173938.288000', '173938.291000', '173938.294000', '173938.297000', '173938.300000', '173938.303000', '173938.305000', '173938.308000', '173938.311000', '173938.314000', '173938.317000', '173958.195000', '173958.198000', '173958.201000', '173958.204000', '173958.206000', '173958.209000', '173958.212000', '173958.215000', '173958.218000', '173958.221000', '173958.224000', '173958.227000', '173958.230000', '173958.232000', '173958.235000', '173958.238000', '173958.241000', '173958.244000', '173958.247000', '173958.250000', '173958.253000', '173958.256000', '173958.258000', '173958.261000', '173958.264000', '173958.267000', '173958.270000', '173958.273000', '173958.276000', '173958.279000', '173958.282000', '173958.284000', '173958.287000', '173958.290000', '173958.293000', '173958.296000', '173958.299000', '173958.302000', '173958.304000', '173958.307000', '173958.310000', '173958.313000', '173958.316000', '173958.319000', '174018.194000', '174018.197000', '174018.200000', '174018.203000', '174018.206000', '174018.208000', '174018.211000', '174018.214000', '174018.217000', '174018.220000', '174018.223000', '174018.226000', '174018.229000', '174018.231000', '174018.234000', '174018.237000', '174018.240000', '174018.243000', '174018.246000', '174018.249000', '174018.251000', '174018.254000', '174018.257000', '174018.260000', '174018.263000', '174018.266000', '174018.269000', '174018.272000', '174018.276000', '174018.279000', '174018.282000', '174018.284000', '174018.287000', '174018.290000', '174018.293000', '174018.296000', '174018.299000', '174018.302000', '174018.305000', '174018.307000', '174018.310000', '174018.313000', '174018.316000', '174038.194000', '174038.197000', '174038.200000', '174038.203000', '174038.206000', '174038.209000', '174038.211000', '174038.214000', '174038.217000', '174038.220000', '174038.223000', '174038.226000', '174038.229000', '174038.232000', '174038.235000', '174038.238000', '174038.240000', '174038.243000', '174038.246000', '174038.249000', '174038.252000', '174038.255000', '174038.258000', '174038.261000', '174038.264000', '174038.267000', '174038.269000', '174038.272000', '174038.275000', '174038.278000', '174038.281000', '174038.284000', '174038.287000', '174038.290000', '174038.292000', '174038.295000', '174038.298000', '174038.301000', '174038.304000', '174038.307000', '174038.310000', '174038.313000', '174038.315000', '174038.318000', '174058.194000', '174058.197000', '174058.200000', '174058.203000', '174058.205000', '174058.208000', '174058.211000', '174058.225000', '174058.228000', '174058.231000', '174058.234000', '174058.237000', '174058.240000', '174058.243000', '174058.246000', '174058.248000', '174058.251000', '174058.254000', '174058.257000', '174058.260000', '174058.263000', '174058.266000', '174058.269000', '174058.272000', '174058.274000', '174058.277000', '174058.280000', '174058.283000', '174058.286000', '174058.289000', '174058.292000', '174058.294000', '174058.297000', '174058.300000', '174058.303000', '174058.306000', '174058.309000', '174058.313000', '174058.316000', '174058.319000', '174058.322000', '174058.325000', '174058.328000', '174118.195000', '174118.198000', '174118.201000', '174118.204000', '174118.207000', '174118.209000', '174118.212000', '174118.215000', '174118.218000', '174118.221000', '174118.224000', '174118.227000', '174118.230000', '174118.232000', '174118.235000', '174118.238000', '174118.241000', '174118.244000', '174118.247000', '174118.250000', '174118.252000', '174118.255000', '174118.258000', '174118.261000', '174118.264000', '174118.267000', '174118.270000', '174118.273000', '174118.276000', '174118.280000', '174118.283000', '174118.285000', '174118.288000', '174118.291000', '174118.294000', '174118.297000', '174118.300000', '174118.303000', '174118.306000', '174118.309000', '174118.311000', '174118.314000', '174118.317000', '174118.320000', '174138.195000', '174138.198000', '174138.201000', '174138.204000', '174138.207000', '174138.210000', '174138.212000', '174138.215000', '174138.218000', '174138.221000', '174138.224000', '174138.227000', '174138.230000', '174138.233000', '174138.236000', '174138.238000', '174138.241000', '174138.244000', '174138.247000', '174138.250000', '174138.253000', '174138.256000', '174138.259000', '174138.261000', '174138.264000', '174138.267000', '174138.270000', '174138.273000', '174138.276000', '174138.279000', '174138.282000', '174138.284000', '174138.287000', '174138.290000', '174138.293000', '174138.296000', '174138.299000', '174138.302000', '174138.304000', '174138.307000', '174138.310000', '174138.313000', '174138.316000', '174158.195000', '174158.206000', '174158.209000', '174158.212000', '174158.215000', '174158.218000', '174158.220000', '174158.223000', '174158.226000', '174158.229000', '174158.232000', '174158.235000', '174158.238000', '174158.241000', '174158.244000', '174158.246000', '174158.249000', '174158.252000', '174158.255000', '174158.258000', '174158.261000', '174158.264000', '174158.267000', '174158.270000', '174158.272000', '174158.275000', '174158.278000', '174158.281000', '174158.284000', '174158.287000', '174158.290000', '174158.292000', '174158.295000', '174158.298000', '174158.301000', '174158.304000', '174158.307000', '174158.310000', '174158.313000', '174158.315000', '174158.318000', '174158.321000', '174158.324000', '174218.195000', '174218.198000', '174218.201000', '174218.204000', '174218.207000', '174218.210000', '174218.213000', '174218.215000', '174218.218000', '174218.221000', '174218.224000', '174218.227000', '174218.230000', '174218.233000', '174218.236000', '174218.239000', '174218.242000', '174218.245000', '174218.247000', '174218.250000', '174218.253000', '174218.256000', '174218.259000', '174218.262000', '174218.265000', '174218.268000', '174218.270000', '174218.273000', '174218.276000', '174218.279000', '174218.282000', '174218.285000', '174218.288000', '174218.303000', '174218.305000', '174218.308000', '174218.312000', '174218.315000', '174218.317000', '174218.320000', '174218.323000', '174218.326000', '174218.329000', '174218.332000', '174238.194000', '174238.198000', '174238.201000', '174238.204000', '174238.208000', '174238.210000', '174238.213000', '174238.216000', '174238.219000', '174238.222000', '174238.225000', '174238.228000', '174238.230000', '174238.233000', '174238.236000', '174238.239000', '174238.242000', '174238.245000', '174238.248000', '174238.251000', '174238.254000', '174238.257000', '174238.259000', '174238.262000', '174238.265000', '174238.268000', '174238.271000', '174238.274000', '174238.276000', '174238.279000', '174238.282000', '174238.285000', '174238.288000', '174238.291000', '174238.294000', '174238.297000', '174238.300000', '174238.302000', '174238.305000', '174238.308000', '174238.311000', '174238.314000', '174238.317000', '174258.194000', '174258.197000', '174258.200000', '174258.203000', '174258.206000', '174258.209000', '174258.211000', '174258.214000', '174258.217000', '174258.220000', '174258.223000', '174258.226000', '174258.229000', '174258.231000', '174258.234000', '174258.237000', '174258.240000', '174258.243000', '174258.246000', '174258.249000', '174258.252000', '174258.254000', '174258.257000', '174258.260000', '174258.263000', '174258.266000', '174258.269000', '174258.272000', '174258.274000', '174258.277000', '174258.280000', '174258.283000', '174258.286000', '174258.289000', '174258.292000', '174258.295000', '174258.298000', '174258.300000', '174258.303000', '174258.306000', '174258.309000', '174258.312000', '174258.315000', '174258.317000', '174318.194000', '174318.205000', '174318.208000', '174318.211000', '174318.214000', '174318.217000', '174318.220000', '174318.223000', '174318.226000', '174318.229000', '174318.232000', '174318.234000', '174318.237000', '174318.240000', '174318.243000', '174318.246000', '174318.249000', '174318.252000', '174318.255000', '174318.258000', '174318.260000', '174318.263000', '174318.266000', '174318.269000', '174318.272000', '174318.275000', '174318.278000', '174318.281000', '174318.283000', '174318.286000', '174318.289000', '174318.292000', '174318.295000', '174318.298000', '174318.301000', '174318.304000', '174318.307000', '174318.310000', '174318.312000', '174318.315000', '174318.318000', '174318.321000', '174318.324000', '174338.195000', '174338.207000', '174338.210000', '174338.213000', '174338.216000', '174338.218000', '174338.221000', '174338.224000', '174338.227000', '174338.230000', '174338.233000', '174338.236000', '174338.239000', '174338.241000', '174338.244000', '174338.247000', '174338.250000', '174338.253000', '174338.256000', '174338.259000', '174338.262000', '174338.265000', '174338.268000', '174338.271000', '174338.273000', '174338.276000', '174338.279000', '174338.282000', '174338.285000', '174338.288000', '174338.291000', '174338.294000', '174338.297000', '174338.300000', '174338.302000', '174338.305000', '174338.308000', '174338.311000', '174338.314000', '174338.317000', '174338.320000', '174338.323000', '174338.325000', '174338.328000', '174358.208000', '174358.211000', '174358.214000', '174358.217000', '174358.219000', '174358.222000', '174358.225000', '174358.228000', '174358.231000', '174358.234000', '174358.237000', '174358.242000', '174358.246000', '174358.249000', '174358.252000', '174358.255000', '174358.258000', '174358.260000', '174358.263000', '174358.266000', '174358.269000', '174358.272000', '174358.275000', '174358.278000', '174358.280000', '174358.283000', '174358.286000', '174358.289000', '174358.292000', '174358.295000', '174358.298000', '174358.301000', '174358.303000', '174358.306000', '174358.309000', '174358.312000', '174358.315000', '174358.318000', '174358.321000', '174358.323000', '174358.326000', '174358.329000', '174358.332000', '174418.195000', '174418.210000', '174418.213000', '174418.216000', '174418.219000', '174418.222000', '174418.225000', '174418.228000', '174418.230000', '174418.233000', '174418.236000', '174418.239000', '174418.242000', '174418.245000', '174418.248000', '174418.251000', '174418.254000', '174418.257000', '174418.259000', '174418.262000', '174418.265000', '174418.268000', '174418.271000', '174418.274000', '174418.277000', '174418.280000', '174418.282000', '174418.285000', '174418.288000', '174418.291000', '174418.294000', '174418.297000', '174418.300000', '174418.303000', '174418.306000', '174418.308000', '174418.311000', '174418.314000', '174418.317000', '174418.320000', '174418.323000', '174418.326000', '174418.329000', '174418.332000', '174438.195000', '174438.198000', '174438.201000', '174438.204000', '174438.207000', '174438.209000', '174438.212000', '174438.215000', '174438.218000', '174438.221000', '174438.224000', '174438.227000', '174438.230000', '174438.233000', '174438.236000', '174438.239000', '174438.242000', '174438.245000', '174438.248000', '174438.251000', '174438.254000', '174438.257000', '174438.260000', '174438.263000', '174438.265000', '174438.268000', '174438.271000', '174438.274000', '174438.277000', '174438.280000', '174438.283000', '174438.286000', '174438.288000', '174438.291000', '174438.294000', '174438.297000', '174438.300000', '174438.303000', '174438.306000', '174438.309000', '174438.311000', '174438.314000', '174438.317000', '174458.194000', '174458.201000', '174458.204000', '174458.206000', '174458.209000', '174458.212000', '174458.215000', '174458.218000', '174458.221000', '174458.224000', '174458.227000', '174458.230000', '174458.233000', '174458.236000', '174458.238000', '174458.241000', '174458.244000', '174458.247000', '174458.250000', '174458.253000', '174458.256000', '174458.259000', '174458.261000', '174458.264000', '174458.267000', '174458.270000', '174458.273000', '174458.276000', '174458.279000', '174458.281000', '174458.284000', '174458.287000', '174458.290000', '174458.293000', '174458.296000', '174458.299000', '174458.302000', '174458.305000', '174458.307000', '174458.310000', '174458.313000', '174458.316000', '174458.319000', '174458.322000', '174518.194000', '174518.200000', '174518.203000', '174518.206000', '174518.209000', '174518.212000', '174518.215000', '174518.218000', '174518.221000', '174518.223000', '174518.226000', '174518.229000', '174518.232000', '174518.235000', '174518.238000', '174518.241000', '174518.244000', '174518.247000', '174518.250000', '174518.253000', '174518.256000', '174518.258000', '174518.261000', '174518.264000', '174518.267000', '174518.270000', '174518.273000', '174518.276000', '174518.279000', '174518.282000', '174518.285000', '174518.288000', '174518.290000', '174518.293000', '174518.296000', '174518.299000', '174518.302000', '174518.305000', '174518.308000', '174518.311000', '174518.314000', '174518.316000', '174518.319000', '174538.194000', '174538.210000', '174538.213000', '174538.216000', '174538.219000', '174538.222000', '174538.225000', '174538.228000', '174538.230000', '174538.233000', '174538.236000', '174538.239000', '174538.242000', '174538.245000', '174538.248000', '174538.251000', '174538.254000', '174538.257000', '174538.260000', '174538.262000', '174538.265000', '174538.268000', '174538.271000', '174538.274000', '174538.277000', '174538.280000', '174538.283000', '174538.286000', '174538.289000', '174538.291000', '174538.294000', '174538.297000', '174538.300000', '174538.303000', '174538.306000', '174538.309000', '174538.312000', '174538.315000', '174538.317000', '174538.320000', '174538.323000', '174538.326000', '174538.329000', '174538.332000', '174558.195000', '174558.217000', '174558.220000', '174558.227000', '174558.230000', '174558.233000', '174558.236000', '174558.239000', '174558.242000', '174558.244000', '174558.247000', '174558.250000', '174558.253000', '174558.256000', '174558.259000', '174558.262000', '174558.265000', '174558.268000', '174558.271000', '174558.273000', '174558.276000', '174558.279000', '174558.282000', '174558.285000', '174558.288000', '174558.291000', '174558.294000', '174558.297000', '174558.300000', '174558.303000', '174558.306000', '174558.309000', '174558.312000', '174558.315000', '174558.318000', '174558.321000', '174558.324000', '174558.327000', '174558.329000', '174558.332000', '174558.335000', '174558.338000', '174558.341000', '174604.309000', '174604.313000', '174604.316000', '174604.319000', '174604.322000', '174604.325000', '174604.328000', '174604.331000', '174604.334000', '174604.338000', '174604.342000', '174604.345000', '174604.348000', '174604.351000'], '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': [9390, 9384, 10547, 9062, 9212, 8969, 9462, 14219, 9078, 9294, 9147, 9542, 12010, 9771, 9583, 8894, 9278, 9972, 9300, 9623, 14923, 11250, 10372, 8476, 10073, 13193, 9531, 9743, 13902, 9118, 10224, 8755, 10064, 11720, 9175, 9686, 8761, 10014, 9593, 9313, 9770, 9192, 9996, 10107, 9153, 9709, 10612, 9551, 11817, 9568, 9532, 9124, 9598, 13629, 9287, 9868, 9369, 9339, 9288, 9704, 12822, 9322, 9403, 9133, 9574, 14120, 9082, 9759, 9218, 9549, 14926, 9619, 10531, 9056, 9000, 9229, 9048, 9096, 10019, 15386, 13420, 10703, 13012, 9358, 9807, 9280, 9501, 14003, 9177, 9213, 9258, 9246, 11369, 9061, 9126, 8977, 8964, 9221, 8970, 9534, 11815, 8833, 9487, 10114, 9348, 9601, 9049, 9192, 12584, 9150, 10310, 9399, 9810, 12680, 8828, 9348, 13799, 9235, 9838, 8377, 9690, 11692, 9346, 9572, 8082, 9338, 8899, 10072, 9622, 10984, 9591, 9893, 13625, 8873, 9300, 10302, 9355, 9243, 9061, 9608, 11656, 8927, 9482, 12231, 8854, 9503, 12152, 9270, 9330, 8212, 9402, 11604, 9564, 9683, 9010, 9034, 8984, 12659, 9730, 10747, 9275, 9778, 13488, 8940, 9588, 14163, 9317, 10463, 8526, 9909, 13315, 9888, 9642, 11230, 9371, 9091, 10240, 9629, 10566, 9265, 10025, 12463, 8923, 9463, 12550, 9575, 9312, 8674, 9503, 11962, 9013, 9493, 9010, 9219, 9498, 9434, 9533, 12781, 9142, 9206, 9079, 9273, 11691, 10113, 9527, 12303, 9157, 9487, 13662, 9185, 9629, 8619, 9563, 12558, 9272, 9565, 13942, 10341, 9621, 9561, 9484, 9552, 11393, 9648, 11988, 9236, 10000, 13423, 9069, 9423, 12933, 9261, 9304, 9607, 9237, 9385, 11041, 9416, 9300, 8369, 10105, 11029, 9279, 9952, 12489, 9097, 10043, 13117, 8970, 9234, 8933, 9462, 9489, 8080, 9576, 11757, 9218, 9952, 10924, 8782, 9214, 9235, 9242, 9942, 9450, 9488, 12364, 8968, 9331, 12081, 9041, 9009, 10358, 9399, 10280, 8884, 8990, 9767, 9336, 10897, 10044, 9465, 13066, 8938, 10383, 15138, 11004, 10650, 12571, 9062, 9735, 8609, 9536, 13363, 10860, 9918, 12703, 9053, 10257, 13693, 8925, 9467, 10984, 8918, 8999, 8762, 9128, 9292, 8743, 9153, 9320, 8653, 9140, 8834, 9207, 9820, 8693, 9587, 14017, 10599, 9320, 7696, 9439, 10823, 8629, 9164, 12463, 9274, 10404, 8620, 9931, 14285, 10757, 10544, 8845, 10130, 12378, 8944, 9670, 15027, 10567, 11383, 8575, 10063, 12657, 8885, 9181, 12756, 9430, 9155, 8627, 10062, 12629, 9241, 9014, 8812, 9639, 9714, 9127, 9104, 8638, 10056, 10677, 8896, 10044, 14634, 9813, 11063, 8349, 10183, 13979, 9306, 9017, 10402, 9999, 9719, 9150, 9140, 13903, 9992, 10912, 9417, 8863, 12201, 9361, 10826, 9059, 8875, 8808, 9705, 12002, 9146, 9686, 8173, 8860, 7670, 9742, 9118, 8598, 9878, 14080, 10037, 8988, 8706, 10149, 10920, 9351, 9364, 9669, 10051, 9875, 8994, 10023, 14352, 9408, 10309, 9298, 10217, 12458, 8902, 9296, 8531, 10018, 11581, 9335, 9057, 9254, 9515, 9047, 9595, 8885, 8566, 9824, 12801, 9553, 9163, 8396, 10512, 12625, 9051, 9335, 8937, 10364, 11439, 9467, 8969, 11186, 9534, 11786, 9454, 8979, 8701, 10328, 13946, 9021, 9424, 8994, 10233, 11019, 8988, 9359, 9668, 9440, 11466, 9441, 8889, 8733, 9569, 14075, 8769, 9295, 8719, 8706, 8966, 8924, 8683, 9639, 14901, 10806, 12201, 9571, 9934, 8418, 9980, 14427, 9715, 9683, 12035, 9565, 11843, 8979, 9989, 11896, 9455, 9287, 8773, 9190, 8500, 9578, 8751, 8827, 9535, 12145, 9009, 8762, 7920, 9744, 12396, 10428, 9591, 12301, 9179, 8719, 11421, 8791, 10428, 7981, 9801, 12322, 8693, 9892, 13661, 9727, 8964, 10999, 9488, 8705, 12666, 9161, 9297, 8714, 10064, 10670, 8761, 9632, 13561, 8819, 8508, 11680, 8937, 9846, 11182, 9630, 11154, 8600, 10118, 13434, 9325, 8887, 12608, 9153, 8696, 13840, 8766, 10332, 8519, 9711, 10816, 8375, 8751, 9759, 8956, 9355, 8012, 9309, 13412, 10016, 8908, 8277, 9277, 10740, 9203, 8776, 8289, 9084, 8328, 8634, 9432, 12427, 8971, 8643, 9650, 9179, 8443, 10691, 9279, 12228, 8876, 9517, 12500, 9309, 10775, 10541, 10108, 13365, 9844, 8572, 12645, 9939, 11482, 9113, 10270, 14634, 9103, 8815, 12380, 9515, 9431, 8017, 9994, 11892, 8643, 9257, 12779, 9750, 8431, 8391, 9734, 12369, 8884, 9860, 12923, 9007, 8218, 8813, 9318, 10332, 8409, 9800, 13043, 8500, 10305, 13699, 8532, 8866, 12962, 9576, 8980, 7697, 9699, 11592, 9081, 9926, 11285, 9050, 8410, 8745, 9303, 10323, 8419, 8894, 10030, 8587, 8586, 9445, 9454, 11073, 8552, 9224, 13700, 8782, 11593, 8576, 8806, 8556, 8413, 8299, 8627, 8366, 9594, 13687, 13358, 11089, 13776, 9724, 10208, 14351, 11086, 10529, 8200, 10075, 12014, 9022, 8880, 8875, 9884, 10722, 9252, 8393, 11301, 9581, 10831, 9090, 8354, 10366, 9598, 9759, 8665, 8668, 7441, 9719, 8257, 8239, 9779, 12726, 9982, 8523, 8039, 9605, 8334, 8020, 9549, 12217, 9586, 8516, 8133, 9529, 8628, 12567, 9034, 11429, 7944, 9721, 12948, 8624, 9499, 14328, 8979, 8958, 8576, 9276, 11592, 8543, 8530, 8352, 8732, 9599, 10148, 9136, 9379, 8292, 9775, 13032, 8705, 8580, 10904, 9271, 8694, 9047, 9630, 12896, 10241, 9982, 13880, 9215, 8676, 13415, 9187, 10873, 9086, 8355, 8055, 9928, 8460, 8548, 10250, 12924, 9847, 10427, 13862, 9777, 9015, 9614, 9693, 10031, 8781, 10117, 13035, 8875, 9330, 9053, 9512, 10145, 8605, 9930, 13243, 9507, 8585, 9681, 9052, 8503, 10948, 9174, 11112, 8535, 8621, 9638, 9014, 8475, 10913, 8858, 11029, 8504, 9694, 13855, 8311, 9782, 14886, 10177, 10509, 7828, 10115, 12107, 8894, 9825, 13879, 10619, 8886, 12303, 9827, 8370, 10878, 8991, 10489, 8143, 9979, 10676, 8380, 10102, 14100, 9155, 8588, 8275, 9331, 9719, 8819, 10194, 11821, 8368, 10111, 13077, 8735, 9170, 8780, 9624, 9663, 8698, 9683, 13286, 8740, 9007, 8326, 9474, 11815, 9833, 9709, 15007, 9522, 11137, 8123, 9615, 12938, 10185, 10061, 13739, 9046, 8280, 12686, 8923, 10382, 8857, 8072, 7603, 9859, 10775, 8616, 8535, 11861, 9272, 8603, 7423, 9676, 13144, 9798, 8936, 11270, 9335, 9564, 10231, 9156, 13288, 8526, 8613, 12258, 8863, 9790, 11795, 9504, 11354, 8613, 9702, 14039, 9835, 8987, 7498, 9690, 11848, 9624, 8785, 11013, 9402, 8298, 10623, 9214, 11525, 8309, 9843, 12380, 8857, 8379, 8631, 9328, 10216, 7897, 9938, 13693, 8495, 8765, 8474, 9828, 11210, 8450, 8349, 11765, 9497, 10419, 8274, 9541, 13775, 8609, 10079, 7812, 9689, 13258, 9020, 9911, 12085, 9338, 12128, 8394, 9818, 14096, 10136, 8837, 7594, 9236, 9682, 8334, 9202, 13542, 8680, 8206, 7515, 9513, 10591, 8635, 9150, 14331, 9038, 8970, 7418, 9391, 12817, 10051, 9620, 11605, 8306, 9820, 14833, 8735, 9242, 8183, 9565, 9615, 8864, 9491, 12447, 8413, 9860, 13291, 8605, 9486, 10430, 9215, 9374, 8860, 10070, 14879, 8906, 9254, 8192, 9581, 10909, 8133, 8181, 11026, 8697, 9466, 8285, 9333, 13717, 10888, 9100, 7772, 9413, 10971, 9246, 9485, 13783, 9411, 9584, 11711, 9337, 9995, 8564, 9707, 14383, 10903, 8974, 10503, 9815, 9557, 11539, 9375, 11248, 9178, 8032, 7966, 9129, 8908, 8402, 8235, 8149, 8635, 8206, 10017, 9244, 9751, 8373, 9908, 14563, 9913, 9801, 8298, 9341, 11570, 12121, 9350, 12440, 8309, 9987, 13596, 8426, 8109, 14024, 9285, 10592, 8097, 9668, 11008, 9720, 9163, 13805, 8976, 8237, 9452, 9108, 7990, 12027, 8745, 9539, 8336, 9917, 13312, 8228, 9455, 7732, 9582, 10860, 8081, 8529, 13690, 8642, 9681, 7687, 9423, 11090, 8448], 'WindowCenter': [3836.0, 3821.0, 3828.0, 3806.0, 3805.0, 3803.0, 3814.0, 3845.0, 3804.0, 3803.0, 3803.0, 3803.0, 3822.0, 3802.0, 3802.0, 3802.0, 3804.0, 3813.0, 3803.0, 3803.0, 3845.0, 3824.0, 3812.0, 3792.0, 3813.0, 3832.0, 3800.0, 3801.0, 3832.0, 3790.0, 3801.0, 3790.0, 3801.0, 3809.0, 3789.0, 3799.0, 3790.0, 3812.0, 3800.0, 3801.0, 3801.0, 3790.0, 3802.0, 3811.0, 3803.0, 3802.0, 3811.0, 3800.0, 3822.0, 3801.0, 3801.0, 3802.0, 3801.0, 3832.0, 3802.0, 3801.0, 3803.0, 3802.0, 3802.0, 3802.0, 3834.0, 3803.0, 3802.0, 3803.0, 3814.0, 3845.0, 3803.0, 3802.0, 3804.0, 3804.0, 3845.0, 3804.0, 3814.0, 3792.0, 3791.0, 3805.0, 3804.0, 3806.0, 3816.0, 3858.0, 3837.0, 3814.0, 3833.0, 3791.0, 3801.0, 3790.0, 3802.0, 3832.0, 3791.0, 3790.0, 3789.0, 3789.0, 3809.0, 3789.0, 3789.0, 3788.0, 3789.0, 3788.0, 3788.0, 3800.0, 3809.0, 3790.0, 3800.0, 3800.0, 3790.0, 3799.0, 3791.0, 3802.0, 3821.0, 3790.0, 3800.0, 3801.0, 3801.0, 3821.0, 3790.0, 3790.0, 3831.0, 3789.0, 3800.0, 3779.0, 3800.0, 3810.0, 3789.0, 3800.0, 3778.0, 3801.0, 3790.0, 3800.0, 3801.0, 3811.0, 3801.0, 3801.0, 3831.0, 3790.0, 3800.0, 3811.0, 3801.0, 3800.0, 3802.0, 3802.0, 3822.0, 3802.0, 3802.0, 3822.0, 3804.0, 3814.0, 3834.0, 3803.0, 3802.0, 3792.0, 3803.0, 3823.0, 3802.0, 3814.0, 3802.0, 3803.0, 3802.0, 3833.0, 3801.0, 3812.0, 3802.0, 3813.0, 3832.0, 3791.0, 3802.0, 3833.0, 3791.0, 3811.0, 3790.0, 3801.0, 3831.0, 3800.0, 3800.0, 3810.0, 3801.0, 3790.0, 3800.0, 3800.0, 3811.0, 3790.0, 3801.0, 3821.0, 3790.0, 3800.0, 3820.0, 3801.0, 3789.0, 3789.0, 3801.0, 3820.0, 3791.0, 3800.0, 3790.0, 3802.0, 3800.0, 3801.0, 3813.0, 3834.0, 3803.0, 3803.0, 3802.0, 3802.0, 3823.0, 3813.0, 3803.0, 3822.0, 3802.0, 3802.0, 3832.0, 3802.0, 3802.0, 3792.0, 3814.0, 3834.0, 3802.0, 3802.0, 3833.0, 3812.0, 3802.0, 3802.0, 3802.0, 3801.0, 3822.0, 3801.0, 3821.0, 3801.0, 3802.0, 3832.0, 3790.0, 3790.0, 3821.0, 3801.0, 3800.0, 3800.0, 3800.0, 3789.0, 3810.0, 3800.0, 3789.0, 3779.0, 3800.0, 3809.0, 3789.0, 3800.0, 3820.0, 3789.0, 3801.0, 3831.0, 3790.0, 3800.0, 3790.0, 3801.0, 3800.0, 3778.0, 3801.0, 3822.0, 3801.0, 3802.0, 3811.0, 3791.0, 3802.0, 3802.0, 3802.0, 3800.0, 3802.0, 3802.0, 3833.0, 3803.0, 3803.0, 3833.0, 3802.0, 3802.0, 3813.0, 3803.0, 3812.0, 3804.0, 3804.0, 3813.0, 3802.0, 3824.0, 3812.0, 3815.0, 3834.0, 3805.0, 3826.0, 3846.0, 3813.0, 3813.0, 3834.0, 3801.0, 3802.0, 3791.0, 3802.0, 3833.0, 3812.0, 3813.0, 3832.0, 3791.0, 3811.0, 3831.0, 3790.0, 3800.0, 3810.0, 3790.0, 3790.0, 3789.0, 3800.0, 3800.0, 3791.0, 3802.0, 3800.0, 3792.0, 3802.0, 3803.0, 3804.0, 3813.0, 3804.0, 3814.0, 3845.0, 3824.0, 3803.0, 3783.0, 3815.0, 3824.0, 3804.0, 3803.0, 3835.0, 3804.0, 3813.0, 3805.0, 3815.0, 3844.0, 3813.0, 3813.0, 3791.0, 3813.0, 3822.0, 3791.0, 3801.0, 3843.0, 3812.0, 3811.0, 3791.0, 3812.0, 3821.0, 3790.0, 3801.0, 3833.0, 3801.0, 3800.0, 3791.0, 3800.0, 3821.0, 3802.0, 3790.0, 3790.0, 3802.0, 3800.0, 3801.0, 3791.0, 3791.0, 3813.0, 3811.0, 3790.0, 3801.0, 3841.0, 3801.0, 3810.0, 3791.0, 3812.0, 3832.0, 3790.0, 3790.0, 3811.0, 3801.0, 3799.0, 3790.0, 3789.0, 3832.0, 3800.0, 3810.0, 3790.0, 3789.0, 3819.0, 3789.0, 3810.0, 3790.0, 3789.0, 3790.0, 3800.0, 3820.0, 3799.0, 3799.0, 3790.0, 3791.0, 3780.0, 3801.0, 3789.0, 3778.0, 3799.0, 3831.0, 3801.0, 3790.0, 3790.0, 3812.0, 3810.0, 3789.0, 3789.0, 3800.0, 3801.0, 3799.0, 3789.0, 3800.0, 3831.0, 3790.0, 3800.0, 3801.0, 3812.0, 3821.0, 3790.0, 3800.0, 3790.0, 3812.0, 3821.0, 3801.0, 3789.0, 3801.0, 3802.0, 3789.0, 3812.0, 3791.0, 3790.0, 3812.0, 3833.0, 3803.0, 3801.0, 3792.0, 3813.0, 3822.0, 3791.0, 3801.0, 3791.0, 3812.0, 3822.0, 3802.0, 3791.0, 3810.0, 3801.0, 3822.0, 3802.0, 3791.0, 3792.0, 3813.0, 3832.0, 3791.0, 3801.0, 3792.0, 3813.0, 3812.0, 3802.0, 3802.0, 3802.0, 3803.0, 3823.0, 3813.0, 3802.0, 3791.0, 3801.0, 3844.0, 3792.0, 3790.0, 3792.0, 3792.0, 3816.0, 3804.0, 3807.0, 3818.0, 3859.0, 3827.0, 3825.0, 3804.0, 3802.0, 3781.0, 3801.0, 3832.0, 3790.0, 3801.0, 3822.0, 3801.0, 3822.0, 3791.0, 3800.0, 3809.0, 3788.0, 3788.0, 3779.0, 3789.0, 3789.0, 3802.0, 3789.0, 3791.0, 3802.0, 3823.0, 3803.0, 3792.0, 3782.0, 3804.0, 3824.0, 3812.0, 3803.0, 3823.0, 3803.0, 3793.0, 3822.0, 3792.0, 3813.0, 3781.0, 3814.0, 3822.0, 3791.0, 3802.0, 3833.0, 3802.0, 3791.0, 3812.0, 3802.0, 3791.0, 3822.0, 3790.0, 3802.0, 3791.0, 3802.0, 3811.0, 3791.0, 3802.0, 3833.0, 3801.0, 3793.0, 3823.0, 3791.0, 3801.0, 3812.0, 3802.0, 3812.0, 3790.0, 3812.0, 3832.0, 3802.0, 3792.0, 3822.0, 3802.0, 3791.0, 3832.0, 3791.0, 3812.0, 3791.0, 3803.0, 3812.0, 3792.0, 3791.0, 3801.0, 3803.0, 3802.0, 3781.0, 3803.0, 3833.0, 3815.0, 3803.0, 3793.0, 3804.0, 3823.0, 3803.0, 3803.0, 3794.0, 3805.0, 3793.0, 3793.0, 3804.0, 3835.0, 3804.0, 3793.0, 3803.0, 3803.0, 3793.0, 3812.0, 3802.0, 3834.0, 3805.0, 3815.0, 3834.0, 3802.0, 3813.0, 3811.0, 3813.0, 3833.0, 3802.0, 3791.0, 3822.0, 3801.0, 3822.0, 3792.0, 3813.0, 3832.0, 3790.0, 3790.0, 3821.0, 3800.0, 3790.0, 3780.0, 3801.0, 3819.0, 3778.0, 3791.0, 3831.0, 3801.0, 3780.0, 3779.0, 3800.0, 3821.0, 3790.0, 3801.0, 3821.0, 3790.0, 3780.0, 3790.0, 3801.0, 3812.0, 3791.0, 3802.0, 3833.0, 3791.0, 3812.0, 3831.0, 3791.0, 3791.0, 3832.0, 3802.0, 3789.0, 3780.0, 3802.0, 3820.0, 3792.0, 3802.0, 3810.0, 3791.0, 3791.0, 3791.0, 3804.0, 3814.0, 3794.0, 3805.0, 3813.0, 3804.0, 3804.0, 3815.0, 3816.0, 3825.0, 3806.0, 3816.0, 3846.0, 3794.0, 3836.0, 3806.0, 3803.0, 3795.0, 3795.0, 3807.0, 3808.0, 3807.0, 3829.0, 3862.0, 3850.0, 3828.0, 3836.0, 3804.0, 3814.0, 3833.0, 3813.0, 3813.0, 3780.0, 3802.0, 3822.0, 3791.0, 3790.0, 3791.0, 3802.0, 3812.0, 3801.0, 3779.0, 3811.0, 3800.0, 3811.0, 3792.0, 3791.0, 3799.0, 3801.0, 3801.0, 3791.0, 3792.0, 3770.0, 3803.0, 3790.0, 3790.0, 3801.0, 3833.0, 3802.0, 3791.0, 3781.0, 3803.0, 3791.0, 3781.0, 3803.0, 3822.0, 3804.0, 3793.0, 3793.0, 3815.0, 3792.0, 3834.0, 3792.0, 3823.0, 3782.0, 3802.0, 3834.0, 3791.0, 3802.0, 3844.0, 3793.0, 3791.0, 3791.0, 3803.0, 3823.0, 3804.0, 3792.0, 3792.0, 3804.0, 3813.0, 3813.0, 3805.0, 3803.0, 3793.0, 3815.0, 3835.0, 3805.0, 3805.0, 3825.0, 3803.0, 3792.0, 3791.0, 3803.0, 3835.0, 3814.0, 3803.0, 3834.0, 3802.0, 3791.0, 3831.0, 3790.0, 3811.0, 3791.0, 3781.0, 3780.0, 3813.0, 3781.0, 3789.0, 3801.0, 3822.0, 3801.0, 3812.0, 3833.0, 3801.0, 3789.0, 3800.0, 3801.0, 3800.0, 3791.0, 3811.0, 3831.0, 3791.0, 3802.0, 3792.0, 3803.0, 3812.0, 3792.0, 3813.0, 3833.0, 3803.0, 3792.0, 3802.0, 3802.0, 3792.0, 3812.0, 3801.0, 3823.0, 3793.0, 3793.0, 3813.0, 3803.0, 3792.0, 3813.0, 3803.0, 3823.0, 3793.0, 3813.0, 3845.0, 3794.0, 3813.0, 3844.0, 3813.0, 3813.0, 3782.0, 3813.0, 3823.0, 3791.0, 3801.0, 3833.0, 3813.0, 3792.0, 3823.0, 3802.0, 3780.0, 3811.0, 3789.0, 3811.0, 3779.0, 3802.0, 3811.0, 3791.0, 3813.0, 3832.0, 3802.0, 3791.0, 3780.0, 3801.0, 3801.0, 3801.0, 3814.0, 3823.0, 3792.0, 3813.0, 3831.0, 3791.0, 3802.0, 3792.0, 3814.0, 3803.0, 3804.0, 3814.0, 3835.0, 3794.0, 3802.0, 3793.0, 3813.0, 3822.0, 3802.0, 3802.0, 3845.0, 3803.0, 3824.0, 3780.0, 3802.0, 3822.0, 3801.0, 3801.0, 3832.0, 3790.0, 3780.0, 3821.0, 3790.0, 3811.0, 3803.0, 3781.0, 3782.0, 3813.0, 3812.0, 3792.0, 3793.0, 3835.0, 3803.0, 3793.0, 3781.0, 3804.0, 3834.0, 3814.0, 3792.0, 3824.0, 3803.0, 3803.0, 3812.0, 3802.0, 3834.0, 3793.0, 3793.0, 3834.0, 3791.0, 3801.0, 3823.0, 3801.0, 3811.0, 3792.0, 3801.0, 3833.0, 3802.0, 3791.0, 3770.0, 3802.0, 3822.0, 3801.0, 3792.0, 3811.0, 3801.0, 3791.0, 3811.0, 3801.0, 3821.0, 3792.0, 3802.0, 3822.0, 3791.0, 3779.0, 3791.0, 3802.0, 3811.0, 3781.0, 3802.0, 3831.0, 3792.0, 3792.0, 3794.0, 3815.0, 3824.0, 3793.0, 3793.0, 3823.0, 3804.0, 3813.0, 3792.0, 3815.0, 3845.0, 3794.0, 3814.0, 3783.0, 3815.0, 3835.0, 3803.0, 3814.0, 3836.0, 3804.0, 3835.0, 3792.0, 3814.0, 3844.0, 3813.0, 3791.0, 3781.0, 3803.0, 3800.0, 3792.0, 3802.0, 3834.0, 3793.0, 3791.0, 3783.0, 3814.0, 3811.0, 3792.0, 3802.0, 3845.0, 3804.0, 3804.0, 3783.0, 3804.0, 3834.0, 3803.0, 3802.0, 3822.0, 3792.0, 3813.0, 3843.0, 3791.0, 3802.0, 3792.0, 3803.0, 3802.0, 3791.0, 3802.0, 3823.0, 3793.0, 3814.0, 3834.0, 3793.0, 3803.0, 3813.0, 3804.0, 3803.0, 3805.0, 3815.0, 3845.0, 3804.0, 3804.0, 3794.0, 3816.0, 3824.0, 3793.0, 3794.0, 3825.0, 3805.0, 3815.0, 3795.0, 3817.0, 3847.0, 3827.0, 3805.0, 3782.0, 3804.0, 3825.0, 3804.0, 3804.0, 3846.0, 3804.0, 3804.0, 3824.0, 3803.0, 3802.0, 3792.0, 3803.0, 3843.0, 3814.0, 3793.0, 3813.0, 3801.0, 3801.0, 3811.0, 3790.0, 3811.0, 3802.0, 3781.0, 3780.0, 3802.0, 3790.0, 3793.0, 3793.0, 3781.0, 3793.0, 3793.0, 3813.0, 3805.0, 3804.0, 3794.0, 3815.0, 3846.0, 3814.0, 3815.0, 3793.0, 3805.0, 3825.0, 3824.0, 3803.0, 3824.0, 3782.0, 3814.0, 3833.0, 3781.0, 3781.0, 3833.0, 3802.0, 3812.0, 3781.0, 3803.0, 3812.0, 3790.0, 3790.0, 3832.0, 3791.0, 3780.0, 3800.0, 3790.0, 3780.0, 3820.0, 3792.0, 3801.0, 3793.0, 3812.0, 3833.0, 3791.0, 3801.0, 3781.0, 3803.0, 3813.0, 3793.0, 3792.0, 3843.0, 3793.0, 3803.0, 3781.0, 3804.0, 3823.0, 3791.0], 'WindowWidth': [8621.0, 8593.0, 8593.0, 8561.0, 8557.0, 8552.0, 8568.0, 8611.0, 8554.0, 8552.0, 8550.0, 8549.0, 8576.0, 8547.0, 8546.0, 8548.0, 8552.0, 8564.0, 8549.0, 8549.0, 8612.0, 8580.0, 8562.0, 8533.0, 8562.0, 8588.0, 8542.0, 8543.0, 8589.0, 8528.0, 8543.0, 8526.0, 8544.0, 8552.0, 8524.0, 8538.0, 8527.0, 8560.0, 8541.0, 8545.0, 8542.0, 8528.0, 8546.0, 8558.0, 8551.0, 8548.0, 8558.0, 8541.0, 8573.0, 8545.0, 8543.0, 8546.0, 8544.0, 8588.0, 8546.0, 8546.0, 8550.0, 8549.0, 8545.0, 8548.0, 8593.0, 8550.0, 8548.0, 8551.0, 8565.0, 8609.0, 8549.0, 8548.0, 8553.0, 8553.0, 8610.0, 8552.0, 8565.0, 8530.0, 8529.0, 8556.0, 8552.0, 8559.0, 8574.0, 8637.0, 8602.0, 8566.0, 8590.0, 8530.0, 8542.0, 8525.0, 8544.0, 8588.0, 8528.0, 8526.0, 8524.0, 8523.0, 8552.0, 8524.0, 8524.0, 8523.0, 8525.0, 8523.0, 8521.0, 8540.0, 8553.0, 8527.0, 8539.0, 8539.0, 8526.0, 8539.0, 8530.0, 8545.0, 8571.0, 8527.0, 8542.0, 8544.0, 8544.0, 8570.0, 8527.0, 8527.0, 8584.0, 8525.0, 8540.0, 8511.0, 8541.0, 8553.0, 8526.0, 8538.0, 8510.0, 8543.0, 8528.0, 8540.0, 8544.0, 8558.0, 8544.0, 8544.0, 8585.0, 8528.0, 8541.0, 8557.0, 8545.0, 8541.0, 8549.0, 8547.0, 8573.0, 8549.0, 8548.0, 8575.0, 8553.0, 8567.0, 8593.0, 8551.0, 8549.0, 8534.0, 8551.0, 8576.0, 8549.0, 8566.0, 8548.0, 8549.0, 8549.0, 8590.0, 8545.0, 8561.0, 8547.0, 8561.0, 8588.0, 8531.0, 8547.0, 8591.0, 8529.0, 8557.0, 8527.0, 8543.0, 8585.0, 8542.0, 8542.0, 8554.0, 8542.0, 8528.0, 8540.0, 8540.0, 8556.0, 8527.0, 8543.0, 8570.0, 8529.0, 8542.0, 8568.0, 8542.0, 8526.0, 8525.0, 8543.0, 8569.0, 8531.0, 8542.0, 8527.0, 8546.0, 8541.0, 8546.0, 8564.0, 8593.0, 8551.0, 8550.0, 8549.0, 8549.0, 8577.0, 8562.0, 8549.0, 8575.0, 8547.0, 8547.0, 8589.0, 8546.0, 8549.0, 8534.0, 8565.0, 8592.0, 8546.0, 8545.0, 8590.0, 8560.0, 8546.0, 8548.0, 8547.0, 8546.0, 8573.0, 8545.0, 8572.0, 8544.0, 8548.0, 8588.0, 8529.0, 8527.0, 8571.0, 8544.0, 8541.0, 8541.0, 8541.0, 8527.0, 8555.0, 8541.0, 8525.0, 8512.0, 8541.0, 8551.0, 8524.0, 8541.0, 8568.0, 8527.0, 8543.0, 8584.0, 8527.0, 8543.0, 8527.0, 8545.0, 8541.0, 8510.0, 8544.0, 8574.0, 8545.0, 8546.0, 8558.0, 8533.0, 8547.0, 8548.0, 8548.0, 8543.0, 8546.0, 8547.0, 8589.0, 8550.0, 8550.0, 8592.0, 8547.0, 8548.0, 8562.0, 8549.0, 8562.0, 8553.0, 8554.0, 8563.0, 8549.0, 8579.0, 8562.0, 8569.0, 8596.0, 8558.0, 8586.0, 8616.0, 8565.0, 8565.0, 8595.0, 8546.0, 8547.0, 8532.0, 8547.0, 8592.0, 8560.0, 8562.0, 8586.0, 8530.0, 8557.0, 8583.0, 8527.0, 8541.0, 8554.0, 8529.0, 8528.0, 8525.0, 8541.0, 8542.0, 8531.0, 8548.0, 8543.0, 8535.0, 8548.0, 8552.0, 8553.0, 8565.0, 8556.0, 8568.0, 8610.0, 8581.0, 8553.0, 8524.0, 8571.0, 8581.0, 8555.0, 8552.0, 8596.0, 8553.0, 8564.0, 8556.0, 8568.0, 8610.0, 8564.0, 8566.0, 8532.0, 8564.0, 8574.0, 8530.0, 8542.0, 8605.0, 8558.0, 8557.0, 8532.0, 8559.0, 8570.0, 8528.0, 8544.0, 8590.0, 8544.0, 8543.0, 8533.0, 8543.0, 8571.0, 8546.0, 8528.0, 8530.0, 8547.0, 8541.0, 8544.0, 8531.0, 8532.0, 8564.0, 8559.0, 8530.0, 8543.0, 8600.0, 8544.0, 8556.0, 8531.0, 8558.0, 8586.0, 8527.0, 8527.0, 8556.0, 8542.0, 8539.0, 8528.0, 8525.0, 8586.0, 8540.0, 8555.0, 8528.0, 8525.0, 8565.0, 8525.0, 8554.0, 8528.0, 8526.0, 8529.0, 8542.0, 8568.0, 8539.0, 8539.0, 8529.0, 8530.0, 8515.0, 8545.0, 8527.0, 8511.0, 8539.0, 8586.0, 8545.0, 8528.0, 8528.0, 8558.0, 8554.0, 8525.0, 8524.0, 8542.0, 8542.0, 8538.0, 8526.0, 8539.0, 8583.0, 8528.0, 8543.0, 8544.0, 8559.0, 8570.0, 8527.0, 8543.0, 8528.0, 8560.0, 8570.0, 8544.0, 8528.0, 8544.0, 8546.0, 8527.0, 8560.0, 8531.0, 8529.0, 8561.0, 8589.0, 8549.0, 8544.0, 8534.0, 8563.0, 8573.0, 8530.0, 8544.0, 8531.0, 8561.0, 8574.0, 8548.0, 8531.0, 8556.0, 8542.0, 8573.0, 8546.0, 8531.0, 8536.0, 8562.0, 8588.0, 8531.0, 8546.0, 8534.0, 8562.0, 8560.0, 8548.0, 8546.0, 8546.0, 8549.0, 8576.0, 8563.0, 8547.0, 8532.0, 8546.0, 8608.0, 8533.0, 8523.0, 8531.0, 8534.0, 8575.0, 8555.0, 8563.0, 8579.0, 8636.0, 8587.0, 8581.0, 8552.0, 8547.0, 8514.0, 8542.0, 8585.0, 8527.0, 8541.0, 8572.0, 8541.0, 8571.0, 8529.0, 8539.0, 8550.0, 8521.0, 8519.0, 8509.0, 8523.0, 8525.0, 8545.0, 8525.0, 8531.0, 8547.0, 8575.0, 8548.0, 8534.0, 8520.0, 8552.0, 8579.0, 8560.0, 8548.0, 8575.0, 8548.0, 8537.0, 8574.0, 8532.0, 8562.0, 8518.0, 8564.0, 8574.0, 8531.0, 8545.0, 8590.0, 8547.0, 8530.0, 8559.0, 8547.0, 8531.0, 8571.0, 8527.0, 8545.0, 8529.0, 8547.0, 8557.0, 8531.0, 8544.0, 8588.0, 8545.0, 8535.0, 8575.0, 8531.0, 8544.0, 8560.0, 8546.0, 8558.0, 8530.0, 8560.0, 8588.0, 8546.0, 8533.0, 8574.0, 8545.0, 8531.0, 8587.0, 8530.0, 8560.0, 8532.0, 8548.0, 8560.0, 8533.0, 8532.0, 8546.0, 8549.0, 8546.0, 8520.0, 8551.0, 8591.0, 8568.0, 8549.0, 8536.0, 8554.0, 8577.0, 8550.0, 8551.0, 8542.0, 8557.0, 8539.0, 8538.0, 8552.0, 8595.0, 8554.0, 8537.0, 8551.0, 8551.0, 8537.0, 8561.0, 8549.0, 8593.0, 8558.0, 8570.0, 8592.0, 8545.0, 8562.0, 8558.0, 8561.0, 8589.0, 8546.0, 8531.0, 8572.0, 8543.0, 8574.0, 8533.0, 8561.0, 8588.0, 8526.0, 8527.0, 8571.0, 8541.0, 8527.0, 8515.0, 8542.0, 8564.0, 8510.0, 8529.0, 8584.0, 8543.0, 8515.0, 8510.0, 8541.0, 8569.0, 8527.0, 8543.0, 8570.0, 8529.0, 8514.0, 8527.0, 8544.0, 8559.0, 8531.0, 8547.0, 8590.0, 8532.0, 8559.0, 8584.0, 8528.0, 8531.0, 8586.0, 8545.0, 8527.0, 8516.0, 8546.0, 8569.0, 8532.0, 8547.0, 8555.0, 8530.0, 8531.0, 8531.0, 8553.0, 8565.0, 8540.0, 8555.0, 8563.0, 8553.0, 8554.0, 8568.0, 8571.0, 8580.0, 8559.0, 8571.0, 8611.0, 8539.0, 8600.0, 8556.0, 8548.0, 8541.0, 8544.0, 8562.0, 8565.0, 8563.0, 8594.0, 8647.0, 8627.0, 8590.0, 8600.0, 8553.0, 8562.0, 8591.0, 8561.0, 8561.0, 8514.0, 8546.0, 8574.0, 8531.0, 8526.0, 8530.0, 8545.0, 8558.0, 8544.0, 8514.0, 8555.0, 8541.0, 8555.0, 8532.0, 8531.0, 8540.0, 8542.0, 8543.0, 8529.0, 8532.0, 8503.0, 8550.0, 8529.0, 8530.0, 8544.0, 8588.0, 8547.0, 8530.0, 8517.0, 8550.0, 8532.0, 8517.0, 8548.0, 8574.0, 8552.0, 8536.0, 8538.0, 8569.0, 8536.0, 8592.0, 8534.0, 8578.0, 8521.0, 8548.0, 8591.0, 8531.0, 8547.0, 8606.0, 8535.0, 8532.0, 8534.0, 8549.0, 8576.0, 8554.0, 8535.0, 8536.0, 8552.0, 8564.0, 8564.0, 8554.0, 8548.0, 8538.0, 8567.0, 8597.0, 8555.0, 8554.0, 8581.0, 8550.0, 8535.0, 8531.0, 8547.0, 8595.0, 8564.0, 8549.0, 8593.0, 8547.0, 8530.0, 8584.0, 8527.0, 8558.0, 8530.0, 8517.0, 8516.0, 8562.0, 8517.0, 8526.0, 8542.0, 8573.0, 8543.0, 8557.0, 8589.0, 8544.0, 8527.0, 8539.0, 8543.0, 8541.0, 8532.0, 8557.0, 8584.0, 8529.0, 8547.0, 8535.0, 8551.0, 8561.0, 8535.0, 8563.0, 8590.0, 8549.0, 8533.0, 8547.0, 8546.0, 8533.0, 8561.0, 8545.0, 8577.0, 8537.0, 8538.0, 8564.0, 8551.0, 8533.0, 8561.0, 8549.0, 8577.0, 8537.0, 8565.0, 8609.0, 8541.0, 8561.0, 8607.0, 8563.0, 8562.0, 8521.0, 8562.0, 8576.0, 8530.0, 8544.0, 8591.0, 8564.0, 8534.0, 8575.0, 8547.0, 8515.0, 8555.0, 8526.0, 8558.0, 8513.0, 8546.0, 8557.0, 8532.0, 8561.0, 8588.0, 8545.0, 8531.0, 8514.0, 8544.0, 8543.0, 8546.0, 8564.0, 8575.0, 8535.0, 8562.0, 8586.0, 8530.0, 8547.0, 8533.0, 8566.0, 8549.0, 8554.0, 8565.0, 8594.0, 8540.0, 8550.0, 8537.0, 8563.0, 8574.0, 8547.0, 8549.0, 8611.0, 8549.0, 8578.0, 8515.0, 8546.0, 8575.0, 8545.0, 8543.0, 8587.0, 8528.0, 8513.0, 8570.0, 8528.0, 8557.0, 8550.0, 8519.0, 8523.0, 8564.0, 8561.0, 8536.0, 8538.0, 8596.0, 8550.0, 8537.0, 8521.0, 8552.0, 8591.0, 8565.0, 8535.0, 8578.0, 8549.0, 8549.0, 8560.0, 8548.0, 8594.0, 8537.0, 8536.0, 8593.0, 8531.0, 8544.0, 8575.0, 8545.0, 8558.0, 8533.0, 8544.0, 8592.0, 8548.0, 8531.0, 8503.0, 8547.0, 8573.0, 8544.0, 8534.0, 8558.0, 8545.0, 8531.0, 8557.0, 8543.0, 8571.0, 8533.0, 8546.0, 8573.0, 8531.0, 8513.0, 8529.0, 8547.0, 8558.0, 8519.0, 8546.0, 8586.0, 8535.0, 8533.0, 8540.0, 8570.0, 8579.0, 8538.0, 8536.0, 8578.0, 8551.0, 8564.0, 8536.0, 8567.0, 8610.0, 8540.0, 8566.0, 8526.0, 8570.0, 8595.0, 8551.0, 8566.0, 8597.0, 8552.0, 8595.0, 8535.0, 8564.0, 8607.0, 8563.0, 8531.0, 8517.0, 8549.0, 8543.0, 8533.0, 8547.0, 8593.0, 8537.0, 8533.0, 8525.0, 8567.0, 8558.0, 8533.0, 8547.0, 8607.0, 8551.0, 8552.0, 8524.0, 8554.0, 8595.0, 8550.0, 8548.0, 8574.0, 8534.0, 8562.0, 8604.0, 8532.0, 8548.0, 8534.0, 8550.0, 8546.0, 8531.0, 8548.0, 8576.0, 8537.0, 8565.0, 8593.0, 8535.0, 8548.0, 8563.0, 8552.0, 8551.0, 8556.0, 8569.0, 8610.0, 8553.0, 8553.0, 8541.0, 8574.0, 8581.0, 8539.0, 8540.0, 8584.0, 8557.0, 8570.0, 8544.0, 8574.0, 8616.0, 8587.0, 8556.0, 8523.0, 8555.0, 8582.0, 8553.0, 8551.0, 8612.0, 8553.0, 8553.0, 8580.0, 8549.0, 8548.0, 8533.0, 8550.0, 8606.0, 8566.0, 8536.0, 8563.0, 8545.0, 8544.0, 8555.0, 8528.0, 8558.0, 8548.0, 8519.0, 8517.0, 8546.0, 8528.0, 8537.0, 8538.0, 8518.0, 8537.0, 8537.0, 8565.0, 8555.0, 8553.0, 8542.0, 8570.0, 8612.0, 8567.0, 8568.0, 8537.0, 8554.0, 8583.0, 8578.0, 8548.0, 8578.0, 8520.0, 8563.0, 8590.0, 8518.0, 8517.0, 8589.0, 8545.0, 8561.0, 8517.0, 8548.0, 8559.0, 8528.0, 8527.0, 8587.0, 8531.0, 8515.0, 8541.0, 8528.0, 8514.0, 8567.0, 8532.0, 8543.0, 8536.0, 8560.0, 8589.0, 8530.0, 8546.0, 8519.0, 8550.0, 8562.0, 8539.0, 8534.0, 8603.0, 8535.0, 8549.0, 8518.0, 8551.0, 8574.0, 8532.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.00015102189781021898</td></tr>
<tr><td colspan=3>aqi</td><td>0.022352702372262775</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.332689081552495</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1963696175251135</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.976881160073059</td></tr>
<tr><td colspan=3>efc</td><td>0.4952</td></tr>
<tr><td colspan=3>fber</td><td>4217.3403</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08405148535380337</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4562043795620438</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4494457026168894</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4383333055019674</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6954890266436244</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2145147757050765</td></tr>
<tr><td colspan=3>gcor</td><td>0.00389258</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013962662778794765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030816931277513504</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.872746015866286</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>20.3709</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5646</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.0196</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299263.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>923.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.2134</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4354</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.5564</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3012.7543</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.6339</td></tr>
<tr><td colspan=3>tsnr</td><td>38.71396743156947</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>