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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-02/func/sub-0056_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3b71dd304158558b8f9d3d43e7dce553</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:28:38.937500</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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>c718e4fc-b486-47e2-9788-aa2f7bb43f08||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': ['182838.937500', '182839.397500', '182839.857500', '182840.317500', '182840.777500', '182841.237500', '182841.697500', '182842.157500', '182842.617500', '182843.077500', '182843.537500', '182843.997500', '182844.457500', '182844.917500', '182845.377500', '182845.837500', '182846.297500', '182846.757500', '182847.217500', '182847.677500', '182848.137500', '182848.597500', '182849.057500', '182849.517500', '182849.977500', '182850.437500', '182850.897500', '182851.357500', '182851.817500', '182852.277500', '182852.737500', '182853.197500', '182853.657500', '182854.117500', '182854.577500', '182855.037500', '182855.497500', '182855.957500', '182856.417500', '182856.877500', '182857.337500', '182857.797500', '182858.257500', '182858.717500', '182859.177500', '182859.637500', '182900.097500', '182900.557500', '182901.017500', '182901.477500', '182901.937500', '182902.397500', '182902.857500', '182903.317500', '182903.777500', '182904.237500', '182904.697500', '182905.157500', '182905.617500', '182906.077500', '182906.537500', '182906.997500', '182907.457500', '182907.917500', '182908.377500', '182908.837500', '182909.297500', '182909.757500', '182910.217500', '182910.677500', '182911.137500', '182911.597500', '182912.057500', '182912.517500', '182912.977500', '182913.437500', '182913.897500', '182914.357500', '182914.817500', '182915.277500', '182915.737500', '182916.197500', '182916.657500', '182917.117500', '182917.577500', '182918.037500', '182918.497500', '182918.957500', '182919.417500', '182919.877500', '182920.337500', '182920.797500', '182921.257500', '182921.717500', '182922.177500', '182922.637500', '182923.097500', '182923.557500', '182924.017500', '182924.477500', '182924.937500', '182925.397500', '182925.857500', '182926.317500', '182926.777500', '182927.237500', '182927.697500', '182928.157500', '182928.617500', '182929.077500', '182929.537500', '182929.997500', '182930.457500', '182930.917500', '182931.377500', '182931.837500', '182932.297500', '182932.757500', '182933.217500', '182933.677500', '182934.137500', '182934.597500', '182935.057500', '182935.517500', '182935.977500', '182936.437500', '182936.897500', '182937.357500', '182937.817500', '182938.277500', '182938.737500', '182939.197500', '182939.657500', '182940.117500', '182940.577500', '182941.037500', '182941.497500', '182941.957500', '182942.417500', '182942.877500', '182943.337500', '182943.797500', '182944.257500', '182944.717500', '182945.177500', '182945.637500', '182946.097500', '182946.557500', '182947.017500', '182947.477500', '182947.937500', '182948.397500', '182948.857500', '182949.317500', '182949.777500', '182950.237500', '182950.697500', '182951.157500', '182951.617500', '182952.077500', '182952.537500', '182952.997500', '182953.457500', '182953.917500', '182954.377500', '182954.837500', '182955.297500', '182955.757500', '182956.217500', '182956.677500', '182957.137500', '182957.597500', '182958.057500', '182958.517500', '182958.977500', '182959.437500', '182959.897500', '183000.357500', '183000.817500', '183001.277500', '183001.737500', '183002.197500', '183002.657500', '183003.117500', '183003.577500', '183004.037500', '183004.497500', '183004.957500', '183005.417500', '183005.877500', '183006.337500', '183006.797500', '183007.257500', '183007.717500', '183008.177500', '183008.637500', '183009.097500', '183009.557500', '183010.017500', '183010.477500', '183010.937500', '183011.397500', '183011.857500', '183012.317500', '183012.777500', '183013.237500', '183013.697500', '183014.157500', '183014.617500', '183015.077500', '183015.537500', '183015.997500', '183016.457500', '183016.917500', '183017.377500', '183017.837500', '183018.297500', '183018.757500', '183019.217500', '183019.677500', '183020.137500', '183020.597500', '183021.057500', '183021.517500', '183021.977500', '183022.437500', '183022.897500', '183023.357500', '183023.817500', '183024.277500', '183024.737500', '183025.197500', '183025.657500', '183026.117500', '183026.577500', '183027.037500', '183027.497500', '183027.957500', '183028.417500', '183028.877500', '183029.337500', '183029.797500', '183030.257500', '183030.717500', '183031.177500', '183031.637500', '183032.097500', '183032.557500', '183033.017500', '183033.477500', '183033.937500', '183034.397500', '183034.857500', '183035.317500', '183035.777500', '183036.237500', '183036.697500', '183037.157500', '183037.617500', '183038.077500', '183038.537500', '183038.997500', '183039.457500', '183039.917500', '183040.377500', '183040.837500', '183041.297500', '183041.757500', '183042.217500', '183042.677500', '183043.137500', '183043.597500', '183044.057500', '183044.517500', '183044.977500', '183045.437500', '183045.897500', '183046.357500', '183046.817500', '183047.277500', '183047.737500', '183048.197500', '183048.657500', '183049.117500', '183049.577500', '183050.037500', '183050.497500', '183050.957500', '183051.417500', '183051.877500', '183052.337500', '183052.797500', '183053.257500', '183053.717500', '183054.177500', '183054.637500', '183055.097500', '183055.557500', '183056.017500', '183056.477500', '183056.937500', '183057.397500', '183057.857500', '183058.317500', '183058.777500', '183059.237500', '183059.697500', '183100.157500', '183100.617500', '183101.077500', '183101.537500', '183101.997500', '183102.457500', '183102.917500', '183103.377500', '183103.837500', '183104.297500', '183104.757500', '183105.217500', '183105.677500', '183106.137500', '183106.597500', '183107.057500', '183107.517500', '183107.977500', '183108.437500', '183108.897500', '183109.357500', '183109.817500', '183110.277500', '183110.737500', '183111.197500', '183111.657500', '183112.117500', '183112.577500', '183113.037500', '183113.497500', '183113.957500', '183114.417500', '183114.877500', '183115.337500', '183115.797500', '183116.257500', '183116.717500', '183117.177500', '183117.637500', '183118.097500', '183118.557500', '183119.017500', '183119.477500', '183119.937500', '183120.397500', '183120.857500', '183121.317500', '183121.777500', '183122.237500', '183122.697500', '183123.157500', '183123.617500', '183124.077500', '183124.537500', '183124.997500', '183125.457500', '183125.917500', '183126.377500', '183126.837500', '183127.297500', '183127.757500', '183128.217500', '183128.677500', '183129.137500', '183129.597500', '183130.057500', '183130.517500', '183130.977500', '183131.437500', '183131.897500', '183132.357500', '183132.817500', '183133.277500', '183133.737500', '183134.197500', '183134.657500', '183135.117500', '183135.577500', '183136.037500', '183136.497500', '183136.957500', '183137.417500', '183137.877500', '183138.337500', '183138.797500', '183139.257500', '183139.717500', '183140.177500', '183140.637500', '183141.097500', '183141.557500', '183142.017500', '183142.477500', '183142.937500', '183143.397500', '183143.857500', '183144.317500', '183144.777500', '183145.237500', '183145.697500', '183146.157500', '183146.617500', '183147.077500', '183147.537500', '183147.997500', '183148.457500', '183148.917500', '183149.377500', '183149.837500', '183150.297500', '183150.757500', '183151.217500', '183151.677500', '183152.137500', '183152.597500', '183153.057500', '183153.517500', '183153.977500', '183154.437500', '183154.897500', '183155.357500', '183155.817500', '183156.277500', '183156.737500', '183157.197500', '183157.657500', '183158.117500', '183158.577500', '183159.037500', '183159.497500', '183159.957500', '183200.417500', '183200.877500', '183201.337500', '183201.797500', '183202.257500', '183202.717500', '183203.177500', '183203.637500', '183204.097500', '183204.557500', '183205.017500', '183205.477500', '183205.937500', '183206.397500', '183206.857500', '183207.317500', '183207.777500', '183208.237500', '183208.697500', '183209.157500', '183209.617500', '183210.077500', '183210.537500', '183210.997500', '183211.457500', '183211.917500', '183212.377500', '183212.837500', '183213.297500', '183213.757500', '183214.217500', '183214.677500', '183215.137500', '183215.597500', '183216.057500', '183216.517500', '183216.977500', '183217.437500', '183217.897500', '183218.357500', '183218.817500', '183219.277500', '183219.737500', '183220.197500', '183220.657500', '183221.117500', '183221.577500', '183222.037500', '183222.497500', '183222.957500', '183223.417500', '183223.877500', '183224.337500', '183224.797500', '183225.257500', '183225.717500', '183226.177500', '183226.637500', '183227.097500', '183227.557500', '183228.017500', '183228.477500', '183228.937500', '183229.397500', '183229.857500', '183230.317500', '183230.777500', '183231.237500', '183231.697500', '183232.157500', '183232.617500', '183233.077500', '183233.537500', '183233.997500', '183234.457500', '183234.917500', '183235.377500', '183235.837500', '183236.297500', '183236.757500', '183237.217500', '183237.677500', '183238.137500', '183238.597500', '183239.057500', '183239.517500', '183239.977500', '183240.437500', '183240.897500', '183241.357500', '183241.817500', '183242.277500', '183242.737500', '183243.197500', '183243.657500', '183244.117500', '183244.577500', '183245.037500', '183245.497500', '183245.957500', '183246.417500', '183246.877500', '183247.337500', '183247.797500', '183248.257500', '183248.717500', '183249.177500', '183249.637500', '183250.097500', '183250.557500', '183251.017500', '183251.477500', '183251.937500', '183252.397500', '183252.857500', '183253.317500', '183253.777500', '183254.237500', '183254.697500', '183255.157500', '183255.617500', '183256.077500', '183256.537500', '183256.997500', '183257.457500', '183257.917500', '183258.377500', '183258.837500', '183259.297500', '183259.757500', '183300.217500', '183300.677500', '183301.137500', '183301.597500', '183302.057500', '183302.517500', '183302.977500', '183303.437500', '183303.897500', '183304.357500', '183304.817500', '183305.277500', '183305.737500', '183306.197500', '183306.657500', '183307.117500', '183307.577500', '183308.037500', '183308.497500', '183308.957500', '183309.417500', '183309.877500', '183310.337500', '183310.797500', '183311.257500', '183311.717500', '183312.177500', '183312.637500', '183313.097500', '183313.557500', '183314.017500', '183314.477500', '183314.937500', '183315.397500', '183315.857500', '183316.317500', '183316.777500', '183317.237500', '183317.697500', '183318.157500', '183318.617500', '183319.077500', '183319.537500', '183319.997500', '183320.457500', '183320.917500', '183321.377500', '183321.837500', '183322.297500', '183322.757500', '183323.217500', '183323.677500', '183324.137500', '183324.597500', '183325.057500', '183325.517500', '183325.977500', '183326.437500', '183326.897500', '183327.357500', '183327.817500', '183328.277500', '183328.737500', '183329.197500', '183329.657500', '183330.117500', '183330.577500', '183331.037500', '183331.497500', '183331.957500', '183332.417500', '183332.877500', '183333.337500', '183333.797500', '183334.257500', '183334.717500', '183335.177500', '183335.637500', '183336.097500', '183336.557500', '183337.017500', '183337.477500', '183337.937500', '183338.397500', '183338.857500', '183339.317500', '183339.777500', '183340.237500', '183340.697500', '183341.157500', '183341.617500', '183342.077500', '183342.537500', '183342.997500', '183343.457500', '183343.917500', '183344.377500', '183344.837500', '183345.297500', '183345.757500', '183346.217500', '183346.677500', '183347.137500', '183347.597500', '183348.057500', '183348.517500', '183348.977500', '183349.437500', '183349.897500', '183350.357500', '183350.817500', '183351.277500', '183351.737500', '183352.197500', '183352.657500', '183353.117500', '183353.577500', '183354.037500', '183354.497500', '183354.957500', '183355.417500', '183355.877500', '183356.337500', '183356.797500', '183357.257500', '183357.717500', '183358.177500', '183358.637500', '183359.097500', '183359.557500', '183400.017500', '183400.477500', '183400.937500', '183401.397500', '183401.857500', '183402.317500', '183402.777500', '183403.237500', '183403.697500', '183404.157500', '183404.617500', '183405.077500', '183405.537500', '183405.997500', '183406.457500', '183406.917500', '183407.377500', '183407.837500', '183408.297500', '183408.757500', '183409.217500', '183409.677500', '183410.137500', '183410.597500', '183411.057500', '183411.517500', '183411.977500', '183412.437500', '183412.897500', '183413.357500', '183413.817500', '183414.277500', '183414.737500', '183415.197500', '183415.657500', '183416.117500', '183416.577500', '183417.037500', '183417.497500', '183417.957500', '183418.417500', '183418.877500', '183419.337500', '183419.797500', '183420.257500', '183420.717500', '183421.177500', '183421.637500', '183422.097500', '183422.557500', '183423.017500', '183423.477500', '183423.937500', '183424.397500', '183424.857500', '183425.317500', '183425.777500', '183426.237500', '183426.697500', '183427.157500', '183427.617500', '183428.077500', '183428.537500', '183428.997500', '183429.457500', '183429.917500', '183430.377500', '183430.837500', '183431.297500', '183431.757500', '183432.217500', '183432.677500', '183433.137500', '183433.597500', '183434.057500', '183434.517500', '183434.977500', '183435.437500', '183435.897500', '183436.357500', '183436.817500', '183437.277500', '183437.737500', '183438.197500', '183438.657500', '183439.117500', '183439.577500', '183440.037500', '183440.497500', '183440.957500', '183441.417500', '183441.877500', '183442.337500', '183442.797500', '183443.257500', '183443.717500', '183444.177500', '183444.637500', '183445.097500', '183445.557500', '183446.017500', '183446.477500', '183446.937500', '183447.397500', '183447.857500', '183448.317500', '183448.777500', '183449.237500', '183449.697500', '183450.157500', '183450.617500', '183451.077500', '183451.537500', '183451.997500', '183452.457500', '183452.917500', '183453.377500', '183453.837500', '183454.297500', '183454.757500', '183455.217500', '183455.677500', '183456.137500', '183456.597500', '183457.057500', '183457.517500', '183457.977500', '183458.437500', '183458.897500', '183459.357500', '183459.817500', '183500.277500', '183500.737500', '183501.197500', '183501.657500', '183502.117500', '183502.577500', '183503.037500', '183503.497500', '183503.957500', '183504.417500', '183504.877500', '183505.337500', '183505.797500', '183506.257500', '183506.717500', '183507.177500', '183507.637500', '183508.097500', '183508.557500', '183509.017500', '183509.477500', '183509.937500', '183510.397500', '183510.857500', '183511.317500', '183511.777500', '183512.237500', '183512.697500', '183513.157500', '183513.617500', '183514.077500', '183514.537500', '183514.997500', '183515.457500', '183515.917500', '183516.377500', '183516.837500', '183517.297500', '183517.757500', '183518.217500', '183518.677500', '183519.137500', '183519.597500', '183520.057500', '183520.517500', '183520.977500', '183521.437500', '183521.897500', '183522.357500', '183522.817500', '183523.277500', '183523.737500', '183524.197500', '183524.657500', '183525.117500', '183525.577500', '183526.037500', '183526.497500', '183526.957500', '183527.417500', '183527.877500', '183528.337500', '183528.797500', '183529.257500', '183529.717500', '183530.177500', '183530.637500', '183531.097500', '183531.557500', '183532.017500', '183532.477500', '183532.937500', '183533.397500', '183533.857500', '183534.317500', '183534.777500', '183535.237500', '183535.697500', '183536.157500', '183536.617500', '183537.077500', '183537.537500', '183537.997500', '183538.457500', '183538.917500'], 'ContentTime': ['182853.586000', '182853.589000', '182853.592000', '182853.595000', '182853.598000', '182853.600000', '182853.603000', '182853.605000', '182853.616000', '182853.619000', '182853.622000', '182853.624000', '182853.627000', '182853.629000', '182853.634000', '182853.637000', '182853.639000', '182853.642000', '182853.644000', '182853.647000', '182853.650000', '182853.652000', '182853.655000', '182853.657000', '182853.660000', '182853.663000', '182853.665000', '182853.668000', '182853.670000', '182913.551000', '182913.553000', '182913.562000', '182913.565000', '182913.567000', '182913.570000', '182913.572000', '182913.576000', '182913.578000', '182913.581000', '182913.583000', '182913.586000', '182913.589000', '182913.591000', '182913.594000', '182913.596000', '182913.599000', '182913.601000', '182913.611000', '182913.613000', '182913.616000', '182913.618000', '182913.621000', '182913.623000', '182913.626000', '182913.628000', '182913.631000', '182913.633000', '182913.636000', '182913.639000', '182913.641000', '182913.644000', '182913.646000', '182913.649000', '182913.652000', '182913.654000', '182913.657000', '182913.659000', '182913.662000', '182913.664000', '182913.678000', '182913.681000', '182913.683000', '182933.551000', '182933.554000', '182933.557000', '182933.559000', '182933.562000', '182933.564000', '182933.567000', '182933.569000', '182933.572000', '182933.575000', '182933.577000', '182933.580000', '182933.582000', '182933.585000', '182933.587000', '182933.590000', '182933.593000', '182933.595000', '182933.598000', '182933.600000', '182933.603000', '182933.605000', '182933.608000', '182933.616000', '182933.619000', '182933.621000', '182933.624000', '182933.627000', '182933.629000', '182933.632000', '182933.634000', '182933.637000', '182933.639000', '182933.642000', '182933.644000', '182933.647000', '182933.649000', '182933.652000', '182933.654000', '182933.657000', '182933.660000', '182933.662000', '182933.665000', '182933.667000', '182953.550000', '182953.553000', '182953.556000', '182953.558000', '182953.561000', '182953.563000', '182953.566000', '182953.568000', '182953.571000', '182953.574000', '182953.576000', '182953.579000', '182953.581000', '182953.584000', '182953.587000', '182953.589000', '182953.592000', '182953.594000', '182953.597000', '182953.599000', '182953.602000', '182953.604000', '182953.607000', '182953.610000', '182953.613000', '182953.616000', '182953.618000', '182953.621000', '182953.624000', '182953.626000', '182953.629000', '182953.631000', '182953.634000', '182953.636000', '182953.639000', '182953.641000', '182953.644000', '182953.647000', '182953.649000', '182953.652000', '182953.654000', '182953.657000', '182953.659000', '183013.551000', '183013.553000', '183013.556000', '183013.558000', '183013.561000', '183013.564000', '183013.566000', '183013.569000', '183013.571000', '183013.574000', '183013.577000', '183013.579000', '183013.582000', '183013.584000', '183013.587000', '183013.590000', '183013.592000', '183013.595000', '183013.598000', '183013.600000', '183013.603000', '183013.605000', '183013.608000', '183013.610000', '183013.613000', '183013.616000', '183013.618000', '183013.621000', '183013.623000', '183013.626000', '183013.628000', '183013.631000', '183013.634000', '183013.636000', '183013.639000', '183013.641000', '183013.644000', '183013.646000', '183013.649000', '183013.652000', '183013.654000', '183013.657000', '183013.659000', '183013.662000', '183033.550000', '183033.553000', '183033.556000', '183033.558000', '183033.561000', '183033.563000', '183033.566000', '183033.569000', '183033.571000', '183033.574000', '183033.577000', '183033.579000', '183033.582000', '183033.585000', '183033.588000', '183033.591000', '183033.594000', '183033.596000', '183033.599000', '183033.601000', '183033.604000', '183033.606000', '183033.609000', '183033.611000', '183033.614000', '183033.617000', '183033.619000', '183033.622000', '183033.624000', '183033.627000', '183033.629000', '183033.632000', '183033.635000', '183033.637000', '183033.640000', '183033.642000', '183033.645000', '183033.647000', '183033.650000', '183033.652000', '183033.655000', '183033.658000', '183033.660000', '183053.550000', '183053.553000', '183053.556000', '183053.558000', '183053.561000', '183053.563000', '183053.566000', '183053.569000', '183053.571000', '183053.574000', '183053.576000', '183053.579000', '183053.581000', '183053.584000', '183053.587000', '183053.589000', '183053.592000', '183053.594000', '183053.597000', '183053.599000', '183053.602000', '183053.605000', '183053.607000', '183053.610000', '183053.613000', '183053.615000', '183053.618000', '183053.620000', '183053.623000', '183053.625000', '183053.628000', '183053.630000', '183053.633000', '183053.636000', '183053.638000', '183053.641000', '183053.643000', '183053.646000', '183053.649000', '183053.651000', '183053.654000', '183053.657000', '183053.659000', '183053.662000', '183113.550000', '183113.553000', '183113.556000', '183113.559000', '183113.561000', '183113.564000', '183113.566000', '183113.578000', '183113.581000', '183113.583000', '183113.586000', '183113.589000', '183113.591000', '183113.594000', '183113.596000', '183113.599000', '183113.601000', '183113.604000', '183113.606000', '183113.609000', '183113.612000', '183113.614000', '183113.617000', '183113.619000', '183113.622000', '183113.624000', '183113.627000', '183113.630000', '183113.632000', '183113.635000', '183113.637000', '183113.640000', '183113.642000', '183113.645000', '183113.648000', '183113.651000', '183113.654000', '183113.656000', '183113.659000', '183113.662000', '183113.664000', '183113.667000', '183113.669000', '183133.551000', '183133.554000', '183133.557000', '183133.559000', '183133.562000', '183133.564000', '183133.567000', '183133.570000', '183133.572000', '183133.575000', '183133.577000', '183133.580000', '183133.582000', '183133.585000', '183133.588000', '183133.590000', '183133.593000', '183133.596000', '183133.598000', '183133.601000', '183133.603000', '183133.606000', '183133.609000', '183133.611000', '183133.614000', '183133.616000', '183133.619000', '183133.621000', '183133.624000', '183133.627000', '183133.629000', '183133.632000', '183133.635000', '183133.637000', '183133.640000', '183133.642000', '183133.645000', '183133.648000', '183133.650000', '183133.653000', '183133.655000', '183133.658000', '183133.660000', '183133.663000', '183153.551000', '183153.554000', '183153.557000', '183153.559000', '183153.562000', '183153.565000', '183153.567000', '183153.570000', '183153.572000', '183153.575000', '183153.578000', '183153.580000', '183153.583000', '183153.585000', '183153.588000', '183153.590000', '183153.593000', '183153.596000', '183153.598000', '183153.601000', '183153.603000', '183153.606000', '183153.609000', '183153.611000', '183153.614000', '183153.616000', '183153.619000', '183153.621000', '183153.624000', '183153.626000', '183153.629000', '183153.632000', '183153.634000', '183153.637000', '183153.639000', '183153.642000', '183153.645000', '183153.647000', '183153.650000', '183153.652000', '183153.655000', '183153.658000', '183153.661000', '183213.550000', '183213.553000', '183213.556000', '183213.558000', '183213.561000', '183213.564000', '183213.566000', '183213.569000', '183213.571000', '183213.574000', '183213.576000', '183213.579000', '183213.581000', '183213.584000', '183213.587000', '183213.589000', '183213.592000', '183213.594000', '183213.597000', '183213.600000', '183213.602000', '183213.605000', '183213.607000', '183213.610000', '183213.613000', '183213.615000', '183213.618000', '183213.621000', '183213.623000', '183213.626000', '183213.628000', '183213.631000', '183213.634000', '183213.636000', '183213.639000', '183213.642000', '183213.644000', '183213.647000', '183213.649000', '183213.652000', '183213.655000', '183213.657000', '183213.660000', '183213.662000', '183233.550000', '183233.553000', '183233.556000', '183233.559000', '183233.561000', '183233.564000', '183233.566000', '183233.569000', '183233.572000', '183233.574000', '183233.577000', '183233.579000', '183233.582000', '183233.584000', '183233.587000', '183233.590000', '183233.592000', '183233.595000', '183233.597000', '183233.600000', '183233.602000', '183233.605000', '183233.608000', '183233.610000', '183233.613000', '183233.615000', '183233.618000', '183233.621000', '183233.623000', '183233.626000', '183233.628000', '183233.631000', '183233.646000', '183233.648000', '183233.651000', '183233.654000', '183233.656000', '183233.659000', '183233.662000', '183233.664000', '183233.667000', '183233.669000', '183233.672000', '183253.551000', '183253.553000', '183253.556000', '183253.559000', '183253.561000', '183253.564000', '183253.566000', '183253.569000', '183253.572000', '183253.574000', '183253.577000', '183253.579000', '183253.582000', '183253.585000', '183253.587000', '183253.590000', '183253.593000', '183253.595000', '183253.598000', '183253.600000', '183253.603000', '183253.606000', '183253.608000', '183253.611000', '183253.613000', '183253.616000', '183253.618000', '183253.621000', '183253.624000', '183253.626000', '183253.629000', '183253.631000', '183253.634000', '183253.637000', '183253.639000', '183253.642000', '183253.644000', '183253.647000', '183253.649000', '183253.652000', '183253.655000', '183253.657000', '183253.660000', '183253.663000', '183313.550000', '183313.553000', '183313.556000', '183313.559000', '183313.561000', '183313.564000', '183313.566000', '183313.569000', '183313.571000', '183313.574000', '183313.577000', '183313.579000', '183313.582000', '183313.584000', '183313.587000', '183313.589000', '183313.592000', '183313.595000', '183313.597000', '183313.600000', '183313.602000', '183313.605000', '183313.607000', '183313.610000', '183313.613000', '183313.615000', '183313.618000', '183313.620000', '183313.623000', '183313.625000', '183313.628000', '183313.631000', '183313.633000', '183313.636000', '183313.638000', '183313.641000', '183313.644000', '183313.646000', '183313.649000', '183313.651000', '183313.654000', '183313.656000', '183313.659000', '183333.551000', '183333.553000', '183333.556000', '183333.559000', '183333.561000', '183333.564000', '183333.567000', '183333.569000', '183333.572000', '183333.574000', '183333.577000', '183333.579000', '183333.582000', '183333.584000', '183333.587000', '183333.590000', '183333.592000', '183333.595000', '183333.597000', '183333.600000', '183333.603000', '183333.605000', '183333.608000', '183333.610000', '183333.613000', '183333.616000', '183333.618000', '183333.621000', '183333.623000', '183333.626000', '183333.628000', '183333.631000', '183333.634000', '183333.636000', '183333.639000', '183333.642000', '183333.644000', '183333.647000', '183333.650000', '183333.652000', '183333.655000', '183333.657000', '183333.660000', '183333.663000', '183353.551000', '183353.554000', '183353.557000', '183353.560000', '183353.562000', '183353.565000', '183353.567000', '183353.570000', '183353.572000', '183353.575000', '183353.578000', '183353.580000', '183353.583000', '183353.585000', '183353.588000', '183353.591000', '183353.593000', '183353.596000', '183353.598000', '183353.601000', '183353.603000', '183353.606000', '183353.609000', '183353.611000', '183353.614000', '183353.616000', '183353.619000', '183353.621000', '183353.624000', '183353.627000', '183353.629000', '183353.632000', '183353.634000', '183353.637000', '183353.639000', '183353.642000', '183353.644000', '183353.647000', '183353.650000', '183353.652000', '183353.655000', '183353.657000', '183353.660000', '183413.551000', '183413.554000', '183413.557000', '183413.559000', '183413.562000', '183413.564000', '183413.567000', '183413.570000', '183413.572000', '183413.575000', '183413.577000', '183413.580000', '183413.582000', '183413.596000', '183413.598000', '183413.601000', '183413.604000', '183413.606000', '183413.609000', '183413.611000', '183413.614000', '183413.616000', '183413.619000', '183413.622000', '183413.624000', '183413.627000', '183413.629000', '183413.632000', '183413.635000', '183413.637000', '183413.640000', '183413.642000', '183413.645000', '183413.648000', '183413.650000', '183413.653000', '183413.655000', '183413.658000', '183413.661000', '183413.663000', '183413.666000', '183413.669000', '183413.671000', '183413.676000', '183433.550000', '183433.553000', '183433.556000', '183433.559000', '183433.561000', '183433.564000', '183433.566000', '183433.569000', '183433.571000', '183433.574000', '183433.576000', '183433.579000', '183433.582000', '183433.584000', '183433.587000', '183433.589000', '183433.592000', '183433.595000', '183433.597000', '183433.600000', '183433.602000', '183433.605000', '183433.607000', '183433.610000', '183433.612000', '183433.615000', '183433.618000', '183433.620000', '183433.623000', '183433.625000', '183433.628000', '183433.630000', '183433.633000', '183433.635000', '183433.638000', '183433.641000', '183433.643000', '183433.646000', '183433.648000', '183433.651000', '183433.654000', '183433.656000', '183433.659000', '183453.551000', '183453.553000', '183453.556000', '183453.559000', '183453.561000', '183453.564000', '183453.566000', '183453.569000', '183453.571000', '183453.574000', '183453.577000', '183453.579000', '183453.582000', '183453.585000', '183453.587000', '183453.590000', '183453.592000', '183453.595000', '183453.598000', '183453.600000', '183453.603000', '183453.605000', '183453.608000', '183453.611000', '183453.613000', '183453.616000', '183453.618000', '183453.621000', '183453.624000', '183453.626000', '183453.629000', '183453.631000', '183453.634000', '183453.636000', '183453.639000', '183453.642000', '183453.644000', '183453.647000', '183453.650000', '183453.652000', '183453.655000', '183453.657000', '183453.660000', '183453.663000', '183513.550000', '183513.553000', '183513.556000', '183513.559000', '183513.561000', '183513.564000', '183513.566000', '183513.569000', '183513.571000', '183513.574000', '183513.576000', '183513.579000', '183513.582000', '183513.584000', '183513.587000', '183513.590000', '183513.592000', '183513.595000', '183513.597000', '183513.600000', '183513.602000', '183513.605000', '183513.608000', '183513.610000', '183513.613000', '183513.615000', '183513.618000', '183513.620000', '183513.623000', '183513.626000', '183513.628000', '183513.631000', '183513.633000', '183513.636000', '183513.638000', '183513.641000', '183513.643000', '183513.646000', '183513.649000', '183513.651000', '183513.654000', '183513.657000', '183513.659000', '183533.551000', '183533.554000', '183533.556000', '183533.559000', '183533.561000', '183533.564000', '183533.567000', '183533.569000', '183533.572000', '183533.574000', '183533.586000', '183533.589000', '183533.592000', '183533.594000', '183533.597000', '183533.599000', '183533.602000', '183533.605000', '183533.607000', '183533.610000', '183533.612000', '183533.615000', '183533.618000', '183533.620000', '183533.623000', '183533.626000', '183533.628000', '183533.631000', '183533.633000', '183533.636000', '183533.639000', '183533.641000', '183533.644000', '183533.647000', '183533.649000', '183533.652000', '183533.654000', '183533.657000', '183533.660000', '183533.662000', '183533.665000', '183533.668000', '183533.670000', '183540.385000', '183540.388000', '183540.391000', '183540.393000', '183540.396000', '183540.398000', '183540.401000', '183540.403000', '183540.406000', '183540.409000', '183540.411000', '183540.414000', '183540.417000', '183540.419000', '183540.422000', '183540.424000'], 'InstanceCreationTime': ['182853.586000', '182853.589000', '182853.592000', '182853.595000', '182853.598000', '182853.600000', '182853.603000', '182853.605000', '182853.616000', '182853.619000', '182853.622000', '182853.624000', '182853.627000', '182853.629000', '182853.634000', '182853.637000', '182853.639000', '182853.642000', '182853.644000', '182853.647000', '182853.650000', '182853.652000', '182853.655000', '182853.657000', '182853.660000', '182853.663000', '182853.665000', '182853.668000', '182853.670000', '182913.551000', '182913.553000', '182913.562000', '182913.565000', '182913.567000', '182913.570000', '182913.572000', '182913.576000', '182913.578000', '182913.581000', '182913.583000', '182913.586000', '182913.589000', '182913.591000', '182913.594000', '182913.596000', '182913.599000', '182913.601000', '182913.611000', '182913.613000', '182913.616000', '182913.618000', '182913.621000', '182913.623000', '182913.626000', '182913.628000', '182913.631000', '182913.633000', '182913.636000', '182913.639000', '182913.641000', '182913.644000', '182913.646000', '182913.649000', '182913.652000', '182913.654000', '182913.657000', '182913.659000', '182913.662000', '182913.664000', '182913.678000', '182913.681000', '182913.683000', '182933.551000', '182933.554000', '182933.557000', '182933.559000', '182933.562000', '182933.564000', '182933.567000', '182933.569000', '182933.572000', '182933.575000', '182933.577000', '182933.580000', '182933.582000', '182933.585000', '182933.587000', '182933.590000', '182933.593000', '182933.595000', '182933.598000', '182933.600000', '182933.603000', '182933.605000', '182933.608000', '182933.616000', '182933.619000', '182933.621000', '182933.624000', '182933.627000', '182933.629000', '182933.632000', '182933.634000', '182933.637000', '182933.639000', '182933.642000', '182933.644000', '182933.647000', '182933.649000', '182933.652000', '182933.654000', '182933.657000', '182933.660000', '182933.662000', '182933.665000', '182933.667000', '182953.550000', '182953.553000', '182953.556000', '182953.558000', '182953.561000', '182953.563000', '182953.566000', '182953.568000', '182953.571000', '182953.574000', '182953.576000', '182953.579000', '182953.581000', '182953.584000', '182953.587000', '182953.589000', '182953.592000', '182953.594000', '182953.597000', '182953.599000', '182953.602000', '182953.604000', '182953.607000', '182953.610000', '182953.613000', '182953.616000', '182953.618000', '182953.621000', '182953.624000', '182953.626000', '182953.629000', '182953.631000', '182953.634000', '182953.636000', '182953.639000', '182953.641000', '182953.644000', '182953.647000', '182953.649000', '182953.652000', '182953.654000', '182953.657000', '182953.659000', '183013.551000', '183013.553000', '183013.556000', '183013.558000', '183013.561000', '183013.564000', '183013.566000', '183013.569000', '183013.571000', '183013.574000', '183013.577000', '183013.579000', '183013.582000', '183013.584000', '183013.587000', '183013.590000', '183013.592000', '183013.595000', '183013.598000', '183013.600000', '183013.603000', '183013.605000', '183013.608000', '183013.610000', '183013.613000', '183013.616000', '183013.618000', '183013.621000', '183013.623000', '183013.626000', '183013.628000', '183013.631000', '183013.634000', '183013.636000', '183013.639000', '183013.641000', '183013.644000', '183013.646000', '183013.649000', '183013.652000', '183013.654000', '183013.657000', '183013.659000', '183013.662000', '183033.550000', '183033.553000', '183033.556000', '183033.558000', '183033.561000', '183033.563000', '183033.566000', '183033.569000', '183033.571000', '183033.574000', '183033.577000', '183033.579000', '183033.582000', '183033.585000', '183033.588000', '183033.591000', '183033.594000', '183033.596000', '183033.599000', '183033.601000', '183033.604000', '183033.606000', '183033.609000', '183033.611000', '183033.614000', '183033.617000', '183033.619000', '183033.622000', '183033.624000', '183033.627000', '183033.629000', '183033.632000', '183033.635000', '183033.637000', '183033.640000', '183033.642000', '183033.645000', '183033.647000', '183033.650000', '183033.652000', '183033.655000', '183033.658000', '183033.660000', '183053.550000', '183053.553000', '183053.556000', '183053.558000', '183053.561000', '183053.563000', '183053.566000', '183053.569000', '183053.571000', '183053.574000', '183053.576000', '183053.579000', '183053.581000', '183053.584000', '183053.587000', '183053.589000', '183053.592000', '183053.594000', '183053.597000', '183053.599000', '183053.602000', '183053.605000', '183053.607000', '183053.610000', '183053.613000', '183053.615000', '183053.618000', '183053.620000', '183053.623000', '183053.625000', '183053.628000', '183053.630000', '183053.633000', '183053.636000', '183053.638000', '183053.641000', '183053.643000', '183053.646000', '183053.649000', '183053.651000', '183053.654000', '183053.657000', '183053.659000', '183053.662000', '183113.550000', '183113.553000', '183113.556000', '183113.559000', '183113.561000', '183113.564000', '183113.566000', '183113.578000', '183113.581000', '183113.583000', '183113.586000', '183113.589000', '183113.591000', '183113.594000', '183113.596000', '183113.599000', '183113.601000', '183113.604000', '183113.606000', '183113.609000', '183113.612000', '183113.614000', '183113.617000', '183113.619000', '183113.622000', '183113.624000', '183113.627000', '183113.630000', '183113.632000', '183113.635000', '183113.637000', '183113.640000', '183113.642000', '183113.645000', '183113.648000', '183113.651000', '183113.654000', '183113.656000', '183113.659000', '183113.662000', '183113.664000', '183113.667000', '183113.669000', '183133.551000', '183133.554000', '183133.557000', '183133.559000', '183133.562000', '183133.564000', '183133.567000', '183133.570000', '183133.572000', '183133.575000', '183133.577000', '183133.580000', '183133.582000', '183133.585000', '183133.588000', '183133.590000', '183133.593000', '183133.596000', '183133.598000', '183133.601000', '183133.603000', '183133.606000', '183133.609000', '183133.611000', '183133.614000', '183133.616000', '183133.619000', '183133.621000', '183133.624000', '183133.627000', '183133.629000', '183133.632000', '183133.635000', '183133.637000', '183133.640000', '183133.642000', '183133.645000', '183133.648000', '183133.650000', '183133.653000', '183133.655000', '183133.658000', '183133.660000', '183133.663000', '183153.551000', '183153.554000', '183153.557000', '183153.559000', '183153.562000', '183153.565000', '183153.567000', '183153.570000', '183153.572000', '183153.575000', '183153.578000', '183153.580000', '183153.583000', '183153.585000', '183153.588000', '183153.590000', '183153.593000', '183153.596000', '183153.598000', '183153.601000', '183153.603000', '183153.606000', '183153.609000', '183153.611000', '183153.614000', '183153.616000', '183153.619000', '183153.621000', '183153.624000', '183153.626000', '183153.629000', '183153.632000', '183153.634000', '183153.637000', '183153.639000', '183153.642000', '183153.645000', '183153.647000', '183153.650000', '183153.652000', '183153.655000', '183153.658000', '183153.661000', '183213.550000', '183213.553000', '183213.556000', '183213.558000', '183213.561000', '183213.564000', '183213.566000', '183213.569000', '183213.571000', '183213.574000', '183213.576000', '183213.579000', '183213.581000', '183213.584000', '183213.587000', '183213.589000', '183213.592000', '183213.594000', '183213.597000', '183213.600000', '183213.602000', '183213.605000', '183213.607000', '183213.610000', '183213.613000', '183213.615000', '183213.618000', '183213.621000', '183213.623000', '183213.626000', '183213.628000', '183213.631000', '183213.634000', '183213.636000', '183213.639000', '183213.642000', '183213.644000', '183213.647000', '183213.649000', '183213.652000', '183213.655000', '183213.657000', '183213.660000', '183213.662000', '183233.550000', '183233.553000', '183233.556000', '183233.559000', '183233.561000', '183233.564000', '183233.566000', '183233.569000', '183233.572000', '183233.574000', '183233.577000', '183233.579000', '183233.582000', '183233.584000', '183233.587000', '183233.590000', '183233.592000', '183233.595000', '183233.597000', '183233.600000', '183233.602000', '183233.605000', '183233.608000', '183233.610000', '183233.613000', '183233.615000', '183233.618000', '183233.621000', '183233.623000', '183233.626000', '183233.628000', '183233.631000', '183233.646000', '183233.648000', '183233.651000', '183233.654000', '183233.656000', '183233.659000', '183233.662000', '183233.664000', '183233.667000', '183233.669000', '183233.672000', '183253.551000', '183253.553000', '183253.556000', '183253.559000', '183253.561000', '183253.564000', '183253.566000', '183253.569000', '183253.572000', '183253.574000', '183253.577000', '183253.579000', '183253.582000', '183253.585000', '183253.587000', '183253.590000', '183253.593000', '183253.595000', '183253.598000', '183253.600000', '183253.603000', '183253.606000', '183253.608000', '183253.611000', '183253.613000', '183253.616000', '183253.618000', '183253.621000', '183253.624000', '183253.626000', '183253.629000', '183253.631000', '183253.634000', '183253.637000', '183253.639000', '183253.642000', '183253.644000', '183253.647000', '183253.649000', '183253.652000', '183253.655000', '183253.657000', '183253.660000', '183253.663000', '183313.550000', '183313.553000', '183313.556000', '183313.559000', '183313.561000', '183313.564000', '183313.566000', '183313.569000', '183313.571000', '183313.574000', '183313.577000', '183313.579000', '183313.582000', '183313.584000', '183313.587000', '183313.589000', '183313.592000', '183313.595000', '183313.597000', '183313.600000', '183313.602000', '183313.605000', '183313.607000', '183313.610000', '183313.613000', '183313.615000', '183313.618000', '183313.620000', '183313.623000', '183313.625000', '183313.628000', '183313.631000', '183313.633000', '183313.636000', '183313.638000', '183313.641000', '183313.644000', '183313.646000', '183313.649000', '183313.651000', '183313.654000', '183313.656000', '183313.659000', '183333.551000', '183333.553000', '183333.556000', '183333.559000', '183333.561000', '183333.564000', '183333.567000', '183333.569000', '183333.572000', '183333.574000', '183333.577000', '183333.579000', '183333.582000', '183333.584000', '183333.587000', '183333.590000', '183333.592000', '183333.595000', '183333.597000', '183333.600000', '183333.603000', '183333.605000', '183333.608000', '183333.610000', '183333.613000', '183333.616000', '183333.618000', '183333.621000', '183333.623000', '183333.626000', '183333.628000', '183333.631000', '183333.634000', '183333.636000', '183333.639000', '183333.642000', '183333.644000', '183333.647000', '183333.650000', '183333.652000', '183333.655000', '183333.657000', '183333.660000', '183333.663000', '183353.551000', '183353.554000', '183353.557000', '183353.560000', '183353.562000', '183353.565000', '183353.567000', '183353.570000', '183353.572000', '183353.575000', '183353.578000', '183353.580000', '183353.583000', '183353.585000', '183353.588000', '183353.591000', '183353.593000', '183353.596000', '183353.598000', '183353.601000', '183353.603000', '183353.606000', '183353.609000', '183353.611000', '183353.614000', '183353.616000', '183353.619000', '183353.621000', '183353.624000', '183353.627000', '183353.629000', '183353.632000', '183353.634000', '183353.637000', '183353.639000', '183353.642000', '183353.644000', '183353.647000', '183353.650000', '183353.652000', '183353.655000', '183353.657000', '183353.660000', '183413.551000', '183413.554000', '183413.557000', '183413.559000', '183413.562000', '183413.564000', '183413.567000', '183413.570000', '183413.572000', '183413.575000', '183413.577000', '183413.580000', '183413.582000', '183413.596000', '183413.598000', '183413.601000', '183413.604000', '183413.606000', '183413.609000', '183413.611000', '183413.614000', '183413.616000', '183413.619000', '183413.622000', '183413.624000', '183413.627000', '183413.629000', '183413.632000', '183413.635000', '183413.637000', '183413.640000', '183413.642000', '183413.645000', '183413.648000', '183413.650000', '183413.653000', '183413.655000', '183413.658000', '183413.661000', '183413.663000', '183413.666000', '183413.669000', '183413.671000', '183413.676000', '183433.550000', '183433.553000', '183433.556000', '183433.559000', '183433.561000', '183433.564000', '183433.566000', '183433.569000', '183433.571000', '183433.574000', '183433.576000', '183433.579000', '183433.582000', '183433.584000', '183433.587000', '183433.589000', '183433.592000', '183433.595000', '183433.597000', '183433.600000', '183433.602000', '183433.605000', '183433.607000', '183433.610000', '183433.612000', '183433.615000', '183433.618000', '183433.620000', '183433.623000', '183433.625000', '183433.628000', '183433.630000', '183433.633000', '183433.635000', '183433.638000', '183433.641000', '183433.643000', '183433.646000', '183433.648000', '183433.651000', '183433.654000', '183433.656000', '183433.659000', '183453.551000', '183453.553000', '183453.556000', '183453.559000', '183453.561000', '183453.564000', '183453.566000', '183453.569000', '183453.571000', '183453.574000', '183453.577000', '183453.579000', '183453.582000', '183453.585000', '183453.587000', '183453.590000', '183453.592000', '183453.595000', '183453.598000', '183453.600000', '183453.603000', '183453.605000', '183453.608000', '183453.611000', '183453.613000', '183453.616000', '183453.618000', '183453.621000', '183453.624000', '183453.626000', '183453.629000', '183453.631000', '183453.634000', '183453.636000', '183453.639000', '183453.642000', '183453.644000', '183453.647000', '183453.650000', '183453.652000', '183453.655000', '183453.657000', '183453.660000', '183453.663000', '183513.550000', '183513.553000', '183513.556000', '183513.559000', '183513.561000', '183513.564000', '183513.566000', '183513.569000', '183513.571000', '183513.574000', '183513.576000', '183513.579000', '183513.582000', '183513.584000', '183513.587000', '183513.590000', '183513.592000', '183513.595000', '183513.597000', '183513.600000', '183513.602000', '183513.605000', '183513.608000', '183513.610000', '183513.613000', '183513.615000', '183513.618000', '183513.620000', '183513.623000', '183513.626000', '183513.628000', '183513.631000', '183513.633000', '183513.636000', '183513.638000', '183513.641000', '183513.643000', '183513.646000', '183513.649000', '183513.651000', '183513.654000', '183513.657000', '183513.659000', '183533.551000', '183533.554000', '183533.556000', '183533.559000', '183533.561000', '183533.564000', '183533.567000', '183533.569000', '183533.572000', '183533.574000', '183533.586000', '183533.589000', '183533.592000', '183533.594000', '183533.597000', '183533.599000', '183533.602000', '183533.605000', '183533.607000', '183533.610000', '183533.612000', '183533.615000', '183533.618000', '183533.620000', '183533.623000', '183533.626000', '183533.628000', '183533.631000', '183533.633000', '183533.636000', '183533.639000', '183533.641000', '183533.644000', '183533.647000', '183533.649000', '183533.652000', '183533.654000', '183533.657000', '183533.660000', '183533.662000', '183533.665000', '183533.668000', '183533.670000', '183540.385000', '183540.388000', '183540.391000', '183540.393000', '183540.396000', '183540.398000', '183540.401000', '183540.403000', '183540.406000', '183540.409000', '183540.411000', '183540.414000', '183540.417000', '183540.419000', '183540.422000', '183540.424000'], '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': [9429, 8286, 10150, 8149, 8662, 7918, 8491, 8112, 8723, 8145, 8788, 7981, 8812, 7958, 8668, 8699, 8110, 8607, 8074, 8656, 7853, 8682, 8268, 8811, 8306, 8812, 8015, 8966, 8973, 8491, 8527, 7694, 8677, 8263, 8858, 8196, 8833, 8159, 8512, 8156, 8503, 9054, 8104, 8417, 8449, 8642, 8281, 8791, 8235, 8666, 8365, 8569, 8779, 8106, 8321, 8276, 8597, 8158, 8988, 8198, 8694, 7872, 8414, 8719, 8185, 8554, 7887, 8455, 8036, 8596, 8093, 8841, 8039, 8576, 8979, 8493, 8702, 8123, 8308, 8323, 8696, 8409, 8968, 8194, 8936, 8225, 8504, 8711, 8179, 8573, 8270, 8825, 8041, 8664, 8534, 9007, 8263, 8645, 8274, 8713, 8160, 8900, 8423, 8710, 9138, 8124, 8829, 8348, 8898, 8439, 8831, 7926, 8740, 7973, 8612, 8282, 8690, 9223, 7952, 8785, 7912, 8700, 8179, 8934, 8347, 8566, 8330, 8339, 8551, 8014, 8310, 7823, 8776, 7310, 8416, 8044, 8593, 8179, 8615, 8724, 8507, 8505, 8249, 8938, 8519, 8359, 7987, 8416, 7680, 8350, 8232, 8592, 7873, 8857, 8091, 8872, 8120, 8753, 8590, 8139, 8857, 8226, 8714, 7792, 8296, 8269, 8902, 8233, 8816, 7914, 8728, 8906, 8551, 8883, 8700, 9218, 8109, 8709, 7974, 8936, 8092, 9816, 7750, 8663, 7910, 8570, 8180, 8774, 7628, 8635, 8049, 9011, 8192, 8981, 7917, 8645, 8314, 8473, 8652, 8375, 8916, 8182, 8555, 7853, 8768, 7897, 8676, 8019, 8755, 7972, 8920, 8085, 8561, 8940, 7991, 8703, 7222, 8662, 8329, 8738, 8047, 8684, 7971, 8867, 9048, 8132, 8256, 7968, 8498, 7714, 8033, 8181, 8672, 7985, 8921, 8092, 8653, 8577, 8463, 8664, 8281, 8523, 8164, 8694, 8222, 9136, 8326, 8822, 8186, 8939, 8096, 8742, 8676, 8821, 9236, 8296, 8758, 7909, 8791, 7903, 8874, 8090, 8874, 8314, 8769, 8690, 8334, 8617, 8017, 8772, 8519, 9030, 8216, 8703, 8200, 8798, 8431, 8803, 9063, 8170, 8719, 8009, 8796, 8038, 8736, 8209, 8835, 8786, 8376, 9157, 8690, 8707, 8190, 8396, 7744, 8503, 7950, 8801, 8208, 8796, 8807, 8111, 9095, 8441, 8508, 8386, 7895, 9396, 8878, 9276, 8382, 8856, 7985, 8808, 8923, 8169, 8785, 7999, 8734, 8312, 8892, 8007, 8840, 7276, 8881, 8031, 8959, 8123, 9054, 8403, 8797, 8702, 7930, 8857, 8444, 9127, 8101, 8983, 8138, 8979, 8114, 9101, 7844, 8917, 8785, 8416, 9018, 8172, 8841, 8501, 9092, 8225, 9339, 8072, 9098, 8243, 8861, 9110, 8247, 9190, 7661, 9173, 8104, 9014, 8161, 9035, 8887, 8693, 9176, 8332, 8757, 8401, 9067, 8060, 8911, 8086, 8936, 8126, 8674, 8445, 8676, 9361, 8149, 8751, 8189, 8897, 8227, 8924, 8197, 8865, 8083, 8849, 8428, 8641, 8735, 8592, 8696, 8032, 8868, 8330, 8872, 7862, 8821, 7862, 8911, 8211, 8565, 8634, 8133, 8883, 8366, 8940, 7854, 8891, 7838, 8752, 9057, 8477, 9133, 7903, 8509, 7797, 8648, 8149, 8819, 7864, 8661, 8329, 8627, 8738, 8306, 9144, 8096, 8544, 8281, 8872, 8358, 9107, 8314, 8990, 8176, 8795, 8683, 8675, 9074, 8224, 8908, 8233, 9104, 8275, 8984, 8034, 8812, 8364, 9028, 8591, 8521, 8990, 7976, 8810, 7790, 8748, 7994, 8786, 8260, 8962, 8238, 8921, 9044, 8420, 8753, 8467, 9043, 8214, 8958, 7965, 8959, 8992, 8529, 8868, 8088, 8668, 8070, 9159, 8156, 9079, 7879, 8967, 9281, 8540, 8959, 8013, 8825, 8182, 9147, 8213, 8986, 9252, 8159, 9033, 7454, 9218, 8152, 9245, 7706, 9265, 8960, 8958, 9228, 8425, 8981, 8419, 9146, 7872, 9147, 7908, 8892, 8628, 8969, 9258, 7929, 9315, 8213, 9312, 8800, 8971, 9223, 8395, 9147, 8296, 9218, 7963, 9360, 8226, 9157, 8799, 8924, 9523, 8475, 9085, 8006, 9085, 8480, 9051, 8325, 9390, 8480, 8959, 8994, 8852, 9281, 8480, 9314, 8216, 9094, 8148, 9449, 8340, 9576, 8755, 9433, 9501, 8931, 9320, 8190, 8961, 8233, 8964, 8707, 8436, 8248, 9328, 9348, 8661, 9255, 8476, 9160, 9157, 8711, 9165, 8161, 9065, 8203, 8792, 8335, 8823, 8272, 8996, 8915, 8706, 9005, 8064, 8747, 8047, 9016, 7822, 8801, 7911, 8950, 8387, 9108, 8356, 8926, 9259, 8363, 8700, 8101, 8814, 8083, 8832, 8239, 8987, 7752, 9165, 7926, 8789, 8934, 8988, 9060, 8698, 9221, 8246, 8840, 8265, 9054, 7812, 9096, 8359, 8905, 8278, 8985, 9396, 8833, 8828, 8086, 9051, 8330, 9309, 8023, 9163, 8013, 9201, 8791, 9105, 9236, 8725, 9179, 8433, 9024, 8270, 9477, 7939, 9358, 7998, 9109, 9541, 8882, 9652, 8527, 9112, 8321, 9162, 8019, 9172, 8073, 9295, 9086, 8527, 9419, 8604, 9103, 7829, 9146, 8209, 9251, 8396, 9364, 9422, 8267, 8978, 8295, 9314, 8069, 9306, 7970, 9293, 8737, 9196, 9297, 8479, 9047, 8244, 9052, 7774, 9137, 7894, 9066, 8585, 9278, 9245, 8861, 8860, 8309, 9030, 7750, 9155, 7937, 9218, 8086, 9122, 9143, 8818, 9663, 8769, 9395, 8271, 9073, 8128, 9019, 7468, 9253, 7937, 9284, 8110, 9429, 8756, 9190, 9668, 8866, 9207, 8464, 9425, 8087, 9448, 8070, 9550, 8221, 9338, 8675, 9049, 9655, 8407, 9373, 8163, 9236, 8010, 9184, 7801, 9548, 7916, 9166, 8391, 8889, 9392, 8757, 9092, 8193, 8941, 8182, 9012, 8197, 9338, 8545, 9172, 9420, 8595, 9175, 8474, 9170, 8159, 9233, 8085, 8963, 8140, 9455, 7892, 9064, 9104, 8900, 9261, 8525, 8964, 7855, 9155, 7853, 9084, 8024, 9215, 8345, 9163, 8890, 9236, 9346, 8640, 9246, 8124, 9205, 8402, 9120, 7932, 9204, 8316, 9430, 8756, 9355, 9640, 8594, 9352, 8707, 9201, 8209, 9303, 8306, 9558, 8523, 9274, 8860, 9058, 9385, 8411, 9021, 8386, 9126, 8031, 9460, 8196, 9345, 8154, 9055, 9550, 8553, 9291, 8297, 9183, 7888, 9164, 8131, 9350, 8107, 8930, 8752, 9006, 9336, 8512, 9213, 8197, 9182, 7968, 9385, 7885, 9240, 8063, 9272, 8637, 9197, 9305, 8888, 9720, 8579, 9426, 8083, 8852, 8390, 8971, 7946, 8939, 7843, 9393, 8113, 9258, 8432, 8796, 9480, 8730, 9478, 8462, 9261, 8187, 9013, 7799, 9345, 7919, 9408, 8501, 9284, 9236, 9062, 9481, 8761, 9213, 8630, 9348, 8654, 9190, 7461, 9133, 7973, 9284, 7992, 9326, 8186, 9047, 8751, 8972, 9183, 8711, 9294, 8599, 9051, 8017, 9249, 7901, 9232, 8061], 'WindowCenter': [4170.0, 4145.0, 4151.0, 4119.0, 4115.0, 4116.0, 4115.0, 4105.0, 4116.0, 4103.0, 4114.0, 4104.0, 4124.0, 4104.0, 4115.0, 4114.0, 4115.0, 4116.0, 4117.0, 4114.0, 4116.0, 4125.0, 4116.0, 4137.0, 4117.0, 4125.0, 4116.0, 4125.0, 4127.0, 4128.0, 4126.0, 4117.0, 4126.0, 4126.0, 4127.0, 4127.0, 4127.0, 4117.0, 4127.0, 4116.0, 4127.0, 4126.0, 4117.0, 4116.0, 4116.0, 4127.0, 4115.0, 4125.0, 4116.0, 4127.0, 4116.0, 4127.0, 4126.0, 4117.0, 4116.0, 4128.0, 4127.0, 4116.0, 4138.0, 4126.0, 4127.0, 4116.0, 4117.0, 4125.0, 4117.0, 4126.0, 4116.0, 4114.0, 4116.0, 4127.0, 4117.0, 4125.0, 4115.0, 4127.0, 4127.0, 4127.0, 4127.0, 4116.0, 4115.0, 4115.0, 4127.0, 4116.0, 4126.0, 4115.0, 4127.0, 4116.0, 4127.0, 4124.0, 4126.0, 4126.0, 4126.0, 4125.0, 4118.0, 4126.0, 4127.0, 4137.0, 4116.0, 4126.0, 4116.0, 4126.0, 4115.0, 4127.0, 4126.0, 4126.0, 4126.0, 4116.0, 4127.0, 4116.0, 4126.0, 4128.0, 4138.0, 4116.0, 4126.0, 4116.0, 4126.0, 4127.0, 4127.0, 4138.0, 4116.0, 4127.0, 4116.0, 4127.0, 4116.0, 4127.0, 4115.0, 4126.0, 4117.0, 4126.0, 4125.0, 4117.0, 4116.0, 4106.0, 4127.0, 4107.0, 4117.0, 4115.0, 4124.0, 4114.0, 4124.0, 4126.0, 4126.0, 4127.0, 4126.0, 4125.0, 4125.0, 4116.0, 4115.0, 4127.0, 4116.0, 4116.0, 4116.0, 4127.0, 4117.0, 4127.0, 4115.0, 4126.0, 4116.0, 4123.0, 4126.0, 4116.0, 4125.0, 4115.0, 4115.0, 4104.0, 4116.0, 4115.0, 4126.0, 4113.0, 4126.0, 4115.0, 4127.0, 4126.0, 4127.0, 4125.0, 4127.0, 4124.0, 4116.0, 4124.0, 4116.0, 4124.0, 4115.0, 4134.0, 4106.0, 4114.0, 4105.0, 4114.0, 4114.0, 4114.0, 4104.0, 4113.0, 4104.0, 4125.0, 4114.0, 4125.0, 4105.0, 4125.0, 4115.0, 4114.0, 4125.0, 4114.0, 4125.0, 4117.0, 4124.0, 4104.0, 4125.0, 4114.0, 4125.0, 4113.0, 4124.0, 4116.0, 4125.0, 4115.0, 4127.0, 4126.0, 4116.0, 4127.0, 4105.0, 4127.0, 4118.0, 4126.0, 4116.0, 4127.0, 4116.0, 4127.0, 4126.0, 4117.0, 4116.0, 4116.0, 4125.0, 4105.0, 4116.0, 4115.0, 4126.0, 4115.0, 4127.0, 4116.0, 4127.0, 4126.0, 4116.0, 4127.0, 4128.0, 4126.0, 4127.0, 4125.0, 4116.0, 4135.0, 4115.0, 4126.0, 4116.0, 4126.0, 4113.0, 4126.0, 4126.0, 4126.0, 4126.0, 4116.0, 4125.0, 4117.0, 4126.0, 4115.0, 4126.0, 4115.0, 4126.0, 4115.0, 4126.0, 4126.0, 4117.0, 4127.0, 4118.0, 4125.0, 4116.0, 4124.0, 4115.0, 4125.0, 4115.0, 4126.0, 4116.0, 4127.0, 4125.0, 4116.0, 4115.0, 4115.0, 4126.0, 4116.0, 4126.0, 4126.0, 4127.0, 4126.0, 4116.0, 4126.0, 4126.0, 4115.0, 4114.0, 4114.0, 4104.0, 4126.0, 4117.0, 4125.0, 4116.0, 4127.0, 4126.0, 4117.0, 4126.0, 4117.0, 4114.0, 4115.0, 4116.0, 4124.0, 4125.0, 4136.0, 4127.0, 4138.0, 4118.0, 4136.0, 4138.0, 4128.0, 4126.0, 4116.0, 4126.0, 4115.0, 4126.0, 4115.0, 4126.0, 4094.0, 4112.0, 4103.0, 4114.0, 4103.0, 4124.0, 4102.0, 4114.0, 4113.0, 4115.0, 4126.0, 4114.0, 4135.0, 4117.0, 4125.0, 4117.0, 4125.0, 4104.0, 4125.0, 4105.0, 4126.0, 4114.0, 4114.0, 4126.0, 4117.0, 4125.0, 4126.0, 4124.0, 4119.0, 4125.0, 4116.0, 4125.0, 4114.0, 4126.0, 4124.0, 4115.0, 4126.0, 4105.0, 4123.0, 4113.0, 4126.0, 4116.0, 4125.0, 4126.0, 4126.0, 4124.0, 4116.0, 4115.0, 4115.0, 4126.0, 4104.0, 4124.0, 4105.0, 4126.0, 4102.0, 4115.0, 4115.0, 4114.0, 4124.0, 4104.0, 4116.0, 4115.0, 4125.0, 4113.0, 4125.0, 4113.0, 4125.0, 4103.0, 4125.0, 4115.0, 4115.0, 4113.0, 4125.0, 4115.0, 4115.0, 4126.0, 4113.0, 4126.0, 4115.0, 4127.0, 4116.0, 4127.0, 4115.0, 4126.0, 4125.0, 4115.0, 4124.0, 4115.0, 4126.0, 4115.0, 4125.0, 4105.0, 4125.0, 4126.0, 4116.0, 4126.0, 4116.0, 4115.0, 4118.0, 4126.0, 4115.0, 4124.0, 4103.0, 4114.0, 4114.0, 4125.0, 4125.0, 4116.0, 4124.0, 4117.0, 4114.0, 4112.0, 4123.0, 4114.0, 4125.0, 4113.0, 4125.0, 4113.0, 4115.0, 4113.0, 4116.0, 4114.0, 4114.0, 4125.0, 4114.0, 4124.0, 4113.0, 4126.0, 4107.0, 4124.0, 4115.0, 4126.0, 4115.0, 4124.0, 4124.0, 4116.0, 4124.0, 4106.0, 4114.0, 4116.0, 4114.0, 4112.0, 4125.0, 4114.0, 4126.0, 4126.0, 4116.0, 4127.0, 4126.0, 4128.0, 4114.0, 4127.0, 4115.0, 4126.0, 4127.0, 4127.0, 4125.0, 4118.0, 4126.0, 4116.0, 4125.0, 4115.0, 4125.0, 4115.0, 4126.0, 4126.0, 4124.0, 4125.0, 4116.0, 4126.0, 4113.0, 4125.0, 4112.0, 4126.0, 4125.0, 4118.0, 4124.0, 4106.0, 4124.0, 4116.0, 4137.0, 4105.0, 4125.0, 4126.0, 4128.0, 4125.0, 4116.0, 4125.0, 4115.0, 4124.0, 4114.0, 4125.0, 4119.0, 4141.0, 4127.0, 4127.0, 4122.0, 4103.0, 4124.0, 4114.0, 4126.0, 4126.0, 4127.0, 4125.0, 4117.0, 4125.0, 4117.0, 4137.0, 4105.0, 4125.0, 4114.0, 4122.0, 4114.0, 4124.0, 4124.0, 4114.0, 4113.0, 4105.0, 4113.0, 4116.0, 4125.0, 4115.0, 4124.0, 4115.0, 4126.0, 4113.0, 4123.0, 4124.0, 4114.0, 4124.0, 4114.0, 4124.0, 4103.0, 4125.0, 4114.0, 4134.0, 4115.0, 4126.0, 4135.0, 4127.0, 4125.0, 4114.0, 4126.0, 4113.0, 4125.0, 4114.0, 4115.0, 4114.0, 4126.0, 4126.0, 4126.0, 4137.0, 4116.0, 4138.0, 4136.0, 4128.0, 4136.0, 4127.0, 4126.0, 4116.0, 4127.0, 4117.0, 4127.0, 4115.0, 4126.0, 4126.0, 4116.0, 4124.0, 4116.0, 4113.0, 4104.0, 4126.0, 4103.0, 4125.0, 4105.0, 4126.0, 4114.0, 4125.0, 4115.0, 4126.0, 4123.0, 4115.0, 4115.0, 4115.0, 4125.0, 4115.0, 4125.0, 4116.0, 4126.0, 4105.0, 4125.0, 4103.0, 4126.0, 4126.0, 4125.0, 4125.0, 4127.0, 4126.0, 4116.0, 4124.0, 4116.0, 4125.0, 4105.0, 4125.0, 4115.0, 4125.0, 4115.0, 4126.0, 4125.0, 4125.0, 4126.0, 4116.0, 4125.0, 4114.0, 4126.0, 4115.0, 4125.0, 4115.0, 4127.0, 4124.0, 4125.0, 4125.0, 4127.0, 4126.0, 4117.0, 4127.0, 4116.0, 4136.0, 4114.0, 4127.0, 4115.0, 4126.0, 4135.0, 4125.0, 4135.0, 4127.0, 4124.0, 4118.0, 4125.0, 4104.0, 4125.0, 4105.0, 4125.0, 4124.0, 4127.0, 4125.0, 4127.0, 4125.0, 4105.0, 4137.0, 4117.0, 4127.0, 4115.0, 4126.0, 4126.0, 4115.0, 4125.0, 4115.0, 4123.0, 4105.0, 4126.0, 4106.0, 4126.0, 4115.0, 4125.0, 4125.0, 4115.0, 4124.0, 4115.0, 4124.0, 4104.0, 4125.0, 4102.0, 4125.0, 4114.0, 4123.0, 4124.0, 4125.0, 4124.0, 4116.0, 4125.0, 4106.0, 4126.0, 4116.0, 4136.0, 4116.0, 4126.0, 4126.0, 4125.0, 4123.0, 4115.0, 4125.0, 4115.0, 4115.0, 4103.0, 4125.0, 4095.0, 4124.0, 4105.0, 4125.0, 4104.0, 4124.0, 4115.0, 4126.0, 4124.0, 4126.0, 4125.0, 4116.0, 4124.0, 4116.0, 4126.0, 4105.0, 4135.0, 4115.0, 4125.0, 4115.0, 4124.0, 4124.0, 4116.0, 4125.0, 4114.0, 4124.0, 4104.0, 4124.0, 4105.0, 4125.0, 4104.0, 4123.0, 4105.0, 4125.0, 4125.0, 4114.0, 4114.0, 4116.0, 4113.0, 4114.0, 4123.0, 4114.0, 4125.0, 4115.0, 4126.0, 4126.0, 4126.0, 4127.0, 4116.0, 4125.0, 4116.0, 4126.0, 4105.0, 4126.0, 4105.0, 4136.0, 4104.0, 4126.0, 4115.0, 4126.0, 4124.0, 4116.0, 4124.0, 4106.0, 4125.0, 4116.0, 4125.0, 4115.0, 4125.0, 4116.0, 4126.0, 4115.0, 4126.0, 4125.0, 4116.0, 4125.0, 4104.0, 4125.0, 4114.0, 4124.0, 4103.0, 4125.0, 4113.0, 4125.0, 4115.0, 4125.0, 4136.0, 4127.0, 4126.0, 4124.0, 4125.0, 4116.0, 4125.0, 4115.0, 4137.0, 4115.0, 4127.0, 4115.0, 4125.0, 4125.0, 4117.0, 4126.0, 4115.0, 4124.0, 4107.0, 4126.0, 4113.0, 4126.0, 4105.0, 4126.0, 4134.0, 4115.0, 4126.0, 4116.0, 4125.0, 4104.0, 4125.0, 4105.0, 4124.0, 4104.0, 4126.0, 4115.0, 4127.0, 4126.0, 4116.0, 4126.0, 4116.0, 4136.0, 4116.0, 4138.0, 4118.0, 4139.0, 4118.0, 4138.0, 4128.0, 4138.0, 4127.0, 4128.0, 4135.0, 4126.0, 4126.0, 4105.0, 4115.0, 4116.0, 4113.0, 4104.0, 4114.0, 4102.0, 4125.0, 4105.0, 4125.0, 4114.0, 4114.0, 4124.0, 4126.0, 4126.0, 4117.0, 4125.0, 4116.0, 4114.0, 4105.0, 4125.0, 4104.0, 4125.0, 4114.0, 4124.0, 4126.0, 4126.0, 4137.0, 4129.0, 4137.0, 4127.0, 4126.0, 4125.0, 4127.0, 4107.0, 4126.0, 4105.0, 4125.0, 4102.0, 4125.0, 4103.0, 4113.0, 4114.0, 4115.0, 4124.0, 4116.0, 4123.0, 4115.0, 4125.0, 4105.0, 4127.0, 4106.0, 4127.0, 4106.0], 'WindowWidth': [9261.0, 9216.0, 9214.0, 9166.0, 9154.0, 9156.0, 9151.0, 9137.0, 9153.0, 9133.0, 9149.0, 9134.0, 9161.0, 9135.0, 9151.0, 9148.0, 9151.0, 9152.0, 9155.0, 9148.0, 9152.0, 9164.0, 9153.0, 9185.0, 9157.0, 9164.0, 9153.0, 9166.0, 9170.0, 9174.0, 9166.0, 9158.0, 9168.0, 9168.0, 9172.0, 9169.0, 9170.0, 9156.0, 9171.0, 9155.0, 9172.0, 9168.0, 9157.0, 9153.0, 9154.0, 9169.0, 9153.0, 9165.0, 9154.0, 9168.0, 9154.0, 9168.0, 9169.0, 9158.0, 9154.0, 9173.0, 9169.0, 9155.0, 9186.0, 9169.0, 9171.0, 9155.0, 9157.0, 9166.0, 9157.0, 9166.0, 9155.0, 9149.0, 9155.0, 9169.0, 9155.0, 9164.0, 9151.0, 9170.0, 9169.0, 9169.0, 9169.0, 9156.0, 9151.0, 9152.0, 9167.0, 9153.0, 9168.0, 9151.0, 9169.0, 9154.0, 9171.0, 9165.0, 9170.0, 9169.0, 9170.0, 9165.0, 9160.0, 9168.0, 9169.0, 9182.0, 9155.0, 9168.0, 9156.0, 9167.0, 9153.0, 9171.0, 9169.0, 9169.0, 9167.0, 9154.0, 9170.0, 9154.0, 9168.0, 9174.0, 9185.0, 9156.0, 9169.0, 9155.0, 9170.0, 9169.0, 9170.0, 9186.0, 9157.0, 9171.0, 9156.0, 9171.0, 9155.0, 9169.0, 9153.0, 9168.0, 9157.0, 9168.0, 9167.0, 9158.0, 9152.0, 9141.0, 9168.0, 9143.0, 9156.0, 9150.0, 9163.0, 9150.0, 9163.0, 9166.0, 9168.0, 9167.0, 9167.0, 9165.0, 9166.0, 9154.0, 9153.0, 9169.0, 9156.0, 9153.0, 9154.0, 9170.0, 9157.0, 9170.0, 9151.0, 9167.0, 9152.0, 9161.0, 9167.0, 9154.0, 9164.0, 9153.0, 9149.0, 9135.0, 9152.0, 9151.0, 9166.0, 9146.0, 9167.0, 9150.0, 9168.0, 9167.0, 9170.0, 9165.0, 9169.0, 9163.0, 9155.0, 9163.0, 9155.0, 9162.0, 9150.0, 9172.0, 9139.0, 9145.0, 9137.0, 9148.0, 9148.0, 9148.0, 9135.0, 9145.0, 9134.0, 9164.0, 9147.0, 9165.0, 9136.0, 9163.0, 9150.0, 9148.0, 9165.0, 9150.0, 9163.0, 9156.0, 9161.0, 9135.0, 9163.0, 9149.0, 9163.0, 9147.0, 9162.0, 9152.0, 9166.0, 9151.0, 9169.0, 9167.0, 9155.0, 9169.0, 9140.0, 9170.0, 9160.0, 9168.0, 9155.0, 9170.0, 9153.0, 9170.0, 9166.0, 9157.0, 9153.0, 9154.0, 9164.0, 9138.0, 9151.0, 9151.0, 9166.0, 9152.0, 9169.0, 9153.0, 9170.0, 9167.0, 9155.0, 9170.0, 9173.0, 9168.0, 9172.0, 9166.0, 9154.0, 9179.0, 9153.0, 9168.0, 9155.0, 9167.0, 9147.0, 9167.0, 9167.0, 9167.0, 9165.0, 9154.0, 9164.0, 9156.0, 9168.0, 9151.0, 9166.0, 9151.0, 9167.0, 9152.0, 9168.0, 9166.0, 9157.0, 9170.0, 9158.0, 9165.0, 9154.0, 9163.0, 9152.0, 9164.0, 9151.0, 9167.0, 9153.0, 9169.0, 9164.0, 9154.0, 9151.0, 9151.0, 9167.0, 9154.0, 9168.0, 9168.0, 9169.0, 9168.0, 9155.0, 9165.0, 9167.0, 9149.0, 9148.0, 9148.0, 9136.0, 9167.0, 9154.0, 9165.0, 9154.0, 9169.0, 9167.0, 9157.0, 9168.0, 9156.0, 9149.0, 9151.0, 9152.0, 9160.0, 9164.0, 9181.0, 9171.0, 9186.0, 9161.0, 9184.0, 9187.0, 9174.0, 9169.0, 9154.0, 9166.0, 9152.0, 9165.0, 9153.0, 9166.0, 9120.0, 9142.0, 9131.0, 9145.0, 9132.0, 9160.0, 9129.0, 9149.0, 9146.0, 9150.0, 9167.0, 9149.0, 9178.0, 9156.0, 9164.0, 9155.0, 9163.0, 9135.0, 9164.0, 9136.0, 9166.0, 9147.0, 9149.0, 9167.0, 9155.0, 9163.0, 9166.0, 9161.0, 9160.0, 9165.0, 9153.0, 9165.0, 9149.0, 9167.0, 9162.0, 9151.0, 9167.0, 9137.0, 9160.0, 9145.0, 9165.0, 9152.0, 9163.0, 9165.0, 9167.0, 9161.0, 9153.0, 9149.0, 9150.0, 9165.0, 9135.0, 9161.0, 9137.0, 9165.0, 9129.0, 9150.0, 9149.0, 9149.0, 9160.0, 9135.0, 9150.0, 9148.0, 9164.0, 9146.0, 9163.0, 9145.0, 9162.0, 9132.0, 9162.0, 9149.0, 9151.0, 9146.0, 9164.0, 9149.0, 9150.0, 9165.0, 9147.0, 9165.0, 9151.0, 9170.0, 9155.0, 9171.0, 9151.0, 9168.0, 9164.0, 9152.0, 9164.0, 9151.0, 9168.0, 9152.0, 9165.0, 9137.0, 9165.0, 9166.0, 9155.0, 9165.0, 9155.0, 9151.0, 9159.0, 9168.0, 9151.0, 9162.0, 9133.0, 9147.0, 9148.0, 9164.0, 9163.0, 9153.0, 9161.0, 9158.0, 9149.0, 9144.0, 9159.0, 9147.0, 9162.0, 9146.0, 9163.0, 9144.0, 9150.0, 9146.0, 9152.0, 9147.0, 9147.0, 9162.0, 9147.0, 9162.0, 9147.0, 9165.0, 9141.0, 9161.0, 9151.0, 9166.0, 9149.0, 9162.0, 9160.0, 9152.0, 9161.0, 9139.0, 9146.0, 9152.0, 9147.0, 9143.0, 9163.0, 9149.0, 9167.0, 9166.0, 9155.0, 9170.0, 9169.0, 9172.0, 9150.0, 9171.0, 9153.0, 9168.0, 9170.0, 9171.0, 9164.0, 9160.0, 9167.0, 9154.0, 9165.0, 9150.0, 9165.0, 9151.0, 9167.0, 9165.0, 9162.0, 9162.0, 9151.0, 9164.0, 9147.0, 9164.0, 9145.0, 9167.0, 9163.0, 9160.0, 9162.0, 9140.0, 9162.0, 9152.0, 9181.0, 9137.0, 9165.0, 9166.0, 9170.0, 9163.0, 9154.0, 9163.0, 9149.0, 9161.0, 9147.0, 9163.0, 9163.0, 9199.0, 9169.0, 9172.0, 9156.0, 9132.0, 9158.0, 9148.0, 9167.0, 9166.0, 9170.0, 9163.0, 9157.0, 9164.0, 9155.0, 9181.0, 9137.0, 9163.0, 9147.0, 9156.0, 9146.0, 9160.0, 9159.0, 9147.0, 9143.0, 9135.0, 9143.0, 9149.0, 9160.0, 9147.0, 9159.0, 9148.0, 9165.0, 9144.0, 9157.0, 9158.0, 9147.0, 9159.0, 9148.0, 9159.0, 9131.0, 9163.0, 9147.0, 9174.0, 9151.0, 9165.0, 9177.0, 9169.0, 9163.0, 9149.0, 9166.0, 9147.0, 9163.0, 9148.0, 9148.0, 9148.0, 9165.0, 9165.0, 9165.0, 9183.0, 9153.0, 9185.0, 9180.0, 9170.0, 9181.0, 9170.0, 9166.0, 9155.0, 9168.0, 9155.0, 9167.0, 9150.0, 9165.0, 9164.0, 9153.0, 9161.0, 9151.0, 9145.0, 9133.0, 9164.0, 9134.0, 9162.0, 9138.0, 9165.0, 9148.0, 9164.0, 9150.0, 9165.0, 9159.0, 9150.0, 9150.0, 9150.0, 9164.0, 9151.0, 9163.0, 9152.0, 9163.0, 9135.0, 9164.0, 9133.0, 9166.0, 9164.0, 9164.0, 9164.0, 9168.0, 9164.0, 9152.0, 9161.0, 9152.0, 9163.0, 9137.0, 9164.0, 9150.0, 9164.0, 9150.0, 9166.0, 9163.0, 9165.0, 9167.0, 9156.0, 9164.0, 9149.0, 9166.0, 9151.0, 9165.0, 9151.0, 9168.0, 9160.0, 9164.0, 9164.0, 9168.0, 9164.0, 9155.0, 9167.0, 9155.0, 9181.0, 9149.0, 9168.0, 9151.0, 9165.0, 9177.0, 9164.0, 9176.0, 9167.0, 9161.0, 9156.0, 9164.0, 9134.0, 9163.0, 9137.0, 9163.0, 9161.0, 9168.0, 9165.0, 9168.0, 9164.0, 9139.0, 9182.0, 9154.0, 9168.0, 9151.0, 9167.0, 9165.0, 9152.0, 9164.0, 9150.0, 9159.0, 9138.0, 9164.0, 9138.0, 9165.0, 9148.0, 9163.0, 9161.0, 9150.0, 9159.0, 9150.0, 9160.0, 9134.0, 9161.0, 9130.0, 9161.0, 9145.0, 9159.0, 9160.0, 9162.0, 9160.0, 9154.0, 9162.0, 9141.0, 9166.0, 9154.0, 9180.0, 9153.0, 9166.0, 9165.0, 9163.0, 9158.0, 9151.0, 9162.0, 9150.0, 9147.0, 9131.0, 9162.0, 9121.0, 9159.0, 9134.0, 9160.0, 9134.0, 9159.0, 9149.0, 9164.0, 9160.0, 9165.0, 9163.0, 9151.0, 9160.0, 9153.0, 9164.0, 9137.0, 9177.0, 9150.0, 9164.0, 9149.0, 9160.0, 9161.0, 9151.0, 9162.0, 9146.0, 9159.0, 9135.0, 9160.0, 9134.0, 9163.0, 9133.0, 9159.0, 9136.0, 9162.0, 9161.0, 9147.0, 9145.0, 9150.0, 9143.0, 9147.0, 9158.0, 9147.0, 9163.0, 9149.0, 9165.0, 9165.0, 9166.0, 9167.0, 9154.0, 9163.0, 9154.0, 9165.0, 9137.0, 9166.0, 9136.0, 9179.0, 9133.0, 9165.0, 9148.0, 9165.0, 9161.0, 9153.0, 9161.0, 9139.0, 9162.0, 9153.0, 9162.0, 9151.0, 9164.0, 9150.0, 9164.0, 9149.0, 9165.0, 9161.0, 9151.0, 9160.0, 9133.0, 9160.0, 9146.0, 9158.0, 9132.0, 9161.0, 9145.0, 9163.0, 9150.0, 9164.0, 9177.0, 9167.0, 9166.0, 9163.0, 9163.0, 9152.0, 9162.0, 9151.0, 9181.0, 9149.0, 9166.0, 9149.0, 9161.0, 9161.0, 9153.0, 9163.0, 9150.0, 9159.0, 9142.0, 9163.0, 9145.0, 9165.0, 9135.0, 9165.0, 9173.0, 9151.0, 9165.0, 9153.0, 9162.0, 9135.0, 9162.0, 9136.0, 9161.0, 9135.0, 9166.0, 9150.0, 9167.0, 9163.0, 9152.0, 9165.0, 9154.0, 9179.0, 9154.0, 9186.0, 9160.0, 9189.0, 9158.0, 9185.0, 9172.0, 9186.0, 9168.0, 9171.0, 9176.0, 9167.0, 9163.0, 9137.0, 9149.0, 9150.0, 9143.0, 9133.0, 9145.0, 9128.0, 9161.0, 9136.0, 9161.0, 9146.0, 9148.0, 9161.0, 9165.0, 9163.0, 9155.0, 9161.0, 9152.0, 9146.0, 9135.0, 9161.0, 9133.0, 9162.0, 9147.0, 9161.0, 9165.0, 9167.0, 9181.0, 9174.0, 9182.0, 9168.0, 9167.0, 9165.0, 9167.0, 9140.0, 9164.0, 9136.0, 9161.0, 9128.0, 9162.0, 9130.0, 9144.0, 9145.0, 9147.0, 9159.0, 9150.0, 9157.0, 9149.0, 9161.0, 9136.0, 9168.0, 9140.0, 9168.0, 9138.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.00019970362239297472</td></tr>
<tr><td colspan=3>aqi</td><td>0.015046183951701427</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.140115926571404</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1748922815604388</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9713537770109888</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>6486.1797</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06540326790581164</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32930845225027444</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3975873415343503</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344201035018983</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.539361030366006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3091999592180614</td></tr>
<tr><td colspan=3>gcor</td><td>0.00222755</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0126296766102314</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024535931646823883</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.834023533885211</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>28.0348</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5385</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.4657</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>307813.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>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.7821</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.152</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.1039</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3381.0698</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.8691</td></tr>
<tr><td colspan=3>tsnr</td><td>45.17804452450946</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>