<?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-0100_ses-02_task-faces_acq-mb8_run-01_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-0100_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-01_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-01_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-0100/ses-02/func/sub-0100_ses-02_task-faces_acq-mb8_run-01_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>bf58a37217eaf53e26126baca79413dd</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>11:42:8.895000</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.997825, 0.0656022, 0.00652134, -0.0640018, 0.987678, -0.142811]</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.259</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-01_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.11532</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7243, 137, -181, -64, 77, 117]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>606bd9fa-d927-44ea-b41a-fb1eb2f8d9d1||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.6770904064178467, -0.17171218991279602, 0.04268624261021614, 121.3066177368164], [-0.17600597441196442, 2.649869203567505, -0.383624404668808, -85.1888656616211], [0.01749628409743309, 0.38315191864967346, 2.672266960144043, -99.80449676513672], [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': ['114208.895000', '114209.355000', '114209.815000', '114210.275000', '114210.735000', '114211.195000', '114211.655000', '114212.115000', '114212.575000', '114213.035000', '114213.495000', '114213.955000', '114214.415000', '114214.875000', '114215.335000', '114215.795000', '114216.255000', '114216.715000', '114217.175000', '114217.635000', '114218.095000', '114218.555000', '114219.015000', '114219.475000', '114219.935000', '114220.395000', '114220.855000', '114221.315000', '114221.775000', '114222.235000', '114222.695000', '114223.155000', '114223.615000', '114224.075000', '114224.535000', '114224.995000', '114225.455000', '114225.915000', '114226.375000', '114226.835000', '114227.295000', '114227.755000', '114228.215000', '114228.675000', '114229.135000', '114229.595000', '114230.055000', '114230.515000', '114230.975000', '114231.435000', '114231.895000', '114232.355000', '114232.815000', '114233.275000', '114233.735000', '114234.195000', '114234.655000', '114235.115000', '114235.575000', '114236.035000', '114236.495000', '114236.955000', '114237.415000', '114237.875000', '114238.335000', '114238.795000', '114239.255000', '114239.715000', '114240.175000', '114240.635000', '114241.095000', '114241.555000', '114242.015000', '114242.475000', '114242.935000', '114243.395000', '114243.855000', '114244.315000', '114244.775000', '114245.235000', '114245.695000', '114246.155000', '114246.615000', '114247.075000', '114247.535000', '114247.995000', '114248.455000', '114248.915000', '114249.375000', '114249.835000', '114250.295000', '114250.755000', '114251.215000', '114251.675000', '114252.135000', '114252.595000', '114253.055000', '114253.515000', '114253.975000', '114254.435000', '114254.895000', '114255.355000', '114255.815000', '114256.275000', '114256.735000', '114257.195000', '114257.655000', '114258.115000', '114258.575000', '114259.035000', '114259.495000', '114259.955000', '114300.415000', '114300.875000', '114301.335000', '114301.795000', '114302.255000', '114302.715000', '114303.175000', '114303.635000', '114304.095000', '114304.555000', '114305.015000', '114305.475000', '114305.935000', '114306.395000', '114306.855000', '114307.315000', '114307.775000', '114308.235000', '114308.695000', '114309.155000', '114309.615000', '114310.075000', '114310.535000', '114310.995000', '114311.455000', '114311.915000', '114312.375000', '114312.835000', '114313.295000', '114313.755000', '114314.215000', '114314.675000', '114315.135000', '114315.595000', '114316.055000', '114316.515000', '114316.975000', '114317.435000', '114317.895000', '114318.355000', '114318.815000', '114319.275000', '114319.735000', '114320.195000', '114320.655000', '114321.115000', '114321.575000', '114322.035000', '114322.495000', '114322.955000', '114323.415000', '114323.875000', '114324.335000', '114324.795000', '114325.255000', '114325.715000', '114326.175000', '114326.635000', '114327.095000', '114327.555000', '114328.015000', '114328.475000', '114328.935000', '114329.395000', '114329.855000', '114330.315000', '114330.775000', '114331.235000', '114331.695000', '114332.155000', '114332.615000', '114333.075000', '114333.535000', '114333.995000', '114334.455000', '114334.915000', '114335.375000', '114335.835000', '114336.295000', '114336.755000', '114337.215000', '114337.675000', '114338.135000', '114338.595000', '114339.055000', '114339.515000', '114339.975000', '114340.435000', '114340.895000', '114341.355000', '114341.815000', '114342.275000', '114342.735000', '114343.195000', '114343.655000', '114344.115000', '114344.575000', '114345.035000', '114345.495000', '114345.955000', '114346.415000', '114346.875000', '114347.335000', '114347.795000', '114348.255000', '114348.715000', '114349.175000', '114349.635000', '114350.095000', '114350.555000', '114351.015000', '114351.475000', '114351.935000', '114352.395000', '114352.855000', '114353.315000', '114353.775000', '114354.235000', '114354.695000', '114355.155000', '114355.615000', '114356.075000', '114356.535000', '114356.995000', '114357.455000', '114357.915000', '114358.375000', '114358.835000', '114359.295000', '114359.755000', '114400.215000', '114400.675000', '114401.135000', '114401.595000', '114402.055000', '114402.515000', '114402.975000', '114403.435000', '114403.895000', '114404.355000', '114404.815000', '114405.275000', '114405.735000', '114406.195000', '114406.655000', '114407.115000', '114407.575000', '114408.035000', '114408.495000', '114408.955000', '114409.415000', '114409.875000', '114410.335000', '114410.795000', '114411.255000', '114411.715000', '114412.175000', '114412.635000', '114413.095000', '114413.555000', '114414.015000', '114414.475000', '114414.935000', '114415.395000', '114415.855000', '114416.315000', '114416.775000', '114417.235000', '114417.695000', '114418.155000', '114418.615000', '114419.075000', '114419.535000', '114419.995000', '114420.455000', '114420.915000', '114421.375000', '114421.835000', '114422.295000', '114422.755000', '114423.215000', '114423.675000', '114424.135000', '114424.595000', '114425.055000', '114425.515000', '114425.975000', '114426.435000', '114426.895000', '114427.355000', '114427.815000', '114428.275000', '114428.735000', '114429.195000', '114429.655000', '114430.115000', '114430.575000', '114431.035000', '114431.495000', '114431.955000', '114432.415000', '114432.875000', '114433.335000', '114433.795000', '114434.255000', '114434.715000', '114435.175000', '114435.635000', '114436.095000', '114436.555000', '114437.015000', '114437.475000', '114437.935000', '114438.395000', '114438.855000', '114439.315000', '114439.775000', '114440.235000', '114440.695000', '114441.155000', '114441.615000', '114442.075000', '114442.535000', '114442.995000', '114443.455000', '114443.915000', '114444.375000', '114444.835000', '114445.295000', '114445.755000', '114446.215000', '114446.675000', '114447.135000', '114447.595000', '114448.055000', '114448.515000', '114448.975000', '114449.435000', '114449.895000', '114450.355000', '114450.815000', '114451.275000', '114451.735000', '114452.195000', '114452.655000', '114453.115000', '114453.575000', '114454.035000', '114454.495000', '114454.955000', '114455.415000', '114455.875000', '114456.335000', '114456.795000', '114457.255000', '114457.715000', '114458.175000', '114458.635000', '114459.095000', '114459.555000', '114500.015000', '114500.475000', '114500.935000', '114501.395000', '114501.855000', '114502.315000', '114502.775000', '114503.235000', '114503.695000', '114504.155000', '114504.615000', '114505.075000', '114505.535000', '114505.995000', '114506.455000', '114506.915000', '114507.375000', '114507.835000', '114508.295000', '114508.755000', '114509.215000', '114509.675000', '114510.135000', '114510.595000', '114511.055000', '114511.515000', '114511.975000', '114512.435000', '114512.895000', '114513.355000', '114513.815000', '114514.275000', '114514.735000', '114515.195000', '114515.655000', '114516.115000', '114516.575000', '114517.035000', '114517.495000', '114517.955000', '114518.415000', '114518.875000', '114519.335000', '114519.795000', '114520.255000', '114520.715000', '114521.175000', '114521.635000', '114522.095000', '114522.555000', '114523.015000', '114523.475000', '114523.935000', '114524.395000', '114524.855000', '114525.315000', '114525.775000', '114526.235000', '114526.695000', '114527.155000', '114527.615000', '114528.075000', '114528.535000', '114528.995000', '114529.455000', '114529.915000', '114530.375000', '114530.835000', '114531.295000', '114531.755000', '114532.215000', '114532.675000', '114533.135000', '114533.595000', '114534.055000', '114534.515000', '114534.975000', '114535.435000', '114535.895000', '114536.355000', '114536.815000', '114537.275000', '114537.735000', '114538.195000', '114538.655000', '114539.115000', '114539.575000', '114540.035000', '114540.495000', '114540.955000', '114541.415000', '114541.875000', '114542.335000', '114542.795000', '114543.255000', '114543.715000', '114544.175000', '114544.635000', '114545.095000', '114545.555000', '114546.015000', '114546.475000', '114546.935000', '114547.395000', '114547.855000', '114548.315000', '114548.775000', '114549.235000', '114549.695000', '114550.155000', '114550.615000', '114551.075000', '114551.535000', '114551.995000', '114552.455000', '114552.915000', '114553.375000', '114553.835000', '114554.295000', '114554.755000', '114555.215000', '114555.675000', '114556.135000', '114556.595000', '114557.055000', '114557.515000', '114557.975000', '114558.435000', '114558.895000', '114559.355000', '114559.815000', '114600.275000', '114600.735000', '114601.195000', '114601.655000', '114602.115000', '114602.575000', '114603.035000', '114603.495000', '114603.955000', '114604.415000', '114604.875000', '114605.335000', '114605.795000', '114606.255000', '114606.715000', '114607.175000', '114607.635000', '114608.095000', '114608.555000', '114609.015000', '114609.475000', '114609.935000', '114610.395000', '114610.855000', '114611.315000', '114611.775000', '114612.235000', '114612.695000', '114613.155000', '114613.615000', '114614.075000', '114614.535000', '114614.995000', '114615.455000', '114615.915000', '114616.375000', '114616.835000', '114617.295000', '114617.755000', '114618.215000', '114618.675000', '114619.135000', '114619.595000', '114620.055000', '114620.515000', '114620.975000', '114621.435000', '114621.895000', '114622.355000', '114622.815000', '114623.275000', '114623.735000', '114624.195000', '114624.655000', '114625.115000', '114625.575000', '114626.035000', '114626.495000', '114626.955000', '114627.415000', '114627.875000', '114628.335000', '114628.795000', '114629.255000', '114629.715000', '114630.175000', '114630.635000', '114631.095000', '114631.555000', '114632.015000', '114632.475000', '114632.935000', '114633.395000', '114633.855000', '114634.315000', '114634.775000', '114635.235000', '114635.695000', '114636.155000', '114636.615000', '114637.075000', '114637.535000', '114637.995000', '114638.455000', '114638.915000', '114639.375000', '114639.835000', '114640.295000', '114640.755000', '114641.215000', '114641.675000', '114642.135000', '114642.595000', '114643.055000', '114643.515000', '114643.975000', '114644.435000', '114644.895000', '114645.355000', '114645.815000', '114646.275000', '114646.735000', '114647.195000', '114647.655000', '114648.115000', '114648.575000', '114649.035000', '114649.495000', '114649.955000', '114650.415000', '114650.875000', '114651.335000', '114651.795000', '114652.255000', '114652.715000', '114653.175000', '114653.635000', '114654.095000', '114654.555000', '114655.015000', '114655.475000', '114655.935000', '114656.395000', '114656.855000', '114657.315000', '114657.775000', '114658.235000', '114658.695000', '114659.155000', '114659.615000', '114700.075000', '114700.535000', '114700.995000', '114701.455000', '114701.915000', '114702.375000', '114702.835000', '114703.295000', '114703.755000', '114704.215000', '114704.675000', '114705.135000', '114705.595000', '114706.055000', '114706.515000', '114706.975000', '114707.435000', '114707.895000', '114708.355000', '114708.815000', '114709.275000', '114709.735000', '114710.195000', '114710.655000', '114711.115000', '114711.575000', '114712.035000', '114712.495000', '114712.955000', '114713.415000', '114713.875000', '114714.335000', '114714.795000', '114715.255000', '114715.715000', '114716.175000', '114716.635000', '114717.095000', '114717.555000', '114718.015000', '114718.475000', '114718.935000', '114719.395000', '114719.855000', '114720.315000', '114720.775000', '114721.235000', '114721.695000', '114722.155000', '114722.615000', '114723.075000', '114723.535000', '114723.995000', '114724.455000', '114724.915000', '114725.375000', '114725.835000', '114726.295000', '114726.755000', '114727.215000', '114727.675000', '114728.135000', '114728.595000', '114729.055000', '114729.515000', '114729.975000', '114730.435000', '114730.895000', '114731.355000', '114731.815000', '114732.275000', '114732.735000', '114733.195000', '114733.655000', '114734.115000', '114734.575000', '114735.035000', '114735.495000', '114735.955000', '114736.415000', '114736.875000', '114737.335000', '114737.795000', '114738.255000', '114738.715000', '114739.175000', '114739.635000', '114740.095000', '114740.555000', '114741.015000', '114741.475000', '114741.935000', '114742.395000', '114742.855000', '114743.315000', '114743.775000', '114744.235000', '114744.695000', '114745.155000', '114745.615000', '114746.075000', '114746.535000', '114746.995000', '114747.455000', '114747.915000', '114748.375000', '114748.835000', '114749.295000', '114749.755000', '114750.215000', '114750.675000', '114751.135000', '114751.595000', '114752.055000', '114752.515000', '114752.975000', '114753.435000', '114753.895000', '114754.355000', '114754.815000', '114755.275000', '114755.735000', '114756.195000', '114756.655000', '114757.115000', '114757.575000', '114758.035000', '114758.495000', '114758.955000', '114759.415000', '114759.875000', '114800.335000', '114800.795000', '114801.255000', '114801.715000', '114802.175000', '114802.635000', '114803.095000', '114803.555000', '114804.015000', '114804.475000', '114804.935000', '114805.395000', '114805.855000', '114806.315000', '114806.775000', '114807.235000', '114807.695000', '114808.155000', '114808.615000', '114809.075000', '114809.535000', '114809.995000', '114810.455000', '114810.915000', '114811.375000', '114811.835000', '114812.295000', '114812.755000', '114813.215000', '114813.675000', '114814.135000', '114814.595000', '114815.055000', '114815.515000', '114815.975000', '114816.435000', '114816.895000', '114817.355000', '114817.815000', '114818.275000', '114818.735000', '114819.195000', '114819.655000', '114820.115000', '114820.575000', '114821.035000', '114821.495000', '114821.955000', '114822.415000', '114822.875000', '114823.335000', '114823.795000', '114824.255000', '114824.715000', '114825.175000', '114825.635000', '114826.095000', '114826.555000', '114827.015000', '114827.475000', '114827.935000', '114828.395000', '114828.855000', '114829.315000', '114829.775000', '114830.235000', '114830.695000', '114831.155000', '114831.615000', '114832.075000', '114832.535000', '114832.995000', '114833.455000', '114833.915000', '114834.375000', '114834.835000', '114835.295000', '114835.755000', '114836.215000', '114836.675000', '114837.135000', '114837.595000', '114838.055000', '114838.515000', '114838.975000', '114839.435000', '114839.895000', '114840.355000', '114840.815000', '114841.275000', '114841.735000', '114842.195000', '114842.655000', '114843.115000', '114843.575000', '114844.035000', '114844.495000', '114844.955000', '114845.415000', '114845.875000', '114846.335000', '114846.795000', '114847.255000', '114847.715000', '114848.175000', '114848.635000', '114849.095000', '114849.555000', '114850.015000', '114850.475000', '114850.935000', '114851.395000', '114851.855000', '114852.315000', '114852.775000', '114853.235000', '114853.695000', '114854.155000', '114854.615000', '114855.075000', '114855.535000', '114855.995000', '114856.455000', '114856.915000', '114857.375000', '114857.835000', '114858.295000', '114858.755000', '114859.215000', '114859.675000', '114900.135000', '114900.595000', '114901.055000', '114901.515000', '114901.975000', '114902.435000', '114902.895000', '114903.355000', '114903.815000', '114904.275000', '114904.735000', '114905.195000', '114905.655000', '114906.115000', '114906.575000', '114907.035000', '114907.495000', '114907.955000', '114908.415000', '114908.875000'], 'ContentTime': ['114218.668000', '114218.671000', '114218.674000', '114218.676000', '114218.679000', '114218.682000', '114218.684000', '114218.687000', '114218.689000', '114218.692000', '114218.694000', '114218.703000', '114218.706000', '114218.708000', '114218.711000', '114218.714000', '114218.719000', '114218.721000', '114218.724000', '114218.727000', '114238.643000', '114238.645000', '114238.648000', '114238.651000', '114238.653000', '114238.656000', '114238.658000', '114238.661000', '114238.664000', '114238.666000', '114238.669000', '114238.671000', '114238.674000', '114238.679000', '114238.681000', '114238.684000', '114238.686000', '114238.689000', '114238.691000', '114238.694000', '114238.697000', '114238.699000', '114238.702000', '114238.704000', '114238.707000', '114238.710000', '114238.712000', '114238.715000', '114238.717000', '114238.720000', '114238.723000', '114238.725000', '114238.728000', '114238.730000', '114238.733000', '114238.736000', '114238.738000', '114238.741000', '114238.743000', '114238.746000', '114238.748000', '114238.751000', '114238.753000', '114258.642000', '114258.645000', '114258.648000', '114258.650000', '114258.653000', '114258.655000', '114258.658000', '114258.661000', '114258.663000', '114258.666000', '114258.668000', '114258.671000', '114258.673000', '114258.676000', '114258.678000', '114258.681000', '114258.684000', '114258.686000', '114258.689000', '114258.691000', '114258.694000', '114258.697000', '114258.699000', '114258.702000', '114258.704000', '114258.707000', '114258.709000', '114258.712000', '114258.715000', '114258.717000', '114258.720000', '114258.722000', '114258.725000', '114258.727000', '114258.730000', '114258.733000', '114258.735000', '114258.738000', '114258.740000', '114258.743000', '114258.745000', '114258.748000', '114258.750000', '114258.753000', '114318.644000', '114318.646000', '114318.649000', '114318.652000', '114318.654000', '114318.657000', '114318.659000', '114318.662000', '114318.664000', '114318.667000', '114318.670000', '114318.672000', '114318.675000', '114318.677000', '114318.680000', '114318.683000', '114318.685000', '114318.688000', '114318.690000', '114318.693000', '114318.696000', '114318.698000', '114318.701000', '114318.703000', '114318.706000', '114318.708000', '114318.711000', '114318.714000', '114318.716000', '114318.719000', '114318.721000', '114318.724000', '114318.727000', '114318.729000', '114318.732000', '114318.734000', '114318.737000', '114318.740000', '114318.742000', '114318.745000', '114318.747000', '114318.750000', '114318.752000', '114338.643000', '114338.646000', '114338.649000', '114338.651000', '114338.654000', '114338.657000', '114338.659000', '114338.662000', '114338.666000', '114338.669000', '114338.671000', '114338.674000', '114338.676000', '114338.679000', '114338.682000', '114338.684000', '114338.687000', '114338.690000', '114338.692000', '114338.695000', '114338.698000', '114338.700000', '114338.703000', '114338.706000', '114338.708000', '114338.711000', '114338.713000', '114338.716000', '114338.719000', '114338.721000', '114338.724000', '114338.726000', '114338.729000', '114338.747000', '114338.750000', '114338.752000', '114338.755000', '114338.757000', '114338.760000', '114338.762000', '114338.765000', '114338.767000', '114338.770000', '114358.643000', '114358.646000', '114358.649000', '114358.651000', '114358.654000', '114358.656000', '114358.659000', '114358.662000', '114358.664000', '114358.667000', '114358.669000', '114358.672000', '114358.674000', '114358.677000', '114358.680000', '114358.682000', '114358.685000', '114358.687000', '114358.690000', '114358.693000', '114358.695000', '114358.698000', '114358.700000', '114358.703000', '114358.706000', '114358.708000', '114358.711000', '114358.713000', '114358.716000', '114358.719000', '114358.721000', '114358.724000', '114358.726000', '114358.729000', '114358.731000', '114358.734000', '114358.737000', '114358.739000', '114358.742000', '114358.744000', '114358.747000', '114358.749000', '114358.752000', '114358.754000', '114418.644000', '114418.646000', '114418.649000', '114418.652000', '114418.654000', '114418.657000', '114418.659000', '114418.662000', '114418.664000', '114418.667000', '114418.670000', '114418.672000', '114418.675000', '114418.677000', '114418.680000', '114418.682000', '114418.685000', '114418.688000', '114418.690000', '114418.693000', '114418.696000', '114418.698000', '114418.701000', '114418.703000', '114418.706000', '114418.708000', '114418.711000', '114418.714000', '114418.716000', '114418.719000', '114418.721000', '114418.724000', '114418.726000', '114418.729000', '114418.732000', '114418.734000', '114418.737000', '114418.739000', '114418.742000', '114418.745000', '114418.747000', '114418.750000', '114418.752000', '114418.755000', '114438.643000', '114438.645000', '114438.648000', '114438.651000', '114438.653000', '114438.656000', '114438.658000', '114438.661000', '114438.663000', '114438.666000', '114438.669000', '114438.671000', '114438.674000', '114438.676000', '114438.679000', '114438.682000', '114438.684000', '114438.687000', '114438.689000', '114438.692000', '114438.695000', '114438.697000', '114438.700000', '114438.702000', '114438.705000', '114438.707000', '114438.710000', '114438.713000', '114438.715000', '114438.718000', '114438.720000', '114438.723000', '114438.726000', '114438.728000', '114438.731000', '114438.734000', '114438.736000', '114438.739000', '114438.741000', '114438.744000', '114438.747000', '114438.749000', '114438.752000', '114458.642000', '114458.645000', '114458.648000', '114458.651000', '114458.653000', '114458.656000', '114458.659000', '114458.661000', '114458.664000', '114458.667000', '114458.669000', '114458.672000', '114458.674000', '114458.677000', '114458.680000', '114458.682000', '114458.685000', '114458.687000', '114458.690000', '114458.692000', '114458.695000', '114458.698000', '114458.700000', '114458.704000', '114458.707000', '114458.709000', '114458.712000', '114458.715000', '114458.717000', '114458.720000', '114458.723000', '114458.725000', '114458.728000', '114458.730000', '114458.733000', '114458.735000', '114458.738000', '114458.741000', '114458.743000', '114458.746000', '114458.748000', '114458.751000', '114458.753000', '114518.643000', '114518.646000', '114518.648000', '114518.651000', '114518.653000', '114518.656000', '114518.658000', '114518.661000', '114518.664000', '114518.666000', '114518.669000', '114518.671000', '114518.674000', '114518.676000', '114518.679000', '114518.682000', '114518.684000', '114518.687000', '114518.689000', '114518.692000', '114518.695000', '114518.697000', '114518.700000', '114518.702000', '114518.705000', '114518.708000', '114518.710000', '114518.713000', '114518.715000', '114518.730000', '114518.733000', '114518.735000', '114518.738000', '114518.740000', '114518.743000', '114518.746000', '114518.748000', '114518.751000', '114518.753000', '114518.756000', '114518.758000', '114518.761000', '114518.764000', '114518.766000', '114538.643000', '114538.646000', '114538.649000', '114538.651000', '114538.654000', '114538.657000', '114538.659000', '114538.662000', '114538.664000', '114538.667000', '114538.669000', '114538.672000', '114538.675000', '114538.677000', '114538.680000', '114538.683000', '114538.685000', '114538.688000', '114538.690000', '114538.693000', '114538.695000', '114538.698000', '114538.701000', '114538.711000', '114538.714000', '114538.717000', '114538.720000', '114538.723000', '114538.725000', '114538.728000', '114538.731000', '114538.733000', '114538.736000', '114538.738000', '114538.741000', '114538.744000', '114538.746000', '114538.749000', '114538.751000', '114538.754000', '114538.756000', '114538.759000', '114538.762000', '114558.644000', '114558.646000', '114558.649000', '114558.652000', '114558.654000', '114558.657000', '114558.659000', '114558.662000', '114558.665000', '114558.667000', '114558.670000', '114558.672000', '114558.675000', '114558.678000', '114558.680000', '114558.683000', '114558.685000', '114558.688000', '114558.691000', '114558.693000', '114558.696000', '114558.698000', '114558.701000', '114558.704000', '114558.706000', '114558.709000', '114558.711000', '114558.714000', '114558.717000', '114558.719000', '114558.722000', '114558.724000', '114558.727000', '114558.729000', '114558.732000', '114558.735000', '114558.737000', '114558.740000', '114558.742000', '114558.745000', '114558.748000', '114558.750000', '114558.753000', '114558.756000', '114618.644000', '114618.647000', '114618.649000', '114618.652000', '114618.654000', '114618.657000', '114618.660000', '114618.662000', '114618.665000', '114618.667000', '114618.670000', '114618.673000', '114618.675000', '114618.679000', '114618.682000', '114618.685000', '114618.687000', '114618.690000', '114618.693000', '114618.695000', '114618.698000', '114618.700000', '114618.703000', '114618.706000', '114618.708000', '114618.711000', '114618.714000', '114618.716000', '114618.719000', '114618.721000', '114618.724000', '114618.727000', '114618.729000', '114618.732000', '114618.734000', '114618.737000', '114618.740000', '114618.743000', '114618.746000', '114618.749000', '114618.751000', '114618.754000', '114618.757000', '114638.644000', '114638.646000', '114638.649000', '114638.652000', '114638.654000', '114638.657000', '114638.659000', '114638.662000', '114638.665000', '114638.667000', '114638.670000', '114638.672000', '114638.675000', '114638.678000', '114638.680000', '114638.683000', '114638.686000', '114638.688000', '114638.691000', '114638.693000', '114638.696000', '114638.699000', '114638.701000', '114638.704000', '114638.706000', '114638.709000', '114638.713000', '114638.715000', '114638.718000', '114638.720000', '114638.723000', '114638.726000', '114638.728000', '114638.731000', '114638.733000', '114638.736000', '114638.738000', '114638.741000', '114638.744000', '114638.746000', '114638.749000', '114638.751000', '114638.754000', '114638.757000', '114658.643000', '114658.645000', '114658.648000', '114658.651000', '114658.653000', '114658.656000', '114658.658000', '114658.661000', '114658.664000', '114658.666000', '114658.669000', '114658.671000', '114658.674000', '114658.677000', '114658.679000', '114658.682000', '114658.685000', '114658.688000', '114658.690000', '114658.693000', '114658.695000', '114658.698000', '114658.701000', '114658.703000', '114658.706000', '114658.709000', '114658.711000', '114658.714000', '114658.716000', '114658.719000', '114658.722000', '114658.724000', '114658.727000', '114658.730000', '114658.733000', '114658.736000', '114658.739000', '114658.741000', '114658.744000', '114658.746000', '114658.749000', '114658.752000', '114658.754000', '114718.643000', '114718.646000', '114718.648000', '114718.651000', '114718.653000', '114718.656000', '114718.659000', '114718.661000', '114718.664000', '114718.666000', '114718.669000', '114718.672000', '114718.674000', '114718.677000', '114718.679000', '114718.682000', '114718.685000', '114718.687000', '114718.690000', '114718.692000', '114718.695000', '114718.698000', '114718.700000', '114718.703000', '114718.705000', '114718.708000', '114718.711000', '114718.713000', '114718.716000', '114718.718000', '114718.721000', '114718.724000', '114718.726000', '114718.729000', '114718.731000', '114718.734000', '114718.736000', '114718.739000', '114718.742000', '114718.744000', '114718.747000', '114718.750000', '114718.752000', '114718.755000', '114738.643000', '114738.645000', '114738.648000', '114738.651000', '114738.653000', '114738.656000', '114738.658000', '114738.661000', '114738.664000', '114738.666000', '114738.669000', '114738.671000', '114738.674000', '114738.676000', '114738.679000', '114738.682000', '114738.684000', '114738.687000', '114738.689000', '114738.692000', '114738.695000', '114738.697000', '114738.700000', '114738.703000', '114738.705000', '114738.708000', '114738.710000', '114738.713000', '114738.716000', '114738.718000', '114738.721000', '114738.723000', '114738.726000', '114738.729000', '114738.731000', '114738.734000', '114738.737000', '114738.739000', '114738.742000', '114738.745000', '114738.747000', '114738.750000', '114738.752000', '114758.643000', '114758.646000', '114758.649000', '114758.651000', '114758.654000', '114758.657000', '114758.659000', '114758.662000', '114758.664000', '114758.667000', '114758.669000', '114758.672000', '114758.675000', '114758.677000', '114758.680000', '114758.683000', '114758.685000', '114758.688000', '114758.691000', '114758.693000', '114758.696000', '114758.698000', '114758.701000', '114758.704000', '114758.706000', '114758.709000', '114758.713000', '114758.716000', '114758.718000', '114758.721000', '114758.723000', '114758.726000', '114758.729000', '114758.731000', '114758.734000', '114758.736000', '114758.739000', '114758.742000', '114758.744000', '114758.747000', '114758.750000', '114758.752000', '114758.755000', '114758.757000', '114818.643000', '114818.646000', '114818.649000', '114818.652000', '114818.654000', '114818.657000', '114818.659000', '114818.662000', '114818.665000', '114818.667000', '114818.670000', '114818.672000', '114818.675000', '114818.677000', '114818.680000', '114818.683000', '114818.685000', '114818.688000', '114818.691000', '114818.693000', '114818.696000', '114818.698000', '114818.701000', '114818.704000', '114818.706000', '114818.709000', '114818.711000', '114818.714000', '114818.717000', '114818.719000', '114818.722000', '114818.724000', '114818.727000', '114818.729000', '114818.732000', '114818.735000', '114818.737000', '114818.740000', '114818.742000', '114818.745000', '114818.748000', '114818.750000', '114818.753000', '114838.643000', '114838.646000', '114838.649000', '114838.652000', '114838.654000', '114838.657000', '114838.659000', '114838.662000', '114838.665000', '114838.667000', '114838.670000', '114838.672000', '114838.675000', '114838.678000', '114838.680000', '114838.683000', '114838.685000', '114838.688000', '114838.691000', '114838.693000', '114838.696000', '114838.699000', '114838.701000', '114838.704000', '114838.706000', '114838.709000', '114838.712000', '114838.714000', '114838.717000', '114838.719000', '114838.722000', '114838.725000', '114838.727000', '114838.730000', '114838.732000', '114838.735000', '114838.738000', '114838.740000', '114838.743000', '114838.745000', '114838.748000', '114838.751000', '114838.753000', '114838.756000', '114858.644000', '114858.646000', '114858.649000', '114858.652000', '114858.654000', '114858.657000', '114858.659000', '114858.662000', '114858.664000', '114858.667000', '114858.670000', '114858.675000', '114858.677000', '114858.680000', '114858.683000', '114858.685000', '114858.688000', '114858.690000', '114858.693000', '114858.696000', '114858.698000', '114858.701000', '114858.703000', '114858.706000', '114858.709000', '114858.711000', '114858.714000', '114858.716000', '114858.719000', '114858.721000', '114858.724000', '114858.727000', '114858.729000', '114858.732000', '114858.734000', '114858.737000', '114858.740000', '114858.742000', '114858.745000', '114858.747000', '114858.750000', '114858.753000', '114858.755000', '114909.816000', '114909.820000', '114909.823000', '114909.826000', '114909.829000', '114909.831000', '114909.834000', '114909.837000', '114909.839000', '114909.842000', '114909.845000', '114909.847000', '114909.851000', '114909.853000', '114909.856000', '114909.859000', '114909.862000', '114909.865000', '114909.875000', '114909.878000', '114909.885000', '114909.889000', '114909.891000', '114909.894000', '114909.897000'], 'InstanceCreationTime': ['114218.668000', '114218.671000', '114218.674000', '114218.676000', '114218.679000', '114218.682000', '114218.684000', '114218.687000', '114218.689000', '114218.692000', '114218.694000', '114218.703000', '114218.706000', '114218.708000', '114218.711000', '114218.714000', '114218.719000', '114218.721000', '114218.724000', '114218.727000', '114238.643000', '114238.645000', '114238.648000', '114238.651000', '114238.653000', '114238.656000', '114238.658000', '114238.661000', '114238.664000', '114238.666000', '114238.669000', '114238.671000', '114238.674000', '114238.679000', '114238.681000', '114238.684000', '114238.686000', '114238.689000', '114238.691000', '114238.694000', '114238.697000', '114238.699000', '114238.702000', '114238.704000', '114238.707000', '114238.710000', '114238.712000', '114238.715000', '114238.717000', '114238.720000', '114238.723000', '114238.725000', '114238.728000', '114238.730000', '114238.733000', '114238.736000', '114238.738000', '114238.741000', '114238.743000', '114238.746000', '114238.748000', '114238.751000', '114238.753000', '114258.642000', '114258.645000', '114258.648000', '114258.650000', '114258.653000', '114258.655000', '114258.658000', '114258.661000', '114258.663000', '114258.666000', '114258.668000', '114258.671000', '114258.673000', '114258.676000', '114258.678000', '114258.681000', '114258.684000', '114258.686000', '114258.689000', '114258.691000', '114258.694000', '114258.697000', '114258.699000', '114258.702000', '114258.704000', '114258.707000', '114258.709000', '114258.712000', '114258.715000', '114258.717000', '114258.720000', '114258.722000', '114258.725000', '114258.727000', '114258.730000', '114258.733000', '114258.735000', '114258.738000', '114258.740000', '114258.743000', '114258.745000', '114258.748000', '114258.750000', '114258.753000', '114318.644000', '114318.646000', '114318.649000', '114318.652000', '114318.654000', '114318.657000', '114318.659000', '114318.662000', '114318.664000', '114318.667000', '114318.670000', '114318.672000', '114318.675000', '114318.677000', '114318.680000', '114318.683000', '114318.685000', '114318.688000', '114318.690000', '114318.693000', '114318.696000', '114318.698000', '114318.701000', '114318.703000', '114318.706000', '114318.708000', '114318.711000', '114318.714000', '114318.716000', '114318.719000', '114318.721000', '114318.724000', '114318.727000', '114318.729000', '114318.732000', '114318.734000', '114318.737000', '114318.740000', '114318.742000', '114318.745000', '114318.747000', '114318.750000', '114318.752000', '114338.643000', '114338.646000', '114338.649000', '114338.651000', '114338.654000', '114338.657000', '114338.659000', '114338.662000', '114338.666000', '114338.669000', '114338.671000', '114338.674000', '114338.676000', '114338.679000', '114338.682000', '114338.684000', '114338.687000', '114338.690000', '114338.692000', '114338.695000', '114338.698000', '114338.700000', '114338.703000', '114338.706000', '114338.708000', '114338.711000', '114338.713000', '114338.716000', '114338.719000', '114338.721000', '114338.724000', '114338.726000', '114338.729000', '114338.747000', '114338.750000', '114338.752000', '114338.755000', '114338.757000', '114338.760000', '114338.762000', '114338.765000', '114338.767000', '114338.770000', '114358.643000', '114358.646000', '114358.649000', '114358.651000', '114358.654000', '114358.656000', '114358.659000', '114358.662000', '114358.664000', '114358.667000', '114358.669000', '114358.672000', '114358.674000', '114358.677000', '114358.680000', '114358.682000', '114358.685000', '114358.687000', '114358.690000', '114358.693000', '114358.695000', '114358.698000', '114358.700000', '114358.703000', '114358.706000', '114358.708000', '114358.711000', '114358.713000', '114358.716000', '114358.719000', '114358.721000', '114358.724000', '114358.726000', '114358.729000', '114358.731000', '114358.734000', '114358.737000', '114358.739000', '114358.742000', '114358.744000', '114358.747000', '114358.749000', '114358.752000', '114358.754000', '114418.644000', '114418.646000', '114418.649000', '114418.652000', '114418.654000', '114418.657000', '114418.659000', '114418.662000', '114418.664000', '114418.667000', '114418.670000', '114418.672000', '114418.675000', '114418.677000', '114418.680000', '114418.682000', '114418.685000', '114418.688000', '114418.690000', '114418.693000', '114418.696000', '114418.698000', '114418.701000', '114418.703000', '114418.706000', '114418.708000', '114418.711000', '114418.714000', '114418.716000', '114418.719000', '114418.721000', '114418.724000', '114418.726000', '114418.729000', '114418.732000', '114418.734000', '114418.737000', '114418.739000', '114418.742000', '114418.745000', '114418.747000', '114418.750000', '114418.752000', '114418.755000', '114438.643000', '114438.645000', '114438.648000', '114438.651000', '114438.653000', '114438.656000', '114438.658000', '114438.661000', '114438.663000', '114438.666000', '114438.669000', '114438.671000', '114438.674000', '114438.676000', '114438.679000', '114438.682000', '114438.684000', '114438.687000', '114438.689000', '114438.692000', '114438.695000', '114438.697000', '114438.700000', '114438.702000', '114438.705000', '114438.707000', '114438.710000', '114438.713000', '114438.715000', '114438.718000', '114438.720000', '114438.723000', '114438.726000', '114438.728000', '114438.731000', '114438.734000', '114438.736000', '114438.739000', '114438.741000', '114438.744000', '114438.747000', '114438.749000', '114438.752000', '114458.642000', '114458.645000', '114458.648000', '114458.651000', '114458.653000', '114458.656000', '114458.659000', '114458.661000', '114458.664000', '114458.667000', '114458.669000', '114458.672000', '114458.674000', '114458.677000', '114458.680000', '114458.682000', '114458.685000', '114458.687000', '114458.690000', '114458.692000', '114458.695000', '114458.698000', '114458.700000', '114458.704000', '114458.707000', '114458.709000', '114458.712000', '114458.715000', '114458.717000', '114458.720000', '114458.723000', '114458.725000', '114458.728000', '114458.730000', '114458.733000', '114458.735000', '114458.738000', '114458.741000', '114458.743000', '114458.746000', '114458.748000', '114458.751000', '114458.753000', '114518.643000', '114518.646000', '114518.648000', '114518.651000', '114518.653000', '114518.656000', '114518.658000', '114518.661000', '114518.664000', '114518.666000', '114518.669000', '114518.671000', '114518.674000', '114518.676000', '114518.679000', '114518.682000', '114518.684000', '114518.687000', '114518.689000', '114518.692000', '114518.695000', '114518.697000', '114518.700000', '114518.702000', '114518.705000', '114518.708000', '114518.710000', '114518.713000', '114518.715000', '114518.730000', '114518.733000', '114518.735000', '114518.738000', '114518.740000', '114518.743000', '114518.746000', '114518.748000', '114518.751000', '114518.753000', '114518.756000', '114518.758000', '114518.761000', '114518.764000', '114518.766000', '114538.643000', '114538.646000', '114538.649000', '114538.651000', '114538.654000', '114538.657000', '114538.659000', '114538.662000', '114538.664000', '114538.667000', '114538.669000', '114538.672000', '114538.675000', '114538.677000', '114538.680000', '114538.683000', '114538.685000', '114538.688000', '114538.690000', '114538.693000', '114538.695000', '114538.698000', '114538.701000', '114538.711000', '114538.714000', '114538.717000', '114538.720000', '114538.723000', '114538.725000', '114538.728000', '114538.731000', '114538.733000', '114538.736000', '114538.738000', '114538.741000', '114538.744000', '114538.746000', '114538.749000', '114538.751000', '114538.754000', '114538.756000', '114538.759000', '114538.762000', '114558.644000', '114558.646000', '114558.649000', '114558.652000', '114558.654000', '114558.657000', '114558.659000', '114558.662000', '114558.665000', '114558.667000', '114558.670000', '114558.672000', '114558.675000', '114558.678000', '114558.680000', '114558.683000', '114558.685000', '114558.688000', '114558.691000', '114558.693000', '114558.696000', '114558.698000', '114558.701000', '114558.704000', '114558.706000', '114558.709000', '114558.711000', '114558.714000', '114558.717000', '114558.719000', '114558.722000', '114558.724000', '114558.727000', '114558.729000', '114558.732000', '114558.735000', '114558.737000', '114558.740000', '114558.742000', '114558.745000', '114558.748000', '114558.750000', '114558.753000', '114558.756000', '114618.644000', '114618.647000', '114618.649000', '114618.652000', '114618.654000', '114618.657000', '114618.660000', '114618.662000', '114618.665000', '114618.667000', '114618.670000', '114618.673000', '114618.675000', '114618.679000', '114618.682000', '114618.685000', '114618.687000', '114618.690000', '114618.693000', '114618.695000', '114618.698000', '114618.700000', '114618.703000', '114618.706000', '114618.708000', '114618.711000', '114618.714000', '114618.716000', '114618.719000', '114618.721000', '114618.724000', '114618.727000', '114618.729000', '114618.732000', '114618.734000', '114618.737000', '114618.740000', '114618.743000', '114618.746000', '114618.749000', '114618.751000', '114618.754000', '114618.757000', '114638.644000', '114638.646000', '114638.649000', '114638.652000', '114638.654000', '114638.657000', '114638.659000', '114638.662000', '114638.665000', '114638.667000', '114638.670000', '114638.672000', '114638.675000', '114638.678000', '114638.680000', '114638.683000', '114638.686000', '114638.688000', '114638.691000', '114638.693000', '114638.696000', '114638.699000', '114638.701000', '114638.704000', '114638.706000', '114638.709000', '114638.713000', '114638.715000', '114638.718000', '114638.720000', '114638.723000', '114638.726000', '114638.728000', '114638.731000', '114638.733000', '114638.736000', '114638.738000', '114638.741000', '114638.744000', '114638.746000', '114638.749000', '114638.751000', '114638.754000', '114638.757000', '114658.643000', '114658.645000', '114658.648000', '114658.651000', '114658.653000', '114658.656000', '114658.658000', '114658.661000', '114658.664000', '114658.666000', '114658.669000', '114658.671000', '114658.674000', '114658.677000', '114658.679000', '114658.682000', '114658.685000', '114658.688000', '114658.690000', '114658.693000', '114658.695000', '114658.698000', '114658.701000', '114658.703000', '114658.706000', '114658.709000', '114658.711000', '114658.714000', '114658.716000', '114658.719000', '114658.722000', '114658.724000', '114658.727000', '114658.730000', '114658.733000', '114658.736000', '114658.739000', '114658.741000', '114658.744000', '114658.746000', '114658.749000', '114658.752000', '114658.754000', '114718.643000', '114718.646000', '114718.648000', '114718.651000', '114718.653000', '114718.656000', '114718.659000', '114718.661000', '114718.664000', '114718.666000', '114718.669000', '114718.672000', '114718.674000', '114718.677000', '114718.679000', '114718.682000', '114718.685000', '114718.687000', '114718.690000', '114718.692000', '114718.695000', '114718.698000', '114718.700000', '114718.703000', '114718.705000', '114718.708000', '114718.711000', '114718.713000', '114718.716000', '114718.718000', '114718.721000', '114718.724000', '114718.726000', '114718.729000', '114718.731000', '114718.734000', '114718.736000', '114718.739000', '114718.742000', '114718.744000', '114718.747000', '114718.750000', '114718.752000', '114718.755000', '114738.643000', '114738.645000', '114738.648000', '114738.651000', '114738.653000', '114738.656000', '114738.658000', '114738.661000', '114738.664000', '114738.666000', '114738.669000', '114738.671000', '114738.674000', '114738.676000', '114738.679000', '114738.682000', '114738.684000', '114738.687000', '114738.689000', '114738.692000', '114738.695000', '114738.697000', '114738.700000', '114738.703000', '114738.705000', '114738.708000', '114738.710000', '114738.713000', '114738.716000', '114738.718000', '114738.721000', '114738.723000', '114738.726000', '114738.729000', '114738.731000', '114738.734000', '114738.737000', '114738.739000', '114738.742000', '114738.745000', '114738.747000', '114738.750000', '114738.752000', '114758.643000', '114758.646000', '114758.649000', '114758.651000', '114758.654000', '114758.657000', '114758.659000', '114758.662000', '114758.664000', '114758.667000', '114758.669000', '114758.672000', '114758.675000', '114758.677000', '114758.680000', '114758.683000', '114758.685000', '114758.688000', '114758.691000', '114758.693000', '114758.696000', '114758.698000', '114758.701000', '114758.704000', '114758.706000', '114758.709000', '114758.713000', '114758.716000', '114758.718000', '114758.721000', '114758.723000', '114758.726000', '114758.729000', '114758.731000', '114758.734000', '114758.736000', '114758.739000', '114758.742000', '114758.744000', '114758.747000', '114758.750000', '114758.752000', '114758.755000', '114758.757000', '114818.643000', '114818.646000', '114818.649000', '114818.652000', '114818.654000', '114818.657000', '114818.659000', '114818.662000', '114818.665000', '114818.667000', '114818.670000', '114818.672000', '114818.675000', '114818.677000', '114818.680000', '114818.683000', '114818.685000', '114818.688000', '114818.691000', '114818.693000', '114818.696000', '114818.698000', '114818.701000', '114818.704000', '114818.706000', '114818.709000', '114818.711000', '114818.714000', '114818.717000', '114818.719000', '114818.722000', '114818.724000', '114818.727000', '114818.729000', '114818.732000', '114818.735000', '114818.737000', '114818.740000', '114818.742000', '114818.745000', '114818.748000', '114818.750000', '114818.753000', '114838.643000', '114838.646000', '114838.649000', '114838.652000', '114838.654000', '114838.657000', '114838.659000', '114838.662000', '114838.665000', '114838.667000', '114838.670000', '114838.672000', '114838.675000', '114838.678000', '114838.680000', '114838.683000', '114838.685000', '114838.688000', '114838.691000', '114838.693000', '114838.696000', '114838.699000', '114838.701000', '114838.704000', '114838.706000', '114838.709000', '114838.712000', '114838.714000', '114838.717000', '114838.719000', '114838.722000', '114838.725000', '114838.727000', '114838.730000', '114838.732000', '114838.735000', '114838.738000', '114838.740000', '114838.743000', '114838.745000', '114838.748000', '114838.751000', '114838.753000', '114838.756000', '114858.644000', '114858.646000', '114858.649000', '114858.652000', '114858.654000', '114858.657000', '114858.659000', '114858.662000', '114858.664000', '114858.667000', '114858.670000', '114858.675000', '114858.677000', '114858.680000', '114858.683000', '114858.685000', '114858.688000', '114858.690000', '114858.693000', '114858.696000', '114858.698000', '114858.701000', '114858.703000', '114858.706000', '114858.709000', '114858.711000', '114858.714000', '114858.716000', '114858.719000', '114858.721000', '114858.724000', '114858.727000', '114858.729000', '114858.732000', '114858.734000', '114858.737000', '114858.740000', '114858.742000', '114858.745000', '114858.747000', '114858.750000', '114858.753000', '114858.755000', '114909.816000', '114909.820000', '114909.823000', '114909.826000', '114909.829000', '114909.831000', '114909.834000', '114909.837000', '114909.839000', '114909.842000', '114909.845000', '114909.847000', '114909.851000', '114909.853000', '114909.856000', '114909.859000', '114909.862000', '114909.865000', '114909.875000', '114909.878000', '114909.885000', '114909.889000', '114909.891000', '114909.894000', '114909.897000'], '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': [12542, 19730, 16960, 18348, 12348, 11316, 9867, 10929, 11515, 11261, 15847, 14381, 11156, 10458, 11327, 10520, 11487, 11372, 10635, 11105, 11479, 11702, 9281, 11413, 11121, 12288, 11337, 9823, 11723, 11269, 14022, 11190, 14139, 11356, 19259, 15540, 10887, 10949, 11152, 14902, 15666, 17170, 11315, 9408, 11530, 10883, 15988, 11075, 10394, 11257, 11933, 13693, 10567, 11236, 11519, 14464, 14146, 10874, 12563, 11144, 19035, 16307, 11874, 11772, 11225, 20068, 16016, 12141, 11028, 11799, 20750, 15211, 11617, 11406, 10844, 10971, 11971, 18608, 11265, 9318, 11345, 10954, 16263, 11040, 9786, 11127, 10483, 14831, 11321, 10970, 11340, 11137, 16108, 11128, 12132, 11640, 17315, 18628, 12776, 12810, 11146, 14222, 17327, 12394, 13121, 11324, 17484, 19006, 12164, 10176, 11486, 9896, 10802, 11253, 11791, 11008, 10533, 11367, 15586, 15776, 11146, 10339, 11328, 11079, 13953, 11562, 10938, 11190, 16129, 15922, 11181, 11270, 11127, 11407, 12571, 11083, 11093, 11480, 17230, 17533, 11692, 11220, 11113, 10652, 10915, 12158, 10874, 11581, 11358, 11118, 16415, 13706, 11045, 9816, 11275, 11185, 13944, 10785, 10704, 11536, 9913, 10793, 11456, 12806, 11270, 10067, 11081, 11074, 10659, 11361, 9859, 11631, 10980, 10506, 11496, 12864, 18079, 10865, 10764, 11392, 10603, 12243, 17497, 16740, 11664, 11206, 11563, 11566, 16134, 11771, 11597, 11363, 11492, 14130, 11535, 11618, 11496, 11711, 15956, 11613, 9530, 10686, 11956, 16652, 11395, 10318, 12731, 16767, 18047, 11034, 9674, 10628, 11459, 19147, 11421, 9974, 10730, 11244, 14713, 12298, 10497, 10905, 10868, 11429, 11532, 10621, 11126, 10873, 14302, 11625, 9643, 11138, 11288, 17132, 17177, 17874, 12879, 11156, 9775, 11118, 15617, 18352, 12358, 12519, 11328, 10435, 12751, 10783, 10673, 11166, 12157, 14713, 10884, 10809, 11585, 9912, 11010, 10875, 12512, 11986, 11384, 10709, 11562, 10147, 10855, 11579, 12003, 14972, 12045, 11574, 11485, 11306, 12718, 15355, 20810, 14735, 10696, 10478, 11645, 13955, 11593, 10583, 11410, 11372, 12029, 11342, 10761, 11040, 11562, 10787, 12480, 11443, 11222, 11343, 15632, 18392, 11824, 11187, 10919, 10550, 18940, 17001, 17454, 11310, 10254, 10257, 13772, 21373, 16590, 11670, 10636, 11385, 13694, 11249, 11214, 10700, 11773, 12620, 11803, 11261, 10182, 11300, 10011, 13829, 13148, 15991, 10807, 11334, 11749, 11045, 15272, 10588, 11717, 13442, 12381, 18363, 12871, 11751, 11298, 10845, 11364, 15707, 11116, 10181, 10414, 11002, 19311, 14404, 11373, 11110, 11392, 10455, 13165, 11400, 12665, 11160, 12093, 18221, 17577, 18469, 12310, 11490, 10594, 11159, 11262, 15388, 17167, 19658, 13867, 11167, 10116, 11240, 10906, 12191, 11215, 10844, 10212, 11392, 15196, 11468, 10813, 10843, 11254, 13655, 10794, 12636, 17532, 12862, 12618, 11085, 10464, 10712, 11667, 13420, 11757, 10104, 10645, 11099, 14152, 11346, 11084, 11610, 11656, 11507, 11185, 11107, 10730, 11538, 14792, 11660, 10966, 14488, 11634, 13619, 11024, 11637, 17099, 16919, 21257, 16612, 11839, 10856, 10683, 10568, 11686, 11869, 17815, 11001, 11521, 10966, 11672, 11806, 10221, 11046, 10960, 11061, 15409, 18248, 11325, 10376, 10396, 11431, 11048, 11085, 16415, 20098, 14602, 13164, 10440, 11606, 11582, 10791, 11976, 10650, 11172, 17616, 15398, 17099, 14610, 11060, 9949, 10274, 10933, 11499, 10484, 12613, 17426, 11355, 11131, 11684, 11621, 10351, 10089, 11233, 11031, 10373, 11090, 12117, 11070, 12285, 11125, 11130, 14076, 10791, 18474, 19773, 13156, 10686, 10359, 10860, 10490, 10781, 12803, 15085, 11473, 11041, 11351, 10562, 10504, 11557, 11580, 11086, 11349, 13535, 11994, 10528, 10949, 11290, 13823, 11271, 11359, 12613, 11967, 15315, 11146, 10983, 11240, 15365, 15737, 11761, 9382, 10659, 11124, 14526, 11277, 9557, 11008, 10857, 11139, 11476, 11116, 11034, 11407, 11602, 11173, 11552, 16429, 11740, 10282, 10524, 11146, 17492, 12877, 13210, 11722, 12491, 18749, 13239, 11463, 11406, 14493, 18434, 10818, 10859, 10337, 11743, 16098, 11217, 10607, 10426, 11679, 13821, 12093, 11565, 11012, 11577, 10599, 10561, 11055, 12480, 11000, 11094, 11219, 12037, 12052, 11195, 11384, 11587, 11386, 14839, 13197, 11907, 15569, 10571, 15107, 14471, 11316, 12565, 10425, 13484, 17989, 11300, 10750, 10517, 12086, 13338, 12576, 18058, 11842, 11186, 10287, 10997, 10494, 11173, 11448, 13839, 11360, 11574, 11182, 12117, 10971, 10754, 11340, 12511, 10533, 14675, 12971, 11487, 10430, 10323, 11305, 15992, 14282, 16908, 12218, 12235, 11169, 10776, 11834, 13436, 11514, 10331, 10774, 11321, 15675, 11068, 12064, 11517, 10971, 15727, 16627, 11675, 10850, 10535, 11287, 10810, 10946, 12799, 10401, 11301, 10891, 10482, 11993, 19206, 12650, 10146, 10225, 11317, 12553, 10659, 12755, 15327, 11186, 11429, 10688, 11439, 14421, 10479, 11390, 12100, 11052, 20434, 19003, 20248, 21038, 12358, 10351, 12039, 10465, 11169, 11603, 9983, 11117, 10880, 11225, 11374, 11335, 10725, 11312, 10141, 10996, 10673, 16999, 13136, 14465, 16185, 12903, 18115, 13011, 12982, 15041, 11314, 16504, 11780, 16065, 20114, 13100, 10698, 10458, 11488, 10167, 11051, 10787, 11260, 10929, 10852, 10514, 11070, 10121, 11208, 10359, 11167, 11333, 11314, 10677, 11624, 11114, 11154, 10857, 10727, 11302, 14753, 15495, 11220, 12061, 10963, 11449, 13380, 10705, 11246, 13390, 11064, 20552, 16019, 11474, 11165, 11140, 10493, 11438, 13862, 13861, 11315, 9700, 10895, 11515, 13289, 10906, 11131, 11349, 11173, 11446, 13384, 10558, 11907, 11172, 10841, 11154, 10972, 15162, 13741, 11512, 16657, 13136, 15838, 11630, 11302, 14672, 12948, 20595, 18488, 11778, 10911, 10885, 11307, 11656, 11149, 15981, 12289, 11387, 11208, 11210, 10952, 10434, 11620, 10792, 10818, 11458, 11757, 10919, 10943, 12290, 11627, 13375, 10687, 19261, 18031, 11613, 10123, 10916, 10253, 11008, 11800, 18416, 11014, 9955, 10585, 11116, 14704, 11023, 10930, 10593, 11623, 11660, 10807, 11188, 11901, 10904, 18812, 17609, 11972, 11100, 10534, 11729, 11904, 10969, 14738, 12433, 11360, 13207, 12297, 12254, 11468, 11029, 10316, 10991, 10918, 21272, 14665, 11478, 10638, 10929, 10684, 12757, 11412, 11941, 10909, 11508, 15107, 11042, 10028, 10458, 11402, 12110, 10493, 11545, 16315, 11599, 10325, 10341, 11388, 16655, 14686, 11135, 12283, 11094, 10686, 11468, 13603, 20658, 13832, 10061, 10567, 10990, 11824, 10944, 11148, 12893, 11248, 10321, 10800, 11299, 13494, 10696, 10864, 15840, 10900, 13999, 12848, 18295, 21337, 17215, 17210, 12112, 10680, 11119, 10640, 11435, 11500, 11048, 16252, 15520, 11720, 9959, 10636], 'WindowCenter': [5172.0, 5211.0, 5159.0, 5151.0, 5076.0, 5042.0, 5016.0, 5036.0, 5064.0, 5053.0, 5099.0, 5091.0, 5033.0, 5026.0, 5031.0, 5036.0, 5064.0, 5061.0, 5038.0, 5068.0, 5064.0, 5077.0, 5038.0, 5089.0, 5080.0, 5089.0, 5077.0, 5042.0, 5089.0, 5080.0, 5122.0, 5075.0, 5129.0, 5094.0, 5157.0, 5128.0, 5056.0, 5050.0, 5066.0, 5115.0, 5126.0, 5134.0, 5066.0, 5019.0, 5075.0, 5068.0, 5137.0, 5066.0, 5044.0, 5078.0, 5077.0, 5121.0, 5060.0, 5066.0, 5092.0, 5117.0, 5120.0, 5067.0, 5070.0, 5081.0, 5148.0, 5140.0, 5078.0, 5073.0, 5082.0, 5155.0, 5128.0, 5064.0, 5067.0, 5077.0, 5155.0, 5116.0, 5054.0, 5056.0, 5056.0, 5066.0, 5077.0, 5146.0, 5067.0, 5019.0, 5075.0, 5067.0, 5137.0, 5080.0, 5036.0, 5068.0, 5067.0, 5118.0, 5083.0, 5066.0, 5081.0, 5079.0, 5142.0, 5081.0, 5079.0, 5091.0, 5147.0, 5159.0, 5088.0, 5075.0, 5079.0, 5106.0, 5132.0, 5078.0, 5084.0, 5068.0, 5133.0, 5143.0, 5074.0, 5032.0, 5050.0, 5044.0, 5055.0, 5067.0, 5066.0, 5053.0, 5057.0, 5073.0, 5121.0, 5113.0, 5055.0, 5027.0, 5052.0, 5053.0, 5106.0, 5067.0, 5067.0, 5070.0, 5126.0, 5127.0, 5064.0, 5050.0, 5065.0, 5062.0, 5078.0, 5056.0, 5056.0, 5077.0, 5133.0, 5135.0, 5077.0, 5052.0, 5054.0, 5052.0, 5056.0, 5077.0, 5043.0, 5055.0, 5062.0, 5064.0, 5120.0, 5094.0, 5049.0, 5033.0, 5063.0, 5062.0, 5093.0, 5066.0, 5044.0, 5053.0, 5034.0, 5055.0, 5078.0, 5085.0, 5061.0, 5057.0, 5068.0, 5068.0, 5046.0, 5067.0, 5046.0, 5080.0, 5067.0, 5056.0, 5076.0, 5098.0, 5148.0, 5057.0, 5042.0, 5053.0, 5057.0, 5075.0, 5136.0, 5123.0, 5065.0, 5049.0, 5065.0, 5063.0, 5126.0, 5074.0, 5053.0, 5064.0, 5065.0, 5108.0, 5068.0, 5065.0, 5078.0, 5089.0, 5129.0, 5065.0, 5036.0, 5057.0, 5079.0, 5125.0, 5055.0, 5058.0, 5086.0, 5138.0, 5134.0, 5044.0, 5035.0, 5053.0, 5076.0, 5144.0, 5066.0, 5035.0, 5048.0, 5067.0, 5102.0, 5089.0, 5054.0, 5056.0, 5067.0, 5064.0, 5079.0, 5057.0, 5053.0, 5068.0, 5104.0, 5081.0, 5037.0, 5056.0, 5080.0, 5136.0, 5135.0, 5135.0, 5084.0, 5068.0, 5044.0, 5066.0, 5112.0, 5145.0, 5088.0, 5073.0, 5067.0, 5044.0, 5086.0, 5041.0, 5033.0, 5067.0, 5074.0, 5102.0, 5056.0, 5043.0, 5053.0, 5034.0, 5054.0, 5057.0, 5088.0, 5078.0, 5067.0, 5056.0, 5067.0, 5045.0, 5042.0, 5080.0, 5087.0, 5116.0, 5089.0, 5062.0, 5053.0, 5066.0, 5085.0, 5114.0, 5154.0, 5103.0, 5033.0, 5039.0, 5064.0, 5087.0, 5067.0, 5042.0, 5051.0, 5075.0, 5073.0, 5077.0, 5057.0, 5053.0, 5080.0, 5066.0, 5090.0, 5072.0, 5066.0, 5079.0, 5127.0, 5148.0, 5067.0, 5043.0, 5069.0, 5057.0, 5143.0, 5135.0, 5124.0, 5052.0, 5044.0, 5045.0, 5094.0, 5154.0, 5125.0, 5052.0, 5030.0, 5065.0, 5089.0, 5066.0, 5053.0, 5043.0, 5076.0, 5073.0, 5078.0, 5055.0, 5033.0, 5068.0, 5048.0, 5094.0, 5097.0, 5111.0, 5054.0, 5054.0, 5077.0, 5067.0, 5116.0, 5047.0, 5076.0, 5095.0, 5075.0, 5147.0, 5071.0, 5052.0, 5054.0, 5055.0, 5065.0, 5116.0, 5067.0, 5040.0, 5057.0, 5067.0, 5142.0, 5117.0, 5065.0, 5053.0, 5065.0, 5056.0, 5098.0, 5068.0, 5077.0, 5069.0, 5077.0, 5133.0, 5123.0, 5131.0, 5062.0, 5052.0, 5024.0, 5064.0, 5052.0, 5113.0, 5121.0, 5129.0, 5095.0, 5052.0, 5030.0, 5052.0, 5051.0, 5073.0, 5066.0, 5055.0, 5045.0, 5067.0, 5102.0, 5066.0, 5062.0, 5055.0, 5054.0, 5080.0, 5067.0, 5075.0, 5133.0, 5074.0, 5062.0, 5043.0, 5055.0, 5043.0, 5067.0, 5083.0, 5048.0, 5043.0, 5053.0, 5055.0, 5105.0, 5068.0, 5053.0, 5055.0, 5080.0, 5076.0, 5081.0, 5068.0, 5058.0, 5082.0, 5117.0, 5069.0, 5068.0, 5108.0, 5081.0, 5098.0, 5057.0, 5080.0, 5138.0, 5135.0, 5142.0, 5123.0, 5063.0, 5043.0, 5043.0, 5043.0, 5062.0, 5077.0, 5134.0, 5057.0, 5065.0, 5067.0, 5075.0, 5065.0, 5035.0, 5056.0, 5055.0, 5066.0, 5103.0, 5132.0, 5066.0, 5045.0, 5044.0, 5053.0, 5055.0, 5066.0, 5115.0, 5156.0, 5103.0, 5075.0, 5034.0, 5041.0, 5051.0, 5043.0, 5064.0, 5044.0, 5068.0, 5132.0, 5102.0, 5111.0, 5091.0, 5041.0, 5020.0, 5032.0, 5043.0, 5054.0, 5045.0, 5075.0, 5127.0, 5055.0, 5043.0, 5063.0, 5065.0, 5044.0, 5046.0, 5065.0, 5056.0, 5059.0, 5068.0, 5070.0, 5082.0, 5077.0, 5057.0, 5057.0, 5108.0, 5058.0, 5134.0, 5130.0, 5087.0, 5042.0, 5034.0, 5045.0, 5043.0, 5057.0, 5086.0, 5117.0, 5067.0, 5054.0, 5054.0, 5043.0, 5042.0, 5067.0, 5066.0, 5066.0, 5066.0, 5099.0, 5080.0, 5060.0, 5080.0, 5069.0, 5095.0, 5067.0, 5078.0, 5090.0, 5080.0, 5107.0, 5056.0, 5070.0, 5069.0, 5129.0, 5104.0, 5064.0, 5024.0, 5057.0, 5067.0, 5094.0, 5070.0, 5038.0, 5044.0, 5069.0, 5066.0, 5066.0, 5069.0, 5069.0, 5067.0, 5068.0, 5068.0, 5079.0, 5129.0, 5078.0, 5059.0, 5059.0, 5069.0, 5138.0, 5090.0, 5085.0, 5067.0, 5076.0, 5136.0, 5086.0, 5069.0, 5067.0, 5106.0, 5133.0, 5055.0, 5042.0, 5046.0, 5065.0, 5116.0, 5056.0, 5043.0, 5057.0, 5065.0, 5083.0, 5074.0, 5064.0, 5054.0, 5063.0, 5046.0, 5058.0, 5067.0, 5074.0, 5071.0, 5071.0, 5067.0, 5091.0, 5088.0, 5069.0, 5066.0, 5053.0, 5077.0, 5106.0, 5088.0, 5068.0, 5104.0, 5059.0, 5104.0, 5097.0, 5056.0, 5077.0, 5058.0, 5095.0, 5134.0, 5055.0, 5042.0, 5045.0, 5076.0, 5083.0, 5075.0, 5122.0, 5065.0, 5056.0, 5032.0, 5044.0, 5033.0, 5053.0, 5067.0, 5095.0, 5067.0, 5066.0, 5068.0, 5074.0, 5044.0, 5044.0, 5070.0, 5087.0, 5056.0, 5104.0, 5098.0, 5069.0, 5058.0, 5046.0, 5068.0, 5125.0, 5096.0, 5125.0, 5077.0, 5066.0, 5054.0, 5058.0, 5065.0, 5087.0, 5066.0, 5048.0, 5069.0, 5068.0, 5114.0, 5056.0, 5064.0, 5080.0, 5068.0, 5102.0, 5125.0, 5066.0, 5044.0, 5057.0, 5067.0, 5070.0, 5069.0, 5101.0, 5060.0, 5068.0, 5069.0, 5058.0, 5076.0, 5142.0, 5099.0, 5047.0, 5047.0, 5049.0, 5064.0, 5054.0, 5088.0, 5107.0, 5057.0, 5054.0, 5059.0, 5066.0, 5093.0, 5044.0, 5062.0, 5077.0, 5054.0, 5140.0, 5119.0, 5132.0, 5131.0, 5063.0, 5033.0, 5062.0, 5035.0, 5044.0, 5056.0, 5038.0, 5056.0, 5058.0, 5067.0, 5072.0, 5068.0, 5050.0, 5067.0, 5045.0, 5058.0, 5059.0, 5127.0, 5100.0, 5098.0, 5118.0, 5079.0, 5123.0, 5076.0, 5072.0, 5081.0, 5042.0, 5107.0, 5064.0, 5099.0, 5130.0, 5072.0, 5028.0, 5027.0, 5041.0, 5019.0, 5056.0, 5055.0, 5052.0, 5054.0, 5038.0, 5041.0, 5052.0, 5031.0, 5053.0, 5035.0, 5068.0, 5069.0, 5068.0, 5058.0, 5080.0, 5069.0, 5066.0, 5057.0, 5070.0, 5095.0, 5120.0, 5133.0, 5082.0, 5070.0, 5058.0, 5066.0, 5100.0, 5060.0, 5058.0, 5112.0, 5082.0, 5153.0, 5116.0, 5051.0, 5035.0, 5070.0, 5059.0, 5066.0, 5097.0, 5095.0, 5055.0, 5024.0, 5068.0, 5077.0, 5100.0, 5059.0, 5054.0, 5069.0, 5077.0, 5068.0, 5096.0, 5059.0, 5065.0, 5057.0, 5046.0, 5057.0, 5060.0, 5119.0, 5100.0, 5070.0, 5130.0, 5089.0, 5118.0, 5067.0, 5070.0, 5104.0, 5073.0, 5130.0, 5133.0, 5063.0, 5043.0, 5046.0, 5045.0, 5054.0, 5055.0, 5116.0, 5066.0, 5056.0, 5039.0, 5054.0, 5042.0, 5044.0, 5055.0, 5043.0, 5056.0, 5068.0, 5077.0, 5069.0, 5059.0, 5079.0, 5070.0, 5099.0, 5059.0, 5145.0, 5134.0, 5052.0, 5019.0, 5042.0, 5042.0, 5044.0, 5066.0, 5135.0, 5045.0, 5035.0, 5056.0, 5054.0, 5105.0, 5057.0, 5045.0, 5045.0, 5065.0, 5069.0, 5059.0, 5070.0, 5080.0, 5070.0, 5133.0, 5124.0, 5074.0, 5054.0, 5046.0, 5064.0, 5064.0, 5059.0, 5109.0, 5075.0, 5079.0, 5097.0, 5075.0, 5077.0, 5055.0, 5043.0, 5045.0, 5055.0, 5042.0, 5153.0, 5106.0, 5055.0, 5033.0, 5044.0, 5045.0, 5087.0, 5069.0, 5065.0, 5070.0, 5078.0, 5107.0, 5055.0, 5035.0, 5046.0, 5054.0, 5062.0, 5046.0, 5068.0, 5125.0, 5069.0, 5047.0, 5049.0, 5080.0, 5125.0, 5105.0, 5057.0, 5063.0, 5055.0, 5044.0, 5062.0, 5082.0, 5143.0, 5084.0, 5021.0, 5030.0, 5031.0, 5047.0, 5043.0, 5055.0, 5087.0, 5057.0, 5060.0, 5068.0, 5067.0, 5085.0, 5059.0, 5056.0, 5114.0, 5056.0, 5105.0, 5086.0, 5136.0, 5143.0, 5107.0, 5108.0, 5050.0, 5029.0, 5040.0, 5033.0, 5042.0, 5054.0, 5053.0, 5114.0, 5114.0, 5062.0, 5021.0, 5042.0], 'WindowWidth': [11246.0, 11269.0, 11174.0, 11145.0, 11025.0, 10969.0, 10930.0, 10954.0, 11001.0, 10986.0, 11041.0, 11031.0, 10944.0, 10930.0, 10934.0, 10954.0, 10997.0, 10989.0, 10956.0, 11009.0, 10998.0, 11019.0, 10964.0, 11040.0, 11031.0, 11039.0, 11020.0, 10970.0, 11041.0, 11029.0, 11089.0, 11020.0, 11102.0, 11057.0, 11140.0, 11090.0, 10983.0, 10976.0, 11004.0, 11072.0, 11088.0, 11093.0, 10999.0, 10933.0, 11014.0, 11007.0, 11105.0, 11000.0, 10966.0, 11024.0, 11019.0, 11085.0, 10998.0, 11000.0, 11049.0, 11080.0, 11086.0, 11005.0, 11004.0, 11032.0, 11123.0, 11112.0, 11019.0, 11015.0, 11034.0, 11134.0, 11089.0, 10994.0, 11008.0, 11023.0, 11134.0, 11073.0, 10978.0, 10982.0, 10987.0, 11005.0, 11020.0, 11113.0, 11000.0, 10933.0, 11016.0, 11007.0, 11104.0, 11026.0, 10957.0, 11009.0, 11008.0, 11080.0, 11035.0, 11003.0, 11031.0, 11026.0, 11117.0, 11027.0, 11022.0, 11046.0, 11120.0, 11140.0, 11033.0, 11010.0, 11025.0, 11057.0, 11097.0, 11019.0, 11024.0, 11009.0, 11097.0, 11111.0, 11010.0, 10945.0, 10970.0, 10973.0, 10986.0, 11006.0, 10999.0, 10984.0, 10992.0, 11012.0, 11075.0, 11062.0, 10981.0, 10937.0, 10977.0, 10980.0, 11061.0, 11004.0, 11006.0, 11013.0, 11087.0, 11087.0, 10995.0, 10968.0, 11000.0, 10991.0, 11020.0, 10987.0, 10986.0, 11023.0, 11095.0, 11101.0, 11017.0, 10975.0, 10984.0, 10984.0, 10989.0, 11018.0, 10964.0, 10982.0, 10994.0, 10999.0, 11073.0, 11037.0, 10966.0, 10947.0, 10996.0, 10993.0, 11035.0, 11002.0, 10967.0, 10977.0, 10955.0, 10986.0, 11020.0, 11027.0, 10991.0, 10994.0, 11008.0, 11006.0, 10970.0, 11004.0, 10977.0, 11025.0, 11004.0, 10989.0, 11021.0, 11053.0, 11121.0, 10989.0, 10959.0, 10977.0, 10992.0, 11016.0, 11102.0, 11077.0, 10997.0, 10972.0, 10999.0, 10996.0, 11087.0, 11010.0, 10976.0, 10997.0, 10999.0, 11063.0, 11005.0, 11000.0, 11024.0, 11038.0, 11093.0, 10997.0, 10961.0, 10993.0, 11026.0, 11081.0, 10982.0, 10994.0, 11031.0, 11105.0, 11093.0, 10965.0, 10957.0, 10984.0, 11019.0, 11111.0, 11000.0, 10954.0, 10976.0, 11006.0, 11050.0, 11039.0, 10983.0, 10983.0, 11005.0, 10997.0, 11024.0, 10990.0, 10979.0, 11010.0, 11053.0, 11031.0, 10960.0, 10986.0, 11027.0, 11103.0, 11097.0, 11099.0, 11024.0, 11002.0, 10968.0, 11002.0, 11061.0, 11114.0, 11033.0, 11003.0, 11003.0, 10969.0, 11030.0, 10962.0, 10949.0, 11006.0, 11010.0, 11050.0, 10988.0, 10964.0, 10977.0, 10953.0, 10982.0, 10991.0, 11037.0, 11024.0, 11005.0, 10986.0, 11002.0, 10970.0, 10963.0, 11030.0, 11035.0, 11074.0, 11037.0, 10991.0, 10976.0, 11002.0, 11026.0, 11067.0, 11125.0, 11048.0, 10946.0, 10956.0, 10995.0, 11022.0, 11004.0, 10961.0, 10969.0, 11014.0, 11007.0, 11020.0, 10988.0, 10978.0, 11027.0, 11003.0, 11040.0, 11009.0, 11003.0, 11028.0, 11091.0, 11125.0, 11002.0, 10961.0, 11012.0, 10995.0, 11109.0, 11098.0, 11079.0, 10974.0, 10965.0, 10970.0, 11036.0, 11126.0, 11080.0, 10971.0, 10938.0, 10999.0, 11026.0, 11002.0, 10976.0, 10961.0, 11015.0, 11009.0, 11020.0, 10980.0, 10947.0, 11007.0, 10981.0, 11039.0, 11045.0, 11060.0, 10980.0, 10978.0, 11018.0, 11003.0, 11072.0, 10973.0, 11015.0, 11041.0, 11010.0, 11116.0, 11000.0, 10971.0, 10977.0, 10986.0, 11000.0, 11071.0, 11002.0, 10964.0, 10992.0, 11006.0, 11103.0, 11072.0, 10994.0, 10975.0, 10999.0, 10986.0, 11049.0, 11005.0, 11013.0, 11008.0, 11018.0, 11093.0, 11077.0, 11087.0, 10988.0, 10972.0, 10930.0, 10996.0, 10977.0, 11064.0, 11070.0, 11081.0, 11038.0, 10973.0, 10937.0, 10972.0, 10973.0, 11007.0, 11002.0, 10984.0, 10968.0, 10999.0, 11047.0, 10998.0, 10997.0, 10984.0, 10979.0, 11011.0, 11005.0, 11012.0, 11093.0, 11008.0, 10985.0, 10961.0, 10983.0, 10965.0, 11004.0, 11018.0, 10964.0, 10966.0, 10979.0, 10983.0, 11055.0, 11005.0, 10978.0, 10980.0, 11026.0, 11017.0, 11030.0, 11003.0, 10990.0, 11030.0, 11074.0, 11008.0, 11006.0, 11063.0, 11030.0, 11045.0, 10987.0, 11025.0, 11109.0, 11098.0, 11106.0, 11076.0, 10991.0, 10961.0, 10962.0, 10964.0, 10989.0, 11017.0, 11092.0, 10984.0, 10992.0, 11002.0, 11012.0, 10997.0, 10953.0, 10984.0, 10987.0, 11001.0, 11049.0, 11087.0, 11001.0, 10969.0, 10965.0, 10975.0, 10982.0, 11000.0, 11066.0, 11131.0, 11051.0, 11006.0, 10947.0, 10952.0, 10968.0, 10962.0, 10992.0, 10964.0, 11004.0, 11091.0, 11043.0, 11054.0, 11025.0, 10956.0, 10925.0, 10946.0, 10963.0, 10979.0, 10969.0, 11013.0, 11086.0, 10981.0, 10960.0, 10990.0, 10996.0, 10966.0, 10971.0, 10998.0, 10989.0, 10993.0, 11003.0, 11002.0, 11031.0, 11015.0, 10987.0, 10985.0, 11062.0, 10993.0, 11094.0, 11085.0, 11027.0, 10961.0, 10949.0, 10966.0, 10962.0, 10987.0, 11025.0, 11074.0, 11000.0, 10976.0, 10976.0, 10960.0, 10962.0, 11000.0, 11000.0, 10999.0, 11001.0, 11050.0, 11022.0, 10996.0, 11029.0, 11008.0, 11040.0, 11001.0, 11025.0, 11041.0, 11025.0, 11058.0, 10985.0, 11013.0, 11009.0, 11092.0, 11050.0, 10990.0, 10937.0, 10990.0, 11005.0, 11037.0, 11012.0, 10961.0, 10962.0, 11008.0, 11000.0, 10999.0, 11009.0, 11007.0, 10999.0, 11004.0, 11005.0, 11022.0, 11093.0, 11018.0, 10992.0, 10994.0, 11007.0, 11106.0, 11039.0, 11023.0, 11000.0, 11011.0, 11098.0, 11026.0, 11009.0, 11005.0, 11056.0, 11093.0, 10980.0, 10958.0, 10974.0, 10998.0, 11071.0, 10985.0, 10961.0, 10987.0, 10999.0, 11019.0, 11006.0, 10992.0, 10978.0, 10991.0, 10971.0, 10992.0, 11001.0, 11010.0, 11015.0, 11011.0, 11001.0, 11039.0, 11033.0, 11007.0, 10998.0, 10978.0, 11020.0, 11055.0, 11034.0, 11005.0, 11051.0, 10994.0, 11050.0, 11043.0, 10982.0, 11016.0, 10992.0, 11038.0, 11094.0, 10981.0, 10957.0, 10969.0, 11013.0, 11020.0, 11008.0, 11069.0, 10994.0, 10982.0, 10946.0, 10965.0, 10948.0, 10977.0, 11004.0, 11038.0, 10999.0, 11000.0, 11005.0, 11008.0, 10966.0, 10962.0, 11013.0, 11032.0, 10988.0, 11049.0, 11046.0, 11006.0, 10989.0, 10968.0, 11007.0, 11084.0, 11040.0, 11081.0, 11013.0, 10996.0, 10977.0, 10989.0, 10996.0, 11029.0, 10999.0, 10977.0, 11007.0, 11005.0, 11064.0, 10981.0, 10993.0, 11026.0, 11007.0, 11045.0, 11082.0, 10998.0, 10965.0, 10987.0, 11003.0, 11011.0, 11009.0, 11054.0, 10994.0, 11002.0, 11008.0, 10991.0, 11012.0, 11102.0, 11049.0, 10971.0, 10972.0, 10969.0, 10991.0, 10988.0, 11032.0, 11056.0, 10984.0, 10977.0, 10994.0, 10997.0, 11032.0, 10963.0, 10994.0, 11018.0, 10981.0, 11096.0, 11062.0, 11087.0, 11083.0, 10985.0, 10944.0, 10989.0, 10952.0, 10965.0, 10984.0, 10959.0, 10984.0, 10988.0, 11001.0, 11008.0, 11006.0, 10977.0, 11002.0, 10969.0, 10990.0, 10994.0, 11089.0, 11053.0, 11046.0, 11074.0, 11018.0, 11076.0, 11012.0, 10999.0, 11011.0, 10956.0, 11052.0, 10997.0, 11037.0, 11081.0, 11000.0, 10935.0, 10933.0, 10952.0, 10921.0, 10985.0, 10985.0, 10975.0, 10978.0, 10950.0, 10955.0, 10969.0, 10944.0, 10976.0, 10953.0, 11005.0, 11007.0, 11003.0, 10990.0, 11021.0, 11005.0, 11001.0, 10989.0, 11014.0, 11056.0, 11084.0, 11106.0, 11028.0, 11002.0, 10990.0, 10997.0, 11052.0, 10994.0, 10988.0, 11072.0, 11030.0, 11130.0, 11070.0, 10972.0, 10943.0, 11009.0, 10994.0, 10999.0, 11043.0, 11035.0, 10980.0, 10934.0, 11006.0, 11016.0, 11052.0, 10992.0, 10979.0, 11005.0, 11022.0, 11004.0, 11040.0, 10992.0, 10994.0, 10984.0, 10967.0, 10985.0, 10993.0, 11077.0, 11050.0, 11007.0, 11092.0, 11031.0, 11071.0, 10999.0, 11008.0, 11054.0, 11005.0, 11080.0, 11088.0, 10989.0, 10960.0, 10967.0, 10963.0, 10978.0, 10981.0, 11068.0, 10994.0, 10980.0, 10953.0, 10976.0, 10958.0, 10961.0, 10981.0, 10962.0, 10985.0, 11002.0, 11013.0, 11008.0, 10992.0, 11021.0, 11008.0, 11052.0, 10996.0, 11109.0, 11094.0, 10975.0, 10922.0, 10954.0, 10962.0, 10963.0, 10999.0, 11094.0, 10965.0, 10951.0, 10985.0, 10979.0, 11050.0, 10986.0, 10965.0, 10968.0, 10998.0, 11008.0, 10992.0, 11010.0, 11026.0, 11010.0, 11090.0, 11078.0, 11010.0, 10978.0, 10969.0, 10991.0, 10993.0, 10995.0, 11062.0, 11009.0, 11023.0, 11044.0, 11012.0, 11017.0, 10979.0, 10960.0, 10969.0, 10982.0, 10961.0, 11119.0, 11053.0, 10978.0, 10945.0, 10962.0, 10968.0, 11028.0, 11003.0, 10994.0, 11009.0, 11017.0, 11056.0, 10979.0, 10952.0, 10968.0, 10977.0, 10988.0, 10969.0, 11002.0, 11081.0, 11005.0, 10973.0, 10979.0, 11024.0, 11084.0, 11053.0, 10987.0, 10989.0, 10978.0, 10967.0, 10991.0, 11012.0, 11105.0, 11018.0, 10925.0, 10936.0, 10938.0, 10959.0, 10962.0, 10984.0, 11030.0, 10986.0, 10997.0, 11005.0, 11002.0, 11021.0, 10995.0, 10983.0, 11063.0, 10982.0, 11054.0, 11033.0, 11097.0, 11110.0, 11047.0, 11042.0, 10964.0, 10934.0, 10950.0, 10945.0, 10956.0, 10976.0, 10975.0, 11063.0, 11061.0, 10986.0, 10925.0, 10961.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.0005493975903614458</td></tr>
<tr><td colspan=3>aqi</td><td>0.024552168893756846</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.84688502849778</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1985366605153491</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999096160526317</td></tr>
<tr><td colspan=3>efc</td><td>0.5351</td></tr>
<tr><td colspan=3>fber</td><td>2459.2917</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23032727519982102</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>474</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>51.916757940854325</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3590348452570065</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2593981279499324</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.509643485619982</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.308062922201105</td></tr>
<tr><td colspan=3>gcor</td><td>0.00905685</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012830031104385853</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041255734860897064</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.066244770796887</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>22.5377</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.3478</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.2229</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>87.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285530.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1333.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>521.3423</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6472</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>667.3096</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4208.9905</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1065.5965</td></tr>
<tr><td colspan=3>tsnr</td><td>35.84581075236201</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>