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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-02/func/sub-0056_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e4c9055652f3d0ee27fee2079b863cc5</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:09:33.735000</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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>c02c7572-dca6-4ea8-b373-da53ebc2f356||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': ['180933.735000', '180934.195000', '180934.655000', '180935.115000', '180935.575000', '180936.035000', '180936.495000', '180936.955000', '180937.415000', '180937.875000', '180938.335000', '180938.795000', '180939.255000', '180939.715000', '180940.175000', '180940.635000', '180941.095000', '180941.555000', '180942.015000', '180942.475000', '180942.935000', '180943.395000', '180943.855000', '180944.315000', '180944.775000', '180945.235000', '180945.695000', '180946.155000', '180946.615000', '180947.075000', '180947.535000', '180947.995000', '180948.455000', '180948.915000', '180949.375000', '180949.835000', '180950.295000', '180950.755000', '180951.215000', '180951.675000', '180952.135000', '180952.595000', '180953.055000', '180953.515000', '180953.975000', '180954.435000', '180954.895000', '180955.355000', '180955.815000', '180956.275000', '180956.735000', '180957.195000', '180957.655000', '180958.115000', '180958.575000', '180959.035000', '180959.495000', '180959.955000', '181000.415000', '181000.875000', '181001.335000', '181001.795000', '181002.255000', '181002.715000', '181003.175000', '181003.635000', '181004.095000', '181004.555000', '181005.015000', '181005.475000', '181005.935000', '181006.395000', '181006.855000', '181007.315000', '181007.775000', '181008.235000', '181008.695000', '181009.155000', '181009.615000', '181010.075000', '181010.535000', '181010.995000', '181011.455000', '181011.915000', '181012.375000', '181012.835000', '181013.295000', '181013.755000', '181014.215000', '181014.675000', '181015.135000', '181015.595000', '181016.055000', '181016.515000', '181016.975000', '181017.435000', '181017.895000', '181018.355000', '181018.815000', '181019.275000', '181019.735000', '181020.195000', '181020.655000', '181021.115000', '181021.575000', '181022.035000', '181022.495000', '181022.955000', '181023.415000', '181023.875000', '181024.335000', '181024.795000', '181025.255000', '181025.715000', '181026.175000', '181026.635000', '181027.095000', '181027.555000', '181028.015000', '181028.475000', '181028.935000', '181029.395000', '181029.855000', '181030.315000', '181030.775000', '181031.235000', '181031.695000', '181032.155000', '181032.615000', '181033.075000', '181033.535000', '181033.995000', '181034.455000', '181034.915000', '181035.375000', '181035.835000', '181036.295000', '181036.755000', '181037.215000', '181037.675000', '181038.135000', '181038.595000', '181039.055000', '181039.515000', '181039.975000', '181040.435000', '181040.895000', '181041.355000', '181041.815000', '181042.275000', '181042.735000', '181043.195000', '181043.655000', '181044.115000', '181044.575000', '181045.035000', '181045.495000', '181045.955000', '181046.415000', '181046.875000', '181047.335000', '181047.795000', '181048.255000', '181048.715000', '181049.175000', '181049.635000', '181050.095000', '181050.555000', '181051.015000', '181051.475000', '181051.935000', '181052.395000', '181052.855000', '181053.315000', '181053.775000', '181054.235000', '181054.695000', '181055.155000', '181055.615000', '181056.075000', '181056.535000', '181056.995000', '181057.455000', '181057.915000', '181058.375000', '181058.835000', '181059.295000', '181059.755000', '181100.215000', '181100.675000', '181101.135000', '181101.595000', '181102.055000', '181102.515000', '181102.975000', '181103.435000', '181103.895000', '181104.355000', '181104.815000', '181105.275000', '181105.735000', '181106.195000', '181106.655000', '181107.115000', '181107.575000', '181108.035000', '181108.495000', '181108.955000', '181109.415000', '181109.875000', '181110.335000', '181110.795000', '181111.255000', '181111.715000', '181112.175000', '181112.635000', '181113.095000', '181113.555000', '181114.015000', '181114.475000', '181114.935000', '181115.395000', '181115.855000', '181116.315000', '181116.775000', '181117.235000', '181117.695000', '181118.155000', '181118.615000', '181119.075000', '181119.535000', '181119.995000', '181120.455000', '181120.915000', '181121.375000', '181121.835000', '181122.295000', '181122.755000', '181123.215000', '181123.675000', '181124.135000', '181124.595000', '181125.055000', '181125.515000', '181125.975000', '181126.435000', '181126.895000', '181127.355000', '181127.815000', '181128.275000', '181128.735000', '181129.195000', '181129.655000', '181130.115000', '181130.575000', '181131.035000', '181131.495000', '181131.955000', '181132.415000', '181132.875000', '181133.335000', '181133.795000', '181134.255000', '181134.715000', '181135.175000', '181135.635000', '181136.095000', '181136.555000', '181137.015000', '181137.475000', '181137.935000', '181138.395000', '181138.855000', '181139.315000', '181139.775000', '181140.235000', '181140.695000', '181141.155000', '181141.615000', '181142.075000', '181142.535000', '181142.995000', '181143.455000', '181143.915000', '181144.375000', '181144.835000', '181145.295000', '181145.755000', '181146.215000', '181146.675000', '181147.135000', '181147.595000', '181148.055000', '181148.515000', '181148.975000', '181149.435000', '181149.895000', '181150.355000', '181150.815000', '181151.275000', '181151.735000', '181152.195000', '181152.655000', '181153.115000', '181153.575000', '181154.035000', '181154.495000', '181154.955000', '181155.415000', '181155.875000', '181156.335000', '181156.795000', '181157.255000', '181157.715000', '181158.175000', '181158.635000', '181159.095000', '181159.555000', '181200.015000', '181200.475000', '181200.935000', '181201.395000', '181201.855000', '181202.315000', '181202.775000', '181203.235000', '181203.695000', '181204.155000', '181204.615000', '181205.075000', '181205.535000', '181205.995000', '181206.455000', '181206.915000', '181207.375000', '181207.835000', '181208.295000', '181208.755000', '181209.215000', '181209.675000', '181210.135000', '181210.595000', '181211.055000', '181211.515000', '181211.975000', '181212.435000', '181212.895000', '181213.355000', '181213.815000', '181214.275000', '181214.735000', '181215.195000', '181215.655000', '181216.115000', '181216.575000', '181217.035000', '181217.495000', '181217.955000', '181218.415000', '181218.875000', '181219.335000', '181219.795000', '181220.255000', '181220.715000', '181221.175000', '181221.635000', '181222.095000', '181222.555000', '181223.015000', '181223.475000', '181223.935000', '181224.395000', '181224.855000', '181225.315000', '181225.775000', '181226.235000', '181226.695000', '181227.155000', '181227.615000', '181228.075000', '181228.535000', '181228.995000', '181229.455000', '181229.915000', '181230.375000', '181230.835000', '181231.295000', '181231.755000', '181232.215000', '181232.675000', '181233.135000', '181233.595000', '181234.055000', '181234.515000', '181234.975000', '181235.435000', '181235.895000', '181236.355000', '181236.815000', '181237.275000', '181237.735000', '181238.195000', '181238.655000', '181239.115000', '181239.575000', '181240.035000', '181240.495000', '181240.955000', '181241.415000', '181241.875000', '181242.335000', '181242.795000', '181243.255000', '181243.715000', '181244.175000', '181244.635000', '181245.095000', '181245.555000', '181246.015000', '181246.475000', '181246.935000', '181247.395000', '181247.855000', '181248.315000', '181248.775000', '181249.235000', '181249.695000', '181250.155000', '181250.615000', '181251.075000', '181251.535000', '181251.995000', '181252.455000', '181252.915000', '181253.375000', '181253.835000', '181254.295000', '181254.755000', '181255.215000', '181255.675000', '181256.135000', '181256.595000', '181257.055000', '181257.515000', '181257.975000', '181258.435000', '181258.895000', '181259.355000', '181259.815000', '181300.275000', '181300.735000', '181301.195000', '181301.655000', '181302.115000', '181302.575000', '181303.035000', '181303.495000', '181303.955000', '181304.415000', '181304.875000', '181305.335000', '181305.795000', '181306.255000', '181306.715000', '181307.175000', '181307.635000', '181308.095000', '181308.555000', '181309.015000', '181309.475000', '181309.935000', '181310.395000', '181310.855000', '181311.315000', '181311.775000', '181312.235000', '181312.695000', '181313.155000', '181313.615000', '181314.075000', '181314.535000', '181314.995000', '181315.455000', '181315.915000', '181316.375000', '181316.835000', '181317.295000', '181317.755000', '181318.215000', '181318.675000', '181319.135000', '181319.595000', '181320.055000', '181320.515000', '181320.975000', '181321.435000', '181321.895000', '181322.355000', '181322.815000', '181323.275000', '181323.735000', '181324.195000', '181324.655000', '181325.115000', '181325.575000', '181326.035000', '181326.495000', '181326.955000', '181327.415000', '181327.875000', '181328.335000', '181328.795000', '181329.255000', '181329.715000', '181330.175000', '181330.635000', '181331.095000', '181331.555000', '181332.015000', '181332.475000', '181332.935000', '181333.395000', '181333.855000', '181334.315000', '181334.775000', '181335.235000', '181335.695000', '181336.155000', '181336.615000', '181337.075000', '181337.535000', '181337.995000', '181338.455000', '181338.915000', '181339.375000', '181339.835000', '181340.295000', '181340.755000', '181341.215000', '181341.675000', '181342.135000', '181342.595000', '181343.055000', '181343.515000', '181343.975000', '181344.435000', '181344.895000', '181345.355000', '181345.815000', '181346.275000', '181346.735000', '181347.195000', '181347.655000', '181348.115000', '181348.575000', '181349.035000', '181349.495000', '181349.955000', '181350.415000', '181350.875000', '181351.335000', '181351.795000', '181352.255000', '181352.715000', '181353.175000', '181353.635000', '181354.095000', '181354.555000', '181355.015000', '181355.475000', '181355.935000', '181356.395000', '181356.855000', '181357.315000', '181357.775000', '181358.235000', '181358.695000', '181359.155000', '181359.615000', '181400.075000', '181400.535000', '181400.995000', '181401.455000', '181401.915000', '181402.375000', '181402.835000', '181403.295000', '181403.755000', '181404.215000', '181404.675000', '181405.135000', '181405.595000', '181406.055000', '181406.515000', '181406.975000', '181407.435000', '181407.895000', '181408.355000', '181408.815000', '181409.275000', '181409.735000', '181410.195000', '181410.655000', '181411.115000', '181411.575000', '181412.035000', '181412.495000', '181412.955000', '181413.415000', '181413.875000', '181414.335000', '181414.795000', '181415.255000', '181415.715000', '181416.175000', '181416.635000', '181417.095000', '181417.555000', '181418.015000', '181418.475000', '181418.935000', '181419.395000', '181419.855000', '181420.315000', '181420.775000', '181421.235000', '181421.695000', '181422.155000', '181422.615000', '181423.075000', '181423.535000', '181423.995000', '181424.455000', '181424.915000', '181425.375000', '181425.835000', '181426.295000', '181426.755000', '181427.215000', '181427.675000', '181428.135000', '181428.595000', '181429.055000', '181429.515000', '181429.975000', '181430.435000', '181430.895000', '181431.355000', '181431.815000', '181432.275000', '181432.735000', '181433.195000', '181433.655000', '181434.115000', '181434.575000', '181435.035000', '181435.495000', '181435.955000', '181436.415000', '181436.875000', '181437.335000', '181437.795000', '181438.255000', '181438.715000', '181439.175000', '181439.635000', '181440.095000', '181440.555000', '181441.015000', '181441.475000', '181441.935000', '181442.395000', '181442.855000', '181443.315000', '181443.775000', '181444.235000', '181444.695000', '181445.155000', '181445.615000', '181446.075000', '181446.535000', '181446.995000', '181447.455000', '181447.915000', '181448.375000', '181448.835000', '181449.295000', '181449.755000', '181450.215000', '181450.675000', '181451.135000', '181451.595000', '181452.055000', '181452.515000', '181452.975000', '181453.435000', '181453.895000', '181454.355000', '181454.815000', '181455.275000', '181455.735000', '181456.195000', '181456.655000', '181457.115000', '181457.575000', '181458.035000', '181458.495000', '181458.955000', '181459.415000', '181459.875000', '181500.335000', '181500.795000', '181501.255000', '181501.715000', '181502.175000', '181502.635000', '181503.095000', '181503.555000', '181504.015000', '181504.475000', '181504.935000', '181505.395000', '181505.855000', '181506.315000', '181506.775000', '181507.235000', '181507.695000', '181508.155000', '181508.615000', '181509.075000', '181509.535000', '181509.995000', '181510.455000', '181510.915000', '181511.375000', '181511.835000', '181512.295000', '181512.755000', '181513.215000', '181513.675000', '181514.135000', '181514.595000', '181515.055000', '181515.515000', '181515.975000', '181516.435000', '181516.895000', '181517.355000', '181517.815000', '181518.275000', '181518.735000', '181519.195000', '181519.655000', '181520.115000', '181520.575000', '181521.035000', '181521.495000', '181521.955000', '181522.415000', '181522.875000', '181523.335000', '181523.795000', '181524.255000', '181524.715000', '181525.175000', '181525.635000', '181526.095000', '181526.555000', '181527.015000', '181527.475000', '181527.935000', '181528.395000', '181528.855000', '181529.315000', '181529.775000', '181530.235000', '181530.695000', '181531.155000', '181531.615000', '181532.075000', '181532.535000', '181532.995000', '181533.455000', '181533.915000', '181534.375000', '181534.835000', '181535.295000', '181535.755000', '181536.215000', '181536.675000', '181537.135000', '181537.595000', '181538.055000', '181538.515000', '181538.975000', '181539.435000', '181539.895000', '181540.355000', '181540.815000', '181541.275000', '181541.735000', '181542.195000', '181542.655000', '181543.115000', '181543.575000', '181544.035000', '181544.495000', '181544.955000', '181545.415000', '181545.875000', '181546.335000', '181546.795000', '181547.255000', '181547.715000', '181548.175000', '181548.635000', '181549.095000', '181549.555000', '181550.015000', '181550.475000', '181550.935000', '181551.395000', '181551.855000', '181552.315000', '181552.775000', '181553.235000', '181553.695000', '181554.155000', '181554.615000', '181555.075000', '181555.535000', '181555.995000', '181556.455000', '181556.915000', '181557.375000', '181557.835000', '181558.295000', '181558.755000', '181559.215000', '181559.675000', '181600.135000', '181600.595000', '181601.055000', '181601.515000', '181601.975000', '181602.435000', '181602.895000', '181603.355000', '181603.815000', '181604.275000', '181604.735000', '181605.195000', '181605.655000', '181606.115000', '181606.575000', '181607.035000', '181607.495000', '181607.955000', '181608.415000', '181608.875000', '181609.335000', '181609.795000', '181610.255000', '181610.715000', '181611.175000', '181611.635000', '181612.095000', '181612.555000', '181613.015000', '181613.475000', '181613.935000', '181614.395000', '181614.855000', '181615.315000', '181615.775000', '181616.235000', '181616.695000', '181617.155000', '181617.615000', '181618.075000', '181618.535000', '181618.995000', '181619.455000', '181619.915000', '181620.375000', '181620.835000', '181621.295000', '181621.755000', '181622.215000', '181622.675000', '181623.135000', '181623.595000', '181624.055000', '181624.515000', '181624.975000', '181625.435000', '181625.895000', '181626.355000', '181626.815000', '181627.275000', '181627.735000', '181628.195000', '181628.655000', '181629.115000', '181629.575000', '181630.035000', '181630.495000', '181630.955000', '181631.415000', '181631.875000', '181632.335000', '181632.795000', '181633.255000', '181633.715000'], 'ContentTime': ['180953.661000', '180953.664000', '180953.667000', '180953.669000', '180953.672000', '180953.675000', '180953.677000', '180953.680000', '180953.682000', '180953.685000', '180953.687000', '180953.690000', '180953.692000', '180953.695000', '180953.698000', '180953.700000', '180953.703000', '180953.705000', '180953.708000', '180953.710000', '180953.713000', '180953.715000', '180953.718000', '180953.724000', '180953.727000', '180953.729000', '180953.732000', '180953.734000', '180953.737000', '180953.739000', '180953.742000', '180953.745000', '180953.747000', '180953.750000', '180953.752000', '180953.755000', '180953.757000', '180953.760000', '180953.762000', '180953.765000', '180953.767000', '181013.635000', '181013.638000', '181013.641000', '181013.643000', '181013.646000', '181013.648000', '181013.651000', '181013.654000', '181013.656000', '181013.659000', '181013.661000', '181013.664000', '181013.666000', '181013.669000', '181013.671000', '181013.674000', '181013.676000', '181013.679000', '181013.681000', '181013.684000', '181013.686000', '181013.689000', '181013.692000', '181013.694000', '181013.697000', '181013.699000', '181013.702000', '181013.704000', '181013.707000', '181013.709000', '181013.712000', '181013.715000', '181013.717000', '181013.720000', '181013.722000', '181013.725000', '181013.727000', '181013.730000', '181013.732000', '181013.735000', '181013.737000', '181013.740000', '181013.742000', '181013.745000', '181033.635000', '181033.638000', '181033.641000', '181033.643000', '181033.646000', '181033.648000', '181033.651000', '181033.653000', '181033.656000', '181033.658000', '181033.661000', '181033.663000', '181033.666000', '181033.669000', '181033.671000', '181033.674000', '181033.676000', '181033.679000', '181033.681000', '181033.684000', '181033.686000', '181033.689000', '181033.691000', '181033.694000', '181033.696000', '181033.699000', '181033.702000', '181033.711000', '181033.714000', '181033.716000', '181033.719000', '181033.721000', '181033.724000', '181033.726000', '181033.729000', '181033.732000', '181033.734000', '181033.737000', '181033.739000', '181033.746000', '181033.748000', '181033.751000', '181033.754000', '181053.636000', '181053.639000', '181053.642000', '181053.644000', '181053.647000', '181053.650000', '181053.652000', '181053.655000', '181053.657000', '181053.660000', '181053.662000', '181053.665000', '181053.668000', '181053.670000', '181053.673000', '181053.675000', '181053.678000', '181053.680000', '181053.683000', '181053.685000', '181053.688000', '181053.691000', '181053.693000', '181053.696000', '181053.698000', '181053.701000', '181053.703000', '181053.706000', '181053.709000', '181053.713000', '181053.715000', '181053.718000', '181053.720000', '181053.723000', '181053.726000', '181053.728000', '181053.731000', '181053.733000', '181053.736000', '181053.738000', '181053.741000', '181053.743000', '181053.746000', '181053.748000', '181113.635000', '181113.638000', '181113.641000', '181113.643000', '181113.646000', '181113.648000', '181113.651000', '181113.654000', '181113.656000', '181113.659000', '181113.661000', '181113.664000', '181113.666000', '181113.669000', '181113.672000', '181113.674000', '181113.677000', '181113.679000', '181113.682000', '181113.684000', '181113.687000', '181113.689000', '181113.692000', '181113.695000', '181113.697000', '181113.700000', '181113.702000', '181113.705000', '181113.708000', '181113.710000', '181113.713000', '181113.715000', '181113.718000', '181113.720000', '181113.723000', '181113.726000', '181113.728000', '181113.731000', '181113.733000', '181113.736000', '181113.738000', '181113.741000', '181113.744000', '181133.636000', '181133.638000', '181133.641000', '181133.644000', '181133.646000', '181133.649000', '181133.652000', '181133.654000', '181133.657000', '181133.659000', '181133.662000', '181133.665000', '181133.667000', '181133.670000', '181133.672000', '181133.675000', '181133.677000', '181133.680000', '181133.683000', '181133.685000', '181133.688000', '181133.690000', '181133.693000', '181133.696000', '181133.698000', '181133.701000', '181133.703000', '181133.706000', '181133.708000', '181133.711000', '181133.714000', '181133.716000', '181133.719000', '181133.721000', '181133.724000', '181133.733000', '181133.735000', '181133.738000', '181133.740000', '181133.743000', '181133.746000', '181133.748000', '181133.751000', '181153.636000', '181153.638000', '181153.641000', '181153.644000', '181153.646000', '181153.649000', '181153.651000', '181153.654000', '181153.656000', '181153.659000', '181153.662000', '181153.664000', '181153.667000', '181153.669000', '181153.672000', '181153.675000', '181153.677000', '181153.680000', '181153.682000', '181153.685000', '181153.688000', '181153.690000', '181153.693000', '181153.696000', '181153.698000', '181153.701000', '181153.703000', '181153.706000', '181153.708000', '181153.711000', '181153.714000', '181153.716000', '181153.719000', '181153.721000', '181153.724000', '181153.726000', '181153.729000', '181153.731000', '181153.734000', '181153.737000', '181153.739000', '181153.742000', '181153.744000', '181153.747000', '181213.636000', '181213.638000', '181213.641000', '181213.644000', '181213.646000', '181213.649000', '181213.651000', '181213.654000', '181213.657000', '181213.659000', '181213.662000', '181213.664000', '181213.667000', '181213.669000', '181213.673000', '181213.676000', '181213.679000', '181213.681000', '181213.684000', '181213.687000', '181213.689000', '181213.692000', '181213.694000', '181213.703000', '181213.706000', '181213.708000', '181213.711000', '181213.713000', '181213.716000', '181213.718000', '181213.721000', '181213.724000', '181213.726000', '181213.729000', '181213.732000', '181213.734000', '181213.737000', '181213.739000', '181213.742000', '181213.744000', '181213.747000', '181213.750000', '181213.752000', '181233.636000', '181233.638000', '181233.641000', '181233.644000', '181233.646000', '181233.649000', '181233.651000', '181233.654000', '181233.656000', '181233.659000', '181233.662000', '181233.664000', '181233.667000', '181233.669000', '181233.672000', '181233.674000', '181233.677000', '181233.680000', '181233.682000', '181233.685000', '181233.687000', '181233.690000', '181233.693000', '181233.695000', '181233.698000', '181233.700000', '181233.703000', '181233.706000', '181233.708000', '181233.711000', '181233.713000', '181233.716000', '181233.719000', '181233.721000', '181233.724000', '181233.726000', '181233.729000', '181233.732000', '181233.734000', '181233.737000', '181233.739000', '181233.742000', '181233.744000', '181233.747000', '181253.635000', '181253.638000', '181253.641000', '181253.643000', '181253.646000', '181253.649000', '181253.651000', '181253.654000', '181253.656000', '181253.659000', '181253.661000', '181253.664000', '181253.667000', '181253.669000', '181253.672000', '181253.674000', '181253.677000', '181253.679000', '181253.682000', '181253.684000', '181253.687000', '181253.690000', '181253.692000', '181253.695000', '181253.697000', '181253.700000', '181253.703000', '181253.705000', '181253.708000', '181253.710000', '181253.713000', '181253.715000', '181253.718000', '181253.721000', '181253.723000', '181253.726000', '181253.728000', '181253.731000', '181253.733000', '181253.736000', '181253.739000', '181253.741000', '181253.744000', '181313.636000', '181313.639000', '181313.642000', '181313.644000', '181313.647000', '181313.649000', '181313.652000', '181313.655000', '181313.657000', '181313.660000', '181313.662000', '181313.665000', '181313.668000', '181313.670000', '181313.673000', '181313.675000', '181313.678000', '181313.680000', '181313.683000', '181313.686000', '181313.688000', '181313.691000', '181313.693000', '181313.696000', '181313.699000', '181313.701000', '181313.704000', '181313.706000', '181313.709000', '181313.711000', '181313.714000', '181313.717000', '181313.719000', '181313.722000', '181313.724000', '181313.727000', '181313.730000', '181313.732000', '181313.735000', '181313.737000', '181313.740000', '181313.742000', '181313.745000', '181313.748000', '181333.635000', '181333.638000', '181333.641000', '181333.644000', '181333.646000', '181333.649000', '181333.651000', '181333.654000', '181333.657000', '181333.659000', '181333.662000', '181333.664000', '181333.667000', '181333.670000', '181333.672000', '181333.675000', '181333.678000', '181333.680000', '181333.683000', '181333.686000', '181333.688000', '181333.691000', '181333.693000', '181333.696000', '181333.699000', '181333.701000', '181333.704000', '181333.706000', '181333.709000', '181333.712000', '181333.715000', '181333.718000', '181333.720000', '181333.723000', '181333.726000', '181333.728000', '181333.731000', '181333.733000', '181333.736000', '181333.738000', '181333.741000', '181333.744000', '181333.746000', '181353.636000', '181353.638000', '181353.641000', '181353.643000', '181353.646000', '181353.661000', '181353.664000', '181353.666000', '181353.669000', '181353.671000', '181353.674000', '181353.676000', '181353.679000', '181353.682000', '181353.684000', '181353.687000', '181353.689000', '181353.692000', '181353.695000', '181353.697000', '181353.700000', '181353.702000', '181353.705000', '181353.707000', '181353.710000', '181353.713000', '181353.715000', '181353.718000', '181353.721000', '181353.723000', '181353.726000', '181353.728000', '181353.731000', '181353.734000', '181353.736000', '181353.739000', '181353.741000', '181353.744000', '181353.746000', '181353.749000', '181353.751000', '181353.754000', '181353.757000', '181353.759000', '181413.635000', '181413.638000', '181413.641000', '181413.643000', '181413.646000', '181413.649000', '181413.651000', '181413.654000', '181413.656000', '181413.659000', '181413.661000', '181413.664000', '181413.667000', '181413.669000', '181413.672000', '181413.674000', '181413.677000', '181413.680000', '181413.683000', '181413.685000', '181413.688000', '181413.690000', '181413.693000', '181413.695000', '181413.698000', '181413.701000', '181413.703000', '181413.706000', '181413.709000', '181413.711000', '181413.714000', '181413.717000', '181413.719000', '181413.722000', '181413.724000', '181413.727000', '181413.730000', '181413.732000', '181413.735000', '181413.737000', '181413.740000', '181413.742000', '181413.745000', '181433.635000', '181433.638000', '181433.641000', '181433.644000', '181433.646000', '181433.649000', '181433.651000', '181433.654000', '181433.656000', '181433.659000', '181433.662000', '181433.664000', '181433.667000', '181433.669000', '181433.672000', '181433.675000', '181433.677000', '181433.680000', '181433.683000', '181433.685000', '181433.688000', '181433.690000', '181433.693000', '181433.695000', '181433.698000', '181433.700000', '181433.703000', '181433.706000', '181433.708000', '181433.711000', '181433.713000', '181433.716000', '181433.719000', '181433.721000', '181433.724000', '181433.726000', '181433.729000', '181433.731000', '181433.734000', '181433.737000', '181433.739000', '181433.742000', '181433.744000', '181433.747000', '181453.635000', '181453.638000', '181453.641000', '181453.643000', '181453.646000', '181453.649000', '181453.651000', '181453.654000', '181453.656000', '181453.659000', '181453.662000', '181453.664000', '181453.667000', '181453.669000', '181453.672000', '181453.682000', '181453.685000', '181453.687000', '181453.690000', '181453.692000', '181453.695000', '181453.698000', '181453.700000', '181453.703000', '181453.705000', '181453.708000', '181453.711000', '181453.713000', '181453.716000', '181453.718000', '181453.721000', '181453.723000', '181453.726000', '181453.729000', '181453.731000', '181453.734000', '181453.736000', '181453.739000', '181453.741000', '181453.744000', '181453.747000', '181453.750000', '181453.754000', '181513.636000', '181513.638000', '181513.641000', '181513.643000', '181513.646000', '181513.649000', '181513.651000', '181513.654000', '181513.656000', '181513.659000', '181513.661000', '181513.664000', '181513.666000', '181513.669000', '181513.672000', '181513.674000', '181513.687000', '181513.690000', '181513.693000', '181513.695000', '181513.698000', '181513.700000', '181513.703000', '181513.706000', '181513.708000', '181513.711000', '181513.713000', '181513.716000', '181513.719000', '181513.721000', '181513.724000', '181513.726000', '181513.729000', '181513.731000', '181513.734000', '181513.737000', '181513.739000', '181513.742000', '181513.744000', '181513.747000', '181513.749000', '181513.752000', '181513.755000', '181513.757000', '181533.637000', '181533.641000', '181533.644000', '181533.646000', '181533.649000', '181533.651000', '181533.654000', '181533.657000', '181533.659000', '181533.662000', '181533.664000', '181533.667000', '181533.669000', '181533.672000', '181533.675000', '181533.677000', '181533.680000', '181533.682000', '181533.685000', '181533.687000', '181533.690000', '181533.692000', '181533.695000', '181533.697000', '181533.700000', '181533.703000', '181533.705000', '181533.708000', '181533.710000', '181533.713000', '181533.716000', '181533.718000', '181533.721000', '181533.723000', '181533.726000', '181533.728000', '181533.731000', '181533.734000', '181533.736000', '181533.739000', '181533.741000', '181533.744000', '181533.747000', '181553.636000', '181553.638000', '181553.641000', '181553.644000', '181553.646000', '181553.649000', '181553.651000', '181553.654000', '181553.656000', '181553.659000', '181553.662000', '181553.664000', '181553.667000', '181553.669000', '181553.672000', '181553.675000', '181553.677000', '181553.680000', '181553.682000', '181553.685000', '181553.688000', '181553.690000', '181553.693000', '181553.695000', '181553.698000', '181553.700000', '181553.703000', '181553.705000', '181553.708000', '181553.711000', '181553.713000', '181553.716000', '181553.718000', '181553.721000', '181553.724000', '181553.726000', '181553.729000', '181553.731000', '181553.734000', '181553.736000', '181553.739000', '181553.742000', '181553.744000', '181553.747000', '181613.635000', '181613.638000', '181613.641000', '181613.643000', '181613.646000', '181613.649000', '181613.651000', '181613.654000', '181613.656000', '181613.659000', '181613.661000', '181613.664000', '181613.666000', '181613.669000', '181613.672000', '181613.674000', '181613.677000', '181613.680000', '181613.682000', '181613.685000', '181613.687000', '181613.690000', '181613.692000', '181613.695000', '181613.698000', '181613.700000', '181613.703000', '181613.705000', '181613.708000', '181613.711000', '181613.713000', '181613.716000', '181613.718000', '181613.721000', '181613.723000', '181613.726000', '181613.729000', '181613.731000', '181613.734000', '181613.736000', '181613.739000', '181613.742000', '181613.744000', '181633.636000', '181633.638000', '181633.641000', '181633.644000', '181633.646000', '181633.649000', '181633.651000', '181633.654000', '181633.656000', '181633.659000', '181633.662000', '181633.664000', '181633.667000', '181633.669000', '181633.672000', '181633.674000', '181633.677000', '181633.680000', '181633.682000', '181633.685000', '181633.687000', '181633.690000', '181633.693000', '181633.695000', '181633.698000', '181633.700000', '181633.703000', '181633.706000', '181633.708000', '181633.711000', '181633.713000', '181633.716000', '181633.718000', '181633.721000', '181633.723000', '181633.726000', '181633.729000', '181633.731000', '181633.734000', '181633.736000', '181633.739000', '181633.765000', '181633.768000', '181633.771000', '181634.896000', '181634.899000', '181634.902000'], 'InstanceCreationTime': ['180953.661000', '180953.664000', '180953.667000', '180953.669000', '180953.672000', '180953.675000', '180953.677000', '180953.680000', '180953.682000', '180953.685000', '180953.687000', '180953.690000', '180953.692000', '180953.695000', '180953.698000', '180953.700000', '180953.703000', '180953.705000', '180953.708000', '180953.710000', '180953.713000', '180953.715000', '180953.718000', '180953.724000', '180953.727000', '180953.729000', '180953.732000', '180953.734000', '180953.737000', '180953.739000', '180953.742000', '180953.745000', '180953.747000', '180953.750000', '180953.752000', '180953.755000', '180953.757000', '180953.760000', '180953.762000', '180953.765000', '180953.767000', '181013.635000', '181013.638000', '181013.641000', '181013.643000', '181013.646000', '181013.648000', '181013.651000', '181013.654000', '181013.656000', '181013.659000', '181013.661000', '181013.664000', '181013.666000', '181013.669000', '181013.671000', '181013.674000', '181013.676000', '181013.679000', '181013.681000', '181013.684000', '181013.686000', '181013.689000', '181013.692000', '181013.694000', '181013.697000', '181013.699000', '181013.702000', '181013.704000', '181013.707000', '181013.709000', '181013.712000', '181013.715000', '181013.717000', '181013.720000', '181013.722000', '181013.725000', '181013.727000', '181013.730000', '181013.732000', '181013.735000', '181013.737000', '181013.740000', '181013.742000', '181013.745000', '181033.635000', '181033.638000', '181033.641000', '181033.643000', '181033.646000', '181033.648000', '181033.651000', '181033.653000', '181033.656000', '181033.658000', '181033.661000', '181033.663000', '181033.666000', '181033.669000', '181033.671000', '181033.674000', '181033.676000', '181033.679000', '181033.681000', '181033.684000', '181033.686000', '181033.689000', '181033.691000', '181033.694000', '181033.696000', '181033.699000', '181033.702000', '181033.711000', '181033.714000', '181033.716000', '181033.719000', '181033.721000', '181033.724000', '181033.726000', '181033.729000', '181033.732000', '181033.734000', '181033.737000', '181033.739000', '181033.746000', '181033.748000', '181033.751000', '181033.754000', '181053.636000', '181053.639000', '181053.642000', '181053.644000', '181053.647000', '181053.650000', '181053.652000', '181053.655000', '181053.657000', '181053.660000', '181053.662000', '181053.665000', '181053.668000', '181053.670000', '181053.673000', '181053.675000', '181053.678000', '181053.680000', '181053.683000', '181053.685000', '181053.688000', '181053.691000', '181053.693000', '181053.696000', '181053.698000', '181053.701000', '181053.703000', '181053.706000', '181053.709000', '181053.713000', '181053.715000', '181053.718000', '181053.720000', '181053.723000', '181053.726000', '181053.728000', '181053.731000', '181053.733000', '181053.736000', '181053.738000', '181053.741000', '181053.743000', '181053.746000', '181053.748000', '181113.635000', '181113.638000', '181113.641000', '181113.643000', '181113.646000', '181113.648000', '181113.651000', '181113.654000', '181113.656000', '181113.659000', '181113.661000', '181113.664000', '181113.666000', '181113.669000', '181113.672000', '181113.674000', '181113.677000', '181113.679000', '181113.682000', '181113.684000', '181113.687000', '181113.689000', '181113.692000', '181113.695000', '181113.697000', '181113.700000', '181113.702000', '181113.705000', '181113.708000', '181113.710000', '181113.713000', '181113.715000', '181113.718000', '181113.720000', '181113.723000', '181113.726000', '181113.728000', '181113.731000', '181113.733000', '181113.736000', '181113.738000', '181113.741000', '181113.744000', '181133.636000', '181133.638000', '181133.641000', '181133.644000', '181133.646000', '181133.649000', '181133.652000', '181133.654000', '181133.657000', '181133.659000', '181133.662000', '181133.665000', '181133.667000', '181133.670000', '181133.672000', '181133.675000', '181133.677000', '181133.680000', '181133.683000', '181133.685000', '181133.688000', '181133.690000', '181133.693000', '181133.696000', '181133.698000', '181133.701000', '181133.703000', '181133.706000', '181133.708000', '181133.711000', '181133.714000', '181133.716000', '181133.719000', '181133.721000', '181133.724000', '181133.733000', '181133.735000', '181133.738000', '181133.740000', '181133.743000', '181133.746000', '181133.748000', '181133.751000', '181153.636000', '181153.638000', '181153.641000', '181153.644000', '181153.646000', '181153.649000', '181153.651000', '181153.654000', '181153.656000', '181153.659000', '181153.662000', '181153.664000', '181153.667000', '181153.669000', '181153.672000', '181153.675000', '181153.677000', '181153.680000', '181153.682000', '181153.685000', '181153.688000', '181153.690000', '181153.693000', '181153.696000', '181153.698000', '181153.701000', '181153.703000', '181153.706000', '181153.708000', '181153.711000', '181153.714000', '181153.716000', '181153.719000', '181153.721000', '181153.724000', '181153.726000', '181153.729000', '181153.731000', '181153.734000', '181153.737000', '181153.739000', '181153.742000', '181153.744000', '181153.747000', '181213.636000', '181213.638000', '181213.641000', '181213.644000', '181213.646000', '181213.649000', '181213.651000', '181213.654000', '181213.657000', '181213.659000', '181213.662000', '181213.664000', '181213.667000', '181213.669000', '181213.673000', '181213.676000', '181213.679000', '181213.681000', '181213.684000', '181213.687000', '181213.689000', '181213.692000', '181213.694000', '181213.703000', '181213.706000', '181213.708000', '181213.711000', '181213.713000', '181213.716000', '181213.718000', '181213.721000', '181213.724000', '181213.726000', '181213.729000', '181213.732000', '181213.734000', '181213.737000', '181213.739000', '181213.742000', '181213.744000', '181213.747000', '181213.750000', '181213.752000', '181233.636000', '181233.638000', '181233.641000', '181233.644000', '181233.646000', '181233.649000', '181233.651000', '181233.654000', '181233.656000', '181233.659000', '181233.662000', '181233.664000', '181233.667000', '181233.669000', '181233.672000', '181233.674000', '181233.677000', '181233.680000', '181233.682000', '181233.685000', '181233.687000', '181233.690000', '181233.693000', '181233.695000', '181233.698000', '181233.700000', '181233.703000', '181233.706000', '181233.708000', '181233.711000', '181233.713000', '181233.716000', '181233.719000', '181233.721000', '181233.724000', '181233.726000', '181233.729000', '181233.732000', '181233.734000', '181233.737000', '181233.739000', '181233.742000', '181233.744000', '181233.747000', '181253.635000', '181253.638000', '181253.641000', '181253.643000', '181253.646000', '181253.649000', '181253.651000', '181253.654000', '181253.656000', '181253.659000', '181253.661000', '181253.664000', '181253.667000', '181253.669000', '181253.672000', '181253.674000', '181253.677000', '181253.679000', '181253.682000', '181253.684000', '181253.687000', '181253.690000', '181253.692000', '181253.695000', '181253.697000', '181253.700000', '181253.703000', '181253.705000', '181253.708000', '181253.710000', '181253.713000', '181253.715000', '181253.718000', '181253.721000', '181253.723000', '181253.726000', '181253.728000', '181253.731000', '181253.733000', '181253.736000', '181253.739000', '181253.741000', '181253.744000', '181313.636000', '181313.639000', '181313.642000', '181313.644000', '181313.647000', '181313.649000', '181313.652000', '181313.655000', '181313.657000', '181313.660000', '181313.662000', '181313.665000', '181313.668000', '181313.670000', '181313.673000', '181313.675000', '181313.678000', '181313.680000', '181313.683000', '181313.686000', '181313.688000', '181313.691000', '181313.693000', '181313.696000', '181313.699000', '181313.701000', '181313.704000', '181313.706000', '181313.709000', '181313.711000', '181313.714000', '181313.717000', '181313.719000', '181313.722000', '181313.724000', '181313.727000', '181313.730000', '181313.732000', '181313.735000', '181313.737000', '181313.740000', '181313.742000', '181313.745000', '181313.748000', '181333.635000', '181333.638000', '181333.641000', '181333.644000', '181333.646000', '181333.649000', '181333.651000', '181333.654000', '181333.657000', '181333.659000', '181333.662000', '181333.664000', '181333.667000', '181333.670000', '181333.672000', '181333.675000', '181333.678000', '181333.680000', '181333.683000', '181333.686000', '181333.688000', '181333.691000', '181333.693000', '181333.696000', '181333.699000', '181333.701000', '181333.704000', '181333.706000', '181333.709000', '181333.712000', '181333.715000', '181333.718000', '181333.720000', '181333.723000', '181333.726000', '181333.728000', '181333.731000', '181333.733000', '181333.736000', '181333.738000', '181333.741000', '181333.744000', '181333.746000', '181353.636000', '181353.638000', '181353.641000', '181353.643000', '181353.646000', '181353.661000', '181353.664000', '181353.666000', '181353.669000', '181353.671000', '181353.674000', '181353.676000', '181353.679000', '181353.682000', '181353.684000', '181353.687000', '181353.689000', '181353.692000', '181353.695000', '181353.697000', '181353.700000', '181353.702000', '181353.705000', '181353.707000', '181353.710000', '181353.713000', '181353.715000', '181353.718000', '181353.721000', '181353.723000', '181353.726000', '181353.728000', '181353.731000', '181353.734000', '181353.736000', '181353.739000', '181353.741000', '181353.744000', '181353.746000', '181353.749000', '181353.751000', '181353.754000', '181353.757000', '181353.759000', '181413.635000', '181413.638000', '181413.641000', '181413.643000', '181413.646000', '181413.649000', '181413.651000', '181413.654000', '181413.656000', '181413.659000', '181413.661000', '181413.664000', '181413.667000', '181413.669000', '181413.672000', '181413.674000', '181413.677000', '181413.680000', '181413.683000', '181413.685000', '181413.688000', '181413.690000', '181413.693000', '181413.695000', '181413.698000', '181413.701000', '181413.703000', '181413.706000', '181413.709000', '181413.711000', '181413.714000', '181413.717000', '181413.719000', '181413.722000', '181413.724000', '181413.727000', '181413.730000', '181413.732000', '181413.735000', '181413.737000', '181413.740000', '181413.742000', '181413.745000', '181433.635000', '181433.638000', '181433.641000', '181433.644000', '181433.646000', '181433.649000', '181433.651000', '181433.654000', '181433.656000', '181433.659000', '181433.662000', '181433.664000', '181433.667000', '181433.669000', '181433.672000', '181433.675000', '181433.677000', '181433.680000', '181433.683000', '181433.685000', '181433.688000', '181433.690000', '181433.693000', '181433.695000', '181433.698000', '181433.700000', '181433.703000', '181433.706000', '181433.708000', '181433.711000', '181433.713000', '181433.716000', '181433.719000', '181433.721000', '181433.724000', '181433.726000', '181433.729000', '181433.731000', '181433.734000', '181433.737000', '181433.739000', '181433.742000', '181433.744000', '181433.747000', '181453.635000', '181453.638000', '181453.641000', '181453.643000', '181453.646000', '181453.649000', '181453.651000', '181453.654000', '181453.656000', '181453.659000', '181453.662000', '181453.664000', '181453.667000', '181453.669000', '181453.672000', '181453.682000', '181453.685000', '181453.687000', '181453.690000', '181453.692000', '181453.695000', '181453.698000', '181453.700000', '181453.703000', '181453.705000', '181453.708000', '181453.711000', '181453.713000', '181453.716000', '181453.718000', '181453.721000', '181453.723000', '181453.726000', '181453.729000', '181453.731000', '181453.734000', '181453.736000', '181453.739000', '181453.741000', '181453.744000', '181453.747000', '181453.750000', '181453.754000', '181513.636000', '181513.638000', '181513.641000', '181513.643000', '181513.646000', '181513.649000', '181513.651000', '181513.654000', '181513.656000', '181513.659000', '181513.661000', '181513.664000', '181513.666000', '181513.669000', '181513.672000', '181513.674000', '181513.687000', '181513.690000', '181513.693000', '181513.695000', '181513.698000', '181513.700000', '181513.703000', '181513.706000', '181513.708000', '181513.711000', '181513.713000', '181513.716000', '181513.719000', '181513.721000', '181513.724000', '181513.726000', '181513.729000', '181513.731000', '181513.734000', '181513.737000', '181513.739000', '181513.742000', '181513.744000', '181513.747000', '181513.749000', '181513.752000', '181513.755000', '181513.757000', '181533.637000', '181533.641000', '181533.644000', '181533.646000', '181533.649000', '181533.651000', '181533.654000', '181533.657000', '181533.659000', '181533.662000', '181533.664000', '181533.667000', '181533.669000', '181533.672000', '181533.675000', '181533.677000', '181533.680000', '181533.682000', '181533.685000', '181533.687000', '181533.690000', '181533.692000', '181533.695000', '181533.697000', '181533.700000', '181533.703000', '181533.705000', '181533.708000', '181533.710000', '181533.713000', '181533.716000', '181533.718000', '181533.721000', '181533.723000', '181533.726000', '181533.728000', '181533.731000', '181533.734000', '181533.736000', '181533.739000', '181533.741000', '181533.744000', '181533.747000', '181553.636000', '181553.638000', '181553.641000', '181553.644000', '181553.646000', '181553.649000', '181553.651000', '181553.654000', '181553.656000', '181553.659000', '181553.662000', '181553.664000', '181553.667000', '181553.669000', '181553.672000', '181553.675000', '181553.677000', '181553.680000', '181553.682000', '181553.685000', '181553.688000', '181553.690000', '181553.693000', '181553.695000', '181553.698000', '181553.700000', '181553.703000', '181553.705000', '181553.708000', '181553.711000', '181553.713000', '181553.716000', '181553.718000', '181553.721000', '181553.724000', '181553.726000', '181553.729000', '181553.731000', '181553.734000', '181553.736000', '181553.739000', '181553.742000', '181553.744000', '181553.747000', '181613.635000', '181613.638000', '181613.641000', '181613.643000', '181613.646000', '181613.649000', '181613.651000', '181613.654000', '181613.656000', '181613.659000', '181613.661000', '181613.664000', '181613.666000', '181613.669000', '181613.672000', '181613.674000', '181613.677000', '181613.680000', '181613.682000', '181613.685000', '181613.687000', '181613.690000', '181613.692000', '181613.695000', '181613.698000', '181613.700000', '181613.703000', '181613.705000', '181613.708000', '181613.711000', '181613.713000', '181613.716000', '181613.718000', '181613.721000', '181613.723000', '181613.726000', '181613.729000', '181613.731000', '181613.734000', '181613.736000', '181613.739000', '181613.742000', '181613.744000', '181633.636000', '181633.638000', '181633.641000', '181633.644000', '181633.646000', '181633.649000', '181633.651000', '181633.654000', '181633.656000', '181633.659000', '181633.662000', '181633.664000', '181633.667000', '181633.669000', '181633.672000', '181633.674000', '181633.677000', '181633.680000', '181633.682000', '181633.685000', '181633.687000', '181633.690000', '181633.693000', '181633.695000', '181633.698000', '181633.700000', '181633.703000', '181633.706000', '181633.708000', '181633.711000', '181633.713000', '181633.716000', '181633.718000', '181633.721000', '181633.723000', '181633.726000', '181633.729000', '181633.731000', '181633.734000', '181633.736000', '181633.739000', '181633.765000', '181633.768000', '181633.771000', '181634.896000', '181634.899000', '181634.902000'], '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': [8738, 8859, 8941, 9085, 8560, 8623, 8549, 7987, 8724, 8826, 9348, 8702, 8953, 9159, 8659, 8959, 8704, 8536, 8455, 8361, 8718, 8953, 8884, 9082, 8621, 8454, 8228, 8445, 8422, 8222, 8439, 8576, 8771, 8693, 8863, 8414, 8595, 8351, 8126, 8257, 7676, 8464, 8592, 8555, 8924, 8781, 8356, 8577, 8401, 9001, 8590, 8749, 8771, 8758, 8450, 8661, 8704, 8387, 8352, 8488, 9051, 8860, 8860, 8938, 9015, 8548, 8369, 8043, 8237, 8120, 8336, 8673, 8701, 8727, 8775, 8754, 8714, 8356, 8513, 8273, 8177, 8137, 8555, 8794, 8355, 8542, 8603, 8522, 7990, 7994, 8411, 8720, 8423, 8508, 8886, 8559, 8334, 8442, 8144, 8138, 8442, 8515, 8387, 8600, 8003, 8489, 8450, 7675, 8225, 8489, 9001, 8512, 8511, 7931, 7884, 8518, 8479, 8832, 8576, 8756, 8053, 8272, 8423, 7893, 9063, 8572, 9194, 9314, 9057, 8652, 8816, 8886, 8952, 8679, 9144, 9309, 8576, 8779, 8569, 8912, 8494, 9015, 9017, 8706, 8433, 8567, 8672, 7833, 8710, 8745, 9623, 8503, 9124, 9002, 8715, 8277, 8554, 8367, 8165, 8669, 8226, 8931, 8413, 8667, 8032, 8361, 8359, 8215, 8670, 8422, 8780, 8848, 8872, 7956, 8536, 8088, 7768, 8225, 8128, 8853, 8344, 8996, 8708, 8887, 8588, 8299, 8321, 8000, 8366, 8499, 8841, 8218, 9015, 8788, 8437, 8166, 7905, 8628, 8372, 8884, 8322, 8528, 8059, 8620, 8495, 8340, 8666, 7843, 8783, 8202, 8999, 8354, 9134, 7980, 8697, 8380, 8748, 8714, 8249, 9046, 8522, 8897, 8496, 8186, 8743, 8805, 9222, 8401, 9306, 8648, 8853, 8608, 8476, 8186, 8457, 8205, 8739, 9000, 8241, 8958, 8213, 8875, 7983, 8700, 8403, 7888, 8500, 8413, 8613, 8232, 9000, 8280, 8898, 8336, 8703, 8762, 8731, 8457, 7496, 8697, 8526, 8880, 8344, 8823, 8494, 8813, 8129, 7645, 8713, 8414, 9247, 8758, 8773, 8218, 7876, 8521, 8616, 8787, 8531, 8683, 8508, 9013, 7951, 9027, 8174, 8086, 8441, 8516, 8844, 8318, 8712, 8169, 7929, 8468, 8644, 8703, 8296, 8728, 8329, 9004, 8095, 8885, 7992, 8105, 8845, 8605, 9124, 8534, 8867, 8459, 8995, 8310, 8486, 8803, 8788, 9071, 9008, 9030, 8578, 8896, 8217, 8383, 9023, 8649, 9104, 8740, 9102, 8812, 9054, 8359, 8770, 8278, 7962, 8768, 8332, 9204, 8260, 9025, 8413, 8108, 8694, 8353, 8849, 8539, 8660, 8114, 9090, 8677, 9159, 8089, 8685, 8440, 8410, 8895, 7840, 8621, 8575, 8843, 8296, 8934, 8503, 8749, 7966, 8467, 8777, 8273, 9140, 8582, 8835, 8188, 8842, 8172, 8914, 8210, 8166, 8599, 8612, 8943, 8336, 8941, 8605, 8758, 8597, 9186, 8279, 8634, 8846, 8941, 8956, 8770, 9010, 8849, 9210, 8441, 8888, 8262, 7896, 8414, 8468, 9092, 8195, 9091, 8707, 8778, 8298, 8383, 8568, 8595, 8293, 8988, 8934, 8310, 8957, 8416, 8850, 8085, 8104, 8690, 8606, 8926, 8529, 8612, 8388, 8913, 8692, 9154, 8818, 8715, 7971, 7472, 8468, 8545, 8856, 8712, 8905, 8959, 8877, 8110, 8670, 8664, 7871, 8328, 8510, 8969, 8597, 9223, 8802, 8877, 8440, 8970, 8590, 7954, 8557, 8634, 9137, 8535, 9114, 8398, 8960, 8242, 8184, 8759, 8586, 9020, 8665, 8875, 8384, 9006, 8721, 8841, 8886, 8563, 8221, 8603, 9001, 8601, 8912, 8835, 8671, 8114, 7893, 8429, 8446, 8625, 8458, 9195, 8742, 9080, 9254, 8755, 8098, 8731, 8410, 8010, 8515, 8551, 9034, 8418, 9265, 8604, 8831, 8167, 8161, 8553, 8693, 8953, 8652, 9085, 8694, 9125, 8803, 8751, 8268, 8476, 8979, 8932, 9150, 8920, 8967, 8657, 9031, 8410, 8830, 8274, 8246, 8289, 8593, 8983, 8538, 9108, 8451, 8771, 9114, 8904, 8120, 8361, 8485, 8647, 8848, 8297, 9157, 8266, 8831, 8358, 8934, 8074, 7878, 8433, 7516, 8361, 8373, 8886, 8344, 8958, 8600, 8716, 8123, 7942, 8732, 7894, 8553, 8370, 8642, 8449, 8891, 8113, 9028, 7856, 8551, 8563, 8097, 8886, 8869, 9182, 8256, 8567, 8326, 8338, 8679, 8793, 8593, 8615, 9013, 8917, 9210, 8446, 8745, 8737, 8938, 9131, 8450, 9069, 8606, 8991, 8984, 9126, 8078, 8521, 8565, 8786, 8846, 8593, 8769, 8544, 8796, 8763, 8946, 8225, 7718, 8339, 8561, 9343, 8592, 9276, 8613, 8708, 8234, 8498, 8778, 8393, 8616, 8767, 9172, 8429, 9093, 8494, 8707, 8507, 8907, 9086, 8405, 9138, 8678, 9034, 8330, 8290, 8504, 8665, 9106, 8454, 9155, 8402, 8964, 8151, 8149, 8825, 8591, 8837, 8524, 8902, 8842, 8950, 8333, 8865, 8447, 7899, 8828, 8464, 9125, 8707, 8895, 8708, 8749, 8334, 8652, 8838, 8606, 8616, 8449, 9272, 8429, 9128, 8081, 8263, 8843, 8934, 9362, 8639, 9187, 8640, 9181, 8897, 8985, 8559, 7921, 8840, 8846, 9180, 8419, 9267, 8847, 8897, 8445, 7999, 8756, 8476, 8985, 8606, 9225, 9126, 9099, 8423, 7993, 8444, 8784, 8999, 8349, 8878, 8711, 9188, 8545, 9073, 8263, 8897, 8457, 7866, 8481, 8578, 9095, 8414, 9137, 8904, 9037, 8443, 7963, 8654, 8683, 8795, 8496, 9171, 8872, 8910, 8250, 8411, 8320, 8729, 9059, 8246, 9104, 8775, 8700, 8339, 7774, 8848, 8370, 8640, 8403, 9295, 8314, 9045, 8633, 8758, 8036, 8112, 8964, 8235, 9071, 8150, 9096, 8823, 8780, 8504, 8266, 8651, 8631, 8861, 8501, 8468, 8177, 9116, 8327, 8513, 9227, 9040, 9022, 8400, 8987, 9178, 8580, 9442, 8393, 9154, 9059, 8519, 9141, 8362, 9337, 8464, 9240, 8933, 8864, 8723, 8061, 9050, 8874, 8905, 8486, 9262, 8585, 8973, 8325, 8550, 8691, 8782, 9076, 8477, 8933, 8410, 8840, 8139, 8678, 8184, 7742, 8558, 8301, 8857, 8207, 9023, 7856, 7913, 8275, 8246, 9022, 8080, 9138, 8593, 8748, 9323, 8861, 8115, 8320, 8627, 7319, 8385, 8266, 8775, 8240, 9388, 8125, 8907, 7873, 7712, 8755, 8275, 8850, 8169, 8769, 8219, 8996, 8812, 8953, 8223, 7911, 8601, 8590, 9327, 8348, 9336, 8676, 8896, 8499, 8465, 8912, 7902, 9053, 8613, 9044, 8347, 9171, 8171, 9182, 9008, 8575, 8206, 7717, 8898, 8609, 8889, 8301, 9161, 8674, 8885, 8297, 8188, 8419, 8652, 8928, 8145, 9163, 8024, 9018, 8959, 8846, 8306, 7936, 8615, 8341, 8847, 8530, 9009, 8190, 8942, 7962, 8894, 9028, 8602, 8152, 7732, 8723, 8521, 8768, 8353, 9209, 8127], 'WindowCenter': [4173.0, 4170.0, 4155.0, 4153.0, 4142.0, 4141.0, 4128.0, 4118.0, 4128.0, 4127.0, 4138.0, 4127.0, 4138.0, 4138.0, 4127.0, 4125.0, 4127.0, 4128.0, 4115.0, 4127.0, 4128.0, 4140.0, 4142.0, 4139.0, 4128.0, 4129.0, 4127.0, 4129.0, 4129.0, 4128.0, 4129.0, 4128.0, 4129.0, 4128.0, 4139.0, 4130.0, 4129.0, 4128.0, 4119.0, 4127.0, 4117.0, 4128.0, 4128.0, 4127.0, 4129.0, 4127.0, 4127.0, 4129.0, 4127.0, 4137.0, 4128.0, 4128.0, 4128.0, 4128.0, 4128.0, 4128.0, 4139.0, 4128.0, 4129.0, 4125.0, 4128.0, 4137.0, 4138.0, 4129.0, 4128.0, 4128.0, 4128.0, 4128.0, 4127.0, 4118.0, 4128.0, 4128.0, 4127.0, 4127.0, 4128.0, 4127.0, 4128.0, 4118.0, 4128.0, 4115.0, 4117.0, 4118.0, 4126.0, 4128.0, 4129.0, 4129.0, 4128.0, 4129.0, 4128.0, 4118.0, 4127.0, 4129.0, 4128.0, 4129.0, 4139.0, 4128.0, 4128.0, 4127.0, 4117.0, 4117.0, 4127.0, 4125.0, 4128.0, 4128.0, 4127.0, 4128.0, 4129.0, 4118.0, 4127.0, 4128.0, 4137.0, 4127.0, 4129.0, 4117.0, 4117.0, 4128.0, 4126.0, 4138.0, 4128.0, 4127.0, 4116.0, 4128.0, 4128.0, 4116.0, 4137.0, 4129.0, 4138.0, 4137.0, 4139.0, 4140.0, 4138.0, 4128.0, 4129.0, 4126.0, 4128.0, 4126.0, 4115.0, 4114.0, 4113.0, 4116.0, 4115.0, 4114.0, 4114.0, 4115.0, 4114.0, 4114.0, 4112.0, 4104.0, 4114.0, 4114.0, 4125.0, 4114.0, 4125.0, 4113.0, 4115.0, 4114.0, 4116.0, 4116.0, 4115.0, 4116.0, 4114.0, 4126.0, 4117.0, 4127.0, 4103.0, 4116.0, 4115.0, 4115.0, 4115.0, 4114.0, 4115.0, 4126.0, 4126.0, 4115.0, 4125.0, 4117.0, 4107.0, 4115.0, 4114.0, 4128.0, 4117.0, 4127.0, 4116.0, 4126.0, 4113.0, 4116.0, 4113.0, 4105.0, 4116.0, 4116.0, 4115.0, 4115.0, 4124.0, 4115.0, 4117.0, 4116.0, 4118.0, 4116.0, 4115.0, 4126.0, 4116.0, 4115.0, 4106.0, 4127.0, 4115.0, 4117.0, 4116.0, 4105.0, 4114.0, 4115.0, 4126.0, 4113.0, 4127.0, 4104.0, 4117.0, 4117.0, 4116.0, 4115.0, 4117.0, 4125.0, 4126.0, 4129.0, 4115.0, 4115.0, 4127.0, 4126.0, 4125.0, 4118.0, 4127.0, 4115.0, 4127.0, 4115.0, 4117.0, 4114.0, 4116.0, 4115.0, 4116.0, 4127.0, 4115.0, 4127.0, 4116.0, 4129.0, 4115.0, 4129.0, 4114.0, 4117.0, 4126.0, 4113.0, 4115.0, 4115.0, 4125.0, 4116.0, 4115.0, 4115.0, 4115.0, 4114.0, 4115.0, 4115.0, 4096.0, 4117.0, 4115.0, 4127.0, 4117.0, 4124.0, 4116.0, 4127.0, 4105.0, 4105.0, 4117.0, 4117.0, 4139.0, 4129.0, 4129.0, 4115.0, 4118.0, 4116.0, 4127.0, 4129.0, 4126.0, 4126.0, 4128.0, 4128.0, 4116.0, 4128.0, 4117.0, 4117.0, 4117.0, 4127.0, 4129.0, 4117.0, 4126.0, 4117.0, 4118.0, 4117.0, 4127.0, 4127.0, 4117.0, 4127.0, 4116.0, 4127.0, 4116.0, 4129.0, 4105.0, 4114.0, 4126.0, 4115.0, 4138.0, 4115.0, 4129.0, 4116.0, 4126.0, 4117.0, 4128.0, 4128.0, 4127.0, 4127.0, 4126.0, 4126.0, 4125.0, 4128.0, 4116.0, 4117.0, 4128.0, 4127.0, 4127.0, 4117.0, 4125.0, 4124.0, 4126.0, 4113.0, 4127.0, 4116.0, 4103.0, 4115.0, 4115.0, 4125.0, 4116.0, 4127.0, 4118.0, 4117.0, 4125.0, 4117.0, 4125.0, 4126.0, 4117.0, 4116.0, 4128.0, 4118.0, 4127.0, 4106.0, 4116.0, 4116.0, 4115.0, 4126.0, 4104.0, 4115.0, 4115.0, 4117.0, 4115.0, 4125.0, 4116.0, 4127.0, 4106.0, 4117.0, 4117.0, 4114.0, 4128.0, 4114.0, 4126.0, 4116.0, 4125.0, 4115.0, 4124.0, 4114.0, 4116.0, 4115.0, 4116.0, 4126.0, 4115.0, 4127.0, 4116.0, 4116.0, 4117.0, 4127.0, 4116.0, 4127.0, 4126.0, 4126.0, 4127.0, 4116.0, 4128.0, 4127.0, 4126.0, 4114.0, 4127.0, 4115.0, 4118.0, 4115.0, 4115.0, 4127.0, 4117.0, 4129.0, 4116.0, 4126.0, 4115.0, 4115.0, 4114.0, 4117.0, 4117.0, 4124.0, 4125.0, 4117.0, 4126.0, 4116.0, 4127.0, 4104.0, 4116.0, 4117.0, 4115.0, 4127.0, 4116.0, 4116.0, 4115.0, 4128.0, 4117.0, 4126.0, 4126.0, 4117.0, 4103.0, 4095.0, 4115.0, 4115.0, 4127.0, 4116.0, 4127.0, 4127.0, 4128.0, 4114.0, 4127.0, 4125.0, 4106.0, 4115.0, 4116.0, 4114.0, 4116.0, 4124.0, 4127.0, 4127.0, 4115.0, 4127.0, 4115.0, 4105.0, 4116.0, 4117.0, 4125.0, 4117.0, 4125.0, 4116.0, 4129.0, 4115.0, 4116.0, 4118.0, 4117.0, 4125.0, 4117.0, 4128.0, 4116.0, 4128.0, 4117.0, 4128.0, 4126.0, 4127.0, 4115.0, 4116.0, 4125.0, 4115.0, 4127.0, 4127.0, 4128.0, 4117.0, 4118.0, 4127.0, 4119.0, 4129.0, 4119.0, 4139.0, 4128.0, 4126.0, 4126.0, 4128.0, 4115.0, 4117.0, 4116.0, 4105.0, 4116.0, 4115.0, 4125.0, 4117.0, 4124.0, 4116.0, 4127.0, 4117.0, 4114.0, 4115.0, 4116.0, 4113.0, 4114.0, 4125.0, 4116.0, 4127.0, 4124.0, 4116.0, 4104.0, 4113.0, 4115.0, 4126.0, 4125.0, 4115.0, 4127.0, 4113.0, 4125.0, 4102.0, 4114.0, 4117.0, 4117.0, 4105.0, 4117.0, 4114.0, 4117.0, 4127.0, 4113.0, 4114.0, 4116.0, 4124.0, 4105.0, 4115.0, 4116.0, 4113.0, 4116.0, 4116.0, 4125.0, 4113.0, 4124.0, 4116.0, 4116.0, 4105.0, 4107.0, 4116.0, 4096.0, 4116.0, 4114.0, 4127.0, 4116.0, 4125.0, 4114.0, 4114.0, 4104.0, 4105.0, 4116.0, 4105.0, 4114.0, 4116.0, 4116.0, 4113.0, 4127.0, 4104.0, 4127.0, 4106.0, 4116.0, 4116.0, 4117.0, 4128.0, 4129.0, 4140.0, 4117.0, 4119.0, 4117.0, 4114.0, 4128.0, 4116.0, 4116.0, 4116.0, 4125.0, 4128.0, 4127.0, 4107.0, 4116.0, 4113.0, 4126.0, 4126.0, 4116.0, 4126.0, 4115.0, 4128.0, 4116.0, 4124.0, 4103.0, 4116.0, 4116.0, 4116.0, 4126.0, 4114.0, 4115.0, 4114.0, 4116.0, 4114.0, 4128.0, 4115.0, 4105.0, 4117.0, 4126.0, 4127.0, 4118.0, 4126.0, 4117.0, 4117.0, 4116.0, 4115.0, 4115.0, 4115.0, 4114.0, 4117.0, 4126.0, 4104.0, 4125.0, 4116.0, 4115.0, 4117.0, 4127.0, 4125.0, 4116.0, 4125.0, 4115.0, 4126.0, 4115.0, 4115.0, 4117.0, 4117.0, 4126.0, 4117.0, 4125.0, 4117.0, 4125.0, 4105.0, 4104.0, 4114.0, 4115.0, 4126.0, 4114.0, 4125.0, 4116.0, 4126.0, 4116.0, 4126.0, 4115.0, 4104.0, 4114.0, 4116.0, 4124.0, 4113.0, 4117.0, 4115.0, 4114.0, 4104.0, 4113.0, 4114.0, 4115.0, 4116.0, 4115.0, 4126.0, 4115.0, 4127.0, 4103.0, 4116.0, 4116.0, 4125.0, 4126.0, 4117.0, 4126.0, 4117.0, 4126.0, 4125.0, 4127.0, 4115.0, 4106.0, 4125.0, 4126.0, 4125.0, 4116.0, 4128.0, 4116.0, 4124.0, 4115.0, 4106.0, 4115.0, 4116.0, 4125.0, 4116.0, 4127.0, 4127.0, 4126.0, 4116.0, 4107.0, 4116.0, 4115.0, 4126.0, 4114.0, 4126.0, 4116.0, 4124.0, 4117.0, 4115.0, 4113.0, 4115.0, 4104.0, 4105.0, 4113.0, 4113.0, 4115.0, 4114.0, 4128.0, 4124.0, 4127.0, 4115.0, 4105.0, 4115.0, 4115.0, 4116.0, 4117.0, 4126.0, 4114.0, 4125.0, 4114.0, 4117.0, 4117.0, 4114.0, 4114.0, 4114.0, 4127.0, 4117.0, 4116.0, 4116.0, 4105.0, 4127.0, 4114.0, 4117.0, 4103.0, 4126.0, 4104.0, 4113.0, 4114.0, 4114.0, 4105.0, 4102.0, 4115.0, 4113.0, 4114.0, 4104.0, 4124.0, 4127.0, 4116.0, 4113.0, 4114.0, 4117.0, 4116.0, 4124.0, 4115.0, 4116.0, 4104.0, 4125.0, 4113.0, 4116.0, 4128.0, 4126.0, 4129.0, 4116.0, 4127.0, 4126.0, 4125.0, 4137.0, 4117.0, 4128.0, 4116.0, 4115.0, 4127.0, 4115.0, 4126.0, 4116.0, 4126.0, 4115.0, 4117.0, 4118.0, 4106.0, 4126.0, 4114.0, 4116.0, 4115.0, 4126.0, 4112.0, 4115.0, 4113.0, 4115.0, 4117.0, 4114.0, 4117.0, 4113.0, 4116.0, 4116.0, 4126.0, 4107.0, 4114.0, 4107.0, 4104.0, 4115.0, 4114.0, 4124.0, 4116.0, 4126.0, 4105.0, 4115.0, 4118.0, 4116.0, 4128.0, 4115.0, 4136.0, 4118.0, 4127.0, 4124.0, 4125.0, 4105.0, 4117.0, 4116.0, 4095.0, 4115.0, 4107.0, 4114.0, 4104.0, 4124.0, 4105.0, 4126.0, 4105.0, 4106.0, 4116.0, 4114.0, 4125.0, 4115.0, 4116.0, 4113.0, 4114.0, 4115.0, 4114.0, 4114.0, 4104.0, 4116.0, 4114.0, 4125.0, 4115.0, 4127.0, 4116.0, 4127.0, 4113.0, 4115.0, 4127.0, 4106.0, 4115.0, 4115.0, 4115.0, 4115.0, 4125.0, 4106.0, 4124.0, 4113.0, 4117.0, 4103.0, 4096.0, 4116.0, 4113.0, 4116.0, 4113.0, 4125.0, 4115.0, 4115.0, 4104.0, 4116.0, 4115.0, 4115.0, 4125.0, 4105.0, 4128.0, 4107.0, 4126.0, 4125.0, 4125.0, 4115.0, 4106.0, 4116.0, 4116.0, 4116.0, 4115.0, 4115.0, 4106.0, 4116.0, 4103.0, 4113.0, 4114.0, 4114.0, 4103.0, 4091.0, 4114.0, 4112.0, 4115.0, 4116.0, 4126.0, 4105.0], 'WindowWidth': [9272.0, 9256.0, 9229.0, 9220.0, 9201.0, 9198.0, 9176.0, 9162.0, 9174.0, 9171.0, 9188.0, 9172.0, 9186.0, 9185.0, 9170.0, 9165.0, 9170.0, 9172.0, 9153.0, 9173.0, 9174.0, 9193.0, 9196.0, 9191.0, 9173.0, 9178.0, 9171.0, 9176.0, 9176.0, 9174.0, 9176.0, 9174.0, 9176.0, 9175.0, 9190.0, 9177.0, 9178.0, 9174.0, 9163.0, 9172.0, 9159.0, 9173.0, 9172.0, 9171.0, 9176.0, 9172.0, 9172.0, 9178.0, 9172.0, 9185.0, 9176.0, 9173.0, 9176.0, 9176.0, 9177.0, 9175.0, 9191.0, 9174.0, 9176.0, 9167.0, 9173.0, 9185.0, 9186.0, 9176.0, 9173.0, 9174.0, 9174.0, 9176.0, 9171.0, 9161.0, 9174.0, 9174.0, 9173.0, 9172.0, 9174.0, 9171.0, 9173.0, 9159.0, 9172.0, 9153.0, 9159.0, 9160.0, 9169.0, 9174.0, 9175.0, 9178.0, 9174.0, 9178.0, 9175.0, 9163.0, 9172.0, 9177.0, 9173.0, 9176.0, 9190.0, 9174.0, 9176.0, 9171.0, 9159.0, 9160.0, 9171.0, 9169.0, 9174.0, 9175.0, 9173.0, 9175.0, 9175.0, 9161.0, 9171.0, 9173.0, 9185.0, 9170.0, 9177.0, 9157.0, 9158.0, 9172.0, 9168.0, 9187.0, 9174.0, 9172.0, 9158.0, 9173.0, 9174.0, 9154.0, 9185.0, 9176.0, 9187.0, 9187.0, 9191.0, 9192.0, 9188.0, 9175.0, 9174.0, 9167.0, 9170.0, 9165.0, 9150.0, 9149.0, 9144.0, 9150.0, 9148.0, 9144.0, 9146.0, 9148.0, 9145.0, 9146.0, 9141.0, 9135.0, 9146.0, 9146.0, 9163.0, 9146.0, 9161.0, 9144.0, 9149.0, 9147.0, 9151.0, 9152.0, 9148.0, 9151.0, 9147.0, 9165.0, 9154.0, 9168.0, 9131.0, 9153.0, 9150.0, 9149.0, 9150.0, 9146.0, 9151.0, 9166.0, 9167.0, 9151.0, 9165.0, 9155.0, 9142.0, 9149.0, 9149.0, 9170.0, 9156.0, 9168.0, 9151.0, 9164.0, 9144.0, 9150.0, 9144.0, 9134.0, 9150.0, 9151.0, 9149.0, 9149.0, 9160.0, 9150.0, 9155.0, 9151.0, 9157.0, 9152.0, 9148.0, 9165.0, 9152.0, 9151.0, 9137.0, 9168.0, 9149.0, 9156.0, 9151.0, 9135.0, 9145.0, 9148.0, 9165.0, 9145.0, 9167.0, 9135.0, 9154.0, 9154.0, 9152.0, 9150.0, 9156.0, 9164.0, 9165.0, 9173.0, 9150.0, 9151.0, 9168.0, 9165.0, 9164.0, 9156.0, 9168.0, 9150.0, 9167.0, 9149.0, 9153.0, 9146.0, 9152.0, 9150.0, 9151.0, 9165.0, 9148.0, 9167.0, 9153.0, 9173.0, 9149.0, 9173.0, 9148.0, 9154.0, 9167.0, 9146.0, 9148.0, 9148.0, 9163.0, 9150.0, 9149.0, 9149.0, 9149.0, 9147.0, 9149.0, 9148.0, 9126.0, 9155.0, 9150.0, 9167.0, 9154.0, 9162.0, 9152.0, 9169.0, 9137.0, 9138.0, 9154.0, 9154.0, 9187.0, 9173.0, 9174.0, 9152.0, 9158.0, 9153.0, 9169.0, 9172.0, 9166.0, 9167.0, 9171.0, 9171.0, 9153.0, 9172.0, 9154.0, 9156.0, 9155.0, 9168.0, 9173.0, 9157.0, 9169.0, 9156.0, 9160.0, 9155.0, 9171.0, 9169.0, 9156.0, 9169.0, 9154.0, 9170.0, 9152.0, 9174.0, 9136.0, 9149.0, 9166.0, 9151.0, 9184.0, 9150.0, 9173.0, 9153.0, 9167.0, 9156.0, 9171.0, 9171.0, 9168.0, 9168.0, 9167.0, 9169.0, 9164.0, 9171.0, 9152.0, 9156.0, 9169.0, 9168.0, 9167.0, 9153.0, 9163.0, 9160.0, 9165.0, 9146.0, 9168.0, 9151.0, 9132.0, 9148.0, 9149.0, 9164.0, 9153.0, 9169.0, 9156.0, 9156.0, 9163.0, 9155.0, 9162.0, 9167.0, 9155.0, 9152.0, 9170.0, 9156.0, 9169.0, 9138.0, 9153.0, 9152.0, 9150.0, 9164.0, 9134.0, 9147.0, 9150.0, 9153.0, 9149.0, 9163.0, 9150.0, 9167.0, 9139.0, 9154.0, 9154.0, 9148.0, 9168.0, 9146.0, 9164.0, 9150.0, 9161.0, 9150.0, 9160.0, 9146.0, 9152.0, 9147.0, 9151.0, 9165.0, 9150.0, 9166.0, 9153.0, 9151.0, 9155.0, 9168.0, 9151.0, 9167.0, 9165.0, 9166.0, 9168.0, 9153.0, 9170.0, 9166.0, 9167.0, 9148.0, 9168.0, 9150.0, 9157.0, 9151.0, 9151.0, 9167.0, 9154.0, 9172.0, 9151.0, 9166.0, 9150.0, 9150.0, 9148.0, 9154.0, 9154.0, 9160.0, 9161.0, 9152.0, 9166.0, 9152.0, 9168.0, 9134.0, 9153.0, 9153.0, 9150.0, 9169.0, 9152.0, 9152.0, 9150.0, 9169.0, 9154.0, 9167.0, 9165.0, 9154.0, 9132.0, 9122.0, 9149.0, 9149.0, 9167.0, 9152.0, 9169.0, 9167.0, 9170.0, 9147.0, 9167.0, 9162.0, 9140.0, 9151.0, 9152.0, 9146.0, 9149.0, 9161.0, 9165.0, 9167.0, 9148.0, 9166.0, 9149.0, 9135.0, 9150.0, 9153.0, 9164.0, 9154.0, 9165.0, 9153.0, 9173.0, 9150.0, 9152.0, 9155.0, 9154.0, 9164.0, 9153.0, 9169.0, 9152.0, 9169.0, 9155.0, 9169.0, 9164.0, 9167.0, 9149.0, 9152.0, 9162.0, 9150.0, 9168.0, 9168.0, 9171.0, 9155.0, 9157.0, 9171.0, 9162.0, 9173.0, 9162.0, 9187.0, 9172.0, 9168.0, 9167.0, 9172.0, 9149.0, 9155.0, 9151.0, 9136.0, 9151.0, 9149.0, 9163.0, 9153.0, 9161.0, 9150.0, 9168.0, 9151.0, 9147.0, 9148.0, 9152.0, 9145.0, 9145.0, 9161.0, 9151.0, 9167.0, 9159.0, 9152.0, 9132.0, 9144.0, 9148.0, 9164.0, 9162.0, 9149.0, 9166.0, 9145.0, 9161.0, 9129.0, 9147.0, 9151.0, 9153.0, 9134.0, 9151.0, 9145.0, 9153.0, 9167.0, 9145.0, 9147.0, 9150.0, 9161.0, 9134.0, 9149.0, 9150.0, 9145.0, 9150.0, 9152.0, 9163.0, 9144.0, 9160.0, 9151.0, 9152.0, 9135.0, 9140.0, 9152.0, 9124.0, 9150.0, 9147.0, 9167.0, 9151.0, 9163.0, 9147.0, 9148.0, 9133.0, 9136.0, 9150.0, 9136.0, 9147.0, 9151.0, 9152.0, 9145.0, 9169.0, 9136.0, 9167.0, 9139.0, 9151.0, 9152.0, 9155.0, 9172.0, 9172.0, 9191.0, 9156.0, 9159.0, 9153.0, 9148.0, 9170.0, 9152.0, 9152.0, 9150.0, 9164.0, 9170.0, 9167.0, 9139.0, 9151.0, 9144.0, 9165.0, 9164.0, 9151.0, 9166.0, 9149.0, 9169.0, 9151.0, 9160.0, 9132.0, 9151.0, 9150.0, 9152.0, 9164.0, 9146.0, 9148.0, 9148.0, 9151.0, 9146.0, 9168.0, 9149.0, 9136.0, 9154.0, 9165.0, 9167.0, 9156.0, 9166.0, 9155.0, 9156.0, 9151.0, 9149.0, 9150.0, 9149.0, 9147.0, 9154.0, 9164.0, 9132.0, 9163.0, 9151.0, 9149.0, 9151.0, 9168.0, 9163.0, 9152.0, 9163.0, 9148.0, 9165.0, 9149.0, 9150.0, 9154.0, 9153.0, 9164.0, 9152.0, 9162.0, 9151.0, 9162.0, 9136.0, 9132.0, 9146.0, 9149.0, 9164.0, 9146.0, 9163.0, 9150.0, 9164.0, 9151.0, 9164.0, 9148.0, 9134.0, 9145.0, 9150.0, 9159.0, 9143.0, 9152.0, 9147.0, 9146.0, 9132.0, 9144.0, 9147.0, 9149.0, 9150.0, 9149.0, 9164.0, 9150.0, 9166.0, 9131.0, 9151.0, 9150.0, 9161.0, 9166.0, 9153.0, 9164.0, 9154.0, 9164.0, 9162.0, 9166.0, 9148.0, 9138.0, 9161.0, 9163.0, 9161.0, 9151.0, 9168.0, 9149.0, 9161.0, 9147.0, 9138.0, 9148.0, 9151.0, 9163.0, 9152.0, 9166.0, 9166.0, 9164.0, 9151.0, 9141.0, 9151.0, 9150.0, 9163.0, 9148.0, 9166.0, 9150.0, 9161.0, 9152.0, 9150.0, 9144.0, 9148.0, 9131.0, 9136.0, 9143.0, 9143.0, 9148.0, 9145.0, 9168.0, 9159.0, 9168.0, 9149.0, 9136.0, 9150.0, 9148.0, 9151.0, 9153.0, 9164.0, 9148.0, 9164.0, 9148.0, 9153.0, 9153.0, 9147.0, 9145.0, 9148.0, 9167.0, 9153.0, 9153.0, 9152.0, 9136.0, 9166.0, 9148.0, 9151.0, 9131.0, 9162.0, 9132.0, 9144.0, 9145.0, 9145.0, 9134.0, 9129.0, 9147.0, 9144.0, 9146.0, 9133.0, 9160.0, 9165.0, 9151.0, 9145.0, 9146.0, 9151.0, 9152.0, 9161.0, 9148.0, 9150.0, 9131.0, 9162.0, 9143.0, 9150.0, 9170.0, 9166.0, 9173.0, 9152.0, 9168.0, 9166.0, 9164.0, 9180.0, 9154.0, 9170.0, 9150.0, 9150.0, 9165.0, 9148.0, 9164.0, 9150.0, 9165.0, 9148.0, 9152.0, 9156.0, 9138.0, 9163.0, 9146.0, 9149.0, 9146.0, 9163.0, 9140.0, 9147.0, 9144.0, 9148.0, 9152.0, 9145.0, 9151.0, 9144.0, 9150.0, 9149.0, 9164.0, 9138.0, 9147.0, 9138.0, 9132.0, 9149.0, 9148.0, 9161.0, 9152.0, 9165.0, 9137.0, 9150.0, 9157.0, 9153.0, 9170.0, 9152.0, 9181.0, 9157.0, 9170.0, 9162.0, 9166.0, 9135.0, 9152.0, 9149.0, 9122.0, 9147.0, 9139.0, 9146.0, 9133.0, 9160.0, 9135.0, 9165.0, 9134.0, 9139.0, 9150.0, 9148.0, 9162.0, 9147.0, 9150.0, 9144.0, 9146.0, 9148.0, 9147.0, 9147.0, 9133.0, 9150.0, 9147.0, 9163.0, 9150.0, 9168.0, 9150.0, 9166.0, 9143.0, 9150.0, 9166.0, 9138.0, 9148.0, 9149.0, 9148.0, 9147.0, 9162.0, 9136.0, 9159.0, 9143.0, 9153.0, 9128.0, 9123.0, 9151.0, 9144.0, 9149.0, 9142.0, 9160.0, 9147.0, 9148.0, 9133.0, 9151.0, 9148.0, 9150.0, 9162.0, 9136.0, 9168.0, 9141.0, 9164.0, 9163.0, 9163.0, 9147.0, 9137.0, 9150.0, 9150.0, 9151.0, 9147.0, 9148.0, 9135.0, 9150.0, 9130.0, 9144.0, 9145.0, 9146.0, 9128.0, 9111.0, 9144.0, 9141.0, 9148.0, 9150.0, 9162.0, 9135.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.0016595484581497797</td></tr>
<tr><td colspan=3>aqi</td><td>0.014957404383259914</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.287569308886454</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2285049970562303</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.027471071003308</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>6573.0112</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06175740383987193</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22026431718061673</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4152969045420734</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3718834889044365</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.556044302695519</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3179629220262647</td></tr>
<tr><td colspan=3>gcor</td><td>0.00354336</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012335469014942646</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02439950220286846</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</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.805504983408357</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.257</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2249</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.9068</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>307611.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>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.7254</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1617</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.4768</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3375.6666</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.5312</td></tr>
<tr><td colspan=3>tsnr</td><td>45.44784971047193</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>