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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-02/func/sub-0011_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8da3a437c98eea8cfd26e126137b49da</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>16:07:58.990000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998848, 0.0277578, 0.0391475, -0.03139, 0.994939, 0.0954474]</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0777757</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7732, -7316, 525, -56, -227, -31, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.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>221.713</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e2eb470e-4e82-4083-bc69-88c4ece67392||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679835796356201, -0.08421707898378372, 0.09800982475280762, 112.18988037109375], [-0.0744720995426178, 2.6693496704101562, 0.26072898507118225, -105.0618896484375], [0.10502975434064865, -0.25607845187187195, 2.685593843460083, -80.7967529296875], [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': ['160758.990000', '160759.450000', '160759.910000', '160800.370000', '160800.830000', '160801.290000', '160801.750000', '160802.210000', '160802.670000', '160803.130000', '160803.590000', '160804.050000', '160804.510000', '160804.970000', '160805.430000', '160805.890000', '160806.350000', '160806.810000', '160807.270000', '160807.730000', '160808.190000', '160808.650000', '160809.110000', '160809.570000', '160810.030000', '160810.490000', '160810.950000', '160811.410000', '160811.870000', '160812.330000', '160812.790000', '160813.250000', '160813.710000', '160814.170000', '160814.630000', '160815.090000', '160815.550000', '160816.010000', '160816.470000', '160816.930000', '160817.390000', '160817.850000', '160818.310000', '160818.770000', '160819.230000', '160819.690000', '160820.150000', '160820.610000', '160821.070000', '160821.530000', '160821.990000', '160822.450000', '160822.910000', '160823.370000', '160823.830000', '160824.290000', '160824.750000', '160825.210000', '160825.670000', '160826.130000', '160826.590000', '160827.050000', '160827.510000', '160827.970000', '160828.430000', '160828.890000', '160829.350000', '160829.810000', '160830.270000', '160830.730000', '160831.190000', '160831.650000', '160832.110000', '160832.570000', '160833.030000', '160833.490000', '160833.950000', '160834.410000', '160834.870000', '160835.330000', '160835.790000', '160836.250000', '160836.710000', '160837.170000', '160837.630000', '160838.090000', '160838.550000', '160839.010000', '160839.470000', '160839.930000', '160840.390000', '160840.850000', '160841.310000', '160841.770000', '160842.230000', '160842.690000', '160843.150000', '160843.610000', '160844.070000', '160844.530000', '160844.990000', '160845.450000', '160845.910000', '160846.370000', '160846.830000', '160847.290000', '160847.750000', '160848.210000', '160848.670000', '160849.130000', '160849.590000', '160850.050000', '160850.510000', '160850.970000', '160851.430000', '160851.890000', '160852.350000', '160852.810000', '160853.270000', '160853.730000', '160854.190000', '160854.650000', '160855.110000', '160855.570000', '160856.030000', '160856.490000', '160856.950000', '160857.410000', '160857.870000', '160858.330000', '160858.790000', '160859.250000', '160859.710000', '160900.170000', '160900.630000', '160901.090000', '160901.550000', '160902.010000', '160902.470000', '160902.930000', '160903.390000', '160903.850000', '160904.310000', '160904.770000', '160905.230000', '160905.690000', '160906.150000', '160906.610000', '160907.070000', '160907.530000', '160907.990000', '160908.450000', '160908.910000', '160909.370000', '160909.830000', '160910.290000', '160910.750000', '160911.210000', '160911.670000', '160912.130000', '160912.590000', '160913.050000', '160913.510000', '160913.970000', '160914.430000', '160914.890000', '160915.350000', '160915.810000', '160916.270000', '160916.730000', '160917.190000', '160917.650000', '160918.110000', '160918.570000', '160919.030000', '160919.490000', '160919.950000', '160920.410000', '160920.870000', '160921.330000', '160921.790000', '160922.250000', '160922.710000', '160923.170000', '160923.630000', '160924.090000', '160924.550000', '160925.010000', '160925.470000', '160925.930000', '160926.390000', '160926.850000', '160927.310000', '160927.770000', '160928.230000', '160928.690000', '160929.150000', '160929.610000', '160930.070000', '160930.530000', '160930.990000', '160931.450000', '160931.910000', '160932.370000', '160932.830000', '160933.290000', '160933.750000', '160934.210000', '160934.670000', '160935.130000', '160935.590000', '160936.050000', '160936.510000', '160936.970000', '160937.430000', '160937.890000', '160938.350000', '160938.810000', '160939.270000', '160939.730000', '160940.190000', '160940.650000', '160941.110000', '160941.570000', '160942.030000', '160942.490000', '160942.950000', '160943.410000', '160943.870000', '160944.330000', '160944.790000', '160945.250000', '160945.710000', '160946.170000', '160946.630000', '160947.090000', '160947.550000', '160948.010000', '160948.470000', '160948.930000', '160949.390000', '160949.850000', '160950.310000', '160950.770000', '160951.230000', '160951.690000', '160952.150000', '160952.610000', '160953.070000', '160953.530000', '160953.990000', '160954.450000', '160954.910000', '160955.370000', '160955.830000', '160956.290000', '160956.750000', '160957.210000', '160957.670000', '160958.130000', '160958.590000', '160959.050000', '160959.510000', '160959.970000', '161000.430000', '161000.890000', '161001.350000', '161001.810000', '161002.270000', '161002.730000', '161003.190000', '161003.650000', '161004.110000', '161004.570000', '161005.030000', '161005.490000', '161005.950000', '161006.410000', '161006.870000', '161007.330000', '161007.790000', '161008.250000', '161008.710000', '161009.170000', '161009.630000', '161010.090000', '161010.550000', '161011.010000', '161011.470000', '161011.930000', '161012.390000', '161012.850000', '161013.310000', '161013.770000', '161014.230000', '161014.690000', '161015.150000', '161015.610000', '161016.070000', '161016.530000', '161016.990000', '161017.450000', '161017.910000', '161018.370000', '161018.830000', '161019.290000', '161019.750000', '161020.210000', '161020.670000', '161021.130000', '161021.590000', '161022.050000', '161022.510000', '161022.970000', '161023.430000', '161023.890000', '161024.350000', '161024.810000', '161025.270000', '161025.730000', '161026.190000', '161026.650000', '161027.110000', '161027.570000', '161028.030000', '161028.490000', '161028.950000', '161029.410000', '161029.870000', '161030.330000', '161030.790000', '161031.250000', '161031.710000', '161032.170000', '161032.630000', '161033.090000', '161033.550000', '161034.010000', '161034.470000', '161034.930000', '161035.390000', '161035.850000', '161036.310000', '161036.770000', '161037.230000', '161037.690000', '161038.150000', '161038.610000', '161039.070000', '161039.530000', '161039.990000', '161040.450000', '161040.910000', '161041.370000', '161041.830000', '161042.290000', '161042.750000', '161043.210000', '161043.670000', '161044.130000', '161044.590000', '161045.050000', '161045.510000', '161045.970000', '161046.430000', '161046.890000', '161047.350000', '161047.810000', '161048.270000', '161048.730000', '161049.190000', '161049.650000', '161050.110000', '161050.570000', '161051.030000', '161051.490000', '161051.950000', '161052.410000', '161052.870000', '161053.330000', '161053.790000', '161054.250000', '161054.710000', '161055.170000', '161055.630000', '161056.090000', '161056.550000', '161057.010000', '161057.470000', '161057.930000', '161058.390000', '161058.850000', '161059.310000', '161059.770000', '161100.230000', '161100.690000', '161101.150000', '161101.610000', '161102.070000', '161102.530000', '161102.990000', '161103.450000', '161103.910000', '161104.370000', '161104.830000', '161105.290000', '161105.750000', '161106.210000', '161106.670000', '161107.130000', '161107.590000', '161108.050000', '161108.510000', '161108.970000', '161109.430000', '161109.890000', '161110.350000', '161110.810000', '161111.270000', '161111.730000', '161112.190000', '161112.650000', '161113.110000', '161113.570000', '161114.030000', '161114.490000', '161114.950000', '161115.410000', '161115.870000', '161116.330000', '161116.790000', '161117.250000', '161117.710000', '161118.170000', '161118.630000', '161119.090000', '161119.550000', '161120.010000', '161120.470000', '161120.930000', '161121.390000', '161121.850000', '161122.310000', '161122.770000', '161123.230000', '161123.690000', '161124.150000', '161124.610000', '161125.070000', '161125.530000', '161125.990000', '161126.450000', '161126.910000', '161127.370000', '161127.830000', '161128.290000', '161128.750000', '161129.210000', '161129.670000', '161130.130000', '161130.590000', '161131.050000', '161131.510000', '161131.970000', '161132.430000', '161132.890000', '161133.350000', '161133.810000', '161134.270000', '161134.730000', '161135.190000', '161135.650000', '161136.110000', '161136.570000', '161137.030000', '161137.490000', '161137.950000', '161138.410000', '161138.870000', '161139.330000', '161139.790000', '161140.250000', '161140.710000', '161141.170000', '161141.630000', '161142.090000', '161142.550000', '161143.010000', '161143.470000', '161143.930000', '161144.390000', '161144.850000', '161145.310000', '161145.770000', '161146.230000', '161146.690000', '161147.150000', '161147.610000', '161148.070000', '161148.530000', '161148.990000', '161149.450000', '161149.910000', '161150.370000', '161150.830000', '161151.290000', '161151.750000', '161152.210000', '161152.670000', '161153.130000', '161153.590000', '161154.050000', '161154.510000', '161154.970000', '161155.430000', '161155.890000', '161156.350000', '161156.810000', '161157.270000', '161157.730000', '161158.190000', '161158.650000', '161159.110000', '161159.570000', '161200.030000', '161200.490000', '161200.950000', '161201.410000', '161201.870000', '161202.330000', '161202.790000', '161203.250000', '161203.710000', '161204.170000', '161204.630000', '161205.090000', '161205.550000', '161206.010000', '161206.470000', '161206.930000', '161207.390000', '161207.850000', '161208.310000', '161208.770000', '161209.230000', '161209.690000', '161210.150000', '161210.610000', '161211.070000', '161211.530000', '161211.990000', '161212.450000', '161212.910000', '161213.370000', '161213.830000', '161214.290000', '161214.750000', '161215.210000', '161215.670000', '161216.130000', '161216.590000', '161217.050000', '161217.510000', '161217.970000', '161218.430000', '161218.890000', '161219.350000', '161219.810000', '161220.270000', '161220.730000', '161221.190000', '161221.650000', '161222.110000', '161222.570000', '161223.030000', '161223.490000', '161223.950000', '161224.410000', '161224.870000', '161225.330000', '161225.790000', '161226.250000', '161226.710000', '161227.170000', '161227.630000', '161228.090000', '161228.550000', '161229.010000', '161229.470000', '161229.930000', '161230.390000', '161230.850000', '161231.310000', '161231.770000', '161232.230000', '161232.690000', '161233.150000', '161233.610000', '161234.070000', '161234.530000', '161234.990000', '161235.450000', '161235.910000', '161236.370000', '161236.830000', '161237.290000', '161237.750000', '161238.210000', '161238.670000', '161239.130000', '161239.590000', '161240.050000', '161240.510000', '161240.970000', '161241.430000', '161241.890000', '161242.350000', '161242.810000', '161243.270000', '161243.730000', '161244.190000', '161244.650000', '161245.110000', '161245.570000', '161246.030000', '161246.490000', '161246.950000', '161247.410000', '161247.870000', '161248.330000', '161248.790000', '161249.250000', '161249.710000', '161250.170000', '161250.630000', '161251.090000', '161251.550000', '161252.010000', '161252.470000', '161252.930000', '161253.390000', '161253.850000', '161254.310000', '161254.770000', '161255.230000', '161255.690000', '161256.150000', '161256.610000', '161257.070000', '161257.530000', '161257.990000', '161258.450000', '161258.910000', '161259.370000', '161259.830000', '161300.290000', '161300.750000', '161301.210000', '161301.670000', '161302.130000', '161302.590000', '161303.050000', '161303.510000', '161303.970000', '161304.430000', '161304.890000', '161305.350000', '161305.810000', '161306.270000', '161306.730000', '161307.190000', '161307.650000', '161308.110000', '161308.570000', '161309.030000', '161309.490000', '161309.950000', '161310.410000', '161310.870000', '161311.330000', '161311.790000', '161312.250000', '161312.710000', '161313.170000', '161313.630000', '161314.090000', '161314.550000', '161315.010000', '161315.470000', '161315.930000', '161316.390000', '161316.850000', '161317.310000', '161317.770000', '161318.230000', '161318.690000', '161319.150000', '161319.610000', '161320.070000', '161320.530000', '161320.990000', '161321.450000', '161321.910000', '161322.370000', '161322.830000', '161323.290000', '161323.750000', '161324.210000', '161324.670000', '161325.130000', '161325.590000', '161326.050000', '161326.510000', '161326.970000', '161327.430000', '161327.890000', '161328.350000', '161328.810000', '161329.270000', '161329.730000', '161330.190000', '161330.650000', '161331.110000', '161331.570000', '161332.030000', '161332.490000', '161332.950000', '161333.410000', '161333.870000', '161334.330000', '161334.790000', '161335.250000', '161335.710000', '161336.170000', '161336.630000', '161337.090000', '161337.550000', '161338.010000', '161338.470000', '161338.930000', '161339.390000', '161339.850000', '161340.310000', '161340.770000', '161341.230000', '161341.690000', '161342.150000', '161342.610000', '161343.070000', '161343.530000', '161343.990000', '161344.450000', '161344.910000', '161345.370000', '161345.830000', '161346.290000', '161346.750000', '161347.210000', '161347.670000', '161348.130000', '161348.590000', '161349.050000', '161349.510000', '161349.970000', '161350.430000', '161350.890000', '161351.350000', '161351.810000', '161352.270000', '161352.730000', '161353.190000', '161353.650000', '161354.110000', '161354.570000', '161355.030000', '161355.490000', '161355.950000', '161356.410000', '161356.870000', '161357.330000', '161357.790000', '161358.250000', '161358.710000', '161359.170000', '161359.630000', '161400.090000', '161400.550000', '161401.010000', '161401.470000', '161401.930000', '161402.390000', '161402.850000', '161403.310000', '161403.770000', '161404.230000', '161404.690000', '161405.150000', '161405.610000', '161406.070000', '161406.530000', '161406.990000', '161407.450000', '161407.910000', '161408.370000', '161408.830000', '161409.290000', '161409.750000', '161410.210000', '161410.670000', '161411.130000', '161411.590000', '161412.050000', '161412.510000', '161412.970000', '161413.430000', '161413.890000', '161414.350000', '161414.810000', '161415.270000', '161415.730000', '161416.190000', '161416.650000', '161417.110000', '161417.570000', '161418.030000', '161418.490000', '161418.950000', '161419.410000', '161419.870000', '161420.330000', '161420.790000', '161421.250000', '161421.710000', '161422.170000', '161422.630000', '161423.090000', '161423.550000', '161424.010000', '161424.470000', '161424.930000', '161425.390000', '161425.850000', '161426.310000', '161426.770000', '161427.230000', '161427.690000', '161428.150000', '161428.610000', '161429.070000', '161429.530000', '161429.990000', '161430.450000', '161430.910000', '161431.370000', '161431.830000', '161432.290000', '161432.750000', '161433.210000', '161433.670000', '161434.130000', '161434.590000', '161435.050000', '161435.510000', '161435.970000', '161436.430000', '161436.890000', '161437.350000', '161437.810000', '161438.270000', '161438.730000', '161439.190000', '161439.650000', '161440.110000', '161440.570000', '161441.030000', '161441.490000', '161441.950000', '161442.410000', '161442.870000', '161443.330000', '161443.790000', '161444.250000', '161444.710000', '161445.170000', '161445.630000', '161446.090000', '161446.550000', '161447.010000', '161447.470000', '161447.930000', '161448.390000', '161448.850000', '161449.310000', '161449.770000', '161450.230000', '161450.690000', '161451.150000', '161451.610000', '161452.070000', '161452.530000', '161452.990000', '161453.450000', '161453.910000', '161454.370000', '161454.830000', '161455.290000', '161455.750000', '161456.210000', '161456.670000', '161457.130000', '161457.590000', '161458.050000', '161458.510000', '161458.970000'], 'ContentTime': ['160822.544000', '160822.547000', '160822.550000', '160822.553000', '160822.555000', '160822.558000', '160822.561000', '160822.564000', '160822.567000', '160822.569000', '160822.572000', '160822.575000', '160822.578000', '160822.581000', '160822.584000', '160822.586000', '160822.589000', '160822.592000', '160822.595000', '160822.598000', '160822.600000', '160822.603000', '160822.606000', '160822.609000', '160822.611000', '160822.614000', '160822.617000', '160822.620000', '160822.623000', '160822.625000', '160822.628000', '160822.631000', '160822.634000', '160822.637000', '160822.639000', '160822.642000', '160822.645000', '160822.648000', '160822.651000', '160822.653000', '160822.663000', '160822.666000', '160822.668000', '160822.671000', '160822.674000', '160822.677000', '160822.680000', '160822.682000', '160822.685000', '160822.688000', '160842.508000', '160842.511000', '160842.514000', '160842.517000', '160842.519000', '160842.522000', '160842.525000', '160842.528000', '160842.531000', '160842.533000', '160842.536000', '160842.539000', '160842.542000', '160842.545000', '160842.548000', '160842.551000', '160842.554000', '160842.556000', '160842.559000', '160842.562000', '160842.565000', '160842.568000', '160842.571000', '160842.573000', '160842.576000', '160842.581000', '160842.584000', '160842.586000', '160842.589000', '160842.592000', '160842.595000', '160842.598000', '160842.600000', '160842.603000', '160842.606000', '160842.609000', '160842.612000', '160842.614000', '160842.617000', '160842.620000', '160842.623000', '160842.626000', '160842.628000', '160902.508000', '160902.511000', '160902.514000', '160902.516000', '160902.519000', '160902.522000', '160902.525000', '160902.528000', '160902.531000', '160902.533000', '160902.536000', '160902.539000', '160902.542000', '160902.544000', '160902.547000', '160902.550000', '160902.553000', '160902.556000', '160902.558000', '160902.575000', '160902.577000', '160902.580000', '160902.583000', '160902.586000', '160902.589000', '160902.591000', '160902.594000', '160902.597000', '160902.600000', '160902.603000', '160902.605000', '160902.608000', '160902.611000', '160902.614000', '160902.616000', '160902.619000', '160902.622000', '160902.625000', '160902.628000', '160902.630000', '160902.633000', '160902.636000', '160902.639000', '160902.642000', '160922.509000', '160922.512000', '160922.515000', '160922.518000', '160922.521000', '160922.524000', '160922.527000', '160922.529000', '160922.532000', '160922.535000', '160922.538000', '160922.541000', '160922.543000', '160922.546000', '160922.549000', '160922.552000', '160922.555000', '160922.557000', '160922.560000', '160922.563000', '160922.567000', '160922.571000', '160922.573000', '160922.576000', '160922.579000', '160922.582000', '160922.585000', '160922.587000', '160922.590000', '160922.593000', '160922.596000', '160922.599000', '160922.601000', '160922.608000', '160922.611000', '160922.613000', '160922.616000', '160922.619000', '160922.622000', '160922.624000', '160922.627000', '160922.630000', '160922.633000', '160942.508000', '160942.511000', '160942.514000', '160942.516000', '160942.519000', '160942.522000', '160942.525000', '160942.528000', '160942.531000', '160942.533000', '160942.536000', '160942.539000', '160942.542000', '160942.544000', '160942.547000', '160942.554000', '160942.557000', '160942.560000', '160942.563000', '160942.566000', '160942.568000', '160942.571000', '160942.574000', '160942.577000', '160942.580000', '160942.582000', '160942.585000', '160942.588000', '160942.591000', '160942.594000', '160942.597000', '160942.600000', '160942.602000', '160942.605000', '160942.608000', '160942.611000', '160942.614000', '160942.617000', '160942.619000', '160942.622000', '160942.625000', '160942.628000', '160942.630000', '160942.633000', '161002.507000', '161002.510000', '161002.513000', '161002.515000', '161002.518000', '161002.521000', '161002.524000', '161002.527000', '161002.530000', '161002.532000', '161002.535000', '161002.538000', '161002.541000', '161002.543000', '161002.546000', '161002.549000', '161002.552000', '161002.555000', '161002.558000', '161002.561000', '161002.563000', '161002.566000', '161002.569000', '161002.572000', '161002.575000', '161002.578000', '161002.580000', '161002.583000', '161002.586000', '161002.589000', '161002.592000', '161002.595000', '161002.598000', '161002.600000', '161002.603000', '161002.606000', '161002.609000', '161002.612000', '161002.615000', '161002.617000', '161002.620000', '161002.623000', '161002.626000', '161022.508000', '161022.511000', '161022.514000', '161022.517000', '161022.519000', '161022.522000', '161022.525000', '161022.528000', '161022.531000', '161022.533000', '161022.536000', '161022.539000', '161022.542000', '161022.545000', '161022.547000', '161022.550000', '161022.553000', '161022.556000', '161022.559000', '161022.561000', '161022.564000', '161022.567000', '161022.570000', '161022.573000', '161022.576000', '161022.578000', '161022.581000', '161022.584000', '161022.587000', '161022.590000', '161022.593000', '161022.595000', '161022.598000', '161022.601000', '161022.604000', '161022.607000', '161022.609000', '161022.612000', '161022.615000', '161022.618000', '161022.620000', '161022.623000', '161022.626000', '161022.629000', '161042.508000', '161042.511000', '161042.514000', '161042.517000', '161042.519000', '161042.522000', '161042.525000', '161042.528000', '161042.530000', '161042.533000', '161042.536000', '161042.539000', '161042.541000', '161042.544000', '161042.559000', '161042.562000', '161042.565000', '161042.568000', '161042.571000', '161042.574000', '161042.577000', '161042.579000', '161042.582000', '161042.585000', '161042.588000', '161042.591000', '161042.593000', '161042.596000', '161042.599000', '161042.602000', '161042.605000', '161042.608000', '161042.611000', '161042.614000', '161042.616000', '161042.619000', '161042.623000', '161042.628000', '161042.631000', '161042.634000', '161042.637000', '161042.640000', '161042.643000', '161102.508000', '161102.511000', '161102.514000', '161102.517000', '161102.519000', '161102.522000', '161102.525000', '161102.528000', '161102.531000', '161102.533000', '161102.536000', '161102.539000', '161102.542000', '161102.544000', '161102.547000', '161102.550000', '161102.553000', '161102.556000', '161102.559000', '161102.561000', '161102.564000', '161102.567000', '161102.570000', '161102.573000', '161102.576000', '161102.578000', '161102.581000', '161102.584000', '161102.587000', '161102.590000', '161102.593000', '161102.596000', '161102.598000', '161102.601000', '161102.604000', '161102.607000', '161102.610000', '161102.612000', '161102.615000', '161102.618000', '161102.621000', '161102.623000', '161102.626000', '161102.629000', '161122.508000', '161122.511000', '161122.514000', '161122.517000', '161122.519000', '161122.522000', '161122.525000', '161122.528000', '161122.531000', '161122.533000', '161122.536000', '161122.539000', '161122.542000', '161122.545000', '161122.548000', '161122.550000', '161122.553000', '161122.556000', '161122.559000', '161122.562000', '161122.565000', '161122.567000', '161122.570000', '161122.573000', '161122.576000', '161122.579000', '161122.582000', '161122.585000', '161122.587000', '161122.590000', '161122.593000', '161122.596000', '161122.599000', '161122.602000', '161122.604000', '161122.607000', '161122.610000', '161122.613000', '161122.616000', '161122.618000', '161122.621000', '161122.624000', '161122.627000', '161142.508000', '161142.511000', '161142.514000', '161142.516000', '161142.519000', '161142.522000', '161142.525000', '161142.528000', '161142.531000', '161142.533000', '161142.536000', '161142.539000', '161142.542000', '161142.545000', '161142.548000', '161142.550000', '161142.553000', '161142.556000', '161142.559000', '161142.562000', '161142.564000', '161142.567000', '161142.570000', '161142.573000', '161142.576000', '161142.579000', '161142.582000', '161142.585000', '161142.587000', '161142.590000', '161142.593000', '161142.596000', '161142.599000', '161142.602000', '161142.604000', '161142.607000', '161142.610000', '161142.613000', '161142.615000', '161142.618000', '161142.621000', '161142.624000', '161142.627000', '161142.630000', '161202.508000', '161202.511000', '161202.514000', '161202.517000', '161202.519000', '161202.522000', '161202.525000', '161202.528000', '161202.531000', '161202.533000', '161202.536000', '161202.539000', '161202.542000', '161202.545000', '161202.548000', '161202.550000', '161202.553000', '161202.556000', '161202.559000', '161202.562000', '161202.565000', '161202.567000', '161202.570000', '161202.573000', '161202.576000', '161202.579000', '161202.582000', '161202.586000', '161202.589000', '161202.591000', '161202.594000', '161202.597000', '161202.600000', '161202.603000', '161202.606000', '161202.608000', '161202.611000', '161202.614000', '161202.617000', '161202.620000', '161202.623000', '161202.625000', '161202.628000', '161222.507000', '161222.510000', '161222.513000', '161222.515000', '161222.518000', '161222.521000', '161222.524000', '161222.527000', '161222.529000', '161222.532000', '161222.535000', '161222.538000', '161222.541000', '161222.544000', '161222.546000', '161222.549000', '161222.552000', '161222.555000', '161222.558000', '161222.561000', '161222.563000', '161222.566000', '161222.569000', '161222.572000', '161222.575000', '161222.578000', '161222.581000', '161222.583000', '161222.586000', '161222.589000', '161222.592000', '161222.595000', '161222.598000', '161222.600000', '161222.603000', '161222.606000', '161222.609000', '161222.611000', '161222.614000', '161222.617000', '161222.620000', '161222.623000', '161222.626000', '161222.628000', '161242.508000', '161242.511000', '161242.514000', '161242.517000', '161242.519000', '161242.522000', '161242.525000', '161242.528000', '161242.530000', '161242.533000', '161242.536000', '161242.539000', '161242.542000', '161242.545000', '161242.548000', '161242.550000', '161242.553000', '161242.556000', '161242.559000', '161242.562000', '161242.565000', '161242.567000', '161242.570000', '161242.573000', '161242.576000', '161242.579000', '161242.582000', '161242.584000', '161242.587000', '161242.590000', '161242.593000', '161242.596000', '161242.598000', '161242.601000', '161242.604000', '161242.607000', '161242.610000', '161242.612000', '161242.615000', '161242.618000', '161242.621000', '161242.624000', '161242.627000', '161302.508000', '161302.511000', '161302.514000', '161302.517000', '161302.519000', '161302.522000', '161302.526000', '161302.531000', '161302.534000', '161302.537000', '161302.540000', '161302.543000', '161302.545000', '161302.548000', '161302.551000', '161302.554000', '161302.557000', '161302.560000', '161302.562000', '161302.565000', '161302.568000', '161302.571000', '161302.574000', '161302.577000', '161302.580000', '161302.582000', '161302.585000', '161302.588000', '161302.591000', '161302.594000', '161302.596000', '161302.599000', '161302.602000', '161302.605000', '161302.608000', '161302.610000', '161302.613000', '161302.616000', '161302.619000', '161302.622000', '161302.625000', '161302.627000', '161302.630000', '161322.508000', '161322.511000', '161322.514000', '161322.517000', '161322.520000', '161322.522000', '161322.525000', '161322.528000', '161322.531000', '161322.534000', '161322.536000', '161322.539000', '161322.542000', '161322.545000', '161322.548000', '161322.550000', '161322.553000', '161322.556000', '161322.559000', '161322.562000', '161322.565000', '161322.567000', '161322.570000', '161322.573000', '161322.576000', '161322.579000', '161322.582000', '161322.584000', '161322.587000', '161322.590000', '161322.593000', '161322.596000', '161322.599000', '161322.601000', '161322.604000', '161322.607000', '161322.610000', '161322.613000', '161322.615000', '161322.618000', '161322.621000', '161322.625000', '161322.628000', '161322.630000', '161342.508000', '161342.511000', '161342.514000', '161342.516000', '161342.519000', '161342.522000', '161342.525000', '161342.528000', '161342.531000', '161342.533000', '161342.536000', '161342.539000', '161342.542000', '161342.545000', '161342.547000', '161342.550000', '161342.553000', '161342.556000', '161342.559000', '161342.561000', '161342.564000', '161342.580000', '161342.583000', '161342.586000', '161342.590000', '161342.593000', '161342.596000', '161342.598000', '161342.601000', '161342.604000', '161342.607000', '161342.610000', '161342.612000', '161342.615000', '161342.618000', '161342.621000', '161342.624000', '161342.627000', '161342.630000', '161342.632000', '161342.635000', '161342.638000', '161342.643000', '161342.645000', '161402.508000', '161402.511000', '161402.514000', '161402.517000', '161402.519000', '161402.522000', '161402.525000', '161402.528000', '161402.531000', '161402.533000', '161402.536000', '161402.539000', '161402.542000', '161402.545000', '161402.548000', '161402.550000', '161402.553000', '161402.556000', '161402.559000', '161402.562000', '161402.565000', '161402.567000', '161402.570000', '161402.573000', '161402.576000', '161402.579000', '161402.581000', '161402.584000', '161402.587000', '161402.590000', '161402.593000', '161402.596000', '161402.598000', '161402.601000', '161402.604000', '161402.607000', '161402.610000', '161402.613000', '161402.615000', '161402.618000', '161402.621000', '161402.624000', '161402.626000', '161422.508000', '161422.511000', '161422.514000', '161422.517000', '161422.519000', '161422.522000', '161422.525000', '161422.528000', '161422.531000', '161422.534000', '161422.536000', '161422.539000', '161422.542000', '161422.545000', '161422.547000', '161422.550000', '161422.553000', '161422.557000', '161422.560000', '161422.563000', '161422.566000', '161422.569000', '161422.572000', '161422.574000', '161422.577000', '161422.580000', '161422.583000', '161422.586000', '161422.588000', '161422.591000', '161422.594000', '161422.597000', '161422.600000', '161422.603000', '161422.605000', '161422.608000', '161422.611000', '161422.614000', '161422.616000', '161422.619000', '161422.622000', '161422.625000', '161422.628000', '161442.507000', '161442.510000', '161442.513000', '161442.515000', '161442.518000', '161442.521000', '161442.524000', '161442.527000', '161442.530000', '161442.532000', '161442.535000', '161442.538000', '161442.541000', '161442.543000', '161442.546000', '161442.549000', '161442.552000', '161442.554000', '161442.557000', '161442.560000', '161442.563000', '161442.566000', '161442.569000', '161442.571000', '161442.574000', '161442.577000', '161442.580000', '161442.583000', '161442.585000', '161442.588000', '161442.591000', '161442.594000', '161442.597000', '161442.599000', '161442.602000', '161442.605000', '161442.608000', '161442.611000', '161442.613000', '161442.616000', '161442.619000', '161442.622000', '161442.624000', '161442.627000', '161459.810000', '161459.814000', '161459.817000', '161459.820000', '161459.823000', '161459.826000', '161459.830000', '161459.833000', '161459.836000', '161459.839000', '161459.842000', '161459.845000', '161459.848000', '161459.850000', '161459.853000', '161459.856000', '161459.859000', '161459.868000', '161459.871000', '161459.874000', '161459.877000', '161459.880000', '161459.883000', '161459.886000', '161459.889000', '161459.892000', '161459.895000', '161459.897000', '161459.900000', '161459.903000', '161459.906000', '161459.909000', '161459.912000', '161459.915000', '161459.917000', '161459.920000', '161459.923000', '161459.926000'], 'InstanceCreationTime': ['160822.544000', '160822.547000', '160822.550000', '160822.553000', '160822.555000', '160822.558000', '160822.561000', '160822.564000', '160822.567000', '160822.569000', '160822.572000', '160822.575000', '160822.578000', '160822.581000', '160822.584000', '160822.586000', '160822.589000', '160822.592000', '160822.595000', '160822.598000', '160822.600000', '160822.603000', '160822.606000', '160822.609000', '160822.611000', '160822.614000', '160822.617000', '160822.620000', '160822.623000', '160822.625000', '160822.628000', '160822.631000', '160822.634000', '160822.637000', '160822.639000', '160822.642000', '160822.645000', '160822.648000', '160822.651000', '160822.653000', '160822.663000', '160822.666000', '160822.668000', '160822.671000', '160822.674000', '160822.677000', '160822.680000', '160822.682000', '160822.685000', '160822.688000', '160842.508000', '160842.511000', '160842.514000', '160842.517000', '160842.519000', '160842.522000', '160842.525000', '160842.528000', '160842.531000', '160842.533000', '160842.536000', '160842.539000', '160842.542000', '160842.545000', '160842.548000', '160842.551000', '160842.554000', '160842.556000', '160842.559000', '160842.562000', '160842.565000', '160842.568000', '160842.571000', '160842.573000', '160842.576000', '160842.581000', '160842.584000', '160842.586000', '160842.589000', '160842.592000', '160842.595000', '160842.598000', '160842.600000', '160842.603000', '160842.606000', '160842.609000', '160842.612000', '160842.614000', '160842.617000', '160842.620000', '160842.623000', '160842.626000', '160842.628000', '160902.508000', '160902.511000', '160902.514000', '160902.516000', '160902.519000', '160902.522000', '160902.525000', '160902.528000', '160902.531000', '160902.533000', '160902.536000', '160902.539000', '160902.542000', '160902.544000', '160902.547000', '160902.550000', '160902.553000', '160902.556000', '160902.558000', '160902.575000', '160902.577000', '160902.580000', '160902.583000', '160902.586000', '160902.589000', '160902.591000', '160902.594000', '160902.597000', '160902.600000', '160902.603000', '160902.605000', '160902.608000', '160902.611000', '160902.614000', '160902.616000', '160902.619000', '160902.622000', '160902.625000', '160902.628000', '160902.630000', '160902.633000', '160902.636000', '160902.639000', '160902.642000', '160922.509000', '160922.512000', '160922.515000', '160922.518000', '160922.521000', '160922.524000', '160922.527000', '160922.529000', '160922.532000', '160922.535000', '160922.538000', '160922.541000', '160922.543000', '160922.546000', '160922.549000', '160922.552000', '160922.555000', '160922.557000', '160922.560000', '160922.563000', '160922.567000', '160922.571000', '160922.573000', '160922.576000', '160922.579000', '160922.582000', '160922.585000', '160922.587000', '160922.590000', '160922.593000', '160922.596000', '160922.599000', '160922.601000', '160922.608000', '160922.611000', '160922.613000', '160922.616000', '160922.619000', '160922.622000', '160922.624000', '160922.627000', '160922.630000', '160922.633000', '160942.508000', '160942.511000', '160942.514000', '160942.516000', '160942.519000', '160942.522000', '160942.525000', '160942.528000', '160942.531000', '160942.533000', '160942.536000', '160942.539000', '160942.542000', '160942.544000', '160942.547000', '160942.554000', '160942.557000', '160942.560000', '160942.563000', '160942.566000', '160942.568000', '160942.571000', '160942.574000', '160942.577000', '160942.580000', '160942.582000', '160942.585000', '160942.588000', '160942.591000', '160942.594000', '160942.597000', '160942.600000', '160942.602000', '160942.605000', '160942.608000', '160942.611000', '160942.614000', '160942.617000', '160942.619000', '160942.622000', '160942.625000', '160942.628000', '160942.630000', '160942.633000', '161002.507000', '161002.510000', '161002.513000', '161002.515000', '161002.518000', '161002.521000', '161002.524000', '161002.527000', '161002.530000', '161002.532000', '161002.535000', '161002.538000', '161002.541000', '161002.543000', '161002.546000', '161002.549000', '161002.552000', '161002.555000', '161002.558000', '161002.561000', '161002.563000', '161002.566000', '161002.569000', '161002.572000', '161002.575000', '161002.578000', '161002.580000', '161002.583000', '161002.586000', '161002.589000', '161002.592000', '161002.595000', '161002.598000', '161002.600000', '161002.603000', '161002.606000', '161002.609000', '161002.612000', '161002.615000', '161002.617000', '161002.620000', '161002.623000', '161002.626000', '161022.508000', '161022.511000', '161022.514000', '161022.517000', '161022.519000', '161022.522000', '161022.525000', '161022.528000', '161022.531000', '161022.533000', '161022.536000', '161022.539000', '161022.542000', '161022.545000', '161022.547000', '161022.550000', '161022.553000', '161022.556000', '161022.559000', '161022.561000', '161022.564000', '161022.567000', '161022.570000', '161022.573000', '161022.576000', '161022.578000', '161022.581000', '161022.584000', '161022.587000', '161022.590000', '161022.593000', '161022.595000', '161022.598000', '161022.601000', '161022.604000', '161022.607000', '161022.609000', '161022.612000', '161022.615000', '161022.618000', '161022.620000', '161022.623000', '161022.626000', '161022.629000', '161042.508000', '161042.511000', '161042.514000', '161042.517000', '161042.519000', '161042.522000', '161042.525000', '161042.528000', '161042.530000', '161042.533000', '161042.536000', '161042.539000', '161042.541000', '161042.544000', '161042.559000', '161042.562000', '161042.565000', '161042.568000', '161042.571000', '161042.574000', '161042.577000', '161042.579000', '161042.582000', '161042.585000', '161042.588000', '161042.591000', '161042.593000', '161042.596000', '161042.599000', '161042.602000', '161042.605000', '161042.608000', '161042.611000', '161042.614000', '161042.616000', '161042.619000', '161042.623000', '161042.628000', '161042.631000', '161042.634000', '161042.637000', '161042.640000', '161042.643000', '161102.508000', '161102.511000', '161102.514000', '161102.517000', '161102.519000', '161102.522000', '161102.525000', '161102.528000', '161102.531000', '161102.533000', '161102.536000', '161102.539000', '161102.542000', '161102.544000', '161102.547000', '161102.550000', '161102.553000', '161102.556000', '161102.559000', '161102.561000', '161102.564000', '161102.567000', '161102.570000', '161102.573000', '161102.576000', '161102.578000', '161102.581000', '161102.584000', '161102.587000', '161102.590000', '161102.593000', '161102.596000', '161102.598000', '161102.601000', '161102.604000', '161102.607000', '161102.610000', '161102.612000', '161102.615000', '161102.618000', '161102.621000', '161102.623000', '161102.626000', '161102.629000', '161122.508000', '161122.511000', '161122.514000', '161122.517000', '161122.519000', '161122.522000', '161122.525000', '161122.528000', '161122.531000', '161122.533000', '161122.536000', '161122.539000', '161122.542000', '161122.545000', '161122.548000', '161122.550000', '161122.553000', '161122.556000', '161122.559000', '161122.562000', '161122.565000', '161122.567000', '161122.570000', '161122.573000', '161122.576000', '161122.579000', '161122.582000', '161122.585000', '161122.587000', '161122.590000', '161122.593000', '161122.596000', '161122.599000', '161122.602000', '161122.604000', '161122.607000', '161122.610000', '161122.613000', '161122.616000', '161122.618000', '161122.621000', '161122.624000', '161122.627000', '161142.508000', '161142.511000', '161142.514000', '161142.516000', '161142.519000', '161142.522000', '161142.525000', '161142.528000', '161142.531000', '161142.533000', '161142.536000', '161142.539000', '161142.542000', '161142.545000', '161142.548000', '161142.550000', '161142.553000', '161142.556000', '161142.559000', '161142.562000', '161142.564000', '161142.567000', '161142.570000', '161142.573000', '161142.576000', '161142.579000', '161142.582000', '161142.585000', '161142.587000', '161142.590000', '161142.593000', '161142.596000', '161142.599000', '161142.602000', '161142.604000', '161142.607000', '161142.610000', '161142.613000', '161142.615000', '161142.618000', '161142.621000', '161142.624000', '161142.627000', '161142.630000', '161202.508000', '161202.511000', '161202.514000', '161202.517000', '161202.519000', '161202.522000', '161202.525000', '161202.528000', '161202.531000', '161202.533000', '161202.536000', '161202.539000', '161202.542000', '161202.545000', '161202.548000', '161202.550000', '161202.553000', '161202.556000', '161202.559000', '161202.562000', '161202.565000', '161202.567000', '161202.570000', '161202.573000', '161202.576000', '161202.579000', '161202.582000', '161202.586000', '161202.589000', '161202.591000', '161202.594000', '161202.597000', '161202.600000', '161202.603000', '161202.606000', '161202.608000', '161202.611000', '161202.614000', '161202.617000', '161202.620000', '161202.623000', '161202.625000', '161202.628000', '161222.507000', '161222.510000', '161222.513000', '161222.515000', '161222.518000', '161222.521000', '161222.524000', '161222.527000', '161222.529000', '161222.532000', '161222.535000', '161222.538000', '161222.541000', '161222.544000', '161222.546000', '161222.549000', '161222.552000', '161222.555000', '161222.558000', '161222.561000', '161222.563000', '161222.566000', '161222.569000', '161222.572000', '161222.575000', '161222.578000', '161222.581000', '161222.583000', '161222.586000', '161222.589000', '161222.592000', '161222.595000', '161222.598000', '161222.600000', '161222.603000', '161222.606000', '161222.609000', '161222.611000', '161222.614000', '161222.617000', '161222.620000', '161222.623000', '161222.626000', '161222.628000', '161242.508000', '161242.511000', '161242.514000', '161242.517000', '161242.519000', '161242.522000', '161242.525000', '161242.528000', '161242.530000', '161242.533000', '161242.536000', '161242.539000', '161242.542000', '161242.545000', '161242.548000', '161242.550000', '161242.553000', '161242.556000', '161242.559000', '161242.562000', '161242.565000', '161242.567000', '161242.570000', '161242.573000', '161242.576000', '161242.579000', '161242.582000', '161242.584000', '161242.587000', '161242.590000', '161242.593000', '161242.596000', '161242.598000', '161242.601000', '161242.604000', '161242.607000', '161242.610000', '161242.612000', '161242.615000', '161242.618000', '161242.621000', '161242.624000', '161242.627000', '161302.508000', '161302.511000', '161302.514000', '161302.517000', '161302.519000', '161302.522000', '161302.526000', '161302.531000', '161302.534000', '161302.537000', '161302.540000', '161302.543000', '161302.545000', '161302.548000', '161302.551000', '161302.554000', '161302.557000', '161302.560000', '161302.562000', '161302.565000', '161302.568000', '161302.571000', '161302.574000', '161302.577000', '161302.580000', '161302.582000', '161302.585000', '161302.588000', '161302.591000', '161302.594000', '161302.596000', '161302.599000', '161302.602000', '161302.605000', '161302.608000', '161302.610000', '161302.613000', '161302.616000', '161302.619000', '161302.622000', '161302.625000', '161302.627000', '161302.630000', '161322.508000', '161322.511000', '161322.514000', '161322.517000', '161322.520000', '161322.522000', '161322.525000', '161322.528000', '161322.531000', '161322.534000', '161322.536000', '161322.539000', '161322.542000', '161322.545000', '161322.548000', '161322.550000', '161322.553000', '161322.556000', '161322.559000', '161322.562000', '161322.565000', '161322.567000', '161322.570000', '161322.573000', '161322.576000', '161322.579000', '161322.582000', '161322.584000', '161322.587000', '161322.590000', '161322.593000', '161322.596000', '161322.599000', '161322.601000', '161322.604000', '161322.607000', '161322.610000', '161322.613000', '161322.615000', '161322.618000', '161322.621000', '161322.625000', '161322.628000', '161322.630000', '161342.508000', '161342.511000', '161342.514000', '161342.516000', '161342.519000', '161342.522000', '161342.525000', '161342.528000', '161342.531000', '161342.533000', '161342.536000', '161342.539000', '161342.542000', '161342.545000', '161342.547000', '161342.550000', '161342.553000', '161342.556000', '161342.559000', '161342.561000', '161342.564000', '161342.580000', '161342.583000', '161342.586000', '161342.590000', '161342.593000', '161342.596000', '161342.598000', '161342.601000', '161342.604000', '161342.607000', '161342.610000', '161342.612000', '161342.615000', '161342.618000', '161342.621000', '161342.624000', '161342.627000', '161342.630000', '161342.632000', '161342.635000', '161342.638000', '161342.643000', '161342.645000', '161402.508000', '161402.511000', '161402.514000', '161402.517000', '161402.519000', '161402.522000', '161402.525000', '161402.528000', '161402.531000', '161402.533000', '161402.536000', '161402.539000', '161402.542000', '161402.545000', '161402.548000', '161402.550000', '161402.553000', '161402.556000', '161402.559000', '161402.562000', '161402.565000', '161402.567000', '161402.570000', '161402.573000', '161402.576000', '161402.579000', '161402.581000', '161402.584000', '161402.587000', '161402.590000', '161402.593000', '161402.596000', '161402.598000', '161402.601000', '161402.604000', '161402.607000', '161402.610000', '161402.613000', '161402.615000', '161402.618000', '161402.621000', '161402.624000', '161402.626000', '161422.508000', '161422.511000', '161422.514000', '161422.517000', '161422.519000', '161422.522000', '161422.525000', '161422.528000', '161422.531000', '161422.534000', '161422.536000', '161422.539000', '161422.542000', '161422.545000', '161422.547000', '161422.550000', '161422.553000', '161422.557000', '161422.560000', '161422.563000', '161422.566000', '161422.569000', '161422.572000', '161422.574000', '161422.577000', '161422.580000', '161422.583000', '161422.586000', '161422.588000', '161422.591000', '161422.594000', '161422.597000', '161422.600000', '161422.603000', '161422.605000', '161422.608000', '161422.611000', '161422.614000', '161422.616000', '161422.619000', '161422.622000', '161422.625000', '161422.628000', '161442.507000', '161442.510000', '161442.513000', '161442.515000', '161442.518000', '161442.521000', '161442.524000', '161442.527000', '161442.530000', '161442.532000', '161442.535000', '161442.538000', '161442.541000', '161442.543000', '161442.546000', '161442.549000', '161442.552000', '161442.554000', '161442.557000', '161442.560000', '161442.563000', '161442.566000', '161442.569000', '161442.571000', '161442.574000', '161442.577000', '161442.580000', '161442.583000', '161442.585000', '161442.588000', '161442.591000', '161442.594000', '161442.597000', '161442.599000', '161442.602000', '161442.605000', '161442.608000', '161442.611000', '161442.613000', '161442.616000', '161442.619000', '161442.622000', '161442.624000', '161442.627000', '161459.810000', '161459.814000', '161459.817000', '161459.820000', '161459.823000', '161459.826000', '161459.830000', '161459.833000', '161459.836000', '161459.839000', '161459.842000', '161459.845000', '161459.848000', '161459.850000', '161459.853000', '161459.856000', '161459.859000', '161459.868000', '161459.871000', '161459.874000', '161459.877000', '161459.880000', '161459.883000', '161459.886000', '161459.889000', '161459.892000', '161459.895000', '161459.897000', '161459.900000', '161459.903000', '161459.906000', '161459.909000', '161459.912000', '161459.915000', '161459.917000', '161459.920000', '161459.923000', '161459.926000'], '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': [7962, 10326, 7743, 10419, 7988, 10586, 7892, 10480, 8008, 11295, 8010, 11008, 9175, 11056, 7888, 10629, 8060, 10924, 8095, 10492, 7883, 8925, 7969, 9344, 7714, 9197, 7668, 7442, 8258, 7400, 9603, 7690, 10234, 7575, 9869, 7848, 10148, 7874, 9705, 7630, 8917, 7700, 9658, 7782, 10206, 8678, 10064, 7743, 9430, 10271, 7551, 10741, 7699, 10072, 7733, 10042, 7652, 9646, 8730, 7936, 9618, 7347, 10926, 7622, 10524, 7538, 10504, 7725, 10051, 7519, 9321, 10135, 7324, 10873, 7561, 10755, 7522, 10133, 8067, 9244, 7419, 7787, 10048, 7494, 10483, 7305, 10038, 7443, 9658, 7261, 8970, 9198, 7195, 10779, 7392, 10341, 7554, 10674, 7749, 8717, 7695, 8901, 7776, 7520, 7803, 10434, 7672, 10966, 7623, 10888, 7664, 10955, 8872, 9236, 11785, 7401, 11084, 7491, 9932, 7554, 8818, 7100, 7246, 6975, 7261, 9316, 7258, 9702, 7079, 10457, 7287, 10485, 7514, 10556, 10261, 8974, 11249, 7608, 11397, 7586, 10638, 7508, 8422, 8375, 7360, 11224, 7289, 10581, 8135, 8392, 7560, 7068, 11091, 7399, 10797, 7187, 8827, 6979, 7636, 10411, 7171, 10637, 7014, 9855, 7115, 10022, 7764, 7815, 11115, 7113, 10875, 7386, 10486, 7420, 10227, 7388, 8675, 9399, 7594, 11413, 7145, 11000, 8370, 10190, 7519, 8631, 11759, 7126, 11126, 7399, 9071, 6903, 7204, 10833, 6926, 10314, 6699, 9443, 6726, 7485, 9849, 7141, 10286, 6974, 10343, 7132, 9586, 7305, 8123, 11218, 6837, 11054, 6885, 10338, 7394, 10064, 10737, 7324, 11394, 6857, 11023, 7734, 10097, 10746, 6946, 10986, 6943, 9740, 7257, 9606, 9101, 7851, 11337, 6985, 11395, 7682, 10332, 9838, 7171, 11209, 6976, 10766, 6959, 9868, 9639, 6843, 11325, 6845, 10200, 6903, 8978, 7271, 7442, 11402, 6800, 10848, 7057, 10726, 8324, 9293, 9374, 7011, 11427, 6957, 11123, 8034, 9586, 6980, 7238, 11321, 6981, 11029, 6958, 10891, 7188, 10226, 7472, 9194, 11242, 7032, 11070, 6862, 10633, 6917, 10421, 7830, 8739, 11984, 6844, 11256, 7086, 10579, 7761, 8286, 8287, 7112, 10989, 6999, 10936, 7104, 10689, 7582, 10241, 7287, 10152, 10056, 7976, 11918, 7097, 11287, 7133, 10943, 8431, 10542, 7378, 9318, 10883, 7026, 11420, 7164, 11371, 7037, 10999, 7941, 10073, 11607, 7144, 11632, 6860, 11032, 7035, 10265, 8270, 7958, 11177, 6943, 11047, 6977, 10380, 7808, 9228, 6826, 9630, 10396, 8194, 11686, 7700, 11299, 7155, 11017, 7812, 9768, 10113, 7433, 11272, 6974, 11362, 6966, 11429, 9046, 9571, 8674, 7013, 11696, 6597, 10327, 6934, 9284, 6545, 9453, 6592, 6989, 7083, 8614, 7086, 11491, 7234, 11824, 7317, 12089, 9119, 11282, 12586, 7949, 12147, 7370, 11133, 7183, 10901, 8440, 8325, 8012, 6904, 11096, 6858, 10915, 7159, 9391, 6765, 10419, 8855, 7338, 11751, 6910, 11280, 7005, 11275, 8245, 9843, 12367, 6783, 11463, 7122, 11182, 7293, 10474, 10483, 7208, 11761, 6694, 11380, 7335, 11234, 10028, 8337, 11901, 6878, 11546, 7142, 10809, 8721, 8088, 11934, 6832, 11634, 7237, 11521, 8104, 9297, 12602, 6922, 11777, 7191, 10094, 10077, 6841, 11293, 6817, 9954, 6912, 8652, 9589, 6872, 11527, 6860, 10885, 7170, 10675, 8888, 8731, 11915, 6799, 11696, 7149, 11463, 8525, 9412, 7257, 7560, 11961, 6855, 11618, 7726, 9545, 6710, 10310, 8837, 8178, 12099, 7353, 11462, 7045, 11556, 8114, 10144, 12737, 7063, 12059, 7126, 11247, 7514, 9096, 10822, 6878, 11478, 6680, 10837, 6784, 10739, 9882, 7445, 11798, 6813, 11575, 7077, 11510, 8214, 9291, 9117, 8218, 12216, 6741, 11794, 8989, 7652, 6999, 6945, 11583, 6593, 11155, 6799, 9276, 6761, 10309, 8250, 9148, 12252, 6934, 11622, 6898, 11370, 6969, 10204, 7809, 7136, 12491, 13445, 9110, 11883, 7226, 11672, 8490, 10263, 11342, 7332, 11997, 7157, 11600, 7241, 11487, 8033, 8404, 9575, 6981, 11042, 6833, 9315, 7239, 8137, 7009, 9379, 9074, 7329, 11842, 7369, 11753, 7162, 11963, 8453, 10703, 12590, 7449, 12078, 7090, 11566, 7319, 11498, 8103, 9417, 9708, 7109, 11871, 7026, 11757, 8806, 10267, 7567, 8370, 12352, 6939, 12090, 8125, 10414, 7007, 8797, 10399, 6966, 11796, 6939, 11777, 6973, 11155, 7104, 11687, 8651, 9739, 9851, 7187, 12069, 7225, 11818, 8040, 10391, 7243, 9844, 12022, 7072, 12301, 7591, 11195, 6872, 9912, 7769, 7618, 11973, 6918, 11730, 7169, 11735, 7050, 11277, 8640, 9392, 11815, 7175, 12088, 7022, 11910, 8592, 9667, 7117, 8457, 11404, 7126, 11901, 6939, 11301, 7074, 11283, 8012, 10532, 12686, 7328, 12017, 6930, 11737, 6920, 11096, 7953, 9133, 7048, 8574, 12300, 7033, 12171, 8059, 11111, 7059, 10344, 7541, 9980, 10784, 8627, 9464, 8199, 6807, 8631, 6983, 12313, 9448, 10505, 12214, 7692, 11100, 7353, 11980, 8213, 10425, 8106, 7463, 11523, 7489, 11198, 7088, 10126, 6888, 8121, 7744, 7770, 11439, 7374, 11325, 7075, 11008, 7487, 10621, 10042, 8485, 11798, 7451, 11307, 7599, 11669, 9431, 9561, 12253, 7514, 11225, 7338, 11088, 7167, 8966, 8931, 7750, 11405, 7306, 10868, 7265, 10591, 7217, 9536, 12252, 7880, 10813, 7260, 10522, 7347, 9225, 11953, 7455, 10991, 6931, 10649, 7452, 9786, 12164, 7596, 11378, 7338, 10832, 7636, 9542, 10272, 7643, 11375, 7585, 10713, 7278, 8994, 7447, 7654, 11237, 7581, 10977, 7231, 9774, 7050, 9198, 7265, 8518, 11660, 7450, 11388, 7500, 11040, 7288, 11785, 9980, 9815, 12110, 8212, 11216, 7080, 11271, 7801, 8208, 7336, 7249, 6942, 10162, 7110, 9388, 7389, 10936, 7831, 11562, 10405, 10017, 9362, 7864, 10891, 7115, 11948, 7916, 10536, 7100, 9556, 7478, 7208, 11184, 7322, 10411, 6788, 9990, 6789, 9860, 7047, 11227, 9053, 9652, 9358, 7912, 11661, 7337, 12137, 8531, 10223, 7097, 10559, 7243, 8654, 6733, 11813, 8935, 12713, 9557, 10289, 7418, 8882, 12270, 7400, 12089, 8151, 9534, 7179, 8245, 10407, 7454, 11306, 6939, 10559, 7012, 8595, 8991, 7178, 10615, 6896, 10835, 6682, 9805, 6942, 10502, 7536, 10024, 12495, 7445, 11774, 7053, 11590, 7056, 12150, 10131, 9660, 10267, 7303, 11879, 7199, 11435, 7868, 10979, 8496, 9639, 10946, 7142, 11873, 7109, 11933, 8976, 10155, 8361, 8347, 12113, 7155, 11476, 6886, 10771, 7588, 8682, 9910, 7178, 11125, 6787, 11251, 8032, 9957, 9128, 7092, 11450, 7142, 11688, 8018, 9937, 7444, 7457], 'WindowCenter': [4067.0, 4083.0, 4039.0, 4069.0, 4038.0, 4066.0, 4036.0, 4066.0, 4034.0, 4065.0, 4034.0, 4064.0, 4057.0, 4066.0, 4034.0, 4051.0, 4022.0, 4052.0, 4021.0, 4052.0, 4022.0, 4030.0, 4019.0, 4030.0, 4009.0, 4041.0, 4010.0, 4010.0, 4020.0, 4011.0, 4040.0, 4021.0, 4040.0, 4010.0, 4041.0, 4021.0, 4041.0, 4021.0, 4042.0, 4010.0, 4031.0, 4022.0, 4042.0, 4022.0, 4053.0, 4031.0, 4042.0, 4010.0, 4032.0, 4039.0, 4011.0, 4040.0, 4009.0, 4029.0, 4008.0, 4039.0, 4008.0, 4030.0, 4018.0, 4009.0, 4029.0, 3999.0, 4039.0, 4009.0, 4039.0, 4009.0, 4040.0, 4007.0, 4029.0, 3997.0, 4029.0, 4038.0, 3998.0, 4037.0, 4008.0, 4038.0, 4008.0, 4040.0, 4008.0, 4030.0, 3996.0, 4008.0, 4038.0, 4009.0, 4039.0, 3998.0, 4028.0, 3998.0, 4041.0, 4009.0, 4030.0, 4029.0, 3999.0, 4040.0, 4010.0, 4039.0, 4009.0, 4051.0, 4010.0, 4019.0, 4009.0, 4031.0, 4020.0, 4011.0, 4021.0, 4053.0, 4023.0, 4054.0, 4023.0, 4053.0, 4010.0, 4051.0, 4019.0, 4031.0, 4038.0, 3987.0, 4025.0, 3986.0, 4027.0, 3995.0, 4017.0, 3986.0, 3997.0, 3998.0, 4010.0, 4029.0, 4011.0, 4041.0, 4001.0, 4051.0, 4010.0, 4052.0, 4010.0, 4052.0, 4040.0, 4031.0, 4040.0, 4009.0, 4050.0, 3997.0, 4039.0, 3996.0, 4018.0, 4018.0, 4010.0, 4038.0, 3999.0, 4040.0, 4007.0, 4019.0, 3996.0, 3998.0, 4037.0, 3997.0, 4038.0, 3998.0, 4030.0, 3998.0, 4009.0, 4038.0, 4000.0, 4039.0, 3998.0, 4040.0, 3998.0, 4041.0, 4008.0, 4010.0, 4049.0, 3999.0, 4039.0, 4010.0, 4041.0, 4009.0, 4052.0, 4009.0, 4032.0, 4030.0, 4010.0, 4049.0, 4000.0, 4052.0, 4018.0, 4040.0, 3997.0, 4019.0, 4048.0, 3998.0, 4038.0, 3997.0, 4018.0, 3986.0, 3998.0, 4036.0, 3997.0, 4038.0, 3988.0, 4029.0, 3988.0, 4009.0, 4027.0, 4000.0, 4039.0, 3999.0, 4039.0, 3998.0, 4040.0, 3998.0, 4020.0, 4049.0, 3989.0, 4049.0, 3998.0, 4041.0, 3998.0, 4041.0, 4039.0, 3998.0, 4049.0, 3989.0, 4051.0, 3996.0, 4040.0, 4038.0, 3997.0, 4038.0, 3997.0, 4028.0, 3997.0, 4030.0, 4017.0, 4010.0, 4050.0, 3998.0, 4049.0, 4008.0, 4041.0, 4027.0, 3987.0, 4037.0, 3987.0, 4038.0, 3997.0, 4039.0, 4028.0, 3988.0, 4038.0, 3986.0, 4038.0, 3998.0, 4029.0, 3997.0, 3999.0, 4048.0, 3998.0, 4050.0, 3999.0, 4050.0, 4019.0, 4031.0, 4028.0, 3998.0, 4048.0, 3999.0, 4049.0, 4008.0, 4028.0, 3996.0, 3999.0, 4036.0, 3999.0, 4040.0, 3998.0, 4039.0, 3999.0, 4041.0, 3999.0, 4030.0, 4050.0, 4000.0, 4050.0, 4000.0, 4039.0, 3999.0, 4052.0, 4008.0, 4020.0, 4049.0, 3988.0, 4050.0, 3999.0, 4041.0, 4008.0, 4020.0, 4018.0, 4000.0, 4050.0, 4000.0, 4051.0, 3998.0, 4051.0, 4010.0, 4042.0, 4010.0, 4052.0, 4040.0, 4020.0, 4050.0, 4000.0, 4051.0, 4000.0, 4051.0, 4018.0, 4040.0, 3997.0, 4030.0, 4039.0, 4000.0, 4050.0, 3998.0, 4048.0, 3997.0, 4039.0, 4006.0, 4039.0, 4049.0, 3997.0, 4047.0, 3986.0, 4036.0, 3985.0, 4039.0, 4006.0, 4009.0, 4048.0, 3998.0, 4048.0, 3998.0, 4040.0, 4009.0, 4030.0, 4000.0, 4041.0, 4039.0, 4020.0, 4051.0, 4010.0, 4049.0, 3998.0, 4050.0, 4007.0, 4040.0, 4039.0, 4010.0, 4050.0, 4009.0, 4050.0, 3998.0, 4050.0, 4018.0, 4030.0, 4007.0, 3997.0, 4048.0, 4000.0, 4040.0, 3998.0, 4028.0, 3977.0, 4029.0, 3988.0, 4000.0, 4011.0, 4033.0, 4014.0, 4065.0, 4013.0, 4063.0, 4013.0, 4064.0, 4031.0, 4052.0, 4050.0, 3998.0, 4037.0, 3986.0, 4037.0, 3985.0, 4037.0, 4006.0, 4005.0, 3996.0, 3987.0, 4036.0, 3987.0, 4039.0, 3997.0, 4028.0, 3987.0, 4040.0, 4017.0, 3999.0, 4050.0, 3999.0, 4050.0, 4000.0, 4050.0, 4007.0, 4040.0, 4048.0, 3989.0, 4048.0, 3999.0, 4049.0, 3997.0, 4040.0, 4038.0, 3998.0, 4048.0, 3989.0, 4049.0, 3997.0, 4050.0, 4028.0, 4008.0, 4049.0, 3987.0, 4048.0, 3988.0, 4039.0, 4017.0, 4009.0, 4048.0, 3989.0, 4050.0, 3998.0, 4050.0, 4007.0, 4028.0, 4049.0, 3988.0, 4048.0, 3986.0, 4028.0, 4015.0, 3976.0, 4037.0, 3988.0, 4028.0, 3988.0, 4020.0, 4028.0, 3989.0, 4050.0, 3999.0, 4051.0, 3999.0, 4051.0, 4020.0, 4020.0, 4049.0, 3989.0, 4051.0, 4000.0, 4051.0, 4018.0, 4030.0, 3998.0, 4009.0, 4048.0, 3988.0, 4051.0, 4009.0, 4028.0, 3989.0, 4041.0, 4018.0, 4021.0, 4050.0, 3998.0, 4049.0, 3999.0, 4050.0, 4007.0, 4041.0, 4059.0, 3998.0, 4048.0, 3987.0, 4039.0, 3997.0, 4020.0, 4038.0, 3988.0, 4048.0, 3988.0, 4040.0, 3987.0, 4050.0, 4029.0, 3999.0, 4048.0, 3989.0, 4050.0, 3998.0, 4051.0, 4009.0, 4030.0, 4019.0, 4020.0, 4048.0, 3988.0, 4050.0, 4018.0, 4010.0, 3987.0, 3999.0, 4048.0, 4000.0, 4050.0, 3988.0, 4031.0, 3989.0, 4052.0, 4019.0, 4044.0, 4061.0, 4000.0, 4050.0, 4001.0, 4050.0, 4000.0, 4042.0, 4022.0, 4011.0, 4074.0, 4074.0, 4031.0, 4051.0, 3999.0, 4050.0, 4006.0, 4040.0, 4037.0, 3986.0, 4036.0, 3986.0, 4037.0, 3996.0, 4049.0, 3996.0, 4007.0, 4027.0, 3998.0, 4037.0, 3987.0, 4029.0, 3999.0, 4009.0, 3998.0, 4042.0, 4029.0, 4012.0, 4061.0, 4011.0, 4061.0, 3999.0, 4061.0, 4009.0, 4041.0, 4049.0, 3998.0, 4049.0, 3999.0, 4049.0, 3999.0, 4051.0, 4008.0, 4029.0, 4029.0, 4000.0, 4050.0, 3998.0, 4050.0, 4018.0, 4040.0, 3998.0, 4009.0, 4048.0, 3987.0, 4049.0, 4009.0, 4039.0, 3986.0, 4019.0, 4027.0, 3998.0, 4048.0, 3989.0, 4050.0, 3998.0, 4049.0, 3998.0, 4051.0, 4018.0, 4029.0, 4029.0, 3999.0, 4048.0, 3998.0, 4050.0, 4008.0, 4039.0, 3998.0, 4040.0, 4047.0, 3988.0, 4049.0, 3997.0, 4039.0, 3987.0, 4028.0, 3997.0, 4008.0, 4050.0, 3999.0, 4049.0, 3999.0, 4050.0, 3987.0, 4050.0, 4018.0, 4029.0, 4049.0, 3999.0, 4048.0, 3987.0, 4050.0, 4019.0, 4029.0, 3986.0, 4019.0, 4048.0, 3999.0, 4049.0, 3999.0, 4050.0, 3999.0, 4051.0, 4007.0, 4052.0, 4060.0, 3999.0, 4049.0, 3999.0, 4050.0, 3998.0, 4050.0, 4009.0, 4030.0, 3998.0, 4031.0, 4060.0, 4000.0, 4050.0, 4009.0, 4050.0, 3998.0, 4040.0, 4009.0, 4040.0, 4049.0, 4029.0, 4040.0, 4020.0, 4001.0, 4031.0, 4011.0, 4075.0, 4041.0, 4051.0, 4059.0, 4009.0, 4049.0, 3997.0, 4049.0, 4006.0, 4038.0, 3995.0, 3995.0, 4036.0, 3995.0, 4036.0, 3985.0, 4027.0, 3985.0, 4007.0, 3996.0, 4007.0, 4048.0, 3997.0, 4049.0, 3997.0, 4050.0, 3996.0, 4039.0, 4027.0, 4017.0, 4047.0, 3997.0, 4038.0, 3996.0, 4049.0, 4017.0, 4027.0, 4036.0, 3985.0, 4037.0, 3986.0, 4038.0, 3985.0, 4016.0, 4015.0, 4006.0, 4047.0, 3996.0, 4037.0, 3995.0, 4038.0, 3997.0, 4029.0, 4049.0, 4008.0, 4038.0, 3996.0, 4038.0, 3996.0, 4029.0, 4048.0, 3996.0, 4038.0, 3997.0, 4039.0, 3997.0, 4039.0, 4048.0, 4008.0, 4048.0, 3997.0, 4038.0, 3996.0, 4029.0, 4028.0, 4008.0, 4047.0, 3996.0, 4039.0, 3997.0, 4029.0, 3996.0, 4008.0, 4038.0, 4009.0, 4039.0, 3997.0, 4039.0, 3997.0, 4029.0, 3996.0, 4030.0, 4050.0, 4010.0, 4050.0, 3998.0, 4051.0, 3997.0, 4061.0, 4027.0, 4028.0, 4046.0, 4007.0, 4038.0, 3986.0, 4039.0, 3997.0, 4007.0, 3997.0, 3999.0, 3999.0, 4052.0, 4000.0, 4029.0, 4000.0, 4052.0, 3999.0, 4052.0, 4029.0, 4029.0, 4017.0, 3997.0, 4027.0, 3988.0, 4039.0, 3998.0, 4028.0, 3987.0, 4029.0, 3986.0, 3999.0, 4039.0, 4000.0, 4039.0, 3989.0, 4030.0, 3989.0, 4041.0, 4000.0, 4064.0, 4031.0, 4043.0, 4031.0, 4022.0, 4052.0, 4001.0, 4052.0, 4020.0, 4041.0, 3988.0, 4039.0, 3999.0, 4019.0, 3990.0, 4062.0, 4034.0, 4064.0, 4030.0, 4041.0, 3987.0, 4019.0, 4038.0, 3988.0, 4048.0, 3996.0, 4016.0, 3976.0, 4007.0, 4027.0, 3997.0, 4039.0, 3988.0, 4039.0, 3986.0, 4019.0, 4018.0, 3988.0, 4039.0, 3999.0, 4051.0, 3990.0, 4042.0, 4001.0, 4052.0, 4011.0, 4043.0, 4062.0, 4001.0, 4051.0, 4000.0, 4052.0, 4001.0, 4064.0, 4042.0, 4031.0, 4040.0, 4001.0, 4050.0, 3999.0, 4050.0, 4010.0, 4052.0, 4018.0, 4029.0, 4038.0, 3988.0, 4049.0, 3988.0, 4050.0, 4018.0, 4029.0, 4006.0, 4008.0, 4036.0, 3987.0, 4037.0, 3986.0, 4039.0, 3996.0, 4007.0, 4026.0, 3988.0, 4037.0, 3987.0, 4040.0, 4008.0, 4029.0, 4018.0, 3987.0, 4037.0, 3989.0, 4049.0, 4008.0, 4030.0, 3987.0, 3999.0], 'WindowWidth': [9064.0, 9075.0, 9010.0, 9045.0, 9001.0, 9035.0, 8994.0, 9035.0, 8990.0, 9030.0, 8989.0, 9029.0, 9023.0, 9034.0, 8988.0, 9006.0, 8969.0, 9007.0, 8967.0, 9008.0, 8966.0, 8975.0, 8959.0, 8976.0, 8946.0, 8992.0, 8949.0, 8950.0, 8961.0, 8953.0, 8989.0, 8966.0, 8990.0, 8951.0, 8991.0, 8965.0, 8991.0, 8965.0, 8994.0, 8950.0, 8978.0, 8966.0, 8994.0, 8968.0, 9013.0, 8980.0, 8993.0, 8948.0, 8979.0, 8984.0, 8949.0, 8986.0, 8942.0, 8970.0, 8942.0, 8984.0, 8939.0, 8973.0, 8954.0, 8944.0, 8969.0, 8932.0, 8982.0, 8945.0, 8985.0, 8945.0, 8986.0, 8940.0, 8972.0, 8925.0, 8973.0, 8980.0, 8930.0, 8978.0, 8941.0, 8981.0, 8943.0, 8987.0, 8941.0, 8972.0, 8922.0, 8944.0, 8981.0, 8946.0, 8986.0, 8930.0, 8969.0, 8928.0, 8989.0, 8946.0, 8977.0, 8971.0, 8932.0, 8986.0, 8949.0, 8986.0, 8946.0, 9004.0, 8947.0, 8960.0, 8948.0, 8977.0, 8964.0, 8953.0, 8967.0, 9011.0, 8974.0, 9013.0, 8971.0, 9008.0, 8949.0, 9005.0, 8957.0, 8975.0, 8980.0, 8909.0, 8958.0, 8906.0, 8961.0, 8917.0, 8951.0, 8910.0, 8926.0, 8927.0, 8949.0, 8972.0, 8953.0, 8992.0, 8939.0, 9004.0, 8950.0, 9007.0, 8949.0, 9009.0, 8986.0, 8977.0, 8987.0, 8944.0, 9001.0, 8927.0, 8985.0, 8922.0, 8956.0, 8954.0, 8947.0, 8982.0, 8930.0, 8988.0, 8940.0, 8958.0, 8922.0, 8929.0, 8978.0, 8926.0, 8983.0, 8929.0, 8972.0, 8927.0, 8946.0, 8980.0, 8935.0, 8987.0, 8931.0, 8988.0, 8929.0, 8991.0, 8941.0, 8948.0, 8998.0, 8932.0, 8983.0, 8947.0, 8989.0, 8947.0, 9007.0, 8947.0, 8980.0, 8975.0, 8950.0, 8999.0, 8937.0, 9006.0, 8956.0, 8987.0, 8924.0, 8958.0, 8994.0, 8928.0, 8980.0, 8925.0, 8953.0, 8908.0, 8928.0, 8974.0, 8927.0, 8981.0, 8915.0, 8971.0, 8915.0, 8946.0, 8966.0, 8935.0, 8985.0, 8932.0, 8985.0, 8932.0, 8988.0, 8931.0, 8963.0, 8997.0, 8919.0, 8998.0, 8930.0, 8989.0, 8930.0, 8991.0, 8984.0, 8929.0, 8997.0, 8919.0, 9003.0, 8923.0, 8987.0, 8980.0, 8925.0, 8981.0, 8925.0, 8968.0, 8926.0, 8976.0, 8953.0, 8947.0, 8998.0, 8929.0, 8997.0, 8944.0, 8989.0, 8962.0, 8911.0, 8976.0, 8913.0, 8980.0, 8926.0, 8984.0, 8967.0, 8914.0, 8979.0, 8912.0, 8981.0, 8928.0, 8972.0, 8925.0, 8933.0, 8996.0, 8931.0, 9001.0, 8932.0, 9002.0, 8958.0, 8975.0, 8967.0, 8931.0, 8996.0, 8933.0, 8999.0, 8943.0, 8970.0, 8924.0, 8933.0, 8977.0, 8932.0, 8987.0, 8931.0, 8985.0, 8933.0, 8990.0, 8932.0, 8977.0, 8999.0, 8934.0, 8999.0, 8935.0, 8986.0, 8932.0, 9005.0, 8942.0, 8962.0, 8998.0, 8917.0, 9000.0, 8932.0, 8991.0, 8942.0, 8961.0, 8956.0, 8936.0, 9000.0, 8936.0, 9004.0, 8931.0, 9003.0, 8950.0, 8992.0, 8950.0, 9008.0, 8988.0, 8962.0, 8999.0, 8936.0, 9003.0, 8935.0, 9004.0, 8956.0, 8988.0, 8926.0, 8974.0, 8985.0, 8936.0, 9001.0, 8928.0, 8995.0, 8926.0, 8983.0, 8936.0, 8985.0, 8995.0, 8926.0, 8992.0, 8910.0, 8977.0, 8908.0, 8985.0, 8934.0, 8943.0, 8994.0, 8929.0, 8995.0, 8930.0, 8988.0, 8945.0, 8974.0, 8934.0, 8992.0, 8984.0, 8962.0, 9002.0, 8946.0, 8998.0, 8928.0, 9000.0, 8940.0, 8988.0, 8984.0, 8948.0, 9001.0, 8948.0, 9001.0, 8930.0, 9002.0, 8955.0, 8972.0, 8938.0, 8927.0, 8995.0, 8937.0, 8988.0, 8929.0, 8971.0, 8900.0, 8971.0, 8916.0, 8937.0, 8952.0, 8985.0, 8964.0, 9031.0, 8958.0, 9023.0, 8955.0, 9027.0, 8976.0, 9006.0, 8996.0, 8926.0, 8976.0, 8905.0, 8975.0, 8906.0, 8977.0, 8931.0, 8932.0, 8919.0, 8911.0, 8974.0, 8915.0, 8984.0, 8927.0, 8969.0, 8914.0, 8987.0, 8952.0, 8930.0, 9000.0, 8932.0, 8998.0, 8933.0, 9000.0, 8939.0, 8986.0, 8994.0, 8917.0, 8994.0, 8929.0, 8997.0, 8925.0, 8986.0, 8980.0, 8929.0, 8994.0, 8918.0, 8997.0, 8927.0, 9000.0, 8966.0, 8940.0, 8996.0, 8913.0, 8994.0, 8913.0, 8984.0, 8951.0, 8944.0, 8992.0, 8917.0, 8999.0, 8927.0, 9000.0, 8938.0, 8967.0, 8994.0, 8912.0, 8993.0, 8909.0, 8965.0, 8945.0, 8895.0, 8976.0, 8914.0, 8968.0, 8914.0, 8960.0, 8968.0, 8920.0, 8999.0, 8933.0, 9004.0, 8932.0, 9004.0, 8958.0, 8960.0, 8997.0, 8918.0, 9001.0, 8934.0, 9002.0, 8955.0, 8973.0, 8927.0, 8946.0, 8994.0, 8917.0, 9002.0, 8944.0, 8969.0, 8918.0, 8991.0, 8955.0, 8963.0, 8999.0, 8929.0, 8998.0, 8931.0, 9000.0, 8939.0, 8989.0, 9011.0, 8928.0, 8994.0, 8911.0, 8981.0, 8923.0, 8958.0, 8980.0, 8916.0, 8994.0, 8916.0, 8987.0, 8912.0, 9000.0, 8970.0, 8932.0, 8994.0, 8918.0, 8999.0, 8929.0, 9003.0, 8944.0, 8974.0, 8956.0, 8959.0, 8995.0, 8915.0, 9001.0, 8953.0, 8945.0, 8912.0, 8932.0, 8994.0, 8936.0, 9001.0, 8918.0, 8975.0, 8920.0, 9005.0, 8958.0, 8999.0, 9016.0, 8936.0, 9000.0, 8938.0, 9000.0, 8936.0, 8992.0, 8967.0, 8953.0, 9042.0, 9041.0, 8978.0, 9002.0, 8930.0, 8998.0, 8935.0, 8983.0, 8974.0, 8908.0, 8973.0, 8907.0, 8976.0, 8920.0, 8994.0, 8920.0, 8937.0, 8964.0, 8928.0, 8976.0, 8912.0, 8971.0, 8932.0, 8946.0, 8930.0, 8993.0, 8972.0, 8954.0, 9017.0, 8950.0, 9017.0, 8933.0, 9017.0, 8944.0, 8989.0, 8996.0, 8929.0, 8996.0, 8932.0, 8996.0, 8930.0, 9004.0, 8941.0, 8971.0, 8971.0, 8934.0, 8998.0, 8930.0, 9001.0, 8954.0, 8986.0, 8925.0, 8944.0, 8992.0, 8913.0, 8996.0, 8941.0, 8981.0, 8908.0, 8957.0, 8962.0, 8928.0, 8994.0, 8916.0, 8997.0, 8929.0, 8998.0, 8928.0, 9001.0, 8953.0, 8971.0, 8970.0, 8932.0, 8994.0, 8928.0, 8999.0, 8941.0, 8983.0, 8926.0, 8986.0, 8990.0, 8915.0, 8996.0, 8925.0, 8982.0, 8912.0, 8968.0, 8923.0, 8941.0, 8997.0, 8931.0, 8995.0, 8930.0, 9000.0, 8914.0, 9001.0, 8953.0, 8971.0, 8996.0, 8932.0, 8994.0, 8912.0, 8999.0, 8954.0, 8969.0, 8909.0, 8958.0, 8993.0, 8931.0, 8997.0, 8931.0, 8998.0, 8930.0, 9001.0, 8939.0, 9004.0, 9011.0, 8930.0, 8995.0, 8930.0, 8998.0, 8929.0, 9000.0, 8943.0, 8974.0, 8930.0, 8977.0, 9013.0, 8935.0, 9000.0, 8943.0, 8999.0, 8928.0, 8986.0, 8944.0, 8985.0, 8999.0, 8974.0, 8988.0, 8963.0, 8939.0, 8981.0, 8956.0, 9044.0, 8992.0, 9004.0, 9010.0, 8944.0, 8997.0, 8926.0, 8997.0, 8935.0, 8981.0, 8919.0, 8921.0, 8974.0, 8921.0, 8976.0, 8907.0, 8964.0, 8907.0, 8940.0, 8923.0, 8942.0, 8995.0, 8927.0, 8997.0, 8928.0, 9001.0, 8925.0, 8985.0, 8966.0, 8954.0, 8991.0, 8925.0, 8982.0, 8925.0, 8997.0, 8949.0, 8963.0, 8974.0, 8906.0, 8977.0, 8909.0, 8979.0, 8905.0, 8949.0, 8946.0, 8938.0, 8992.0, 8923.0, 8979.0, 8923.0, 8982.0, 8924.0, 8972.0, 8996.0, 8941.0, 8981.0, 8924.0, 8981.0, 8922.0, 8970.0, 8993.0, 8923.0, 8981.0, 8926.0, 8986.0, 8927.0, 8984.0, 8994.0, 8942.0, 8994.0, 8925.0, 8982.0, 8923.0, 8971.0, 8967.0, 8943.0, 8991.0, 8924.0, 8983.0, 8925.0, 8971.0, 8925.0, 8943.0, 8982.0, 8944.0, 8986.0, 8928.0, 8985.0, 8926.0, 8972.0, 8926.0, 8976.0, 9001.0, 8949.0, 9001.0, 8932.0, 9002.0, 8927.0, 9017.0, 8965.0, 8967.0, 8988.0, 8938.0, 8982.0, 8909.0, 8982.0, 8921.0, 8937.0, 8924.0, 8931.0, 8936.0, 9006.0, 8935.0, 8973.0, 8934.0, 9005.0, 8931.0, 9005.0, 8969.0, 8966.0, 8948.0, 8923.0, 8960.0, 8912.0, 8980.0, 8923.0, 8964.0, 8909.0, 8968.0, 8906.0, 8929.0, 8981.0, 8933.0, 8981.0, 8918.0, 8972.0, 8918.0, 8989.0, 8935.0, 9024.0, 8975.0, 8993.0, 8974.0, 8965.0, 9002.0, 8937.0, 9005.0, 8958.0, 8987.0, 8913.0, 8981.0, 8929.0, 8957.0, 8921.0, 9017.0, 8986.0, 9026.0, 8972.0, 8987.0, 8909.0, 8955.0, 8976.0, 8911.0, 8990.0, 8918.0, 8946.0, 8891.0, 8937.0, 8960.0, 8924.0, 8980.0, 8914.0, 8982.0, 8907.0, 8956.0, 8951.0, 8916.0, 8983.0, 8933.0, 9002.0, 8921.0, 8992.0, 8936.0, 9007.0, 8949.0, 8995.0, 9018.0, 8937.0, 9000.0, 8935.0, 9005.0, 8935.0, 9023.0, 8992.0, 8975.0, 8986.0, 8935.0, 8999.0, 8930.0, 9000.0, 8947.0, 9005.0, 8953.0, 8970.0, 8980.0, 8914.0, 8994.0, 8914.0, 8998.0, 8953.0, 8968.0, 8934.0, 8939.0, 8973.0, 8910.0, 8976.0, 8908.0, 8981.0, 8919.0, 8937.0, 8960.0, 8913.0, 8977.0, 8911.0, 8984.0, 8938.0, 8968.0, 8951.0, 8912.0, 8976.0, 8916.0, 8997.0, 8940.0, 8969.0, 8910.0, 8930.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.0008322063666300769</td></tr>
<tr><td colspan=3>aqi</td><td>0.029407545883644345</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.369901040769236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1809092950439568</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9664309499670334</td></tr>
<tr><td colspan=3>efc</td><td>0.4397</td></tr>
<tr><td colspan=3>fber</td><td>7335.2231</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06690152019042206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7683863885839737</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.42370982026492</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.282876218299262</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.622479210202496</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.365774032293001</td></tr>
<tr><td colspan=3>gcor</td><td>0.00481344</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020828714594244957</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02274542674422264</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.937435844200911</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>38.322</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5229</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.3756</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311178.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>656.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.3748</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3191</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.8686</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.4543</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4311.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.9601</td></tr>
<tr><td colspan=3>tsnr</td><td>39.36121126427315</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>