<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0057_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0057_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-02/func/sub-0057_ses-02_task-faces_acq-mb8_run-03_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>5676974e251373963216280d4b3cdca2</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:46:31.550000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997589, 0.0162274, -0.0674775, -0.015323, 0.999786, 0.0138986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105412</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7773, -7238, 604, 0, -256, -48, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.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>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a136f61f-81eb-40d3-9696-cd09e574cdaa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6764578819274902, -0.041110582649707794, -0.1827591359615326, 118.76461029052734], [-0.04353693872690201, 2.6823527812957764, 0.034644026309251785, -92.18801879882812], [-0.18103711307048798, -0.03728890419006348, 2.693584680557251, -67.0714111328125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['184631.550000', '184632.010000', '184632.470000', '184632.930000', '184633.390000', '184633.850000', '184634.310000', '184634.770000', '184635.230000', '184635.690000', '184636.150000', '184636.610000', '184637.070000', '184637.530000', '184637.990000', '184638.450000', '184638.910000', '184639.370000', '184639.830000', '184640.290000', '184640.750000', '184641.210000', '184641.670000', '184642.130000', '184642.590000', '184643.050000', '184643.510000', '184643.970000', '184644.430000', '184644.890000', '184645.350000', '184645.810000', '184646.270000', '184646.730000', '184647.190000', '184647.650000', '184648.110000', '184648.570000', '184649.030000', '184649.490000', '184649.950000', '184650.410000', '184650.870000', '184651.330000', '184651.790000', '184652.250000', '184652.710000', '184653.170000', '184653.630000', '184654.090000', '184654.550000', '184655.010000', '184655.470000', '184655.930000', '184656.390000', '184656.850000', '184657.310000', '184657.770000', '184658.230000', '184658.690000', '184659.150000', '184659.610000', '184700.070000', '184700.530000', '184700.990000', '184701.450000', '184701.910000', '184702.370000', '184702.830000', '184703.290000', '184703.750000', '184704.210000', '184704.670000', '184705.130000', '184705.590000', '184706.050000', '184706.510000', '184706.970000', '184707.430000', '184707.890000', '184708.350000', '184708.810000', '184709.270000', '184709.730000', '184710.190000', '184710.650000', '184711.110000', '184711.570000', '184712.030000', '184712.490000', '184712.950000', '184713.410000', '184713.870000', '184714.330000', '184714.790000', '184715.250000', '184715.710000', '184716.170000', '184716.630000', '184717.090000', '184717.550000', '184718.010000', '184718.470000', '184718.930000', '184719.390000', '184719.850000', '184720.310000', '184720.770000', '184721.230000', '184721.690000', '184722.150000', '184722.610000', '184723.070000', '184723.530000', '184723.990000', '184724.450000', '184724.910000', '184725.370000', '184725.830000', '184726.290000', '184726.750000', '184727.210000', '184727.670000', '184728.130000', '184728.590000', '184729.050000', '184729.510000', '184729.970000', '184730.430000', '184730.890000', '184731.350000', '184731.810000', '184732.270000', '184732.730000', '184733.190000', '184733.650000', '184734.110000', '184734.570000', '184735.030000', '184735.490000', '184735.950000', '184736.410000', '184736.870000', '184737.330000', '184737.790000', '184738.250000', '184738.710000', '184739.170000', '184739.630000', '184740.090000', '184740.550000', '184741.010000', '184741.470000', '184741.930000', '184742.390000', '184742.850000', '184743.310000', '184743.770000', '184744.230000', '184744.690000', '184745.150000', '184745.610000', '184746.070000', '184746.530000', '184746.990000', '184747.450000', '184747.910000', '184748.370000', '184748.830000', '184749.290000', '184749.750000', '184750.210000', '184750.670000', '184751.130000', '184751.590000', '184752.050000', '184752.510000', '184752.970000', '184753.430000', '184753.890000', '184754.350000', '184754.810000', '184755.270000', '184755.730000', '184756.190000', '184756.650000', '184757.110000', '184757.570000', '184758.030000', '184758.490000', '184758.950000', '184759.410000', '184759.870000', '184800.330000', '184800.790000', '184801.250000', '184801.710000', '184802.170000', '184802.630000', '184803.090000', '184803.550000', '184804.010000', '184804.470000', '184804.930000', '184805.390000', '184805.850000', '184806.310000', '184806.770000', '184807.230000', '184807.690000', '184808.150000', '184808.610000', '184809.070000', '184809.530000', '184809.990000', '184810.450000', '184810.910000', '184811.370000', '184811.830000', '184812.290000', '184812.750000', '184813.210000', '184813.670000', '184814.130000', '184814.590000', '184815.050000', '184815.510000', '184815.970000', '184816.430000', '184816.890000', '184817.350000', '184817.810000', '184818.270000', '184818.730000', '184819.190000', '184819.650000', '184820.110000', '184820.570000', '184821.030000', '184821.490000', '184821.950000', '184822.410000', '184822.870000', '184823.330000', '184823.790000', '184824.250000', '184824.710000', '184825.170000', '184825.630000', '184826.090000', '184826.550000', '184827.010000', '184827.470000', '184827.930000', '184828.390000', '184828.850000', '184829.310000', '184829.770000', '184830.230000', '184830.690000', '184831.150000', '184831.610000', '184832.070000', '184832.530000', '184832.990000', '184833.450000', '184833.910000', '184834.370000', '184834.830000', '184835.290000', '184835.750000', '184836.210000', '184836.670000', '184837.130000', '184837.590000', '184838.050000', '184838.510000', '184838.970000', '184839.430000', '184839.890000', '184840.350000', '184840.810000', '184841.270000', '184841.730000', '184842.190000', '184842.650000', '184843.110000', '184843.570000', '184844.030000', '184844.490000', '184844.950000', '184845.410000', '184845.870000', '184846.330000', '184846.790000', '184847.250000', '184847.710000', '184848.170000', '184848.630000', '184849.090000', '184849.550000', '184850.010000', '184850.470000', '184850.930000', '184851.390000', '184851.850000', '184852.310000', '184852.770000', '184853.230000', '184853.690000', '184854.150000', '184854.610000', '184855.070000', '184855.530000', '184855.990000', '184856.450000', '184856.910000', '184857.370000', '184857.830000', '184858.290000', '184858.750000', '184859.210000', '184859.670000', '184900.130000', '184900.590000', '184901.050000', '184901.510000', '184901.970000', '184902.430000', '184902.890000', '184903.350000', '184903.810000', '184904.270000', '184904.730000', '184905.190000', '184905.650000', '184906.110000', '184906.570000', '184907.030000', '184907.490000', '184907.950000', '184908.410000', '184908.870000', '184909.330000', '184909.790000', '184910.250000', '184910.710000', '184911.170000', '184911.630000', '184912.090000', '184912.550000', '184913.010000', '184913.470000', '184913.930000', '184914.390000', '184914.850000', '184915.310000', '184915.770000', '184916.230000', '184916.690000', '184917.150000', '184917.610000', '184918.070000', '184918.530000', '184918.990000', '184919.450000', '184919.910000', '184920.370000', '184920.830000', '184921.290000', '184921.750000', '184922.210000', '184922.670000', '184923.130000', '184923.590000', '184924.050000', '184924.510000', '184924.970000', '184925.430000', '184925.890000', '184926.350000', '184926.810000', '184927.270000', '184927.730000', '184928.190000', '184928.650000', '184929.110000', '184929.570000', '184930.030000', '184930.490000', '184930.950000', '184931.410000', '184931.870000', '184932.330000', '184932.790000', '184933.250000', '184933.710000', '184934.170000', '184934.630000', '184935.090000', '184935.550000', '184936.010000', '184936.470000', '184936.930000', '184937.390000', '184937.850000', '184938.310000', '184938.770000', '184939.230000', '184939.690000', '184940.150000', '184940.610000', '184941.070000', '184941.530000', '184941.990000', '184942.450000', '184942.910000', '184943.370000', '184943.830000', '184944.290000', '184944.750000', '184945.210000', '184945.670000', '184946.130000', '184946.590000', '184947.050000', '184947.510000', '184947.970000', '184948.430000', '184948.890000', '184949.350000', '184949.810000', '184950.270000', '184950.730000', '184951.190000', '184951.650000', '184952.110000', '184952.570000', '184953.030000', '184953.490000', '184953.950000', '184954.410000', '184954.870000', '184955.330000', '184955.790000', '184956.250000', '184956.710000', '184957.170000', '184957.630000', '184958.090000', '184958.550000', '184959.010000', '184959.470000', '184959.930000', '185000.390000', '185000.850000', '185001.310000', '185001.770000', '185002.230000', '185002.690000', '185003.150000', '185003.610000', '185004.070000', '185004.530000', '185004.990000', '185005.450000', '185005.910000', '185006.370000', '185006.830000', '185007.290000', '185007.750000', '185008.210000', '185008.670000', '185009.130000', '185009.590000', '185010.050000', '185010.510000', '185010.970000', '185011.430000', '185011.890000', '185012.350000', '185012.810000', '185013.270000', '185013.730000', '185014.190000', '185014.650000', '185015.110000', '185015.570000', '185016.030000', '185016.490000', '185016.950000', '185017.410000', '185017.870000', '185018.330000', '185018.790000', '185019.250000', '185019.710000', '185020.170000', '185020.630000', '185021.090000', '185021.550000', '185022.010000', '185022.470000', '185022.930000', '185023.390000', '185023.850000', '185024.310000', '185024.770000', '185025.230000', '185025.690000', '185026.150000', '185026.610000', '185027.070000', '185027.530000', '185027.990000', '185028.450000', '185028.910000', '185029.370000', '185029.830000', '185030.290000', '185030.750000', '185031.210000', '185031.670000', '185032.130000', '185032.590000', '185033.050000', '185033.510000', '185033.970000', '185034.430000', '185034.890000', '185035.350000', '185035.810000', '185036.270000', '185036.730000', '185037.190000', '185037.650000', '185038.110000', '185038.570000', '185039.030000', '185039.490000', '185039.950000', '185040.410000', '185040.870000', '185041.330000', '185041.790000', '185042.250000', '185042.710000', '185043.170000', '185043.630000', '185044.090000', '185044.550000', '185045.010000', '185045.470000', '185045.930000', '185046.390000', '185046.850000', '185047.310000', '185047.770000', '185048.230000', '185048.690000', '185049.150000', '185049.610000', '185050.070000', '185050.530000', '185050.990000', '185051.450000', '185051.910000', '185052.370000', '185052.830000', '185053.290000', '185053.750000', '185054.210000', '185054.670000', '185055.130000', '185055.590000', '185056.050000', '185056.510000', '185056.970000', '185057.430000', '185057.890000', '185058.350000', '185058.810000', '185059.270000', '185059.730000', '185100.190000', '185100.650000', '185101.110000', '185101.570000', '185102.030000', '185102.490000', '185102.950000', '185103.410000', '185103.870000', '185104.330000', '185104.790000', '185105.250000', '185105.710000', '185106.170000', '185106.630000', '185107.090000', '185107.550000', '185108.010000', '185108.470000', '185108.930000', '185109.390000', '185109.850000', '185110.310000', '185110.770000', '185111.230000', '185111.690000', '185112.150000', '185112.610000', '185113.070000', '185113.530000', '185113.990000', '185114.450000', '185114.910000', '185115.370000', '185115.830000', '185116.290000', '185116.750000', '185117.210000', '185117.670000', '185118.130000', '185118.590000', '185119.050000', '185119.510000', '185119.970000', '185120.430000', '185120.890000', '185121.350000', '185121.810000', '185122.270000', '185122.730000', '185123.190000', '185123.650000', '185124.110000', '185124.570000', '185125.030000', '185125.490000', '185125.950000', '185126.410000', '185126.870000', '185127.330000', '185127.790000', '185128.250000', '185128.710000', '185129.170000', '185129.630000', '185130.090000', '185130.550000', '185131.010000', '185131.470000', '185131.930000', '185132.390000', '185132.850000', '185133.310000', '185133.770000', '185134.230000', '185134.690000', '185135.150000', '185135.610000', '185136.070000', '185136.530000', '185136.990000', '185137.450000', '185137.910000', '185138.370000', '185138.830000', '185139.290000', '185139.750000', '185140.210000', '185140.670000', '185141.130000', '185141.590000', '185142.050000', '185142.510000', '185142.970000', '185143.430000', '185143.890000', '185144.350000', '185144.810000', '185145.270000', '185145.730000', '185146.190000', '185146.650000', '185147.110000', '185147.570000', '185148.030000', '185148.490000', '185148.950000', '185149.410000', '185149.870000', '185150.330000', '185150.790000', '185151.250000', '185151.710000', '185152.170000', '185152.630000', '185153.090000', '185153.550000', '185154.010000', '185154.470000', '185154.930000', '185155.390000', '185155.850000', '185156.310000', '185156.770000', '185157.230000', '185157.690000', '185158.150000', '185158.610000', '185159.070000', '185159.530000', '185159.990000', '185200.450000', '185200.910000', '185201.370000', '185201.830000', '185202.290000', '185202.750000', '185203.210000', '185203.670000', '185204.130000', '185204.590000', '185205.050000', '185205.510000', '185205.970000', '185206.430000', '185206.890000', '185207.350000', '185207.810000', '185208.270000', '185208.730000', '185209.190000', '185209.650000', '185210.110000', '185210.570000', '185211.030000', '185211.490000', '185211.950000', '185212.410000', '185212.870000', '185213.330000', '185213.790000', '185214.250000', '185214.710000', '185215.170000', '185215.630000', '185216.090000', '185216.550000', '185217.010000', '185217.470000', '185217.930000', '185218.390000', '185218.850000', '185219.310000', '185219.770000', '185220.230000', '185220.690000', '185221.150000', '185221.610000', '185222.070000', '185222.530000', '185222.990000', '185223.450000', '185223.910000', '185224.370000', '185224.830000', '185225.290000', '185225.750000', '185226.210000', '185226.670000', '185227.130000', '185227.590000', '185228.050000', '185228.510000', '185228.970000', '185229.430000', '185229.890000', '185230.350000', '185230.810000', '185231.270000', '185231.730000', '185232.190000', '185232.650000', '185233.110000', '185233.570000', '185234.030000', '185234.490000', '185234.950000', '185235.410000', '185235.870000', '185236.330000', '185236.790000', '185237.250000', '185237.710000', '185238.170000', '185238.630000', '185239.090000', '185239.550000', '185240.010000', '185240.470000', '185240.930000', '185241.390000', '185241.850000', '185242.310000', '185242.770000', '185243.230000', '185243.690000', '185244.150000', '185244.610000', '185245.070000', '185245.530000', '185245.990000', '185246.450000', '185246.910000', '185247.370000', '185247.830000', '185248.290000', '185248.750000', '185249.210000', '185249.670000', '185250.130000', '185250.590000', '185251.050000', '185251.510000', '185251.970000', '185252.430000', '185252.890000', '185253.350000', '185253.810000', '185254.270000', '185254.730000', '185255.190000', '185255.650000', '185256.110000', '185256.570000', '185257.030000', '185257.490000', '185257.950000', '185258.410000', '185258.870000', '185259.330000', '185259.790000', '185300.250000', '185300.710000', '185301.170000', '185301.630000', '185302.090000', '185302.550000', '185303.010000', '185303.470000', '185303.930000', '185304.390000', '185304.850000', '185305.310000', '185305.770000', '185306.230000', '185306.690000', '185307.150000', '185307.610000', '185308.070000', '185308.530000', '185308.990000', '185309.450000', '185309.910000', '185310.370000', '185310.830000', '185311.290000', '185311.750000', '185312.210000', '185312.670000', '185313.130000', '185313.590000', '185314.050000', '185314.510000', '185314.970000', '185315.430000', '185315.890000', '185316.350000', '185316.810000', '185317.270000', '185317.730000', '185318.190000', '185318.650000', '185319.110000', '185319.570000', '185320.030000', '185320.490000', '185320.950000', '185321.410000', '185321.870000', '185322.330000', '185322.790000', '185323.250000', '185323.710000', '185324.170000', '185324.630000', '185325.090000', '185325.550000', '185326.010000', '185326.470000', '185326.930000', '185327.390000', '185327.850000', '185328.310000', '185328.770000', '185329.230000', '185329.690000', '185330.150000', '185330.610000', '185331.070000', '185331.530000'], 'ContentTime': ['184650.840000', '184650.843000', '184650.846000', '184650.849000', '184650.851000', '184650.854000', '184650.856000', '184650.859000', '184650.861000', '184650.864000', '184650.867000', '184650.869000', '184650.872000', '184650.875000', '184650.877000', '184650.880000', '184650.882000', '184650.889000', '184650.891000', '184650.894000', '184650.897000', '184650.899000', '184650.902000', '184650.904000', '184650.907000', '184650.909000', '184650.912000', '184650.915000', '184650.918000', '184650.920000', '184650.923000', '184650.925000', '184650.928000', '184650.930000', '184650.933000', '184650.935000', '184650.938000', '184650.941000', '184650.943000', '184710.782000', '184710.784000', '184710.787000', '184710.790000', '184710.792000', '184710.795000', '184710.797000', '184710.800000', '184710.803000', '184710.805000', '184710.808000', '184710.810000', '184710.813000', '184710.816000', '184710.818000', '184710.821000', '184710.824000', '184710.826000', '184710.829000', '184710.831000', '184710.834000', '184710.836000', '184710.839000', '184710.841000', '184710.844000', '184710.847000', '184710.849000', '184710.852000', '184710.855000', '184710.857000', '184710.860000', '184710.862000', '184710.865000', '184710.867000', '184710.870000', '184710.872000', '184710.875000', '184710.878000', '184710.880000', '184710.883000', '184710.885000', '184710.888000', '184710.890000', '184710.893000', '184730.781000', '184730.784000', '184730.787000', '184730.789000', '184730.792000', '184730.794000', '184730.797000', '184730.799000', '184730.802000', '184730.805000', '184730.807000', '184730.810000', '184730.812000', '184730.815000', '184730.818000', '184730.820000', '184730.823000', '184730.825000', '184730.828000', '184730.831000', '184730.833000', '184730.836000', '184730.838000', '184730.841000', '184730.843000', '184730.846000', '184730.849000', '184730.851000', '184730.854000', '184730.856000', '184730.859000', '184730.862000', '184730.864000', '184730.867000', '184730.869000', '184730.872000', '184730.874000', '184730.877000', '184730.880000', '184730.882000', '184730.885000', '184730.887000', '184730.890000', '184730.892000', '184750.781000', '184750.787000', '184750.790000', '184750.792000', '184750.795000', '184750.798000', '184750.800000', '184750.803000', '184750.805000', '184750.808000', '184750.810000', '184750.813000', '184750.816000', '184750.848000', '184750.850000', '184750.853000', '184750.855000', '184750.858000', '184750.860000', '184750.863000', '184750.866000', '184750.868000', '184750.871000', '184750.873000', '184750.876000', '184750.878000', '184750.881000', '184750.883000', '184750.886000', '184750.889000', '184750.891000', '184750.894000', '184750.897000', '184750.899000', '184750.902000', '184750.904000', '184750.907000', '184750.909000', '184750.912000', '184750.915000', '184750.917000', '184750.920000', '184750.922000', '184810.782000', '184810.785000', '184810.788000', '184810.790000', '184810.793000', '184810.795000', '184810.798000', '184810.801000', '184810.803000', '184810.806000', '184810.809000', '184810.811000', '184810.814000', '184811.021000', '184811.023000', '184811.026000', '184811.028000', '184811.031000', '184811.034000', '184811.036000', '184811.039000', '184811.041000', '184811.044000', '184811.046000', '184811.049000', '184811.052000', '184811.054000', '184811.057000', '184811.060000', '184811.062000', '184811.065000', '184811.067000', '184811.070000', '184811.072000', '184811.075000', '184811.078000', '184811.080000', '184811.086000', '184811.088000', '184811.091000', '184811.093000', '184811.096000', '184811.099000', '184811.101000', '184830.782000', '184830.784000', '184830.787000', '184830.790000', '184830.792000', '184830.795000', '184830.797000', '184830.800000', '184830.802000', '184830.805000', '184830.808000', '184830.810000', '184830.813000', '184830.845000', '184830.847000', '184830.850000', '184830.852000', '184830.855000', '184830.857000', '184830.860000', '184830.863000', '184830.865000', '184830.868000', '184830.870000', '184830.873000', '184830.875000', '184830.878000', '184830.881000', '184830.883000', '184830.886000', '184830.888000', '184830.891000', '184830.893000', '184830.896000', '184830.898000', '184830.901000', '184830.904000', '184830.906000', '184830.909000', '184830.911000', '184830.914000', '184830.916000', '184830.919000', '184850.782000', '184850.784000', '184850.787000', '184850.789000', '184850.792000', '184850.795000', '184850.797000', '184850.800000', '184850.802000', '184850.805000', '184850.808000', '184850.810000', '184850.813000', '184850.860000', '184850.863000', '184850.865000', '184850.868000', '184850.870000', '184850.873000', '184850.876000', '184850.878000', '184850.881000', '184850.883000', '184850.886000', '184850.888000', '184850.891000', '184850.894000', '184850.896000', '184850.899000', '184850.901000', '184850.904000', '184850.907000', '184850.909000', '184850.912000', '184850.915000', '184850.917000', '184850.920000', '184850.922000', '184850.925000', '184850.928000', '184850.930000', '184850.933000', '184850.936000', '184850.938000', '184910.781000', '184910.784000', '184910.787000', '184910.789000', '184910.792000', '184910.795000', '184910.797000', '184910.800000', '184910.802000', '184910.805000', '184910.807000', '184910.810000', '184910.813000', '184910.815000', '184910.827000', '184910.829000', '184910.832000', '184910.834000', '184910.837000', '184910.840000', '184910.842000', '184910.845000', '184910.847000', '184910.850000', '184910.852000', '184910.855000', '184910.857000', '184910.860000', '184910.863000', '184910.865000', '184910.868000', '184910.870000', '184910.873000', '184910.875000', '184910.878000', '184910.881000', '184910.883000', '184910.886000', '184910.889000', '184910.891000', '184910.894000', '184910.896000', '184910.899000', '184930.783000', '184930.786000', '184930.788000', '184930.791000', '184930.793000', '184930.796000', '184930.799000', '184930.801000', '184930.804000', '184930.807000', '184930.809000', '184930.812000', '184930.814000', '184930.865000', '184930.867000', '184930.870000', '184930.872000', '184930.875000', '184930.878000', '184930.880000', '184930.883000', '184930.885000', '184930.888000', '184930.891000', '184930.893000', '184930.896000', '184930.899000', '184930.901000', '184930.904000', '184930.906000', '184930.909000', '184930.911000', '184930.914000', '184930.917000', '184930.919000', '184930.922000', '184930.925000', '184930.927000', '184930.930000', '184930.933000', '184930.935000', '184930.938000', '184930.940000', '184950.781000', '184950.784000', '184950.787000', '184950.789000', '184950.792000', '184950.795000', '184950.797000', '184950.800000', '184950.802000', '184950.805000', '184950.808000', '184950.810000', '184950.813000', '184950.891000', '184950.894000', '184950.896000', '184950.899000', '184950.901000', '184950.904000', '184950.907000', '184950.909000', '184950.912000', '184950.914000', '184950.917000', '184950.920000', '184950.922000', '184950.925000', '184950.928000', '184950.930000', '184950.933000', '184950.935000', '184950.938000', '184950.941000', '184950.943000', '184950.946000', '184950.948000', '184950.951000', '184950.953000', '184950.956000', '184950.959000', '184950.962000', '184950.964000', '184950.967000', '184950.970000', '185010.782000', '185010.784000', '185010.787000', '185010.790000', '185010.792000', '185010.795000', '185010.798000', '185010.800000', '185010.803000', '185010.806000', '185010.808000', '185010.811000', '185010.814000', '185010.816000', '185010.819000', '185010.821000', '185010.824000', '185010.826000', '185010.829000', '185010.832000', '185010.834000', '185010.837000', '185010.840000', '185010.842000', '185010.845000', '185010.847000', '185010.850000', '185010.853000', '185010.855000', '185010.858000', '185010.860000', '185010.863000', '185010.866000', '185010.868000', '185010.871000', '185010.873000', '185010.876000', '185010.879000', '185010.881000', '185010.884000', '185010.886000', '185010.889000', '185010.892000', '185030.783000', '185030.786000', '185030.788000', '185030.791000', '185030.793000', '185030.796000', '185030.799000', '185030.801000', '185030.804000', '185030.806000', '185030.809000', '185030.812000', '185030.814000', '185030.859000', '185030.861000', '185030.864000', '185030.866000', '185030.869000', '185030.872000', '185030.874000', '185030.877000', '185030.879000', '185030.882000', '185030.885000', '185030.887000', '185030.890000', '185030.892000', '185030.895000', '185030.898000', '185030.900000', '185030.903000', '185030.905000', '185030.908000', '185030.911000', '185030.913000', '185030.916000', '185030.919000', '185030.921000', '185030.924000', '185030.926000', '185030.929000', '185030.932000', '185030.934000', '185030.937000', '185050.781000', '185050.784000', '185050.787000', '185050.790000', '185050.793000', '185050.796000', '185050.799000', '185050.802000', '185050.804000', '185050.807000', '185050.809000', '185050.812000', '185050.815000', '185050.875000', '185050.878000', '185050.880000', '185050.883000', '185050.885000', '185050.888000', '185050.891000', '185050.893000', '185050.896000', '185050.898000', '185050.901000', '185050.904000', '185050.906000', '185050.909000', '185050.911000', '185050.914000', '185050.917000', '185050.919000', '185050.922000', '185050.924000', '185050.927000', '185050.945000', '185050.947000', '185050.950000', '185050.953000', '185050.955000', '185050.958000', '185050.960000', '185050.963000', '185050.966000', '185110.782000', '185110.784000', '185110.787000', '185110.790000', '185110.792000', '185110.795000', '185110.797000', '185110.800000', '185110.803000', '185110.805000', '185110.808000', '185110.811000', '185110.813000', '185110.816000', '185110.819000', '185110.821000', '185110.824000', '185110.826000', '185110.829000', '185110.832000', '185110.834000', '185110.837000', '185110.840000', '185110.842000', '185110.845000', '185110.847000', '185110.850000', '185110.852000', '185110.855000', '185110.858000', '185110.860000', '185110.863000', '185110.866000', '185110.868000', '185110.871000', '185110.873000', '185110.876000', '185110.878000', '185110.881000', '185110.884000', '185110.886000', '185110.889000', '185110.892000', '185110.894000', '185130.782000', '185130.784000', '185130.787000', '185130.790000', '185130.792000', '185130.795000', '185130.798000', '185130.800000', '185130.803000', '185130.805000', '185130.808000', '185130.811000', '185130.813000', '185130.855000', '185130.858000', '185130.860000', '185130.863000', '185130.865000', '185130.868000', '185130.871000', '185130.873000', '185130.876000', '185130.879000', '185130.881000', '185130.884000', '185130.886000', '185130.889000', '185130.892000', '185130.894000', '185130.897000', '185130.900000', '185130.902000', '185130.905000', '185130.908000', '185130.910000', '185130.913000', '185130.915000', '185130.918000', '185130.921000', '185130.923000', '185130.926000', '185130.929000', '185130.931000', '185150.782000', '185150.784000', '185150.787000', '185150.790000', '185150.792000', '185150.795000', '185150.798000', '185150.800000', '185150.803000', '185150.805000', '185150.808000', '185150.811000', '185150.813000', '185150.896000', '185150.899000', '185150.902000', '185150.904000', '185150.907000', '185150.909000', '185150.912000', '185150.915000', '185150.917000', '185150.920000', '185150.922000', '185150.925000', '185150.928000', '185150.930000', '185150.933000', '185150.935000', '185150.938000', '185150.941000', '185150.943000', '185150.946000', '185150.949000', '185150.952000', '185150.954000', '185150.957000', '185150.959000', '185150.962000', '185150.964000', '185150.967000', '185150.970000', '185150.972000', '185150.975000', '185210.781000', '185210.784000', '185210.787000', '185210.790000', '185210.792000', '185210.795000', '185210.797000', '185210.800000', '185210.803000', '185210.805000', '185210.808000', '185210.810000', '185210.813000', '185210.862000', '185210.865000', '185210.867000', '185210.870000', '185210.873000', '185210.875000', '185210.878000', '185210.881000', '185210.883000', '185210.886000', '185210.888000', '185210.891000', '185210.894000', '185210.896000', '185210.899000', '185210.901000', '185210.904000', '185210.908000', '185210.911000', '185210.914000', '185210.917000', '185210.919000', '185210.922000', '185210.925000', '185210.927000', '185210.930000', '185210.932000', '185210.935000', '185210.938000', '185210.940000', '185230.782000', '185230.784000', '185230.812000', '185230.814000', '185230.877000', '185230.879000', '185230.882000', '185230.884000', '185230.887000', '185230.889000', '185230.892000', '185230.895000', '185230.897000', '185230.900000', '185230.902000', '185230.905000', '185230.907000', '185230.910000', '185230.913000', '185230.915000', '185230.918000', '185230.921000', '185230.923000', '185230.926000', '185230.928000', '185230.931000', '185230.933000', '185230.936000', '185230.938000', '185230.941000', '185230.944000', '185230.946000', '185230.949000', '185230.951000', '185230.954000', '185230.957000', '185230.959000', '185230.962000', '185230.964000', '185230.967000', '185230.969000', '185230.972000', '185230.975000', '185230.977000', '185250.783000', '185250.785000', '185250.788000', '185250.791000', '185250.793000', '185250.796000', '185250.799000', '185250.801000', '185250.804000', '185250.806000', '185250.809000', '185250.811000', '185250.814000', '185250.844000', '185250.847000', '185250.849000', '185250.852000', '185250.855000', '185250.857000', '185250.860000', '185250.863000', '185250.865000', '185250.868000', '185250.870000', '185250.873000', '185250.876000', '185250.878000', '185250.881000', '185250.883000', '185250.886000', '185250.889000', '185250.891000', '185250.894000', '185250.897000', '185250.899000', '185250.902000', '185250.904000', '185250.907000', '185250.910000', '185250.912000', '185250.915000', '185250.918000', '185250.920000', '185310.782000', '185310.785000', '185310.787000', '185310.790000', '185310.792000', '185310.795000', '185310.798000', '185310.800000', '185310.803000', '185310.806000', '185310.808000', '185310.811000', '185310.813000', '185310.816000', '185310.847000', '185310.850000', '185310.853000', '185310.855000', '185310.858000', '185310.860000', '185310.863000', '185310.866000', '185310.868000', '185310.871000', '185310.873000', '185310.876000', '185310.878000', '185310.881000', '185310.884000', '185310.886000', '185310.889000', '185310.891000', '185310.894000', '185310.897000', '185310.899000', '185310.902000', '185310.904000', '185310.907000', '185310.910000', '185310.912000', '185310.915000', '185310.917000', '185310.920000', '185310.923000', '185330.782000', '185330.784000', '185330.787000', '185330.790000', '185330.792000', '185330.795000', '185330.798000', '185330.800000', '185330.803000', '185330.805000', '185330.808000', '185330.810000', '185330.813000', '185330.867000', '185330.870000', '185330.872000', '185330.875000', '185330.877000', '185330.880000', '185330.882000', '185330.885000', '185330.888000', '185330.890000', '185330.893000', '185330.896000', '185330.900000', '185330.903000', '185330.906000', '185330.909000', '185330.911000', '185330.914000', '185330.916000', '185330.919000', '185330.922000', '185330.924000', '185330.927000', '185330.929000', '185330.932000', '185330.935000', '185330.938000', '185330.940000', '185330.943000', '185330.945000', '185332.675000', '185332.678000', '185332.680000', '185332.683000', '185332.686000'], 'InstanceCreationTime': ['184650.840000', '184650.843000', '184650.846000', '184650.849000', '184650.851000', '184650.854000', '184650.856000', '184650.859000', '184650.861000', '184650.864000', '184650.867000', '184650.869000', '184650.872000', '184650.875000', '184650.877000', '184650.880000', '184650.882000', '184650.889000', '184650.891000', '184650.894000', '184650.897000', '184650.899000', '184650.902000', '184650.904000', '184650.907000', '184650.909000', '184650.912000', '184650.915000', '184650.918000', '184650.920000', '184650.923000', '184650.925000', '184650.928000', '184650.930000', '184650.933000', '184650.935000', '184650.938000', '184650.941000', '184650.943000', '184710.782000', '184710.784000', '184710.787000', '184710.790000', '184710.792000', '184710.795000', '184710.797000', '184710.800000', '184710.803000', '184710.805000', '184710.808000', '184710.810000', '184710.813000', '184710.816000', '184710.818000', '184710.821000', '184710.824000', '184710.826000', '184710.829000', '184710.831000', '184710.834000', '184710.836000', '184710.839000', '184710.841000', '184710.844000', '184710.847000', '184710.849000', '184710.852000', '184710.855000', '184710.857000', '184710.860000', '184710.862000', '184710.865000', '184710.867000', '184710.870000', '184710.872000', '184710.875000', '184710.878000', '184710.880000', '184710.883000', '184710.885000', '184710.888000', '184710.890000', '184710.893000', '184730.781000', '184730.784000', '184730.787000', '184730.789000', '184730.792000', '184730.794000', '184730.797000', '184730.799000', '184730.802000', '184730.805000', '184730.807000', '184730.810000', '184730.812000', '184730.815000', '184730.818000', '184730.820000', '184730.823000', '184730.825000', '184730.828000', '184730.831000', '184730.833000', '184730.836000', '184730.838000', '184730.841000', '184730.843000', '184730.846000', '184730.849000', '184730.851000', '184730.854000', '184730.856000', '184730.859000', '184730.862000', '184730.864000', '184730.867000', '184730.869000', '184730.872000', '184730.874000', '184730.877000', '184730.880000', '184730.882000', '184730.885000', '184730.887000', '184730.890000', '184730.892000', '184750.781000', '184750.787000', '184750.790000', '184750.792000', '184750.795000', '184750.798000', '184750.800000', '184750.803000', '184750.805000', '184750.808000', '184750.810000', '184750.813000', '184750.816000', '184750.848000', '184750.850000', '184750.853000', '184750.855000', '184750.858000', '184750.860000', '184750.863000', '184750.866000', '184750.868000', '184750.871000', '184750.873000', '184750.876000', '184750.878000', '184750.881000', '184750.883000', '184750.886000', '184750.889000', '184750.891000', '184750.894000', '184750.897000', '184750.899000', '184750.902000', '184750.904000', '184750.907000', '184750.909000', '184750.912000', '184750.915000', '184750.917000', '184750.920000', '184750.922000', '184810.782000', '184810.785000', '184810.788000', '184810.790000', '184810.793000', '184810.795000', '184810.798000', '184810.801000', '184810.803000', '184810.806000', '184810.809000', '184810.811000', '184810.814000', '184811.021000', '184811.023000', '184811.026000', '184811.028000', '184811.031000', '184811.034000', '184811.036000', '184811.039000', '184811.041000', '184811.044000', '184811.046000', '184811.049000', '184811.052000', '184811.054000', '184811.057000', '184811.060000', '184811.062000', '184811.065000', '184811.067000', '184811.070000', '184811.072000', '184811.075000', '184811.078000', '184811.080000', '184811.086000', '184811.088000', '184811.091000', '184811.093000', '184811.096000', '184811.099000', '184811.101000', '184830.782000', '184830.784000', '184830.787000', '184830.790000', '184830.792000', '184830.795000', '184830.797000', '184830.800000', '184830.802000', '184830.805000', '184830.808000', '184830.810000', '184830.813000', '184830.845000', '184830.847000', '184830.850000', '184830.852000', '184830.855000', '184830.857000', '184830.860000', '184830.863000', '184830.865000', '184830.868000', '184830.870000', '184830.873000', '184830.875000', '184830.878000', '184830.881000', '184830.883000', '184830.886000', '184830.888000', '184830.891000', '184830.893000', '184830.896000', '184830.898000', '184830.901000', '184830.904000', '184830.906000', '184830.909000', '184830.911000', '184830.914000', '184830.916000', '184830.919000', '184850.782000', '184850.784000', '184850.787000', '184850.789000', '184850.792000', '184850.795000', '184850.797000', '184850.800000', '184850.802000', '184850.805000', '184850.808000', '184850.810000', '184850.813000', '184850.860000', '184850.863000', '184850.865000', '184850.868000', '184850.870000', '184850.873000', '184850.876000', '184850.878000', '184850.881000', '184850.883000', '184850.886000', '184850.888000', '184850.891000', '184850.894000', '184850.896000', '184850.899000', '184850.901000', '184850.904000', '184850.907000', '184850.909000', '184850.912000', '184850.915000', '184850.917000', '184850.920000', '184850.922000', '184850.925000', '184850.928000', '184850.930000', '184850.933000', '184850.936000', '184850.938000', '184910.781000', '184910.784000', '184910.787000', '184910.789000', '184910.792000', '184910.795000', '184910.797000', '184910.800000', '184910.802000', '184910.805000', '184910.807000', '184910.810000', '184910.813000', '184910.815000', '184910.827000', '184910.829000', '184910.832000', '184910.834000', '184910.837000', '184910.840000', '184910.842000', '184910.845000', '184910.847000', '184910.850000', '184910.852000', '184910.855000', '184910.857000', '184910.860000', '184910.863000', '184910.865000', '184910.868000', '184910.870000', '184910.873000', '184910.875000', '184910.878000', '184910.881000', '184910.883000', '184910.886000', '184910.889000', '184910.891000', '184910.894000', '184910.896000', '184910.899000', '184930.783000', '184930.786000', '184930.788000', '184930.791000', '184930.793000', '184930.796000', '184930.799000', '184930.801000', '184930.804000', '184930.807000', '184930.809000', '184930.812000', '184930.814000', '184930.865000', '184930.867000', '184930.870000', '184930.872000', '184930.875000', '184930.878000', '184930.880000', '184930.883000', '184930.885000', '184930.888000', '184930.891000', '184930.893000', '184930.896000', '184930.899000', '184930.901000', '184930.904000', '184930.906000', '184930.909000', '184930.911000', '184930.914000', '184930.917000', '184930.919000', '184930.922000', '184930.925000', '184930.927000', '184930.930000', '184930.933000', '184930.935000', '184930.938000', '184930.940000', '184950.781000', '184950.784000', '184950.787000', '184950.789000', '184950.792000', '184950.795000', '184950.797000', '184950.800000', '184950.802000', '184950.805000', '184950.808000', '184950.810000', '184950.813000', '184950.891000', '184950.894000', '184950.896000', '184950.899000', '184950.901000', '184950.904000', '184950.907000', '184950.909000', '184950.912000', '184950.914000', '184950.917000', '184950.920000', '184950.922000', '184950.925000', '184950.928000', '184950.930000', '184950.933000', '184950.935000', '184950.938000', '184950.941000', '184950.943000', '184950.946000', '184950.948000', '184950.951000', '184950.953000', '184950.956000', '184950.959000', '184950.962000', '184950.964000', '184950.967000', '184950.970000', '185010.782000', '185010.784000', '185010.787000', '185010.790000', '185010.792000', '185010.795000', '185010.798000', '185010.800000', '185010.803000', '185010.806000', '185010.808000', '185010.811000', '185010.814000', '185010.816000', '185010.819000', '185010.821000', '185010.824000', '185010.826000', '185010.829000', '185010.832000', '185010.834000', '185010.837000', '185010.840000', '185010.842000', '185010.845000', '185010.847000', '185010.850000', '185010.853000', '185010.855000', '185010.858000', '185010.860000', '185010.863000', '185010.866000', '185010.868000', '185010.871000', '185010.873000', '185010.876000', '185010.879000', '185010.881000', '185010.884000', '185010.886000', '185010.889000', '185010.892000', '185030.783000', '185030.786000', '185030.788000', '185030.791000', '185030.793000', '185030.796000', '185030.799000', '185030.801000', '185030.804000', '185030.806000', '185030.809000', '185030.812000', '185030.814000', '185030.859000', '185030.861000', '185030.864000', '185030.866000', '185030.869000', '185030.872000', '185030.874000', '185030.877000', '185030.879000', '185030.882000', '185030.885000', '185030.887000', '185030.890000', '185030.892000', '185030.895000', '185030.898000', '185030.900000', '185030.903000', '185030.905000', '185030.908000', '185030.911000', '185030.913000', '185030.916000', '185030.919000', '185030.921000', '185030.924000', '185030.926000', '185030.929000', '185030.932000', '185030.934000', '185030.937000', '185050.781000', '185050.784000', '185050.787000', '185050.790000', '185050.793000', '185050.796000', '185050.799000', '185050.802000', '185050.804000', '185050.807000', '185050.809000', '185050.812000', '185050.815000', '185050.875000', '185050.878000', '185050.880000', '185050.883000', '185050.885000', '185050.888000', '185050.891000', '185050.893000', '185050.896000', '185050.898000', '185050.901000', '185050.904000', '185050.906000', '185050.909000', '185050.911000', '185050.914000', '185050.917000', '185050.919000', '185050.922000', '185050.924000', '185050.927000', '185050.945000', '185050.947000', '185050.950000', '185050.953000', '185050.955000', '185050.958000', '185050.960000', '185050.963000', '185050.966000', '185110.782000', '185110.784000', '185110.787000', '185110.790000', '185110.792000', '185110.795000', '185110.797000', '185110.800000', '185110.803000', '185110.805000', '185110.808000', '185110.811000', '185110.813000', '185110.816000', '185110.819000', '185110.821000', '185110.824000', '185110.826000', '185110.829000', '185110.832000', '185110.834000', '185110.837000', '185110.840000', '185110.842000', '185110.845000', '185110.847000', '185110.850000', '185110.852000', '185110.855000', '185110.858000', '185110.860000', '185110.863000', '185110.866000', '185110.868000', '185110.871000', '185110.873000', '185110.876000', '185110.878000', '185110.881000', '185110.884000', '185110.886000', '185110.889000', '185110.892000', '185110.894000', '185130.782000', '185130.784000', '185130.787000', '185130.790000', '185130.792000', '185130.795000', '185130.798000', '185130.800000', '185130.803000', '185130.805000', '185130.808000', '185130.811000', '185130.813000', '185130.855000', '185130.858000', '185130.860000', '185130.863000', '185130.865000', '185130.868000', '185130.871000', '185130.873000', '185130.876000', '185130.879000', '185130.881000', '185130.884000', '185130.886000', '185130.889000', '185130.892000', '185130.894000', '185130.897000', '185130.900000', '185130.902000', '185130.905000', '185130.908000', '185130.910000', '185130.913000', '185130.915000', '185130.918000', '185130.921000', '185130.923000', '185130.926000', '185130.929000', '185130.931000', '185150.782000', '185150.784000', '185150.787000', '185150.790000', '185150.792000', '185150.795000', '185150.798000', '185150.800000', '185150.803000', '185150.805000', '185150.808000', '185150.811000', '185150.813000', '185150.896000', '185150.899000', '185150.902000', '185150.904000', '185150.907000', '185150.909000', '185150.912000', '185150.915000', '185150.917000', '185150.920000', '185150.922000', '185150.925000', '185150.928000', '185150.930000', '185150.933000', '185150.935000', '185150.938000', '185150.941000', '185150.943000', '185150.946000', '185150.949000', '185150.952000', '185150.954000', '185150.957000', '185150.959000', '185150.962000', '185150.964000', '185150.967000', '185150.970000', '185150.972000', '185150.975000', '185210.781000', '185210.784000', '185210.787000', '185210.790000', '185210.792000', '185210.795000', '185210.797000', '185210.800000', '185210.803000', '185210.805000', '185210.808000', '185210.810000', '185210.813000', '185210.862000', '185210.865000', '185210.867000', '185210.870000', '185210.873000', '185210.875000', '185210.878000', '185210.881000', '185210.883000', '185210.886000', '185210.888000', '185210.891000', '185210.894000', '185210.896000', '185210.899000', '185210.901000', '185210.904000', '185210.908000', '185210.911000', '185210.914000', '185210.917000', '185210.919000', '185210.922000', '185210.925000', '185210.927000', '185210.930000', '185210.932000', '185210.935000', '185210.938000', '185210.940000', '185230.782000', '185230.784000', '185230.812000', '185230.814000', '185230.877000', '185230.879000', '185230.882000', '185230.884000', '185230.887000', '185230.889000', '185230.892000', '185230.895000', '185230.897000', '185230.900000', '185230.902000', '185230.905000', '185230.907000', '185230.910000', '185230.913000', '185230.915000', '185230.918000', '185230.921000', '185230.923000', '185230.926000', '185230.928000', '185230.931000', '185230.933000', '185230.936000', '185230.938000', '185230.941000', '185230.944000', '185230.946000', '185230.949000', '185230.951000', '185230.954000', '185230.957000', '185230.959000', '185230.962000', '185230.964000', '185230.967000', '185230.969000', '185230.972000', '185230.975000', '185230.977000', '185250.783000', '185250.785000', '185250.788000', '185250.791000', '185250.793000', '185250.796000', '185250.799000', '185250.801000', '185250.804000', '185250.806000', '185250.809000', '185250.811000', '185250.814000', '185250.844000', '185250.847000', '185250.849000', '185250.852000', '185250.855000', '185250.857000', '185250.860000', '185250.863000', '185250.865000', '185250.868000', '185250.870000', '185250.873000', '185250.876000', '185250.878000', '185250.881000', '185250.883000', '185250.886000', '185250.889000', '185250.891000', '185250.894000', '185250.897000', '185250.899000', '185250.902000', '185250.904000', '185250.907000', '185250.910000', '185250.912000', '185250.915000', '185250.918000', '185250.920000', '185310.782000', '185310.785000', '185310.787000', '185310.790000', '185310.792000', '185310.795000', '185310.798000', '185310.800000', '185310.803000', '185310.806000', '185310.808000', '185310.811000', '185310.813000', '185310.816000', '185310.847000', '185310.850000', '185310.853000', '185310.855000', '185310.858000', '185310.860000', '185310.863000', '185310.866000', '185310.868000', '185310.871000', '185310.873000', '185310.876000', '185310.878000', '185310.881000', '185310.884000', '185310.886000', '185310.889000', '185310.891000', '185310.894000', '185310.897000', '185310.899000', '185310.902000', '185310.904000', '185310.907000', '185310.910000', '185310.912000', '185310.915000', '185310.917000', '185310.920000', '185310.923000', '185330.782000', '185330.784000', '185330.787000', '185330.790000', '185330.792000', '185330.795000', '185330.798000', '185330.800000', '185330.803000', '185330.805000', '185330.808000', '185330.810000', '185330.813000', '185330.867000', '185330.870000', '185330.872000', '185330.875000', '185330.877000', '185330.880000', '185330.882000', '185330.885000', '185330.888000', '185330.890000', '185330.893000', '185330.896000', '185330.900000', '185330.903000', '185330.906000', '185330.909000', '185330.911000', '185330.914000', '185330.916000', '185330.919000', '185330.922000', '185330.924000', '185330.927000', '185330.929000', '185330.932000', '185330.935000', '185330.938000', '185330.940000', '185330.943000', '185330.945000', '185332.675000', '185332.678000', '185332.680000', '185332.683000', '185332.686000'], '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': [13227, 10300, 12024, 10059, 12749, 13303, 9802, 12096, 8843, 9608, 6141, 8169, 7365, 7669, 11098, 8507, 8451, 7490, 8018, 7014, 8682, 7305, 7971, 7201, 9013, 7273, 9426, 7181, 8191, 7482, 9049, 6255, 9571, 11317, 9279, 10682, 8152, 8397, 5623, 8229, 11052, 7806, 8254, 6015, 8290, 5797, 7561, 8572, 6974, 7717, 5666, 7951, 5660, 7385, 5612, 7375, 8769, 6055, 7319, 6136, 7099, 5677, 7702, 7751, 7604, 9731, 6143, 8034, 5694, 8119, 10098, 7470, 10015, 6017, 8590, 5778, 8494, 8230, 7936, 11469, 7384, 8393, 6405, 9923, 12672, 8862, 10653, 7322, 8864, 6380, 9245, 9888, 7625, 9922, 7069, 8198, 5672, 8740, 5918, 7855, 7296, 8184, 10682, 7314, 8607, 6335, 7884, 5506, 7897, 6546, 8524, 8587, 7946, 8432, 7589, 6695, 7897, 6175, 8412, 8195, 9744, 9594, 10045, 13711, 10420, 11261, 12657, 8553, 11061, 7657, 9062, 8153, 9678, 12830, 9237, 9655, 6813, 8608, 9775, 7776, 9404, 7110, 8246, 5907, 7857, 10053, 7097, 8196, 7116, 7809, 5559, 8217, 9268, 7474, 8349, 7108, 7863, 6434, 7542, 5770, 8062, 7930, 7475, 8178, 7615, 9705, 6571, 8189, 5839, 7745, 5652, 8173, 5736, 7726, 5604, 7652, 7855, 8075, 10589, 6748, 8105, 5645, 8427, 5775, 7633, 5601, 7772, 12067, 7781, 10168, 7046, 9242, 6104, 8448, 11947, 7765, 10251, 6852, 8549, 7911, 9308, 8510, 8495, 10814, 8019, 10710, 7348, 9095, 8302, 10442, 11787, 8197, 9998, 7437, 9568, 7369, 8814, 11213, 7371, 8818, 7060, 7683, 6639, 7798, 5721, 8043, 12156, 8514, 8939, 6240, 8508, 11770, 7639, 9016, 6229, 8577, 8451, 7601, 9238, 7294, 9814, 6641, 8342, 7921, 7892, 10287, 7550, 8386, 5754, 8416, 5573, 7822, 5653, 8229, 5777, 7991, 11222, 7249, 10271, 7137, 9908, 9768, 7826, 9928, 7091, 9442, 8734, 7738, 10557, 7794, 8196, 6253, 8786, 10422, 6629, 7918, 6408, 7619, 5708, 8090, 8105, 7653, 9000, 6911, 8509, 7090, 9599, 6986, 9671, 8483, 8953, 10900, 8145, 8610, 6072, 8387, 11729, 7990, 8365, 5923, 8259, 10810, 7358, 8283, 5766, 8521, 9881, 7084, 8090, 6950, 8123, 5714, 7862, 6009, 8207, 8216, 7644, 9043, 6725, 7895, 6013, 7603, 5816, 7858, 5787, 7449, 5689, 7934, 7206, 8384, 8774, 7638, 7760, 7804, 9742, 7212, 10401, 6810, 8698, 7177, 10084, 8000, 8943, 12923, 7872, 9205, 8002, 9615, 6450, 8294, 5903, 9206, 6400, 8944, 11793, 7347, 10443, 6322, 9579, 7084, 8999, 10781, 6883, 9813, 7390, 8813, 6699, 7808, 7049, 9185, 5723, 8104, 12696, 9490, 9240, 6894, 9385, 12537, 9003, 10735, 8525, 9618, 6954, 8462, 12849, 7935, 9020, 6675, 8760, 6104, 7581, 10754, 6958, 8918, 5740, 8676, 5836, 7988, 9461, 7423, 9096, 6928, 7655, 6356, 7668, 5850, 8400, 10297, 7054, 8220, 7313, 8784, 6471, 7607, 5570, 7950, 5678, 8081, 7624, 7770, 10935, 7092, 9278, 6261, 7888, 7096, 8765, 6550, 8728, 5716, 8256, 8246, 8652, 10208, 8025, 10973, 6760, 9372, 8325, 8955, 12238, 8391, 10315, 8966, 10149, 11399, 8147, 9567, 7010, 8681, 12258, 7758, 8877, 5992, 8407, 10266, 6522, 8610, 5884, 8195, 7356, 7695, 8459, 7599, 10016, 6997, 9797, 6525, 8299, 7464, 10129, 7991, 8309, 11166, 8559, 9596, 8858, 10040, 12452, 8351, 8368, 6342, 8803, 11795, 7639, 8274, 7107, 7891, 5533, 7623, 6083, 7120, 8801, 6750, 8579, 6655, 7586, 6919, 8015, 9814, 7591, 8372, 7997, 7579, 10873, 7318, 9235, 5922, 8669, 11679, 6501, 8726, 5659, 8382, 9879, 7067, 8596, 6824, 8051, 6075, 8504, 10395, 6944, 7805, 6640, 7562, 5726, 7608, 6822, 8128, 9543, 6526, 8743, 6829, 8847, 5947, 7955, 7760, 8385, 8874, 7626, 10155, 7344, 9451, 6628, 7299, 6137, 7923, 5788, 7873, 11636, 7089, 8750, 7303, 8482, 10634, 8127, 10630, 7665, 8870, 5951, 8938, 12746, 7622, 9436, 5984, 9088, 5811, 8165, 11259, 7248, 10010, 6586, 7909, 5939, 8184, 8303, 8350, 11778, 7659, 8475, 7782, 9226, 5588, 8382, 5691, 8288, 7082, 8510, 9111, 7707, 9092, 7980, 8607, 8009, 7426, 8733, 10836, 8559, 12709, 9762, 10430, 8806, 8192, 12772, 8897, 9275, 8911, 8207, 10131, 7614, 9432, 6752, 8109, 5794, 8480, 8526, 7594, 8026, 7177, 9816, 6937, 8095, 8096, 7984, 9826, 8196, 9121, 6375, 8861, 12206, 7835, 8500, 6784, 8389, 5697, 7763, 10040, 7195, 8516, 6702, 7548, 6419, 6192, 6898, 5589, 7803, 6719, 8112, 7174, 6291, 8552, 7233, 10620, 8081, 11465, 8577, 11887, 8725, 11823, 8796, 12445, 9487, 12777, 8758, 9769, 8715, 8441, 13573, 9193, 10901, 13081, 8769, 9698, 7513, 7824, 5752, 8307, 10302, 7146, 7895, 6045, 7889, 5791, 7839, 9893, 7053, 8262, 5954, 7687, 5748, 7699, 5660, 7304, 5756, 7559, 8101, 7830, 9540, 6762, 7668, 7194, 8459, 5802, 8104, 8815, 6880, 9027, 6550, 8185, 5483, 7910, 11399, 6379, 8080, 7071, 7795, 5660, 8199, 11039, 6942, 8546, 5511, 8261, 5755, 7859, 9185, 7614, 9458, 6964, 7852, 7412, 8809, 6676, 8494, 5819, 8138, 6547, 9187, 6356, 8773, 9044, 9292, 14041, 9007, 11226, 8531, 10458, 7925, 10468, 7217, 10103, 7079, 9094, 7485, 10715, 7228, 11163, 14619, 10550, 11962, 7564, 9312, 10409, 10784, 9173, 8764, 11374, 8839, 13724, 10822, 12716, 8966, 9757, 12894, 8144, 9124, 8352, 8628, 12315, 8975, 8382, 6010, 8038, 5907, 7637, 7773, 6770, 8283, 7103, 9615, 6584, 8341, 11462, 8453, 9176, 7904, 8140, 5766, 8123, 10911, 7985, 8256, 5845, 8425, 9067, 6847, 8525, 6110, 7920, 6502, 7187, 7999, 6661, 7656, 6259, 7472, 6146, 7248, 8304, 6338, 7262, 6055, 7153, 6114, 7415, 5544, 7731, 5622, 8285, 6483, 8156, 11751, 8850, 8969, 7408, 9655, 7730, 7786, 11685, 8418, 9114, 6715, 9361, 6184, 7967, 8646, 7150, 10199, 7032, 9051, 7239, 8700, 7229, 9463, 7547, 11401, 8723, 9884, 13427, 9160, 9780, 7808, 8511, 6263, 9230, 10894, 8502, 10363, 7935, 9225, 6880, 8539, 6663, 8330, 7016, 7286, 10051, 7037, 8110, 5732, 8338, 5768, 7686, 10424, 7116, 9269, 6195, 8102, 5665, 7646, 8401, 7402, 9509, 6485, 7703, 5648, 7608, 5388, 7612, 10412, 6679, 8101, 6431, 7517, 5796, 7544, 5588, 7872, 11199, 7031, 8534, 6440, 7964], 'WindowCenter': [3650.0, 3612.0, 3607.0, 3583.0, 3592.0, 3577.0, 3555.0, 3575.0, 3541.0, 3552.0, 3498.0, 3542.0, 3518.0, 3530.0, 3562.0, 3540.0, 3529.0, 3519.0, 3529.0, 3519.0, 3540.0, 3531.0, 3530.0, 3531.0, 3541.0, 3531.0, 3554.0, 3521.0, 3542.0, 3533.0, 3543.0, 3509.0, 3554.0, 3569.0, 3552.0, 3550.0, 3530.0, 3530.0, 3485.0, 3529.0, 3561.0, 3530.0, 3541.0, 3497.0, 3540.0, 3497.0, 3529.0, 3539.0, 3520.0, 3531.0, 3499.0, 3541.0, 3499.0, 3534.0, 3500.0, 3533.0, 3555.0, 3525.0, 3545.0, 3525.0, 3536.0, 3514.0, 3547.0, 3545.0, 3560.0, 3582.0, 3527.0, 3558.0, 3514.0, 3559.0, 3578.0, 3546.0, 3580.0, 3526.0, 3558.0, 3513.0, 3569.0, 3557.0, 3557.0, 3590.0, 3548.0, 3557.0, 3524.0, 3580.0, 3588.0, 3555.0, 3565.0, 3534.0, 3557.0, 3522.0, 3555.0, 3546.0, 3532.0, 3553.0, 3532.0, 3557.0, 3513.0, 3554.0, 3512.0, 3545.0, 3532.0, 3545.0, 3577.0, 3547.0, 3556.0, 3524.0, 3544.0, 3502.0, 3545.0, 3523.0, 3556.0, 3556.0, 3546.0, 3556.0, 3546.0, 3536.0, 3558.0, 3525.0, 3559.0, 3559.0, 3570.0, 3569.0, 3580.0, 3590.0, 3565.0, 3577.0, 3575.0, 3541.0, 3562.0, 3530.0, 3540.0, 3529.0, 3554.0, 3574.0, 3551.0, 3551.0, 3519.0, 3541.0, 3549.0, 3530.0, 3552.0, 3519.0, 3540.0, 3497.0, 3531.0, 3562.0, 3532.0, 3541.0, 3520.0, 3532.0, 3488.0, 3542.0, 3553.0, 3534.0, 3542.0, 3532.0, 3543.0, 3511.0, 3532.0, 3499.0, 3544.0, 3556.0, 3545.0, 3543.0, 3545.0, 3565.0, 3523.0, 3543.0, 3512.0, 3548.0, 3516.0, 3556.0, 3513.0, 3547.0, 3513.0, 3546.0, 3545.0, 3557.0, 3577.0, 3535.0, 3558.0, 3527.0, 3557.0, 3514.0, 3547.0, 3514.0, 3547.0, 3588.0, 3547.0, 3580.0, 3536.0, 3555.0, 3512.0, 3558.0, 3576.0, 3543.0, 3564.0, 3522.0, 3555.0, 3544.0, 3555.0, 3543.0, 3554.0, 3569.0, 3543.0, 3564.0, 3534.0, 3556.0, 3543.0, 3564.0, 3574.0, 3542.0, 3553.0, 3532.0, 3554.0, 3518.0, 3542.0, 3562.0, 3530.0, 3553.0, 3521.0, 3530.0, 3522.0, 3543.0, 3500.0, 3543.0, 3588.0, 3556.0, 3555.0, 3522.0, 3557.0, 3574.0, 3531.0, 3542.0, 3510.0, 3555.0, 3544.0, 3543.0, 3552.0, 3532.0, 3565.0, 3521.0, 3543.0, 3543.0, 3545.0, 3565.0, 3543.0, 3542.0, 3499.0, 3542.0, 3499.0, 3545.0, 3512.0, 3544.0, 3513.0, 3557.0, 3575.0, 3533.0, 3579.0, 3534.0, 3566.0, 3553.0, 3533.0, 3554.0, 3534.0, 3567.0, 3542.0, 3532.0, 3563.0, 3531.0, 3542.0, 3509.0, 3554.0, 3563.0, 3520.0, 3531.0, 3510.0, 3532.0, 3499.0, 3542.0, 3542.0, 3544.0, 3555.0, 3534.0, 3554.0, 3534.0, 3565.0, 3534.0, 3567.0, 3554.0, 3568.0, 3578.0, 3543.0, 3544.0, 3511.0, 3544.0, 3574.0, 3543.0, 3544.0, 3498.0, 3543.0, 3563.0, 3531.0, 3541.0, 3498.0, 3554.0, 3564.0, 3521.0, 3530.0, 3532.0, 3542.0, 3499.0, 3542.0, 3512.0, 3556.0, 3542.0, 3544.0, 3554.0, 3522.0, 3543.0, 3512.0, 3546.0, 3514.0, 3546.0, 3514.0, 3548.0, 3513.0, 3557.0, 3546.0, 3572.0, 3571.0, 3549.0, 3547.0, 3559.0, 3579.0, 3548.0, 3580.0, 3550.0, 3571.0, 3547.0, 3580.0, 3558.0, 3568.0, 3602.0, 3559.0, 3567.0, 3557.0, 3579.0, 3525.0, 3560.0, 3527.0, 3568.0, 3525.0, 3571.0, 3589.0, 3546.0, 3579.0, 3538.0, 3580.0, 3535.0, 3568.0, 3576.0, 3534.0, 3565.0, 3547.0, 3568.0, 3536.0, 3546.0, 3548.0, 3568.0, 3514.0, 3558.0, 3603.0, 3569.0, 3567.0, 3534.0, 3568.0, 3588.0, 3555.0, 3578.0, 3556.0, 3555.0, 3533.0, 3555.0, 3586.0, 3544.0, 3556.0, 3522.0, 3543.0, 3510.0, 3545.0, 3563.0, 3532.0, 3555.0, 3512.0, 3542.0, 3500.0, 3545.0, 3553.0, 3533.0, 3555.0, 3533.0, 3532.0, 3522.0, 3544.0, 3500.0, 3545.0, 3577.0, 3534.0, 3543.0, 3545.0, 3554.0, 3523.0, 3544.0, 3504.0, 3557.0, 3512.0, 3557.0, 3545.0, 3546.0, 3576.0, 3535.0, 3568.0, 3537.0, 3545.0, 3536.0, 3557.0, 3525.0, 3555.0, 3513.0, 3556.0, 3557.0, 3557.0, 3567.0, 3546.0, 3579.0, 3537.0, 3568.0, 3555.0, 3556.0, 3571.0, 3555.0, 3581.0, 3568.0, 3567.0, 3575.0, 3545.0, 3555.0, 3521.0, 3543.0, 3587.0, 3544.0, 3554.0, 3509.0, 3544.0, 3563.0, 3510.0, 3542.0, 3499.0, 3543.0, 3534.0, 3546.0, 3554.0, 3546.0, 3565.0, 3533.0, 3565.0, 3523.0, 3558.0, 3546.0, 3566.0, 3543.0, 3555.0, 3575.0, 3554.0, 3567.0, 3555.0, 3552.0, 3573.0, 3542.0, 3541.0, 3508.0, 3555.0, 3575.0, 3530.0, 3540.0, 3532.0, 3541.0, 3487.0, 3531.0, 3511.0, 3547.0, 3555.0, 3534.0, 3555.0, 3534.0, 3545.0, 3546.0, 3557.0, 3565.0, 3545.0, 3557.0, 3543.0, 3545.0, 3576.0, 3545.0, 3555.0, 3512.0, 3555.0, 3574.0, 3511.0, 3542.0, 3513.0, 3557.0, 3565.0, 3522.0, 3543.0, 3522.0, 3544.0, 3509.0, 3556.0, 3566.0, 3533.0, 3531.0, 3522.0, 3532.0, 3500.0, 3533.0, 3534.0, 3558.0, 3567.0, 3524.0, 3556.0, 3536.0, 3556.0, 3524.0, 3559.0, 3547.0, 3556.0, 3555.0, 3547.0, 3566.0, 3547.0, 3579.0, 3536.0, 3545.0, 3527.0, 3559.0, 3515.0, 3561.0, 3604.0, 3549.0, 3569.0, 3561.0, 3571.0, 3580.0, 3560.0, 3591.0, 3546.0, 3569.0, 3525.0, 3569.0, 3589.0, 3558.0, 3570.0, 3525.0, 3556.0, 3514.0, 3558.0, 3577.0, 3546.0, 3580.0, 3536.0, 3545.0, 3525.0, 3559.0, 3556.0, 3558.0, 3591.0, 3558.0, 3555.0, 3546.0, 3568.0, 3502.0, 3556.0, 3516.0, 3558.0, 3535.0, 3556.0, 3567.0, 3546.0, 3568.0, 3559.0, 3569.0, 3558.0, 3548.0, 3572.0, 3574.0, 3557.0, 3603.0, 3580.0, 3579.0, 3555.0, 3557.0, 3588.0, 3553.0, 3555.0, 3554.0, 3543.0, 3562.0, 3544.0, 3553.0, 3520.0, 3531.0, 3512.0, 3556.0, 3555.0, 3532.0, 3544.0, 3534.0, 3564.0, 3532.0, 3546.0, 3545.0, 3545.0, 3564.0, 3545.0, 3554.0, 3511.0, 3553.0, 3576.0, 3545.0, 3542.0, 3520.0, 3543.0, 3498.0, 3532.0, 3552.0, 3523.0, 3557.0, 3525.0, 3534.0, 3524.0, 3526.0, 3551.0, 3515.0, 3546.0, 3536.0, 3540.0, 3537.0, 3527.0, 3559.0, 3548.0, 3579.0, 3547.0, 3579.0, 3557.0, 3577.0, 3545.0, 3570.0, 3544.0, 3577.0, 3554.0, 3576.0, 3531.0, 3552.0, 3530.0, 3530.0, 3573.0, 3539.0, 3565.0, 3574.0, 3529.0, 3539.0, 3519.0, 3517.0, 3485.0, 3529.0, 3551.0, 3522.0, 3530.0, 3498.0, 3532.0, 3497.0, 3532.0, 3551.0, 3521.0, 3557.0, 3524.0, 3545.0, 3501.0, 3544.0, 3512.0, 3533.0, 3512.0, 3546.0, 3545.0, 3560.0, 3580.0, 3536.0, 3547.0, 3547.0, 3557.0, 3515.0, 3560.0, 3568.0, 3536.0, 3557.0, 3525.0, 3556.0, 3502.0, 3559.0, 3592.0, 3526.0, 3545.0, 3536.0, 3546.0, 3512.0, 3557.0, 3577.0, 3548.0, 3570.0, 3504.0, 3557.0, 3514.0, 3558.0, 3550.0, 3546.0, 3581.0, 3548.0, 3545.0, 3549.0, 3568.0, 3536.0, 3557.0, 3515.0, 3561.0, 3539.0, 3570.0, 3538.0, 3570.0, 3567.0, 3568.0, 3602.0, 3569.0, 3578.0, 3557.0, 3579.0, 3557.0, 3578.0, 3549.0, 3579.0, 3537.0, 3568.0, 3549.0, 3580.0, 3548.0, 3594.0, 3602.0, 3567.0, 3579.0, 3533.0, 3555.0, 3564.0, 3565.0, 3552.0, 3544.0, 3563.0, 3543.0, 3569.0, 3564.0, 3578.0, 3541.0, 3553.0, 3556.0, 3529.0, 3539.0, 3516.0, 3541.0, 3563.0, 3538.0, 3527.0, 3496.0, 3528.0, 3485.0, 3532.0, 3531.0, 3508.0, 3540.0, 3521.0, 3552.0, 3509.0, 3543.0, 3575.0, 3541.0, 3540.0, 3529.0, 3531.0, 3486.0, 3530.0, 3563.0, 3542.0, 3530.0, 3497.0, 3541.0, 3540.0, 3508.0, 3539.0, 3498.0, 3543.0, 3509.0, 3520.0, 3529.0, 3521.0, 3531.0, 3510.0, 3531.0, 3509.0, 3545.0, 3544.0, 3522.0, 3532.0, 3525.0, 3534.0, 3524.0, 3547.0, 3518.0, 3560.0, 3516.0, 3559.0, 3537.0, 3560.0, 3591.0, 3570.0, 3569.0, 3547.0, 3569.0, 3544.0, 3545.0, 3578.0, 3545.0, 3555.0, 3522.0, 3555.0, 3525.0, 3546.0, 3554.0, 3534.0, 3565.0, 3536.0, 3569.0, 3548.0, 3557.0, 3548.0, 3580.0, 3548.0, 3590.0, 3557.0, 3581.0, 3601.0, 3555.0, 3554.0, 3533.0, 3544.0, 3511.0, 3567.0, 3576.0, 3542.0, 3553.0, 3545.0, 3553.0, 3521.0, 3556.0, 3522.0, 3543.0, 3519.0, 3532.0, 3564.0, 3521.0, 3545.0, 3501.0, 3542.0, 3500.0, 3545.0, 3564.0, 3535.0, 3567.0, 3512.0, 3531.0, 3502.0, 3545.0, 3543.0, 3533.0, 3568.0, 3524.0, 3533.0, 3501.0, 3546.0, 3502.0, 3546.0, 3570.0, 3536.0, 3559.0, 3537.0, 3546.0, 3515.0, 3546.0, 3502.0, 3546.0, 3579.0, 3548.0, 3557.0, 3524.0, 3558.0], 'WindowWidth': [8251.0, 8181.0, 8163.0, 8124.0, 8133.0, 8105.0, 8068.0, 8097.0, 8045.0, 8058.0, 7982.0, 8044.0, 8009.0, 8027.0, 8074.0, 8041.0, 8026.0, 8011.0, 8024.0, 8012.0, 8043.0, 8030.0, 8028.0, 8032.0, 8043.0, 8032.0, 8066.0, 8020.0, 8047.0, 8039.0, 8049.0, 8000.0, 8065.0, 8085.0, 8061.0, 8055.0, 8027.0, 8028.0, 7962.0, 8024.0, 8070.0, 8030.0, 8044.0, 7980.0, 8043.0, 7981.0, 8026.0, 8039.0, 8016.0, 8034.0, 7989.0, 8045.0, 7989.0, 8040.0, 7991.0, 8039.0, 8070.0, 8035.0, 8059.0, 8033.0, 8049.0, 8017.0, 8063.0, 8059.0, 8086.0, 8119.0, 8040.0, 8078.0, 8015.0, 8081.0, 8107.0, 8062.0, 8113.0, 8037.0, 8077.0, 8015.0, 8096.0, 8075.0, 8076.0, 8127.0, 8066.0, 8077.0, 8028.0, 8113.0, 8121.0, 8069.0, 8082.0, 8042.0, 8076.0, 8022.0, 8067.0, 8050.0, 8035.0, 8063.0, 8035.0, 8074.0, 8014.0, 8066.0, 8010.0, 8057.0, 8037.0, 8057.0, 8103.0, 8064.0, 8075.0, 8028.0, 8055.0, 7997.0, 8056.0, 8024.0, 8071.0, 8071.0, 8060.0, 8072.0, 8060.0, 8047.0, 8079.0, 8032.0, 8083.0, 8083.0, 8097.0, 8097.0, 8111.0, 8127.0, 8083.0, 8102.0, 8099.0, 8044.0, 8075.0, 8028.0, 8042.0, 8026.0, 8066.0, 8097.0, 8056.0, 8059.0, 8011.0, 8042.0, 8052.0, 8028.0, 8064.0, 8014.0, 8043.0, 7983.0, 8031.0, 8076.0, 8037.0, 8046.0, 8016.0, 8035.0, 7972.0, 8046.0, 8064.0, 8041.0, 8048.0, 8036.0, 8051.0, 8006.0, 8034.0, 7989.0, 8055.0, 8075.0, 8058.0, 8052.0, 8058.0, 8083.0, 8025.0, 8053.0, 8011.0, 8066.0, 8023.0, 8074.0, 8015.0, 8063.0, 8014.0, 8060.0, 8056.0, 8076.0, 8104.0, 8045.0, 8079.0, 8039.0, 8076.0, 8016.0, 8063.0, 8017.0, 8064.0, 8120.0, 8063.0, 8112.0, 8048.0, 8070.0, 8011.0, 8077.0, 8101.0, 8052.0, 8082.0, 8023.0, 8069.0, 8053.0, 8068.0, 8050.0, 8068.0, 8086.0, 8052.0, 8082.0, 8043.0, 8073.0, 8051.0, 8079.0, 8096.0, 8048.0, 8063.0, 8035.0, 8064.0, 8011.0, 8045.0, 8074.0, 8029.0, 8063.0, 8019.0, 8029.0, 8024.0, 8052.0, 7991.0, 8053.0, 8119.0, 8075.0, 8070.0, 8023.0, 8075.0, 8096.0, 8032.0, 8048.0, 8003.0, 8069.0, 8053.0, 8051.0, 8062.0, 8035.0, 8081.0, 8019.0, 8050.0, 8052.0, 8056.0, 8085.0, 8051.0, 8047.0, 7987.0, 8047.0, 7990.0, 8058.0, 8011.0, 8055.0, 8016.0, 8076.0, 8098.0, 8040.0, 8108.0, 8043.0, 8084.0, 8065.0, 8038.0, 8066.0, 8040.0, 8088.0, 8050.0, 8033.0, 8076.0, 8031.0, 8046.0, 8000.0, 8066.0, 8080.0, 8016.0, 8031.0, 8003.0, 8035.0, 7988.0, 8048.0, 8048.0, 8056.0, 8071.0, 8041.0, 8066.0, 8042.0, 8084.0, 8043.0, 8089.0, 8066.0, 8091.0, 8107.0, 8052.0, 8051.0, 8007.0, 8053.0, 8092.0, 8052.0, 8054.0, 7985.0, 8050.0, 8077.0, 8031.0, 8044.0, 7986.0, 8068.0, 8082.0, 8018.0, 8029.0, 8035.0, 8048.0, 7988.0, 8049.0, 8012.0, 8072.0, 8049.0, 8054.0, 8067.0, 8023.0, 8050.0, 8012.0, 8061.0, 8017.0, 8058.0, 8018.0, 8066.0, 8013.0, 8075.0, 8061.0, 8104.0, 8102.0, 8069.0, 8063.0, 8084.0, 8110.0, 8067.0, 8114.0, 8074.0, 8102.0, 8064.0, 8112.0, 8079.0, 8092.0, 8147.0, 8082.0, 8090.0, 8077.0, 8111.0, 8033.0, 8084.0, 8040.0, 8092.0, 8032.0, 8101.0, 8124.0, 8061.0, 8110.0, 8056.0, 8110.0, 8045.0, 8092.0, 8100.0, 8042.0, 8085.0, 8065.0, 8093.0, 8048.0, 8062.0, 8067.0, 8091.0, 8017.0, 8079.0, 8150.0, 8096.0, 8088.0, 8041.0, 8092.0, 8120.0, 8070.0, 8107.0, 8074.0, 8067.0, 8038.0, 8071.0, 8113.0, 8053.0, 8074.0, 8022.0, 8048.0, 8005.0, 8058.0, 8078.0, 8034.0, 8073.0, 8011.0, 8048.0, 7990.0, 8056.0, 8063.0, 8039.0, 8073.0, 8038.0, 8034.0, 8023.0, 8054.0, 7990.0, 8055.0, 8105.0, 8043.0, 8050.0, 8057.0, 8068.0, 8026.0, 8053.0, 8004.0, 8078.0, 8012.0, 8076.0, 8057.0, 8059.0, 8101.0, 8046.0, 8094.0, 8052.0, 8058.0, 8048.0, 8078.0, 8031.0, 8071.0, 8012.0, 8074.0, 8076.0, 8076.0, 8088.0, 8059.0, 8109.0, 8053.0, 8091.0, 8070.0, 8074.0, 8093.0, 8071.0, 8116.0, 8094.0, 8088.0, 8098.0, 8056.0, 8070.0, 8017.0, 8050.0, 8119.0, 8055.0, 8065.0, 8001.0, 8053.0, 8076.0, 8004.0, 8048.0, 7988.0, 8051.0, 8043.0, 8060.0, 8069.0, 8061.0, 8083.0, 8040.0, 8082.0, 8025.0, 8081.0, 8061.0, 8086.0, 8051.0, 8071.0, 8099.0, 8066.0, 8092.0, 8069.0, 8061.0, 8093.0, 8048.0, 8046.0, 7997.0, 8068.0, 8098.0, 8030.0, 8041.0, 8034.0, 8047.0, 7970.0, 8033.0, 8009.0, 8065.0, 8071.0, 8042.0, 8070.0, 8042.0, 8059.0, 8062.0, 8076.0, 8084.0, 8057.0, 8077.0, 8053.0, 8054.0, 8101.0, 8059.0, 8070.0, 8011.0, 8069.0, 8095.0, 8005.0, 8048.0, 8014.0, 8076.0, 8085.0, 8021.0, 8053.0, 8021.0, 8051.0, 8000.0, 8070.0, 8086.0, 8037.0, 8031.0, 8022.0, 8036.0, 7991.0, 8038.0, 8042.0, 8080.0, 8090.0, 8030.0, 8075.0, 8047.0, 8074.0, 8031.0, 8085.0, 8065.0, 8074.0, 8070.0, 8062.0, 8088.0, 8065.0, 8111.0, 8049.0, 8059.0, 8040.0, 8083.0, 8022.0, 8089.0, 8151.0, 8071.0, 8096.0, 8090.0, 8102.0, 8112.0, 8088.0, 8130.0, 8061.0, 8092.0, 8031.0, 8095.0, 8122.0, 8081.0, 8100.0, 8035.0, 8073.0, 8016.0, 8081.0, 8104.0, 8062.0, 8112.0, 8050.0, 8058.0, 8033.0, 8082.0, 8075.0, 8078.0, 8130.0, 8079.0, 8072.0, 8062.0, 8091.0, 7998.0, 8073.0, 8023.0, 8082.0, 8045.0, 8074.0, 8088.0, 8062.0, 8092.0, 8084.0, 8095.0, 8079.0, 8068.0, 8105.0, 8101.0, 8078.0, 8152.0, 8113.0, 8107.0, 8069.0, 8074.0, 8120.0, 8064.0, 8069.0, 8069.0, 8051.0, 8075.0, 8055.0, 8065.0, 8018.0, 8032.0, 8011.0, 8076.0, 8070.0, 8037.0, 8057.0, 8042.0, 8081.0, 8037.0, 8060.0, 8060.0, 8057.0, 8081.0, 8056.0, 8067.0, 8004.0, 8063.0, 8103.0, 8057.0, 8049.0, 8017.0, 8050.0, 7985.0, 8033.0, 8060.0, 8024.0, 8076.0, 8029.0, 8042.0, 8028.0, 8035.0, 8074.0, 8019.0, 8060.0, 8046.0, 8047.0, 8049.0, 8038.0, 8079.0, 8066.0, 8108.0, 8061.0, 8106.0, 8073.0, 8103.0, 8056.0, 8087.0, 8053.0, 8102.0, 8063.0, 8098.0, 8030.0, 8058.0, 8025.0, 8027.0, 8091.0, 8037.0, 8080.0, 8092.0, 8023.0, 8037.0, 8010.0, 8006.0, 7961.0, 8025.0, 8056.0, 8021.0, 8029.0, 7983.0, 8031.0, 7980.0, 8033.0, 8058.0, 8016.0, 8074.0, 8030.0, 8055.0, 7992.0, 8054.0, 8009.0, 8038.0, 8010.0, 8059.0, 8055.0, 8084.0, 8113.0, 8048.0, 8063.0, 8064.0, 8075.0, 8019.0, 8086.0, 8092.0, 8047.0, 8077.0, 8031.0, 8072.0, 7997.0, 8080.0, 8132.0, 8034.0, 8056.0, 8047.0, 8059.0, 8010.0, 8073.0, 8100.0, 8065.0, 8097.0, 8003.0, 8075.0, 8016.0, 8076.0, 8059.0, 8058.0, 8113.0, 8068.0, 8058.0, 8068.0, 8091.0, 8047.0, 8074.0, 8017.0, 8088.0, 8059.0, 8096.0, 8053.0, 8099.0, 8089.0, 8091.0, 8145.0, 8093.0, 8107.0, 8075.0, 8110.0, 8077.0, 8106.0, 8071.0, 8110.0, 8050.0, 8093.0, 8070.0, 8111.0, 8065.0, 8137.0, 8149.0, 8089.0, 8106.0, 8036.0, 8066.0, 8078.0, 8080.0, 8060.0, 8050.0, 8076.0, 8048.0, 8087.0, 8081.0, 8105.0, 8044.0, 8064.0, 8065.0, 8023.0, 8037.0, 8002.0, 8044.0, 8078.0, 8034.0, 8017.0, 7977.0, 8022.0, 7964.0, 8034.0, 8032.0, 7999.0, 8042.0, 8020.0, 8061.0, 7999.0, 8051.0, 8097.0, 8044.0, 8039.0, 8026.0, 8029.0, 7964.0, 8027.0, 8079.0, 8046.0, 8028.0, 7979.0, 8042.0, 8040.0, 7998.0, 8037.0, 7983.0, 8050.0, 8001.0, 8015.0, 8024.0, 8019.0, 8032.0, 8002.0, 8031.0, 8002.0, 8057.0, 8054.0, 8023.0, 8036.0, 8032.0, 8043.0, 8030.0, 8066.0, 8030.0, 8084.0, 8023.0, 8083.0, 8050.0, 8086.0, 8128.0, 8099.0, 8096.0, 8063.0, 8092.0, 8054.0, 8055.0, 8105.0, 8055.0, 8071.0, 8023.0, 8070.0, 8031.0, 8061.0, 8067.0, 8040.0, 8084.0, 8049.0, 8097.0, 8067.0, 8078.0, 8066.0, 8113.0, 8067.0, 8126.0, 8076.0, 8115.0, 8143.0, 8070.0, 8066.0, 8037.0, 8054.0, 8006.0, 8087.0, 8099.0, 8048.0, 8063.0, 8057.0, 8063.0, 8019.0, 8072.0, 8024.0, 8050.0, 8012.0, 8036.0, 8079.0, 8019.0, 8055.0, 7993.0, 8046.0, 7992.0, 8057.0, 8078.0, 8042.0, 8089.0, 8009.0, 8032.0, 7995.0, 8057.0, 8050.0, 8037.0, 8092.0, 8030.0, 8037.0, 7994.0, 8060.0, 7996.0, 8060.0, 8087.0, 8049.0, 8084.0, 8050.0, 8060.0, 8019.0, 8061.0, 7999.0, 8061.0, 8108.0, 8068.0, 8078.0, 8029.0, 8080.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.0004515951595159516</td></tr>
<tr><td colspan=3>aqi</td><td>0.019519518701870183</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.97344735017621</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.176401509911894</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0035083154955948</td></tr>
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
<tr><td colspan=3>fber</td><td>3925.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08689736706567046</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1001100110011002</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4478017713467715</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4571895777796717</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.560904666216002</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.32531107004464</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161049</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004701816942542791</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027720768004655838</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.102821373295219</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1995</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5076</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.3044</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298662.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.896</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9704</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>415.7583</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2792.7022</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>711.7008</td></tr>
<tr><td colspan=3>tsnr</td><td>41.08884951937944</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>