<?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-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0057_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0057_suffix-bold_task-faces" 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-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0057_suffix-bold_task-faces" 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-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0057_suffix-bold_task-faces" 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-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0057_suffix-bold_task-faces" 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-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-02/func/sub-0057_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>439af3e5b4cda1bef2cb778e7d6a3250</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>18:37:37.962500</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.997589, 0.0162274, -0.0674775, -0.015323, 0.999786, 0.0138986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7773, -7238, 604, 0, -256, -48, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</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>da4982d1-4708-44d0-a3d8-0eaa609f34d9||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.6764578819274902, -0.041110582649707794, -0.1827591359615326, 118.76461029052734], [-0.04353693872690201, 2.6823527812957764, 0.034644026309251785, -92.18801879882812], [-0.18103711307048798, -0.03728890419006348, 2.693584680557251, -67.0714111328125], [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': ['183737.962500', '183738.422500', '183738.882500', '183739.342500', '183739.802500', '183740.262500', '183740.722500', '183741.182500', '183741.642500', '183742.102500', '183742.562500', '183743.022500', '183743.482500', '183743.942500', '183744.402500', '183744.862500', '183745.322500', '183745.782500', '183746.242500', '183746.702500', '183747.162500', '183747.622500', '183748.082500', '183748.542500', '183749.002500', '183749.462500', '183749.922500', '183750.382500', '183750.842500', '183751.302500', '183751.762500', '183752.222500', '183752.682500', '183753.142500', '183753.602500', '183754.062500', '183754.522500', '183754.982500', '183755.442500', '183755.902500', '183756.362500', '183756.822500', '183757.282500', '183757.742500', '183758.202500', '183758.662500', '183759.122500', '183759.582500', '183800.042500', '183800.502500', '183800.962500', '183801.422500', '183801.882500', '183802.342500', '183802.802500', '183803.262500', '183803.722500', '183804.182500', '183804.642500', '183805.102500', '183805.562500', '183806.022500', '183806.482500', '183806.942500', '183807.402500', '183807.862500', '183808.322500', '183808.782500', '183809.242500', '183809.702500', '183810.162500', '183810.622500', '183811.082500', '183811.542500', '183812.002500', '183812.462500', '183812.922500', '183813.382500', '183813.842500', '183814.302500', '183814.762500', '183815.222500', '183815.682500', '183816.142500', '183816.602500', '183817.062500', '183817.522500', '183817.982500', '183818.442500', '183818.902500', '183819.362500', '183819.822500', '183820.282500', '183820.742500', '183821.202500', '183821.662500', '183822.122500', '183822.582500', '183823.042500', '183823.502500', '183823.962500', '183824.422500', '183824.882500', '183825.342500', '183825.802500', '183826.262500', '183826.722500', '183827.182500', '183827.642500', '183828.102500', '183828.562500', '183829.022500', '183829.482500', '183829.942500', '183830.402500', '183830.862500', '183831.322500', '183831.782500', '183832.242500', '183832.702500', '183833.162500', '183833.622500', '183834.082500', '183834.542500', '183835.002500', '183835.462500', '183835.922500', '183836.382500', '183836.842500', '183837.302500', '183837.762500', '183838.222500', '183838.682500', '183839.142500', '183839.602500', '183840.062500', '183840.522500', '183840.982500', '183841.442500', '183841.902500', '183842.362500', '183842.822500', '183843.282500', '183843.742500', '183844.202500', '183844.662500', '183845.122500', '183845.582500', '183846.042500', '183846.502500', '183846.962500', '183847.422500', '183847.882500', '183848.342500', '183848.802500', '183849.262500', '183849.722500', '183850.182500', '183850.642500', '183851.102500', '183851.562500', '183852.022500', '183852.482500', '183852.942500', '183853.402500', '183853.862500', '183854.322500', '183854.782500', '183855.242500', '183855.702500', '183856.162500', '183856.622500', '183857.082500', '183857.542500', '183858.002500', '183858.462500', '183858.922500', '183859.382500', '183859.842500', '183900.302500', '183900.762500', '183901.222500', '183901.682500', '183902.142500', '183902.602500', '183903.062500', '183903.522500', '183903.982500', '183904.442500', '183904.902500', '183905.362500', '183905.822500', '183906.282500', '183906.742500', '183907.202500', '183907.662500', '183908.122500', '183908.582500', '183909.042500', '183909.502500', '183909.962500', '183910.422500', '183910.882500', '183911.342500', '183911.802500', '183912.262500', '183912.722500', '183913.182500', '183913.642500', '183914.102500', '183914.562500', '183915.022500', '183915.482500', '183915.942500', '183916.402500', '183916.862500', '183917.322500', '183917.782500', '183918.242500', '183918.702500', '183919.162500', '183919.622500', '183920.082500', '183920.542500', '183921.002500', '183921.462500', '183921.922500', '183922.382500', '183922.842500', '183923.302500', '183923.762500', '183924.222500', '183924.682500', '183925.142500', '183925.602500', '183926.062500', '183926.522500', '183926.982500', '183927.442500', '183927.902500', '183928.362500', '183928.822500', '183929.282500', '183929.742500', '183930.202500', '183930.662500', '183931.122500', '183931.582500', '183932.042500', '183932.502500', '183932.962500', '183933.422500', '183933.882500', '183934.342500', '183934.802500', '183935.262500', '183935.722500', '183936.182500', '183936.642500', '183937.102500', '183937.562500', '183938.022500', '183938.482500', '183938.942500', '183939.402500', '183939.862500', '183940.322500', '183940.782500', '183941.242500', '183941.702500', '183942.162500', '183942.622500', '183943.082500', '183943.542500', '183944.002500', '183944.462500', '183944.922500', '183945.382500', '183945.842500', '183946.302500', '183946.762500', '183947.222500', '183947.682500', '183948.142500', '183948.602500', '183949.062500', '183949.522500', '183949.982500', '183950.442500', '183950.902500', '183951.362500', '183951.822500', '183952.282500', '183952.742500', '183953.202500', '183953.662500', '183954.122500', '183954.582500', '183955.042500', '183955.502500', '183955.962500', '183956.422500', '183956.882500', '183957.342500', '183957.802500', '183958.262500', '183958.722500', '183959.182500', '183959.642500', '184000.102500', '184000.562500', '184001.022500', '184001.482500', '184001.942500', '184002.402500', '184002.862500', '184003.322500', '184003.782500', '184004.242500', '184004.702500', '184005.162500', '184005.622500', '184006.082500', '184006.542500', '184007.002500', '184007.462500', '184007.922500', '184008.382500', '184008.842500', '184009.302500', '184009.762500', '184010.222500', '184010.682500', '184011.142500', '184011.602500', '184012.062500', '184012.522500', '184012.982500', '184013.442500', '184013.902500', '184014.362500', '184014.822500', '184015.282500', '184015.742500', '184016.202500', '184016.662500', '184017.122500', '184017.582500', '184018.042500', '184018.502500', '184018.962500', '184019.422500', '184019.882500', '184020.342500', '184020.802500', '184021.262500', '184021.722500', '184022.182500', '184022.642500', '184023.102500', '184023.562500', '184024.022500', '184024.482500', '184024.942500', '184025.402500', '184025.862500', '184026.322500', '184026.782500', '184027.242500', '184027.702500', '184028.162500', '184028.622500', '184029.082500', '184029.542500', '184030.002500', '184030.462500', '184030.922500', '184031.382500', '184031.842500', '184032.302500', '184032.762500', '184033.222500', '184033.682500', '184034.142500', '184034.602500', '184035.062500', '184035.522500', '184035.982500', '184036.442500', '184036.902500', '184037.362500', '184037.822500', '184038.282500', '184038.742500', '184039.202500', '184039.662500', '184040.122500', '184040.582500', '184041.042500', '184041.502500', '184041.962500', '184042.422500', '184042.882500', '184043.342500', '184043.802500', '184044.262500', '184044.722500', '184045.182500', '184045.642500', '184046.102500', '184046.562500', '184047.022500', '184047.482500', '184047.942500', '184048.402500', '184048.862500', '184049.322500', '184049.782500', '184050.242500', '184050.702500', '184051.162500', '184051.622500', '184052.082500', '184052.542500', '184053.002500', '184053.462500', '184053.922500', '184054.382500', '184054.842500', '184055.302500', '184055.762500', '184056.222500', '184056.682500', '184057.142500', '184057.602500', '184058.062500', '184058.522500', '184058.982500', '184059.442500', '184059.902500', '184100.362500', '184100.822500', '184101.282500', '184101.742500', '184102.202500', '184102.662500', '184103.122500', '184103.582500', '184104.042500', '184104.502500', '184104.962500', '184105.422500', '184105.882500', '184106.342500', '184106.802500', '184107.262500', '184107.722500', '184108.182500', '184108.642500', '184109.102500', '184109.562500', '184110.022500', '184110.482500', '184110.942500', '184111.402500', '184111.862500', '184112.322500', '184112.782500', '184113.242500', '184113.702500', '184114.162500', '184114.622500', '184115.082500', '184115.542500', '184116.002500', '184116.462500', '184116.922500', '184117.382500', '184117.842500', '184118.302500', '184118.762500', '184119.222500', '184119.682500', '184120.142500', '184120.602500', '184121.062500', '184121.522500', '184121.982500', '184122.442500', '184122.902500', '184123.362500', '184123.822500', '184124.282500', '184124.742500', '184125.202500', '184125.662500', '184126.122500', '184126.582500', '184127.042500', '184127.502500', '184127.962500', '184128.422500', '184128.882500', '184129.342500', '184129.802500', '184130.262500', '184130.722500', '184131.182500', '184131.642500', '184132.102500', '184132.562500', '184133.022500', '184133.482500', '184133.942500', '184134.402500', '184134.862500', '184135.322500', '184135.782500', '184136.242500', '184136.702500', '184137.162500', '184137.622500', '184138.082500', '184138.542500', '184139.002500', '184139.462500', '184139.922500', '184140.382500', '184140.842500', '184141.302500', '184141.762500', '184142.222500', '184142.682500', '184143.142500', '184143.602500', '184144.062500', '184144.522500', '184144.982500', '184145.442500', '184145.902500', '184146.362500', '184146.822500', '184147.282500', '184147.742500', '184148.202500', '184148.662500', '184149.122500', '184149.582500', '184150.042500', '184150.502500', '184150.962500', '184151.422500', '184151.882500', '184152.342500', '184152.802500', '184153.262500', '184153.722500', '184154.182500', '184154.642500', '184155.102500', '184155.562500', '184156.022500', '184156.482500', '184156.942500', '184157.402500', '184157.862500', '184158.322500', '184158.782500', '184159.242500', '184159.702500', '184200.162500', '184200.622500', '184201.082500', '184201.542500', '184202.002500', '184202.462500', '184202.922500', '184203.382500', '184203.842500', '184204.302500', '184204.762500', '184205.222500', '184205.682500', '184206.142500', '184206.602500', '184207.062500', '184207.522500', '184207.982500', '184208.442500', '184208.902500', '184209.362500', '184209.822500', '184210.282500', '184210.742500', '184211.202500', '184211.662500', '184212.122500', '184212.582500', '184213.042500', '184213.502500', '184213.962500', '184214.422500', '184214.882500', '184215.342500', '184215.802500', '184216.262500', '184216.722500', '184217.182500', '184217.642500', '184218.102500', '184218.562500', '184219.022500', '184219.482500', '184219.942500', '184220.402500', '184220.862500', '184221.322500', '184221.782500', '184222.242500', '184222.702500', '184223.162500', '184223.622500', '184224.082500', '184224.542500', '184225.002500', '184225.462500', '184225.922500', '184226.382500', '184226.842500', '184227.302500', '184227.762500', '184228.222500', '184228.682500', '184229.142500', '184229.602500', '184230.062500', '184230.522500', '184230.982500', '184231.442500', '184231.902500', '184232.362500', '184232.822500', '184233.282500', '184233.742500', '184234.202500', '184234.662500', '184235.122500', '184235.582500', '184236.042500', '184236.502500', '184236.962500', '184237.422500', '184237.882500', '184238.342500', '184238.802500', '184239.262500', '184239.722500', '184240.182500', '184240.642500', '184241.102500', '184241.562500', '184242.022500', '184242.482500', '184242.942500', '184243.402500', '184243.862500', '184244.322500', '184244.782500', '184245.242500', '184245.702500', '184246.162500', '184246.622500', '184247.082500', '184247.542500', '184248.002500', '184248.462500', '184248.922500', '184249.382500', '184249.842500', '184250.302500', '184250.762500', '184251.222500', '184251.682500', '184252.142500', '184252.602500', '184253.062500', '184253.522500', '184253.982500', '184254.442500', '184254.902500', '184255.362500', '184255.822500', '184256.282500', '184256.742500', '184257.202500', '184257.662500', '184258.122500', '184258.582500', '184259.042500', '184259.502500', '184259.962500', '184300.422500', '184300.882500', '184301.342500', '184301.802500', '184302.262500', '184302.722500', '184303.182500', '184303.642500', '184304.102500', '184304.562500', '184305.022500', '184305.482500', '184305.942500', '184306.402500', '184306.862500', '184307.322500', '184307.782500', '184308.242500', '184308.702500', '184309.162500', '184309.622500', '184310.082500', '184310.542500', '184311.002500', '184311.462500', '184311.922500', '184312.382500', '184312.842500', '184313.302500', '184313.762500', '184314.222500', '184314.682500', '184315.142500', '184315.602500', '184316.062500', '184316.522500', '184316.982500', '184317.442500', '184317.902500', '184318.362500', '184318.822500', '184319.282500', '184319.742500', '184320.202500', '184320.662500', '184321.122500', '184321.582500', '184322.042500', '184322.502500', '184322.962500', '184323.422500', '184323.882500', '184324.342500', '184324.802500', '184325.262500', '184325.722500', '184326.182500', '184326.642500', '184327.102500', '184327.562500', '184328.022500', '184328.482500', '184328.942500', '184329.402500', '184329.862500', '184330.322500', '184330.782500', '184331.242500', '184331.702500', '184332.162500', '184332.622500', '184333.082500', '184333.542500', '184334.002500', '184334.462500', '184334.922500', '184335.382500', '184335.842500', '184336.302500', '184336.762500', '184337.222500', '184337.682500', '184338.142500', '184338.602500', '184339.062500', '184339.522500', '184339.982500', '184340.442500', '184340.902500', '184341.362500', '184341.822500', '184342.282500', '184342.742500', '184343.202500', '184343.662500', '184344.122500', '184344.582500', '184345.042500', '184345.502500', '184345.962500', '184346.422500', '184346.882500', '184347.342500', '184347.802500', '184348.262500', '184348.722500', '184349.182500', '184349.642500', '184350.102500', '184350.562500', '184351.022500', '184351.482500', '184351.942500', '184352.402500', '184352.862500', '184353.322500', '184353.782500', '184354.242500', '184354.702500', '184355.162500', '184355.622500', '184356.082500', '184356.542500', '184357.002500', '184357.462500', '184357.922500', '184358.382500', '184358.842500', '184359.302500', '184359.762500', '184400.222500', '184400.682500', '184401.142500', '184401.602500', '184402.062500', '184402.522500', '184402.982500', '184403.442500', '184403.902500', '184404.362500', '184404.822500', '184405.282500', '184405.742500', '184406.202500', '184406.662500', '184407.122500', '184407.582500', '184408.042500', '184408.502500', '184408.962500', '184409.422500', '184409.882500', '184410.342500', '184410.802500', '184411.262500', '184411.722500', '184412.182500', '184412.642500', '184413.102500', '184413.562500', '184414.022500', '184414.482500', '184414.942500', '184415.402500', '184415.862500', '184416.322500', '184416.782500', '184417.242500', '184417.702500', '184418.162500', '184418.622500', '184419.082500', '184419.542500', '184420.002500', '184420.462500', '184420.922500', '184421.382500', '184421.842500', '184422.302500', '184422.762500', '184423.222500', '184423.682500', '184424.142500', '184424.602500', '184425.062500', '184425.522500', '184425.982500', '184426.442500', '184426.902500', '184427.362500', '184427.822500', '184428.282500', '184428.742500', '184429.202500', '184429.662500', '184430.122500', '184430.582500', '184431.042500', '184431.502500', '184431.962500', '184432.422500', '184432.882500', '184433.342500', '184433.802500', '184434.262500', '184434.722500', '184435.182500', '184435.642500', '184436.102500', '184436.562500', '184437.022500', '184437.482500', '184437.942500'], 'ContentTime': ['183750.777000', '183750.780000', '183750.783000', '183750.786000', '183750.789000', '183750.791000', '183750.794000', '183750.797000', '183750.799000', '183750.802000', '183750.804000', '183750.807000', '183750.809000', '183750.812000', '183750.815000', '183750.826000', '183750.829000', '183750.831000', '183750.834000', '183750.846000', '183750.848000', '183750.851000', '183750.854000', '183750.856000', '183810.697000', '183810.700000', '183810.702000', '183810.705000', '183810.707000', '183810.710000', '183810.712000', '183810.715000', '183810.717000', '183810.720000', '183810.723000', '183810.725000', '183810.728000', '183810.730000', '183810.733000', '183810.742000', '183810.745000', '183810.747000', '183810.750000', '183810.753000', '183810.755000', '183810.758000', '183810.760000', '183810.763000', '183810.765000', '183810.768000', '183810.770000', '183810.773000', '183810.776000', '183810.778000', '183810.781000', '183810.783000', '183810.786000', '183810.789000', '183810.791000', '183810.794000', '183810.796000', '183810.799000', '183810.802000', '183810.804000', '183810.807000', '183810.810000', '183810.812000', '183810.844000', '183830.696000', '183830.699000', '183830.702000', '183830.705000', '183830.708000', '183830.710000', '183830.713000', '183830.715000', '183830.718000', '183830.720000', '183830.724000', '183830.727000', '183830.729000', '183830.732000', '183830.735000', '183830.737000', '183830.740000', '183830.743000', '183830.745000', '183830.748000', '183830.751000', '183830.753000', '183830.756000', '183830.759000', '183830.761000', '183830.764000', '183830.769000', '183830.772000', '183830.775000', '183830.777000', '183830.780000', '183830.783000', '183830.785000', '183830.788000', '183830.790000', '183830.793000', '183830.796000', '183830.798000', '183830.801000', '183830.803000', '183830.806000', '183830.808000', '183830.811000', '183850.697000', '183850.700000', '183850.703000', '183850.706000', '183850.708000', '183850.711000', '183850.713000', '183850.716000', '183850.718000', '183850.721000', '183850.724000', '183850.726000', '183850.729000', '183850.731000', '183850.734000', '183850.736000', '183850.739000', '183850.742000', '183850.744000', '183850.747000', '183850.749000', '183850.752000', '183850.754000', '183850.757000', '183850.759000', '183850.762000', '183850.765000', '183850.767000', '183850.770000', '183850.772000', '183850.775000', '183850.778000', '183850.780000', '183850.783000', '183850.785000', '183850.788000', '183850.791000', '183850.793000', '183850.796000', '183850.798000', '183850.801000', '183850.803000', '183850.806000', '183850.809000', '183910.696000', '183910.699000', '183910.702000', '183910.704000', '183910.707000', '183910.709000', '183910.712000', '183910.715000', '183910.717000', '183910.720000', '183910.722000', '183910.725000', '183910.728000', '183910.730000', '183910.733000', '183910.736000', '183910.739000', '183910.741000', '183910.744000', '183910.747000', '183910.750000', '183910.753000', '183910.755000', '183910.758000', '183910.761000', '183910.763000', '183910.766000', '183910.768000', '183910.771000', '183910.774000', '183910.776000', '183910.779000', '183910.781000', '183910.784000', '183910.786000', '183910.789000', '183910.792000', '183910.794000', '183910.797000', '183910.799000', '183910.802000', '183910.804000', '183910.807000', '183930.697000', '183930.699000', '183930.702000', '183930.705000', '183930.707000', '183930.710000', '183930.712000', '183930.715000', '183930.717000', '183930.720000', '183930.723000', '183930.725000', '183930.728000', '183930.730000', '183930.733000', '183930.736000', '183930.738000', '183930.741000', '183930.743000', '183930.746000', '183930.748000', '183930.751000', '183930.754000', '183930.756000', '183930.759000', '183930.761000', '183930.764000', '183930.767000', '183930.770000', '183930.772000', '183930.775000', '183930.777000', '183930.780000', '183930.782000', '183930.785000', '183930.788000', '183930.790000', '183930.793000', '183930.795000', '183930.798000', '183930.801000', '183930.803000', '183930.806000', '183930.809000', '183950.697000', '183950.699000', '183950.702000', '183950.705000', '183950.707000', '183950.710000', '183950.713000', '183950.715000', '183950.718000', '183950.720000', '183950.723000', '183950.726000', '183950.728000', '183950.731000', '183950.733000', '183950.736000', '183950.739000', '183950.741000', '183950.744000', '183950.747000', '183950.749000', '183950.752000', '183950.754000', '183950.757000', '183950.759000', '183950.763000', '183950.766000', '183950.769000', '183950.771000', '183950.774000', '183950.777000', '183950.779000', '183950.782000', '183950.785000', '183950.787000', '183950.790000', '183950.793000', '183950.796000', '183950.799000', '183950.801000', '183950.804000', '183950.807000', '183950.810000', '184010.697000', '184010.699000', '184010.702000', '184010.705000', '184010.707000', '184010.710000', '184010.712000', '184010.715000', '184010.718000', '184010.720000', '184010.723000', '184010.725000', '184010.728000', '184010.731000', '184010.733000', '184010.736000', '184010.738000', '184010.741000', '184010.744000', '184010.746000', '184010.749000', '184010.752000', '184010.754000', '184010.757000', '184010.759000', '184010.762000', '184010.765000', '184010.767000', '184010.770000', '184010.772000', '184010.775000', '184010.777000', '184010.780000', '184010.783000', '184010.785000', '184010.788000', '184010.790000', '184010.793000', '184010.795000', '184010.798000', '184010.801000', '184010.803000', '184010.806000', '184010.808000', '184030.697000', '184030.699000', '184030.702000', '184030.705000', '184030.707000', '184030.710000', '184030.712000', '184030.715000', '184030.718000', '184030.720000', '184030.723000', '184030.725000', '184030.728000', '184030.731000', '184030.733000', '184030.736000', '184030.738000', '184030.741000', '184030.744000', '184030.747000', '184030.750000', '184030.753000', '184030.755000', '184030.758000', '184030.761000', '184030.763000', '184030.766000', '184030.768000', '184030.771000', '184030.774000', '184030.776000', '184030.779000', '184030.782000', '184030.784000', '184030.787000', '184030.789000', '184030.792000', '184030.795000', '184030.797000', '184030.812000', '184030.857000', '184030.859000', '184030.862000', '184050.696000', '184050.699000', '184050.702000', '184050.704000', '184050.707000', '184050.710000', '184050.712000', '184050.715000', '184050.717000', '184050.720000', '184050.723000', '184050.725000', '184050.728000', '184050.731000', '184050.733000', '184050.736000', '184050.739000', '184050.741000', '184050.744000', '184050.746000', '184050.749000', '184050.752000', '184050.754000', '184050.757000', '184050.759000', '184050.762000', '184050.764000', '184050.767000', '184050.770000', '184050.772000', '184050.775000', '184050.777000', '184050.780000', '184050.782000', '184050.785000', '184050.788000', '184050.790000', '184050.793000', '184050.796000', '184050.798000', '184050.801000', '184050.803000', '184050.806000', '184050.808000', '184110.698000', '184110.700000', '184110.703000', '184110.706000', '184110.708000', '184110.711000', '184110.713000', '184110.716000', '184110.719000', '184110.721000', '184110.724000', '184110.726000', '184110.729000', '184110.752000', '184110.755000', '184110.758000', '184110.760000', '184110.763000', '184110.766000', '184110.768000', '184110.771000', '184110.774000', '184110.776000', '184110.779000', '184110.781000', '184110.784000', '184110.787000', '184110.789000', '184110.792000', '184110.795000', '184110.797000', '184110.800000', '184110.805000', '184110.807000', '184110.810000', '184110.813000', '184110.845000', '184110.848000', '184110.851000', '184110.853000', '184110.856000', '184110.859000', '184110.861000', '184130.696000', '184130.699000', '184130.702000', '184130.704000', '184130.707000', '184130.710000', '184130.712000', '184130.715000', '184130.717000', '184130.720000', '184130.723000', '184130.726000', '184130.728000', '184130.731000', '184130.733000', '184130.736000', '184130.739000', '184130.741000', '184130.744000', '184130.747000', '184130.749000', '184130.752000', '184130.754000', '184130.757000', '184130.760000', '184130.762000', '184130.765000', '184130.768000', '184130.770000', '184130.773000', '184130.775000', '184130.778000', '184130.781000', '184130.783000', '184130.786000', '184130.788000', '184130.791000', '184130.794000', '184130.796000', '184130.799000', '184130.801000', '184130.804000', '184130.806000', '184130.809000', '184150.697000', '184150.699000', '184150.702000', '184150.705000', '184150.707000', '184150.710000', '184150.712000', '184150.715000', '184150.718000', '184150.720000', '184150.723000', '184150.725000', '184150.728000', '184150.730000', '184150.733000', '184150.736000', '184150.738000', '184150.741000', '184150.743000', '184150.746000', '184150.748000', '184150.751000', '184150.754000', '184150.756000', '184150.759000', '184150.762000', '184150.764000', '184150.767000', '184150.769000', '184150.772000', '184150.775000', '184150.777000', '184150.780000', '184150.782000', '184150.785000', '184150.788000', '184150.790000', '184150.793000', '184150.796000', '184150.799000', '184150.802000', '184150.805000', '184150.807000', '184210.696000', '184210.699000', '184210.702000', '184210.705000', '184210.707000', '184210.710000', '184210.713000', '184210.716000', '184210.718000', '184210.721000', '184210.724000', '184210.726000', '184210.729000', '184210.731000', '184210.734000', '184210.737000', '184210.739000', '184210.742000', '184210.744000', '184210.747000', '184210.750000', '184210.759000', '184210.762000', '184210.764000', '184210.767000', '184210.769000', '184210.772000', '184210.775000', '184210.777000', '184210.780000', '184210.783000', '184210.785000', '184210.788000', '184210.791000', '184210.793000', '184210.796000', '184210.799000', '184210.801000', '184210.804000', '184210.807000', '184210.809000', '184210.812000', '184210.815000', '184210.868000', '184230.696000', '184230.699000', '184230.702000', '184230.705000', '184230.707000', '184230.710000', '184230.713000', '184230.715000', '184230.718000', '184230.720000', '184230.723000', '184230.726000', '184230.728000', '184230.731000', '184230.733000', '184230.736000', '184230.739000', '184230.741000', '184230.744000', '184230.747000', '184230.749000', '184230.752000', '184230.754000', '184230.757000', '184230.760000', '184230.762000', '184230.765000', '184230.767000', '184230.770000', '184230.772000', '184230.775000', '184230.778000', '184230.780000', '184230.783000', '184230.786000', '184230.788000', '184230.791000', '184230.793000', '184230.796000', '184230.799000', '184230.801000', '184230.804000', '184230.806000', '184250.697000', '184250.700000', '184250.702000', '184250.705000', '184250.708000', '184250.710000', '184250.713000', '184250.715000', '184250.718000', '184250.721000', '184250.723000', '184250.726000', '184250.728000', '184250.731000', '184250.734000', '184250.736000', '184250.739000', '184250.742000', '184250.744000', '184250.747000', '184250.749000', '184250.752000', '184250.755000', '184250.757000', '184250.760000', '184250.763000', '184250.765000', '184250.768000', '184250.771000', '184250.773000', '184250.776000', '184250.779000', '184250.781000', '184250.784000', '184250.786000', '184250.789000', '184250.792000', '184250.794000', '184250.797000', '184250.799000', '184250.802000', '184250.805000', '184250.807000', '184250.810000', '184310.697000', '184310.699000', '184310.702000', '184310.705000', '184310.707000', '184310.710000', '184310.713000', '184310.715000', '184310.718000', '184310.720000', '184310.723000', '184310.726000', '184310.728000', '184310.731000', '184310.733000', '184310.736000', '184310.738000', '184310.741000', '184310.744000', '184310.746000', '184310.749000', '184310.752000', '184310.754000', '184310.757000', '184310.759000', '184310.770000', '184310.772000', '184310.775000', '184310.778000', '184310.780000', '184310.783000', '184310.785000', '184310.788000', '184310.791000', '184310.793000', '184310.796000', '184310.799000', '184310.801000', '184310.804000', '184310.807000', '184310.809000', '184310.812000', '184310.868000', '184330.697000', '184330.700000', '184330.703000', '184330.706000', '184330.708000', '184330.711000', '184330.713000', '184330.716000', '184330.720000', '184330.723000', '184330.726000', '184330.728000', '184330.731000', '184330.734000', '184330.736000', '184330.739000', '184330.741000', '184330.744000', '184330.747000', '184330.750000', '184330.752000', '184330.755000', '184330.757000', '184330.760000', '184330.763000', '184330.765000', '184330.768000', '184330.771000', '184330.773000', '184330.776000', '184330.778000', '184330.790000', '184330.793000', '184330.796000', '184330.798000', '184330.801000', '184330.803000', '184330.806000', '184330.809000', '184330.811000', '184330.814000', '184330.895000', '184330.897000', '184330.900000', '184350.696000', '184350.699000', '184350.702000', '184350.705000', '184350.707000', '184350.710000', '184350.712000', '184350.715000', '184350.718000', '184350.720000', '184350.723000', '184350.725000', '184350.728000', '184350.731000', '184350.733000', '184350.736000', '184350.738000', '184350.741000', '184350.743000', '184350.746000', '184350.749000', '184350.751000', '184350.754000', '184350.756000', '184350.759000', '184350.762000', '184350.765000', '184350.767000', '184350.770000', '184350.773000', '184350.775000', '184350.778000', '184350.780000', '184350.783000', '184350.786000', '184350.788000', '184350.791000', '184350.793000', '184350.796000', '184350.798000', '184350.801000', '184350.804000', '184350.806000', '184410.697000', '184410.700000', '184410.702000', '184410.705000', '184410.708000', '184410.710000', '184410.713000', '184410.715000', '184410.718000', '184410.721000', '184410.723000', '184410.726000', '184410.728000', '184410.731000', '184410.734000', '184410.736000', '184410.739000', '184410.741000', '184410.744000', '184410.747000', '184410.749000', '184410.752000', '184410.754000', '184410.757000', '184410.760000', '184410.763000', '184410.766000', '184410.769000', '184410.771000', '184410.774000', '184410.777000', '184410.779000', '184410.782000', '184410.785000', '184410.787000', '184410.790000', '184410.793000', '184410.795000', '184410.798000', '184410.800000', '184410.803000', '184410.806000', '184410.808000', '184430.697000', '184430.699000', '184430.702000', '184430.705000', '184430.707000', '184430.710000', '184430.712000', '184430.715000', '184430.718000', '184430.720000', '184430.723000', '184430.725000', '184430.728000', '184430.731000', '184430.733000', '184430.736000', '184430.738000', '184430.741000', '184430.744000', '184430.746000', '184430.749000', '184430.751000', '184430.754000', '184430.757000', '184430.759000', '184430.762000', '184430.764000', '184430.767000', '184430.770000', '184430.772000', '184430.775000', '184430.778000', '184430.780000', '184430.783000', '184430.785000', '184430.788000', '184430.791000', '184430.793000', '184430.796000', '184430.799000', '184430.801000', '184430.804000', '184430.806000', '184430.809000', '184439.604000', '184439.607000', '184439.610000', '184439.612000', '184439.615000', '184439.618000', '184439.621000', '184439.624000', '184439.627000', '184439.630000', '184439.632000', '184439.635000', '184439.638000', '184439.641000', '184439.646000', '184439.649000', '184439.652000', '184439.655000', '184439.658000', '184439.660000'], 'InstanceCreationTime': ['183750.777000', '183750.780000', '183750.783000', '183750.786000', '183750.789000', '183750.791000', '183750.794000', '183750.797000', '183750.799000', '183750.802000', '183750.804000', '183750.807000', '183750.809000', '183750.812000', '183750.815000', '183750.826000', '183750.829000', '183750.831000', '183750.834000', '183750.846000', '183750.848000', '183750.851000', '183750.854000', '183750.856000', '183810.697000', '183810.700000', '183810.702000', '183810.705000', '183810.707000', '183810.710000', '183810.712000', '183810.715000', '183810.717000', '183810.720000', '183810.723000', '183810.725000', '183810.728000', '183810.730000', '183810.733000', '183810.742000', '183810.745000', '183810.747000', '183810.750000', '183810.753000', '183810.755000', '183810.758000', '183810.760000', '183810.763000', '183810.765000', '183810.768000', '183810.770000', '183810.773000', '183810.776000', '183810.778000', '183810.781000', '183810.783000', '183810.786000', '183810.789000', '183810.791000', '183810.794000', '183810.796000', '183810.799000', '183810.802000', '183810.804000', '183810.807000', '183810.810000', '183810.812000', '183810.844000', '183830.696000', '183830.699000', '183830.702000', '183830.705000', '183830.708000', '183830.710000', '183830.713000', '183830.715000', '183830.718000', '183830.720000', '183830.724000', '183830.727000', '183830.729000', '183830.732000', '183830.735000', '183830.737000', '183830.740000', '183830.743000', '183830.745000', '183830.748000', '183830.751000', '183830.753000', '183830.756000', '183830.759000', '183830.761000', '183830.764000', '183830.769000', '183830.772000', '183830.775000', '183830.777000', '183830.780000', '183830.783000', '183830.785000', '183830.788000', '183830.790000', '183830.793000', '183830.796000', '183830.798000', '183830.801000', '183830.803000', '183830.806000', '183830.808000', '183830.811000', '183850.697000', '183850.700000', '183850.703000', '183850.706000', '183850.708000', '183850.711000', '183850.713000', '183850.716000', '183850.718000', '183850.721000', '183850.724000', '183850.726000', '183850.729000', '183850.731000', '183850.734000', '183850.736000', '183850.739000', '183850.742000', '183850.744000', '183850.747000', '183850.749000', '183850.752000', '183850.754000', '183850.757000', '183850.759000', '183850.762000', '183850.765000', '183850.767000', '183850.770000', '183850.772000', '183850.775000', '183850.778000', '183850.780000', '183850.783000', '183850.785000', '183850.788000', '183850.791000', '183850.793000', '183850.796000', '183850.798000', '183850.801000', '183850.803000', '183850.806000', '183850.809000', '183910.696000', '183910.699000', '183910.702000', '183910.704000', '183910.707000', '183910.709000', '183910.712000', '183910.715000', '183910.717000', '183910.720000', '183910.722000', '183910.725000', '183910.728000', '183910.730000', '183910.733000', '183910.736000', '183910.739000', '183910.741000', '183910.744000', '183910.747000', '183910.750000', '183910.753000', '183910.755000', '183910.758000', '183910.761000', '183910.763000', '183910.766000', '183910.768000', '183910.771000', '183910.774000', '183910.776000', '183910.779000', '183910.781000', '183910.784000', '183910.786000', '183910.789000', '183910.792000', '183910.794000', '183910.797000', '183910.799000', '183910.802000', '183910.804000', '183910.807000', '183930.697000', '183930.699000', '183930.702000', '183930.705000', '183930.707000', '183930.710000', '183930.712000', '183930.715000', '183930.717000', '183930.720000', '183930.723000', '183930.725000', '183930.728000', '183930.730000', '183930.733000', '183930.736000', '183930.738000', '183930.741000', '183930.743000', '183930.746000', '183930.748000', '183930.751000', '183930.754000', '183930.756000', '183930.759000', '183930.761000', '183930.764000', '183930.767000', '183930.770000', '183930.772000', '183930.775000', '183930.777000', '183930.780000', '183930.782000', '183930.785000', '183930.788000', '183930.790000', '183930.793000', '183930.795000', '183930.798000', '183930.801000', '183930.803000', '183930.806000', '183930.809000', '183950.697000', '183950.699000', '183950.702000', '183950.705000', '183950.707000', '183950.710000', '183950.713000', '183950.715000', '183950.718000', '183950.720000', '183950.723000', '183950.726000', '183950.728000', '183950.731000', '183950.733000', '183950.736000', '183950.739000', '183950.741000', '183950.744000', '183950.747000', '183950.749000', '183950.752000', '183950.754000', '183950.757000', '183950.759000', '183950.763000', '183950.766000', '183950.769000', '183950.771000', '183950.774000', '183950.777000', '183950.779000', '183950.782000', '183950.785000', '183950.787000', '183950.790000', '183950.793000', '183950.796000', '183950.799000', '183950.801000', '183950.804000', '183950.807000', '183950.810000', '184010.697000', '184010.699000', '184010.702000', '184010.705000', '184010.707000', '184010.710000', '184010.712000', '184010.715000', '184010.718000', '184010.720000', '184010.723000', '184010.725000', '184010.728000', '184010.731000', '184010.733000', '184010.736000', '184010.738000', '184010.741000', '184010.744000', '184010.746000', '184010.749000', '184010.752000', '184010.754000', '184010.757000', '184010.759000', '184010.762000', '184010.765000', '184010.767000', '184010.770000', '184010.772000', '184010.775000', '184010.777000', '184010.780000', '184010.783000', '184010.785000', '184010.788000', '184010.790000', '184010.793000', '184010.795000', '184010.798000', '184010.801000', '184010.803000', '184010.806000', '184010.808000', '184030.697000', '184030.699000', '184030.702000', '184030.705000', '184030.707000', '184030.710000', '184030.712000', '184030.715000', '184030.718000', '184030.720000', '184030.723000', '184030.725000', '184030.728000', '184030.731000', '184030.733000', '184030.736000', '184030.738000', '184030.741000', '184030.744000', '184030.747000', '184030.750000', '184030.753000', '184030.755000', '184030.758000', '184030.761000', '184030.763000', '184030.766000', '184030.768000', '184030.771000', '184030.774000', '184030.776000', '184030.779000', '184030.782000', '184030.784000', '184030.787000', '184030.789000', '184030.792000', '184030.795000', '184030.797000', '184030.812000', '184030.857000', '184030.859000', '184030.862000', '184050.696000', '184050.699000', '184050.702000', '184050.704000', '184050.707000', '184050.710000', '184050.712000', '184050.715000', '184050.717000', '184050.720000', '184050.723000', '184050.725000', '184050.728000', '184050.731000', '184050.733000', '184050.736000', '184050.739000', '184050.741000', '184050.744000', '184050.746000', '184050.749000', '184050.752000', '184050.754000', '184050.757000', '184050.759000', '184050.762000', '184050.764000', '184050.767000', '184050.770000', '184050.772000', '184050.775000', '184050.777000', '184050.780000', '184050.782000', '184050.785000', '184050.788000', '184050.790000', '184050.793000', '184050.796000', '184050.798000', '184050.801000', '184050.803000', '184050.806000', '184050.808000', '184110.698000', '184110.700000', '184110.703000', '184110.706000', '184110.708000', '184110.711000', '184110.713000', '184110.716000', '184110.719000', '184110.721000', '184110.724000', '184110.726000', '184110.729000', '184110.752000', '184110.755000', '184110.758000', '184110.760000', '184110.763000', '184110.766000', '184110.768000', '184110.771000', '184110.774000', '184110.776000', '184110.779000', '184110.781000', '184110.784000', '184110.787000', '184110.789000', '184110.792000', '184110.795000', '184110.797000', '184110.800000', '184110.805000', '184110.807000', '184110.810000', '184110.813000', '184110.845000', '184110.848000', '184110.851000', '184110.853000', '184110.856000', '184110.859000', '184110.861000', '184130.696000', '184130.699000', '184130.702000', '184130.704000', '184130.707000', '184130.710000', '184130.712000', '184130.715000', '184130.717000', '184130.720000', '184130.723000', '184130.726000', '184130.728000', '184130.731000', '184130.733000', '184130.736000', '184130.739000', '184130.741000', '184130.744000', '184130.747000', '184130.749000', '184130.752000', '184130.754000', '184130.757000', '184130.760000', '184130.762000', '184130.765000', '184130.768000', '184130.770000', '184130.773000', '184130.775000', '184130.778000', '184130.781000', '184130.783000', '184130.786000', '184130.788000', '184130.791000', '184130.794000', '184130.796000', '184130.799000', '184130.801000', '184130.804000', '184130.806000', '184130.809000', '184150.697000', '184150.699000', '184150.702000', '184150.705000', '184150.707000', '184150.710000', '184150.712000', '184150.715000', '184150.718000', '184150.720000', '184150.723000', '184150.725000', '184150.728000', '184150.730000', '184150.733000', '184150.736000', '184150.738000', '184150.741000', '184150.743000', '184150.746000', '184150.748000', '184150.751000', '184150.754000', '184150.756000', '184150.759000', '184150.762000', '184150.764000', '184150.767000', '184150.769000', '184150.772000', '184150.775000', '184150.777000', '184150.780000', '184150.782000', '184150.785000', '184150.788000', '184150.790000', '184150.793000', '184150.796000', '184150.799000', '184150.802000', '184150.805000', '184150.807000', '184210.696000', '184210.699000', '184210.702000', '184210.705000', '184210.707000', '184210.710000', '184210.713000', '184210.716000', '184210.718000', '184210.721000', '184210.724000', '184210.726000', '184210.729000', '184210.731000', '184210.734000', '184210.737000', '184210.739000', '184210.742000', '184210.744000', '184210.747000', '184210.750000', '184210.759000', '184210.762000', '184210.764000', '184210.767000', '184210.769000', '184210.772000', '184210.775000', '184210.777000', '184210.780000', '184210.783000', '184210.785000', '184210.788000', '184210.791000', '184210.793000', '184210.796000', '184210.799000', '184210.801000', '184210.804000', '184210.807000', '184210.809000', '184210.812000', '184210.815000', '184210.868000', '184230.696000', '184230.699000', '184230.702000', '184230.705000', '184230.707000', '184230.710000', '184230.713000', '184230.715000', '184230.718000', '184230.720000', '184230.723000', '184230.726000', '184230.728000', '184230.731000', '184230.733000', '184230.736000', '184230.739000', '184230.741000', '184230.744000', '184230.747000', '184230.749000', '184230.752000', '184230.754000', '184230.757000', '184230.760000', '184230.762000', '184230.765000', '184230.767000', '184230.770000', '184230.772000', '184230.775000', '184230.778000', '184230.780000', '184230.783000', '184230.786000', '184230.788000', '184230.791000', '184230.793000', '184230.796000', '184230.799000', '184230.801000', '184230.804000', '184230.806000', '184250.697000', '184250.700000', '184250.702000', '184250.705000', '184250.708000', '184250.710000', '184250.713000', '184250.715000', '184250.718000', '184250.721000', '184250.723000', '184250.726000', '184250.728000', '184250.731000', '184250.734000', '184250.736000', '184250.739000', '184250.742000', '184250.744000', '184250.747000', '184250.749000', '184250.752000', '184250.755000', '184250.757000', '184250.760000', '184250.763000', '184250.765000', '184250.768000', '184250.771000', '184250.773000', '184250.776000', '184250.779000', '184250.781000', '184250.784000', '184250.786000', '184250.789000', '184250.792000', '184250.794000', '184250.797000', '184250.799000', '184250.802000', '184250.805000', '184250.807000', '184250.810000', '184310.697000', '184310.699000', '184310.702000', '184310.705000', '184310.707000', '184310.710000', '184310.713000', '184310.715000', '184310.718000', '184310.720000', '184310.723000', '184310.726000', '184310.728000', '184310.731000', '184310.733000', '184310.736000', '184310.738000', '184310.741000', '184310.744000', '184310.746000', '184310.749000', '184310.752000', '184310.754000', '184310.757000', '184310.759000', '184310.770000', '184310.772000', '184310.775000', '184310.778000', '184310.780000', '184310.783000', '184310.785000', '184310.788000', '184310.791000', '184310.793000', '184310.796000', '184310.799000', '184310.801000', '184310.804000', '184310.807000', '184310.809000', '184310.812000', '184310.868000', '184330.697000', '184330.700000', '184330.703000', '184330.706000', '184330.708000', '184330.711000', '184330.713000', '184330.716000', '184330.720000', '184330.723000', '184330.726000', '184330.728000', '184330.731000', '184330.734000', '184330.736000', '184330.739000', '184330.741000', '184330.744000', '184330.747000', '184330.750000', '184330.752000', '184330.755000', '184330.757000', '184330.760000', '184330.763000', '184330.765000', '184330.768000', '184330.771000', '184330.773000', '184330.776000', '184330.778000', '184330.790000', '184330.793000', '184330.796000', '184330.798000', '184330.801000', '184330.803000', '184330.806000', '184330.809000', '184330.811000', '184330.814000', '184330.895000', '184330.897000', '184330.900000', '184350.696000', '184350.699000', '184350.702000', '184350.705000', '184350.707000', '184350.710000', '184350.712000', '184350.715000', '184350.718000', '184350.720000', '184350.723000', '184350.725000', '184350.728000', '184350.731000', '184350.733000', '184350.736000', '184350.738000', '184350.741000', '184350.743000', '184350.746000', '184350.749000', '184350.751000', '184350.754000', '184350.756000', '184350.759000', '184350.762000', '184350.765000', '184350.767000', '184350.770000', '184350.773000', '184350.775000', '184350.778000', '184350.780000', '184350.783000', '184350.786000', '184350.788000', '184350.791000', '184350.793000', '184350.796000', '184350.798000', '184350.801000', '184350.804000', '184350.806000', '184410.697000', '184410.700000', '184410.702000', '184410.705000', '184410.708000', '184410.710000', '184410.713000', '184410.715000', '184410.718000', '184410.721000', '184410.723000', '184410.726000', '184410.728000', '184410.731000', '184410.734000', '184410.736000', '184410.739000', '184410.741000', '184410.744000', '184410.747000', '184410.749000', '184410.752000', '184410.754000', '184410.757000', '184410.760000', '184410.763000', '184410.766000', '184410.769000', '184410.771000', '184410.774000', '184410.777000', '184410.779000', '184410.782000', '184410.785000', '184410.787000', '184410.790000', '184410.793000', '184410.795000', '184410.798000', '184410.800000', '184410.803000', '184410.806000', '184410.808000', '184430.697000', '184430.699000', '184430.702000', '184430.705000', '184430.707000', '184430.710000', '184430.712000', '184430.715000', '184430.718000', '184430.720000', '184430.723000', '184430.725000', '184430.728000', '184430.731000', '184430.733000', '184430.736000', '184430.738000', '184430.741000', '184430.744000', '184430.746000', '184430.749000', '184430.751000', '184430.754000', '184430.757000', '184430.759000', '184430.762000', '184430.764000', '184430.767000', '184430.770000', '184430.772000', '184430.775000', '184430.778000', '184430.780000', '184430.783000', '184430.785000', '184430.788000', '184430.791000', '184430.793000', '184430.796000', '184430.799000', '184430.801000', '184430.804000', '184430.806000', '184430.809000', '184439.604000', '184439.607000', '184439.610000', '184439.612000', '184439.615000', '184439.618000', '184439.621000', '184439.624000', '184439.627000', '184439.630000', '184439.632000', '184439.635000', '184439.638000', '184439.641000', '184439.646000', '184439.649000', '184439.652000', '184439.655000', '184439.658000', '184439.660000'], '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': [10826, 9925, 13580, 10056, 12014, 7247, 9808, 6055, 8701, 6070, 8993, 11092, 7527, 9626, 6329, 8404, 5799, 8085, 5657, 8384, 5806, 7693, 6255, 7589, 5866, 7797, 5550, 7895, 5716, 8722, 5937, 9151, 5812, 9065, 8320, 9745, 7236, 9561, 8391, 9147, 12890, 9268, 11560, 7201, 9886, 6161, 9566, 13625, 9103, 10629, 7555, 8598, 6219, 7981, 6368, 9089, 10834, 7761, 8859, 7331, 8010, 5820, 8769, 9095, 6993, 8024, 7382, 7627, 6419, 7137, 5736, 8243, 5617, 7127, 6917, 7396, 7548, 6963, 8381, 6305, 7862, 6197, 8255, 6315, 8770, 11389, 6860, 8870, 6665, 8121, 5623, 8761, 10683, 6651, 8239, 5611, 8711, 5627, 7782, 5738, 7928, 10720, 8029, 10288, 7584, 10488, 7700, 9617, 12689, 8586, 9722, 6600, 9697, 6248, 8404, 7492, 7200, 9117, 7062, 8636, 7063, 8511, 7614, 9112, 5851, 8558, 8600, 7843, 11118, 7508, 9457, 7006, 8165, 5662, 8347, 6969, 6999, 9234, 6836, 8755, 5853, 8583, 6139, 7357, 8500, 6916, 8585, 6686, 7976, 5703, 8273, 5699, 7237, 6019, 7528, 5633, 8441, 6486, 9955, 6805, 10195, 12951, 10719, 11315, 8013, 9839, 12948, 8178, 9932, 6509, 9126, 6193, 8545, 5759, 8238, 6923, 7732, 10092, 7284, 8513, 6009, 8299, 5572, 7455, 10476, 6704, 8545, 5839, 8435, 5829, 7765, 5717, 7747, 5607, 8068, 10547, 6941, 8630, 5808, 8573, 11117, 7617, 8187, 6603, 7247, 10027, 6718, 8083, 5759, 8175, 5523, 6674, 6082, 6577, 9355, 6141, 8170, 5867, 8004, 9724, 6507, 8892, 6660, 7953, 11533, 6771, 8434, 5754, 8813, 6501, 7249, 8697, 6551, 7592, 6866, 9246, 7008, 8903, 6182, 9581, 8134, 7669, 11267, 6958, 8720, 9152, 8130, 11048, 6904, 9016, 5552, 8705, 10060, 6672, 8497, 5772, 8312, 5764, 7553, 7869, 6734, 8496, 6057, 7687, 5612, 8243, 5781, 8190, 5577, 7833, 5597, 7865, 5393, 7828, 5573, 8097, 11345, 7050, 8941, 6497, 9924, 9875, 7718, 11153, 7119, 10135, 8060, 8325, 8016, 8090, 6862, 7859, 11000, 7317, 9588, 8174, 11788, 11375, 8238, 13266, 8031, 10096, 7792, 7652, 12472, 7625, 8874, 6795, 8550, 9340, 7345, 9006, 6142, 8371, 5963, 8255, 8053, 6323, 7937, 6558, 8281, 6700, 7808, 5789, 8785, 5926, 8661, 7617, 7100, 10597, 6909, 8984, 6139, 8942, 11916, 7043, 8813, 5828, 9403, 6451, 7657, 10121, 6805, 8268, 5566, 8313, 5474, 8523, 5827, 7587, 6516, 7525, 8177, 6842, 7235, 7527, 8871, 7046, 9040, 6793, 8059, 7507, 10168, 6542, 9283, 11603, 8630, 10910, 8392, 9462, 8284, 8808, 12498, 7973, 8431, 5908, 8669, 5724, 7884, 7741, 6850, 7512, 7786, 9575, 6791, 9216, 5675, 8907, 6214, 8881, 11966, 8280, 9084, 6744, 8977, 8527, 7420, 10458, 5835, 9129, 7911, 6798, 8686, 7286, 8067, 5957, 8274, 5943, 7232, 8794, 6144, 7757, 5826, 8176, 5856, 8061, 9974, 6279, 8220, 6830, 8673, 5924, 8059, 7586, 8991, 10531, 8315, 11102, 7859, 9683, 8482, 9829, 12749, 8539, 9140, 6441, 9046, 11290, 7628, 8545, 6540, 8534, 10148, 7073, 8191, 5960, 7793, 5677, 8073, 5705, 7928, 11417, 6727, 8411, 5769, 9122, 10533, 7119, 9455, 6272, 9636, 11165, 7001, 8950, 7354, 7884, 5787, 8821, 8720, 6620, 8579, 6762, 7803, 6038, 8054, 5630, 8173, 9983, 6148, 7836, 5788, 7882, 6228, 7022, 6114, 7692, 6673, 9268, 11845, 7325, 9056, 6635, 8925, 11447, 8615, 9952, 7264, 9692, 6355, 8899, 11429, 7347, 9104, 6432, 8495, 5762, 8267, 9756, 6988, 9273, 5597, 8816, 6003, 8010, 10579, 6638, 7805, 5716, 8546, 5593, 8032, 5538, 7769, 7683, 6401, 9271, 6895, 9240, 5776, 8631, 12090, 7572, 9295, 6943, 8657, 8211, 8626, 11864, 7870, 8677, 6218, 8835, 11410, 7053, 8718, 6056, 9459, 6074, 8223, 11313, 6288, 8354, 5481, 8165, 6271, 7849, 9188, 6425, 8901, 5918, 8471, 10406, 6850, 8654, 6328, 8079, 7362, 7590, 9676, 6524, 8305, 5905, 8777, 9610, 6866, 8831, 5583, 8300, 5846, 8340, 9173, 6854, 8517, 6025, 7897, 5801, 7747, 5673, 8413, 9936, 6577, 8287, 6897, 7837, 5814, 7836, 5770, 8338, 6897, 7871, 6818, 8182, 9517, 6973, 9800, 6196, 8120, 5935, 8065, 5788, 7932, 6586, 7722, 7083, 9764, 6329, 9987, 9978, 11464, 13454, 10382, 11249, 14421, 10756, 10987, 7775, 9735, 12767, 8489, 10742, 7753, 8848, 6884, 7101, 10581, 7420, 8471, 6385, 9059, 6901, 7441, 6353, 7678, 10385, 8196, 11079, 8815, 10145, 6384, 8835, 12208, 8212, 9231, 6696, 9559, 5860, 7822, 10664, 7325, 8306, 5963, 8434, 5814, 7326, 5744, 7157, 6157, 7637, 9643, 6759, 8194, 6817, 9109, 6710, 9938, 7383, 9434, 7009, 9380, 6072, 8473, 12193, 8526, 9222, 8098, 8770, 7266, 8724, 6857, 9865, 6027, 8981, 7124, 9272, 13415, 9821, 10054, 8175, 8952, 6427, 9167, 8133, 9379, 8920, 7849, 10042, 7333, 8473, 6590, 8366, 9560, 7202, 8034, 5842, 7971, 5817, 8126, 9522, 6299, 7401, 6465, 6974, 6005, 7472, 5878, 7769, 8294, 6903, 8034, 6977, 7747, 5776, 8345, 8560, 7325, 8859, 6657, 7412, 5880, 8315, 7457, 7939, 9512, 6292, 7766, 6770, 7468, 5758, 7672, 5639, 8213, 5756, 7930, 6252, 8359, 10946, 8670, 11670, 8186, 10026, 7178, 9188, 12537, 8674, 9189, 6359, 9430, 6661, 8211, 6789, 7851, 9173, 7457, 9352, 6818, 7493, 6119, 7719, 6225, 8479, 11272, 7441, 8450, 5864, 8925, 8051, 8331, 10946, 7250, 8477, 6202, 8091, 5625, 8121, 5705, 8574, 6207, 8366, 11845, 7802, 9932, 8028, 10507, 8506, 8121, 11257, 7603, 9118, 6521, 9052, 5930, 7863, 6231, 7046, 10245, 6247, 8411, 5975, 8366, 9114, 6984, 10156, 7098, 8605, 5976, 8816, 5940, 8117, 9654, 6698, 8872, 7051, 8317, 6402, 7797, 5593, 8480, 5982, 7868, 8135, 7151, 9799, 7170, 7805, 5944, 7974, 5611, 7540, 5748, 7697, 5599, 8476, 5807, 7737, 5614, 8504, 9308, 7368, 9478, 7440, 9881, 6850, 8939, 6674, 8273, 6730, 8535, 7745, 9912, 6892, 9577, 8897, 10709, 11502, 8624, 11748, 8446, 8844, 8091, 8687, 7679, 9522, 7656, 9733, 8728, 11728, 8429, 11815, 11015, 12084, 12681, 9402, 10980, 7849, 8681, 9234, 8925, 12684, 8381, 8584, 5718, 7753, 9175, 7264, 8702, 7003, 7697, 5956, 8453, 7734, 7634, 9282, 6577, 8538], 'WindowCenter': [3637.0, 3612.0, 3618.0, 3582.0, 3604.0, 3549.0, 3567.0, 3512.0, 3555.0, 3511.0, 3555.0, 3574.0, 3544.0, 3566.0, 3521.0, 3542.0, 3511.0, 3544.0, 3499.0, 3543.0, 3511.0, 3546.0, 3524.0, 3546.0, 3514.0, 3556.0, 3513.0, 3558.0, 3526.0, 3569.0, 3527.0, 3579.0, 3528.0, 3570.0, 3558.0, 3569.0, 3546.0, 3567.0, 3554.0, 3566.0, 3588.0, 3566.0, 3576.0, 3533.0, 3564.0, 3509.0, 3552.0, 3585.0, 3552.0, 3563.0, 3530.0, 3539.0, 3509.0, 3530.0, 3506.0, 3552.0, 3563.0, 3530.0, 3539.0, 3529.0, 3542.0, 3497.0, 3541.0, 3552.0, 3531.0, 3529.0, 3531.0, 3530.0, 3522.0, 3530.0, 3510.0, 3556.0, 3512.0, 3535.0, 3532.0, 3544.0, 3544.0, 3546.0, 3556.0, 3537.0, 3557.0, 3525.0, 3556.0, 3537.0, 3569.0, 3590.0, 3538.0, 3566.0, 3533.0, 3556.0, 3512.0, 3555.0, 3575.0, 3534.0, 3558.0, 3514.0, 3557.0, 3512.0, 3545.0, 3512.0, 3558.0, 3588.0, 3558.0, 3579.0, 3545.0, 3578.0, 3558.0, 3567.0, 3586.0, 3553.0, 3567.0, 3535.0, 3565.0, 3521.0, 3543.0, 3530.0, 3531.0, 3554.0, 3545.0, 3554.0, 3545.0, 3569.0, 3558.0, 3567.0, 3512.0, 3556.0, 3568.0, 3559.0, 3587.0, 3546.0, 3566.0, 3533.0, 3553.0, 3513.0, 3569.0, 3544.0, 3535.0, 3567.0, 3547.0, 3555.0, 3525.0, 3570.0, 3524.0, 3544.0, 3554.0, 3533.0, 3554.0, 3533.0, 3554.0, 3513.0, 3556.0, 3515.0, 3545.0, 3525.0, 3558.0, 3526.0, 3558.0, 3536.0, 3579.0, 3535.0, 3579.0, 3590.0, 3579.0, 3575.0, 3541.0, 3565.0, 3573.0, 3539.0, 3551.0, 3510.0, 3553.0, 3508.0, 3541.0, 3496.0, 3541.0, 3530.0, 3530.0, 3563.0, 3531.0, 3542.0, 3509.0, 3541.0, 3501.0, 3534.0, 3561.0, 3519.0, 3539.0, 3497.0, 3540.0, 3498.0, 3531.0, 3509.0, 3543.0, 3510.0, 3556.0, 3577.0, 3532.0, 3554.0, 3512.0, 3554.0, 3562.0, 3543.0, 3555.0, 3520.0, 3530.0, 3550.0, 3520.0, 3541.0, 3511.0, 3555.0, 3500.0, 3521.0, 3521.0, 3548.0, 3565.0, 3524.0, 3569.0, 3526.0, 3557.0, 3565.0, 3523.0, 3555.0, 3532.0, 3556.0, 3576.0, 3522.0, 3543.0, 3512.0, 3555.0, 3521.0, 3543.0, 3553.0, 3523.0, 3543.0, 3535.0, 3567.0, 3546.0, 3567.0, 3526.0, 3579.0, 3543.0, 3546.0, 3577.0, 3533.0, 3555.0, 3552.0, 3556.0, 3588.0, 3533.0, 3553.0, 3498.0, 3554.0, 3562.0, 3520.0, 3552.0, 3510.0, 3556.0, 3512.0, 3544.0, 3542.0, 3521.0, 3553.0, 3522.0, 3557.0, 3513.0, 3554.0, 3511.0, 3555.0, 3512.0, 3559.0, 3515.0, 3557.0, 3515.0, 3560.0, 3516.0, 3570.0, 3602.0, 3561.0, 3582.0, 3536.0, 3581.0, 3578.0, 3557.0, 3579.0, 3535.0, 3579.0, 3555.0, 3557.0, 3544.0, 3556.0, 3534.0, 3556.0, 3590.0, 3560.0, 3579.0, 3556.0, 3590.0, 3589.0, 3556.0, 3589.0, 3557.0, 3577.0, 3530.0, 3543.0, 3585.0, 3544.0, 3553.0, 3533.0, 3554.0, 3551.0, 3544.0, 3554.0, 3510.0, 3542.0, 3509.0, 3556.0, 3544.0, 3523.0, 3554.0, 3523.0, 3553.0, 3533.0, 3545.0, 3526.0, 3568.0, 3523.0, 3556.0, 3544.0, 3534.0, 3578.0, 3535.0, 3566.0, 3522.0, 3567.0, 3576.0, 3532.0, 3567.0, 3514.0, 3565.0, 3521.0, 3545.0, 3576.0, 3534.0, 3554.0, 3515.0, 3556.0, 3501.0, 3556.0, 3512.0, 3546.0, 3522.0, 3557.0, 3568.0, 3535.0, 3545.0, 3556.0, 3567.0, 3547.0, 3569.0, 3547.0, 3557.0, 3560.0, 3580.0, 3525.0, 3567.0, 3589.0, 3567.0, 3575.0, 3544.0, 3566.0, 3541.0, 3553.0, 3587.0, 3543.0, 3542.0, 3498.0, 3542.0, 3497.0, 3543.0, 3545.0, 3535.0, 3544.0, 3558.0, 3564.0, 3533.0, 3568.0, 3515.0, 3567.0, 3524.0, 3566.0, 3575.0, 3555.0, 3568.0, 3534.0, 3554.0, 3553.0, 3533.0, 3564.0, 3498.0, 3564.0, 3555.0, 3534.0, 3552.0, 3532.0, 3543.0, 3510.0, 3553.0, 3511.0, 3545.0, 3556.0, 3523.0, 3544.0, 3512.0, 3555.0, 3512.0, 3557.0, 3579.0, 3524.0, 3556.0, 3548.0, 3568.0, 3524.0, 3545.0, 3557.0, 3569.0, 3578.0, 3557.0, 3575.0, 3545.0, 3566.0, 3541.0, 3565.0, 3587.0, 3553.0, 3552.0, 3508.0, 3552.0, 3562.0, 3530.0, 3541.0, 3509.0, 3541.0, 3549.0, 3520.0, 3541.0, 3510.0, 3544.0, 3511.0, 3543.0, 3512.0, 3556.0, 3575.0, 3534.0, 3558.0, 3513.0, 3565.0, 3564.0, 3533.0, 3566.0, 3521.0, 3567.0, 3588.0, 3533.0, 3552.0, 3533.0, 3544.0, 3510.0, 3567.0, 3555.0, 3523.0, 3552.0, 3533.0, 3543.0, 3522.0, 3556.0, 3511.0, 3555.0, 3564.0, 3523.0, 3545.0, 3514.0, 3556.0, 3524.0, 3545.0, 3526.0, 3559.0, 3535.0, 3579.0, 3602.0, 3547.0, 3556.0, 3534.0, 3556.0, 3575.0, 3556.0, 3566.0, 3533.0, 3552.0, 3522.0, 3566.0, 3574.0, 3532.0, 3566.0, 3523.0, 3553.0, 3511.0, 3555.0, 3564.0, 3533.0, 3568.0, 3503.0, 3555.0, 3511.0, 3546.0, 3564.0, 3534.0, 3546.0, 3512.0, 3553.0, 3502.0, 3556.0, 3502.0, 3559.0, 3545.0, 3538.0, 3579.0, 3547.0, 3568.0, 3514.0, 3572.0, 3601.0, 3546.0, 3567.0, 3534.0, 3556.0, 3555.0, 3557.0, 3576.0, 3543.0, 3555.0, 3511.0, 3554.0, 3575.0, 3535.0, 3556.0, 3512.0, 3565.0, 3522.0, 3555.0, 3574.0, 3521.0, 3555.0, 3513.0, 3556.0, 3522.0, 3557.0, 3565.0, 3524.0, 3566.0, 3526.0, 3570.0, 3577.0, 3535.0, 3557.0, 3523.0, 3545.0, 3532.0, 3547.0, 3566.0, 3522.0, 3544.0, 3513.0, 3555.0, 3564.0, 3533.0, 3567.0, 3502.0, 3544.0, 3510.0, 3556.0, 3553.0, 3523.0, 3555.0, 3523.0, 3543.0, 3513.0, 3546.0, 3512.0, 3556.0, 3579.0, 3536.0, 3555.0, 3547.0, 3558.0, 3514.0, 3545.0, 3514.0, 3571.0, 3548.0, 3559.0, 3536.0, 3570.0, 3579.0, 3548.0, 3580.0, 3526.0, 3557.0, 3525.0, 3558.0, 3526.0, 3558.0, 3550.0, 3560.0, 3561.0, 3592.0, 3552.0, 3595.0, 3581.0, 3605.0, 3603.0, 3579.0, 3579.0, 3600.0, 3578.0, 3576.0, 3531.0, 3565.0, 3573.0, 3540.0, 3564.0, 3531.0, 3540.0, 3518.0, 3530.0, 3562.0, 3529.0, 3541.0, 3520.0, 3553.0, 3520.0, 3531.0, 3508.0, 3532.0, 3561.0, 3542.0, 3577.0, 3553.0, 3563.0, 3509.0, 3552.0, 3561.0, 3529.0, 3553.0, 3519.0, 3551.0, 3496.0, 3528.0, 3549.0, 3518.0, 3541.0, 3498.0, 3541.0, 3496.0, 3531.0, 3497.0, 3531.0, 3509.0, 3543.0, 3565.0, 3535.0, 3555.0, 3534.0, 3554.0, 3534.0, 3565.0, 3533.0, 3555.0, 3534.0, 3555.0, 3512.0, 3545.0, 3576.0, 3555.0, 3553.0, 3543.0, 3554.0, 3532.0, 3553.0, 3522.0, 3564.0, 3510.0, 3554.0, 3520.0, 3554.0, 3587.0, 3553.0, 3551.0, 3540.0, 3540.0, 3507.0, 3552.0, 3541.0, 3553.0, 3539.0, 3530.0, 3550.0, 3518.0, 3528.0, 3519.0, 3541.0, 3549.0, 3530.0, 3528.0, 3496.0, 3529.0, 3496.0, 3540.0, 3563.0, 3521.0, 3530.0, 3521.0, 3520.0, 3511.0, 3532.0, 3511.0, 3546.0, 3556.0, 3535.0, 3543.0, 3534.0, 3544.0, 3511.0, 3555.0, 3555.0, 3547.0, 3567.0, 3534.0, 3545.0, 3512.0, 3555.0, 3544.0, 3557.0, 3578.0, 3524.0, 3544.0, 3536.0, 3545.0, 3513.0, 3546.0, 3526.0, 3558.0, 3526.0, 3572.0, 3537.0, 3569.0, 3579.0, 3569.0, 3591.0, 3559.0, 3568.0, 3534.0, 3566.0, 3587.0, 3554.0, 3555.0, 3522.0, 3566.0, 3533.0, 3554.0, 3522.0, 3544.0, 3564.0, 3545.0, 3568.0, 3536.0, 3546.0, 3525.0, 3546.0, 3523.0, 3558.0, 3590.0, 3545.0, 3555.0, 3513.0, 3567.0, 3544.0, 3556.0, 3589.0, 3545.0, 3555.0, 3523.0, 3545.0, 3512.0, 3557.0, 3514.0, 3557.0, 3526.0, 3558.0, 3588.0, 3546.0, 3581.0, 3558.0, 3577.0, 3554.0, 3545.0, 3575.0, 3531.0, 3557.0, 3523.0, 3554.0, 3511.0, 3545.0, 3512.0, 3534.0, 3577.0, 3537.0, 3558.0, 3523.0, 3557.0, 3567.0, 3535.0, 3566.0, 3535.0, 3557.0, 3513.0, 3555.0, 3512.0, 3544.0, 3566.0, 3535.0, 3554.0, 3534.0, 3555.0, 3523.0, 3546.0, 3514.0, 3558.0, 3523.0, 3556.0, 3556.0, 3547.0, 3566.0, 3546.0, 3546.0, 3524.0, 3544.0, 3514.0, 3547.0, 3514.0, 3559.0, 3515.0, 3557.0, 3526.0, 3559.0, 3515.0, 3569.0, 3581.0, 3560.0, 3567.0, 3547.0, 3578.0, 3537.0, 3567.0, 3538.0, 3571.0, 3537.0, 3569.0, 3560.0, 3578.0, 3535.0, 3570.0, 3567.0, 3578.0, 3576.0, 3554.0, 3575.0, 3543.0, 3553.0, 3543.0, 3553.0, 3544.0, 3553.0, 3533.0, 3553.0, 3555.0, 3574.0, 3543.0, 3575.0, 3564.0, 3575.0, 3574.0, 3539.0, 3551.0, 3528.0, 3528.0, 3537.0, 3541.0, 3571.0, 3526.0, 3525.0, 3482.0, 3516.0, 3536.0, 3518.0, 3539.0, 3517.0, 3517.0, 3497.0, 3541.0, 3528.0, 3530.0, 3552.0, 3508.0, 3539.0], 'WindowWidth': [8229.0, 8184.0, 8186.0, 8122.0, 8156.0, 8074.0, 8093.0, 8010.0, 8071.0, 8010.0, 8070.0, 8095.0, 8058.0, 8088.0, 8021.0, 8049.0, 8010.0, 8055.0, 7989.0, 8052.0, 8009.0, 8061.0, 8030.0, 8061.0, 8019.0, 8077.0, 8017.0, 8080.0, 8038.0, 8096.0, 8039.0, 8111.0, 8043.0, 8100.0, 8082.0, 8095.0, 8060.0, 8090.0, 8070.0, 8087.0, 8123.0, 8087.0, 8100.0, 8037.0, 8081.0, 8003.0, 8063.0, 8113.0, 8061.0, 8078.0, 8030.0, 8041.0, 8000.0, 8029.0, 7995.0, 8061.0, 8081.0, 8030.0, 8041.0, 8029.0, 8048.0, 7983.0, 8044.0, 8064.0, 8034.0, 8028.0, 8033.0, 8032.0, 8024.0, 8034.0, 8009.0, 8076.0, 8015.0, 8044.0, 8038.0, 8057.0, 8056.0, 8061.0, 8079.0, 8052.0, 8077.0, 8034.0, 8077.0, 8055.0, 8097.0, 8128.0, 8056.0, 8086.0, 8042.0, 8076.0, 8013.0, 8072.0, 8099.0, 8043.0, 8081.0, 8018.0, 8076.0, 8015.0, 8059.0, 8014.0, 8082.0, 8121.0, 8081.0, 8111.0, 8060.0, 8107.0, 8082.0, 8092.0, 8116.0, 8066.0, 8091.0, 8048.0, 8084.0, 8020.0, 8051.0, 8032.0, 8036.0, 8071.0, 8061.0, 8072.0, 8060.0, 8099.0, 8083.0, 8090.0, 8014.0, 8074.0, 8095.0, 8085.0, 8119.0, 8065.0, 8089.0, 8040.0, 8067.0, 8018.0, 8097.0, 8059.0, 8047.0, 8095.0, 8066.0, 8074.0, 8035.0, 8101.0, 8034.0, 8058.0, 8068.0, 8042.0, 8068.0, 8041.0, 8071.0, 8014.0, 8073.0, 8020.0, 8062.0, 8035.0, 8081.0, 8038.0, 8083.0, 8050.0, 8110.0, 8048.0, 8109.0, 8130.0, 8110.0, 8099.0, 8047.0, 8082.0, 8094.0, 8040.0, 8057.0, 8004.0, 8064.0, 8001.0, 8045.0, 7983.0, 8046.0, 8031.0, 8031.0, 8080.0, 8037.0, 8049.0, 8003.0, 8045.0, 7994.0, 8042.0, 8072.0, 8013.0, 8040.0, 7982.0, 8040.0, 7986.0, 8032.0, 8005.0, 8054.0, 8007.0, 8075.0, 8104.0, 8037.0, 8070.0, 8012.0, 8067.0, 8078.0, 8052.0, 8072.0, 8018.0, 8031.0, 8058.0, 8017.0, 8044.0, 8009.0, 8071.0, 7994.0, 8022.0, 8023.0, 8070.0, 8087.0, 8033.0, 8099.0, 8037.0, 8076.0, 8086.0, 8028.0, 8073.0, 8040.0, 8076.0, 8102.0, 8024.0, 8052.0, 8010.0, 8068.0, 8021.0, 8054.0, 8066.0, 8027.0, 8055.0, 8047.0, 8094.0, 8064.0, 8090.0, 8039.0, 8108.0, 8055.0, 8063.0, 8104.0, 8040.0, 8071.0, 8064.0, 8074.0, 8123.0, 8039.0, 8064.0, 7987.0, 8068.0, 8078.0, 8020.0, 8063.0, 8007.0, 8077.0, 8013.0, 8057.0, 8050.0, 8023.0, 8065.0, 8027.0, 8080.0, 8017.0, 8070.0, 8011.0, 8072.0, 8015.0, 8086.0, 8026.0, 8081.0, 8022.0, 8090.0, 8028.0, 8102.0, 8148.0, 8095.0, 8119.0, 8051.0, 8116.0, 8110.0, 8079.0, 8110.0, 8045.0, 8108.0, 8073.0, 8075.0, 8056.0, 8075.0, 8043.0, 8077.0, 8131.0, 8088.0, 8110.0, 8077.0, 8127.0, 8125.0, 8073.0, 8125.0, 8077.0, 8101.0, 8033.0, 8054.0, 8113.0, 8055.0, 8065.0, 8042.0, 8069.0, 8061.0, 8056.0, 8068.0, 8006.0, 8048.0, 8005.0, 8073.0, 8057.0, 8027.0, 8071.0, 8029.0, 8068.0, 8040.0, 8061.0, 8037.0, 8094.0, 8029.0, 8076.0, 8056.0, 8044.0, 8108.0, 8047.0, 8086.0, 8024.0, 8091.0, 8102.0, 8039.0, 8091.0, 8018.0, 8085.0, 8021.0, 8057.0, 8103.0, 8042.0, 8070.0, 8022.0, 8076.0, 7997.0, 8075.0, 8014.0, 8061.0, 8027.0, 8081.0, 8095.0, 8049.0, 8059.0, 8077.0, 8092.0, 8065.0, 8099.0, 8068.0, 8079.0, 8088.0, 8113.0, 8033.0, 8090.0, 8126.0, 8091.0, 8100.0, 8055.0, 8088.0, 8047.0, 8063.0, 8118.0, 8055.0, 8048.0, 7987.0, 8048.0, 7983.0, 8051.0, 8061.0, 8046.0, 8059.0, 8082.0, 8084.0, 8042.0, 8097.0, 8022.0, 8091.0, 8031.0, 8087.0, 8100.0, 8071.0, 8093.0, 8042.0, 8067.0, 8064.0, 8038.0, 8080.0, 7988.0, 8081.0, 8073.0, 8044.0, 8064.0, 8038.0, 8054.0, 8006.0, 8065.0, 8007.0, 8058.0, 8076.0, 8027.0, 8056.0, 8011.0, 8071.0, 8011.0, 8080.0, 8111.0, 8031.0, 8074.0, 8071.0, 8093.0, 8031.0, 8059.0, 8079.0, 8098.0, 8111.0, 8076.0, 8099.0, 8058.0, 8089.0, 8046.0, 8083.0, 8121.0, 8066.0, 8062.0, 8001.0, 8062.0, 8078.0, 8029.0, 8048.0, 8002.0, 8046.0, 8055.0, 8018.0, 8047.0, 8009.0, 8059.0, 8011.0, 8053.0, 8015.0, 8075.0, 8099.0, 8044.0, 8081.0, 8017.0, 8085.0, 8083.0, 8041.0, 8088.0, 8021.0, 8091.0, 8122.0, 8040.0, 8064.0, 8040.0, 8054.0, 8006.0, 8091.0, 8073.0, 8026.0, 8065.0, 8040.0, 8054.0, 8026.0, 8073.0, 8008.0, 8071.0, 8083.0, 8027.0, 8061.0, 8021.0, 8076.0, 8033.0, 8060.0, 8038.0, 8086.0, 8048.0, 8111.0, 8147.0, 8066.0, 8074.0, 8043.0, 8074.0, 8099.0, 8076.0, 8089.0, 8039.0, 8063.0, 8025.0, 8087.0, 8096.0, 8039.0, 8090.0, 8028.0, 8064.0, 8009.0, 8072.0, 8082.0, 8039.0, 8093.0, 8004.0, 8069.0, 8009.0, 8061.0, 8081.0, 8043.0, 8063.0, 8013.0, 8067.0, 8000.0, 8075.0, 8002.0, 8084.0, 8061.0, 8056.0, 8113.0, 8065.0, 8094.0, 8019.0, 8106.0, 8145.0, 8062.0, 8089.0, 8044.0, 8073.0, 8073.0, 8078.0, 8104.0, 8051.0, 8071.0, 8009.0, 8068.0, 8097.0, 8047.0, 8076.0, 8011.0, 8084.0, 8026.0, 8071.0, 8094.0, 8021.0, 8073.0, 8017.0, 8074.0, 8025.0, 8079.0, 8087.0, 8030.0, 8088.0, 8039.0, 8099.0, 8104.0, 8047.0, 8078.0, 8027.0, 8056.0, 8038.0, 8065.0, 8091.0, 8025.0, 8053.0, 8013.0, 8072.0, 8081.0, 8041.0, 8091.0, 8001.0, 8054.0, 8007.0, 8074.0, 8066.0, 8027.0, 8074.0, 8029.0, 8053.0, 8015.0, 8063.0, 8013.0, 8076.0, 8112.0, 8052.0, 8074.0, 8067.0, 8081.0, 8019.0, 8060.0, 8019.0, 8105.0, 8071.0, 8084.0, 8049.0, 8100.0, 8109.0, 8068.0, 8115.0, 8037.0, 8079.0, 8036.0, 8081.0, 8039.0, 8082.0, 8076.0, 8089.0, 8091.0, 8134.0, 8083.0, 8142.0, 8117.0, 8156.0, 8153.0, 8109.0, 8110.0, 8145.0, 8107.0, 8102.0, 8033.0, 8082.0, 8095.0, 8043.0, 8083.0, 8034.0, 8043.0, 8013.0, 8032.0, 8075.0, 8027.0, 8044.0, 8019.0, 8064.0, 8016.0, 8032.0, 8001.0, 8035.0, 8074.0, 8049.0, 8104.0, 8065.0, 8076.0, 8001.0, 8062.0, 8075.0, 8026.0, 8065.0, 8016.0, 8056.0, 7979.0, 8025.0, 8053.0, 8011.0, 8044.0, 7985.0, 8044.0, 7982.0, 8031.0, 7985.0, 8034.0, 8001.0, 8053.0, 8084.0, 8045.0, 8070.0, 8043.0, 8069.0, 8042.0, 8084.0, 8040.0, 8072.0, 8040.0, 8070.0, 8011.0, 8057.0, 8104.0, 8068.0, 8064.0, 8053.0, 8067.0, 8036.0, 8067.0, 8023.0, 8080.0, 8004.0, 8067.0, 8019.0, 8066.0, 8118.0, 8065.0, 8059.0, 8044.0, 8044.0, 7997.0, 8060.0, 8046.0, 8063.0, 8040.0, 8030.0, 8057.0, 8010.0, 8024.0, 8014.0, 8044.0, 8054.0, 8029.0, 8026.0, 7981.0, 8027.0, 7979.0, 8043.0, 8081.0, 8022.0, 8032.0, 8021.0, 8018.0, 8008.0, 8036.0, 8008.0, 8062.0, 8075.0, 8044.0, 8054.0, 8043.0, 8056.0, 8010.0, 8070.0, 8073.0, 8065.0, 8090.0, 8041.0, 8058.0, 8013.0, 8072.0, 8054.0, 8079.0, 8109.0, 8032.0, 8057.0, 8047.0, 8059.0, 8016.0, 8062.0, 8038.0, 8081.0, 8039.0, 8106.0, 8054.0, 8098.0, 8109.0, 8095.0, 8130.0, 8082.0, 8091.0, 8042.0, 8086.0, 8117.0, 8067.0, 8069.0, 8025.0, 8087.0, 8040.0, 8068.0, 8023.0, 8056.0, 8081.0, 8060.0, 8095.0, 8050.0, 8061.0, 8034.0, 8063.0, 8027.0, 8080.0, 8128.0, 8059.0, 8070.0, 8014.0, 8090.0, 8054.0, 8073.0, 8124.0, 8060.0, 8070.0, 8027.0, 8059.0, 8012.0, 8078.0, 8021.0, 8078.0, 8036.0, 8081.0, 8123.0, 8061.0, 8116.0, 8081.0, 8100.0, 8068.0, 8057.0, 8099.0, 8034.0, 8076.0, 8028.0, 8066.0, 8009.0, 8058.0, 8011.0, 8042.0, 8104.0, 8053.0, 8081.0, 8029.0, 8076.0, 8090.0, 8045.0, 8086.0, 8046.0, 8077.0, 8014.0, 8070.0, 8010.0, 8057.0, 8090.0, 8045.0, 8070.0, 8041.0, 8073.0, 8029.0, 8060.0, 8019.0, 8079.0, 8027.0, 8074.0, 8074.0, 8064.0, 8087.0, 8062.0, 8062.0, 8031.0, 8056.0, 8017.0, 8066.0, 8018.0, 8083.0, 8024.0, 8077.0, 8038.0, 8086.0, 8020.0, 8097.0, 8117.0, 8087.0, 8092.0, 8063.0, 8106.0, 8051.0, 8092.0, 8055.0, 8102.0, 8053.0, 8096.0, 8087.0, 8108.0, 8045.0, 8100.0, 8091.0, 8103.0, 8099.0, 8066.0, 8099.0, 8050.0, 8064.0, 8051.0, 8066.0, 8055.0, 8067.0, 8039.0, 8065.0, 8068.0, 8096.0, 8052.0, 8099.0, 8080.0, 8097.0, 8096.0, 8040.0, 8057.0, 8021.0, 8023.0, 8032.0, 8043.0, 8087.0, 8017.0, 8014.0, 7955.0, 8005.0, 8030.0, 8011.0, 8041.0, 8008.0, 8007.0, 7983.0, 8045.0, 8022.0, 8029.0, 8062.0, 7997.0, 8038.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.000229890350877193</td></tr>
<tr><td colspan=3>aqi</td><td>0.020922953728070178</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.787833321756274</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1612403048188797</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9919665649945112</td></tr>
<tr><td colspan=3>efc</td><td>0.4831</td></tr>
<tr><td colspan=3>fber</td><td>4023.5979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08428193250275601</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6578947368421053</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4563728295187093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.466183486656149</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.570394302353388</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.33254069954659</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151566</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004765774589031935</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02830580249428749</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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>4.102793872422599</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>26.562</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3525</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.0216</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298752.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>630.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.3131</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9493</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.4813</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2795.2763</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>711.9493</td></tr>
<tr><td colspan=3>tsnr</td><td>40.358204362913966</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>