<?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-0057_ses-02_task-alignvideo_acq-mb8_run-04_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-0057_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0057_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0057_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0057_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0057_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0057_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0057_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0057_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_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-0057/ses-02/func/sub-0057_ses-02_task-alignvideo_acq-mb8_run-04_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>fa884f600482e858bf3a5bf8e407aebe</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:27:48.920000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998404, 0.00919271, -0.0557291, -0.00853867, 0.999892, 0.0119629]</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105412</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7771, -7237, 603, -5, -241, -46, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f9487cd-975f-4aad-848e-926ee44bf137||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6786439418792725, -0.022908618673682213, -0.1507492959499359, 117.4549789428711], [-0.024663375690579414, 2.6826369762420654, 0.030963556841015816, -93.37109375], [-0.14951716363430023, -0.03209567815065384, 2.695610523223877, -65.35345458984375], [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, 914]</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], 'AcquisitionTime': ['192748.920000', '192749.380000', '192749.840000', '192750.300000', '192750.760000', '192751.220000', '192751.680000', '192752.140000', '192752.600000', '192753.060000', '192753.520000', '192753.980000', '192754.440000', '192754.900000', '192755.360000', '192755.820000', '192756.280000', '192756.740000', '192757.200000', '192757.660000', '192758.120000', '192758.580000', '192759.040000', '192759.500000', '192759.960000', '192800.420000', '192800.880000', '192801.340000', '192801.800000', '192802.260000', '192802.720000', '192803.180000', '192803.640000', '192804.100000', '192804.560000', '192805.020000', '192805.480000', '192805.940000', '192806.400000', '192806.860000', '192807.320000', '192807.780000', '192808.240000', '192808.700000', '192809.160000', '192809.620000', '192810.080000', '192810.540000', '192811.000000', '192811.460000', '192811.920000', '192812.380000', '192812.840000', '192813.300000', '192813.760000', '192814.220000', '192814.680000', '192815.140000', '192815.600000', '192816.060000', '192816.520000', '192816.980000', '192817.440000', '192817.900000', '192818.360000', '192818.820000', '192819.280000', '192819.740000', '192820.200000', '192820.660000', '192821.120000', '192821.580000', '192822.040000', '192822.500000', '192822.960000', '192823.420000', '192823.880000', '192824.340000', '192824.800000', '192825.260000', '192825.720000', '192826.180000', '192826.640000', '192827.100000', '192827.560000', '192828.020000', '192828.480000', '192828.940000', '192829.400000', '192829.860000', '192830.320000', '192830.780000', '192831.240000', '192831.700000', '192832.160000', '192832.620000', '192833.080000', '192833.540000', '192834.000000', '192834.460000', '192834.920000', '192835.380000', '192835.840000', '192836.300000', '192836.760000', '192837.220000', '192837.680000', '192838.140000', '192838.600000', '192839.060000', '192839.520000', '192839.980000', '192840.440000', '192840.900000', '192841.360000', '192841.820000', '192842.280000', '192842.740000', '192843.200000', '192843.660000', '192844.120000', '192844.580000', '192845.040000', '192845.500000', '192845.960000', '192846.420000', '192846.880000', '192847.340000', '192847.800000', '192848.260000', '192848.720000', '192849.180000', '192849.640000', '192850.100000', '192850.560000', '192851.020000', '192851.480000', '192851.940000', '192852.400000', '192852.860000', '192853.320000', '192853.780000', '192854.240000', '192854.700000', '192855.160000', '192855.620000', '192856.080000', '192856.540000', '192857.000000', '192857.460000', '192857.920000', '192858.380000', '192858.840000', '192859.300000', '192859.760000', '192900.220000', '192900.680000', '192901.140000', '192901.600000', '192902.060000', '192902.520000', '192902.980000', '192903.440000', '192903.900000', '192904.360000', '192904.820000', '192905.280000', '192905.740000', '192906.200000', '192906.660000', '192907.120000', '192907.580000', '192908.040000', '192908.500000', '192908.960000', '192909.420000', '192909.880000', '192910.340000', '192910.800000', '192911.260000', '192911.720000', '192912.180000', '192912.640000', '192913.100000', '192913.560000', '192914.020000', '192914.480000', '192914.940000', '192915.400000', '192915.860000', '192916.320000', '192916.780000', '192917.240000', '192917.700000', '192918.160000', '192918.620000', '192919.080000', '192919.540000', '192920.000000', '192920.460000', '192920.920000', '192921.380000', '192921.840000', '192922.300000', '192922.760000', '192923.220000', '192923.680000', '192924.140000', '192924.600000', '192925.060000', '192925.520000', '192925.980000', '192926.440000', '192926.900000', '192927.360000', '192927.820000', '192928.280000', '192928.740000', '192929.200000', '192929.660000', '192930.120000', '192930.580000', '192931.040000', '192931.500000', '192931.960000', '192932.420000', '192932.880000', '192933.340000', '192933.800000', '192934.260000', '192934.720000', '192935.180000', '192935.640000', '192936.100000', '192936.560000', '192937.020000', '192937.480000', '192937.940000', '192938.400000', '192938.860000', '192939.320000', '192939.780000', '192940.240000', '192940.700000', '192941.160000', '192941.620000', '192942.080000', '192942.540000', '192943.000000', '192943.460000', '192943.920000', '192944.380000', '192944.840000', '192945.300000', '192945.760000', '192946.220000', '192946.680000', '192947.140000', '192947.600000', '192948.060000', '192948.520000', '192948.980000', '192949.440000', '192949.900000', '192950.360000', '192950.820000', '192951.280000', '192951.740000', '192952.200000', '192952.660000', '192953.120000', '192953.580000', '192954.040000', '192954.500000', '192954.960000', '192955.420000', '192955.880000', '192956.340000', '192956.800000', '192957.260000', '192957.720000', '192958.180000', '192958.640000', '192959.100000', '192959.560000', '193000.020000', '193000.480000', '193000.940000', '193001.400000', '193001.860000', '193002.320000', '193002.780000', '193003.240000', '193003.700000', '193004.160000', '193004.620000', '193005.080000', '193005.540000', '193006.000000', '193006.460000', '193006.920000', '193007.380000', '193007.840000', '193008.300000', '193008.760000', '193009.220000', '193009.680000', '193010.140000', '193010.600000', '193011.060000', '193011.520000', '193011.980000', '193012.440000', '193012.900000', '193013.360000', '193013.820000', '193014.280000', '193014.740000', '193015.200000', '193015.660000', '193016.120000', '193016.580000', '193017.040000', '193017.500000', '193017.960000', '193018.420000', '193018.880000', '193019.340000', '193019.800000', '193020.260000', '193020.720000', '193021.180000', '193021.640000', '193022.100000', '193022.560000', '193023.020000', '193023.480000', '193023.940000', '193024.400000', '193024.860000', '193025.320000', '193025.780000', '193026.240000', '193026.700000', '193027.160000', '193027.620000', '193028.080000', '193028.540000', '193029.000000', '193029.460000', '193029.920000', '193030.380000', '193030.840000', '193031.300000', '193031.760000', '193032.220000', '193032.680000', '193033.140000', '193033.600000', '193034.060000', '193034.520000', '193034.980000', '193035.440000', '193035.900000', '193036.360000', '193036.820000', '193037.280000', '193037.740000', '193038.200000', '193038.660000', '193039.120000', '193039.580000', '193040.040000', '193040.500000', '193040.960000', '193041.420000', '193041.880000', '193042.340000', '193042.800000', '193043.260000', '193043.720000', '193044.180000', '193044.640000', '193045.100000', '193045.560000', '193046.020000', '193046.480000', '193046.940000', '193047.400000', '193047.860000', '193048.320000', '193048.780000', '193049.240000', '193049.700000', '193050.160000', '193050.620000', '193051.080000', '193051.540000', '193052.000000', '193052.460000', '193052.920000', '193053.380000', '193053.840000', '193054.300000', '193054.760000', '193055.220000', '193055.680000', '193056.140000', '193056.600000', '193057.060000', '193057.520000', '193057.980000', '193058.440000', '193058.900000', '193059.360000', '193059.820000', '193100.280000', '193100.740000', '193101.200000', '193101.660000', '193102.120000', '193102.580000', '193103.040000', '193103.500000', '193103.960000', '193104.420000', '193104.880000', '193105.340000', '193105.800000', '193106.260000', '193106.720000', '193107.180000', '193107.640000', '193108.100000', '193108.560000', '193109.020000', '193109.480000', '193109.940000', '193110.400000', '193110.860000', '193111.320000', '193111.780000', '193112.240000', '193112.700000', '193113.160000', '193113.620000', '193114.080000', '193114.540000', '193115.000000', '193115.460000', '193115.920000', '193116.380000', '193116.840000', '193117.300000', '193117.760000', '193118.220000', '193118.680000', '193119.140000', '193119.600000', '193120.060000', '193120.520000', '193120.980000', '193121.440000', '193121.900000', '193122.360000', '193122.820000', '193123.280000', '193123.740000', '193124.200000', '193124.660000', '193125.120000', '193125.580000', '193126.040000', '193126.500000', '193126.960000', '193127.420000', '193127.880000', '193128.340000', '193128.800000', '193129.260000', '193129.720000', '193130.180000', '193130.640000', '193131.100000', '193131.560000', '193132.020000', '193132.480000', '193132.940000', '193133.400000', '193133.860000', '193134.320000', '193134.780000', '193135.240000', '193135.700000', '193136.160000', '193136.620000', '193137.080000', '193137.540000', '193138.000000', '193138.460000', '193138.920000', '193139.380000', '193139.840000', '193140.300000', '193140.760000', '193141.220000', '193141.680000', '193142.140000', '193142.600000', '193143.060000', '193143.520000', '193143.980000', '193144.440000', '193144.900000', '193145.360000', '193145.820000', '193146.280000', '193146.740000', '193147.200000', '193147.660000', '193148.120000', '193148.580000', '193149.040000', '193149.500000', '193149.960000', '193150.420000', '193150.880000', '193151.340000', '193151.800000', '193152.260000', '193152.720000', '193153.180000', '193153.640000', '193154.100000', '193154.560000', '193155.020000', '193155.480000', '193155.940000', '193156.400000', '193156.860000', '193157.320000', '193157.780000', '193158.240000', '193158.700000', '193159.160000', '193159.620000', '193200.080000', '193200.540000', '193201.000000', '193201.460000', '193201.920000', '193202.380000', '193202.840000', '193203.300000', '193203.760000', '193204.220000', '193204.680000', '193205.140000', '193205.600000', '193206.060000', '193206.520000', '193206.980000', '193207.440000', '193207.900000', '193208.360000', '193208.820000', '193209.280000', '193209.740000', '193210.200000', '193210.660000', '193211.120000', '193211.580000', '193212.040000', '193212.500000', '193212.960000', '193213.420000', '193213.880000', '193214.340000', '193214.800000', '193215.260000', '193215.720000', '193216.180000', '193216.640000', '193217.100000', '193217.560000', '193218.020000', '193218.480000', '193218.940000', '193219.400000', '193219.860000', '193220.320000', '193220.780000', '193221.240000', '193221.700000', '193222.160000', '193222.620000', '193223.080000', '193223.540000', '193224.000000', '193224.460000', '193224.920000', '193225.380000', '193225.840000', '193226.300000', '193226.760000', '193227.220000', '193227.680000', '193228.140000', '193228.600000', '193229.060000', '193229.520000', '193229.980000', '193230.440000', '193230.900000', '193231.360000', '193231.820000', '193232.280000', '193232.740000', '193233.200000', '193233.660000', '193234.120000', '193234.580000', '193235.040000', '193235.500000', '193235.960000', '193236.420000', '193236.880000', '193237.340000', '193237.800000', '193238.260000', '193238.720000', '193239.180000', '193239.640000', '193240.100000', '193240.560000', '193241.020000', '193241.480000', '193241.940000', '193242.400000', '193242.860000', '193243.320000', '193243.780000', '193244.240000', '193244.700000', '193245.160000', '193245.620000', '193246.080000', '193246.540000', '193247.000000', '193247.460000', '193247.920000', '193248.380000', '193248.840000', '193249.300000', '193249.760000', '193250.220000', '193250.680000', '193251.140000', '193251.600000', '193252.060000', '193252.520000', '193252.980000', '193253.440000', '193253.900000', '193254.360000', '193254.820000', '193255.280000', '193255.740000', '193256.200000', '193256.660000', '193257.120000', '193257.580000', '193258.040000', '193258.500000', '193258.960000', '193259.420000', '193259.880000', '193300.340000', '193300.800000', '193301.260000', '193301.720000', '193302.180000', '193302.640000', '193303.100000', '193303.560000', '193304.020000', '193304.480000', '193304.940000', '193305.400000', '193305.860000', '193306.320000', '193306.780000', '193307.240000', '193307.700000', '193308.160000', '193308.620000', '193309.080000', '193309.540000', '193310.000000', '193310.460000', '193310.920000', '193311.380000', '193311.840000', '193312.300000', '193312.760000', '193313.220000', '193313.680000', '193314.140000', '193314.600000', '193315.060000', '193315.520000', '193315.980000', '193316.440000', '193316.900000', '193317.360000', '193317.820000', '193318.280000', '193318.740000', '193319.200000', '193319.660000', '193320.120000', '193320.580000', '193321.040000', '193321.500000', '193321.960000', '193322.420000', '193322.880000', '193323.340000', '193323.800000', '193324.260000', '193324.720000', '193325.180000', '193325.640000', '193326.100000', '193326.560000', '193327.020000', '193327.480000', '193327.940000', '193328.400000', '193328.860000', '193329.320000', '193329.780000', '193330.240000', '193330.700000', '193331.160000', '193331.620000', '193332.080000', '193332.540000', '193333.000000', '193333.460000', '193333.920000', '193334.380000', '193334.840000', '193335.300000', '193335.760000', '193336.220000', '193336.680000', '193337.140000', '193337.600000', '193338.060000', '193338.520000', '193338.980000', '193339.440000', '193339.900000', '193340.360000', '193340.820000', '193341.280000', '193341.740000', '193342.200000', '193342.660000', '193343.120000', '193343.580000', '193344.040000', '193344.500000', '193344.960000', '193345.420000', '193345.880000', '193346.340000', '193346.800000', '193347.260000', '193347.720000', '193348.180000', '193348.640000', '193349.100000', '193349.560000', '193350.020000', '193350.480000', '193350.940000', '193351.400000', '193351.860000', '193352.320000', '193352.780000', '193353.240000', '193353.700000', '193354.160000', '193354.620000', '193355.080000', '193355.540000', '193356.000000', '193356.460000', '193356.920000', '193357.380000', '193357.840000', '193358.300000', '193358.760000', '193359.220000', '193359.680000', '193400.140000', '193400.600000', '193401.060000', '193401.520000', '193401.980000', '193402.440000', '193402.900000', '193403.360000', '193403.820000', '193404.280000', '193404.740000', '193405.200000', '193405.660000', '193406.120000', '193406.580000', '193407.040000', '193407.500000', '193407.960000', '193408.420000', '193408.880000', '193409.340000', '193409.800000', '193410.260000', '193410.720000', '193411.180000', '193411.640000', '193412.100000', '193412.560000', '193413.020000', '193413.480000', '193413.940000', '193414.400000', '193414.860000', '193415.320000', '193415.780000', '193416.240000', '193416.700000', '193417.160000', '193417.620000', '193418.080000', '193418.540000', '193419.000000', '193419.460000', '193419.920000', '193420.380000', '193420.840000', '193421.300000', '193421.760000', '193422.220000', '193422.680000', '193423.140000', '193423.600000', '193424.060000', '193424.520000', '193424.980000', '193425.440000', '193425.900000', '193426.360000', '193426.820000', '193427.280000', '193427.740000', '193428.200000', '193428.660000', '193429.120000', '193429.580000', '193430.040000', '193430.500000', '193430.960000', '193431.420000', '193431.880000', '193432.340000', '193432.800000', '193433.260000', '193433.720000', '193434.180000', '193434.640000', '193435.100000', '193435.560000', '193436.020000', '193436.480000', '193436.940000', '193437.400000', '193437.860000', '193438.320000', '193438.780000', '193439.240000', '193439.700000', '193440.160000', '193440.620000', '193441.080000', '193441.540000', '193442.000000', '193442.460000', '193442.920000', '193443.380000', '193443.840000', '193444.300000', '193444.760000', '193445.220000', '193445.680000', '193446.140000', '193446.600000', '193447.060000', '193447.520000', '193447.980000', '193448.440000', '193448.900000'], 'ContentTime': ['192810.742000', '192810.749000', '192810.753000', '192810.756000', '192810.759000', '192810.761000', '192810.764000', '192810.767000', '192810.770000', '192810.772000', '192810.775000', '192810.778000', '192810.781000', '192810.784000', '192810.786000', '192810.789000', '192810.792000', '192810.795000', '192810.798000', '192810.800000', '192810.803000', '192810.806000', '192810.809000', '192810.812000', '192810.815000', '192810.818000', '192810.820000', '192810.823000', '192810.826000', '192810.829000', '192810.831000', '192810.834000', '192810.837000', '192810.840000', '192810.842000', '192810.845000', '192810.848000', '192810.851000', '192810.853000', '192810.856000', '192810.859000', '192810.862000', '192810.865000', '192810.868000', '192810.870000', '192830.696000', '192830.699000', '192830.702000', '192830.704000', '192830.707000', '192830.709000', '192830.712000', '192830.715000', '192830.717000', '192830.720000', '192830.722000', '192830.725000', '192830.727000', '192830.730000', '192830.733000', '192830.735000', '192830.738000', '192830.740000', '192830.743000', '192830.745000', '192830.748000', '192830.751000', '192830.753000', '192830.756000', '192830.758000', '192830.761000', '192830.764000', '192830.766000', '192830.769000', '192830.771000', '192830.774000', '192830.776000', '192830.804000', '192830.806000', '192830.809000', '192830.812000', '192830.814000', '192830.817000', '192830.819000', '192830.822000', '192830.825000', '192830.827000', '192830.830000', '192850.697000', '192850.699000', '192850.703000', '192850.705000', '192850.708000', '192850.710000', '192850.713000', '192850.716000', '192850.718000', '192850.721000', '192850.724000', '192850.726000', '192850.729000', '192850.731000', '192850.734000', '192850.737000', '192850.739000', '192850.742000', '192850.744000', '192850.747000', '192850.749000', '192850.752000', '192850.755000', '192850.757000', '192850.760000', '192850.762000', '192850.765000', '192850.768000', '192850.770000', '192850.773000', '192850.775000', '192850.778000', '192850.781000', '192850.783000', '192850.786000', '192850.788000', '192850.791000', '192850.794000', '192850.796000', '192850.799000', '192850.802000', '192850.810000', '192850.812000', '192850.836000', '192910.697000', '192910.700000', '192910.702000', '192910.705000', '192910.707000', '192910.710000', '192910.713000', '192910.715000', '192910.718000', '192910.721000', '192910.723000', '192910.726000', '192910.728000', '192910.731000', '192910.734000', '192910.736000', '192910.739000', '192910.741000', '192910.744000', '192910.746000', '192910.749000', '192910.752000', '192910.754000', '192910.757000', '192910.759000', '192910.762000', '192910.765000', '192910.767000', '192910.770000', '192910.772000', '192910.775000', '192910.778000', '192910.780000', '192910.783000', '192910.785000', '192910.788000', '192910.791000', '192910.793000', '192910.796000', '192910.799000', '192910.801000', '192910.804000', '192910.809000', '192930.696000', '192930.699000', '192930.702000', '192930.705000', '192930.707000', '192930.710000', '192930.712000', '192930.715000', '192930.726000', '192930.728000', '192930.731000', '192930.734000', '192930.737000', '192930.739000', '192930.742000', '192930.745000', '192930.748000', '192930.750000', '192930.753000', '192930.756000', '192930.759000', '192930.761000', '192930.764000', '192930.782000', '192930.785000', '192930.787000', '192930.790000', '192930.792000', '192930.795000', '192930.798000', '192930.800000', '192930.803000', '192930.805000', '192930.808000', '192930.811000', '192930.813000', '192930.837000', '192930.840000', '192930.843000', '192930.845000', '192930.848000', '192930.850000', '192930.853000', '192950.697000', '192950.700000', '192950.703000', '192950.706000', '192950.708000', '192950.714000', '192950.717000', '192950.719000', '192950.722000', '192950.725000', '192950.727000', '192950.730000', '192950.732000', '192950.735000', '192950.738000', '192950.740000', '192950.743000', '192950.746000', '192950.748000', '192950.751000', '192950.753000', '192950.756000', '192950.758000', '192950.761000', '192950.764000', '192950.766000', '192950.769000', '192950.771000', '192950.774000', '192950.777000', '192950.779000', '192950.782000', '192950.785000', '192950.787000', '192950.790000', '192950.792000', '192950.795000', '192950.798000', '192950.800000', '192950.803000', '192950.806000', '192950.808000', '192950.811000', '192950.813000', '193010.697000', '193010.699000', '193010.702000', '193010.705000', '193010.708000', '193010.711000', '193010.714000', '193010.717000', '193010.719000', '193010.722000', '193010.725000', '193010.727000', '193010.730000', '193010.732000', '193010.735000', '193010.738000', '193010.741000', '193010.744000', '193010.746000', '193010.749000', '193010.752000', '193010.754000', '193010.757000', '193010.759000', '193010.762000', '193010.765000', '193010.767000', '193010.770000', '193010.772000', '193010.775000', '193010.778000', '193010.780000', '193010.783000', '193010.785000', '193010.788000', '193010.791000', '193010.793000', '193010.796000', '193010.799000', '193010.801000', '193010.804000', '193010.807000', '193010.809000', '193030.696000', '193030.699000', '193030.702000', '193030.705000', '193030.707000', '193030.710000', '193030.713000', '193030.715000', '193030.718000', '193030.721000', '193030.723000', '193030.726000', '193030.728000', '193030.731000', '193030.734000', '193030.736000', '193030.739000', '193030.741000', '193030.744000', '193030.747000', '193030.749000', '193030.752000', '193030.754000', '193030.757000', '193030.760000', '193030.765000', '193030.768000', '193030.770000', '193030.773000', '193030.776000', '193030.778000', '193030.781000', '193030.784000', '193030.786000', '193030.789000', '193030.791000', '193030.794000', '193030.797000', '193030.799000', '193030.802000', '193030.805000', '193030.807000', '193030.810000', '193030.812000', '193050.697000', '193050.699000', '193050.702000', '193050.712000', '193050.715000', '193050.717000', '193050.720000', '193050.722000', '193050.725000', '193050.728000', '193050.730000', '193050.733000', '193050.736000', '193050.739000', '193050.741000', '193050.744000', '193050.747000', '193050.750000', '193050.752000', '193050.755000', '193050.757000', '193050.760000', '193050.763000', '193050.765000', '193050.768000', '193050.770000', '193050.773000', '193050.776000', '193050.778000', '193050.781000', '193050.783000', '193050.786000', '193050.789000', '193050.791000', '193050.794000', '193050.796000', '193050.799000', '193050.802000', '193050.804000', '193050.807000', '193050.809000', '193050.812000', '193050.815000', '193110.697000', '193110.700000', '193110.702000', '193110.705000', '193110.708000', '193110.710000', '193110.713000', '193110.715000', '193110.718000', '193110.721000', '193110.723000', '193110.726000', '193110.728000', '193110.731000', '193110.734000', '193110.736000', '193110.739000', '193110.742000', '193110.744000', '193110.747000', '193110.750000', '193110.752000', '193110.755000', '193110.758000', '193110.760000', '193110.763000', '193110.765000', '193110.768000', '193110.771000', '193110.773000', '193110.782000', '193110.785000', '193110.788000', '193110.790000', '193110.793000', '193110.796000', '193110.798000', '193110.801000', '193110.804000', '193110.806000', '193110.809000', '193110.811000', '193110.814000', '193110.885000', '193130.697000', '193130.700000', '193130.703000', '193130.705000', '193130.708000', '193130.710000', '193130.713000', '193130.716000', '193130.718000', '193130.721000', '193130.724000', '193130.726000', '193130.729000', '193130.731000', '193130.734000', '193130.737000', '193130.739000', '193130.742000', '193130.745000', '193130.747000', '193130.750000', '193130.752000', '193130.755000', '193130.758000', '193130.760000', '193130.763000', '193130.765000', '193130.768000', '193130.771000', '193130.773000', '193130.776000', '193130.779000', '193130.782000', '193130.785000', '193130.788000', '193130.791000', '193130.794000', '193130.797000', '193130.800000', '193130.802000', '193130.805000', '193130.808000', '193130.810000', '193150.697000', '193150.699000', '193150.702000', '193150.705000', '193150.707000', '193150.710000', '193150.713000', '193150.715000', '193150.718000', '193150.721000', '193150.723000', '193150.731000', '193150.733000', '193150.736000', '193150.738000', '193150.741000', '193150.744000', '193150.746000', '193150.749000', '193150.752000', '193150.754000', '193150.757000', '193150.759000', '193150.762000', '193150.764000', '193150.767000', '193150.770000', '193150.772000', '193150.775000', '193150.778000', '193150.780000', '193150.783000', '193150.786000', '193150.788000', '193150.791000', '193150.793000', '193150.796000', '193150.799000', '193150.801000', '193150.804000', '193150.806000', '193150.809000', '193150.812000', '193150.876000', '193210.698000', '193210.701000', '193210.703000', '193210.706000', '193210.709000', '193210.711000', '193210.714000', '193210.717000', '193210.719000', '193210.722000', '193210.724000', '193210.727000', '193210.730000', '193210.732000', '193210.735000', '193210.737000', '193210.740000', '193210.743000', '193210.745000', '193210.748000', '193210.750000', '193210.753000', '193210.756000', '193210.758000', '193210.761000', '193210.763000', '193210.766000', '193210.769000', '193210.771000', '193210.774000', '193210.777000', '193210.779000', '193210.782000', '193210.785000', '193210.787000', '193210.790000', '193210.793000', '193210.795000', '193210.798000', '193210.801000', '193210.803000', '193210.806000', '193210.808000', '193230.697000', '193230.700000', '193230.702000', '193230.705000', '193230.707000', '193230.710000', '193230.713000', '193230.715000', '193230.718000', '193230.721000', '193230.723000', '193230.726000', '193230.728000', '193230.731000', '193230.734000', '193230.768000', '193230.771000', '193230.773000', '193230.776000', '193230.778000', '193230.781000', '193230.784000', '193230.786000', '193230.789000', '193230.791000', '193230.794000', '193230.797000', '193230.799000', '193230.802000', '193230.805000', '193230.807000', '193230.810000', '193230.812000', '193230.815000', '193230.818000', '193230.820000', '193230.823000', '193230.826000', '193230.828000', '193230.831000', '193230.833000', '193230.836000', '193230.839000', '193230.841000', '193250.697000', '193250.700000', '193250.703000', '193250.706000', '193250.708000', '193250.711000', '193250.713000', '193250.716000', '193250.719000', '193250.721000', '193250.724000', '193250.726000', '193250.729000', '193250.732000', '193250.734000', '193250.737000', '193250.739000', '193250.742000', '193250.745000', '193250.747000', '193250.750000', '193250.752000', '193250.755000', '193250.758000', '193250.760000', '193250.763000', '193250.765000', '193250.768000', '193250.771000', '193250.773000', '193250.776000', '193250.778000', '193250.781000', '193250.784000', '193250.786000', '193250.789000', '193250.792000', '193250.794000', '193250.797000', '193250.800000', '193250.802000', '193250.805000', '193250.807000', '193310.697000', '193310.699000', '193310.702000', '193310.705000', '193310.707000', '193310.710000', '193310.715000', '193310.717000', '193310.720000', '193310.722000', '193310.725000', '193310.728000', '193310.730000', '193310.733000', '193310.735000', '193310.738000', '193310.741000', '193310.743000', '193310.746000', '193310.748000', '193310.751000', '193310.754000', '193310.756000', '193310.759000', '193310.761000', '193310.764000', '193310.767000', '193310.769000', '193310.772000', '193310.774000', '193310.777000', '193310.780000', '193310.782000', '193310.785000', '193310.788000', '193310.790000', '193310.793000', '193310.795000', '193310.798000', '193310.801000', '193310.803000', '193310.806000', '193310.809000', '193310.811000', '193330.697000', '193330.699000', '193330.702000', '193330.705000', '193330.707000', '193330.710000', '193330.712000', '193330.715000', '193330.718000', '193330.720000', '193330.723000', '193330.725000', '193330.728000', '193330.731000', '193330.733000', '193330.736000', '193330.739000', '193330.741000', '193330.744000', '193330.746000', '193330.749000', '193330.751000', '193330.754000', '193330.757000', '193330.759000', '193330.762000', '193330.764000', '193330.767000', '193330.770000', '193330.772000', '193330.775000', '193330.777000', '193330.780000', '193330.783000', '193330.785000', '193330.788000', '193330.790000', '193330.793000', '193330.796000', '193330.798000', '193330.801000', '193330.803000', '193330.806000', '193350.697000', '193350.700000', '193350.702000', '193350.705000', '193350.708000', '193350.710000', '193350.713000', '193350.715000', '193350.718000', '193350.720000', '193350.723000', '193350.726000', '193350.728000', '193350.731000', '193350.734000', '193350.736000', '193350.739000', '193350.741000', '193350.744000', '193350.747000', '193350.749000', '193350.752000', '193350.754000', '193350.757000', '193350.759000', '193350.762000', '193350.765000', '193350.767000', '193350.770000', '193350.772000', '193350.775000', '193350.778000', '193350.780000', '193350.783000', '193350.786000', '193350.788000', '193350.791000', '193350.793000', '193350.796000', '193350.799000', '193350.833000', '193350.890000', '193350.892000', '193350.895000', '193410.697000', '193410.699000', '193410.702000', '193410.705000', '193410.707000', '193410.710000', '193410.713000', '193410.715000', '193410.718000', '193410.721000', '193410.723000', '193410.726000', '193410.729000', '193410.731000', '193410.734000', '193410.736000', '193410.739000', '193410.742000', '193410.745000', '193410.747000', '193410.750000', '193410.752000', '193410.755000', '193410.758000', '193410.760000', '193410.763000', '193410.765000', '193410.768000', '193410.771000', '193410.773000', '193410.776000', '193410.778000', '193410.781000', '193410.784000', '193410.786000', '193410.789000', '193410.792000', '193410.794000', '193410.797000', '193410.799000', '193410.802000', '193410.805000', '193410.807000', '193430.698000', '193430.701000', '193430.703000', '193430.706000', '193430.708000', '193430.711000', '193430.713000', '193430.716000', '193430.719000', '193430.721000', '193430.724000', '193430.726000', '193430.729000', '193430.732000', '193430.734000', '193430.737000', '193430.739000', '193430.742000', '193430.745000', '193430.747000', '193430.750000', '193430.753000', '193430.755000', '193430.758000', '193430.761000', '193430.763000', '193430.766000', '193430.768000', '193430.771000', '193430.774000', '193430.776000', '193430.779000', '193430.781000', '193430.784000', '193430.786000', '193430.789000', '193430.792000', '193430.794000', '193430.797000', '193430.800000', '193430.802000', '193430.805000', '193430.807000', '193430.810000', '193450.372000', '193450.375000', '193450.378000', '193450.381000', '193450.384000', '193450.387000', '193450.390000', '193450.393000', '193450.396000', '193450.399000', '193450.402000', '193450.404000', '193450.407000', '193450.410000', '193450.412000', '193450.415000', '193450.417000', '193450.420000', '193450.423000', '193450.425000', '193450.428000', '193450.430000', '193450.433000', '193450.436000', '193450.438000', '193450.441000', '193450.444000', '193450.446000', '193450.449000', '193450.451000', '193450.454000', '193450.457000', '193450.459000', '193450.462000', '193450.465000', '193450.467000', '193450.470000', '193450.472000', '193450.475000', '193450.478000', '193450.480000', '193450.483000', '193450.485000'], 'InstanceCreationTime': ['192810.742000', '192810.749000', '192810.753000', '192810.756000', '192810.759000', '192810.761000', '192810.764000', '192810.767000', '192810.770000', '192810.772000', '192810.775000', '192810.778000', '192810.781000', '192810.784000', '192810.786000', '192810.789000', '192810.792000', '192810.795000', '192810.798000', '192810.800000', '192810.803000', '192810.806000', '192810.809000', '192810.812000', '192810.815000', '192810.818000', '192810.820000', '192810.823000', '192810.826000', '192810.829000', '192810.831000', '192810.834000', '192810.837000', '192810.840000', '192810.842000', '192810.845000', '192810.848000', '192810.851000', '192810.853000', '192810.856000', '192810.859000', '192810.862000', '192810.865000', '192810.868000', '192810.870000', '192830.696000', '192830.699000', '192830.702000', '192830.704000', '192830.707000', '192830.709000', '192830.712000', '192830.715000', '192830.717000', '192830.720000', '192830.722000', '192830.725000', '192830.727000', '192830.730000', '192830.733000', '192830.735000', '192830.738000', '192830.740000', '192830.743000', '192830.745000', '192830.748000', '192830.751000', '192830.753000', '192830.756000', '192830.758000', '192830.761000', '192830.764000', '192830.766000', '192830.769000', '192830.771000', '192830.774000', '192830.776000', '192830.804000', '192830.806000', '192830.809000', '192830.812000', '192830.814000', '192830.817000', '192830.819000', '192830.822000', '192830.825000', '192830.827000', '192830.830000', '192850.697000', '192850.699000', '192850.703000', '192850.705000', '192850.708000', '192850.710000', '192850.713000', '192850.716000', '192850.718000', '192850.721000', '192850.724000', '192850.726000', '192850.729000', '192850.731000', '192850.734000', '192850.737000', '192850.739000', '192850.742000', '192850.744000', '192850.747000', '192850.749000', '192850.752000', '192850.755000', '192850.757000', '192850.760000', '192850.762000', '192850.765000', '192850.768000', '192850.770000', '192850.773000', '192850.775000', '192850.778000', '192850.781000', '192850.783000', '192850.786000', '192850.788000', '192850.791000', '192850.794000', '192850.796000', '192850.799000', '192850.802000', '192850.810000', '192850.812000', '192850.836000', '192910.697000', '192910.700000', '192910.702000', '192910.705000', '192910.707000', '192910.710000', '192910.713000', '192910.715000', '192910.718000', '192910.721000', '192910.723000', '192910.726000', '192910.728000', '192910.731000', '192910.734000', '192910.736000', '192910.739000', '192910.741000', '192910.744000', '192910.746000', '192910.749000', '192910.752000', '192910.754000', '192910.757000', '192910.759000', '192910.762000', '192910.765000', '192910.767000', '192910.770000', '192910.772000', '192910.775000', '192910.778000', '192910.780000', '192910.783000', '192910.785000', '192910.788000', '192910.791000', '192910.793000', '192910.796000', '192910.799000', '192910.801000', '192910.804000', '192910.809000', '192930.696000', '192930.699000', '192930.702000', '192930.705000', '192930.707000', '192930.710000', '192930.712000', '192930.715000', '192930.726000', '192930.728000', '192930.731000', '192930.734000', '192930.737000', '192930.739000', '192930.742000', '192930.745000', '192930.748000', '192930.750000', '192930.753000', '192930.756000', '192930.759000', '192930.761000', '192930.764000', '192930.782000', '192930.785000', '192930.787000', '192930.790000', '192930.792000', '192930.795000', '192930.798000', '192930.800000', '192930.803000', '192930.805000', '192930.808000', '192930.811000', '192930.813000', '192930.837000', '192930.840000', '192930.843000', '192930.845000', '192930.848000', '192930.850000', '192930.853000', '192950.697000', '192950.700000', '192950.703000', '192950.706000', '192950.708000', '192950.714000', '192950.717000', '192950.719000', '192950.722000', '192950.725000', '192950.727000', '192950.730000', '192950.732000', '192950.735000', '192950.738000', '192950.740000', '192950.743000', '192950.746000', '192950.748000', '192950.751000', '192950.753000', '192950.756000', '192950.758000', '192950.761000', '192950.764000', '192950.766000', '192950.769000', '192950.771000', '192950.774000', '192950.777000', '192950.779000', '192950.782000', '192950.785000', '192950.787000', '192950.790000', '192950.792000', '192950.795000', '192950.798000', '192950.800000', '192950.803000', '192950.806000', '192950.808000', '192950.811000', '192950.813000', '193010.697000', '193010.699000', '193010.702000', '193010.705000', '193010.708000', '193010.711000', '193010.714000', '193010.717000', '193010.719000', '193010.722000', '193010.725000', '193010.727000', '193010.730000', '193010.732000', '193010.735000', '193010.738000', '193010.741000', '193010.744000', '193010.746000', '193010.749000', '193010.752000', '193010.754000', '193010.757000', '193010.759000', '193010.762000', '193010.765000', '193010.767000', '193010.770000', '193010.772000', '193010.775000', '193010.778000', '193010.780000', '193010.783000', '193010.785000', '193010.788000', '193010.791000', '193010.793000', '193010.796000', '193010.799000', '193010.801000', '193010.804000', '193010.807000', '193010.809000', '193030.696000', '193030.699000', '193030.702000', '193030.705000', '193030.707000', '193030.710000', '193030.713000', '193030.715000', '193030.718000', '193030.721000', '193030.723000', '193030.726000', '193030.728000', '193030.731000', '193030.734000', '193030.736000', '193030.739000', '193030.741000', '193030.744000', '193030.747000', '193030.749000', '193030.752000', '193030.754000', '193030.757000', '193030.760000', '193030.765000', '193030.768000', '193030.770000', '193030.773000', '193030.776000', '193030.778000', '193030.781000', '193030.784000', '193030.786000', '193030.789000', '193030.791000', '193030.794000', '193030.797000', '193030.799000', '193030.802000', '193030.805000', '193030.807000', '193030.810000', '193030.812000', '193050.697000', '193050.699000', '193050.702000', '193050.712000', '193050.715000', '193050.717000', '193050.720000', '193050.722000', '193050.725000', '193050.728000', '193050.730000', '193050.733000', '193050.736000', '193050.739000', '193050.741000', '193050.744000', '193050.747000', '193050.750000', '193050.752000', '193050.755000', '193050.757000', '193050.760000', '193050.763000', '193050.765000', '193050.768000', '193050.770000', '193050.773000', '193050.776000', '193050.778000', '193050.781000', '193050.783000', '193050.786000', '193050.789000', '193050.791000', '193050.794000', '193050.796000', '193050.799000', '193050.802000', '193050.804000', '193050.807000', '193050.809000', '193050.812000', '193050.815000', '193110.697000', '193110.700000', '193110.702000', '193110.705000', '193110.708000', '193110.710000', '193110.713000', '193110.715000', '193110.718000', '193110.721000', '193110.723000', '193110.726000', '193110.728000', '193110.731000', '193110.734000', '193110.736000', '193110.739000', '193110.742000', '193110.744000', '193110.747000', '193110.750000', '193110.752000', '193110.755000', '193110.758000', '193110.760000', '193110.763000', '193110.765000', '193110.768000', '193110.771000', '193110.773000', '193110.782000', '193110.785000', '193110.788000', '193110.790000', '193110.793000', '193110.796000', '193110.798000', '193110.801000', '193110.804000', '193110.806000', '193110.809000', '193110.811000', '193110.814000', '193110.885000', '193130.697000', '193130.700000', '193130.703000', '193130.705000', '193130.708000', '193130.710000', '193130.713000', '193130.716000', '193130.718000', '193130.721000', '193130.724000', '193130.726000', '193130.729000', '193130.731000', '193130.734000', '193130.737000', '193130.739000', '193130.742000', '193130.745000', '193130.747000', '193130.750000', '193130.752000', '193130.755000', '193130.758000', '193130.760000', '193130.763000', '193130.765000', '193130.768000', '193130.771000', '193130.773000', '193130.776000', '193130.779000', '193130.782000', '193130.785000', '193130.788000', '193130.791000', '193130.794000', '193130.797000', '193130.800000', '193130.802000', '193130.805000', '193130.808000', '193130.810000', '193150.697000', '193150.699000', '193150.702000', '193150.705000', '193150.707000', '193150.710000', '193150.713000', '193150.715000', '193150.718000', '193150.721000', '193150.723000', '193150.731000', '193150.733000', '193150.736000', '193150.738000', '193150.741000', '193150.744000', '193150.746000', '193150.749000', '193150.752000', '193150.754000', '193150.757000', '193150.759000', '193150.762000', '193150.764000', '193150.767000', '193150.770000', '193150.772000', '193150.775000', '193150.778000', '193150.780000', '193150.783000', '193150.786000', '193150.788000', '193150.791000', '193150.793000', '193150.796000', '193150.799000', '193150.801000', '193150.804000', '193150.806000', '193150.809000', '193150.812000', '193150.876000', '193210.698000', '193210.701000', '193210.703000', '193210.706000', '193210.709000', '193210.711000', '193210.714000', '193210.717000', '193210.719000', '193210.722000', '193210.724000', '193210.727000', '193210.730000', '193210.732000', '193210.735000', '193210.737000', '193210.740000', '193210.743000', '193210.745000', '193210.748000', '193210.750000', '193210.753000', '193210.756000', '193210.758000', '193210.761000', '193210.763000', '193210.766000', '193210.769000', '193210.771000', '193210.774000', '193210.777000', '193210.779000', '193210.782000', '193210.785000', '193210.787000', '193210.790000', '193210.793000', '193210.795000', '193210.798000', '193210.801000', '193210.803000', '193210.806000', '193210.808000', '193230.697000', '193230.700000', '193230.702000', '193230.705000', '193230.707000', '193230.710000', '193230.713000', '193230.715000', '193230.718000', '193230.721000', '193230.723000', '193230.726000', '193230.728000', '193230.731000', '193230.734000', '193230.768000', '193230.771000', '193230.773000', '193230.776000', '193230.778000', '193230.781000', '193230.784000', '193230.786000', '193230.789000', '193230.791000', '193230.794000', '193230.797000', '193230.799000', '193230.802000', '193230.805000', '193230.807000', '193230.810000', '193230.812000', '193230.815000', '193230.818000', '193230.820000', '193230.823000', '193230.826000', '193230.828000', '193230.831000', '193230.833000', '193230.836000', '193230.839000', '193230.841000', '193250.697000', '193250.700000', '193250.703000', '193250.706000', '193250.708000', '193250.711000', '193250.713000', '193250.716000', '193250.719000', '193250.721000', '193250.724000', '193250.726000', '193250.729000', '193250.732000', '193250.734000', '193250.737000', '193250.739000', '193250.742000', '193250.745000', '193250.747000', '193250.750000', '193250.752000', '193250.755000', '193250.758000', '193250.760000', '193250.763000', '193250.765000', '193250.768000', '193250.771000', '193250.773000', '193250.776000', '193250.778000', '193250.781000', '193250.784000', '193250.786000', '193250.789000', '193250.792000', '193250.794000', '193250.797000', '193250.800000', '193250.802000', '193250.805000', '193250.807000', '193310.697000', '193310.699000', '193310.702000', '193310.705000', '193310.707000', '193310.710000', '193310.715000', '193310.717000', '193310.720000', '193310.722000', '193310.725000', '193310.728000', '193310.730000', '193310.733000', '193310.735000', '193310.738000', '193310.741000', '193310.743000', '193310.746000', '193310.748000', '193310.751000', '193310.754000', '193310.756000', '193310.759000', '193310.761000', '193310.764000', '193310.767000', '193310.769000', '193310.772000', '193310.774000', '193310.777000', '193310.780000', '193310.782000', '193310.785000', '193310.788000', '193310.790000', '193310.793000', '193310.795000', '193310.798000', '193310.801000', '193310.803000', '193310.806000', '193310.809000', '193310.811000', '193330.697000', '193330.699000', '193330.702000', '193330.705000', '193330.707000', '193330.710000', '193330.712000', '193330.715000', '193330.718000', '193330.720000', '193330.723000', '193330.725000', '193330.728000', '193330.731000', '193330.733000', '193330.736000', '193330.739000', '193330.741000', '193330.744000', '193330.746000', '193330.749000', '193330.751000', '193330.754000', '193330.757000', '193330.759000', '193330.762000', '193330.764000', '193330.767000', '193330.770000', '193330.772000', '193330.775000', '193330.777000', '193330.780000', '193330.783000', '193330.785000', '193330.788000', '193330.790000', '193330.793000', '193330.796000', '193330.798000', '193330.801000', '193330.803000', '193330.806000', '193350.697000', '193350.700000', '193350.702000', '193350.705000', '193350.708000', '193350.710000', '193350.713000', '193350.715000', '193350.718000', '193350.720000', '193350.723000', '193350.726000', '193350.728000', '193350.731000', '193350.734000', '193350.736000', '193350.739000', '193350.741000', '193350.744000', '193350.747000', '193350.749000', '193350.752000', '193350.754000', '193350.757000', '193350.759000', '193350.762000', '193350.765000', '193350.767000', '193350.770000', '193350.772000', '193350.775000', '193350.778000', '193350.780000', '193350.783000', '193350.786000', '193350.788000', '193350.791000', '193350.793000', '193350.796000', '193350.799000', '193350.833000', '193350.890000', '193350.892000', '193350.895000', '193410.697000', '193410.699000', '193410.702000', '193410.705000', '193410.707000', '193410.710000', '193410.713000', '193410.715000', '193410.718000', '193410.721000', '193410.723000', '193410.726000', '193410.729000', '193410.731000', '193410.734000', '193410.736000', '193410.739000', '193410.742000', '193410.745000', '193410.747000', '193410.750000', '193410.752000', '193410.755000', '193410.758000', '193410.760000', '193410.763000', '193410.765000', '193410.768000', '193410.771000', '193410.773000', '193410.776000', '193410.778000', '193410.781000', '193410.784000', '193410.786000', '193410.789000', '193410.792000', '193410.794000', '193410.797000', '193410.799000', '193410.802000', '193410.805000', '193410.807000', '193430.698000', '193430.701000', '193430.703000', '193430.706000', '193430.708000', '193430.711000', '193430.713000', '193430.716000', '193430.719000', '193430.721000', '193430.724000', '193430.726000', '193430.729000', '193430.732000', '193430.734000', '193430.737000', '193430.739000', '193430.742000', '193430.745000', '193430.747000', '193430.750000', '193430.753000', '193430.755000', '193430.758000', '193430.761000', '193430.763000', '193430.766000', '193430.768000', '193430.771000', '193430.774000', '193430.776000', '193430.779000', '193430.781000', '193430.784000', '193430.786000', '193430.789000', '193430.792000', '193430.794000', '193430.797000', '193430.800000', '193430.802000', '193430.805000', '193430.807000', '193430.810000', '193450.372000', '193450.375000', '193450.378000', '193450.381000', '193450.384000', '193450.387000', '193450.390000', '193450.393000', '193450.396000', '193450.399000', '193450.402000', '193450.404000', '193450.407000', '193450.410000', '193450.412000', '193450.415000', '193450.417000', '193450.420000', '193450.423000', '193450.425000', '193450.428000', '193450.430000', '193450.433000', '193450.436000', '193450.438000', '193450.441000', '193450.444000', '193450.446000', '193450.449000', '193450.451000', '193450.454000', '193450.457000', '193450.459000', '193450.462000', '193450.465000', '193450.467000', '193450.470000', '193450.472000', '193450.475000', '193450.478000', '193450.480000', '193450.483000', '193450.485000'], '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], 'LargestImagePixelValue': [7145, 6935, 10375, 5882, 9243, 5878, 9630, 6507, 11306, 8078, 9686, 6868, 7922, 6889, 8945, 7598, 8077, 7353, 5570, 7499, 5954, 7784, 8640, 12224, 6055, 8818, 5560, 7722, 5544, 9751, 5522, 8631, 5795, 7603, 5652, 7972, 5533, 9900, 5569, 7637, 5615, 7708, 5663, 9758, 5809, 9133, 5983, 9400, 5836, 9746, 5942, 10831, 6013, 9984, 5822, 9790, 5937, 10814, 6478, 9722, 6102, 9329, 6258, 9967, 6843, 10311, 6324, 9458, 6267, 9658, 6994, 10807, 7387, 9965, 6053, 9801, 6910, 11426, 7455, 9736, 6087, 9595, 5832, 10789, 6731, 9221, 6226, 8865, 6086, 9955, 7045, 10369, 6450, 9361, 6113, 9324, 7081, 11063, 7676, 10328, 6124, 10147, 7079, 9457, 8331, 7119, 6850, 6132, 7100, 8174, 9635, 5544, 7589, 5644, 7797, 5588, 9158, 5474, 8189, 5558, 7847, 5769, 9815, 5786, 12090, 6320, 10412, 5798, 9892, 5499, 9154, 7172, 8831, 5503, 7287, 5389, 7499, 5494, 7724, 5626, 7685, 5590, 7737, 5688, 8681, 5747, 11027, 6490, 9318, 6344, 9150, 6219, 9911, 7666, 8768, 6985, 6394, 6835, 5310, 7064, 5746, 10308, 6560, 10480, 6641, 5565, 6980, 5952, 11558, 6362, 9982, 6017, 9517, 6954, 11657, 8321, 8643, 6823, 8469, 6438, 10803, 8018, 10387, 7081, 9442, 6338, 8919, 6529, 8312, 7396, 5420, 6803, 7178, 7038, 9383, 7170, 5615, 6928, 6236, 7362, 9072, 7504, 7458, 6850, 10031, 7090, 10327, 6413, 9786, 6238, 10159, 6608, 7852, 5942, 8076, 5948, 8086, 5608, 8362, 5638, 11187, 6073, 9035, 6124, 9366, 7498, 8324, 7268, 6692, 7507, 6077, 10707, 5643, 9764, 5852, 10417, 6106, 12221, 6013, 9941, 5760, 9280, 9635, 7629, 5620, 7766, 5662, 8732, 7279, 8552, 5584, 7842, 5715, 11728, 7239, 10829, 6290, 10415, 6430, 11315, 7522, 11354, 6601, 10138, 9023, 15275, 11919, 13174, 7632, 7378, 6518, 7325, 7405, 5741, 7713, 5914, 9828, 6709, 8453, 7531, 5759, 7927, 6286, 11485, 6871, 7139, 7122, 5907, 10314, 7214, 11194, 8088, 8867, 6685, 8069, 7545, 7622, 8136, 5675, 7464, 5508, 8398, 5821, 10981, 6202, 8739, 5968, 9403, 5947, 11773, 7904, 8120, 6520, 7016, 6637, 6906, 6766, 7645, 7517, 5822, 7595, 5739, 7588, 6151, 8371, 9587, 10089, 6119, 7901, 5605, 8136, 5880, 11743, 6419, 10235, 6027, 8651, 6299, 9469, 7248, 7944, 6110, 5555, 6219, 5775, 8733, 5915, 10112, 5954, 9946, 6043, 10171, 5961, 10012, 6139, 9536, 5784, 11106, 6836, 9920, 5948, 8759, 5991, 9044, 5972, 7978, 5875, 6651, 5809, 7507, 5765, 9347, 5853, 9189, 6168, 9271, 6054, 9405, 7068, 9423, 6564, 8506, 6386, 9120, 7740, 9050, 8199, 7460, 6317, 7211, 6775, 8834, 7388, 6995, 6780, 6163, 6824, 6978, 7141, 7334, 7065, 5755, 7026, 5484, 7447, 6573, 8551, 5618, 8451, 5569, 8226, 5621, 10191, 6025, 10051, 6061, 9705, 6102, 9850, 7071, 10829, 7050, 9939, 6447, 9019, 7078, 8161, 8099, 6495, 7001, 7314, 7608, 7736, 7746, 5442, 7632, 5528, 8423, 5698, 9489, 5568, 8482, 5885, 8503, 5587, 10786, 6392, 10231, 6278, 9959, 6032, 10185, 7270, 11034, 6623, 10668, 6288, 10152, 7776, 8732, 7076, 5672, 6993, 5446, 7923, 6053, 9851, 5608, 8394, 5716, 8766, 6120, 10167, 5440, 8497, 5760, 8887, 5738, 10651, 5653, 9194, 5942, 8877, 5718, 10193, 6670, 8947, 6009, 9446, 6035, 9733, 7214, 10410, 6130, 10358, 6462, 9854, 7608, 10565, 7253, 10078, 6392, 9910, 7758, 8979, 6840, 8186, 6785, 8037, 7007, 8199, 7141, 5917, 7421, 5565, 8746, 5725, 10568, 5732, 8688, 5921, 9383, 6392, 10518, 7556, 10163, 6371, 9812, 7402, 10049, 7546, 9276, 6603, 8524, 6260, 8851, 7701, 8271, 6748, 6619, 7055, 6864, 7558, 6223, 8479, 5674, 8916, 6034, 9935, 7228, 10507, 7686, 9786, 6767, 8616, 6725, 10003, 7914, 9197, 7631, 8895, 6335, 9849, 7131, 8758, 7083, 6355, 7030, 5471, 8022, 6235, 8459, 5704, 8477, 5850, 9074, 5899, 10667, 7341, 10134, 6656, 8750, 6772, 8071, 7784, 7529, 9633, 5619, 8462, 5644, 8822, 5480, 9684, 6687, 10859, 5571, 8609, 5468, 9024, 6843, 8895, 5396, 8042, 5634, 8392, 5676, 9420, 5965, 10275, 6207, 9623, 6287, 9828, 7512, 9393, 7273, 8130, 6739, 8787, 7623, 8376, 7677, 5718, 7834, 5705, 8640, 5749, 12060, 5842, 7969, 5808, 10606, 7003, 9101, 6404, 9318, 6382, 9805, 7629, 9006, 6682, 6481, 6920, 7615, 8773, 5934, 7414, 5738, 8322, 5647, 10923, 5771, 7933, 5863, 9150, 5652, 10581, 6016, 7946, 6022, 9374, 5929, 10631, 6580, 9460, 6364, 9844, 7396, 9801, 6537, 8093, 6685, 7902, 7506, 5605, 7053, 5696, 8538, 5760, 11801, 7524, 9728, 6732, 6006, 7004, 5738, 9072, 6319, 9710, 8035, 5510, 7396, 5821, 7443, 5818, 10572, 6848, 11343, 6710, 9233, 6685, 9225, 7445, 8919, 7942, 6339, 7302, 5835, 6987, 5753, 7638, 5808, 10700, 5703, 7963, 5745, 8538, 5937, 10559, 7273, 10645, 6540, 9139, 6373, 8418, 7754, 8250, 8396, 5933, 7559, 5629, 7886, 5512, 10055, 5830, 11361, 6005, 8361, 5875, 9113, 6045, 10117, 7690, 10815, 6666, 9861, 6491, 9764, 7438, 8706, 8212, 5748, 6713, 5484, 7168, 5961, 7338, 6482, 10894, 5667, 8441, 5892, 9760, 6152, 11169, 7962, 11632, 6502, 9106, 6497, 8911, 7863, 8136, 6725, 6706, 6916, 7085, 7512, 5624, 7180, 5755, 7022, 5673, 8210, 5599, 8593, 5500, 7830, 5817, 9625, 6823, 10765, 7010, 9790, 6503, 9593, 7518, 9775, 8347, 7666, 6664, 8036, 7379, 8217, 7113, 5425, 7328, 5573, 7979, 5871, 11268, 5855, 8166, 5850, 8978, 6393, 11126, 7770, 9499, 6672, 8973, 6569, 8729, 7882, 7304, 6674, 5966, 6876, 7572, 7350, 6545, 7269, 5512, 7249, 5588, 9081, 5683, 11209, 6085, 7932, 6042, 8128, 6451, 8889, 7888, 7291, 6715, 6041, 6811, 6613, 8397, 5808, 10731, 5824, 9087, 6189, 9793, 7461, 10277, 7457, 7097, 6644, 7175, 7228, 6360, 7346, 5373, 7514, 5710, 8206, 5661, 10970, 6506, 10085, 6131, 8523, 6169, 8653, 6327, 9157, 7288, 9753, 6275, 7854, 6458, 7456, 6462, 7064, 6903, 5394, 6805, 5516, 7198, 5600, 9058, 5735, 11075, 6052, 9260, 6386, 8146, 6711, 7566, 7145, 5574, 7175, 5615, 7590, 5607, 11523, 6560, 10058, 6200, 10015], 'WindowCenter': [3558.0, 3552.0, 3583.0, 3516.0, 3556.0, 3502.0, 3555.0, 3513.0, 3565.0, 3533.0, 3553.0, 3522.0, 3531.0, 3520.0, 3542.0, 3531.0, 3532.0, 3522.0, 3489.0, 3521.0, 3499.0, 3532.0, 3542.0, 3564.0, 3499.0, 3541.0, 3486.0, 3519.0, 3485.0, 3540.0, 3487.0, 3530.0, 3487.0, 3519.0, 3486.0, 3529.0, 3487.0, 3541.0, 3487.0, 3519.0, 3487.0, 3518.0, 3498.0, 3541.0, 3499.0, 3540.0, 3499.0, 3541.0, 3488.0, 3541.0, 3499.0, 3551.0, 3499.0, 3552.0, 3499.0, 3552.0, 3498.0, 3563.0, 3510.0, 3541.0, 3499.0, 3541.0, 3509.0, 3552.0, 3511.0, 3553.0, 3511.0, 3552.0, 3511.0, 3553.0, 3522.0, 3563.0, 3521.0, 3551.0, 3499.0, 3552.0, 3522.0, 3563.0, 3521.0, 3541.0, 3500.0, 3542.0, 3499.0, 3563.0, 3510.0, 3542.0, 3500.0, 3541.0, 3500.0, 3553.0, 3522.0, 3552.0, 3511.0, 3542.0, 3511.0, 3554.0, 3522.0, 3564.0, 3534.0, 3554.0, 3512.0, 3553.0, 3523.0, 3554.0, 3544.0, 3522.0, 3522.0, 3500.0, 3521.0, 3543.0, 3554.0, 3489.0, 3532.0, 3500.0, 3532.0, 3489.0, 3555.0, 3501.0, 3543.0, 3490.0, 3532.0, 3500.0, 3553.0, 3502.0, 3575.0, 3510.0, 3553.0, 3499.0, 3552.0, 3488.0, 3542.0, 3509.0, 3542.0, 3487.0, 3519.0, 3486.0, 3519.0, 3488.0, 3521.0, 3499.0, 3532.0, 3489.0, 3531.0, 3500.0, 3542.0, 3501.0, 3564.0, 3512.0, 3553.0, 3524.0, 3552.0, 3512.0, 3554.0, 3533.0, 3544.0, 3536.0, 3524.0, 3523.0, 3502.0, 3522.0, 3499.0, 3564.0, 3522.0, 3565.0, 3522.0, 3500.0, 3523.0, 3513.0, 3577.0, 3513.0, 3554.0, 3512.0, 3554.0, 3523.0, 3565.0, 3544.0, 3543.0, 3522.0, 3531.0, 3510.0, 3564.0, 3533.0, 3553.0, 3522.0, 3553.0, 3510.0, 3541.0, 3511.0, 3542.0, 3533.0, 3489.0, 3511.0, 3519.0, 3521.0, 3542.0, 3521.0, 3499.0, 3521.0, 3498.0, 3520.0, 3542.0, 3522.0, 3520.0, 3521.0, 3552.0, 3521.0, 3563.0, 3511.0, 3552.0, 3510.0, 3552.0, 3521.0, 3530.0, 3499.0, 3531.0, 3498.0, 3532.0, 3500.0, 3543.0, 3501.0, 3576.0, 3512.0, 3554.0, 3511.0, 3542.0, 3534.0, 3544.0, 3534.0, 3522.0, 3532.0, 3512.0, 3566.0, 3500.0, 3554.0, 3500.0, 3553.0, 3511.0, 3575.0, 3511.0, 3553.0, 3498.0, 3543.0, 3542.0, 3531.0, 3499.0, 3532.0, 3498.0, 3541.0, 3519.0, 3542.0, 3488.0, 3530.0, 3487.0, 3562.0, 3521.0, 3552.0, 3509.0, 3551.0, 3498.0, 3562.0, 3520.0, 3562.0, 3521.0, 3536.0, 3558.0, 3599.0, 3577.0, 3562.0, 3517.0, 3503.0, 3494.0, 3506.0, 3519.0, 3487.0, 3532.0, 3500.0, 3552.0, 3520.0, 3531.0, 3519.0, 3488.0, 3531.0, 3512.0, 3564.0, 3509.0, 3520.0, 3520.0, 3487.0, 3555.0, 3534.0, 3564.0, 3532.0, 3529.0, 3507.0, 3518.0, 3520.0, 3519.0, 3519.0, 3486.0, 3518.0, 3475.0, 3528.0, 3487.0, 3550.0, 3498.0, 3530.0, 3497.0, 3528.0, 3499.0, 3560.0, 3531.0, 3518.0, 3498.0, 3508.0, 3509.0, 3509.0, 3510.0, 3520.0, 3521.0, 3487.0, 3530.0, 3488.0, 3519.0, 3497.0, 3531.0, 3541.0, 3540.0, 3486.0, 3518.0, 3485.0, 3517.0, 3486.0, 3551.0, 3497.0, 3538.0, 3495.0, 3528.0, 3497.0, 3540.0, 3518.0, 3518.0, 3499.0, 3487.0, 3498.0, 3486.0, 3530.0, 3488.0, 3552.0, 3498.0, 3540.0, 3498.0, 3551.0, 3499.0, 3551.0, 3498.0, 3538.0, 3486.0, 3550.0, 3508.0, 3539.0, 3496.0, 3528.0, 3496.0, 3530.0, 3497.0, 3518.0, 3486.0, 3507.0, 3487.0, 3518.0, 3488.0, 3540.0, 3487.0, 3541.0, 3499.0, 3540.0, 3498.0, 3540.0, 3522.0, 3541.0, 3509.0, 3530.0, 3509.0, 3539.0, 3519.0, 3529.0, 3529.0, 3518.0, 3509.0, 3517.0, 3508.0, 3540.0, 3519.0, 3508.0, 3509.0, 3498.0, 3508.0, 3508.0, 3509.0, 3520.0, 3520.0, 3502.0, 3521.0, 3489.0, 3519.0, 3507.0, 3542.0, 3488.0, 3531.0, 3489.0, 3529.0, 3488.0, 3552.0, 3499.0, 3553.0, 3511.0, 3552.0, 3499.0, 3551.0, 3522.0, 3562.0, 3521.0, 3553.0, 3510.0, 3540.0, 3521.0, 3531.0, 3532.0, 3510.0, 3521.0, 3519.0, 3521.0, 3530.0, 3531.0, 3488.0, 3531.0, 3487.0, 3530.0, 3499.0, 3553.0, 3487.0, 3541.0, 3499.0, 3540.0, 3487.0, 3562.0, 3511.0, 3553.0, 3510.0, 3553.0, 3499.0, 3551.0, 3521.0, 3552.0, 3510.0, 3552.0, 3509.0, 3552.0, 3532.0, 3542.0, 3521.0, 3499.0, 3521.0, 3488.0, 3532.0, 3498.0, 3554.0, 3501.0, 3543.0, 3500.0, 3543.0, 3500.0, 3554.0, 3490.0, 3543.0, 3500.0, 3541.0, 3500.0, 3553.0, 3499.0, 3542.0, 3511.0, 3540.0, 3500.0, 3552.0, 3521.0, 3542.0, 3511.0, 3551.0, 3500.0, 3553.0, 3520.0, 3563.0, 3512.0, 3552.0, 3511.0, 3553.0, 3532.0, 3552.0, 3521.0, 3553.0, 3509.0, 3552.0, 3520.0, 3541.0, 3509.0, 3530.0, 3509.0, 3530.0, 3520.0, 3531.0, 3520.0, 3499.0, 3520.0, 3488.0, 3541.0, 3499.0, 3552.0, 3499.0, 3541.0, 3500.0, 3541.0, 3511.0, 3552.0, 3533.0, 3553.0, 3512.0, 3552.0, 3521.0, 3551.0, 3531.0, 3542.0, 3511.0, 3541.0, 3510.0, 3541.0, 3531.0, 3530.0, 3520.0, 3510.0, 3521.0, 3510.0, 3532.0, 3499.0, 3542.0, 3500.0, 3543.0, 3511.0, 3551.0, 3521.0, 3553.0, 3532.0, 3554.0, 3522.0, 3542.0, 3510.0, 3551.0, 3531.0, 3542.0, 3532.0, 3542.0, 3510.0, 3552.0, 3521.0, 3542.0, 3521.0, 3509.0, 3521.0, 3488.0, 3531.0, 3500.0, 3543.0, 3501.0, 3543.0, 3501.0, 3543.0, 3500.0, 3564.0, 3534.0, 3566.0, 3524.0, 3543.0, 3512.0, 3532.0, 3533.0, 3533.0, 3553.0, 3501.0, 3531.0, 3500.0, 3541.0, 3487.0, 3540.0, 3510.0, 3552.0, 3489.0, 3542.0, 3488.0, 3540.0, 3509.0, 3541.0, 3488.0, 3531.0, 3487.0, 3529.0, 3488.0, 3542.0, 3499.0, 3551.0, 3498.0, 3553.0, 3509.0, 3551.0, 3522.0, 3554.0, 3521.0, 3532.0, 3510.0, 3530.0, 3532.0, 3530.0, 3532.0, 3497.0, 3531.0, 3487.0, 3530.0, 3488.0, 3564.0, 3499.0, 3530.0, 3489.0, 3551.0, 3520.0, 3539.0, 3510.0, 3539.0, 3499.0, 3552.0, 3531.0, 3541.0, 3511.0, 3509.0, 3521.0, 3532.0, 3543.0, 3499.0, 3520.0, 3487.0, 3530.0, 3487.0, 3553.0, 3487.0, 3530.0, 3487.0, 3541.0, 3487.0, 3551.0, 3497.0, 3518.0, 3498.0, 3541.0, 3498.0, 3551.0, 3509.0, 3540.0, 3498.0, 3542.0, 3521.0, 3540.0, 3499.0, 3519.0, 3509.0, 3530.0, 3521.0, 3488.0, 3509.0, 3487.0, 3530.0, 3499.0, 3564.0, 3534.0, 3554.0, 3510.0, 3500.0, 3521.0, 3500.0, 3542.0, 3514.0, 3554.0, 3533.0, 3490.0, 3534.0, 3501.0, 3521.0, 3500.0, 3554.0, 3511.0, 3562.0, 3512.0, 3541.0, 3510.0, 3541.0, 3521.0, 3541.0, 3532.0, 3510.0, 3521.0, 3498.0, 3521.0, 3487.0, 3521.0, 3488.0, 3565.0, 3500.0, 3531.0, 3500.0, 3531.0, 3499.0, 3553.0, 3522.0, 3565.0, 3512.0, 3541.0, 3510.0, 3530.0, 3533.0, 3530.0, 3533.0, 3499.0, 3521.0, 3487.0, 3520.0, 3489.0, 3553.0, 3487.0, 3563.0, 3498.0, 3532.0, 3499.0, 3541.0, 3498.0, 3553.0, 3522.0, 3552.0, 3511.0, 3553.0, 3509.0, 3552.0, 3521.0, 3531.0, 3531.0, 3500.0, 3510.0, 3488.0, 3521.0, 3499.0, 3520.0, 3511.0, 3564.0, 3499.0, 3530.0, 3499.0, 3552.0, 3499.0, 3553.0, 3531.0, 3562.0, 3510.0, 3540.0, 3498.0, 3540.0, 3532.0, 3531.0, 3510.0, 3509.0, 3509.0, 3508.0, 3521.0, 3499.0, 3521.0, 3499.0, 3520.0, 3487.0, 3532.0, 3488.0, 3543.0, 3490.0, 3532.0, 3500.0, 3542.0, 3510.0, 3553.0, 3521.0, 3552.0, 3510.0, 3540.0, 3521.0, 3553.0, 3531.0, 3520.0, 3509.0, 3518.0, 3520.0, 3531.0, 3510.0, 3487.0, 3520.0, 3487.0, 3519.0, 3487.0, 3562.0, 3499.0, 3531.0, 3487.0, 3541.0, 3510.0, 3562.0, 3531.0, 3541.0, 3510.0, 3541.0, 3508.0, 3529.0, 3530.0, 3519.0, 3510.0, 3497.0, 3509.0, 3520.0, 3520.0, 3509.0, 3519.0, 3487.0, 3519.0, 3487.0, 3541.0, 3499.0, 3563.0, 3499.0, 3531.0, 3499.0, 3529.0, 3509.0, 3540.0, 3531.0, 3519.0, 3509.0, 3497.0, 3509.0, 3509.0, 3531.0, 3488.0, 3552.0, 3487.0, 3540.0, 3498.0, 3540.0, 3521.0, 3551.0, 3521.0, 3508.0, 3508.0, 3507.0, 3520.0, 3497.0, 3520.0, 3487.0, 3519.0, 3488.0, 3530.0, 3487.0, 3552.0, 3510.0, 3552.0, 3498.0, 3530.0, 3498.0, 3530.0, 3511.0, 3541.0, 3520.0, 3540.0, 3509.0, 3530.0, 3510.0, 3519.0, 3509.0, 3509.0, 3520.0, 3489.0, 3510.0, 3489.0, 3521.0, 3499.0, 3542.0, 3500.0, 3564.0, 3500.0, 3542.0, 3511.0, 3530.0, 3511.0, 3532.0, 3523.0, 3490.0, 3522.0, 3501.0, 3532.0, 3501.0, 3565.0, 3522.0, 3552.0, 3501.0, 3553.0], 'WindowWidth': [8103.0, 8084.0, 8120.0, 8022.0, 8072.0, 7996.0, 8065.0, 8010.0, 8080.0, 8037.0, 8062.0, 8020.0, 8030.0, 8014.0, 8045.0, 8030.0, 8031.0, 8019.0, 7972.0, 8016.0, 7984.0, 8030.0, 8043.0, 8075.0, 7984.0, 8041.0, 7964.0, 8008.0, 7961.0, 8037.0, 7964.0, 8024.0, 7964.0, 8007.0, 7963.0, 8021.0, 7965.0, 8039.0, 7964.0, 8008.0, 7964.0, 8007.0, 7982.0, 8042.0, 7983.0, 8039.0, 7984.0, 8041.0, 7967.0, 8041.0, 7984.0, 8054.0, 7985.0, 8055.0, 7983.0, 8055.0, 7983.0, 8072.0, 8000.0, 8042.0, 7983.0, 8040.0, 7997.0, 8057.0, 8002.0, 8058.0, 8005.0, 8058.0, 8003.0, 8061.0, 8020.0, 8073.0, 8017.0, 8055.0, 7985.0, 8057.0, 8017.0, 8073.0, 8017.0, 8040.0, 7985.0, 8042.0, 7986.0, 8073.0, 8000.0, 8043.0, 7986.0, 8042.0, 7987.0, 8061.0, 8019.0, 8058.0, 8004.0, 8046.0, 8004.0, 8063.0, 8021.0, 8077.0, 8037.0, 8063.0, 8005.0, 8061.0, 8022.0, 8064.0, 8050.0, 8019.0, 8019.0, 7988.0, 8018.0, 8048.0, 8064.0, 7973.0, 8031.0, 7988.0, 8031.0, 7972.0, 8066.0, 7990.0, 8048.0, 7975.0, 8032.0, 7988.0, 8061.0, 7994.0, 8092.0, 8002.0, 8061.0, 7985.0, 8056.0, 7968.0, 8044.0, 7997.0, 8044.0, 7966.0, 8009.0, 7963.0, 8010.0, 7969.0, 8014.0, 7983.0, 8032.0, 7972.0, 8028.0, 7987.0, 8043.0, 7990.0, 8075.0, 8006.0, 8062.0, 8025.0, 8058.0, 8006.0, 8062.0, 8035.0, 8051.0, 8044.0, 8028.0, 8023.0, 7994.0, 8019.0, 7987.0, 8079.0, 8020.0, 8079.0, 8020.0, 7989.0, 8022.0, 8010.0, 8101.0, 8009.0, 8063.0, 8007.0, 8063.0, 8025.0, 8081.0, 8050.0, 8047.0, 8019.0, 8029.0, 8001.0, 8075.0, 8034.0, 8062.0, 8018.0, 8059.0, 8000.0, 8043.0, 8004.0, 8046.0, 8034.0, 7973.0, 8002.0, 8011.0, 8016.0, 8044.0, 8016.0, 7985.0, 8017.0, 7982.0, 8014.0, 8045.0, 8017.0, 8014.0, 8016.0, 8058.0, 8017.0, 8076.0, 8004.0, 8057.0, 8001.0, 8059.0, 8017.0, 8028.0, 7986.0, 8029.0, 7985.0, 8032.0, 7988.0, 8048.0, 7993.0, 8096.0, 8009.0, 8065.0, 8004.0, 8044.0, 8037.0, 8051.0, 8037.0, 8020.0, 8033.0, 8006.0, 8081.0, 7989.0, 8063.0, 7988.0, 8060.0, 8003.0, 8093.0, 8003.0, 8061.0, 7983.0, 8047.0, 8043.0, 8028.0, 7984.0, 8031.0, 7983.0, 8041.0, 8011.0, 8044.0, 7969.0, 8024.0, 7965.0, 8071.0, 8015.0, 8057.0, 7998.0, 8053.0, 7981.0, 8068.0, 8012.0, 8071.0, 8016.0, 8025.0, 8078.0, 8137.0, 8100.0, 8072.0, 8003.0, 7975.0, 7967.0, 7987.0, 8011.0, 7965.0, 8033.0, 7987.0, 8056.0, 8014.0, 8027.0, 8009.0, 7967.0, 8031.0, 8004.0, 8076.0, 8000.0, 8013.0, 8012.0, 7964.0, 8065.0, 8038.0, 8078.0, 8030.0, 8022.0, 7990.0, 8004.0, 8012.0, 8009.0, 8009.0, 7961.0, 8004.0, 7944.0, 8018.0, 7963.0, 8050.0, 7978.0, 8022.0, 7976.0, 8019.0, 7983.0, 8066.0, 8027.0, 8006.0, 7979.0, 7993.0, 7997.0, 7994.0, 7998.0, 8011.0, 8013.0, 7966.0, 8026.0, 7967.0, 8010.0, 7977.0, 8028.0, 8039.0, 8037.0, 7960.0, 8005.0, 7960.0, 8001.0, 7962.0, 8053.0, 7976.0, 8033.0, 7973.0, 8018.0, 7979.0, 8036.0, 8006.0, 8005.0, 7983.0, 7966.0, 7980.0, 7962.0, 8025.0, 7967.0, 8057.0, 7981.0, 8038.0, 7980.0, 8053.0, 7983.0, 8054.0, 7979.0, 8032.0, 7960.0, 8051.0, 7993.0, 8036.0, 7975.0, 8017.0, 7975.0, 8024.0, 7978.0, 8006.0, 7962.0, 7991.0, 7963.0, 8007.0, 7966.0, 8039.0, 7966.0, 8041.0, 7985.0, 8038.0, 7982.0, 8040.0, 8016.0, 8040.0, 7998.0, 8026.0, 7996.0, 8035.0, 8010.0, 8023.0, 8022.0, 8008.0, 7995.0, 8004.0, 7994.0, 8037.0, 8010.0, 7993.0, 7997.0, 7981.0, 7994.0, 7992.0, 7995.0, 8010.0, 8014.0, 7993.0, 8018.0, 7972.0, 8011.0, 7993.0, 8042.0, 7969.0, 8028.0, 7970.0, 8024.0, 7967.0, 8057.0, 7984.0, 8060.0, 8002.0, 8058.0, 7983.0, 8054.0, 8017.0, 8071.0, 8016.0, 8060.0, 8001.0, 8040.0, 8017.0, 8028.0, 8031.0, 8001.0, 8016.0, 8010.0, 8013.0, 8026.0, 8029.0, 7969.0, 8027.0, 7966.0, 8026.0, 7984.0, 8059.0, 7967.0, 8042.0, 7984.0, 8039.0, 7967.0, 8072.0, 8001.0, 8061.0, 8001.0, 8059.0, 7983.0, 8055.0, 8015.0, 8058.0, 7999.0, 8058.0, 7997.0, 8057.0, 8030.0, 8044.0, 8016.0, 7987.0, 8016.0, 7970.0, 8031.0, 7984.0, 8063.0, 7989.0, 8047.0, 7987.0, 8048.0, 7987.0, 8064.0, 7974.0, 8048.0, 7988.0, 8042.0, 7986.0, 8060.0, 7984.0, 8044.0, 8004.0, 8040.0, 7986.0, 8057.0, 8015.0, 8044.0, 8005.0, 8056.0, 7987.0, 8060.0, 8015.0, 8074.0, 8005.0, 8059.0, 8002.0, 8059.0, 8032.0, 8058.0, 8015.0, 8059.0, 7998.0, 8056.0, 8014.0, 8042.0, 7998.0, 8027.0, 7998.0, 8026.0, 8014.0, 8028.0, 8014.0, 7984.0, 8014.0, 7968.0, 8042.0, 7985.0, 8057.0, 7986.0, 8042.0, 7986.0, 8040.0, 8002.0, 8059.0, 8033.0, 8061.0, 8004.0, 8056.0, 8015.0, 8056.0, 8029.0, 8044.0, 8002.0, 8042.0, 8000.0, 8042.0, 8029.0, 8027.0, 8013.0, 7999.0, 8013.0, 7998.0, 8031.0, 7985.0, 8046.0, 7988.0, 8048.0, 8003.0, 8055.0, 8015.0, 8059.0, 8032.0, 8061.0, 8017.0, 8045.0, 7999.0, 8055.0, 8028.0, 8043.0, 8030.0, 8044.0, 7999.0, 8056.0, 8014.0, 8044.0, 8015.0, 7999.0, 8015.0, 7968.0, 8027.0, 7987.0, 8048.0, 7989.0, 8047.0, 7990.0, 8047.0, 7988.0, 8078.0, 8039.0, 8082.0, 8023.0, 8048.0, 8004.0, 8030.0, 8033.0, 8034.0, 8061.0, 7988.0, 8028.0, 7985.0, 8041.0, 7966.0, 8040.0, 7999.0, 8058.0, 7969.0, 8041.0, 7967.0, 8039.0, 7997.0, 8040.0, 7967.0, 8027.0, 7965.0, 8021.0, 7966.0, 8042.0, 7984.0, 8055.0, 7983.0, 8058.0, 7998.0, 8056.0, 8018.0, 8063.0, 8016.0, 8031.0, 8001.0, 8026.0, 8029.0, 8026.0, 8030.0, 7980.0, 8027.0, 7966.0, 8024.0, 7968.0, 8076.0, 7984.0, 8024.0, 7969.0, 8055.0, 8013.0, 8037.0, 7999.0, 8035.0, 7983.0, 8056.0, 8028.0, 8041.0, 8002.0, 7998.0, 8016.0, 8029.0, 8045.0, 7981.0, 8012.0, 7965.0, 8025.0, 7965.0, 8058.0, 7966.0, 8023.0, 7963.0, 8039.0, 7966.0, 8053.0, 7978.0, 8006.0, 7980.0, 8039.0, 7980.0, 8053.0, 7996.0, 8036.0, 7980.0, 8041.0, 8012.0, 8038.0, 7982.0, 8008.0, 7995.0, 8024.0, 8013.0, 7967.0, 7995.0, 7963.0, 8024.0, 7985.0, 8076.0, 8037.0, 8063.0, 7998.0, 7986.0, 8014.0, 7987.0, 8043.0, 8013.0, 8063.0, 8035.0, 7975.0, 8037.0, 7991.0, 8015.0, 7987.0, 8061.0, 8002.0, 8072.0, 8003.0, 8042.0, 7998.0, 8040.0, 8014.0, 8042.0, 8032.0, 8000.0, 8015.0, 7981.0, 8014.0, 7965.0, 8012.0, 7968.0, 8080.0, 7987.0, 8028.0, 7986.0, 8027.0, 7983.0, 8058.0, 8019.0, 8079.0, 8006.0, 8042.0, 8000.0, 8026.0, 8032.0, 8027.0, 8032.0, 7983.0, 8014.0, 7965.0, 8011.0, 7970.0, 8058.0, 7966.0, 8072.0, 7981.0, 8029.0, 7985.0, 8039.0, 7981.0, 8057.0, 8016.0, 8056.0, 8001.0, 8058.0, 7997.0, 8057.0, 8016.0, 8027.0, 8028.0, 7986.0, 8000.0, 7967.0, 8014.0, 7982.0, 8012.0, 8000.0, 8076.0, 7983.0, 8027.0, 7984.0, 8056.0, 7983.0, 8058.0, 8029.0, 8071.0, 7998.0, 8038.0, 7980.0, 8039.0, 8028.0, 8026.0, 7998.0, 7995.0, 7995.0, 7994.0, 8015.0, 7984.0, 8016.0, 7984.0, 8013.0, 7967.0, 8030.0, 7970.0, 8045.0, 7973.0, 8030.0, 7985.0, 8043.0, 8000.0, 8060.0, 8015.0, 8056.0, 8000.0, 8039.0, 8014.0, 8059.0, 8028.0, 8012.0, 7997.0, 8006.0, 8011.0, 8025.0, 7998.0, 7966.0, 8010.0, 7964.0, 8008.0, 7966.0, 8071.0, 7984.0, 8028.0, 7966.0, 8039.0, 7999.0, 8071.0, 8029.0, 8041.0, 7998.0, 8040.0, 7994.0, 8024.0, 8026.0, 8009.0, 7997.0, 7978.0, 7996.0, 8010.0, 8012.0, 7995.0, 8010.0, 7966.0, 8010.0, 7965.0, 8039.0, 7984.0, 8074.0, 7983.0, 8027.0, 7983.0, 8021.0, 7995.0, 8040.0, 8029.0, 8010.0, 7997.0, 7979.0, 7997.0, 7996.0, 8026.0, 7967.0, 8057.0, 7966.0, 8038.0, 7980.0, 8037.0, 8014.0, 8056.0, 8014.0, 7995.0, 7994.0, 7992.0, 8012.0, 7978.0, 8012.0, 7966.0, 8009.0, 7967.0, 8024.0, 7965.0, 8056.0, 7997.0, 8055.0, 7981.0, 8024.0, 7981.0, 8022.0, 8002.0, 8043.0, 8012.0, 8038.0, 7996.0, 8024.0, 7997.0, 8009.0, 7997.0, 7996.0, 8013.0, 7969.0, 7998.0, 7970.0, 8014.0, 7983.0, 8044.0, 7986.0, 8075.0, 7987.0, 8043.0, 8001.0, 8025.0, 8002.0, 8031.0, 8020.0, 7974.0, 8020.0, 7989.0, 8030.0, 7990.0, 8078.0, 8017.0, 8058.0, 7988.0, 8058.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.001008836443468716</td></tr>
<tr><td colspan=3>aqi</td><td>0.021160033918770582</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.346574401890074</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1571060850659323</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0029815398021982</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>4166.3359</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09388437394153007</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0735455543358947</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4905623439535702</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.488767031572261</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6025793015860375</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3803406987024114</td></tr>
<tr><td colspan=3>gcor</td><td>0.00373136</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015776425134390593</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0281376875936985</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.970652623335393</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.9999</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6601</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.0373</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.5913</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.0687</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2761.8256</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>731.1094</td></tr>
<tr><td colspan=3>tsnr</td><td>38.89895576052368</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>