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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-02/func/sub-0056_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>934c3e9c1acaa1b6a898f3f2cb8b6339</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:16:58.600000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997429, 0.0712687, -0.00744754, -0.0709717, 0.996881, 0.0345231]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0924975</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7779, -7202, 826, -32, -262, 67, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>229.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2332e0cc-1615-49ac-bfcb-003c64062bc7||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676029920578003, -0.19041197001934052, -0.026688745245337486, 118.06438446044922], [-0.19120873510837555, 2.674558162689209, 0.09154562652111053, -97.58012390136719], [-0.01998119242489338, -0.09262295067310333, 2.6983156204223633, -50.086769104003906], [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': ['181658.600000', '181659.060000', '181659.520000', '181659.980000', '181700.440000', '181700.900000', '181701.360000', '181701.820000', '181702.280000', '181702.740000', '181703.200000', '181703.660000', '181704.120000', '181704.580000', '181705.040000', '181705.500000', '181705.960000', '181706.420000', '181706.880000', '181707.340000', '181707.800000', '181708.260000', '181708.720000', '181709.180000', '181709.640000', '181710.100000', '181710.560000', '181711.020000', '181711.480000', '181711.940000', '181712.400000', '181712.860000', '181713.320000', '181713.780000', '181714.240000', '181714.700000', '181715.160000', '181715.620000', '181716.080000', '181716.540000', '181717.000000', '181717.460000', '181717.920000', '181718.380000', '181718.840000', '181719.300000', '181719.760000', '181720.220000', '181720.680000', '181721.140000', '181721.600000', '181722.060000', '181722.520000', '181722.980000', '181723.440000', '181723.900000', '181724.360000', '181724.820000', '181725.280000', '181725.740000', '181726.200000', '181726.660000', '181727.120000', '181727.580000', '181728.040000', '181728.500000', '181728.960000', '181729.420000', '181729.880000', '181730.340000', '181730.800000', '181731.260000', '181731.720000', '181732.180000', '181732.640000', '181733.100000', '181733.560000', '181734.020000', '181734.480000', '181734.940000', '181735.400000', '181735.860000', '181736.320000', '181736.780000', '181737.240000', '181737.700000', '181738.160000', '181738.620000', '181739.080000', '181739.540000', '181740.000000', '181740.460000', '181740.920000', '181741.380000', '181741.840000', '181742.300000', '181742.760000', '181743.220000', '181743.680000', '181744.140000', '181744.600000', '181745.060000', '181745.520000', '181745.980000', '181746.440000', '181746.900000', '181747.360000', '181747.820000', '181748.280000', '181748.740000', '181749.200000', '181749.660000', '181750.120000', '181750.580000', '181751.040000', '181751.500000', '181751.960000', '181752.420000', '181752.880000', '181753.340000', '181753.800000', '181754.260000', '181754.720000', '181755.180000', '181755.640000', '181756.100000', '181756.560000', '181757.020000', '181757.480000', '181757.940000', '181758.400000', '181758.860000', '181759.320000', '181759.780000', '181800.240000', '181800.700000', '181801.160000', '181801.620000', '181802.080000', '181802.540000', '181803.000000', '181803.460000', '181803.920000', '181804.380000', '181804.840000', '181805.300000', '181805.760000', '181806.220000', '181806.680000', '181807.140000', '181807.600000', '181808.060000', '181808.520000', '181808.980000', '181809.440000', '181809.900000', '181810.360000', '181810.820000', '181811.280000', '181811.740000', '181812.200000', '181812.660000', '181813.120000', '181813.580000', '181814.040000', '181814.500000', '181814.960000', '181815.420000', '181815.880000', '181816.340000', '181816.800000', '181817.260000', '181817.720000', '181818.180000', '181818.640000', '181819.100000', '181819.560000', '181820.020000', '181820.480000', '181820.940000', '181821.400000', '181821.860000', '181822.320000', '181822.780000', '181823.240000', '181823.700000', '181824.160000', '181824.620000', '181825.080000', '181825.540000', '181826.000000', '181826.460000', '181826.920000', '181827.380000', '181827.840000', '181828.300000', '181828.760000', '181829.220000', '181829.680000', '181830.140000', '181830.600000', '181831.060000', '181831.520000', '181831.980000', '181832.440000', '181832.900000', '181833.360000', '181833.820000', '181834.280000', '181834.740000', '181835.200000', '181835.660000', '181836.120000', '181836.580000', '181837.040000', '181837.500000', '181837.960000', '181838.420000', '181838.880000', '181839.340000', '181839.800000', '181840.260000', '181840.720000', '181841.180000', '181841.640000', '181842.100000', '181842.560000', '181843.020000', '181843.480000', '181843.940000', '181844.400000', '181844.860000', '181845.320000', '181845.780000', '181846.240000', '181846.700000', '181847.160000', '181847.620000', '181848.080000', '181848.540000', '181849.000000', '181849.460000', '181849.920000', '181850.380000', '181850.840000', '181851.300000', '181851.760000', '181852.220000', '181852.680000', '181853.140000', '181853.600000', '181854.060000', '181854.520000', '181854.980000', '181855.440000', '181855.900000', '181856.360000', '181856.820000', '181857.280000', '181857.740000', '181858.200000', '181858.660000', '181859.120000', '181859.580000', '181900.040000', '181900.500000', '181900.960000', '181901.420000', '181901.880000', '181902.340000', '181902.800000', '181903.260000', '181903.720000', '181904.180000', '181904.640000', '181905.100000', '181905.560000', '181906.020000', '181906.480000', '181906.940000', '181907.400000', '181907.860000', '181908.320000', '181908.780000', '181909.240000', '181909.700000', '181910.160000', '181910.620000', '181911.080000', '181911.540000', '181912.000000', '181912.460000', '181912.920000', '181913.380000', '181913.840000', '181914.300000', '181914.760000', '181915.220000', '181915.680000', '181916.140000', '181916.600000', '181917.060000', '181917.520000', '181917.980000', '181918.440000', '181918.900000', '181919.360000', '181919.820000', '181920.280000', '181920.740000', '181921.200000', '181921.660000', '181922.120000', '181922.580000', '181923.040000', '181923.500000', '181923.960000', '181924.420000', '181924.880000', '181925.340000', '181925.800000', '181926.260000', '181926.720000', '181927.180000', '181927.640000', '181928.100000', '181928.560000', '181929.020000', '181929.480000', '181929.940000', '181930.400000', '181930.860000', '181931.320000', '181931.780000', '181932.240000', '181932.700000', '181933.160000', '181933.620000', '181934.080000', '181934.540000', '181935.000000', '181935.460000', '181935.920000', '181936.380000', '181936.840000', '181937.300000', '181937.760000', '181938.220000', '181938.680000', '181939.140000', '181939.600000', '181940.060000', '181940.520000', '181940.980000', '181941.440000', '181941.900000', '181942.360000', '181942.820000', '181943.280000', '181943.740000', '181944.200000', '181944.660000', '181945.120000', '181945.580000', '181946.040000', '181946.500000', '181946.960000', '181947.420000', '181947.880000', '181948.340000', '181948.800000', '181949.260000', '181949.720000', '181950.180000', '181950.640000', '181951.100000', '181951.560000', '181952.020000', '181952.480000', '181952.940000', '181953.400000', '181953.860000', '181954.320000', '181954.780000', '181955.240000', '181955.700000', '181956.160000', '181956.620000', '181957.080000', '181957.540000', '181958.000000', '181958.460000', '181958.920000', '181959.380000', '181959.840000', '182000.300000', '182000.760000', '182001.220000', '182001.680000', '182002.140000', '182002.600000', '182003.060000', '182003.520000', '182003.980000', '182004.440000', '182004.900000', '182005.360000', '182005.820000', '182006.280000', '182006.740000', '182007.200000', '182007.660000', '182008.120000', '182008.580000', '182009.040000', '182009.500000', '182009.960000', '182010.420000', '182010.880000', '182011.340000', '182011.800000', '182012.260000', '182012.720000', '182013.180000', '182013.640000', '182014.100000', '182014.560000', '182015.020000', '182015.480000', '182015.940000', '182016.400000', '182016.860000', '182017.320000', '182017.780000', '182018.240000', '182018.700000', '182019.160000', '182019.620000', '182020.080000', '182020.540000', '182021.000000', '182021.460000', '182021.920000', '182022.380000', '182022.840000', '182023.300000', '182023.760000', '182024.220000', '182024.680000', '182025.140000', '182025.600000', '182026.060000', '182026.520000', '182026.980000', '182027.440000', '182027.900000', '182028.360000', '182028.820000', '182029.280000', '182029.740000', '182030.200000', '182030.660000', '182031.120000', '182031.580000', '182032.040000', '182032.500000', '182032.960000', '182033.420000', '182033.880000', '182034.340000', '182034.800000', '182035.260000', '182035.720000', '182036.180000', '182036.640000', '182037.100000', '182037.560000', '182038.020000', '182038.480000', '182038.940000', '182039.400000', '182039.860000', '182040.320000', '182040.780000', '182041.240000', '182041.700000', '182042.160000', '182042.620000', '182043.080000', '182043.540000', '182044.000000', '182044.460000', '182044.920000', '182045.380000', '182045.840000', '182046.300000', '182046.760000', '182047.220000', '182047.680000', '182048.140000', '182048.600000', '182049.060000', '182049.520000', '182049.980000', '182050.440000', '182050.900000', '182051.360000', '182051.820000', '182052.280000', '182052.740000', '182053.200000', '182053.660000', '182054.120000', '182054.580000', '182055.040000', '182055.500000', '182055.960000', '182056.420000', '182056.880000', '182057.340000', '182057.800000', '182058.260000', '182058.720000', '182059.180000', '182059.640000', '182100.100000', '182100.560000', '182101.020000', '182101.480000', '182101.940000', '182102.400000', '182102.860000', '182103.320000', '182103.780000', '182104.240000', '182104.700000', '182105.160000', '182105.620000', '182106.080000', '182106.540000', '182107.000000', '182107.460000', '182107.920000', '182108.380000', '182108.840000', '182109.300000', '182109.760000', '182110.220000', '182110.680000', '182111.140000', '182111.600000', '182112.060000', '182112.520000', '182112.980000', '182113.440000', '182113.900000', '182114.360000', '182114.820000', '182115.280000', '182115.740000', '182116.200000', '182116.660000', '182117.120000', '182117.580000', '182118.040000', '182118.500000', '182118.960000', '182119.420000', '182119.880000', '182120.340000', '182120.800000', '182121.260000', '182121.720000', '182122.180000', '182122.640000', '182123.100000', '182123.560000', '182124.020000', '182124.480000', '182124.940000', '182125.400000', '182125.860000', '182126.320000', '182126.780000', '182127.240000', '182127.700000', '182128.160000', '182128.620000', '182129.080000', '182129.540000', '182130.000000', '182130.460000', '182130.920000', '182131.380000', '182131.840000', '182132.300000', '182132.760000', '182133.220000', '182133.680000', '182134.140000', '182134.600000', '182135.060000', '182135.520000', '182135.980000', '182136.440000', '182136.900000', '182137.360000', '182137.820000', '182138.280000', '182138.740000', '182139.200000', '182139.660000', '182140.120000', '182140.580000', '182141.040000', '182141.500000', '182141.960000', '182142.420000', '182142.880000', '182143.340000', '182143.800000', '182144.260000', '182144.720000', '182145.180000', '182145.640000', '182146.100000', '182146.560000', '182147.020000', '182147.480000', '182147.940000', '182148.400000', '182148.860000', '182149.320000', '182149.780000', '182150.240000', '182150.700000', '182151.160000', '182151.620000', '182152.080000', '182152.540000', '182153.000000', '182153.460000', '182153.920000', '182154.380000', '182154.840000', '182155.300000', '182155.760000', '182156.220000', '182156.680000', '182157.140000', '182157.600000', '182158.060000', '182158.520000', '182158.980000', '182159.440000', '182159.900000', '182200.360000', '182200.820000', '182201.280000', '182201.740000', '182202.200000', '182202.660000', '182203.120000', '182203.580000', '182204.040000', '182204.500000', '182204.960000', '182205.420000', '182205.880000', '182206.340000', '182206.800000', '182207.260000', '182207.720000', '182208.180000', '182208.640000', '182209.100000', '182209.560000', '182210.020000', '182210.480000', '182210.940000', '182211.400000', '182211.860000', '182212.320000', '182212.780000', '182213.240000', '182213.700000', '182214.160000', '182214.620000', '182215.080000', '182215.540000', '182216.000000', '182216.460000', '182216.920000', '182217.380000', '182217.840000', '182218.300000', '182218.760000', '182219.220000', '182219.680000', '182220.140000', '182220.600000', '182221.060000', '182221.520000', '182221.980000', '182222.440000', '182222.900000', '182223.360000', '182223.820000', '182224.280000', '182224.740000', '182225.200000', '182225.660000', '182226.120000', '182226.580000', '182227.040000', '182227.500000', '182227.960000', '182228.420000', '182228.880000', '182229.340000', '182229.800000', '182230.260000', '182230.720000', '182231.180000', '182231.640000', '182232.100000', '182232.560000', '182233.020000', '182233.480000', '182233.940000', '182234.400000', '182234.860000', '182235.320000', '182235.780000', '182236.240000', '182236.700000', '182237.160000', '182237.620000', '182238.080000', '182238.540000', '182239.000000', '182239.460000', '182239.920000', '182240.380000', '182240.840000', '182241.300000', '182241.760000', '182242.220000', '182242.680000', '182243.140000', '182243.600000', '182244.060000', '182244.520000', '182244.980000', '182245.440000', '182245.900000', '182246.360000', '182246.820000', '182247.280000', '182247.740000', '182248.200000', '182248.660000', '182249.120000', '182249.580000', '182250.040000', '182250.500000', '182250.960000', '182251.420000', '182251.880000', '182252.340000', '182252.800000', '182253.260000', '182253.720000', '182254.180000', '182254.640000', '182255.100000', '182255.560000', '182256.020000', '182256.480000', '182256.940000', '182257.400000', '182257.860000', '182258.320000', '182258.780000', '182259.240000', '182259.700000', '182300.160000', '182300.620000', '182301.080000', '182301.540000', '182302.000000', '182302.460000', '182302.920000', '182303.380000', '182303.840000', '182304.300000', '182304.760000', '182305.220000', '182305.680000', '182306.140000', '182306.600000', '182307.060000', '182307.520000', '182307.980000', '182308.440000', '182308.900000', '182309.360000', '182309.820000', '182310.280000', '182310.740000', '182311.200000', '182311.660000', '182312.120000', '182312.580000', '182313.040000', '182313.500000', '182313.960000', '182314.420000', '182314.880000', '182315.340000', '182315.800000', '182316.260000', '182316.720000', '182317.180000', '182317.640000', '182318.100000', '182318.560000', '182319.020000', '182319.480000', '182319.940000', '182320.400000', '182320.860000', '182321.320000', '182321.780000', '182322.240000', '182322.700000', '182323.160000', '182323.620000', '182324.080000', '182324.540000', '182325.000000', '182325.460000', '182325.920000', '182326.380000', '182326.840000', '182327.300000', '182327.760000', '182328.220000', '182328.680000', '182329.140000', '182329.600000', '182330.060000', '182330.520000', '182330.980000', '182331.440000', '182331.900000', '182332.360000', '182332.820000', '182333.280000', '182333.740000', '182334.200000', '182334.660000', '182335.120000', '182335.580000', '182336.040000', '182336.500000', '182336.960000', '182337.420000', '182337.880000', '182338.340000', '182338.800000', '182339.260000', '182339.720000', '182340.180000', '182340.640000', '182341.100000', '182341.560000', '182342.020000', '182342.480000', '182342.940000', '182343.400000', '182343.860000', '182344.320000', '182344.780000', '182345.240000', '182345.700000', '182346.160000', '182346.620000', '182347.080000', '182347.540000', '182348.000000', '182348.460000', '182348.920000', '182349.380000', '182349.840000', '182350.300000', '182350.760000', '182351.220000', '182351.680000', '182352.140000', '182352.600000', '182353.060000', '182353.520000', '182353.980000', '182354.440000', '182354.900000', '182355.360000', '182355.820000', '182356.280000', '182356.740000', '182357.200000', '182357.660000', '182358.120000', '182358.580000'], 'ContentTime': ['181713.896000', '181713.899000', '181713.902000', '181713.906000', '181713.909000', '181713.911000', '181713.914000', '181713.916000', '181713.919000', '181713.921000', '181713.929000', '181713.932000', '181713.935000', '181713.937000', '181713.940000', '181713.942000', '181713.945000', '181713.947000', '181713.950000', '181713.952000', '181713.955000', '181713.957000', '181713.960000', '181713.962000', '181713.965000', '181713.968000', '181713.970000', '181713.973000', '181713.975000', '181713.978000', '181733.720000', '181733.723000', '181733.726000', '181733.729000', '181733.731000', '181733.734000', '181733.736000', '181733.739000', '181733.741000', '181733.744000', '181733.747000', '181733.756000', '181733.758000', '181733.761000', '181733.763000', '181733.766000', '181733.769000', '181733.771000', '181733.774000', '181733.776000', '181733.779000', '181733.781000', '181733.784000', '181733.786000', '181733.789000', '181733.791000', '181733.794000', '181733.796000', '181733.799000', '181733.802000', '181733.804000', '181733.807000', '181733.809000', '181733.812000', '181733.814000', '181733.817000', '181733.819000', '181733.822000', '181733.824000', '181733.827000', '181733.830000', '181733.832000', '181733.835000', '181733.837000', '181753.721000', '181753.724000', '181753.727000', '181753.729000', '181753.732000', '181753.735000', '181753.737000', '181753.740000', '181753.742000', '181753.745000', '181753.747000', '181753.750000', '181753.752000', '181753.755000', '181753.757000', '181753.760000', '181753.762000', '181753.765000', '181753.767000', '181753.770000', '181753.777000', '181753.780000', '181753.782000', '181753.785000', '181753.788000', '181753.790000', '181753.793000', '181753.795000', '181753.798000', '181753.800000', '181753.803000', '181753.805000', '181753.808000', '181753.810000', '181753.813000', '181753.815000', '181753.818000', '181753.820000', '181753.874000', '181753.877000', '181753.879000', '181753.882000', '181753.884000', '181813.721000', '181813.723000', '181813.726000', '181813.728000', '181813.731000', '181813.733000', '181813.736000', '181813.738000', '181813.741000', '181813.744000', '181813.746000', '181813.749000', '181813.751000', '181813.754000', '181813.756000', '181813.759000', '181813.761000', '181813.764000', '181813.766000', '181813.769000', '181813.771000', '181813.774000', '181813.777000', '181813.779000', '181813.782000', '181813.784000', '181813.787000', '181813.789000', '181813.792000', '181813.794000', '181813.797000', '181813.799000', '181813.802000', '181813.805000', '181813.807000', '181813.810000', '181813.812000', '181813.815000', '181813.817000', '181813.820000', '181813.822000', '181813.825000', '181813.828000', '181813.830000', '181833.741000', '181833.743000', '181833.746000', '181833.748000', '181833.751000', '181833.754000', '181833.756000', '181833.759000', '181833.761000', '181833.764000', '181833.766000', '181833.769000', '181833.771000', '181833.774000', '181833.776000', '181833.779000', '181833.782000', '181833.784000', '181833.787000', '181833.789000', '181833.792000', '181833.794000', '181833.797000', '181833.799000', '181833.802000', '181833.805000', '181833.808000', '181833.811000', '181833.814000', '181833.816000', '181833.819000', '181833.821000', '181833.824000', '181833.827000', '181833.829000', '181833.832000', '181833.834000', '181833.837000', '181833.839000', '181833.842000', '181833.845000', '181833.847000', '181833.850000', '181853.721000', '181853.723000', '181853.726000', '181853.729000', '181853.731000', '181853.734000', '181853.736000', '181853.739000', '181853.741000', '181853.744000', '181853.747000', '181853.749000', '181853.752000', '181853.755000', '181853.757000', '181853.760000', '181853.762000', '181853.765000', '181853.767000', '181853.770000', '181853.772000', '181853.775000', '181853.778000', '181853.780000', '181853.783000', '181853.785000', '181853.788000', '181853.791000', '181853.793000', '181853.796000', '181853.798000', '181853.801000', '181853.803000', '181853.806000', '181853.808000', '181853.811000', '181853.814000', '181853.816000', '181853.819000', '181853.821000', '181853.824000', '181853.827000', '181853.829000', '181853.832000', '181913.720000', '181913.723000', '181913.726000', '181913.728000', '181913.731000', '181913.734000', '181913.736000', '181913.739000', '181913.741000', '181913.744000', '181913.747000', '181913.749000', '181913.752000', '181913.754000', '181913.757000', '181913.759000', '181913.762000', '181913.765000', '181913.767000', '181913.770000', '181913.772000', '181913.775000', '181913.777000', '181913.780000', '181913.783000', '181913.785000', '181913.788000', '181913.790000', '181913.793000', '181913.795000', '181913.798000', '181913.801000', '181913.803000', '181913.806000', '181913.808000', '181913.811000', '181913.813000', '181913.816000', '181913.818000', '181913.821000', '181913.824000', '181913.826000', '181913.829000', '181933.721000', '181933.723000', '181933.726000', '181933.729000', '181933.731000', '181933.734000', '181933.736000', '181933.739000', '181933.741000', '181933.744000', '181933.746000', '181933.749000', '181933.752000', '181933.754000', '181933.757000', '181933.759000', '181933.762000', '181933.764000', '181933.767000', '181933.770000', '181933.806000', '181933.808000', '181933.811000', '181933.814000', '181933.816000', '181933.819000', '181933.821000', '181933.824000', '181933.826000', '181933.829000', '181933.832000', '181933.834000', '181933.837000', '181933.839000', '181933.842000', '181933.844000', '181933.847000', '181933.849000', '181933.852000', '181933.855000', '181933.857000', '181933.860000', '181933.862000', '181933.865000', '181953.720000', '181953.723000', '181953.726000', '181953.728000', '181953.731000', '181953.734000', '181953.736000', '181953.739000', '181953.742000', '181953.744000', '181953.747000', '181953.749000', '181953.752000', '181953.755000', '181953.757000', '181953.760000', '181953.762000', '181953.765000', '181953.768000', '181953.770000', '181953.773000', '181953.775000', '181953.778000', '181953.780000', '181953.783000', '181953.785000', '181953.788000', '181953.790000', '181953.793000', '181953.796000', '181953.798000', '181953.801000', '181953.803000', '181953.806000', '181953.808000', '181953.811000', '181953.814000', '181953.816000', '181953.819000', '181953.821000', '181953.824000', '181953.826000', '181953.829000', '182013.722000', '182013.724000', '182013.727000', '182013.730000', '182013.732000', '182013.735000', '182013.737000', '182013.740000', '182013.743000', '182013.746000', '182013.749000', '182013.751000', '182013.754000', '182013.756000', '182013.759000', '182013.761000', '182013.764000', '182013.767000', '182013.769000', '182013.772000', '182013.775000', '182013.778000', '182013.781000', '182013.784000', '182013.786000', '182013.789000', '182013.791000', '182013.794000', '182013.797000', '182013.799000', '182013.802000', '182013.805000', '182013.807000', '182013.810000', '182013.813000', '182013.815000', '182013.818000', '182013.820000', '182013.823000', '182013.825000', '182013.828000', '182013.831000', '182013.833000', '182033.720000', '182033.723000', '182033.726000', '182033.729000', '182033.731000', '182033.734000', '182033.736000', '182033.739000', '182033.741000', '182033.744000', '182033.747000', '182033.749000', '182033.752000', '182033.755000', '182033.757000', '182033.760000', '182033.762000', '182033.765000', '182033.767000', '182033.770000', '182033.773000', '182033.775000', '182033.778000', '182033.780000', '182033.783000', '182033.785000', '182033.788000', '182033.791000', '182033.793000', '182033.796000', '182033.798000', '182033.801000', '182033.804000', '182033.806000', '182033.809000', '182033.811000', '182033.814000', '182033.816000', '182033.819000', '182033.822000', '182033.824000', '182033.827000', '182033.829000', '182033.832000', '182053.721000', '182053.723000', '182053.726000', '182053.729000', '182053.731000', '182053.734000', '182053.736000', '182053.739000', '182053.741000', '182053.744000', '182053.747000', '182053.749000', '182053.752000', '182053.754000', '182053.757000', '182053.760000', '182053.762000', '182053.765000', '182053.767000', '182053.770000', '182053.772000', '182053.775000', '182053.778000', '182053.780000', '182053.783000', '182053.785000', '182053.788000', '182053.790000', '182053.793000', '182053.796000', '182053.798000', '182053.801000', '182053.804000', '182053.806000', '182053.809000', '182053.811000', '182053.814000', '182053.816000', '182053.819000', '182053.821000', '182053.824000', '182053.827000', '182053.829000', '182053.832000', '182113.721000', '182113.723000', '182113.726000', '182113.728000', '182113.731000', '182113.734000', '182113.736000', '182113.739000', '182113.741000', '182113.744000', '182113.746000', '182113.749000', '182113.752000', '182113.754000', '182113.757000', '182113.770000', '182113.772000', '182113.775000', '182113.777000', '182113.780000', '182113.782000', '182113.785000', '182113.787000', '182113.790000', '182113.793000', '182113.795000', '182113.798000', '182113.800000', '182113.803000', '182113.806000', '182113.808000', '182113.811000', '182113.813000', '182113.816000', '182113.818000', '182113.821000', '182113.824000', '182113.826000', '182113.829000', '182113.832000', '182113.834000', '182113.837000', '182113.839000', '182133.720000', '182133.723000', '182133.726000', '182133.728000', '182133.731000', '182133.734000', '182133.736000', '182133.739000', '182133.741000', '182133.744000', '182133.747000', '182133.749000', '182133.752000', '182133.754000', '182133.757000', '182133.761000', '182133.764000', '182133.766000', '182133.769000', '182133.772000', '182133.775000', '182133.778000', '182133.780000', '182133.783000', '182133.786000', '182133.788000', '182133.791000', '182133.793000', '182133.796000', '182133.798000', '182133.801000', '182133.804000', '182133.806000', '182133.809000', '182133.811000', '182133.814000', '182133.816000', '182133.819000', '182133.822000', '182133.824000', '182133.827000', '182133.830000', '182133.833000', '182153.720000', '182153.723000', '182153.726000', '182153.729000', '182153.731000', '182153.734000', '182153.736000', '182153.739000', '182153.741000', '182153.744000', '182153.746000', '182153.749000', '182153.752000', '182153.754000', '182153.757000', '182153.759000', '182153.762000', '182153.764000', '182153.767000', '182153.770000', '182153.772000', '182153.775000', '182153.777000', '182153.780000', '182153.782000', '182153.785000', '182153.787000', '182153.790000', '182153.793000', '182153.795000', '182153.798000', '182153.800000', '182153.803000', '182153.806000', '182153.808000', '182153.811000', '182153.813000', '182153.816000', '182153.818000', '182153.821000', '182153.823000', '182153.826000', '182153.828000', '182153.831000', '182213.721000', '182213.723000', '182213.726000', '182213.729000', '182213.731000', '182213.734000', '182213.736000', '182213.739000', '182213.742000', '182213.744000', '182213.747000', '182213.749000', '182213.752000', '182213.755000', '182213.757000', '182213.760000', '182213.762000', '182213.765000', '182213.767000', '182213.770000', '182213.773000', '182213.775000', '182213.778000', '182213.780000', '182213.783000', '182213.785000', '182213.788000', '182213.791000', '182213.793000', '182213.796000', '182213.798000', '182213.801000', '182213.804000', '182213.806000', '182213.809000', '182213.812000', '182213.814000', '182213.817000', '182213.819000', '182213.822000', '182213.824000', '182213.827000', '182213.830000', '182233.721000', '182233.724000', '182233.727000', '182233.730000', '182233.732000', '182233.735000', '182233.737000', '182233.740000', '182233.742000', '182233.745000', '182233.748000', '182233.750000', '182233.753000', '182233.755000', '182233.758000', '182233.761000', '182233.763000', '182233.766000', '182233.769000', '182233.771000', '182233.774000', '182233.776000', '182233.779000', '182233.782000', '182233.784000', '182233.787000', '182233.789000', '182233.803000', '182233.805000', '182233.808000', '182233.810000', '182233.813000', '182233.816000', '182233.818000', '182233.821000', '182233.824000', '182233.826000', '182233.829000', '182233.831000', '182233.834000', '182233.837000', '182233.839000', '182233.842000', '182233.844000', '182253.721000', '182253.725000', '182253.728000', '182253.731000', '182253.733000', '182253.736000', '182253.738000', '182253.741000', '182253.743000', '182253.746000', '182253.749000', '182253.751000', '182253.754000', '182253.756000', '182253.759000', '182253.761000', '182253.764000', '182253.766000', '182253.769000', '182253.772000', '182253.774000', '182253.777000', '182253.781000', '182253.783000', '182253.786000', '182253.789000', '182253.791000', '182253.794000', '182253.797000', '182253.799000', '182253.802000', '182253.805000', '182253.807000', '182253.810000', '182253.813000', '182253.816000', '182253.819000', '182253.821000', '182253.824000', '182253.827000', '182253.829000', '182253.832000', '182253.834000', '182313.720000', '182313.723000', '182313.726000', '182313.728000', '182313.731000', '182313.733000', '182313.736000', '182313.739000', '182313.741000', '182313.744000', '182313.746000', '182313.749000', '182313.752000', '182313.754000', '182313.757000', '182313.759000', '182313.762000', '182313.764000', '182313.767000', '182313.770000', '182313.772000', '182313.775000', '182313.777000', '182313.780000', '182313.783000', '182313.785000', '182313.788000', '182313.790000', '182313.793000', '182313.796000', '182313.798000', '182313.801000', '182313.803000', '182313.806000', '182313.809000', '182313.811000', '182313.814000', '182313.816000', '182313.819000', '182313.822000', '182313.824000', '182313.827000', '182313.829000', '182313.832000', '182333.721000', '182333.723000', '182333.726000', '182333.729000', '182333.731000', '182333.734000', '182333.736000', '182333.739000', '182333.742000', '182333.744000', '182333.747000', '182333.749000', '182333.752000', '182333.755000', '182333.757000', '182333.760000', '182333.763000', '182333.765000', '182333.768000', '182333.770000', '182333.773000', '182333.776000', '182333.778000', '182333.781000', '182333.784000', '182333.786000', '182333.789000', '182333.791000', '182333.794000', '182333.797000', '182333.799000', '182333.802000', '182333.805000', '182333.807000', '182333.810000', '182333.812000', '182333.815000', '182333.818000', '182333.820000', '182333.823000', '182333.825000', '182333.828000', '182333.831000', '182353.721000', '182353.724000', '182353.726000', '182353.729000', '182353.731000', '182353.734000', '182353.737000', '182353.739000', '182353.742000', '182353.744000', '182353.747000', '182353.750000', '182353.752000', '182353.755000', '182353.757000', '182353.760000', '182353.762000', '182353.765000', '182353.768000', '182353.770000', '182353.773000', '182353.775000', '182353.778000', '182353.794000', '182353.797000', '182353.799000', '182353.802000', '182353.804000', '182353.807000', '182353.810000', '182353.812000', '182353.815000', '182353.817000', '182353.820000', '182353.822000', '182353.825000', '182353.828000', '182353.830000', '182353.833000', '182353.835000', '182353.838000', '182353.841000', '182353.843000', '182353.846000', '182400.009000', '182400.012000', '182400.015000', '182400.017000', '182400.020000', '182400.023000', '182400.025000', '182400.028000', '182400.031000', '182400.033000', '182400.037000', '182400.039000', '182400.042000', '182400.045000'], 'InstanceCreationTime': ['181713.896000', '181713.899000', '181713.902000', '181713.906000', '181713.909000', '181713.911000', '181713.914000', '181713.916000', '181713.919000', '181713.921000', '181713.929000', '181713.932000', '181713.935000', '181713.937000', '181713.940000', '181713.942000', '181713.945000', '181713.947000', '181713.950000', '181713.952000', '181713.955000', '181713.957000', '181713.960000', '181713.962000', '181713.965000', '181713.968000', '181713.970000', '181713.973000', '181713.975000', '181713.978000', '181733.720000', '181733.723000', '181733.726000', '181733.729000', '181733.731000', '181733.734000', '181733.736000', '181733.739000', '181733.741000', '181733.744000', '181733.747000', '181733.756000', '181733.758000', '181733.761000', '181733.763000', '181733.766000', '181733.769000', '181733.771000', '181733.774000', '181733.776000', '181733.779000', '181733.781000', '181733.784000', '181733.786000', '181733.789000', '181733.791000', '181733.794000', '181733.796000', '181733.799000', '181733.802000', '181733.804000', '181733.807000', '181733.809000', '181733.812000', '181733.814000', '181733.817000', '181733.819000', '181733.822000', '181733.824000', '181733.827000', '181733.830000', '181733.832000', '181733.835000', '181733.837000', '181753.721000', '181753.724000', '181753.727000', '181753.729000', '181753.732000', '181753.735000', '181753.737000', '181753.740000', '181753.742000', '181753.745000', '181753.747000', '181753.750000', '181753.752000', '181753.755000', '181753.757000', '181753.760000', '181753.762000', '181753.765000', '181753.767000', '181753.770000', '181753.777000', '181753.780000', '181753.782000', '181753.785000', '181753.788000', '181753.790000', '181753.793000', '181753.795000', '181753.798000', '181753.800000', '181753.803000', '181753.805000', '181753.808000', '181753.810000', '181753.813000', '181753.815000', '181753.818000', '181753.820000', '181753.874000', '181753.877000', '181753.879000', '181753.882000', '181753.884000', '181813.721000', '181813.723000', '181813.726000', '181813.728000', '181813.731000', '181813.733000', '181813.736000', '181813.738000', '181813.741000', '181813.744000', '181813.746000', '181813.749000', '181813.751000', '181813.754000', '181813.756000', '181813.759000', '181813.761000', '181813.764000', '181813.766000', '181813.769000', '181813.771000', '181813.774000', '181813.777000', '181813.779000', '181813.782000', '181813.784000', '181813.787000', '181813.789000', '181813.792000', '181813.794000', '181813.797000', '181813.799000', '181813.802000', '181813.805000', '181813.807000', '181813.810000', '181813.812000', '181813.815000', '181813.817000', '181813.820000', '181813.822000', '181813.825000', '181813.828000', '181813.830000', '181833.741000', '181833.743000', '181833.746000', '181833.748000', '181833.751000', '181833.754000', '181833.756000', '181833.759000', '181833.761000', '181833.764000', '181833.766000', '181833.769000', '181833.771000', '181833.774000', '181833.776000', '181833.779000', '181833.782000', '181833.784000', '181833.787000', '181833.789000', '181833.792000', '181833.794000', '181833.797000', '181833.799000', '181833.802000', '181833.805000', '181833.808000', '181833.811000', '181833.814000', '181833.816000', '181833.819000', '181833.821000', '181833.824000', '181833.827000', '181833.829000', '181833.832000', '181833.834000', '181833.837000', '181833.839000', '181833.842000', '181833.845000', '181833.847000', '181833.850000', '181853.721000', '181853.723000', '181853.726000', '181853.729000', '181853.731000', '181853.734000', '181853.736000', '181853.739000', '181853.741000', '181853.744000', '181853.747000', '181853.749000', '181853.752000', '181853.755000', '181853.757000', '181853.760000', '181853.762000', '181853.765000', '181853.767000', '181853.770000', '181853.772000', '181853.775000', '181853.778000', '181853.780000', '181853.783000', '181853.785000', '181853.788000', '181853.791000', '181853.793000', '181853.796000', '181853.798000', '181853.801000', '181853.803000', '181853.806000', '181853.808000', '181853.811000', '181853.814000', '181853.816000', '181853.819000', '181853.821000', '181853.824000', '181853.827000', '181853.829000', '181853.832000', '181913.720000', '181913.723000', '181913.726000', '181913.728000', '181913.731000', '181913.734000', '181913.736000', '181913.739000', '181913.741000', '181913.744000', '181913.747000', '181913.749000', '181913.752000', '181913.754000', '181913.757000', '181913.759000', '181913.762000', '181913.765000', '181913.767000', '181913.770000', '181913.772000', '181913.775000', '181913.777000', '181913.780000', '181913.783000', '181913.785000', '181913.788000', '181913.790000', '181913.793000', '181913.795000', '181913.798000', '181913.801000', '181913.803000', '181913.806000', '181913.808000', '181913.811000', '181913.813000', '181913.816000', '181913.818000', '181913.821000', '181913.824000', '181913.826000', '181913.829000', '181933.721000', '181933.723000', '181933.726000', '181933.729000', '181933.731000', '181933.734000', '181933.736000', '181933.739000', '181933.741000', '181933.744000', '181933.746000', '181933.749000', '181933.752000', '181933.754000', '181933.757000', '181933.759000', '181933.762000', '181933.764000', '181933.767000', '181933.770000', '181933.806000', '181933.808000', '181933.811000', '181933.814000', '181933.816000', '181933.819000', '181933.821000', '181933.824000', '181933.826000', '181933.829000', '181933.832000', '181933.834000', '181933.837000', '181933.839000', '181933.842000', '181933.844000', '181933.847000', '181933.849000', '181933.852000', '181933.855000', '181933.857000', '181933.860000', '181933.862000', '181933.865000', '181953.720000', '181953.723000', '181953.726000', '181953.728000', '181953.731000', '181953.734000', '181953.736000', '181953.739000', '181953.742000', '181953.744000', '181953.747000', '181953.749000', '181953.752000', '181953.755000', '181953.757000', '181953.760000', '181953.762000', '181953.765000', '181953.768000', '181953.770000', '181953.773000', '181953.775000', '181953.778000', '181953.780000', '181953.783000', '181953.785000', '181953.788000', '181953.790000', '181953.793000', '181953.796000', '181953.798000', '181953.801000', '181953.803000', '181953.806000', '181953.808000', '181953.811000', '181953.814000', '181953.816000', '181953.819000', '181953.821000', '181953.824000', '181953.826000', '181953.829000', '182013.722000', '182013.724000', '182013.727000', '182013.730000', '182013.732000', '182013.735000', '182013.737000', '182013.740000', '182013.743000', '182013.746000', '182013.749000', '182013.751000', '182013.754000', '182013.756000', '182013.759000', '182013.761000', '182013.764000', '182013.767000', '182013.769000', '182013.772000', '182013.775000', '182013.778000', '182013.781000', '182013.784000', '182013.786000', '182013.789000', '182013.791000', '182013.794000', '182013.797000', '182013.799000', '182013.802000', '182013.805000', '182013.807000', '182013.810000', '182013.813000', '182013.815000', '182013.818000', '182013.820000', '182013.823000', '182013.825000', '182013.828000', '182013.831000', '182013.833000', '182033.720000', '182033.723000', '182033.726000', '182033.729000', '182033.731000', '182033.734000', '182033.736000', '182033.739000', '182033.741000', '182033.744000', '182033.747000', '182033.749000', '182033.752000', '182033.755000', '182033.757000', '182033.760000', '182033.762000', '182033.765000', '182033.767000', '182033.770000', '182033.773000', '182033.775000', '182033.778000', '182033.780000', '182033.783000', '182033.785000', '182033.788000', '182033.791000', '182033.793000', '182033.796000', '182033.798000', '182033.801000', '182033.804000', '182033.806000', '182033.809000', '182033.811000', '182033.814000', '182033.816000', '182033.819000', '182033.822000', '182033.824000', '182033.827000', '182033.829000', '182033.832000', '182053.721000', '182053.723000', '182053.726000', '182053.729000', '182053.731000', '182053.734000', '182053.736000', '182053.739000', '182053.741000', '182053.744000', '182053.747000', '182053.749000', '182053.752000', '182053.754000', '182053.757000', '182053.760000', '182053.762000', '182053.765000', '182053.767000', '182053.770000', '182053.772000', '182053.775000', '182053.778000', '182053.780000', '182053.783000', '182053.785000', '182053.788000', '182053.790000', '182053.793000', '182053.796000', '182053.798000', '182053.801000', '182053.804000', '182053.806000', '182053.809000', '182053.811000', '182053.814000', '182053.816000', '182053.819000', '182053.821000', '182053.824000', '182053.827000', '182053.829000', '182053.832000', '182113.721000', '182113.723000', '182113.726000', '182113.728000', '182113.731000', '182113.734000', '182113.736000', '182113.739000', '182113.741000', '182113.744000', '182113.746000', '182113.749000', '182113.752000', '182113.754000', '182113.757000', '182113.770000', '182113.772000', '182113.775000', '182113.777000', '182113.780000', '182113.782000', '182113.785000', '182113.787000', '182113.790000', '182113.793000', '182113.795000', '182113.798000', '182113.800000', '182113.803000', '182113.806000', '182113.808000', '182113.811000', '182113.813000', '182113.816000', '182113.818000', '182113.821000', '182113.824000', '182113.826000', '182113.829000', '182113.832000', '182113.834000', '182113.837000', '182113.839000', '182133.720000', '182133.723000', '182133.726000', '182133.728000', '182133.731000', '182133.734000', '182133.736000', '182133.739000', '182133.741000', '182133.744000', '182133.747000', '182133.749000', '182133.752000', '182133.754000', '182133.757000', '182133.761000', '182133.764000', '182133.766000', '182133.769000', '182133.772000', '182133.775000', '182133.778000', '182133.780000', '182133.783000', '182133.786000', '182133.788000', '182133.791000', '182133.793000', '182133.796000', '182133.798000', '182133.801000', '182133.804000', '182133.806000', '182133.809000', '182133.811000', '182133.814000', '182133.816000', '182133.819000', '182133.822000', '182133.824000', '182133.827000', '182133.830000', '182133.833000', '182153.720000', '182153.723000', '182153.726000', '182153.729000', '182153.731000', '182153.734000', '182153.736000', '182153.739000', '182153.741000', '182153.744000', '182153.746000', '182153.749000', '182153.752000', '182153.754000', '182153.757000', '182153.759000', '182153.762000', '182153.764000', '182153.767000', '182153.770000', '182153.772000', '182153.775000', '182153.777000', '182153.780000', '182153.782000', '182153.785000', '182153.787000', '182153.790000', '182153.793000', '182153.795000', '182153.798000', '182153.800000', '182153.803000', '182153.806000', '182153.808000', '182153.811000', '182153.813000', '182153.816000', '182153.818000', '182153.821000', '182153.823000', '182153.826000', '182153.828000', '182153.831000', '182213.721000', '182213.723000', '182213.726000', '182213.729000', '182213.731000', '182213.734000', '182213.736000', '182213.739000', '182213.742000', '182213.744000', '182213.747000', '182213.749000', '182213.752000', '182213.755000', '182213.757000', '182213.760000', '182213.762000', '182213.765000', '182213.767000', '182213.770000', '182213.773000', '182213.775000', '182213.778000', '182213.780000', '182213.783000', '182213.785000', '182213.788000', '182213.791000', '182213.793000', '182213.796000', '182213.798000', '182213.801000', '182213.804000', '182213.806000', '182213.809000', '182213.812000', '182213.814000', '182213.817000', '182213.819000', '182213.822000', '182213.824000', '182213.827000', '182213.830000', '182233.721000', '182233.724000', '182233.727000', '182233.730000', '182233.732000', '182233.735000', '182233.737000', '182233.740000', '182233.742000', '182233.745000', '182233.748000', '182233.750000', '182233.753000', '182233.755000', '182233.758000', '182233.761000', '182233.763000', '182233.766000', '182233.769000', '182233.771000', '182233.774000', '182233.776000', '182233.779000', '182233.782000', '182233.784000', '182233.787000', '182233.789000', '182233.803000', '182233.805000', '182233.808000', '182233.810000', '182233.813000', '182233.816000', '182233.818000', '182233.821000', '182233.824000', '182233.826000', '182233.829000', '182233.831000', '182233.834000', '182233.837000', '182233.839000', '182233.842000', '182233.844000', '182253.721000', '182253.725000', '182253.728000', '182253.731000', '182253.733000', '182253.736000', '182253.738000', '182253.741000', '182253.743000', '182253.746000', '182253.749000', '182253.751000', '182253.754000', '182253.756000', '182253.759000', '182253.761000', '182253.764000', '182253.766000', '182253.769000', '182253.772000', '182253.774000', '182253.777000', '182253.781000', '182253.783000', '182253.786000', '182253.789000', '182253.791000', '182253.794000', '182253.797000', '182253.799000', '182253.802000', '182253.805000', '182253.807000', '182253.810000', '182253.813000', '182253.816000', '182253.819000', '182253.821000', '182253.824000', '182253.827000', '182253.829000', '182253.832000', '182253.834000', '182313.720000', '182313.723000', '182313.726000', '182313.728000', '182313.731000', '182313.733000', '182313.736000', '182313.739000', '182313.741000', '182313.744000', '182313.746000', '182313.749000', '182313.752000', '182313.754000', '182313.757000', '182313.759000', '182313.762000', '182313.764000', '182313.767000', '182313.770000', '182313.772000', '182313.775000', '182313.777000', '182313.780000', '182313.783000', '182313.785000', '182313.788000', '182313.790000', '182313.793000', '182313.796000', '182313.798000', '182313.801000', '182313.803000', '182313.806000', '182313.809000', '182313.811000', '182313.814000', '182313.816000', '182313.819000', '182313.822000', '182313.824000', '182313.827000', '182313.829000', '182313.832000', '182333.721000', '182333.723000', '182333.726000', '182333.729000', '182333.731000', '182333.734000', '182333.736000', '182333.739000', '182333.742000', '182333.744000', '182333.747000', '182333.749000', '182333.752000', '182333.755000', '182333.757000', '182333.760000', '182333.763000', '182333.765000', '182333.768000', '182333.770000', '182333.773000', '182333.776000', '182333.778000', '182333.781000', '182333.784000', '182333.786000', '182333.789000', '182333.791000', '182333.794000', '182333.797000', '182333.799000', '182333.802000', '182333.805000', '182333.807000', '182333.810000', '182333.812000', '182333.815000', '182333.818000', '182333.820000', '182333.823000', '182333.825000', '182333.828000', '182333.831000', '182353.721000', '182353.724000', '182353.726000', '182353.729000', '182353.731000', '182353.734000', '182353.737000', '182353.739000', '182353.742000', '182353.744000', '182353.747000', '182353.750000', '182353.752000', '182353.755000', '182353.757000', '182353.760000', '182353.762000', '182353.765000', '182353.768000', '182353.770000', '182353.773000', '182353.775000', '182353.778000', '182353.794000', '182353.797000', '182353.799000', '182353.802000', '182353.804000', '182353.807000', '182353.810000', '182353.812000', '182353.815000', '182353.817000', '182353.820000', '182353.822000', '182353.825000', '182353.828000', '182353.830000', '182353.833000', '182353.835000', '182353.838000', '182353.841000', '182353.843000', '182353.846000', '182400.009000', '182400.012000', '182400.015000', '182400.017000', '182400.020000', '182400.023000', '182400.025000', '182400.028000', '182400.031000', '182400.033000', '182400.037000', '182400.039000', '182400.042000', '182400.045000'], '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': [9232, 8399, 9318, 8019, 9129, 8702, 7800, 9172, 8172, 9385, 8022, 9212, 8634, 8603, 9074, 8721, 9221, 8116, 9584, 8859, 9391, 8628, 8561, 8799, 8611, 9336, 8335, 9401, 8873, 8284, 9070, 8353, 9368, 8041, 9344, 8829, 8988, 8902, 8349, 9168, 8066, 9501, 9242, 8901, 9021, 8372, 9247, 8276, 9627, 9321, 9216, 8525, 8412, 9189, 7873, 8998, 9152, 8155, 9416, 8342, 9538, 9333, 7834, 9288, 8306, 9428, 8025, 9214, 8903, 9224, 9330, 8006, 9097, 8329, 9700, 9273, 9412, 9056, 8251, 9342, 8512, 9877, 8670, 9667, 8841, 8090, 9530, 8582, 9469, 8294, 9733, 9403, 9325, 9184, 8988, 9129, 8305, 9867, 8260, 9582, 8887, 9380, 9134, 8259, 9637, 8212, 9585, 9111, 9339, 9158, 7862, 9248, 8597, 9382, 7964, 9527, 9654, 9359, 9044, 8081, 9587, 8041, 9597, 8181, 9513, 9866, 8941, 9270, 7968, 9390, 8430, 9776, 8970, 9722, 9333, 8672, 9554, 8950, 9918, 8289, 9574, 9613, 9248, 9172, 8817, 9560, 8801, 9657, 8034, 9666, 9535, 9358, 9179, 9210, 9538, 8555, 9533, 8235, 9677, 9105, 9249, 9277, 8470, 9274, 8535, 9672, 7907, 9652, 9483, 9156, 8876, 8185, 9516, 8313, 9603, 8239, 9506, 9409, 9199, 9021, 8116, 9119, 8252, 9612, 7738, 9637, 9538, 8971, 9074, 8332, 9550, 8077, 9627, 8104, 9481, 9581, 9010, 9041, 7976, 9063, 8215, 9368, 8517, 9529, 9083, 9206, 9052, 8133, 9600, 8012, 9493, 9380, 9279, 9069, 8185, 9425, 8096, 9850, 8911, 9487, 9360, 9151, 9032, 8722, 9508, 8537, 9816, 8611, 9703, 9464, 9255, 9347, 9129, 9074, 8837, 9819, 8045, 9796, 9403, 9342, 9273, 7909, 9359, 8823, 9207, 7973, 9619, 9390, 9214, 8837, 8480, 9316, 8419, 9607, 7976, 9312, 8506, 9112, 9079, 8820, 9264, 8297, 9333, 8136, 9803, 7961, 9704, 9127, 9249, 9137, 8777, 9224, 8221, 9528, 8366, 9367, 7980, 9702, 9705, 9458, 9395, 9272, 9059, 8447, 9434, 8320, 9858, 8269, 9674, 8840, 9452, 9281, 9274, 8906, 8291, 9499, 8624, 9539, 8335, 9273, 8640, 9328, 8498, 9630, 8730, 9352, 8315, 9352, 8097, 9601, 8632, 9243, 8862, 9004, 8896, 8239, 9144, 8377, 9017, 7911, 9319, 9166, 9210, 8381, 7863, 8945, 8105, 9372, 7859, 9268, 9377, 9116, 8669, 8483, 8974, 7917, 8842, 7847, 9241, 7857, 9315, 8342, 8990, 8678, 8878, 8779, 7768, 8966, 8392, 9256, 7749, 9125, 8047, 9389, 9272, 8926, 8819, 8798, 9006, 8101, 8740, 8152, 9230, 8079, 9356, 9278, 9115, 8733, 8694, 9009, 7932, 9170, 8573, 8947, 7965, 9332, 8159, 9321, 8185, 9363, 8912, 9252, 8890, 9004, 8720, 8280, 8943, 7916, 9536, 8206, 9726, 8207, 9514, 9552, 9223, 9007, 9324, 9121, 8509, 9733, 7966, 9891, 8605, 9411, 9123, 9289, 9216, 9112, 9212, 8239, 9265, 8357, 9235, 8070, 9478, 9413, 9059, 8939, 8415, 9377, 7941, 9408, 8279, 9322, 8783, 9243, 8858, 8970, 8839, 8759, 9318, 8171, 9211, 8288, 9340, 8153, 9537, 7859, 9515, 9139, 9320, 8685, 9013, 9036, 8319, 9222, 7928, 9230, 8002, 9321, 8768, 9478, 9169, 9068, 8830, 8771, 9248, 8220, 9121, 7943, 9428, 7923, 9310, 9412, 9278, 8934, 9086, 8776, 8172, 9062, 7994, 9674, 7915, 9687, 9051, 9485, 9117, 9263, 8927, 9145, 9228, 8890, 9536, 8242, 9529, 8356, 9494, 8200, 9765, 9107, 9391, 9565, 9042, 9030, 8136, 9225, 8217, 9502, 7962, 9370, 8648, 9538, 8890, 9015, 8931, 8182, 9178, 8216, 9414, 8187, 9297, 7916, 9153, 9344, 9157, 8679, 8801, 8915, 8620, 9437, 7889, 9121, 7903, 9427, 8942, 9204, 8921, 7993, 8714, 8555, 9426, 8134, 9508, 8035, 9358, 8057, 9328, 9193, 9194, 8825, 9007, 8732, 8411, 9393, 7998, 9518, 8185, 9542, 8522, 9178, 9508, 8974, 9357, 8388, 9764, 8178, 9737, 8874, 8456, 9631, 8233, 9631, 9015, 7996, 9395, 8008, 9640, 8502, 9311, 9065, 8289, 9534, 7955, 9403, 8357, 9588, 9585, 9136, 8954, 7908, 9133, 8071, 9393, 9357, 9337, 8636, 7841, 9235, 8097, 9382, 8808, 9377, 9545, 9105, 9103, 8744, 9281, 8370, 9017, 7886, 9509, 9383, 9304, 8864, 8862, 8885, 8882, 9385, 8127, 9618, 8375, 9512, 8756, 9338, 9004, 9026, 9255, 8297, 9251, 7943, 9545, 9029, 9512, 9010, 8134, 9359, 8199, 9602, 8355, 9484, 7999, 9434, 9573, 9240, 9405, 9086, 9193, 7951, 9387, 8884, 9740, 8663, 9348, 8221, 9598, 9602, 9230, 9028, 9069, 9143, 8417, 9610, 8279, 9799, 8390, 9608, 8720, 9449, 9414, 9292, 9189, 8695, 9189, 8220, 9592, 7833, 9636, 8646, 9159, 9212, 8044, 9244, 8269, 9691, 8055, 9740, 9143, 9508, 9076, 9116, 9142, 8418, 9472, 7692, 9731, 8317, 9438, 9525, 9336, 8973, 8845, 9092, 8223, 9360, 7939, 9543, 7947, 9301, 9284, 9106, 9445, 8248, 9696, 8044, 9515, 9242, 9537, 9329, 8968, 8911, 8510, 9590, 8155, 9875, 8299, 9480, 9345, 9100, 9439, 8226, 9678, 8598, 9601, 8118, 9574, 9880, 9642, 9292, 8913, 9575, 8099, 9983, 8269, 9545, 9274, 9110, 9254, 9146, 9277, 8205, 9141, 7923, 9553, 9524, 9316, 9193, 8779, 9161, 8556, 9404, 7852, 9538, 8986, 9177, 9156, 7950, 9453, 8487, 9363, 7688, 9478, 9296, 9489, 8861, 8774, 9194, 8470, 9748, 8031, 9501, 8660, 9299, 9162, 8056, 9287, 8223, 9335, 7759, 9579, 9313, 9458, 8924, 8101, 9382, 7909, 9635, 7926, 9334, 8603, 9512, 9006, 9254, 9385, 9113, 9061, 8780, 9331, 7993, 9559, 7758, 9322, 8384, 9729, 8511, 9696, 9531, 9170, 8918, 8409, 9438, 7709, 9672, 9242, 9344, 8978, 8148, 9128, 8998, 9114, 8631, 9108, 8237, 9547, 8246, 9576, 7881, 9455, 9094, 9046, 9249, 9048, 8890, 7974, 9127, 7781, 9727, 7587, 9636, 9385, 8880, 9232, 8242, 9420, 8052, 9408, 8099, 9257, 8671, 9453, 9136, 8806, 8802, 8304, 9477, 7733, 9472, 7847, 9290, 9284, 9078, 9009, 7865, 9427, 8518, 9554, 7919, 9685, 9150, 9527, 9212, 7929, 9632, 8150, 9933, 9098, 9623, 9553, 9500, 9541, 8516, 9641, 8292, 9597, 8736, 9394, 9532, 9051, 9354, 8794, 9419, 8376, 9578, 7980, 9479, 9463, 9276, 8764, 9200, 8927, 8814, 9222, 7953, 9092, 8311, 9293, 8581, 9310, 8764, 7951, 8905, 8235, 9359, 8417, 9204], 'WindowCenter': [4186.0, 4149.0, 4157.0, 4122.0, 4140.0, 4131.0, 4120.0, 4140.0, 4116.0, 4129.0, 4119.0, 4128.0, 4128.0, 4128.0, 4129.0, 4128.0, 4140.0, 4119.0, 4140.0, 4129.0, 4130.0, 4119.0, 4129.0, 4129.0, 4118.0, 4129.0, 4119.0, 4139.0, 4129.0, 4119.0, 4130.0, 4131.0, 4141.0, 4120.0, 4140.0, 4129.0, 4128.0, 4128.0, 4119.0, 4139.0, 4119.0, 4140.0, 4128.0, 4129.0, 4130.0, 4118.0, 4127.0, 4119.0, 4140.0, 4128.0, 4129.0, 4128.0, 4121.0, 4141.0, 4116.0, 4129.0, 4130.0, 4120.0, 4139.0, 4129.0, 4141.0, 4141.0, 4109.0, 4130.0, 4119.0, 4139.0, 4118.0, 4129.0, 4125.0, 4130.0, 4129.0, 4119.0, 4126.0, 4118.0, 4138.0, 4129.0, 4126.0, 4128.0, 4120.0, 4129.0, 4118.0, 4139.0, 4119.0, 4137.0, 4129.0, 4118.0, 4139.0, 4128.0, 4139.0, 4117.0, 4138.0, 4129.0, 4129.0, 4126.0, 4129.0, 4126.0, 4118.0, 4139.0, 4117.0, 4130.0, 4116.0, 4128.0, 4126.0, 4116.0, 4139.0, 4115.0, 4127.0, 4126.0, 4128.0, 4128.0, 4118.0, 4128.0, 4117.0, 4128.0, 4107.0, 4128.0, 4127.0, 4127.0, 4117.0, 4107.0, 4126.0, 4106.0, 4128.0, 4106.0, 4127.0, 4128.0, 4119.0, 4126.0, 4106.0, 4127.0, 4116.0, 4127.0, 4128.0, 4128.0, 4127.0, 4114.0, 4128.0, 4125.0, 4139.0, 4118.0, 4128.0, 4129.0, 4126.0, 4127.0, 4128.0, 4126.0, 4127.0, 4124.0, 4106.0, 4128.0, 4127.0, 4127.0, 4127.0, 4127.0, 4127.0, 4118.0, 4126.0, 4116.0, 4126.0, 4117.0, 4127.0, 4128.0, 4115.0, 4127.0, 4117.0, 4128.0, 4109.0, 4128.0, 4127.0, 4128.0, 4126.0, 4117.0, 4138.0, 4118.0, 4128.0, 4118.0, 4140.0, 4128.0, 4128.0, 4128.0, 4107.0, 4128.0, 4117.0, 4127.0, 4106.0, 4129.0, 4128.0, 4129.0, 4129.0, 4117.0, 4127.0, 4107.0, 4128.0, 4118.0, 4137.0, 4128.0, 4128.0, 4128.0, 4108.0, 4128.0, 4118.0, 4129.0, 4118.0, 4138.0, 4127.0, 4129.0, 4126.0, 4107.0, 4138.0, 4108.0, 4138.0, 4128.0, 4141.0, 4128.0, 4119.0, 4127.0, 4105.0, 4138.0, 4128.0, 4129.0, 4128.0, 4128.0, 4117.0, 4117.0, 4127.0, 4117.0, 4138.0, 4116.0, 4128.0, 4126.0, 4127.0, 4127.0, 4127.0, 4118.0, 4126.0, 4139.0, 4107.0, 4138.0, 4127.0, 4127.0, 4127.0, 4108.0, 4128.0, 4116.0, 4129.0, 4107.0, 4129.0, 4128.0, 4129.0, 4116.0, 4118.0, 4127.0, 4117.0, 4128.0, 4106.0, 4128.0, 4116.0, 4127.0, 4117.0, 4125.0, 4128.0, 4117.0, 4129.0, 4106.0, 4138.0, 4107.0, 4127.0, 4127.0, 4128.0, 4127.0, 4116.0, 4128.0, 4117.0, 4128.0, 4117.0, 4129.0, 4107.0, 4128.0, 4127.0, 4140.0, 4128.0, 4140.0, 4127.0, 4118.0, 4127.0, 4118.0, 4139.0, 4118.0, 4140.0, 4129.0, 4142.0, 4141.0, 4141.0, 4142.0, 4132.0, 4141.0, 4129.0, 4139.0, 4120.0, 4129.0, 4129.0, 4130.0, 4117.0, 4128.0, 4117.0, 4128.0, 4118.0, 4127.0, 4106.0, 4126.0, 4117.0, 4127.0, 4124.0, 4130.0, 4128.0, 4118.0, 4130.0, 4117.0, 4128.0, 4109.0, 4129.0, 4128.0, 4128.0, 4115.0, 4118.0, 4128.0, 4107.0, 4129.0, 4107.0, 4129.0, 4128.0, 4128.0, 4119.0, 4119.0, 4128.0, 4107.0, 4119.0, 4107.0, 4128.0, 4107.0, 4128.0, 4117.0, 4129.0, 4117.0, 4117.0, 4117.0, 4106.0, 4114.0, 4117.0, 4127.0, 4106.0, 4128.0, 4108.0, 4129.0, 4127.0, 4118.0, 4115.0, 4116.0, 4117.0, 4108.0, 4117.0, 4107.0, 4126.0, 4107.0, 4128.0, 4126.0, 4129.0, 4116.0, 4118.0, 4126.0, 4108.0, 4129.0, 4118.0, 4128.0, 4107.0, 4126.0, 4103.0, 4126.0, 4106.0, 4126.0, 4117.0, 4129.0, 4116.0, 4116.0, 4117.0, 4114.0, 4117.0, 4106.0, 4129.0, 4118.0, 4127.0, 4118.0, 4129.0, 4129.0, 4125.0, 4118.0, 4128.0, 4127.0, 4115.0, 4128.0, 4106.0, 4139.0, 4118.0, 4130.0, 4128.0, 4129.0, 4127.0, 4129.0, 4128.0, 4118.0, 4128.0, 4117.0, 4128.0, 4109.0, 4127.0, 4128.0, 4126.0, 4128.0, 4119.0, 4130.0, 4119.0, 4142.0, 4131.0, 4140.0, 4128.0, 4141.0, 4131.0, 4131.0, 4130.0, 4130.0, 4129.0, 4118.0, 4128.0, 4117.0, 4127.0, 4108.0, 4125.0, 4106.0, 4127.0, 4128.0, 4127.0, 4117.0, 4128.0, 4117.0, 4117.0, 4129.0, 4107.0, 4124.0, 4107.0, 4128.0, 4117.0, 4129.0, 4127.0, 4118.0, 4117.0, 4116.0, 4117.0, 4106.0, 4127.0, 4107.0, 4127.0, 4108.0, 4128.0, 4128.0, 4127.0, 4117.0, 4118.0, 4116.0, 4107.0, 4118.0, 4106.0, 4128.0, 4107.0, 4128.0, 4117.0, 4127.0, 4119.0, 4126.0, 4128.0, 4127.0, 4127.0, 4128.0, 4128.0, 4119.0, 4140.0, 4118.0, 4139.0, 4119.0, 4140.0, 4118.0, 4129.0, 4126.0, 4130.0, 4128.0, 4107.0, 4127.0, 4118.0, 4139.0, 4107.0, 4129.0, 4118.0, 4139.0, 4128.0, 4129.0, 4130.0, 4118.0, 4130.0, 4119.0, 4128.0, 4117.0, 4130.0, 4109.0, 4128.0, 4127.0, 4128.0, 4117.0, 4128.0, 4117.0, 4117.0, 4127.0, 4107.0, 4127.0, 4108.0, 4129.0, 4128.0, 4129.0, 4129.0, 4109.0, 4119.0, 4117.0, 4127.0, 4107.0, 4129.0, 4108.0, 4128.0, 4107.0, 4128.0, 4127.0, 4128.0, 4114.0, 4117.0, 4114.0, 4114.0, 4127.0, 4107.0, 4127.0, 4107.0, 4129.0, 4117.0, 4128.0, 4127.0, 4117.0, 4114.0, 4118.0, 4140.0, 4119.0, 4138.0, 4129.0, 4118.0, 4140.0, 4119.0, 4140.0, 4129.0, 4118.0, 4130.0, 4118.0, 4129.0, 4118.0, 4128.0, 4117.0, 4118.0, 4127.0, 4106.0, 4127.0, 4107.0, 4127.0, 4128.0, 4128.0, 4117.0, 4107.0, 4127.0, 4107.0, 4128.0, 4126.0, 4129.0, 4117.0, 4106.0, 4129.0, 4108.0, 4129.0, 4129.0, 4128.0, 4128.0, 4129.0, 4117.0, 4118.0, 4128.0, 4104.0, 4116.0, 4106.0, 4127.0, 4127.0, 4127.0, 4117.0, 4128.0, 4115.0, 4117.0, 4127.0, 4107.0, 4126.0, 4105.0, 4127.0, 4118.0, 4127.0, 4117.0, 4117.0, 4128.0, 4107.0, 4118.0, 4108.0, 4127.0, 4115.0, 4126.0, 4117.0, 4106.0, 4127.0, 4108.0, 4128.0, 4117.0, 4126.0, 4108.0, 4126.0, 4126.0, 4128.0, 4127.0, 4118.0, 4125.0, 4106.0, 4125.0, 4116.0, 4126.0, 4117.0, 4128.0, 4106.0, 4126.0, 4127.0, 4127.0, 4117.0, 4118.0, 4127.0, 4116.0, 4127.0, 4117.0, 4138.0, 4116.0, 4128.0, 4118.0, 4129.0, 4127.0, 4129.0, 4128.0, 4119.0, 4127.0, 4106.0, 4127.0, 4108.0, 4125.0, 4117.0, 4129.0, 4128.0, 4106.0, 4128.0, 4107.0, 4128.0, 4106.0, 4127.0, 4128.0, 4138.0, 4118.0, 4128.0, 4128.0, 4118.0, 4128.0, 4107.0, 4128.0, 4117.0, 4128.0, 4127.0, 4127.0, 4117.0, 4117.0, 4117.0, 4106.0, 4127.0, 4105.0, 4127.0, 4106.0, 4127.0, 4127.0, 4118.0, 4128.0, 4116.0, 4127.0, 4108.0, 4128.0, 4128.0, 4128.0, 4128.0, 4127.0, 4116.0, 4118.0, 4128.0, 4106.0, 4128.0, 4106.0, 4124.0, 4117.0, 4119.0, 4127.0, 4118.0, 4129.0, 4117.0, 4128.0, 4108.0, 4127.0, 4138.0, 4139.0, 4129.0, 4127.0, 4126.0, 4105.0, 4139.0, 4117.0, 4129.0, 4127.0, 4129.0, 4128.0, 4129.0, 4128.0, 4117.0, 4128.0, 4108.0, 4128.0, 4128.0, 4128.0, 4127.0, 4119.0, 4129.0, 4117.0, 4128.0, 4106.0, 4127.0, 4116.0, 4128.0, 4128.0, 4107.0, 4129.0, 4117.0, 4127.0, 4107.0, 4128.0, 4129.0, 4129.0, 4127.0, 4119.0, 4129.0, 4117.0, 4129.0, 4108.0, 4129.0, 4117.0, 4129.0, 4129.0, 4108.0, 4128.0, 4117.0, 4128.0, 4108.0, 4129.0, 4129.0, 4128.0, 4118.0, 4108.0, 4127.0, 4107.0, 4128.0, 4108.0, 4128.0, 4117.0, 4129.0, 4128.0, 4131.0, 4128.0, 4130.0, 4118.0, 4118.0, 4126.0, 4107.0, 4127.0, 4097.0, 4123.0, 4106.0, 4126.0, 4117.0, 4127.0, 4127.0, 4128.0, 4116.0, 4107.0, 4127.0, 4107.0, 4128.0, 4127.0, 4129.0, 4130.0, 4107.0, 4129.0, 4130.0, 4130.0, 4118.0, 4129.0, 4117.0, 4129.0, 4117.0, 4129.0, 4106.0, 4129.0, 4118.0, 4116.0, 4128.0, 4117.0, 4116.0, 4108.0, 4117.0, 4097.0, 4128.0, 4104.0, 4127.0, 4116.0, 4117.0, 4128.0, 4108.0, 4124.0, 4106.0, 4129.0, 4104.0, 4125.0, 4117.0, 4128.0, 4127.0, 4116.0, 4118.0, 4108.0, 4127.0, 4106.0, 4128.0, 4106.0, 4128.0, 4128.0, 4129.0, 4116.0, 4107.0, 4128.0, 4118.0, 4129.0, 4109.0, 4128.0, 4127.0, 4128.0, 4127.0, 4119.0, 4128.0, 4108.0, 4139.0, 4129.0, 4140.0, 4140.0, 4139.0, 4129.0, 4118.0, 4139.0, 4119.0, 4129.0, 4119.0, 4128.0, 4129.0, 4127.0, 4127.0, 4118.0, 4128.0, 4104.0, 4128.0, 4107.0, 4126.0, 4127.0, 4128.0, 4118.0, 4128.0, 4118.0, 4114.0, 4130.0, 4107.0, 4118.0, 4106.0, 4125.0, 4116.0, 4128.0, 4118.0, 4105.0, 4128.0, 4117.0, 4127.0, 4120.0, 4128.0], 'WindowWidth': [9289.0, 9227.0, 9230.0, 9174.0, 9195.0, 9180.0, 9164.0, 9190.0, 9154.0, 9173.0, 9160.0, 9171.0, 9170.0, 9172.0, 9172.0, 9170.0, 9189.0, 9160.0, 9187.0, 9173.0, 9174.0, 9159.0, 9173.0, 9173.0, 9155.0, 9173.0, 9160.0, 9187.0, 9172.0, 9161.0, 9176.0, 9178.0, 9191.0, 9161.0, 9190.0, 9173.0, 9172.0, 9171.0, 9159.0, 9186.0, 9160.0, 9189.0, 9170.0, 9173.0, 9174.0, 9158.0, 9170.0, 9159.0, 9190.0, 9172.0, 9173.0, 9171.0, 9164.0, 9190.0, 9154.0, 9174.0, 9175.0, 9164.0, 9189.0, 9175.0, 9193.0, 9192.0, 9149.0, 9176.0, 9160.0, 9187.0, 9158.0, 9172.0, 9164.0, 9175.0, 9173.0, 9159.0, 9166.0, 9156.0, 9183.0, 9173.0, 9167.0, 9170.0, 9162.0, 9172.0, 9155.0, 9186.0, 9159.0, 9181.0, 9172.0, 9157.0, 9186.0, 9169.0, 9186.0, 9154.0, 9184.0, 9171.0, 9173.0, 9165.0, 9172.0, 9164.0, 9155.0, 9185.0, 9154.0, 9173.0, 9151.0, 9169.0, 9164.0, 9152.0, 9184.0, 9149.0, 9167.0, 9165.0, 9170.0, 9169.0, 9157.0, 9168.0, 9155.0, 9168.0, 9141.0, 9168.0, 9167.0, 9168.0, 9151.0, 9140.0, 9163.0, 9137.0, 9167.0, 9137.0, 9165.0, 9169.0, 9156.0, 9165.0, 9136.0, 9164.0, 9151.0, 9166.0, 9169.0, 9170.0, 9166.0, 9148.0, 9169.0, 9162.0, 9184.0, 9155.0, 9170.0, 9170.0, 9166.0, 9167.0, 9170.0, 9163.0, 9165.0, 9159.0, 9138.0, 9167.0, 9167.0, 9166.0, 9164.0, 9165.0, 9165.0, 9154.0, 9164.0, 9150.0, 9165.0, 9153.0, 9165.0, 9169.0, 9148.0, 9167.0, 9155.0, 9169.0, 9143.0, 9170.0, 9167.0, 9169.0, 9165.0, 9153.0, 9183.0, 9155.0, 9168.0, 9155.0, 9186.0, 9168.0, 9168.0, 9170.0, 9140.0, 9169.0, 9154.0, 9168.0, 9138.0, 9171.0, 9168.0, 9173.0, 9170.0, 9152.0, 9166.0, 9140.0, 9170.0, 9156.0, 9181.0, 9169.0, 9170.0, 9169.0, 9142.0, 9169.0, 9157.0, 9170.0, 9158.0, 9183.0, 9167.0, 9172.0, 9165.0, 9141.0, 9182.0, 9144.0, 9184.0, 9170.0, 9192.0, 9170.0, 9158.0, 9167.0, 9136.0, 9182.0, 9170.0, 9171.0, 9168.0, 9169.0, 9153.0, 9154.0, 9166.0, 9152.0, 9182.0, 9149.0, 9168.0, 9163.0, 9165.0, 9165.0, 9166.0, 9153.0, 9164.0, 9182.0, 9140.0, 9182.0, 9166.0, 9168.0, 9165.0, 9142.0, 9169.0, 9152.0, 9170.0, 9141.0, 9171.0, 9169.0, 9172.0, 9149.0, 9155.0, 9166.0, 9153.0, 9167.0, 9138.0, 9169.0, 9150.0, 9168.0, 9152.0, 9162.0, 9167.0, 9154.0, 9171.0, 9138.0, 9180.0, 9139.0, 9166.0, 9165.0, 9169.0, 9164.0, 9151.0, 9167.0, 9152.0, 9168.0, 9153.0, 9170.0, 9140.0, 9169.0, 9167.0, 9187.0, 9168.0, 9189.0, 9167.0, 9156.0, 9166.0, 9154.0, 9184.0, 9157.0, 9188.0, 9173.0, 9194.0, 9191.0, 9193.0, 9194.0, 9182.0, 9191.0, 9175.0, 9188.0, 9163.0, 9173.0, 9173.0, 9172.0, 9155.0, 9169.0, 9153.0, 9167.0, 9155.0, 9165.0, 9137.0, 9162.0, 9152.0, 9167.0, 9160.0, 9172.0, 9169.0, 9156.0, 9173.0, 9154.0, 9170.0, 9144.0, 9170.0, 9170.0, 9170.0, 9150.0, 9156.0, 9169.0, 9141.0, 9171.0, 9141.0, 9172.0, 9168.0, 9171.0, 9157.0, 9157.0, 9170.0, 9140.0, 9156.0, 9139.0, 9167.0, 9141.0, 9169.0, 9152.0, 9172.0, 9152.0, 9153.0, 9153.0, 9137.0, 9146.0, 9153.0, 9165.0, 9136.0, 9167.0, 9140.0, 9169.0, 9163.0, 9155.0, 9148.0, 9150.0, 9150.0, 9140.0, 9151.0, 9139.0, 9162.0, 9138.0, 9168.0, 9164.0, 9171.0, 9151.0, 9157.0, 9164.0, 9143.0, 9171.0, 9154.0, 9167.0, 9140.0, 9163.0, 9131.0, 9164.0, 9137.0, 9164.0, 9151.0, 9169.0, 9149.0, 9149.0, 9151.0, 9147.0, 9151.0, 9137.0, 9170.0, 9154.0, 9165.0, 9154.0, 9172.0, 9169.0, 9162.0, 9155.0, 9168.0, 9166.0, 9149.0, 9169.0, 9139.0, 9184.0, 9156.0, 9174.0, 9169.0, 9173.0, 9166.0, 9171.0, 9169.0, 9156.0, 9168.0, 9154.0, 9168.0, 9144.0, 9168.0, 9168.0, 9165.0, 9169.0, 9157.0, 9175.0, 9161.0, 9194.0, 9180.0, 9191.0, 9172.0, 9193.0, 9177.0, 9177.0, 9175.0, 9176.0, 9171.0, 9157.0, 9168.0, 9152.0, 9166.0, 9141.0, 9160.0, 9136.0, 9163.0, 9166.0, 9165.0, 9150.0, 9168.0, 9151.0, 9153.0, 9169.0, 9140.0, 9160.0, 9139.0, 9167.0, 9152.0, 9170.0, 9165.0, 9154.0, 9152.0, 9151.0, 9150.0, 9136.0, 9165.0, 9138.0, 9165.0, 9140.0, 9167.0, 9167.0, 9166.0, 9152.0, 9155.0, 9150.0, 9140.0, 9154.0, 9137.0, 9167.0, 9139.0, 9168.0, 9152.0, 9168.0, 9156.0, 9166.0, 9168.0, 9168.0, 9165.0, 9169.0, 9168.0, 9158.0, 9187.0, 9156.0, 9185.0, 9158.0, 9185.0, 9154.0, 9171.0, 9164.0, 9172.0, 9167.0, 9139.0, 9166.0, 9154.0, 9185.0, 9141.0, 9171.0, 9155.0, 9184.0, 9169.0, 9172.0, 9172.0, 9157.0, 9172.0, 9158.0, 9168.0, 9153.0, 9173.0, 9144.0, 9169.0, 9166.0, 9170.0, 9153.0, 9169.0, 9151.0, 9152.0, 9165.0, 9138.0, 9166.0, 9143.0, 9172.0, 9168.0, 9170.0, 9171.0, 9146.0, 9156.0, 9154.0, 9166.0, 9139.0, 9170.0, 9141.0, 9168.0, 9138.0, 9167.0, 9163.0, 9166.0, 9144.0, 9152.0, 9145.0, 9145.0, 9164.0, 9139.0, 9167.0, 9138.0, 9170.0, 9152.0, 9168.0, 9166.0, 9152.0, 9144.0, 9155.0, 9191.0, 9159.0, 9185.0, 9173.0, 9159.0, 9187.0, 9161.0, 9188.0, 9172.0, 9158.0, 9173.0, 9155.0, 9170.0, 9155.0, 9169.0, 9153.0, 9154.0, 9165.0, 9136.0, 9166.0, 9137.0, 9165.0, 9167.0, 9167.0, 9151.0, 9137.0, 9166.0, 9140.0, 9169.0, 9165.0, 9171.0, 9151.0, 9138.0, 9171.0, 9142.0, 9170.0, 9171.0, 9170.0, 9169.0, 9171.0, 9152.0, 9155.0, 9167.0, 9131.0, 9151.0, 9136.0, 9166.0, 9165.0, 9165.0, 9152.0, 9168.0, 9146.0, 9153.0, 9166.0, 9138.0, 9163.0, 9134.0, 9166.0, 9154.0, 9164.0, 9151.0, 9152.0, 9166.0, 9139.0, 9152.0, 9143.0, 9165.0, 9148.0, 9164.0, 9151.0, 9137.0, 9165.0, 9140.0, 9168.0, 9151.0, 9163.0, 9142.0, 9163.0, 9164.0, 9168.0, 9166.0, 9156.0, 9160.0, 9137.0, 9160.0, 9149.0, 9162.0, 9152.0, 9167.0, 9136.0, 9162.0, 9163.0, 9166.0, 9150.0, 9154.0, 9165.0, 9151.0, 9166.0, 9153.0, 9182.0, 9151.0, 9169.0, 9155.0, 9171.0, 9165.0, 9170.0, 9168.0, 9159.0, 9166.0, 9136.0, 9166.0, 9141.0, 9160.0, 9152.0, 9171.0, 9167.0, 9138.0, 9166.0, 9139.0, 9169.0, 9139.0, 9167.0, 9168.0, 9183.0, 9154.0, 9168.0, 9167.0, 9154.0, 9167.0, 9140.0, 9168.0, 9152.0, 9168.0, 9163.0, 9165.0, 9151.0, 9153.0, 9151.0, 9136.0, 9164.0, 9135.0, 9165.0, 9137.0, 9165.0, 9165.0, 9154.0, 9167.0, 9151.0, 9166.0, 9141.0, 9170.0, 9168.0, 9169.0, 9167.0, 9166.0, 9150.0, 9157.0, 9167.0, 9138.0, 9167.0, 9137.0, 9160.0, 9151.0, 9156.0, 9166.0, 9154.0, 9169.0, 9153.0, 9167.0, 9142.0, 9166.0, 9181.0, 9185.0, 9170.0, 9167.0, 9164.0, 9136.0, 9185.0, 9154.0, 9171.0, 9165.0, 9171.0, 9168.0, 9170.0, 9168.0, 9153.0, 9167.0, 9142.0, 9168.0, 9168.0, 9170.0, 9167.0, 9158.0, 9169.0, 9153.0, 9167.0, 9137.0, 9167.0, 9151.0, 9168.0, 9167.0, 9140.0, 9171.0, 9153.0, 9165.0, 9139.0, 9169.0, 9171.0, 9171.0, 9166.0, 9159.0, 9169.0, 9153.0, 9172.0, 9141.0, 9170.0, 9153.0, 9170.0, 9171.0, 9142.0, 9169.0, 9153.0, 9168.0, 9142.0, 9172.0, 9171.0, 9169.0, 9154.0, 9142.0, 9165.0, 9139.0, 9168.0, 9142.0, 9170.0, 9154.0, 9171.0, 9168.0, 9176.0, 9171.0, 9174.0, 9156.0, 9157.0, 9164.0, 9140.0, 9165.0, 9126.0, 9155.0, 9136.0, 9161.0, 9151.0, 9165.0, 9165.0, 9168.0, 9149.0, 9138.0, 9165.0, 9139.0, 9167.0, 9167.0, 9172.0, 9173.0, 9142.0, 9172.0, 9176.0, 9173.0, 9157.0, 9170.0, 9154.0, 9172.0, 9153.0, 9171.0, 9137.0, 9169.0, 9155.0, 9149.0, 9167.0, 9153.0, 9149.0, 9140.0, 9152.0, 9124.0, 9167.0, 9131.0, 9165.0, 9149.0, 9152.0, 9166.0, 9140.0, 9160.0, 9137.0, 9169.0, 9132.0, 9160.0, 9151.0, 9167.0, 9165.0, 9150.0, 9153.0, 9140.0, 9164.0, 9138.0, 9168.0, 9137.0, 9170.0, 9168.0, 9170.0, 9150.0, 9139.0, 9167.0, 9155.0, 9170.0, 9143.0, 9169.0, 9166.0, 9170.0, 9165.0, 9159.0, 9169.0, 9144.0, 9186.0, 9172.0, 9190.0, 9188.0, 9188.0, 9172.0, 9157.0, 9186.0, 9159.0, 9172.0, 9157.0, 9170.0, 9171.0, 9167.0, 9166.0, 9155.0, 9167.0, 9132.0, 9168.0, 9138.0, 9164.0, 9165.0, 9168.0, 9155.0, 9168.0, 9154.0, 9148.0, 9173.0, 9140.0, 9155.0, 9136.0, 9160.0, 9148.0, 9166.0, 9154.0, 9135.0, 9169.0, 9153.0, 9167.0, 9162.0, 9171.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.0010057865786578658</td></tr>
<tr><td colspan=3>aqi</td><td>0.011848739933993399</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.17580511280829</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2215732428193844</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0189112822577076</td></tr>
<tr><td colspan=3>efc</td><td>0.4496</td></tr>
<tr><td colspan=3>fber</td><td>6595.061</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06221912896236533</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5500550055005501</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.431181083776911</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3860545794756622</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5700961205423156</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3373925513127545</td></tr>
<tr><td colspan=3>gcor</td><td>0.00288335</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012270653620362282</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0241062194108963</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.733485833699292</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>27.3717</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.222</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.7844</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307230.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>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.7647</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0534</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.0203</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3359.6866</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.5256</td></tr>
<tr><td colspan=3>tsnr</td><td>50.75792421796359</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>